@charset "utf-8";
/* CSS Document */

/*------Global------*/
a img{border:none}
body, form{padding:0px; margin:0px}
* {outline:none}
.clear{clear:both; height:0px; overflow:hidden;}
textarea{overflow:auto}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

/*----- mobile swicher ------*/
.mobile-only-inline, .mobile-only-block{
	display:none!important;
}
.desktop-only-inline{
	display:inline!important;
}
.desktop-only-block{
	display:block!important;
}
@media screen and (max-width: 800px) {
	.desktop-only-inline, .desktop-only-block{
		display:none!important;
	}
	.mobile-only-inline{
		display:inline!important;
	}
	.mobile-only-block{
		display:block!important;
	}
}

/*------Typography------*/
body, p, td, th{
	font-family: 'GothamSSm-Medium', Arial, Helvetica, 'sans-serif';
	font-size:16px;
	line-height:1.6;
	color:#414042;
	font-weight: 400;
}
body #content, body #content p, body #content td{
	font-family: 'GothamSSm-Light', Arial, Helvetica, 'sans-serif';

}

.homepage{}

#content_new, #content_new p, #content_new td, #content_new th{
	font-family: 'GothamSSm-Light', Arial, Helvetica, 'sans-serif';
	font-size:14px;
	line-height:1.4;
	color:#414042;
	font-weight: 400;
}
.calendar, .calendar p, .calendar td, .calendar th{
	font-family: 'GothamSSm-Light', Arial, Helvetica, 'sans-serif';
	font-size:12px;
	line-height:1.4;
	font-weight: 400;
}

p{
	padding:0;
	margin:0 0 18px 0;
}

a{
    color:#000;
	text-decoration:underline;
}
a:hover {
    color:#20add5;
	text-decoration:underline;
}

strong {
	font-family: 'GothamSSm-Bold', Arial, Helvetica, 'sans-serif';
	font-weight:400;
}

.boxTitle{
	font-family: 'GothamSSm-Light', Arial, Helvetica, 'sans-serif';
	font-size:30px;
	line-height: 35px;
	color:#20add5;
	padding:0px;
	margin:0px 0px 25px 0px;
	font-weight:400;
	text-align:center;
}
.boxTitle h1, .boxTitle h2, .boxTitle h3, .boxTitle h4{
	font-family: 'GothamSSm-Light', Arial, Helvetica, 'sans-serif';
	font-size:30px;
	line-height: 35px;
	color:#20add5;
	padding:0px;
	margin:0;
	font-weight:400;
	text-align:center;
}
.boxTitle strong {
	font-family: 'GothamSSm-Bold', Arial, Helvetica, 'sans-serif';
	font-weight:400;
}
.boxTitle h1 strong, .boxTitle h2 strong, .boxTitle h3 strong, .boxTitle h4 strong {
	font-family: 'GothamSSm-Bold', Arial, Helvetica, 'sans-serif';
	font-weight:400;
}
@media screen and (min-width: 801px) and (max-width: 1100px) {
	.boxTitle, .boxTitle h1, .boxTitle h2, .boxTitle h3, .boxTitle h4 {
		font-size: 2.7vw;
	}
}
@media screen and (max-width: 800px) {
	.boxTitle, .boxTitle h1, .boxTitle h2, .boxTitle h3, .boxTitle h4 {
		font-size: 20px;
	}
}


h1{
	font-family: 'GothamSSm-Bold', Arial, Helvetica, 'sans-serif';
	font-size:24px;
	line-height: 35px;
	color:#20add5;
	padding:0px;
	margin:0px 0px 10px 0px;
	font-weight:400;
	text-align:left;
}
.inner_pages h1{
	margin-top: 40px;
}
.inner_pages p.tm + table h1:first-child{
	margin-top: 0px;
}
.componentheading{
	font-family: 'GothamSSm-Bold', Arial, Helvetica, 'sans-serif';
	font-size:24px;
	line-height: 35px;
	color:#20add5;
	padding:0px;
	margin:0px 0px 10px 0px;
	font-weight:400;
	text-align:left;
}
h2{
	font-family: 'GothamSSm-Bold', Arial, Helvetica, 'sans-serif';
	font-size:18px;
	line-height: 1.4;
	color:#20add5;
	padding:0px;
	margin:20px 0px 3px 0px;
	font-weight:400;
	text-align:left;
}
h2 a{
	color:#20add5;
}
h3{
	font-family: 'GothamSSm-Bold', Arial, Helvetica, 'sans-serif';
	font-size:16px;
	line-height:25px;
    color:#000;
	padding:0px;
	margin:0px 0px 0px 0px;
	font-weight:400;
}
h4{
	font-family: 'GothamSSm-Bold', Arial, Helvetica, 'sans-serif';
	font-size:16px;
	line-height:25px;
    color:#20add5;
	padding:0px;
	margin:0px 0px 0px 0px;
	font-weight:400;
}


.contentHeader h1{
	font-weight:normal;
	font-size:33px;
	margin:0;
	padding:0;
}
.main h1{
	font-weight:normal;
	font-size:33px;
	border-bottom: solid 1px #20add5;
	padding:20px 0px;
	margin: 0 0 30px 0;
}

.contentHeader{
	background:#fff;
	border-bottom: solid 1px #20add5;
	padding:30px 30px;
}


.red{
    color:#db4009;
}
.red a{
    color:#db4009;
}

/* form elements */
/*
input[type='text'], input[type='email'], input[type='password'], .input{

	background:#fff;
	border:solid 1px #aaa;
    color: #333;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:26px;
	height:30px;
    text-decoration: none;
	padding:0px 4px;
	border-radius: 4px;

	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	-webkit-appearance: none;
}
textarea{
	background:#fff;
	border:solid 1px #aaa;
    color: #333;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border-radius: 4px;

	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	padding:6px 4px;
	-webkit-appearance: none;
}
select{
	background:#fff;
	border:solid 1px #aaa;
	color: #333;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:26px;
	height:30px;
	text-decoration: none;
	padding:0px 4px;
	border-radius: 4px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
}
*/

.custom-select-wrapper{
	position: relative;
	width: 100%;
	overflow: hidden;

	background: url(../images/dn-wht.png) 98% 50% no-repeat;
	border:solid 1px #fff;
	color: #fff;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:26px;
	height:30px;
	text-decoration: none;
	padding:0px 4px;
	border-radius: 4px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
}
/*
.homeForm select, .homeForm input[type='text']{
	position: relative;
	width: 110%;

	background:none;
	border: none;
	color: #333;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:26px;
	height:30px;
	text-decoration: none;
	padding:0px 4px;
	border-radius: 4px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
}
.homeForm select *{
	color: #555;
	background: #fff;
}
.homeForm input[type='text']{
	color: #fff!important;
}
*/
.readmoreLink{
	white-space:nowrap;
}

button, .button, input[type="submit"], input[type="button"], .redButton{
	display:inline-block;
	width:auto;
	height:30px;
	padding:0 30px;
	color:#fff;
	line-height:30px;
	background: #dd6819;
	text-decoration:none;
	font-size:16px;
	font-family: 'GothamSSm-Medium', Arial, Helvetica, 'sans-serif';
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border-radius:4px;
	cursor:pointer;
	border: solid 1px #dd6819;
	-webkit-appearance: none;
	text-transform: uppercase;
}
button:hover, .button:hover, input[type="submit"]:hover, .redButton:hover, .redButton.active{
	background: none;
	color:#dd6819;
	text-decoration:none;
}
.redButton.active:hover{
	background:#fff;
	color:#dd6819;
}
.tagView .redButton{
	white-space: nowrap;
}
/*------Layout------*/

html{height:100%;}

body{
	height:100%;
	min-height:200px;
	background:#fff;
}

.container{
	position:relative;
	/*max-width: 1440px;*/
	margin: auto;

	min-width: 800px;
}
.innerWidthBox{
	margin: auto;
	max-width: 1100px;
}
@media screen and (max-width: 1100px) {
	.innerWidthBox{
		margin: auto;
		width: 80%;
	}
}

.header{
	/*height: 130px;*/
	background: #fff;
	position: relative;
}
.logo{
	float: left;
	display: block;
	position: relative;
	width: 14%;
	margin: 0 0 0 4%;
	height: 105px;
	line-height: 105px;
}
.logo img{
	max-width:203px;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

/**/
#topBlockNav{
	position: relative;
	float: right;
	z-index: 10;
	/*padding:28px 84px 0 0;*/
	padding:48px 84px 0 0;
	font-size:12px;
	line-height: 1.2;
	color:#767676;
}

/*disabled sitemap and mail links*/
.cartBox{ display: none; }

#topBlockNav a{
	text-decoration:none;
	color: #20add5;
	margin-right: 10px;
}
#topBlockNav a:hover{
	text-decoration: underline;
	color: #20add5;
}

/*
.topInformer{
	text-align:left;
	font-size:12px;
	line-height:20px;
	height: 20px;
	font-weight:400;
	float: left;
}
.topInformer a{
	text-decoration:none;
	color: #414042;
}
.topInformer a:hover{
	color: #20add5;
}
#cartInformer{
	padding-left:30px;
	padding-right: 30px;
	background: url(../images/cart.png) no-repeat 0px center;
	background-size: auto 100%;
}

*/
#loginInformer{
	padding-left:25px;
	background:url(../images/login.png) no-repeat 0px center;
	background-size: auto 100%;
}
.accountBlockItem{
	display: inline-block;
	margin-left: 15px;
}

#topGoldSeal{
	position:absolute;
	float:right;
	right:16px;
	top:24px;
}

#supportBlock{
	float:left;
	margin-right: 50px;
}

#supportBlock .slogan_2{
	font-size:16px;
	line-height:16px;
	font-weight:700;
	color:#767676;
}
.slogan_1{
	font-size:13px;
	text-transform:uppercase;
	line-height:18px;
	color:#767676;
	float: left;
	position: absolute;
	left: 4%;
	top: 100px;
}
.slogan_1 b{
	color:#a31522;
}
@media screen and (max-width: 1100px) {
	#supportBlock{
		top:6px;
		left:-310px;
		padding-left:40px;
	}
	.slogan_1{
		font-size:9px;
	}
	#supportBlock .slogan_2{
		font-size:11px;
		line-height:11px;
	}
}
@media screen and (max-width: 800px) {
	#supportBlock {
		display: none;
	}
}

/**/
.userNav{
	float:right;
}
.userNav.guest{
	margin-right:10px;
}
.userNav.logged{

}

/**/
/*
#fastLinks a{
	color:#1098d6;
	display:block;
	text-decoration:none;
}
#fastLinks a:hover{
	color:#0053a1;
	text-decoration:none;
}
#fastLinks a.fsbut{
	color:#0053a1;
	float:left;
	height:30px;
	line-height:30px;
	padding:5px 15px 0px 15px;
}
#fastLinks a.fsbut:hover{
	text-decoration:underline;
}
#fastLinks span{
	float:left; display:block;
	height:18px; margin-top:10px;
	background:#0053a1;
	width:1px;
}
*/
#topBlockNav a#loginLinkTag {
	margin-right: 25px;
}
#loginDropDn{
	float:left;
	position:relative;
}
#loginDropDn.opened span{
	background:none;
}
#loginDropDn.opened a.fsbut{
	text-decoration:none!important;
}
#loginDropDn.opened{
	background:none;
}
#loginDropDn #loginForm{
	display:none;
	width:200px;
	position:absolute;
	z-index:2100;
	top:20px;
	right:0px;
	padding:8px 18px 8px 18px;
	background: #20add5;
	text-align:left;
	-webkit-box-shadow: 0px 5px 3px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 5px 3px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 5px 3px 0px rgba(50, 50, 50, 0.3);
}
#loginDropDn.opened #loginForm{
	display:block;
}
#loginDropDn #loginForm label{
	display:block; color:#fff; margin:8px 0px 4px 0px;
}
#loginDropDn #loginForm input[type="text"],#loginDropDn #loginForm input[type="password"]{
	background: none;
	width:200px;
	border:solid 1px #fff;
	color: #fff;
}
#loginDropDn #loginForm input[type="submit"]{
	margin-top:8px;
	border:solid 1px #fff;
	color: #fff;
}
#loginDropDn #loginForm input[type="submit"]:hover {
	background: #fff;
	color: #20add5;
}
#topBlockNav a.fslost{
	display: block;
	margin-top:8px;
	color: #fff;
}
#fastNav2{
	float:left;
	margin:26px 0px 0px 65px;
}
#fastNav2 a{
	white-space:nowrap;
	color:#0053a1;
	line-height:30px;
	text-decoration:none;
}
#fastNav2 a:hover{
	text-decoration: underline;
}
.cartBox{
	text-align:right; padding-right:42px;
}
.userNav.guest .cartBox{
	padding-right:32px;
}
#fastLinks .cartBox a{
	text-decoration:none; position:relative; font-size:9px; color:#0053a1!important;
	display:inline;
}
.cartBox img{
	position:relative; top:1px; margin-right:5px;
}
#fastLinks .cartBox a.cartSitemap{
	background: url(/templates/second_3/images/sitemap.png);
	background-repeat: no-repeat;
	width: 19px;
	height: 13px;
	position: relative;
	display: inline-block;
	left: -8px;
}
#fastLinks .cartBox a.cartMail{
	background: url(/templates/second_3/images/mail.png);
	background-repeat: no-repeat;
	width: 19px;
	height: 13px;
	position: relative;
	display: inline-block;
	top: 1px;
	left: -5px;
}
#fastLinks .cartBox a.cartCart{
	background: url(/templates/second_3/images/cart.png);
	background-repeat: no-repeat;
	width: 19px;
	height: 13px;
	position: relative;
	display: inline-block;
	left: -8px;
}



/* main Nav */
#mainNav{
	position:relative;
	height:50px;
	float:right;
	padding:0 80px 0 0;

	clear: right;
}
#mainNav>ul{
	margin:0px;
	padding:0px;
	float:right;
	position:relative;
}
#mainNav>ul>li{
	float:left;
	padding:0;
	height:50px;
	margin:0;
	list-style:none;
	position:relative;
}
#mainNav>ul>li a{
	display:block;
	color:#414042;
	float:left;
	font-size:15px;
	line-height:50px;
	text-transform: none;
	text-decoration:none;
	padding:0 13px 0 13px;
	font-family: 'GothamSSm-Medium', Arial, Helvetica, 'sans-serif';
	font-weight:400;
	border-bottom: solid 2px #fff;
}
/*#mainNav>ul>li.active>a,*/
#mainNav>ul>li.current-menu-item>a,
#mainNav>ul>li.current-menu-ancestor>a,
#mainNav>ul>li.current-menu-item:hover>a,
#mainNav>ul>li.current-menu-ancestor:hover>a{
	border-bottom: solid 2px #20add5;
	color:#20add5;
}

#mainNav>ul>li:hover>a, #mainNav>ul>li.active>a{
	border-bottom: solid 2px #20add5;
	color:#20add5;
}

/*@media screen and (min-width: 801px) {
	#mainNav>ul>li>ul::after{
		content:" ";
		position:absolute;
		display:block;
		top:-10px;
		left:0px;
		width:100%;
		height:10px;
	}
}*/

#mainNav>ul>li>ul{
	display:none;/*none*/
	
	position:absolute;
	right:0px;
	top:50px;
	height: auto;
	margin:0px;
	padding:0px 0px 0px 0px;
	width:300px;
	float:none;
	z-index: 100;

    background:#FFF; /*rgba(0,0,0,0.5);*/
	border-left:solid 1px #20add5;
	border-right:solid 1px #20add5;
	border-top:solid 1px #20add5;
}
#mainNav>ul>li:hover>ul{
	display:block;
}
#mainNav>ul>li>ul>li{
	height:auto;
	float: none;
	padding:0px;
	margin:0px;
	position: relative;
	list-style:none;
	border-bottom:solid 1px #20add5;
}
#mainNav>ul>li>ul>li:last-child{
	/*border-bottom:none;*/
}
#mainNav>ul>li>ul>li a{
	display:block;
	float: none;
	font-size:14px;
	line-height:1.2;
	text-transform: none;
	letter-spacing:0px;
	text-decoration:none;
	padding:0.5vw 8px 0.5vw 8px;
	font-weight:400;
	text-align:right;
	height:auto;
	font-family: 'GothamSSm-Medium', Arial, Helvetica, 'sans-serif';
	border-bottom: none;
}
#mainNav>ul>li>ul>li.current-menu-item>a, #mainNav>ul>li>ul>li.current-menu-ancestor>a{
	border-bottom: none;
	color:#20add5;
}
#mainNav>ul>li>ul>li:hover>a{
	border-bottom: none;
	color:#20add5;
}

/* 3rd level */
#mainNav>ul>li>ul>li>ul{
	display:none;/*none*/
	position:absolute;
	right:300px;
	top:-1px;
	height: auto;
	margin:0px;
	padding:0px 0px 0px 0px;
	width:300px;
	float:none;

    background: #fff;
	border-left:solid 1px #20add5;
	border-right:solid 1px #20add5;
	border-top:solid 1px #20add5;
}
#mainNav>ul>li>ul>li:hover>ul{
	display:block;
}
#mainNav>ul>li>ul>li>ul>li{
	height:auto;
	float: none;
	padding:0px 0px 0px 0px;
	margin:0px;
	position: relative;
	list-style:none;
	border-bottom:solid 1px #20add5;
}
#mainNav>ul>li>ul>li:last-child{
	/*border-bottom:none;*/
}
#mainNav>ul>li>ul>li>ul>li a{
	display:block;
	float: none;
	line-height:1.2;
	text-transform: none;
	letter-spacing:0;
	text-decoration:none;
	padding:0.5vw 8px 0.5vw 8px;
	font-weight:400;
	text-align:right;
	height:auto;
	font-family: 'GothamSSm-Medium', Arial, Helvetica, 'sans-serif';
}
#mainNav>ul>li>ul>li>ul>li.current-menu-item>a, #mainNav>ul>li>ul>li>ul>li.current-menu-ancestor>a{
	color:#20add5;
}
#mainNav>ul>li>ul>li>ul>li:hover>a{
	color:#20add5;
}
@media screen and (min-width: 801px) and (max-width: 1100px) {
	#mainNav>ul>li a{
		font-size:1.4vw;
	}
	#mainNav>ul>li>ul>li a {
		font-size: 1.2vw;
	}
}
@media screen and (max-width: 800px) {
	#mainNav>ul>li a{
		font-size:12px;
	}
	#mainNav>ul>li>ul>li a {
		font-size: 12px;
	}
}


/**/




/**/

.visual{
	position: relative;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 500px;

	overflow: hidden;
}
.visualRotator{
	height: 500px;
}
.visualRotator_item div{
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#visual .slick-arrow{
	display: none!important;
}
#visual .slick-list{
	height:500px;
}

div.visualRotator_item_captionBox{
	position: absolute;
	/*top: 0;*/
	bottom: 0;
	width: 100%;
	left: 0;
	background: rgba(34, 127, 155, 0.59);
	z-index: 100;
}
div.visualRotator_item_caption {
	font-size: 2.2vw;
	line-height: 1.2;
	position: absolute;
	bottom: 80px;
	width: calc(100% - 610px);
	right: 3vw;
	height: auto;
	color: #fff;
	text-align: right;
}
div.visualRotator_item_caption h1{
	font-size: 2.2vw;
	line-height: 1.2;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: right;
}
div.visualRotator_item_caption span.visualRotator_item_caption_2{
	display: block;
	font-size: 1.3vw;
	line-height: 1.2;
	color: #fff;
	padding-top: 0.3vw;
}
@media screen and (max-width: 1200px) {
	.visual {
		/*height: 400px;*/
		height: 500px;
	}
	.visualRotator{
		/*height: 400px;*/
		height: 500px;
	}
	.visualRotator_item div{
		/*height: 400px;*/
		height: 500px;
	}
	#visual .slick-list{
		/*height: 400px;*/
		height: 500px;
	}
}

.visual_image{
	width: 100%;
	height: auto;
}
.visualBg{
    /*background: rgba(0, 40, 101, 0.59);*/
    width: 100%;
    height: 100%;

	position: absolute;
	top: 0;
}
@media screen and (max-width: 800px) {
	.visualBg {
		background: rgba(0, 40, 101, 0.59);
	}
}
.homeForm{
	top:0;
	left:0;
	position: absolute;
	height: 100%;
	width: 510px;
	color: #fff;
}
.inner .homeForm{
	background: rgba(0, 40, 101, 0.59);
}
.homeForm_inner{
	padding: 10% 68px;
}
.homeFormTitle{
	font-size: 22px;
	font-family: 'GothamSSm-Bold', Arial, Helvetica, 'sans-serif';
	text-align: center;
	line-height: 1.1;
}
.homeFormTitle2{
	font-size: 18px;
	font-family: 'GothamSSm-Light', Arial, Helvetica, 'sans-serif';
	text-align: center;
	line-height: 1.1;
	padding-bottom: 20px;
}
.homeFormTitle3{
	font-size: 13px;
	font-family: 'GothamSSm-Light', Arial, Helvetica, 'sans-serif';
	text-align: center;
	line-height: 1.2;
	padding: 5px 0 5px 0;
}
.homeFormTitle3 img{
	width: 33px;
	height: auto;
	float: left;
	margin-right: 10px;
}
.homeFormRow input[type='submit']{
	border-color: #fff;
	color: #fff;
}
.homeFormRow input[type='submit']:hover{
	background: #fff;
	color: #2c4c6c;
}
.homeFormRow select{
	border-color: #fff;
	color: #fff;
}
.homeFormRow{
	padding-bottom: 12px;
    position: relative;
}
.homeFormRow_submit{
	text-align: right;
}

/* big dropdown styles */
dl.dropdown{
	padding:0px;
	margin:10px 0px 0px 0px;
}
.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
.dropdown dd { position:relative; }
/* DT styles for sliding doors */
.dropdown dt span {
	margin:0;
	/*background:url(../images/dn-wht.png) 97% center no-repeat;*/
	display:block;
	font-size: 14px;
	line-height:41px;
	text-decoration:none;
	overflow:hidden;
    color: #fff;

	height:41px;
	padding:0 10px;

    border: solid 1px #fff;
    border-radius: 4px;
}

.dropdown dt a span {cursor:pointer; display:block; padding:0px;}
/* UL styles */
.dropdown dd ul { background:#fff;
	list-style:none; padding:0px 0px; position:absolute;
	left:0px;
	top:0px;
	width:99%;
	border:solid 1px #777;
	display:none;
	overflow-y:scroll; height:320px;
	z-index:9999;
}
.dropdown span.value { display:none;}
.dropdown dd ul li a {
	padding:5px; display:block;
	font-size:14px;
	color:#555;
	text-decoration:none;
}
.dropdown dd ul li a:hover {
	color:#000;
	background-color:#c4e0f2;
}

input[type='text'].special_search{
    background: none;
    border: none;
    width: 90%;
    color: #fff;
}

.vrOr{
	width:auto;
	height:33px;
    text-align: center;
    padding-top: 7px;
}
.vrOr::after{
    content: "OR";
    display: block;
    margin: auto;
    line-height: 26px;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    color: #fff;
    border: solid 1px #fff;
    font-size: 12px;
}
@media screen and (max-width: 1200px) {
    .homeForm_inner{
        padding: 5% 68px;
    }
    .vrNav{
        padding-top: 0!important;
    }
}

#visual .dropdown li a{
	line-height:40px;
	padding:1px 5px 1px 10px;
}
#visual .dropdown li a b{
	width:40px; height:40px; display:inline-block;
	background-repeat:no-repeat; background-position:center center; background-size:contain;;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	vertical-align:middle;
	margin-right:10px;
}
.dd-search a b{ background-image:url(../images/dd/urology-s.jpg); }

.dd-search.dd-blank a b{ background-image: none; }

.dd-search.dd-allergy-and-immunology a b{ background-image:url(../images/dd/allergy-and-immunology-s.jpg); }
.dd-search.dd-anesthesiology a b{ background-image:url(../images/dd/anesthesiology-s.jpg); }
.dd-search.dd-bariatric-surgery a b{ background-image:url(../images/dd/general-surgery-s.jpg); }
.dd-search.dd-cardiology a b{ background-image:url(../images/dd/cardiology-s.jpg); }
.dd-search.dd-colon-and-rectal-surgery a b{ background-image:url(../images/dd/colon-and-rectal-surgery-s.jpg); }  /* ?? */
.dd-search.dd-colorectal-surgery a b{ background-image:url(../images/dd/colon-and-rectal-surgery-s.jpg); }  /* ?? */
.dd-search.dd-critical-care-medicine a b{ background-image:url(../images/dd/ct-s.jpg); }  /* ?? */
.dd-search.dd-dermatology a b{ background-image:url(../images/dd/dermatology-s.jpg); }
.dd-search.dd-endocrinology a b{ background-image:url(../images/dd/endocrinology-s.jpg); }
.dd-search.dd-emergency-medicine a b{ background-image:url(../images/dd/emergency-medicine-s.jpg); }
.dd-search.dd-family-medicine a b{ background-image:url(../images/dd/family-medicine-s.jpg); }
.dd-search.dd-gastroenterology a b{ background-image:url(../images/dd/gastroenterology-s.jpg); }
.dd-search.dd-general-surgery a b{ background-image:url(../images/dd/general-surgery-s.jpg); }
.dd-search.dd-facial-plastic-surgery a b{ background-image:url(../images/dd/plastic-surgery-s.jpg); }
.dd-search.dd-geriatric-medicine a b{ background-image:url(../images/dd/geriatric-medicine-s.jpg); }
.dd-search.dd-hand-surgery a b{ background-image:url(../images/dd/general-surgery-s.jpg); }
.dd-search.dd-hematology a b{ background-image:url(../images/dd/hematology-s.jpg); }
.dd-search.dd-internal-medicine a b{ background-image:url(../images/dd/internal-medicine-s.jpg); }
.dd-search.dd-laser-surgery a b{ background-image:url(../images/dd/general-surgery-s.jpg); }
.dd-search.dd-infectious-disease a b{ background-image:url(../images/dd/infectious-disease-s.jpg); }
.dd-search.dd-nephrology a b{ background-image:url(../images/dd/nephrology-s.jpg); } /* ?? */
.dd-search.dd-neurological-surgery a b{ background-image:url(../images/dd/general-surgery-s.jpg); } /* ?? */
.dd-search.dd-neurology a b{ background-image:url(../images/dd/neurology-s.jpg); }
.dd-search.dd-neonatology a b{ background-image:url(../images/dd/allergy-and-immunology-s.jpg); }
.dd-search.dd-obstetrics-and-gynecology a b{ background-image:url(../images/dd/obstetrics-and-gynecology-s.jpg); }
.dd-search.dd-oncology a b{ background-image:url(../images/dd/oncology-s.jpg); }
.dd-search.dd-ophthalmology a b{ background-image:url(../images/dd/ophthalmology-s.jpg); }
.dd-search.dd-orthopaedic-surgery a b{ background-image:url(../images/dd/general-surgery-s.jpg); } /* ?? */
.dd-search.dd-otolaryngology a b{ background-image:url(../images/dd/otolaryngology-s.jpg); }
.dd-search.dd-pain-medicine a b{ background-image:url(../images/dd/pain-medicine-s.jpg); }
.dd-search.dd-pathology a b{ background-image:url(../images/dd/pathology-s.jpg); }
.dd-search.dd-pediatric-neurology a b{ background-image:url(../images/dd/neurology-s.jpg); }
.dd-search.dd-pediatrics a b{ background-image:url(../images/dd/pediatrics-s.jpg); }
.dd-search.dd-pediatric-emergency-medicine a b{ background-image:url(../images/dd/pediatrics-s.jpg); }
.dd-search.dd-physical-medicine-and-rehabilitation a b{ background-image:url(../images/dd/physical-medicine-s.jpg); }
.dd-search.dd-plastic-surgery a b{ background-image:url(../images/dd/plastic-surgery-s.jpg); }
.dd-search.dd-podiatric-surgery a b{ background-image:url(../images/dd/general-surgery-s.jpg); }
.dd-search.dd-psychiatry a b{ background-image:url(../images/dd/psychiatry-s.jpg); }
.dd-search.dd-preventive-medicine a b{ background-image:url(../images/dd/preventive-medicine-s.jpg); }
.dd-search.dd-pulmonology a b{ background-image:url(../images/dd/pulmonology-s.jpg); }
.dd-search.dd-radiation-oncology a b{ background-image:url(../images/dd/radiation-oncology-s.jpg); }
.dd-search.dd-radiology a b{ background-image:url(../images/dd/radiology-s.jpg); }
.dd-search.dd-reproductive-endocrinology-infertility a b{ background-image:url(../images/dd/medical-genetics-s.jpg); }
.dd-search.dd-rheumatology a b{ background-image:url(../images/dd/rheumatology-s.jpg); }
.dd-search.dd-sleep-medicine a b{ background-image:url(../images/dd/sleep-s.jpg); }
.dd-search.dd-spine-surgery a b{ background-image:url(../images/dd/back-surgery-s.jpg); }
.dd-search.dd-sports-medicine a b{ background-image:url(../images/dd/sports-medicine-s.jpg); }
.dd-search.dd-thoracic-surgery a b{ background-image:url(../images/dd/thoracic-surgery-s.jpg); }
.dd-search.dd-urology a b{ background-image:url(../images/dd/urology-s.jpg); }
.dd-search.dd-vascular-surgery a b{ background-image:url(../images/dd/general-surgery-s.jpg); }

#email_home{
	width:100%;
	height:40px;
	background: none;
	border: solid 1px #fff;
	color: #fff;
	padding: 0 10px;
	box-sizing: border-box;
	border-radius: 4px;
}
#email_home::placeholder {
	color: #fff;
	opacity: 1;
}

/* speech */
#inquiry{
	width:100%;
	height:195px;
    background: none;
    border: solid 1px #fff;
    color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
#inquiry::-webkit-input-placeholder, .homeFormRow input::-webkit-input-placeholder {
    color: #fff; opacity: 1;
}
#inquiry::-moz-placeholder, .homeFormRow input::-moz-placeholder {
    color: #fff;    opacity: 1;
}
#inquiry:-ms-input-placeholder, .homeFormRow input::-ms-input-placeholder {
    color: #fff;    opacity: 1;
}
#inquiry:-moz-placeholder, .homeFormRow input::-moz-placeholder {
    color: #fff;    opacity: 1;
}
#inquiry::placeholder, .homeFormRow input::placeholder {
    color: #fff;    opacity: 1;
}

#goActionButon.button{
    background-color: #dd6819;
    border: solid 1px #dd6819;
    color: #fff;
    font-family: 'GothamSSm-Bold', Arial, Helvetica, 'sans-serif';
    width: 100%;

    line-height: 40px;
    height: 40px;
	text-align: center;
}
#goActionButon.button:hover{
    background-color: #fff;
    border: solid 1px #fff;
    color: #dd6819;
}
.vrNav{
    padding-top:15px;
    font-weight: normal;
    color: #fff;
    font-family: 'GothamSSm-Light', Arial, sans-serif;
    font-size: 13px;
}
.vrNav a{
    color: #fff;
}
.vrNav a:hover{
    color: #20add5;
}

.home-speech-content-mic {
	width: 26px;
	height: 26px;
	cursor:pointer;

	position: absolute;
	right: 10px;
	top: 10px;
}
.home-speech-mic {
	background: url(../images/mic.png) no-repeat center center;
}
.home-speech-mic-works {
	background: url(../images/mic.png) no-repeat center center;
}

/**/
.stepsBox{
	position: relative;
	padding-bottom: 15px;
}
.stepsBox_title{
	padding-bottom: 20px;
}
.stepsBox_item{
	width: 33%;
	float: left;
	position: relative;
	text-align: center;
}
@media screen and (max-width: 800px) {
	.stepsBox_item{
		left: 7vw;
	}
}
.stepsBox_item img{
	width: 100%;
	height: auto;
}
.stepsBox_text {
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
    width: 50%;
    position: absolute;
    top: 48%;
    left: 40%;
    color: #676767;
}
.stepsBox_text a{
	text-decoration: none;
	font-family: 'GothamSSm-Light', Arial, Helvetica, 'sans-serif';
	color: #4a4a4a;
}
.stepsBox_text a:hover{
	color: #4a4a4a;
}
.getStartedBlock{
	padding: 30px;
	background-color: #20add5;
	text-align:center;
}
.getStartedBlock a.button{
	border-color: #fff;
	color: #fff;
	background: #20add5;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
}
.getStartedBlock a.button:hover{
	background: #fff;
	color: #20add5;
	border-color: #20add5;
}
/**/
.stepGetVideoBox{
	height:95px;
	text-align:center;
}
@media screen and (min-width: 800px) {
	.stepGetVideoBox{
		line-height:95px;
	}
}
.stepGetVideoBox a{
	text-decoration:none;
}
/**/
.specCustomBox{
    position: relative;
    padding: 20px 0 60px 0;
	width: calc(100% - 100px);
	margin: auto;
}
@media screen and (min-width: 800px) {
	.height320{
		height: 320px;
		overflow: hidden;
	}
}

.height320{
	/*height: 320px;
	overflow: hidden;*/
}
.specCustomBox a{
    display: block;
    text-decoration: none;
    width: 20%;
    float: left;
    position: relative;
    padding-top: 20%;
    height: 0;
}
.cpecScrlItm{
	width: 20%;
}
.specCustomBox .cpecScrlItm a{
	width: 100%;
	padding-top: 100%;
	float: none;
}
.specCustomBox .slick-next {
	right: -49px;
}
.specCustomBox .slick-prev {
	left: -49px;
}

.specCustom_caption{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    padding-bottom: 10%;
    color: #fff;
    font-size: 17px;
    line-height: 1.2;
    /*text-shadow: 2px 2px 20px #003992, 2px 2px 50px #003992, 2px 2px 20px #000, 2px 2px 50px #000;*/
    text-shadow: 2px 2px 20px #003992, 2px 2px 50px #000;
}
.specCust_t1{
    font-family: 'GothamSSm-Bold', Arial, Helvetica, 'sans-serif';
    font-size: 17px;
    line-height: 1;
}
.specCustomBox a img{
    height: auto;
    display: block;
    position: absolute;
    width: 94%;
    top:3%;
    left: 3%;
	transition: all 0.3s ease;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
.specCustomBox a:hover{
	z-index: 10;
}
.specCustomBox a:hover img{
	width: 106%;
	top:-3%;
	left: -3%;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.6);
}

/**/
.middleBox_item{
	float:left;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: block;
	text-decoration: none;
	color: #fff;
}
.middleBox_item.middleBox_item_odd{
	width:32%;
	padding-top: 32%;
	height: 0;
}
.middleBox_item.middleBox_item_even{
	width:68%;
	padding-top: 32%;
	height: 0;
}
.middleBox_caption{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: table;
}
.middleBox_caption_cell{
	display: table-cell;
	vertical-align: middle;
}
.middleBox_title1{
	font-size: 3vw;
	line-height: 1.1;
	color: #fff;
	text-shadow: 3px 3px 5px #000;
	font-family: 'GothamSSm-Bold', Arial, Helvetica, 'sans-serif';
}
.middleBox_title2{
	font-size: 1.5vw;
	line-height: 1.1;
	color: #fff;
	text-shadow: 3px 3px 5px #000;
	font-family: 'GothamSSm-Bold', Arial, Helvetica, 'sans-serif';
}
.middleBox_title3{
	font-size: 1.7vw;
	line-height: 1.1;
	color: #fff;
	text-shadow: 3px 3px 5px #000;
	font-family: 'GothamSSm-Light', Arial, Helvetica, 'sans-serif';
	padding-top: 2vw;
}
@media screen and (max-width: 800px) {
	.middleBox_title1{
		font-size: 22px;
	}
	.middleBox_title2{
		font-size: 12px;
	}
	.middleBox_title3{
		font-size: 12px;
	}
}
/**/
.suppotrtedByBox{
	background: #f2f2f2;
	color: #009999;
	line-height: 100px;
	font-size: 30px;
	font-family: 'GothamSSm-Light', Arial, Helvetica, 'sans-serif';
	text-align: center;
	white-space: nowrap;
}
@media screen and (max-width: 1000px) {
	.suppotrtedByBox{
		line-height: 30px;
		font-size: 20px;
		white-space: normal;
		padding: 20px 0;
	}
}

.suppotrtedByBox a, .suppotrtedByBox a:hover{
	color: #009999;
	text-decoration: none;
}
.suppotrtedByBox img{
	vertical-align: middle;
	position: relative;
	top: -4px;
}
/**/
.sampleReportBox{
	background: url("../images/middle-3.jpg") no-repeat center center;
	background-size: cover;
	margin-bottom: 70px;
}
.sampleReportBox_form{
	padding: 70px 0;
	max-width: 600px;
	margin: auto;
	position: relative;
}
@media screen and (max-width: 800px) {
	.sampleReportBox_form{
		padding: 70px 20px;
	}
}
.sampleReportBox_title{
	font-family: 'GothamSSm-Light', Arial, Helvetica, 'sans-serif';
	font-size:32px;
	line-height: 35px;
	color:#FFF;
	padding:0px;
	margin:0px 0px 25px 0px;
	font-weight:400;
	text-align:center;
}
.sampleReportBox_title strong {
	font-family: 'GothamSSm-Bold', Arial, Helvetica, 'sans-serif';
	font-weight:400;
}
a.sampleReport_option{
	font-family: 'GothamSSm-Light', Arial, Helvetica, 'sans-serif';
	display: block;
	text-decoration: none;
	background-color: rgba(0,0,0,0);
	transition: all 0.1s ease;
	height: 40px;
	line-height: 40px;
	color: #fff;
	padding: 0;
	border-bottom: solid 1px #fff;
	background-image: url(../images/rt-wht.png );
	background-position: 99% center;
	background-repeat: no-repeat;
}
a.sampleReport_option:last-child{
	border-bottom: none;
}
a.sampleReport_option:hover{
	background-color: rgba(0,0,0,0.3);
}

/* bottom nav */
#bottomNav{
	font-size:12px;
	position:relative;
	background: #f2f2f2;
	padding:50px 0px 50px 30px;
}
#bottomNav a{
	text-decoration:none;
	color:#000;
}
#bottomNav a:hover{
	text-decoration: underline;
	color:#000;
}
#bottomNav ul{
	padding:0px;
	margin:0px;
}
#bottomNav ul ul{
	padding:0px;
	margin:10px 20px 0px 0px;
	/*float:left;*/
}
#bottomNav ul li{
	list-style:none;
	float:left;
	font-weight:bolder;
	text-transform:uppercase;
	min-width:150px;
	/*width:15%;*/
}

#bottomNav ul ul li a{
	font-family: 'GothamSSm-Light', Arial, Helvetica, 'sans-serif';
}

#bottomNav ul ul li{
	font-weight:normal;
	text-transform: none;
	float: none;
	width: auto;
}
#bottomNav ul li.item449{
	/*min-width: 150px;*/
}
#bottomNav ul li.item496{
	/*min-width: 150px;*/
}
#bottomNav ul li.item451{
	min-width:150px;
	/*width:25%;*/
}
#bottomNav ul li.item66, #bottomNav ul li.item66 li{
	width:185px;
}

.navFollowBlock{
	width:60px;
	float:right;
	margin-right: 20px;
}
.navFollowBlockLinks{
	width:34px;
	float:right;
	margin-right: 3px;
	padding-bottom: 15px;
}

@media screen and (max-width: 1100px) {
	#bottomNav ul li.item453{
		float: none;
	}
	#bottomNav ul li.item453::after{
		float: none;
		content: " ";
		display: block;
		clear: both;
	}
}
.bottomAdd1{
	background: #f2f2f2;
	padding-bottom: 50px;
	border-top: solid 2px #fff;
	padding-top: 50px;
}

/* footer */
#footer{
	background:#20add5;
	color:#fff;
	padding:15px 40px;
}
.fCclogos{
	float:left;
	margin-right:30px;
	margin-top:10px;
}
.fGoldseal{
	float:left;
	margin-right:10px;
}
.fAccredited{
	float:left;
	font-size:12px;
	line-height:16px;
	width:220px;
	margin-right:30px;
	margin-top:12px;
}
.fHippaLinks{
	font-size:11px;
	line-height:16px;
	margin-right:30px;
	margin-top:10px;
	text-align: center;
}
#footer a{
	color:#fff;
}
#footer .fHippaLinks a{
	color:#93bcd3;
}
.fHippaLinks a{
	margin-right: 20px;
	white-space: nowrap;
}
.footerBox_bottom_text{
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 800px) {
	.footerBox_bottom_text{
		flex-direction: column;
	}
}

/**/
.ourServicesBox{
	width: 80%;
	margin: auto;
}
.ourServicesBox{
	padding-bottom: 70px;
}
.ourServicesBox_title2{
	text-align: center;
	margin-bottom: 70px;
}
.ourServicesBox_item_wrapper{
	padding: 10px 0;
}
.ourServicesBox_item{
	/*float: left;*/

	width: 75%;
	/*width: 35%;*/
	/*margin: 0 4%;*/

	margin: auto;
	box-shadow: 2px 2px 5px #000;
	position: relative;
	padding-top: 45%;
	overflow: hidden;
}
.ourServicesBox_item img{
	position: absolute;
	left: 0px;
	top:0px;
	height: 100%;
	width: auto;
	display: block;
}
.ourServicesBox_caption{
	position: absolute;
	top:0;
	right: 0;
	height: 100%;
	width: 40%;
	box-sizing: border-box;
	padding: 10px 5%;
	z-index: 5;
	background: #fff;
}
.ourServicesBox_caption_title{
	font-family: 'GothamSSm-Light', Arial, Helvetica, 'sans-serif';
	color:#20add5;
	font-size:16px;
	line-height: 1.1;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 6px;
}
.ourServicesBox_caption_title strong {
	font-family: 'GothamSSm-Bold', Arial, Helvetica, 'sans-serif';
	font-weight:400;
}
.ourServicesBox_caption_text{
	font-family: 'GothamSSm-Light', Arial, Helvetica, 'sans-serif';
	font-weight:400;
	font-size:12px;
	line-height: 1.4;
	padding-bottom: 6px;
}
.ourServicesBox_caption_readmore a.button{
	font-size: 12px;
	line-height: 2;
	height: auto;
	white-space: nowrap;
	padding: 0 12px;
}
.slick-prev, .slick-next{
	width: 40px!important;height: 40px!important;
	text-indent: 200px;
	overflow: hidden;
}
.slick-prev::before, .slick-next::before{
	content: "";
}
.slick-prev{
	background: url(../images/left-s.png) no-repeat center center!important;
	background-size: 100%!important;
}
.slick-next{
	background: url(../images/right-s.png) no-repeat center center!important;
	background-size: 100%!important;
}
@media screen and (min-width: 801px) and (max-width: 1100px) {
	.ourServicesBox_caption_title{
		font-size:1.4vw;
	}
	.ourServicesBox_caption_title {
		font-size: 1.2vw;
	}
}
@media screen and (max-width: 800px) {

}
/**/
.ourServicesBoxNew{
	width: 80%;
	margin: auto;
}
.ourServicesBoxNew{
	padding-bottom: 70px;
}
.ourServicesBoxNew_title2{
	text-align: center;
	margin-bottom: 70px;
}
.ourServicesBoxNew_item_wrapper{
	padding: 10px 0;
}
.ourServicesBoxNew_item{
	background: #20add5;
	border-radius: 15px;
	padding: 10px;

	width: 85%;
	margin: auto;
	position: relative;

	min-height:360px;/* 27vw;*/
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.ourServicesBoxNew_text{
	font-family: 'GothamSSm-Light', Arial, Helvetica, 'sans-serif';
	box-sizing: border-box;
	padding: 5px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.ourServicesBoxNew_text strong{
	font-family: 'GothamSSm-Black', Arial, Helvetica, 'sans-serif';
}
.ourServicesBoxNew_stars{
	text-align: center;
	color: #fff297;
	font-size: 20px;
}
.ourServicesBoxNew_reviews{
	padding: 2px 0 0 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.ourServicesBoxNew_text_title{
	padding-bottom: 7px;
	font-size: 35px;
	font-family: 'GothamSSm-Light', Arial, Helvetica, 'sans-serif';
	font-weight: 400;
}
/**/

.blueTopBox{
	background: #20add5;
	padding: 60px 0;
	color: #fff;
}
.blueTopBox p{
	color: #fff;
}
.blueTopBox_caption{
	width: 60%;
	float: left;
	text-align: center;
}
.blueTopBox_image{
	width: 40%;
	float: right;
	text-align: center;
}
.blueTopBox_image img{
	width: 80%;
	height: auto;
}
.blueTopBox_caption_title{
	font-family: 'GothamSSm-Light', Arial, Helvetica, 'sans-serif';
	font-size:33px;
	line-height: 35px;
	color:#fff;
	width: 80%;
	margin:0px auto 25px auto;
	font-weight:400;
	text-align: left;
	text-transform: none;
}
.blueTopBox_caption_title h1{
	font-family: 'GothamSSm-Light', Arial, Helvetica, 'sans-serif';
	font-size:33px;
	line-height: 35px;
	color:#fff;
	font-weight:400;
	text-align: left;
	text-transform: none;
	margin: 0;
	padding: 0;
}
.blueTopBox_caption_text{
	margin: auto;
	width: 80%;
	font-family: 'GothamSSm-Light', Arial, Helvetica, 'sans-serif';
	font-size: 18px;
	line-height: 25px;
	position: relative;
	text-align: left;
}
@media screen and (max-width: 800px) {
	.blueTopBox_caption, .blueTopBox_image {
		width: auto;
		float: none;
		display: block;
		margin-bottom: 20px;
	}
}

/**/
.testimonialsBox{
	background: #20add5;
	padding: 60px 0;
	color: #fff;
}
.testimonialsBox p{
	color: #fff;
}
.testimonialsBox_caption{
	width: 40%;
	float: left;
	text-align: center;
}
.testimonialsBox_image{
	width: 60%;
	float: right;
	text-align: center;
}
.testimonialsBox_image img{
	width: 420px;
	height: auto;
}
.testimonialsBox_image iframe{
	 width: 420px;
	 height: 245px;
}
.testimonialsBox_caption_title{
	font-family: 'GothamSSm-Light', Arial, Helvetica, 'sans-serif';
	font-size:33px;
	line-height: 35px;
	color:#fff;
	padding:0px;
	margin:0px 0px 25px 0px;
	font-weight:400;
	text-align:center;
	text-transform: none;
}
.testimonialsBox_caption_title strong {
	font-family: 'GothamSSm-Bold', Arial, Helvetica, 'sans-serif';
	font-weight:400;
}
.testimonialsBox_caption_text{
	margin: auto;
	width: 80%;
	font-family: 'GothamSSm-Light', Arial, Helvetica, 'sans-serif';
	font-size: 18px;
	line-height: 25px;
	position: relative;
}
.testimonialsBox_caption_text b{
	font-weight: 400;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 60px;
	line-height: 25px;
	position: absolute;
	display: block;
	float: left;
}
.testimonialsBox_caption_text b.b1{
	top:0;
	left: -30px;
}
.testimonialsBox_caption_text b.b2{
	bottom:-20px;
	right: -20px;
}
.testimonialsBox_list ul, .testimonialsBox_list ul li{
    margin: 0; padding: 0; list-style: none;
    font-size: 14px;
    line-height: 1.7;
}
/**/
.serwRadTitle{
	padding-top: 70px;
}
/**/
.suchAsBox{
	padding-top: 70px;
	text-align: center;
	padding-bottom: 50px;
	position: relative;
}
.suchAsBox_title{
	padding-bottom: 5px;
}
.suchAsBox img{
	max-width: 90%;
}
.hr{
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	border-top: solid 1px #aaa;
	width: 70%;
	margin: auto;
}

/**/
.footerVisit{
	border-top:solid 8px #20add5;
	padding-bottom: 50px;
	padding-top: 40px;
	text-align: center;
}
.button.footerVisit_button{
	font-family: 'GothamSSm-Light', Arial, Helvetica, 'sans-serif';
}
.button.footerVisit_button strong{
	font-family: 'GothamSSm-Bold', Arial, Helvetica, 'sans-serif';
	font-weight: 400;
}
.wideDelimTop{
	border-top:solid 8px #20add5;
	width: auto;
	padding-top: 5px;
	margin-top: 5px;
}
.wideDelimBottom{
	border-top:solid 8px #20add5;
	width: auto;
	padding-top: 40px;
	margin-top: 5px;
}
/**/

.footerBox{
	position: relative;
}
.footerBox_column1{
	float: left;
	width: 18%;
	position: relative;
	padding: 0 2% 0 4%;
	box-sizing: border-box;
}
.footerBox_column2{
	float: left;
	width: 38%;
	position: relative;
	padding: 0 2%;
	border-left: solid 1px #bbb;
	box-sizing: border-box;
}
.footerBox_column3{
	border-left: solid 1px #bbb;
	float: left;
	width: 27%;
	position: relative;
	padding: 0 1% 0 2%;
	box-sizing: border-box;
}
.footerBox_column4{
	border-left: solid 1px #bbb;
	float: right;
	width: 17%;
	position: relative;
	padding: 0 1% 0 2%;
	box-sizing: border-box;
}



.footerBox_column_title{
	font-family: 'GothamSSm-Light', Arial, Helvetica, 'sans-serif';
	color:#20add5;
	font-size:16px;
	line-height: 1.1;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 6px;
}
.footerBox_column_title strong {
	font-family: 'GothamSSm-Bold', Arial, Helvetica, 'sans-serif';
	font-weight:400;
}
.footerBox_column1_text{
	font-family: 'GothamSSm-Light', Arial, Helvetica, 'sans-serif';
	font-weight:400;
	font-size:12px;
	line-height: 1.4;
	padding-bottom: 6px;
}

.footerBox_bottom{
	/*text-align: center;*/
	background: #20add5;
	padding: 35px 5px 40px 5px;
}

.footerBox_bottom, .footerBox_bottom p, .footerBox_bottom a{
	color: #fff;
	font-family: 'GothamSSm-Light', Arial, Helvetica, 'sans-serif';
}
.footerBox_bottom p{
	margin: 0;
	padding: 0;
}

.footerBox_column1_image{
	width: 20px;
	height: auto;
	float: left;
	margin-top: 5px;
}
.footerBox_column1_content{
	margin-left: 30px;
	position: relative;
}
.footerBox_column2_content{
	position: relative;
}
.footerBox_column2_image{
	width: 57px;
	height: auto;
	float: left;
}
.footerBox_column3_content{
	position: relative;
	font-size: 13px;
	line-height: 1.4;
	font-family: 'GothamSSm-Light', Arial, Helvetica, 'sans-serif';
	margin-top: 8px;
}
.footerBox_column3_content a{
	color: #20add5;
	font-family: 'GothamSSm-Medium', Arial, Helvetica, 'sans-serif';
}
.footerBox_column4_content{
	position: relative;
	font-size: 10px;
	line-height: 1.4;
	font-family: 'GothamSSm-Light', Arial, Helvetica, 'sans-serif';
	margin-top: 8px;
}
.footerBox_column4_image{
	width: 80px;
	height: auto;
}

@media screen and (min-width: 801px) and (max-width: 1100px) {
	.footerBox_column_title{
		font-size:1.4vw;
	}
	.footerBox_column1_text {
		font-size: 1.2vw;
	}

	.footerBox_column3_content{
		font-size: 0.95vw;
	}

}


/* Tabs */
#formTabsBox{
	/*height:35px;*/
	overflow:visible;
	margin-top:12px;
	line-height:31px;
}
.formTab{
	float:left;
	display:block;
	text-decoration:none;
	font-weight:bolder;
	height:31px;
	cursor:pointer;
	border-top:solid 1px #20add5;
	border-left:solid 1px #20add5;
	border-right:solid 1px #20add5;
	padding: 2px 10px 2px 10px;
	color:#777;
	background:#fff;
	text-transform:uppercase;

	border-bottom:solid 1px #20add5;
	margin-bottom: -1px;
	font-size: 14px;
}
.formTab:hover{
	text-decoration:none;
}
.formTab.active{
	/*color:#20add5;*/
	color:#7499d1;
	background: #fff;
	border-top:solid 1px #20add5;
	border-left:solid 1px #20add5;
	border-right:solid 1px #20add5;

	height:31px;
	position:relative;
	z-index:3;
}
#formTabContentBox{
	border:solid 1px #20add5;
	padding: 15px 15px 15px 15px;
	position:relative;
	z-index:2;
	background:#fff;
}
/* */


td.main{
	padding:15px 30px 40px 30px;
	vertical-align:top;
}


/* ai contactsafe */
#footerEmailSumscribeForm p{ margin: 0!important; padding: 0!important;}
#footerEmailSumscribeForm input[type='email']{width: calc(100% - 10px) !important; background: none; border: solid 1px #20add5;}
#footerEmailSumscribeForm input[type="submit"]{ padding: 0 15px;}
#footerEmailSumscribeForm br{ display: none;}
.subscribeFormRow{ padding-top: 5px; }

#footerEmailSumscribeForm .wpcf7-response-output{
	margin: 5px 0;
}
/**/

.conrentBlockRight #div_captcha_img *{
	max-width: 200px!important;
}


.formLabel, #vmMainPage label {
	font-weight: 400;
	line-height: 30px;
	width: 200px;
}
.loginRegisterTableCl div.requiredText{
	width: 220px;
}
#regFormBox legend {
	padding: 0 0 0 226px;
}



hr[color="#ae1a29"]{
	background: #20add5!important;
	border-color: #20add5!important;
}
span[style*="color: #ae1a29"], span[style*="color:#ae1a29"]{
	color: #20add5!important;
}



td.investors-image{
	padding-right: 50px;
}
td.investors-image img{
	width: 300px;
}
@media screen and (max-width: 800px) {
	table.investors,table.investors tbody,table.investors tr,table.investors td{
		display: block;
		float: none;
		clear: both;
		padding: 5px 0;
	}
	td.investors-image{
		padding-right: 0;
	}
}


.resourceDasboard{
	text-align:center;
}
.resourceDasboard a {
	text-decoration: none;
	color: #20add5;
	font-family: 'GothamSSm-Bold', Arial, Helvetica, 'sans-serif';
}


#our_strangth ul{
	-webkit-columns: 3;
	-moz-columns: 3;
	columns: 3;
	padding-bottom: 20px;
}
#quality_services ul{
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
}
@media screen and (max-width: 1000px) {
	#our_strangth ul{
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
	}
	#quality_services ul{
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
	}
}
@media screen and (max-width: 800px) {
	#our_strangth ul{
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
	}
}
.arrow-bulet-small li {
	background: url(../images/arrow-bulet-small.png) 0px 7px no-repeat;
	list-style: none;
	line-height: 26px;
	padding: 3px 0px 8px 22px;
}
.arrow-bulet-small{
	margin:0px;
	padding:0px;
}

.arrow-bulet-small li strong{
	text-transform:uppercase;
}
.st_b_line{
	padding: 0px 0px 30px 0px;
	margin-bottom: 45px!important;
	border-bottom: solid 1px #20add5;
}

/* -- acco -- */
.accoItem{
	background:#fff;
	margin-bottom:14px;
	border: solid 1px #20add5;
}
.accoHeader{
	background:#fff;
	cursor:pointer;

	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.accoButton{
	width:50px;
	height:50px;
	background:url(../images/accordion-open.png) no-repeat center center;
	float:left;
	margin-left:15px;
}
.accoTitle{
	color:#20add5;
	text-transform:uppercase;
	font-size:16px;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:600;
	padding:10px 10px;
	line-height:30px;
	margin-left:65px;
}
.accoData{
	display:none;
}

.accoItem.opened{
}
.accoItem.opened .accoHeader{
	background:#20add5;
}
.accoItem.opened .accoButton{
	background:url(../images/accordion-close.png) no-repeat center center;
}
.accoItem.opened .accoTitle{
	color:#fff;
}
.accoItem.opened .accoData{
	display:block;
}
.faq .accoData{
	padding:15px;
}

/* testimonials */
.all-map-testimonials{
	background:#fff;
	margin:0px;
}
#mapsvg-usa-wrapper{
	float:left;
	width:45%;
	margin-left:27%;
}
#mapsvg-world-wrapper{
	float:left;
	width:65%;
	margin-left:17%;
}
#testimonialsBox1, #testimonialsBox2{
	padding:0px 40px;
}
#testimonialsBox1.loading, #testimonialsBox2.loading{
	height:10px;
	padding:10px 0px;
	background:url(../images/ajax-loader.gif) no-repeat center center;
}
.videoTestimonialsLine{
	background: none!important;
	padding: 20px 0!important;
	border-bottom: solid 1px #20add5!important;
	border-left: solid 1px #20add5!important;
	border-right: solid 1px #20add5!important;
}

/**/

.category-alias-memberships td.main{
	padding:15px 0 40px 0;
}
.category-alias-memberships .contentHeader{
	border-bottom: none;
	padding: 30px 30px 20px 30px;
}
.category-alias-memberships h1{
	border-bottom: none;
	padding: 20px 30px 5px 30px;
}
.membTable .redButton{
	padding-right: 0;
	padding-left: 0;
	width: 100%;
	white-space: nowrap;
}

input#passwd_login + div{
	padding-top: 5px;
	font-size: 12px;
	color: #20add5;
}
input#passwd_login + div a{
	color: #20add5;
	text-decoration: underline;
}
td.main form[name='login']{
	padding-top: 43px;
}

body.pagealias_shop_account_index .contentHeader,
body.pagealias_shop_account_billing .contentHeader,
body.pagealias_component_backoffice .contentHeader,
body.pagealias_component_medicalhistoryform_medicalhistoryform .contentHeader
{
	border: none;
	padding: 30px 10px 10px 30px;
}
body.pagealias_component_xmri_upload_jobinfo td.main h1{
	border: none;
	margin-bottom: 0;
}

/* showconsultationform */
body.pagealias_component_xmri_upload_showconsultationform .contentHeader {
	border: none;
	margin-bottom: 0;
	padding: 30px 10px;
}
body.pagealias_component_xmri_upload_showconsultationform td.main{
	padding:15px 10px 40px 10px;
}

body.pagealias_component_xmri_upload_radiologysecondop .contentHeader {
	margin-bottom: 0;
	padding: 30px 0px;
	margin: 0 10px;
}
body.pagealias_component_xmri_upload_radiologysecondop td.main{
	padding:15px 10px 40px 10px;
}
body.pagealias_component_studylist_studylist .contentHeader {
	border: none;
	padding: 30px 30px 15px 30px;
}

/*
body.pagealias_component_backoffice.task_operatororders .innerWidthBox,
body.pagealias_component_backoffice.task_loginaspatient .innerWidthBox,
body.pagealias_component_backoffice.task_loginasdoctor .innerWidthBox,
body.pagealias_component_backoffice.task_logos .innerWidthBox,
body.pagealias_component_backoffice.task_affiliates .innerWidthBox,
body.pagealias_component_backoffice.task_emailcenter .innerWidthBox,
body.pagealias_component_backoffice.task_coupons .innerWidthBox,
body.pagealias_component_backoffice.task_loginaspatient .innerWidthBox*/

body.pagealias_component_backoffice .innerWidthBox,
body.pagealias_component_user.task_edit .innerWidthBox,
body.pagealias_shop_account_billing .innerWidthBox,
body.pagealias_shop_account_index .innerWidthBox
{
	max-width: 98%;
}
body.pagealias_component_user.task_edit .contentHeader{
	border: none;
	padding: 30px 10px 10px 30px;
}

body.pagealias_our-services_medical-second-opinion .homeForm{
	right: calc(50% - 255px);
}
body.pagealias_our-services_medical-second-opinion #visual{
	background-image: url(../images/hero/allspec.jpg)!important;
}

.chkBoxes1 div{
	text-indent: -1.5em;
	padding-left: 1.5em;
}

.ctaBlock{
	background: #f2f2f2;
	border-bottom: solid 2px #fff;
	text-align: center;
	padding: 20px 10px;
}
.rrBlockExcerpt{
	padding-top: 15px;
}
.picDescriptionBox{
	position: absolute;
	width: calc(100% - 510px);
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(172, 210, 255, 0.8);
}
.picDescrBoxPadding{
	padding: 15% 20% 0 20%;
}
.picTitle{
	font-size: 40px;
	line-height: 1.3;
	color: #000;
}
.picDescr{
	line-height: 1.5;
	font-size: 14px;
	color: #000;
}
/* ------------------------------------- */
/* mobile */
@media screen and (max-width: 800px) {
	body, p, td, th{
		font-size:18px;
		line-height:28px;
	}

	#mainNav{
		display:none;
		height:auto;
		position:absolute;
		margin:0px;
		width:50%;
		min-width:300px;
		background: none;
		right:0px;
		z-index:99999;
		padding:0px;
		float: none;
	}
	.home #mainNav{
		height: auto;
	}
	#mainNav a,#mainNav ul{
		border-left:none!important;
		border-right:none!important;
	}
	#mainNav a{
		border-bottom:solid 1px rgba(255,255,255,0.4);
		padding-top:15px!important;
		padding-bottom:15px!important;
	}
	#mainNav ul ul,#mainNav li{
		border-top:none!important;
		border-bottom:none!important;
	}
	#mainNav>ul{
		background: none;
		text-shadow: none;
		margin:0px;
		padding:0px;
		width: auto;
		display:block;
		float:none;
		height:auto;
	}
	
	#mainNav>ul>li,#mainNav>ul>li.active,#mainNav>ul>li.current-menu-item,#mainNav>ul>li.current-menu-ancestor,#mainNav>ul>li:hover,
	#mainNav>ul>li.current-menu-ancestor:hover
	{
		width: auto;
		height: auto;
		float:none;
		padding:0px;
		margin:0px;
		border-bottom:solid 1px #fff;
		display:block;
		text-align: center;
		background:#000;
	}
	#mainNav>ul>li::last-child{
		border-bottom:none;
	}
	
	#mainNav>ul>li>a, #mainNav>ul>li>a:hover,#mainNav>ul>li:hover>a{
		font-size:18px;
		height: auto;
		line-height: 22px;
		
		display:block;
		float: none;
		width: auto;
		margin:0px;
		padding:4px 0px 4px 8px;
		text-align: left;
		color:#fff;
		font-size:13px;
	}

	#mainNav>ul>li.current-menu-item>ul,#mainNav>ul>li.current-menu-ancestor>ul{
		display:none;
	}

	#mainNav>ul>li>ul{
		display:none;
		position:static;
		height:auto;
		padding:0px;
		margin:0px;
		border:none;
	}
	#mainNav>ul>li:hover>ul{
		display: block;
		height:auto;
		border:none;
		background:inherit;
		width:auto;
		margin:0px;
		border:none;
	}
	#mainNav>ul>li>ul>li{
		display: block;
		float: none;
		height:auto;
	}
	#mainNav>ul>li>ul>li>a{
		display: block;
		float: none;
		height:auto;
		text-align:left;
		color:#fff;
		line-height:18px;
	}
	#mainNav>ul>li>ul>li>ul{
		display: block;
		float: none;
		height:auto;
		position:static;
		background:none;
		width:auto;
	}
	#mainNav>ul>li>ul>li>ul>li{
		display: block;
		float: none;
		height:auto;
		text-indent:10px;
	}
	#mainNav>ul>li>ul>li>ul>li>a{
		display: block;
		float: none;
		height:auto;
		text-align:left;
		color:#fff;
		line-height:18px;
	}

	.testimonialsBox_caption, .testimonialsBox_image, .footerBox_column1,
	.footerBox_column2, .footerBox_column3{
		width: auto;
		float: none;
		margin: auto;
		display: block;
	}
	.testimonialsBox_caption{
		padding-bottom: 50px;
	}
	.fCclogos{
		float: none;
		display: block;
		margin: 15px auto;
	}

	.footerBox_column1, .footerBox_column2, .footerBox_column3{
		width: 80%;
		border: none;
		padding: 15px 5px;
		float: none;
		clear: both;
		margin: auto;
	}
	.footerBox_column_title, .footerBox_column1_image{ display: none; }
	.footerBox_column1_text{
		font-size: 5vw;
		color: #508dd5;
		font-family: 'GothamSSm-Bold', Arial, Helvetica, 'sans-serif';
		text-align: center;
	}
	.footerBox_column1_content{
		margin-left: 0;
	}
	.navFollowBlockLinks {
		width: auto;
		float: none;
		text-align: center;
	}
	.navFollowBlock {
		width: auto;
		float: none;
		margin: auto;
	}
	.bottomAdd1 {
		border-top: none;
		padding-top: 0;
	}
	#bottomNav {
		font-size: 12px;
		position: relative;
		background: #f2f2f2;
		padding: 50px 0 0 0;
	}

	.specCustomBox a {
		width: 50%;
		padding-top: 50%;
	}
	.specCust_t1 {
		font-size: 20px;
	}
	.specCustom_caption {
		font-size: 15px;
	}
	.specCustomBox a:hover img {
		width: 94%;
		top: 3%;
		left: 3%;
	}
	.stepsBox_item {
		width: auto;
		float: none;
	}
	.userNav.guest {
		margin-right: 0;
	}
	.userNav {
		float: none;
	}



	/* Tabs */
	.formTab{
		font-size:14px;
	}

}
/* /Media Queries */


/**/

.covidMessage{
    background: #eff8ff;
    padding: 20px 40px 15px 40px;
    margin-top: 1px;
    margin-bottom: 40px;
}
.covidMessage p{
    font-size: 14px;
    text-align: left;
    padding: 0;
    margin: 0 0 10px 0;
    color: #555;
}
.covidMessage p.cov1{
    text-align: justify;
}
.covidMessage p strong{
    font-weight: bolder;
}

/**/
.innerWidthBox_with_lists ul{
	text-align: left;
	max-width: 700px;
	margin: auto;
	color: #20add5;
	font-size: 24px;
	line-height: 24px;
}
.innerWidthBox_with_lists ul li span{
	color: #414042;
	font-size: 18px;
}
@media screen and (max-width: 800px) {
	.innerWidthBox_with_lists ul{
		padding: 0 1em 0 2em;
	}
}
/**/

#vm_how_did_you_hear_about_us_div{
	white-space: normal;
	line-height: 1;
}
#vm_how_did_you_hear_about_us_div label{
	line-height: 1.2!important;
}
#fieldset_vm_additional_information legend{
	padding-left: 0;
	margin-left: 0;
	text-align: right;
	width: 100%;
}

.rrContent .redButton.nearH1{
	display: none;
}

/**/
.homeForm.homeFormWhitePaper{
	background: rgba(0,0,0,0.8);
}
.homeForm.homeFormWhitePaper .homeForm_inner{
	padding: 5% 50px;
}
.homeForm .aiContactSafe .aiContactSafe_row{
	display: flex;
	width: 100%;
}
.homeForm .aiContactSafe_contact_form_field_label_left label{
	font-weight: 400;
	font-size: 13px;
}
.homeForm .aiContactSafe_contact_form_field_label_left{
	flex-basis: 110px;
}
.homeForm .aiContactSafe_contact_form_field_right{
	flex-basis: calc(100% - 110px);
}
.homeForm #div_captcha_info{
	font-weight: 400;
	font-size: 13px;
}
.homeForm #div_captcha_new a{
	font-weight: 400;
	font-size: 12px;
	color: #fff;
}
.homeForm #div_captcha_new{
	padding-top: 5px;
}
.homeForm #div_captcha_img{
	float: left;
}
.homeForm .aiContactSafe .aiContactSafe_row{
	padding-top: 10px;
}

/* captcha */
.footerBox_column2_text #div_captcha_info{
	font-size: 12px;
	font-family: 'GothamSSm-Light', Arial, Helvetica, 'sans-serif';
}
.footerBox_column2_text #div_captcha_img{
	float: left;
}
.footerBox_column2_text #div_captcha_new{
	float: right;
	font-size: 10px;
	font-family: 'GothamSSm-Light', Arial, Helvetica, 'sans-serif';
}
.footerBox_column2_text #div_captcha_code{
	width: 200px;
	padding: 7px 0;
}
.footerBox_column2_text #div_captcha_code input{
	background: none!important;
	margin-top: 7px;
}
#footerEmailSumscribeForm div#aiContactSafeBtns {
	float: none!important;
}

/**/
.newStepRow{
	padding: 20px 20px 20px 20px;
}
@media screen and (min-width: 800px) {
	.newStepRow{
		display: flex;
		align-items: center;
	}
}
.rowOrder1{
	order: 1;
}
.rowOrder2{
	order: 2;
}
.newStepTitle{
	flex-basis: 150px;

	font-family: 'GothamSSm-Black', Arial, Helvetica, 'sans-serif';
	font-size: 30px;
	letter-spacing: 2px;
	text-align: center;
	line-height: 30px;

	margin: 0 25px 0 25px;

	padding: 20px 0 0px 0;
}
.newStepNum{
	font-size: 60px;
	line-height: 60px;
}
.newStepContent{
	flex-basis: calc(81% - 200px);
	font-family: 'GothamSSm-Light', Arial, Helvetica, 'sans-serif';
	font-size: 16px;
	text-align: justify;
}

.newStepRow1{
	color: #20add5;
}
.newStepRow2{
	/*color: #1083c7;*/
	color: #769b2e;
}
.newStepRow3{
	color: #dd6819;
}
.newStepRow2 .newStepContent{
	margin-left: auto;
	/*text-align: right;*/
}
.newStepRow4 .newStepContent{
	margin-left: auto;
	/*text-align: right;*/
}


.newStepArrowBox{
	/*width: calc(100% - 175px);*/
	width: calc(100% - 265px);
	margin-left: 50px;
	margin-right: 50px;
	border-bottom: solid 5px #20add5;
	position: relative;
}
.newStepArrowBox.newStepArrow2{
	margin-left: auto;
	/*border-bottom: solid 5px #1083c7;*/
	border-bottom: solid 5px #769b2e;
}
.newStepArrowBox.newStepArrow3{
	border-bottom: solid 5px #dd6819;
}

/*
.newStepArrow1::after,
.newStepArrow3::after {
	content: '';
	position: absolute;
	top:-12px;
	right: -14px;
	display: block;

	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #20add5;
}
.newStepArrow3::after {
	border-color: transparent transparent transparent #769b2e;
}
.newStepArrow2::after,
.newStepArrow4::after {
	content: '';
	position: absolute;
	top:-12px;
	left: -14px;
	display: block;

	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 15px 0;
	border-color: transparent #1083c7 transparent transparent;
}
.newStepArrow4::after {
	border-color: transparent transparent transparent #769b2e;
}
*/

@media screen and (max-width: 800px) {
	.newStepRow{
		align-items: flex-start;
		padding-left: 0;
		padding-right: 0;
	}

	.newStepTitle{
		flex-basis: 50px;
		margin: 0 25px 0 25px;
		padding: 0px 0 0px 0;
	}
	.newStepContent{
		flex-basis: calc(100% - 60px);
	}
	.newStepArrowBox{
		width: auto;
		margin-left: 0;
		margin-right: 0;
		position: relative;
		margin-bottom: 20px;
	}

}


.contact-location::before {
	content: url('../images/location-footer.png');
	height: 20px;
	width: 16px;
	vertical-align: middle;
	margin-right: 10px;
}

.contact-hours::before {
	content: url('../images/clock-footer.png');
	height: 20px;
	width: 20px;
	vertical-align: middle;
	margin-right: 10px;

}

.contact-phone::before {
	content: url('../images/phone-footer.png');
	height: 20px;
	width: 20px;
	vertical-align: middle;
	margin-right: 10px;

}


.lightPtext, .lightPtext p{
	font-family: 'GothamSSm-Light', Arial, Helvetica, 'sans-serif';
}
.lightPtext p{
	text-align: justify;
	margin-bottom: 15px
}

/**/
.homeListUl{
	text-align: left;
	column-count: 4;
	padding-left: calc(12% - 35px);
}
@media screen and (max-width: 800px) {
	.homeListUl{
		column-count: 2;
	}
	.homeListUl ul{
		padding-left: 1em;
	}
}
