/*
Theme Name: NAAG
Theme URI: https://www.naag.org
Version: 1.0.2
Description: A custom child theme for National Association of Attorneys General.
Author: Yoko Co
Author URI: https://www.yokoco.com
template: bb-theme
*/

@import url("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; 
}

/* 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: #1A303D; 
}

.bg2 {
	background-color: #E7EDED; 
}

.bg3 {
	background-color: #F1F6F6; 
}


.larger {
	font-size: 21px; 
}

a {
	font-weight: 700; 
}

@media screen and (min-width: 992px) {
		h1.larger, .larger h1 {
		font-size: 86px; 
			line-height: 100px; 
	}
		h2.larger, .larger h2 {
		font-size: 70px; 
			line-height: 84px; 
	}
}


.smaller {
	font-size: 12px; 
}


/* Define button styles. */
.fl-page-content button,
.fl-page-content .button,
.fl-page-content .fl-button,
.fl-page-content .fl-module-button:not(.map-legend-button) button,
.fl-page-content .fl-module-button:not(.map-legend-button) .button,
.fl-page-content .fl-module-button:not(.map-legend-button) .fl-button {
	display: inline-block;
}

.fl-page button,
.fl-page .button,
.fl-page input[type=button],
.fl-page input[type=submit],
.fl-page .fl-builder-content .fl-module-button:not(.map-legend-button) a.fl-button,
.fl-page .fl-builder-content .fl-module-button:not(.map-legend-button) a.fl-button:visited,
.fl-page .wp-block-button__link,
.o365_azure_logout a,
.o365_azure_login a {
	border: 0px; 
	border-radius: 100px; 
	-moz-border-radius: 100px; 
	-webkit-border-radius: 100px;
	padding: 16px 30px;
	text-decoration: none; 
  	-webkit-transition: background 0.5s; 
  	transition: background 0.5s;
	font-weight: 700; 
}
.fl-page button,
.fl-page .button,
.fl-page input[type=button],
.fl-page input[type=submit],
.fl-page .fl-builder-content .fl-module-button:not(.map-legend-button) a.fl-button,
.fl-page .fl-builder-content .fl-module-button:not(.map-legend-button) a.fl-button:visited,
.fl-page .wp-block-button__link,
.o365_azure_logout a,
.o365_azure_login a {
	color: #fff; 
	background-color: #1A303D; 
}

.fl-page button.alt-button,
.fl-page .button.alt-button,
.fl-page input[type=button].alt-button,
.fl-page input[type=submit].alt-button,
.fl-page .fl-builder-content .fl-module-button:not(.map-legend-button).alt-button a.fl-button,
.fl-page .fl-builder-content .fl-module-button:not(.map-legend-button).alt-button a.fl-button:visited,
.fl-page .wp-block-button__link {
	background-color: #671C19; 
}


.fl-page .ghost-button,
.fl-page .ghost input[type=button],
.fl-page .ghost input[type=submit],
.fl-page .fl-builder-content .fl-module-button:not(.map-legend-button).ghost a.fl-button,
.fl-page .fl-builder-content .fl-module-button:not(.map-legend-button).ghost a.fl-button:visited,
.fl-page .wp-block-button__link.ghost {
	border: 2px solid #671C19;  
	border-radius: 100px; 
	-moz-border-radius: 100px; 
	-webkit-border-radius: 100px;
	padding: 14px 28px;
	color: #671C19; 
	text-decoration: none; 
  	-webkit-transition: background 0.5s; 
  	transition: background 0.5s;
	background-color: rgba(255,255,255,0); 
	font-weight: 700; 
}

.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 .fl-module-button:not(.map-legend-button) a.fl-button:hover,
.fl-page .fl-builder-content .fl-module-button:not(.map-legend-button) a.fl-button:visited:hover,
.fl-page .wp-block-button__link:hover,
.o365_azure_logout a:hover,
.o365_azure_login a:hover,
.o365_azure_logout a:active,
.o365_azure_login a:active {
	border: 0px;  
}

.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 .fl-module-button:not(.map-legend-button) a.fl-button:hover,
.fl-page .fl-builder-content .fl-module-button:not(.map-legend-button) a.fl-button:visited:hover,
.fl-page .wp-block-button__link:hover,
.o365_azure_logout a:hover,
.o365_azure_login a:hover,
.o365_azure_logout a:active,
.o365_azure_login a:active {
	color: #fff; 
	background-color: #00477B; 
}



.fl-page .ghost-button:hover,
.fl-page .ghost input[type=button]:hover,
.fl-page .ghost input[type=submit]:hover,
.fl-page .fl-builder-content .fl-module-button:not(.map-legend-button).ghost a.fl-button:hover,
.fl-page .fl-builder-content .fl-module-button:not(.map-legend-button).ghost a.fl-button:visited:hover,
.fl-page .wp-block-button__link.ghost:hover {
	background-color: #671C19; 
	border: 2px solid #671C19; 
}

.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 .fl-module-button:not(.map-legend-button) a.fl-button:hover *,
.fl-page .fl-builder-content .fl-module-button:not(.map-legend-button) a.fl-button:visited:hover *,
.fl-page .wp-block-button__link:hover *,
.o365_azure_logout a:hover *,
.o365_azure_login a:hover *,
.o365_azure_logout a:active *,
.o365_azure_login a:active * {
	color: #fff; 
}


.fl-page .ghost-button *,
.fl-page .ghost input[type=button] *,
.fl-page .ghost input[type=submit] *,
.fl-page .fl-builder-content .fl-module-button:not(.map-legend-button).ghost a.fl-button *,
.fl-page .fl-builder-content .fl-module-button:not(.map-legend-button).ghost a.fl-button:visited *,
.fl-page .wp-block-button__link.ghost * {
	color: #671C19;
}


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

.fl-module-button:not(.map-legend-button).ghost a.fl-button *, .fl-module-button:not(.map-legend-button).ghost a.fl-button:visited * {
	color: #0074c8;
}


.fl-module-button:not(.map-legend-button).ghost a.fl-button:hover * {
	color: #fff; 
}

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

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

.px20 {
	padding: 20px 0px; 
}

.px50 {
	padding: 50px 0px; 
}

.px100 {
	padding: 100px 0px; 
}

.px200 {
	padding: 200px 0px; 
}

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

.mce-menubtn button {
    color: #595959;
	background-color: #e7eded;
	border-radius: 0;
}
.mce-btn button {
    padding: 4px 6px;
    font-size: 14px;
    line-height: 20px;
    *line-height: 16px;
    cursor: pointer;
	background-color: #e7eded;
    color: #595959;
    text-align: center;
    overflow: visible;
    -webkit-appearance: none;
	border-radius: 0;
}

.cn-button.bootstrap {
	background: #859fd5;
}

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

@media screen and (max-width: 767px) {
	.px20, .px50, .px100, .px200 {
		padding: 0px; 
	}
}

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

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

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


.fl-page-nav-wrap {
	border-bottom: 1px solid #fff; 
}

@media screen and (min-width: 768px) {
	.fl-page-nav .navbar-nav li>a {
		padding: 27px 30px 27px 8px; 
	}
}

.fl-page-fixed-nav-wrap .fl-page-nav .navbar-nav li a {
	text-transform: none; 
}

.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-wrap .navbar-nav ul.sub-menu li.current-menu-item>a {
	color: #671C19; 
}

.fl-page-nav-search form {
	background-color: #e7eded; 
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}


.fl-page-nav ul.sub-menu {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.fl-page-nav-search form input.fl-search-input {
	border-color: #ddd; 
	background-color: #fff; 
    padding: 8px 12px;
	font-size: 17px; 
    height: 36px;
	color: #333!important; 
}

.fl-page-nav-search input.fl-search-input {
	width: 75%; 
	display: inline-block;
}

.fl-page-nav-search input[type=submit] {
	padding: 8px 10px; 
	font-weight: 400; 
	width: 22%; 
	margin-left: 3%; 
}

.fl-page-nav ul.sub-menu {
	background-color: #e7eded; 
}

.fl-page-nav ul.sub-menu li a {
	color: #1a303d; 
	text-transform: none; 
}

.fl-page-nav ul.sub-menu li a:hover {
	color: #306B8E; 
}

.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav .mega-menu ul.sub-menu li + li {
	border-top: 0px; 
}

ul.navbar-nav li.mega-menu>ul.sub-menu>li>a {
	font-size: 17px; 
}


/* WORKING OUT DOUBLE FLYOUT MENU
 * @media screen and (min-width: 1100px) {
	.fl-page-nav .double-flyout > .sub-menu {
		width: 400px; 
		display: flex; 
	}
	
	.fl-page-nav .double-flyout > .sub-menu > li {
		width: 200px; 
		border: 0px!important; 
	}
	
	.fl-page-nav .double-flyout > .sub-menu li > .sub-menu, 
	.fl-page-nav .double-flyout > .sub-menu li:hover > .sub-menu {
		left: 0!important; 
		top: auto!important; 
		border: 0px; 
		width: 200px; 
		display: block; 
	}
} */

.fl-menu #menu-my-account a:hover,
.fl-menu #menu-my-account a:focus,
.fl-menu #menu-my-account a:active,
.fl-menu #menu-my-account a.active {
	background-color: #00477B;
	text-decoration: none;
}

.fl-menu ul#menu-my-account {
	width: 100%
}

.fl-menu ul#menu-my-account li {
	border-left: none;
	margin: 5px;
}

#altai-widget-container {
	min-height: 200px;
}

.disabled-with-progress-bar:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    background: white;
    width: 100%;
    height: 100%;
    opacity: 0.75;
}

.disabled-with-progress-bar:after {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 54px;
    height: 66px;
    z-index: 10;
    content: '';
    background-image: url(https://waps.l3s.uni-hannover.de/live/oe_/https://www.naag.org/wp-content/uploads/2020/07/naag-logo.png);
    background-position: left top;
    background-color: white;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    animation-name: yRotate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes yRotate {
  from {transform: rotateY(90deg);}
  to {transform: rotateY(499deg);}
}

@media screen and (min-width: 768px) {
	ul.navbar-nav li.mega-menu>ul.sub-menu>li {
		border-right: 1px solid #D0DADA; 
	}
}

.custom-subtitle h3 {
}

.custom-subtitle p {
	margin-bottom: 0px; 
	font-weight: 400; 
	font-size: 21px;
	line-height: 30px; 
	opacity: 0.7; 
}

.custom-subtitle .fl-module-content:after {
	display: none; 
}

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

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

.mobile-nav-search button {
	background: rgba(0,0,0,0);
	padding: 6px 20px; 
	margin-left: 10px;
}

.mobile-nav-search i.fa.fa-search {
	font-size: 25px;
}

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

.menu-item-401.mobile-only a {
	margin: 10px 0;
	text-align: center !important;
}

.logged-in .menu-item-401.mobile-only {
	display: none !important;
}


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

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


ul.inline-nav {
	list-style-type: none; 
	margin-top: 8px; 
}

.inline-nav li {
	display: inline-block; 
}


.inline-nav li + li {
	margin-left: 20px; 
}

ul li.nav-button a {
	border: 0px; 
	border-radius: 100px; 
	-moz-border-radius: 100px; 
	-webkit-border-radius: 100px;
	padding: 12px 16px;
	color: #fff; 
	text-decoration: none; 
  	-webkit-transition: background 0.5s; 
  	transition: background 0.5s;
	background-color: #671C19; 
}

.header-sso .button,
.header-sso .o365_azure_login a {
    padding: 10px 20px;
	background-color: #671C19; 
}

.header-sso .button:hover,
.header-sso .o365_azure_login a:hover {
	background-color: #00477B; 
}

.fl-page-header-text .o365_azure_logout {
	margin-right: 8px; 
}

.fl-page-header-text .o365_azure_logout a {
	padding: 4px 12px; 
	background: #fff; 
	color: #671C19; 	
	font-size: 14px; 
	text-decoration: underline; 
}


.fl-page-header-text .o365_azure_logout a:hover { 
	background: #fff; 
	color: #00477b; 
}

.fl-page-nav-col .menu-secondary-nav-container {
	display: inline-block;
	margin-right: 15px; 
}

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

.fl-page-nav-col .header-sso {
	display: inline-block;
}


.footer-main .footer-about {
	font-size: 16px; 
}

.footer-main .footer-about a {
	opacity: 0.5; 
	font-size: 13px; 
  	white-space: nowrap;
}

.footer-main .footer-about h4 {
	margin-top: 0px; 
}


.footer-main ul li.nav-button a, 
.footer-main ul li.nav-button a:hover {
	background: rgba(0,0,0,0);
}

ul li.nav-button.mobile-only a {
	width: 100%; 
	color: #fff!important;
}

ul li.nav-button a:hover {
	color: #fff; 
	border: 0px; 
	background-color: #00477B; 
}

ul li.nav-button.mobile-only,
ul li.no-bottom-border.mobile-only {
	border: none !important;
}

@media screen and (min-width: 768px) {	
	.fl-page-header-logo-col {
		width: 30%;
	}	
	.fl-page-nav-col {
		width: 70%; 
	}
	ul.navbar-nav li.mega-menu.mega-menu-4>ul.sub-menu>li {
		width: 25%; 
	}
}

@media screen and (min-width: 1024px) {
	.fl-page-nav-col {
		padding-right: 2px; 
	}
	.fl-page-header-row {
		margin: 0px; 
	}
}

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

.footer-logo img {
	max-width: 242px; 
}

.footer-main {
	font-size: 14px;
}

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

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

.footer-sub {
	font-size: 12px; 
	text-transform: uppercase; 
}

.footer-main .menu a {
	padding: 8px 8px 8px 0px; 
	font-size: 14px;
	font-weight: 700; 
}

.footer-main a:hover {
	text-decoration: underline;
}

.footer-main .mobile-only {
	display: none; 
}


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

.fl-photo-caption {
	white-space: pre-wrap;
}

body h2.fl-post-feed-title {
	margin: 20px 20px 0px;
	font-size: 24px; 
}

.fl-post-feed-header {
	margin-bottom: 5px; 
}

blockquote, .fl-page .fl-content .wp-block-quote {
	padding: 20px 25px 25px; 
	box-shadow: 0px 12px 24px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 12px 24px rgba(0,0,0,0.07);
	-webkit-box-shadow: 0px 12px 24px rgba(0,0,0,0.07);
	border: 0px; 
	border-top: 6px solid #671C19; 
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
}

.card-float .fl-row-content {
	box-shadow: 0px 8px 24px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 8px 24px rgba(0,0,0,0.07);
	-webkit-box-shadow: 0px 8px 24px rgba(0,0,0,0.07);
	background: #fff; 
	border: 0px; 
	border: 1px solid #f3f3f3; 
	border-bottom: 6px solid #671C19; 
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
}

.fl-module-cta .fl-module-content {
	box-shadow: 0px 8px 24px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 8px 24px rgba(0,0,0,0.07);
	-webkit-box-shadow: 0px 8px 24px rgba(0,0,0,0.07);
	background: #fff; 
	border: 0px; 
	border: 1px solid #f3f3f3; 
	border-top: 6px solid #671C19; 
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	padding: 20px 30px; 
}

@media screen and (min-width: 768px) {
	.card-float .card-content {
		padding-left: 20px; 
	}

	.card-float-left .fl-module-photo .fl-module-content {
		margin: 0px 20px 0px 0px; 
	}

	.card-float-right .fl-module-photo .fl-module-content {
		margin: 0px 0px 0px 20px; 
	}
}

@media screen and (max-width: 767px) {
	.card-float .fl-module-photo .fl-module-content {
		margin: 0px 0px -10px; 
	}
	.card-float {
		margin-left: 20px; 
		margin-right: 20px; 
	}
}

/* Cards Col */

.cards-col .fl-col-content {
	box-shadow: 0px 8px 24px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 8px 24px rgba(0,0,0,0.07);
	-webkit-box-shadow: 0px 8px 24px rgba(0,0,0,0.07);
	margin-left: 10px; 
	margin-right: 10px; 
	background: #fff; 
	border: 0px; 
	border: 1px solid #f3f3f3; 
	border-bottom: 6px solid #671C19; 
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	padding-bottom: 70px; 
	position: relative;
}

.empty-col .fl-col-content {
	background: transparent; 
	border: none; 
	border-bottom: none; 
	border-radius: 0; 
	-moz-border-radius: 0; 
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}


.cards-col.no-sticky .fl-col-content { 
	padding-bottom: 20px; 
}

.cards-col .empty-card .fl-col-content {
	background: none; 
	border: 0px; 
	box-shadow: none; 
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 
}

.cards-col h2, .cards-col h3, .cards-col h4 {
	margin-top: 0px; 
}

.cards-col.gray-accent .fl-col-content {
	border-bottom: 6px solid rgba(37,82,82,0.2);
}

.fl-page .cards-col .card-bottom-link {
    position: absolute;
    bottom: 0px;
} 

.fl-page .cards-col .fl-rich-text {
}

.fl-page .cards-col .card-bottom-link .fl-button, 
.fl-page .cards-col .card-bottom-link .fl-button:hover,
.fl-page .cards-col .card-bottom-link.fl-module-button:not(.map-legend-button) .fl-button, 
.fl-page .cards-col .card-bottom-link.fl-module-button:not(.map-legend-button) .fl-button:hover {
	padding: 0px; 
	background-color: rgba(0,0,0,0);
	color: #671C19; 
}

.cards-col .fl-module-heading .fl-module-content {
	margin-bottom: 0px; 
}

.fl-page .fl-builder-content .cards-col .card-bottom-link .fl-button *,
.fl-page .fl-builder-content .cards-col .card-bottom-link.fl-module-button:not(.map-legend-button) .fl-button *
 {
	color: #671c19;
}

.fl-page .fl-builder-content .cards-col .card-bottom-link .fl-button:hover *,
.fl-page .fl-builder-content .cards-col .card-bottom-link.fl-module-button:not(.map-legend-button) .fl-button:hover *  {
	color: #671c19; 
}

.fl-page .fl-builder-content .cards-col .card-bottom-link .fl-button:hover .fl-button-text,
.fl-page .fl-builder-content .cards-col .card-bottom-link.fl-module-button:not(.map-legend-button) .fl-button:hover .fl-button-text {
	text-decoration: underline; 
}

@media screen and (max-width: 767px) {
	.cards-col .fl-col {
		margin-left: 20px; 
		margin-right: 20px;
		padding-bottom: 10px;
	}
	.cards-col .fl-col:not(:last-child) {
		margin-bottom: 20px;
	}
}

/* End Cards Col */

.fl-post-grid-post .fl-post-image, .aspect-fix .fl-post-image, .aspect-fix .fl-photo-content {
	position: relative; 
	display: block; 
}

.fl-post-grid-post .fl-post-image::after, .aspect-fix .fl-post-image::after, .aspect-fix .fl-photo-content::after {
    display: block;
    content: '';
    padding-bottom: 56.25%;
}

.fl-post-grid-post .fl-post-image img, .aspect-fix .fl-post-image img, .aspect-fix .fl-photo-content img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    position: absolute;
}

.fl-post-grid-post .fl-post-image 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;
}

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

.fl-post-more-link {
	margin-top: 40px; 
}

.fl-post-grid-post .fl-post-more-link {
	position: absolute; 
	bottom: 20px; 
}

.fl-post-grid-post .fl-post-feed-content {
	padding-bottom: 60px;
}

.grid-sticky-link .fl-post-feed-content {
	padding-bottom: 60px; 
}

.grid-sticky-link .fl-post-more-link {
	position: absolute; 
	bottom: 20px; 
}

.fl-post-more-link a {
	color: #671C19; 
	font-size: 15px; 
	font-weight: 700; 
}

.fl-post-grid-post {
	box-shadow: 0px 12px 24px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 12px 24px rgba(0,0,0,0.07);
	-webkit-box-shadow: 0px 12px 24px rgba(0,0,0,0.07);
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	position: relative; 
    border: 1px solid #eee;
	border-bottom: 8px solid rgba(25,74,89,0.2); 
}

.dark-grid .fl-post-grid-post {
	/* border-bottom: 8px solid #DAE2E2;*/
}

.fl-post-grid-post .fl-post-image {
	min-height: 20px; 
}

.fl-post-grid-post ul {
	margin: 0px; 
	padding: 0px; 
}

.fl-post-grid-post ul li {
	list-style-type: none; 
}

.featured-term-bubbles .fl-rich-text ul {
	padding-left: 0;
}

.featured-term-bubbles .fl-rich-text ul li {
	list-style-type: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	color: #859AA7;
	background: #F1F6F6;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	padding: 2px 5px 0px; 
	margin-left: 4px;
	margin-top: 4px;
	white-space: nowrap;
	display: inline-flex;
}

.feed-term-bubbles {
    position: absolute;
    top: 14px;
    left: 10px;
	color: #859AA7; 
}

.feed-term-bubbles:after {
	content: '&nbsp;';
	opacity: 0; 
	clear: both; 
}

.feed-term-bubbles ul li {
	background: #F1F6F6; 
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	padding: 2px 5px 0px; 
	margin-left: 4px;
	margin-top: 4px;
	text-transform: uppercase; 
	font-weight: 700; 
	font-size: 11px; 
	float: left; 
	white-space: nowrap; 
}

.grid-no-images .fl-post-grid-post {
	display: flex;
    flex-direction: column;
}

.grid-no-images .feed-term-bubbles {
	position: relative;
	align-content: flex-start;
}

.edge-grid .fl-post-grid-post {
	border-bottom: 0px; 
}

.edge-grid .feed-term-bubbles {
	position: relative; 
	top: 0; 
	left: 0; 
	margin-bottom: 12px; 
}

.edge-grid .fl-post-grid-post .fl-post-more-link {
	position: relative; 
}


.edge-grid .feed-term-bubbles ul li {
	display: inline-block; 
}

.edge-grid .fl-post-image {
	background: #1A303D; 
	background-image: url('/live/oe_/https://www.naag.org/wp-content/uploads/2020/07/shield-watermark-white.png');
	background-position: 100% 90%; 
	background-repeat: no-repeat;
}


.edge-grid .fl-post-content h2 {
	padding: 0px 4px; 
	margin-bottom: 30px; 
	line-height: 1.2em;
}

@media screen and (min-width: 768px) {
	.edge-grid .fl-post-content h2 {
		font-size: 30px; 
	}
}

.edge-grid .fl-post-content h2 a {
	color: #fff; 
}

.edge-grid .fl-post-content a.button,
.edge-grid .fl-post-content .fl-module-button:not(.map-legend-button) a.button {
	padding: 6px 20px; 
}

.edge-grid .fl-post-content {
	position: absolute; 
	top: 0px;  
	left: 0px; 
	max-width: 400px; 
	padding: 20px; 
}

.edge-grid .grid-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2); 
background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0) 50%); 
background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.0) 50%); 
background: linear-gradient(135deg, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.0) 50%); 
}

.people-grid .fl-post-grid-post .fl-post-image::after {
    padding-bottom: 115%;
}

.people-grid .fl-post-text {
	padding-bottom: 10px; 
}

.fl-post-feed-post {
	box-shadow: 0px 12px 24px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 12px 24px rgba(0,0,0,0.07);
	-webkit-box-shadow: 0px 12px 24px rgba(0,0,0,0.07);
	background: #fff; 
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	position: relative; 
    border: 1px solid #eee;
	border-bottom: 8px solid rgba(176,195,195,0.4); 
	padding-bottom: 0px; 
}

.fl-post-feed-post .fl-post-more-link {
	margin: 10px 20px 20px 40px; 
}

.feed-list-right-col {
	padding-top: 20px; 
	font-size: 14px;
	padding-left: 40px;
}

.feed-featured-card .fl-post-feed-post {
	background: #fff; 
}

.feed-featured-card .feed-term-bubbles {
	position: relative; 
	top: 0; 
	left: 0; 
}

.feed-featured-card .col-nopad {
	padding: 0px; 
}

.feed-featured-card .featured-post-content {
	padding: 20px 30px; 
}

@media screen and (max-width: 767px) {
	.feed-featured-card {
		padding: 20px 20px; 
	}
}

.feed-featured-card .fl-post-feed-post .fl-post-more-link {
	margin: 30px 0px 20px; 
}

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

.feed-featured-card ul {
	list-style-type: none; 
	display: block; 
	margin: 0px; 
	padding: 0px; 
}

.feed-featured-card .feed-term-bubbles ul li {
	margin-left: 0px; 
}

.feed-featured-card h2 {
	font-size: 30px; 
	margin-top: 4px; 
}

@media screen and (min-width: 768px) {
	.feed-list-right-col {
		border-left: 1px solid #eee; 
		padding-bottom: 20px; 
	background: -moz-linear-gradient(-45deg, #f1f6f6 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #f1f6f6 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #f1f6f6 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f6f6', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
}

.fl-post-grid-post .fl-post-meta.last {
	padding-bottom: 0px; 
}

.feed-list-right-col .fl-post-meta {
	padding-bottom: 6px; 
	opacity: 0.7; 
}

.feed-list-right-col ul {
	margin: 0px; 
	padding: 0px; 
}

.feed-list-right-col ul li {
	list-style-type: none; 
}

.list-podcasts .podcast-feed-guest strong {
	font-size: 11px;  
	text-transform: uppercase; 
	color: #aaa; 
}

.list-podcasts img {
	margin: 15px auto; 
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	max-height: 400px; 
	display: block; 
	width: auto!important; 
}

.list-podcasts.small-list img {
	max-height: 250px; 
}

.list-podcasts .fl-post-meta {
	font-size: 14px; 
}

.list-podcasts .fl-post-meta ul.fl-topic {
	margin: 0px; 
	padding: 0px; 
	display: inline-block; 
	margin-left: 8px; 
	opacity: 0.7; 
	margin-bottom: -4px; 
}

.list-podcasts .fl-post-excerpt {
	border-top: 1px solid #eee; 
	padding-top: 8px;
	margin-top: 6px; 
}

.list-podcasts .fl-post-meta ul li {
	margin: 0px;
	list-style-type: none; 
	background: #eee; 
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	padding: 1px 5px 0px; 
	margin-left: 4px;
	text-transform: uppercase; 
	border: 1px solid #ddd; 
	font-weight: 700; 
	font-size: 11px; 
	float: left; 
	white-space: nowrap; 
}

.list-podcasts .fl-post-feed-post .fl-post-more-link {
	margin: 10px 0px; 
}

.list-podcasts .fl-post-meta {
	padding-bottom: 6px; 
}

.podcast-featured .feed-podcast-image {
	width: 40%;
}

.podcast-featured .feed-podcast-content {
	width: 60%;
}

@media screen and (max-width: 769px) {
	.podcast-featured .feed-podcast-image {
		width: 100%!important;
	}
	.podcast-featured .feed-podcast-content {
		width: 100%!important;
	}
}

.list-jobs .fl-post-title {
	padding: 10px 0px 15px; 
}

.list-jobs .fl-post-feed-post {
	padding: 10px 20px; 
}

.list-jobs .fl-post-more-link {
	margin: 10px 0px 10px; 
}

.floating-sidebar .fl-col-content {
	padding: 10px; 
	background: #fff; 
	border-bottom: 8px solid #DAE2E2; 
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	box-shadow: 0px 12px 24px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 12px 24px rgba(0,0,0,0.07);
	-webkit-box-shadow: 0px 12px 24px rgba(0,0,0,0.07);
}

@media screen and (max-width: 767px) {
	.floating-sidebar {
		margin-right: 20px;
		margin-left: 20px;
		margin-bottom: 20px;
	}
}

.job-meta-title {
	font-size: 13px; 
	opacity: 0.7; 
}

.job-meta-info + .job-meta-title {
	padding-top: 6px; 
}

.tax-naag .row-watermark {
	background-image: url('/live/oe_/https://www.naag.org/wp-content/uploads/2020/07/shield-watermark-min.png');
	background-repeat: no-repeat; 
	background-position: 100% 90%; 
}


.tax-nagtri .row-watermark {
	background-image: url('/live/oe_/https://www.naag.org/wp-content/uploads/2020/07/nagtri-watermark.png');
	background-repeat: no-repeat; 
	background-position: 100% 90%; 
}

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


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

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: 12px; 
	opacity: 0.4; 
}

@media screen and (min-width: 768px) {
	.page .custom-breadcrumbs {
		margin-top: 50px; 
	}
}

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

.post-header-share {
	text-align: right; 
	font-size: 14px; 
}

@media screen and (max-width: 767px) {
	.post-header-share {
		text-align: left; 
		padding: 12px 0px 0px; 
	}
	.post-header-share .addtoany_shortcode {
		float: none; 
	}
}

.post-meta-info {
	font-size: 14px;  
	color: #fff; 
}

.post-meta-info .banner-terms {
	margin-left: 8px;
}

.post-meta-info .banner-terms a {
	color: #809FDA; 
}

.a2a_svg {
	border-radius: 40px!important;
	-moz-border-radius: 40px!important;
	-webkit-border-radius: 40px!important;
}

.home-banner .overlap-left-col .fl-col-content {
	max-width: 800px; 
}

.home-banner .rounded-img img {
/*	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
	*/
}

@media screen and (min-width: 768px) {
	.half-right-img .fl-module-content {
		margin-right: 0px; 
	}

	.half-right-img {
		margin-left: -8px;
		max-width: 900px;
		width: 50vw;
	}

	.overlap-left-col .fl-col-content {
		width: 65vw;
		max-width: 700px;
		z-index: 2;
		position: relative;
	}
}

@media screen and (max-width: 767px) {
	.home-banner .rounded-img img {
		border-radius: 8px; 
		-moz-border-radius: 8px; 
		-webkit-border-radius: 8px; 
	}
	.home-banner .half-right-img .fl-module-content {
		margin: 0px; 
	}
	
		.home-banner .half-right-img .fl-photo-content::after {
		/* display: block;
		content: '';
		padding-bottom: 65%; */
	}

	.home-banner .half-right-img  img {
		width: 100%;
		height: 100%;
		padding-left: 20vw; 
		left: 0;
		top: 20px;
		object-fit: cover;
		position: absolute;
	}
	.home-banner .overlap-left-col {
		z-index: 99; 
		position: relative; 
		
	}
	
	.home-banner .overlap-left-col .fl-col-content {
		margin: 20px; 
		/* background: #1A303D; 
		border-radius: 8px; 
		-moz-border-radius: 8px; 
		-webkit-border-radius: 8px; 
		border-top: 8px solid #671C19; */
	}
}

.dual-cta .fl-module-icon {
	margin-bottom: -20px; 
}

.dual-cta .fl-col {
	padding: 20px; 
}

@media screen and (min-width: 768px) {
	.dual-cta .fl-col {
		-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	}

	.dual-cta .fl-col + .fl-col {
		-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	}
}

.custom-dynamic-cta .fl-module-content {
	padding: 4px 30px 36px; 
	margin-bottom: 40px; 
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border-top: 8px solid #671C19; 
	box-shadow: 0px 8px 24px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 8px 24px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 8px 24px rgba(0,0,0,0.2);
}

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

.fl-page .tribe-common .tribe-common-c-btn, 
.fl-page .tribe-common a.tribe-common-c-btn {
	background-color: #671c19; 
	border-radius: 100px; 
	-moz-border-radius: 100px; 
	-webkit-border-radius: 100px; 
}


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

.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: #671c19; 
}

.fl-page .tribe-events .tribe-events-c-ical__link {
	border: 1px solid #671c19; 
	border-radius: 100px; 
	-moz-border-radius: 100px; 
	-webkit-border-radius: 100px; 
	color: #671c19; 
}

.fl-page .tribe-common .tribe-common-anchor-thin-alt:active, .fl-page .tribe-common .tribe-common-anchor-thin-alt:focus, .fl-page .tribe-common .tribe-common-anchor-thin-alt:hover {
	color: #671c19; 
	border-bottom: 1px solid #00477B; 
}

.fl-page .tribe-events .datepicker .day.active, .fl-page .tribe-events .datepicker .day.active.focused, .fl-page .tribe-events .datepicker .day.active:focus, .fl-page .tribe-events .datepicker .day.active:hover, .fl-page .tribe-events .datepicker .month.active, .fl-page .tribe-events .datepicker .month.active.focused, .fl-page .tribe-events .datepicker .month.active:focus, .fl-page .tribe-events .datepicker .month.active:hover, .fl-page .tribe-events .datepicker .year.active, .fl-page .tribe-events .datepicker .year.active.focused, .fl-page .tribe-events .datepicker .year.active:focus, .fl-page .tribe-events .datepicker .year.active:hover {
	background: #671c19; 
}

.fl-page .tribe-events-calendar-month__calendar-event-title-link {
	font-size: 21px; 
	color: #671c19; 
}

.fl-page .tribe-common a, .fl-page .tribe-common a:active, .fl-page .tribe-common a:focus, .fl-page .tribe-common a:hover, .fl-page .tribe-common a:visited {
	color: #671c19; 
}

.fl-page .tribe-events .tribe-events-c-top-bar__datepicker-button * {
	color: #1A303D; 
}

.fl-page .tribe-common .tribe-common-anchor-thin-alt {
	border-bottom: 1px solid #00477B; 
}

.fl-page .tribe-events .tribe-events-c-messages__message--notice:before {
	display: none; 
}


.fl-page .tribe-events .tribe-events-c-ical__link:hover {
	border: 1px solid #671c19; 
	background-color: #671c19; 
}

.single-tribe_events .fl-page a.tribe-events-gcal, .single-tribe_events .fl-page a.tribe-events-gcal:hover, .single-tribe_events .fl-page a.tribe-events-ical, .single-tribe_events .fl-page a.tribe-events-ical:hover {
	color: #671c19; 
	background: transparent;
}

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

.facet-no-button .facetwp-type-search .facetwp-icon {
	top: 5px; 
}

.tribe-country-name {
	display: block; 
}

.tribe-venue-url {
	font-size: 14px; 
}

.facet-no-button .facetwp-search-submit {
	display: none; 
}

.fl-page .facetwp-facet {
	margin-bottom: 0px; 
}

.facet-separate-search .fwp-submit {
	width: 100%; 
	margin-top: 4px; 
}

.facetwp-icon:before {
	background-position: 5px 12%!important;
}

button.facetwp-search-submit {
	margin-top: 10px;
}

.ag-state-filter {
	text-align: center; 
}

.ag-state-filter .fs-wrap {
	text-align: left; 
}

.facetwp-type-fselect .fs-label-wrap {
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
}

.fs-dropdown {
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	box-shadow: 4px 4px 16px rgba(0,0,0,0.1);
	-moz-box-shadow: 4px 4px 16px rgba(0,0,0,0.1);
	-webkit-box-shadow: 4px 4px 16px rgba(0,0,0,0.1);
}

.facetwp-type-fselect .facetwp-counter {
	display: none; 
}

.facetwp-type-fselect .fs-option.d1 .fs-option-label {
	padding-left: 0px!important;
}

.page-id-586 .facetwp-type-fselect .fs-dropdown {
	width: 30%;
}

.large-bg-callout .fl-row-content-wrap {
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
}


.testimonial-static-attr .fl-module-content {
	margin-top: -20px; 
}

.testimonial-static-attr img {
	float: left; 
	width: 60px; 
	max-height: 60px; 
	object-fit: cover; 
	border-radius: 50%; 
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
}

.error-search .fl-search-input {
	border-radius: 40px; 
	-moz-border-radius: 40px; 
	-webkit-border-radius: 40px; 
    padding: 10px;
    height: auto;
	margin-bottom: 8px; 
}

.speaker-row img {
	border-radius: 6px 6px 0px 0px; 
}

.speaker-row.aspect-fix .fl-photo-content::after {
	padding-bottom: 115%; 
}

.facetwp-facet-publication_date input {
	margin-bottom: 6px; 
}

.fl-accordion-button-label {
	font-weight: 700; 
	font-size: 21px; 
}

@media screen and (min-width: 768px) {
		.list-inline-half li {
		width: 50%; 
		float: left; 
	}
	.list-inline-half::after {
		content: ' ';
		clear: both; 
	}
}

/* Party Colors */

span.democrat-color {
	color: #0d58b5;
}

span.republican-color {
	color: #9e1525;
}

span.other-color {
	color: #2B9A22;
}

/* Accessibility */

#fl-main-content .fl-module p a,
#fl-main-content .fl-module li a{
	text-decoration: underline;
}

/* Plain Post List */

.plain-post-list .fl-post-feed-post {
	margin-bottom: 10px;
	box-shadow: none;
	border: none;
}

.plain-post-list .fl-post-feed-meta {
	margin-left: 20px;
}

/* Author Boxes */

.pp-multiple-authors-layout-author_on_single_post ul li {
	display: inline-flex;
}

.each_author {
	display: flex;
	align-items: center;
	padding: 15px;
	margin-bottom: 15px;
	margin-right: 15px;
	border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 0px 12px 24px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 12px 24px rgba(0,0,0,0.07);
    -webkit-box-shadow: 0px 12px 24px rgba(0,0,0,0.07);
}

.author_image {
	margin-right: 15px;
	min-width: 100px;
}

.author_title,
.author_org {
	font-size: 14px;
	font-weight: 500;
	font-style: italic;
}

.author_desc {
	font-size: 13px;
}

.author-bio-page {
	font-size: 14px;
}

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

/* People */

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

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

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

.bio-social i {
    font-size: 24px;
    padding: 16px 24px 8px 0px;
}

@media screen and (max-width: 767px) {
		.banner-person {
		text-align: center; 
	}
	.banner-person .fl-photo-content img {
		max-width: 60%;
		margin-top: 20px;
	}
	.banner-person .banner-accent .fl-separator {
		margin: 0 auto; 
	}
}

/* Events */

.tribe-events-event-url-label,
.tribe-events-event-url {
	display: none;
}

.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; 	
}

.tribe-events .tribe-events-calendar-month__calendar-event {
	padding: 0px!important;
}

h3.tribe-events-calendar-month__calendar-event-title.tribe-common-h8.tribe-common-h--alt {
	white-space: nowrap;
	overflow: hidden;
}

a.tribe-events-calendar-month__calendar-event-title-link.tribe-common-anchor-thin.tooltipstered {
	padding: 5px 10px;
	border-radius: 100px;
	background-color: #eee;
}

.tribe-events-calendar-month__calendar-event-datetime {
	display: none;
}

/*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;
}

h4.podcast-meta-title-space, h4.meta-title-space  {
	margin-top: 30px; 
}

.cpt-meta-col .fl-col-content {
	background: #fff;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	box-shadow: 0px 8px 24px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 8px 24px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 8px 24px rgba(0,0,0,0.1);
	margin: 20px; 
}

@media screen and (max-width: 767px) {
	.cpt-meta-col .fl-col-content {
		margin-left: 20px!important;
		margin-right: 20px!important;
	}
}

/* AGs */

.ag-grid h3 {
	font-size: 14px;
	margin-top: 10px;
}

/* Podcasts */

.podcast-list .fl-post-feed-post {
	box-shadow: none;
	border: none;
	border-radius: 0;
	padding-bottom: 10px;
}

.podcast-list .fl-post-feed-post:not(:last-child) {
	border-bottom: 1px solid #dddddd;
}

.podcast-list h2.fl-post-feed-title {
	font-size: 18px;
	margin: 0;
}

/*****************************************************************************/
/******************************** DATABASES **********************************/
/*****************************************************************************/

.case-archive-meta {
	font-size: 15px; 
}

.archive-meta-label {
	font-size: 12px;
	color: #888; 
}

.list-cases .fl-post-title {
	padding: 10px 0px 15px; 
	font-size: 18px; 
}

.list-cases .fl-post-feed-post {
	padding: 5px 8px; 
	border-bottom: 0px; 
	margin-bottom: 10px; 
    border-left: 8px solid rgba(25,74,89,0.2);
}

.list-cases .fl-post-more-link {
	margin: 10px 0px 10px; 
}

.facet-accordion p {
	margin-bottom: 0px; 
}

.facet-accordion .facetwp-facet {
	margin-bottom: 15px; 
}

.facet-accordion br {
	display: none; 
}

.facet-accordion .fl-accordion-small .fl-accordion-content {
	padding: 0px 20px 10px; 
}
	
.facet-accordion .fl-accordion-item {
	border-radius: 6px;  
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
}

.facet-accordion .facetwp-type-fselect .fs-wrap {
	width: 100%; 
	position: relative; 
}

.facet-accordion .facetwp-type-fselect .fs-dropdown {
	width: 100%; 
}


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

.results-count {
	font-size: 15px; 
	color: #999; 
}

.facetwp-sort-select {
	border: 1px solid #bbb; 
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
}

@media screen and (min-width: 768px) {
		.results-sorting {
		text-align: right; 
	}
}

.case-main-property + .case-main-property {
	border-top: 1px dotted #ddd; 
	padding-top: 10px; 
	margin-top: 15px; 
}

.case-main-historical .fl-html {
	border: 1px solid #E7EDED; 
	background: #F1F6F6; 
	padding: 20px;
	border-left: 6px solid #E7EDED; 
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	background: #fff; 
}

.related-files .fl-html, .related-files .fl-rich-text {
	box-shadow: 0px 8px 24px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 8px 24px rgba(0,0,0,0.07);
	-webkit-box-shadow: 0px 8px 24px rgba(0,0,0,0.07);
	background: #fff; 
	border: 0px; 
	border: 1px solid #f3f3f3; 
	border-top: 6px solid #671C19; 
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	padding: 20px 30px; 
}



/*****************************************************************************/
/***************************** SIMPLE MAPS ***********************************/
/*****************************************************************************/

#tt_sm_map {
    bottom: 0 !important;
}

.tt_sm {
    border-radius: 5px;
    box-shadow: 0 6px 24px rgba(0,0,0,.2);
    z-index: 1000000;
    background-color: #07141d;
    padding: 10px 20px;
    opacity: 1;
    font-size: 16px;
    line-height: 1.4;
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: white;
    min-width: 320px;
    width: 100%;
    max-width: 600px;
} 
.tt_name_sm{
    float: left;
    font-weight: bold;
    font-size: 22px;
} 
.xmark_sm{
    float: right;
    margin-left: 5px;
    cursor: pointer;
    line-height: 0px;
    max-width: 24px;
    margin-top: 4px;
    filter: invert(1);
}
.tt_custom_sm{
    display: flex;
    flex-wrap: wrap;
} 
#ags-map .tt_custom_sm,
#ag-elections-map .tt_custom_sm {
    flex-direction: column;
    padding-bottom: 10px;
	
	font-size: 14px;
    font-weight: bold;
}
.tt_mobile_sm{
    margin-top: 5px;
} 
.btn_simplemaps{
    color: #192A35;
    text-decoration: none;
    background: #ffffff;
    display: inline-block;
    padding: 5px 5px;
    margin: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.43;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid;
    border-radius: 4px;
}   
.btn_simplemaps:hover{
    text-decoration: underline;
}

.popup-info {
    width: 25%;
    padding-right: 24px;
}

.tt_sm strong {
    font-size: 12px;
    line-height: 1 !important;
    opacity: 0.6;
    display: inline-block;
}

#ags-map .tt_sm strong {
    font-size: 1.1em;
    opacity: 1;
}

#ags-map .tt_sm strong .ng-map--party {
    font-size: 14px;
    display: block;
    margin-top: 5px;
	margin-bottom: 15px;
    opacity: .6;
}

.tt_sm > div:nth-child(1) {
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff14;
    margin-bottom: 10px;
}
#ag-elections-map .tt_sm strong {
    margin-top: 14px;
    margin-bottom: 5px;
    /* display: block; */
}

#ag-elections-map .tt_sm a {
    padding: 8px 24px;
    background: white;
    border-radius: 30px;
    margin-top: 20px;
    margin-right: auto;
}


@media screen and (max-width: 768px) {
    .popup-info {
        width: 50%;
    }   
}

@media screen and (max-width: 485px) {
    .popup-info {
        width: 100%;
    }   
}





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

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

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

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=number], input[type=search], input[type=url], textarea {
	border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
}

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=number], input[type=search], input[type=url], textarea {
	border: 1px solid #ccc; 
}

.gform_wrapper {
    border: 1px solid #f3f3f3;
	border-top: 8px solid #DAE2E2; 
    padding: 10px 18px 30px 32px;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	box-shadow: 0px 8px 24px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 8px 24px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 8px 24px rgba(0,0,0,0.1);
}

.fl-page .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), .fl-page .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: 2px; 
}

.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
	font-size: 15px;
	color: #555; 
}

.gfield select {
	border: 1px solid #ccc; 
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	padding: 5px; 
}

label {
	margin-bottom: 3px; 
}

.hidden-element {
	display: none!important; 
}

.ui-tooltip-content {
	font-size: 13px; 
	text-align: left; 
}

.footnote-link {
	color: #fff; 
	background: #337ab7; 
	padding: 0px 3px; 
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
}


.footnote-link:hover {
	color: #fff; 
}

h3 a.tribe-events-calendar-month__calendar-event-title-link.tribe-common-anchor-thin.tooltipstered, h3 .tribe-events-calendar-month__calendar-event-title-link.tribe-common-anchor-thin.tooltipstered a:visited {
	font-size: 12px;
}

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

@media only screen and (max-width: 1100px) and (min-width: 768px) {
	.mega-menu-disabled .sub-menu .sub-menu li:first-of-type {
    	border-top: 1px solid rgba(128,128,128,0.1);
	}
	.fl-page-nav .navbar-nav li>a {
		font-size: 13px;  
		padding: 24px 20px 24px 8px; 
	}
	
}

@media screen and (min-width: 768px) {
		.gutters-std .fl-row-content-wrap {
		margin-left: 40px; 
		margin-right: 40px; 
	}
	.no-mega-menu ul.sub-menu ul.sub-menu {
		min-width: 350px;
	}
}

@media only screen and (max-width: 1024px) {
	.dynamic-header h1 span {font-size: 50px!important;}
}



@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) {
	.home-banner h1 {
		font-size: 40px;
	}
	.larger,
	h4 {
		font-size: 18px;
	}
	.cards-col h2, .cards-col h3, .cards-col h4 {
		font-size: 22px;
	}
	h2 {
		font-size: 28px;
	}
	.edge-grid .fl-post-content h2 {
		font-size: 20px;
	}
	.fl-page button, .fl-page .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, .o365_azure_logout a, .o365_azure_login a {
		font-size: 12px;
	}
	.edge-grid .fl-post-grid-post .fl-post-more-link {
		margin-top: 30px;
	}
	.edge-grid .fl-post-grid-post .fl-post-image {
    	min-height: 200px;
	}
	.fl-page-nav .navbar-nav li>a {
		padding: 20px 15px 20px 0px;
	}
	.fl-page-nav-search a.fa-search {
		right: -5px;
		padding-top: 12px!important;
	}
}



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

@media only screen and (max-width: 767px) {
	h1 {font-size: 30px;}
	.dynamic-header h1 span {font-size: 40px!important; line-height: 50px!important;}
	h2 {font-size: 24px;}
	h3 {font-size: 21px;}
	h4,h5,h6 {font-size: 18px;}
	.fl-page-header-logo img {
		max-height: 50px; 
		width: auto!important; 
	}
	.fl-page-header-container {
	}
	.fl-page-nav-col .header-sso {
		display: inline; 
	}
	.home-banner .half-right-img img {
		width: 100%; 
		padding: 0px; 
		display: block; 
		position: relative; 
		top: 0px; 
	}
	.fl-page-nav-bottom .fl-page-header-content .fl-page-header-text {
		margin-top: 15px; 
	}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav .navbar-toggle {
		font-size: 29px; 
		line-height: 26px; 
	}
	.footer-logo img {
		margin: 0 auto;
		display: block;
		padding-bottom: 20px; 
	}
	.footer-sub .fl-rich-text p {
		text-align: center; 
	}
	.fl-page-bar {display: none;}
	.post-sharing, .addtoany_shortcode {
		text-align: left; 
	}
	.fl-page-nav-col {
		text-align: center; 
	}
	.fl-page-nav-col .menu-secondary-nav-container  {
		display: none; 
	}
	.addtoany_shortcode, .preshare-text {
		float: left; 
	}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.navbar-nav>li>a {
		
	}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.sub-menu ul.sub-menu li {
    	border-top: 1px solid rgba(128,128,128,0.1);
	} 
}

/******************************* 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; 
	}
	a[href]:after {
		display: none!important; 
		content: "";
	}
	.banner-title .fl-col-small:nth-of-type(2) {
		display: none!important;
	}
	.fl-page-header-fixed {
		display: none!important; 
	}
	h1.fl-heading .fl-heading-text {
		font-size: 26px!important; 
		line-height: 32px!important; 
	}
	h1.fl-heading {
		line-height: 32px!important; 
	}
	.banner-title .fl-row-content-wrap {
		padding-top: 20px!important; 
	}
	.banner-title .fl-module-separator {
		display: none!important; 
	}
	h3 {
		font-size: 24px!important; 
	}
	.banner-title .breadcrumbs {
		display: none!important; 
	}
	.cpt-meta-col .fl-col-content {
		margin: 20px 0px!important; 
	}
	.cpt-meta-col .fl-heading {
		font-size: 20px!important; 
	}
	.fl-builder-content > .fl-row > .fl-row-content-wrap {
		padding-top: 0px!important; 
	}
	.post-meta-info {
		margin-top: -30px!important; 
	}
	.post-meta-info .fl-module-content {
		margin-left: 14px!important; 
	}
	.single .cpt-meta-col {
		width: 25%!important;
		clear: none;
		float: left;
	}
	
	.single .cpt-meta-col h3 {
		margin-top: -10px!important; 
	}
	.single .cpt-meta-col h4 {
		font-size: 13px; 
	}
	.single .cpt-meta-col + .fl-col {
		width: 75%!important;
		float: right;
		clear: none;
	}
}

/** Map State Description Utility Class */
#map .tt_custom_sm > div {
    width: 50%;
    padding-right: 24px;
}
