/*
 Theme Name:   NGSAA Child
 Description:  A child theme of NGSA WordPress theme.
 Author:       Beekeeper Group Team
 Template:     ngsaa
 Version:      1.0.1
 License:     GNU General Public License v2 or later
 Text Domain: ngsa-child
*/

@import url("../ngsa/style.css");
body
{
	font-family: "nimbus-sans",sans-serif;
	font-size: 18px;
	line-height: 24px;
}
p a {
    color: #0277BD;
}
 h4 {
 	font-size: 30px;
 	font-family: "nimbus-sans",sans-serif;
 }
  h5 {
 	font-size: 24px;
 	font-family: "nimbus-sans",sans-serif;
 }
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

/** HEADER **/
.primary-menu > li {
	text-decoration:none;
}
div#n2-ss-1 .n2-font-9071e07dc039838d57ea79da9e678ccd-hover {font-family: "nimbus-sans",sans-serif !important;letter-spacing: 0px !important;}

.header-navigation-wrapper nav ul li a {
	color: #000 !important;
}
 #site-header.fixed.header-light .header-navigation-wrapper nav ul li a , #site-header.header-light .header-navigation-wrapper nav ul li a {
	color: #000 !important;
	 text-decoration: none !important;
}
 #site-header.header-transparent .header-navigation-wrapper nav ul li a {
	color: #000 !important;
	 text-decoration: none !important;
}
#site-header.header-transparent.fixed{
	background-color:#fff !important; 
}
 #site-header.fixed .header-navigation-wrapper nav ul li a {
	color: #000 !important;
}
#site-header .header-navigation-wrapper nav ul.sub-menu li a{
	color:#fff !important;
}
#site-header .header-navigation-wrapper nav ul.sub-menu li a:hover{
	color:#43b5dd !important;
}
#site-header.fixed .header-navigation-wrapper nav ul.sub-menu li a , #site-header.header-light .header-navigation-wrapper nav ul.sub-menu li a{
	    color: #fff !important;
}
#site-header.fixed .header-navigation-wrapper nav ul li.current-menu-item > a , #site-header.header-light .header-navigation-wrapper nav ul li.current-menu-item > a{
	    color: #43b5dd !important;
}
#site-header.fixed .header-navigation-wrapper nav ul.sub-menu li a:hover, #site-header.header-light .header-navigation-wrapper nav ul.sub-menu li a:hover{
	color: #43b5dd !important;
}
.header-inner.section-inner {
    padding: 10px 0;
}
/* .main-page {
    padding-top: 60px;
} */
.home .main-page {
    padding-top: 0px;
}
/* .header-footer-group {
    box-shadow: 0px 2px 6px #e1e1e1;
} */
section.p-section
{
	padding: 0 !important;
}
section.p-section > div > div {
    padding: 40px 0;
}
.header-transparent {
    box-shadow: none;
}
.header-navigation-wrapper nav ul li a:hover,
.header-navigation-wrapper nav ul li a:focus,
.header-navigation-wrapper nav ul li.current-menu-item a {
	text-decoration: none;
	color: #43b5dd !important;
}

header.header-home-header {
	position: absolute !important;
	width: 100%;
	background-color: transparent !important;
}
header.header-transparent{
	position:relative;
	background-color:transparent !important;
}
header.header-home-header .header-navigation-wrapper nav ul li span.icon {
    display: none;
}
header.header-home-header .header-navigation-wrapper nav ul li a {
	color: #fff !important;
}

header.header-home-header .header-navigation-wrapper nav ul li a:hover,
header.header-home-header .header-navigation-wrapper nav ul li a:focus,
header.header-home-header .header-navigation-wrapper nav ul li.current-menu-item a {
	text-decoration: none;
	color: #43b5dd !important;
}
header.header-light{
	background-color: #fff !important;
}
.hero-section {
	padding-bottom: 0px;
}

.container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}

.slider-item {
	width: 100%;
	height: 600px;
	background-color: #efefef;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.slider-item-content {
	display: flex;
	display: -webkit-flex;
	height: 100%;
	align-items: flex-end;
	padding: 20px;
}

.slider-item-content h2 {
	margin: 0;
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
	padding-bottom: 40px;
	position: relative;
}

.slider-item-content h2 a {
	text-decoration: none;
	color: #fff;
}

.slider-item-content h2:after {
	content: '';
	height: 8px;
	width: 70px;
	background-color: #ffca28;
	display: block;
	position: absolute;
	bottom: 10px;
}

.hero-section:before {
	content: '';
	background-color: rgba(0, 0, 0, 0.63);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	display: block !important;
	left: 0;
}

.hero-section .wpb_column.vc_column_container.vc_col-sm-12 {
	position: relative;
	z-index: 2;
}

.hero-heading {
	font-size: 82px;
	color: #fff;
	font-weight: 400;
}
.hero-heading h2{
	font-size: 82px;
	color: #fff;
	font-weight: 400;
}
.call-out-section>.vc_column-inner {
	padding-top: 0 !important;
}

.call-out-section {
	margin-top: -60px;
	z-index:3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

.drak-heading {
	margin-bottom: 20px;
	font-size: 34px;
	color: #404040;
	font-weight: 400;
}

.issues-slider-main .owl-dots {
	display: block;
	text-align: center;
	padding: 30px 0;
}

.issues-slider-main .owl-dots button.owl-dot {
	height: 12px;
	width: 12px;
	border: 2px solid #0277BD !important;
	border-radius: 100%;
	margin: 5px;
	padding: 1px !important;
	box-sizing: border-box;
}

.issues-slider-main .owl-dots button.owl-dot:focus {
	outline: none;
}

.issues-slider-main .owl-dots button span {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	border-radius: 100%;
	margin: 0 auto;
}

.issues-slider-main .owl-dots button.active span {
	background-color: #ffca28;
}
.issues-slider-text {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 400;
}
.hover-image-text-wrap {
	position: absolute;
	bottom: 0;
	margin-bottom: 0 !important;
	width: 100%;
	padding: 0 15px;
	height: 100%;
	cursor: pointer;
	pointer-events: none;
}

.call-out-section>.vc_column-inner>.wpb_wrapper {
	position: relative !important;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	height: 100%;
	align-items: flex-end;
	justify-content: center;
}

.yellow-hover-image {
	margin-bottom: 0 !important;
}
/*
 .hover-image-text-wrap h3 {
	font-size: 34px;
	font-weight: 400;
	max-width: 310px;
	color: #fff;
	line-height: 38px;
	position: absolute;
	bottom: 60px;
	left: 40px;
}



.hover-image-text-wrap:before {
	content: '';
	background-color: rgba(255, 202, 40, 0.5);
	height: 100%;
	position: absolute;
	top: 0;
	display: block;
	width: calc(100% - 25px);
	margin: 0 auto;
	left: 12px;
	opacity: 0;
	pointer-events: none;
}

.hover-image-text-wrap.become-member-text-wrap:before {
	width: 100%;
	left: 0px;
}

.analysis-image figure>a:before {
	content: '';
	background-color: rgba(2, 119, 189, 0.3);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
}

.analysis-image figure>a {
	position: relative;
}

.call-out-section:hover .hover-image-text-wrap:before {
	opacity: 1;
}

.call-out-section:hover .hover-content img {
	opacity: 1;
}

.hover-image-text-wrap h3:before {
	content: '';
	height: 8px;
	width: 70px;
	background-color: #ffca28;
	display: block;
	position: absolute;
	bottom: -20px;
}

.call-out-section:hover .hover-image-text-wrap h3:before {
	opacity: 0;
}
 */
.cta-wraper {
    position: relative;
}

.hover-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    padding: 40px;
}

.hover-content h3 {
    font-size: 34px;
    font-weight: 400;
    max-width: 310px;
    color: #fff;
    line-height: 38px;
    position: absolute;
    bottom: 60px;
    left: 40px;
}

.hover-content h3:before {
    content: '';
    height: 8px;
    width: 70px;
    background-color: #ffca28;
    display: block;
    position: absolute;
    bottom: -20px;
}

.hover-content:before {
    content: '';
    background-color: rgba(255, 202, 40, 0.5);
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    margin: 0 auto;
    left: 0;
    opacity: 0;
    pointer-events: none;
}

.cta-wraper:hover .hover-content:before {
    opacity: 1;
}

.cta-wraper:hover .hover-content h3:before {
    opacity: 0;
}

.cta-wraper:hover .hover-content img {
    opacity: 1;
}

.cta-image img {
    width: 100%;
}
.cta-image {
    min-height: 200px;
}

.cta-image img {
    min-height: 200px;
}
.cta-image {
    position: relative;
    max-height: 450px;
    overflow: hidden;
}


.cta-image:before {
    content: '';
    background-color: rgba(2, 119, 189, 0.3);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

.hover-content img {
	position: absolute;
	top: 40px;
	right: 40px;
	opacity: 0;
}
.callout-wrapper .cta-image {
    max-height: 100%;
}

.white-heading {
	font-size: 50px;
	margin-bottom: 30px;
	color: #fff;
	line-height: 52px;
}

.home-about-text {
	padding: 20px 40px;
}

.blue-text p {
	font-size: 24px;
	line-height: 34px;
	font-weight: 300;
	color: #1E376C;
}

.home-about-icon-title {
	text-align: center !important;
	margin-bottom: 30px;
	font-size: 18px;
	color: #404040;
	font-weight: 400;
	font-family: "starling";
}

.theme-blue-btn a {
	background-color: #0277C4 !important;
	color: #fff !important;
	text-transform: uppercase;
	padding: 16px 36px !important;
	background-image: none !important;
	font-size: 16px !important;
	font-weight: 500;
	line-height: 16px !important;
}

.theme-blue-btn a:hover,
.theme-blue-btn a:focus {
	background-color: #165b89 !important;
}

.theme-blue-btn {
	margin-bottom: 0 !important;
}

.news-section {
	padding: 40px 15px;
}

.custom-row {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-left: -28px;
	margin-right: -28px;
	justify-content: center;
}

.new-col {
	flex: 0 0 33%;
	-webkit-flex: 0 0 33%;
	padding: 0 14px;
}

.new-col.first-col p {
	color: #404040;
	font-size: 18px;
	line-height: 24px;
	font-family: "starling";
}

.news-grid {
	position: relative;
	margin-bottom: 28px;
}

.news-image {
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
}

.news-content {
	position: absolute;
	bottom: 0;
	background-color: #fff;
	width: calc(100% - 60px);
	padding: 20px;
}

.news-content h2 a {
	color: #404040;
	letter-spacing: 0px;
	text-decoration: none;
	font-weight: 400;
	line-height: 15px;
	text-transform: uppercase;
}

.news-content h2 {
	font-size: 12px;
	margin-bottom: 5px;
}

p.date {
	font-size: 12px !important;
	margin-bottom: 0 !important;
	color: #0277BD !important;
	font-family: "starling";
	font-style: italic;
}
.pt-resources-content p.date
{
	max-width: 100%; 
}
.news-image img {
	width: 100%;
}

.blue-heading {
	font-size: 50px;
	margin-bottom: 30px;
	color: #0277BD;
	line-height: 52px;
}

.first-col {
	margin-bottom: 28px;
}

.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
	padding-top: 0 !important;
}
.widget_text p, .widget_text ol, .widget_text ul, .widget_text dl, .widget_text dt, .widget-content .rssSummary {
    font-family: "starling";
}
.main-footer {
	background-color: #0277BD;
	padding: 144px 0 40px 0;
}
.home.main-footer
{
	padding: 144px 0 40px 0;
	margin-top: -64px;
}
.footer-col {
	padding: 0 14px;
}

.footer-form-header h2 {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	line-height: 38px;
}

.footer-form-header p {
	color: #fff;
	font-size: 16px;
	font-style: italic;
}

.footer-contact-form .form-field input {
	background-color: transparent;
	border: 0;
	border-bottom: 2px solid #ffca28;
	color: #fff !important;
	padding: 10px 10px 10px 0;
	font-size: 16px;
	font-weight: 300;
}

.footer-contact-form .form-field input:focus {
	outline: none;
	font-size: 16px;
	font-weight: 300;
}

.footer-contact-form .form-field input::-webkit-input-placeholder {
	/* Edge */
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}

.footer-contact-form .form-field input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}

.footer-contact-form .form-field input::placeholder {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}

.footer-contact-form .form-field {
	margin-bottom: 20px;
}

.footer-contact-form .form-field.submit-btn input {
	border: 1.25px solid #fff;
	border-radius: 1px;
	padding: 14px 37px;
	line-height: normal;
	font-size: 14px;
	text-decoration: none;
}

.footer-contact-form .form-field.submit-btn input:hover,
.footer-contact-form .form-field.submit-btn input:focus {
	background-color: #ffca28;
	border-color: #ffca28;
}

.footer-contact-details p strong {
	font-family: "nimbus-sans";
	margin-bottom: 15px;
	display: inline-block;
}

.footer-contact-details p {
	color: #fff;
	margin-bottom: 0;
	font-size: 14px;
}

.footer-clng-box {
	display: flex;
	display: -webkit-flex;
}

.footer-clng-box p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 0;
}

.footer-clng-box a {
	color: #fff;
	font-size: 14px;
	font-family: "starling";
	display: inline-block;
	margin-top: 20px;
}

.footer-clng-box p strong {
	font-family: "nimbus-sans";
	display: inline-block;
	margin-bottom: 15px;
}

.clng-logo {
	max-width: 160px;
	padding: 0 0 0 20px;
}

.clng-ref-text {
	padding: 0 15px 0 0;
}

.footer-widget-wrap .menu li {
	display: inline-block;
}

.footer-widget-wrap .menu li a {
	font-size: 14px;
	font-weight: 400;
	font-family: "nimbus-sans";
	color: #ffca28;
}

.footer-widget-wrap .menu {
	display: inline-block;
}

div#text-2 {
	display: inline-block;
}
.contact_us-form .wpcf7-form-control.wpcf7-submit {
    background-color: #0277bd;
}
div#nav_menu-2 {
	display: inline-block;
	margin-top: 0;
}

p.footer-copyright {
	font-size: 14px;
	margin-right: 15px;
	color: #ffca28;
	font-family: "nimbus-sans";
	font-weight: 400;
}

.footer-widget-wrap .menu li {
	padding: 0 10px;
	position: relative;
}

.footer-widget-wrap .menu li:after {
	content: '|';
	color: #ffca28;
	position: absolute;
	right: -5px;
	font-size: 12px;
	top: 5px;
}

.footer-widget-wrap .menu li:last-child:after {
	display: none;
}

.footer-bottom {
	padding-top: 40px;
}

.footer-col.col-70 {
	flex: 0 0 70%;
	-webkit-flex: 0 0 70%;
}

.footer-col.col-30 {
	flex: 0 0 30%;
	-webkit-flex: 0 0 30%;
}

.footer-widget-wrap.mw-320 {
	max-width: 350px;
}
#site-header {
    z-index:4;
}


/* INTERNAL PAGE **/
.page-banner h1, h1.dark-heading, h1.lp-heading
{
    font-size: 70px;
    line-height: 72px;
    font-weight: 400;
    color: #0D47A1;
    position: relative;
}

.page-banner h1:after, h1.dark-heading:after, .lp-heading:after
{
	content: '';
	width: 70px;
	height: 8px;
	background-color: #FFCA28;
	display: block;
	margin-top: 30px;
	position: relative;
}
h1.lp-heading
{
	color: #fff;
	margin-bottom: 50px;
}
h1.dark-heading
{
	margin-bottom: 50px;
    margin-top: 50px;
}
.page-banner {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    min-height: 310px;
    background-color: #ECEFF1;
    margin-bottom: 40px;
    background-size: cover;
    background-repeat: no-repeat;	
}
.home header#site-header.fixed {
    background: #fff !important;
}
#site-header.fixed{
position: fixed !important;
/*     background: #fff !important; */
/*     box-shadow: 0 1px 10px 1px #ddd; */
	width:100%;
	
}
.page-banner + .main-page{
	padding-top:0 !important;
}
.header-transparent ~ .main-page{
	padding-top:30px;
}
.page-banner .container {
    width: 100%;
}
body.home .header-transparent ~ .main-page {
    padding-top: 0px;
}

.page p,
.internal-page p,
.pt-landing-page-main p,
.pt-resources-content p
{
    font-size: 18px;
    line-height: 24px;
    color: #1E376C;
}

.internal-callout {
    padding: 75px 0;
}

.h1-heading,
.h2-heading 
{
    font-size: 50px;
    line-height: 52px;
    font-weight: 600;
    position: relative;
    margin-bottom: 35px;
    color: #0277BD;
}
.h1-heading
{
	font-size: 70px;
    line-height: 72px;
}
.h1-heading:after,
.h2-heading:after
{
    content: '';
    width: 70px;
    height: 8px;
    background-color: #81D4FA;
    display: block;
    margin-top: 30px;
    position: relative;
}

.h1-heading.light-heading,
.h2-heading.light-heading 
{
    color: #fff;
}

.h1-heading.light-heading:after,
.h2-heading.light-heading:after 
{
    background-color: #ffca28;
}
.h2-simple-heading 
{
    font-size: 50px;
    line-height: 52px;
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
    color: #0277BD;
}
.callout-content p{
    width: 90%;
    margin: 0 auto;
}
.contact_us-form .wpcf7-form {
	max-width: 600px;
	margin: 0 auto;
}
.contact_us-form .wpcf7-form .wpcf7-form-control {
    padding: 1rem 1.8rem;
    margin-top: 10px;
}
.contact_us-form .wpcf7-form label {
    font-size: 12px;
}
.contact_us-form .wpcf7-form p { margin: 0; }
.contact_us-form .wpcf7-form-control.wpcf7-submit {
	margin: 30px auto;
    display: block;
	text-decoration: none;
	font-size: 13px;
    padding: 1.5rem 2.8rem;
}
.contact_us-form .wpcf7-form-control.wpcf7-submit:hover {
    text-decoration: none;
    background: #08529b;
}
.rr-content p {
    max-width: 500px;
    font-size: 18px;
    line-height: 24px;
    font-family: "starling";
    color: #404040;
}

.rr-content {
    padding-bottom: 40px;
}

.related-resources-row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.resource-grid {
    padding: 0 15px;
    flex: 0 0 33%;
}

.related-resource-info h3, .related-resource-info h3 a {
    font-size: 15px;
    line-height: 18px;
    color: #404040;
    text-decoration: none;
    font-weight: 400;
}

.related-resource-info {
    padding: 10px 0;
}

.related-resource-info h3 a:hover {
    color: #0277bd;
}

.resource-grid-image {
    height: 400px;
    overflow: hidden;
}

.resource-grid-image img {
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
	width: 100%;
}

.resource-grid-image:hover img {
    transform: scale(1.1);
}

.po-content p {
    max-width: 90%;
    margin: 0 auto;
}

.partner-organizations {
    margin-bottom: 40px;
}
.small-text p {
    font-size: 18px;
    line-height: 28px;
    font-family: "starling";
    color: #404040;
}
.pt-landing-page-main {
    padding: 40px 0 120px 0;
}
.pt-landing-page-main p,
.pt-resources-content p
{
    max-width: 90%;
    margin: 0 auto;
}
.post-row {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webit-flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.c-post-grid {
    padding: 0 15px;
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    margin-bottom: 100px;
}

.c-post-grid a {
    display: block;
    text-decoration: none;
}

.c-post-inner {
    height: 600px;
    position: relative;
    max-width: calc(100% - 30px);
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-end;
    padding: 50px 30px;
    background-repeat: no-repeat;
    background-size: cover;
}

.c-post-inner h4 {
    color: #fff;
    font-size: 34px;
    line-height: 38px;
    font-weight: 400;
    text-decoration: none;
}

.c-post-inner:after {content: '';background-color: rgba(2, 119, 189, 0.3);position: absolute;top: 0;width: 100%;height: 100%;left: 0;}

.c-post-content {
    position: relative;
    z-index: 2;
}

.pt-resources-section {
    padding: 40px 0 80px 0;
}

.post-row .c-post-grid:nth-child(odd) {
    margin-top: -50px;
}

.post-data-wrap {
    margin-top: -20px;
}
/** END INTERNAL PAGE **/

/** STAFF **/
.cus-row {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.cus-col-3 {
    flex: 0 0 33%;
    -webkit-flex: 0 0 33%;
    padding: 0 15px;
}
.cus-col-3.member-col {
    margin-bottom: 40px;
}
.member-grid {
    margin-bottom: 20px !important;
}

h4.member-name {
    font-size: 18px;
    color: #0277bd;
    text-align: center;
}

.member-info {
    padding: 10px;
}

.member-logo img {
    max-width: 300px;
    display: inline-block;
}

.member-logo {
    text-align: center;
}
.cus-col-2 {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    padding: 0 15px;
}

.staff-image {
    height: 100%;
    background-size: cover;
    background-position: center top;
    max-width: 350px;
    margin: 0 auto;
}

.staff-image:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

h4.staff-name {
    font-size: 18px;
    margin-bottom: 10px;
    color: #0277bd;
}

.staff-content p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    color: #1E376C;
}

.media-link {
    padding: 10px 0;
}
.staff-grid {
    margin-bottom: 60px;
}
.staff-row .cus-row:nth-child(even) {
    flex-direction: row-reverse;
}
.staff-content a {
    font-size: 15px;
}
.staff-content {
    max-width: 350px;
}
.callout-content.sm-text p {
    /*font-size: 15px;*/
}
.staff-row {
    padding: 30px 0;
}
.staff-row .cus-row {
    align-items: center;
	max-width: 800px;
    margin: 0 auto 60px auto;
}
.staff-content p.staff-bio {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0;
}
.callout-content p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    color: #1E376C;
}
.bod-image:after {content: '';display: block;padding-bottom: 100%;}

.bod-image {
    background-size: cover;
    width: 100%;
    margin-bottom: 10px;
}

.bod-info .member-name {
    text-align: left;
}

p.bod-title {
    font-size: 18px;
    line-height: 24px;
    color: #1E376C;
}

.bod-member-col {
    margin-bottom: 30px;
}
.cus-row.staff-grid.right {
    flex-direction: row-reverse;
}
/** END STAFF **/

h2#n2-ss-1item2 {font-family: "nimbus-sans",sans-serif !important;font-size: 82px !important;line-height: 72px !important;letter-spacing: normal !important;}

h5#n2-ss-1item3 {
    font-family: "nimbus-sans",sans-serif !important;
    font-size: 36px !important;
    line-height: 42px !important;
    letter-spacing: normal !important;
    padding-left: 2.4em !important;
}
.home-callout {
    margin-bottom: -100px !important;
}
.h4-heading {
    font-size: 22px;
    line-height: 28px;
    color: #0277bd;
}
.header-inner .toggle{
	outline:none;
	box-shadow:none;
}

.dataTables_filter {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    float: none;
    width: 100%;
    flex-direction: row-reverse;
    align-items: center;
}

.dataTables_filter span.posts-table-reset {
    flex: 0 0 100px;
    margin-right: 0 !important;
    margin-left: 20px !important;
    font-size: 15px;
}

.dataTables_filter label {flex-grow: 1;text-align: left;}

.dataTables_filter label input[type=search] {
    width: calc(100% - 110px) !important;
}

table.posts-data-table {
    font-size: 15px;
    border-bottom: 0 !important;
    border: 0;
}

table.posts-data-table thead tr th {
    border-bottom: 0;
	padding: 8px 10px;
}

table.posts-data-table thead {
    background-color: #81d4fa;
    color: #fff;
}

table.posts-data-table tbody tr:nth-child(odd) {
    background-color: #eceff1;
}

.post-table .dataTables_wrapper {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

.post-table .dataTables_wrapper div#myTable_filter {
    flex: 0 0 66.66%;
    padding: 0 5px;
}

.post-table .dataTables_wrapper .dropdown {
    flex-grow: 1;
    padding: 0 5px;
}

.post-table .dataTables_wrapper .reset {
    flex: 0 0 90px;
    text-align: right;
}

.post-table .dataTables_wrapper .dropdown select {
    width: 100%;
	font-size: 14px;
    padding: 5px 8px;
    margin-bottom: 0px;
    border: 1px solid #dbdbdb;
}

.post-table .dataTables_wrapper table#myTable {
    flex: 0 0 100%;
	padding: 0 5px;
    margin-top: 20px;
    border: 0;
}

.post-table .dataTables_wrapper div#myTable_length {
    flex: 0 0 33%;
    padding: 10px 5px;
}


.post-table .dataTables_wrapper div#myTable_filter label {
    font-size: 0;
	margin-bottom: 0;
	line-height: 0;
}

.post-table .dataTables_wrapper div#myTable_filter input {
    width: 100% !important;
    margin: 0;
	padding: 5px 10px;
    font-size: 14px;
}
.post-table table thead tr th {
    background-color: #81d4fa;
    color: #fff;
}

.post-table table thead tr th, .post-table table tr td {
    padding: 5px 10px !important;
    font-size: 15px;
}

.post-table table thead tr th {
    border-bottom: 0;
}
.post-table table tr.even td {
    background-color: #fff !important;
	/* border-bottom: 0 !important; */
    border-top: 0 !important;
}
.post-table table tr.odd td {
    background-color: #eceff1 !important;
}
.post-table {
    padding: 20px 0;
}


.learnmore-para .sectionText {
    margin-bottom: 40px;
}

.new-col.learnmore-col {
    margin-bottom: 40px;
}
.news-content a h2 {
    color: #404040;
    letter-spacing: 0px;
    text-decoration: none;
    font-weight: 400;
    line-height: 15px;
    text-transform: uppercase;
}

.news-content a {
    text-decoration: none;
}
.icon-heading {
    text-align: center !important;
    margin-bottom: 30px;
    font-size: 18px;
    color: #404040;
    font-weight: 400;
    font-family: "starling";
}
.icon-image {
    height: 150px;
}


/**Accordion**/
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-modern .vc_tta-panel {
    margin-bottom: 10px;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body{
	border-color: #ECEFF1 !important;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: #ECEFF1 !important;
    }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-modern .vc_tta-panel-title a {
    background: #ECEFF1;
    /*font-size: 22px;*/
    color: #0277BD !important;
    font-weight: normal;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-controls-icon::after, .wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-controls-icon::before {
    border-color: #0277BD !important;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #0277BD !important;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body h5{
	/*font-size: 20px;*/
    color: #0277BD !important;
    padding-bottom: 15px;
}
.blue-text p {
    font-weight: 400;
}

table#myTable thead tr th {
    min-width: 150px;
}
#myTable_paginate {
    display: block;
    text-align: center;
    width: 100%;
}

#myTable_paginate a {
    padding: 2px 10px;
    background-color: #81d4fa;
    margin: 0 3px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}

#myTable_paginate a:hover, #myTable_paginate a:focus {
    background-color: #0277bd;
}
/** MEDIA QUERIES **/
@media only screen and (max-width: 1200px){
	.container {
		max-width: 990px;
	}
}
@media only screen and (max-width: 1024px){
	.container {
		max-width: 800px;
	}

	.footer-col.col-70 {
		flex: 0 0 50%;
	}

	.footer-col.col-30 {
		flex: 0 0 50%;
	}

	.footer-widget-wrap.mw-320 {
	}

	.news-image {
		height: 280px;
	}

	.new-col.first-col p {
		font-size: 16px;
		line-height: 18px;
	}
	.slider-item
	{
		height: 420px;
	}
	.resource-grid-image {
		height: 240px;
	}
	.c-post-inner {
		height: 400px;
	}

	.c-post-inner h4 {
		font-size: 24px;
		line-height: 28px;
	}
}

@media only screen and (max-width: 992px){
	#site-header {
		z-index: 4;
	}

	.header-inner {
		padding: 10px 0;
	}

	.toggle-inner {
		font-size: 18px;
		color: #81d4fa;
	}
	.transparent-header .toggle-inner {
		color: #fff;
	}

	.toggle-text {
		color: #fff !important;
	}

	button.toggle.close-nav-toggle {
		padding: 20px 0;
		outline:none;
		box-shadow:none;
	}

	.modal-menu li a {color: #333;text-decoration: none;}

	.modal-menu li.current_page_item a {
		text-decoration: none !important;
		color: #0277BD;
	}
	.page-banner h1 {
		font-size: 48px;
	}

	.h2-heading {
		font-size: 42px;
	}
	.c-post-grid {
		margin-bottom: 40px;
	}
	.cus-col-3.bod-member-col {
		flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
	}
}

@media only screen and (max-width: 800px){
	.new-col {
		flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
	}
	.news-image {
		height: 400px;
	}
	.container {
		max-width: 90%;
	}
	.page-banner h1 {
		font-size: 36px;
	}

	.h2-heading {
		font-size: 30px;
	}
	.cus-col-3.member-col {
		flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
	}

	.member-logo img {
		max-width: 300px;
	}
	
	h2#n2-ss-1item2 {
		font-size: 42px !important;
		line-height: 48px !important;
	}

	h5#n2-ss-1item3 {
		font-size: 24px !important;
		line-height: 28px !important;
		padding-left: 1.8em !important;
	}

}
@media only screen and (max-width: 600px){
	.container {
		max-width: 100%;
		padding: 0 30px;
	}
	.footer-col.col-70, .footer-col.col-30 
	{
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
	}
	.new-col {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
	}
	.news-content
	{
		width: 100%;
	}
	.footer-widget-wrap .menu li:first-child {
		padding-left: 0;
	}
	.footer-widget-wrap.mw-320
	{
		max-width: 100%;
	}
	.resource-grid
	{
		flex: 0 0 100%;
	}
	.c-post-grid {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
	}

	.post-row .c-post-grid:nth-child(odd) {
		margin-top: 0;
	}
	.new-col {
		padding: 0;
	}
	.c-post-grid {
    padding: 0;
	}

	.c-post-inner {
		max-width: 100%;
	}

	.pt-landing-page-main p, .pt-resources-content p {
		max-width: 100%;
		font-size: 20px;
		line-height: 28px;
	}
	.cus-col-3.member-col {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
	}

	.member-logo img {
		max-width: 100%;
	}
	.cus-col-2 {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
	}

	.staff-content {
		padding: 20px 0px;
	}

	.staff-grid {
		margin-bottom: 20px;
	}
	.callout-content p
	{
		width: 100%;
	}
	.vc_custom_1586956244853 {
		padding-top: 0 !important;
	}
	.cus-col-3.bod-member-col {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
	}
		h2#n2-ss-1item2 {
		font-size: 32px !important;
		line-height: 36px !important;
	}

	h5#n2-ss-1item3 {
		font-size: 18px !important;
		line-height: 22px !important;
	}
}
.rr-section {
	margin-bottom: 40px;
}

section.callout-section.internal-page-section {
	padding: 0 0 40px 0 !important;
}


.page-id-854 section.related-resources-section.internal-page-section {
    padding-bottom: 0;
}
.page-id-854 section.related-resources-section.internal-page-section .rr-section {
	margin-bottom: 0px;
}

.wpb_video_widget .wpb_wrapper iframe {
	width:100% !important;
	height:100% !important;
}

.display .dataTable {
	width: 100% !important;
}