/*
Theme Name: JCIDM
Theme URI: https://www.jcidm.com/
Author: JCIDM
Author URI: https://www.jcidm.com
Version: 2.15
License URI: https://www.jcidm.com
*/


.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

* {
    box-sizing: border-box;
}

.clearfix::after {
	content:".";
	visibility:hidden;
	display:block;
	height:0;
	line-height:0;
	clear:both
}

em {
    color: #666;	
}
hr {
    margin: 60px 0;
}
/********** HEADER **********/

a#logo {
    float: left;
    padding: 20px 0;
}
.phone {
    font-family: 'Lato', sans-serif;
    float: right;
    text-align: right;
    padding: 33px 0;
    padding-left: 28px;
}
span.desktop {
    display: block;
    font-size: 30px;
	color:#015299;
}
.number a {
    color: #013668;
    font-size: 24px;
}
.number svg {
    color: #74bc49;
}
.translator-wrap {
    float: right;
    margin-top: 30px;
    margin-left: 20px;
}
/********** SLIDESHOW **********/
li#slide1 {
    background-position: 98% 50%;
}
li#slide4 {
    background-position: 13% 50%;
}
.slide-caption-mobile-wrap p {
    margin: 0 20px 20px 20px;
}
.slide-show-wrap li {
    margin-bottom: 10px;
    font-size: 19px;
}
.home-slideshow {
    position: relative;
    border-bottom: 3px solid #8dbb51;
}
ul.uk-slideshow-items {
    height: 830px;
}
.mobile-slideshow, a.mobile-btn {
    display: none;	
}

.home-slideshow:before {
    content: '';
    width: 44px;
    height: 44px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -25px;
    right: 0;
    margin: 0 auto;
    background: #93ba53;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
    border-right: 3px solid #93ba53;
    border-left: 3px solid #93ba53;
    border-top: 3px solid #93ba53;
    border-bottom: 3px solid #93ba53;
    background: white;
}
.slide-show-wrap {
    max-width: 600px;
    margin: 25px auto 0 auto;
}
div#caption1 p {
    margin: 0 0 20px 0;
}
.slide-show-wrap svg {
    color: #8dbb51;
}
.slide-show-wrap ul {
	list-style:none;
}
.slide-caption-mobile p {
    text-align: center;
}
li#slide2 {
    background-position: 99% 50%;
}
.uk-position-small .uk-dotnav {
	padding: 40px;
}
.slide-container {
    width: 100%;
    max-width: 1280px;
    position: absolute;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    top: 110px;
	max-width:1385px;
}

.slide-title {
    font-size: 50px;
    line-height: 50px;
    color: #013668;
	text-align:center;
}

.slide-caption {
    width: 100%;
    max-width: 740px;
	margin-top: 55px;
}

.slide-caption p {
    color: #000;
    font-size: 18px;
    line-height: 30px;
    margin: 15px 0 20px 0;
	text-align:center;
}
div#caption3 {
    float: right;
}
div#caption2 {
    float: right;	
}


div#caption1 .slide-title {
    font-size: 50px;
}
a.form-btn {
    display: block;
    max-width: 225px;
    width: 100%;
    background: #85bc4f;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
	margin:0 auto;
}
.slide-title span {
    display: block;
	font-size:50px;
}
a.form-btn:hover {
	text-decoration: none;
    background: #6f9f41;	
}
.uk-slidenav {
    background: #0000003d;
    color: white;
}
.slide-container-mobile {
	max-width: 100%;
}
.slide-container-mobile p {
	text-align:center;
}
.slide-caption-mobile-wrap {
    margin: 0 auto;
	border-bottom: 3px solid #7fbc4b;
	border-top: 3px solid #7fbc4b;
	background: whitesmoke;
}
.slide-container-mobile {
    max-width: 800px;
    margin: 60px auto;
	padding:0 30px;
}
/********** WELCOME **********/

.ex-space {
    margin-top: 50px;
}
.welcome-wrap {
    padding: 60px 0;
}

.welcome-title {
    position: relative;
    text-align: center;
    font-size: 34px;
    line-height: 48px;
    color: #93ba53;
}

.welcome-title span {
    color: #013668;	
	display:block;
	font-size:44px;
}

.welcome-pic {
    float: right;
    margin: 0 0 20px 40px;
    padding: 5px;
    background: #fff;
    border: 2px solid #a2d171;
}

.welcome-text {
	max-width: 1340px;
    text-align: center;
	font-size:18px;
	margin-top: 35px;
}
img.phleft.welcome-img {
    border-radius: 50%;
    border: 5px solid #20465e;
}

.welcome-img {
    float: right;
	margin-left:20px;
}
.welcome-img-border {
	border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 5px;
    background: white;
	box-shadow: 5px 2px 10px 0px #888888;
}
.dr-name-welcome {
	 border-radius: 50%;
    display: block;
    color: #000;
    font-size: 20px;
}

.form-wrap {
    background: whitesmoke;
    padding: 25px 15px;
    max-width: 450px;
    border: 3px solid #177daa;
    margin-left: 20px;
    border-radius: 5px;
}
.form-title {
    font-size: 30px;
    color: #0f3868;
    font-weight: bold;
	display:block;
	text-align:center;
	line-height:35px;
}
.form-wrap p {
    font-size: 15px;
}
span.form-sub {
    text-align: center;
    display: block;
    padding-bottom: 10px;
}
/********* INSURANCE LOGOS *********/

.logo-wrap {
    padding: 40px 0;
    position: relative;
    background: #fff;
    border-top: 1px solid #c3c3c3;
    border-bottom: solid;
}

.logo-title {

    display: block;
    margin: 0 auto;
    width: auto;
    overflow: hidden;
    text-align: center;
    font-size: 42px;
    color: #000;
    line-height: 1;
    padding: 0 0 14px 0;
    margin: 0 0 15px 0;
	font-weight: 600;
}

.logo-wrap img {
    display: block;
    margin: 0 auto;
	box-shadow: 21px 4px 16px #DFDFDF;
}

.logo-wrap .uk-slidenav {
    margin-top: 35px;
}

/********** AUTO INJURY **********/

.auto-wrap {
    padding-top: 120px;
}
.list-wrap {
    text-align: left;
    max-width: 450px;
    margin: 0 auto;
}
img.auto-img {
    border-radius: 5px;
	margin-top:25px;
	box-shadow: 10px 5px 5px #c7c7c7;
	padding: 8px;
    border: 1px solid #ececec;
}
.list-wrap i {
    color: #83bd49;
}
.doubleul {
    margin-right: 30px;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
}
.doubleul2 {
    float: left;
    margin-top: 0;
}
.list-wrap li {
    list-style: none;
}
.list-wrap svg {
    color: #77ad3f;
}
.auto-handle {
    padding: 70px 0;
	border-bottom: 2px solid #d7d7d7;
	border-top: 2px solid #d7d7d7;	
}
span.auto-title {
    color: #000;
    text-align: center;
    display: block;
    font-family: Dancing Script, sans-serif;
    font-size: 60px;
}

.city-bottom {
    margin:0;
	text-align:center;
}

/********** CONSULT WRAP ***************/

.consult-wrap {
    color: #fff;
    padding: 60px 0 0 0;
	background-position: 50% -15%;
}

.consult-cta-wrapper {
    max-width: 1500px;
}
.consult-title2 {
    color: #fff;
    font-size: 39px;
    font-weight: 700;
}
.consult-cta {
    text-align: center;
	font-size: 34px;
	line-height: 70px;
}

.consult-cta span{
    display: block;
    font-size: 48px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}

.consultation-wrapper {
    margin-top: 20px;
    padding: 30px 30px 60px 30px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c2929+0,2c2929+100&0.3+0,0.3+100 */
	background: -moz-linear-gradient(left,  rgba(44,41,41,0.3) 0%, rgba(44,41,41,0.3) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(44,41,41,0.3) 0%,rgba(44,41,41,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(44,41,41,0.3) 0%,rgba(44,41,41,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d2c2929', endColorstr='#4d2c2929',GradientType=1 ); /* IE6-9 */
    border-radius: 30px 30px 0 0;
}

.consult-title {
    position: relative;
    font-size: 26px;
	font-weight: 300;
    color: #fff;
    padding-bottom: 14px;
}

.consult-title:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 96px;
    height: 8px;
    background: #8dbb51;
}

.consult-title2 span{
    font-weight: 400;
	display:block;
}

.consultation-wrapper p {
    color: #fff;
    font-size: 21px;
	margin: 10px 0 0 0;
}



a.consult-btn {
	float: right;
    width: 100%;
    max-width: 340px;	
    position: relative;
    display: block;
    background: #f5a749;
    color: black;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    line-height: 60px;
    border-radius: 50px;
    font-size: 19px;
    text-align: center;
    font-weight: 600;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
	margin-top:10px;
}

a.consult-btn svg {
    font-size: 26px;
    vertical-align: -6px;
    margin-right: 6px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a.consult-btn:hover svg {
	margin-right: 9px;
}

a.consult-btn:hover {
    background: #d49242;
	text-decoration: none;
}
.fp-btn div {
    text-align: center;
    max-width: 378px;
    margin: 25px auto;
    padding: 20px;
    background: #93f44b;
    color: black;
    font-weight: bold;
    font-size: 20px;
    border-radius: 50px;
	text-transform:uppercase;
}
a.fp-btn:hover {
	text-decoration:none;
	
}
.fp-btn div:hover {
	background: #239547;
}

/********** LINKBOXES **********/
.featured-wrap {
	padding:60px 0;
	border-top: 3px solid #8dbb51;
}
.linkbox-wrap {
    padding: 50px 0;
}

.linkbox-wrap .uk-container {
    max-width: 1500px;
}

.linkbox-main {
    font-family: 'Lato', sans-serif;		
    text-align: center;
    color: #013668;
    font-size: 44px;
    line-height: 53px;
	margin-bottom: 40px;
	font-weight: 400;
}

img.home-right, img.home-left {
    box-shadow: 5px 2px 10px 0px #888888;
    border: 1px solid white;
    border-radius: 5px;
	margin-top:70px;
}



.linkbox-main span:after {
	left: auto;
	right: -156px;
}

.linkbox-sub {
    font-family: 'Lato', sans-serif;		
    text-align: center;
    color: black;
    margin-bottom: 30px;
    font-size: 19px;
	font-weight: 400;
	max-width: 800px;
    margin: 0 auto 40px auto;
}

.image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
	max-width: 374px;
	border: 1px solid #ebebeb;
	margin:10px auto;
	box-shadow: 5px 2px 10px 0px #888888;
}

.image-wrapper img {
    -webkit-transition: transform .35s;
    -moz-transition: transform .35s;
    -o-transition: transform .35s;
    -ms-transition: transform .35s;
    transition: transform .35s;	
}

.image-wrapper:hover img {
    transform: scale(1.15);
}

.image-wrapper span {
    font-family: 'Lato', sans-serif;		
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #064475;
	color: #fff;
    padding: 6px 5px;
	font-weight: 400;
    font-size: 24px;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.image-wrapper:hover span {
    opacity:75%;	
}

.image-wrapper span svg {
    color: #85bc4f;
    margin-left: 4px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;		
}

.image-wrapper:hover span svg {
    margin-left: 7px;
	
}
/********** BLOG ****************/
.blog-thumb {
    max-width: 400px;
    float: left;
    margin: 20px 20px 20px 0;
}
.blog-title {
    font-size: 30px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 4px;
    color: #013668;
    font-family: 'Lato', sans-serif;
}
a.btn-more {
    font-size: 20px;
    float: right;
    color: #7db943;
    text-decoration: underline;
}
a.btn-more:hover {
	opacity:75%;
}
/********** REVIEWS HOME **********/

.review-wrap {
    position: relative;
    padding: 70px 0;
}

/*
.review-wrap .uk-container {
    max-width: 100%;
    width: 860px;
}
*/

.review-sub {
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 21px;
    line-height: 30px;
	margin-bottom: 10px;
}

.review-title {
    display: block;
    position: relative;
    color: #ffffff;
    font-size: 36px;
    line-height: 49px;
    font-weight: 400;
    margin: 0 auto 20px auto;
}

.review-title span {
	font-weight: 600;
}

.review-slider {
    font-size: 18px;
    line-height: 31px;
    font-style: italic;
    margin: 0 auto;
    padding: 0 40px;
	max-width:1000px;
}

.review-slider cite {
    font-style: normal;
    margin-top: 15px;
    display: block;
}

a.review-btn {
    display: block;
    max-width: 360px;
    background: #7bbc4d;
    color: #fff;
    padding: 13px 5px;
    font-size: 15px;
    border-radius: 30px;
    margin: 45px auto 0 auto;
    font-weight: 600;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a.review-btn span {
    margin-left: 4px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;	
}

a.review-btn:hover svg {
	margin-left: 8px;
}

a.review-btn:hover {
    background: #669f3e;
    text-decoration: none;
}

/********** TESTIMONIALS **********/

.rev1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 0 5px;
    position: relative;
    color: #565454;
    text-align: center;
}

.rev2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
}

.rev3 {
    text-align: center;
    font-style: italic;
    font-size: 18px;
}

.rev4 {
	font-weight: 500;
	font-size: 26px;
    text-align: center;	
}
.page-id-6 h1.entry-title {
	display:none;
}
.page-id-734 h1 {
   display:none;
}

.page-id-1778 h1 {
    display: none;
}

.page-id-1778 .rev1 {
	margin-top: 35px;
    margin-bottom: 30px;
}

.stars {
    margin-bottom: 7px;
}

blockquote.review2 {
    border: 1px solid #e6e6e6;
    border-left:4px solid #7BBC4D;
    padding: 20px;
    background: whitesmoke;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 10px 6px -6px #0000001c;
    -moz-box-shadow: 0 10px 6px -6px #0000001c;
    box-shadow: 0 10px 6px -6px #0000001c;
}

blockquote.review2 p {
    font-size: 19px;
}

blockquote.review2 cite {
    font-weight: 400;
    font-style: normal;
}

.stars {
    font-size: 18px;
}

.stars svg {
    color: #f1cc06;	
    margin-right: 4px;
}

.review-title2 {
    color: #000000;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 4px;
}

a.review-us {
    max-width: 305px;
    width: 100%;
background: rgb(81,125,180);
background: linear-gradient(180deg, rgba(81,125,180,1) 0%, rgba(19,85,166,1) 57%);
    color: #fff;
    border-radius: 4px;
    padding: 12px 10px;
    margin: 20px auto 25px auto;
    display: block;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

a.review-us:hover {
	text-decoration: none;
	background: #3e73e0;
}

/********** FAQs ********/

a.uk-accordion-title {
    background: #385a98;
    color: white;
    padding: 10px;
    border-radius: 50px;
	background: #015299;
}
a.uk-accordion-title:hover {
	background:#363531;
}
a.uk-accordion-title:hover {
    color: #dddddd;
}
.uk-accordion-title:focus, .uk-accordion-title:hover {
	color:white;
}
a.learn-more {
    display: block;
    background: #6B1225;
    color: white;
    text-align: center;
    min-width: 140px;
    border-radius: 25px;
    margin-top: 20px;
    float: right;
	padding:10px;
}
a.learn-more:hover {
    background: #363531;
    text-decoration: none;
}

/********** INTERNAL VIDEO	 **********/

.vright {
    max-width: 400px;
    float: right;
margin: 5px 0 20px 20px;
}
.video-wrapper {
    margin: -19px auto;
    display: block;
    max-width: 550px;
    font-size: 22px;
    background: whitesmoke;
    padding: 6px;
    text-align: center;
    color: white;
}

/********** SIDEBAR **********/

.doc-wrap {
    background: whitesmoke;
    border: 1px solid #d6d6d6;
    padding: 18px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    margin: 0 auto 20px auto;
}

.sidebar-title {
    position: relative;
    color: #145A7F;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #2C7CB5;
	text-align:center;
}

.sidebar-title span {
    display: block;
    font-style: normal;
    font-size: 18px;
    font-weight: 600;
}
.experts-wrap {
    border: 1px solid #d6d6d6;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    margin: 0 auto 20px auto;
	background: rgb(24, 127, 172);
    background: -moz-linear-gradient(top, rgba(24, 127, 172, 1) 8.33%, rgba(0, 50, 101, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(24, 127, 172, 1) 8.33%, rgba(0, 50, 101, 1) 100%);
    background: linear-gradient(to bottom, rgba(24, 127, 172, 1) 8.33%, rgba(0, 50, 101, 1) 100%);
	border-radius:5px;
}
.experts-title {
    position: relative;
    color: #ffffff;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: center;
}
.experts-title span {
    display: block;
    font-size: 20px;
}
img.dr-pic {
    display: block;
    margin: 0 auto;
    border: 1px solid #e2e2e2;
}

.doc-wrap p {
    font-size: 18px;
    font-style: italic;
}

.doc-name {
    font-weight: 400;
    font-size: 19px;
    border-left: 2px solid #2C7CB5;
    padding-left: 10px;
}

.doc-phone {
    text-align: center;
    margin-top: 10px;
    font-size: 21px;
    line-height: 33px;
    color: #f50000;
    font-style: normal;
    font-weight: 400;
}

.doc-phone span {
    display: block;
    font-weight: 600;
    font-size: 28px;
}

a.question-btn, a.appointment-btn {
    display: block;
    margin: 20px auto 20px auto;
    background: #0e3865;
    color: #fff;
    max-width: 330px;
    text-align: center;
    padding: 10px 10px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.question-btn span, a.appointment-btn span {
    display: block;
    font-weight: 400;
    font-size: 21px;
    font-style: italic;
}

a.question-btn:hover {
    background: #175394;
}

a.appointment-btn {
    font-size: 21px;
    background: #8dbb51;	
}

a.appointment-btn:hover {
    background: #759441;
}



/********** CONTACT US PAGE **********/

.contact-title {
    text-align: center;
    font-size: 43px;
    font-weight: 600;
    color: #000;
}

.contact-sub {
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
}

.contact-wrap {
    margin-bottom: 50px;
}

.contact-info {
	text-align: center;
}

.contact-info svg {
    font-size: 50px;
    color: #85bc4f;
    margin-bottom: 14px;
}

.ctitle {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.contact-info p {
    text-align: center;
    font-size: 15px;
}

.contact-info p a {
    display: block;
    word-break: break-all;
}

.contact-form p {
	margin: 0;
}

.contact-form .kk-input, .contact-form .kk-textarea {
    padding: 14px 15px;
    border: 1px solid #e2e1e1;
    border-left: 4px solid #0d3666;	
    background: #efefef;
    width: 100%;
	font-size: 16px;
}

.contact-form .kk-textarea {
	height: 175px;
}

.googlemap {
    position: relative;
    padding: 0;
    height: 100%;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
    border: 3px solid #e2e1e1;	
}

.googlemap iframe {
    width: 100%;
    height: 100%;
    z-index: 1;
    border: none;
}
.contact-info p {
	font-size:20px;
}

/********** SCHEDULE APPOINTMENT **********/

.schedule-form {
    max-width: 800px;
    margin: 0 auto;
}

p.schedule-title {
    font-weight: 600;
    color: #1283b9;
    max-width: 800px;	
	font-size: 18px;
	text-align: center;
	margin: 0 auto 20px auto;
}

.schedule-form label {
    font-size: 18px;
	color: #000;
}

.schedule-form .kk-input, .schedule-form .kk-textarea {
    background: whitesmoke;
    border: 1px solid #dedede;
    padding: 7px 10px;
    height: 45px;
}

.schedule-form .kk-textarea {
	height: 130px
}

.kk-select-wrap select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}



/********** INTERIOR FEATURED **********/

.featured-interior {
	position: relative;
    padding: 4px;
    margin: 0 0 20px 0;
    background: whitesmoke;
    border: 1px solid #d5e0e5;
    -webkit-box-shadow: 0 10px 6px -6px #0000001c;
    -moz-box-shadow: 0 10px 6px -6px #0000001c;
    box-shadow: 0 10px 6px -6px #0000001c;
}

a.form-btn-interior {
    position: absolute;
    bottom: 20px;
    right: 20px;
    max-width: 260px;
    width: 100%;
    background:#85bc4f;
    color: #fff;
    border-radius: 4px;
    padding: 12px 10px;
    display: block;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a.form-btn-interior svg {
    font-size: 17px;
    font-weight: 400;
	margin-right: 4px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;	
}

a.form-btn-interior:hover {
    color: #fff;
    background: #6e9c42;
    text-decoration: none;	
}

a.form-btn-interior:hover svg {
    margin-right: 7px;	
}

.screen-reader-response {
    text-align: center;
    margin-bottom: 10px;
}



/********** REVIEWS PAGE **********/

.review-wrap2 {
	display:block;
	margin:25px 0 40px 0;
	width:100%;
	height:auto;
	position:relative;
	padding:50px 20px 15px;
	border:1px solid #e1e1e1;
	background:#fff;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	float:left;
}

.review-wrap2:nth-of-type(odd){
	clear:both;
}

.review-wrap2:nth-of-type(even){
	margin-right:0;
}
.show-on-mobile {
		display:none;
	}
.review-icon{
	margin:0 auto;
	width:96px;
	height:96px;
	padding:10px;
	display:block;
	background:#0167c1;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	position:absolute;
	top:-48px;
	left:0;
	right:0;
	border:8px solid #fff;
	color:#fff;
	font-size:44px;
	line-height:62px;
	text-align:center;
}

.entry-content .review-wrap2 .stars p{
	margin-bottom:15px;
	padding-bottom:0;
	color:#ecb624;
	font-size:18px;	
}

.stars i {
    margin-right: 4px;
}

.stars i:last-child {
    margin-right: 0;
}

.entry-content .review-wrap2  p.review-from{
	position:relative;
	font-size:16px;
	line-height:22px;
	font-weight:700;
	text-align:right;
	display:block;
	color:#000;
	margin:0 0 20px;
	padding:0;
}

.entry-content .review-wrap2  p.review-from::before{
	content:'- '
}

.entry-content .review-wrap2 .the-review{
	margin-bottom:20px;
}

.entry-content .review-wrap2 .the-review p {
	text-align: left;
}

.entry-content .review-wrap2 p.review-from {
    position: relative;
    font-size: 23px;
    line-height: 22px;
    text-align: right;
    display: block;
    color: #000;
    margin: 0 0 20px;
    padding: 0;
    font-weight: 300;
}

.page-id-734 .entry-content {
    padding-top: 0px;
}

a.cont-sch {
    background: #7bbc4d;
    padding: 15px;
    color: white;
    border-radius: 5px;
    margin-right: 10px;
}
a.cont-sch:hover {
	text-decoration:none;
	background:#6da744;
}
a.cont-sch.read-more {
    background: #013668;
}
a.cont-sch.read-more:hover {
    background: #074e91;
}
.footer-cta-wrap {
    padding: 70px 0;
    text-align: center;
    font-size:34px;
    background: whitesmoke;
    color: #043f71;
	border-bottom:4px solid #013668;
	border-top: 4px solid #013668;
}
.map-wrap iframe {
    width: 100%;
	height:250px;
}
/********** FOOTER **********/

footer {
    padding: 50px 0;
    color: #fff;
    background: rgb(24, 127, 172);
    background: -moz-linear-gradient(top, rgba(24, 127, 172, 1) 8.33%, rgba(0, 50, 101, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(24, 127, 172, 1) 8.33%, rgba(0, 50, 101, 1) 100%);
    background: linear-gradient(to bottom, rgba(24, 127, 172, 1) 8.33%, rgba(0, 50, 101, 1) 100%);
}

.footer-title {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 10px;
}

.footer-info {
    line-height: 25px;
    width: 360px;
}

.footer-info span.block {
    display: block;
    max-width: 245px;
}

.footer-info span {
    font-weight: 600;
}

.footer-info i {
    width: 20px;
}

.footer-info a {
	color: #fff;
}

.business-hours {
    max-width: 402px;
    margin: 0 auto;	
    line-height: 32px;
	margin-left: 70px;
}

.business-hours span {
    display: inline-block;
}

.footer-soc {
    float: right;
    text-align: right;
}

.footer-soc a {
    color: #fff;
    margin-left: 15px;
    width: 40px;
    height: 40px;
	line-height: 40px;
    border: 1px solid white;
    border-radius: 50%;
    display: block;
    float: left;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;	
}

.footer-soc a:hover {
    opacity: .75;
}

.footer-soc a i{
    font-size: 21px;
}

a#seo {
    display: block;
    float: right;
    clear: right;
    margin-top: 114px;
	max-width: 190px;
}

a#seo:hover img {
	opacity: .85;
}

.copyright-footer {
    padding: 18px 0 10px 0;
    text-align: center;
    background: #013668;
    color: #fff;
    font-size: 14px;
}
.footer-cta-wrap a {
    color: #0f3868;
}
.footer-cta-wrap a:hover {
	text-decoration:none;
	opacity:75%;
}
@media screen and (max-width:1450px){	
	div#caption3, div#caption2, div#caption1, div#caption4 {
		float: none;
        margin: 0 auto;
        background: #ffffff8f;
        padding: 20px;
        border-radius: 20px;
        margin-top: 145px;
	}
}

@media screen and (max-width:1174px){	
	.menu > li > a {
		padding:0px 11px;
	}
}
@media screen and (max-width:1120px){
	.consult-cta span {
		font-size: 40px;
		margin-bottom: 10px;
	}
	.consult-cta {
		line-height: 40px;
		font-size: 24px;
	}
	.footer-cta-wrap {
		font-size: 30px;
	}
}
@media screen and (max-width:1097px){	
	.menu > li > a {
		font-size:15px;
	}
}
@media screen and (max-width:1075px){	
	.home-slideshow {
		display:none;
	}
	.mobile-slideshow {
		display:block;
	}
}
@media screen and (max-width:1000px){	
	.menu > li > a {
		padding: 0px 9px;
	}
}

@media screen and (max-width:959px){	
	a#logo {
    margin: 0 auto;
    display: block;
    max-width: 200px;
	float:none;
	}
	.phone-tran-handle {
    max-width: 450px;
    margin: 0 auto!important;
	}
	.phone {
		padding:0 0 20px 20px;
	}
	.translator-wrap {
		padding:0 0 20px 20px;
		margin-top:0;
		margin-bottom:20px;
	}
	img.home-right, img.home-left {
		margin:0 auto;
		display:block;
		max-width:250px;
	}
	.home-title {
		text-align: center;
	}
	a.cont-sch {
		display: block;
		text-align: center;
		margin-top: 10px;
	}
	footer {
		text-align: center;
		display: block;
	}
	.footer-info span.block {
		max-width:100%;
	}
	.footer-info {
		margin: 0 auto;
	}
	.business-hours {
		margin:0 auto;
	}
	a#seo {
		margin:10px auto;
		float:none;
	}
}
@media screen and (max-width:800px){
	.blog-thumb {
		float:none;
		margin:0 auto;
		display:block;
	}
	.blog-title {
		text-align:center;
	}
	a.btn-more {
		float: none;
		text-align: center;
		display: block;
	}
}
@media screen and (max-width:790px){
	.vright {
		margin:20px auto;
		display:block;
		float:none;
	}
}
@media screen and (max-width:775px){
	.cta-handle {
		display: block;
	}
	.cta-handle div {
		width: 100%;
	}
	.consult-title {
		text-align:center;
	}
	.consult-title:after {
		display:none;
	}
	.consultation-wrapper {
		text-align:center;
	}
	.consultation-wrapper p {
		margin-bottom: 20px;
	}
}
@media screen and (max-width:639px){
	.welcome-wrap {
		padding: 10px 0;
	}
	.form-wrap {
		 margin: 0 auto;
	}
	.featured-wrap {
		border-top:0;
		padding: 30px 0;
	}
	.linkbox-main {
		margin-bottom: 20px;
	}
	.phright, .phleft {
		float:none;
		margin:20px auto;
	}
}
@media screen and (max-width:560px){	
	.slide-title {
		  font-size: 40px;
	}
	.slide-title span {
		 font-size: 40px;
	}
}
@media screen and (max-width:560px){	
	.welcome-title span {
		 font-size: 40px;
	}
}
@media screen and (max-width:500px){
	a.form-btn-interior {
		position: static;
	}
	a.form-btn-interior {
		max-width:100%;
	}
}
@media screen and (max-width:375px){	
	.phone {
		display: block;
        text-align: center;
        float: none;
	}
	.slide-show-wrap {
		 max-width: 330px;
	}
	span.desktop {
		display: none;
	}
	.translator-wrap {
		margin: 0 auto;
		display: block;
		max-width: 200px;
		float: none;
	}
	
	.slide-title {
		 font-size: 30px;
		margin-top:20px;
	}
	.slide-show-wrap {
		 margin: 16px auto 0 auto;
		
	}
	.slide-show-wrap li {
		font-size: 18px;
	}
	.slide-title span {
		  font-size: 30px;
	}
	.welcome-wrap {
		padding:0;
	}
	.form-title {
		font-size: 26px;
	}
	.linkbox-main {
		 font-size: 33px;
	}
	.welcome-title span {
		 font-size: 33px;
	}
	.consult-cta span {
		font-size: 33px;
	}
	.consult-cta {
		font-size: 26px;
	}
	hr {
		margin:10px 0 30px 0;
	}
	.footer-cta-wrap {
		font-size: 26px;
		padding: 40px 0;
	}
	.hide-on-mobile {
		display:none;
	}
	.show-on-mobile {
		display:block;
	}
	a.form-btn {
		max-width:100%;
		border-radius:0;
	}
	.slide-container-mobile {
		margin:0;
		padding:0;
	}
}