
body{
-webkit-font-smoothing: antialiased;
font-family: 'Open Sans', sans-serif;
color:#333;
letter-spacing: 0.02em;
overflow-x:hidden;
}


a{color:#3598c1;}
a:hover{color:#006a91;text-decoration: underline;}
a:active{color:#006a91;}
a:focus {color: #006a91;}

img{max-width:100%;height:auto;}

h1{font-family: 'Sanchez', serif;font-size:48px;letter-spacing:-0.02em;margin-top: 0;color:#756755;}

h2, h3, h4, h5{font-family: 'Open Sans', sans-serif}

h2{
  color: #3598C4;
  letter-spacing: -0.01em;
  font-family: 'Sanchez', serif;
}

.services h2{margin-top:0;}

.home-hero-lead h3{
  margin-top:0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

h4{
  margin-top:10px;
  color: #75675F;
  margin-bottom: 15px;
  line-height: 1.3;
}

.row-fluid{
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

#gray-color-block {
    background:#f2f2f2;
    position: static;
    padding-top:40px;
    padding-bottom:40px;
    background-image: url("../images/cork-bkg.png");
}

#tan-background{
  background: #f7f3ed;
  margin-bottom:0;
}

ol li{
  margin-bottom:10px;
}

p span{text-transform: uppercase;}

/* =======================
HEADER
======================= */ 

.ccm-page header {
    position: fixed;
    z-index: 100;
    width: 100%;
    background-color: #FFF;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page-template-home main {
    padding-top: 165px;
    background:#f7f3ed;
}

main {
    padding-top: 165px;
}

div.ccm-page header .ccm-search-block-form:before {
  content: "\f002";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  position: absolute;
  left: 30px;
  top: 27px;  text-decoration: inherit;
  color: #cbcbcb;
  font-size:18px;
}
div.ccm-page header .ccm-search-block-form .ccm-search-block-text {
  border: 1px solid #cbcbcb;
  color: #414a53;
  border-radius: 30px;
  padding: 10px 20px 10px 35px;
  background-color: #ffffff;
  width: 100%;
  line-height: 35px;
}
div.ccm-page header .ccm-search-block-form .ccm-search-block-text:focus {
  outline: 0;
}

/* =======================
NAV
======================= */ 
header h1{
  margin: 0;
}

#logo{
  margin:-25px 0 10px 0;
  padding: 0;
  font-size: 30px;
  display: block;
  width:400px;
  height:100px;
  background: url("../images/RogersBH_logo.png") no-repeat;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
}

.nav-container{
  background: #fff; /* Old browsers */
  height:46px;
}

/* =======================
BUTTONS
======================= */

.btn a{
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  font-style: normal;
}

.btn a:hover{
  text-decoration: none;
}

.btn a:active{
  text-decoration: none;
}

.btn{
  color:#fff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 8px 12px;
  font-weight:900;
  border-radius:0;
}

.btn:hover{background-color: #02a79f;color:rgba(255, 255, 255, 1)} 

.btn-default {
  background-color: #3598c1;
  text-shadow:none;
  border: none;
  font-weight:bold;
  border-radius:0;
  letter-spacing: 0.04em;
}

.btn-default:hover, .btn-default:active, .btn-default:focus{
background-color: #006a91;
border: none;
color: #fff;
}

.btn-primary {
  background-color: #08beb5;
  text-shadow:none;
  border: none;
  color:#fff;
  font-weight:bold;
  border-radius:0;
  letter-spacing: 0.05em;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #02a79f;
  text-shadow:none;
  border: none;
  color:#fff;
  border-radius:0;
}

/* =======================
EXTRA PADDING
======================= */

.padding-top{padding-top:20px;}
.padding-xs{padding-top:10px;padding-bottom:10px;}
.padding-sm{padding-top:20px;padding-bottom:20px;}
.padding-lg{padding-top:55px;padding-bottom:50px;}
.padding-bt{padding-bottom:60px;}

/* =======================
EXTRA MARGIN
======================= */
.margin-sm{margin-top:20px;margin-bottom: 20px;}
.margintop{margin-top:25px;}
.marginbottom{margin-bottom:25px;}
.marginxs{margin-top:2px;}

/* =======================
HELPER CLASSES
======================= */
.align-center{text-align: center;}

/* =======================
BREADCRUMBS
======================= */
.breadcrumb{background-color: transparent; padding-left: 0; font-size: 12px; padding-top: 15px;}
.breadcrumb a{color: #333;}
.breadcrumb>.active {color: #3598c1;}

/* =======================
UTILITY
======================= */
.top-bar {
    padding: 10px 0 5px;
    background: #fff;
    line-height: 28px;
    margin-bottom:5px;
}

.utility{
  text-align: right;
  padding: 10px 0 0;
}
.utility ul{
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  font-size: 14px;
  text-transform:uppercase;
  font-weight:600;
}

.utility ul li{
  padding: 0 3px;
  display: inline;  
  color: #414a53;
}

.utility ul li a{
  color: #414a53;
  text-decoration: none;
  margin: 0 5px;
  letter-spacing: 0em;
}

.utility ul li a:hover{
  color: #3598c1;
}

.utility-toggle ul.nav{
  display: none;
}

.mobileShow{
  display: none;
}

.logos img{
  margin:20px auto;
}

.social{
    /*
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin-right: 5px;
    */
    display: inline-block;
    font-size:18px;
}

/*
.headericons {
    width: 56px;
    height: 56px;
    border-radius: 50px;
    margin-right: 8px;
    display: inline-block;
    background-color:#08beb5;
    color:#fff;
}*/

ul.headericons{display:inline;list-style: none;}

li.headericons {
    width: 56px;
    height: 56px;
    line-height: 56px;
    background-color: #08beb5;
    color: #fff;
    display: inline;
    margin-right: 10px;
    list-style-type: none;
    border-radius: 50px;
    text-align: center;
    padding: 13px 0;
}

.headericons:hover{background-color: #02a79f;}

li.h4{
  font-size:16px;
  line-height: 20px;
  letter-spacing:0.02em;
}

li.headericons a{
    color: #fff;
    font-size:30px;
    text-align:center;
}

.headericons .navbar-nav>li>a {
    padding:15px 0;
    color: #fff;
    font-size:34px;
}

.navbar-nav>li>a {
  padding: 15px 5px;
  text-transform: uppercase;
}

.navbar-nav.navbar-right:last-child {
  margin-right:0;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 0;
}

.navbar {
min-height: 40px;
}

/* =======================
MOBILE UTILITY NAV
======================= */
.menu .utility-toggle ul.nav{
  padding-top: 15px;
  padding-left:30px;
}
.menu .utility-toggle ul.nav li{
  color: #414a53;
  margin-bottom: 0;
}

.menu .utility-toggle ul.nav li a {
  font-size: 14px;
  padding: 10px 15px 10px 5px;
  color: #414a53;
  border-bottom: none;
}

.menu .utility-toggle ul.nav li a:hover {
  color: #3598c1;
}

/* =======================
HOMPEPAGE ELEMENTS
======================= */

.callout{
  background-color:#fff;
  min-height: 270px;
  padding:0;
}

.callout .details {
    width: 100%;
    padding: 15px;
    text-align: center;
    min-height:190px;
}



.call-image img{width:100%;height:auto;}

.callout h3{text-align:center;margin-top:5px;padding-bottom:10px;font-weight:600;color:#3598c1;text-transform: uppercase;}

.callout h3 a{color:#3598c1;}

.callout h3 a:hover{text-decoration:underline;color:#006a91;}

.callout h4 a{color:#3598c1;}

.callout h4 a:hover {text-decoration:underline;color: #006a91;}

.callout h4 {color:#3598c1;font-size:20px;line-height: 22px;font-weight:600;letter-spacing:-0.02em;}


input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], input[type="password"], .ui-autocomplete-input, textarea, .uneditable-input {
display: inline-block;
padding: 0 10px;
font-size: 12px;
line-height: 38px;
color: #555555;
border-radius: 0px;
border: 1px solid #eaeaea !important;
}
.jumbotron img{
  display: block;
  width: 100%;
  height: auto;
}

#testimonial h2{font-family: 'Sanchez', serif;text-align: center;color: #fff;margin-bottom:10px;font-size:3.2em;margin-top:0;}

#testimonial p{
  font-size:18px;
  line-height: 22px;
  text-align: center;
  color:#fff;
  letter-spacing: 0.03em;
  padding-left:20px;
  padding-right:20px;
  margin-top:0;
  margin-bottom:20px;
}

#testimonial p span{
  font-style: normal;
  text-transform: uppercase;
  font-size:18px;
  margin-top:10px;
}

#testimonial a{color:#006a91;}

#testimonial a:active, a:hover{text-decoration: underline;}

div#testimonial_body h3{color:#fff;}

.btn-testimonial {
  background-color: #08beb5;
  text-shadow:none;
  border: none;
  font-weight:bold;
  margin-top:10px;
  border-radius:0;
  color:#fff;
}

.btn-testimonial:hover, .btn-testimonial:active, .btn-testimonial:focus {
  background-color: #02a79f;
  text-shadow:none;
  border: none;
  color:#fff;
  border-radius:0;
}

.btn-testimonial a{
  font-size:16px;
  letter-spacing: 0.05em;
  color:#fff;
  font-style: normal;
}

#testimonial h4{
  font-family: 'Sanchez', serif;
  text-align: center;
  color: #fff;    
  margin-bottom: 10px;
  font-size: 3.2em;
  margin-top: 0;
  letter-spacing: -0.01em;
}

.main-hero{
  position: relative;
  display: block;
}

.main-hero img{
  width: 100%;
  height: auto;
}

.hero{
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.home-hero-lead{
  position: absolute;
  top: 60%;
  left:0;
  color: #FFF;
  text-align:left;
  padding-left:10%;
}

.home-hero-lead h1{
  font-size: 66px;
  line-height: 72px;
  font-weight: 300;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  margin:0 0 5px 0;
  letter-spacing: -0.04em;
}

.home-hero-lead h3{
  font-weight: 600;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}


.hero-lead {
    text-align: center;
    position: relative;
    background: #e2dcd3;
    padding-bottom: 5px;
    padding-top: 8px;
}

.hero-lead h1 {
    font-size: 3em;
    line-height: 1;
    font-weight: 300;
    margin: 0 0 5px 0;
    text-shadow: none;
    color: #756755;
    letter-spacing: -0.02em;
}

.tan_bkgrnd{background-color:#d9b47f;background-image: url("../images/tan_bkgrnd.png");padding-top:20px;padding-bottom:30px;}

.tan_texture_bkg{
  background:#f2f2f2;
  padding-top:25px;
  padding-bottom:25px;
  background-image: url("../images/light_tan.png");
}

.tan_bkgrnd h3{  
  color:#444;
  text-align:left;
  margin:10px 0 5px 0;
  font-size:22px;
  text-transform: uppercase;
  font-weight: bold;
}

.trial .container{
  margin:0 auto 20px auto;
}

.brown_bkgrnd {
    background:#f2f2f2;
    padding-top:25px;
    padding-bottom:45px;
    background-image: url("../images/brown_bkgrnd.png");
}

.beige_bkgrnd{
  background:#f7f3ed;
  padding-top:35px;
  padding-bottom:35px;
}

.beige{
  background:#f7f3ed;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none;
}

th{color:#444;}

.table>thead>tr>th {
    border-bottom: none;
}

.tablesaw th, .tablesaw td {
    padding: .2em 0 !important;
}

.tablesaw * {
    border: none;
    border-radius:0;
}

select{
  padding: .5rem 1rem;
  border-radius:0;
}

/* =======================
MEGAMENU STYLES
======================= */
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
    position: static;
    padding-right: 15px;
}

.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown .navbar-nav>li>a {
    color: #414a53;
    /*text-transform: uppercase;*/
}

a.dropdown-toggle{
    color: #414a53;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
a.dropdown-toggle:hover, a.dropdown-toggle:active{
    color: #3598c1;
    /*height: 40px;*/
}

 .dropdown-menu {
    position: absolute;
    top: 100% !important;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top:0 !important;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #fff;
    border-color: transparent;
    border-bottom: 1px solid #414a53;
}
.yamm-content a{
    color: #414a53;
}
.yamm-content a:hover{
    color: #3598c1;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -khtml-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.3s linear;
}

/*.yamm-content li:first-child{
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}*/

.yamm-content p:first-child{
  text-transform: uppercase;
  padding-top: 10px;
}

.yamm-content ul.nav li{
    line-height: 2em;
    padding: 10px 0;
}
.yamm .dropdown-menu a {
    padding-left: 0px;
}

.yamm ul li {
  list-style: none;
  padding: 10px 0;
  line-height: 1;
}
.yamm-content ul.nav{
  font-weight: 300;
}

.yamm-content .nav>li>a{
    line-height: 1em;
}
.yamm-content .nav>a{
    line-height: 1em;
}
.yamm-content img{
    border-left: 1px solid #dadada;
    padding-left: 15px;
}
i.fa-caret-down {
    display: none;
}
i.fa-arrow-circle-up{
    display: none;
}

.open i.fa-caret-down{
  color: darkcyan;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #fff;
    border-color: transparent;
    border-bottom: none;
    color: #006a91;
}

.yamm .yamm-content {
    padding: 10px 30px !important;
}

.yamm-content .who li:first-child {
    font-weight: normal;
    margin: 0;
}

.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {padding-left:0;}

/* =======================
FOOTER
======================= */

.rbh-footer {
    padding-top:30px;
    background-color:#666d75;
    min-height:300px;
    margin-top:0px;
    text-transform: uppercase;
}

.rbh-footer a{
    color: #fff;
    text-decoration: none;
    font-weight:bold;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.rbh-footer p{color:#fff;font-weight:600;}
 
.rbh-footer a:hover{
  opacity: .7;
}

.rbh-footer ul{
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight:600;
}

.rbh-footer ul li{
  padding: 0;
  display: block;  
  color: #fff;
}

.rbh-footer ul li a{
  color: #fff;
  text-decoration: none;
  margin: 0;
  padding: 5px 0;
}

.rbh-footer ul li a:hover{
  opacity:.8;
}

.rbh-footer .small{
  color:#fff;
  margin:0;
  line-height: 1.5em;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.rbh-footer .social-icons ul li {
    display: inline-block;
    margin-right: 10px;
    list-style-type: none;
    font-size: 16px;
    line-height: 35px;
    width: 35px;
    height: 35px;
    background-color: #414a53;
    border-radius: 50px;
    text-align: center;
    }

.rbh-footer .social-icons ul li:hover {
    opacity:.8;
    }


.rbh-footer .social-icons li a {
    margin:0;
    color: #fff;
}

.rbh-footer h4{color:#fff;}

.footer-nav div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title{
  line-height: 15px;
}

.sub-footer{
  background-color:#414a54;
  padding:10px 0;
  display: block;
  margin-top:30px;
}

.sub-footer p{font-size: 12px;text-align: center;font-weight:bold;letter-spacing:0.02em;}


footer div.ccm-block-page-list-page-entry{
  margin-bottom: 5px;
}

.page-template-full footer{
  margin-top:100px;
}

/* =======================
LANDING PAGE ELEMENTS
======================= */

.lead-img img{width:100%; height:auto;}

.ccm-block-type-form{
  width:80%;
}

.locations{
  padding: 20px;
  background-color:#d9b47f;
  background-image: url("../images/light_tan.png");
  margin-bottom:20px;
}

.locations h2 {
  margin-top:0;
}

.staff-thumbnail img {
    margin-bottom: 10px;
}

.staff h2, .staff-from-list h2{margin-top:0;}

.staff {
  padding-bottom:15px;
  border-bottom:1px solid #c3c5c4;
  margin-bottom:10px;
}

.staff:last-child{
  border-bottom:none;
}

.staff-from-list{
  padding-bottom:15px;
  border-bottom:1px solid #c3c5c4;
  margin-bottom:10px;
}

ul.staffs-list{
  padding-left:0;
}

.staffs-list ul{
  padding-left:0;
}

.featured_doc{display:block;}

div.staff-locations ul, div.staff-programs ul{
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

div.staff-locations li, div.staff-programs li{
  display: inline;
}

div.staff-locations li:after, div.staff-programs li:after {
  content: '\002C\0020';
}

div.staff-locations li:last-child:after, div.staff-programs li:last-child:after {
  content: '';
}

div.staff-locations p{
  font-weight:700;
}

.staff-programs p, .staff-locations p{
margin-bottom:0;
margin-top:10px;
}

div.staff-programs, div.staff-locations{
  margin-bottom:10px;
}

.address p{
  font-size:18px;
  line-height: 24px;
}

.address h3{
  margin-top:0;
}
.services{
    margin-top: 20px;
}

.cta h2{
  font-size: 42px;
  text-align: center;
  margin-top:0;
}

.cta p{
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.featured_dr h2{
  margin-top:0;
}

.times h3{
  color:#006a91;
  font-family: 'Sanchez', serif;
  letter-spacing: -0.02em;
  font-size: 32px;
  line-height: 1;
}

.imgcontent{
  max-width:100%;
  height: auto;
  float:right;
  padding:0 0 15px 15px;
}

/* =======================
RESIDENTIAL VIDEO
======================= */

.video-bg {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

video.video-bg__video {
  width:100%;
}

/* =======================
TABS
======================= */

.tab-content {
    padding: 20px 0 10px 0;
}

.tab-content h2{margin-top:5px;}

.nav-tabs>li>a {
    margin-right: 1px;
    border: 1px solid transparent;
    color: #777;
    border-radius: 0;
    background-color: #e8e5e0;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 15px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #FFF;
    background-color: #3598c1;
    border: 1px solid #3598c1;
    border-bottom-color: transparent;
    cursor: default;
    font-weight: 600;

  }

.nav-tabs>li>a:hover, .nav-tabs>li>a:focus{
    background-color: #dedbd5;
}
.nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    background-color: #3598c1;
}
.pad{
    padding-top: 20px;
}

/* =======================
SCREENING REQUEST
======================= */

.page-template-screening main {
    background:#f7f3ed;
}

.screening h2{  
  color: #75675F;
}

/* =======================
ADD-ON STYLES
======================= */
.simple-accordion-title-shell {
    background: #f4f4f4 !important;
    padding: 10px 15px !important;
}

.panel-title {
  color: #3598c1;
}

.msv-location-map-map {
    margin-bottom: 0px !important;
}

/* =======================
TABLE STYLES
======================= */

.table-bordered {
    background: #f7f3ed;
}

.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
    border-bottom-width: 2px;
    background: #e8e5e0;
}
tbody input[type="text"]{
  width: 90%;
}
tbody select{
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 40px;
  border-radius: 0 !important;
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  appearance:none;
  background: url(../images/arrow.svg) no-repeat white;
  border: 1px solid #eaeaea !important;
  background-size: 15px;
  background-position: right 15px bottom 13px ;
}

#locaPrograms td{
  padding: 10px 10px 0 0;
}

.basictable {
   padding: 5px;
}



/* =======================
FORM STYLES
======================= */

/*input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], input[type="password"], .ui-autocomplete-input, textarea, .uneditable-input {
    display: block;
    padding: 4px;
    font-size: 14px;
    line-height: 18px;
    color: #555555;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
}*/

label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    text-transform: uppercase;
    color:#425058;
}

#contact{
  margin: 20px 0;
}

select{border-radius:0px;}


.panel-default>.panel-heading {
    background-color: #fdfaf6;
    border-color: #F7F3EE;
}

.panel-heading {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

/* =======================
BLOG
======================= */
.nav-sidebar ul{
    background: #fdfaf6;
    padding: 15px 0;
    line-height: 20px;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
}

.nav-sidebar li>a {
    padding: 5px 20px;
}

.nav-sidebar .nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}

.nav-sidebar li.active>a {
    background-color: #f7f3ed;
}

.nav-sidebar .nav-selected .nav-path-selected{
    background-color: #f7f3ed;
}

ul.ccm-block-topic-list-list{
  background: #fff;
  padding-top:0;
  text-transform: none;
}

.ccm-block-topic-list-list a{
  display: block;
}

.ccm-block-topic-list-header h5{
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 25px;
  color: #666d75;
  letter-spacing: 0.02em;
}

.ccm-block-date-navigation-header h5 {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 25px;
    color: #666d75;
    letter-spacing: 0.02em;
}

ul.ccm-block-date-navigation-dates{
    background-color: #fff;
    text-transform:none;
    list-style: none;
    padding-top:0;
}

ul.ccm-block-date-navigation-dates li{
    text-transform:none;
}

ul.ccm-block-topic-list-page-topics{
  list-style: none;
  padding-left:0;
}

.pagination>li>a, .pagination>li>span {
    color: #3598c1 !important;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    color: #fff !important;
    background-color: #3598c1 !important;
    border-color: #3598c1 !important;
}

.ccm-block-share-this-page{
  margin-top: 20px;
  display: block;
  clear: left;
}

.ccm-block-share-this-page .list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
    line-height: 26px;
}

.cols{
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

.blogcontainer p:first-child{
  margin-top:20px;
}

.event-date{
  font-size: 18px;
  margin-top:10px;
  color: #75675F;
  margin-bottom: 15px;
  line-height: 1.3;
}

/* =======================
INSIGHT BLOG STYLES
======================= */

.insight-footer{
  background-color:#bead98;
  padding:10px 0;
  display: block;
  margin-top:30px;
  min-height: 50px;
}

.insight-footer p{font-size: 14px;text-align: center;font-weight:bold;letter-spacing:0.02em;}

.insight-footer a{
    color: #fff;
    text-decoration: none;
    font-weight:bold;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.insight-footer p{color:#fff;font-weight:600;}
 
.insight-footer a:hover{
  opacity: .7;
}

.insight-hero-lead {
    text-align: left;
    position: absolute;
    top:15%;
    left:10%;
    z-index: 999;
}
.insight-hero-lead a:hover {
    text-decoration: none !important;
}

.insight-hero-lead h1 {
    font-size: 9em;
    line-height: 1;
    font-weight: 300;
    margin: 0 0 5px 0;
    text-shadow: none;
    color: #fff;
    letter-spacing: -0.02em;
    font-family: 'Open Sans', sans-serif;
}

.insight-hero-lead h1 span{
    color:#08beb5;
}

#insight_logo{
  padding: 0;
  font-size: 30px;
  display: block;
  width:350px;
  height:88px;
  background: url("../images/RogersBH_logo_white.png") no-repeat;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  float: right;
  margin-top: 6.5em;
  margin-right: 60px;
}

.page-template-insight-blog main{
  padding-top:0;
}

.page-template-insight-blog header {position: absolute;}

.insight-header {
    position: absolute;
    z-index: 99;
    background-color: rgba(0,0,0, 0);
    width: 100%;
    min-height: 75px;
}

.insight .ccm-block-topic-list-header h5 {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    color: #666d75;
    letter-spacing: 0.02em;
    margin-bottom:0;
}

.insight ul.ccm-block-topic-list-list {
    padding-top: 0;
    text-transform: none;
    background: transparent;
    line-height: 30px;
}

.insight .ccm-block-topic-list-wrapper {
    background: #fdfaf6;
    padding: 15px;
    line-height: 26px;
    font-size: 16px;
    text-decoration: none;
}

.insight .blogcontainer .ccm-block-topic-list-wrapper ul{
    background:#fff;
    padding: 0;
    line-height: 26px;
    font-size: 16px;
    text-decoration: none;
}

.blogcontainer .ccm-block-topic-list-wrapper {
    background: transparent;
    padding: 0;
    font-size: 16px;
    text-decoration: none;
    margin-top:10px;
}

.insight h1{
    font-family: 'Sanchez', serif;
    font-size: 48px;
    letter-spacing: -0.02em;
    margin-top: 20px;
    color: #756755;
}

.insight p{
  margin: 10px 0 10px;
}

.insight h2{
  margin-top:0;
}

/* =======================
MEDIA QUERIES
======================= */
@media (max-width: 1288px){
#insight_logo{
  width:290px;
  height:73px;
  background: url("../images/RogersBH_logo_white.png") no-repeat;
  background-size:290px;
  margin-top: 4.5em;
}

.insight-hero-lead {
    text-align: left;
    position: absolute;
    top: 15%;
    left: 3%;
}

@media (max-width: 1199px){
.callout, .callout-landing{
  margin-bottom:20px;
}

.callout .details-home {
    min-height:150px;
}

.callout .details {
    min-height:225px;
}

.home-hero-lead{
  top: 50%;
}

.home-hero-lead h1{
  font-size: 3em;
  line-height: 60px;
  margin-bottom:0;
}

#logo{
  width:290px;
  height:73px;
  background: url("../images/RogersBH_logo.png") no-repeat;
  background-size:290px;
  margin-top:-10px;
  }

.utility {
  text-align: right;
  padding: 5px 0;
}

.padding-xs{padding-top:5px;padding-bottom:5px;}

.social{
    font-size:14px;
}

div.ccm-page header .ccm-search-block-form:before {
    top: 25px;
}

.page-template-home main {
    padding-top: 150px;
}

main {
    padding-top: 150px;
}
tbody select{
  width: 90%;
  float: left;
} 
 tbody input[type="text"]{
  max-width: 250px;
  margin-right: 10px;
}

  #insight_logo{
  width:251px;
  height:63px;
  background: url("../images/RogersBH_logo_white.png") no-repeat;
  background-size:251px;
  margin-top: 4.5em;
  margin-right: 50px;
}
  
}

@media (max-width: 991px){
.page-template-home main {
    padding-top: 140px;
}

main {
    padding-top: 150px;
    margin-bottom:0;
}

.utility ul{
  font-size: 12px;
}

li#facebook {
    font-size: 14px;
}


li#pinterest {
    font-size:14px;
}


li#twitter {
    font-size:14px;
}


li#youtube {
    font-size:14px;
}

#logo {
    margin: 0;
    padding: 0;
    font-size: 30px;
    display: block;
    width: 200px;
    background-size: 200px;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
}

.utility ul li a {
    margin: 0 3px 0 3px;
}

.padding-top{padding-top:5px;}

.padding-lg{padding-top:30px;padding-bottom:20px;}

.callout{
  min-height: 230px;
  margin-bottom: 30px;
}

.callout .details-home {
    min-height:150px;
}

.home-hero-lead {
    position: relative;
    background: #e2dcd3;
    padding-bottom: 20px;
}

.home-hero-lead h1 {
    font-size: 2em;
    line-height: 1;
    padding-top: 15px;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    text-shadow: none;
    color: #756755;
    letter-spacing: 0;
}

.hero-lead h1 {
    font-size: 2.5em;
}

h3{
  font-size:18px;
  line-height: 26px;
  color: #81725e;
  letter-spacing: 0.01em;
  margin-top: 10px;
  margin-bottom:5px;
  text-shadow:none;
}

.home-hero-lead h3{text-shadow:none;}

.sidebar{
    min-height:150px;
}

table.respond {
    width: 70%;
    margin: 2em 0 2em;
}

.blogcontainer{
  margin-top:20px;
  padding-left: 35px;
  padding-right: 5px;
}

.ccm-block-type-form{
  width:100%;
}

#testimonial p{
  padding-left:10px;
  padding-right:10px;
}

.headericons {
    margin-right: 15px;
}

.callout .details {
    min-height:250px;
}
 tbody select{
  width: 90%;
  float: left;
} 
 tbody input[type="text"]{
  max-width: 250px;
  margin-right: 10px;
}

.insight-hero-lead h1 {
    font-size: 7.5em;
}

  #insight_logo{
  width:199px;
  height:50px;
  background: url("../images/RogersBH_logo_white.png") no-repeat;
  background-size:199px;
  margin-top: 3.8em;
  margin-right: 0;
}

.insight-hero-lead {
    text-align: left;
    position: absolute;
    top: 15%;
    left: 10%;
}

}

@media only screen and (max-width: 800px){
table.respond td:before {
    font-weight: 800 !important;
    text-transform: uppercase !important;
}

.video-bg {
    width: 100%;
    height: 400px;
    overflow: hidden;
  }

}

@media (max-width: 768px) {

h1{font-size:36px;}

.callout {
    margin-bottom: 30px;
    min-height: 240px;
}
.callout .details-home {
    min-height: 150px;
}

.callout .details {
    min-height:100px;
}

.menu .utility-toggle ul.nav li a {
    font-size: 16px;
    padding: 10px 20px 10px 0;
    border-bottom: none;
}

.home-hero-lead{
  position: relative;
}

.home-hero-lead h1{
  font-size: 52px;
  line-height: 56px;
}

main {
    padding-top: 118px;
}

.page-template-home main {
    padding-top: 140px;
}

.sidebar{
    min-height:100px;
    width:80%;
}

.lead-img img{width:80%; height:auto;}

.blogcontainer{
  margin-top:20px;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-toggle {
    position: absolute;
    top:20px;
    left:10px;
    padding: 8px 7px;
    margin-top: 5px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 1px;
    background-color: #414a53;
    color:#414a53;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color:#02a79f;
}

.toggle-show {
    display: block;
}

.staff-thumbnail{
  display: block;
}

.staff-thumbnail img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.staff h2{margin-top:20px;}

.navbar-header{
  margin-top:5px;
  position:fixed;
  top:0;
}
/* Very important style for careers page on tablets   */
 tbody select{
  width: 80%;
  float: left;
} 
 tbody input[type="text"]{
  max-width: 250px;
  margin-right: 10px;
}

.panel-body li{margin-bottom:10px;}

.navbar-right {
    float: left !important;
}

.insight-hero-lead h1 {
    font-size: 6em;
}

.insight-hero-lead {
    text-align: left;
    position: absolute;
    top: 15%;
    left: 2%;
}

}

@media (max-width: 767px) {
   .mobileHide{
    display: none;
  }
  .mobileShow{
    display: block;
  } 

  .nav-container {
  background-color: transparent;
  height: 0px;
  }

.callout {
    min-height: 240px;;
}

.callout img{width:100%; height:auto;}

.menu .utility-toggle ul.nav li a:hover {
    color: #222;
}

.navbar-toggle {
    position: absolute;
    top:10px;
    left:5px;
    padding: 8px 7px;
    margin-top: 5px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 1px;
    background-color: #08beb5;
    color:#08beb5;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color:#02a79f;
}

.toggle-show {
    display: block;
}

#logo {
    width: 200px;
    height: 50px;
    background: url(../images/RogersBH_logo.png) no-repeat;
    background-size: 200px;
    margin:10px auto;
}

.utility-toggle{background-color: #f7f3ed}

.menu .utility-toggle ul.nav.social li {
    display: inline-block;
    width: auto;
    padding:0 25px 25px 15px;
}

.menu .utility-toggle ul.nav.social {
    padding-top: 5px;
    padding-left: 30px;
    padding-bottom:15px;
}

.page-template-home main {
    padding-top: 115px;
}

li#facebook, li#pinterest, li#twitter, li#youtube{
    font-size: 18px;
}

.search{
  font-weight: 900;
  color: #3598c1;
  padding-top: 20px;
  float: right;
  font-size: 20px;
}

.search a {
  color: #3598c1;
}
.search a:hover{
  color:#02a79f;
}

.navbar-nav {
    margin: 0;
}

.headericons {
    margin-right: 8px;
    display: inline-block;
    background-color:transparent !important;
    width:auto;
    height: auto;
}

.headericons:hover{background-color:transparent; !important}

.headericons a {
    font-size: 25px !important;
    color:#08beb5 !important;
}

div.ccm-page header .ccm-search-block-form:before {
  left: 35px;
}

.navbar-nav>li>a {
    padding: 12px 0;
}

div.ccm-page header .ccm-search-block-form:before {
    top: 15px;
    color: #08beb5;
}

div.ccm-page header .ccm-search-block-form .ccm-search-block-text {
    padding: 0 5px;
    width: 95%;
    margin: 0 10px;
}

.mobilenavbar{background-color:#414a53;}

.home-hero-lead {
    position: relative;
    background: #e2dcd3;
    padding-bottom: 20px;
}

.home-hero-lead h1 {
    font-size: 2em;
    line-height: 1;
    padding-top: 15px;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    text-shadow: none;
    color: #756755;
    letter-spacing: 0;
}

.hero-lead h1 {
    font-size: 2em;
}

h3{
  font-size:18px;
  line-height: 22px;
  color: #81725e;
  letter-spacing: 0.01em;
  margin-top: 10px;
  margin-bottom:5px;
}

.locations h2 {
    margin-top: 10px;
}

.mobile-utility ul{
  padding: 0;
  margin: 0;
  list-style: none !important;
  display: inline-block !important;
  top: 20px;
  text-align: right;
  position: absolute;
  right: 10px !important;
}

.cols{
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
}

.navbar-collapse {
  background: white;
  overflow-x: hidden;
}
.yamm li.dropdown{
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-bottom: 1px solid #dadada;
}
 .yamm li.dropdown:last-child{
  border-bottom: none;
}
    
.yamm{
  max-height: 500px;
  overflow: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  left: 0;
  right: 0;
}
.yamm .yamm-content {
    padding: 5px 20px !important;
}
.yamm a.dropdown-toggle{
  padding: 10px 20px;
}
    .yamm-content img{
    display: none;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #fff;
    border-color: transparent;
    border-bottom: none;
    color: #08beb5;
    
}
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
    padding-right: 0px;
}
i.fa-caret-down{
    font-size: 25px;
    color: #08beb5;
    display: block;
    position: absolute;
    right: 25px;
    top: .5em;
    z-index: 1000;
    
}
.open i.fa-caret-down{
    color: darkcyan;
    transition-duration: 0.6s;
    transform: rotate(180deg);
}
tbody input[type="text"]{
    width: 100%;
}
tbody select{
  width: 90%;
  float: left;
    overflow: hidden;
} 
 tbody input[type="text"]{
  max-width: 250px;
  margin-right: 10px;
}

#testimonial h2{font-size:2.75em;}

.video-bg {
    width: 100%;
    height: 350px;
    overflow: hidden;
  }

ol li{
  margin-bottom:5px;
}  

.breadcrumb {
    font-size: 10px;
    line-height: 1.5;
    padding-top: 10px;
}

  #insight_logo{
  width:199px;
  height:50px;
  background: url("../images/RogersBH_logo_white.png") no-repeat;
  background-size:199px;
  margin-top: 2em;
  margin-right: 10px;
}

.insight-hero-lead h1 {
    font-size: 5em;
}

}

@media (max-width: 480px) {
.page-template-home main {
    padding-top: 105px;
}
.nav-tabs>li>a {
font-size: 11px;
padding: 6px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
font-size:11px;
padding: 6px;
}

.rbh-footer {
    padding-top:25px;
}

.rbh-footer .small {
    text-align: left;
}

#logo {
    width: 145px;
    height: 36px;
    background: url(../images/RogersBH_logo.png) no-repeat;
    background-size: 145px;
    margin:10px auto;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], input[type="password"], .ui-autocomplete-input, textarea, .uneditable-input {
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    line-height: 35px;
    color: #555555;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 5px;
    width: 100%;
}

h1, .h1, h2, .h2 {
    margin-top: 8px;
    margin-bottom: 5px;
}

main {
    padding-top: 120px;
    padding-top: 100px;
}

.btn-primary {
    margin-top: 5px;
}

.callout-landing .details-landing {
    width: 100%;
    padding: 8px;
    text-align: center;
}

.padding-bt{padding-bottom:20px;}

.menu .utility-toggle ul.nav li a:hover {
    color: #222;
}

.sidebar{
    min-height:100px;
    width:100%;
}

.lead-img img{width:100%; height:auto;}

.next-post {
    text-align: left;
    margin-top:20px;
}

.padding-sm{padding-top:10px;padding-bottom:10px;}

table.respond {
    width: 100% !important;
}

.sub-footer {
    background-color: #414A54;
    padding: 15px;
}

.btn-primary {
    margin-top: 5px;
}

.cols{
  -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}

.imgcontent{
  width:100%;
  height: auto;
  float:none;
  padding:15px 0 15px 0px;
}
 tbody select{
  max-width: 230px !important;
}
.mobile-utility ul{
  padding: 0;
  margin: 0;
  list-style: none !important;
  display: inline-block !important;
  top: 10px;
  text-align: right;
  position: absolute;
  right: 5px;
}

#testimonial h2{font-size:2.5em;}

  .video-bg{
    width: 100%;
    height: 205px;
    overflow: hidden;
  }

.insight-hero-lead h1 {
    font-size: 3em;
}

#insight_logo {
    width: 123px;
    height: 31px;
    background: url("../images/RogersBH_logo_white.png") no-repeat;
    background-size: 123px;
    margin-top: 1.25em;
    margin-right: 5px;
}

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 
  video.video-bg__video{object-fit: cover}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { 
  video.video-bg__video{object-fit: cover}

}

/*iPhone 6+ landscape*/
@media only screen and (min-device-width: 414px) { 
  video.video-bg__video{object-fit: cover}

}
    

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
 
}

@media print {
    
header{display:none;}

footer{display:none;}
  
img{display:none;}

}
  