/*
Theme Name: Divi Child
Theme URI: https://www.elegantthemes.com/gallery/divi/
Description: Divi child theme via FreshySites
Author: FreshySites
Author URI: https://freshysites.com/
Template: Divi
Version: 1.9.0
*/
/* Add your own styles at the bottom */

/* -- COLORS -- */

.white, 
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white li, .white a,
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, li.white, a.white, p.white {
	color: #fff;
}

.black, 
.black h1, .black h2, .black h3, .black h4, .black h5, .black h6, .black li, .black a,
h1.black, h2.black, h3.black, h4.black, h5.black, h6.black, li.black, a.black, p.black {
	color: #000;
}

.primary, 
.primary h1, .primary h2, .primary  h3, .primary h4, .primary h5, .primary h6, .primary li, .primary a,
h1.primary, h2.primary, h3.primary, h4.primary, h5.primary, h6.primary, li.primary, a.primary, p.primary {
	color: #32a709;
}

.secondary, 
.secondary h1, .secondary h2, .secondary h3, .secondary h4, .secondary h5, .secondary h6, .secondary li, .secondary a,
h1.secondary, h2.secondary, h3.secondary, h4.secondary, h5.secondary, h6.secondary, li.secondary, a.secondary, p.secondary {
	color: #daf238;
}

.tertiary, 
.tertiary h1, .tertiary h2, .tertiary h3, .tertiary h4, .tertiary h5, .tertiary h6, .tertiary li, .tertiary a,
h1.tertiary, h2.tertiary, h3.tertiary, h4.tertiary, h5.tertiary, h6.tertiary, li.tertiary, a.tertiary, p.tertiary {
	color: #e4debe;
}

/* background colors */
.bg-white, a.bg-white {background-color: #fff;}
.bg-black, a.bg-black {background-color: #000;}
.bg-primary, a.bg-primary {background-color: #32a709;}
.bg-secondary, a.bg-secondary {background-color: #daf238;}
.bg-tertiary, a.bg-tertiary {background-color: #e4debe;}

/* -- END COLORS -- */


/* -- TYPOGRAPHY -- */

.text-lowercase, 
.text-lowercase h1, .text-lowercase h2, .text-lowercase h3, .text-lowercase h4, .text-lowercase h5, .text-lowercase h6, .text-lowercase li, .text-lowercase a {
	text-transform: lowercase !important;
}

.text-uppercase, 
.text-uppercase h1, .text-uppercase h2, .text-uppercase h3, .text-uppercase h4, .text-uppercase h5, .text-uppercase h6, .text-uppercase li, .text-uppercase a {
	text-transform: uppercase !important;
}

.text-capitalize, 
.text-capitalize h1, .text-capitalize h2, .text-capitalize h3, .text-capitalize h4, .text-capitalize h5, .text-capitalize h6, .text-capitalize li, .text-capitalize a {
	text-transform: capitalize !important;
}

.text-transform-none, 
.text-transform-none h1, .text-transform-none h2, .text-transform-none h3, .text-transform-none h4, .text-transform-none h5, .text-transform-none h6, .text-transform-none li, .text-transform-none a {
	text-transform: none !important;
}

.font-weight-bold, 
.font-weight-bold h1, .font-weight-bold h2, .font-weight-bold h3, .font-weight-bold h4, .font-weight-bold h5, .font-weight-bold h6, .font-weight-bold li, .font-weight-bold a {
	font-weight: 700;
}

.font-weight-normal, 
.font-weight-normal h1, .font-weight-normal h2, .font-weight-normal h3, .font-weight-normal h4, .font-weight-normal h5, .font-weight-normal h6, .font-weight-normal li, .font-weight-normal a {
	font-weight: 400;
}

.font-italic {font-style: italic;}

.text-underline-none, .text-underline-none a {text-decoration: none !important;}

.text-underline, .text-underline a {text-decoration: underline !important;}

.text-nowrap, .text-nowrap a {white-space: nowrap !important;}

.text-wrap-normal, .text-wrap-normal a {white-space: normal !important;}

/* -- END TYPOGRAPHY -- */


/* -- TEMPLATE -- */



/* -- END TEMPLATE -- */


/* -- HEADER -- */

/* helps logo to not be pixelated when scaled down */
#logo {
	transform: none !important;
}

/* when mobile menu is open, change hamburger icon to x icon */
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}

/* makes sub sub menu icon be right arrow instead of down arrow */
#top-menu .menu-item-has-children .menu-item-has-children > a:first-child::after, 
#et-secondary-nav .menu-item-has-children .menu-item-has-children > a:first-child::after {
	content: '5';	
}

/* if parent link of child menu is a deadlink, then make it not clickable */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a[href="#0"] { 
	pointer-events: none;
}

/* - mobile menu toggling elements, injected via jQuery - */

/* make menu list item be relative, to be able to position toggle within this item */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
	position: relative;	
}
/* the new toggle element, which is added via jQuery */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
	position: absolute;
	background-color: rgba(0,0,0,0.03);
	z-index: 1;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	top: 4px;
	right: 4px;
	cursor: pointer;
	text-align: center;
}
/* the new toggle element when popped */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped {
	background-color: rgba(0,0,0,0.1);
}
/* toggle icon */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
	font-family: "ETmodules" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 36px;
	font-size: 24px;
	text-transform: none;
	speak: none;
	content: '\33';
}
/* toggle icon when triggered */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before {
	content: '\32';
}
/* hide sub menus by default */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle ~ ul.sub-menu {
	display: none !important;
	padding-left: 0;
}
/* show sub menu when triggered via jQuery toggle, and add slight bg color */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu {
	display: block !important;
	background-color: rgba(0,0,0,0.03);
}
/* remove sub menu list item left padding, since padding will be on anchors */
#main-header #mobile_menu.et_mobile_menu li li {
	padding-left: 0;
}

/* adjust mobile menu anchors side paddings */
#main-header #mobile_menu.et_mobile_menu li a {
	padding-left: 20px;
	padding-right: 20px;
}
/* indent sub menu */
#main-header #mobile_menu.et_mobile_menu li li a {
	padding-left: 40px;
	padding-right: 20px;
}
/* indent sub sub menus further */
#main-header #mobile_menu.et_mobile_menu li li li a {
	padding-left: 60px;
	padding-right: 20px;
}
/* if mobile menu anchor has toggle, make room for it to fit next to the link */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle + a {
	padding-right: 44px;
}

/* - end mobile menu toggling elements - */

/* undo Divi's default styling of mobile menu links that have children */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a {
	background-color: transparent;
	font-weight: inherit;
}

/* make the current page's mobile menu link be different */
#main-header #mobile_menu.et_mobile_menu li.current-menu-item > a {
	/*font-weight: bolder;*/
	color:#DA4761 !important;
}

/* -- END HEADER -- */


/* -- FOOTER -- */

#freshy_copyright span {
	display: inline-block;
	line-height: 1.5em;
}

/* vertical pipe divider */
#freshy_copyright span.copyright_via {
	width: 33.33333%;
	height: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 200%;
	background: rgba(255,255,255,0.25);
	vertical-align: middle;
	margin: 10px auto 15px;
	display: block;
}

#freshy_copyright a.copyright_fs {
	display: block;
	vertical-align: middle;
	width: 42px;
	height: 20px;
	background-image: url("/wp-content/uploads/fs-lettermark-white.svg");
	background-repeat: no-repeat;
	background-size: 42px 20px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 auto;
}

/* fix if using Impreza to remove underline */
#freshy_copyright a:hover {
	border: 0 !important;
}

@media (min-width: 600px) {
	/* vertical pipe divider */
	#freshy_copyright span.copyright_via {
		width: 1px;
		height: 20px;
		margin: 0 10px;
		display: inline-block;
	}
	#freshy_copyright a.copyright_fs {
		display: inline-block;
	}
}

@media (max-width: 980px) {
	#footer-bottom .et-social-icons li:first-child {
		margin-left: 0;
	}
}

/* -- END FOOTER -- */


/* -- RESPONSIVE -- */

/* do for mobile */
@media screen and (max-width: 767px) {
	/* hide on mobile */
	.hide-mobile {
		display: none;
	}
}

/* do for desktop */
@media screen and (min-width: 768px) {
	/* hide on desktop */
	.hide-desktop {
		display: none;
	}
}

/* -- END RESPONSIVE -- */


/* -- CHECKLIST -- */

.checklist ul {
	margin: 0;
	padding: 0 !important;
	list-style: none;
}

.checklist ul li {
	position: relative;
	padding-left: 30px;
	margin: 0 0 6px !important;
}

.checklist-columns-2 ul li,
.checklist-columns-3 ul li,
.checklist-columns-4 ul li {
	margin-bottom: 30px !important;
}

@media (max-width: 638px) {
	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		margin-bottom: 20px !important;
	}
	.checklist-columns-2 ul li:last-child,
	.checklist-columns-3 ul li:last-child,
	.checklist-columns-4 ul li:last-child {
		margin-bottom: 0 !important;
	}
}

/* create columns of list items with this class */
@media (min-width: 639px) {
	.checklist-columns-2 ul::after,
	.checklist-columns-3 ul::after,
	.checklist-columns-4 ul::after {
		content: '';
		clear: both;
		display: table;
	}
	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 50%;
		padding-right: 30px;
	}
	.checklist-columns-2 ul li:nth-child(odd),
	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd){
		clear: both;	
	}
	.checklist-columns-2-alt > ul,
	.checklist-columns-3-alt > ul,
	.checklist-columns-4-alt > ul {
		column-count: 2;
		column-gap: 20px;
	}
	.checklist-columns-2-alt ul li,
	.checklist-columns-3-alt ul li,
	.checklist-columns-4-alt ul li {
		break-inside: avoid-column;
	}
}
@media (min-width: 981px) {
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 33.333333%;
	}
	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;	
	}
	.checklist-columns-3 ul li:nth-child(3n+1),
	.checklist-columns-4 ul li:nth-child(3n+1) {
		clear: both;	
	}
	.checklist-columns-3-alt ul,
	.checklist-columns-4-alt ul {
		column-count: 3;
	}
}
@media (min-width: 1199px) {
	.checklist-columns-4 ul li {
		float: left;
		width: 25%;
	}
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;	
	}
	.checklist-columns-4 ul li:nth-child(3n+1) {
		clear: none;	
	}
	.checklist-columns-4 ul li:nth-child(4n+1) {
		clear: both;	
	}
	.checklist-columns-4-alt ul {
		column-count: 4;
	}
}

.checklist ul li::before {
	font-family: 'ETModules';
	content: '\f111';
	width: 20px;
	margin: 0;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #32a709;
	/* set font size helps make icon sharper */
	font-size: 14px;
	font-weight: normal;
}

.pluslist ul li::before {
	content: '\f055';
}
.eventlist ul li::before {
	content: '\f274';
}
.locationlist ul li::before {
	content: '\f041';
}
.externallist ul li::before {
	content: '\f14c';	
}
.pdflist ul li::before {
	content: '\f1c1';
	color: red;
}
.userlist ul li::before {
	content: '\f2c0';
}
.arrowlist ul li::before {
	content: url(/wp-content/uploads/arrowlist.svg);
	width: 10px;
	height: 16px;
}

.checklist.arrowlist ul li {
	margin: 0 0 25px !important;
	padding-left: 25px;
}

.arrowlist ul {
	margin-top: 20px;
}

/* -- END CHECKLIST -- */


/* -- DIVI HACKS -- */

/* make parallax image be centered at the start */
.et_parallax_bg {
	background-position: center center;	
}

/* Divi was turning off bottom padding on last paragraphs, when it should be only if it's the last child */
p:last-of-type,
p:not(.has-background):last-of-type {
	padding-bottom: 1em;
}
p:last-child,
p:not(.has-background):last-child {
	padding-bottom: 0;
}

/* if there are more than one paragraphin the Fullwidth Header module, they should have padding */
.et_pb_fullwidth_header p:not(:last-child) {
	padding-bottom: 1em;
}

/* -- END DIVI HACKS -- */


/* -- PASSWORD PROTECTED -- */

/* set a max width to make it only as wide as most content */
.post-password-required .et_password_protected_form {
	width: 80%;
	margin: 10% auto;
	max-width: 1140px;
}

/* give the input a border */
.post-password-required .et_password_protected_form p input {
	border: 1px solid !important;
}

/* remove the arrow on hover of the submit button */
.post-password-required .et_password_protected_form .et_submit_button::after {
	display: none;
}

/* -- END PASSWORD PROTECTED -- */


/* -- TESTIMONIALS PLUGIN -- */

/* flip quote so it's an opening quote icon for grid and slider versions */
.b3_archive_testimonials_grid article .b3_quote.grid_quote::before,
.et_pb_module.et_pb_testimonial_slider .et_pb_slides_testi::before {
	transform: scale(-1,-1);
}

/* -- END TESTIMONIALS PLUGIN -- */


/* -- GRAVITY FORMS -- */

/* we swap out form ajax spinner via PHP Function, and add spinning if its PNG */
img.gform_ajax_spinner[src$=".png"] {
	animation: lime-spin 1.5s linear infinite;
	padding: 0;
	margin-left: 10px;
}
@keyframes lime-spin { 100% { transform:rotate(360deg); } }

/* confirmation (success) message */
.gform_confirmation_wrapper .gform_confirmation_message {
	font-size: 1.2rem;
	line-height: 1.5em;
	padding: 2rem;
	background: rgba(90, 90, 90, 0.1);
	text-align: center;
}

/* -- END GRAVITY FORMS -- */


/* -- HELPERS -- */

/* use the "fullwidth-section" class on a SECTION to make a "standard" SECTION truly be fullwidth 
(NOTE: the SECTION needs THIS class) */
.fullwidth-section.et_pb_section {
	padding: 0;
}
.fullwidth-section.et_pb_section > .et_pb_row {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0;
}

/* use the "fullwidth-row" class on a SECTION to make a "full width" ROW truly be fullwidth 
(NOTE: the ROW module settings needs to be Gutter Width 1, and the SECTION needs THIS class,
and unlike the class above, THIS class will auto-add padding to the columns) */
.fullwidth-row.et_pb_section {
	padding: 0;	
}
.fullwidth-row.et_pb_section .et_pb_row {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}
/* helps add padding to each column */
.fullwidth-row.et_pb_section .et_pb_row > .et_pb_column {
	padding: 50px 10%;
}
@media (min-width: 767px) {
	.fullwidth-row.et_pb_section .et_pb_row > .et_pb_column {
		padding: 80px 6%;
	}
}
/* for some reason Divi removes bottom margin from modules if in column with no gutters, 
so we need to add margins back */
.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1 > .et_pb_column .et_pb_module:not(:last-child) {
	margin-bottom: 30px;
}
@media (min-width: 981px) {
	.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1 > .et_pb_column_2_3 .et_pb_module:not(:last-child) {
		margin-bottom: 4.242%;
	}
	.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1 > .et_pb_column_1_3 .et_pb_module:not(:last-child) {
		margin-bottom: 9.27%;
	}	
}
/* reduce gap between toggles if in fullwidth row */
.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1 > .et_pb_column .et_pb_module.et_pb_toggle:not(:last-child) {
	margin-bottom: 3px;
}

@media (max-width: 980px) {
	/* use the "stacked-flex" class on a ROW to make it be flexbox when stacked, to help with adjusting order of stacked columns */
	.stacked-flex {
		display: flex;
		flex-wrap: wrap; 
	}
	/* add the desired class to COLUMNS to designate their order when stacked within a "stacked-flex" ROW */
	.stacked-order-negative-4 {
		order: -4;
	}
	.stacked-order-negative-3 {
		order: -3;
	}
	.stacked-order-negative-2 {
		order: -2;
	}
	.stacked-order-negative-1 {
		order: -1;
	}
	.stacked-order-1 {
		order: 1;
	}
	.stacked-order-2 {
		order: 2;
	}
	.stacked-order-3 {
		order: 3;
	}
	.stacked-order-4 {
		order: 4;
	}
	/* adds margin to former "last" column that otherwise wouldn't have it */
	.stacked-flex:last-child .et_pb_column:last-child {
		margin-bottom: 30px;
	}
}

/* -- END HELPERS -- */

/* -- BLOG -- */

/* sidebar recent posts */
.et_pb_widget.widget_recent_entries ul li  {
	margin-bottom: 1em;
}

/* sidebar recent posts dates */
.et_pb_widget.widget_recent_entries ul li span.post-date {
	display: table;
	font-size: 0.85em;
}

/* -- END BLOG -- */

/*-custom-*/

#page-container{
	overflow:hidden;
}
.mp-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}
@media only screen and (max-width:1835px) and (min-width:981px){
	body{
		font-size:22px !important;
	}
}
@media only screen and (max-width:1895px) and (min-width:1807px){
	.rediscover-intro.title-75 h2{
		font-size: 65px !important;
	}
}
@media only screen and (max-width:1806px) and (min-width:1645px){
	.title-75 h2, .title-75 h3{
		font-size: 65px !important;
	}
}
@media only screen and (max-width:1675px) and (min-width:981px){
	.title-blurbs h3{
		font-size:35px !important;
	}
}
@media only screen and (max-width:1644px) and (min-width:1365px){
	.title-75 h2, .title-75 h3{
		font-size: 60px !important;
	}
}
@media only screen and (max-width:1449px) and (min-width:1365px){
	.title-75 h2, .title-75 h3{
		font-size: 56px !important;
	}
}
@media only screen and (max-width:1364px) and (min-width:981px){
	.title-75 h2, .title-75 h3{
		font-size: 52px !important;
	}
}
@media only screen and (max-width:1364px) and (min-width:1272px){
	.quote-blurb{
		font-size:33px !important
	}
	body{
		font-size:22px !important;
	}
	.title-blurbs h3{
		font-size:28px !important;
	}
	
}
@media only screen and (max-width:1271px) and (min-width:981px){
	.quote-blurb{
		font-size:28px !important
	}
	body{
		font-size:20px !important;
	}
	.title-blurbs h3{
		font-size:24px !important;
	}
}
@media only screen and (max-width:1322px) and (min-width:1190px){
	.title-45 h2{
		font-size:38px !important
	}
}
@media only screen and (max-width:1189px) and (min-width:981px){
	.small-row{
		width:40% !important;
	}
	.quote-blurb{
		font-size:22px !important;
	}
	.title-45 h2{
		font-size:28px !important
	}
	.title-45{
		font-size:18px !important;
	}
}

@media only screen and (max-width:481px){
	.squares .title-45 h2{
		font-size:34px !important;
	}
	.squares .title-45{
		font-size:18px !important;
	}
}
@media only screen and (max-width:481px){
	.squares .title-45 h2{
		font-size:28px !important;
	}
	.squares .title-45{
		font-size:16px !important;
	}
}
/*-- menu --*/

#et-top-navigation {
    font-weight: 300;
}
#et-top-navigation{
	-webkit-animation-name:fadeInRight;
	animation-name:fadeInRight;
	-webkit-animation-duration: 2.5s;
	-moz-animation-duration: 2.5s;
	-ms-animation-duration: 2.5s;
	-o-animation-duration: 2.5s;
	animation-duration: 2.5s;
}
.et_fixed_header #et-top-navigation{
	-webkit-animation-name:none !important;
	animation-name:none !important;
}
#main-header .container{
	max-width:100% !important;
	width:85% !important;
}
#main-header, #main-header.et-fixed-header {
    box-shadow: 0 2px 3px rgb(156,145,176) !important;
    -moz-box-shadow: 0 2px 3px rgb(156,145,176) !important;
	-webkit-box-shadow: 0 2px 3px rgb(156,145,176) !important;
}
#top-menu li.current-menu-item>a:after{
	content:"";
	display:block;
	width:100%;
	height:10px;
	position:absolute;
	bottom:-7px;
	background:#DA4761;
}
#top-menu li.current-menu-item>a:hover{
	opacity:1 !important;
}
#et-info-email:hover, #et-secondary-menu>ul>li>a:hover, #top-menu-nav>ul>li>a:hover, .et-social-icons a:hover{
	color:#DA4761 !important;
}

@media only screen and (min-width:1253px){
	#et-top-navigation{
		float:none;
		padding-left:0!important;
	}
	#main-header .container {
    	flex-direction: row;
    	display: flex;
    	justify-content: flex-start;
    	align-items: center;
	}
	.logo_container {
    	position: relative !important;
    	height: auto !important;
    	width: 174px !important;
		display: flex;
	    flex-direction: column;
    	justify-content: center;
	}
	#top-menu li {
    	padding-right: 100px;
	}
	#top-menu li:first-child {
    	padding-left: 100px;
	}
	
}

@media only screen and (max-width:1355px) and (min-width:1111px){
	#top-menu li {
    	padding-right: 50px;
	}
}
@media only screen and (max-width:1110px) and (min-width:981px){
	#top-menu li {
    	padding-right: 38px;
	}
	#main-header .container {
    	width: 90% !important;
	}
}
@media only screen and (min-width:981px){
	.et_pb_svg_logo #logo {
    	height: auto !important;
	}
}
@media only screen and (max-width: 980px){	
	#logo {
    	max-height: 80%;
		max-width:64% !important;
	}
	#main-header #mobile_menu.et_mobile_menu li a, .et_pb_menu .et_mobile_menu {
    	text-align: center;
	}
	#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle + a {
    	padding-left: 44px;
	}
	#main-header #mobile_menu.et_mobile_menu li li a{
		padding-right: 40px;
	}
	#top-menu li li {
    	text-align: center;
	}
	.et_mobile_menu li a, .nav li li a{
		font-size:22px !important;
	}
}

/*-- form --*/
@media only screen and (min-width:755px){
	.gform_wrapper.gravity-theme .left_label .gfield:not(.gsection):not(.gfield_html):not(fieldset), .gform_wrapper.gravity-theme .right_label .gfield:not(.gsection):not(.gfield_html):not(fieldset) {
    	flex-direction: row-reverse;
	}
	.gfield_label{
		padding-left:20px !important;
	}
}
@media only screen and (max-width:754px){
	.gform_wrapper.gravity-theme .left_label .gfield:not(.gsection):not(.gfield_html):not(fieldset), .gform_wrapper.gravity-theme .right_label .gfield:not(.gsection):not(.gfield_html):not(fieldset) {
    	flex-direction: column;
	}
	.gfield_label{
		padding-bottom:10px !important;
		width: 100% !important;
	}
	.gform_wrapper.gravity-theme .left_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons), .gform_wrapper.gravity-theme .right_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons) {
    	width: 100% !important;
	}
}
.gfield_label{
	text-transform:uppercase;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea.textarea, div.form_saved_message div.form_saved_message_emailform form input[type=text]{
	background:#fff !important;
	padding: 10px 16px !important;
	border:1px solid #DA4761 !important;
	border-radius: 0px !important;
}
body .gform_wrapper select{
	background:#fff !important;
	border:1px solid #DA4761!important;
	border-radius: 0px !important;
	height: 40px;
}
.gform_wrapper .left_label textarea.medium{
	height:80px !important;
}
body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_page_footer input.button, body div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
	font-family: 'Avenir Demi',Helvetica,Arial,Lucida,sans-serif;
}
body .gform_wrapper .gform_footer input.button{
	padding: 0.1em 1.3em 0.2em !important;
	overflow:hidden;
	text-align:center;
	min-width:247px;
	-webkit-transition: all .35s;
	transition: all .35s;
	font-size:20px !important;
	text-transform:uppercase;
	border-radius:0 !important;
}
body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_page_footer input.button:hover, body div.form_saved_message div.form_saved_message_emailform form input[type=submit]:hover{
	padding: 0.1em 1.3em 0.2em !important;
}
body .gform_wrapper .gform_footer, body .gform_wrapper .gform_page_footer{
	text-align:left;
	padding-left:0 !important;
}
input[type=file].large {
	height:44px;
	color:#fff;
}

.custom-file input[type=file].large:before{
  content: '';
  display: inline-block;
	background-image:linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)),url(/wp-content/uploads/add-file-dark.png);
	background-repeat:no-repeat;
  width: 300px;
    height: 44px;
	-webkit-user-select: none;
	cursor: pointer;
	position:absolute;
	background-size:contain;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.custom-file input[type=file].large:hover:before{
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0)),url(/wp-content/uploads/add-file-dark.png);
	content: '';
  	display: inline-block;
	background-repeat:no-repeat;
  width: 300px;
    height: 44px;
	-webkit-user-select: none;
	cursor: pointer;
	position:absolute;
	background-size:contain;
	-webkit-transition: all .35s;
	transition: all .35s;
}

/*-home-*/
@media only screen and (min-width:1921px){
	.home-box-row{
    	margin: auto !important;
		width:95% !important;
	}
	.go-beyond-box-row {
    	margin: auto !important;
		width:90% !important;
	}
	.home-section-header{
		min-height:1000px !important;
	}
}
@media only screen and (max-width:569px){
	.home-img{
		width:50% !important;
	}
}
@media only screen and (max-width:815px){
	.video-home{
		height: 100vw !important;
    	width: 100%;
	}
}
@media only screen and (min-width:981px){
	.quote-blurb .et_pb_blurb_container .et_pb_blurb_description {
    	padding-left: 0px;
		padding-right:80px;
	}
}
.quote-blurb .et_pb_module_header{
	padding-bottom:30px !important;
}
.quote-blurb blockquote {
    margin:0;
    border-left: 0;
	padding: 0 90px 0 110px;
	max-width:100%;
}

#page-container .quote-blurb .et_pb_blurb_description:before{
	content: '"';
    display: inline-block;
    float: left;
    font-size: 160px;
    width: 88px;
    height: 74px;
    text-align: center;
    line-height: 0.8em;
    overflow: hidden;
	font-family:'Avenir Heavy Italic',Helvetica,Arial,Lucida,sans-serif !important;
}
#page-container .quote-blurb .et_pb_blurb_description:after{
	content: '"';
    display: inline-block;
    font-size: 160px;
    width: 88px;
    height: 74px;
    text-align: center;
    line-height: 0.8em;
    overflow: hidden;
	position:absolute;
	right:40px;
    bottom: -15px;
	font-family:'Avenir Heavy Italic',Helvetica,Arial,Lucida,sans-serif !important;
}
.title-blurbs .et_pb_module_header{
	padding-bottom:15px !important;
}
.title-blurbs .et_pb_main_blurb_image{
	margin-bottom:15px;
}
.title-blurbs .et_pb_main_blurb_image img{
	width:140px !important;
}


@media only screen and (max-width:980px){
	.quote-blurb .et_pb_blurb_description:after{
		left:initial;
		right:0 !important;
		bottom:0;
	}
	#page-container .quote-blurb .et_pb_blurb_description:before, #page-container .quote-blurb .et_pb_blurb_description:after {
    	font-size: 80px;
	}
}
@media only screen and (max-width:480px){
	.quote-blurb .et_pb_blurb_description:before, .quote-blurb .et_pb_blurb_description:after{
		font-size: 50px !important;
	}
	.quote-blurb .et_pb_blurb_description:before, .quote-blurb .et_pb_blurb_description:after{
		width:32px !important;
		height:25px !important;
	}
	.quote-blurb blockquote {
		padding: 0 45px 0 45px;
	}
	.quote-blurb blockquote{
		font-size:16px !important;
	}
}
/*-- stack--*/
@media all and (max-width: 980px) {
	/*** wrap row in a flex box ***/
	.custom_row {
  		display: -webkit-box;
  		display: -moz-box;
  		display: -ms-flexbox;
  		display: -webkit-flex;
  		display: flex;
		-webkit-flex-wrap: wrap; /* Safari 6.1+ */
		flex-wrap: wrap;
	}
 
	/*** custom classes that will designate the order of columns in the flex box row ***/
	.custom_row .first-on-mobile {
		-webkit-order: 1;
		order: 1;
	}
 
	.custom_row .second-on-mobile {
		-webkit-order: 2;
		order: 2;
	}
 
	.custom_row .third-on-mobile {
		-webkit-order: 3;
		order: 3;
	}
	/*** add margin to last column ***/
	.custom_row .et_pb_column:last-child {
		margin-bottom: 0px !important;
	}
	.custom_row .second-on-mobile.et_pb_column  {
		margin-bottom: 0 !important;
	}
}
/*-- squares --*/
@media only screen and (min-width:981px){
	.squares .et_pb_image .et_pb_image_wrap, .squares .et_pb_image{
		width:100%;
		height:100%;
		min-height:1px;
	}
	.squares .et_pb_image img {
    	object-fit: fill;
    	width: 100%;
    	height: 100%;
		min-height:1px;
	}
}
@media only screen and (min-width:1434px){
	.squares .left{
    	margin-right: calc(540px - 247px);
	}
	.squares .mp-vertical-align{ 
    	display: flex; 
    	flex-direction: column; 
    	justify-content: center;
		align-items:center;
	}
}
.squares .title-45 h2 {
    padding-bottom: 42px;
}
@media all and (max-width: 815px) {
	/*** wrap row in a flex box ***/
	.custom_row_squares {
  		display: -webkit-box;
  		display: -moz-box;
  		display: -ms-flexbox;
  		display: -webkit-flex;
  		display: flex;
		-webkit-flex-wrap: wrap; /* Safari 6.1+ */
		flex-wrap: wrap;
	}
 
	/*** custom classes that will designate the order of columns in the flex box row ***/
	.custom_row_squares .first-on-mobile {
		-webkit-order: 1;
		order: 1;
	}
 
	.custom_row_squares .second-on-mobile {
		-webkit-order: 2;
		order: 2;
	}
 
	.custom_row_squares .third-on-mobile {
		-webkit-order: 3;
		order: 3;
	}
	/*** add margin to last column ***/
	.custom_row_squares .et_pb_column:last-child {
		margin-bottom: 0px !important;
	}
	.custom_row_squares .second-on-mobile.et_pb_column  {
		margin-bottom: 0 !important;
	}
}
/*-- mobile square --*/
@media only screen and (max-width:1070px) and (min-width:680px){
	.square .title-45 h2 br{
		display:none;
	}
}
@media only screen and (max-width:980px) and (min-width:815px){
	.squares .et_pb_column {
   	 	width: 50% !important;
	}
	.squares .column-text{
		padding-top: 0px !important;
    	padding-right: 50px !important;
    	padding-bottom: 0px !important;
    	padding-left: 50px !important;
	}
	.squares .title-45 h2{
		font-size: 24px !important;
		padding-bottom:30px;
	}
	.squares .title-45{
		font-size:16px !important;
	}
	.squares {
		display: -webkit-box;
	    display: -ms-flexbox;
    	display: flex;
	}
}
@media only screen and (max-width:780px) and (min-width:771px){
	.squares .column-text{
		padding-top: 0px !important;
    	padding-right: 30px !important;
    	padding-bottom: 0px !important;
    	padding-left: 30px !important;
	}
}

@media only screen and (max-width:814px){
	.squares .column-text{
		padding-top: 12vw !important;
    	padding-right: 12vw !important;
    	padding-bottom: 12vw !important;
    	padding-left: 12vw !important;
		min-height:97vw !important;
	}
}
@media only screen and (max-width:545px){
	.squares .title-45 h2 {
    	font-size: 28px !important;
		
	}
	.news .title-45 h2{
    	
		padding-bottom:25px;
	}
	.squares .title-45{
    	font-size: 16px !important;
	}
}
@media only screen and (max-width:412px){
	.squares .title-45 h2 {
    	font-size: 22px !important;
	}
	.squares .title-45 h2 br{
		display:none !important;
	}
}
/*-buttons-*/
.et_pb_button, .et_pb_button_module_wrapper .et_pb_button, .et_pb_button.et_pb_promo_button{
	padding: 0.1em 1.3em 0.2em !important;
	overflow:hidden;
	text-align:center;
	min-width:247px;
}
.et_pb_button:hover, .et_pb_button_module_wrapper .et_pb_button:hover, .et_pb_button.et_pb_promo_button:hover, .n2-ss-button-container a:hover{
	padding: 0.1em 1.3em 0.2em !important;
}
.discover-button.et_pb_button{
	width:auto;
}
.n2-ss-button-container a{
	font-size:20px !important;	
	min-width:200px;
}
@media only screen and (max-width:980px){
	.et_pb_button, .et_pb_button_module_wrapper .et_pb_button, .et_pb_button.et_pb_promo_button, .n2-ss-button-container a{
		font-size:16px !important;
		min-width:200px;
	}
}
@media only screen and (max-width:320px){
	.et_pb_button, .et_pb_button_module_wrapper .et_pb_button, .et_pb_button.et_pb_promo_button, .n2-ss-button-container a{
		min-width:auto;
	}
}
@media only screen and (max-width:1154px) and (min-width:981px){
	.jobs .et_pb_button, .jobs .et_pb_button_module_wrapper .et_pb_button, .jobs .et_pb_button.et_pb_promo_button, .n2-ss-button-container a{
			min-width:150px;
			font-size:16px !important;
		}
}

/*footer */
.credits{
	font-size:16px !important;
	color:#fff !important;
}
.footer-blurb .et_pb_blurb_container {
    padding-left: 30px;
	vertical-align: middle;
}
.footer-blurb .et_pb_main_blurb_image {
	min-width: 100px;
}
.footer-blurb.address ul li{
	display:inline-block;
}
@media only screen and (max-width:1620px){
	.footer-blurb{
		font-size:16px !important;
	}
	.footer-blurb .et_pb_blurb_container {
    	padding-left: 15px;
	}
}

@media only screen and (max-width:1318px) and (min-width:981px){
	.footer-row{
		width: 85% !important;
	}
}
@media only screen and (max-width:380px){
	.footer-blurb .et_pb_main_blurb_image {
   		min-width: 50px;
	}
}
.footer-logo-row{
	max-width:320px !important;
	margin-left:0 !important;
}
.footer-office-button-row{
	margin-left:0 !important;
}
.footer-office-button-row .et_pb_button{
	min-width:auto !important;
}
@media only screen and (min-width:981px){
	.footer-align-bottom{
		display: flex;
  		justify-content: flex-end;
  		flex-direction: column;
	}
}
@media only screen and (max-width:1480px) and (min-width:1010px){
	#page-container .footer-locations{
		font-size: 12px !important;
	}
}
@media only screen and (max-width:1009px) and (min-width:981px){
	#page-container #page-container .footer-locations{
		font-size: 10px !important;
	}
}
@media only screen and (max-width:1313px) and (min-width:981px){
	#page-container .locations-col{
		padding-left:20px !important;
	}
	#page-container .locations-col{
		background-size:cover !important;
		background-position:top right !important;
	}
}
@media only screen and (max-width:1260px) and (min-width:981px){
	.find-offices-footer-button.et_pb_button {
		font-size:8px !important;
	}
	#page-container .footer-locations{
		font-size: 12px !important;
	}
}
@media only screen and (max-width:600px){
	.find-offices-footer-button.et_pb_button {
		font-size:10px !important;
	}
	#page-container .footer-locations{
		font-size: 12px !important;
	}
	a.find-offices-footer-button {
    	transform: translateX(-100%) translateY(-50%);
	}
}
/*-- scroll up --*/
.et_pb_scroll_top.et-pb-icon {
	background: rgba(218,71,97,0.5);
	bottom: 380px;
	right: 0px;
	border-radius:0;
	clip-path: polygon(89% 0, 100% 6%, 100% 100%, 8% 100%, 0 91%, 0% 0%);
	padding: 5px;
}
.et_pb_scroll_top:before{
	background:#DA4761;
}

@media only screen and (max-width:980px){
	.et_pb_scroll_top.et-pb-icon {
		bottom: 40px;
	}
}
/*- slider 

.home-slider-announcement{
	clip-path: polygon(97% 0, 100% 6%, 100% 100%, 8% 100%, 0 91%, 0% 0%);
	background:url(/wp-content/uploads/background-box-2.png);
	background-size: 100% 100%;
	background-position:0 0;
	background-repeat:no-repeat;
}
@media only screen and (max-width:290px){
	.title-slider h1{
		font-size: 32px !important;
	}
}
@media only screen and (max-width:1395px) and (min-width:1200px){
	.title-slider h1{
		font-size: 120px !important;
	}
	.message-row{
		width:770px !important;
		transform: translate(549px, 340px) translate(-50%, -50%) !important;
	}
	.title-box h3{
		font-size:22px !important;
	}
	.text-content p{
		font-size:18px !important;
		padding-top:20px !important;
		padding-bottom:20px !important;
	}

}
@media only screen and (max-width:1199px) and (min-width:901px){
	.message-row{
		width:650px !important;
		transform: translate(373px, 287px) translate(-50%, -50%) !important;
	}
}
@media only screen and (max-width:1168px) and (min-width:901px){
	.title-slider{
		transform: translate(463px, 85px) translate(-50%, -50%) !important;
	}
}
@media only screen and (max-width:900px) and (min-width:671px){
	.title-slider h1{
		font-size: 90px !important;
	}
	.sub-title p{
		font-size:50px !important;
	}
	.message-row{
		width:380px !important;
	}
}
@media only screen and (max-width: 892px) and (min-width: 671px){
	.title-slider h1 {
    	font-size: 80px !important;
	}
	.sub-title p{
		font-size:50px !important;
	}
}
@media only screen and (max-width: 892px) and (min-width: 737px){
	.sub-title{
		transform: translate(419px, 81px) translate(-50%, -50%) !important;
	}
}
@media only screen and (max-width: 736px) and (min-width: 693px){
	.sub-title{
		transform: translate(405px, 86px) translate(-50%, -50%) !important;
	}
}
@media only screen and (max-width: 670px) and (min-width: 481px){
	.title-slider h1 {
    	font-size: 60px !important;
	}
	.sub-title p{
		font-size:35px !important;
	}
	.message-row{
		width:380px !important;
	}
}
@media only screen and (max-width: 375px) and (min-width:319px){
	.title-slider{
		transform: translate(170px, 74px) translate(-50%, -50%) !important;
	}
	.sub-title{
		transform: translate(174px, 94px) translate(-50%, -50%) !important;
	}
}
@media only screen and (max-width: 318px){
	.title-slider h1 {
    	font-size: 35px !important;
	}
	.sub-title p{
		font-size:28px !important;
	}
	.title-slider{
		transform: translate(139px, 74px) translate(-50%, -50%) !important;
	}
	.sub-title{
		transform: translate(140px, 94px) translate(-50%, -50%) !important;
	}
}-*/
/*before after*/
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
	width: 4px;
}
.twentytwenty-handle {
    height: 70px;
    width: 7px;
    border-radius: 0 !important;
	background: #fff;
}
.twentytwenty-left-arrow {
    border-right: 14px solid white !important;
    margin-left: -33px;
}
.twentytwenty-right-arrow{
	border-left: 14px solid white !important;
    margin-right: -33px;
}
.twentytwenty-before-label{
	display:none !important;
}


/*-- internals --*/
.title-200 h1{
	position:absolute;
	top:-18px;
}
.title-200 h2{
	position:absolute;
	top:-24px;
}
.internal-header .title-200 h1, .internal-header .title-200 h2{
	text-transform:initial !important;
}
.centered-header-2.title-200 h2{
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
}
.left-header h2{
	margin-left:6vw!important;
}
@media only screen and (min-width:981px){
	.white-81 h1 .white {
    	font-size: 81px;
	}
	.rediscover {
    	font-size: 73px !important;
	}
}
@media only screen and (max-width:1633px) and (min-width:1230px){

	.title-200 h1{
		font-size:150px !important;
		top:-5px;
	}
	.title-200 h2{
		font-size:150px !important;
		top:-7px;
	}
	.text-120{
		font-size:92px !important;
	}
	.title-45 h2, .title-43 h4{
		font-size:40px !important;
	}
}
@media only screen and (max-width:1229px) and (min-width:981px){
	.title-200 h1{
		font-size:100px !important;
		top:-2px;
	}
	.title-200 h2{
		font-size:100px !important;
		top:-4px;
	}
	.text-120{
		font-size:60px !important;
	}
	
}
@media only screen and (max-width:980px){
	.rediscover {
    	font-size: 45px !important;
	}
	.white-81 h1 .white {
    	font-size: 58px;
	}
	.title-200 h1{
		top:0px;
	}
	.title-200 h2{
		top:-2px;
	}
	.title-45 h2, .title-43 h4{
		font-size:34px !important;
	}
}
@media only screen and (max-width:935px){
	.intro br{
		display:none;
	}
}
@media only screen and (max-width:765px) and (min-width:573px){
	.white-81 h1 .white {
    	font-size: 51px;
	}
	.rediscover {
    	font-size: 40px !important;
	}
}
@media only screen and (max-width:572px){
	.title-57 h1, .title-57 h2{
		font-size:22px !important;
	}
	.white-81 h1 .white {
    	font-size: 34px;
	}
	.rediscover {
    	font-size: 27px !important;
	}
	.title-200 h1, .title-200 h2{
		font-size:50px !important;
		top:4px;
	}
	.text-120{
		font-size:34px !important;
	}
	.contact-title br{
		display:none;
	}
}
@media only screen and (max-width:410px){
	.title-200 h1, .title-200 h2{
		font-size:35px !important;
		top:8px;
	}
	.text-120{
		font-size:25px !important;
	}
}
@media only screen and (max-width:290px){
	.title-200 h1, .title-200 h2{
		font-size:30px !important;
		top:8px;
	}
	.text-120{
		font-size:20px !important;
	}
}
@media only screen and (max-width:271px){
	.white-81 h1 .white {
    	font-size: 21px;
	}
}
.align-bottom{
	display: flex; 
    flex-direction: column; 
	justify-content:flex-end;
	align-items:flex-end;
	
}
.title-200.bottom-left h2{
	left:-12%;
}
@media only screen and (max-width:1100px){
	.news .title-45{
		margin-bottom:22px !important;
	}
	.news .title-45 h2{
		padding-bottom:15px !important;
	}
}
@media only screen and (max-width:760px) and (min-width:581px){
	.contact-title h3{
		font-size:52px !important;
	}
}

/*- join -*/

.office-list p{
	float: left;
    width: 50%;
    padding-right: 10px;
}
.jobs .et_pb_custom_button_icon.et_pb_button:after {
    line-height: inherit;
    font-size: inherit!important;
    opacity: 1 !important;
    margin-left: .3em;
    left: auto;
	display:initial;
}
.team-people .et_pb_team_member_image {
	max-width: 100%;
	text-align:left;
}
.jobs .job_listing_learn{
	padding: 0.4em 1.3em 0.5em !important;
	overflow:hidden;
	text-align:center;
	min-width:247px;
	text-transform:uppercase;
	font-family: 'Avenir Demi',Helvetica,Arial,Lucida,sans-serif !important;
	font-size:20px !important;
	
}
.jobs #single_job_container{
	display:flex;
	flex-direction:column;
	justify-content:space-evenly;
}
.jobs #single_job_container br{
	display:none;
}
@media only screen and (max-width:980px){
	.jobs .job_listing_learn{
		font-size:16px !important;
		min-width:200px;
	}
}
@media only screen and (max-width:320px){
	.jobs .job_listing_learn{
		min-width:auto;
	}
}
@media only screen and (max-width:1154px) and (min-width:981px){
	.jobs .job_listing_learn{
			min-width:150px;
			font-size:16px !important;
		}
}
@media only screen and (max-width:1703px){
	.jobs .job_title{
	    font-size: 28px !important;
	}
}
@media only screen and (max-width:1380px) and (min-width:981px){
	.jobs h3{
		font-size:26px !important;
	}
	.text-40{
		font-size:34px !important;
		line-height: 1.1em;
	}
	.office-list{
		font-size:16px !important;
	}
	.office-list p {
   	 	padding-bottom: 5px !important;
	}
	.team-people .et_pb_module_header{
		font-size:32px !important;
	}
}
@media only screen and (max-width:980px){
	.office-list{
		font-size:15px !important;
	}
	.office-list p {
   	 	padding-bottom: 5px !important;
	}
}

strong, b{
	font-family:'Avenir Bold',Helvetica,Arial,Lucida,sans-serif !important;
}

    @font-face{
        font-family:"Avenir Next LT W01 Demi";
        src:url("fonts/6149637/6afe4676-059a-4aa8-b891-29856bbcba22.woff2") format("woff2"),url("fonts/6149637/a9817c16-2a79-49bf-8543-6c846d73a52f.woff") format("woff");
    }
    @font-face{
        font-family:"Avenir Next LT W01 Bold";
        src:url("fonts/6149645/b56355b0-7729-42a7-9f65-62c7211d078c.woff2") format("woff2"),url("fonts/6149645/05537afc-e923-4df9-b365-71798fbd220d.woff") format("woff");
    }
    @font-face{
        font-family:"Avenir Next LT W01 Demi Italic";
        src:url("fonts/6149646/e9540909-1e28-4c00-9423-10e43c828f31.woff2") format("woff2"),url("fonts/6149646/691d198c-3c78-40b5-9ce3-c92eda0bab0f.woff") format("woff");
    }
    @font-face{
        font-family:"Avenir Next LT W01 Regular";
        src:url("fonts/6149660/c4691e94-080d-4452-8f9f-8b3db6b68d55.woff2") format("woff2"),url("fonts/6149660/a1adabe6-efe5-40b7-b619-48111c8ff883.woff") format("woff");
    }
    @font-face{
        font-family:"Avenir Next LT W01 Italic";
        src:url("fonts/6149665/f07f5ab2-8ecc-416d-afa7-b73dbea95907.woff2") format("woff2"),url("fonts/6149665/3a03e3a3-baa3-4079-aa61-d2ec2a35bea3.woff") format("woff");
    }
    @font-face{
        font-family:"Avenir Next LT W01 Heavy";
        src:url("fonts/6383960/4c12ed83-b51a-4aa2-933e-91b51a349858.woff2") format("woff2"),url("fonts/6383960/174318b4-133a-4af1-b728-f45b53180bfc.woff") format("woff");
    }
    @font-face{
        font-family:"Avenir Next LT W01 Heavy Itali";
        src:url("fonts/6383963/1917b96e-b7c6-4640-808c-dbbba691a4da.woff2") format("woff2"),url("fonts/6383963/844134a2-b67e-4572-9d0d-abe01e9a120e.woff") format("woff");
    }
    @font-face{
        font-family:"Avenir Next LT W02 Bold Italic";
        src:url("fonts/6634661/a7686dee-eeb5-4f8b-8d6d-5847eeb04371.woff2") format("woff2"),url("fonts/6634661/e96e0f4f-36fb-48a0-8ba2-4e40f630b4d0.woff") format("woff");
    }

/*-- news --*/
@media only screen and (max-width:1680px) and (min-width:1360px){
	.news-carousel-row{
		width:85% !important;
	}
}
@media only screen and (max-width:1538px) and (min-width:1434px){
	.news-carousel-row{
		width:90% !important;
	}
}
@media only screen and (max-width:1434px) and (min-width:1226px){
	.news-carousel-row{
		width:80% !important;
	}
}
@media only screen and (max-width:1225px) and (min-width:1150px){
	.news-carousel-row{
		width:85% !important;
	}
}
@media only screen and (max-width:1149px) and (min-width:981px){
	.news-carousel-row{
		width:90% !important;
	}
}

/*-- news --*/
.blog-alternate .et_pb_post{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0;
}
.blog-alternate .post-content{
	display:none;
}

/*- hide excerpt - content-*/
.blog-alternate .post-content-inner{
	display:none;
}
.blog-alternate .et_pb_post .entry-featured-image-url {
    margin-bottom: 0;
}
.blog-alternate .post-content-all {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.blog-alternate .post-content-info{
	max-width:540px;
}
 /*Set the effect for screen sizes 768px and larger*/
@media only screen and (min-width: 768px) {
	.blog-alternate .post-content-all {
    	width: 50%;
    	padding: 50px;
    -ms-flex-order: 1;
    order: 1;
    background: #fff;
}
/*Add some hidden content to clear the floats and make our posts site on their own row*/
.blog-alternate .et_pb_post:after {
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

/*This sets the odd post images to the left*/
.blog-alternate .et_pb_post:nth-child(even) .post-media {
    -ms-flex-order: 2;
    order: 2;
}
.blog-alternate .et_pb_post>.post-media {
    width: 50%;
}
.blog-alternate .post-media {
    -ms-flex-order: 0;
    order: 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    line-height: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;		
}
	/*.blog-alternate .post-media:before{
		content:"";
		display:block;
		background:url(/wp-content/uploads/detail-news-image.png);
		background-size:contain;
		background-repeat:no-repeat;
		background-position: bottom right;
    	position: absolute;
    	bottom: 0;
    	right: 0;
    	width: 260px;
    	height: 260px;
    	z-index: 9999;
	}*/
.blog-alternate .post-media img{
		width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
		width: 100%;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

/*This sets the background color of the image ready for the hover effect*/
.blog-alternate .et_pb_post>.post-media {  
    background:#fff;
    opacity:1;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    transition: opacity .25s ease;
}
/*This gives us the image opacity on hover*/
.blog-alternate .et_pb_post>.post-media:hover {
    opacity: .5;
}     
}

/*This styles the read more button*/
.blog-alternate a.more-link {
    width: 150px;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}
/*This styles the readmore button on hover
.blog-alternate a.more-link:hover {
    border: 1px solid #000;
    color: #fff !important;
    background: #000;
}*/

/*This changes the layout to stack posts on smaller screens*/
@media only screen and (max-width: 767px) {
   .blog-alternate .et_pb_post {
    margin-bottom: 0;
}
   .blog-alternate .et_pb_post a img {
    min-width: 100%;
}
   .blog-alternate .et_pb_post .entry-featured-image-url {
    margin: -30px -30px 30px -30px;
}
    .blog-alternate .et_pb_post {
        padding: 30px;
    }
}
@media only screen and (max-width:1270px) and (min-width:767px){
	#page-container .blog-alternate .et_pb_post .entry-title{
    	font-size: 24px!important;
	}
}
@media only screen and (max-width:766px){
	.blog-alternate .post-content-all{
    	padding-top: 12vw !important;
    	padding-right: 12vw !important;
    	padding-bottom: 12vw !important;
    	padding-left: 12vw !important;
    	min-height: 97vw !important;
	}
}
/*-- checklist --*/

.rediscover-checklist .checklist ul li::before {
    color: #1E0A44;
 }
.checklist ul li::before {
    color: #DA4761;
}
.checklist ul li {
    margin: 0 0 16px !important;
	line-height:1.4em;
}

@media only screen and (max-width:980px){
	.rediscover-checklist h3{
		font-size:26px !important;
	}
	.rediscover-checklist h4{
		font-size:22px !important;
	}
}
/*--header boxes smrtslider delete p from shortcode text box --*/
div#n2-ss-7 .n2-font-b870ccf548622567991ac70cdd481482-paragraph, div#n2-ss-9 .n2-font-b870ccf548622567991ac70cdd481482-paragraph, div#n2-ss-10 .n2-font-b870ccf548622567991ac70cdd481482-paragraph, div#n2-ss-11 .n2-font-b870ccf548622567991ac70cdd481482-paragraph, div#n2-ss-12 .n2-font-b870ccf548622567991ac70cdd481482-paragraph, div#n2-ss-13 .n2-font-b870ccf548622567991ac70cdd481482-paragraph, div#n2-ss-14 .n2-font-b870ccf548622567991ac70cdd481482-paragraph, div#n2-ss-15 .n2-font-b870ccf548622567991ac70cdd481482-paragraph, div#n2-ss-16 .n2-font-b870ccf548622567991ac70cdd481482-paragraph, div#n2-ss-17 .n2-font-b870ccf548622567991ac70cdd481482-paragraph {
    display: none !important;
}
.n2-ss-slider .n2-ss-item-image img{
	image-rendering: crisp-edges;
 	image-rendering: -moz-crisp-edges;          /* Firefox */
 	image-rendering: -o-crisp-edges;            /* Opera */
 	image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
 	-ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
	
}

/*-- sightline --*/
@media only screen and (max-width:1345px){
	.title-row.driving-title{
		bottom: 0.5vw !important;
	}
}
/*-- location --*/

@media only screen and (max-width:400px) and (min-width:317px){
	#page-container .box-locations.et_pb_row {
    	margin-top: -42px!important;
	}
}
@media only screen and (max-width:463px){
	.journeys-section{
		background-position: -60px center !important;
	}
}
@media only screen and (max-width:316px){
	#page-container .box-locations.et_pb_row {
    	margin-top: -20px!important;
	}
}

.popmake-content .popup-locations-section .et_pb_row{
	width:90% !important;
}
.popmake-content .popup-locations-section .et_pb_main_blurb_image {
	margin-bottom: 15px !important;
}
.pum-title.popmake-title{
	font-family:'Avenir Demi',Helvetica,Arial,Lucida,sans-serif !important;
}

.n2-font-aed0c4b0d1544bd131809d9b4d5b6afc-paragraph {
    display: none !important;
}

/* -- SIGHTLINE LANDING PAGE -- */
/* hide header box-shadow */
.page-id-2585 #main-header {
	-webkit-box-shadow: 0 2px 3px rgb(156 145 176 / 0%) !important;
	box-shadow: 0 2px 3px rgb(156 145 176 / 0%) !important;
}

/* responsive */
@media (min-width: 981px) and (max-width: 1280px) {
	.banner-text .et_pb_text_inner h1 {
		font-size: 57px;
	}	
	
	#indigo-bkgd {
		height: 405px;
	}
}

@media (min-width: 1281px) and (max-width: 1600px) {
	#indigo-bkgd {
		height: 500px;
	}
}

@media (max-width: 400px) {
	.banner-text .et_pb_text_inner h1 {
		font-size: 20px;
	}
}

/* - Video - */
.slightline-video,
.slightline-video .et_pb_video_box,
.slightline-video .et_pb_video_box,
.slightline-video .et_pb_video_overlay,
.slightline-video .fluid-width-video-wrapper iframe {
	height: 100%;
	border-radius: 20px;
}

.slightline-video .et_pb_video_box .fluid-width-video-wrapper {
	padding-top: 40% !important;
}

body .slightline-video .et_pb_video_overlay .et_pb_video_play:before {
	content: url(/wp-content/uploads/play-button-1.png) !important;
}

.slightline-video a.et_pb_video_play {
	left: 48%;
	top: 47%;
}

@media (min-width: 769px) and (max-width: 980px) {
	.slightline-video a.et_pb_video_play {
		left: 47%;
		top: 39%;
	}	
}

@media (min-width: 600px) and (max-width: 768px) {
	.slightline-video a.et_pb_video_play {
		left: 43%;
		top: 32%;
	}	
}

@media (min-width: 380px) and (max-width: 599px) {
	.slightline-video a.et_pb_video_play {
		left: 46%;
		top: 43%;
	}	
	
	body .slightline-video .et_pb_video_overlay .et_pb_video_play:before {
		content: url(/wp-content/uploads/play-button-mobile.png) !important;
	}
}

@media (max-width: 379px) {
	.slightline-video a.et_pb_video_play {
		left: 44%;
		top: 30%;
	}	
	
	body .slightline-video .et_pb_video_overlay .et_pb_video_play:before {
		content: url(/wp-content/uploads/play-button-mobile.png) !important;
	}
}

/* the dooh difference */
.vertically-aligned {
	margin: auto;
}

.heading-padding h2 {
	padding-bottom: 30px;
}

/* button */
body #page-container .et_pb_section .et_pb_button_module_wrapper .download-btn,
body #page-container .et_pb_section .et_pb_button_module_wrapper .download-btn:hover {
	min-width: auto;
    padding-right: 2.5em !important;
    padding-left: 4.3em !important;
    padding-top: 0.8em !important;
    padding-bottom: 0.8em !important;
}

body #page-container .et_pb_section .download-btn::before {
	content: url(/wp-content/uploads/akar-icons_cloud-download.svg) !important;
	margin-left: -2em !important;
	margin-top: 0.2em !important;
}

/* number counter row */
@media (max-width: 1180px) {
	.number-counter-row .et_pb_column {
		padding-left: 30px;
		padding-right: 30px;
	}
}

/* sightline features */
.vertical-number-counter .et_pb_number_counter .percent {
	margin-bottom: 0;
	height: auto;
}

.vertical-number-counter .et_pb_number_counter {
	justify-content: center;
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) and (max-width: 980px) {
	.vertical-number-counter .et_pb_column {
		display: flex;
		align-items: center;
	}
}

/* different design for the number counter row */
@media (min-width: 981px) and (max-width: 1199px) {
	.percentages .et_pb_column .et_pb_circle_counter {
		width: 100px;
		max-width: 100px;
		height: 100px;
	}
	
	.et_pb_circle_counter .percent p {
		font-size: 30px;
	}
}

@media (min-width: 768px) and (max-width: 980px) {
	.et_pb_row_1-2_1-4_1-4 .et_pb_column.mid-col {
		margin-bottom: auto;
		padding-left: 8%;
	}
}

/* number counter overlay */
.num-counter-overlay-row::before {
	z-index: 2;
	position: absolute;
}

.num-counter-overlay-row.first::before {
	content: url(/wp-content/uploads/percent-30-line.png);
	top: -65px;
    left: 145px;
}

.num-counter-overlay-row.second::before {
	content: url(/wp-content/uploads/percent-59-line.png);
	top: -180px;
    left: 110px;
}

.num-counter-overlay-row.third::before {
	content: url(/wp-content/uploads/percent-12-line.png);
	top: 69px;
    left: -280px;
}


.num-counter-overlay-row .et_pb_number_counter .percent {
	margin-bottom: 0;
	height: auto;
}

.num-counter-overlay-row .et_pb_number_counter {
	justify-content: center;
	display: flex;
	flex-direction: column;
}

.num-counter-overlay-row .et_pb_number_counter h3.title {
	font-weight: 500 !important;
}

@media (min-width: 981px) and (max-width: 1299px) {
	.num-counter-overlay-row.first {
		left: 16%;
	}
	
	.num-counter-overlay-row.second {
		left: 38%;
	}
	
	.num-counter-overlay-row.third {
		left: 76%;
	}
}


@media (min-width: 768px) and (max-width: 980px) {
	.num-counter-overlay-row.first {
		left: 1%;
	}
	
	.num-counter-overlay-row.second {
		left: 31%;
		top: 64%;
	}
	
	.num-counter-overlay-row.third {
		left: 76%;
	}
}

@media (max-width: 767px) {
	.num-counter-overlay-row.first::before {
		content: none;
	}

	.num-counter-overlay-row.second::before {
		content: none;
	}

	.num-counter-overlay-row.third::before {
		content: none;
	}
	
	body .num-counter-overlay-row .et_pb_column .et_pb_number_counter {
		margin-left: auto !important;
	}
}

/* sightline contact form */
@media (min-width: 981px) and (max-width: 1700px) {
	.line-img img {
		height: 825px;
		object-fit: cover;
		object-position: left;
	}	
}


.gform_wrapper.gravity-theme.sightline_wrapper .left_label .gfield:not(.gsection):not(.gfield_html):not(fieldset), 
.gform_wrapper.gravity-theme.sightline_wrapper .right_label .gfield:not(.gsection):not(.gfield_html):not(fieldset){
	flex-direction: column;
}

.gform_wrapper.sightline_wrapper label.gfield_label {
	padding-left: 0 !important;
	text-transform: capitalize;
    color: #1e0a44;
}

.gform_wrapper.gravity-theme.sightline_wrapper .left_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons), 
.gform_wrapper.gravity-theme.sightline_wrapper .right_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons),
.gform_wrapper.gravity-theme.sightline_wrapper .left_label .gfield_label, 
.gform_wrapper.gravity-theme.sightline_wrapper .right_label .gfield_label {
	width: 100%;
}

body .gform_wrapper.sightline_wrapper .gform_footer input.button,
body .gform_wrapper.sightline_wrapper .gform_footer input.button:hover {
	padding: 0.5em 1.3em 0.5em !important;
}

/* --- GERMAN PAGES --- */
/* -- german homepage -- */
/* banner */
.german-row .white-81 {
	width: 770px;
}

/* responsive */
@media (min-width: 1100px) and (max-width: 1599px) {
	.home-section-header.german {
		background-position: right;
	}
	
	.home-section-header.german .german-row .white-81 {
		float: right;
		width: 555px;
	}
}

@media (min-width: 981px) and (max-width: 1099px) {
	.home-section-header.german {
		background-position: 87% 100%;
	}
	
	.home-section-header.german .german-row .white-81 {
		float: right;
		width: 555px;
	}
}

@media (min-width: 768px) and (max-width: 980px) {
	.home-section-header.german {
		background-position: 87% 100%;
	}
	
	.home-section-header.german .german-row .white-81 {
		float: right;
		width: 440px;
	}
}

@media (min-width: 600px) and (max-width: 767px) {
	.home-section-header.german {
		background-position: 89% 100%;
	}
	
	.home-section-header.german .german-row .white-81 {
		float: right;
		width: 385px;
	}
}

@media (min-width: 573px) and (max-width: 599px) {
	.home-section-header.german {
		background-position: 89% 100%;
	}
	
	.home-section-header.german .german-row .white-81 {
		float: right;
		width: 340px;
	}
}

@media (max-width: 572px) {
	.home-section-header.german {
		background-position: 89% 100%;
	}
	
	.home-section-header.german .german-row .white-81 {
		float: right;
		width: 225px;
	}
}

/* svg animation - flipped horizontally */
.flipped svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* - german rethinking ooh - */
.team-blurb .et_pb_blurb_container .et_pb_blurb_description {
	line-height: 1.4em;
}

@media (min-width: 981px) {
	.single-team-row .col-1  {
		width: 15.6%;
		margin-left: 9.5%;
		margin-right: auto;
	}	
}

@media (max-width: 980px) {
	.single-team-row .col-1  {
		width: 47.25%;
		margin-left: auto;
		margin-right: auto;
	}	
}

/* - german join page - */
@media (min-width: 981px) {
	.german-join .et_pb_module.white-81 {
		width: 46%;
	}	
}

/* people's email */
@media (min-width: 1800px) {
	.team-section .et_pb_blurb .et_pb_blurb_container .et_pb_blurb_description a {
		white-space: nowrap;
	}	
}

/* -- CUSTOM HEADER -- */
.custom-header .et_pb_menu .et_pb_menu_inner_container .et_pb_menu__wrap {
	-webkit-animation-name:fadeInRight;
	animation-name:fadeInRight;
	-webkit-animation-duration: 2.5s;
	-moz-animation-duration: 2.5s;
	-ms-animation-duration: 2.5s;
	-o-animation-duration: 2.5s;
	animation-duration: 2.5s;
}

.custom-header .et_pb_menu ul.et-menu li.current-menu-item>a:after{
	content:"";
	display:block;
	width:100%;
	height:10px;
	position:absolute;
	bottom:-7px;
	background:#DA4761;
}

.custom-header .et_pb_menu ul.et-menu>li>a:after {
	top: 113% !important;
}

.has_et_pb_sticky .et_pb_sticky--top.custom-header .et_pb_menu ul.et-menu>li>a:after {
	top: 108% !important;
}

/* english and german */
@media (min-width: 1757px) {
	.custom-header .et_pb_menu ul.et-menu li:first-child {
		padding-left: 100px;
		padding-right: 100px;
	}
	
	.custom-header .et_pb_menu ul.et-menu li {
		padding-right: 100px;
	}
}

@media (min-width: 1616px) and (max-width: 1756px) {
	.custom-header .et_pb_menu ul.et-menu li:first-child {
		padding-left: 80px;
		padding-right: 80px;
	}
	
	.custom-header .et_pb_menu ul.et-menu li {
		padding-right: 80px;
	}
}

@media (min-width: 1487px) and (max-width: 1615px) {
	.custom-header .et_pb_menu ul.et-menu li:first-child {
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.custom-header .et_pb_menu ul.et-menu li {
		padding-right: 40px;
	}
}

@media (min-width: 1263px) and (max-width: 1486px) {
	.custom-header .et_pb_menu ul.et-menu li:first-child {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.custom-header .et_pb_menu ul.et-menu li {
		padding-right: 30px;
	}
	
	.custom-header .et_pb_menu ul.et-menu li a {
		font-size: 20px;
	}
}

@media (min-width: 1115px) and (max-width: 1262px) {
	.custom-header .et_pb_menu ul.et-menu li:first-child {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.custom-header .et_pb_menu ul.et-menu li {
		padding-right: 20px;
	}
	
	.custom-header .et_pb_menu ul.et-menu li a {
		font-size: 18px;
	}
}

@media (min-width: 981px) and (max-width: 1114px) {
	.custom-header .et_pb_menu ul.et-menu li:first-child {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.custom-header .et_pb_menu ul.et-menu li {
		padding-right: 10px;
	}
	
	.custom-header .et_pb_menu ul.et-menu li a {
		font-size: 16px;
	}
}

@media (min-width: 981px) {
	.custom-header .et_pb_menu .et_pb_menu_inner_container .et_pb_menu__logo-wrap {
	    position: relative !important;
    	height: auto !important;
    	width: 204px !important;
    	display: flex;
    	flex-direction: column;
    	justify-content: center;	
	}
}

@media (max-width: 980px) {
	.custom-header .et_pb_menu .et_pb_menu_inner_container .et_pb_menu__logo-wrap {
	    position: relative !important;
    	height: auto !important;
    	width: 174px !important;
    	display: flex;
    	flex-direction: column;
    	justify-content: center;	
	}
	
	.custom-header .et_pb_menu .et_mobile_menu {
		top: 134%;
	}
}

/* german only header */
@media (min-width: 1915px) {
	.custom-header.german .et_pb_menu ul li a {
		font-size: 21px;
	}	
}

@media (min-width: 1510px) and (max-width: 1914px) {
	.custom-header.german .et_pb_menu ul li a {
		font-size: 21px;
	}
	
	.custom-header.german .et_pb_menu ul.et-menu li {
		padding-right: 50px;
	}
	
	.custom-header.german .et_pb_menu ul.et-menu li:first-child {
		padding-left: 50px;
    	padding-right: 50px;
	}
}

@media (min-width: 1340px) and (max-width: 1509px) {
	.custom-header.german .et_pb_menu ul li a {
		font-size: 21px;
	}
	
	.custom-header.german .et_pb_menu ul.et-menu li {
		padding-right: 30px;
	}
	
	.custom-header.german .et_pb_menu ul.et-menu li:first-child {
		padding-left: 30px;
    	padding-right: 30px;
	}
}

@media (min-width: 1170px) and (max-width: 1339px) {
	.custom-header.german .et_pb_menu ul li a {
		font-size: 18px;
	}
	
	.custom-header.german .et_pb_menu ul.et-menu li {
		padding-right: 22px;
	}
	
	.custom-header.german .et_pb_menu ul.et-menu li:first-child {
		padding-left: 22px;
    	padding-right: 22px;
	}
}

@media (min-width: 981px) and (max-width: 1169px) {
	.custom-header.german .et_pb_menu ul li a {
		font-size: 14px;
	}
	
	.custom-header.german .et_pb_menu ul.et-menu li {
		padding-right: 10px;
	}
	
	.custom-header.german .et_pb_menu ul.et-menu li:first-child {
		padding-left: 10px;
    	padding-right: 10px;
	}
}

/* -- Language switcher -- */
.fixed-switcher {
	z-index: 99999;
}

/* globe */
.fixed-switcher .et_pb_menu ul.et-menu>li>a>img {
	width: 17px;
}

.fixed-switcher .et_pb_menu ul.et-menu>li>a {
	padding-right: 0;
}

.fixed-switcher .et-menu .menu-item-has-children>a:first-child:after {
	content: '';
}

/* dropdown */
.fixed-switcher .et_pb_menu ul.et-menu>li> ul.sub-menu {
	left: auto;
    right: 0;
	width: auto;
	padding: 0;
	background-color: #1E0A44 !important;
}

.fixed-switcher .et_pb_menu ul.et-menu>li> ul.sub-menu>li>a {
	width: 50px;
	padding: 0;
	text-align: center;
}

/* mobile */
@media (max-width: 980px) {
	.fixed-switcher .et_pb_menu .et_mobile_nav_menu {
		display: none;
	}
	
	.fixed-switcher .et_pb_menu .et_pb_menu__menu {
		display: flex;
	}
	
	.fixed-switcher .et_pb_menu--style-left_aligned {
		margin-right: 10px;
	}
}

@media (min-width: 981px) {
	.german-read-more.blog-alternate a.more-link {
		width: 340px;
	}	
}