/* custom css here */
html,body { 
	overflow-x: hidden;
}
body, body p, p a.unset { 
	font-family: 'ff-ernestine-pro',serif;
	font-size: 20px; 
	line-height: 30px;
}

/* START NEW STAFF PAGE  */



/* START board members - OLD */

.board-members {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
	margin-bottom: 50px;
}

.board-member-item {
	width: 30%;
    margin: 10px 10px;
}

.board-member-item img {
	width: 327px;
    height: 258px;
    object-fit: contain;
    border-radius: 10px;
}

.board-member-title {
	text-align: center;
}


.board-member-title h3 {
	margin-top: 20px;
    font-size: 24px;
    line-height: 1.42;
}

.board-member-link {
	text-align: center;
}

.board-member-link a {
	font-weight: bold;
	text-decoration: underline;
}

.board-page-title {
	margin-top: 80px;
	margin-bottom: 50px;
}

.allied_members{
	justify-content: center;
	gap: 30px;
}
.allied_members img{ 
	max-width: 150px !important;
}
.allied_members li.blocks-gallery-item{
	padding: 30px !important;
	margin: 0 !important;
	align-self: center !important;
}

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

	.board-members {
		flex-direction: column;
	}

	.board-member-item {
		width: 100%;
		margin: 10px 0px;
	}

	.board-member-item img {
		width: 100% !important;
		height: auto;
	}

}




/* END board members */


/* Temporary CSS rules for NASID Form*/

.custom.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) { 
	background-color: #f5f5f5;
}

figure.custom :is(td, th){
	padding: 0.75rem;
}

figure.custom thead {
	background-color: #f3d03e;
}

.gfield.column {
	display:inline;
	padding-right:0 !important;
}

.gfield.column * {
	display:inline;
}

.gfield.column input.medium {
	width: calc(49% - 8px) !important;
}

.gfield.column.right {
	text-align:right;
	padding-left: 2%;
}

.gform_button.button,
.subscribe-block input[type="submit"]{
	color: white;
 	background: #EF3341;
	border: none;
	padding: 0.5rem 1.5rem;
}

.widget_bkg_nb_widget .subscribe-box input[type=submit] { 
	text-indent: unset;
	background-color: #f3d03e;
    color: #000000;
    vertical-align: middle;
    padding: 0.53rem 1.5rem;
    min-width:  130px;
    border: 0px solid #EF3341!important;
	width: unset;
    height: unset;
    line-height: unset;
    font-size: unset;
    text-transform: unset;
    border-radius: unset;
}

.gform_button.button:hover,
.widget_bkg_nb_widget .subscribe-box input[type=submit]:hover{
	background: #78d64a;
}

li.gfield {
	line-height: 2rem;
}

li.gfield :is(input, textarea),
.subscribe-block :is(input){
	background-color: #f5f5f5;
	border: 1px solid #e6e6e6;
	text-indent: 10px;
}

li.gfield input:is(:active, :focus, :focus-visible), li.gfield textarea:is(:focus, :active, :focus-visible),
.subscribe-block input:is(:active, :focus, :focus-visible){
	border: 1px solid #EF3341;
	outline: none;
}

.subscribe-block input:is(:active, :focus, :focus-visible){ border-color: #FFFFFF;}
.subscribe-block .welcome-message { margin-bottom: 40px; color: #FFFFFF;}

li.gfield :is(input, textarea)::-webkit-input-placeholder,
.subscribe-block :is(input)::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  opacity: 0.3;
}
li.gfield :is(input, textarea)::-moz-placeholder,
.subscribe-block :is(input)::-moz-placeholder{ /* Firefox 19+ */
  opacity: 0.3;
}
li.gfield :is(input, textarea):-ms-input-placeholder,
.subscribe-block :is(input):-ms-input-placeholder{ /* IE 10+ */
 opacity: 0.3;
}
li.gfield :is(input, textarea):-moz-placeholder,
.subscribe-block :is(input):-moz-placeholder{ /* Firefox 18- */
 opacity: 0.3;
}

li.gfield :is(input, textarea):is(:active, :focus, :focus-visible):-webkit-input-placeholder,
.subscribe-block :is(input):is(:active, :focus, :focus-visible):-webkit-input-placeholder{
	opacity:0.7;
}


li.gfield :is(input, textarea):is(:active, :focus, :focus-visible)::-moz-placeholder,
.subscribe-block :is(input):is(:active, :focus, :focus-visible)::-moz-placeholder{
	opacity:0.7;
}


li.gfield :is(input, textarea):is(:active, :focus, :focus-visible):-ms-input-placeholder,
.subscribe-block :is(input):is(:active, :focus, :focus-visible):-ms-input-placeholder{
	opacity:0.7;
}


li.gfield :is(input, textarea):is(:active, :focus, :focus-visible):-moz-placeholder,
.subscribe-block :is(input):is(:active, :focus, :focus-visible):-moz-placeholder {
	opacity:0.7;
}

li.custom .ginput_container_select {
	line-height: 3rem;
	position:relative;
	width: 15rem;
}

li.custom .ginput_container_select select {
 	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 3rem;
	padding: 5%;
	text-align: center;
	background: #EF3341;
	color: white;
	border: none;
	position:relative;
	width:100% !important;
	cursor:pointer;
}

li.custom .ginput_container_radio ul li {
	position:relative;
	line-height: 1.5rem;
}

li.custom .ginput_container_radio ul li input[type="radio"] {
	display:none;
}

li.custom .ginput_container_radio ul li label {
	padding-left: 30px;
}

li.custom .ginput_container_radio ul li input:checked + label::after {
    background-color: #EF3341;
    border-radius: 50%;
    left: 9px;
    top: 8px;
    content: '';
    padding: 6.5px;
    position: absolute;
    pointer-events: none;
}

li.custom .ginput_container_radio ul li label::before {
    position: absolute;
    background-color: #f5f5f5;
    border-radius: 50%;
    left: 5px;
    content: '';
    padding: 9.5px;
    position: absolute;
    pointer-events: none;
    border: 1px solid #e6e6e6;	
}

/* IE11 hide native button */
li.custom .ginput_container_select select::-ms-expand {
display: none;
}

li.custom .ginput_container_select::after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    color: white;
    right: 35px;
    top:0 ;
    height: 34px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}

li.custom .ginput_container_select select option {
	background-color: #ffffff;
	color: #ef3340;
}

li.custom .ginput_container_select select option:is(:checked, :hover) {
	background-color: #DDDDDD;
	color:#000;
}








/*End Temporary CSS rules for NASID*/
@font-face {
    font-family: 'Avenir Next P for BBG';
    src: url('../fonts/AvenirNextPForBBG-Light.woff2') format('woff2'),
        url('../fonts/AvenirNextPForBBG-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next P for BBG';
    src: url('../fonts/AvenirNextPForBBG-Bold.woff2') format('woff2'),
        url('../fonts/AvenirNextPForBBG-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Heavy.woff2') format('woff2'),
        url('../fonts/Avenir-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirBook';
    src: url('../fonts/AvenirBook.woff2') format('woff2'),
        url('../fonts/AvenirBook.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {  
	/*font-family: 'Avenir Next P for BBG'; 
	font-weight: 300; */
	font-family: 'AvenirBook';
	font-size: 16px; 
	color: #000000; 
	line-height: 1.7;
}
body.admin-bar #wrapper-navbar.fixed-top {
    top: 32px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Avenir';
}

h2.about-title{ margin-bottom:1.2rem; }
.alignfull {
	margin: 0px calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

.edit-link {
	display:none;
}

.p-65 {
	padding: 75px 65px;
}

.p-60 {
	padding: 60px;
}

.p-30-0 {
	padding: 30px 0;
}

.pl-0 {padding-left:0;}

.px-60 {
	padding-left: 60px;
	padding-right: 60px;
}

.px-50 {
	padding-left: 50px;
	padding-right: 50px;
}

.navbar-dark { background-color: #000000;}
#main-nav .navbar-nav .nav-link { color: #000000;}
#main-nav .container { position: relative;}
.doodle-header {
    position: absolute;
    right: -30px;
    top: auto;
    width: 44px;
    height: 52px;
}
/* home hero area */
.hero-title {
	font-size: 4.5625rem;
	line-height: 5.625rem;
	margin-bottom: 0;
}
#homepage-hero .hero-title { 
	font-size: 4.5625rem; 
	line-height: 5.625rem; 
	/*font-weight: 700;*/
}

.hero-description {
	font-size: 1.625rem;
	line-height: 2.25rem;
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.home #homepage-hero { max-height: 570px; overflow: hidden;}

#homepage-hero,#innerpage-hero {
	position: relative;
	margin-top: 0;
	min-height:25vh;

}
#homepage-hero .herobackgroundimg, #innerpage-hero .herobackgroundimg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

body:not(.home) #homepage-hero .herobackgroundimg {
	max-height: 475px;
}

#homepage-hero .hero__inner,#innerpage-hero .hero__inner {
	line-height: 1;
}

#homepage-hero .hero__inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #FFFFFF;
	line-height: 1;
}

#homepage-hero .hero__inner .row .container {
	display: table;
}

#homepage-hero .hero__inner .row .container header {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.hero__overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.6;
}

.single .hero__overlay {
	background: rgba(87,7,181,0.6);
}

.single #homepage-hero { margin-bottom: 50px;}

.show-in-mobile { display: none;}

#homepage-hero .heroimg { visibility: hidden;}

 	.embed-container { 
        position: relative; 
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
        /*padding-top: 25px;*/
    } 

    .embed-container iframe,
    .embed-container object,
    .embed-container embed { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

#homepage-hero .embed-container { z-index: 4;}
#homepage-hero .hero__overlay { z-index: 5;}
#homepage-hero .hero__inner { z-index: 6;}

/* mission statement section */
.mission-statement {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}

.mission-statement .mission-text p { margin-bottom: 0;}
.mission-statement .mission-text {
	color: #FFFFFF;
	font-size: 2.625rem;
	line-height: 3.5625rem;
	text-align: center;
	z-index: 9;
    position: relative;
}

@media screen and (max-width: 767px) {
	.mission-statement .mission-text {
		font-size: 1.75rem;
		line-height: 2rem;
	}
}

.mission-statement .container { position: relative;}
.mission-statement .doodle-1,
.mission-statement .doodle-2,
.mission-statement .doodle-3 {
	position: absolute;
	z-index: 1;
}

.mission-statement .doodle-1 {
	top: -55px;
    left: -15px;
}

.mission-statement .doodle-2 {
	bottom: -54px;
    right: 10px;
}

.mission-statement .doodle-3 {
	top: 15px;
	right: 15px;
}

/*.callout-boxes h2 {
	font-size: 42px;
	line-height: 40px;
	margin-bottom: 35px;
}*/

.about-section {
	/*padding-bottom: 60px;
	padding-top: 60px;*/
	/*background-size: 33%;*/
	background-repeat: no-repeat;
}

.aboutimg-hidden { display: none;}

@media screen and (min-width: 1400px) {
	/*.about-section {
		background-size: 24%;
	}*/
}

/*.about-section .aboutheroimg { visibility: hidden; margin: 0px auto;}*/
@media screen and (max-width: 991px) {
	/*.about-section .aboutheroimg { visibility: visible;}*/
	/*.about-section { background: transparent !important;}*/
}

/*.about-section h2 {
	font-family: ff-providence-sans-web-pro, sans-serif;
	font-size: 45px;
	line-height: 40px;
	margin-bottom: 35px;
	color: #F93576;
	font-weight: 700;
}*/



.about-section .about-copy { margin-bottom: 20px;}
.about-section .aboutimg-holder,
.partner-rows .partnerimg-holder { 
	position: relative; 
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
@media screen and (min-width: 768px){
.aboutimg-holder img,
.partner-rows .partnerimg-holder .partnerimg { visibility: hidden;}

.partner-rows .partnerimg-holder .partnerimg { min-height: 450px;}

}
@media screen and (max-width: 767px){
	.aboutimg-holder{ background: none;}
}
.about-section .aboutimg-holder:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/*background: rgba(9,193,177,0.6);*/
}

.relatedaffiliate .partner-doodle-title {
	position: absolute;
	left: 10px;
	top: 70px;
	z-index: 99;
}

/*.relatedaffiliate h2 {
	color: #309C97;
  font-family: ff-providence-sans-web-pro, sans-serif;
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 64px;
  text-align: center;
}*/

.partner-rows .row .partnerimg-holder:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
}

.partner-rows .row .partnerimg-holder:before { background-color: rgba(0,0,0,0.6);}

/*.partner-rows .row:nth-child(3n+1) .partnerimg-holder:before {
	background: rgba(87,7,181,0.6);
}
.partner-rows .row:nth-child(3n+2) .partnerimg-holder:before {
	background: rgba(255,175,21,0.6);
}
.partner-rows .row:nth-child(3n+3) .partnerimg-holder:before {
	background: rgba(9,193,177,0.6);
}*/

.partner-rows .doodle-partner {
	position: absolute;
	bottom: -50px;
	z-index: 99;
}

.partner-rows .row:nth-child(odd) .doodle-partner {
	right: 20px;
}
.partner-rows .row:nth-child(even) .doodle-partner {
	left: 20px;
}

.partner-text-holder .learnmore {
  margin-top: 35px;
}
/*.partner-text-holder .learnmore a{
  color: #5707B5;
  font-size: 16px;
  font-family: 'Avenir';
  letter-spacing: 0;
  line-height: 22px;
  text-decoration: underline;
}*/

/*.partner-text-holder .learnmore a:after {
	display: inline-block;
	content: "";
	width: 13px;
	height: 24px;
	margin-left: 10px;
	background: no-repeat url(../img/arrow-learnmore.png); 
	vertical-align: middle;
}*/

.partnerimg-holder a {
    display: block;
    position: relative;
}

.about-text-holder, .partner-text-holder { flex-direction: column;}
.partner-text-holder { padding-left: 65px; padding-right: 65px;}

/*.partner-text-holder h3.card-heading,
.partner-text-holder h3.card-heading a {
  color: #000000;
  font-size: 28px;
  font-family: 'Avenir';
  font-weight: 900;
  letter-spacing: 0;
  line-height: 38px;
  text-decoration: none;
}*/

.about-section .abt-doodle-top,
.about-section .abt-doodle-bottom {
	position: absolute;
}

.about-section .abt-doodle-top {
	top: -50px;
	left: calc(50% - 100px);
}

.about-section .abt-doodle-bottom {
	bottom: -50px;
	right: 50px;
}

/* Callout Boxes */
.callout-boxes .boxitem { transition: all 0.3s ease-in-out;}
.callout-boxes .boxitem .boxlabel { margin-top: 20px;
display: flex;
justify-content: center;}
.callout-boxes .boxitem .boxlabel a{
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.callout-boxes .boxitem:active .boxlabel a,.callout-boxes .boxitem:focus .boxlabel a { text-decoration: underline;}


.callout-boxes .boxitem a.imgoverlay:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    content: "";
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
/*.callout-boxes .boxitem a.imgoverlay:after {
    position: absolute;
    width: 100%;
    content: "Explore";
    top: 50%;
    margin-top: -15px;
    left: 0;    
    vertical-align: middle;
    display: table-cell;
    opacity: 0;
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}*/

.callout-boxes .boxitem span {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 600;
	transition: all 0.3s ease-in-out;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center; 
	text-align: center;
}

.callout-boxes .boxitem a.imgoverlay {
    display: block;
    height: auto;
    position: relative;
}

/*.callout-boxes .boxitem a.imgoverlay:hover:after,*/ .callout-boxes .boxitem a.imgoverlay:hover:before {
    opacity: 1;
}

.callout-boxes .boxitem a.imgoverlay:hover span { opacity: 1;}

/* callout boxes */
.callout-boxes {
	/*padding-top: 60px;
	padding-bottom: 60px;*/
}

/* callout-stats */
.callout-stats {
	/*background: url(../images/homepage_stats_background_2x.jpg) no-repeat center center;*/
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 110px;
	padding-bottom: 30px;
	color: #FFFFFF;
	z-index: 0;
}

.callout-stats:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.7;
	top: 0;
	left: 0;
	z-index: -1;
}

.callout-stats .statsitem {
	text-align: center;
	margin-bottom: 80px;
}

.callout-stats .statsitem i[class*="fa-"] {
    font-size: 5rem;
}

.callout-stats .statsitem img {
	margin-bottom: 30px;
	width: auto;
	height: auto;
	max-height: 85px;
}

.callout-stats .statsval {
	font-size: 52px;
	letter-spacing: 1px;
	line-height: 62px;
	text-align: center;
}

.callout-stats h2 {
	/*font-size: 42px;
	letter-spacing: 0.05px;
	line-height: 52px;*/
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 40px;
}

/* featured video */
.featured-video { padding-top: 60px; padding-bottom: 60px;}
.featured-video iframe {}
.featured-video .fvideo-title {
	/*font-size: 42px;
	line-height: 45px;*/
	margin-bottom: 20px;
}

.featured-video .fvideo-desc {
	margin-bottom: 40px;
}

.featured-video .featured-video-image{ position: relative; display: inline-block; width: auto;}

#page-wrapper {
    padding: 0px;
}

#single-wrapper {
    padding: 0;
}

/*Remove inline height of slick-list-draggable element*/
.slick-list.draggable {
	/*height:100% !important;*/
}

.cards-block { position: relative; padding-top: 30px; padding-bottom: 30px;}
.cards-block .doodle-cardblock {
    position: absolute;
    left: 50px;
    top: 15px;
}
.cards {
	padding-top: 60px;
	padding-bottom: 60px;
}

.cards .row .card-box {
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow:    0px 0px 12px 0px rgba(0, 0, 0, 0);
	box-shadow:         0px 0px 12px 0px rgba(0, 0, 0, 0);
	transition: all 0.25s ease-in-out;
}

.cards .row .card-box:hover,
.cards .row .card-box:focus {
	-webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow:    0px 0px 11px 0px rgba(0, 0, 0, 0.35);
    box-shadow:         0px 0px 11px 0px rgba(0, 0, 0, 0.35);
    background-color: #5707b5;
    color: #FFFFFF;
}

.cards .row .card-box a:hover,
.cards .row .card-box a:focus,
.cards .row .card-box a:active,
.cards .row .card-box:hover a,
.cards .row .card-box:focus a { text-decoration: none; color: #FFFFFF;}

.cards .row .card-box .card-link { display: block;}
.card-box img { margin-bottom: 24px; }

.cards .row .card-box a img { transition: all 0.2s ease-in-out;}

.cards .row .card-box .show-on-hover { display: none; margin-left: auto; margin-right: auto; }
.cards .row .card-box:hover .show-on-hover { display: block;}

.cards .row .card-box:hover .hide-on-hover { display: none;}

/*.cards .row .card-box h3.card-heading { 
	text-transform: uppercase; 
	font-weight: 900; 
	font-family: 'Avenir';
	font-size: 24px;
}*/

.postscarousel { padding-top: 90px; padding-bottom: 60px; position: relative;}
.postscarousel .container { position: relative;}
.postscarousel .doodle-left {
	position: absolute;
	top: 25%;
	left: 15px;
}
.postscarousel .doodle-right {
	position: absolute;
	bottom: 50px;
	right: -50px;
}
/* .postscarousel h2,
.relatedcarousel h2 {
	text-align: center;
	font-family: ff-providence-sans-web-pro, sans-serif;
	font-size: 45px;
	line-height: 64px;
	margin-bottom: 35px;
	color: #5707B5;
	font-weight: 700;
} */

/*.relatedcarousel h2 { color: #1D90F9;}*/

.postcolumn { margin-bottom: 8px;}
.postitem {
	/*border: solid 1px #DFDFDF;*/
}

.relatedaffiliate .postitem {
	border-bottom: solid 1px #DFDFDF;
}

/* new styling 17/02/2021 */
.postscarousel .slide,
.relatedcarousel .slide { overflow: hidden;}
@media screen and (min-width: 1200px) {
	/*.postscarousel .container {
		max-width: 1167px;
	}*/
}

.relatedcarousel .postcolumn { position: relative;}

.postscarousel .postitem,
.relatedcarousel .postitem {
	width: 363px;
	height: 430px;
	margin-left: 3.5px;
	margin-right: 3.5px;
}

.relatedcarousel .container{
	position: relative;
}

.relatedcarousel .doodle-img {
	position: absolute;
	top: -20px;
	right: 10px;
}

.postscarousel .postitem .postitem-img,
.relatedcarousel .postitem .postitem-img { 
	height: 59%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.postscarousel .postitem .postitem-img a,
.relatedcarousel .postitem .postitem-img a { display: block; width: 100%; height: 100%;}
.postscarousel .postitem:not(.isvideo) .postitem-text,
.relatedcarousel .postitem:not(.isvideo) .postitem-text { 
	height: 40%; 
	color: #FFFFFF;
	padding: 12px 25px;
}
.postscarousel .postitem.iselse .postitem-text .card-heading, 
.postscarousel .postitem.isnews .postitem-text .card-heading, 
.postscarousel .postitem.iselse .postitem-text .card-text,
.postscarousel .postitem.isnews .postitem-text .card-text,
.relatedcarousel .postitem.iselse .postitem-text .card-heading, 
.relatedcarousel .postitem.isnews .postitem-text .card-heading, 
.relatedcarousel .postitem.iselse .postitem-text .card-text,
.relatedcarousel .postitem.isnews .postitem-text .card-text {
    max-width: 85%;
    margin-bottom: 0;
}

.postscarousel .postitem.iselse .postitem-text .card-heading, 
.postscarousel .postitem.isnews .postitem-text .card-heading, 
.relatedcarousel .postitem.iselse .postitem-text .card-heading, 
.relatedcarousel .postitem.isnews .postitem-text .card-heading { max-width: 100%;}


/*.postscarousel .postitem .postitem-text .card-text,
.relatedcarousel .postitem .postitem-text .card-text,*/
.postscarousel .postitem.iselse .postitem-text .card-heading, 
.postscarousel .postitem.isnews .postitem-text .card-heading,
.relatedcarousel .postitem.iselse .postitem-text .card-heading, 
.relatedcarousel .postitem.isnews .postitem-text .card-heading {
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.postitem-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.postscarousel .postitem .postitem-img .hiddenimg,
.relatedcarousel .postitem .postitem-img .hiddenimg { visibility: hidden;}

.postscarousel .postitem.isnews .postitem-text,
.relatedcarousel .postitem.isnews .postitem-text { background-color: #F93576; }
.postscarousel .postitem.iselse .postitem-text,
.relatedcarousel .postitem.iselse .postitem-text { background-color: #1D90F9; }

/*.postscarousel .postitem .postitem-text h3 a,
.relatedcarousel .postitem .postitem-text h3 a {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 27px;
  color: #FFFFFF;
  text-decoration: underline;
}*/

.postscarousel .postitem a:hover,
.postscarousel .postitem a:active, 
.postscarousel .postitem a:focus,
.relatedcarousel .postitem a:hover,
.relatedcarousel .postitem a:active, 
.relatedcarousel .postitem a:focus { outline: none; text-decoration: none;}

.isvideo { background-size: cover; background-position: center center; background-repeat: no-repeat; position: relative;}
.isvideo:not(.hide_overlay):after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-image: url(../img/video-frame-withoverlay363.png);
	background-repeat: no-repeat;
	background-size: cover;

}

.isvideo a { color: #FFFFFF;}


.isvideo .postitem-text {
    position: relative;
    z-index: 99;
    padding: 45px 30px 20px 30px;
}

.isvideo .postitem-text h3.card-heading a {
	font-size: 32px;
	line-height: 44px;
}

.postitem .arrow-graphic {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.isvideo .arrow-graphic {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

#wrapper-footer { text-align: center;}

/* SIP */
.aboutfixed, .quote, .relatedaffiliate {
	padding-top: 30px;
	/*padding-bottom: 60px;*/
}

.wp-block-envira-envira-gallery { margin-top: 30px; margin-bottom: 60px;}

.aboutfixed .about-title { 
	margin-bottom: 1.25rem;
	color: #5707B5;
	font-family: ff-providence-sans-web-pro, sans-serif;
	font-size: 45px;
	/*font-weight: bold;*/
	letter-spacing: 0;
	line-height: 52px;
}

.aboutfixed .about-section-fixed .container { position: relative;}
.aboutfixed .abt-fxd-doodle-top {
    position: absolute;
    right: -41px;
    top: -52px;
}

.aboutfixed .abt-fxd-doodle-bottom {
    position: absolute;
    left: calc(50% - 79.5px);
    bottom: -55px;
}

.relatedcarousel { padding-top: 60px; }
.quote .container { position: relative;}
.quote h3 { 
	margin-bottom: 1.5rem;
	font-size: 2.25rem;
	line-height: 1.5;
}
.quote .quote-text p{
	font-size: 1.5rem;
	line-height: 1.5;
	font-family: 'Avenir';
}
.quote .quote-text { position: relative; padding-left: 35px;}
/*.quote .quote-text:before {
	content: "";
	width: 24px;
	height: 17px;
	display: block;
	position: absolute;
	background: url(../img/quote-marks.png) no-repeat center center;
	left: 0;
	top: 7px;
    background-size: 100%;

}*/

.quote .quote-author{
	font-size: 16px;
 	font-family: 'Avenir';
	letter-spacing: 0;
	line-height: 22px;
	text-align: right;
	color: #5707B5;
}
.quote .quote-author:before {
	content: "\2014";
	display: inline-block;
	margin-right: 5px;
}

.quote .doodle-img {
	position: absolute;
	top: -145px;
	right: 0px;
}

.relatedaffiliate .partner-rows {
	background-color: #f7f7f7;
}

.social-links { margin: 10px 0 10px 0; padding: 0; list-style-type: none;}
.social-links li { margin: 0 10px; list-style-type: none; display: inline-block;}

.wp-block-gallery.nomargins .blocks-gallery-item { margin-right: 0; margin-left: 0;}
.wp-block-gallery.nomargins.columns-3 .blocks-gallery-item { width: 33.33333%;}

.text-with-doodle { padding-top: 30px; padding-bottom: 30px;}
.text-with-doodle .container {
	position: relative;
}
.text-with-doodle .left-doodle {
	position: absolute;
	left: -30px;
	top: 5%;
}

.text-with-doodle .right-doodle {
	position: absolute;
	right: -50px;
	bottom: 5%;
}

.imagegalleryblock .doodle-img-gallery-block {
    position: absolute;
    left: -30px;
    bottom: 100%;
}

#footermenu, .footer-1 ul.menu { padding: 0; margin: 0; list-style-type: none; text-align: center; margin-top: 40px;}

#footermenu li, .footer-1 ul.menu li { display: inline-block; margin: auto 16px;}
#footermenu li a, .footer-1 ul.menu li a {
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	text-transform: uppercase;
	text-decoration: underline;
	font-family: 'Avenir';
}

.footer_text {
	padding-top: 18px;
	padding-bottom: 30px;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	font-family: 'Avenir';
}

.footer_text span {
	text-transform: lowercase;
	vertical-align: super;
	font-style: italic;
}

.single h2.entry-title {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	/*font-weight: 700;*/
	font-family: ff-providence-sans-web-pro, sans-serif;
	font-size: 45px;
	line-height: 55px;
	color: #1e90f8;
}

.single h2.entry-title a{ 
	color: #1e90f8;
}

.single h3.pdt {
	margin-top: .75rem;
	margin-bottom: 0.375rem;
	font-size: 1.4rem;
}

.single #breadcrumbs { margin-bottom: 4.375rem; margin-top: 1.25rem;}

.archive.category .single h3.pdt {
	margin-bottom: 1.375rem;
}

#breadcrumbs a { color: #1e90f8;}

.archive.category article {
	margin-bottom: 4.675rem;
}

body.category h1.page-title { margin-bottom: 2rem;}

body.category .posts-navigation { 
	text-align: center; 
	margin-left: auto; 
	margin-right: auto; 
	font-size: 20px;
}
body.category .posts-navigation .next-pg { 
	margin-left: 15px;
}
body.category .posts-navigation .prev-pg { 
	margin-right: 15px;
}
body.category .posts-navigation .disabled {
    opacity: 0.5;
}
/*body.category .posts-navigation .prev-pg,
body.category .posts-navigation .next-pg { 
	width: 60px;
    overflow: hidden;
    text-indent: -99999px;
    background: transparent;
    border: none;
    height: 60px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 54px;
    line-height: 50px;
    color: #333333;
}

body.category .posts-navigation .next-pg { 
	margin-left: 10px;
    background: url(../img/next.png) no-repeat center center;
    background-size: 100%;
}
body.category .posts-navigation .prev-pg { 
	margin-right: 10px;
	background: url(../img/prev.png) no-repeat center center;
    background-size: 100%;
}*/

.single .authorname:before {
	content: "|";
	margin-left: 0.75rem;
    margin-right: 0.75rem;
    display: inline-block;
    font-size: 20px;
    vertical-align: top;
}

.single .wp-block-image .alignleft {
    margin: .5em 1.5em 1em 0;
}

.navbar-dark .navbar-toggler { border: none; margin-left: auto; margin-right: 10px; }
.navbar-dark .navbar-toggler:hover,
.navbar-dark .navbar-toggler:focus,
.navbar-dark .navbar-toggler:active { border: none; outline: none;}
.navbar-dark .navbar-toggler .navbar-toggler-icon {
	background-image: url(../img/menu-hamburger.svg) !important;
	width: 24px;
	height: 24px;
}

.navbar-dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	background-image: url(../img/menu-close.svg) !important;
}

.single .entry-content a {
	color: #1d90f9;
}

.single .entry-content ol, 
.single .entry-content ul {
    padding-left: 1rem;
}

strong {
    font-weight: 700;
}

/*::marker { font-weight: 700;}*/

/* envira gallery lightbox styling */
.envirabox-container .envirabox-image-wrap,
.envirabox-container .envirabox-slide.envirabox-slide--video .envirabox-content {
	border: solid 15px #ffffff !important;
}
.envirabox-container a.envirabox-close { 
	background-image: url("../img/lightbox-close.png") !important; 
	width: 30px !important; 
	height: 30px !important; 
	margin-top: 25px; 
	right: 5px !important; 
}

.envirabox-container .envirabox-caption-wrap div { /*background-color: #FFFFFF !important;*/}
.envirabox-container .envirabox-caption-wrap.float {
	width: calc(100% + 30px) !important;
	left: -15px !important;
}

.envirabox-container .envirabox-caption{
	text-align: left !important;
	font-size: 18px !important;
	line-height: 25px !important;
	color: #000000;
}

@media screen and (min-width: 992px) {
	.single .entry-content/*,
	.single .entry-header*/ {
	    margin-left: 15%;
	    margin-right: 15%;
	}
	.archive.category .single .entry-content {
		margin-left: initial;
	    margin-right: initial;	
	}

	body.single #homepage-hero .herobackgroundimg { min-height: 300px; max-height: 300px; }
	.single #homepage-hero .herobackgroundimg { min-height: 300px; max-height: 300px!important; }
	
	

}

@media screen and (min-width: 1200px) {
	.callout-stats h2 { max-width: 50%;}
	/*.single h1.entry-title { font-size: 5rem;}*/
}

/* footer layout common styling */
.footer-2 ul.menu, .footer-3 ul.menu { 
	padding: 0; margin: 0; list-style-type: none; }

.footer-2 ul.menu li, .footer-3 ul.menu li { display: block; margin: 10px auto;}
.footer-2 ul.menu li a, .footer-3 ul.menu li a {
	font-size: 16px;
	line-height: 22px;
	color: #000000;
}

#wrapper-footer .widget { margin-bottom: 15px; }

/*responsive*/
@media screen and (max-width: 1199px) {
	.postscarousel .postitem,
	.relatedcarousel .postitem {
		width: 303px;
		height: 319px;
	}

	.isvideo:after { 
		background-image: url(../img/video-frame-withoverlay303.png);
		left: -2px;
    	top: -2px;
    	width: calc(100% + 3px);
    	height: calc(100% + 3px);
	}

	.postscarousel .postitem .postitem-text h3 ,
	.relatedcarousel .postitem .postitem-text h3  { line-height: 27px; }
	.postscarousel .postitem .postitem-text h3 a,
	.relatedcarousel .postitem .postitem-text h3 a {
	  font-size: 18px;
	}

	.postscarousel .postitem .postitem-img, .relatedcarousel .postitem .postitem-img { height: 60%;}
	.postscarousel .postitem:not(.isvideo) .postitem-text, .relatedcarousel .postitem:not(.isvideo) .postitem-text { height: 40%; padding: 8px 18px; }
}

@media screen and (max-width: 991px) {
	.hero-title { font-size: 4rem; line-height: 4.35rem; margin-bottom: 1.5rem; }
	.hero-description { font-size: 1.65rem; line-height: 2.35rem; }
	.navbar-toggler-icon { width: 1.5em; height: 1.5em;     border-radius: 0;}
	.navbar-toggler { border-radius: 0;}



}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.postscarousel .postitem,
	.relatedcarousel .postitem {
		width: 223px;
		height: 235px;
	}

	.about-section-fixed .px-50 {
	    padding-left: 15px;
	    padding-right: 15px;
	}

	.aboutfixed .about-title { font-size: 38px; line-height: 44px; }
}

@media screen and (max-width: 767px) {
	.show-in-mobile { display: block;}
	#homepage-hero .hero-title,
	#innerpage-hero .hero-title { font-size: 1.8rem; line-height: 2.1rem; margin-bottom: 1rem; }

	.hero-description { font-size: 1.25rem; line-height: 1.5rem; }
	#homepage-hero .hero-description { font-size: 1.5rem; margin-top: 1rem; margin-bottom: 1rem;}

	#footermenu li, .footer-1 ul.menu li { display: block; margin: auto;}

	/*.about-section h2,
	.postscarousel h2, 
	.relatedcarousel h2,
	.callout-boxes h2,
	.single h2.entry-title,
	.relatedaffiliate h2,
	.aboutfixed .about-title {
		font-size: 36px;
		line-height: 44px;
	}*/

	.postscarousel .postitem,
	.relatedcarousel .postitem {
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}

	.postscarousel .postitem .postitem-img, .relatedcarousel .postitem .postitem-img { height: 57%;}
	.postscarousel .postitem:not(.isvideo) .postitem-text, .relatedcarousel .postitem:not(.isvideo) .postitem-text { height: 43%; }

	.postscarousel .doodle-right, 
	.aboutfixed .abt-fxd-doodle-top,
	.text-with-doodle .right-doodle { right: 0;}
.postscarousel .doodle-right{ z-index: -1;}
	.aboutfixed .about-title { margin-top: 2rem;}

	.text-with-doodle .section-text.mx-5.px-5 {
	    margin-left: 0 !important;
	    margin-right: 0 !important;
	    padding-left: 35px !important;
    	padding-right: 35px !important;
	}

	.navbar-brand img {
	    max-width: 230px;
	}

	.quote .quote-text.mx-5.px-5,
	.quote .quote-author.mr-5.pr-5 {
	    padding-left: 1.85rem!important;
	    padding-right: 0!important;
	    margin-left: 30px!important;
	    margin-right: 30px !important;
	}

	.cards {
		padding-top: 15px;
		padding-bottom: 15px;
	}

}
.wp-block-media-text .wp-block-media-text__content{
	padding: 0px!important;
}

/* Requested by Jefferson 5/24/2021 added by ScottM  */
#main-menu a{ font-weight:bold !important }
#main-menu li:hover ul{ display:block; }

#main-menu ul li a{ 
	font-family: Montserrat;
	color:#000;
}
#main-menu .dropdown-menu {
	background-color: #EF3340;
    border: none;
    border-radius: 0;
	margin: 0;
}
#main-menu .dropdown-menu a{ 
	color:#fff; 
	text-decoration:none;
}
#main-menu .dropdown-menu a:hover{ 
	text-decoration:none !important;
}
#main-menu .dropdown-menu .dropdown-item:focus, #main-menu .dropdown-menu .dropdown-item:hover{ 
	background-color: #EF3340;
	text-decoration:none;
}


.dropdown-toggle::after {
	display:none;
    border-top: 0.4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #00000000;
}

.content-width{ 
	display:block;
	max-width: 1110px;
	margin: 0 auto;
}

h2.padding_bottom_10px{
	padding-bottom: 10px;
}
h2.upcoming_events{
	padding-top:30px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-top: 0 !important;
	padding-bottom: 75px !important;
	min-height: unset !important;
}

#news_clips .news-clip-title{
	font-family: Gotham;
    font-size: 45px;
    text-transform: none;
    line-height: 50px;
    font-weight: 400;
}
#news_clips a.news-clip-title:hover{ text-decoration:none !important; }
#news_clips a.inline-more:hover{ color: #79D64B !important; }
.news-clip-date{
	font-family: Gotham;
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	line-height: 18px;
	font-weight: 400;
}


.is-style-darkbutton .btn{
	/* font-family: 'Gotham',sans-serif; */
	/* font-family: Gotham; */
}


.rt-wpls .slick-slide img {
    margin: 0 auto;
}

#mapwrapper{
    font-family: Gotham !important;
	color:#000;
}
.stateinfo h1 {
    padding: 28px 25px;
}
#mapbase svg {
     -webkit-filter: unset !important;
     filter: unset !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-datetime-featured-text, .tribe-common .tribe-common-c-svgicon{
	color: #79D64B !important;
}
.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after{
	background-color: #79D64B !important;
}


.is-style-darkbutton .btn:hover, .is-style-darkbutton .btn:focus {
    background-color: #79D64B !important;
	border-color: #79D64B !important;
	color:#fff !important;
}


@media screen and (min-width: 992px) {
	.content-width{ width:50%; }
	#homepage-hero .herobackgroundimg{ min-height: 550px; }
	.home .about-section .row{ min-height: 450px; }
}
@media screen and (max-width: 991px) {
	#homepage-hero .hero-title { 
		font-size: 3.8rem !important;
    	line-height: 4.1rem !important;
    	margin-bottom: 1rem !important;
	}
}
@media screen and (min-width: 768px) {	
  	#mapbase svg {
    	height:520px;
  	}
}
@media screen and (max-width: 767px) {
	#homepage-hero .hero-title { 
		font-size: 2.8rem !important;
    	line-height: 3.1rem !important;
    	margin-bottom: 1rem !important;
	}
	h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
    	padding: 1.25em .8em;
	}
	h2, h2 a.unset {
    	font-size: 35px !important;
		line-height: 42px !important;
	}
	h3, h3 a.unset {
    	font-size: 20px !important;
	}
}

#wrapper-footer .widget_bkg_nb_widget .subscribe-block{
	background:transparent;
	margin: 0 auto 0px;
}
#wrapper-footer .widget_bkg_nb_widget .subscribe-block h2 {
	line-height: 35px;
    font-weight: 400;
	color:  #ffffff;
	margin-bottom: 15px;
	font-size:30px;
}

#wrapper-footer .subscribe-block .subscribe-box .receive_form input[type=email] {
	padding:  5px 4px;
	font-family:  'ff-ernestine-pro',serif;
	line-height: 2rem;
	vertical-align:  middle;
}
#wrapper-footer .footer-socials{
	margin-bottom: 0;	
}
#wrapper-footer .footer-socials figure{ 
    display: inline-block;
    padding: 40px 2px 0;
    max-width: 21%;
}
.column_border .gb-block-layout-column{border-right:1px solid #000;border-left:1px solid #000;padding:20px;}
.column_border .gb-block-layout-column:nth-child(even){border-left:0px;}
.column_border{border-top:1px solid #000;border-bottom:1px solid #000}
@media only screen and (min-width:320px) and (max-width:767px) {
.column_border .gb-block-layout-column{border:1px solid #000;padding:20px;}	
.column_border .gb-block-layout-column:nth-child(even){border-top:0px;border-bottom:0px;border-left:1px solid #000;}
.column_border{border-top:0px solid #000;border-bottom:1px solid #000}
}


.rt-wpls .single-logo-container {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

.single-logo-container> * {
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    max-width: 100%;
    height: auto;
    display: inline-block;
}

