/*
Theme Name: CMA
Version: 1.0
*/
@font-face {
    font-family: "Simplon Norm";
    src:     url("../fonts/simplonnorm-regular-webfont.eot?#iefix");
    src: url("../fonts/simplonnorm-regular-webfont.eot?#iefix") format("eot"),
         url("../fonts/simplonnorm-regular-webfont.woff2") format("woff2"),
         url("../fonts/simplonnorm-regular-webfont.woff") format("woff"),
         url("../fonts/simplonnorm-regular-webfont.ttf") format("truetype"),
         url("../fonts/simplonnorm-regular-webfont.svg") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Simplon Norm";
    src:     url("../fonts/simplonnorm-bold-webfont.eot?#iefix");
    src: url("../fonts/simplonnorm-bold-webfont.eot?#iefix") format("eot"),
         url("../fonts/simplonnorm-bold-webfont.woff2") format("woff2"),
         url("../fonts/simplonnorm-bold-webfont.woff") format("woff"),
         url("../fonts/simplonnorm-bold-webfont.ttf") format("truetype"),
         url("../fonts/simplonnorm-bold-webfont.svg") format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Simplon Norm";
    src:     url("../fonts/simplonnorm-light-webfont.eot?#iefix");
    src: url("../fonts/simplonnorm-light-webfont.eot?#iefix") format("eot"),
         url("../fonts/simplonnorm-light-webfont.woff2") format("woff2"),
         url("../fonts/simplonnorm-light-webfont.woff") format("woff"),
         url("../fonts/simplonnorm-light-webfont.ttf") format("truetype"),
         url("../fonts/simplonnorm-light-webfont.svg") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Simplon Norm";
    src:     url("../fonts/simplonnorm-medium-webfont.eot?#iefix");
    src: url("../fonts/simplonnorm-medium-webfont.eot?#iefix") format("eot"),
         url("../fonts/simplonnorm-medium-webfont.woff2") format("woff2"),
         url("../fonts/simplonnorm-medium-webfont.woff") format("woff"),
         url("../fonts/simplonnorm-medium-webfont.ttf") format("truetype"),
         url("../fonts/simplonnorm-medium-webfont.svg") format("svg");
    font-weight: 500;
    font-style: normal;
}
.green-down-arrow {
    cursor: pointer;
}

.resources-center .resources-center-button a.btn.collapsed {
    background-color: #76BC21;
}
.modal-open::after, .modal-open1::after {
    position: fixed !important;
    height: 100vw !important;
}
.services-list .img img {
    width: 100%;
    transform: scale(1);
    transition: all 0.4s ease 0s;
}
.form-here input::placeholder, .form-here textarea::placeholder {
    color: black;
}
.form-here ul {
    list-style: none;
}
.form-here label {
    color: red;
}
.form-here .hs-submit {
    justify-content: flex-start !important;
}
.hs-error-msgs, .hs_error_rollup {
    display: none;
}
.form-here input.invalid.error::placeholder, .form-here textarea.invalid.error::placeholder {
    color: red;
}
.form-here fieldset .hs-form-field input.invalid.error, .form-here fieldset .hs-form-field textarea.invalid.error{
    border-bottom: solid 1px red;
}
.slide-menu ul a.slide-menu-control.special-link{
    padding-left: 20px;
    cursor:pointer;
}
.slide-menu ul a.slide-menu-control.special-link::after{
    background-image: none;
}
header .slide-menu{
    overflow: scroll;
}
.search-input-box{
    text-align: center;
}
.search-input-box h3{
    color: #76bc21;
}
.is-search-submit {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0;
    border: none;
    background-color: transparent;
    padding-left: 0;
}
.desk-search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.desk-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.desk-search-input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
.srolled .desk-search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #223f7d;
  opacity: 1; /* Firefox */
}

.srolled .desk-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #223f7d;
}
section.agenda_section {
    padding: 80px 0;
    background: #fff;
}
section.agenda_section h2 {
    color: #394859;
    font-size: 2.625rem;
    font-weight: 600;
    line-height: 2.8125rem;
    margin-bottom: .9375rem;
}
.agenda-table__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.agenda-table__time {
    -webkit-flex-basis: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
}
.agenda-table__content {
    -webkit-flex-basis: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
}

.agenda-table__content-title {
    font-size: 1.5rem;
    color: #0073a8;
    margin-bottom: 5px;
    line-height: 1;
	font-weight: 400;
}
.agenda-table__content-host {
    font-size: 1.125rem;
    color: #0073a8;
    margin-bottom: 10px;
}
.agenda-table__content-content p{
    margin-bottom: 1.875rem !important;
}
.srolled .desk-search-input::-ms-input-placeholder { /* Microsoft Edge */
  color: #223f7d;
}
.search-box-form .wf-container1 {
    width: 100%;
}
.search-box-form h3{
    display: inline;
}
.rc-pagination ul li span{
    background-color: #e01453;
    color: #ffffff;
    display: block;
    width: 40px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
}
.desk-search-input {
    width: 100%;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
	outline: none;
    font-size: 16px;
}
.srolled .desk-search-input{
	border-bottom: 1px solid #223f7d;
	    color: #223f7d;
}
.srolled .is-search-submit {
	
    color: #223f7d;
}
.search-result-page .breadcrumbs::after {
    height: 190px;
}
.desktop-menu li.menu-lavel-1 > a.search-show-icon{
	    float: right;
}
.search-box-form .search form div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 0;
    opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
	    -webkit-box-align: end;    -ms-flex-align: end;    align-items: end;
	float: right;	
}
.desktop-menu li.menu-lavel-1 > a.search-show-icon.main {
    display: none;
}
.search-box-form.main .search form div {
    width: 100%;
    opacity: 1;
}

.filter_topic .select-selected.select-drop-down-created{
    background-image: url(assets/images/dropdown-arrow-clr.svg);
    display: flex;
    align-items: center;
}
.filter_topic .select-selected.select-arrow-active {
    background-color: #00162b;
    background-image: url(assets/images/dropdown-white-top.svg);
}
.filter-form .filter_topic .select-items{
    margin-top: 5px;
}

.filter-form .filter_topic .select-items div {
    background-color: #00162b;
    color: #fff;
}
#accordionTeam.accordiontem .teamcard .btn{
    width: 96%;
    padding-right: 12px;
}
#accordionTeam.accordiontem .teamcard .btn::after{
  right: -3%;
}
#map_canvas .custom_map_label{
    margin-left: -15px;
    margin-top: -10px;
}
.tab_content ul{
	margin-bottom:0;
}
.tab_container .full-width-cta{
	padding: 0px 50px 60px 51px;
	text-align: right;
}
.tab_container .full-width-cta a{
	    width: auto;
    text-align: center;
    color: #fff;
}
section.history_timeline {
    
    padding: 80px 0px 50px 0px;
}
.history_timeline .text-block-main h3{
	font-weight: 400;
    color: #03a3d6;
    font-size: 45px;
    letter-spacing: 0.00em;
}
.timeline {
    width: 100%;
    position: relative;
    margin-top: 100px;
    background: #f0f0f0;
    margin: 0 auto;
    max-width: 1840px;
}
.timeline-wrapper {
    position: relative;
    width: 100%;
    height: 480px;
    margin: 60px auto;
}
.timeline-slide {
    position: relative;
    background-repeat: no-repeat;
    outline: none;
    background-size: auto 400px, cover;
    background-position: top;
    margin: 0 1px;
    width: 85%;
    z-index: 1;
    background-size: cover;
}
.timeline-slide__content {
    z-index: 5;
    position: absolute;
    bottom: 50px;
    background: rgb(34 63 125 / 90%);
    width: 470px;
    left: -25px;
    padding: 30px 55px;
    opacity: 0;
    transition: opacity 1s;
}
.timeline .slick-current .timeline-slide__content {
    opacity: 1;
}
.timeline-slider {
    height: 100%;
}
.timeline .slick-list {
    height: 100%;
}
.timeline .slick-track {
    height: 100%;
}
.timeline-year {
    z-index: 5;
    font-size: 70px;
    font-weight: 400;
    color: #00162b;
    background: transparent;
    padding: 15px 26px;
    transition: opacity 1.2s;
    position: absolute;
    right: 0;
    opacity: 0;
    /* top: 50%; */
    height: 100%;
    /* z-index: 9999; */
    background: #62ead5ed;
	width:300px;
}

.timeline-text {
    font-size: 20px;
    line-height: 28px;
    color: #00162b;
    margin: 0;
    font-weight: 400;
    display: block;
    line-height: 30px;
}
.timeline-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #081b2eed;
    z-index: 2;
}
.timeline .slick-current:after {
    background-color: rgba(0, 52, 113, 0);
}

.timeline .slick-current .timeline-year {
    opacity: 1;
}
.timeline-nav.slick-initialized.slick-slider {
    margin-top: -50px;
}
.timeline-nav.slick-initialized.slick-slider:before {
    content: "";
    background: #ededed;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 22px;
}
.timeline-nav .slick-track {
    transform: none !important;
    width: 100% !important;
    display: flex;
    justify-content: center;
}
.timeline-nav__item {
    width: auto !important;
    height: auto;
    text-align: center;
    background: transparent;
    color: #223f7d;
    margin: 30px 30px !important;
    position: relative;
    font-size: 14px;
    line-height: 50px;
    font-weight: 400;
    outline: none;
    cursor: pointer;
}
.timeline-nav__item:hover {
    font-weight: 800;
    transition: all 0.1s ease;
}
.timeline-nav__item.slick-slide {
    font-size: 22px;
    color: #00162b;
    font-weight: 400;
}
.timeline-nav__item::before {
    content: "";
    position: absolute;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #ededed;
    transition: 0.2s;
    border: 2px solid #ededed;
}
.timeline-nav__item.slick-current::before {
    background-color: #67f2d6;
}
.history_timeline .slick-arrow {
    color: #334555;
}
a.my-arrow-prev.slick-arrow {
    position: absolute;
    z-index: 99;
    font-size: 45px;
    font-weight: 300;
    top: 45%;
    left: 5%;
}a.my-arrow-next.slick-arrow {
    position: absolute;
    font-size: 45px;
    font-weight: 300;
    top: 45%;
    right: 5%;
}
.history_timeline .slick-arrow:hover {
    color: white;
}
h2.gform_title {
    color: #03a3d6 !important;
    font-size: 36px !important;
    font-weight: 600 !important;
}
.gfield input, .gfield select {
    background: transparent !important;
}
.gfield {
    padding-right: 20px !important;
    margin-right: 10px !important;
}
.gfield_checkbox input {
    background-color: #d5d3d3 !important;
}
.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before {
    color: white !important;
    background-color: #03a3d6;
    border-color: #03a3d6;
}
body .gform_wrapper .ginput_container_checkbox .gfield_checkbox li input[type=checkbox]:checked + label:before, body .gform_wrapper .ginput_container_consent input[type=checkbox]:checked + label:before {
    top: 2px;
    left: 1px;
    width: 8px;
    height: 13px;
    margin-top: 3px;
    border-top: 2px solid transparent !important;
    border-left: 2px solid transparent !important;
    border-right: 2px solid #ffffff !important;
    border-bottom: 2px solid #ffffff !important;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
body .gform_wrapper .ginput_container_checkbox .gfield_checkbox li input[type=checkbox]:checked + label:after, body .gform_wrapper .ginput_container_consent input[type=checkbox]:checked + label:after {
    top: 3px;
    width: 20px;
    height: 20px;
    border: 2px solid #03a3d6 !important;
    background-color: #03a3d6 !important;
    z-index: 0;
    border-radius: 2px;
}
body .gform_wrapper .ginput_container_checkbox .gfield_checkbox li input[type=checkbox]:not(:checked) + label:after, body .gform_wrapper .ginput_container_consent input[type=checkbox]:not(:checked) + label:after {
    width: 20px;
    height: 20px;
    border: 2px solid #d5d3d3 !important;
    top: 3px;
    background-color: #d5d3d3 !important;
    border-radius: 5px;
}
@media screen and (max-width: 1600px) {
    #customNav.arrow-nav {
        top: inherit;
        bottom: 30px;
    }
}
@media screen and (max-width: 1439px) {
    .news-list-home ul li:first-child{
        border-top: solid 0px #e4e7e9;
    }
    .news-list-home ul li:last-child{
        border-bottom: solid 1px #e4e7e9;
    }
}
@media screen and (max-width: 1200px) {
    .h2-green-section .talk-to-expert{
        justify-content: start;
    }
    .readmore1.left .fa-arrow-left:first-child {
        display: none;
    }
    .article-social .social-share li a:hover span{
        display: none;
    }
}
@media screen and (max-width: 1199px) {
	.desk-search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	  color: #223f7d;
	  opacity: 1; /* Firefox */
	}

	.desk-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	  color: #223f7d;
	}

	.desk-search-input::-ms-input-placeholder { /* Microsoft Edge */
	  color: #223f7d;
	}
}
@media screen and (max-width: 992px) {
    .promo-bar { order: 1; }
    .promo-social ul li {
        border-top: solid 1px #E8EDF1;
    }
    .promo-bar .promo-center .promo-text span{
        transform: scaleY(-1);
    }
	.tab_container .full-width-cta{
		padding: 0px 30px 40px 30px;
	}
}
@media screen and (max-width: 768px) {
    .search-result-page .breadcrumbs::after {
        height: 168px;
    }
    .search-result-page .rc-bg {
        padding-top: 0px;
    }
	.tab_container .full-width-cta {
    padding: 10px 0px 0px 0px;
}
	.agenda-table__time {
    -webkit-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
}
	.agenda-table__content {
    -webkit-flex-basis: 67%;
    -ms-flex-preferred-size: 67%;
    flex-basis: 67%;
}
}

.event-countdown {
    margin: 0 auto;
    width: 31.25rem;
}
.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}

/**
 *	This is all the elements used to house all text used
 * in time circles
 **/
.time_circles > div {
    position: absolute;
    text-align: center;
}

/**
 *	Titles (Days, Hours, etc)
 **/
.time_circles > div > h4 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Century Gothic', Arial;
}

/**
 *	Time numbers, ie: 12
 **/
.time_circles > div > span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Century Gothic', Arial;
    font-size: 300%;
    margin-top: 0.4em;
    font-weight: bold;
}
.product-alpha-content-container .tab-content {
    width: 100%;
    animation: anime 1.5s;
    text-align: left;
    font-family: sans-serif;
    opacity: 1;
	display:block;
}