/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.gray-80 {
	color: #000000cf;
}

.red-80 {
	color: #e8112d;
}

.black {
	color: #000000;
}

.capital {
	text-transform: uppercase;
}

.max-site-width {
	max-width: var(--site_width);
	margin-left: auto !important;
    margin-right: auto !important;
}

.fusion-header,
.fusion-header-sticky-height {
    height: 96px !important;
}

/* fix icon circles */
/*
.ql-links .fb-icon-element.circle-yes {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;

	width: 44px !important;
	height: 44px !important;
	min-width: 44px !important;
	min-height: 44px !important;

	flex: 0 0 44px !important;
	padding: 0 !important;

	border-radius: 50% !important;
	box-sizing: border-box;

	line-height: 1 !important;
	vertical-align: middle;
}

.ql-links .fb-icon-element.circle-yes::before {
	margin: 0 !important;
	line-height: 1 !important;
}
*/


/*
.locations a {
	transition: 0.2s;
}

.locations a:hover {
	transform: scale(1.05);
	display: block;
}
*/

/*
	.page-id-5847 

*/
.fusion-footer {
    z-index: 10000;
    position: relative;
}

.locations .fusion-google-map {
	height: calc((1216px / 3) - 60px) !important;
}

.w100 {
	width: 100%;
}

.w100 .max-site-width {
	margin-left: auto;
	margin-right: auto;
}

html .page-template-home-template main#main,
html .page-template-test-home-template main#main {
	padding: 0;
}

body {
	font-family: "Titillium Web";
}

.text-white {
	color: #ffffff;
}

.text-black, 
h2.text-black {
	color: #383838;
}

.title-black .blog-shortcode-post-title,
.title-black .blog-shortcode-post-title a {
	color: #383838;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.contact-container .align-right {
	text-align: right;
	width: 100%;
}

.italic {
	font-style: italic;
}

.z1 {
	z-index: 1;
}

.z2 {
	z-index: 2;
}

.z3 {
	z-index: 3;
}

.z5 {
	z-index: 5;
}

.z10 {
	z-index: 10;
}

.z20 {
	z-index: 20;
}

.p-top-20 {
	padding-top: 20px;
}

.p-top-120 {
	padding-top: 120px;
}

.p-top-160 {
	padding-top: 160px;
}

.p-top-220 {
	padding-top: 220px;
}

.p-top-260 {
	padding-top: 260px;
}

.p-top-280 {
	padding-top: 280px;
}

.p-top-300 {
	padding-top: 300px;
}

.p-bottom-20 {
	padding-bottom: 120px;
}

.p-bottom-60 {
	padding-bottom: 120px;
}

.p-bottom-120 {
	padding-bottom: 120px;
}

.p-bottom-160 {
	padding-bottom: 160px;
}

.p-bottom-220 {
	padding-bottom: 220px;
}

.p-bottom-260 {
	padding-bottom: 260px;
}

.p-bottom-300 {
	padding-bottom: 300px;
}

.m-l-6 {
	margin-left: 6px !important;
}

.max-w-120 {
	max-width: 120%;
}

.top-n-20,
.section-sticky .top-n-20,
.footer-home-bg.top-n-20 {
	top: -20vh;
}

.links-blue a:link {
	color: #1cb7eb;
	font-weight: 600;
}

.links-black a:link {
	color: #000000;
}

/* Case Studies */

.ft-32 {
	font-size: 32px !important;
}

.fusion-body .fusion-button-wrapper .fusion-button.cs_button {
	background-color: #f9f9f9 !important;
    border-color: #212934 !important;
    font-weight: 600;
    font-size: 16px !important;
    transition: 0.2s;
	margin-right: 16px;
	border-radius: 6px;	
	border-width: 1px;
}

.fusion-body .fusion-button.cs_button .fusion-button-text {
	color: #212934;
}

body.page-id-7412 {
	background-size: 50%;
    background-position: left 20vh;
}

/* For loading */

.page-template-home-template #wrapper,
.page-template-test-home-template #wrapper{
	opacity: 0;
}

/* Side bar */

/*
#scroll-sidebar {
	position: fixed;
	right: 0;
    top: 0;
    background-color: #ffffff;
    z-index: 100;
	width: 100px;
}
*/

.sidebar-spacer {
	margin-right: 100px;
}

.fixed-side-bar {
	position: fixed;
	right: 0;
    top: 0;
    z-index: 100;
	width: 100px;
}

#scroll-sidebar p {
	margin: 0px;
	display: inline-block;
	line-height: 1;
}

#scroll-sidebar a {
	display: inline-block;
    margin: 6px 0;
}

#scroll-sidebar a {
	position:relative;	
}

#scroll-sidebar a .icon-color {
	z-index: 1;
}

#scroll-sidebar a .icon-cover {
	transition: .25s;
	z-index: 5;
	position: absolute;
	top: 0;
}


#scroll-sidebar a {
	transition: .25s;
}

#scroll-sidebar a:hover {
	transform: rotate(90deg) scale(1.2);
}

#scroll-sidebar a:hover .icon-cover {
	opacity: 0;
}


.bg-white {
	background: #ffffff;
    background-color: #ffffff;
}

.scroll-social .fusion-text {
	transform: rotate(-180deg);
    writing-mode: vertical-lr;
    text-orientation: sideways;
	font-weight: 900;
    font-size: 56px;
    text-transform: uppercase;
	white-space: nowrap;
}

.scroll-social .fusion-text div {
	display: inline-block;
	margin: 36px 0;
}

.scroll-social img {
	transform: rotate(90deg);
}

.stop-wrap {
	white-space: nowrap;
    overflow: hidden;
}

/* Home page header */

.fusion-tb-header,
.fusion-tb-header img,
.fusion-tb-header.header-sticky-ttt .home-header{
	transition: 0.2s;
}

.fusion-tb-header .fusion-logo img {
	width: auto;
}

.fusion-tb-header.header-sticky-ttt .fusion-logo img {
	max-height: 46px !important;
}

.fusion-tb-header.header-sticky-ttt .home-header {
	background-color: rgba(255, 255, 255, 0.95) !important;
}

.fusion-flyout-menu .menu-item a {
	height: auto !important;
}

.page-template-home-template .fusion-main-menu .sub-menu,
.page-template-test-home-template .fusion-main-menu .sub-menu {
	display: block !important;
	position: relative;
	visibility: visible;
	opacity: 1;
	margin: 0 auto;
}

.page-template-home-template .fusion-header-has-flyout-menu .fusion-flyout-menu,
.page-template-test-home-template .fusion-header-has-flyout-menu .fusion-flyout-menu{
	overflow-y: auto !important;
	padding-top: 80px;
}

.page-template-home-template .fusion-header-has-flyout-menu .fusion-flyout-menu .menu-main-menu,
.page-template-test-home-template .fusion-header-has-flyout-menu .fusion-flyout-menu .menu-main-menu {
	margin-bottom: 20px;
}

.fusion-mobile-menu-design-flyout #menu-main-menu .menu-item .menu-text {
	font-size: 26px;
    font-family: 'Titillium Web';
	font-weight: 600;
	border-bottom: 3px solid #e31512;
    display: block;
    padding-bottom: 4px;
    width: 220px;
}

.page-template-home-template .fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-menu,
.page-template-test-home-template .fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-menu{
	padding-top: 36px;
}

.avada-menu-highlight-style-bar .fusion-mobile-menu-design-flyout .fusion-main-menu>ul>li>a,
.avada-menu-highlight-style-bar .fusion-mobile-menu-design-flyout .fusion-main-menu .sub-menu{
	border-top: none !important;
}

.fusion-mobile-menu-design-flyout .fusion-main-menu .sub-menu {
	background-color: transparent;
}

.avada-has-megamenu-shadow .fusion-mobile-menu-design-flyout .fusion-main-menu .sub-menu {
	box-shadow: none;
}

.fusion-mobile-menu-design-flyout .fusion-main-menu .sub-menu li a:hover {
    background-color: transparent;
}

.fusion-secondary-header a:hover {
	color: #dc2222 !important;
}

.fusion-header-wrapper .fusion-header-has-flyout-menu .fusion-flyout-menu-bg {
	background-color: #fffffffc;
}

.page-template-home-template .fusion-main-menu .fusion-dropdown-menu .sub-menu li a,
.page-template-test-home-template .fusion-main-menu .fusion-dropdown-menu .sub-menu li a{
	padding-top: 2px;
	padding-bottom: 2px;
}


/* Home page intro */

.home-margin {
	margin: 0 50px;
}

#intro {
	z-index: 2;
}

.overlay-top-1 {
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 100;
}

.text-sticky {
	position: absolute;
    top: 0;
    height: 100vh;
	width: 100%;
}

.section-sticky {
	position: absolute;
    top: 0;
}

.blend-mode-screen {
	mix-blend-mode: screen;
}

.blend-mode-color-burn {
	mix-blend-mode: color-burn;
}

.blend-mode-darken {
	mix-blend-mode: darken;
}

.bg-white90 {
	background-color: #fffffff5;    
}

.horizontal-1 {
	position: absolute;
	top: 140px;
    font-size: 10rem;
    z-index: 100;
    font-weight: 900;
    font-family: "Titillium Web";  
	line-height: 1;
	margin: 0 !important;
}

.horizontal-2 {
	font-size: 5rem;
    margin: 0 !important;
    font-weight: 900;
    font-family: "Titillium Web";
    line-height: 1;
    top: 280px;
    position: absolute;
}

.horizontal-3 {
    top: 400px;
    position: absolute;
	width: 50%;
    font-weight: 600;
    line-height: 1.4;
	margin-left: 50px;
}

.video-overlay-top-text {
	position: relative;;
    top: 110px;
    width: 100%;
	mix-blend-mode: screen;
    background-color: #fffffff5;
}

.video-overlay-bottom-text {
    position: absolute;
    top: 260px;
    width: 1650px;
}

.relative {
	position: relative;
}

.intro-height {
    height: 1400px;
	background-color: #fdfdfd;
}

#dots-anchor {
	/* height: 140vh; */
}

.page-template-home-template #main .fusion-row,
.page-template-test-home-template #main .fusion-row{
	max-width: 100%;
}

.quickLinks {
	position: absolute;
	bottom: 50px;
	right: 25px;
}

.scrollDown {
	text-align: center;
	top: 80vh;
    position: relative;
	transform: scale(0, 0);
	opacity: 0;
}

.scrollDown img {
	width:80px;
}

.scrollDown span {
	display: block;
}

ul#menu-quick-links {
	list-style: none;
    font-family: 'Titillium Web';
    text-transform: uppercase;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    text-align: right;
}


#menu-quick-links a,
#menu-quick-links a:link,
body #menu-quick-links a {
	color: #000000;
	font-weight: 600;
}

.red a:link {
	color: #ed1c24;
}

.fusion-header-wrapper {
	background-color: #ffffff0d;
}

.videobg {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}

.video-overlay {
	width: 100%;
    height: 100vh;
    position: absolute;
    background-color: #fffffff5;
    top: 0;
    right: 0;
}

.dots-overlay {
  position: absolute;
  top: 200px;
  left: 0;
  width: 40vw;
  z-index: 2;
}

.video-container {
  width: 100%;
  height: 100vh;
  position: absolute;
  background-color: #fdfdfd;
  top: 0;
  right: 0;
}
    
.video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.intro-cover {
	opacity: 0;
}

/* Quick Link Section */

#quickLinks {
	z-index: 3;
}

.ql-height {
	height: 800px;
}

#blue-swoosh-container {
	position: absolute;
    bottom: 0%;
    width: 120vw;
    right: 0;
	transform-origin: center right;
	pointer-events: none;
}

.bg-beige {
	background-color: #fdfdfd;
}

.ql-links {
    position: absolute;
    bottom: 10vw;
    z-index: 10;
    right: 100px;
    text-align: right;
}

.ql-links a {
    display: block;
	color: #ffffff;
	font-size: 2rem;
	font-weight: 700;
}

.ql-links i {
	font-size: 1.4rem;
}

.page-template-home-template .fontawesome-icon.fb-icon-element.circle-yes,
.page-template-test-home-template .fontawesome-icon.fb-icon-element.circle-yes {
	font-size: 22px;
    background-color: transparent;
    border-color: #fff;
    border-width: 2px;
    width: 36px;
    height: 36px;
    line-height: 2rem;
    margin: 0;
    padding: 0;
}

/* What is section */

.wi-height {
	height: 1000px;
}

.bg-connections {
	background: url(content/connections.webp);
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
}

h2.section-header {
	font-size: 6rem;
	font-weight: 900;
    font-family: "Titillium Web";  
	line-height: 1 !important;
	margin: 0 !important;
}

.whatIs-bg {
	
}

.whatIs-content {
	margin-top: 60px;
}

.equal-columns {
	display: flex;
	align-content: stretch;
}


body .blue-link a {
	color: #1cb7eb;
	font-weight: 600;
	/* font-size: 1.1rem; */
}

body .white-link a {
	color: #ffffff;
	font-weight: 600;
	/* font-size: 1.1rem; */
}

.page-template-home-template .blue-link .fontawesome-icon.circle-yes,
.page-template-test-home-template .blue-link .fontawesome-icon.circle-yes {
	border-color: #1cb7eb;
	color: #1cb7eb;
}






h1.text-xl {
	font-size: 6rem;
    margin-bottom: 220px;
    margin-top: 0;
}

.whatIs-fade {
	background-color: #000000;
    width: 100%;
    height: 1400px;
	opacity: 0;
	z-index: 100;
    pointer-events: none;
}

/* Reviews */

.reviews-header {
	transform-origin: top center;
	perspective: 500px;
}

.reviews-enter {
	transform-origin: top center;
	perspective: 500px;
}

.reviews-height {
	height: 900px;
}

.reviews-bg {
	background-image: url(content/bg-red-dots.webp);
	background-position: center center;
    background-size: cover;
	background-repeat: no-repeat;
    -webkit-mask-image: url(content/mask-top-bottom-swoosh.png);
	-webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: top left;
	/* height: 80vh; */
    width: 100vw;
    display: flex;
    padding: 0 15%;
    min-height: 650px;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    padding-bottom: 180px;
    padding-top: 36px;
	perspective: 500px;
}

.page-template-home-template .review.avatar-image,
.page-template-test-home-template .review.avatar-image{
	display: flex;
	flex-direction: row-reverse;
}

.reviews-section .fusion-testimonials.clean .testimonial-thumbnail {
	 padding-top: 26px;
}

.reviews-section .fusion-testimonials blockquote {
	margin: 0 !important;
}

.reviews-section .fusion-testimonials.clean blockquote q {
	padding: 0;
	text-align: left;
	line-height: 1.3;
}

.reviews-section .fusion-testimonials.clean .author {
	text-align: right;
	padding-top: 26px;
}

.t-text-section {
	width: 75%;
}

.reviews-section {
	z-index:3;
}

.reviews-fade-top {
	pointer-events: none;
	height: 1000px;
    width: 100%;
	opacity: 0;
	background-color: #000000;
	top: -600px !important;
}

/* News Section */

.news-height {
	height: 1600px;
}

.news-section {
	z-index: 1;
}

.news-bg {
	top: -200px;
}

.news-bg img {
	height: 100%;
}

.news-bg-color {
	background-color: #efefef;
	width: 100%;
    height: 120%;
}

.short-text {
	max-width: 600px;
}

.top-blog-container .fusion-posts-container {
	perspective: 1600px;
}

.spacer-v-60 {
	margin-bottom: 60px;
}

.top-blog-container.title-black .blog-shortcode-post-title a {
	font-weight: 700;
	font-size: 20px;
}

.top-blog-container .fusion-single-line-meta {
	font-style: italic;
}

.top-blog-container .fusion-post-content-container {
	font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.top-blog-container .fusion-content-sep {
	border-color: #4d4d4d !important;
    border-top-width: 1px;
}

/* Podcast Section */

.no-lr-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.podcast-section {
	z-index: 5;
}

.icon-right {
	display: flex;
}

.icon-right .section-header {
	width: 75%;
}

.icon-right img {
	width: 80%;
}

.podcast-icon-holder {
	display: flex;
    width: 25%;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.podcast-bg {
    background-image: url(content/bg-blue-dots-podcasts.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-mask-image: url(content/mask-top-bottom-concave-bc.png);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: top left;
    width: auto;
    display: flex;
    min-height: 650px;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
}

.podcast-recent-holder {
	justify-content: center;
    display: flex;
    margin-bottom: 12px;
}

.prevent-clicks {
	pointer-events: none;
}


/* Awards Section */

.awards-content {
	padding-top: 420px;
}

.awards-section {
	z-index: 2;
}

.awards-bg img {
	height: 100%;
}

.award-scroller-container .fusion-image-wrapper img {
	filter: none;
    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
    /* cursor: pointer; */
}

.award-scroller-container .fusion-image-wrapper img:hover {
	filter: none;
    -webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);
}

.award-scroller-container .fusion-carousel .fusion-carousel-nav .fusion-nav-next,
.award-scroller-container .fusion-carousel .fusion-carousel-nav .fusion-nav-prev {
	border: 2px solid #616161;
    background-color: transparent;
    border-radius: 50%;
}

.fusion-body .award-scroller-container .fusion-carousel .fusion-carousel-nav .fusion-nav-next:before, 
.fusion-body .award-scroller-container .fusion-carousel .fusion-carousel-nav .fusion-nav-prev:before {
	color: #616161;
	line-height: 22px;
}

.award-scroller-container .fusion-carousel .fusion-carousel-nav .fusion-nav-next {
	margin-left: 30px;
}

.award-scroller-container .fusion-carousel .fusion-carousel-nav .fusion-nav-prev {
	margin-left: 6px !important;
}

.award-scroller-container .fusion-carousel {
	overflow: visible;
}

/* Contact Section */

.contact-bg {
    background-image: url(content/bg-dots-red-reversed.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-mask-image: url(content/mask-top-bottom-concave-l.png);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: top left;
    width: auto;
    display: flex;
    min-height: 650px;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
}



#secContact .gform_wrapper .gform_footer .gform_button[type=submit] {
	background-color: transparent;
	font-weight: 600;
    font-size: 1.1rem;
	font-family: var(--body_typography-font-family);
}

#secContact .gform_wrapper .gform_footer .gform_button[type=submit]:hover {
	background-color: transparent !important;
	border-color: transparent !important;
}

/* Podcast pages */

.post-type-archive-podcasts .avada-page-titlebar-wrapper {
	display: none;
}

.bg-header {
	background: url(content/bg-header.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 100%;
    background-position: bottom left;
	padding-left: 30px;
    padding-right: 30px;
	background-size: cover;
}

.bg-dots {
    background: url(content/header-dots.webp);
    position: absolute;
    height: 100vh;
    width: 100vw;
    z-index: 11111;
    background-repeat: no-repeat;
	background-position: top right;
}

.post-type-archive-podcasts #wrapper {
	background: url(content/header-dots.webp);
	background-repeat: no-repeat;
	background-position: 0px -100px;
	background-size: 50vw auto;
}

.post-type-archive-podcasts.fusion-top-header .fusion-header-wrapper .fusion-header {
	/* background-color: transparent; */
}

.post-type-archive-podcasts main#main {
	background-color: transparent;
}

.fusion-fullwidth.podcast-first {
    background-image: url(content/bottom-mask.svg), url(content/bg-red-dots.webp);
	background-position: bottom left, top left;
	background-size: contain, cover;
	background-repeat: no-repeat, no-repeat;
	-webkit-mask-image: url(content/top-mask.svg);
	-webkit-mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: top left;
}

.fusion-fullwidth.podcast-first .podcast_row {
	padding-top: calc(14vw);
	padding-bottom: calc(14vw);
	color: #ffffff;
}

.fusion-fullwidth.podcast-first h3,
.fusion-fullwidth.podcast-first h3 a {
	color: #ffffff;
}

.podcastInfo ul.podcast_icon {
    margin: 0;
    padding: 0;
    justify-content: center;
    display: flex;
    list-style: none;
}

.podcast_icon li {
    margin: 0 6px;
}

.podcast_row .img_column img {
	border-radius: 16px;
}

.podcast-center {
	justify-content: center;
    display: flex;
	margin-bottom: 12px;
}

.videooverlay {
	position: relative;
}

.videooverlay img {
    transition: all .2s;
	border-radius: 16px;
}

.videooverlay::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(content/play-button.svg);
    position: absolute;
    top: 0;
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    transition: all .2s;
    pointer-events: none;
}

.videooverlay:hover::before {
    background-size: 30%;
}

.videooverlay:hover img {
    filter: saturate(0%) !important;
}

.podcast_icon li img:hover {
    transform: scale(1.2);
	filter: saturate(0%) !important;
}

.podcast_icon li img {
    border-radius: 9px;
    transition: 0.25s;
}

.podcast_row .post-body {
	line-height: 1.4;
}

.podcast_row {
	margin-bottom: 56px;
}

.podcast_row .col-md-4 {
	width: 33.33333333%;
	float: left;
}

.podcast_row .col-md-8 {
	width: 66.66666667%;
	float: left;
}

.white-top-mask {
	padding-top: calc(100vw * 0.14) !important;
}

.white-top-mask .awb-background-mask {
	position: absolute;
    top: -10px;
    left: 0;
    z-index: 6;
    min-height: calc(100vw * 0.14);
    min-width: 100%;
    background-size: 110% 100%;
    background-position: top center;
    background-repeat: no-repeat;
}

.white-top-mask .ctct-form-header,
.white-top-mask .ctct-form-text {
	display: none;
}

.white-top-mask .ctct-form-label,
.white-top-mask .ctct-gdpr-text {
	color: #ffffff !important;
}

.white-top-mask .ctct-form-button {
	background-color: #0f5c75 !important;
    border-color: #0f5c75 !important;
	font-weight: bold;
	font-size: 22px !important;
	transition: 0.2s;
}

.white-top-mask .ctct-form-button:hover {
	transform: scale(1.1);
	background-color: #0a9bcb !important;
	border-color: #0a9bcb !important;
}

.white-top-mask .ctct-form-defaults {
	background-color: transparent !important;
}

.center-button {
	text-align: center;
	margin-bottom: 50px;
}

a.podcast-showmore  {
	color: #1484aa;
	font-weight: bold;
    font-size: 22px;
}

.podcast-showmore .fontawesome-icon.circle-yes {
	float: none;
    width: 36px;
    height: 36px;
    padding: 4px !important;
    margin: 0;
    position: relative;
    z-index: 10;
    line-height: 25px;
    background-color: transparent;
    color: #1484aa;
    border-color: #1484aa;
    border-width: 2px;
}

.post-type-archive-podcasts .fullwidth-box .fusion-row {
	padding-left: 30px;
	padding-right: 30px;
}

/* Sustainability */

.sustainability-header {
	transform-origin: top center;
	perspective: 500px;
}

.sustainability-enter {
	transform-origin: top center;
	perspective: 500px;
}

.sustainability-section {
	z-index: 3
}

.sustainability-bg {
	background-image: url(content/bg-sustainability.webp);
	background-position: center center;
    background-size: cover;
	background-repeat: no-repeat;
    -webkit-mask-image: url(content/mask-top-bottom-swoosh.png);
	-webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: top left;
	/* height: 80vh; */
    width: 100vw;
    display: flex;
    padding: 0 15%;
    min-height: 850px;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    padding-bottom: 180px;
    padding-top: 36px;
	perspective: 500px;
}

.section-sticky.sustainability-bg {
	top: -250px;
}




/* Footer */

body .fusion-footer a {
	color: #000000;
}
	
.page-template-home-template #secFooter .footer-bg,
.page-template-test-home-template #secFooter .footer-bg {
	background-image: none !important;
}
	

/* Slick Slider Modify */

#gradientCallout {
	background: #e5e5e5; /* Old browsers */
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e5e5e5 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	padding-top: 2rem;
}

#tanCallout .orbit-container {
	margin-bottom: 0 !important;
}

.ls-slide p {
  text-shadow: 0px 0px 40px rgba(0,0,0,1), 0px 0px 20px rgba(0,0,0,0.5);
}

.slick-dots {
	bottom: 0 !important;
	background: url('content/bullet-background.png') no-repeat center center;
}

.slick-dots {
	
}

.accordion-navigation a .text-right {
	float:right;
}

.slick-dots li:before {
	width: 50px;
}

.slick-dots li {
	width:  18%;
	height: 85px;
}

.slick-dots li.slick-active:before { 
	width: 0px;
}

.slick-dots li.slick-active button {
	width: 100px;
	height: 100px;
	padding: 0px;
	background: url(content/truck-cab.png);
	background-position: left center !important;
	background-size:cover;
	background-repeat: no-repeat;
	border: 1px solid;

}
.slick-dots li button:before {
  line-height: 25px !important;
  background:#ddd;
  border: 3px solid #fff;
  box-shadow: 0px 3px 3px #ddd, inset 3px 3px 3px 0px rgba(0,0,0,0.75);
  border-radius: 50%;
  height: 45px;
  width: 45px;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
	line-height: 50px !important;
	width: 50px;
	height: 50px;
	display: none;
	text-align: center !important;
}

.slick-dots li:hover button:before {
	transform: scale(1.2);
	background:#e31512;
}

.slick-dots li button:before {
	content: "";
}

#gradientCallout .row {
	max-width: 1000px;
	margin: 0 auto;
    width: 100%;
}

ul.slick-slider {
	padding: 0;
	margin: 0;
}


#content.sjb-content {
	width: 100%;
}

.container.sjb-container {
	margin-bottom: 60px;
}

/* begin mobile responsive */

@media screen and (max-width: 1240px) {
	h1.text-xl {
		font-size: 5rem;
		margin-bottom: 160px;
	}
}

@media screen and (max-width: 1220px) {
	html {
		font-size: 14px;
	}
	
	.horizontal-2 {
		top: 260px;
	}
	
	.page-template-home-template .fontawesome-icon.circle-yes, 
	.page-template-test-home-template .fontawesome-icon.circle-yes	{
		display: inline-flex;
		justify-content: center;
		align-items: center;
	}
	
}

@media screen and (max-width: 1070px) {
	html {
		font-size: 13px;
	}
	
	.horizontal-2 {
		top: 250px;
	}
	
	.max-w-120 {
		max-width: 130%;
	}
	
	h2.section-header {
		font-size: 5rem;
	}

}

@media screen and (max-width: 1024px) {
	html {
		font-size: 12px;
	}
	
	.horizontal-2 {
		top: 250px;
	}
	
	.footer-awards .fusion-builder-row .fusion-layout-column {
		width: 25% !important;
	}

	.footer-awards .fusion-column-wrapper {
		border: none !important;
	}

	.mobile-3-col .fusion-imageframe {
		/* width: 25%; */
	}

	.mobile-3-col .fusion-column-wrapper > div {
		width:25%;
	}

	.mobile-3-col .fusion-column-wrapper {
		flex-direction: row !important;
		justify-content: center !important;
		align-items: center;
	}
	
	.footer-home-bg .max-w-120 {
		max-width: 150%;
	}
	
}

@media screen and (max-width: 1000px) {
  
  h1.text-xl {
	font-size: 4.5rem;
	margin-bottom: 120px;
  }
  
  .podcast_row {
    padding-left: 30px;
	padding-right: 30px;
  }
  
  .max-w-120 {
		max-width: 140%;
	}
	
	.footer-copyright {
		font-size: 13px;
	}
	
	.reviews-bg {
		padding: 80px 15px 180px 30px;
		width: 100%;
	}
	
	.fusion-secondary-header .fusion-contact-info {
		background-color: #9a0e1c;
		font-weight: 600;
		font-size: 16px;
	}
	
	.sustainability-bg {
		min-height: 750px;
	}
}

@media screen and (max-width: 920px) {
  
	.horizontal-2 {
		top: 240px;
	}
	
	html {
		font-size: 11px;
	}
	
	.scrollDown {
		    width: 100%;
		position: absolute;
		bottom: 60px;
		top: auto;		
	}
	
	.reviews-fade-top {
		top: -500px !important;
	}
	
	.sustainability-bg {
		min-height: 700px;
	}
	
}

@media screen and (max-width: 850px) {
  
	.horizontal-2 {
		top: 230px;
	}
	
	html {
		font-size: 10px;
	}
	
	.whatIs-content {
		margin-top: 0px;
	}
	
	.footer-home-bg .max-w-120 {
		max-width: 160%;
	}
	
	.max-w-120 {
		max-width: 155%;
	}
	
}

@media screen and (max-width: 800px) {
  
	html {
		font-size: 9px;
	}
	
	.horizontal-2 {
		top: 220px;
	}
	
	.horizontal-3 {
		top: 300px;
		width: 70%;
	}
	
	.mobile-1-col .col-sm-8 {
		width: 100%;
	}
	
	.mobile-1-col .col-sm-4 {
		display: none;
	}
	
	.max-w-120 {
		max-width: 200%;
	}
	
	.footer-home-bg .max-w-120 {
		max-width: 170%;
	}
	
	h1.text-xl {
		font-size: 36px !important;
		margin-bottom: 100px;
	}	
  
	.podcast_row .col-md-4 {
		width: 100%;
		float: none;
	}

	.podcast_row .col-md-8 {
		width: 100%;
		float: none;
	}
	
	.post-type-archive-podcasts .fullwidth-box .fusion-row {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.container.sjb-container {
	width: 100%;
	}

}

@media screen and (max-width: 720px) {
	
	html {
		font-size: 8px;
	}
	
	.videobg {
		right: -70%;
	}
	
	.horizontal-2 {
		top: 210px;
	}
	
	.footer-home-bg .max-w-120 {
		max-width: 220%;
	}
	
	.contact-bg.p-bottom-260 {
		padding-bottom: 160px;
	}

	.contact-bg.p-top-280 {
		padding-top: 100px;
	}
	
	h2.section-header {
		font-size: 36px !important;
	}
	
	#secPodcast .col-md-6 {
		width: 100%;
	}
	
	#secPodcast .row {
		flex-direction: column-reverse;
	}
	
	.podcast1 {
		margin-top: 22px;
	}

	.podcast-bg,
	.contact-bg,
	.reviews-bg	{
		-webkit-mask-image: unset;
	}
	
	#secPodcast .p-top-160 {
		padding-top: 36px;
	}
	
	#secPodcast .p-bottom-260 {
		padding-bottom: 36px;
	}
	
	#secContact .p-top-160 {
		padding-top: 36px;
	}
	
	#secContact .p-bottom-260 {
		padding-bottom: 36px;
	}
	
	#secSustainability {
		padding-top: 46px;
	}
	
	#secAwards {
			padding-top: 36px;
	}
	
	#secFooter {
		padding-top: 36px;
	}
	
	.reviews-bg {
		padding: 36px 22px 36px 22px;
	}
	
	#reviewsSection .testimonial-thumbnail {
		display: none;
	}
	
	.t-text-section {
		width: 100%;
	}
	
	#secContact .gform_wrapper .gform_footer .gform_button[type=submit] {
		font-size: 3.4rem;
	}
	
	
}

@media screen and (max-width: 650px) {
	
	html {
		font-size: 7px;
	}

	.horizontal-1 {
		top: 100px;
		margin-left: 8px !important;
	}
		
	.horizontal-2 {
		top: 150px;
	}
	
	.horizontal-3 {
		top: 220px;
		width: 80%;
		font-size: 15px;
	}
	
	.quickLinks {
		bottom: 10px;
		right: 10px;
	}
	
	.scrollDown img {
		width: 60px;
	}
	
	.scrollDown span {
		font-size: 14px;
	}
	
	.scrollDown {
		bottom: 180px;
	}
	
	.intro-height {
		height: calc(100vh - 56px);
	}
	
	#intro .text-sticky {
		height: 100%;
	}
	
	.max-w-120 {
		max-width: 230%;
	}
	
	.fusion-secondary-header .fusion-secondary-menu {
		font-size:10px;
	}
	
	.has-scroll-scrolling .podcast-recent-holder a {
		pointer-events: none;
	}
	
}

@media screen and (max-width: 600px) {
  
	.post-type-archive-podcasts #wrapper {
		background-size: 80vw auto;
	}
	
	html {
		font-size: 6px;
	}
	
	.footer-home-bg .max-w-120 {
		max-width: 220%;
	}
	
}


@media screen and (max-width: 560px) {
  
	.fixed-side-bar {
		display: none;
	}
	
	.sidebar-spacer {
		margin-right: 0;
	}
	
	html {
		font-size: 5px;
	}
	
	.horizontal-3 {
		font-size: 15px;
		font-weight: 500;
	}
	
	#blue-swoosh-container {
		width: 200vw;
	}
	
	.ql-links a {
		font-size: 5rem;
	}
	
	.max-w-120 {
		max-width: 280%;
	}
	
	.wi-height {
		height: 1400px;
	}
	
	.home-margin {
		margin: 0 22px;
	}
	
	.footer-home-bg .max-w-120 {
		max-width: unset;
	}
	
	.max-w-120 {
		max-width: unset;
	}
	
	.section-sticky.sustainability-bg {
		top: -150px;
	}
	
}

/* Link hover style */
/* Effect 12: circle */

.cl-effect-12 a {
	position: relative;	
	transition: 0.3s;
}

.cl-effect-12 a::before,
.cl-effect-12 a::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	border: 2px solid #e100320d;
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
	transform: translateX(-50%) translateY(-50%) scale(0.2);
	z-index: -1;
	pointer-events: none;
}

.cl-effect-12 a::after {
	width: 60px;
	height: 60px;
	border-width: 6px;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
	transform: translateX(-50%) translateY(-50%) scale(0.8);
}

.cl-effect-12 a:hover {
	color: #e6132d !important;
    transform: scale(1.1) !important;
    display: inline-block;
}

.cl-effect-12 a:hover i {
	color: #e6132d !important;
	border-color: #e6132d !important;
}

.cl-effect-12 a:hover::before,
.cl-effect-12 a:hover::after,
.cl-effect-12 a:focus::before,
.cl-effect-12 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}

@media (hover: none) {
	.cl-effect-12 a:hover::before,
	.cl-effect-12 a:hover::after,
	.cl-effect-12 a:focus::before,
	.cl-effect-12 a:focus::after {
		opacity: 0;
	}
}

/* Effect 4: bottom border enlarge */
.cl-effect-4 :not(.fusion-rollover) h4.blog-shortcode-post-title {
	position: relative;
}

.cl-effect-4 :not(.fusion-rollover) a {
	padding: 0;
}

.cl-effect-4 :not(.fusion-rollover) a:hover {
	color: #e31512;
}

.fusion-footer .cl-effect-4 :not(.fusion-rollover) a:hover {
	color: #e31512 !important;
}

.cl-effect-4 :not(.fusion-rollover) a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e31512;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s, color 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
	margin-top: 0px;
}

.cl-effect-4 a {
	position: relative;
}

.cl-effect-4 .links-blue :not(.fusion-rollover) a::after {
	background: #e31512;
}

.cl-effect-4 :not(.fusion-rollover) a:hover::after,
.cl-effect-4 :not(.fusion-rollover) a:focus::after {
	height: 5px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/*
.cl-effect-4 :not(.fusion-rollover) .blog-shortcode-post-title a:hover::after, 
.cl-effect-4 :not(.fusion-rollover) .blog-shortcode-post-title a:focus::after {
	height: 20px;
}

.cl-effect-4 :not(.fusion-rollover) .blog-shortcode-post-title a::after {
	margin-top: 10px;
}

.cl-effect-4 .blog-shortcode-post-title a {
	padding: 0 0 10px;
}
*/

@media (min-aspect-ratio: 16/9) {
  .video-container iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
    
@media (max-aspect-ratio: 16/9) {
  .video-container iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}

@media screen and (min-width: 1800px) {
	.whatIs-bg img.max-w-120 {
		width: 100vw;
	}
	
	.news-bg img.max-w-120 {
		width: 100vw;
	}
	
	.awards-bg img.max-w-120 {
		width: 100vw;
	}
}

@media screen and (min-width: 1900px) {
	#blue-swoosh-container {
		width: 100vw;
	}
}

@media screen and (min-width: 2200px) {
	#blue-swoosh-container img {
		right: -10%;
		position: relative;
	}
}