* {
	margin:0;
	padding:0;
}

html, body {
    min-height: 100%;

}

body, .x-body {
    font-optical-sizing: auto;
    font-weight: 400;
  /*  font-size: 17px; now dynamic in header */
    line-height: 26px;
    color: #2B2B3B;
}

a {
    color: #035E55;
    text-decoration: underline;
}

a.arrow {
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.bgDark a.arrow {
    color: #5FBFCF;
}

a.arrow i {
    font-size: 18px;
    padding-left: 10px;
    position: relative;
    top: 2px;
}


h1 {
    font-size: 42px;
    line-height: 56px;
    font-weight: 500;
}

.bodyT2 h1 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
}

/*h2 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #035E55;
} */

h2 {
    font-size: 32px;
    line-height: 44px;
    font-weight: 500;
    margin-bottom: 15px;
}


.bgDark h2 {
    color: #5FBFCF;
}

.bio h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #12171C;
}

h3 {
    /*font-size: 24px;
    line-height: 30px;  now dynamic in header */
    font-weight: 500;
}

.bio h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #12171C;
}

h4 {
   /* font-size: 28px;
    line-height: 36px;  now dynamic in header */
    font-weight: 500;
}

.splashSmall h4 {
  /*  font-size: 36px;
    line-height: 44px;
    font-weight: 500;  */
    margin-bottom: 30px;
}

h5 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.tabBody h5 {
    color: #2B2B3B;
}

.splashSmall .button {
    margin-top: 30px;

}


.containerDop {
    width: 100%;
    max-width: 1200px;
}

header {
    background-color: #fff;
    border-bottom: 2px #035E55 solid;
    position: sticky;
    top: 0;
    z-index:10;
}

.mobileNav {
    display:none;
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 1;
}

.mobileNav .navbar-nav {
    display:none;
}


.navbar {
    padding: 0;
    min-height: 112px;
}

.navbar-nav {
    width: 100%;
    align-items: center;
}

.navbar-nav li {
    padding: 0;
}
.navbar-nav .nav-link {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
}
.navbar-nav .nav-link:hover {
    color: #000;
}

.navbar-nav .nav-link:focus {
    color: #000;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #000;
}
.navbar-nav .nav-link i {
    font-size: 12px;
}

.navbar-brand {
    position: absolute;
}

.navbar-brand img {
    max-width: 275px;
    padding: 10px 0;
}


ul.dropdown-menu {
    margin-top: 20px !important;
    border-radius: 4px;
    padding: 0;
    width: 200px;
    border: none;
    background-color: #F1F2ED;
}

ul.dropdown-menu a {
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 500;
    display: block;
    padding: 12px 16px 12px 12px;
}

ul.dropdown-menu a:hover, ul.dropdown-menu a:focus {
    color: #fff;
    background-color: #035E55;
}

/*
.nav-item a::before {
    position: relative;
    top: 1px;
    padding-right: 5px;
}

.navHome a::before {
    content: url(/images/icon-home.svg);
}

.navDirectory a::before {
    content: url(/images/icon-directory.svg);
}

.navHospital a::before {
    content: url(/images/icon-hospital.svg);
}

.navWebsite a::before {
    content: url(/images/icon-globe.svg);
}

.navReports a::before {
    content: url(/images/icon-reports.svg);
}

.navHome li a::before, .navDirectory li a::before, .navHospital li a::before, .navWebsite li a::before, .navReports li a::before {
    content: '';
}
*/

img.br8, .br8 img {
    border-radius: 8px;
}


.form-label {
    margin-bottom: 3px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    color: #12171c;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.clearAll {
    clear: both;
    width: 100%;
    height: 0px;
    overflow: hidden;
    display: block;
}

.alignCenter {
    text-align: center;
}
.alignRight {
    text-align: right;
}

.rowValignCenter {
    align-items: center
}
.rowAlignCenter {
    justify-content: center;
}


.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}

div.spacer40 {
    clear: both;
    height: 40px;
}

div.spacer80 {
    clear: both;
    height: 80px;
}

.mb0 {
    margin-bottom: 0;
}

.mt0 {
    margin-top: 0;
}

.pb0 {
    padding-bottom: 0;
}

.pt0 {
    padding-top: 0;
}


.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}


.mt25 {
    margin-top: 25px;
}

.mb25 {
    margin-bottom: 25px;
}

.pt25 {
    padding-top: 25px;
}

.pb25 {
    padding-bottom: 25px;
}


.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.pt30 {
    padding-top: 30px;
}

.pb30 {
    padding-bottom: 30px;
}


.mt40 {
    margin-top: 40px;
}

.mb40 {
    margin-bottom: 40px;
}

.pt40 {
    padding-top: 40px;
}

.pb40 {
    padding-bottom: 40px;
}


.mt60 {
    margin-top: 60px;
}

.mb60 {
    margin-bottom: 60px;
}

.pt60 {
    padding-top: 60px;
}

.pb60 {
    padding-bottom: 60px;
}

.pt80 {
    padding-top: 80px;
}

.pb80 {
    padding-bottom: 80px;
}

ra4 {
    border-radius: 4px;
}

ra8 {
    border-radius: 8px;
}


.button {
    display: inline-block;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    background-color: #5FBFCF;
    border-radius: 4px;
    text-decoration: none;
    border: none;
}


.buttonAlt {
    color: #fff;
    background-color: #035E55;
}


.btnWhite {
    background: #fff !important;
}


.btnMoonstone {
    background: #5cb8c8 !important;
}

.navbar-brand svg {
    width: 275px;
    height: auto;
}


section {
    margin-bottom: 80px;
}

.sectionTop {
    margin-top: 80px;
}

.sectionTopBreadcrumb {
    margin-top: 40px;
    margin-top: 20px;
}

.headerRight {
    position: absolute;
    right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.headerRight .btnHeader {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    background-color: #035E55;
    border: 2px solid #5FBFCF;
    color: #fff;
    padding: 12px 16px;
    border-radius: 4px;
    border: none;
}


p.introSmall {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

img.imgFull, .imgFull img {
    width: 100%;
}

img.imgFullImp, .imgFullImp img {
    width: 100% !important;
    height: auto !important;
}

.imgLeft .colInner h3, .imgRight .colInner h3 {
  /*  margin-bottom: 40px; */
}


.imgLeft div.col-md-6:first-child img {
    border-radius: 8px;
}

.imgRight div.col-md-6:last-child img {
    border-radius: 8px;
}
.imgRight div.col-md-5 img, .imgLeft div.col-md-5 img {
    border-radius: 8px;
}
.imgRight .row div.col-md-7 .colInner {
    padding-right: 10%;
}
.imgLeft .row div.col-md-7 .colInner {
    padding-left: 10%;
}

.bio div.col-md-6:last-child .colInner {
    padding-left: 25px;
}

.bgLightGray {
    background-color: #F1F2ED;
}

.divider {
    color: #888B8D;
    padding-left: 8px;
    padding-right: 8px;
}

.breadcrumb {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    font-weight: 400;
    margin-bottom: 20px;
    margin-bottom: 0px;
}

.col-md-6 .breadcrumb {
    font-weight: 700;
    margin-bottom: 20px;
}

.sectionTopBreadcrumb.mb40 {
    margin-bottom: 25px;
}


.byline {
    color: #000;
}


.breadcrumb a {
    color: #414549;
    font-weight: 400;
    text-decoration: none;
}

.buttonList {
    margin-bottom: 20px;
}

.buttonList .button {
    display: inline-block;
    margin-right: 10px;
    border-radius: 20px;
    padding: 6px 12px;
    background-color: #E8E9E1;
    border: 1px solid #BDBFB1;
    color: #2b2b3b;
}

.buyline {
    color: #000;
}

.threeUpList .col-lg-4  {
    margin-bottom: 30px;
}

.threeUpList .col-lg-4 .colInner  {
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px -2px rgba(37, 42, 46, 0.1), 0px 2px 4px -2px rgba(37, 42, 46, 0.06);
    border-radius: 8px;
}

.threeUpList .col-lg-4 .colInner img  {
    border-radius: 8px 8px 0 0;
}

.threeUpList .col-lg-4 .colInner .padding  {
    padding: 20px;
}

.threeUpList h4  {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #12171C;
}

.threeUpList h4 a, .services3Col h4 a {
    color: inherit;
    text-decoration: none;
}

.locList3up .colInner {
    text-align:center;
}

.locList3up .colInner p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.locList3up .colInner .imgWrap {
    width: 200px;
    height: 200px;
    box-shadow: 0px 4px 8px -2px rgba(37, 42, 46, 0.1), 0px 2px 4px -2px rgba(37, 42, 46, 0.06);
    border-radius: 8px;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.locList3up .colInner .imgWrap:hover {
    box-shadow: 0px 20px 24px -4px rgba(37, 42, 46, 0.08), 0px 8px 8px -4px rgba(37, 42, 46, 0.03);
    cursor: pointer;
}

.locList3up .colInner .imgWrap img {
    max-width: 150px;
}

.locList3up .colInner {
    color: #000;
}

.locList3up .colInner a {
    text-decoration: none;
}

.twoCols .colInner {
    padding-right: 25px;
}

.threeCols .colInner, .fourCols .colInner {
    padding-right: 15px;
}



.faqs {
}

.faq .plusMinus {
    float:right;
    font-size: 22px;
}

.faq {
    background-color: #E8E9E1;
    border-radius: 8px;
    margin-bottom: 15px;
}

.faq i.fa-plus {
    display: inline-block;
}

.faq i.fa-minus {
    display: none;
}

.faqActive {
    border: 1px solid #035E55;
}

.faqActive i.fa-plus {
    display: none;
}

.faqActive i.fa-minus {
    display: inline-block;
}

.faq .faqQuestion {
    display: block;
    padding: 20px;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #12171C;
}

.faq .faqAnswer {
    display: none;
    background-color: #F1F2ED;
    border-top: 1px solid #035E55;
    padding: 20px;
    border-radius: 0 0 8px 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #12171C;
}

.faqActive .faqAnswer {
    display: block;
}


.services3Col svg {
    margin-bottom: 15px;
}

.services3Col h4 {
    margin-bottom: 15px;
}

.services3Col div.col-lg-4 .colInner {
    padding-right: 20px;
}

.services3ColImg div.col-lg-4 .colInner {
    padding-right: 0;
}

.services3ColImg div.col-lg-4:first-child .colInner {
    padding-right: 20px;
}

.services3ColImg div.col-lg-4:last-child .colInner {
    padding-left: 20px;
}

.breakImg {
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}



.vCurveRight div.col-md-6:last-child .colInner {
    background-size: cover;
    height: 100%;
    min-height: 480px;
    border-radius: 0 8px 8px 0;
}


.vCurveRight div.col-md-6:last-child .colInner div {
height: 100%;background-image: url('data:image/svg+xml,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="204.000000pt" height="720.000000pt" viewBox="0 0 204.000000 720.000000" preserveAspectRatio="xMidYMid meet"><g transform="translate(0.000000,720.000000) scale(0.100000,-0.100000)" fill="%23fff" stroke="none"><path d="M0 3600 l0 -3600 1020 0 1021 0 -64 78 c-282 342 -641 911 -895 1419-453 903 -736 1832 -851 2788 -105 870 -79 2002 64 2815 8 47 15 88 15 93 0 4-70 7 -155 7 l-155 0 0 -3600z"></path></g></svg>'); background-size: auto 100%;background-repeat:no-repeat;
}

.splashSmall {
    height: 400px;
    border-radius: 8px;
}

.splashSmall .row {
    height: 100%;
    align-items: center;
}

.splashSmall div.col-md-6:first-child .colInner {
    padding-left: 40px;
    padding-right: 20px;
}

.splashSmall div.col-md-6:last-child {
    background-position: center center;
    background-size: cover;
    border-radius: 0 8px 8px 0;
}

.splashSmall div.col-md-6:last-child svg {
    display: block;
    height: 400px;
    width: auto;
    position: relative;
    left: -15px;
}

.splashSmall div.col-md-6:last-child svg path {
    fill: #035E55;
}



.splashBig {
    height: 720px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 50% auto;
}
.splashBigAngle {
    background-size: 60% auto;
}
.splashMed {
    height: 550px;
}

.splashBig .container{
    height: 100%;
}

.splashBig .row {
    height: 100%;
    align-items: center;
}

.splashBig div.col-lg-6:first-child, .splashBig div.col-lg-5 {
    display: flex;
    align-items: center;
    height: 100%;
}

.splashBig div.col-lg-6:last-child svg {
    display: block;
    height: 720px;
    width: auto;
    position: relative;
    left: -15px;
}

.splashMed div.col-lg-6:last-child svg {
    height: 550px;
}

.splashBig div.col-lg-6:last-child svg path {
    fill: #035E55;
}


.splashBig div.col-lg-6:last-child {
    background-size: 0 0;
}


.splashBig div.col-lg-7 {
    background-size: 0 0;
}



/*.splashBig h1 {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}*/

.splashBig h1 {
    color: #fff;
    font-size: 60px;
    line-height: 72px;
    font-weight: 500;
    margin-bottom: 40px;
}

.bodyT2 .splashBig h1 {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    margin-bottom: 20px;
}

.splashBig p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 40px;
}

.splashBig p.introSmall {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.splashBig .button {
    display: inline-block;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    background-color: #5FBFCF;
    border: 2px solid #5FBFCF;
    border-radius: 4px;
    text-decoration: none;
    margin-right: 15px;
}

.splashBig .buttonAlt {
    color: #fff;
    background-color: #035E55;
}

.bannerNeutral {
    background-color: #F3F3F4;
}

.iconsGroup a {
    float: left;
    text-decoration: none;
    width: 100%;
    margin: 10px 0;
}

.iconsGroup a span:first-child {
    display: table-cell;
    vertical-align: middle;
}

.iconsGroup a span:first-child i {
    float: left;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #DFF2F5;
    color: #5FBFCF;
    border-radius: 8px;
}

.iconsGroup a span:last-child {
  /*  word-break: break-all; */
    display: table-cell;
    vertical-align: middle;
    padding-left: 18px;
    color: #12171C;
}

.headerRight .iconsGroup a span:last-child {
    font-size: 26px;
}

.iconsGroupAlt div {
    float: left;
    text-decoration: none;
    width: 100%;
    margin: 10px 0;
}

.iconsGroupAlt div span:first-child {
    display: table-cell;
    vertical-align: top;
}

.iconsGroupAlt div span:first-child i {
    float: left;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #DFF2F5;
    color: #5FBFCF;
    border-radius: 8px;
}

.iconsGroupAlt div span:last-child {
    word-break: break-all;
    display: table-cell;
    vertical-align: middle;
    padding-left: 12px;
    color: #12171C;
}

.iconsGroupAlt div span:last-child a {
    display: block;
    margin-bottom: 10px;
    color: #12171C;
}

.pagination ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: auto;
    margin: 20px auto;
}
.pagination li {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0;
}
.pagination li a {
    display: block;
    margin: 0 9px;
    padding: 5px 11px;
    border: 2px solid #f3f3f4;
    border-radius: 4px;
    background-color: #f3f3f4;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.pagination li a:hover {
    border: 2px solid #5FBFCF;
}

.pagination li a.active {
    border: 2px solid #035E55;
    background-color: #035E55;
    color: #fff;
}

.pagination li a.inactive {
    color: #D0D1D2;
}

.footer {
    background-color: #035E55;
    margin-bottom: 0;
    padding: 40px 0;
}

.footerTop {
    margin-bottom: 40px;
}


.logo-footer img {
    max-width: 218px;
    height: auto;
    display: inline-block;
    margin-bottom: 40px;
}


.logo-footer svg {
    width: 218px;
    height: auto;
    display: inline-block;
    margin-bottom: 40px;
}

.logo-footer svg path {
    fill: #fff;
}

.footerHqLogo svg path {
    fill: #fff;
}

.socialFooter a {
    text-decoration: none;
}

.socialFooter a i {
    display: inline-block;
    font-size: 26px;
    color: #fff;
    margin-right: 15px;
}

.btnFooter {
    clear: both;
    display: inline-block;
    background-color: #fff;
    border-color: #fff;
    margin-bottom:30px;
    padding: 10px 16px;
}

.footerBottom, .footerBottom a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.footerBottom div.col-lg-6:last-child {
    text-align: right;
}

.footerBottom div.col-lg-6:last-child a {
    display: inline-block;
    margin-left: 20px;
}

.footerHq .footerNav {
  padding-left: 60px;
}

.footerCol3 .colInner {
  padding-left: 40px;
}

.footerNav h4 {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 25px;
  color: #5FBFCF;
}

.footerNav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footerNav ul li {
    margin-bottom: 15px;
}

.footerNav a {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}


.footerLocations {
    border-top: 1px solid #5FBFCF;
    border-bottom: 1px solid #5FBFCF;
    margin-bottom: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.bgAltXlight {
    background-color: #DFF2F5;
    border-radius: 8px;
}

.bgAltXlight, .bgAltXlight p {
    color: #000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.socialBlock a {
  display: inline-block;
  width: 48px;
  height: 48px;
  border: 1px solid #035E55;
  border-radius: 30px;
  margin: 0 10px;
  text-align: center;

}

.socialBlock i {
  color: #035E55;
  font-size: 26px;
  padding-top: 10px;
    /*  background: #035E55;  */
}

.blogWsidebar {
    padding-top: 30px;
}

/*.blogDetail h2 {
    color: #000;
    font-size: 36px;
    line-height: 44px;
    font-weight: 500;
}

.blogDetail h3 {
    color: #000;
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
}  */

.blogDetail img {
    display: block;
    margin-bottom: 20px;
    border-radius: 8px;
}

.blogDetail .colInner {
    padding-right: 25px;
}

.sidebar h3 {
    color: #12171C;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 20px;
}

.sidebar .linklist {
    margin: 0;
    margin-bottom: 40px;
    padding: 0;
    list-style-type: none;
}

.sidebar .linklist li {
    margin-bottom: 18px;
}

.sidebar .linklist li a {
    font-weight: 500;
}

.sidebar .socialWrap {
padding: 30px 15px 30px 20px;
background-color: #E8E9E1;
border: 1px solid #E8E9E1;
box-shadow: 0px 12px 16px -4px rgba(37, 42, 46, 0.08), 0px 4px 6px -2px rgba(37, 42, 46, 0.03);
border-radius: 8px;
}

.petPrime {
padding: 30px 15px 30px 20px;
background-color: #F2F3F1;
border: 1px solid #F2F3F1;
box-shadow: 0px 12px 16px -4px rgba(37, 42, 46, 0.08), 0px 4px 6px -2px rgba(37, 42, 46, 0.03);
border-radius: 8px;
}

.dTabs {
    background-color: #F3F3F4;
    border-radius: 8px;
    margin-bottom: 20px;
}
.dTabs .row {
    margin: 0;
}

.dTabs .col-md-4, .dTabs .col-md-6 {
    padding: 0;
}

.dTab {
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    padding: 10px 5px;
    margin: 5px 2px;
    border-radius: 4px;
}

.dTab:hover, .dTabActive {
    background-color: #035E55;
    color: #fff;
}

.curveTopWhite {
    background-image: url('../images/curveTopWhite.svg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.curvelessTopWhite {
    padding-top:40px;
    background-image: url('../images/curvelessTopWhite.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 50%;
}

.curveBottomWhite {
    background-image: url('../images/curveBottomWhite.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.curvelessBottomWhite {
    background-image: url('../images/curvelessBottomWhite.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.curveBottomWhite .row, .curvelessBottomWhite .row {
    min-height: 650px;
}

.carousel-indicators {
        bottom: -30px;
}

.carousel-indicators [data-bs-target]  {
    background-color: black;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 8px;
    margin-left: 8px;
}

.carousel-inner {
    display: flex;
    min-height: 350px;
    align-items: center;
    text-align: center;
}

.carousel-inner svg {
    margin-bottom:30px;
}

.carousel-item {
    padding-left: 25px;
    padding-right: 25px;
}

.carousel-item p {
    text-align: center;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

.carousel-control-prev {
    justify-content: flex-start;
}

.carousel-control-next {
    justify-content: flex-end;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 20px;
    height: 20px;
}


.locPageLogo {
    background-color: #F3F3F4;
    padding: 20px 15px;
    text-align: center;
    border-radius: 8px;
}

.locPageLogo img {
    width: 100%;
    max-width: 250px;
}

.gallery .col {
    margin-bottom: 25px;
}

.gallery .gallery-image img {
    max-height: 375px;
    border-radius: 8px;
}

/* iframe video */

.video-container {
  position: relative;
  height: 0;
  overflow: hidden;
}

/* 16x9 Aspect Ratio */
.video-container-16x9 {
  padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.video-container-4x3 {
  padding-bottom: 75%;
}

.video-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height:0;
}

/* /iframe video */

.footerSched {
    color: #fff;
}

.footerHqLogo {
    margin-top: 25px;
    color: #fff;
}

.footerHqLogo img {
    max-width: 165px;
}


.btn-dd {
    color: #000;
    background-color: #5FBFCF;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    display: inline-block;
    min-width:250px;
    padding: 0;
    margin: 0;
    border-radius: 4px;
    text-decoration: none;
    border: none;
    list-style-type: none;
}

.btn-dd li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position:relative;
}

.btn-dd li a {
    display:block;
    padding: 12px 16px;
    text-decoration: none;
    text-align:center;
}

.btn-dd ul {
    display:none;
    width:100%;
    margin: 0;
    padding: 0;
    position:absolute;
    top:41px;
    background-color: #5FBFCF;
    border-radius: 0 0 4px 4px;
    padding:6px 0 6px 0;
    z-index: 10;
}

.btn-dd ul li {
    padding: 0;
}

.btn-dd ul li a {
    padding: 3px 8px;
    text-decoration: none;
    font-weight: 400;
    text-align:left;
}

.btn-dd-on ul {
    display:block;
}

.offers {
  background-color: #f1f2ed;
  padding: 60px 0px;
}


.offers .row {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.offers .colInner {
    background-color: white;
    position: relative;
    height:100%;
    padding-bottom:70px;
    border-radius: 12px;
}
.offersPb .colInner {
    padding-bottom:210px;
}
.offers .details {
    padding: 20px 15px 0 15px;
}
.offers .colInner .buttonWrap {
    position: absolute;
    bottom:12px;
    width: 100%;
    text-align: center;
}
.offersPb .colInner .buttonWrap {
    padding-left:15px;
    padding-right:15px;
}

.offers .colInner button {
    font-size: 17px;
}
.offers .colInner h3 {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 400;
    background-color: hsl(149, 83%, 17%);
    color: white;
    padding:7px 2px;
    margin-bottom: 0;
    text-align: center;
    border-radius: 12px 12px 0 0;
}
.offers .colInner h4 {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    color: #2b2b3b;
    padding:3px 2px;
    margin-bottom: 15px;
    text-align: center;
}
.offers .colInner p {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    line-height: 22px;
    color: #2b2b3b;
}

#apptForm {
  scroll-margin-top: 136px;
}


@media screen and (max-width: 1440px) {

.breakImg {
    background-size: auto;
}

.splashBig {
    background-size: auto 100%;
}

.splashBigAngle {
    background-size: auto 115%;
}

.curveTopWhite, .curveBottomWhite, .curvelessTopWhite, .curvelessBottomWhite {
    background-size: auto;
    background-position: bottom center;

}

.curveTopWhite, .curvelessTopWhite {
    background-position: top;

}

}

@media screen and (max-width: 1220px) {
  /*  .gallery .gallery-image img {
        max-height: 296px;
        display: block;
    }  */



.gallery .col {
    flex: auto;
    width: 100%;
}

.gallery .gallery-image img {
    max-height: none;
    width: 100%;
}

.offers .row {
    width: 100%;
}

}


@media screen and (max-width: 991px) {

.containerDop .row .col-lg-2, .containerDop .row .col-lg-3, .containerDop .row .col-lg-4, .containerDop .row .col-lg-5, .containerDop .row .col-lg-6, .containerDop .row .col-lg-7, .containerDop .row .col-lg-8, .containerDop .row .col-lg-9, .containerDop .row .col-lg-10 {
    margin-bottom: 30px;
}


.containerDop .row .col-lg-2:last-child, .containerDop .row .col-lg-3:last-child, .containerDop .row .col-lg-4:last-child, .containerDop .row .col-lg-5:last-child, .containerDop .row .col-lg-6:last-child, .containerDop .row .col-lg-7:last-child, .containerDop .row .col-lg-8:last-child, .containerDop .row .col-lg-9:last-child, .containerDop .row .col-lg-10:last-child {
    margin-bottom: 0;
}


.curveBottomWhite .row, .curvelessBottomWhite .row {
    min-height: auto;
}



.curvelessTopWhite {
    background-size: 100% 25%;

}

.carouselRight div.col-lg-6:first-child {
    margin-bottom: 0;
}

.carouselRight div.col-lg-6:last-child {
    order: 1;
    padding-top: 50px;
}

.carouselRight div.col-lg-6:first-child {
    order: 2;
    margin-top: 30px;
    text-align: center;
}

.carouselLeft div.col-lg-6:last-child {
    margin-top: 30px;
    text-align: center;
}


.carouselRight div.col-lg-6:first-child img, .carouselLeft div.col-lg-6:last-child img {
    max-width: 300px;
}

.mobileNav .navbar-nav {
    display: flex;
    align-items: flex-start;
}
.mobileNav ul.dropdown-menu {
    margin-top: 0 !important;
    background-color: #fff;
}
.mobileNav ul.navbar-nav ul {
    width: 100%;
    max-height: 400px;
    overflow: auto;
}
.dropdown-menu i {
    display:none;
}

.mobileNav .navbar-nav li {
    width: 100%;
}

.mobileNav .navbar-nav li a {
    display: block;
    padding: 5px 15px;
}

.mobileNav .navbar-nav li a.nav-linkActive {
    background-color: #F1F2ED;
}

.mobileNav .navbar-nav li a i {
    float: right;
    padding-top: 8px;
}

.mobileNav .navbar-nav li ul li a {
    padding: 5px 15px 5px 30px;
}


.headerRight {
    display: none;
}

.navbar-brand {
    position: static;
}

.services3Col div.col-lg-4 .colInner {
    padding-right: 0;
}

.services3ColImg div.col-lg-4:first-child .colInner {
    padding-right: 0;
}

.services3ColImg div.col-lg-4:last-child .colInner {
    padding-left: 0;
}

.splashBig {
  height: auto;
}

.splashBigAngle {
  background-image: none !important;
}

.splashBigAngle .row {
  background-image: none !important;
}

.splashBig div.col-lg-6:last-child svg {
    display: none;
}

.splashBig div.col-lg-6:first-child, .splashBig div.col-lg-5 {
    margin-bottom: 0;
}

.splashBig div.col-lg-6:last-child, .splashBig div.col-lg-7 {
    height: 350px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


.splashBig div.col-lg-6:last-child::before, .splashBig div.col-lg-7::before {
    content: '';
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        width: 100%;
        height: 350px;
        margin-left: -12px;
}

.footerBottom div.col-lg-6:last-child {
    text-align: left;
}

.footerBottom div.col-lg-6:last-child a {
    display: inline-block;
    margin-left: 0;
    margin-right: 20px;
}

.footerHq .footerNav {
    padding-left: 0;
}


.footerCol3 .colInner {
  padding-left: 0;
}

.footerNav {
  max-width: 320px;
}


.twoCols .colInner, .threeCols .colInner, .fourCols .colInner {
    padding-right: 0;
}

.offers .colInner {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}


}




@media screen and (max-width: 767px) {

.containerDop .row .col-md-2, .containerDop .row .col-md-3, .containerDop .row .col-md-4, .containerDop .row .col-md-5, .containerDop .row .col-md-6, .containerDop .row .col-md-7, .containerDop .row .col-md-8, .containerDop .row .col-md-9, .containerDop .row .col-md-10 {
    margin-bottom: 30px;
}


.containerDop .row .col-md-2:last-child, .containerDop .row .col-md-3:last-child, .containerDop .row .col-md-4:last-child, .containerDop .row .col-md-5:last-child, .containerDop .row .col-md-6:last-child, .containerDop .row .col-md-7:last-child, .containerDop .row .col-md-8:last-child, .containerDop .row .col-md-9:last-child, .containerDop .row .col-md-10:last-child {
    margin-bottom: 0;
}



.curvelessTopWhite {
    background-size: 100% 15%;

}

section {
    margin-bottom: 60px;
}



.splashSmall div.col-md-6:first-child .colInner {
    padding-left: 0;
}


h1, .splashBig h1 {
    font-size: 48px;
    line-height: 60px;
}


.bodyT2 h1 {
    font-size: 30px;
    line-height: 40px;
}


.bodyT2 .splashBig h1 {
    font-size: 34px;
    line-height: 44px;
}

h3 {
    font-size: 36px;
    line-height: 44px;
}



.imgRight div.col-md-6:first-child {
    order: 2;
}

.imgRight div.col-md-7 {
    order: 2;
}

.flowNormal div.col-md-7 {
    order: 0;
}

.imgRight div.col-md-6:last-child {
    order: 1;
}

.imgRight div.col-md-5 {
    order: 1;
}



.splashSmall div.col-md-6:last-child::before{
    content: '';
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        width: calc(100% - 24px);
        height: 350px;
        margin-left: -12px;
}

section.padMobile {
    padding-right: calc(1.5rem * .5);
    padding-left: calc(1.5rem * .5);
}

.splashSmall {
    height: auto;
    border-radius: 8px 8px 0 0;
}

.splashSmall div.col-md-6:last-child svg {
    visibility: hidden;
}


.imgRight .row div.col-md-6:first-child {
    margin-bottom: 0 !important;
}
.imgRight .row div.col-md-7 {
    margin-bottom: 0 !important;
}
.imgRight .row div.col-md-7 .colInner {
    padding-right: 0;
}
.imgLeft .row div.col-md-7 .colInner {
    padding-left: 0;
}

.imgRight .row div.col-md-6:last-child {
    margin-bottom: 30px !important;
}
.imgRight .row div.col-md-5 {
    margin-bottom: 30px !important;
}

.containerDop .dTabs .row div {
    margin-bottom: 0;
}

.services .row .col-md-2, .services .row .col-md-3, .mobileLeft {
    text-align: left;
    margin-bottom: 20px;
}

.services .containerDop .row .col-md-10, .services .containerDop .row .col-md-9 {
    margin-bottom: 10px;
}

.containerDop .row .footerNav div.col-md-6 {
    margin-bottom: 0;
    width: 50%;
}

.footerLocations img, .footerLocations svg {
    max-width: 120px;
    height: auto;
}
.footerLocations .row .col-md-2, .footerLocations .row .col-md-3 {
    width: auto;
    margin-bottom: 15px !important;
}

.blogDetail .colInner {
    padding-right: 0;
}

.bio div.col-md-6:last-child .colInner {
    padding-left: 0;
}

}


@media screen and (max-width: 480px) {
h1, .splashBig h1 {
    font-size: 38px;
    line-height: 48px;
}


.bodyT2 h1 {
    font-size: 30px;
    line-height: 40px;
}


.bodyT2 .splashBig h1 {
    font-size: 34px;
    line-height: 44px;
}

h3 {
    font-size: 22px;
    line-height: 28px;
}

h2, .splashBig h3 {
    font-size: 24px;
    line-height: 34px;
}

h4, .threeUpList h4 {
    font-size: 22px;
    line-height: 26px;
}

.footerNav h4 {
  font-size: 12px;
  line-height: 18px;
}

.splashBig .button {
    margin-bottom: 10px;
}

.carousel-item p {
    font-size: 18px;
    line-height: 26px;
}

.services .col-lg-4 .colInner {
    margin-bottom: 10px;
}


}
