<!-- start Simple Custom CSS and JS -->
<style type="text/css">
/********************************************/
/**************** HEADER *******************/
#et-info {
	    float: right;
    padding-left: 15px;
}
#top-header {
	z-index:10000 !important;
}
#logo {
	margin-top: -35px;
	max-height: 65px !important;
		z-index:10009 !important;
}
#main-header.et-fixed-header {
	webkit-box-shadow: 0 0 7px rgba(0,0,0,.0)!important;
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.0)!important;
	box-shadow: 0 0 7px rgba(0,0,0,.0)!important;
}
.et-social-icons {
	float: right !important;
}
#top-header:before {
    content: "";
    background: #fff;
    width: 100%;
    height: 50px;
    position: absolute;
    z-index: -1;
}
#top-menu .sub-menu li a {
    line-height: 1.2em;
    font-size: 12px;
    padding: 10px 10px;
    font-weight: 600;
    letter-spacing: 0;
    transition: unset;
}
#top-menu .sub-menu li a:hover {
    opacity: 1;
    background: #37a000;
    color: #fff !important;
    transition: unset;
}
.nav li ul {
    border-color: #37a000;
}

/********************************************/
/**************** GENERAL *******************/
.et_fixed_nav.et_show_nav #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container {
    padding-top: 80px !important;
}
.underline-title{
	position:relative;
}
.underline-title:before{
	content: "";
	position: absolute;
	border-radius: 20px;
	bottom: 0;
    height: 2px;
    width: 10px;
	background-image: -webkit-linear-gradient(left, #37a000 0%, #00D9A6 100%);
	background-image: -o-linear-gradient(left, #37a000 0%, #00D9A6 100%);
	background-image: linear-gradient(to right, #7ac951 0%, #00d9a6 100%);
	background-repeat: repeat-x;
}
.underline-title:after{
	content: "";
	position: absolute;
	border-radius: 20px;
	bottom: 0;
	height: 2px;
    left: 14px;
    width: 30px;
	background-image: -webkit-linear-gradient(left, #37a000 0%, #00D9A6 100%);
	background-image: -o-linear-gradient(left, #37a000 0%, #00D9A6 100%);
	background-image: linear-gradient(to right, #7ac951 0%, #00D9A6 100%);
	background-repeat: repeat-x;
}
.underline-blurb-title .et_pb_module_header{
	position:relative;
	margin-bottom:10px;
}
.underline-blurb-title .et_pb_module_header:before{
	content: "";
	position: absolute;
	border-radius: 20px;
	bottom: 0;
	height: 2px;
	width:12px;
	background-image: -webkit-linear-gradient(left, #37a000 0%, #00D9A6 100%);
	background-image: -o-linear-gradient(left, #37a000 0%, #00D9A6 100%);
	background-image: linear-gradient(to right, #7ac951 0%, #00d9a6 100%);
	background-repeat: repeat-x;
}
.underline-blurb-title .et_pb_module_header:after{
	content: "";
	position: absolute;
	border-radius: 20px;
	bottom: 0;
	height: 2px;
    left: 15px;
    width: 35px;
	background-image: -webkit-linear-gradient(left, #37a000 0%, #00D9A6 100%);
	background-image: -o-linear-gradient(left, #37a000 0%, #00D9A6 100%);
	background-image: linear-gradient(to right, #7ac951 0%, #00D9A6 100%);
	background-repeat: repeat-x;
}
.dl-blurb .et-pb-icon {
	font-size: 25px !important;
	transition: all .3s ease-in-out;
}

.dl-blurb:hover .et-pb-icon {
	transform: scale(0.8);
}

.dl-blurb .et_pb_blurb_container {
	padding-left: 2px;
}

.special-blog-feed-circles .entry-featured-image-url {
	width: 50px;
	height: 50px;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
	margin-bottom: 40px;
}

.special-blog-feed-circles .entry-featured-image-url img {
	display: inline;
	margin: 0 auto;
	height: 100%;
	width: auto;
	transition: all .3s ease-in-out;
}

.special-blog-feed-circles .entry-title a {
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.special-blog-feed-circles .entry-featured-image-url:hover img {
	transform: scale(1.2);
}

.special-blog-feed-circles article {
	margin-bottom: 10px;
}
/*** Monarch Sidebar ***/
.et_social_sidebar_networks {
    left: 50px !important;
    top: 230px !important;
}

/*  Bio boxes greyscale with color on hover   */
.bw-reverse {
  filter: url(filters.svg#grayscale);
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome & Safari 6+ */
  -o-transition: 500ms ease-in-out;
transition: 500ms ease-in-out;
}
.bw-reverse:hover {
  filter: none;
  -webkit-filter: none;
  -o-transition: 500ms ease-in-out;
	transition: 500ms ease-in-out;
}




/**********************************************/
/**************** HOME PAGE *******************/
/**** Homepage Features ****/
.insights {
    position: relative;
    padding-left: 10px;
    transition: all ease 0.3s;
    background: #fff;
    cursor: pointer;
    border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
    min-height: 100px;
}
.insights:first-child {
    border-radius: 14px 0 0 00px;
}
.insights:last-child {
    border-radius: 0 0 0 14px;
}
.active-insight {
    background: #002e5f;
    cursor: pointer;
    transition: all ease 0.3s;
    border-bottom-color: #91b282;
	border-top-color: #91b282;
	z-index:10;
}
.insights:before {
    position: absolute;
    top: 17px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #777;
    left: 48px;
    margin-left: 10px;
}
.active-insight:before {
    color:#fff;
}
.insights:first-child:after{
    display:none;
}
.insights:after {
	content: "";
	width: 68%;
	background: #ccc;
	height: 1px;
	display: block;
	top: -7px;
	position: absolute;
	margin: 0 auto;
	left: 0;right: 0;
}
.active-insight:after {
    display: none;
}
body .active-insight h4.et_pb_module_header {
    color: #fff !important;
}

.insights .et_pb_blurb_content {
	position: relative;
	top: 40px;
}
.toggle-sections-list {
    padding: 0;
}
.insights h4 {
	cursor:pointer;
}
.insights h4:after {
    content: "";
    background: url(/wp-content/themes/Divi-child/svg/icon-arrow-right.svg);
    width: 32px;
    height: 32px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 15px;
    position: absolute;
    top:0;
    transition: all ease 0.2s;
}
.insights h4:hover:after {
    transform: scale(1.05);
    transition: all ease 0.2s;
    margin-left: 20px;
}
.active-insight.insights:after {
    content: "";
    background: red;
    background: transparent;
    height: 100%;
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    border-right: 5px solid #002e5f;
    z-index: 2;
    top: 0;
}

.show-tab h2, .show-tab p {
   /* color: #fff !important;*/
}
.toggle-sections-list {
    box-shadow: -6px -10px 11px rgba(0,0,0,0.05);
    border-radius: 13px 0 0 21px;
}
.toggle-sections-data {
    box-shadow: 6px -10px 11px rgba(0,0,0,0.05);
}


/**** Homepage Banner Typewriter ****/
.typed-div-11128 {
    min-height: 50px;
    margin-top: 5px;
}
.typed-div-11128 span {
    font-size: 2.9em;
    color: #000;
    font-family: "Barlow";
    letter-spacing: -1px;
}
/*temporary*/
.white-typer .typed-div-11128 span {
    font-size: 2.9em;
    color: #fff;
    letter-spacing: -1px;
    text-shadow: 0 0 6px rgba(0,0,0,0.3);
}

/*** Homepage toggle sections ****/
.toggle-sections-data {
    padding: 0 50px;
    overflow: hidden;
    border: 5px solid #91b282;
    z-index: 1;
    position:relative;
}
.hide-tab {
    position:absolute;
    overflow: hidden;
    opacity:1;
    transform:translateX(800px);
}
.show-tab{
    transition:all ease 0.6s;
    transform:translateX(0px);
    opacity:1;
}
/**********************************************/
/**************** RESOURCES *******************/
.resources-categories span{
	margin-right:30px;
}
.resources-categories span:hover, .active-category{
	color:#1a1e32;
	cursor:pointer;
}
.resources-categories span{
    position:relative;
    display:inline-block;
}
.resources-categories span:after{
    content: "";
    position: absolute;
    border-radius: 20px;
    bottom: -5px;
    height: 4px;
    left: 0;
    background-image: -webkit-linear-gradient(left, #37a000 0%, #00D9A6 100%);
    background-image: -o-linear-gradient(left, #37a000 0%, #00D9A6 100%);
    background-image: linear-gradient(to right, #7ac951 0%, #00D9A6 100%);
    background-repeat: repeat-x;
    opacity:0;
    transition:all ease 0.3s;
    width: 0;
}
.resources-categories span:hover:after, .active-category:after{
	opacity: 1 !important;
    transition: all ease 0.3s;
    width: 60% !important;
    max-width: 80px !important;
}
.filter-row span {
    font-size: 20px;
    color: #2a1e32;
}

.filter-row .filter-dropdown {
    margin-left: 30px;
    padding: 6px 20px;
    font-size: 18px;
    background: #fff;
    border: 2px solid #37a000;
    transition: all ease 0.1s;
}

.filter-row .filter-dropdown i {
    font-style: normal;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    top: 2px;
    margin-left: 10px;
    left: 4px;
}

.filter-row .filter-dropdown:hover {
    background: #37a000;
    cursor: pointer;
    color: #fff;
    transition: all ease 0.2s;
}
.abc{}

.featured-resource-img .et_pb_image_wrap{
	max-height:340px;
	overflow:hidden;	
}
.small-resource-img .et_pb_image_wrap {
    overflow: hidden;
    height: 200px;
    display: flex;
    align-items: center;
}
.small-resource-img img {
    transition: all ease 0.2s;
	cursor:pointer;
}
.small-resource-img:hover img {
    transform: scale(1.2);
    transition: all ease .4s;
}
.resources-signup:before {
    content: url("/wp-content/uploads/2019/04/520920-PIWXZ4-419sa.png");
    position: absolute;
    top: -80px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    left: 0;
    z-index: -1;
    transition: all ease 0.3s;
}

.resources-signup:hover:before {
    top: -120px;
}

.resources-signup h2 {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
}
.resources-signup .et_pb_newsletter_button:after {
    top: -2px;
}
/********************************************/
/**************** FOOTER *******************/
.et-fb .footer{
	display:none;
}
.footer-logos .upper_row, .footer-logos .lower_row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.footer-logos .upper_row img, .footer-logos .lower_row img {
    max-width: 136px;
    margin-right: 50px;
}
.footer-social a:before {
    color: #dddddd !important;
}


/********************************************/
/**************** HOME V2 *******************/
.service-blurb .et-pb-icon {
    font-size: 50px;
}

.service-blurb .et_pb_main_blurb_image {
    position: absolute;
    top: -20px;
    right: 0;
}
.service-blurb {
    position: relative;
    right: 28%;
    top: -10%;
    margin-bottom: 15px !important;
    max-width: 450px !important;
}
.service-blurb:after {
    content: "\0024";
    font-family: "ETModules";
    position: absolute;
    right: -25px;
    background: #37a000;
    color: #fff;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    font-size: 30px;
    bottom: 10px;
    transform: translateX(-50px);
    opacity: 0;
    cursor: pointer;
    transition: all ease 0.3s;
}

.service-blurb:hover:after {
    opacity: 1;
    transform: translateX(0);
}

.services-row{
    min-height:800px;
}
.services-row .et_pb_column:nth-child(2) {
    background-size: 550px;
    height:550px;
}
.services-row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-row .et_pb_column:nth-child(2):after {
    content: "";
    background-image: linear-gradient(149deg, rgba(33,245,255,0.9) 0%, rgba(38,151,248,0.9) 100%);
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 96%;
    right: 0;
}
.services-background-text {
    position: absolute;
    bottom: 20px;
    right: 20px;
    opacity: 0.95;
}

/****** Custom Tabs *****/
.custom-tabs .et_pb_tab_active a {
  color: #ffffff!important;
}

.custom-tabs ul.et_pb_tabs_controls {
  float: left;
  width: 30%;
  display: block;
  background: transparent;
}
.custom-tabs .et_pb_all_tabs {
  display: flex;
  width: 65%;
}
.custom-tabs .et_pb_tabs_controls li {
display: block;
width: 100%;
  border: 1px solid #d9d9d9;
  margin-bottom: 5px;
height:auto !important;
	overflow:visible;
}

.custom-tabs .et_pb_tabs_controls li:not(.et_pb_tab_active):last-child {
border-right: 1px solid #d9d9d9;
}

.custom-tabs .et_pb_tabs_controls li a {
   display: block;
	width: 100%;
  padding: 15px 30px ;
  font-size: 15px;
}

.custom-tabs ul.et_pb_tabs_controls:after {
content: none;
}

.custom-tabs .et_pb_tab {
    padding: 0 30px;
}
@media(max-width:767px){
.custom-tabs ul.et_pb_tabs_controls.clearfix {
  float: left;
  width: 100%;
  display: inherit;
}
.custom-tabs .et_pb_all_tabs {
  display: flex;
  width: 100%;
}
.custom-tabs .et_pb_tab.et_pb_tab.clearfix.et-pb-active-slide {
  border-left: 0px solid #d9d9d9;
}
}

/*** AMS CUSTOM TAB SYTLES ***/
.custom-tabs {
    border: 0;
}

.custom-tabs .et_pb_all_tabs {
    width: 78%;
}

.custom-tabs .et_pb_tabs_controls li {
    border: 0;
    background: #fff;
    box-shadow: 0px 3px 15px 0px rgba(170,170,170,0.20);
    margin-bottom:20px;
    position: relative;
    right: -10px;
    z-index: 0;
}
.custom-tabs .et_pb_tabs_controls li.et_pb_tab_active {
    z-index: 2;
}

.custom-tabs .et_pb_tabs_controls li:before {
    content: "";
    position: absolute;
    border-radius: 20px;
    top:30px;
    height: 6px;
    width: 0px;
    left:-60px;
    background-image: -webkit-linear-gradient(left,#37a000 0%,#00D9A6 100%);
    background-image: -o-linear-gradient(left,#37a000 0%,#00D9A6 100%);
    background-image: linear-gradient(to right,#7ac951 0%,#00d9a6 100%);
    background-repeat: repeat-x;
    transition:all ease 0.3s;
    transform:translateX(-10px);
    opacity:0;
}
.custom-tabs .et_pb_tabs_controls li:after {
    content: "";
    position: absolute;
    border-radius: 20px;
    bottom: 0;
    height: 6px;
    left: -45px;
    width: 0px;
    top:30px;
    background-image: -webkit-linear-gradient(left,#37a000 0%,#00D9A6 100%);
    background-image: -o-linear-gradient(left,#37a000 0%,#00D9A6 100%);
    background-image: linear-gradient(to right,#7ac951 0%,#00D9A6 100%);
    background-repeat: repeat-x;
    transition:all ease 0.4s;
    transform:translateX(-40px);
    opacity:0;
}

.custom-tabs .et_pb_tabs_controls li.et_pb_tab_active:before {
    width: 10px;
    transition:all ease 0.3s;
    transform:translateX(0);
    opacity:1;
}
.custom-tabs .et_pb_tabs_controls li.et_pb_tab_active:after {
    width: 40px;
    transition:all ease 0.3s;
    transform:translateX(0);
    opacity:1;
}

.custom-tabs .et_pb_tabs_controls li a{
    color:#2a2a2a !important;
    text-transform:uppercase;
    font-size:14px;
}

.custom-tabs ul.et_pb_tabs_controls {
    width: 22%;
}

/* .custom-tabs .et_pb_tab {
    transform: translateY(-200px);
    min-height: 0;
    overflow: hidden !important;
    height: 0;
} */
.custom-tabs .et_pb_tab.et-pb-active-slide {
    width: 100%;
    min-height: 500px;
    display: flex !important;
    align-items: flex-end;
    transform: translateY(0);
}

.custom-tabs .et_pb_tab_content {
    background: #fff;
    padding: 40px;
    max-width:500px;
}

.custom-tabs .et_pb_tab_content h6 {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
    font-size: 16px;
}

.custom-tabs .et_pb_tab_content h4 {
    color: #2a2a2a;
    font-size: 26px;
    line-height: 1.2em;
    margin-bottom:20px;
}

.custom-tabs .date:before {
    content: "\e023";
    font-family: "ETModules";
    background: #35daff;
    color: #fff;
    padding: 6px;
    border-radius: 18px;
    font-size: 15px;
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    margin-right: 10px;
}
.custom-tabs .date, .custom-tabs .location, .custom-tabs .time, .custom-tabs .host{
    color:#555;
    margin-bottom:10px;
    font-size:14px;
}
.custom-tabs .location:before {
    content: "\e081";
    font-family: "ETModules";
    background: #35daff;
    color: #fff;
    padding: 6px;
    border-radius: 18px;
    font-size: 15px;
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    margin-right: 10px;
}
.custom-tabs .time:before {
    content: "\7d";
    font-family: "ETModules";
    background: #35daff;
    color: #fff;
    padding: 6px;
    border-radius: 18px;
    font-size: 15px;
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    margin-right: 10px;
}
.custom-tabs .host:before {
    content: "\e033";
    font-family: "ETModules";
    background: #35daff;
    color: #fff;
    padding: 6px;
    border-radius: 18px;
    font-size: 15px;
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    margin-right: 10px;
}
.custom-tabs .et_pb_tab_content a.link{
    color: #2a2a2a;
    border:2px solid #37a000;
    border-radius: 4px;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 600!important;
    text-transform: uppercase!important;
    background-color: #fff;
    padding:12px;
    text-align:center;
    display:block;
    max-width:150px;
    line-height:1;
    margin-top:30px;
	box-shadow:0px 12px 18px -6px rgba(0,0,0,0.3);
}
.custom-tabs .et_pb_tab_content a.link:hover{
	color:#fff;
	background:#37a000;
}


/***** VOC Video homepage *****/
.voc-video-row .et_pb_column {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.voc-text {
    background-image: linear-gradient(149deg,rgba(33,245,255,0.9) 0%,rgba(38,151,248,0.9) 100%);
    padding: 40px;
}


a.btn.white-blue {
    background: #fff;
    color: #24ace6;
    padding: 18px 22px;
    border-radius: 2px;
    line-height: 1px;
    letter-spacing: 2px;
    margin-top: 10px;
    font-size:14px;
    display: inline-block;
    font-weight: 600;
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
    transition:all ease 0.3s;
}
a.btn.white-blue:hover{
    transition:all ease 0.3s;
    box-shadow: 0px 12px 18px 0px rgba(0,0,0,0.3);
    color:#1a1e32
}

img.open-video {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 32px;
    height: 32px;
    z-index: 10000;
}

.voc-video-row:before {
    content: "";
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    top: 5%;
    left: 20px;
    background-image: url(/wp-content/themes/Divi-child/svg/play.svg);
    background-repeat: no-repeat;
    transition: all ease 0.3s;
    cursor: pointer;
    z-index: 1;
}

.voc-video-row:hover:before {
    transform: scale(1.1);
}
.voc-video-link .vp-a {
    position: relative;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    opacity: 0;
}
.voc-video-link {
    width: 100%;
    height: 100%;
}
.voc-video-link .et_pb_code_inner {
    width: 100%;
    height: 100%;
}


/*-----------------------------------------------*/ 
/*-----Scrolling Module Carousel by Divi Soup----*/ 
/*-----------------------------------------------*/
/*Carousel settings, adjust these values only*/
:root {
    --ds-module-number: 12 !important; /*Your TOTAL number of modules, so if you have 8 modules duplicated, this number should be 16*/
    --ds-columns-desktop: 6 !important; /*The number of modules you want displayed at any one time on desktop*/
    --ds-columns-tablet: 4; /*The number of modules you want displayed at any one time on tablet*/
    --ds-columns-mobile: 2; /*The number of modules you want displayed at any one time on mobile*/
    --ds-speed-desktop: 50s; /*The speed you want your carousel to move on desktop (increase value for slower, decrease for faster)*/
    --ds-speed-tablet: 50s; /*The speed you want your carousel to move on tablet (increase value for slower, decrease for faster)*/
    --ds-speed-mobile: 50s; /*The speed you want your carousel to move on mobile (increase value for slower, decrease for faster)*/
}
/*Variables for desktop*/
@media all and (min-width: 981px) {
    :root {
        --ds-column-width: auto;
        --ds-module-width: calc(100vw / var(--ds-columns-desktop));
        --ds-column-animation: calc(var(--ds-module-width) - (var(--ds-module-width) * 2));
        --ds-scroll-speed: var(--ds-speed-desktop);
    }
}
/*Variables for tablets*/
@media all and (max-width: 980px) {
    :root {
        --ds-column-width: auto;
        --ds-module-width: calc(100vw / var(--ds-columns-tablet));
        --ds-column-animation: calc(var(--ds-module-width) - (var(--ds-module-width) * 2));
        --ds-scroll-speed: var(--ds-speed-tablet);
    }
}
/*Variables for mobile*/
@media all and (max-width: 479px) {
    :root {
        --ds-module-width: calc(100vw / var(--ds-columns-mobile));
        --ds-scroll-speed: var(--ds-speed-mobile);
    }
}
/*Hide the row overflow*/
.ds-carousel {
    overflow: hidden;
}
/*Define the grid and apply animation*/
.ds-carousel .et_pb_column {
    display: grid;
    grid-template-columns: repeat(var(--ds-module-number), var(--ds-module-width));
    width: var(--ds-column-width);
    -webkit-animation: scroll var(--ds-scroll-speed) linear infinite;
    animation: scroll var(--ds-scroll-speed) linear infinite;
}
/*Apply the module width*/
.ds-carousel .et_pb_module {
    width: var(--ds-module-width) !important;
}
/*Define the animation*/
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(var(--ds-column-animation) * (var(--ds-module-number) / 2)));
        transform: translateX(calc(var(--ds-column-animation) * (var(--ds-module-number) / 2)));
    }
}
@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(var(--ds-column-animation) * (var(--ds-module-number) / 2)));
        transform: translateX(calc(var(--ds-column-animation) * (var(--ds-module-number) / 2)));
    }
}
/*Pause animation on hover*/
.ds-carousel .et_pb_column:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.ds-carousel .et_pb_column {
    align-items: center;
}
.ds-carousel img {
    max-width: 150px;
    max-height: 80px;
}
/*-----------------------------------------------*/ 
/*---End Scrolling Module Carousel by Divi Soup--*/ 
/*-----------------------------------------------*/


/***************************/
/*** NEW RESOURCES STYLES **/
.resources_filters {
    width: 100%;
    max-width: 100%;
}
.resources_filters .sf-field-post_type {
    max-width: 1080px;
    margin: 0 auto;
}
.resources_filters form>ul, .resources_filters .sf-field-post_type ul {
    padding: 0;
    max-width: 1080px;
    margin: 0 auto;
	width:100%;
}
.resources_filters .sf-field-post_type ul {
    display: flex;
    flex-direction: row;
}
.resources_filters .sf-field-post_type ul input {
    display: none;
}
.resources_filters .sf-field-post_type ul label{
    cursor: pointer;
    text-transform:uppercase;
    position: relative;
    display: inline-block;
    margin-right: 30px;
    color:#666;
	padding-left:0;
	letter-spacing:0.5px;
}
.resources_filters .sf-field-post_type .sf-option-active label,
.resources_filters .sf-field-post_type label:hover{
    color:#37a000;
}
.resources_filters .sf-field-post_type label:after {
    content: "";
    position: absolute;
    border-radius: 20px;
    bottom: -5px;
    height: 4px;
    left: 0;
    background-image: -webkit-linear-gradient(left,#37a000 0%,#00D9A6 100%);
    background-image: -o-linear-gradient(left,#37a000 0%,#00D9A6 100%);
    background-image: linear-gradient(to right,#7ac951 0%,#00D9A6 100%);
    background-repeat: repeat-x;
    opacity: 0;
    transition: all ease 0.3s;
    width: 0;
}
.resources_filters .sf-field-post_type label:hover:after, .resources_filters .sf-field-post_type .sf-option-active label:after {
    opacity: 1!important;
    transition: all ease 0.3s;
    width: 60%!important;
    max-width: 80px!important;
}
.sf-field-post_type>ul>li:nth-child(2) {
    order: 6;
}
.sf-field-post_type>ul>li:nth-child(3) {
    order: 5;
}
.sf-field-post_type>ul>li:nth-child(4) {
    order: 8;
}
.sf-field-post_type>ul>li:nth-child(5) {
    order: 7;
}
.sf-field-post_type>ul>li:nth-child(6) {
    order: 2;
}
.sf-field-post_type>ul>li:nth-child(7) {
    order: 3;
}
.sf-field-post_type>ul>li:nth-child(8) {
    order: 1;
}
/** Filter by **/
.resources_filters .sf-field-post_type:after {
    content: "";
    background: #f1feec;
    position: absolute;
    width: 100%;
    height: 85px;
    left: 0;
    z-index: -1;
    bottom: -110px;
}
.resources_filters{
    z-index:20;
}
.resources_filters .sf-field-post-meta-industries:before {
    content: "Filter";
    color: #1a1e32;
    font-weight: 500;
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 20px;
}

.resources_filters .sf-field-reset {
    float: left;
    padding: 0;
    position: relative;
    margin-top: 52px !important;
	margin-left:40px;
	display:none;
}
.resources_filters .sf-field-reset  a{
   font-weight:300;
   color:#222;
}
.resources_filters .sf-field-post-meta-industries {
    float: left;
    padding: 0 0 0 75px !important;
    position: relative;
    margin-top: 45px !important;
}
.resources_filters .sf-field-post-meta-industries ul li:first-child {
    display: none;
}
.resources_filters .sf-field-post-meta-solutions {
    float: left;
    padding: 0 0 0 40px !important;
    position: relative;
    margin-top: 45px !important;
}
.resources_filters .sf-field-taxonomy-webinar_type {
    float: left;
    padding: 0 0 0 40px !important;
    position: relative;
    margin-top: 45px !important;
	display:none;
}
.resources_filters .sf-field-post-meta-industries>h4, .resources_filters .sf-field-post-meta-solutions>h4, .resources_filters .sf-field-taxonomy-webinar_type>h4 {
    margin-left: 30px;
    padding: 6px 20px;
    font-size: 16px;
    font-weight:500;
    background: #fff;
    border: 2px solid #37a000;
    transition: all ease 0.1s;
    cursor:pointer;
    margin-left: 0;
}
.resources_filters .sf-field-post-meta-industries>h4:after, .resources_filters .sf-field-post-meta-solutions>h4:after, .resources_filters .sf-field-taxonomy-webinar_type>h4:after {
    content: "+";
    font-style: normal;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    top: 4px;
    margin-left: 10px;
    left: 4px;
    min-width: 14px;
    display: inline-block;
	line-height:14px;
}
.resources_filters .active-filter>h4:after {
    content: "" !important;
    background: #1a1e32;
    height: 2px;
    top: -4px !important;
}
.resources_filters .sf-field-post-meta-industries ul, .resources_filters .sf-field-post-meta-solutions ul, .resources_filters .sf-field-taxonomy-webinar_type ul{
	display:none;
    position:absolute;
    margin-left:0;
    min-width: 400px;
    background:#fff;
    border:2px solid #37a000;
    margin-top:20px;
    padding-top:10px;
	box-shadow:0 5px 15px rgba(0,0,0,0.1)
}
.resources_filters .sf-field-post-meta-industries ul li label, .resources_filters .sf-field-post-meta-solutions ul li label,
.resources_filters .sf-field-taxonomy-webinar_type ul li label{
    color:#1a1e32;
    font-weight:500;
    font-size:16px;
    cursor:pointer;
}
.resources_filters .active-filter ul{
	display:block !important;
}

/******* RESULTS GRID ****/
/***********************/
.resources-grid .search-filter-results-list{
    display:flex;
	flex-wrap:wrap;
}
.resources-grid .search-filter-results-list .each_post{
    width:29.67%;
    margin-right:5.5%;
    margin-bottom:75px;
}
.newsletter-instance{
    margin-right:0;
    width:29.66%;
    position:relative;
    height:auto;
    margin-bottom:75px !important;
	flex-direction:column !important; 
}
.newsletter-instance div{
    width:100%;
    position:relative;
}
.newsletter-instance .et_pb_newsletter_button_wrap {
    width: 195px !important;
}
.resources-grid .search-filter-results-list:first-child .each_post:nth-child(7){
    width:29.66%;
    margin-right:0;
}
.resources-grid .search-filter-results-list:not(:first-child) .each_post:nth-child(3),
.resources-grid .search-filter-results-list:not(:first-child) .each_post:nth-child(6){
    width:29.66%;
    margin-right:0;
}

.resources-grid .search-filter-results-list .each_post .img_wrap div{
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    width:100%;
    height:225px;
}
.resources-grid .search-filter-results-list .each_post .p_content{
	margin-top:15px;
}
.resources-grid .search-filter-results-list .each_post .p_content p, 
.related_post .f_content p{
    text-transform:uppercase;
    font-weight:600;
    font-size:16px;
    letter-spacing:0.25px;
    color:#777;
}
.type_Upcoming.Webinar {
    color: #35daff !important;
}
.type_On-Demand.Webinar {
    color: #37a000 !important;
}
.resources-grid .search-filter-results-list .each_post .p_content h2 {
    font-size: 18px;
    color: #1a1a1a;
    line-height: 1.4em;
    font-weight: 500;
    padding: 0;
    letter-spacing: 0.25px;
}
.resources-grid .search-filter-results-list .each_post .p_content span {
    font-size: 15px;
    display: block;
    line-height: 1.5em;
    margin-top: 10px;
}
.resources-grid .search-filter-results-list .each_post .btn,
.cs-grid .search-filter-results-list .each_post .btn,
.related_post .btn-small {
    display: inline-block;
    background: #fff;
    border: 1px solid #37a000;
    padding: 8px 22px;
    line-height: 1.4em;
    font-size: 14px;
    color: #37a000;
    border-radius: 4px;
    margin-top: 20px;
    font-weight: 500;
    transition: all ease 0.2s;
    text-transform: capitalize;
}
.resources-grid .search-filter-results-list .each_post .btn:hover,
.cs-grid .search-filter-results-list .each_post .btn:hover
.related_post .btn-small:hover {
    background: #37a000;
    color: #fff;
}
/*******************************/
/*** Featured Post Layout ***/
.resources-grid .search-filter-results-list:first-child .each_post:first-child {
    width: 100%;
    display: block;
}

.resources-grid .search-filter-results-list:first-child .each_post:first-child .f_img {
    width: 630px;
    float: left;
    margin-right: 70px;
    position:relative;
    margin-bottom:35px;
}
.resources-grid .search-filter-results-list:first-child .each_post:first-child .f_img .img_wrap div {
    height:340px;
}
.resources-grid .search-filter-results-list:first-child .each_post:first-child .f_img:before{
    content: "";
    position: absolute;
    border-radius: 20px;
    top: 55px;
    right: 10px;
    height: 2px;
    width: 15px;
    background-image: -webkit-linear-gradient(left,#37a000 0%,#00D9A6 100%);
    background-image: -o-linear-gradient(left,#37a000 0%,#00D9A6 100%);
    background-image: linear-gradient(to right,#7ac951 0%,#00d9a6 100%);
    background-repeat: repeat-x;
    z-index: 1;
}
.resources-grid .search-filter-results-list:first-child .each_post:first-child .f_img:after{
    content: "";
    position: absolute;
    border-radius: 20px;
    top: 55px;
    right: -55px;
    height: 2px;
    width: 50px;
    background-image: -webkit-linear-gradient(left,#37a000 0%,#00D9A6 100%);
    background-image: -o-linear-gradient(left,#37a000 0%,#00D9A6 100%);
    background-image: linear-gradient(to right,#7ac951 0%,#00D9A6 100%);
    background-repeat: repeat-x;
}

.resources-grid .search-filter-results-list:first-child .each_post:first-child .p_content{
	margin-top:0;
}
.resources-grid .search-filter-results-list:first-child .each_post:first-child .p_content p{
    text-transform:uppercase;
    font-weight:600;
    margin-bottom:10px;
    font-size:18px;
    letter-spacing:1px;
}
.resources-grid .search-filter-results-list:first-child .each_post:first-child .p_content h2 a {
    font-size: 24px;
    color: #1a1a1a;
    line-height: 1.4em;
    letter-spacing: 0.25px;
    font-weight: 500;
}
.resources-grid .search-filter-results-list:first-child .each_post:first-child .btn{
    display: inline-block;
    background: #fff;
    border: 1px solid #37a000;
    padding: 8px 22px;
    line-height: 1.4em;
    font-size: 14px;
    color: #37a000;
    border-radius: 4px;
    margin-top: 20px;
    font-weight: 500;
    transition: all ease 0.2s;
    text-transform: capitalize;
}
.resources-grid .search-filter-results-list:first-child .each_post:first-child .btn:hover{
    color:#fff;
    background-color:#37a000;
}
/**************************/
/**ASTHETICS**/

.resources-grid .search-filter-results-list .each_post .f_img{
    transition:all ease 0.3s;
}
.resources-grid .search-filter-results-list .each_post:hover .f_img{
    transform:scale(1.04);
}

.resources-grid .search-filter-results-list:first-child .each_post:first-child:hover .f_img{
    transform:scale(1);
}

/**** LOAD MORE ****/
.resources-grid .each_list:not(:first-child) {
    display: none;
}


/****************************************/
/******** SINGLE SUBSCRIBE FORM *********/
.single-subscribe .et_pb_newsletter_fields{
    border-bottom: 1px solid #aaa !important;
}
.single-subscribe .et_pb_newsletter_field input {
    background: transparent !important;
	margin-left:30px;
}
.single-subscribe .et_pb_newsletter_field:before {
    content: "\e076";
    font-family: "ETModules";
    font-size: 24px;
    position: absolute;
    top: 10px;
}
.single-subscribe .et_pb_newsletter_field {
    width: calc(100% - 40px);
    flex-basis: auto;
    padding-bottom:0 !important;
}

.single-subscribe .et_pb_newsletter_button_wrap {
    width: 40px !important;
    flex-basis: auto;
}

.single-subscribe .et_pb_button {
    border: 0;
    border-radius: 0;
}

.single-subscribe .et_pb_newsletter_button_text, .single-subscribe .et_pb_button:after {
    opacity: 0 !important;
	height:45px;
  	overflow:hidden;
  	display:block;
}

.single-subscribe .et_pb_button {
    background: transparent !important;
    background-image: url(/wp-content/uploads/2019/07/arrow.png) !important;
    background-repeat: no-repeat !important;
    background-size: 35px !important;
    background-position: center !important;
    width: 100% !important;
    position: Relative !important;
    border: 0 !important;
    box-shadow: unset !important;
	padding:0;
}

body .single-subscribe .et_pb_signup_error {
    border: unset !important;
}
.single-subscribe .et_pb_newsletter_result.et_pb_newsletter_error {
    font-size: 14px;
    color: red;
}
.single-subscribe .et_pb_newsletter_button.et_pb_button:hover {
    padding: 0;
}
.single-subscribe .et_pb_newsletter_result.et_pb_newsletter_success h2 {
    color: #37a000;
    text-align: left;
    font-size: 18px;
}

/**********************************/
/****** Case studies carousel ****/
.casestudies-slider .et_pb_slide {
    padding: 0 100px;
}

.casestudies-slider .et-pb-slider-arrows .et-pb-arrow-prev {
    left: 0;
}

.casestudies-slider .et-pb-slider-arrows .et-pb-arrow-next {
    right: 0;
}

.casestudies-slider .et-pb-slider-arrows a {
    opacity: 1;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    background: #eee;
}
.casestudies-slider .et-pb-slider-arrows a:before {
    font-size:40px;
    line-height:50px;
    text-align:center;
    left:3px !important;
    position:relative; 
}
.casestudies-slider .et-pb-slider-arrows a:hover {
   background:#37a000;
}
.casestudies-slider .et-pb-slider-arrows a:hover:before {
   color:#fff;
}

.casestudies-slider .et_pb_slider_container_inner {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.casestudies-slider .et_pb_slide_image img {
    max-width: 240px;
    margin: 0 auto !important;
}

.casestudies-slider .et_pb_slide_description {
    float: none;
    width: 55%;
    padding: 20px 0 20px 20px !important;
}
.casestudies-slider .et_pb_slide_image {
    width: 25%;
    position: unset !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 auto !important;
}

.casestudies-slider .et_pb_container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.casestudies-slider .et_pb_slide_description:before {
    content: "";
    font-size: 500px;
    color: #37a000;
    text-shadow: 0 0;
    position: absolute;
    left: -32%;
    font-style: italic;
    transform: skew(-10deg);
    top: -40px;
    opacity: 0.1;
    background: url(/wp-content/uploads/2019/07/left-quote.png);
    width: 180px;
    height: 180px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.casestudies-slider .et-pb-controllers{
	bottom:-20px;
}



/******************************/
/****** Case Studies Grid *****/
.cs-grid .search-filter-results-list{
    display:flex;
	flex-wrap:wrap;
}
.cs-grid .search-filter-results-list .each_post{
    width:29.67%;
    margin-right:5.5%;
    margin-bottom:75px;
}

.cs-grid .search-filter-results-list .each_post:nth-child(3),
.cs-grid .search-filter-results-list .each_post:nth-child(6){
    width:29.66%;
    margin-right:0;
}

.cs-grid .search-filter-results-list .each_post .img_wrap div{
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    width:100%;
    height:225px;
}
.cs-grid .search-filter-results-list .each_post .p_content{
	margin-top:15px;
}
.cs-grid .search-filter-results-list .each_post .p_content h2 {
    font-size: 22px;
    color: #1a1e32;
    line-height: 29px;
    font-weight:700;
    padding:0;
}
/*** AESTHETICS ***/
.cs-grid .search-filter-results-list .each_post .f_img{
    transition:all ease 0.3s;
}
.cs-grid .search-filter-results-list .each_post:hover .f_img{
    transform:scale(1.04);
    transition:all ease 0.3s;
}

/**** LOAD MORE ****/
.cs-grid .each_list:not(:first-child) {
    display: none;
}


/********* FEATURED CS POST **********/
.featured_post {
    display: block;
}
.featured_post .f_img {
    width: 55%;
    height: 400px;
    margin-right: 50px;
    float: left;
}
.featured_post .img_wrap div {
    background-size: cover;
    display: block;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.f_content h5 {
    text-transform: uppercase;
    color: #999;
    letter-spacing: 1.5px;
    font-size: 18px;
    font-weight: 600;
    display: block;
}
.featured_post h1 {
    font-size: 34px;
}
.featured_post .meta {
    display: flex;
    margin: 20px 0 10px 0;
}
.featured_post .meta div:first-child {
    padding-right: 20px;
}
.featured_post .meta span{
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:16px;
    color:#3bc3fe;
    font-weight:600;
}
.featured_post .meta p{
    color:#555;
    font-size:16px;
    font-weight:300;

}
.featured_post .f_content a.btn{
    margin-top: 30px;
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
    display: inline-block;
    padding: 9px 20px;
    color: #fff;
    border-radius: 2px;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #37a000;
    line-height: 1.7em;
	position:relative;
	transition:all ease 0.2s;
}
.featured_post .f_content a.btn:hover{
	background:#008329;
	box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.4);
	padding:9px 26px 9px 20px;
}
.featured_post .f_content a.btn:before {
    position: absolute;
    opacity: 1;
    font-size: 22px;
    font-weight: 400;
    content: "\35";
    transition: all .2s;
    font-family:"ETModules";
    opacity:0;
    margin:-1px 30px 0 0;
    right:0;
}
.featured_post .f_content a.btn:hover:before {
   opacity:1;
   margin:-1px 0px 0 0;
}


/*****************************/
/****** SINGLE case study ****/
.cs_hero_img {
    position: absolute;
    right: -10%;
    top: 0;
    width: 50%;
    height: 500px;
    z-index: 2;
    overflow: hidden;
}

.cs_hero_img span {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    width: 768px;
    height: 768px;
    border-radius: 50%;
    position: absolute;
    right: -15%;
    top: -70%;
}

.cs_indsol .meta {
    display: flex;
    margin: 20px 0 10px 0;
}
.cs_indsol .meta div{
	width:50%;
}
.cs_indsol .meta div:first-child {
    padding-right: 30px;
}
.cs_indsol .meta span {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    color: #3bc3fe;
    font-weight: 600;
}
.cs_indsol .meta p {
    color: #555;
    font-size: 16px;
    font-weight: 400;
}

/**** Related Posts ****/
.related_posts_parent>h4 {
    font-family: 'Instrument Sans';
    text-transform: capitalize !important;
    font-weight: 500 !important;
    font-size: 26px;
    color: #1a1a1a;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}

.related_grid {
    display: flex;
    flex-wrap: wrap;
}
.related_grid .related_post {
    width: 29.67%;
    margin-right: 5.5%;
    margin-bottom: 75px;
    transition:all ease 0.3s;
}
.related_grid .related_post:hover {
   transform:scale(1.05);
    transition:all ease 0.3s;
}
.related_grid .related_post:nth-child(3),
.related_grid .related_post:nth-child(6){
    width: 29.66%;
    margin-right: 0;
}
.related_grid .related_post .img_wrap div {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 225px;
}
.related_grid .related_post .f_content {
    margin-top: 15px;
}
body .related_post .f_content h6{
    font-size: 18px;
    color: #1a1a1a;
    line-height: 1.4em;
    font-weight: 500 !important;
    padding: 0;
}

/***** FAQ ACCORDION *****/
.faq-accordion .et_pb_toggle_title:before, .faq-accordion .et_pb_toggle_open .et_pb_toggle_title:before {
    content: "\35";
    color: #37a000 !important;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    font-size: 16px;
    padding: 4px;
    right: unset;
    left: 0;
    top: 4px;
    display: block;
}
.faq-accordion .et_pb_toggle_open .et_pb_toggle_title:before {
    content: "\33";
}
.faq-accordion .et_pb_toggle_title {
    padding: 0 0 0 40px !important;
}
.faq-accordion .et_pb_toggle_content {
    margin: 5px 0 0 40px !important;
}

/********* FAQ 2 Accordion ***************/
.faq2-accordion .et_pb_toggle_title {
    padding: 20px 40px 20px 30px !important;
    background: #fff;
    font-weight: 600 !important;
}
.faq2-accordion .et_pb_toggle_content {
    padding: 20px 30px !important;
}

.faq2-accordion .et_pb_toggle_title:before, .faq2-accordion .et_pb_toggle_open .et_pb_toggle_title:before {
    content: "\35";
    color: #666 !important;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    font-size: 16px;
    padding: 4px;
    right:15px;
    top: 25px;
    display: block;
	transition: all ease 0.3s;
}
.faq2-accordion .et_pb_toggle_open .et_pb_toggle_title:before {
    content: "\33";
}
.faq2-accordion .et_pb_toggle_title:hover:before{
	transform: rotate(90deg) scale(1.5);
}
.faq2-accordion .et_pb_toggle_open .et_pb_toggle_title:hover:before{
	transform:rotate(0deg)
}
.faq2-accordion .et_pb_toggle_open .et_pb_toggle_title:before{
	transform:scale(1.5) !important;
}
.faq2-accordion .et_pb_toggle_open .et_pb_toggle_content {
    height: auto !important;
    display: block !important;
}

.faq2-accordion .et_pb_toggle_close .et_pb_toggle_content {
    display: block !important;
    height: 0 !important;
    overflow: hidden;
    padding: 0 30px !important;
}
.faq2-accordion .et_pb_toggle_open .et_pb_toggle_title:after{
	content: '';
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 0;
    height: 0;
    border: 19px solid transparent;
    border-bottom: 0;
    border-right: 0;
    margin-left: -14.5px;
    margin-bottom: -19px;
	z-index:1;
	background-color:transparent !important;
}
.random-faq1 .et_pb_toggle:nth-child(odd) .et_pb_toggle_title,
.random-faq1 .et_pb_toggle:nth-child(odd) .et_pb_toggle_title:after{ background-color: #37a000; border-top-color:#37a000; }
.random-faq1 .et_pb_toggle:nth-child(even) .et_pb_toggle_title,
.random-faq1 .et_pb_toggle:nth-child(even) .et_pb_toggle_title:after{ background-color: #002857; border-top-color:#002857; }
.random-faq1 .et_pb_toggle:nth-child(3n) .et_pb_toggle_title,
.random-faq1 .et_pb_toggle:nth-child(3n) .et_pb_toggle_title:after{ background-color: #1a1e32; border-top-color:#1a1e32; }
.random-faq1 .et_pb_toggle:nth-child(4n) .et_pb_toggle_title,
.random-faq1 .et_pb_toggle:nth-child(4n) .et_pb_toggle_title:after{ background-color: #91b282; border-top-color:#91b282; }
.random-faq1 .et_pb_toggle:nth-child(5n) .et_pb_toggle_title,
.random-faq1 .et_pb_toggle:nth-child(5n) .et_pb_toggle_title:after { background-color: dodgerblue; border-top-color:dodgerblue; }
.random-faq1 .et_pb_toggle:nth-child(6n) .et_pb_toggle_title,
.random-faq1 .et_pb_toggle:nth-child(6n) .et_pb_toggle_title:after { background-color: #37a000; border-top-color:#37a000; }
.random-faq1 .et_pb_toggle:nth-child(7n) .et_pb_toggle_title,
.random-faq1 .et_pb_toggle:nth-child(7n) .et_pb_toggle_title:after { background-color: mediumseagreen; border-top-color:mediumseagreen; }
.random-faq1 .et_pb_toggle:nth-child(8n) .et_pb_toggle_title,
.random-faq1 .et_pb_toggle:nth-child(8n) .et_pb_toggle_title:after { background-color: lightseagreen; border-top-color:lightseagreen; }

.random-faq1 .et_pb_toggle:nth-child(odd) .et_pb_toggle_content { background-color: #c5f7aa; }
.random-faq1 .et_pb_toggle:nth-child(even) .et_pb_toggle_content { background-color: #ccd9e8; }
.random-faq1 .et_pb_toggle:nth-child(3n) .et_pb_toggle_content{ background-color: #d7dbec; }
.random-faq1 .et_pb_toggle:nth-child(4n) .et_pb_toggle_content { background-color: #f4fdf0; }
.random-faq1 .et_pb_toggle:nth-child(5n) .et_pb_toggle_content { background-color: #c2dffb; }
.random-faq1 .et_pb_toggle:nth-child(6n) .et_pb_toggle_content { background-color: #c5f7aa; }
.random-faq1 .et_pb_toggle:nth-child(7n) .et_pb_toggle_content { background-color: #cdf5de; }
.random-faq1 .et_pb_toggle:nth-child(8n) .et_pb_toggle_content { background-color: #a1e4e1; }

.random-faq2 .et_pb_toggle:nth-child(odd) .et_pb_toggle_title,
.random-faq2 .et_pb_toggle:nth-child(odd) .et_pb_toggle_title:after{ background-color: dodgerblue; border-top-color:dodgerblue; }
.random-faq2 .et_pb_toggle:nth-child(even) .et_pb_toggle_title,
.random-faq2 .et_pb_toggle:nth-child(even) .et_pb_toggle_title:after{ background-color: #1a1e32; border-top-color:#1a1e32;}
.random-faq2 .et_pb_toggle:nth-child(3n) .et_pb_toggle_title,
.random-faq2 .et_pb_toggle:nth-child(3n) .et_pb_toggle_title:after{ background-color: #37a000; border-top-color:#37a000; }
.random-faq2 .et_pb_toggle:nth-child(4n) .et_pb_toggle_title,
.random-faq2 .et_pb_toggle:nth-child(4n) .et_pb_toggle_title:after{ background-color: #002857; border-top-color:#002857; }
.random-faq2 .et_pb_toggle:nth-child(5n) .et_pb_toggle_title,
.random-faq2 .et_pb_toggle:nth-child(5n) .et_pb_toggle_title:after{background-color: #91b282; border-top-color:#91b282; }
.random-faq2 .et_pb_toggle:nth-child(6n) .et_pb_toggle_title,
.random-faq2 .et_pb_toggle:nth-child(6n) .et_pb_toggle_title:after{  background-color: #37a000; border-top-color:#37a000; }
.random-faq2 .et_pb_toggle:nth-child(7n) .et_pb_toggle_title,
.random-faq2 .et_pb_toggle:nth-child(7n) .et_pb_toggle_title:after{ background-color: mediumseagreen; border-top-color:mediumseagreen; }
.random-faq2 .et_pb_toggle:nth-child(8n) .et_pb_toggle_title,
.random-faq2 .et_pb_toggle:nth-child(8n) .et_pb_toggle_title:after{ background-color: lightseagreen; border-top-color:lightseagreen;  }

.random-faq2 .et_pb_toggle:nth-child(odd) .et_pb_toggle_content { background-color: #c2dffb; }
.random-faq2 .et_pb_toggle:nth-child(even) .et_pb_toggle_content { background-color: #d7dbec; }
.random-faq2 .et_pb_toggle:nth-child(3n) .et_pb_toggle_content{ background-color: #c5f7aa; }
.random-faq2 .et_pb_toggle:nth-child(4n) .et_pb_toggle_content { background-color: #ccd9e8; }
.random-faq2 .et_pb_toggle:nth-child(5n) .et_pb_toggle_content { background-color: #f4fdf0;; }
.random-faq2 .et_pb_toggle:nth-child(6n) .et_pb_toggle_content { background-color: #c5f7aa; }
.random-faq2 .et_pb_toggle:nth-child(7n) .et_pb_toggle_content { background-color: #cdf5de; }
.random-faq2 .et_pb_toggle:nth-child(8n) .et_pb_toggle_content { background-color: #a1e4e1;  }

.random-faqwhite .et_pb_toggle .et_pb_toggle_title,
.random-faqwhite .et_pb_toggle .et_pb_toggle_title:after{ background-color: #fff; border-top-color:#fff; }

.random-faqwhite .et_pb_toggle .et_pb_toggle_content { background-color: #f1f1f1; }
body .et_pb_accordion.random-faqwhite .et_pb_module h5.et_pb_toggle_title {
    color: #37a000 !important;
}

/**** Small FAQ ****/
.small-faq .faq2-accordion .et_pb_toggle_title {
    padding: 12px 20px 12px 30px !important;
    border-radius: 3px;
}
.small-faq .faq2-accordion .et_pb_toggle_title:before {
    top: 18px;
}
select#date, select#date option {
    font-size: 16px;
}

/* Hubspot Popup */
.leadinModal {
    z-index: 999999;
}

/* Cookie Consent */
div#cookie-law-info-bar {
    opacity: 1 !important;
    z-index: 99999;
}
#cookie-law-info-bar .cli-tab-container {
    display: block;
}
</style>
<!-- end Simple Custom CSS and JS -->
