/*

Theme Name: IMPROVE-AD Theme 
Description: A child theme created by the DCRI RCE Web Group
Author: Peter Anderson
Version: 1.5.1
Template: master_parent


*/

@import url('../master_parent/style.css');

/* begin custom code */
/* in order for this to work you master parent needs to be also checkout into the
theme folder and place in a folder named "master_parent" */

/*jump index 
-- 1650 and 1218 : "maximum"
-- 801 to 1023 : "Between"
-- 800 : "tablets"
-- 500 : "phones"


*/


	
/* ---------------------------  GLOBAL  ------------------------------------- */

/* Fonts, headings, Div, Tables */
	p,div,span {
		font-family: 'Gabarito', sans-serif;
		font-size:1.8rem;
		line-height: 1.5;
	}

	h1,h2,h3,h4,h5,h6 {
		color:#520000;
		margin-bottom:14px;
		font-weight:500;
		font-family: 'Gabarito', sans-serif;
	}

	h1 {font-size:4.2rem;}

	h2 {
		font-size:3.8rem;
		line-height:5.2rem;
		margin-top:24px;
	}

	h3 {font-size:2.4rem;}

	h4 {font-size:2rem;}

	h5 {
		font-size:1.8rem;
		color:black;
		font-weight:700;
	}

	h6 {
		font-size:1.6rem;
		text-transform:uppercase;
		font-weight:700;
	}

	h1.entry-title {
		margin-top:15px;
		text-transform:uppercase;
		font-size:4.2rem;
		font-weight:500;
	}

	ul, ol {
		margin:0 0 1.5em 3em;
		font-family: 'Gabarito', sans-serif;
	}

	p {
		margin-bottom:16px;
	}

/*default table colors*/
	
	.table .mobile {
		font-weight:bold; 
		text-transformation:uppercase;
		font-size:1.8rem;
	}

	table {
		background-color:#fff; 
		color:#390000; 
		border-top:1px solid #8b6666; 
		border-left:1px solid #c4a2a2;
		height:auto !important;
	}

	thead {
		visibility:visible;
		display:table-header-group;
	}

	table th {
		background-color:#762424;
		color:#fff;
		text-align:left; 
		border-right:1px solid #fff;
		font-weight:normal;
		padding:8px 15px; 
		font-weight:bold;
	}

	table td {
		font-family: 'Gabarito', sans-serif;
		border-bottom:1px solid #c4a2a2; 
		padding:14px; 
		text-align:center;
		display:table-cell;
		padding-left:20px;
		border-right:1px solid #c4a2a2;
		line-height:normal;
		width:auto;
	}

	table td:first-child {
		text-align:left;
	}

	table td.first {
		font-size:1.8rem;
		background-color:#72a5bf;
		color:#fff;
		width:200px;
	}

	tbody tr:nth-of-type(2n) {
		background-color: #e1d1d1;
	}

	table td.first.cell  {
		border-bottom:1px solid #fff;
		font-weight:bold;
		border-bottom:1px solid #b9ced3;
	}

	table th.first.cell, 
	table td.first.cell {
		padding-left:20px;
		text-align:left;
	} 




/* end default table design */

	#secondary, 
	.rightwidgets {display:none;}

/*-------------------- Core Architecture */

/* turn off global browser user agents*/

	* {
		margin:0px;
		padding:0px;
		box-sizing:border-box;
	}

	body {
		background-color: white;
		background:#fff url("images/body_banner.png") no-repeat top right;
		background-size:2210px;
	}

	main {
		height: auto;
		position:relative;
	}


	#primary {
		background-color:#fff;
		padding:0px;
	}


	div.centercol {
		padding:20px 40px;
		background-color:white;
	}

	article:focus, main:focus{
		outline:none;
	}

	main,
	#primary,
	#site-header,
	.search-area,
	.main-navigation,
	.fl-row, 
	.entry-header, 
	.footer_back,
	.fl-builder .entry-footer,
	.banner_main {
		width:100%;
		max-width:1210px;
		margin:0px auto;
	}


/* adjust title to align with default builder text*/

	.fl-builder 
	.entry-header {
		max-width:1183px;
	}
	
	.home .fl-col-small {
		max-width:900px;
	}

/*adjustments for beaver builder layouts */

	.fl-builder .centercol {
		padding:0px;
	}
	
	.fl-module-content {
		margin-left:40px;
		margin-right:40px;
	}

	.fl-builder h1.entry-title {
		max-width:1240px;
		width:100%;
		margin:0px auto;
		padding-left:60px;
		padding-top:40px;
	} 

	.fl-builder .entry-content {
		margin:0px;
	}


	.fl-builder article.hentry {
		width:100%;
		margin-bottom:0px;
		float:none;}

	.fl-row-fixed-width {
		padding:0px;
	}

	
/*--------------------- Header */

/* site branding */ 
	.banner_main {
		background:transparent url("images/banner.gif") no-repeat top right;
		background-size:1178px;
		position: relative;
	}

	.home_button,
	.home_button_es {	
		padding-top:2px;
		padding-left:30px;
		background:transparent url("images/home_icon.svg") no-repeat center left;
		background-size:21px;
		display:block;
		position: absolute;
		top:13px;
		left:6px;
		z-index:10;
		text-decoration:none;
		color:black;
	}

	.home_button:hover,
	.home_button_es:hover {
		text-decoration:underline;
	}

	.site-branding {
		height:auto;
		background-image:none;
		background-color:transparent;
		padding-top:2px;
		padding-bottom:15px;
		border-bottom:0px solid black;
	}

	#site-header {
		padding-left:32px;
		margin-top:8px;
	}

	#site-header img {
		width:50%;
	}

	.banner_lines {
		border-bottom:1.5px solid #af6164;
		padding-bottom:5px;
	}

	.es .home_button,
	.en .home_button_es {
		display:none;
	}

	.en .home_button,
	.es .home_button_es {
		display:block;
	}



/* navigation */

	.main-navigation {
		float:none;
		
	}

	.main-navigation li a {
		background-color:transparent;
		color:#fff;
		font-size:1.6rem;
		padding:16.5px 20px;
	}


/* set the current background menu color:*/

	.main-navigation {
		background-color:transparent;
		max-width:1150px;
	}

	.main-navigation .current_page_item > a, 
	.main-navigation .current-menu-item > a, 
	.main-navigation .current_page_item > a:hover, 
	.main-navigation .current-menu-item > a:hover {
		background-color:#e7e7e7 !important;
	}

	.main-navigation .current_page_item > a:link {
		color:red!important;
	}

	.nav-menu {
		display:flex;
		justify-content: flex-end;
	}

	.main-navigation ul ul {
		background-color:#443F3F;
		float:none;
		right:0px;
		width:auto;
		left:auto;
	}

	.main-navigation ul ul li {
		width:100%;
	}

	.main-navigation ul ul a {
		width:auto;
		text-transform: none;
		white-space: nowrap;
		padding-right:50px;
	}

	.main-navigation ul ul li:hover {
		background-color:#ccc;
	}

	button#nav-toggle {
		height: 32px;
		border:none; 
		box-shadow:none;
		text-shadow:none; 
		background:transparent; 
		font-size:3rem; 
		cursor: pointer; 
		padding:0px 2px 4px; 
		margin:10px;width:39px;
	}

	#nav-toggle span:before {top: -10px;}

	#nav-toggle span:after {bottom: -10px;}

	#nav-toggle span, 
	#nav-toggle span:before, 
	#nav-toggle span:after {
		cursor:pointer; 
		border-radius:1px; 
		height:4px; 
		width:35px;
		background:#fff;
		position:absolute;
		display:block;
		content:''; 
		transition: all 200ms ease-in-out;
	}

	.toggled #nav-toggle span {
		background-color: transparent;
	}

	.toggled #nav-toggle span:before, 
	.toggled #nav-toggle span:after {top: 0;}

	.toggled #nav-toggle span:before {transform: rotate(45deg);}

	.toggled #nav-toggle span:after {transform: rotate(-45deg);}


/* Search Components */

	.searches {
		display:none;
		justify-content: flex-end;
	}

	.fa-search {font-size:2.4rem;}

	.search-box-wrapper {
		margin-top:5px;
		display:none;}

	.search-box {
		border: solid #666; 
		border-radius:0 5px 5px 0;
	}

	.search-area {
		position:relative;
		width:48px; 
		transition: width 0.5s;
		overflow: hidden;
	}

	.search-area.toggled{
		width:265px;
	}

	.search-toggle {
		top:40px;
		background:rgba(0,0,0,0.6); 
		border-radius:20px 0px 0px 20px; 
		margin: 7px 0px;
	}

	.search-toggle:hover {
		background:#652f6c;
	}

	.toggled .search-toggle {
		float: none; 
		position: static; 
		margin-top: 1px; 
		height: 49px; 
		display: inline-block;
	}
	
	.search-box-wrapper.toggled  {
		animation-name:search-animation;
		animation-duration: .2s;
		animation-timing-function: linear;
		display:block;
		width:auto;
	}
	
	.search_again {
		padding: 14px 0px 0px 20px;
		background-color:#f5e7dc;
		width:100%;
		border-top:4px solid #ccc;
		margin-top:32px;
		margin-bottom:32px;
	}

	.search_again strong {
		float:left;
		padding-top:7px;
		margin-left:32px;
		text-transform:uppercase;
		font-size:2rem;
	}

	.search_again #s {
		width:50%;
		margin-left:32px;
	}

	.search_again #searchsubmit {
		margin-left:12px;
		width:100px;
		height:30px;
	}

	.search_again form {
		padding-top:6px;
	}

	/* ----------------------Footer */

	.site-footer {
		background:transparent url("images/footer_extendedv2.png") repeat-y top left;
		clear:both;
		padding:0px;
		background-size:1680px;
		padding-left:32px;
	}

	.footer_back {
		background:transparent url("images/footer_image.png") no-repeat top right;
		background-size:100%;
		min-height:145px;
		padding-top:20px;
		padding-bottom:20px;
	}

	.site-footer a {
		color: #DDD !important;
	}

	.site-disclaimer {
		margin-top:12px;
		width:60%;
	}

	.brand_summary {
		width:75%;
	}

	.brand_summary p {
		margin:0px;
		color:white;
		font-size:1.6rem;
		line-height:2.2rem;
	}

	.brand_summary p:first-child {
		font-size:2.4rem;
		font-weight:700;
	}

	.brand_summary p:last-child {
		margin-top:15px;
	}
		

	
/* --------------Posts and Category pages */

	.category_page h1.page-title {
		margin-left:38px;
	}

/* -----------------------  CUSTOMIZATIONS    --------------------------------*/

	.clear {
		clear:both;
	}

	.clearboth {
		height:0px;
	}
	
	.hide,
	.home .entry-header,
	.loginout
	{
		display:none;
	}

	.unhide {
		display:block;
	}

	.fl-builder-edit .hide {
		display:block;
	}

	.bullets ul {
		list-style-type: none;
		padding-left: 0;
		margin-left:30px;
	}

	.bullets  ul li {
		position: relative;
		padding-left:25px;
		margin-bottom:13px;
	}

	.bullets ul li::before {
		content: '';
		position: absolute;
		left: 0;
		top: 5px;
		width: 15px; /* Adjust size as needed */
		height: 15px; /* Adjust size as needed */
		background-color: #3d0000; /* Your desired color */
	
	}



	.featured_block {
		background-color:blue;
	}

	@keyframes drawer_animation {
	  from {
		margin-right:-300px;
		
	  }
	  to {
		margin-right:0px;
	  }
	}

	@keyframes search-animation {
	  from {
		margin-top:-100px;
		
	  }
	  to {
		margin-top:0px;
	  }
	}

/*use to hide from sighted users but have item read by screen readers, best in use with aria-labeledby */

	.element-invisible {
	  position: absolute;
	  top: -999999em;
	  left: auto;
	  width: 1px;
	  height: 1px;
	  overflow:hidden;
	}


/*508 fix*/
/*hide empty paragraphs */

	p:empty, h1:empty, h2:empty, h3:empty, h4:empty {
		display: none;
	} 


	Table:focus, 
	caption:focus, 
	tbody:focus, 
	tfoot:focus, 
	thead:focus, 
	tr:focus, 
	th:focus, 
	td:focus {
		outline: #00569d dotted 2px;
	}

	.fl-row.fl-row-full-width {
		max-width:100%;
	}

	.fl-builder #primary {
		margin:0px;
		max-width:100%;
		background-color:transparent;
	}

	.fl-row, 
	.fl-builder .entry-footer {
		background-color:white;
	}

	.fl-builder .entry-header {
		background-color:white;
	}

	.fl-accordion .fl-accordion-item {
		padding:20px 32px;
	}

	.fl-accordion-button-icon {
		text-decoration:none;
	}

/*singing cat code*/
/*code for making videos responsive -- wrap the iframe in a div with wrapper class if you need to control the width of the video do a second parent div around the wrapper and set width on that. */

	.wrapper {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 25px;
		height: 0;

	}
	.wrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

/*feataured image space with fixed height and variable image */

	.image-shifter {
		height:auto;
		overflow: hidden;
	}
	.image-shifter img {min-width:1250px;}



/* -----------------------  Plug-in CUSTOMIZATIONS    -------------------------*/

	.wpml-ls-legacy-list-horizontal {
		border: 1px solid transparent;
		padding: 7px;
		clear: both
	}

	.wpml-ls-legacy-list-horizontal>ul {
		padding: 0;
		margin: 0 !important;
		list-style-type: none
	}

	.wpml-ls-legacy-list-horizontal .wpml-ls-item {
		padding: 0;
		margin: 0;
		list-style-type: none;
		display: inline-block
	}

	.wpml-ls-legacy-list-horizontal a {
		display: block;
		text-decoration: none;
		padding: 5px 10px 6px;
		line-height: 1
	}

	.wpml-ls-legacy-list-horizontal a span {
		vertical-align: middle
	}

	.wpml-ls-legacy-list-horizontal a span.wpml-ls-bracket {
		vertical-align: unset
	}

	.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
		display: inline;
		vertical-align: middle
	}

	.wpml-ls-legacy-list-horizontal .wpml-ls-flag+span {
		margin-left: .4em
	}

	.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag+span {
		margin-left: 0;
		margin-right: .4em
	}

	.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
		margin-bottom: 30px
	}

	.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul {
		text-align: center
	}


/* --------------------------  PAGE SPECIFIC  --------------------------------- */ 



/*-----------------------Home Page */

	.hp_featured  {
		position:relative;
	}

	.hp_featured .fl-module-content {
		margin:10px -20px 30px -20px;
	}

	.hp_featured img {
		border-radius: 220px;
		margin-top:-200px;
		margin-bottom:10px;
		padding:8px;
		background-color:white;
		border:1px solid #af6164;
	}

	.hp_featured.secondary .fl-photo-content {
		position:absolute;
		top:-220px;
		right:80px;
		width:300px;
		
	} 

	.hp_featured.secondary img {margin-top:0px;}

	.fl-builder-edit .hp_featured.secondary .fl-photo-content,
	.hp_featured.secondary,
	.featured_image_row .fl-row-content-wrap,
	.featured_image_row .fl-photo {
		position:static!important;
	}

.featured_image_row {}

	.faqs {
      border-bottom-left-radius: 24px;
      border-bottom-right-radius: 24px;
      background: rgb(64,0,0);
  background: linear-gradient(0deg, rgba(64,0,0,1) 0%, rgba(177,152,152,1) 100%);
      padding-top:10px;
      padding-bottom:6px;
	}

	.faqs h2,
	.faqs h3 {
		color:white;
		margin:0px;
		line-height:3.7rem;
	}

	.faqs h3 {
		font-size:2rem;
		font-weight:400;
	}

	.faqs .fl-module-content {
		position:relative;
		margin:0px;
	}

	.faqs .fl-module-content::after {
		position:absolute;
		bottom:-17px;
		right:20px;
		display:block;
		content:"";
		background:transparent url("images/question.png") no-repeat bottom right;
		background-size:75px;
		width:75px;
		height:125px;
	}

	.faqs .fl-rich-text {
		padding:14px 40px;
	}

	.faq_content .fl-module-content {
		margin:0px 12px;
	}

	.faq_content .fl-rich-text {
		background-color:#f2f2f2;
		padding: 30px 40px;
	}

	.intro {
		font-size:2rem;
		line-height:2.5rem;
	}

	.intro p:last-child {
		text-align:right;
		text-transform: uppercase;
		margin-right:50px;
	}

	.intro p:last-child a:link {
		padding-right:30px;
		background:transparent url("images/red_arrow.svg") no-repeat center right;
		background-size:25px;
		text-decoration:none;
		color:black;
	}

	.intro p:last-child a:hover {
		text-decoration:underline;
		color:#369;
	}

	.faq_page strong {
		font-size:2.2rem;	
	}

/*-----------------------404 Page */

	.error404 #primary {
		padding: 20px;
	}

	.error404 .page-content .search-form {
		margin: 20px 0;
	}

/* maximum */
@media screen and (max-width: 1650px){

}

@media screen and (max-width: 1218px){
	
	body {
		background-image:url("images/body_bannerv2.png");
		background-size:1870px;
	}
	
	h2 {font-size:3.4rem;}
	
	.main-navigation li a {
		padding-top:12px;
		padding-bottom:12px;
	}
	
	.banner_main {
		background-size:97%;
	}
	
	
	
	.hp_featured img {
		margin-top:-180px;
		width:95%;
	}
	
	.faqs h2, .faqs h3 {
		margin-bottom:0px;
	}
	
	.faqs h3 {
		font-size:1.8rem;
	}
	
	
}

@media screen and (max-width: 1218px){


	
	
}

/* betweener */

@media (min-width: 801px) and (max-width:1023px) {

}

/* tablets */
	
@media screen and (max-width: 800px) {
	
/* Fonts, headings, Div, Tables */

	
	h1,h2,h3,h4,h5,h6 {
		margin-bottom:14px;
	}
	
	h1 {font-size:3.4rem;}
	
	h2 {
		font-size:3rem;
		line-height:4rem;
	}
	
	h3 {font-size:2.4rem;}
	
	h4 {font-size:2rem;}
	
	h5 {
		font-size:1.8rem;
		color:black;
		font-weight:700;
	}
	
	h6 {
		font-size:1.8rem;
		text-transform:uppercase;
		font-weight:700;
	}
	
	.fl-builder h1.entry-title {

		text-transform:uppercase;
		font-size:2.4rem;
		font-weight:500;
		padding-left:70px;
	}

	ul, ol {margin:0 0 1.5em 2em;}
	
	

/*table in mobile definition*/

	.mobile {display:block;}

	thead {
		visibility: hidden; 
		display:none;
	}

	table td  {
		display: block; 
		text-align:left;
		padding-left:34px; 
		width:99%;
		position:relative;
		padding-left:50%;
		min-height:55px;
	}
	
	table td:first-child {
		padding-left:20px;
		font-weight:bold;
	}
	
	table td::before {
		content: attr(data-header);
		position: absolute;
		left: 40px;
		width: 50%;
		font-weight: normal;
    }

	table td.first {
		font-size:1.8rem;
		background-color:#72a5bf;
		color:#fff;
		width:99%;
	}
	
	
	
		
	
/* ---------------------------  GLOBAL  ------------------------------------- */


/*-------------------- Core Architecture */
	
	body {
		background-size:1370px;
	}

	div.centercol {
		padding:20px 0px;
	}

	.fl-module-content {
		margin-left:0px;
		margin-right:0px;
	}
	
	.fl-row:first-child .fl-module-content:first-child {
		margin-top:0px;
	}
	
	.fl-row-fixed-width {
		padding:0px 25px;
	}
	

	
/*--------------------- Header */

/* site branding */ 
	
	.banner_main {
		background-size:96%;
	}
	
	#site-header {
		margin-top:45px;
	}
	
	.home_button,
	.home_button_es  {
		top:4px;
		
	}
	

/* navigation */

	/*animated drawer code right align */
	.main-navigation {
		position:initial;
		overflow: hidden;
		margin:0px;
		position: absolute;
		top:0px;
		right:0px;
		width:40%;
		height:100vh;
		z-index:3;
		
	}
	
	.main-navigation ul ul {
		background-color:rgba(90,76,76,1.00)
	}
	
	.main-navigation li {
		border-top:0px solid transparent;
		
	}
	
	.main-navigation li li a {
		padding-left:32px;
	}
	
	.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_item > a:hover, .main-navigation .current-menu-item > a:hover, .main-navigation li a {
		background-color:transparent;
	}
	
	
	.main-navigation .current_page_item > a, 
	.main-navigation .current_page_item > a:hover, 
	.main-navigation .current_page_item li:hover, 
	.main-navigation .current_page_parent .current_page_item > a {
		color:#313131 !important;
	}
	
	.menu-toggle {
		position:absolute;
		top:5px;
		right:0px;
		z-index:22;
	}
	
	.toggled button#nav-toggle {
		background-color:transparent;
	}
	
	
	.toggled #nav-toggle span:before, 
	.toggled #nav-toggle span:after
	{
		background:white;
	}
	
	.menu-main-container {
		visibility: hidden;
    	opacity: 0;
    	transform: translateX(100%);
    	transition: visibility 0s linear 0.3s, opacity 0.3s linear, transform 0.3s linear;
		margin-bottom:32px;
		background-color:rgba(77,39,39,.90);
		height:100vh;
		padding-top:72px;
	}
	
	.main-navigation.toggled .menu-main-container {
		visibility: visible;
   		 opacity: 1;
    transform: translateX(0);
    transition: opacity 0.3s linear, transform 0.3s linear;
	}
	
	.menu-main-menu-container {
		position:absolute;
		top:0px;
		right:0px;
		transform: translateX(100%);
		width:300px;
		background-color:#3D76B8;
		height:100vh;
		z-index:20;
		transition: all 0.8s ease;
	}
	
	.toggled .menu-main-menu-container {
		transform: translateX(0);
	}
	
	.menu-menu-1-container,
	.menu-spanish-menu-container {
		background-color:currentColor;
	}
	
	.main-navigation ul.nav-menu {
		width:100%;
		
	}
	
	button#nav-toggle {
		height:2px;
	}
	
	#nav-toggle span:before, 
	#nav-toggle span:after, 
	#nav-toggle span {
		width:30px;
		height:3px;
	}
	
	
	#nav-toggle span:after {
		margin-top:0px;
	}
	
	#nav-toggle span:before {
		margin-top:0px;
	}


/* Search Components */


/* ----------------------Footer */
	.footer-widgets .widget, .loginout {
		float: right;
		padding: 0 30px;
		width: auto;
	}
	
	.brand_summary {
		font-size:1.8rem;
	}
	
	.brand_summary p:first-child {
		font-size:2rem;
	}
		

	
	
/* --------------Posts and Category pages */



/* -----------------------  CUSTOMIZATIONS    --------------------------------*/

/*	.intro {
		font-size:1.8rem;
		line-height:2.4rem;
	}*/

/* -----------------------  Plug-in CUSTOMIZATIONS    -------------------------*/



/* --------------------------  PAGE SPECIFIC  --------------------------------- */ 



/*-----------------------Home Page */

	.hp_featured img {
		margin-top:0px;
		width:75%;
		
	}
	
	.featured_holder {
		width:80%!important;
	}
	
	.faqs h2 {
		font-size:3.6rem;
	}
	
	.es .faqs h2 {
		font-size:3.2rem;
	}
	
	.left_image {
		display:none;
	}


}
	
@media screen and (max-width: 768px){

	.fl-builder h1.entry-title {padding-left:50px;}
}


/* phones */

@media screen and (max-width: 500px){

	
/* ---------------------------  GLOBAL  ------------------------------------- */


	.fl-row-fixed-width {
		padding:0px 12px;
	}
	
	table td {
		text-align:right;
		padding-right:70px;
	}
	
	table td:first-child {
		text-align:left;
	}
	
	table td::before {
		width:80%;
		text-align:left;
	}
		
/*-------------------- Core Architecture */

/*--------------------- Header */

/* site branding */ 
	.site-branding {padding-top:24px;}
	
/*	#site-header {
		margin:0px;
		width:70%;
		padding-left:20px;
	}*/
	
	.banner_main {
		background-size:420px;
		background-image:url("images/bannerv1b.gif");
	}
	
	.home_button,
	.home_button_es  {
		color:transparent!important;
	}
	
	.home_button_es {
		text-transform: uppercase;
	}
	
	#site-header {
		margin-top:20px;
		padding-left:5px;
	}

	#site-header img {
		width:80%;
	}
/* navigation */
	
	.main-navigation {
		width:60%;
	}


	.fl-builder h1.entry-title {
		padding-left:25px;
	}
	
	.site-footer {
		padding-left:20px;
	}
	
	.brand_summary {
		line-height:2.2rem;
		width:100%;
	}
	
	.brand_summary p {
		padding-right:20px;
	}
	
	.brand_summary p:first-child {
		width:75%;
	}
	
	.brand_summary p:last-child {
		width:100%;
		margin-top:22px;
	}
	
	.brand_summary p:first-child {
		font-size:1.8rem;
		width:80%;
	}
	
	.site-disclaimer {
		width:100%;
	}
	
	.footer_back {
		padding-top:12px;
	}
	
	.featured_holder {
		width:100%!important;
	}
	
	.faqs h3 {
		padding-right:32px;
		line-height:1.9rem;
	}

	#nav-toggle span:before {
		top:-8px;
	}
	
	#nav-toggle span:after {
		bottom:-8px;
	}
	
	.leader_bios img {
		width:100%;
	}
	
	.leader_bios p {
		text-align: center;
	}

	
}

@media screen and (max-width: 405px){
	
	.banner_main {
		background-image:url("images/bannerv1c.gif");
		background-size:397px;
	}
	
	
}


@media screen and (max-width: 380px){
	
	.banner_main {
		
		background-size:370px;
	}
	
	
}

/* Tone down the animation to avoid vestibular motion triggers like scaling or panning large objects. SEE: https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion */

@media (prefers-reduced-motion) {
	
}



