/*
Theme Name: Audiology by Yoko Co
Theme URI: https://www.audiology.org
Version: 1.1.1
Description: A custom child theme for Audiology.
Author: Yoko Co
Author URI: https://www.yokoco.com
template: bb-theme
*/

@import url("css/base.css");


/*****************************************************************************/
/******************************* THE BASICS **********************************/
/*****************************************************************************/



/* Set your maximum container width here. Only use the customizer width to set the width for the header */

.fl-page-content .container {
	max-width: 1100px; 
}

.fl-page-content {
	background-color: #E5EAEF; 
}

/* Set this to the same as you set the content width in the customizer. */

.max-fix .fl-row-fixed-width {
	max-width: 1600px; 	
}


/* Define default accent background colors. */

.bg1 {
	background-color: #0E3353; 
}

.bg2 {
	background-color: #E5EAEF; 
}

.bg3 {
	background-color: #004E95; 
}

.bg4, .bg-white {
	background-color: #fff; 
}

.bg-foundation {
	background-color: #68973B; 
}

.bg-board {
	background-color: #008998; 
}

.larger p {
	font-size: 21px; 
}

.img-rounded img, img.img-rounded {
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
}

.wave-bg .fl-row-content-wrap {
	background-image: url('/wp-content/uploads/2019/02/sound-wave-element-min.png');
	background-position: right center; 
	background-size: 700px; 
	background-repeat: no-repeat;
}

/* Define button styles. */
.fl-page-content button,
.fl-page-content .button,
.fl-page-content .fl-button {
	display: inline-block;
}

.fl-page button,
.fl-page .button,
a.button,
.fl-page input[type=button],
.fl-page input[type=submit],
.fl-page .fl-builder-content a.fl-button,
.fl-page .fl-builder-content a.fl-button:visited,
.fl-page .wp-block-button__link {
	border: 0px; 
	margin-top: 4px; 
	border-radius: 4px; 
	-moz-border-radius: 4x; 
	-webkit-border-radius: 4px;
	padding: 18px 28px;
	font-size: 14px; 
	letter-spacing: 1px; 
	text-decoration: none; 
  	-webkit-transition: background 0.5s; 
  	transition: background 0.5s;
	background-color: #A60B5F;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
    text-align: center;
}



.fl-page button.alt-button,
.fl-page .button.alt-button,
a.button.alt-button,
.fl-page  .alt-button input[type=button],
.fl-page .alt-button input[type=submit],
.fl-page .fl-builder-content .alt-button a.fl-button,
.fl-page .fl-builder-content .alt-button a.fl-button:visited,
.fl-page .alt-button.wp-block-button__link {
	background-color: #004E95;
}


.fl-page button *,
.fl-page .button *,
a.button *,
.fl-page input[type=button] *,
.fl-page input[type=submit] *,
.fl-page .fl-builder-content a.fl-button *,
.fl-page .fl-builder-content a.fl-button:visited *,
.fl-page .wp-block-button__link * {
	color: #fff; 
}

.fl-page button:hover,
.fl-page .button:hover,
a.button:hover,
.fl-page input[type=button]:hover,
.fl-page input[type=submit]:hover,
.fl-page .fl-builder-content a.fl-button:hover,
.fl-page .fl-builder-content a.fl-button:visited:hover,
.fl-page .wp-block-button__link:hover {
	color: #fff; 
	border: 0px; 
	background-color: #CB1C7B;
}


.fl-page button.alt-button:hover,
.fl-page .button.alt-button:hover,
a.button.alt-button:hover,
.fl-page  .alt-button input[type=button]:hover,
.fl-page .alt-button input[type=submit]:hover,
.fl-page .fl-builder-content .alt-button a.fl-button:hover,
.fl-page .alt-button.wp-block-button__link:hover {
	background-color: #006ED2;
}


.fl-page button:hover *,
.fl-page .button:hover *,
.fl-page input[type=button]:hover *,
.fl-page input[type=submit]:hover *,
.fl-page .fl-builder-content a.fl-button:hover *,
.fl-page .fl-builder-content a.fl-button:visited:hover *,
.fl-page .wp-block-button__link:hover * {
	color: #fff; 
}

.wp-block-button__link {
	margin-top: 10px; 
}

.fl-page-nav-search {
	display: inline-block;
}


.fl-page button.ghost-button,
.fl-page .button.ghost-button,
a.button.ghost-button,
.fl-page  .ghost-button input[type=button],
.fl-page .ghost-button input[type=submit],
.fl-page .fl-builder-content .ghost-button a.fl-button,
.fl-page .fl-builder-content .ghost-button a.fl-button:visited,
.fl-page .ghost-button.wp-block-button__link {
	background-color: rgba(0,0,0,0);
	border: 2px solid #0E3353; 
	color: #0E3353; 
  	-webkit-transition: border 0.5s; 
  	transition: border 0.5s;
}


.fl-page button.ghost-button *,
.fl-page .button.ghost-button *,
a.button.ghost-button *,
.fl-page  .ghost-button input[type=button] *,
.fl-page .ghost-button input[type=submit] *,
.fl-page .fl-builder-content .ghost-button a.fl-button *,
.fl-page .fl-builder-content .ghost-button a.fl-button:visited *,
.fl-page .ghost-button.wp-block-button__link * {
	color: #0E3353; 
  	-webkit-transition: color 0.5s; 
  	transition: color 0.5s;
}


.fl-page .invert button.ghost-button,
.fl-page .invert .button.ghost-button,
.invert a.button.ghost-button,
.fl-page  .ghost-button.invert input[type=button],
.fl-page .ghost-button.invert input[type=submit],
.fl-page .fl-builder-content .ghost-button.invert a.fl-button,
.fl-page .fl-builder-content .ghost-button.invert a.fl-button:visited,
.fl-page .invert .ghost-button.wp-block-button__link {
	background-color: rgba(0,0,0,0);
	border: 1px solid #fff; 
	color: #fff; 
}

.fl-page button.ghost-button:hover,
.fl-page .button.ghost-button:hover,
a.button.ghost-button:hover,
.fl-page  .ghost-button input[type=button]:hover,
.fl-page .ghost-button input[type=submit]:hover,
.fl-page .fl-builder-content .ghost-button a.fl-button:hover,
.fl-page .ghost-button.wp-block-button__link:hover, 
.fl-page .invert button.ghost-button:hover,
.fl-page .invert .button.ghost-button:hover,
.invert a.button.ghost-button:hover,
.fl-page  .ghost-button.invert input[type=button]:hover,
.fl-page .ghost-button.invert input[type=submit]:hover,
.fl-page .fl-builder-content .ghost-button.invert a.fl-button:hover,
.fl-page .invert .ghost-button.wp-block-button__link:hover  {
	border: 2px solid #A60B5F;
}


.fl-page button.ghost-button:hover *,
.fl-page .button.ghost-button:hover *,
a.button.ghost-button:hover *,
.fl-page  .ghost-button input[type=button]:hover *,
.fl-page .ghost-button input[type=submit]:hover *,
.fl-page .fl-builder-content .ghost-button a.fl-button:hover, *
.fl-page .ghost-button.wp-block-button__link:hover * {
	color: #A60B5F;
}


.fl-page .fl-builder-content .ghost-button a.fl-button:hover * {
	color: #A60B5F; 
}

.fl-page .invert button.ghost-button *,
.fl-page .invert .button.ghost-button *,
 .invert a.button.ghost-button *,
.fl-page  .invert.ghost-button input[type=button] *,
.fl-page  .invert.ghost-button input[type=submit] *,
.fl-page .fl-builder-content  .invert.ghost-button a.fl-button *,
.fl-page .fl-builder-content  .invert.ghost-button a.fl-button:visited *,
.fl-page  .invert .ghost-button.wp-block-button__link * {
	color: #fff; 
}


.fl-page button.simple-button,
.fl-page .button.simple-button,
a.button.simple-button,
.fl-page  .simple-button input[type=button],
.fl-page .simple-button input[type=submit],
.fl-page .fl-builder-content .simple-button a.fl-button,
.fl-page .fl-builder-content .simple-button a.fl-button:visited,
.fl-page .simple-button.wp-block-button__link {
	background-color: rgba(0,0,0,0);
	border: none;
	color: #004E95; 
  	-webkit-transition: border-bottom 0.5s; 
  	transition: border-bottom 0.5s;
	padding: 12px 0px; 
	border-radius: 0px; 
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	border-bottom: 2px solid rgba(0,0,0,0);
}


.fl-page button.simple-button:hover,
.fl-page .button.simple-button:hover,
a.button.simple-button:hover,
.fl-page  .simple-button input[type=button]:hover,
.fl-page .simple-button input[type=submit]:hover,
.fl-page .fl-builder-content .simple-button a.fl-button:hover,
.fl-page .simple-button.wp-block-button__link:hover {
	border-bottom: 2px solid #004E95;
}


.fl-page button.simple-button *,
.fl-page .button.simple-button *,
a.button.simple-button *,
.fl-page  .simple-button input[type=button] *,
.fl-page .simple-button input[type=submit] *,
.fl-page .fl-builder-content .simple-button a.fl-button *,
.fl-page .fl-builder-content .simple-button a.fl-button:visited *,
.fl-page .simple-button.wp-block-button__link * {
	color: #004E95; 
}


.fl-page button.simple-button.invert *,
.fl-page .button.simple-button.invert *,
a.button.simple-button.invert *,
.fl-page  .simple-button.invert input[type=button] *,
.fl-page .simple-button.invert input[type=submit] *,
.fl-page .fl-builder-content .simple-button.invert a.fl-button *,
.fl-page .fl-builder-content .simple-button.invert a.fl-button:visited *,
.fl-page .simple-button.invert.wp-block-button__link * {
	color: #fff; 
}



.fl-page button.simple-button.invert:hover,
.fl-page .button.simple-button.invert:hover,
a.button.simple-button.invert:hover,
.fl-page  .simple-button.invert input[type=button]:hover,
.fl-page .simple-button.invert input[type=submit]:hover,
.fl-page .fl-builder-content .simple-button.invert a.fl-button:hover,
.fl-page .simple-button.invert.wp-block-button__link:hover {
	border-bottom: 2px solid #fff;
}

.fl-page-nav-search {
	display: inline-block;
}

/*****************************************************************************/
/********************************* HEADER ************************************/
/*****************************************************************************/

.fl-page-bar {
	border: 0px; 
	padding: 3px; 
}

.fl-page-bar-nav>li>a {
	font-size: 13px; 
	text-transform: uppercase; 
	letter-spacing: 5%;
}

.fl-page-bar .fl-social-icons a {
	padding-right: 12px; 
}

.fl-page-bar .fl-social-icons a i:before {
	font-size: 18px; 
}

.fl-page-header-primary {
	position: relative; 
	z-index: 99; 
}

.fl-page-nav-wrap {
    border-color: #003e77;
}

.fl-page-nav-right .fl-page-header-wrap {
	border-bottom: 0px; 
}

.fl-page-bar .fl-social-icons i.fas, .fl-page-bar .fl-social-icons i.fab {
	margin-right: 2px; 
}

.fl-page-nav-bottom .fl-page-header-content .fl-page-header-text {
	margin-bottom: 0px; 
}

.fl-page-nav-bottom .fl-page-header-content .fl-page-header-text a {
	padding-left: 15px; 
}

.fl-page-nav-bottom .fl-page-header-content .fl-page-header-text a:hover {
	color: #0E3353; 
}

.fl-page-nav-wrap .navbar-nav li>a {
	letter-spacing: -0.5px; 
}

.fl-page-nav-wrap .navbar-nav li.current-menu-ancestor>a, .fl-page-nav-wrap .navbar-nav li.current-menu-parent>a, .fl-page-nav-wrap .navbar-nav li.current-menu-item>a {
	color: #B9DEFF; 
}

.fl-page-nav-wrap .navbar-nav li a:hover {
	color: #B9DEFF; 
}

@media screen and (min-width: 768px) {
	.fl-page-nav ul.sub-menu {
		-webkit-border-bottom-right-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	.fl-page-header-container {
		padding-top: 8px; 
		padding-bottom: 8px; 
	}
}

.fl-page-nav ul.sub-menu li a:hover, .fl-page-nav ul.sub-menu li a:focus {
	color: #B9DEFF; 
}

.fl-page-nav-collapse .fl-page-nav-search a.fa-search {
    font-family: 'linearicons' !important;
    padding: 20px 5px;
}

.fl-page-nav-collapse .fl-page-nav-search a.fa-search:before {
    content: "\e922";
    font-size: 22px;
}


.fl-page-nav-collapse .fl-page-nav-search a.fa-search:hover {
	color: #B9DEFF; 
}

@media screen and (min-width: 768px) {
	.fl-page-nav-collapse ul.navbar-nav>li, .fl-page-nav-collapse ul.navbar-nav>li:first-child {
		max-width: 140px; 
		min-width: 130px; 
		border-left: 1px solid #00407A; 
		text-align: center; 
	}	
	.fl-page-nav-collapse ul.navbar-nav>li ul li {
		text-align: left; 
	}
	
	.fl-page-nav-collapse ul.navbar-nav>li.small-menu-item > a {
		padding: 25px 15px; 
	}
	
}

.fl-page-nav-collapse ul.navbar-nav>li.nav-btn {
	padding: 8px 0px; 
	border-left: 0px; 
}

.fl-page-nav-collapse ul.navbar-nav>li.nav-btn > a {
	background: #A60B5F; 
	border-radius: 6px;  
	-moz-border-radius: 6px;  
	-webkit-border-radius: 6px; 
    padding: 18px 18px;
  	-webkit-transition: background 0.5s; 
  	transition: background 0.5s;
}


.fl-page-nav-collapse ul.navbar-nav>li.nav-btn > a:hover {
	background: #CB1C7B;
	color: #fff; 
}


.fl-page-nav-collapse ul.navbar-nav>li ul {
	border-top: 2px solid #00407A; 
}

.fl-page-nav-collapse ul.navbar-nav>li.nav-btn ul, 
.fl-page-header-fixed .fl-page-nav-collapse ul.navbar-nav>li.nav-btn ul {
	background: #A60B5F; 
	border-top: 3px solid #CB1C7B; 
}


.fl-page-nav-collapse ul.navbar-nav>li.nav-btn ul li a, 
.fl-page-header-fixed .fl-page-nav-collapse ul.navbar-nav>li.nav-btn ul li a {
	color: #fff; 
}


.fl-page-nav-collapse ul.navbar-nav>li.nav-btn ul li a:hover {
	color: #FEDEEF; 
}

.fl-page-nav-search form {
	background-color: #fff; 
}

.fl-page-nav-search form input.fl-search-input {
	border-color: #ddd; 
	background-color: #fff; 
	color: #333!important; 
}

.fl-page-header-fixed .fl-page-header-row .fl-page-logo-wrap {
	width: 10%; 
}

.fl-page-header-fixed .fl-page-header-row .fl-page-fixed-nav-wrap {
	width: 90%; 
}

.fl-page-header-fixed .fl-page-nav-collapse ul.navbar-nav>li, .fl-page-header-fixed .fl-page-nav-collapse ul.navbar-nav>li:first-child {
	border-left: 1px solid #eee; 
}

.fl-page-header-fixed .fl-page-nav-collapse ul.navbar-nav>li.nav-btn {
	padding: 4px 0px; 
	border-left: 0px; 
}

.fl-page-header-fixed .fl-page-nav-collapse ul.navbar-nav>li.nav-btn > a {
	color: #fff; 
	padding: 10px 15px; 
}

.fl-page-nav-right.fl-page-header-fixed .fl-page-nav-wrap .navbar-nav>li>a, .fl-page-header-fixed .fl-page-nav-wrap .navbar-nav>li>a {
	padding: 4px 15px; 
}

.fl-page-header-fixed .fl-page-nav-wrap .navbar-nav>li.small-menu-item>a {
	padding: 14px 15px; 
}


.custom-subtitle h3 {
	font-weight: 400; 
}

.mobile-nav-search {
	margin-top: 10px; 
}

.mobile-nav-search label {
	width: 82%; 
	display: block; 
	float: left; 
}
.mobile-nav-search input[type=search] {
	
}

.mobile-nav-search button {
	background: #004E95;
    padding: 9px 20px;
	margin-left: 2px; 
}

.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.navbar-nav>li:last-of-type {
	border: 0px; 
}

.at-protected-header-image {
	display: none;
}

/*****************************************************************************/
/********************************* FOOTER ************************************/ 
/*****************************************************************************/

.footer-main, .footer-main .menu a, .footer-main a {
	font-size: 15px; 	
	line-height: 150%;
	color: #fff; 
}

.footer-logo .fl-photo-content img {
	max-width: 218px; 
	height: auto; 
}

.footer-main .fl-row-content-wrap .menu .fl-has-submenu .sub-menu {
	display: none; 
}

.footer-main .fl-menu-toggle {
	display: none; 
}

.footer-main .mobile-nav-search {
	display: none; 
}

.footer-sub {
	font-size: 13px; 
}

.footer-main .menu a {
	padding: 5px 0px 7px; 
	font-weight: 700; 
}

.footer-main a:hover {
	color: #56D6FF; 
}

@media screen and (max-width: 767px) {
	.footer-sub {
		text-align: left; 
	}
}

/*****************************************************************************/
/********************************* LAYOUT ************************************/
/*****************************************************************************/

.content-container-sidebar, .content-container-full, .content-container-col {
	margin-bottom: 1px; 
	padding-top: 10px; 
}

/*****************************************************************************/
/******************************** SIDEBAR ************************************/
/*****************************************************************************/

.newsletter-sub-sidebar {
	background: #fff; 
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	padding: 20px; 
}

/*****************************************************************************/
/******************************* COMPONENTS **********************************/
/*****************************************************************************/

blockquote,
.fl-page .fl-content .wp-block-quote,
.restricted-content-notice {
	padding: 20px; 
	background: #fff; 
	font-size: 18px; 
	line-height: 30px; 
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
}

.restricted-content-notice {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}

.no-featured-image .banner-title .fl-row-content-wrap {
	padding-top: 60px; 
	
}

.no-featured-image .banner-title > .fl-row-content-wrap:after {
		background-image: linear-gradient(340deg, rgba(0,104,199,0.92) 0%, rgba(0,78,149,0.52) 35%);
}


.fl-post-grid-post {
	border: 1px solid #BDD9F3; 
	background: #fff; 
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
}

.fl-post-more-link, .fl-post-grid-more {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}

.fl-post-more-link a {
	color: #004E95;
}

.fl-post-more-link a:hover {
	color: #A60B5F;
}

.post-meta a {
	color: #004E95;
	font-size: 12px; 
}

.fl-post-excerpt p {
	font-size: 16px;  
	line-height: 140%; 
}


.wave-mark .fl-photo-content img {
	max-width: 57px; 
}

.search-results .fl-post-feed-content {
	color: #888; 
}

.fl-post-feed-post {
	padding-bottom: 0px; 
	margin-bottom: 20px; 
}

.blog-sidebar .fl-widget + .fl-widget {
	border-top: 3px solid #fff; 
	padding-top: 30px; 
}

.widget_recent_entries ul li + li {
	border-top: 1px solid #fff; 
	margin-top: 8px; 
	padding-top: 8px; 
}

h2.widgettitle {
	font-size: 21px; 
}

.widget_recent_entries li + li {
	margin-top: 15px; 
}

.widget_recent_entries .post-date {
	display: block; 
	font-size: 13px;
	opacity: 0.5; 
}

.post-meta-category, .post-meta-author, .fl-post-feed-meta {
	color: #888; 
}

.post-sharing {
	text-align: right; 
	color: #888; 
}

.preshare-text {
	display: inline; 
}

.addtoany_shortcode { 
	display: inline;
	margin-left: 10px; 
}

.breadcrumbs {
	font-size: 13px; 
	opacity: 0.5; 
}

.resource-float > .fl-col-content {
	background: #fff; 
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
}

.resource-float .fl-post-grid-post {
	border: 0px; 
	padding: 30px 20px; 
}

.fl-post-grid .fl-post-title {
	font-size: 21px;  
	line-height: 140%; 
}

.fl-post-grid .post-meta {
	color: #004E95; 
	font-weight: 700; 
	font-size: 13px; 
	text-transform: uppercase; 
	letter-spacing: 1px; 
	margin-bottom: 6px; 
}

.resource-float .fl-post-title {
	margin-bottom: 30px; 
}

.resource-float .fl-post-grid-post .fl-button-icon {
	font-size: 30px; 
}

.featured-resources-grid {
	border-top: 1px solid #BDD9F3; 
}

.offset-box-third-col {
	border-top: 1px solid #BDD9F3; 
}

.home-logo-section .fl-row-content {
	background: #fff; 
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
}

.fl-post .home-sponsors img[class*="wp-image-"] {
	max-width: 140px; 
	margin: 0 auto; 
}

@media screen and (max-width: 767px) {
	.banner-home .fl-row-content-wrap:after {
		background-image: linear-gradient(0deg, #203446 0%, rgba(32,52,70,0.5) 70%);
	}
}

.banner-meta {
	color: #fff; 
}

.banner-meta ul li {
	font-size: 14px; 
	color: #fff; 
}

.cpt-banner-meta ul li {
	font-size: 16px; 
	color: #fff; 
}

.banner-meta ul {
	list-style-type: none; 
	margin: 0px; 
	padding: 6px 0px;
}


@media screen and (min-width: 768px) {
	.banner-meta ul {
		display: inline-block;
		padding: 0px 0px;
	}
	.banner-meta ul + ul {
		margin-left: 8px; 
		padding-left: 12px; 
		border-left: 1px solid rgba(255,255,255,0.3);
	}
	.banner-meta ul li {
		display: inline-block; 
	}
	
	.banner-meta ul li + li:before {
		content: ', ';
	}
}

.banner-meta ul li a {
	color: #fff; 
}


.banner-title .cpt-banner-meta {
	font-size: 15px; 
}

.cpt-banner-meta ul {
	
}

.search-results-container h2 {
	font-size: 24px; 
}

.fl-builder-pagination li a.page-numbers, .fl-builder-pagination li span.page-numbers {
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
}

.search-results .banner-separator .fl-separator {
	border-top: 0px; 
}

.element-header {
	opacity: 0.3; 
	margin-top: 150px; 
}

.stroke-cards .fl-col-content {
	border: 1px solid #BDD9F3;
}

.white-cards .fl-col-content {
	background: #fff; 
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	margin: 0px 6px; 
}

.white-cards .fl-module-photo .fl-module-content {
	margin: 0px 0px 0px;
}


.white-cards .fl-module-photo img {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.icon-blue i {
	color: #004e95; 
}


@media screen and (min-width: 768px) {
	.resource-float .fl-post-column + .fl-post-column {
		border-left: 1px solid #BDD9F3; 
	}
	.resource-float > .fl-col-content {
		margin-top: -180px; 
	}
	.offset-box-third-col + .offset-box-third-col .fl-col-content {
		border-left: 1px solid #BDD9F3;
	}
}

.fl-cta-wrap {
	padding: 30px; 
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	background: #fff; 
	border-top: 4px solid #203446; 
}

.align-left {
	float: left;
	margin-right: 1.5em;
}

.align-right {
	float: right;
	margin-left: 1.5em;
}

.align-left,
.align-right {
	margin-bottom: 1em;
}

figcaption {
	font-size: 80%;
}

.caption-align-left figcaption {
    text-align: left !important;
}

.caption-align-right figcaption {
	text-align: right !important;
}

.caption-align-center figcaption {
    text-align: center !important;
}

.fl-builder-content-1240.fl-builder-module-template {
	padding-left: 0px;
}

.fl-builder-content-1240 .ad-unit-728x90 .fl-module-content {
	margin-left: 0px;
}

/* Board Styles */

.tax__nav_menu--board-main-menu ul.sub-menu a,
.tax__content-section--board ul.sub-menu a {
	color: #0f3354 !important;
}

.tax-board .banner-title  .fl-row-content-wrap:after {
    background-image: linear-gradient(
90deg
, rgba(19, 96, 117,0.92) 0%, rgba(19, 96, 117,0.52) 100%);
}

/* Foundation Styles */

.tax__nav_menu--foundation-main-menu ul.sub-menu a,
.tax__content-section--foundation ul.sub-menu a{
	color: #68973B !important;
}

.tax-foundation .banner-title  .fl-row-content-wrap:after {
    background-image: linear-gradient(
90deg
, rgba(45, 79, 39,0.92) 0%, rgba(45, 79, 39,0.52) 100%);
}

/* AAA Conference Styles */
.tax__nav_menu--aaa-2022-conference-main-menu ul.sub-menu a,
.tax__content-section--aaa-conference ul.sub-menu a{
	color:#06587A !important;
}

.tax-aaa-conference .banner-title  .fl-row-content-wrap:after {
    background-image: linear-gradient(
90deg
, rgba(6, 88, 122,0.92) 0%, rgba(6, 88,122) 100%);
}

/* Cookie Notice */

.cookie-notice-container {
	background-color: #0e3353;
	font-family: "Inter",sans-serif;
}

.cookie-notice-container a {
	color: #fff;
	text-decoration: underline;
}

#cookie-notice .cn-button {
	border: 0px;
  margin-top: 4px;
  border-radius: 4px;
  -moz-border-radius: 4x;
  -webkit-border-radius: 4px;
  padding: 10px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  background-color: #A60B5F;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

/* Member Content */

.current-user-is-restricted .fl-post-content {
	min-height: 700px;
}

.current-user-is-restricted .fl-content {
  background: url(/wp-content/uploads/2021/06/member-only-content.png) top center no-repeat;
}

.restricted-content-notice {
  margin-top: 80px;
	padding: 60px;
}

/*****************************************************************************/
/**************************** CUSTOM POST TYPES ******************************/
/*****************************************************************************/

.box-meta-item ul li {
	list-style-type: none; 
}


.box-meta-item ul li + li {
	padding-top: 8px; 
	margin-top: 8px; 
	border-top: 1px dotted #dfdfdf;
}

.box-meta-item ul {
	margin: 0px; 
	padding: 0px; 
}

.sidebar-meta-box .fl-module-content {
	background: #fff; 
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	padding: 0px 20px 20px; 
}

.sidebar-meta-box h3 {
	margin-bottom: 20px;
	padding-bottom: 20px; 
	border-bottom: 1px solid #E5EAEF; 
}

.box-meta-item strong {
	display: block; 
	font-size: 13px; 
	color: #00529B; 
}

.box-meta-item + .box-meta-item {
	margin-top: 15px; 
}

.box-meta-item.grid-org {
	font-weight: 700; 
}

.box-meta-item + .box-meta-item.grid-job-title {
	margin-top: 2px; 
}

.single-event-details .fl-module-content, .single-event-venue .fl-module-content {
	background: #fff; 
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	padding: 20px; 
}

.single-event-details abbr[title] {
	text-decoration: none; 
}

.single-event-details dt, .single-event-venue dt {
	color: #00529B; 
	font-size: 14px; 
	margin-top: 15px; 
}

.fl-page .tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after {
	background-color: #004E95; 
}

.tribe-events-cal-links .tribe-events-gcal, .tribe-events-cal-links .tribe-events-ical {
	background: #004E95; 
	color: #fff; 
	padding: 8px; 
}

.fl-page .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .fl-page .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
	color: #A60B5F; 
}

.fl-page .tribe-events .tribe-events-calendar-month__header-column-title {
	color: #fff; 
}

.fl-page .tribe-events .tribe-events-calendar-month__header-column {
	background: #004e95;
	color: #fff; 
	padding: 6px; 
	font-weight: 700; 
}

.fl-page .tribe-events-calendar-month {
	background: #fff; 
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	padding: 12px; 
}

.tribe-events-cal-links {
	margin-top: 10px; 
    font-family: "Inter",sans-serif;
}

.tribe-events .tribe-events-calendar-list__event-featured-image {
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
}

.fl-page .tribe-common .tribe-common-c-btn, .fl-page .tribe-common a.tribe-common-c-btn {
    background-color: #A60B5F;
	letter-spacing: 0px; 
	font-weight: 400; 
}

.fl-page .tribe-common .tribe-common-c-btn:hover, .fl-page .tribe-common a.tribe-common-c-btn:hover {
    background: #CB1C7B;
}

.fl-page .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-datetime-featured-text {
	color: #A60B5F;
}

.fl-page .tribe-events .tribe-events-c-ical__link {
	border: 1px solid #A60B5F; 
	color: #A60B5F; 
}

.fl-page .tribe-events .tribe-events-c-ical__link svg {
	display: none; 
}

.fl-page .tribe-events .tribe-events-c-ical__link:hover {
	background-color: #A60B5F; 
}


.fl-page .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding: 0px 20px; 
}

.fl-module .tribe-events-meta-group .tribe-events-single-section-title, .fl-page .tribe-events-c-nav__next-label, .fl-page .tribe-events-c-nav__next-label-plural {
    color: #203446;
    font-family: "Inter",sans-serif;
    font-weight: 700;
    line-height: 1.4;
    text-transform: none;
    font-style: normal;
	letter-spacing: 0px; 
}

.tribe-common--breakpoint-full.tribe-events .tribe-events-c-top-bar__datepicker-desktop {
	color: #203446; 
	text-transform: none; 
	letter-spacing: 0px; 
}



.single-event-details .tribe-events-meta-group, .single-event-venue .tribe-events-meta-group {
	padding: 0px; 
}

.committee-members-box .fl-module-content, .award-winners-box, .article-author-box .fl-module-content {
	background: #fff; 
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	padding: 0px 20px 20px; 
	border: 2px solid #C6D0DA; 
}

.committee-members-box {
	font-size: 14px; 
}

.committee-members-box strong {
	display: block; 
	font-size: 18px; 
}

.committee-members-box ul {
	margin-top: 20px; 
}


.committee-members-box ul li {
	padding-bottom: 7px; 
}

@media screen and (min-width: 992px) {
	.committee-members-box ul {
			  display: grid;
			grid-template-columns: repeat(3, 1fr);
			column-gap: 15px; 
	}
}

.team-grid-title {
	margin-bottom: 20px; 
	opacity: 0.5; 
}

.bio-meta {
	opacity: 0.5; 
	font-weight: 400; 
}

.bio-meta h2, .bio-meta h3, .bio-meta h4, .bio-meta h5, .bio-meta h6 {
	font-weight: 400; 
}

.award-winner-item .addtoany_share_save_container {
	display: none; 
}

.award-winner-item {
	display: flex; 
}

/* Events */

.tribe-events-meta-group .tribe-events-single-section-title {
	font-size: 24px; 
}

.tribe-venue {
	font-weight: 700; 
}

.tribe-events-cal-links .tribe-events-button {
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
	background-color: #555; 
}

.tribe-events-page-title {
	text-align: left; 	
}

/* Event URL */
.tribe-events-event-url a{
	font-weight: bold!important;
	font-size: 14px!important;
}

/*Podcasts */

.podcast-feed .fl-post-grid-post .podcast-image img {
	max-width: 300px;
}

.podcast-feed .fl-post-grid-post {
	background: rgba(0,0,0,0);
	border: none;
}

.podcast-text {
	padding-top: 5px!important;
}

@media screen and (min-width: 768px) {
	.view-related-item {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
	}

	.view-related-col {
		grid-column-start: 1;
		grid-column-end: 1;
	}

	.view-related-col + .view-related-col {
		grid-column-start: 2;
		grid-column-end: 6;
		padding-left: 20px;
	}
}

.view-related-item {
	margin-top: 20px;
	padding-top: 20px; 
	border-top: 1px solid #E5EAEF; 
}

.view-related-item h4 a {
    color: #004e95;
}

.view-related-image {
	position: relative; 
	text-align: center; 
}

.view-related-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    left: 0;
    top: 0;
    object-fit: cover;
    position: absolute;
	max-width: 300px; 
	margin: 0 auto; 
	display: block; 
}

.article-image-col .view-related-image img {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.view-related-image:after {
    display: block;
    content: '';
    padding-bottom: 100%;
}

.view-meta {
	font-size: 15px; 
}


/* Award Styles */

.award-winner-headshot-col {
	max-width: 200px;
}

.award-winner-details-col {
	margin-left: 20px;
}

.winner-headshot-container {
	width: 100px;
}

.award-list-icon .fl-icon {
	vertical-align: top; 
}

.award-list-icon .fl-icon i {
	font-size: 30px; 
}

.award-year-won {
	font-size: 15px; 
}

/* Practice Guidelines */

.guideline-access-pdf a.button {width: 100%;}

.guideline-sidebar hr {
	border-top: 1px solid #E5EAEF;
	margin-top: 20px;
	margin-bottom: 20px;
}

.practice-guideline-complex .feed-meta-value,
.guideline-related-content .fl-post-meta {text-transform: uppercase;}

.practice-guideline.fl-post-feed-post {padding-bottom: 20px;}

.practice-guideline.fl-post-feed-post:not(:last-of-type) {border-bottom: 1px solid #BDD9F3;}

.practice-guideline-complex .feed-meta-block,
.practice-guideline-list .feed-meta-block {
	font-size: 16px;
	padding-bottom: 15px;
}

.fl-post-grid-post .practice-guideline-complex,
.fl-post-grid-post .practice-guideline-list {padding: 20px;}

/*****************************************************************************/
/********************************* FEEDS *************************************/
/*****************************************************************************/

.feed-no-border .fl-post-grid-post {
	border: 0px; 
}

.people-grid {
	text-align: center; 
}


.fl-post-image {
	position: relative; 
}

.fl-post-image:after {
    display: block;
    content: '';
    padding-bottom: 66%;	
}

.fl-post-image img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    position: absolute;
	margin: 0 auto; 
}


.people-grid .fl-post-image {
	position: relative; 
	margin: 20px 20% 0; 
}

.people-grid .fl-post-image:after {
    display: block;
    content: '';
    padding-bottom: 100%;	
}

.people-grid .fl-post-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    left: 0;
    top: 0;
    object-fit: cover;
    position: absolute;
	max-width: 300px; 
	margin: 0 auto; 
}


.post-feed-cards .fl-post-feed-post {
	padding: 10px 10px 20px; 
	border: 1px solid #BDD9F3; 
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	margin-bottom: 20px; 
	background: #fff; 
}

.post-feed-cards .fl-post-more-link {
	margin-top: 15px; 
	padding: 4px 20px 0px;
}

.post-feed-meta-right {
		padding: 20px; 
	border-top: 1px solid #E5EAEF; 
}

.fl-post-meta {
	opacity: 0.7; 
	font-size: 14px; 
}

.custom-layout-grid .fl-post-image .fl-clinical-topic {
	position: absolute; 
	top: 0px; 
	right: 0px; 
	list-style-type: none; 
	margin: 0px; 
	padding: 0px; 
}

.custom-layout-grid .fl-post-image .fl-clinical-topic li {
	display: inline-block; 
    background: #A60B5F;
	color: #fff; 
	font-size: 13px; 
	padding: 2px 4px; 
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
}




@media screen and (min-width: 992px) {
	.fl-post-feed-post .post-indiv-grid {
		  display: grid;
		grid-template-columns: repeat(4, 1fr);
	}

	.post-feed-body-left {
	  grid-column-start: 1;
	  grid-column-end: 4;
	}

	.post-feed-meta-right {
	  grid-column-start: 4;
	  grid-column-end: 4;
		border-left: 1px solid #BDD9F3; 
		border-top: 0px; 
	}
}


.content-feed .feed-item-wrap {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(3, 1fr);
	background: #fff; 
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
}

.content-feed .fl-post-feed-post {
	margin-bottom: 20px; 
}

.content-feed .feed-item-wrap .pub-feed-col {
  	grid-column: span 2;
}

.content-feed .feed-item-wrap .pub-feed-col:first-child {
  	grid-column: span 1;
}

.content-feed .fl-post-image {
	position: relative; 
}

.content-feed .fl-post-image:after {
    display: block;
    content: '';
    padding-bottom: 66%;
}

.content-feed .fl-post-text {
	padding: 10px 20px; 
}

.content-feed .fl-post-more-link {
	margin-top: 20px; 
}

.post-cats ul {
	padding: 0px; 
	margin: 0px; 
	margin-bottom: 6px; 
}

.post-cats ul li {
	list-style-type: none; 
	display: inline-block; 
	margin-right: 4px; 
}

.post-cats ul li a {
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
    background-color: #A60B5F;
	padding: 2px 5px;  
	font-size: 12px;  
	font-weight: 700; 
	color: #fff; 
}

.post-cats ul li a:hover {
	text-decoration: none; 
	color: #fff; 
}

.post-date {
	font-size: 14px; 
	opacity: 0.6; 
}

.news-feed .fl-post-feed > div:first-of-type .feed-item-wrap .pub-feed-col {
	grid-column: span 1; 
}

.news-feed .fl-post-feed > div:first-of-type .feed-item-wrap .pub-feed-col:first-child {    
	grid-column: span 2;
}

.content-feed .fl-post-image img {    width: 100%;
    height: 100%;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    left: 0;
    top: 0;
    object-fit: cover;
    position: absolute;
}

.person-job-title h3 {
	font-weight: 400; 
	opacity: 0.6; 
}

.fl-post-grid-post {
	position: relative; 
}

.fl-post-grid-post .fl-category, .fl-post-grid-post .fl-clinical-topic {
	padding: 4px; 
	list-style-type: none; 
	position: absolute; 
    top: 0;
    right: 0;
}


.fl-post-grid-post .fl-category li, .fl-post-grid-post .fl-clinical-topic li {
	display: inline-block; 
	border: 1px solid rgba(255,255,255,0.3); 
	background: #004E95; 
	color: #fff; 
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
	padding: 0px 6px; 
}


.fl-post-grid-post .fl-category li + li, .fl-post-grid-post .fl-clinical-topic li + li {
	margin-left: 4px; 
}

.fl-post-grid-post .fl-category li a, .fl-post-grid-post .fl-clinical-topic li a {
	color: #fff; 
}

/* FacetWP Pagination */

.facetwp-pager {text-align: center;}

.facetwp-page {
	background-color: #fff;
	padding: 8px 16px !important;
	border: 1px solid #BDD9F3;
	color: #203446;
	font-size: 18px;
}

.facetwp-page:hover, .facetwp-page.active {
	background-color: #BDD9F3;
	text-decoration: none;
	font-weight: 400 !important;
}

/*****************************************************************************/
/***************************** AJAX LOAD MORE ********************************/
/*****************************************************************************/

.feed-list-simple {
	padding: 20px;
	border: 1px solid #BDD9F3;
    background: #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	margin-bottom: 20px;
}

.no-border .feed-list-simple {
	background-color: rgba(0,0,0,0);
	border: 0px;
	padding: 0px;
}

.feed-list-simple .feed-meta-value {
	font-size: 14px;
	text-transform: uppercase;
}

.feed-list-simple h2.fl-post-title {
	line-height: 24px;
	margin: 15px 0;
}

.feed-list-simple h2.fl-post-title a {font-size: 24px;}

.alm-filters-container .alm-filter--select select {
	display: block;
    width: 100%;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #203446;
    vertical-align: middle;
    border: 1px solid #ccc;
    -moz-transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.alm-load-more-btn.done{
	display: none;
 }

 ul.alm-paging li a {
	border: 1px solid #ccc;
	color: #203446;
	padding: 10px 12px !important;
	background-color: #fff !important;
	margin: 0 3px;
	border-radius: 4px;
}

ul.alm-paging li.active a, ul.alm-paging li:hover a {
	background-color: #A60B5F !important;
	color: #fff !important;
	border: 1px solid #A60B5F !important;
}

/*****************************************************************************/
/*************************** FACET FILTER STUFF ******************************/
/*****************************************************************************/



.aud-filters .fs-label-wrap, .aud-filters .fs-dropdown {
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	width: 100%; 
}

.aud-filters .facetwp-input-wrap {
	width: 100%; 
}

.aud-sort {
	text-align: right; 
}

.aud-sort select {
    border: 1px solid #0074c8;
    border-radius: 8px;
    padding: 4px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 12px;
    font-size: 16px;
    color: #0074ca; 
}

.aud-filters .facetwp-date {
	display: inline-block; 
	width: 49%; 
}

.aud-filters .facetwp-date + .facetwp-date {
	margin-left: 2%; 
}

.aud-filters .facetwp-facet {
	margin-bottom: 0px; 
}

.facetwp-counter {
    display: none;
}

.facetwp-facet-name_search .facetwp-input-wrap {
	width: 100%; 
}


.facetwp-facet.facetwp-facet-name_search input.facetwp-search {
	min-width: 80px; 
	width: 100%; 
}

.aud-filters {
	font-size: 16px; 
}

.aud-filters .fs-search {
	display: none; 
}

.aud-filters .facetwp-type-fselect .fs-wrap {
	width: 100%; 
	display: block; 
	margin-bottom: 20px; 
	position: relative; 
}

.aud-filters .final-facet .facetwp-type-fselect .fs-dropdown {
    position: relative;
}

.aud-filters .fs-option[data-value="featured"] {
	display: none; 
}

.aud-filters .facetwp-type-fselect .fs-dropdown {
	max-width: 80vw; 
	background-color: #E5EAEF;
	border: 1px solid #C1D1DE; 
    box-shadow: 0px 30px 40px rgba(255,255,255,1);
    -moz-box-shadow: 0px 30px 40px rgba(255,255,255,1);
    -webkit-box-shadow: 0px 30px 40px rgba(255,255,255,1);
}

.aud-filters .fl-accordion-small .fl-accordion-button {
	background: #0E3353; 
	color: #fff; 
}

.aud-filters .fl-accordion-button-label, .aud-filters .fl-accordion-button-label a {
	color: #fff; 
	font-weight: 700; 
}

.aud-filters .fl-accordion-button-icon-left, .aud-filters .fl-accordion-button-icon-right {
	color: #fff; 
}

.aud-filters .fs-option + .fs-option {
	border-top: 1px solid #D8DFE5; 
}

.aud-filters .facetwp-type-fselect .fs-option .fs-option-label {
    white-space: inherit;
    word-break: break-word;
}

.aud-filters .fl-accordion-small .fl-accordion-content {
	padding: 10px 15px 10px; 
}

.aud-filters .fl-accordion-item {
	border: 0px; 
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	background: #fff; 
}

.aud-filters .facetwp-checkbox {
	line-height: 18px; 
	margin-top: 12px; 
}

.aud-filters .facetwp-facet input.facetwp-search, .facetwp-facet input.facetwp-location {
	min-width: 210px;
}

.aud-filters h4 {
	margin: 14px 0px 8px;
}

.aud-filters p {
	display: none; 
}

.footer-cta-bar {
	border-top: 6px solid #fff; 
}

/*****************************************************************************/
/********************************** FORMS ************************************/
/*****************************************************************************/

.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
	font-weight: 400; 
}

body .gform_wrapper ul li.gfield {
	margin-top: 20px;
}

.gform_wrapper {
    border: 1px solid #ddd;
    padding: 10px 18px 30px 32px;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
}

.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
	margin-top: 4px; 
}

.page-search-form input[type=text] {
	padding: 12px; 
}

.fl-page .page-search-form input[type=submit] {
	margin: 8px auto; 
	display: block; 
}



/*****************************************************************************/
/*************************** FOUNDATION & BOARD ******************************/
/*****************************************************************************/

.alt-header-top-bar .aaoa-logo {
	max-width: 132px; 
}

.alt-header-top-bar .section-logo {
	max-width: 72px; 
}

.alt-header-top-bar .logo-aaoa-container {
	float: left; 
	padding: 2px 4px; 
}

.alt-header-main-menu a:hover {
	opacity: 0.8; 
}

.alt-header-top-menu a {
	text-transform: uppercase; 
	letter-spacing: 1px; 
	font-size: 13px; 
}

.alt-header-top-menu a:hover {
	opacity: 0.8; 
}

.alt-header-top-bar .logo-section-container {
	float: left; 
	margin-left: 8px; 
}

.alt-header-top-bar .logo-section-container img.section-logo-aaaf {
	padding: 4px 8px 4px 14px; 
	background: #68973B; 
}

.alt-header-top-bar .logo-section-container img.section-logo-board {
	padding: 8px 12px; 
	background: #008998; 
}

.tax-foundation a {
	color: #68973B; 
}


.tax-foundation a:hover {
	color: #2A5500; 
}

.tax-board a {
	color: #399BA6; 
}

.tax-board a:hover {
	color: #04616B; 
}

.tax-foundation .banner-title {
	border-top: 1px solid #75a647; 
}

.tax-foundation .banner-title.bg3 {
	background: #68973B; 
}

.tax-foundation.no-featured-image .banner-title > .fl-row-content-wrap:after {
	background-image: none; 
}

.tax-foundation .fl-page button, .tax-foundation .fl-page .button, a.button, .tax-foundation .fl-page input[type=button], .tax-foundation .fl-page input[type=submit], .tax-foundation .fl-page .fl-builder-content a.fl-button, .tax-foundation .fl-page .fl-builder-content a.fl-button:visited, .tax-foundation .fl-page .wp-block-button__link {
	background-color: #68973B; 
}


.tax-foundation .fl-page button:hover, .tax-foundation .fl-page .button, .tax-foundation a.button:hover, .tax-foundation .fl-page input[type=button]:hover, .tax-foundation .fl-page input[type=submit]:hover, .tax-foundation .fl-page .fl-builder-content a.fl-button:hover, .tax-foundation .fl-page .wp-block-button__link:hover {
	background-color: #7fb54c; 
}

.tax-foundation .fl-page button.ghost-button, .tax-foundation .fl-page .button.ghost-button, .tax-foundation a.button.ghost-button, .tax-foundation .fl-page .ghost-button input[type=button], .tax-foundation .fl-page .ghost-button input[type=submit], .tax-foundation .fl-page .fl-builder-content .ghost-button a.fl-button, .tax-foundation .fl-page .fl-builder-content .ghost-button a.fl-button:visited, .tax-foundation .fl-page .ghost-button.wp-block-button__link {
	background-color: rgba(0,0,0,0);
	border: 2px solid #68973B; 
	color: #68973B; 
}


.tax-foundation .fl-page .fl-builder-content .ghost-button a.fl-button *, .tax-foundation .fl-page .fl-builder-content .ghost-button a.fl-button:visited * {
	color: #68973B; 
}


.tax-foundation .fl-page button.ghost-button:hover, .tax-foundation .fl-page .button.ghost-button:hover, .tax-foundation a.button.ghost-button:hover, .tax-foundation .fl-page .ghost-button input[type=button]:hover, .tax-foundation .fl-page .ghost-button input[type=submit]:hover, .tax-foundation .fl-page .fl-builder-content .ghost-button a.fl-button:hover, .tax-foundation .fl-page .ghost-button.wp-block-button__link:hover {
	border: 2px solid #232323; 
	color: #232323; 
}

.tax-foundation .fl-page .fl-builder-content .ghost-button a.fl-button:hover *{
	color: #232323; 
}



.tax-board .banner-title {
	border-top: 1px solid #399BA6; 
}

.tax-board .banner-title.bg3 {
	background: #008998; 
}

.tax-board.no-featured-image .banner-title > .fl-row-content-wrap:after {
	background-image: none; 
}

.tax-board .fl-page button, .tax-board .fl-page .button, a.button, .tax-board .fl-page input[type=button], .tax-board .fl-page input[type=submit], .tax-board .fl-page .fl-builder-content a.fl-button, .tax-board .fl-page .fl-builder-content a.fl-button:visited, .tax-board .fl-page .wp-block-button__link {
	background-color: #008998; 
}


.tax-board .fl-page button:hover, .tax-board .fl-page .button, .tax-board a.button:hover, .tax-board .fl-page input[type=button]:hover, .tax-board .fl-page input[type=submit]:hover, .tax-board .fl-page .fl-builder-content a.fl-button:hover, .tax-board .fl-page .wp-block-button__link:hover {
	background-color: #099EAE; 
}

.tax-board .fl-page button.ghost-button, .tax-board .fl-page .button.ghost-button, .tax-board a.button.ghost-button, .tax-board .fl-page .ghost-button input[type=button], .tax-board .fl-page .ghost-button input[type=submit], .tax-board .fl-page .fl-builder-content .ghost-button a.fl-button, .tax-board .fl-page .fl-builder-content .ghost-button a.fl-button:visited, .tax-board .fl-page .ghost-button.wp-block-button__link {
	background-color: rgba(0,0,0,0);
	border: 2px solid #008998; 
	color: #008998; 
}


.tax-board .fl-page .fl-builder-content .ghost-button a.fl-button *, .tax-board .fl-page .fl-builder-content .ghost-button a.fl-button:visited * {
	color: #008998; 
}


.tax-board .fl-page button.ghost-button:hover, .tax-board .fl-page .button.ghost-button:hover, .tax-board a.button.ghost-button:hover, .tax-board .fl-page .ghost-button input[type=button]:hover, .tax-board .fl-page .ghost-button input[type=submit]:hover, .tax-board .fl-page .fl-builder-content .ghost-button a.fl-button:hover, .tax-board .fl-page .ghost-button.wp-block-button__link:hover {
	border: 2px solid #232323; 
	color: #232323; 
}

.tax-board .fl-page .fl-builder-content .ghost-button a.fl-button:hover *{
	color: #232323; 
}

@media screen and (max-width: 767px) {
	.section-main-header img {
		max-height: 60px; 
		width: auto!important; 
	}
	.section-main-header .fl-col {
		width: 33%!important; 
		clear: none; 
		float: left; 
	}
	.section-main-header .fl-col + .fl-col {
		width: 66%!important; 
	}
	.section-main-header .fl-menu .menu > li {
		text-align: right; 
	}
	.alt-header-main-menu .fl-module-content {
		margin: 10px 8px; 
	}
	.alt-header-top-bar .logo-section-container {
		display: none; 
	}
	.alt-header-top-bar .alt-nav-top-logo {
		max-width: 116px; 
	}
	.alt-header-top-menu ul li {
		display: inline-block; 
	}
	.alt-header-top-menu .fl-menu ul li a {
		padding-right: 8px; 
		padding-left: 8px; 
		text-transform: none; 
		letter-spacing: 0px; 
	}
	.alt-header-top-menu .fl-menu .menu {
		display: block; 
		text-align: center; 
		border-top: 1px solid rgba(255,255,255,0.2);
	}
	.alt-header-main-menu .hamburger {
		border-radius: 8px; 
		-moz-border-radius: 8px; 
		-webkit-border-radius: 8px; 
	}
	
}

/*****************************************************************************/
/******************************* FRI FLEX ROWS *******************************/ 
/*****************************************************************************/

.fri-flex-row {
	display: flex; 
	flex-direction: row; 
    flex-wrap: wrap;
	gap: 30px;
}

.fri-flex-row-center {
	align-items: center;
}

.fri-flex-1 {
        flex: 1;
}

.fri-flex-2 {
        flex: 2;
}

.fri-flex-3 {
		flex: 3; 
}

.fri-flex-4 {
		flex: 4; 
}

.fri-flex-5 {
		flex: 5; 
}

/* Media Queries */

@media screen and (max-width: 767px) {
	.fri-flex-row {
			flex-direction: column; 
		}
	.fri-flex-1, .fri-flex-2, .fri-flex-3, .fri-flex-4, .fri-flex-5 {
		flex: 100%; 
		width: 100%; 
	}
}

/*****************************************************************************/
/**************************** IMAGE ASPECT RATIO *****************************/ 
/*****************************************************************************/

.img-tall .fl-photo img, .img-wide .fl-photo img, .img-square .fl-photo img,
.img-tall.fl-post-image img, .img-wide.fl-post-image img, .img-square.fl-post-image img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    position: absolute;
}

.img-tall .fl-photo-content, .img-wide .fl-photo-content, .img-square .fl-photo-content,
.img-tall .ar-photo, .img-wide .ar-photo, .img-square .ar-photo {
	position: relative; 
	display: block;
}

.img-circle .fl-photo-content, .img-circle img {border-radius: 50%;}

.img-tall .fl-photo-content::after,
.img-tall .ar-photo::after
{
    display: block;
    content: '';
    padding-bottom: 120%;
}

.img-wide .fl-photo-content::after,
.img-wide .ar-photo::after {
    display: block;
    content: '';
    padding-bottom: 66%;
}

.img-square .fl-photo-content::after,
.img-square .ar-photo::after {
    display: block;
    content: '';
    padding-bottom: 100%;
}

.img-circle .fl-photo-content::after,
.img-circle .ar-photo::after {
    display: block;
    content: '';
}

/*****************************************************************************/
/****************************** MEDIA QUERIES ********************************/ 
/*****************************************************************************/

@media only screen and (max-width: 1100px) and (min-width: 768px) {
	.fl-page-nav .navbar-nav li>a {
		padding: 10px 8px; 
		text-transform: none; 
		font-size: 15px; 
	}
	.fl-page-nav-collapse ul.navbar-nav>li.nav-btn > a {
		padding: 12px 8px; 
		font-size: 15px; 
    	letter-spacing: -1px;
	}
	.fl-page-nav-collapse ul.navbar-nav>li, .fl-page-nav-collapse ul.navbar-nav>li:first-child {	
    	max-width: 114px;
		min-width: 70px;
	}
	.fl-page-nav-collapse ul.navbar-nav>li > a:focus {
		color: #fff; 	
	}
	.fl-page-nav-collapse ul.navbar-nav>li.small-menu-item > a {
		padding: 18px 8px; 
	}
	.fl-page-nav-container.container {
		padding-left: 0px; 
		padding-right: 6px; 
	}
	.fl-page-nav-collapse .fl-page-nav-search a.fa-search {
		padding: 15px 5px; 
	}
	h1 {font-size: 46px;}
	h2 {font-size: 34px;}
	h3 {font-size: 24px;}
}


@media only screen and (max-width: 1100px) and (min-width: 880px) {
	.fl-page-nav .navbar-nav li>a {
		padding: 10px 12px; 
		text-transform: none; 
		font-size: 16px; 
	}
	.fl-page-nav-collapse ul.navbar-nav>li.nav-btn > a {
		padding: 12px 12px; 
		font-size: 15px; 
    	letter-spacing: -1px;
	}
	.fl-page-nav-collapse ul.navbar-nav>li.small-menu-item > a {
		padding: 18px 12px; 
	}
}

.sort_order, .related-authors-list {
	display: none;
}

/****************************** IPAD LANDSCAPE ********************************/ 

@media only screen and (max-width: 1024px) {
	.resource-float .fl-post-column + .fl-post-column {
		border-left: 0px; 
	}
	.fl-post .home-sponsors img[class*="wp-image-"] {
		max-width: 100%;
	}
}


/********************************* BB MEDIUM **********************************/ 

@media only screen and (max-width: 1024px) {
	.trans-banner .fl-row-content-wrap {
		margin-top: 0px; 
	}
}




/****************************** IPAD PORTRAIT ********************************/ 

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



/******************************* SMARTPHONE **********************************/ 

@media only screen and (max-width: 767px) {
	h1 {font-size: 40px; line-height: 48px;}
	h2 {font-size: 30px; line-height: 38px;}
	h3 {font-size: 24px; line-height: 32px;}
	h4 {font-size: 21px; line-height: 27px;}
	h5 {font-size: 18px; line-height: 24px;}
	h6 {font-size: 12px; line-height: 18px;}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav .navbar-toggle {
		font-size: 29px; 
		line-height: 26px; 
		margin-top: 2px; 
	}
	.fl-page-header-row {
		margin: 0px; 
	}
	.fl-page-header-logo-col, .fl-page-nav-col {
		padding: 0px; 
	}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-header-logo {
   		 padding: 16px 10px 0px 20px;
	}
	.fl-page-header-primary .fl-logo-img {
		max-width: 107px; 
	}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav .navbar-toggle .fa-bars:before {
		content: "\e92b";
		font-family: 'linearicons' !important;
		font-size: 36px; 
	}
	.fl-page-nav-bottom .fl-page-header-content .fl-page-header-text {
		font-size: 14px; 
		margin: 0px;
	}
	.fl-page-header-container {
		padding: 0px;  
	}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .nav-btn .fl-submenu-icon-wrap .fl-submenu-toggle-icon {
    	padding: 24px 10px;
		color: #fff;
	}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .nav-btn .fl-submenu-icon-wrap .fl-submenu-toggle-icon:hover {
		color: #fff; 
	}
	.fl-page-nav-toggle-icon.fl-page-nav-bottom .fl-page-header-content {
		border-top: 0px; 
		background: #004E95;
		padding: 8px;
		border-bottom: 1px solid #006BCD; 
		color: #fff; 
	}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.navbar-nav>li.nav-btn>a {
		color: #fff; 
	}
	.fl-page-nav-toggle-icon.fl-page-nav-bottom .fl-page-header-content a {
		color: #fff; 
	}
	
	.fl-page-nav-toggle-icon.fl-page-nav-bottom .fl-page-header-content a:hover {
		color: #B3DAFE; 
	}
	.footer-sub .fl-rich-text p {
		text-align: center; 
	}
	.fl-page-bar {display: none;}
	.post-sharing, .addtoany_shortcode {
		text-align: left; 
	}
	.addtoany_shortcode, .preshare-text {
		float: left; 
	}
	.no-featured-image .banner-title .fl-row-content-wrap {
		padding-top: 20px; 

	}
	.banner-wave-mark .fl-photo-content img {
		max-width: 40px; 
	}
}

/******************************* PRINT **********************************/ 

@media print {
	.fl-page-nav-wrap, .fl-page-bar-row, .footer-main, .footer-sub, .fl-page-header-content, .blog-sidebar, .fl-button-wrap, .post-sharing, .footer-cta-bar, #cookie-notice {
		display: none!important; 
	}
	.fl-col-small:not(.fl-col-small-full-width) {
		max-width: 100%!important; 
	}
	a[href]:after {
		display: none!important; 
		content: "";
	}
	.banner-title .fl-col-small:nth-of-type(2) {
		display: none!important;
	}
}
