
/*Contact Form Page Styles*/
.sxn_marketing_contact_page {
    position: relative;
    text-align: center;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 20px;
}
html.no-webp .sxn_marketing_contact_page { background-image: url(../img/content/contact-us/sub-contact.jpg); }
html.webp .sxn_marketing_contact_page { background-image: url(../img/content/contact-us/sub-contact.webp); }

/*Snippet Contact Styles*/
.sxn_marketing_contact_page {
    position: relative;
    text-align: center;
    background-color: #000;    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	color: #fff;
    padding: 20px;
}
html.no-webp .sxn_marketing_contact_page { background-image: url(../img/content/contact-us/sub-contact.jpg); }
html.webp .sxn_marketing_contact_page { background-image: url(../img/content/contact-us/sub-contact.webp); }

.sxn_marketing_contact_page:after {
    content: '';
    display: table;
    clear: both;
}

.sxn_marketing_contact_page .sxn_wrap {
    z-index: 40;
    /*position: relative;*/
    margin: auto;
    padding: 20px 0px 40px;
    max-width: 16800px;
}

.sxn_marketing_contact_page ul {
    margin: auto;
    padding: 0;
    max-width: 840px;
}

.sxn_marketing_contact_page ul li {
    box-sizing: border-box;
    display: block;
    padding: 0 0 10px;
}

.sxn_marketing_contact_page ul li:last-of-type {
    padding-bottom: 0;
}

.sxn_marketing_contact_page ul li .cont_text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 61px;
    height: 100%;
    background: url(../img/content/contact-us/contact-icons.png) no-repeat left center;
    background-size: auto 61px;
}

.sxn_marketing_contact_page ul .item_1 .cont_text:before {
    background-position: left center;
}

.sxn_marketing_contact_page ul .item_2 .cont_text:before {
    background-position: left -62px center;
}

.sxn_marketing_contact_page ul .item_3 .cont_text:before {
    background-position: left -125px center;
}

.sxn_marketing_contact_page ul li .cont_text {
    position: relative;
    padding: 0 0 0 81px;
}

.sxn_marketing_contact_page ul li p {
    box-sizing: border-box;
    padding: 0 0 11px;
    color: #fff;
    font: bold 14px/1.4 'Source Sans Pro', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
}

.sxn_marketing_contact_page ul li a {
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    display: block;
    margin: auto;
    padding: 12px 10px 11px;
    max-width: 221px;
    color: #fff;
    font: bold 16px/1 'Source Sans Pro', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    text-transform: uppercase;
    background: #4381d5;
    border-radius: 4px;
}

.sxn_marketing_contact_page ul li a:hover {
    cursor: pointer;
	background-color: #fff;
	color: #000;
}

.sxn_marketing_contact_page .sb-contact {
    margin: 20px auto 0;
    max-width: 500px;
}
@media screen and (min-width:450px) {
    .sxn_marketing_contact_page .sxn_wrap {
        padding: 20px 20px 60px;
    }
}

@media screen and (min-width:600px) {
    .sxn_marketing_contact_page .sxn_wrap {
        padding: 20px 20px 80px;
    }
    .sxn_marketing_contact_page ul li {
        display: inline-block;
        margin: 0 10px 0 0;
        padding: 0;
        width: calc((100% - 21px)/ 3);
        vertical-align: top;
    }
    .sxn_marketing_contact_page ul li:last-of-type {
        margin-right: 0;
    }
    .sxn_marketing_contact_page ul li .cont_text:before {
        right: 0;
        margin: auto;
        width: 68px;
        height: 67px;
        background-size: auto 100%;
    }
    .sxn_marketing_contact_page ul .item_1 .cont_text:before {
        background-position: left center;
    }
    .sxn_marketing_contact_page ul .item_2 .cont_text:before {
        background-position: left -67px center;
    }
    .sxn_marketing_contact_page ul .item_3 .cont_text:before {
        background-position: left -137px center;
    }
    .sxn_marketing_contact_page ul li .cont_text {
        padding: 100px 0 0;
    }
}

@media screen and (min-width:800px) {
    .sxn_marketing_contact_page .sxn_wrap {
		padding: 25px 20px 85px;
    }
    .sxn_marketing_contact_page ul li {
        margin: 0 20px 0 0;
        width: calc((100% - 118px)/ 3);
    }
    .sxn_marketing_contact_page ul li p {
        font: bold 16px/1.4 'Source Sans Pro', sans-serif;
    }
}

@media screen and (min-width:1120px) {
    .sxn_marketing_contact_page {		
		background-position: bottom;
    }
    html.no-webp .sxn_marketing_contact_page { background-image: url(../img/content/contact-us/sub-contact.jpg); }
    html.webp .sxn_marketing_contact_page { background-image: url(../img/content/contact-us/sub-contact.webp); }
    .sxn_marketing_contact_page .block_buttons {
        padding: 0 440px 0 0;
    }
    body.page-id-7 #sidebar {
		margin: 200px 13px 0 0;
    }
    .sxn_marketing_contact_page ul li .cont_text:before {
        width: 141px;
        height: 140px;
    }
    .sxn_marketing_contact_page ul .item_1 .cont_text:before {
        background-position: left center;
    }
    .sxn_marketing_contact_page ul .item_2 .cont_text:before {
        background-position: left -141px center;
    }
    .sxn_marketing_contact_page ul .item_3 .cont_text:before {
        background-position: left -286px center;
    }
    .sxn_marketing_contact_page ul li .cont_text {
        padding: 160px 0 0;
    }
    .sxn_marketing_contact_page ul li p {
        padding: 0 0 20.25px;
        font-size: 14px
    }
    .sxn_marketing_contact_page ul li a {
        font-size: 16.5px;
    }
    .sxn_marketing_contact_page .sb-contact {
		width: 350px;
		position: absolute;
		top: 50px;
		right: 49px;
		margin: 0;
		box-sizing: border-box;
    }
}

@media screen and (min-width:1440px) {
    .sxn_marketing_contact_page ul li p {
        font-size: 15px;
    }
}

@media screen and (min-width:1640px) {
    .sxn_marketing_contact_page .block_buttons {
        padding: 0 400px 0 0;
    }
    .sxn_marketing_contact_page ul li .cont_text:before {
        width: 186px;
        height: 186px;
    }
    .sxn_marketing_contact_page ul .item_1 .cont_text:before {
        background-position: left center;
    }
    .sxn_marketing_contact_page ul .item_2 .cont_text:before {
        background-position: left -188px center;
    }
    .sxn_marketing_contact_page ul .item_3 .cont_text:before {
        background-position: left -380px center;
    }
    .sxn_marketing_contact_page ul li .cont_text {
        padding: 200px 0 0;
    }
    .sxn_marketing_contact_page ul li p {
        padding: 0 0 27px;
        font-size: 20px;
    }
    .sxn_marketing_contact_page ul li a {
        font-size: 22px;
    }
    .sxn_marketing_contact_page .sb-contact {
        width: 350px;
        right: 167px;
    }
    body.page-id-7 #sidebar {
        margin: 90px 0 0;
	}
	
	body.page-id-7 .testList {
		position: relative;
		height: 385px;
		overflow: hidden;
	}
}

@media screen and (min-width:1960px) {
    .sxn_marketing_contact_page .sb-contact {
        right: calc(50% - 900px);
    }
}
/*Contact Page Styles*/
.article .mc_form_link {
    padding: 20px 0 40px;
    text-align: center;
}

.article .mc_form_link a {
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 10px 20px 10px 60px;
    color: #fff;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    background: #4381d5;
    box-shadow: inset 0 0 0 2px #fff;
}

.article .mc_form_link a:hover {
    color: #fff;
    background: #4f97f9;
}

.article .mc_form_link a span:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 52px;
    height: 48px;
    background: url(../img/content/contact-us/help-btn-icon.png) no-repeat center;
    background-size: 100%;
    left: -35px;
}

.article .mc_form_link a span {
    position: relative;
    display: inline-block;
    padding: 10px 0 10px 43px;
}

@media screen and (min-width:800px) {
    .article .mc_form_link {
        padding: 40px 0 40px;
    }
}

@media screen and (min-width:1120px) {
    .article .mc_form_link {
        padding: 60px 0 60px;
    }
    .article .mc_form_link a {
        padding: 0 34.5px 0;
        font-size: 21px;
    }
    .article .mc_form_link a span:before {
        top: 12px;
        left: -15px;
    }
    .article .mc_form_link a span {
        padding: 14px 0 14px 60px;
    }
}

@media screen and (min-width:1640px) {
    .article .mc_form_link {
        padding: 80px 0 80px;
    }
    .article .mc_form_link a {
        padding: 0 46px 0;
        font-size: 28px;
    }
    .article .mc_form_link a span:before {
        top: 25px;
    }
    .article .mc_form_link a span {
        padding: 19px 0 19px 86px;
	}
}

/*Locations*/
.article .mc_locations {
    padding: 0;
    font-size: 0;
    line-height: 1;
    text-align: center;
}

.article .mc_locations h2 {
    padding: 0 0 12px;
    color: #000;
    font: bold 18px/1 'Source Sans Pro', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.article .mc_locations p {
    padding: 0;
    color: #000;
    font: 16px/1.7 'Source Sans Pro', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.article .mc_locations ul {
    padding: 0;
}

.article .mc_locations ul li {
    box-sizing: border-box;
    padding: 0;
}

.article .mc_locations .list_addresses li {
    cursor: pointer;
    position: relative;
    display: block;
    padding: 20px 0 20px;
    vertical-align: top;
}

.article .mc_locations .list_addresses li .cont_image {
    padding: 20px 0 0;
}

.article .mc_locations .list_addresses li .cont_image img {
    display: block;
    width: 100%;
    height: auto;
}

.article .mc_locations .list_maps {
    display: none;
}

.article .mc_locations .list_maps li {
    display: none;
}

.article .mc_locations .list_maps .active {
    display: block;
}

.article .mc_locations .list_addresses li .cont_address {
	box-sizing: border-box;
}

.article .mc_locations .list_maps li .cont_image img {
    display: block;
    width: 100%;
}

@media screen and (min-width:800px) {
    .article .mc_locations {
        text-align: left;
    }
}

@media screen and (min-width:1120px) {
    .article .mc_locations h2 {
        font-size: 20px;
    }
    .article .mc_locations .list_addresses {
		padding: 0 0 38px;
    }
    .article .mc_locations .list_addresses li {
        display: inline-block;
        margin: 0 10px 0 0;
        padding: 0;
        width: calc((100% - 20px - 2px)/ 3);
		border-width: 0;
		position: relative;
	}
    .article .mc_locations .list_addresses li:last-of-type {
        margin: 0;
    }
    .article .mc_locations .list_addresses .active {
        position: relative;
		border-width: 0 0 2px 0;
    }
    .article .mc_locations .list_addresses li .cont_address {
        padding: 0 0 16px;
    }
    .article .mc_locations .list_addresses li .cont_image {
        display: none;
    }
    .article .mc_locations .list_maps {
        display: block;
	}

	.article .mc_locations .list_addresses li.active {
		background: url(../img/content/contact-us/active-arrow.png) no-repeat center bottom 0px;
	}
    .article .mc_locations .list_addresses li {
        margin: 0 40px 0 0;
		width: auto;
		background: url(../img/content/contact-us/inactive-arrow.png) no-repeat center bottom 0px;
	}
	.article .mc_locations .list_addresses li .cont_address {
        padding: 0 0 50px;
	}
}

@media screen and (min-width:1640px) {
    .article .mc_locations h2 {
        font-size: 22px;
    }
    .article .mc_locations p {
        font-size: 18px;
    }
    .article .mc_locations .list_addresses {
        padding: 0 0 20px;
	}
	.article .mc_locations .list_addresses li.active {
		background: url(../img/content/contact-us/active-arrow.png) no-repeat center bottom 0px;
	}
    .article .mc_locations .list_addresses li {
        margin: 0 60px 0 0;
		width: auto;
		background: url(../img/content/contact-us/inactive-arrow.png) no-repeat center bottom 0px;
    }
    .article .mc_locations .list_addresses li .cont_address {
        padding: 0 0 50px;
	}
	
}

.contact_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    z-index: 99999;
}

.contact_modal_form {
    width: 275px;
    position: absolute;
    top: 10px;
    left: calc(50% - 137px);
}

.contact_modal_close {
    position: absolute;
    display: inline-block;
    font-size: 20px;
    top: 5px;
    right: 5px;
    color: #fff;
}

@media screen and (min-width:600px) {
    .contact_modal_form {
        width: 90%;
        max-width: 400px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .contact_modal_close {
        font-size: 30px;
        top: -35px;
        right: -25px;
    }
}

.sb-contact {
	background-image: -moz-linear-gradient( 90deg, rgb(41,84,143) 0%, rgb(67,129,213) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(41,84,143) 0%, rgb(67,129,213) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(41,84,143) 0%, rgb(67,129,213) 100%);
    text-align: center;
    background-size: cover;
    margin: 0 auto 20px;
    padding: 0 15px 15px;
}

.sbcTitle {
    display: block;
    color: #fff;
    font-size: 24px;
    padding: 40px 0;
	font-family: 'Roboto', sans-serif;
	text-transform: capitalize;
	line-height: 1;
	font-weight: bold;
}

.sb-contact input::placeholder,
.sb-contact textarea::placeholder {
    color: #000;
}

.sb-contact input,
.sb-contact select,
.sb-contact textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    background: #fff;
    color: #000;
    margin: 0 auto 10px;
    outline: 0;
    border: 0;
    border-radius: 4px;
}

.sb-contact textarea {
    resize: none;
    height: 70px;
}

.sb-contact .gRecaptchaWrapper {
    margin: 20px auto 20px;
    background: #4a90e2;
    width: 100%;
}

.sb-contact .submit-button {
    background: 0 0;
	background: #d8c9bc;
    color: #2c5996;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
	border-radius: 4px;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	letter-spacing: 4.32px;
}

.sb-contact .submit-button:hover {
    background: #fff ;
    color: #000;
    box-shadow: inset 0 0 0 1px solid #fff;
}

/*  < modal window >  */
.sxn_modal {
	z-index: 999999;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba( 0, 0, 0, 0.9 );
}
.sxn_modal .block_cont {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: perspective(1px) translateY(-50%);
	box-sizing: border-box;
	margin: auto;
	padding: 0 20px 0 20px;
	width: 100%;
	max-width: 500px;
}
.sxn_modal .sxn_modal_link_close {
	cursor: pointer;
	position: absolute;
	top: -32px;
	right: 18px;
	display: block;
	margin: 0;
	padding: 0;
	color: #fff;
	font: 32px/1 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0 0 14px rgba(0, 0, 0, 0.7);
	background: transparent;
	transition: all 250ms ease;
}
.sxn_modal .sxn_modal_link_close:hover {
	opacity: 0.7;
	text-decoration: none;
}
/*  </ modal window >  */

@media screen and (min-width: 800px) {
	.sxn_modal .block_cont {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: perspective(1px) translateY(-50%);
		box-sizing: border-box;
		margin: auto;
		padding: 0 20px 0 20px;
		width: 100%;
		max-width: 500px;
	}
}

/*Modal Form Styles*/
.gs_cp-form-wrap {
    background: #323233;
    padding: 20px 10px;
}

@media screen and (min-width: 1640px) {
	.gs_cp-form-wrap {
		top: 0;
		right: 0;
		width: 387px;
	}
}

/*End Contact Page Styles*/