﻿/* Base HTML Overrides */
h1, h2, h3, h4, h6, h6 {
	font-family:calibri;
}

footer {
	background: #0E1927;
	color: #fff;
	text-transform: uppercase;
}

footer a, footer a:active, footer a:link, footer a:visited, footer h2, footer h3, footer h4, footer h5, footer h6 {
	color: #fff;
}



/* Top Nav Overrides */

.or-navbar {
    background: #0e1927;
}

.or-navigation-list > li > a {
	text-transform:uppercase;


}

.or-navbar-search-wrapper,
.or-navbar-search-submit-button,
.or-navbar-search-submit-button:hover,
.or-navbar-search-submit-button:focus {
    background: #0e1927;
}

/* Header Overrides */

.or-header {
    background-color: #fefefe;
    background-image: url('/boppps/PublishingImages/header.jpg');
	background-attachment:scroll;
    padding-left: 0;
    padding-right: 0;
}

.or-header .or-header-overlay {
	background:#0E1927; 

}
.or-header-logo {
	background:url('/boppps/PublishingImages/seal_white.png');
	background-size: contain;
	background-repeat: no-repeat;
}

.or-header-title {
	padding-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: calc(20px + 2vw);
}
.or-header-content-row a {
	color: #ffffff;
}


.or-header-content {
	padding:20px;
}

.or-header-logo-wrapper {
	padding: 10px;
}

/* Helpful Page Poll Overrides */

.helpfulPollQuestion .btn-primary {
    background-color: #272461;
    border-color: #19173E;
}

/* Style Overrides */

.or-taskbox-title {
	background: #0E1927;
}

.or-taskbox .or-taskbox-title {
	color:  #DCB380;
	text-transform: uppercase;
	font-size: 20px !important;
}


/* Accordian Font Size not below 14PX */


.or-accordion-heading-title .panel-title {
  font-size: 15px !important;
}


/* Heading Color */

h1 
{
     color:  #0E1927;
     font-family:"calibri"
    
}

h2 
{
     color:  #0E1927;
      line-height: 18px
}

h3 
{
     color:  #0E1927;
     line-height: 18px
}
h4 
{
     color:  #0E1927;
     line-height: 18px
}

.or-footer-link-oregon-department-of-veteran-s-affairs{
	background: #ffffff url('https://cdn.oregon.gov/images/logos/odva/logo-odva.svg') no-repeat left top;
}


@media (max-width: 768px) {
	.or-taskbox-image {
	    height: 310px;
	}
}

@media (min-width: 769px) and (max-width: 996px) {
	.or-taskbox-image {
	    height: 230px;
	}
}

@media (min-width: 997px) {
	.or-taskbox-image {
	    height: 155px;
	}
}

@media (min-width: 1200px) {
	.or-taskbox-image {
	    height: 180px;
	}
}
