/*
Theme name: Companions and Homemakers
Description: Custom Theme
*/

/******* Companions and Homemakers WordPress CSS *******/

/* Common elements styling */
.post .entry ul { margin-left: 25px; }
.post .entry ol { margin-left: 25px; }
.post .entry a img { border: 0 }

p img { padding: 0;	max-width: 100%; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { margin: 2px 0 2px 7px; display: inline; }
img.alignleft { margin: 2px 7px 2px 0; display: inline; }
.alignright { float: right; display: inline; }
.alignleft { float: left; display: inline; }
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* Calendar widget */
#wp-calendar { empty-cells: show; margin: 10px auto 0; }
#wp-calendar #next a { padding-right: 10px; text-align: right; }
#wp-calendar #prev a { padding-left: 10px; text-align: left; }
#wp-calendar a { display: block; }
#wp-calendar caption { text-align: center; width: 100%; }
#wp-calendar td { padding: 3px 0; text-align: center; }
.wp-caption { border: 1px solid #ddd; text-align: center; padding-top: 4px; margin: 10px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0;}

/* Big images in rich text editor should not break page layout */
.post .entry { overflow: hidden; }

/******* /Companions and Homemakers WordPress CSS *******/
* { margin: 0; padding: 0; outline: 0; }

@font-face {
    font-family: 'Montserrat';
    src: url('css/fonts/montserrat-hairline-webfont.eot');
    src: url('css/fonts/montserrat-hairline-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/montserrat-hairline-webfont.woff2') format('woff2'),
         url('css/fonts/montserrat-hairline-webfont.woff') format('woff'),
         url('css/fonts/montserrat-hairline-webfont.ttf') format('truetype'),
         url('css/fonts/montserrat-hairline-webfont.svg#montserrathairline') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('css/fonts/montserrat-light-webfont.eot');
    src: url('css/fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('css/fonts/montserrat-light-webfont.woff') format('woff'),
         url('css/fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('css/fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('css/fonts/gothb-webfont.eot');
    src: url('css/fonts/gothb-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/gothb-webfont.woff') format('woff'),
         url('css/fonts/gothb-webfont.ttf') format('truetype'),
         url('css/fonts/gothb-webfont.svg#gothbmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('css/fonts/Gotham-Medium.eot');
    src: local('☺'), url('css/fonts/Gotham-Medium.woff') format('woff'), url('css/fonts/Gotham-Medium.ttf') format('truetype'), url('css/fonts/Gotham-Medium.svg') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('css/fonts/Gotham-Bold.eot');
    src: local('☺'), url('css/fonts/Gotham-Bold.woff') format('woff'), url('css/fonts/Gotham-Bold.ttf') format('truetype'), url('css/fonts/Gotham-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

body, html { height: 100%; }

body {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Open Sans', arial, helvetica, sans-serif;
    color: #3f2b2e;
    background: #fff;
    min-width: 1000px;
    -webkit-text-size-adjust: none;
}

a { color: #b71d21; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }

img { height: auto; max-width: 100%; display: block; }
img.alignnone,
img.aligncenter { display: block; margin: 10px auto; }
img.alignleft,
img.alignright { margin: 5px 20px; }
img.alignleft { margin-left: 0; }
img.alignright { margin-right: 0; }

input,
textarea,
select { font-family: 'Open Sans', arial, helvetica, sans-serif; font-size: 12px; font-weight: 300; }
textarea { overflow: auto; }

input, textarea { border-radius: 0; -webkit-appearance: none; }
input[type="checkbox"] { -webkit-appearance: checkbox; }
input[type="radio"] { -webkit-appearance: radio; }

.clearfix { *zoom: 1; }
.clearfix:after { content: ''; font-size: 0; line-height: 0; display: block; clear: both; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

/* GLOBAL TRANSITIONS */

/* Color */
/* { transition: color 0.3s; -moz-transition: color 0.3s; -webkit-transition: color 0.3s; -o-transition: color 0.3s; }*/

/* Background */
.buttons .button,
.view-btn,
.comments #commentform #submit { transition: background 0.3s; -moz-transition: background 0.3s; -webkit-transition: background 0.3s; -o-transition: background 0.3s; }

/* Opacity */
.img-holder a:after { transition: opacity 0.3s; -moz-transition: opacity 0.3s; -webkit-transition: opacity 0.3s; -o-transition: opacity 0.3s; }

h1 { font-size: 30px; line-height: 33px; font-weight: 600; }
h2 { font-size: 18px; line-height: 21px; font-weight: 600; }
h3 { font-size: 16px; line-height: 19px; font-weight: 600; }
h4 { font-size: 15px; line-height: 18px; font-weight: 600; }
h5 { font-size: 14px; line-height: 24px; font-weight: 600; }
h6 { font-size: 12px; line-height: 15px; font-weight: 600; }

.shell { width: 996px; margin: 0 auto; }

.show-on-mobile { display: none; }

#logo a { height: auto !important; width: 495px; background: none !important; display: block; margin: 0 auto; font-size: 0; line-height: 0; text-indent: -4000px; }
.tagline { color:#b71d21; font-style:italic; font-size:13px; font-weight:normal; text-align:center;}

#logo img {
	display:block !important;
	margin:0 auto;
}

p#non-medical-care-comment {
	font-family:Georgia, serif;
	font-weight:600;
	text-align:center;
}

.header-actions {
	margin-bottom:1em;
}

.tagline {
	margin-top:1em;
}

.header { font-family: 'Montserrat', arial, helvetica, sans-serif; position: relative; z-index: 1000; }
.header-top { padding: 16px 0 20px 0; }
.header-actions { font-size: 14px; line-height: 12px; color: #b71d21; text-transform: uppercase; /*padding-bottom: 29px;*/ }
.header-actions a:hover { text-decoration: none; }
.header-actions .header-left,
.header-actions .header-right { padding: 0 3px 9px 3px; border-bottom: 1px solid #b71d21; }
.header-actions .header-left { float: left; }
.header-actions .header-right { float: right; }
.header-actions .header-right ul { list-style: none; list-style-position: outside; }
.header-actions .header-right li { display: inline-block; vertical-align: top; }
.header-actions .header-right li + li { margin-left: 7px; border-left: 1px solid #b71d21; padding-left: 7px; }

.nav { font-size: 12px; line-height: 43px; text-transform: uppercase; background: rgba(178, 35, 22, 0.9); text-align: center; }
.nav .menu-btn { display: none; }
.nav ul { list-style: none; list-style-position: outside; }
.nav ul li { display: inline-block; }
.nav ul li.show-on-mobile { display: none; }
.nav ul li a { color: #fff; padding: 0 20px; display: block; }
.nav ul li a:hover,
.nav ul li.current-menu-item a { color: #8f0606; background: rgba(255, 255, 255, 0.64); text-decoration: none; }

@media only screen and (min-width: 768px) {
    /* Submenu */
    .nav ul li { position: relative; }
    .nav ul li ul { position: absolute; top: 100%; left: 0; min-width: 100%; background: #ba392d; visibility: hidden; opacity: 0;
        -webkit-transition: all .3s;
             -o-transition: all .3s;
                transition: all .3s;
    }
    .nav ul li:hover > ul { visibility: visible; opacity: 1; }

    .nav ul li ul a { white-space: nowrap; }
    .nav ul li ul li { display: block; }
    .nav ul li ul ul { top: 0; left: 100%; width: auto; display: inline-block; }

    /**
     * Hacky "Smart" 3rd to nth level menu direction
     * The first nth-child has offset of 3 compared to original browserstack suggested format
     * Up to 12 menu 1st level entries are supported
     */
    .nav ul.menu > li:nth-child(n-1):last-child ul ul,
    .nav ul.menu > li:nth-child(n+0):nth-last-child(-n+2) ul ul,
    .nav ul.menu > li:nth-child(n+1):nth-last-child(-n+3) ul ul,
    .nav ul.menu > li:nth-child(n+2):nth-last-child(-n+4) ul ul,
    .nav ul.menu > li:nth-child(n+3):nth-last-child(-n+5) ul ul,
    .nav ul.menu > li:nth-child(n+4):nth-last-child(-n+6) ul ul,
    .nav ul.menu > li:nth-child(n+5):nth-last-child(-n+7) ul ul,
    .nav ul.menu > li:nth-child(n+6):nth-last-child(-n+8) ul ul,
    .nav ul.menu > li:nth-child(n+7):nth-last-child(-n+9) ul ul,
    .nav ul.menu > li:nth-child(n+8):nth-last-child(-n+10) ul ul,
    .nav ul.menu > li:nth-child(n+9):nth-last-child(-n+11) ul ul,
    .nav ul.menu > li:nth-child(n+10):nth-last-child(-n+12) ul ul,
    .nav ul.menu > li:nth-child(n+11):nth-last-child(-n+13) ul ul { top: 0; right: 100%; left: auto; }
}

.slider { position: relative; margin-top: -43px; color: #fff; }
.slider .slides { list-style: none; list-style-position: outside; }
.slider .slides .slider__slide { display: none; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.slider .slides .slider__slide:first-child { display: block; }
.slider .slick-track .slider__slide { display: block !important; }
.slider .slick-prev { position: absolute; z-index: 20; top: 50%; left: 70px; transform: translateY(-50%); background: 0; border: 0; }
.slider .slick-next { position: absolute; z-index: 20; top: 50%; right: 70px; transform: translateY(-50%); background: 0; border: 0; }
.slider .slick-prev > i { display: block; width: 25px; height: 59px; background: url('images/arrows.png') no-repeat 0 0; overflow: hidden; font-size: 0; cursor: pointer; }
.slider .slick-next > i { display: block; width: 25px; height: 59px; background: url('images/arrows.png') no-repeat right 0; overflow: hidden; font-size: 0; cursor: pointer; }
.slider .shell { min-height: 401px; padding: 112px 0 27px 0; }
.slider h2 { font-family: 'Gotham', arial, helvetica, sans-serif; font-size: 43px; line-height: 42px; font-weight: normal; padding-bottom: 17px; }
.slider h3 { font-family: 'Montserrat', arial, helvetica, sans-serif; font-size: 22px; line-height: 26px; font-weight: bold; padding-bottom: 10px; }
.slider .shell { position: relative; }

.buttons { left: 0; right: 0; position: absolute; bottom:27px; text-align:center; }
.buttons .button { width: 206px; font-family: 'Gotham', arial, helvetica, sans-serif; font-size: 19px; line-height: 26px; color: #b71d21; text-transform: uppercase; padding: 16px 25px; background: rgba(255, 255, 255, 0.76); border-radius: 20px; display: inline-block; vertical-align: top; margin: 0 30px; }
.buttons .button:hover { background: #fff; text-decoration: none; }

.quotes { background: #f2f3f4; padding: 30px 0 17px 0; font-family: georgia, serif; font-size: 18px; line-height: 27px; font-style: italic; color: #b71d21; text-align: center; }
.quotes .quote-holder { min-height: 92px; margin: 0 100px; padding: 0 37px; background: url(images/quotes.png) no-repeat 0 0; }
.quotes .quote-holder .quote-author { font-family: 'Open Sans', arial, helvetica, sans-serif; font-size: 11px; line-height: 13px; font-weight: 600; font-style: normal; color: #3f2b2e; text-transform: uppercase; padding-top: 5px; text-align: right; padding-right: 170px; }

.title,
.aligncenter { font-family: 'Gotham', arial, helvetica, sans-serif; font-size: 28px; line-height: 32px; font-weight: normal; position: relative; padding-bottom: 9px; margin-bottom: 24px; color: #3f2b2e; }
.title:before,
.aligncenter:before { content: ''; height: 1px; width: 106px; background: #b71d21; position: absolute; bottom: 0; left: 0; }
.title strong,
.aligncenter strong { color: #b71d21; }
.title.centered,
.aligncenter { text-align: center; }
.title.centered:before,
.aligncenter:before { left: 50%; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); }

.img-holder { border: 1px solid #bcbcaa; padding: 5px; }
.img-holder a { display: block; position: relative; }
.img-holder a:after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(173, 11, 11, 0.85) url(images/rollover-logo.png) no-repeat center center; opacity: 0; }
.img-holder a:hover:after { opacity: 1; }
.img-holder img { width: 100%; }
.img-holder span { position: absolute; bottom: 0; right: 0; left: 0; font-size: 11px; line-height: 24px; color: #fff; text-transform: uppercase; padding: 0 11px; background: rgba(49, 46, 46, 0.72); }

/*.intro { font-size: 18px; line-height: 26px; font-weight: 300; text-align: center; } */
.intro { font-size: 18px; line-height: 26px; font-weight: 300; text-align: left;}
.intro .intro-inner { margin: 57px 0 57px 110px; padding: 57px 0 57px 0; width:60%; }
.intro .intro-inner strong { font-weight: 600; }

.intro .intro-inner-right { background-color:#fff; float:right; padding: 70px 0 0 0px; margin: 0px 0 0 40px; height:250px; width:35%;  }
.intro .intro-inner-right p { font-size: 15px; line-height: 22px; padding-bottom: 20px; margin-top:70px; }
.intro .intro-inner-right .btn { font-family: 'Gotham', arial, helvetica, sans-serif; font-size: 12px; line-height: 36px; color: #fff; text-transform: uppercase; padding: 0 13px; background: #b71d21; border-radius: 8px; display: inline-block; }
.intro .intro-inner-right .btn:hover { text-decoration: none; }

.container { font-weight: 300; padding: 39px 0 47px 0; }
.container .shell { padding: 0 39px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.content { width: 61%; float: left; }

.sidebar { width: 26%; float: right; }
.sidebar ul { list-style: none; list-style-position: outside; }
.sidebar .widget + .widget { padding-top: 24px; }
.sidebar .widget .widgettitle { font-family: 'Montserrat', arial, helvetica, sans-serif; font-size: 14px; line-height: 17px; font-weight: normal; text-transform: uppercase; color: #818283; padding-bottom: 20px; }
.sidebar .widget ul { line-height: 24px; }
.sidebar .widget_cta { background-repeat: no-repeat; background-position: center 0; background-size: cover; padding: 117px 6px 6px 6px; }
.sidebar .widget_cta .widget-cnt { min-height: 171px; background: rgba(255, 255, 255, 0.8); padding: 15px 16px 20px 16px; line-height: 18px; }
.sidebar .widget_cta .widget-cnt h2 { font-family: 'Montserrat', arial, helvetica, sans-serif; font-size: 20px; line-height: 24px; text-align: center; color: #b71d21; padding-bottom: 7px; }
.sidebar .widget_cta .widget-cnt p { padding-bottom: 15px; }
.sidebar .widget_cta .widget-cnt .bnt-holder { text-align: center; }
.sidebar .widget_cta .widget-cnt .btn { font-size: 11px; line-height: 29px; font-weight: normal; color: #b71d21; background: #fff; padding: 0 24px; border-radius: 2px; display: inline-block; text-transform: uppercase; }
.sidebar .widget_cta .widget-cnt .btn:hover { text-decoration: none; }
.sidebar .widget_search { padding: 28px 0; }
.sidebar .widget_search .searchform { height: 17px; padding: 5px 9px; background: #f4f4f4; border-radius: 7px; }
.sidebar .widget_search .field { height: 17px; width: 100%; line-height: 17px; text-transform: uppercase; color: #ad0b0b; border: 0; background: transparent; display: block; }
.sidebar .widget_locations { text-align: center; }
.sidebar .widget_locations .widgettitle { font-size: 20px; line-height: 24px; font-weight: 300; padding-bottom: 14px; margin-bottom: 13px; position: relative; color: #b71d21; text-transform: none; }
.sidebar .widget_locations .widgettitle:after { content: ''; height: 1px; width: 106px; background: #b71d21; position: absolute; bottom: 0; left: 50%; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); }
.sidebar .widget_locations ul { line-height: 20px; }
.sidebar .widget_locations ul li a { color: #3f2b2e; text-transform: uppercase; }

.section-bg { background-repeat: no-repeat; background-position: center center; background-size: cover; padding: 27px 0 20px 0; }
.section-bg .title { margin-bottom: 19px; }

.cols { text-align: center; padding: 0 36px; }
.cols .col { width: 24%; float: left; }
.cols .col + .col { margin-left: 14%; }
.cols .col img { margin: 0 auto 5px auto; }
.cols .col h3 { font-family: 'Gotham', arial, helvetica, sans-serif; font-weight: 600; color: #b71d21; padding-bottom: 14px; }
.cols .col p { padding-bottom: 20px; }
.cols .col .btn { font-family: 'Gotham', arial, helvetica, sans-serif; font-size: 11px; line-height: 36px; color: #b71d21; text-transform: uppercase; padding: 0 13px; background: #fff; border-radius: 8px; display: inline-block; }
.cols .col .btn:hover { text-decoration: none; }

.recent-articles { padding: 45px 0 57px 0; }
.recent-articles .title { margin-bottom: 50px; }
.recent-articles .col { width: 26%; float: left; }
.recent-articles .col + .col { margin-left: 11%; }
.recent-articles .col h6 { font-family: 'Montserrat', arial, helvetica, sans-serif; font-size: 11px; line-height: 18px; font-weight: normal; text-transform: uppercase; padding: 0 0 13px 5px; height: 40px;}

.cta-bar { background: #ad0b0b; padding: 25px 0 43px 0; font-family: 'Gotham', arial, helvetica, sans-serif; font-size: 13px; line-height: 17px; color: #fff; }
.cta-bar a { color: #fff; }
.cta-bar .col-text { width: 72%; float: left; }
.cta-bar .col-text h2 { font-size: 23px; line-height: 26px; font-weight: 600; padding-bottom: 5px; }
.cta-bar .col-phone { width: 26%; float: right; text-align: center; font-size: 20px; line-height: 25px; font-weight: 600; text-align: center; }

.footer { padding: 19px 0 15px 0; background: #eaeaea; font-family: 'Ubuntu', arial, helvetica, sans-serif; font-size: 11px; line-height: 14px; color: #8f8485; text-align: center; }

/*
.logos { width: 100%; text-align: center; display: table; padding-bottom: 18px; }
.logos a { display: table-cell; vertical-align: bottom; table-layout: fixed}
.logos a img { margin: 0 auto; }
*/
.logos { width: 100%; overflow: hidden; text-align: center;padding-bottom: 18px;  height: 47px;}
.logos a { display: inline-block; vertical-align: bottom; margin-right: 20px; }
.logos a img { margin: 0 auto; }


/*.socials { text-align: center; padding-bottom: 22px; margin-top: -60px; }*/
.socials { text-align: center; padding-bottom: 22px; }

.socials a { display: inline-block; vertical-align: top; padding-right:10px; }

.banner { height: 400px; background-repeat: no-repeat; background-position: center center; background-size: cover; position: relative; margin-top: -43px; }
.banner .shell { height: 100%; position: relative; }
.banner .banner-cnt { position: absolute; bottom: 23px; right: 150px; left: 150px; text-align: center; color: #fff; }
.banner h2 { font-family: 'Montserrat', arial, helvetica, sans-serif; font-size: 38px; line-height: 38px; font-weight: normal; padding-bottom: 5px; }
.banner h3 { font-family: 'Montserrat', arial, helvetica, sans-serif; font-size: 24px; line-height: 27px; font-weight: normal; }

.locimg {
margin-right:20px
}
.lochide {
clear:left;
}
body > div.container > div > div.content.locations.entry > ul > li > div.locimg {
display: none;
}
body > div.container > div > div.content.locations.entry > ul > li > div.lochide {
display: none;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h6,
.entry p { padding-bottom: 20px; }
.entry p strong { font-weight: bold; }
.entry h2 { color: #ad0b0b; }
.entry .pagetitle { padding-bottom: 9px; color: #3f2b2e; }
.entry .title { padding-bottom: 9px; color: #3f2b2e; }
.entry ul { margin: 0 0 20px 45px; }
.entry ol { margin: 0 0 20px 45px; }
.entry img.alignleft { margin: 0 20px 10px 0; }
.entry img.alignright { margin: 0 0 10px 20px; }

.navigation { overflow: hidden; padding-top: 15px; }

.article .article-head .article-date { font-size: 12px; line-height: 24px; color: #fff; text-transform: uppercase; padding: 0 17px; background: #b71d21; border-radius: 6px; display: inline-block; margin-bottom: 14px; }
.article .article-head h2 { font-family: 'Montserrat', arial, helvetica, sans-serif; font-size: 28px; line-height: 32px; font-weight: 300; padding-bottom: 22px; color: #b71d21; letter-spacing: -1px; }
.article .article-head h6 { font-family: 'Montserrat', arial, helvetica, sans-serif; font-weight: normal; text-transform: uppercase; padding-bottom: 5px; }
.article .article-img { padding-bottom: 31px; }
.article .article-cnt .action-link { color: #ad0b0b; text-transform: uppercase; }

.articles { width: 66%; }
.articles .article { padding-left: 104px; position: relative; }
.articles .article + .article { margin-top: 60px; }
.articles .article .article-date { position: absolute; top: 24px; left: 6px; }
.articles .article .article-img { padding-bottom: 15px; position: relative; margin-bottom: 25px; }
.articles .article .article-img:after { content: ''; height: 1px; width: 106px; background: #b71d21; position: absolute; bottom: 0; left: 0; }

.locations .pagetitle { padding-left: 42px; line-height: 51px; }

.locations .title { padding-left: 42px; background: url(images/pin.png) no-repeat 0 0; line-height: 51px; }
.locations .form-locations { background: #e3e3e3; padding: 13px; text-align: center; margin: 12px 0 27px 0; }
.locations .form-locations .selecter { width: 217px; float: left; text-align: left; }
.locations .form-locations .divider { font-size: 17px; line-height: 28px; font-weight: normal; float: left; padding: 0 10px; }
.locations .form-locations input[type="text"] { height: 28px; width: 204px; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 6px 11px; font-size: 11px; font-weight: normal; line-height: 16px; background: #fff; border: 0; border-radius: 3px; color: #b71d21; text-transform: uppercase; }
.locations .form-locations .submit-btn { height: 28px; padding: 0 10px; background: #b71d21; color: #fff; border: 0; border-radius: 3px; float: right; font-size: 12px; text-transform: uppercase; cursor: pointer; }
.locations h2 { padding-bottom: 3px; }
.locations h5 { padding-bottom: 20px; }
.locations .view-btn { font-size: 11px; line-height: 28px; background: #b71d21; color: #fff; display: inline-block; text-transform: uppercase; padding: 0 36px; margin-bottom: 41px; font-weight: normal; }
.locations .view-btn:hover { background: #9e0206; text-decoration: none; }
.locations .offices { list-style: none; list-style-position: outside; margin: 0; font-size: 12px; line-height: 14px; color: #414042; font-weight: normal; }
.locations .offices h4 { padding-bottom: 14px; }
.locations .offices p { padding-bottom: 18px; }

.locations #map_canvas { width: 300px; height: 250px; }

/* Visual Composer */
.crb-vc-image-with-button {}
.crb-vc-image-with-button-inner { display: flex; flex-flow: row wrap; justify-content: space-between; align-items: center; width: 342px; }
.crb-vc-image-with-button-inner .image { flex: 0 1 auto; max-width: 54%; }
.crb-vc-image-with-button-inner .content { flex: 0 1 39%; float: none; max-width: 39%; }

.crb-vc-image-with-button-inner .image img { max-width: 100%; height: auto; float: none; }
.crb-vc-image-with-button-inner .content p { font-size: 15px; line-height: 22px; padding-bottom: 20px; margin-top: 70px; }
.crb-vc-image-with-button-inner .btn { font-family: 'Gotham', arial, helvetica, sans-serif; font-size: 12px; line-height: 36px; color: #fff; text-transform: uppercase; padding: 0 13px; background: #b71d21; border-radius: 8px; display: inline-block; }

.wpb_content_element {}
.wpb_content_element strong { font-weight: 600; }
.wpb_content_element h2 { font-family: 'Gotham', arial, helvetica, sans-serif; font-size: 28px; line-height: 32px; font-weight: normal; position: relative; padding-bottom: 9px; margin-bottom: 24px; color: #3f2b2e; font-weight: 600; }
.wpb_content_element h2:before { content: ''; height: 1px; width: 106px; background: #b71d21; position: absolute; bottom: 0; left: 0; }

@media only screen and (max-width: 1280px) {
    .slider .shell { padding-left: 70px; padding-right: 70px; }
    .slider .slick-prev { left: 30px; }
    .slider .slick-next { right: 30px; }
}

@media only screen and (max-width: 480px) {
    .crb-vc-image-with-button-inner { flex-flow: column wrap; justify-content: center; width: auto; }
    .crb-vc-image-with-button-inner .image,
    .crb-vc-image-with-button-inner .content { flex: 0 1 auto; max-width: none; }
}


/* Comments CSS */
.comments { margin-top: 40px; border-top: 1px dashed #ccc; padding: 40px 0; border-bottom: 1px solid #ececec; margin-bottom: 40px; }
.comments ul,
.comments ol { margin: 0; }
.comments h3 { font-size: 20px; line-height: 23px; }
.comments > h3 { padding-bottom: 20px; }
.comments .commentlist { list-style: none; list-style-position: outside; }
.comments .commentlist li + li { padding-top: 15px; margin-top: 15px; border-top: 1px solid #ccc; }
.comments .commentlist li .comment-author { padding-bottom: 5px; }
.comments .commentlist li .comment-author img.avatar { margin-right: 5px; }
.comments .commentlist li .comment-meta { padding-bottom: 5px; }
.comments .commentlist li .comment-text { padding-bottom: 10px; }
.comments .commentlist li .children { list-style: none; list-style-position: outside; padding: 20px 0 0 40px; }
.comments .commentlist li .children li { border-top: 1px solid #ccc; padding-top: 20px; background: transparent; }
.comments em.moderation-notice { font-style: italic; color: #ff0000; }
.comments .comment-meta { font-size: 12px; }
.comments .commentlist + #respond { padding-top: 20px; border-top: 1px dashed #ccc; margin-top: 20px; }
.comments #respond h3#reply-title { padding-bottom: 20px; }
.comments #commentform p { padding-bottom: 10px; }
.comments #commentform p.comment-notes { padding: 0 0 20px 0; }
.comments #commentform p.form-submit { padding: 10px 0 0 0; }
.comments #commentform label { display: block; padding-bottom: 11px; }

.comments #commentform input[type="text"],
.comments #commentform textarea { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; line-height: 18px; padding: 10px; border: 0; background: #fff; border: 1px solid #ccc; }
/* Include eventual padding and borders in the 100% width */

.comments #commentform textarea { height: 200px; resize: none; }
.comments #commentform #submit { height: 40px; background: #b71d21; padding: 0 10px; border: 0; cursor: pointer; font-size: 16px; color: #fff; }
.comments #commentform #submit:hover { background: #9e0206; text-decoration: none; }

@media only screen and (max-width: 999px) {
    body { min-width: 100%; }

    .shell { width: auto; padding-right: 20px; padding-left: 20px; }

    .nav ul li a { padding: 0 10px; }

    .show-on-desk { display: none; }
    .show-on-mobile { display: block; }

    .slider .shell { padding: 212px 20px 27px 20px; }

    .quotes .quote-holder { margin: 0; padding: 0 70px; }

    .cols { padding: 0; }
    .cols .col { width: 30%; }
    .cols .col + .col { margin-left: 5%; }
    .buttons { position: relative; bottom: 0; }
    .slides .slider__slide { height: 540px; }
    .slides .shell { padding-left: 80px; padding-right: 80px; }
    .slides .slick-prev { left: 20px; }
    .slides .slick-next { right: 20px; }

    .recent-articles { padding: 20px 0; }
    .recent-articles .col { width: 32%; }
    .recent-articles .col + .col { margin-left: 2%; }
    .recent-articles .col h6 { font-size: 10px; line-height: 16px; padding: 0 0 7px 0; }

    .banner .banner-cnt { right: 20px; left: 20px; }

    .container .shell { padding: 0 20px; }

    .sidebar { width: 33%; }

    .articles { width: 61%; }
    .articles .article { padding-left: 0; }
    .articles .article .article-date { position: static; }

    .locations .form-locations .selecter { width: auto; float: none; }
    .locations .form-locations .divider { float: none; display: block; line-height: 40px; }
    .locations .form-locations input[type="text"] { width: 100%; float: none; margin-bottom: 10px; }
    .locations .form-locations .submit-btn { width: 100%; float: none; }
}

@media only screen and (max-width: 767px) {
    div div span#logo a { 
		height: 122px !important; 
		width: 300px; background-size: 100%;
		margin: 10px 15px 0 0;
	}
	
	#logo img {
		height:122px;
		margin:0;
	}
	
	p#non-medical-care-comment {
		text-align:left;
	}

    .header-top { padding: 10px 0; }

    .header-actions { padding-bottom: 10px; }
    .header-actions .header-left { float: none; text-align: center; }
    .header-actions .header-right { display: none; }

    .nav .menu-btn { padding-left: 37px; display: block; position: absolute; top: 150px; right: 10px; font-size: 16px; line-height: 19px; }
    .nav .menu-btn:hover { text-decoration: none; }
    .nav .menu-btn .menu-ico span,
    .nav .menu-btn .menu-ico:after,
    .nav .menu-btn .menu-ico:before { transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; }
    .nav .menu-btn .menu-ico { height: 19px; width: 30px; position: absolute; top: 0; left: 0; z-index: 20; }
    .nav .menu-btn .menu-ico:after,
    .nav .menu-btn .menu-ico:before { content: ''; }
    .nav .menu-btn .menu-ico:after,
    .nav .menu-btn .menu-ico:before,
    .nav .menu-btn .menu-ico span { position: absolute; left: 0; display: block; width: 100%; height: 3px; background: #b71d21; }
    .nav .menu-btn .menu-ico span { top: 8px; }
    .nav .menu-btn .menu-ico:before { top: 0px; }
    .nav .menu-btn .menu-ico:after { top: 16px; }
    .nav .menu-btn.expanded .menu-ico span { opacity: 0; }
    .nav .menu-btn.expanded .menu-ico:before { margin-top: 8px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
    .nav .menu-btn.expanded .menu-ico:after { margin-top: -8px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

    .nav ul.menu { display: none; position: absolute; top: 100%; right: 0; left: 0; background: rgba(178, 35, 22, 0.9); }
    .nav ul li { display: block; }
    .nav ul li.show-on-mobile { display: block; }

    .nav ul li ul { visibility: hidden; opacity: 0; height: 0; background: #ba392d; border-top: 1px solid #fff; border-bottom: 1px solid #fff; font-size: 11px;
        -webkit-transition: all .3s;
             -o-transition: all .3s;
                transition: all .3s;
    }
    .nav ul li ul li { line-height: 30px; }
    .nav ul li ul ul { margin: 0 20px; }
    .nav ul li.menu-is-open > ul { visibility: visible; opacity: 1; height: auto; }

    .nav ul li.menu-item-has-children > a { position: relative; }
    .nav ul li.menu-item-has-children > a:after { content: ''; position: absolute; top: 50%; margin: -3px 0 0 5px; width: 0; height: 0; border-style: solid; border-width: 3px 0 3px 6px; border-color: transparent transparent transparent #ffffff; }
    .nav ul li.menu-item-has-children.menu-is-open > a:after { width: 0; height: 0; border-style: solid; border-width: 6px 3px 0 3px; border-color: #ffffff transparent transparent transparent; }

    .slider { margin-top: 0; }
    .slides .slider__slide { height: auto; }
    .slides .slick-prev { left: 5px; }
    .slides .slick-next { right: 5px; }
    .slides .slick-prev i,
    .slides .slick-next i { transform: scale(.7); transform-origin: center center; }
    .slider .shell { position: relative; min-height: 0; padding: 20px 40px; }
    .slider h2 { font-size: 25px; line-height: 28px; padding-bottom: 10px; }
    .slider h3 { font-size: 22px; line-height: 25px; }

    .container { padding: 30px 0; }
    .buttons { position: relative; bottom: 0; }
    .buttons .button { width: auto; font-size: 14px; line-height: 17px; padding: 10px; border-radius: 10px; display: block; margin: 0 0 10px 0; }

    .quotes { padding: 20px 0; font-size: 16px; line-height: 22px; }
    .quotes .quote-holder { min-height: 0; padding: 0; background: transparent; }

    .title { font-size: 20px; line-height: 24px;margin-bottom: 15px; }

    .intro { font-size: 14px; line-height: 20px; }
    .intro .intro-inner { padding: 30px 0; }

    .section-bg { padding: 30px 0; }

    .cols .col { width: auto; float: none; }
    .cols .col + .col { margin: 30px 0 0 0; }

    .recent-articles { padding: 30px 0; }
    .recent-articles .title { margin-bottom: 20px; }
    .recent-articles .col { width: auto; float: none; }
    .recent-articles .col + .col { margin: 30px 0 0 0; }

    .cta-bar { padding: 20px 0; }
    .cta-bar .col-text { width: auto; float: none; }
    .cta-bar .col-phone { width: auto; float: none; padding-top: 20px; }

    .logos { /*display: none;*/}
	.socials { text-align: center; padding-bottom: 22px; margin-top: 0px;}
	.logos a img { width: 90%; }

    .banner { height: 200px; margin-top: 0; }
    .banner-text { height: auto; }
    .banner .banner-cnt { position: static; padding: 30px 0; }
    .banner h2 { font-size: 28px; line-height: 31px; }
    .banner h3 { font-size: 22px; line-height: 25px; }

    .content { width: auto; float: none; }

    .sidebar { width: auto; float: none; padding-top: 30px; }

    .entry ul { margin: 0 0 20px 25px; }
    .entry ol { margin: 0 0 20px 25px; }

    .article .article-head h2 { font-size: 18px; line-height: 22px; padding-bottom: 10px; }

    .locations .title { font-size: 18px; }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .slider { margin-top: 0; }
    /* .slides li { height: auto; } */
    .slider .shell { position: relative; min-height: 200px; padding: 130px 60px 27px 60px; }
    .slider h2 { font-size: 42px; line-height: 43px; padding-bottom: 45px; }
    .slider h3 { font-size: 22px; line-height: 25px; }
}

.employmentForm input { margin-bottom:10px; }
.jobsBtn { margin-top:10px; padding:10px; background:#efefef; font-weight:bold;}
.pum-content { margin-top:20px; }

.employmentForm {
	max-width: 280px;
	margin:0 auto;
}

.employmentForm label {font-weight:bold;}

.employmentForm fieldset {
	border-radius: 7px;
	background: #F2F3F4;
	padding: 10px 10px;
	border: 1px solid #f6efdf;
}

.employmentForm legend {
	background:#BA392D;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	border-radius:7px;
	padding:5px;
	margin-bottom:20px;
	border: 1px solid #f6efdf;
	
}
 
.employmentForm p {
	color: #4f2a0f;
	margin-bottom: 5px;
}
 
.employmentForm input,
.employmentForm textarea {
	background: #f6efdf;
	padding: 5px;
	margin: 4px 0 8px 0;
	border: 2px solid #ccb58c;
	color: #4f4f4f;
	border-radius: 7px;
	max-width:95%;
}
 
.employmentForm .wpcf7-submit {
	background: #BA392D;
	padding: 5px 15px;
	color: #fff;
	min-width: 100px;
		border:0 none;
	margin-top:20px;
}
 
.employmentForm input[type="submit"]:hover {
 	background: #000;
}

@media (max-width: 767px) {
	.header-actions p {font-size: 12px !important;}
}