@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,600,700,800|Open+Sans:300,400,600,700,800');

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
        -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height: 1.4;
}

@media screen and (min-width: 959px) {
    .main-block {
    margin-top: 100px;
  }
}
p {
  font-family: 'Open Sans', sans-serif;
  color: #4a4a4a;
  font-size: 15px;
  line-height: 27px;
}

a {
    color:#0093A3;
}
a:hover {
    color: #00cfe8;
}
article p {
    color: #231f20;
    margin-bottom: 30px;
    font-size: 16px;
}

article h1 {
    font-size: 25px;
    font-weight: 700;
    color: #231f20;
}
.content h1, .page-content h1 {
    color: #231f20;
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 0;
}
article h2 {
    color: #231f20;
    font-weight: 700;
    font-size: 20px;
    position: relative;
}
article h3 {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    color: #231f20;
    margin-top: 40px;
    line-height: 30px;
}
.page-snippet {
    padding: 0px 20px;
    border-left: 2px solid #0093A3;
    margin: 30px 0;
}
    .page-snippet p {
        font-size: 16px;
        line-height: 34px;
        font-weight: 600;
        margin-bottom: 0;
    }

@media (min-width: 992px) {
        .content h1, .page-content h1 {
        font-size: 36px;
    }
    article h1 {
        font-size: 36px
    }
    article h2 {
        font-size: 25px;
    }
}

article ol li {
    line-height: 27px;
    margin-bottom: 15px;
    font-size: 16px;
}
article ul li {
    list-style-type: disc;
    font-size: 16px;
}

article ul:not(.styleduls):not(.pagination-list):not(.facility-info):not(.qj-list){
    clear: both;
    list-style-type: none;
    margin: 10px 0 10px;

}
article ul:not(.styleduls):not(.pagination-list):not(.facility-info):not(.qj-list) li{
    margin-bottom: 8px;
    padding-left: 0px;
    position: relative;
    list-style: none;
}
article ul:not(.styleduls):not(.pagination-list):not(.facility-info):not(.qj-list) li:before {
    background-color: #a31000;
    border-radius: 50%;
    content: " ";
    display: block;
    height: 5px;
    left: -14px;
    position: absolute;
    top: 11px;
    width: 5px;
}
@media (min-width: 40em) {
    .columnList2 {
        -webkit-column-count: 2;
        -webkit-column-gap: 3rem;
        column-count: 2;
        column-gap: 3rem;
    }
        .columnList3 {
        -webkit-column-count: 3;
        -webkit-column-gap: 3rem;
        column-count: 3;
        column-gap: 3rem;
    }
        .columnList4 {
        -webkit-column-count: 4;
        -webkit-column-gap: 3rem;
        column-count: 4;
        column-gap: 3rem;
    }
}

.location-links {
    padding:0;
    margin-bottom: 20px;
}
.location-links p {
    margin-bottom: 5px;
}
ul.styleduls {
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

ul.styleduls.location-list {
    margin-top: 30px;
}

ul.styleduls li {    
    display: block;
    margin-bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;
    width: 100%;
}
ul.styleduls.location-list li {    
    width: 50%;
}
ul.styleduls li a {
    background-color: #0093A3;
    background-image: url(/wp-content/themes/RC-Grn/images/next.svg);
    box-shadow: 0 3px 6px rgba(0,0,0,.125), 0 3px 6px rgba(0,0,0,.25);
    padding: 10px 50px 10px 18px;
    font-size: 14px;
    line-height: 1;
    background-position: 93% 50%;
    background-size: 10px;
    background-repeat: no-repeat;
    display: block;
    text-decoration: none;
    border-radius: 4px;
    color: #fff;
    -webkit-transition: box-shadow .2s ease,background-position .2s ease;
    transition: box-shadow .2s ease,background-position .2s ease;
    text-shadow: none;
}
ul.styleduls.location-list li a {
    background-color: #00616F;
}

ul.styleduls li a:hover, ul.styleduls li a:active {
    background:none;
    background-image: url(/wp-content/themes/RC-Grn/images/next.svg);
    color: #fff;
    background-color: #0093A3;
        padding: 10px 50px 10px 18px;
    font-size: 14px;
     line-height: 1;
          background-repeat: no-repeat;
    background-position:96% 50%;
    background-size: 16px;
    text-shadow: none;
}

ul.columned-list {
    -webkit-column-count: 2;
    -webkit-column-gap: 48px;
    column-count: 2;
    column-gap: 48px;
    clear: both;
    list-style-type: none;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
}

/*
Quick Jumps
*/

.qj-nav {
    margin-left: -15px;
    margin-top: 20px;
}
ul.qj-list {
    padding: 0;
    margin: 0;
}
li.qj-item {
    list-style: none;
    padding: 0 15px;
    position: relative;
    font-size: 15px;
    line-height: 30px;
    display: inline-block;
    margin-bottom: 0;
}

 li.qj-item:after {
    content: "";
    background: #bcbfc5;
    position: absolute;
    top: 2px;
    right: -1px;
    bottom: 0;
    height: 16px;
    width: 1px;
    margin: auto;
}

@media (min-width: 768px) {
     li.qj-item:after {
    top: 4px;
    height: 22px;
    width: 2px;
}
}
li.qj-item:last-child:after {
    content: none;
}
li.qj-item a {
    text-decoration: none;
    font-weight: 600;
}
span.anchor-control {
    position: relative;
}
span.qj-anchor {
    top: -30px;
    position: absolute;
}
 .m-qj-nav-container {
    display: none;
    margin-bottom: 30px;
 }

.panel-default>.panel-heading {
    padding:0;

}
.qj-toggle {
    padding: 10px 15px;
    color: #0093A3 !important;
    display: block;
    font-weight: 600;
    text-decoration: none !important;
}
ul.m-qj-list {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 0;
        padding-left: 30px;
}
.m-qj-item a {
    text-decoration: none;
    font-weight: 600;
}

.panel-heading a.accordion-toggle:after {
      font-family: FontAwesome;
  content: "\f078";
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading a.accordion-toggle[aria-expanded="true"]:after {
     content: "\f068";
}

@media screen and (max-width: 768px) {
    .qj-nav {
        display: none;
    }
    .m-qj-nav-container {
        display: block
    }
}


/*
======================================
Front Page
======================================
*/
#shiftnav-toggle-main {

    box-shadow:0 0.1875rem 0.375rem rgba(0, 0, 0, .125), 0 0.1875rem 0.375rem rgba(0, 0, 0, .25);
}
#shiftnav-toggle-main .shiftnav-toggle-burger {
padding: 18px 20px 14px;
}


.shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover {
border-bottom-color: #f6f6f6;
border-top-color: #f6f6f6;
}


img.shift-logo {
    max-width: 50px;
    margin-top: 8px;
    margin-left: 5px;
}
#shiftnav-toggle-main .shiftnav-main-toggle-content {
    padding: 10px;
}
a.shift-phone {
    font-weight: 600;
text-shadow:0.1em 0.1em 0.2em black;
}
p.shift-txt {
    font-size: 14px;
    font-family: Open Sans,Arial,Helvetica,sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
    text-shadow: none;
}

@media screen and (max-width: 350px) {
p.shift-txt {
font-size: 14px;
}
}

p.shift-helpline-txt {
padding: 25px 15px;
    font-size: 15px;
font-weight:600;
font-family: Open Sans,Arial,Helvetica,sans-serif;
}
.shift-phone {
    position: relative;
    font-weight: 700 !important;
    font-family: Open Sans,Arial,Helvetica,sans-serif;
    color: #f4e65d !important;
    top: -12px;
    line-height: 1;
}
.shift-helpline-txt a {
font-weight: 700 !important;
font-size: 30px;
font-family: Open Sans,Arial,Helvetica,sans-serif;
}




@media screen and (max-width: 376px) {
img.shift-logo {
    max-width: 40px;
    margin-top: 12px;
    margin-left: 0;
}
#shiftnav-toggle-main .shiftnav-toggle-burger {
    padding: 18px 8px 14px;
}
}


@media screen and (max-width: 350px) {
p.shift-txt {
font-size: 14px;
}
}

div#shiftnav-toggle-main {
    z-index: 2030;
}
.shiftnav-wrap {
    z-index: auto;
}
.shiftnav:after {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

/*
======================================
Front Page
======================================
*/

#top-cta {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%),url(/wp-content/themes/RC-Grn/images/Drug-Alcohol-Rehab-Centers-Addiction-Recovery.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 0%;
    margin-top: 0px;
    padding-top: 10%;
    padding-bottom: 12%;
}

h1.heroTitle {
    font-family: 'Fira Sans', sans-serif;
    text-shadow: 1px 1px 3px #000;
    color: #fff;
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 10px;
    font-weight: 500;
    margin-top: 0;
}

p.heroSubtitle {
    font-size: 17px;
    color: #fff;
    text-shadow: 1px 1px 2px #333;
    margin-bottom: 30px;
}
.btn-hero {
     display: inline-block;
    background-color: #f4e65d;
    line-height: 1;
    color: #000;
    font-size: 22px;
    font-weight: bold;
    border-radius: 4px;
    padding: 15px 40px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.26);
    -webkit-transition: box-shadow .2s ease,background-position .2s ease;
    transition: box-shadow .2s ease,background-position .2s ease;
}

.heroDisclaimer {
    margin-top: 15px;
    color: #fff;
    font-style: italic;
    text-shadow: 1px 1px 3px #000;
}

@media screen and (max-width: 768px) {
    h1.heroTitle {
            line-height: 55px;
    font-size: 40px;
}
}

@media screen and (max-width: 425px) {
    p.heroSubtitle {
    font-size: 14px;
}
h1.heroTitle {
    font-size: 27px;
        line-height: 35px;
    }
    .btn-hero {
    font-size: 18px;
    padding: 15px 30px;
}

}

.btn-hero:hover {
    text-decoration: none;
    box-shadow: 7px 7px 43px 0 rgba(0,0,0,.5);
    color: #000;
}

.section {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #fff;
}
.section.extra-pad {
  padding-bottom: 220px
}

.section.gry {
    background-color: #f8f5f8;
    padding-bottom: 120px;
}
.section.home-blog {
    background: #f1f1f1;
}

@media screen and (max-width: 425px) {
    .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

#action-box {
    padding:20px;
    background: #f9f9f9;
    z-index: 11;
    border-bottom: 1px solid rgba(0, 147, 163, .1);
}

.insurance-txt {
    font-size: 18px;
    margin-bottom: 0;
    color: #333;
}

.insurance-link {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}

@media screen and (max-width: 767px ) {
    #action-box {
padding-bottom: 15px;
    padding-top: 15px;
}
   .insurance-sm {
    margin-bottom: 10px;
    margin-top: 10px;
       max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
 .insurance-txt {
    text-align: center;
    font-size: 16px;
 }
}
h2.home-header {
    margin-top: 0;
    color: #1f1f1f;
    font-weight: 500;
        font-family: 'Fira Sans', sans-serif;
}
.home-link {
    font-size: 16px;
    text-decoration: underline;
}
.homepageContainer {
    z-index: 10;
    position: relative;
    margin: 0 auto;
    margin-top: -200px;
    background-color: transparent;
}
@media screen and (max-width: 767px) {
.custom-card{
    float: none;
    margin:0 auto;
}


}
.card {
    position: relative;
    border: none;
    border-radius: 0;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    margin-bottom: 30px;
    -webkit-transition: color .2s ease,box-shadow .2s ease,-webkit-transform .4s ease;
    transition: color .2s ease,box-shadow .2s ease,-webkit-transform .4s ease;
    transition: color .2s ease,box-shadow .2s ease,transform .4s ease;
    transition: color .2s ease,box-shadow .2s ease,transform .4s ease,-webkit-transform .4s ease;
}

@media screen and (max-width: 767px) {
    .card {
        margin-bottom: 30px;
    }
}

.card:hover {
    z-index: 10;
    box-shadow: 7px 7px 80px 0 rgba(0,0,0,.2);
    -webkit-transform: translatey(-4px);
    -ms-transform: translatey(-4px);
    transform: translatey(-4px);
    }

.card-block {
    text-align: center;
    background: #fff;
    padding: 40px 30px;
    -webkit-transition: color .2s ease,box-shadow .2s ease;
    transition: color .2s ease,box-shadow .2s ease;
}
.card-block.drug-blocks {
    padding: 15px 0 30px;
}
.card-content-block {
    padding: 0 30px;
}
.homepageContainer img.home-icons {
    max-width: 100px;
    height: 100px;
    margin-bottom: 0;
}
.card-title {
    background-color: #fff;
        font-family: 'Fira Sans', sans-serif;
    color: #1f1f1f;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 0px;
}
.card-text {
    color: #666;
    margin-bottom: 0px;
    min-height: 160px;
    line-height: 175%;
    font-size: 14px;
    margin-top: 15px;
}

.card-btn {
    display: inline-block;
    background-color:#00616F;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    padding: 8px 25px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
        -webkit-transition: box-shadow .2s ease,background-position .2s ease;
    transition: box-shadow .2s ease,background-position .2s ease;
}

.card-btn:hover {
    color: #fff;
        box-shadow: 7px 7px 43px 0 rgba(0,0,0,.2);
    background-color:#0093A3;
}

.card-text.icon {
    background-color: #5dc9e0;
    color: #fff;
    margin-bottom: 0;
}
.link-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    border-top: 1px solid #e9e9e9;
    background-position: 109% 50%;
    background-size: 15px;
    -webkit-transition: background-color .2s ease,color .2s ease,border .2s ease,background-position .2s ease;
    transition: background-color .2s ease,color .2s ease,border .2s ease,background-position .2s ease;
    color: #00cfe8;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.link-block:hover {
    border-top-color: #00ACC1;
    background-color: #00ACC1;
    background-position: 95% 50%;
    color: #fff;
}
.card.featured-facilities {
    margin-top: 20px;
}
.featured-facilities .card-block {
    padding: 30px;
}

.featured-facilities .card-text {
    min-height: auto;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #1f1f1f;
}
.featured-txt {
    background-color: #00ACC1;
    padding: 5px 10px;
    position: absolute;
    color: rgba(255, 255, 255, .7);

}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
    transition: none;
}
.ribbon span {
    font-size: 12px;
    transition: none;
    color: #000;
    text-align: center;
    font-weight: 400;
    line-height: 20px;
    transform: rotate(45deg);
    width: 100px;
    display: block;
    background:#f4e65d;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}
.ribbon span::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #B6A404;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #B6A404;
}
.ribbon span::after {
    content: '';
    position: absolute;
    right: 0%;
    top: 100%;
    z-index: -1;
    border-right: 3px solid #B6A404;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #B6A404;
}
.google-rating span {
    margin-right: 5px;
    color: #e7711b;
    font-size: 13px;
}
.google-rating .fa {
    margin-right: 0;
    width: 16px;
    color: #e7711b;
}
img.rating-icons {
    max-width: 14px;
    vertical-align: middle;
    position: relative;
    margin-right: 1px;
    bottom: 1px;
}
.card:hover > .ribbon,.card:focus > .ribbon,.card:active > .ribbon{
    transition: none;/*
    -webkit-transform: translatey(0);
    -ms-transform: translatey(0);
    transform: translatey(0);
        -webkit-transform: translatex(16px);
    -ms-transform: translatex(16px);
    transform: translatex(16px);*/
    }



.card-subtitle {
    color: rgba(51, 51, 51, .6);
}


.recent-news-wrapper {
    margin-top: 20px;
    margin-bottom: 38px;
    background-color: #fff;
    box-shadow: 7px 7px 70px -5px rgba(0,0,0,.2);
}
.recent-news-content-block {
    padding: 20px 40px;
}
.recent-news-title {
    font-size: 22px;
    line-height: 27px;
    color: #1f1f1f;
    font-weight: 500;
      font-family: 'Fira Sans', sans-serif;
}
.bottom-info-block.align-left {
    margin-top: 40px;
    text-align: left;
}

.news-link-block {
    position: relative;
    display: flex;
    height: 118px;
    padding: 17px 20px 20px 200px;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid #f3f3f3;
    background-color: #fff;
    -webkit-transition: color .2s ease,box-shadow .2s ease;
    transition: color .2s ease,box-shadow .2s ease;
    text-decoration: none;
}
.news-image-block {
    position: absolute;
    left: 30px;
    top: 18px;
    width: 145px;
    height: 75px;
    background-size: cover;
}
.news-date-title {
    display: inline-block;
    color: #666;
    font-weight: 400;
    font-size: 12px;
}


.news-block-title {
    margin-top: 4px;
    font-size: 14px;
    line-height: 19px;
    color:#00ACC1;
    text-decoration: none;
    font-weight: 600;
}
.news-link-block:hover {
    z-index: 10;
    box-shadow: 7px 7px 43px 0 rgba(0,0,0,.15);
    color: #03a9f4;
    text-decoration: none;
}


.other-popular h3, .common-insurance h3 {
padding-bottom: 15px;
    border-bottom: 1px solid;
    margin-bottom: 30px;
    color: #1f1f1f;
    font-family: 'Fira Sans', sans-serif;
}
.other-popular ul {
    -moz-column-width: auto;
    -moz-column-count: 4;
    -moz-column-gap: normal;
    -moz-column-rule-color: transparent;
    -moz-column-rule-style: none;
    -moz-column-rule-width: 1px;
    -webkit-column-width: auto;
    -webkit-column-count: 4;
    -webkit-column-gap: normal;
    -webkit-column-rule-color: transparent;
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 1px;
    column-width: auto;
    column-count: 2;
    column-gap: normal;
    column-rule-color: transparent;
    column-rule-style: none;
    column-rule-width: 1px;
    padding: 0;
    list-style: none;
}
@media screen and (max-width: 767px) {
    .other-popular ul {
        column-count: 1;
    }
}
.other-popular ul li {
    padding: 0;
    display: block;
    margin: 0;
}
.other-popular ul li a.link-item {
    display: block;
    font-size: 16px;
    margin: 0;
    line-height: 1.6;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.common-insurance ul {
    -moz-column-width: auto;
    -moz-column-count: 4;
    -moz-column-gap: normal;
    -moz-column-rule-color: transparent;
    -moz-column-rule-style: none;
    -moz-column-rule-width: 1px;
    -webkit-column-width: auto;
    -webkit-column-count: 4;
    -webkit-column-gap: normal;
    -webkit-column-rule-color: transparent;
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 1px;
    column-width: auto;
    column-count: 1;
    column-gap: normal;
    column-rule-color: transparent;
    column-rule-style: none;
    column-rule-width: 1px;
    padding: 0;
    list-style: none;
}
.common-insurance ul li {
    padding: 0;
    display: block;
    margin: 0;
}
.common-insurance ul li a.link-item {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.more-text {
    text-align: center;
}
.col-center {
    float: none;
    margin: 0 auto;
}




.ctaSection {
    padding: 30px 0;
    background-color: #f1f1f1;
}

.ctaSectionTitle {
    float: none;
    color: #00616F;
    font-size: 22px;
    line-height: 1.3em;
    text-align: left;
}
.btn-main.ctaSectionButton {
    position: static;
    float: right;
    right: 0;
}
@media screen and (max-width: 768px) {
    .btn-main.ctaSectionButton {
    float: left;
    margin-top: 20px;
}
}

@media screen and (max-width: 425px) {
    .ctaSectionTextBlock {
    text-align: center;
}
.btn-main.ctaSectionButton {
    float: none;
    text-align: center;
}
.ctaSectionTitle {
    text-align: center;
}
}

/*
*******************************
STATE LINK HOME PAGE
*******************************
*/

#treatment-state {
    padding-top: 80px;
    padding-bottom: 80px;
}

#treatment-state h3 {
    color: #1f1f1f;
    font-weight: 500;
        font-family: 'Fira Sans', sans-serif;
    font-size: 30px;
    margin-top: 0;
    padding-bottom: 0
}
#treatment-state p {
    font-size: 16px;
}
#treatment-state .home-link {
    margin-bottom: 40px;
    font-size: 16px;
    display: inline-block;
}
.state-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}


.state-list>li {
    display: block;
    margin-bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;
    width: 50%;
}




@media (min-width: 40em) {
.state-list>li  {
    width: 33.33333%;
}
}
@media (min-width: 52em) {
.state-list>li  {
    width: 25%;
}
}
@media (min-width: 64em) {
.state-list>li  {
    width: 20%;
}
}
.state-list li a {
    background-color:#00616F;
    background-image: url(/wp-content/themes/RC-Grn/images/next.svg);
    box-shadow: 0 3px 6px rgba(0,0,0,.125), 0 3px 6px rgba(0,0,0,.25);
    padding: 8px 50px 8px 18px;
    background-position: 93% 50%;
    background-size: 10px;
    background-repeat: no-repeat;
    display: block;
    text-decoration: none;
    border-radius: 4px;
    color: #fff;
    -webkit-transition: box-shadow .2s ease,background-position .2s ease;
    transition: box-shadow .2s ease,background-position .2s ease;
    text-shadow: none;
}

.state-list li a:hover, .state-list li a:active {
    background: none;
    background-image: url(/wp-content/themes/RC-Grn/images/next.svg);
    color: #fff !important;
    background-color: #0093A3;
    padding: 8px 50px 8px 18px;
    background-repeat: no-repeat;
    background-position: 96% 50%;
    background-size: 10px;
    font-weight: 400 !important;
    text-shadow: none;
}

/*.state-list li a {
    font-size: 14px;
    font-weight: 600;
    color:#00cfe8;
    margin-bottom: 5px;

}
.state-list li a:before {
    content: "\F0DA";
    font-family: FontAwesome;
    color: #bababa;
    padding-right: 8px;
  }*/


.state-list li a:hover,
.state-list li a:focus,
.state-list li a:active {
    color: #00cfe8;
    font-weight: 600;
}

.btn-secondary {
    display: inline-block;
    background-color: #00ACC1;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    border-radius: 4px;
    padding: 12px 25px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    -webkit-transition: box-shadow .2s ease,background-position .2s ease;
    transition: box-shadow .2s ease,background-position .2s ease;
}
.btn-secondary:hover {
    background-color: #00cfe8;
    text-decoration: none;
    box-shadow: 7px 7px 43px 0 rgba(0,0,0,.2);
    color: #fff;
}

@media screen and (max-width: 992px) {


    #treatment-state p {
        margin-bottom: 20px;
    }
    #treatment-state .tab-cta-state {
        margin-bottom: 20px;
        top: 0;
    }
}

/*
=================================
Call to action section homepage
=================================
*/
.section.tint {
    padding-top: 60px;
    padding-bottom: 50px;
    background:#0093A3;
}

.drk-txt {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 0;
}

.drk-txt a {
  color: #FFF38B;
  text-decoration: underline;
}

.hero-block {
    text-align: left;
}

@media screen and (min-width: 1025px) {
    .hero-block {
        text-align: center;
    }
}

@media screen and (max-width: 1250px) {
#top-cta {
    background-repeat:no-repeat;
background-size:cover;
background-position: 100% 0%;


}

}

@media screen and (max-width: 1024px) {
#top-cta {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 65%, rgba(0, 0, 0, 0.1) 100%),url("/wp-content/themes/RC-Grn/images/woman.jpg");
    background-repeat:no-repeat;
background-size:cover;
background-position: 0% 0%;
padding-top: 16%;
padding-bottom: 16%;


}

}

@media screen and (max-width: 920px) {
#top-cta {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 65%, rgba(0, 0, 0, 0.1) 100%),url("/wp-content/themes/RC-Grn/images/woman.jpg");
    background-repeat:no-repeat;
background-size:cover;
background-position:100% 0%;


}
}

@media screen and (max-width: 959px) {
    #top-cta {
        margin-top: 0;
    }
}

@media screen and (max-width: 899px) {
    #top-cta {
        margin-top: 0;
    }
    .hero-block {
        padding:0;
    }

}




.pageIntro {
    padding: 170px 0 40px;
}

.page-block {
padding-top: 170px
}
@media screen and (max-width: 960px) {
.page-block {
padding-top: 40px
}
.pageIntro {
    padding: 20px 0 15px;
}
}
p.postmetadata {
    margin-bottom: 0;
}
.header-line {
    width: 150px;
    height: 2px;
    margin: 20px 0;
    background-color:#00cfe8;
    display: inline-block;
}
a.trusted-content {
    padding: 10px 16px;
    background: rgba(0, 230, 255, 0.2);
    border-radius: 50px;
    font-size: 12px;
    display: inline-block;
    color: #0093A3;
    text-decoration: none !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    line-height: 1;
    margin-bottom: 20px;
    cursor: pointer;
}

a.trusted-content .fa-check {
    margin-right: 5px;
}

.trusted-modal .modal-content {
        border-radius: 0;
    text-align: center;
    border: none;
    font-family: 'Open Sans', sans-serif;
    padding: 30px;
}
.trusted-modal .modal-body {
    line-height: 200%;
    font-size: 16px;
    background-color: #fff;
    color: #333;
    padding: 0;
    margin-bottom:0;
}
.trusted-modal .modal-header {
    background: #fff;
    padding: 0;
    margin-bottom: 0;
    color: #333;
    border-bottom: none;
}
.trusted-modal .close {
    right: -10px;
    top: -25px;
    font-size: 35px;
    color: #333;
    position: relative;
    opacity: .8;
}
@media (min-width: 768px) {
.trusted-modal .modal-dialog {
    width: 600px;

    }
}
.medical-block-lg {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 35px;
    border-bottom:.0625rem solid rgba(0,0,0,.125);
}
.medical-block-sm {
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
}
@media screen and (max-width: 768px) {
    .medical-block-sm {
        display: block;
    }
    .medical-block-lg {
        display: none;
    }
}
.medically-reviewed {
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.medical-img {
    display: inline-block;
    margin-right: 10px;
}
.medical-img img {
    border-radius: 50%;
    max-width: 75px !important;
}
.medical-info {
    display: inline-block;
}
.medical-info a {
    font-weight: 600;
    text-decoration: none;
}
.medical-info p {
    font-weight: 600;
    color: #231f20;
    margin-bottom: 0;
    line-height: 1;
}

.medical-block-sm .medical-img img {
    max-width: 50px !important;
}

.medical-block-sm .medical-info a, .medical-block-sm .medical-info p {
    font-size: 14px;
        font-weight: 400;
}
.medical-block-sm .medical-info a {
    font-weight: 600;
}

.medical-block-sm .medical-info .reviewed-on {
    font-size: 12px;
    font-weight: 600;
}

.subheadline {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 0;
}

.medical-staff-member {
    min-height: 320px;
    padding: 30px 15px;
    margin-bottom: 30px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
}
.medical-staff-member h2 {
    margin:0 0 8px;
}
.medical-staff-member .header-line {
    margin: 10px 0 30px;
}

.img-medical-staff {
    border-radius: 50%;
    max-width: 150px;
    max-height: 150px;
}
.ms-c-block {
    margin-top: 15px;
}
.ms-c-block h4 {
    margin-bottom: 5px;
}
.ms-c-block a {
    text-decoration: none;
    font-size: 18px;
}
p.medical-staff-occupation {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
}
p.ms-c-item {
    margin-bottom: 10px;
    font-size: 14px;
    font-style: italic;
    line-height: 1.4;
}

.content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: 0px;
    margin-bottom: 60px;
    padding: 0;
    border-radius: 0;
    background-color: none;
}

@media screen and (max-width: 768px) {
    .sidebar {
    margin-top: 50px;
}
}

@media screen and (max-width: 425px) {
.row.content {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
}

}
.navbar-default {
    background-color: #fff;
    border: none;
    box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .125), 0 0.1875rem 0.375rem rgba(0, 0, 0, .25);
}

.btn.btn-drkblue-arw.btn-lg::before {
  content: "\f061";
  font-family: FontAwesome;
  padding: 0 1px;
  position: absolute;
  right: 1.5em;
  transform: translateZ(0px);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.btn.btn-drkblue-arw.btn-lg:hover::before, .btn.btn-drkblue-arw.btn-lg:focus::before, .btn.btn-drkblue-arw.btn-lg:active::before {
  transform: translateX(15px);
}
.btn.btn-drkblue-arw.btn-lg {
  backface-visibility: hidden;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  display: inline-block;
  padding-right: 2.2em;
  text-align: left;
  position: relative;
  transform: translateZ(0px);
  transition-duration: 0.3s;
  vertical-align: middle;
      -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.25);
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.25);
    box-shadow: 0 2px 4px rgba(0,0,0,.25);
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.25);
    -webkit-transition: box-shadow .2s ease,background-position .2s ease;
}
.btn.btn-drkblue-arw {
  background-color: rgba(9,76,98,1);
  border-radius: 0;
  color: #f8f9f4;
  font-size: 16px;
  width: 100%;
  padding: 15px 20px; 
  text-transform: none !important;
}
.btn.btn-drkblue-arw:hover, .btn.btn-drkblue-arw:focus, .btn.btn-drkblue-arw:active {
      background-color: #00cfe8;
      transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.row.blogroll {
    padding: 50px 5px;
}
.blogroll h2 {
    margin: 0;
    border-top: 0;
    padding: 0;
    line-height: 24px;
    font-size: 16px;
    color: #333;
}

.blogroll {
        border-top: 1px solid #dbdbdb;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
        margin-bottom: 30px;
    -webkit-transition: color .2s ease,box-shadow .2s ease,-webkit-transform .4s ease;
    transition: color .2s ease,box-shadow .2s ease,-webkit-transform .4s ease;
    transition: color .2s ease,box-shadow .2s ease,transform .4s ease;
    transition: color .2s ease,box-shadow .2s ease,transform .4s ease,-webkit-transform .4s ease;
}
.blogroll:hover {
      z-index: 10;
    box-shadow: 7px 7px 80px 0 rgba(0,0,0,.2);
    -webkit-transform: translatey(-4px);
    -webkit-transform: translatey(-.25rem);
    -ms-transform: translatey(-4px);
    -ms-transform: translatey(-.25rem);
    transform: translatey(-4px);
    transform: translatey(-.25rem);
}


.blogroll a:hover {
  text-decoration: none !important;
}
.blogroll:hover > a  >.blogroll-title >  h2,
.blogroll:hover > a > .blogroll-content > p.postmetadata {

  text-decoration: none;
}
.blogroll-title {
  padding: 10px 20px;
  min-height: 120px;
  vertical-align: middle;
  display: inline-block;
  align-items: center;
  justify-content: center;
  display: flex;

}
.blogroll-img {
    min-height: 185px;
    display: block;
}

.blogroll .postmetadata {
    margin-top: 0;
    font-size: 12px;
    display: flex;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
    color: #666;
}

.blogroll p {
        margin-top: 10px;
        font-size: 14px;
}
.blogroll-content {
    padding: 15px 20px;
}

.blogroll a {
    text-decoration: none;
    color: #333;
}

.blogroll a.btn.btn-drkblue-arw.btn-lg {
    max-width: 200px;
    float: right;
        margin-top: 5px;
    text-decoration: none;
}



@media screen and (max-width: 767px ) {
    .blogroll a.btn.btn-drkblue-arw.btn-lg {
    max-width: 100%;
    float: left;
    margin-top: 10px;
}
.blogroll h2 {
    margin-top: 10px;
    }
}


.row.blogroll:first-child {
    border-top: none;
}

.blogroll p.author {
    margin-bottom: 0;
    margin-top: 0;
}

.blogroll p.author a {
  color: #0093A3;
}
.blogroll p.author a:hover {
  text-decoration: underline !important;
}
.ex-title-by {
  margin-bottom: 0;
}
.blogroll-img.expert-img img {
    max-height: 160px;
    width: auto;
}
.blogroll-title.expert-title{
    padding: 10px 20px;
    min-height: 75px;
}
a.btn-secondary.expert-view {
    color: #000 !important;
    font-size: 14px;
    padding: 10px 40px;
    border-radius: 0;
    background: #fff;
    border: 1px solid #333;
}
.blogroll-content.expert-content {
    padding: 20px;
}

/*------------------------------------------------------------------*/
/* Header Style */
/*------------------------------------------------------------------*/
.header-wrapper {
    display: block;
}
.logo {
    display: inline-block;
}

@media screen and (max-width: 899px) {
    .header-wrapper {
        display: none;
    }
    .logo {
        display: none;
    }
    .page-wrapper {
    padding-top: 0px;
}
}


.header.header-prepare, .header.header-light.header-prepare {
    background-color:#fff;
    border-bottom: none;
}

.header.header-fixed {
    display: block;
    margin-top: 0 !important;
       padding: 15px;
    height: auto;
}



.header {
    position: absolute;
    /* text-align: center; */
    background-color: #152733;
    top: 0px;
    z-index: 1000;
    color: #fff;
    width: 100%;
    height: 94px;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}


/*------------------------------------------------------------------*/
/* Header CTA */
/*------------------------------------------------------------------*/

.header-cta-wrapper {
    float: right;
    position: relative;
    color: #323232;
}

.header-cta-phone-wrap {
        position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;

}

.header-cta-txt {
    font-size:16px;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
    text-align: right;

    line-height: 1;
}
.header-cta-txt-top {
    display: block;
    margin-bottom: 4px;
    margin-bottom: .25rem;
    color: #333;
    font-weight: 600;
}

.header-cta-txt-bottom {
    display: block;
    color: #666;
    font-size: 11px;
}

.header-cta-phone-number {
      display: inline-block;
      margin-bottom: 0;
      line-height: 1;
      font-size: 28px;
      font-weight: 600;
      text-decoration: none;
      color: #000;
  }

.header-cta-phone-number:hover {
    text-decoration: none;
    color: #333;
}

.nav {
    background: #0093A3;
    box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
    width: 100%;    
    overflow: visible;
    top: 70px;
    bottom: auto;
    z-index: 11;
    position: absolute;
    padding-top: 0;
}
.vertical-align {
    display: flex;
    align-items: center;
}
.header-fixed .logo a {
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}

.logo a {
    display: inline-block; 
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    position: relative;
}
.logo a img {    
    /* width: 100%;
    position: absolute;
    max-width: 220px;
    top: -5px;
    left: 0; */
	max-height:40px;
	display:inline-block;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.ac-logo-link{
	padding-right:15px;
	border-right: 1px solid #e6e6e6;
}
.rc-logo-link{
	padding-left:15px;
}

.content-footer {
    border-top: 1px solid #cacaca;
    padding-top: 20px;
    margin-bottom: 15px;
}
.content-footer p {
    margin-bottom: 0;
    font-size: 14px;
}
.content-footer p.date-copy {
    font-size: 12px;
    line-height: 1.4;
}
.content-footer p.date-copy span {
    font-weight: 700;
}
.content-footer a {
    text-decoration: none;
}

.editor-copy {
    display: inline-block;
}
p.content-disclaimer {
    display: inline-block;
    font-size: 14px;
    text-decoration: underline;
    color: #000;
    float: right;
}
.tooltip-inner {
    max-width: 275px;
    padding: 8px 8px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

@media screen and (max-width: 768px) {
    .editor-copy {
        display: block;
    }
    p.content-disclaimer {
        float: none;
        display: inline-block;
        margin-top: 15px;
    }
}

/*
============================
Sources
============================
*/
#articleSources {
  display: block;
  margin: 40px 0 20px;
}
.article-source-trigger, .article-source-trigger:hover,.article-source-trigger:focus,.article-source-trigger:active {
    text-decoration: none;
    font-weight: 400;
    display: inline-block;
    color: #0093A3;
    font-size: 16px;
}
p.article-source-item {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 12px
}
p.article-source-item:first-child {
    margin-top: 20px;
}
p.article-source-item a {
    word-break: break-word;
    overflow-wrap: break-word;
}
.article-source-block p.article-source-item:last-child {
    border-bottom: 1px solid #cacaca;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #articleSources {
    margin: 20px 0 40px;
  }
}

/*
============================
New Sidebar
============================
*/
@media screen and (min-width: 1200px) {
    .sidebar {
    padding-left: 50px;
}
}


.sidebar a {
  text-decoration: none;
}

p.or-txt {
    text-align: center;
    margin: 0 0 20px !important;
    font-size: 14px !important;
    font-style: italic;
}
.fancy-txt:before, .fancy-txt:after {
    background-color: #e6e6e6;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.fancy-txt:before {
    right: 0.5em;
    margin-left: -50%;
}
.fancy-txt:after {
    left: 0.5em;
    margin-right: -50%;
}

.side-block-related {
      display: block;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 0 7px rgba(0,0,0,.3);
    font-family: 'Open Sans', sans-serif;
    padding: 20px;
}
.related-title {
    color: #231f20;
    font-family: 'Fira Sans', sans-serif;
    border-bottom: 1px solid rgba(0,0,0,.2);
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}
ul.related-list {
    padding-left: 0px;
    margin-top: 20px;
    padding-bottom: 0;
    margin-bottom: 5px;
}

.related-list li {
    list-style-type: none;
    font-size: 14px;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    padding-left: 20px;
    line-height: 1.5;
    counter-increment: a;
}
.related-list li:last-child {
    margin-bottom: 0;
} 
.related-list li a {
  color: #222;
}
.related-list li::before {
    content: " ";
    position: absolute;
    left: 2px;
    top: 11px;
    display: block;
    height: 2px;
    width: 9px;
    background-color: #00bdd4;
}

.side-form-content-block {
  padding: 20px;
  background: #fff;
  color: #231f20;
}


.btn.btn-side.btn-blue {
  background: #0ebbd7;
  color: #fff;
  margin-bottom: 30px;
}
.side-form-title span {
   color: #231f20;
    font-size: 20px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    margin: 0;
  }
.side-form-content p {
    font-family: 'Open Sans', sans-serif;
    color: #231f20;
    margin: 20px 0 0;
    font-size: 15px;
    line-height: 25px;
}
.side-form-content.side-optimized p {
    margin: 20px 0;
}

.side-form-content.side-optimized .btn-main {
    margin-top: 10px !important;
}

.side-form-number {
    margin: 20px 0 30px;
    color: #f4e65d;
    font-weight: 700;
    text-align: center;
    text-shadow: 0.1em 0.1em 0.2em black;
    font-size: 26px;
    }
    .side-form-number a {
    color: #f4e65d;
}
.side-form-number:hover {
    color: #f2e038;
}
.side-form-content .checkboxhuman.checkbox {
    color: #231f20;
    font-size: 16px;
    margin: 0;
}
input#tBoxVal_side {
    width: 20px;
    height: 20px;
    top: 2px;
}
#client_capture_side .form-group:last-child,#optimized_side .form-group:last-child {
    margin-bottom: 0;
}
p.side-respect {
    font-size: 12px;
    margin: 20px 0 0 !important;
}
.sidebar .form-group>label {
    font-size: 16px;
    font-weight: 500;
}
.side-block-latest{
    display: block;
    margin-bottom: 30px;
    box-shadow: 0 0 7px rgba(0,0,0,.3);
}

.latest-block-content {
    padding: 20px;
}
.latest-title-l1 {
    color: #231f20;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
}
.side-line {
    width: 100px;
    height: 2px;
    margin-top: 10px;
    background-color: #f4e65d;
}
span.latest-title-l2 {
    color: #fff;
    font-weight: 400;
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

span.read-more:hover {
    text-decoration: underline;
}

.side-latest > .latest-block-content{
  background-color: #fff;
}
.side-latest:hover {
  text-decoration: none;
}


.latest-img {
    background-size: cover;
    height: 165px;
    position: relative;
}

.latest-featured {
    display: inline-block;
    background: rgba(0,0,0,.3);
    margin: 0;
    padding: 5px 15px;
    line-height: inherit;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}
#latest_img:before {
    content: 'Featured Article';
}
.sidebar-image-block {
    background: linear-gradient(0deg, rgba(0, 174, 239, 0.3) 100%, rgba(0, 174, 239, 0.3) 35%, rgba(0, 174, 239, 0.3) 0%), url(/wp-content/themes/RC-Grn/images/couple-recovery.jpg);
        background-position: 50% 0%;
    background-size: cover;
}

.sidebar-image-block-overlay {
    width: 100%;
    height: 100%;
    padding: 50px 20px;
    background-color: rgba(0,0,0,.05);
}
.sidebar-block-title.white {
    color: #fff;
    font-size: 29px;
    line-height: 32px;
    text-shadow: #000 1px 1px 2px;
}
.sidebar-block-title.subtitle.white {
    color: #fff;
    font-weight: 200;
    line-height: 25.5px;
}

.side-guide-block {
    margin-bottom: 30px;
}
.side-guide-header {
        padding: 20px 20px 0;
}

.side-guide-header p{
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: #231f20;
    margin-bottom: 10px;
    font-family: 'Fira Sans', sans-serif;
}

.side-guide-body {
    padding-bottom: 20px;
}

/*
New inline-cta
*/

.request-a-call #phoneExit {
    font-size: 18px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 4px 20px 4px 20px;
    max-width: 167px;
    height: 42px;
}

.btn.btn-request {
    padding: 12px 18px;
    border: 0;
    font-size: 24px;
    background: #f4e65d;
    color: #000;
    border-radius: 0;
    line-height: 1;
}

.in-content-callout .in-content-body h3 {
    border-top: 0;
    padding: 0;
    margin: 0;
    font-weight: 600;
    text-transform: none;
    font-size: 24px;
}

.in-content-callout .in-content-body .button:hover:after {
    border-right: 10px solid #f2e038;
}
.cta-block {
    margin: 40px 0;
    text-align: center;
}
.cta-title {
    color: #333;
    font-size: 22px;
    font-weight: 600;
}

.cta-subtitle {
    color: #333;
    font-size: 18px;
}


.button.callout-btn {
    background: #f4e65d;
    color: #000;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}
.in-content-callout .in-content-body .button:after{
         border-right: 10px solid #f4e65d;
    }
a.callout-btn:hover, .button.callout-btn:hover {
    background:#f2e038;
    color: #000;
}

.inline-cta-image-block.right {
    background: linear-gradient(45deg, rgba(0, 187, 214, 1) 45%, rgba(0, 187, 214, 1) 50%, transparent 50%), url(/wp-content/themes/RC-Grn/images/couple-cta.jpg);
    background-position: 63% 47%;
    background-size: cover;
    box-shadow: 0 0 7px rgba(0,0,0,.3);
    padding: 30px 45px;
}
.inline-cta-image-block.left {
    background: -webkit-linear-gradient(125deg, rgba(0, 187, 214, 1) 45%, rgba(0, 187, 214, 1) 50%, transparent 50%), url(/wp-content/themes/RC-Grn/images/inline-couple-cta.jpg);
    background-position: 63% 47%;
    background-size: cover;
    box-shadow: 0 0 7px rgba(0,0,0,.3);
    

}
.inline-cta-image-block {
    background: -webkit-linear-gradient(180deg, rgba(0, 187, 214, 0) 20%, rgba(0, 187, 214, 1) 72%), url(/wp-content/themes/RC-Grn/images/couple-cta.jpg);
    background-position: 50% 47%;
    background-size: cover;
       padding: 40px 50px;
}

.inline-cta-title.white {
    color: #fff;
    font-size: 29px;
    line-height: 32px;
    text-shadow: #000 1px 1px 2px;
}
.inline-cta-title.subtitle.white {
    color: #fff;
    font-weight: 200;
    line-height: 25.5px;
        font-size: 14px;
}




/*
Old inline CTA
*/
.in-content-callout .in-content-body {
    position: relative;
    background: #ffff;
    border: none;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.24), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
    border-radius: 4px;
    z-index: 1;
    padding: 10px 10px 10px 80px;
}


/*
=======
Old Form
=======
*/
#side-form-title h2 {
font-size: 22px;
    font-weight: 600;
    text-shadow: 1px 1px 6px #000;
}
#side-form-body p {
    font-size: 16px;
  }
  #side-form-title {
    text-shadow: 1px 1px 6px #000;
  }
.main-pop-cta .modal-body {
    padding: 10px 30px 5px;
    background-color: transparent;
    color: #000;
}
.main-pop-cta .modal-header p {
    color: #0093A3;
    margin-top: 0;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}
.main-pop-cta p {
    font-size: 14px;
}
.sectiontitle {
  text-transform: none;
}
.btn.btn-pop {
    font-weight: 600;
    background-color: #f4e65d;
    color: #000;
    border-radius: 10px;
    border:none;
    font-size: 18px;
    line-height: 1;
    padding:14px 18px;
    box-shadow: 3px 3px 9px 0 grey;
    }
.location-number-mobile:hover {
    color: #000;
}
.btn.btn-pop:hover {
    background-color: #f2e038;
    border:none;
}

.modal{
  background-color: rgba(0, 0, 0, 0.6);
}
.modal-backdrop{
  position: relative;
}
/*
============================
Single Expert Article
============================
*/
.author-block {
    padding-top: 20px;
    border-top:.0625rem solid rgba(0,0,0,.125);
}
.about-author {
    display: flex;
    vertical-align: middle;
    margin-bottom: 20px;
    align-items: center;
}
.author-img {
    display: inline-block;
    margin-right: 10px;
}
.author-img img {
    border-radius: 50%;
}
.author-info {
    display: inline-block;
}
.author-info a {
    font-weight: 700;
    text-decoration: none;
}
.author-info p {
    margin-bottom: 5px;
    line-height: 1;
}

.page-builder {
    margin-top: 114px;
}
.author-block {
    position: relative;
}
.ex-title-by {
    margin-top: 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    color: #666;
}
.ex-title-by>a {
    font-size: 14px;
    color: #0093A3;
    font-weight: 400;
    text-decoration: none;
}
.exp-article-thumb {
    margin-bottom: 30px;
}
.img-extra-small-single.wp-post-image {
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.25);
}

.content .expert-articles h1 {
    margin-bottom: 10px;
}

h2.expert-title {
    font-weight: 400;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.blogroll a.btn-secondary {
    color: #fff;
}

/*
single expert
*/
.expert-bio-block p {
    margin-bottom: 30px;
}
..expert-bio-block p:last-child {
    margin-bottom: 0;
}
p.expert-sub-title {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
}
i.fa.fa-linkedin-square {
    font-size: 30px;
}
.expert-links {
    display: flex;
    align-items: center;
    vertical-align: middle;
    margin: 20px 0;
}
.publication-item {
    margin-bottom: 15px !important;
    line-height: 1.7;
}
.expert-links img {
    max-width: 30px;
    margin-right: 10px;
}
.credentials>h3 {
    font-size: 14px;
    margin-top: 5px;
    text-align: right;
    font-weight: 700;
}
.creds{
    margin-bottom: 30px;
}

.expert-img > img {
    margin-top: 8px !important;
    border-radius: 100%;
}

.alignright-side {
    float: left;
    margin: 0px 15px 15px 0px;
}
.sidebar-credit p {
    font-family: 'Open Sans', sans-serif;
    line-height: 23px;
    font-size: 12px;
    color: #555;
}

.side-block {
    display: block;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 0 7px rgba(0,0,0,.3);
    font-family: 'Open Sans', sans-serif;
}
.side-content-block {
    padding: 30px 20px 30px 30px;
}
.side-content-block.lower-block {
  padding-top: 0;
}
.side-block-title {
    color: #555;
    font-size: 27px;
    font-weight: 500;
}
.side-block-title.subtitle {
    margin-top: 10px;
    color: #009bdb;
    font-size: 17px;
    font-weight: 400;
}
.side-title-line {
    width: 100px;
    height: 2px;
    margin-top: 10px;
    background-color: #555;
}

.side-content-block p {
    font-size: 12px;
    line-height: 22px;
    color: #555;
    font-family: 'Open Sans', sans-serif;
}
.btn-side-drk {
    font-weight: 400;
    display: inline-block;
    margin: 10px 0 0;
    color: #1f1f1f;
    border-radius: 0;
    padding: 8px 30px;
    font-size: 14px;
    border: .0625rem solid #666;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.25);
}


.sidebar-content-block {
    padding: 30px 20px 30px 30px;
}
.sidebar-content-block.green {
    background-color: #03a9f4;
}
.sidebar-block-title {
    color: #231f20;
    font-size: 22px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
}

.sidebar-block-title.white {
    color: #fff;
    font-size: 29px;
    line-height: 32px;
}

.sidebar-block-title.subtitle {
    margin-top: 10px;
    color: #333;
    font-size: 14px;
        font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.sidebar-block-title.subtitle.white {
    color: #fff;
    font-weight: 200;
    line-height: 25.5px;
}
.sidebar-title-line {
    width: 100px;
    height: 2px;
    margin-top: 10px;
    background-color: #00cfe8;
}

.sidebar-cta-title.large {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}

.sidebar-content-block.with-dynamic-list {
    padding: 0;
}

.sidebar-dynamic-link-block {
    display: block;
    font-size: 14px;
    color: #0093A3;
    padding: 12px 30px;
    border-top: 1px solid rgba(0,0,0,.1);
    -webkit-transition: background-color .2s ease,box-shadow .2s ease,color .2s ease;
    transition: background-color .2s ease,box-shadow .2s ease,color .2s ease;
    text-decoration: none;
    font-family: 'Nunito', sans-serif;
}
.sidebar-dynamic-link-block:hover {
    position: relative;
    z-index: 10;
    background-color: #00ACC1;
    box-shadow: 4px 4px 24px 0 rgba(0,0,0,.2);
    color: #f4e65d;
    border-top: none;
}

#bottomCTA {
       padding: 100px 0;
       background-color: rgb(0, 187, 214)
    background-size: cover;
    background: -webkit-linear-gradient(180deg, rgba(0, 147, 163, 0) 25%, rgba(0, 147, 163, 1) 50%), url(/wp-content/themes/RC-Grn/images/hopeful-recovery.jpg);
    background-position: 100% 25%;
}
@media screen and (max-width: 1024px) {
  #bottomCTA {
    padding: 70px 0;
    background-color: rgb(0, 187, 214) background-size: cover;
    background: -webkit-linear-gradient(180deg, rgba(0, 147, 163, 0) 25%, rgba(0, 147, 163, 1) 50%), url(/wp-content/themes/RC-Grn/images/hopeful-recovery.jpg);
    background-position: 75% 20%;
}
}

@media screen and (max-width: 767px) {
      #bottomCTA {
        background: rgba(0, 147, 163, 1);
    }
}

#bottomCTA h2 {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 500;
}
#bottomCTA h2, #bottomCTA p {
  color: #fff;
      font-family: 'Fira Sans', sans-serif;
}
.btn-main {
    display: inline-block;
    background-color: #f4e65d;
    line-height: 1;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    padding: 12px 25px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    -webkit-transition: box-shadow .2s ease,background-position .2s ease;
    transition: box-shadow .2s ease,background-position .2s ease;
}

.btn-main:hover {
    background-color: #f2e038;
    text-decoration: none;
    color: #000;
    box-shadow: 7px 7px 43px 0 rgba(0,0,0,.2);
}
.btn-side {
    text-align: center;
    width: 100%;
        font-size: 21px;
        font-weight: 600;
      padding: 12px 18px;
    margin-top: 15px;
    box-shadow: 0 3px 6px rgba(0,0,0,.125), 0 3px 6px rgba(0,0,0,.25);
}
input[type=submit] {
    -webkit-appearance: none !important;
    border: none !important;
}
.btn-main.btn-side {
    margin-top: 20px;
}
.btn-main.btn-side-top {
    margin-bottom: 30px;
}
.fw {
    width: 100%;
}

.sidebar-callout.off-to-side .button {
    color: #000;
    background-color: #f4e65d;
}



.mobile-callout {
    display: block;
    padding: 20px 30px 25px;
    background: #fff;
    margin: 40px 0;
    text-align: left;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.mobile-callout .btn-main {
    text-decoration: none;
    font-size: 24px;
    color: #000;
}
.mobile-callout p {
    color: #333;
    line-height: 1.4;
    margin-bottom: 20px;
}
.large-txt {
    color: #333;
    font-size: 24px;
    font-weight: 700;
}

.mobile-callout .large-txt {
    margin-bottom: 10px;
    color: #333;
}

.custom-callout {
    background: #f4e65d;
      display: block;
    padding: 20px 30px;
    margin: 40px 0;
    text-align: left;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.custom-callout .large-txt {
    margin-bottom: 5px;
}

.custom-callout p {
    margin-bottom: 10px;
}

.custom-callout .btn-main {
    background: #0093A3;
    color: #fff;
    font-weight: 400;
}

@media screen and (max-width: 425px) {
    .mobile-callout {
        padding: 20px 30px;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
        background: #0093A3;
        text-align: center;
        border-bottom: none;
        border-top: none;
    }
    .mobile-callout .btn-main {
        width: 100%;
    }
    .mobile-callout .large-txt {
        color: #fff;
        margin-bottom: 15px;
        font-size: 20px;
    }
    .mobile-callout p {
        color: #fff;
    }
    .custom-callout {
        text-align: center;
    }
    .custom-callout .large-txt {
        font-size: 20px;
    }

}
@media screen and (max-width: 374px) {
    .custom-callout {
        padding:20px;
    }
    .mobile-callout .large-txt {
        font-size: 18px;
    }
    .mobile-callout p {
        font-size: 14px;
    }
    .mobile-callout .btn-main {
        font-size: 20px;
    }
      .custom-callout p {
        font-size: 14px
    }
    .custom-callout .large-txt {
        font-size: 18px;
        margin-bottom: 0;
    }


}

.blk-txt {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Fira Sans', sans-serif;
    margin: 0 0 8px;
    line-height: 1;
}
.foot-mobile-banner {
    position: fixed;
    width: 100%;
    bottom: -150px;
    padding: 12px 25px;
    z-index: 1000;
    box-shadow: 0 -0.1875rem 0.375rem 0 rgba(0,0,0,.125), 0 -0.1875rem 0.375rem 0 rgba(0,0,0,.25);
    font-size: 36px;
    transition: all .2s;
    background: #ffff;
}
.btn.btn-mobile.btn-md {
    background-color: #f4e65d;
    border-radius: 25px;
    color: black;
    font-size: 40px;
    font-weight: 600;
    line-height: 22px;
    box-shadow: 0 3px 3px -2px black;
    padding: 10px 40px 7px;
}
.foot-mobile-banner {
    display: none;
    bottom: 0;
}
@media screen and (max-width: 330px) {
    .btn.btn-mobile.btn-md {
        font-size: 30px;
    }
    #shiftnav-toggle-main.shiftnav-toggle-edge-right .shiftnav-toggle-burger {
        padding-right: 5px;
    }
}

.scrolled {
    bottom: 0px;
    display: block !important;
}
.gone {
    display: none !important;
}

.mobile-cta-block {
    display: none;
}


    .mobile-cta-block {
    position: fixed;
    width: 100%;
    height: auto;
    padding: 15px 5px;
    bottom: 0;
    z-index: 1000;
    box-shadow: 0 -2px 0 0 rgba(255,255,255,.2);
    box-shadow: 0 -0.1875rem 0.375rem 0 rgba(0, 0, 0, .125), 0 -0.1875rem 0.375rem 0 rgba(0, 0, 0, .25);
    background: #fff;
}

.mobile-cta-txt {
    display: inline-block;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-right: 10px;
    line-height: 1;
    color: #000;
}
 .mobile-cta-txt-m {
    display: none;
    color: #fff;
 }
 .mobile-cta-click span {
    font-weight: 600;
}
.mobile-cta-click {
    display: inline-block;
    color: #000;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    padding: 10px 20px;
    background-color: #f4e65d;
    border-radius: 4px;
}
@media screen and (max-width: 1024px) {
        .mobile-cta-txt {
            font-size: 16px;
        }
}

@media screen and (max-width: 767px) {
     .mobile-cta-block {
        background-color:#00616f; 
        padding: 10px 5px;
}
    .mobile-cta-txt {
        display: none;
    }
    .mobile-cta-txt-m {
        display: block;
           margin-bottom: 5px;
           font-size: 16px;
           text-shadow: 0.1em 0.1em 0.2em #000;
    }
    .mobile-cta-click {
        display: inline-block;
        border-radius: none;
        background-color: transparent;
        box-shadow: none;
        text-shadow: 0.1em 0.1em 0.2em #000;
        padding:0;
        color: #f4e65d;
        font-weight: 700;
        font-size: 22px;
    }
    .mobile-cta-click span {
        display: none;
    }
}

/*featured rehabs*/
section.featured-rehabs{
	padding-top:0;
}
/*
Bottom cta
*/
.bottom-page-cta {
    margin-bottom: -90px;
}
 
@media screen and (max-width: 766px) {
    .bottom-page-cta {
    margin-bottom: 40px;
}
}
.bottom-cta-block {
    padding: 20px 20px 30px;
    background: #00ACC1;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.bottom-cta-title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 25px;
    line-height: 30px;
}
.bottom-cta-title:nth-child(2) {
    margin-bottom: 20px;
}
.bottom-cta-subtitle {
    color: rgba(255, 255, 255, .9);
    margin-bottom: 0;
    margin-top: 20px;
    font-style: italic;
    font-size: 14px;
}

form#client_capture_test {
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
}

.bottom-cta-btn-space {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
form#client_capture_test .btn-main{
    color: #000;
    box-shadow: none;
    border-top-left-radius: 0;
    cursor: pointer;
    border-bottom-left-radius: 0;
}
.bottom-cta-block .form-group {
    margin-bottom: 0px;
    display: flex;
    border-radius: 4px;
}
.request-a-call #phone {
    font-size: 18px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 4px 20px 4px 20px;
    max-width: 167px;
    height: 42px;
}
.bottom-cta-block .btn-main {
    vertical-align: middle;
    display: inline-block;
}
form#client_capture_test label.error {
    display: block;
    color: #fff;
    position: absolute;
    bottom: 2px;
    font-weight: 300;
    margin-left: 30px;
}


@media screen and (max-width: 680px) {
    .bottom-cta-btn-space {
    display: block;
    columns: #fff;
    margin: 10px;
}
}
@media screen and (max-width: 425px) {
    .bottom-cta-title {
    font-size: 20px;
}
}
/*
============
Comments
============
*/

.row.commentBlock {
    margin: 40px 0;
    background: #f1f1f1;
    padding: 20px;
}
.comment-block {
    margin-bottom: 15px;
}

.commentmetadata p {
    margin: 0;
}
.commentBody p {
    margin: 0;
    font-size: 14px;
}
.comment-date {
    font-size: 12px;
}

#commentform p {
    margin-bottom: 15px;
}
a.show-comments {
    cursor: pointer;
    display: block;
    border-top: 1px solid #ddd;
    font-size: 16px;
    padding-top: 20px;
}
a.comment-trigger {
    cursor: pointer;
    font-size: 16px;
    margin: 20px 0;
    display: inline-block;
}
/*
============
Footer
============
*/
#footer {
    background-color:#00616F;
    padding: 160px 0 40px;
    color: #fff;
    margin-top: 0px;
    }
#footer a {
    color: #fff;
}
#footer p {
    color: #fff;
    }
#footer .btn-main {
    color: #333;
}
.footer-number {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
}
 a.footer-number {
    font-weight: 600;
    font-size: 42px;
    letter-spacing: 1px;
    font-size: 28px;
    line-height: 40px;
}
.footer-title {
    font-size: 15px;
    margin: 0 0 10px;
     color: #fff !important; 
    font-weight: 600;
    border-bottom: 1px solid #00ACC1;
    display: inline-block;
}
.general-disclaimer {
    font-size: 12px;
    color: rgba(255, 255, 255, .7) !important;
    margin-bottom: 0;
    line-height: 1.4;
}
.sub-footer {
    background-color: #003f48;
    padding: 10px 0;
    color: #fff;
}

a.yellow-link {
    color: #FFEF61;
}
@media screen and (max-width: 767px) {
#rehab-center {
    text-align: center;
    float: none;
    margin-bottom: 30px;
}
#footer {
    padding: 30px 0;
}
}
@media screen and (max-width: 767px) {
    #rehab-center img {
    max-width: 250px;
}
}


.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 51px;
    position: fixed;
    bottom: 80px;
    Left: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
     border: 1px solid #ddd; 
    background: #fff;
    color: #333;
    z-index: 99;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    cursor: pointer;
    display: none;
    transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}
.scroll-top .fa {
    top: 2px;
    position: relative;
}
.scroll-top:hover {
    background:#00616F;
    text-decoration: none;
    color: #fff;
    border: none;
}
/* Salesforce chat button */
.embeddedServiceHelpButton .helpButton{
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.embeddedServiceHelpButton .helpButton.offsetBot {
    bottom: 80px!important;
    right: 15px!important;
    border-radius: 23px!important;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.embeddedServiceHelpButton .helpButton .uiButton{
	border-radius: 23px!important;
}
@media (max-width: 768px) {
.scroll-top {
    width: 35px;
    height: 35px;
    bottom:90px;
    left: 15px;
    font-size: 13px;
}
.scroll-top .fa {
    top: -5px;
}
}

/*
Flyout
*/




.flyout-block {
    display: none;
    text-align: center;
background: transparent;
    max-width: 300px;
    width: 100%;
    position: fixed;
    right: 20px;
    bottom: 0;
    min-height: 20px;
    height: auto;
        right: auto !important;
    left: 20px !important;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition: .35s ease;
}

.slide-in-from-left {
  animation: bottom-slide .25s forwards;
  animation-delay: 0s;
}

.fade-out {
  animation: fade-out .25s ease-out;
  animation-delay: .25s;
}

@keyframes left-slide {
  100% {left:10px;}
}

.flyout-content {
    background: #00ACC1;
    padding: 30px 20px 0;

}
.flyout-title {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'Fira', sans-serif;
}
.flyout-subtitle {
    color: #fff;
    line-height: 24px;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 15px;
}
.flyout-txt {
    color: #fff;
    padding-bottom: 10px;
}
.flyout-chevron {
    border-top-color: #00ACC1;
    position: relative;
}
.flyout-chevron:after {
    border-top-width: 20px !important;
        top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: inherit;
    border-width: 150px;
    border-top-width: 30px;
    margin-left: -150px;

}
.flyout-btn-block {
    padding: 0 10px 10px;
    background: #0093A3;
    padding-top: 45px;
}

.flyout .btn-main {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.flyout-exit {
    line-height: 24px;

        cursor: pointer;
background: transparent !important;
    color: #fff !important;
    font-size: 12px;
    border-bottom: 1px dashed #fff !important;
    padding: 0px 5px 4px 5px !important;
    vertical-align: middle;
}
.flyout-exit:hover {
    -webkit-box-shadow: 0 3px 6px -4px rgba(0,0,0,.8) inset;
    -moz-box-shadow: 0 3px 6px -4px rgba(0,0,0,.8) inset;
    box-shadow: 0 3px 6px -4px rgba(0,0,0,.8) inset;
}

@media screen and (max-width: 900px) {
  .flyout-wrapper {
    display: none;
  }
}

small.phone-numb {
    color: #333;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: Open Sans, sans-serif;
}


/*
*******************************
Facility Listings
*******************************
*/
.facility-listings a {
    text-decoration: none;
}

.facility-listings a:hover {
    text-decoration: none;
}
@media screen and (max-width: 374px) {
    .location-number-mobile {
        font-size: 24px;
    }
}
.facility-listings h2 {
    color: #231f20;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 25px;
    margin-top: 40px;
}
.facility-block {
    box-shadow: 0 2px 4px rgba(0,0,0,.25);
    margin-bottom: 30px;
    border: 1px solid rgba(51, 51, 51, .3);
}
.facility-block-title {
    padding: 15px 25px;
    background: #f1f1f1;
    line-height: 1;
    border-bottom: 2px solid #00616F;
}
.facility-block h3 {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}
.facility-block-body {
    padding: 20px 30px;
}
.facility-block address {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.facility-block span {
    display: block;
    font-size: 12px;
    color: #231f20;
}
.facility-info {
    margin-bottom: 20px;
    padding-left: 10px;
    list-style: none;
    padding-bottom: 0;
}
.facility-info li {
    list-style: none;
    color: #231f20;
    font-size: 13px;
    margin-bottom: 8px;
}
.facility-info > li > .fa {
    font-size: 16px;
    margin-right: 5px;
    color: #a31000;
}
.facility-block .btn-secondary {
    background-color: #00ACC1;
    background-image: url(/wp-content/themes/RC-Grn/images/next.svg);
    box-shadow: 0 3px 6px rgba(0,0,0,.125), 0 3px 6px rgba(0,0,0,.25);
    padding: 12px 50px 12px 18px;
    font-size: 14px;
    line-height: 1;
    background-position: 93% 50%;
    background-size: 10px;
    background-repeat: no-repeat;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    color: #fff;
    -webkit-transition: box-shadow .2s ease,background-position .2s ease;
    transition: box-shadow .2s ease,background-position .2s ease;
    text-shadow: none;
}

.facility-block .btn-secondary:hover, .facility-block .btn-secondary:active {
    background: none;
    background-image: url(/wp-content/themes/RC-Grn/images/next.svg);
    background-color: #0093A3 ;
    background-repeat: no-repeat;
    background-position: 96% 50%;
    background-size: 16px;
    text-shadow: none;
}

@media screen and (max-width: 425px) {
    .facility-block .btn-secondary {
        display: block;
    }
}

span.atf-txt {
    color: #333;
    margin-bottom: 15px;
    display: block;
    font-size: 18px;
}

.atf-cta {
    padding: 20px 15px;
    background: #fff;
    margin-top: 0;
    margin-bottom: 40px;
    border: 1px solid rgba(0, 0, 0, .2);
    text-align: left;
    box-shadow: 0 2px 4px rgba(0,0,0,.25);
}

a.atf-who {
    color: #333;
    font-size: 14px;
    display: inline-block;
}

h2.location-subheader {
    margin-top: 20px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 0;
}
.location-address {
    color: #231f20;
    margin-bottom: 0px;
    line-height: 1.5;
    font-size: 14px;
}