body {
    margin: 0;
    padding: 0;
    font-family: 'fira_sansbold', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #000;
}

p {
}

a img {
    border: 0
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

a:hover img {
    opacity: 0.8;
}

a {
    color: #df0000;
    text-decoration: none;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

a:hover {
    color: #cc8d49;
    cursor: pointer;
}

h1,h2,h3,h4,h5 {
    font-family: 'fira_sansheavy_italic';
    font-weight: normal;
    text-transform: uppercase;
    color: #1c4385;
}

h1 {
    font-size: 46px;
    line-height: 1;
}


h3 {
    font-family: 'yellowtailregular';
}

strong {
    font-family: 'fira_sansbold';
    font-weight: normal;
}

.sub-title {
    font-family: 'fira_sansextrabold_italic';
    color: #1c4385;
    text-transform: uppercase;
}


.bg-page-title {
    font-family: 'yellowtailregular';
    text-transform: capitalize;
    font-size: 141px;
    color: #fff;
    display: block;
    width: 100%;
    position: absolute;
    top: 54px;
    left: -80px;
    pointer-events: none;
}

.bg-page-title p {
    opacity: 0.3 !important;
}

h1 strong {
    font-family: 'yellowtailregular';
    text-transform: capitalize;
    font-size: 38px;
    color: #df0000;
}

i.icon {
    background: #c37124;
    color: #fff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

i.icon:hover {
    opacity: 0.8;
}

i.icon.mobile {
    font-size: 34px;
}


a.btn {
    display: block;
    width: auto;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    background: transparent;
    border: 2px #c37124 solid;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

a.btn:hover {
    cursor: pointer;
}


a.red-btn {
    background: rgb(223,0,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(223,0,0,1) 0%, rgba(145,3,3,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(223,0,0,1)), color-stop(100%,rgba(145,3,3,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(223,0,0,1) 0%,rgba(145,3,3,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(223,0,0,1) 0%,rgba(145,3,3,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(223,0,0,1) 0%,rgba(145,3,3,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(223,0,0,1) 0%,rgba(145,3,3,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df0000', endColorstr='#910303',GradientType=0 ); /* IE6-9 */
    border-radius: 25px;
    color: #fff;
    display: block;
    font-family: "fira_sansheavy";
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-top: 6px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    margin: 20px auto;
    width: 240px;
}

a:hover.red-btn {
    opacity: 0.8;
}



input, textarea, select  {
    outline: none;
    width: 160px;
    height: 40px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    font-family: 'fira_sanslight', sans-serif;
    color: #494949;
    line-height: 23px;
    font-size: 16px;
    border: 5px rgba(103,103,103,0.5) solid;
    margin: 4px 0;
    padding: 0 16px;
}

select {
  -webkit-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;	
}

textarea {
    width: 240px;
    height: 96px;
    resize: none;
    line-height: 40px;
}

select {
    height: 50px;
    width: 200px;
    line-height: 23px;
    background: #fff url(../images/form-arrow.png) 92% 50% no-repeat;
}

option {
}

::-webkit-input-placeholder {
    font-family: 'fira_sanslight', sans-serif;
    color: #494949;
    line-height: 23px;
    font-size: 16px;
    opacity: 1;
}

.linefix ::-webkit-input-placeholder {
    line-height: 40px !important;
}

:-moz-placeholder { /* Firefox 18- */
    font-family: 'fira_sanslight', sans-serif;
    color: #494949;
    line-height: 40px;
    font-size: 16px;
    opacity: 1;
}

::-moz-placeholder {  /* Firefox 19+ */
    font-family: 'fira_sanslight', sans-serif;
    color: #494949;
    line-height: 40px;
    font-size: 16px;
    opacity: 1;
}

:-ms-input-placeholder {  
    font-family: 'fira_sanslight', sans-serif;
    color: #494949;
    line-height: 23px;
    font-size: 16px;
    opacity: 1;
}





input[type=submit] {
}

input[type=submit]:hover {
}

input[type=submit].submit {
    color: #fff;
    display: block;
    font-family: 'fira_sansheavy';
    background: #df0000;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 50px;
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin-top: 6px;
    z-index: 3;
    position: relative;
    text-align: center;
    border: none;
}

input[type=submit].submit-home {
  -webkit-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;		background: none repeat scroll 0 0 #df0000;
    border: medium none;
    border-radius: 25px;
    color: #fff;
    display: block;
    font-family: "fira_sansheavy";
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    margin-left: 656px;
    margin-top: 6px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 275px;
    z-index: 3;
    -webkit-transition: all 0.25s ease;  
    -moz-transition: all 0.25s ease;  
    -o-transition: all 0.25s ease;  
    transition: all 0.25s ease;  
}

input[type=submit]:hover.submit-home {
    background: #1c4385;
    cursor: pointer;
}


a.submit {
    color: #fff;
    display: block;
    font-family: 'fira_sansheavy';
    background: #df0000;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 50px;
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin-top: 6px;
    z-index: 3;
    position: relative;
    text-align: center;
}
   
.submit-testimonial  {
   background: none repeat scroll 0 0 #b3b3b3;
    border: medium none;
    border-radius: 25px;
    color: #fff;
    display: block;
    font-family: "fira_sansheavy";
    font-size: 21px;
    height: 50px;
    margin: 20px auto;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
    z-index: 3;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
        }
   
 .submit-testimonial:hover  {
   background: none repeat scroll 0 0 #df0000;
}  

#contact-section a.submit {
    width: 274px;
    margin-left: 658px;
}


a:hover.submit {
    background: #1c4385;
}

.nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;     
    display: -moz-box;        
    display: -ms-flexbox;     
    display: -webkit-flex;    
    display: flex;
}

.nav ul > li {
    display: inline-block;  
    text-align: center;
    font-family: 'fira_sansheavy';
    font-size: 20px;
    margin-top: 4px;
    line-height: 1;
    text-transform: uppercase;
    -webkit-box-flex: auto;      
    -moz-box-flex: auto;        
    -webkit-flex: auto;         
    -ms-flex: auto;             
    flex: auto;                
    flex:auto;
}

.nav ul > li + li {
    background: url(../images/menu-border.jpg) 0 50% no-repeat;
}

.nav a {
    display: block;
    color: #fff;
    padding: 7px 8px;   
    background: transparent;
    margin: 0 22px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

.nav a:hover {
    color: #1c4385;
    background: #fff;
    margin: 0 22px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

.nav a.current-menu-item {
    color: #53a3f1 ;
    cursor: pointer;
}


.container {
    width: 1000px;
    margin: 0 auto;
}

.relative {
    position: relative;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

#header {
    height: 107px;
    width: 100%;
    background: #fff;
}

#logo {
    height: 107px;
    width: 320px;
    float: left;
}

#logo img {
    padding-top: 10px;
}

#logo img:hover {
}

#header-right {
    width: 600px;
    float: right;
    text-align: right;
    padding-top: 16px;
}

.bold-red {
    font-family: 'fira_sansultra_italic';
    color: #df0000;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1;
}

.italic-lightblue {
    font-family: 'fira_sanssemibold_italic';
    font-size: 21px;
    color: #2583dc;
    text-transform: uppercase;
    line-height: 1;
}

i.mobile {
    font-size: 32px;
    margin-right: 6px;
    line-height: 1;
    color: #cf8f4c;
}

.phone-number {
    font-family: 'fira_sansultra';
    color: #1c4385;
    font-size: 34px;
    line-height: 1;
}

#menu-bar {
    height: 42px;
    width: 100%;
    background: rgb(38,134,224); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(38,134,224,1) 0%, rgba(28,67,133,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(38,134,224,1)), color-stop(100%,rgba(28,67,133,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(38,134,224,1) 0%,rgba(28,67,133,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(38,134,224,1) 0%, rgba(28,67,133,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(38,134,224,1) 0%,rgba(28,67,133,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(38,134,224,1) 0%,rgba(28,67,133,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2686e0', endColorstr='#1c4385',GradientType=0 ); /* IE6-9 */
}

#slider {
    height: 630px;
    width: 100%;
    background: url(../images/slider.jpg) top center no-repeat;
    position: relative;
}


#layerslider-container {
	position: absolute;
	width: 100%;
	height: 617px;
	top: 0;
}






#form {
    text-align: center;
    width: 508px;
    padding-top: 6px;
    position: relative;
    z-index: 2;
}

#form h1 {
    color: #fff;
	text-shadow: 0px 0px 8px rgba(150, 150, 150, 1);
}

#form h3 {
    font-size: 47px;
    line-height: 12px;
    color: #796653;
    text-transform: none;
    margin-bottom: 28px;
}

#form p {
    margin-bottom: 6px;
}

#form form {
    width: 460px;
    background: rgba(256,256,256,0.5);
    border: 4px #fff solid;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 295px;
    padding: 10px 20px;
}

.or-align {
    line-height: 60px;
}


#map {
    position: absolute;
    top: 290px;
    margin-left: -120px;
    z-index: 2;
}



#content-slider {
    width: 932px;
    margin: 0 auto;
    background: rgba(256,256,256,0.7);
    border: 4px #fff solid;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 10px 30px;
    position: relative;
}

#content-slider i.slider-nav {
    font-size: 42px;
}

a i.slider-nav {
    color: #1c4385;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

a:hover i.slider-nav {
    opacity: 0.7;
}


#panelsWrap {
    height: auto;
}


#content-slider-nav {
    padding-top: 20px;
    height: 76px;
    z-index: 3;
    position: relative;
    
}

#panels {
    top:0;
    width: 100%;
    margin-top: -96px;
}




#panels h1 {
    font-size: 38px;
    text-align: center;
    line-height: 1;
    padding-top: 16px;
}

#panels h3 {
    color: #df0000;
    text-align: center;
    font-size: 43px;
    line-height: 12px;
    text-transform: none;
    border-bottom: 1px #df0000 solid;
    padding-bottom: 30px;
    margin-bottom: 16px;
}

#panels p {
    padding: 10px 0;
}



.panel {
    display: none;
}


.panel.active {
    display: block;
    height: auto;
}


#content {
    width: 100%;
    background: url(../images/clouds.jpg) top center no-repeat;
    background-attachment: fixed;    
    padding-top: 60px;
}

#seniors-bg {
    width: 100%;
    height: 100%;
    background: url(../images/seniors.png) bottom center no-repeat;
    display: block;
}

#contact-section {
    margin-top: 40px;
    position: inherit;
}

#contact-section form {
    border-top: 1px #df0000 solid;
    padding-top: 20px;
}


.contact-title {
    font-family: 'fira_sansextrabold_italic';
    text-transform: uppercase;
    color: #1c4385;
    font-size: 30px;
}

#contact-section input {
    margin-right: 12px;
}


#form-icon {
    text-align: center;
    margin-top: -60px;
    position: relative;
}

#bottom-content {
    min-height: 480px;
}



#care-options {
    width: 500px;
    float: right;
    padding-top: 10px;
}

#care-options h1 {
    font-size: 38px;
    text-align: center;
    line-height: 1;
    padding-top: 16px;
}

#care-options h3 {
    color: #df0000;
    text-align: center;
    font-size: 35px;
    line-height: 12px;
    text-transform: none;
    border-bottom: 1px red solid;
    padding-bottom: 20px;
}


#care-options ul {
    list-style: none;
    padding: 10px 0;
}

#care-options li {
    font-size: 22px;
    line-height: 60px;
    display: inline-block;
    width: 246px;
}

#care-options li::before {
    content: "· ";
    color: #df0000;
    font-family: 'fira_sansultra';
    font-weight: bolder;
}



#bottom-menu-bar {
    background: #1c4385 ;
    height: 42px;
    width: 100%;
}

#footer {
    width: 100%;
    background: #fff;
    text-align: center;
    color: #999999;
    font-size: 12px;
}
 
.footer-logo {
    padding: 30px 0;
}

.copyright {
    padding: 20px 0 ;
}


i.icon {
    background: url(../images/social-bg.png) 50% 75% no-repeat;
    color: #1c4385;
    height: 45px;
    width: 30px;
}

i.icon:hover {
    background: url(../images/social-bg.png) 50% 100% no-repeat;
    opacity: 1;
}






#page-title-section {
    position: relative;
    height: 110px;
}

#page-title-section img {
    position: absolute;
    top: 10px;
    left: -70px;
}

#page-title-section h1 {
    color: white;
    font-family: 'fira_sansultra';
    line-height: 32px;
    top: 78px;
    position: relative;
}



#content.interior-page {
    padding-top: 0;
}
 


#content.interior-page h2 {
    background: url("../images/h2-logo.png") no-repeat scroll left center, 
    linear-gradient(to bottom, rgba(28, 117, 188, 1) 0%, rgba(3, 44, 94, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 27px;
    color: #fff;
    font-size: 22px;
    height: 53px;
    line-height: 53px;
    margin: 20px 0;
    padding-left: 56px;
    padding-right: 20px;
    position: relative;
    text-transform: capitalize;
}


#about-page {
    background: #fff url(../images/about-bg.jpg) bottom center no-repeat;
    width: 100%;
    height: auto;
    padding: 40px 0 0px 0;
}


#care-options-page {
    background: #fff url(../images/care-options-bg.jpg) bottom center no-repeat;
    width: 100%;
    height: auto;
    padding: 40px 0;
}

#care-options-page.default {
	background: #fff;
	min-height: 300px;
} 

#resources-page {
    background: #fff url(../images/resources-bg.jpg) bottom center no-repeat;
    width: 100%;
    height: auto;
    padding: 40px 0;
}

#contact-page {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 40px 0;
}

.white-box {
    width: 945px;
    background: rgba(256,256,256,0.6);
    border-radius: 20px;
    box-sizing: border-box;
    padding: 30px 30px 10px 30px;
    position: relative;
    margin: 0 auto;
}

.white-box.about-page {
    left: -170px;
    margin-bottom: 40px;
    width: 715px;
}

.white-box h1 {
    font-size: 32px;
    border-bottom: 1px #df0000 solid;
    padding-bottom: 10px;
}

.white-box p {
    margin: 20px 0;
    /*text-align: justify;*/
}


img.about-people {
    position: absolute;
    bottom: -50px;
    right: -64px;
}


#contact-left {
    width: 460px;
    float: left;
}

#contact-left p {
    margin: 10px 0;
    /*text-align: justify;*/
}

#contact-left a, .advisor-container a {
    color: #494949;
}

#contact-left a:hover, .advisor-container a:hover {
    color: #1c4385;
}

#contact-left i, .advisor-container i {
    font-size: 24px;
    vertical-align: middle;
    width: 40px;
    text-align: center;
    color: #1c4385;
}

#contact-left i.mobile-2, .advisor-container i.mobile-2 {
    font-size: 34px;
}

#contact-right {
    
    width: 500px;
    float: right;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 30px;
    background: rgb(38,134,224); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(38,134,224,1) 0%, rgba(28,67,133,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(38,134,224,1)), color-stop(100%,rgba(28,67,133,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(38,134,224,1) 0%,rgba(28,67,133,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(38,134,224,1) 0%,rgba(28,67,133,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(38,134,224,1) 0%,rgba(28,67,133,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(38,134,224,1) 0%,rgba(28,67,133,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2686e0', endColorstr='#1c4385',GradientType=0 ); /* IE6-9 */
}

#contact-right input {
    margin-bottom: 20px;
}

#contact-right textarea {
    height: 160px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 400px;
    line-height: 40px;
}

#contact-right input[type=submit] {
  -webkit-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
      width: 440px;
    color: #fff;
    display: block;
    font-family: 'fira_sansheavy';
    background: #df0000;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 50px;
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    z-index: 3;
    position: relative;
    text-align: center;
    border: none;
    margin-bottom: 0;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

#contact-right input[type=submit]:hover {
    color: #df0000;
    background: white;
    cursor: pointer;
}


.dots {
    background: url(../images/dots.png) repeat-x;
    height: 4px;
    display: block;
    margin: 40px 0;
}

a.social-contact {
    width: 160px;
    display: inline-block;
}


a.social-contact i.icon {
    background: url(../images/social-trans-bg.png) 50% 75% no-repeat;
    padding-top: 12px;
}

a:hover.social-contact i.icon {
    background: url(../images/social-bg.png) 50% 85% no-repeat;
}


span.wpcf7-not-valid-tip {
    color: #f00;
    display: block;
    font-size: 12px;
    left: 0;
    margin-left: 136px;
    position: absolute;
    top: 3px;
}


#contact-section div.wpcf7-validation-errors, #contact-section div.wpcf7-mail-sent-ok {
	border: medium none;
    color: black;
    position: relative;
    text-align: center;
    top: -46px;
}


div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
    border: none;
    color: white;
    text-align: center;
}





/*style the sub menu*/
.menu li ul {
	position:absolute;
	margin: 0 0 0 -94px;
	padding:0;
	padding-top: 12px;
	text-align: center;
	z-index: 99;
	max-width: 200px;
    transition: opacity 0.25s ease-out;
    display: inline-block;
    visibility: hidden;
    opacity: 0; 
    height: 0;
    overflow: hidden;
	opacity: 0;
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    }

	.menu li:hover ul {
	visibility: visible;
    opacity: 1;
    height: auto;
	}

.nav.bottom-section .menu li:hover ul {
	visibility: hidden;
	opacity: 0;
	height: 0;
}


.menu li ul li {
	display:block;
	text-align: center;
	width: 190px;
	background: white;
	margin: 0;
    font-family: 'fira_sansheavy';
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    }

.menu li ul li:first-child {
	border-top: 4px #1c4385 solid;
}


.menu li ul li a:link, .menu li ul li a:visited {
	width:auto;
	color: #1c4385;
	font-weight: normal;
	font-size: 14px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    }

.menu li ul li a:hover {
	color: #df0000;
}




.white-box ul {
	list-style: disc;
  margin-left: 40px;
}


.white-box ol {
	list-style: decimal;
  margin-left: 40px;
}	

.white-box ol li {
	margin-bottom: 10px;
	}




.advisor-container {
	width: 299px;
    /*text-align: justify;*/
	display: inline-block;
	margin:15px;
	padding: 15px 0 30px 0;
	border-bottom: 1px #ec6666 solid;
}

img.advisor-pic {
	border-radius: 10px;
	margin-bottom: 15px;
}

.advisor-container p.bio {
 	height: 260px;
    overflow: hidden;
    }


#listings-sidebar {
	width: 250px;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 24px;
	color: white;	
	float: left;
    background: rgb(38,134,224); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(38,134,224,1) 0%, rgba(28,67,133,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(38,134,224,1)), color-stop(100%,rgba(28,67,133,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(38,134,224,1) 0%,rgba(28,67,133,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(38,134,224,1) 0%, rgba(28,67,133,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(38,134,224,1) 0%,rgba(28,67,133,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(38,134,224,1) 0%,rgba(28,67,133,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2686e0', endColorstr='#1c4385',GradientType=0 ); /* IE6-9 */	
}


#listings-sidebar input[type=checkbox] {
	width: 20px;
	height: 15px;
	border: none !important;
}

#listings-sidebar input[type=submit] {
	background: #df0000;
	border: none;
	color: white;
    font-family: "fira_sansheavy";
    text-transform: uppercase;
    font-size: 20px;
    width: 100%;
    margin-top: 20px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;	
    }

#listings-sidebar input[type=submit]:hover {
	cursor: pointer;
	background: white;
	color: #1c4385;
	}





#listings-sidebar h4 {
	color: white;
	font-size: 20px;
	margin-bottom: 15px;
}

#listings-sidebar h5 {
	color: white;
	font-size: 16px;
	margin-bottom: 15px;
}

#listings-sidebar hr {
	margin: 20px 0;
	background: none;
	opacity: 0.4;
}

#listings-main {
    display: inline-block;
    float: right;
    position: relative;
    top: 0;
    width: 700px;
	}
	
.listing-container {
}	

.listing-img {
	float: left;
	}
	
	.listing-img img {
		
	border-radius: 10px;
	}



.listing-description {
	width: 420px;
	float: right;
    /*text-align: justify;*/
	overflow: hidden;
}

.listing-description p{
	margin: 15px 0;
	}

.listing-description p.desc {
	height: 53px;
	overflow: hidden;
	}


.listing-description h4 {
	font-size: 20px;
	font-family: "fira_sansheavy";
	}
	
.listing-description h4 {
	height: 17px;
  width: 417px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;;
}	
	
a.submit.listings-btn {
    background: none repeat scroll 0 0 #df0000;
    border-radius: 25px;
    color: #fff;
    display: inline;
    font-family: "fira_sansheavy";
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    margin-top: 6px;
    padding: 0 50px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 3;
	margin-left: 182px;
}

a:hover.submit.listings-btn {
background: #1c4385;
}


#facility-left {
	float: left;
    overflow: hidden;
    position: relative;
}


#facility-left .viewport {
    height: 160px;
    overflow: hidden;
    position: relative;
    margin: 0 24px;
}

#facility-left .disable {
    visibility: hidden;
}

#facility-left img {
	border-radius: 10px;
}



#facility-left .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 240px;
    left: 0;
    top: 10px;
}

#facility-left .buttons {
    display: block;
    position: absolute;
}

#facility-left .prev {
	left: 0;
	top: 336px;	
}

#facility-left .next {
	right: 0;
	top: 336px;
}


#facility-left .overview li {
    float: left;
    padding-right: 10px;
 }


#facility-right {
	width: 500px;
	float: right;
}

#facility-right h1 {
	font-size: 37px;
    font-family: "fira_sansheavy";
    border-bottom: 1px red solid;
    padding-bottom: 10px;
	}
#facility-right p.sub-title {
	margin: 18px 0;
}

#facility-bottom {
	width: 100%;
}

#facility-bottom h1 {
	border-bottom: 1px solid red;
    font-family: "fira_sansheavy";
    font-size: 37px;
    margin-bottom: 30px;
    padding-top: 40px;
}

#facility-bottom p {
	margin-bottom: 20px;
}


#backToTop {
  /* background-image: url(../images/to-top-btn.png); */
  background-image: url(../images/to-top-btn.png);
  background-repeat: no-repeat;
  height: 68px;
  width: 68px;
  position: fixed;
  /* bottom: 44px; */
  bottom: 40px;
  right: 20px;
  z-index: 1001;
  cursor: pointer;
  display: none;
}


p.slp-advisors-contact-info {
	font-size: 12px;
}

.hp-bottom-note {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	position: relative;
	top: -20px;
	font-size: 14px;
}

td, th {
  border: 1px solid #999;
  padding: 0.5rem;
}

.care-options-list a, .resources-list a {

    border-bottom: 1px solid #ccc;
    color: #df0000;
    display: block;
    padding-bottom: 20px;
    text-decoration: none;
    transition: all 0.35s ease 0s;
    padding-left: 30px;
    background: url(../images/right.png) 0 55% no-repeat;
}


#contact-tab {
	background: url("../images/contact-slp-advisor.png") no-repeat scroll 3% 50% #1c4385;
    border-radius: 20px;
    height: auto;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 16px;
    position: fixed;
    right: -450px;
    top: 33%;
    width: 450px;
    z-index: 99;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    }

#contact-tab.open {
    right: -20px;
    padding-top: 30px;	
}

#contact-tab textarea {
	width: 366px;
}

#contact-tab .contact-tab-telephone {
	color: #63c9f4;
    display: inline-block;
    font-size: 34px;
    width: 210px;
}

#contact-tab .contact-tab-telephone a {
	color: #63c9f4;
}

#contact-tab input[type=submit] {
  -webkit-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;	    
  color: #fff;
    font-family: 'fira_sansheavy';
    background: #df0000;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 50px;
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin-top: 6px;
    margin-left: 15px;
    z-index: 3;
    position: relative;
    text-align: center;
    border: none;
    width: 180px;
    }
    
#contact-tab input {
	 position: relative;
	 z-index: 100;
 }   

#modal {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.5);
	z-index:98;
	display:none;
}


 #contact-tab div.wpcf7-response-output {
    margin: 10px 0 0 0;
    padding: 0;
    width: 460px !important;
}

 #contact-tab span.wpcf7-not-valid-tip {
	 z-index: 199;
 }

p.close-contact-tab {
	position: absolute;
	bottom: -50px;
	pointer-events: none !important;
	color: white;
	background: rgba(0,0,0,0.5);
	padding: 4px 20px;
	border-radius: 14px;
	display: inline-block;
	border: 2px white solid;
}

