/*
 Theme Name:     Chamber of Digital Commerce
 Author:         Neu Entity
 Author URI:     https://neuentity.com/
 Template:       Divi
 Version:        1.0
*/


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */




/* Global
=========================================================================================*/
body {
	font-family: 'Roboto', 'Open Sans', sans-serif;
	/* -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important; */
    font-weight: 500;
}
.btn {
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	border-radius: 5px;
	border: none;
	background-color: transparent;
	height: auto;
	min-height: 46px;
}
.btn span {
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}
.btn span.txt {
	width: 305px;
	padding: 10px 20px;
	vertical-align: inherit;
}
.btn i.raq {
	font-size: 19px;
    display: inline-block;
    padding: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
    /* border-left: 2px solid #40C4E0; */
}
.btn-raq {
	padding-right: 45px;
}
.btn-blue {
	padding: 10px 25px;
	background-color: #40C4E0;
	color: #042645 !important;
}
.btn-blue:hover,
.btn-blue:focus {
	background-color: #FFF;
}
.btn-blue-fill {
	padding: 10px 25px;
	background-color: #042645;
	color: #FFF;
}
.btn-blue-fill:hover,
.btn-blue-fill:focus {
	background-color: #40C4E0;
	color: #042645;
}
.btn-blue-dark {
	color: #40C4E0;
	border: 2px solid #40C4E0;
}
.btn-blue-dark:hover,
.btn-blue-dark:focus {
	color: rgba(64,196,224,.5);
	border-color: rgba(64,196,224,.5);
}
.btn.btn-parallel {
	z-index: 10;
	display: block;
	margin: -28px auto 0;
	width: 210px;
    background-color: #40c4e0;
    text-align: center;
    line-height: 32px;
    font-weight: 700;
    font-size: 17px;
    border: 4px solid #FFF;

    border-radius: 0px;
    padding: 8px 30px 7px;
    color: #042645;
}
.btn.btn-parallel:hover,
.btn.btn-parallel:focus {
	background-color: #042645;
	color: #40c4e0;
}
/* Header
=========================================================================================*/
#top-header {
	top: 0;
	background-color: #007BC1;
	text-align: right;
}
#top-header .container {
	text-align: right;
}
#top-header #et-info {
	display: inline-block;
	float: none;
}
#top-header #et-info a {
	display: inline-block;
	margin-right: 20px;
	font-weight: 700;
	font-size: 15px;
}
#top-header #et-info a:hover,
#top-header #et-info a:focus {
	color: #40C4E0;
}
#main-header {
	transition: background-color 0.1s, color 0.25s, transform 0.25s, opacity 0.25s ease-in-out;
}
#et-secondary-menu .et-social-icons {
	margin-bottom: 0;
}
#top-menu li a {
	font-family: 'Roboto', 'Open Sans', sans-serif !important;
	font-size: 15px;
	font-weight: 500 !important;
	color: #171717;
	text-transform: none !important;
}

@media(max-width:767px) {
	.et_header_style_left .logo_container {
	    position: absolute;
	    height: auto;
	    width: auto;
	    padding-top: 12px;
	}
}
/* Homepage
=========================================================================================*/
#main-content .container:before {
	display: none;
}
.home #logo {
	display: none;
}
#page-container .home-logo {
	display: none;
	max-height: none !important;
}
.home #page-container .home-logo {
	display: inline-block;
}
.home #main-header.et-fixed-header .home-logo {
	display: none !important;
}
.home #main-header.et-fixed-header #logo {
	display: inline-block;
}
.home #main-header {
	background-color: transparent;
	box-shadow: none;
}
.home #main-header.et-fixed-header {
	background-color: #FFF;
}
.home #top-menu-nav > ul > li > a,
.home #et_search_icon:before {
	color: #40C4E0;
}
.home #top-menu-nav > ul > li > a:hover,
.home #top-menu-nav > ul > li > a:focus,
.home #et_search_icon:hover:before,
.home #et_search_icon:focus:before {
	color: #FFF;
	opacity: 1;
}
.home #page-container {
	padding-top: 32px !important;
}
.home .et_search_outer .et-search-form input.et_search_field,
.home .et_search_outer .et-search-form input::-webkit-input-placeholder,
.home .et_search_outer .et-search-form input:-ms-input-placeholder,
.home .et_search_outer .et-search-form input::placeholder {
	color: #40C4E0 !important;
}
.home .et_search_form_container input,
.home .et_search_outer span.et_close_search_field,
.home .et_search_outer span.et_close_search_field::after {
	color: #40C4E0 !important;
}


/* Intro */
.home-intro {
	padding: 70px 0 120px;
}
.home-intro h2 {
	color: #007BC1;
	font-size: 30px;
	font-weight: 700;
	max-width: 975px;
	margin-bottom: 40px;
}
.home-intro h3 {
	position: relative;
	z-index: 1;
	font-size: 16px;
	font-weight: 700;
	text-tranform: uppercase;
	color: #119CEB;
}
.home-intro h3:before {
    border-top: 2px solid #119CEB;
    content:"";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 33%; left: 0; right: 0; bottom: 0;
    width: 95%;
    z-index: -1;
}
.home-intro h3 strong {
	display: inline-block;
    padding: 2px 15px 2px 0;
    background-color: #FFF;
}
.home-intro p {
	color: #119CEB;
	font-size: 22px;
	line-height: 1.8em;
}
.home-intro .container {
	padding-top: 30px !important;
}
.home-intro .container p {
	font-size: 17px;
	color: #5F5F5F;
}
@media(max-width: 768px) {
	.home-intro {
	    padding: 30px 0 70px;
	}
}
/* Call to Action */
.home-cta {
	height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
}
.home-cta h2 {
	font-size: 80px;
	font-weight: 100 !important;
	max-width: 620px;
	color: #FFF;
}
.home-cta .cta-content p {
	max-width: 444px;
	color: #FFF;
	font-weight: 500;
	font-size: 14px;
}
.home-cta .cta-content a {
	color: #042645;
	font-weight: 700;
	display: inline-block;
	margin-top: 20px;
}
.home-cta .cta-subscribe {
	font-size: 18px;
	padding: 40px;
	margin-top: 45px;
	background-color: #042645;
	color: #FFF;
}
.home-cta .cta-subscribe span {
    margin-top: 9px;
    display: inline-block;
}
.home-cta .cta-subscribe #mc_embed_signup {
	float: right;
	width: auto;
}
.home-cta .cta-subscribe #mc_embed_signup form {
	padding: 0 !important;
}
.home-cta .cta-subscribe #mc_embed_signup form .mc-field-group {
	padding-bottom: 0 !important;
	width: 100%;
}
.home-cta .cta-subscribe #mc_embed_signup form .mc-field-group input[type="email"] {
	width: 210px !important;
	margin-right: 15px;
	border: 2px solid #40C4E0 !important;
	border-radius: 5px;
	background: transparent;
	color: #40C4E0;
	font-size: 14px;
}
.home-cta .cta-subscribe #mc_embed_signup form .mc-field-group input::-webkit-input-placeholder { /* Edge */
 	color: #40C4E0;
 	font-weight: 700;
}
.home-cta .cta-subscribe #mc_embed_signup form .mc-field-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  	color: #40C4E0;
  	font-weight: 700;
}
.home-cta .cta-subscribe #mc_embed_signup form .mc-field-group input::placeholder {
  	color: #40C4E0;
  	font-weight: 700;
}
.home-cta .cta-subscribe #mc_embed_signup form .mc-field-group input[type="submit"] {
	display: inline-block !important;
	width: auto !important;
	height: 40px;
	margin: 0 !important;
	border: none;
	background-color: #40C4E0;
	color: #042645;
	font-size: 14px !important;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	border-radius: 5px;
	padding-left: 25px !important;
	padding-right: 25px !important;
	cursor: pointer;
}
.home-cta .cta-subscribe #mc_embed_signup form .mc-field-group input[type="submit"]:hover,
.home-cta .cta-subscribe #mc_embed_signup form .mc-field-group input[type="submit"]:focus {
	background-color: #FFF;
}
@media(max-width:1299px) {
	.cta-subscribe {
		padding: 25px !important;
	}
	.cta-subscribe >span {
		margin-bottom: 15px;
	}
	.cta-subscribe > span,
	.cta-subscribe #mc_embed_signup {
		display: block;
		width: 100% !important;
		text-align: center;
	}
}
@media(max-width: 768px) {
	.home-cta {
		height: auto;
		padding-bottom: 40px;
	}
	.home-cta > .container {
		padding-top: 30px !important;
	}
	.home-cta h2 {
		font-size: 32px;
	}
	.home-cta .cta-subscribe {
		margin-top: 20px;
	}
	.home-cta .cta-subscribe #mc_embed_signup form .mc-field-group input[type="email"],
	.home-cta .cta-subscribe #mc_embed_signup form .mc-field-group input[type="submit"] {
		display: block;
		width: 100% !important;
		margin-bottom: 5px;
		max-width: none;
	}
	.cta-subscribe #mc_embed_signup {
		display: block;
		width: 100% !important;
		text-align: center;
	}
}
.home-priorities {
	padding: 140px 0 40px;
}
.home-priorities h2 {
	color: #007BC1;
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 40px;
}
.home-priorities .priority {
	position: relative;
	display: block;
	border-left: 2px solid #40C4E0;
	margin-left: 85px;
	padding-left: 30px;
	margin-bottom: 40px;
}
.home-priorities .priority .pIcon {
	position: absolute;
	left: -85px;
	top: 40px;
}
.home-priorities .priority .pNum {
	position: absolute;
	top: -30px;
	left: -2px;
	font-size: 14px;
	color: #40C4E0;
	font-weight: 700;
	font-family: 'Roboto Mono', 'Roboto', sans-serif;
}
.home-priorities .priority .pNum span {
	padding: 0 5px;
}
.home-priorities .priority .pLeft {
	padding-right: 40px;
	width: 55%;
	padding: 40px 40px 90px 0;
}
.home-priorities .priority .pLeft h3 {
	font-weight: bold;
	font-size: 30px;
	color: #042645;
	margin-bottom: 25px;
}
.home-priorities .priority .pLeft a {
	display: inline-block;
	margin-top: 30px;
}
.home-priorities .priority .pRight {
	width: 45%;
	padding: 110px 0 60px 40px;
}
.home-priorities .priority .pLeft,
.home-priorities .priority .pRight {
	float: left;
}
@media(max-width: 1299px) {
	.home-priorities .btn i.raq {
		display: none;
	}
	.home-priorities .btn {
		height: auto;
	}
	.home-priorities .btn span.txt {
		padding: 7px 20px;
		width: auto;
		height: auto;
	}
}
@media(max-width: 980px) {
	#page-container {
	    padding-top: 112px;
	}
	.home #page-container {
		padding-top: 32px !important;
	}
	.home-priorities .priority .pLeft,
	.home-priorities .priority .pRight {
		width: 100%;
		padding-right: 0;
	}
	.home-priorities .priority .pLeft {
		padding: 40px 40px .5em 0;
	}
	.home-priorities .priority .pRight {
		padding: .5em 0 60px 0;
	}
}
@media(max-width: 980px) {
	.et_header_style_left #logo {
	    max-width: 35% !important;
	    width: auto !important;
	    max-height: 35% !important;
	}
}
@media(max-width:768px) {
	.home-priorities {
	    padding: 20px 0 20px;
	}
	.home-priorities .priority {
		margin-left: 0;
		padding-left: 20px;
	}
	.home-priorities .priority .pIcon {
	    position: absolute;
	    left: auto;
	    top: -40px;
	    right: 0;
	    width: auto;
	}
	.home-priorities .priority .pLeft {
		padding-right: 0;
	}
}
/* Videos */
.home-videos {
	margin-bottom: 70px;
}
.home-videos h2 {
	color: #007bc1;
    font-weight: 700;
	margin-bottom: 20px;
}
.home-videos a.video-trigger {
	position: relative;
	display: block;
	overflow: hidden;
	max-height: 181px;
	border-radius: 5px;
}
.home-videos .vid-col {
	margin-right: 2%;
	width: 23%;
}
.home-videos a.video-trigger img.bg {
	width: 100%;
	max-width: none;
	-webkit-transition: transform .5s;
	-moz-transition: transform .5s;
	-ms-transition: transform .5s;
	transition: transform .5s;
}

.home-videos a.video-trigger img.play-btn {
	width: 26px;
	height: 26px;
}
.home-videos a.video-trigger span {
	position: absolute;
	display: block;
	width: 100%;
	padding: 10px 10px 10px 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #FFF;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6em;
	max-width: 190px;
}
.home-videos a.video-trigger:hover span {
	color: #40C4E0;
}
.home-videos a.video-trigger:hover img.bg {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-transition: transform .5s;
	-moz-transition: transform .5s;
	-ms-transition: transform .5s;
	transition: transform .5s;
}
@media(min-width:981px) and (max-width: 1199px) {
	.vid-col {
		width: 47% !important;
		margin: 1%;
	}
}
@media(max-width: 980px) {
	.vid-col {
		width: 97% !important;
		margin: 1% !important;
	}
}
#press-release-more-section #ajax-load-more .alm-listing li {
	list-style: none;
	margin-bottom: 15px;
}
#press-release-more-section #ajax-load-more .alm-listing li:after {
	display: block;
    content: "";
    clear: both;
}
/* The Grove :: Timeline Landing Page CSS */

/* Helpers
=========================================================================================*/
.et_pb_blurb {
	margin: 0 auto;
}
.chamber-footer {
	border-bottom: none !important;
}
.timeline-lander .chamber-footer.subscribe {
	border-top: none;
}
.timeline-lander .banner {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
}
.timeline-lander .banner > img {
	width: 100% !important;
	visibility: hidden;
}
.timeline-lander .banner .banner-main {
	max-width: 960px;
	margin: 0 auto;

	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.timeline-lander .banner .banner-main .banner-logo {
	width: 33.33%;
	float: left;
}
.timeline-lander .banner .banner-main .banner-text {
	width: 66.66%;
	float: left;
	padding-left: 50px;
	color: #FFF;
}
.timeline-lander .banner .banner-main .banner-text h1 {
	color: #FFF;
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 30px;
}
.timeline-lander .banner .banner-main .banner-text .banner-content {
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 20px;
}
.btn.btn-timeline {
	display: inline-block;
	padding: 10px 20px;
	background-color: #40C4E0;
	font-size: 15px;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
}
.btn.btn-timeline:hover,
.btn.btn-timeline:focus {
	background-color: #2f7ab7;
}
.timeline-wrapper,
.loader {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

figure{
	display: table;
}
figcaption{
	display: table-caption;
	caption-side: top;
	font-style: italic;
    font-size: 14px;
    line-height: 1.2em;
    padding-bottom: 5px;
}
.loader {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
}
.loader > img {
	padding-top: 20%;
	max-width: 270px;
}

/* Timeline
=========================================================================================*/
.timeline-header {
	position: relative;
	padding: 20px;
}
.timeline-header .container {
	max-width: 1300px;
	margin: 0 auto;
}
.timeline-header .container:before {
	display: none;
}
.timeline-header h4,
.slider-header h4 {
	text-align: center;
	font-weight: 700;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 1.5em;
    color: #40C4E0;
}
.timeline {
	position: relative;
	max-width: 1300px;
	padding: 100px 20px;
	margin: 0 auto;
}
.timeline:before {
	content: '';
	background: #40C4E0;
	width: 2px;
	height: 98%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}
.timeline .timeline-item {
	width: 100%;
	margin-bottom: 0;
	margin-top: -25px;
}
.timeline .timeline-dot {
    width: 20px;
    height: 20px;
    background-color: #003462;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-top: 6px;
    margin-left: -10px;
}
.timeline .timeline-item .timeline-content .date {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	background-color: #003462;
	padding: 5px 15px;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.timeline .timeline-item:nth-child(even) .timeline-content .date {
	right: auto;
	left: 0;
}
.timeline .timeline-item:nth-child(even) .timeline-content::after {
	left: -15px;
	border-width: 10px 15px 10px 0;
	border-color: transparent #003462 transparent transparent;
}
.timeline .timeline-item:nth-child(even)::after {
	content: '';
	display: block;
	clear: both;
}
.timeline .timeline-content {
	position: relative;
	width: 45%;
	max-width: 570px;
	padding: 45px 30px 15px;
	border-radius: 4px;
	background: #FFFFFF;
	box-shadow: 0 0px 19px -5px rgba(0, 0, 0, .3);
}
.timeline .timeline-item:nth-child(even) .timeline-content {
	float: right;
	padding: 45px 30px 15px 30px;
}
.timeline .timeline-content::after {
	content: '';
	position: absolute;
	border-style: solid;
	width: 0;
	height: 0;
	top: 6px;
	right: -15px;
	border-width: 10px 0 10px 15px;
	border-color: transparent transparent transparent #003462;
}
.timeline .timeline-content a:hover {
	color: #003462;
}
.timeline .timeline-content.timeline-card {
	padding: 0 !important;
}
.timeline .timeline-content.timeline-card p {
	padding: 20px;
}
.timeline .timeline-content.timeline-card .timeline-img-header {
	height: 270px;
	position: relative;
	overflow: hidden;
}
.timeline .timeline-content.timeline-card .timeline-img-header img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.timeline .timeline-content h2 {
	font-weight: 700;
    font-size: 22px;
    color: #003462;
}
.timeline .timeline-content h2 a {
	text-decoration: underline;
}
.timeline .timeline-content.timeline-card .timeline-img-header h2 {
	color: #FFF;
	position: absolute;
	bottom: 5px;
	left: 20px;
	z-index: 1;
	font-weight: 700;
	padding: 0 10px 10px 10px;
}
.timeline .timeline-content.timeline-card .timeline-img-header .blue-grade {
	position: absolute;
	width: 100%;
	height: 100%;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,007bc1+100&0+18,1+100 */
	background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(25,93,160,0) 18%, rgba(0,123,193,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(25,93,160,0) 18%,rgba(0,123,193,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(25,93,160,0) 18%,rgba(0,123,193,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#007bc1',GradientType=0 ); /* IE6-9 */
}
.timeline .timeline-item.cdc-launch .timeline-content {
	/* background-color: #40C4E0 !important; */
	background: rgb(0,123,199);
	background: -moz-linear-gradient(90deg, rgba(0,123,199,1) 0%, rgba(0,196,227,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,123,199,1) 0%, rgba(0,196,227,1) 100%);
	background: linear-gradient(90deg, rgba(0,123,199,1) 0%, rgba(0,196,227,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007bc7",endColorstr="#00c4e3",GradientType=1);
	color: #FFF !important;
}
.timeline .timeline-item.cdc-launch .timeline-dot {
	background-color: #ffe244;
	background-color: #40C4E0 !important;
}
.timeline .timeline-item.cdc-launch .timeline-content h2,
.timeline .timeline-item.cdc-launch .timeline-content p {
	color: #FFF !important;
	font-weight: 700;
}
.timeline .timeline-item.cdc-launch .blue-grade {
	display: none !important;
}
@media(max-width:991px) {
	.timeline::before,
	.timeline .timeline-dot {
		left: 50px;
	}
	.timeline .timeline-item {
		max-width: 100%;
		width: auto;
		margin-left: 70px;
		margin-top: 0 !important;
		margin: 0 0 20px 70px !important;
	}
	.timeline .timeline-item:nth-child(even) .timeline-content {
		float: none;
	}
	.timeline .timeline-item .timeline-content {
		width: 60%;
	}
	.timeline .timeline-item .timeline-content .date {
		left: 0;
		right: auto;
	}
	.timeline .timeline-content::after {
		left: -15px;
		right: auto;
		border-width: 10px 15px 10px 0;
		border-color: transparent #003462 transparent transparent;
	}
}
@media (max-width: 980px) {
	.page-template-page-timeline-php #page-container {
		padding-top: 84px !important;
	}
	.page-template-page-timeline-php .banner {
		padding: 30px 0;
	}
}
@media(max-width:767px){

	.timeline .timeline-item .timeline-content {
		width: 100%;
	}
}
@media(max-width:480px){
	.timeline .timeline-item {
		    margin: 0 0 20px 30px !important;
	}
	.timeline::before,
	.timeline .timeline-dot {
    	left: 20px;
    }
    .timeline .timeline-dot {
	    width: 10px;
		height: 10px;
		margin-top: 11px;
		margin-left: -5px;
    }
	.timeline .timeline-content::after {
		/* display: none; */
	}
	.timeline .timeline-item .timeline-content {
		width: 100%;
	}
	.timeline .timeline-content.timeline-card .timeline-img-header {
		height: auto;
	}
	.timeline .timeline-content.timeline-card .timeline-img-header img {
		position: relative;
		top: 0;
		width: 100%;
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
		-moz-transform: none;
	}
	.timeline .timeline-content.timeline-card .timeline-img-header h2,
	.timeline .timeline-item.cdc-launch .timeline-content.timeline-card .timeline-img-header h2  {
		color: #003462 !important;
	    position: relative;
	    bottom: auto;
	    left: auto;
	    padding: 10px 20px;
	    background: #FFF;
	}
	.timeline .timeline-content.timeline-card p {
		padding-top: 0;
	}
	.timeline .timeline-item.cdc-launch .timeline-content.timeline-card p {
		padding: 10px 20px;
	}
	.timeline .timeline-content.timeline-card .timeline-img-header .blue-grade {
		top: 0;
	}
}

/* NFT
=========================================================================================*/
.nft-contain {
	max-width: 1300px;
	margin: 0 auto;
	padding: 20px;
}
.nft h2.nft-title {
	font-weight: 700;
	font-size: 30px;
	color: #003462;
	margin-bottom: 40px;
	text-align: center;
}
.nft .nft-col-left,
.nft .nft-col-right {
	width: 50%;
	padding: 20px;
}
.nft .nft-col-right {
	float: right;
}
.nft .nft-col-left {
	float: left;
}
.nft .nft-col-left img {
	max-width: 400px;
    margin: 0 auto;
    display: block;
}
@media(max-width: 991px) {
	.nft {
		padding: 50px 0;
	}
	.nft .nft-col-left,
	.nft .nft-col-right {
		width: 100%;
		float: none;
		text-align: center;
	}
	.nft h2.nft-title {
		margin: 0 auto 20px;
		text-align: center;
		max-width: 500px;
	}
	.nft .nft-col-left img {
		max-width: 350px;
	}
	.nft .nft-col-right p {
		display: block;
		max-width: 400px;
		margin: 0 auto 20px;
	}
}
/* Slider
=========================================================================================*/
.slider,
.nft {
	position: relative;
	padding: 100px 0;

	background: #e5e5e5; /* Old browsers */
	background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e5e5e5 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.slider .slider-wrap {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 200px;
}
.slider-header .container {
	padding: 0 20px 50px 20px !important;
}
.slider .slider-wrap .cycle-slide {
	width: 100%;
	max-width: none;
}
.slider .slider-wrap .cycle-slide figure {
	margin: 0 auto;
}
.slider .slider-prev,
.slider .slider-next {
	position: absolute;
	top: 43%;
	display: block;
	background-color: #40C4E0;
	font-size: 26px;
    padding: 20px;
	color: #FFF;
	z-index: 999;
	cursor: pointer;
}
.slider .slider-prev:hover,
.slider .slider-next:hover {
	background-color: #003462;
}
.slider .slider-prev {
	left: 0;
}
.slider .slider-next {
	right: 0;
}

/* Disclaimer */
.disclaimer {
	display: block;
    margin: 50px auto 0;
    font-size: 12px;
}

/* Policy Pages
=========================================================================================*/
#main-content.policy .btn {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1em;
	padding: 12px 25px;
	min-height: 38px;
}
#main-content.policy .btn.btn-dark {
	background-color: #042645;
	color: #FFF;
	border: 2px solid #042645;
}
#main-content.policy .btn.btn-dark:hover,
#main-content.policy .btn.btn-dark:focus {
	background-color: #40C4E0;
	border-color: #40C4E0;
}
#main-content.policy .btn.btn-watch {
	background-color: transparent;
	color: #40C4E0;
	border: 2px solid #40C4E0;
}
#main-content.policy .btn.btn-watch:hover,
#main-content.policy .btn.btn-watch:focus {
	color: #042645;;
	border: 2px solid #042645;
}


/* Policy Landing */
#main-content.policy {
	padding: 50px 0;
	color:#5F5F5F;
}
#main-content.policy .policy-banner {
	background-color: #042645;
	padding: 70px 0;
	margin-bottom: 50px;
}
#main-content.policy .policy-banner .container {
	padding-top: 0;
}
#main-content.policy .policy-banner h1 {
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	color: #FFF;
	margin: 0;
}
#main-content.policy h2.priorities-title {
	font-size: 30px;
	color: #007BC1;
	font-weight: 700;
	margin-bottom: 45px;
}
#main-content.policy .priority {
	margin-bottom: 40px;
}
#main-content.policy .priority .priority-content {
	max-width: 630px;
}
#main-content.policy .priority .priority-content h3 {
	font-size: 25px;
	font-weight: 700;
	color: #042645;
}
#main-content.policy .priority .priority-content p {
	color: #5F5F5F;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.9em;
	margin-bottom: 10px;
	padding-bottom: 0;
}
#main-content.policy .priority .priority-content a {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	color: #29B6D5;
}
#main-content.policy .sidebar {
	padding-left: 30px;
}
#main-content.policy .sidebar section {
	margin-bottom: 45px;
}
#main-content.policy .sidebar section.policy-mission {
	font-size: 20px;
	color: #119CEB;
}
#main-content.policy .sidebar section.policy-resources h4 {
	font-size: 16px;
	font-weight: 700;
	color: #042645;
}
#main-content.policy .sidebar section.policy-resources ul {
	list-style: none;
	padding-left: 0;
}
#main-content.policy .sidebar section.policy-resources ul li {
	margin-bottom: 5px;
}
#main-content.policy .sidebar section.policy-resources ul li a {
	color: #042645;
	text-decoration: underline;
	font-size: 16px;
}
#main-content.policy .sidebar section.policy-resources ul li a:hover,
#main-content.policy .sidebar section.policy-resources ul li a:focus {
	color: #29B6D5;
}
@media(max-width:991px) {
	#main-content.policy {
    	padding: 12px 0 50px;
    }
    #main-content.policy .policy-banner {
	    margin-bottom: 0;
    }
    #main-content.policy .policy-banner h1 {
	    font-size: 28px;
    }
	#main-content.policy .sidebar section.policy-mission {
		font-size: 16px;
	}
}

/* Policy Subpages */
#main-content.policy .policy-banner.banner-advanced {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#042645+1,042645+40,007bc1+99 */
	background: rgb(4,38,69); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(4,38,69,1) 1%, rgba(4,38,69,1) 40%, rgba(0,123,193,1) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(4,38,69,1) 1%,rgba(4,38,69,1) 40%,rgba(0,123,193,1) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(4,38,69,1) 1%,rgba(4,38,69,1) 40%,rgba(0,123,193,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#042645', endColorstr='#007bc1',GradientType=0 ); /* IE6-9 */

}

#main-content.policy .policy-banner.banner-advanced h1 {
	font-weight: 300;
	margin-bottom: 70px;
}
#main-content.policy .policy-banner.banner-advanced .banner-content {
	padding-left: 40px;
}
#main-content.policy .policy-banner.banner-advanced .banner-content h2 {
	font-size: 30px;
	font-weight: 700;
	color: #FFF;
}
#main-content.policy .policy-banner.banner-advanced .banner-content p {
	color: #FFF;
	font-size: 16px;
	line-height: 1.9em;
	max-width: 675px;
}

#main-content.policy .policy-intro {
	font-size: 25px;
	color: #119CEB;
}
#main-content.policy section {
	margin-bottom: 50px;
}
#main-content.policy h3.section-title {
	position: relative;
	font-size: 16px;
	font-weight: 900;
	color: #119CEB;
	line-height: 1.4em;
	text-transform: uppercase;
	margin-bottom: 25px;
}
#main-content.policy h3.section-title:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	top: 10px;
	left: 0;
	z-index: 1;
	height: 1.5px;
	background-color: #119CEB;
}
#main-content.policy h3.section-title .text {
	position: relative;
	z-index: 2;
	background-color: #FFF;
	padding-right: 20px;
}
#main-content.policy h3.section-title .icon-plus {
	display: block;
	position: absolute;
	left: -35px;
	top: 0;
	background-color: #042645;
	color: #FFF;
	width: 25px;
	height: 25px;
	font-size: 18px;
	text-align: center;
	padding: 1px 0 0 1px;
	border-radius: 3px;
}
#main-content.policy .section-content h3 {
	color: #042645;
	font-size: 25px;
	font-weight: 700;
}
#main-content.policy .section-content p {
	color: #5F5F5F;
	font-size: 16px;
	line-height: 1.9em;
}
@media(max-width:767px) {
	#main-content.policy h3.section-title .icon-plus {
		position: relative;
		float: left;
		left: 0;
		z-index: 2;
	}
	#main-content.policy h3.section-title span {
		padding-left: 15px;
	}
	#main-content.policy .policy-banner.banner-advanced .banner-content {
		padding-left: 0;
	}
}
/* NAPB - Background */
#main-content.policy .section-content .row.bg-leaders {
	padding: 25px 0;
	border-bottom: 2px solid #D9D9D9;
}
#main-content.policy .section-content .row.bg-leaders:last-child {
	border-bottom: none;
}
#main-content.policy .section-content .row.bg-leaders h4 {
	font-size: 22px;
	font-weight: 700;
	color: #042645;
	padding-bottom: 0;
}
#main-content.policy .section-content .row.bg-leaders .leader-title {
	display: block;
	color: #042645;
	max-width: 200px;
	line-height: 1.6em;
}
/* NAPB - Strategy */
#main-content.policy .section-content.napb-strategy .video-dl h3 {
	font-size: 25px;
	font-weight: 700;
}

#main-content.policy ul {
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 20px;
}
#main-content.policy ul li {
	font-size: 17px;
	color:#5F5F5F;
	margin-bottom: 5px;
	line-height: 1.8em;
}

/* Accomplishments */
#main-content.policy .policy-accomplishments .accomplishment {
	position: relative;
	background-color: #CFF0F7;
	border-radius: 5px;
	color: #042645;
	font-size: 16px;
	margin-bottom: 15px;
}
#main-content.policy .policy-accomplishments .accomplishment .check {
	width: 60px !important;
    background-color: #40C4E0;
    padding: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#main-content.policy .policy-accomplishments .accomplishment .acc-text {
	padding: 20px 20px 20px 80px;
}
#main-content.policy .policy-accomplishments .accomplishment .acc-text p {
	margin-bottom: 0;
}
#main-content.policy .policy-accomplishments .accomplishment .acc-text a {
	font-weight: 700;
	text-decoration: underline;
	color: #042645;
}
#main-content.policy .policy-accomplishments .accomplishment .acc-text a:hover,
#main-content.policy .policy-accomplishments .accomplishment .acc-text a:focus {
	color: #5F5F5F;
}

/* Resources */
#main-content.policy .policy-resources .resource a {
	display: block;
	background-color: #042645;
	border-radius: 5px;
	color: #FFF;
	font-size: 15px;
	padding: 35px 25px;
}
#main-content.policy .policy-resources .resource a:hover,
#main-content.policy .policy-resources .resource a:focus {
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,.4);
	text-decoration: none;
}
#main-content.policy .policy-resources .resource.style-blank a {
	background-color: #007BC1;
}
#main-content.policy .policy-resources .resource a p {
	padding-bottom: 0;
	color: #FFF;
}
#main-content.policy .policy-resources .resource a strong {
	font-size: 14px;
	text-transform: uppercase;
}

/* Testimonials (slider) */
#main-content.policy .policy-testimonials .quote {
	background-color: #FFF;
	width: 100%;
}
#main-content.policy .policy-testimonials .quote h3 {
	font-size: 40px;
	font-weight: 700;
	color: #042645;
}
#main-content.policy .policy-testimonials .quote h3 span {
	font-size: 16px;
	display: inline-block;
	margin-left: 20px;
}
#main-content.policy .policy-testimonials .quote .quote-content {
	color: #042645;
	font-style: italic;
}
#main-content.policy .policy-testimonials .cycle-pager {
	position: absolute;
	bottom: -15px;
	z-index: 99;
}
#main-content.policy .policy-testimonials .cycle-pager span {
	font-size: 42px;
	margin-right: 3px;
	color: #BCEAF4;
	cursor: pointer;
	display: inline-block;
	height: 12px;
	line-height: 12px;
}
#main-content.policy .policy-testimonials .cycle-pager span.cycle-pager-active {
	color: #40C4E0;
}
#main-content.policy .policy-media a.media {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 32px 28px 40px;
	border-radius: 8px;
	background-color: #042645;
}
#main-content.policy .policy-media a.media:hover,
#main-content.policy .policy-media a.media:focus {
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,.4);
}
#main-content.policy .policy-media a.media img {
	display: block;
}
#main-content.policy .policy-media a.media .media-icon {
	margin-bottom: 15px;
}
#main-content.policy .policy-media a.media .media-text {
	font-size: 15px;
	font-weight: 700;
}


.entry-content .page-list ul.children {
	padding-left: 20px !important;
}
/* Footer
=========================================================================================*/
/* Kill Old Footer */
.chamber-newsletter-section,
.chamber-footer {
	display: none !important;
}
#main-footer {
	background-color: #003462;
}
#main-footer .footer-top a.footer-join {
	margin-left: 40px;
	font-weight: 900;
}
#main-footer .footer-top,
#main-footer .footer-main {
	padding: 50px 0;
	border-bottom: 2px solid rgba(64,196,224,.25);
}
#main-footer .footer-main .et_pb_row {
	max-width: none !important;
}
#main-footer .footer-nav.et_pb_row {
	width: 75%;
	float: left;
	padding-top: 0;
}
#main-footer .footer-main .et_pb_row_0 {
	background: transparent !important;
}
#main-footer .footer-nav .et_pb_column_4,
#main-footer .et_pb_row_0.et_pb_row {
	background: none !important;
	padding: 0 !important;
}
#main-footer .footer-subscribe {
	width: 25%;
	float: left;
}

#main-footer .footer-nav li {
	margin-bottom: 3px;
}
#main-footer .footer-nav li a {
	color: #40C4E0;
	font-weight: 600;
	font-size: 14px;
}
#main-footer .footer-nav li:first-child a {
	color: #FFF;
	font-weight: 900;
}
#main-footer .footer-nav #menu-footer-social li:first-child a {
	color: #40C4E0;
	font-weight: 700;
}
#main-footer .footer-nav .menu,
#main-footer .footer-nav .widget_nav_menu {
	margin-bottom: 0 !important;
}
#main-footer .footer-nav li.fb,
#main-footer .footer-nav li.tw,
#main-footer .footer-nav li.li,
#main-footer .footer-nav li.yt {
	font-weight: 700 !important;
	display: inline-block;
	margin: 0 4px;
}
#main-footer .footer-nav li.fb a,
#main-footer .footer-nav li.tw a,
#main-footer .footer-nav li.li a,
#main-footer .footer-nav li.yt a {
	font-size: 18px !important;
}
#main-footer .footer-nav li a:hover,
#main-footer .footer-nav li a:focus,
#main-footer .footer-nav li.fb a:hover,
#main-footer .footer-nav li.tw a:hover,
#main-footer .footer-nav li.li a:hover,
#main-footer .footer-nav li.yt a:hover,
#main-footer .footer-nav #menu-footer-social li:first-child a:hover {
	color: #FFF;
}
#main-footer .footer-subscribe {
	padding-left: 50px;
	border-left: 2px solid rgba(64,196,224,.25);
}
#main-footer .footer-subscribe #mc_embed_signup {
	margin-left: 0;
}
#main-footer .footer-subscribe #mc_embed_signup input[type="email"] {
	border: 2px solid #0A5181 !important;
	height: 44px;
	border-radius: 5px;
	margin-bottom: 8px;
	width: 205px !important;
	background: transparent;
	padding-left: 25px !important;
	color: #007BC1;
}
#main-footer .footer-subscribe #mc_embed_signup #mc_embed_signup_scroll {
	text-align: left;
}
#main-footer .footer-subscribe #mc_embed_signup form .mc-field-group input::-webkit-input-placeholder { /* Edge */
 	color: #007BC1;
 	font-weight: 700;
}
#main-footer .footer-subscribe #mc_embed_signup form .mc-field-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  	color: #007BC1;
  	font-weight: 700;
}
#main-footer .footer-subscribe #mc_embed_signup form .mc-field-group input::placeholder {
  	color: #007BC1;
  	font-weight: 700;
}
#main-footer .footer-subscribe #mc_embed_signup input[type="submit"] {
	background-color: #007BC1;
	color: #003462;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 14px;
	height: 44px;
	border: none;
	border-radius: 5px;
	width: 205px;
	cursor: pointer;
	margin: 0;
}
#main-footer .footer-subscribe #mc_embed_signup input[type="submit"]:hover {
	background-color: rgba(0,123,193,.5);
}
#main-footer .footer-bottom {
	padding: 50px 0;
}
#main-footer .footer-bottom,
#main-footer .footer-bottom a {
	color: #40C4E0;
	font-weight: 400;
}
@media(max-width: 980px) {
	#main-footer .footer-top span {
		display: block;
	}
	#main-footer .footer-top a.footer-join {
		margin-left: 0;
		margin-top: 15px;
	}
	#main-footer .footer-nav.et_pb_row,
	#main-footer .footer-subscribe {
		width: 100%;
		padding-left: 0;
		border-left: 0;
	}
	#main-footer .footer-main {
    	padding: 50px 0 25px;
    }
    #main-footer .footer-subscribe #mc_embed_signup input[type="email"] {
	    margin-right: 10px;
	    max-width: none !important;
	}
	#main-footer .footer-subscribe #mc_embed_signup input[type="submit"] {
		max-width: none !important;
	}
}
@media(max-width:768) {
	#main-footer .footer-subscribe #mc_embed_signup input[type="submit"] {
		margin-left: 0px !important;
	}
}
/* Mobile
=========================================================================================*/
@media(min-width: 1200px) {
	.timeline.loading {
		height: 658px;
	}
	.timeline {
		position: relative;
	}
}
@media(max-width: 767px) {
	.timeline-lander .banner .banner-main {
		position: relative;
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
		-moz-transform: none;
	}
	.timeline-lander .banner > img {
		display: none;
	}
	.timeline-lander .banner .banner-main .banner-logo,
	.timeline-lander .banner .banner-main .banner-text {
		width: 100%;
		padding: 20px;
	}
	.timeline-lander .banner .banner-main .banner-logo {
		text-align: center;
	}
	.timeline-lander .banner .banner-main .banner-logo img {
		width: auto;
		height: auto;
		max-width: 200px;
	}
	.timeline-lander .banner .banner-main .banner-text h1 {
		font-size: 32px;
		margin-bottom: 20px;
	}

	/* Slides */
	.timeline .dch-slideshow-wrapper .dch-slide {
		max-width: 100%;
	}
	.timeline .dch-slideshow-wrapper .slideshow-content {
    	max-width: 829px;
    }

	.slider {
		padding: 50px 20px;
	}
    .slider .slider-wrap {
	    padding: 0;
	}
	.slider .slider-prev,
	.slider .slider-next {
		position: relative;
		display: inline-block;
		width: 49%;
	}
	.slider .slider-prev {
		float: left;
	}
	.slider .slider-next {
		float: right;
		text-align: right;
	}
}
@media(min-width: 992px) and (max-width: 1099px) {

}
@media(min-width: 768px) and (max-width: 991px) {
	.timeline-lander .banner .banner-main .banner-logo,
	.timeline-lander .banner .banner-main .banner-text {
		padding: 20px;
	}
	.timeline-lander .banner .banner-main .banner-text h1 {
		font-size: 32px;
		margin-bottom: 20px;
	}
}
@media(min-width: 481px) and (max-width: 767px) {

}
@media(max-width: 480px) {
	.timeline {
    	padding: 50px 20px;
    }
}