/*!
Theme Name: base-theme
Author: dinkuminteractive
Author URI: https://dinkuminteractive.com/

Description: Base theme to start all projects

Version: 1.0.0
Last update: 06-02-2020
Tested up to:
minimum PHP version required: 7.1
Text Domain: base-theme

Normalizing styles, version: 8.0.1 https://necolas.github.io/normalize.css/ */


@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Libre+Franklin:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@font-face {
  font-family: 'Nexa W01 Bold';
  src: url('../fonts/NexaBold.eot');
  src: url('../fonts/NexaBold.woff2') format('woff2'),
       url('../fonts/NexaBold.woff') format('woff'),
       url('../fonts/NexaBold.ttf') format('truetype'),
       url('../fonts/NexaBold.svg#NexaBold') format('svg'),
       url('../fonts/NexaBold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ITCFranklinGothicW01-Bk 812647';
  src: url('../fonts/ITCFranklinGothicStd-Book.eot');
  src: url('../fonts/ITCFranklinGothicStd-Book.woff2') format('woff2'),
       url('../fonts/ITCFranklinGothicStd-Book.woff') format('woff'),
       url('../fonts/ITCFranklinGothicStd-Book.ttf') format('truetype'),
       url('../fonts/ITCFranklinGothicStd-Book.svg#ITCFranklinGothicStd-Book') format('svg'),
       url('../fonts/ITCFranklinGothicStd-Book.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'ITCFranklinGothicW01-Dm 812671';
  src: url('../fonts/FranklinGothic-DemiCmpr.eot');
  src: url('../fonts/FranklinGothic-DemiCmpr.woff2') format('woff2'),
       url('../fonts/FranklinGothic-DemiCmpr.woff') format('woff'),
       url('../fonts/FranklinGothic-DemiCmpr.ttf') format('truetype'),
       url('../fonts/FranklinGothic-DemiCmpr.svg#FranklinGothic-DemiCmpr') format('svg'),
       url('../fonts/FranklinGothic-DemiCmpr.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ITCFranklinGothicW01-Dm 812683';
  src: url('../fonts/ITCFranklinGothicStd-DmXCp.eot');
  src: url('../fonts/ITCFranklinGothicStd-DmXCp.woff2') format('woff2'),
       url('../fonts/ITCFranklinGothicStd-DmXCp.woff') format('woff'),
       url('../fonts/ITCFranklinGothicStd-DmXCp.ttf') format('truetype'),
       url('../fonts/ITCFranklinGothicStd-DmXCp.svg#ITCFranklinGothicStd-DmXCp') format('svg'),
       url('../fonts/ITCFranklinGothicStd-DmXCp.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important
}

.screen-reader-text:focus {
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto!important;
	clip-path: none;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

#primary[tabindex="-1"]:focus {
	outline: 0
}

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

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

.aligncenter {
	clear: both;
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 1.5em
}

body {
	background: #fff;
	font: 15px "Libre Franklin", sans-serif;
	line-height: 1.4em;
	color: #000000;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%
}

body.nav-opened {
	overflow: hidden
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.4em;
	font-family: 'Nexa W01 Bold';
}

:active,
:focus {
	outline: none!important
}

a {
	color: #007c99;
	-webkit-transition: all 0.2s ease;
	-khtml-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease
}

a:hover, a:focus {
	color: #003e4d;
}

img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic
}

iframe {
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	iframe {
		max-height: 300px;
	}
}

.form-control:focus {
	box-shadow: none;
	border-color: #29abe2
}

.btn {
	background-color: #f1f1f1;
	color: #333;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	font-family: "Bebas Neue", cursive;
	letter-spacing: 0.05em;
	font-weight: 700
}

.btn:hover {
	background-color: #e4e4e4
}

.btn--default {
	font-size: 20px;
	letter-spacing: 0.05em;
	min-width: 130px
}

.btn--blue {
	background-color: #002d55;
	color: white
}

.btn--blue-lt {
	background-color: #29abe2;
	color: white
}

.btn--blue-sm {
	padding-top: 3px;
	padding-bottom: 3px
}

.btn--orange {
	background-color: #f98a00;
	color: white
}

.btn--green {
	background-color: #77af35;
	color: white
}

.btn--gray {
	background-color: #ababab;
	color: white
}

.btn--big {
	font-size: 25px;
	min-width: 300px
}

.link-remore {
	color: #007c99;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.link-remore .fa-angle-right {
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-left: 3px;
	font-size: 17px
}

.link-remore:hover {
	opacity: 0.8;
	text-decoration: none;
	color: #f98a00
}

.link-remore:hover .fa-angle-right {
	right: -2px
}

.link-remore--orange {
	color: #f98a00
}

.link-remore--green {
	color: #77af35
}

.link-remore--blue {
	color: #29abe2
}

.title-block-lg {
	margin: 0;
	margin-bottom: 13px;
	display: block;
	padding: 0.8rem 0.7rem 0.4rem;
	color: white;
	font-family: 'ITCFranklinGothicW01-Dm 812683';
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.05em;
	font-weight: 700;
	background-color: #f98a00;
	text-shadow: 2px 2px 0 rgba(0,0,0,0.4);
	text-transform: uppercase;
}

.title-lg--blue {
	background-color: #002d55
}

.title-lg--sm-blue {
	background-color: #007c99
}

.title-lg--green {
	background-color: #77af35
}

.head-single__title {
	text-transform: uppercase;
	font-size: 27px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1;
	margin: 0;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5)
}

@media screen and (min-width:62em) {
	.head-single__title {
		font-size: 35px
	}
}

.title-unline {
	margin: 0;
	display: block;
	font-size: 29px;
	font-weight: 700;
	padding-bottom: 8px;
	margin-bottom: 16px;
	text-transform: uppercase;
	border-bottom: 2px solid #bbb
}

.title-unline--blue {
	color: #29abe2
}

.title-unline--orange {
	color: #f98a00
}

.title-unline--green {
	color: #77af35
}

.title-sm {
	margin: 0;
	display: block;
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 16px
}

.title-md-thin {
	font-size: 24px;
	display: block;
	font-family: "Bebas Neue", cursive;
	letter-spacing: 0.05em;
	font-weight: 700;
	margin-bottom: 0.5em
}

.title-xs {
	margin: 0;
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 16px
}

.post-list ol,
.post-list ul {
	padding-left: 20px;
	margin: 0
}

.main-content {
	background: url("../img/bg-paper.jpg") repeat top left
}

.wrapper {
	width: 100%;
	position: relative
}

.wrapper .wrapper-inner {
	transition: all 500ms cubic-bezier(0.25, 0.1, 0, 0.95);
	position: relative;
	width: 100%;
	display: block;
	margin-right: 0
}

.wrapper .mask-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.15);
	z-index: -1;
	opacity: 0;
	transition: all 350ms ease
}

.wrapper .wrapper-active {
	margin-right: -60%;
	float: right
}

.wrapper .wrapper-active .mask-wrapper {
	opacity: 1;
	z-index: 11
}

.wrapper .on-active-right .mask-wrapper {
	opacity: 1;
	z-index: 11
}

.space15 {
	height: 15px;
	display: block;
	width: 100%
}

.space20 {
	height: 20px;
	display: block;
	width: 100%
}

.space30 {
	height: 30px;
	display: block;
	width: 100%
}

.space35 {
	height: 35px;
	display: block;
	width: 100%
}

.space45 {
	height: 45px;
	display: block;
	width: 100%
}

.space60 {
	height: 60px;
	display: block;
	width: 100%
}

.color-box-1 {
	background-color: #53bbb4
}

.color-box-2 {
	background-color: #5cb860
}

.color-box-3 {
	background-color: #f9845b
}

.color-box-4 {
	background-color: #838cc7
}

.color-box-5 {
	background-color: #39add1
}

.color-box-6 {
	background-color: #3079ab
}

.color-box-7 {
	background-color: #e59a13
}

select.form-control {
	background-color: white;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding-right: 28px;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat, repeat;
	background-position: right 0.1em top 50%, 0 0
}

.form-control {
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}

#home-news-slider {
	background-color: #fff;
	padding: 0 10px 15px
}

#home-news-slider .carousel-inner {
	padding-bottom: 15px
}

#home-news-slider .item-image {
	height: auto;
	padding: 4px;
	text-align: center;
	width: 100%
}

#home-news-slider .item-image .attachment-featured-story-thumb {
	border: 1px solid #fff;
	height: auto;
	outline: 4px solid #999;
	width: 100%
}

#home-news-slider .item-title {
	font-size: 17px;
	height: 2.666em;
	margin-top: 15px;
	overflow: hidden;
	margin-bottom: 5px;
	line-height: 1.4
}

#home-news-slider .home-news-footer {
	text-align: right
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: left;
	border-top: 2px solid #ccc;
	padding: 5px 0;
	margin-top: 17px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #29abe2
}

.owl-theme .owl-dots .owl-dot span {
	background: #fff;
	border: 1px solid #29abe2
}

.readmore {
	font-weight: bold;
	font-size: 12px
}

#home-news-slider .home-news-morenews a {
	background-color: #29abe2;
	color: #fff;
	font-size: 12px;
	padding: 5px 8px;
	text-decoration: none;
	font-weight: bold
}

#home-news-slider .home-news-morenews a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	text-decoration: none
}

#story-infographic-slider .carousel-inner {
	border-radius: 183px;
	margin: 0 auto;
	max-width: 366px;
	overflow: hidden;
	width: auto
}

.dots-indicator {
	text-align: center;
	margin-top: 10px
}

.dots-indicator .owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit
}

.dots-indicator .owl-dots .owl-dot.active span,
.dots-indicator .owl-dots .owl-dot:hover span {
	background: #29abe2
}

.dots-indicator .owl-dots .owl-dot span {
	background: #fff;
	border: 1px solid #29abe2
}

.dots-indicator .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 0.2s ease;
	border-radius: 30px
}

.header-notif {
	width: 100%;
	background-color: #d35151;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	color: white;
	position: fixed;
	top: 0;
	z-index: 12
}

@media screen and (min-width:48em) {
	.header-notif {
		text-align: center;
		padding-left: 0
	}
}

.header-notif p {
	margin: 0
}

.header-notif a {
	color: #f4a700;
	display: inline-block;
	font-weight: 600;
	margin-left: 3px;
	font-size: 0.9em
}

.header-mid {
	padding-top: 25px;
	padding-bottom: 30px
}

.site-branding {
	text-align: center;
	margin-bottom: 25px
}

.site-branding img {
	width: 208px
}

@media screen and (min-width:62em) {
	.site-branding {
		text-align: left;
		margin-bottom: 0;
		max-width: 208px
	}
	.site-branding img {
		width: auto
	}
}

.row-bluelt {
	background-color: #29abe2;
	color: white
}

.sechead-nav {
	margin-bottom: 20px
}

@media screen and (min-width:62em) {
	.sechead-nav {
		margin-bottom: 0
	}
	.sechead-nav ul {
		display: flex!important;
		justify-content: space-between;
		flex-wrap: wrap
	}
}

.sechead-nav ul li {
	display: inline-block
}

.sechead-nav ul li a {
	color: white;
	font-family: "Raleway", sans-serif;
	font-weight: 700
}

.block-sosrc {
	display: flex;
	justify-content: center
}

@media screen and (min-width:62em) {
	.block-sosrc {
		justify-content: flex-end
	}
}

@media screen and (min-width:62em) {
	.head-social {
		margin-right: 10px
	}
}

.head-social a {
	padding: 5px 4px;
	color: #002d55;
	font-size: 18px;
	display: inline-block;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	height: 30px;
	width: 33px;
	text-align: center;
	vertical-align: middle
}

.head-social a:hover {
	color: white;
	text-decoration: none;
	background-color: #002d55
}

.src-main form {
	display: flex
}

.src-main .form-control {
	height: 32px;
	padding: 5px 10px;
	font-size: 12px;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}

@media screen and (min-width:62em) {
	.src-main .form-control {
		width: 250px
	}
}

@media screen and (max-width:372px) {
	.src-main .form-control {
		width: 118px
	}
}

.row-bluelt {
	padding-top: 12px;
	padding-bottom: 12px
}

.sechead-nav ul {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between
}

.sechead-nav__item {
	display: inline-block
}

.sechead-nav__item a {
	font-weight: 600;
	text-transform: uppercase
}

.sechead-nav__item a:hover {
	text-decoration: none;
	opacity: 0.8
}

@media screen and (min-width:62em) {
	.sechead-nav {
		padding-top: 7px
	}
}

.sechead-nav__icon {
	display: inline-block;
	margin-right: 5px
}

.signup {
	margin-left: auto;
	display: flex;
	align-items: flex-end;
	width: 100%;
	position: relative;
}

@media screen and (min-width:62em) {
	.signup {
		max-width: 235px
	}
}

.signup .form-control {
	height: 32px;
	padding: 5px 10px;
	font-size: 12px;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}

.herohome {
	background: url("../img/bg-featured-stories.jpg") repeat-y center top/auto 100%;
	background-size: cover;
	color: white;
	min-height: 560px;
	padding: 3rem 0;
	position: relative;
	display: flex;
	align-items: center
}

.herohome:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.8)
}

.herohome__item {
	text-align: center;
	margin-bottom: 25px
}

.herohome__img {
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%
}

.herohome__img a {
	display: inline-block;
	position: relative
}

.herohome__img a:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 3px;
	right: 11px;
	width: 100%;
	height: 100%;
	background-color: #29abe2;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	-khtml-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease
}

.herohome__img a:hover:after {
	background-color: #f1f1f1;
	right: 5px
}

.herohome__img img {
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%
}

.herohome__img--green a:after {
	background-color: #77af35
}

.herohome__img--orange a:after {
	background-color: #f98a00
}

.herohome__title {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 19px;
	margin-bottom: 7px;
	color: white
}

.herohome__link {
	color: #29abe2;
	text-transform: uppercase;
	font-family: "Bebas Neue", cursive;
	font-size: 17px;
	letter-spacing: 0.05em;
	font-weight: 700
}

.herohome__link:hover {
	opacity: 0.8;
	color: white
}

.herohome__link-icon {
	display: inline-block;
	margin-right: 5px
}

.herohome__link--orange {
	color: #f98a00
}

.herohome__link--green {
	color: #77af35
}

.infograp {
	background-color: #002d55;
	color: white;
	padding: 4rem 0
}

.infograp__item {
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 30px
}

@media screen and (min-width:62em) {
	.infograp__item {
		margin-bottom: 0;
		padding-bottom: 0;
		border: none
	}
}

.infograp__thumb {
	text-align: center;
	max-width: 250px;
	margin: 20px auto
}

.vid-post iframe {
	width: 100%;
	height: 330px
}

@media screen and (min-width:48em) {
	.vid-post iframe {
		height: 400px
	}
}

.articlez__thumb {
	text-align: center;
	margin-bottom: 15px;
	display: inline-block;
	margin: 0 auto 15px;
	border: 5px solid #d1d1d1
}

.articlez__thumb a {
	display: inline-block;
	border: 1px solid white
}

.aritclez-more {
	text-align: right
}

.aside-box {
	background-color: #29abe2;
	color: #fff;
	display: block;
	margin-bottom: 16px;
	outline-offset: 0;
	padding: 7px;
	position: relative;
	z-index: 5;
	overflow: hidden;
	-webkit-transition: all 0.2s linear;
	-khtml-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear
}

.aside-box:hover {
	opacity: 0.9;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	-khtml-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5)
}

.aside-box--orange {
	background-color: #f98a00
}

.aside-box--green {
	background-color: #77af35
}

.aside-box__in {
	border: 1px solid white;
	padding: 15px
}

.aside-box__in>a {
	color: white;
	display: block
}

.aside-box__in>a:hover {
	text-decoration: none
}

.aside-box__strong {
	text-transform: uppercase;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 19px
}

.aside-box__strong .fas {
	margin-right: 7px;
	font-size: 21px;
	display: inline-block;
	width: 25px
}

.aside-box__thumb {
	max-width: 78px;
	margin: 0 auto 8px;
	text-align: center
}

.nav_menu-4 {
	background-color: #fff;
	box-shadow: 0 2px 8px #999;
	margin-bottom: 25px
}

.nav_menu-4>ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 0
}

.nav_menu-4>ul li {
	font-family: "Nexa W01 Light";
	font-size: 18px;
	text-transform: uppercase
}

.nav_menu-4>ul li>a {
	color: #002d55;
	display: block;
	padding: 5px 15px;
	text-decoration: none
}

.nav_menu-4>ul li>a:hover {
	background-color: #002d55;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 15px
}

.archives-2 label {
	font-weight: 600
}

.archives-2 select {
	font-family: "Nexa W01 Light";
	font-size: 18px;
	height: 40px;
	line-height: 20px;
	margin: 20px 8%;
	padding: 5px 10px;
	text-transform: uppercase;
	width: 84%
}

.archives-2 select option {
	padding: 5px 10px
}

.archives-2 {
	background-color: #fff;
	box-shadow: 0 2px 8px #999;
	margin-bottom: 25px
}

.archives-2>h3 {
	background-color: #77af35
}

.archives-2>h3 {
	color: #fff;
	font-size: 24px;
	line-height: 1;
	margin: 0;
	padding: 10px 15px
}

.no-sidebar .site {
	display: grid;
	grid-template-columns: auto;
	grid-template-areas: "header" "main" "footer"
}

.head-single {
	overflow: hidden;
	padding: 30px 0;
	background: #cad115;
	background: -moz-linear-gradient(left, #cad115 0%, #cad115 31%, #48c73d 100%);
	background: -webkit-linear-gradient(left, #cad115 0%, #cad115 31%, #48c73d 100%);
	background: linear-gradient(to right, #cad115 0%, #cad115 31%, #48c73d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cad115", endColorstr="#48c73d", GradientType=1)
}

.head-single--blue {
	background: #5ed3e8;
	background: -moz-linear-gradient(left, #5ed3e8 0%, #5ed3e8 31%, #0077b1 100%);
	background: -webkit-linear-gradient(left, #5ed3e8 0%, #5ed3e8 31%, #0077b1 100%);
	background: linear-gradient(to right, #5ed3e8 0%, #5ed3e8 31%, #0077b1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5ed3e8", endColorstr="#0077b1", GradientType=1)
}

.head-single--with-border {
	border-bottom: 4px solid #277f00
}

.staffz>p {
	margin-bottom: 0
}

.newsletterz {
	margin-bottom: 30px;
	text-align: center
}

.newsletterz_thumb {
	text-align: center
}

.newsletterz__caption a {
	font-family: 'Nexa W01 Bold';
	color: #002d55;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.05em;
	font-weight: 700
}

.more-link {
	display: block;
	width: 100%;
	border-top: 1px solid #cececf;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	padding-top: 12px;
	text-align: center;
	background-color: #007c99;
	border-bottom: 4px solid #002d55;
	border-top: 1px solid #002d55;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	text-shadow: 2px 2px #002d55
}

.more-link i {
	padding-left: 10px;
	top: 3px
}

.more-link:hover {
	color: #fff;
	outline: none;
	text-decoration: none
}

.more-link:hover i,
.more-link:hover span {
	color: #fff;
	opacity: 0.8;
	outline: none;
	text-decoration: none
}

.more-link span {
	color: #fff;
	text-shadow: 2px 2px #002d55
}

.client-content {
	max-height: 1px
}

@media (min-width:768px) {
	#story-featured {
		height: 400px
	}
}

#story-featured {
	background-color: #002d55;
	position: relative
}

#story-featured .featured-story-background {
	display: block;
	max-height: 200px;
	overflow: hidden;
	text-align: center
}

@media (min-width:768px) {
	#story-featured .featured-story-background {
		display: block;
		height: 400px;
		max-height: none;
		overflow: hidden;
		position: absolute;
		text-align: center;
		width: 100%;
		z-index: 5
	}
}

#story-featured .featured-story-background img {
	width: 100%
}

.main img {
	border-style: none;
	outline-width: 0
}

@media (min-width:768px) {
	#story-featured .featured-story-background img {
		max-width: none;
		height: 100%;
		width: auto
	}
}

@media (min-width:992px) {
	#story-featured .featured-story-background img {
		height: auto;
		width: 100%
	}
}

#story-featured .featured-story-container {
	height: 100%
}

@media (min-width:768px) {
	#story-featured .featured-story-container {
		position: relative;
		z-index: 5
	}
}

#story-featured .featured-story-body-container {
	display: table;
	height: 100%;
	float: left;
	width: 100%
}

@media (min-width:768px) {
	#story-featured .featured-story-body-container {
		width: 38%
	}
}

#story-featured .featured-story-body {
	color: #fff;
	display: table-cell;
	height: 100%;
	padding-bottom: 30px;
	padding-top: 30px;
	vertical-align: middle
}

@media (min-width:768px) {
	#story-featured .featured-story-body {
		padding-bottom: 0;
		padding-top: 0
	}
}

#story-featured .featured-story-title {
	font-size: 42px;
	line-height: 0.9;
	margin-bottom: 0.5em;
	font-weight: bold
}

#story-tray {
	background-color: #444;
	color: #fff
}

.story-tray-entry-container {
	padding-top: 20px
}

#story-tray .story-tray-entry-image {
	display: block;
	max-width: 100%;
	text-align: center
}

@media (min-width:768px) {
	#story-tray .story-tray-entry-image {
		display: inline-block;
		max-width: 25%
	}
}

.main img {
	border-style: none;
	outline-width: 0
}

#story-tray .story-tray-entry-body-container {
	display: block;
	height: 100%;
	max-width: 100%;
	padding-left: 2%;
	padding-right: 2%;
	vertical-align: middle;
	width: auto
}

#story-tray .story-tray-entry-body {
	display: table-cell;
	height: 100%;
	vertical-align: middle
}

#story-tray .story-tray-entry-title {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 0.3em;
	text-shadow: 2px 2px #002d55;
	font-weight: bold
}

#story-tray .story-tray-footnotes {
	font-size: 11px;
	margin-top: 10px;
	padding-left: 2%;
	padding-right: 2%
}

@media (min-width:768px) {
	#story-tray .story-tray-entry-body-container {
		display: inline-block;
		max-width: 73%
	}
}

#story-infographic {
	background: url(../img/bg-paper.jpg) repeat top left;
	padding: 20px 0;
	border-bottom: 1px solid #999
}

.story-infographic-body-container {
	margin-top: 52px
}

@media (min-width:992px) {
	.story-infographic-body-container {
		margin-top: 103px
	}
}

.story-infographic-title {
	font-family: 'ITCFranklinGothicW01-Dm 812671';
	font-size: 32px;
	line-height: 1;
	margin-bottom: 0.5em;
	font-weight: bold
}

#content-section {
	background-color: #fff;
	padding: 40px 0
}

.main h2 {
	border-bottom: 1px solid #555;
	padding-bottom: 3px;
	position: relative
}

h2.section-title {
	border-bottom: 1px solid #ccc;
	color: #77af35!important;
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: bold
}

.main h2:after {
	border-bottom: 1px solid #bbb;
	bottom: 0;
	content: " ";
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

h2.section-title:after {
	border-bottom-width: 0
}

#content-section .content-section-entry {
	padding-bottom: 20px
}

@media (min-width:480px) {
	#content-section .content-section-entry {
		float: left;
		padding-right: 2.5%;
		width: 50%
	}
}

@media (min-width:480px) {
	#content-section .content-section-entry:nth-of-type(odd) {
		clear: left
	}
}

#content-section .content-section-entry-title {
	font-family: 'ITCFranklinGothicW01-Dm 812671';
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 0.2em;
	font-weight: bold
}

#content-section .content-section-entry-text {
	font-size: 14px
}

.filterstate {
	background-color: white
}

.filterstate__head {
	background-color: #37c0d7;
	padding: 0.9rem 1rem;
}

.filterstate__head label {
	margin: 0;
	display: inline-block;
	font-weight: 700;
	margin-right: 10px
}

.filterstate__head .form-control {
	width: auto;
	display: inline-block;
	background-color: #fff;
	border: none;
	height: 37px
}

.filterstate__colz {
	flex-flow: column wrap;
	flex-wrap: wrap;
	max-height: 730px;
	overflow: scroll;
	margin-left: 8px;
	margin-right: 8px;
	width: 100%
}

.filterstate__item {
	margin-bottom: 30px
}

.filterstate__item p {
	margin-bottom: 0.5em
}

.main-navigation {
	display: none;
	text-align: center;
	margin-bottom: 13px
}

@media screen and (min-width:992px) {
	.main-navigation {
		display: block
	}
}

.main-navigation ul {
	zoom: 1;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0
}

@media screen and (min-width:48em) {
	.main-navigation ul {
		text-align: right
	}
}

.main-navigation ul li {
	display: inline-block;
	position: relative
}

.main-navigation ul li a {
	padding: 8px 12px;
	font-size: 17px;
	color: #002d55;
	display: block;
	text-transform: uppercase;
	font-family: "Bebas Neue", cursive;
	letter-spacing: 0.05em;
	font-weight: 700
}

@media screen and (min-width:800px) and (max-width:1200px) {
	.main-navigation ul li a {
		padding-right: 10px;
		padding-left: 10px
	}
}

.main-navigation ul li a:hover {
	color: #f98a00
}

.main-navigation ul li.active>a,
.main-navigation ul li .current_page_item>a {
	color: #f98a00
}

@media screen and (min-width:62em) {
	.main-navigation ul li>a {
		padding-right: 0
	}
}

.main-navigation ul li ul {
	height: auto;
	border: 0;
	position: absolute;
	top: 100%;
	z-index: 80;
	display: block;
	opacity: 0;
	visibility: hidden;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	background: white;
	border: 2px solid #002d55
}

@media screen and (min-width:62em) {
	.main-navigation ul li ul {
		width: 180px
	}
}

.main-navigation ul li ul a {
	padding: 3px 20px;
	_height: 10px;
	font-size: 0.9em;
	display: block;
	float: none;
	text-transform: none
}

.main-navigation ul li ul a:hover {
	background-color: #f1f1f1;
	color: #002d55
}

.main-navigation ul li:hover ul {
	visibility: visible;
	opacity: 1;
	top: 100%
}

.main-navigation ul li:hover>a {
	color: #f98a00;
	text-decoration: none
}

.main-navigation ul li li {
	float: none;
	display: block;
	border: 0;
	text-align: left
}

.main-navigation ul li li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.nav ul ul li:first-child>a {}

.nav ul ul li:first-child>a:after {
	content: "";
	position: absolute;
	left: 40px;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #444
}

.btn-rwd-sidebar {
	display: block;
	margin-top: 0;
	float: right;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background-color: #50555a;
	color: white;
	position: absolute;
	left: 0;
	top: 0
}

@media screen and (min-width:50em) {
	.btn-rwd-sidebar {
		display: none
	}
}

.btn-mobileNav {
	display: block;
	margin-top: 0;
	float: right;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background-color: #1d2629;
	color: white;
	position: absolute;
	z-index: 999;
	right: 0;
	top: 0
}

@media screen and (min-width:50em) {
	.btn-mobileNav {
		display: none
	}
}

.close-sidebar {
	text-align: right;
	margin-bottom: 30px
}

.mobile-nav {
	z-index: 9999;
	width: 60%;
	position: fixed;
	height: 100%;
	overflow-x: hidden;
	background-color: #002d55;
	color: white;
	animation-duration: 0.8s;
	margin-left: -100%
}

.mobile-nav.show {
	margin-left: 0
}

.mobile-nav ul {
	list-style: none outside none;
	padding: 0;
	margin: 0;
	margin-top: 15px
}

.mobile-nav ul li {
	position: relative
}

.mobile-nav ul li .fa {
	position: absolute;
	right: 15px;
	top: 0.2em;
	font-size: 1.3em;
	color: white
}

.mobile-nav ul li a,
.mobile-nav ul li span {
	font-size: 0.9em;
	text-transform: capitalize;
	padding: 8px 15px;
	display: block;
	font-weight: 600;
	padding-left: 13px;
	color: white;
	line-height: 1.4em
}

.mobile-nav ul li a:focus,
.mobile-nav ul li a:hover {
	color: white;
	background-color: #29abe2;
	text-decoration: none
}

.mobile-nav ul ul.sub-menuNav {
	margin: 0;
	display: block;
	visibility: visible;
	margin-bottom: 20px;
	margin-left: 20px;
	display: none
}

.mobile-nav ul.sub-menuNav li {
	position: relative
}

.mobile-nav ul.sub-menuNav li a {
	padding-left: 13px
}

.mobile-nav .btn-hide {
	margin-left: 30px;
	margin-top: 20px;
	height: 42px;
	width: 42px;
	display: inline-block;
	text-align: center;
	line-height: 42px;
	background-color: white;
	color: #002d55
}

.mobile-nav .btn-hide:focus,
.mobile-nav .btn-hide:hover {
	background-color: transparent;
	color: #c1c1c1
}

.nav-shadow {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3)
}

.hamburger-nav {
	width: 40px;
	height: 41px;
	background-color: #29abe2;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
	z-index: 99
}

@media screen and (min-width: 992px) {
	.hamburger-nav {
		display: none
	}
}

.hamburger-nav span {
	display: block;
	position: absolute;
	height: 5px;
	width: 30px;
	background: white;
	border-radius: 9px;
	opacity: 1;
	left: 3px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out
}

.hamburger-nav span:first-child {
	top: 7px
}

.hamburger-nav span:nth-child(2) {
	top: 18px
}

.hamburger-nav span:nth-child(3) {
	top: 29px
}

.hamburger-nav.open span:first-child {
	top: 18px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg)
}

.hamburger-nav.open span:nth-child(2) {
	opacity: 0;
	left: -60px
}

.hamburger-nav.open span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.menuTo_select select {
	border: 1px solid #f1f1f1;
	padding: 8px;
	height: 37px;
	width: 100%
}

.menuTo_select ul {
	display: none
}

@media screen and (min-width:62em) {
	.menuTo_select select {
		display: none
	}
	.menuTo_select ul {
		display: block
	}
}

.sticky {
	display: block
}

.page,
.post {
	margin: 0 0 1.5em
}

.updated:not(.published) {
	display: none
}

.entry-content,
.entry-summary,
.page-content {
	margin: 1.5em 0 0
}

.page-links {
	clear: both;
	margin: 0 0 1.5em
}

.comment-content a {
	word-wrap: break-word
}

.bypostauthor {
	display: block
}

.widget {
	margin: 0 0 1.5em
}

.widget select {
	max-width: 100%
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0
}

.custom-logo-link {
	display: inline-block
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%
}

.wp-caption img[class*=wp-image-] {
	display: block;
	text-align: center;
	margin: 0 auto
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0
}

.wp-caption-text {
	text-align: center
}

.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr)
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr)
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr)
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr)
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr)
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr)
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr)
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr)
}

.gallery-caption {
	display: block
}

.site-footer {
	color: white;
	background-color: #002d55;
	border-top: 4px solid #29abe2;
	font-size: 12px;
	padding: 15px 0 30px
}

.foo-copy {
	text-align: center;
	margin-bottom: 16px
}

@media screen and (min-width:62em) {
	.foo-copy {
		text-align: left;
		margin-bottom: 0
	}
}

.foo-menu ul {
	margin: 0;
	padding: 0;
	list-style: none
}

@media screen and (min-width:62em) {
	.foo-menu ul {
		display: flex;
		text-align: right;
		justify-content: flex-end
	}
}

.foo-menu ul li {
	display: block;
	margin-bottom: 8px;
	text-align: center;
	padding-right: 12px;
	padding-left: 12px
}

@media screen and (min-width:62em) {
	.foo-menu ul li {
		display: inline-block;
		margin-bottom: 3px;
		text-align: right
	}
}

.foo-menu ul li a {
	color: white;
	text-decoration: underline
}

.foo-menu ul li a:hover {
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-webkit-opacity: 0.8;
	-khtml-opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-opacity: 0.8;
	-o-opacity: 0.8;
	opacity: 0.8
}

@media screen and (min-width:62em) {
	.foo-menu ul li:last-child {
		text-align: right
	}
}

.news-featured-stories img {
	border: 5px solid #fff;
	height: auto;
	outline: 1px solid #ccc;
	max-width: 100%
}

.news-featured-stories img:hover {
	opacity: 0.8
}

.news-featured-stories .featured-story {
	margin-bottom: 30px
}

.news-featured-stories .featured-story .story-image-container {
	margin-bottom: 30px;
	position: relative
}

.news-featured-stories .featured-story .story-image-container .story-image {
	padding-bottom: 0;
	text-align: center
}

.news-featured-stories .featured-story .story-image-container .story-image img {
	max-width: 86%
}

.news-featured-stories .featured-story .story-image-container .story-date {
	background-color: #37c0d7;
	bottom: -12px;
	color: #fff;
	font-size: 14px;
	left: 0px;
	padding: 5px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 120px
}

.news-featured-stories .featured-story .story-title {
	font-family: 'Nexa W01 Bold';
	font-weight: 700;
	font-size: 18px;
	line-height: 1.1;
	margin-bottom: 5px;
	font-size: 18px;
	margin-bottom: 5px
}

.news-featured-stories .featured-story .story-title a {
	color: #002d55
}

.news-featured-stories .featured-story .story-excerpt {
	margin-bottom: 15px
}

.news-featured-stories .featured-story .readmore a {
	font-family: 'ITCFranklinGothicW01-Dm 812671';
	color: #37c0d7
}

.readmore {
	font-size: 16px
}

.hentry.row {
	margin-left: 0
}

.hentry .entry-meta-container {
	padding-left: 0;
	padding-right: 0
}

.hentry .entry-meta {
	background-color: #37c0d7;
	color: #fff;
	font-size: 14px;
	margin-bottom: 5px;
	max-width: 120px;
	padding: 5px;
	text-align: center
}

.hentry .entry-meta time {
	text-transform: uppercase
}

.hentry .entry-body-container {
	padding-left: 0
}

.hentry .entry-title {
	margin-top: -9px;
	margin-bottom: 5px;
	line-height: 1;
	color: #002d55;
	margin-top: 0;
	text-transform: none;
	font-weight: 700
}

.hentry .entry-title a {
	color: #002d55;
	font-size: 24px
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center
}

.pager li {
	display: inline
}

.pager li>a {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}

.pager li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.pager li>a:focus {
	text-decoration: none;
	background-color: #eee
}

.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}

.pager .previous>a {
	float: left
}

.pager .next>a {
	float: right
}

.pager .previous>span {
	float: left
}

.news-detail-title {
	margin-bottom: 15px;
	font-size: 34px;
	border-bottom: 2px solid #007c99
}

.hentry .entry-title {
	color: #002d55;
	margin-top: 0;
	text-transform: none;
	padding-bottom: 15px;
	margin-bottom: 15px
}

.hentry p.time-category {
	margin-bottom: 0
}

.hentry .entry-meta-share {
	text-align: right
}

.hentry .entry-meta-share .ssba img {
	outline-width: 0;
	padding: 3px
}

.hentry .entry-meta-share .ssba img:hover {
	opacity: 0.8
}

.ssba {
	text-decoration: none;
	background: none;
	font-size: 12px
}

.ssba a {
	text-decoration: none;
	background: none;
	font-size: 12px
}

.ssba img {
	width: 35px!important;
	padding: 6px;
	border: 0;
	box-shadow: none!important;
	display: inline!important;
	vertical-align: middle;
	box-sizing: unset
}

.ssba-classic-2 {
	width: 100%
}

.ssba-classic-2 .ssbp-text {
	display: none!important
}

.ssbp-wrap {
	position: relative;
	display: inline-block;
	padding: 0px;
	color: #272727
}

@media (min-width:768px) {
	.hentry .entry-meta-time-category {
		padding-right: 20px
	}
	.hentry .entry-meta-share {
		padding-left: 20px
	}
}

body.page, body.post {
	margin: 0;
}
.site-header-notif.site-header{padding-top:41px}
@media screen and (min-width: 783px) {
	.logged-in.admin-bar .header-notif {
		top: 32px;
	}
}
.head-single--orange {
    background: #5ed3e8;
    background: -moz-linear-gradient(left,#e1904b 0, #ff701f 100%);
    background: -webkit-linear-gradient(left,#e1904b 0, #ff701f 100%);
    background: linear-gradient(to right, #e1904b 0, #ff701f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1904b",endColorstr="#ff701f",GradientType=1);
}
.dynamic-content .entry-content {
	margin-top: 0;
}
.dynamic-content .post-thumbnail {
	margin-bottom: 1.5em;
}
.dynamic-content .post-thumbnail img {
	width: 100%;
}
.dynamic-content ol, .dynamic-content ul {
	padding-left: 20px;
	overflow: hidden;
}
.dynamic-content ol li, .dynamic-content ul li {
	padding-left: 10px;
}
.dynamic-content h2 {
	margin: 0;
	display: block;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 16px;
	text-transform: uppercase;
	border-bottom: 2px solid #bbb;
}
.dynamic-content h2:nth-of-type(3n+1) {
    color: #29abe2;
}
.dynamic-content h2:nth-of-type(3n+2) {
    color: #f98a00;
}
.dynamic-content h2:nth-of-type(3n+3) {
    color: #77af35;
}
.dynamic-content h3 {
	display: block;
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 1em;
	margin-top: 2em;
}
.dynamic-content h4 {
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 1em;
	margin-top: 2em;
}
.dynamic-content .entry-content img {
	border: 5px solid #fff;
    height: auto;
    outline: 1px solid #ccc;
    max-width: 100%;
}
.dynamic-content .entry-content img.noborder {
	border: 0;
	outline: 0;
}
.dynamic-content blockquote {
	border: 5px solid #fff;
	outline: 1px solid #ccc;
	padding: 15px;
	position: : relative;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}
.dynamic-content blockquote p {
	margin: 0;
}
.dynamic-content blockquote p:before {
	content: '\f10d';
	margin-right: 5px;
}
.dynamic-content blockquote p:after {
	content: '\f10e';
	margin-left: 5px;
}
.dynamic-content blockquote p:before,
.dynamic-content blockquote p:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	color: #4c4c4c;
}
.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0 !important;
	padding-left: 0;
}
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
	font-weight: normal !important;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper textarea {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.gform_wrapper textarea {
	height: 254px !important;
}
.gform_wrapper div.charleft {
	font-size: 80% !important;
	font-weight: 400;
	color: #000000 !important;
}
.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type="submit"], 
.gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type="submit"] {
	border-radius: 0;
	font-family: 'Nexa W01 Bold';
	font-weight: 700;
	letter-spacing: 0.05em;
	min-width: 130px;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	border: 1.5px solid #fff;
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
	background-color: #29abe2;
	color: white;
	outline: 5px solid #29abe2;
	margin-left: 5px !important;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 1);
	-khtml-box-shadow: 0 0 15px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 1);
	-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 1);
	-o-box-shadow: 0 0 15px rgba(0, 0, 0, 1);
	box-shadow: 0 0 15px rgba(0, 0, 0, 1);
}
.gform_wrapper .gform_footer input.button:hover, 
.gform_wrapper .gform_footer input[type="submit"]:hover, 
.gform_wrapper .gform_page_footer input.button:hover, 
.gform_wrapper .gform_page_footer input[type="submit"]:hover {
    opacity: 0.8;
    text-decoration: none;
}
.signup .gform_wrapper {
    margin-bottom: 0;
    margin-top: 0;
    width: calc(100% - 46px);
}
body .signup .gform_wrapper ul li.gfield,
body .signup .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}
.signup .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	height: 32px;
	padding: 5px 10px;
	font-size: 12px;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	margin: 0;
}
.signup .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):placeholder {
    color: #6c757d;
    opacity: 1;
}
.signup .gform_wrapper .gform_footer {
	padding: 0;
	margin: 0;
}
.signup .gform_wrapper .gform_footer input.button, 
.signup .gform_wrapper .gform_footer input[type="submit"], 
.signup .gform_wrapper .gform_page_footer input.button, 
.signup .gform_wrapper .gform_page_footer input[type="submit"] {
	padding-top: 6px;
	padding-bottom: 3.5px;
	outline: 0;
	border: 0;
	box-shadow: none;
	background-color: #002d55;
	color: #fff;
	font-family: "Bebas Neue",cursive;
	letter-spacing: 0.05em;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 !important;
	min-width: auto;
	position: absolute;
	right: 0;
	top: 0;
}
.signup .gform_wrapper .gform_footer input.button:hover, 
.signup .gform_wrapper .gform_footer input[type="submit"]:hover, 
.signup .gform_wrapper .gform_page_footer input.button:hover, 
.signup .gform_wrapper .gform_page_footer input[type="submit"]:hover {
	background-color: #e4e4e4;
	color: #212529;
    opacity: 1;
}
.signup .gform_wrapper.gform_validation_error {
	width: calc(100% - 30px);
}
.signup .gform_wrapper div.validation_error,
.signup .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	display: none;
}
.signup .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	border: 0;
	background-color: transparent;
	margin: 0 !important;
	padding: 0;
	max-width: 100% !important;
}
.signup .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
.signup .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 0;
}

.menu-in-content {
	margin-bottom: 1em;
}
.menu-in-content .nav-link {
	text-transform: uppercase;
	display: inline-block;
	margin-right: 1em;
	margin-bottom: 1em;
}
.menu-in-content .nav-link:hover,
.menu-in-content .nav-link:focus,
.menu-in-content .nav-link.active {
	background-color: #29abe2;
	color: #fff;
}
.content-button .btn-option-content {
	font-family: Tahoma;
	position: relative;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: middle;
	border-color: #29abe2;
	width: 160px;
	height: 50px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-style: solid;
	border-width: 2px;
	background-color: #29abe2;
	-webkit-box-shadow: 0px 0px 2px 0px #333333;
	-moz-box-shadow: 0px 0px 2px 0px #333333;
	box-shadow: 0px 0px 2px 0px #333333;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	line-height: 1em;
	box-sizing: border-box;
	display: block;
}
.content-button .btn-option-content:hover {
	color: #505ac7;
	border-color: #505ac7 !important;
	background-color: #fff !important;
}
@media screen and (max-width: 359px) {
	.btn--big {
		min-width: 290px;
	}
}
@media screen and (min-width: 992px) {
	.content-left-max {
		max-width: 730px;
	}
	.sidebar-max {
		max-width: 340px;
	}
}
.filter-container {
	background-color: #fff;
	max-height: 700px;
	overflow-y: auto;
	padding: 40px 30px 30px;
	overflow-x: hidden;
}
.filter-container .filter-content {
	-moz-column-gap: 40px;
	-webkit-column-gap: 40px;
	column-gap: 40px;
	list-style-type: none;
	margin: 0;
	padding: 0;

}
@media screen and (min-width: 768px) {
	.filter-container .filter-content {
		-moz-column-count: 2;
	    -webkit-column-count: 2;
	    column-count: 2;
	}
}
@media screen and (min-width: 992px) {
	.filter-container .filter-content {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}
}
.filter-container .filter-content .program-entry-container {
	display: inline-block;
}
.filter-container .filter-content .filterstate__item a {
	word-break: break-all;
}
.partner-programs-list-empty {
	display: none;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}
@media screen and (min-width: 768px) {
	.school_feat {
	    width: 49%;
	    display: block;
	    float: left;
	}
}
.school_feat .boldergeo {
    font-weight: bolder;
    margin-right: 5px;
}
td.first_col {
    width: 25%;
}

.tweetpanel .ff-header {
	display: none;
}
.tweetpanel #ff-stream-1, .tweetpanel #ff-stream-1 .ff-popup, .tweetpanel #ff-stream-1 .ff-search input {
	background-color: transparent;
}
.tweetpanel .ff-stream-wrapper {
	margin: 0 -15px;
}
.tweetpanel .ff-loadmore-wrapper .ff-btn {
	border-radius: 0;
	font-family: "Bebas Neue",cursive;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.05em;
	min-width: 130px;
	padding: 12px 40px 8px;
	background-color: #29abe2 !important;
	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.tweetpanel .ff-loadmore-wrapper .ff-btn:hover {
	background-color: #e4e4e4 !important;
}
.tweetpanel .ff-item .ff-img-holder img {
    width: 100% !important;
    height: auto !important;
}

/*accordion*/
.faqs-list .inner-faq .collapse-faq {
    display: none;
    overflow: hidden;
    padding-left: 15px;
}
.faqs-list .inner-faq h4 {
	cursor: pointer;
}
.faqs-list .inner-faq h4 i {
	float: right;
	margin-top: 3px;
}
.faqs-list .inner-faq h4.clicked i:before {
	content: "\f077";
}

/*join csf*/
.join-banner-bg {
	position: relative;
	background-position: center right;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 60px 20px 80px 20px;
    background-attachment: fixed;
}
.join-banner-overlay {
	background-color: #000000;
	opacity: 0.31;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.join-banner-container {
	display: flex;
	position: relative;
	min-height: 480px;
	align-items: center;
}
.join-banner-row {
	text-align: center;
	color: #fff;
}
.join-banner-container h3 {
	font-family: "Roboto Condensed", Sans-serif;
	font-size: 79px;
	text-transform: capitalize;
	font-weight: 600;
	line-height: 1;
	margin: 0 0 20px;
}
.join-banner-container p {
	font-family: "Helvetica", Sans-serif;
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
	line-height: 1.4em;
	letter-spacing: 0.4px;
	margin-bottom: 20px;
}
.btn:hover {
	opacity: 0.9;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	-khtml-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.join-banner-container .btn-banner {
	font-family: "Roboto Condensed", Sans-serif;
	font-size: 38px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3.5px;
	background-color: #29abe2;
	border-radius: 8px 8px 8px 8px;
	color: #fff;
	padding: 10px 40px;
}
@media screen and (max-width: 767px) {
	.join-banner-container h3 {
		font-size: 50px;
	}
	.join-banner-container .btn-banner {
		line-height: 1;
		font-size: 24px;
	}
}

.inner-about-list h4 {
	color: #54595f;
	font-family: "Roboto Condensed", Sans-serif;
	font-size: 22px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 15px;
}
.inner-about-list p {
	color: #7a7a7a;
	font-family: "Roboto", Sans-serif;
	font-weight: 400;
	margin-bottom: 20px;
}
.inner-about-list .btn-about {
	font-family: "Roboto", Sans-serif;
	font-weight: 500;
	color: #fff;
	display: inline-block;
	line-height: 1;
	background-color: #818a91;
	font-size: 15px;
	padding: 11px 19px;
	border-radius: 3px;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.col-about-list:nth-of-type(3n+1) .btn-about {
	background-color: #002e57;
}
.col-about-list:nth-of-type(3n+2) .btn-about {
	background-color: #fa8b00;
}
.col-about-list:nth-of-type(3n+3) .btn-about {
	background-color: #77b035;
}
.contribution-title h2 {
	color: #54595f !important;
	font-family: "Roboto Condensed", Sans-serif;
	font-size: 40px;
	font-weight: 700;
	text-transform: none;
	border: 0;
}
.contribution-list {
	background-color: #29abe2;
	padding: 40px;
	color: #fff;
}
.contribution-list:nth-of-type(3n+1) {
	background-color: #29abe2;
}
.contribution-list:nth-of-type(3n+2) {
	background-color: #77b035;
}
.contribution-list:nth-of-type(3n+3) {
	background-color: #fa8b00;
}
.row-contribution {
	min-height: 120px;
}
.contribution-list h3 {
	margin: 0 0 15px;
	font-family: "Roboto Condensed", Sans-serif;
	font-size: 25px;
	line-height: 1;
}
.contribution-list p {
	color: #ffffff;
	font-family: "Helvetica", Sans-serif;
	font-size: 12px;
	font-weight: 700;
	margin: 0;
}
.contribution-list .btn-contribution {
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: 3.5px;
	fill: #ffffff;
	color: #ffffff;
	background-color: #002e54;
	border-radius: 8px 8px 8px 8px;
	font-family: "Roboto", Sans-serif;
	font-weight: 500;
	padding: 14px 47px;
}
@media screen and (max-width: 767px) {
	.contribution-list .btn-contribution {
		margin-top: 25px;
	}
}

.inner-counter-list h3 {
	font-family: "Roboto Condensed", Sans-serif;
	color: #6ec1e4;
	font-weight: 700;
	font-size: 69px;
	line-height: 1;
	margin: 0 0 20px;
}
.inner-counter-list p {
	font-family: "Helvetica", Sans-serif;
	color: #54595f;
	font-weight: 400;
	font-size: 19px;
}


