:root {
    --byf-primary: #114a89;
    --byf-primary-light: #a0f2ee;
    --byf-primary-dark: #112d4a;

    --byf-secondary: #15968d;

    --byf-light: #f5f9ed;
  
    --byf-pop: #31bbed;
    --byf-pop-dark: #15968d;
  
    --byf-font1: 'Montserrat', sans-serif;
    --byf-font2: 'Pontano Sans', sans-serif;
  }
  
  
  /* - - - - - RESET CSS - - - - - */
  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed,
  figure, figcaption, footer, header, hgroup,
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
  }
  
  article, aside, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section {
    display: block;
  }
  
  body {
    line-height: 1;
  }
  
  ol, ul {
    list-style: none;
  }
  
  blockquote, q {
    quotes: none;
  }
  
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  /* - - - - - MISCELLANEOUS - - - - - */
  
  textarea {
    resize:none;
  }
  
  .clear {
    clear:both;
  }
  
  .float-right {
    float:right;
  }
  
  .float-left {
    float:left;
  }
  
  .divider {
    display: block;
    margin: 5px auto 30px;
  }

#affiliations {
    display: none;
}
  
  /* - - - - - TYPOGRAPHY - - - - - */
  
  .center {
    text-align:center;
  }
  
  .bold {
    font-weight: bold;
  }
  
  strong {
    font-weight:bold !important;
  }
  
  h1, h2, h3 {
    font-family: var(--byf-font1);
    font-weight: 500;
    color: var(--byf-primary-dark);
  }
  
  h1 {
        font-size: 32px;
    margin-bottom: 1.5rem;
  }
  
  h2 {
    font-size: 24px;
    margin: 10px 0px;
  }
  
h3 {
    font-size: 20px;
    margin: 1rem 0 0.5rem;
}
  
  p,
  #content p {
    font-family: var(--byf-font2);
    color: #272727;
    text-align: left;
    padding: 10px 0px;
  }
  
  p, #content p {
    font-size: 1.15rem;
    line-height: 1.875rem;
  }
  
  #content p {
    padding: 0 0 10px;
  }
  
  a {
    color: var(--byf-secondary);
    font-weight: 700;
    transition: color 0.25s linear;
  }
  
  a:focus,
  a:hover {
    text-decoration:none;
    color: var(--byf-pop);
  }

p, a, ul, li {
   font-family: var(--byf-font2);
}

/*- - - - TABLE CSS - - - - */

table thead {
    background: var(--byf-primary);
}

.table {
 margin: 0.5rem 0 2rem;
 border: 1px solid #bebebe;
}

table .cell {
    text-align: center;
    font-family: var(--byf-font2);
    font-weight: 700;
    padding: 10px;
    border: 1px solid #bebebe;
}

.table .left.cell {
  text-align: left;
  font-weight: 400;
}

table .header {
    color: #fff;
    font-family: var(--byf-font1);
    font-weight: 500;
    font-size: 1.25rem;
   text-align: center;
}

.table .cell.body {
   width: 150px;
}
  
  /* - - - - - HEADER CSS - - - - - */
  
  header {
    padding: 20px 0px;
  }
  
  .logo-image {
    margin:0px auto;
  }
  
.logo-alt {
    margin: 1rem auto;
    width: 375px;
}
  
  .wrapper {
    margin-top:15%;
    -webkit-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    transform: translateY(-15%);
  }
  
.right-consultation-button, .left-consultation-button, .consultation-hidden {
    font-family: var(--byf-font2);
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    background: var(--byf-secondary);
    color: #FFF;
    padding: 10px 17px;
    text-decoration: none;
    -webkit-transition: background .4s linear;
    -moz-transition: background .4s linear;
    -o-transition: background .4s linear;
    -ms-transition: background .4s linear;
    transition: background .4s linear;
}
  
  .right-consultation-button {
    float:right;
    margin-bottom:25px;
  }
  
  .left-consultation-button {
    float:none;
    margin: 15px 0px 0px;
  }
  
  .consultation-hidden {
    margin: 10px 0px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  
  .right-consultation-button:hover,
  .left-consultation-button:hover,
  .consultation-hidden:hover {
    text-decoration:none;
    color:#FFF;
    background: var(--byf-pop);
  }
  
  .right-consultation-button:active,
  .left-consultation-button:active,
  .consultation-hidden:active {
    text-decoration:none;
    position:relative;
    top:1px;
  }
  
  /* Top right site_key_city */
.header-city, .header-city-hidden {
    font-family: var(--byf-font2);
    font-size: 18px;
    font-weight: 600;
    color: #232323;
    text-align: right;
    padding-top: 2px;
    padding-bottom: 0px;
}
  
  .header-city-hidden {
    font-size:16px;
    text-align:center;
  }
  
  /*Top right phone number */
.phone-link, .phone-link-alt, .phone-link-hidden {
    font-family: var(--byf-font2);
    font-weight: bold;
    font-size: 24px;
    color: var(--byf-pop);
    display: block;
    margin-top: 5px;
}

  
  .phone-link,
  .phone-link-alt {
    text-align:right;
  }
  
  .phone-link-hidden {
    text-align:center;
    margin-top:0px;
    margin-bottom:5px;
    padding-bottom:0px;
  }
  
  .phone-link:hover,
  .phone-link-alt:hover {
    color: var(--byf-pop-dark);
    text-decoration: none;
  }
  
  .sm-icon {
    margin: 2px 5px;
  }
  
  /* Header social media icon background color */
  .header-icon {
    display:inline-block;
    position:relative;
    border-radius:30px;  /* <-- remove this for square icons */
    background: #CCC;  /* <-- background color */
    margin:0px 4px;
    padding:3px 1px 1px;
    -webkit-transition: background .5s linear;
    -moz-transition: background .5s linear;
    -o-transition: background .5s linear;
    -ms-transition: background .5s linear;
    transition: background .5s linear;
  }
  
  /* Header social media icon background hover color */
  .header-icon:hover {
    background:#999;
  }
  /* - - - - - END HEADER CSS- - - - - */
  
  
  /* - - - - - NAVIGATION MENU CSS - - - - - */
  
  .navbar {
    border-radius: 0px;
    min-height:20px;
    margin-bottom:0px;
  }
  
  .navbar-nav {
    float: none;
    margin: 0px auto;
    display: table;
  }
  
  .navbar-inverse {
    background-color: var(--byf-primary-dark);
    border:none;
  }
  
  .navbar-inverse .navbar-brand {
    color:#FFF;
    font-size:18px;
    font-weight:bold;
  }
  
  .navbar-brand {
    display:none;
  }
  
  .navbar-inverse .navbar-brand:hover {
    color:#FFF;
  }
  
.navbar-nav > li > a {
    font-family: var(--byf-font1);
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 30px;
    border-left: none;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

  .navbar-nav>li:last-child {
    border-right: none;
  }
  
  .navbar-inverse .navbar-nav>li>a {
    color: #FFF;
  }
  
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:active, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background: var(--byf-pop);
    color: #fff;
}
  
  .nav .open>a:focus,
  .nav .open>a:hover {
    border-color: #888;
  }
  
  .dropdown-menu li a {
    color: var(--byf-primary-dark);
    font-size:16px;
    -webkit-transition: color 0s linear, background .25s linear;
    -moz-transition: color 0s linear, background .25s linear;
    -ms-transition: color 0s linear, background .25s linear;
    -o-transition: color 0s linear, background .25s linear;
    transition: color 0s linear, background .25s linear;
  }
  
  .dropdown-menu > li > a:hover {
    background: var(--byf-pop);
    color: #FFF;
  }
  
  /* - - - - - END NAVIGATION MENU - - - - - */
  
  /* - - - - - START CAROUSEL CSS - - - - - */
  
.carousel-wrapper {
    max-width: none;
    width: 100%;
    margin: 0;
}
  
  .carousel-control {
    opacity: 1;
    width:5%;
  }
  
  /* Size and color of slider arrows */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    display:none;
    width: auto;
    height: 35px;
    font-size: 35px;
    color: #FFF;
  }
  
  .carousel-wrapper:hover .carousel-control .glyphicon-chevron-left,
  .carousel-wrapper:hover .carousel-control .glyphicon-chevron-right {
    display:inline;
    z-index:100;
  }
  
  .carousel-control.left,
  .carousel-control.right {
    background-image:none;
  }
  
  /* Slider arrow positioning */
  .carousel-control .glyphicon-chevron-left {
    position:absolute;
    left: 50px;
  }
  .carousel-control .glyphicon-chevron-right {
    position:absolute;
    right: 50px;
  }
  
  /* Carousel base class */
  .carousel {
    max-height: 100%;
    margin-bottom: 16px;
    height:auto;
  }
  
  .carousel .item {
    max-height: 100%;
    background-color: #777;
  }
  .carousel-inner > .item > img {
    top: 0;
    left: 0;
    min-width: 40%;
    max-width: 100%;
    max-height: none;
    width: auto;
    margin-right:auto;
    margin-left:auto;
    height:auto;
  }
  /* - - - - - END CAROUSEL - - - - - */
  
  /* - - - - - START CAROUSEL ANIMATION CSS - - - - - */
  
.carousel-caption {
    text-align: center;
    border-radius: 4px;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 35%;
    bottom: auto;
    right: auto;
    padding-top: 0px;
    z-index: 50;
    width: 30%;
    padding: 1.5rem 2rem 2.5rem;    
    background: rgb(16 64 117 / 90%);
}
  
h3.carousel-heading {
    font-family: var(--byf-font1);
    font-size: 36px;
    line-height: 50px;
    font-weight: 500;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    color: rgb(255, 255, 255);
    padding-bottom: 22px;
    margin-top: 5px;
}

h3.carousel-heading::after {
    content: "";
    display: block;
    width: 10rem;
    height: 0.125rem;
    background: var(--byf-light);
    margin: 1.5rem auto 0.5rem;
}

a.carousel-button {
    font-family: var(--byf-font1);
    font-size: 18px;
    padding: 14px 24px;
    border-radius: 2px;
    color: #FFF;
    font-weight: 500;
    text-shadow: none;
    text-decoration: none;
    background: var(--byf-secondary);
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
    display: inline-block;
}
  
  a.carousel-button:hover {
    background:var(--byf-pop);
  }
  
  /* Animation delays */
  .carousel-caption h3 {
    animation-delay: 0.5s;
  }
  .carousel-caption p {
    animation-delay: .5s;
  }
  .carousel-caption a {
    animation-delay: .5s;
  }
  
  /* - - - - - END CAROUSEL ANIMATION - - - - - */
  
  
  /* - - - - - INTRO SECTION CSS - - - - - */
  
  #intro-section {
    text-align:center;
    padding: 30px 0px;
  }
  
  #intro-section h2 {
    font-size: 24px;
    padding: 12px 0px;
    color:var(--byf-primary-dark);
  }
  
  #intro-section p,
  a.intro-button {
    font-family: var(--byf-font2);
    font-size: 14px;
    text-align:center;
    color: #777;
    padding: 8px;
    line-height:24px;
  }
  
  a.intro-button {
    display: inline-block;
    padding: 8px 18px;
    margin-top: 16px;
    background: #FFF;
    color: var(--byf-primary-dark);
    -webkit-box-shadow: 0px 0px 1px 1px rgba(220,220,220,1);
    -moz-box-shadow: 0px 0px 1px 1px rgba(220,220,220,1);
    box-shadow: 0px 0px 1px 1px rgba(220,220,220,1);
    border-radius: 2px;
    margin-bottom:15px;
  }
  
  a.intro-button:hover {
    background:var(--byf-pop);
    color:#FFF;
    text-decoration:none;
  }
  
  /* - - - - - END INTRO SECION - - - - - */
  
  /* - - - - - WELCOME SECTION CSS - - - - - */
  
  #index-section {
    background:#FFF;
    padding:50px 15px;
    text-align:center;
  }
  
#index-section h1 {
    padding-bottom: 5px;
}

.index-btn-holder {
  text-align: center;
}

.index-btn {
    padding: 12px 28px;
    border-radius: 4px;
    font-size: 22px;
    font-weight: 600;
}
  
  p.tagline { margin-bottom:0px; text-align:center; font-weight:bold; font-size:18px; }
  
  .consult-div {
    margin:30px auto 0px;
  }
  
  .pipe { padding:0px 10px; font-size:25px;}
  
  .consult-div p,
  a.free-consultation {
    font-family: var(--byf-font1);
    font-size:25px;
    color:var(--byf-primary-dark);
  }
  
  a.free-consultation:hover {
    text-decoration:none;
    color: var(--byf-pop);
  }
  
  .welcome-phone-link:hover {
    color: var(--byf-pop);
    text-decoration: none;
  }
  
  /* - - - - - END WELCOME SECTION - - - - - */
  
  
  /* - - - - - SERVICES SECTION CSS - - - - - */
  
  .services-holder { 
    background: var(--byf-light);
}

.services-holder .row {
    display: flex;
    justify-content: center;
}
  
  .service-mask {
    height:10px; background: #FFF;
    position:relative;
    top:10px;
  }
  
  .service-column {
    text-align: center;
    border-top: 10px solid #FFF;
    -webkit-transition: background 0.4s linear, border 0.15s linear;
    -moz-transition: background 0.4s linear, border 0.15s linear;
    -ms-transition: background 0.4s linear, border 0.15s linear;
    -o-transition: background 0.4s linear, border 0.15s linear;
    transition: background 0.4s linear, border 0.15s linear;
  }
  
.service-column:hover {
    border-top: 6px solid var(--byf-primary);
    background: #F7F7F7;
}
  
.service-column img {
    margin: 55px auto 30px;
    max-width: 85px;
}
  
.service-column h2 {
    font-size: 22px;
    color: var(--byf-primary-dark);
    margin-bottom: 15px;
}
  
.service-column p {
    margin-bottom: 22px;
    color: #434343;
    font-weight: 300;
    font-size: 17px;
    text-align: center;
    line-height: 29px;
}
  
.service-column .service-button {
    background: var(--byf-secondary);
    color: #fff;
    border-radius: 2px;
    font-family: var(--byf-font2);
    font-size: 15px;
    box-shadow: none;
    display: inline-block;
    padding: 10px 22px;
    margin-bottom: 45px;
}
  

  
  /* - - - - - END SERVICES SECTION CSS - - - - - */
  
  
  /* - - - - - TAGLINE SECTION CSS - - - - - */
  
  #about-our-team {
    width:100%;
    background: url("/site_images/tagline-bg.jpg")  no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  
  .no-gutter { padding-left:0px; padding-right:0px; }
  
  .holder {
    position: relative;
  }
  
.box {
    background-color: rgb(17 45 74 / 90%);
    padding: 45px;
    margin: 80px auto;
    display: block;
}
  
  .box h3 {
    font-family: var(--byf-font1);
    font-weight: 500;
    font-size:40px;
    text-align:center;
    line-height:45px;
    text-align:left;
    opacity:1;
  }
  
  .red-top {
    color: var(--byf-pop);
  }
  
  .white-top {
    color: #FFF;
  }
  
  .white-bottom {
    color: #FFF;
  }
  
.box p {
    font-family: var(--byf-font2);
    font-size: 18px;
    line-height: 28px;
    color: #FFF;
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: left;
}
  
  .box-button {
    font-family: var(--byf-font2);
    font-size: 18px;
    padding: 16px 24px;
    color:#FFF;
    font-weight:600;
    text-shadow:none;
    text-decoration:none;
    background: var(--byf-secondary);
    -webkit-transition: background 0.35s linear;
    -moz-transition: background 0.35s linear;
    -ms-transition: background 0.35s linear;
    -o-transition: background 0.35s linear;
    transition: background 0.35s linear;
    display:table-cell;
  }
  
  .box-button:hover {
    background: var(--byf-pop);
    color:#FFF;
  }
  
  .white-overlay {
    background: rgba(255, 255, 255, 0.3);
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
  }
  
  /* - - - - - END TAGLINE SECTION - - - - - */
  
  /* - - - - - AFFILIATIONS SECTION CSS - - - - - */
  
  #affiliations {
    background:#FFF;
    padding:30px 0px;
  }
  
  .affiliations-holder {
    text-align:center;
  }
  
  .affiliations-holder img {
    display: inline-block;
    margin:15px 25px;
    vertical-align:middle;
  }
  
  /* - - - - - END AFFILIATIONS SECTION - - - - - */
  
  
  /* - - - - - CONSULTATION SECTION CSS - - - - - */
  
  #consultation_index {
    background: #1B1B1B;
    padding: 40px 10px 30px;
  }
  
  #consultation_index h2,
  #consultation_index p {
    font-weight:bold;
    font-size:30px;
    line-height:42px;
    color:#FFF;
    text-align:center;
  }
  
  #consultation_index p {
    font-weight: 400;
    margin-top:20px;
    font-size:17px;
    line-height:24px;
  }
  
  #consultation_index label {
    font-family: var(--byf-font2);
    font-size:14px;
    color:#9C9C9C;
    margin-bottom:5px;
  }
  
  #consultation_index form {
    margin-top: 30px;
  }
  
  .input-lg {
    height: 40px;
  }
  
  #consultation_index input[type="text"],
  #consultation_index input[type="tel"],
  #consultation_index input[type="email"],
  #consultation_index textarea {
    font-family: var(--byf-font2);
    font-size: 16px;
    font-weight:400;
    color:#FFF;
    background: #4b4b4b;
    padding-right: 50px;
    border:1px solid #4B4B4B;
    border-radius:3px;
    position:relative;
    -webkit-transition: background 500ms linear;
    -moz-transition: background 500ms linear;
    -ms-transition: background 500ms linear;
    -o-transition: background 500ms linear;
    transition: background 500ms linear;
  }
  
  #consultation_index input[type="text"]:focus,
  #consultation_index input[type="tel"]:focus,
  #consultation_index input[type="email"]:focus,
  #consultation_index textarea:focus {
    box-shadow:none;
    border: 1px solid #626262;
    background: #383838;
  }
  
  #consultation_index textarea {
    padding: 10px 50px 10px 10px
  }
  
  .addTopMargin {
    margin-top:20px;
  }
  
  .consultation-submit {
    font-family: var(--byf-font2);
    font-size: 18px;
    font-weight: 600;
    color:#FFF;
    background: var(--byf-pop);
    margin-top:30px;
    padding: 16px 22px;
    border: none;
    -webkit-transition: background 500ms linear;
    -moz-transition: background 500ms linear;
    -o-transition: background 500ms linear;
    -ms-transition: background 500ms linear;
    transition: background 500ms linear;
  }
  
  .consultation-submit:hover {
    background:var(--byf-pop-dark);
  }
  
  .consultation-submit:active,
  .consultation-submit:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position:relative;
    top:1px;
  }
  
  .glyph-append {
    color: #9C9C9C;
    font-size: 18px;
    z-index: 50;
    position: absolute;
    top: 25px;
    right: 30px;
    width: 29px;
    padding: 6px 15px 6px 13px;
    border-left: 1px solid #9C9C9C;
  }
  
  /* - - - - - END CONSULTATION SECTION - - - - - */
  
  
  /* - - - - - NEWSLETTER SECTION CSS - - - - - */
  
#newsletter {
    background: var(--byf-primary);
    padding: 45px 0px 30px;
}
  
.newsletter-text {
    font-family: var(--byf-font1);
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    color: var(--byf-light);
    padding: 0px;
    margin: 20px 0px 20px;
    text-align: center;
}
  
#newsletter input[type="email"] {
    font-family: var(--byf-font2);
    font-size: 16px;
    border-radius: 2px;
    font-weight: 600;
    color: var(--byf-primary-dark);
    background: #214063;
    border: none;
    border-radius: 0;
    margin: 14px auto;
    -webkit-transition: background 500ms linear;
    -moz-transition: background 500ms linear;
    -o-transition: background 500ms linear;
    -ms-transition: background 500ms linear;
    transition: background 500ms linear;
}
  
  #newsletter input[type="email"]:focus {
    box-shadow: none;
    border: none;
  }
  
.newsletter-submit {
    font-family: var(--byf-font2);
    font-size: 18px;
    border-radius: 2px;
    font-weight: 500;
    display: inline-block;
    color: #FFF;
    background: var(--byf-secondary);
    border: none;
    box-shadow: none;
    padding: 12px 28px;
    margin: 10px 0 10px;
    -webkit-transition: background 500ms linear;
    -moz-transition: background 500ms linear;
    -o-transition: background 500ms linear;
    -ms-transition: background 500ms linear;
    transition: background 500ms linear;
}
  
  .newsletter-submit:hover {
    background: var(--byf-pop);
    color: #fff;
  }
  
  .newsletter-submit:active,
  .newsletter-submit:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position:relative;
    top:1px;
  }
  
  #newsletter ::-webkit-input-placeholder { color: #FFF; font-family: var(--byf-font2); font-size:16px;	font-weight: 500; }
  #newsletter :-moz-placeholder { color: #FFF; font-family: var(--byf-font2); font-size:18px;	font-weight: 600;  } /* Firefox 18- */
  #newsletter ::-moz-placeholder { color: #FFF; font-family: var(--byf-font2); font-size:18px;	font-weight: 600; }  /* Firefox 19+ */
  #newsletter :-ms-input-placeholder { color: #FFF; font-family: var(--byf-font2); font-size:18px;	font-weight: 600; }
  
  .triangle-bg {
    background: #1B1B1B;
  }
  
  .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 150px 30px 150px;
    border-color: transparent transparent var(--byf-pop) transparent;  /* <--- change triangle color here */
    margin-left:50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow:none;
  }
  
  /* - - - - - END NEWSLETTER SECTION - - - - - */
  
  
  /* - - - - - - - - - - - - - - - - - - - - -*/
  /* - - - - - - INNER PAGE CSS - - - - - - - */
  
  /* - - - - - START CONTENT SECTION - - - - - */
  
  #content {
    padding: 40px 10px 50px;
  }
  
  /* Inner page H1 and H2 styling */
  #content h1.page-title,
  #content h2.heading {
    font-family: var(--byf-font1);
    font-weight:bold;
    color: #333;
    text-align:left;
    padding:0px 0px 25px;
  }
  
  #content h1.page-title { font-size: 36px;}
  #content h2.heading { font-size:24px; }
  
  #content h2.heading {
    padding: 10px 0px 0px;
  }
  
  /* Normal page copy styling */
  #content p.page-text {
    font-family: var(--byf-font2);
    font-weight:400;
    font-size:14px;
    line-height:21px;
    color:#272727;
    text-align:justify;
    padding: 10px 0px;
  }
  
  #content img.content-image {
    margin: 0px auto 25px;
  }
  
  #content ul {
    list-style-type:disc;
    list-style-position: outside;
    margin: 10px 0 12px 30px;
  }
  
#content li {
    font-family: var(--byf-font2);
    font-size: 17px;
    line-height: 26px;
    padding: 1px 0px 2px;
}
  
  /* list text color */
  #content .list p {
    font-weight:400;
    color:var(--byf-primary-dark);
  }
  
  
  #content li a {
    font-weight:600;
    color:var(--byf-secondary);
  }
  
  #content li a:hover {
    text-decoration:none;
    color:var(--byf-pop);
  }
  
  /* - - - - - END CONTENT SECTION - - - - - */
  
  /* - - - - - START SIDEBAR CSS - - - - - */
  
  #sidebar {
    padding: 25px 0px 50px 15px;
    text-align:center;
  }

#sidebar h3 {
    font-family: var(--byf-font1);
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    color: var(--byf-primary-dark);
    padding: 25px 0px 15px;
}
  
  .sidebar-section {
    padding-bottom: 42px;
    border-bottom: 1px solid #DDD;
    text-align:center;
  }
  
  #sidebar .sidebar-section:last-child {
    border-bottom:none;
  }
  
  .sidebar-section img {
    display: block;
    margin: 10px auto 15px auto;
  }

#sidebar .fas {
    color: var(--byf-primary);
    font-size: 3rem;
    margin: 0.5rem auto;
}
  
  .sidebar-section p {
    text-align:center;
    margin-bottom:20px;
    font-size: 18px;
  }
  
  a.sidebar-button {
    font-family: var(--byf-font2);
    font-size: 17px;
    color: #FFF;
    background: var(--byf-secondary);
    padding: 9px 20px;
    border-radius: 2px;
    -webkit-transition: background 500ms linear;
    -moz-transition: background 500ms linear;
    -o-transition: background 500ms linear;
    -ms-transition: background 500ms linear;
    transition: background 500ms linear;
  }
  
  a.sidebar-button:hover {
    text-decoration:none;
    background: var(--byf-pop);
  }
  
  a.sidebar-button:active,
  a.sidebar-button:focus {
    text-decoration:none;
    position:relative;
    top:1px;
    color: #FFF;
  }
  
  /* - - - - - - END SIDEBAR CSS - - - - - */
  
  
  /* - - - - - - END INNER PAGE CSS - - - - - */
  /* - - - - - - - - - - - - - - - - - - - - -*/
  
  
  /* - - - - - - - - - - - - - - - - - - - - -*/
  /* - - - - - FOOTER SECTION CSS - - - - - */
  
  footer {
    background: var(--byf-light);
  }
  
  #footer-top {
    text-align:center;
    padding:45px 0px 25px;
  }
  
  .footer-column {
    margin-bottom:25px;
  }
  
  #footer-top h2 {
    font-family: var(--byf-font1);
    font-size:22px;
    font-weight: 500;
    color: var(--byf-primary-dark);
    text-align:center;
    padding-bottom:2px;
  }
  
  #footer-top p,
  #footer-top a {
    font-size: 18px;
    color: var(--byf-primary-dark);
    line-height: 30px;
    font-weight: 400;
    text-align: center;
  }
  
  #footer-top p,
  #footer-top a {
    font-family: var(--byf-font2);
  }
  
  #footer-top p.footer-site-name {font-size:20px;font-weight:bold;color: var(--byf-primary-dark);line-height:30px;}
  
  #footer-top a:hover {
    text-decoration:none;
    color: var(--byf-pop);
  }
  
  #footer-top i {
    margin-right:10px;
    font-size: 18px;
    color: var(--byf-primary);
    line-height:26px;
  }
  
  #footer-bottom {
    background: var(--byf-light);
    text-align:center;
    padding: 20px 10px 10px;
  }
  
  .footer-contact p { text-align:center; padding: 0px 0px 4px;}
  
  #bottom-menu a {
    font-family: var(--byf-font2);
    font-size: 16px;
    margin:10px 20px 8px;
    color:#9c9c9c;
    display:inline-block;
  }
  
  #bottom-menu a:hover {
    color:var(--byf-pop);
    text-decoration:none;
  }
  
  #copyright {
    padding:0px 15px;
  }
  
  /* Copyright section text */
  #copyright p {
    font-family: var(--byf-font2);
    font-size: 15px;
    color:#9C9C9C;
    line-height:22px;
    text-align:center;
  }
  
  /* Copyright section links */
  #copyright a {
    font-family: var(--byf-font2);
    font-size: 14px;
    color: var(--byf-pop);
  }
  
  /* Copyright section link hover */
  #copyright a:hover {
    color: var(--byf-pop-dark);
    text-decoration:none;
  }
  
  .byf-logo {
    position: relative;
    top: 8px;
  }
  
  .icon-container {
    margin-top: 16px;
    text-align: center;
  }
  
  .social-media-icon {
    margin: 0 7px;
  }
  
  .sm-icon-holder {
    display:inline-block;
    position:relative;
    border-radius: 50%;  /* <-- remove this for square icons */
    background: #777;  /* <-- background color there  */
    margin: 0 4px;
    padding: 1px 0;
    -webkit-transition: background 750ms linear;
    -moz-transition: background 750ms linear;
    -o-transition: background 750ms linear;
    -ms-transition: background 750ms linear;
    transition: background 750ms linear;
  }
  
  .sm-icon-holder:hover {
    background:#FFF;
  }
  
  
  /* - - - - - - - - - - - - - START MEDIA QUERIES - - - - - - - - - - - - - */
  
  @media all and (max-width: 1225px) {
  
    .navbar-nav>li>a {
      font-size: 14px;
      padding: 20px 18px;
    }
  
  }
  
  @media all and (max-width: 1199px) {
  
    .carousel {
      margin-bottom:50px;
    }
  
    #intro-section {
      padding-top:0px;
      margin-top:0px;
    }
  
    h3.carousel-heading {
      font-size: 22px;
      line-height:36px;
      padding-bottom: 0.5rem;
    }
  
    p.carousel-text {
      font-size: 16px;
      line-height:20px;
      margin:25px 0px 40px;
    }
  
    a.carousel-button {
      font-size: 16px;
      padding:12px 18px;
    }
  
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
      width: auto;
      height: 45px;
      font-size: 35px;
    }
  
    .carousel-control .glyphicon-chevron-left {
      left: 35px;
    }
  
    .carousel-control .glyphicon-chevron-right {
      right: 35px;
    }
  
    .pa-content i {
      font-size: 24px;
    }
  
  }
  
  
  @media all and (max-width:1015px) {
  
    .navbar-nav>li>a {
      font-size: 12px;
      padding: 20px 12px;
    }
  }
  
  
  @media all and (max-width: 991px) {
  
  
    p.carousel-text {
      font-size: 14px;
      line-height:18px;
      margin:20px 0px 30px;
    }
  
    a.carousel-button {
      font-size: 14px;
      padding:12px 16px;
    }
  
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
      width: auto;
      height: 35px;
      font-size: 35px;
    }
  
    .carousel-control .glyphicon-chevron-left {
      left: 30px;
    }
  
    .carousel-control .glyphicon-chevron-right {
      right: 35px;
    }
  
    .carousel {
      margin-bottom:30px;
    }
  
    .service-column { border-color: transparent; }
  
    #intro-section {
      padding-top:0px;
      margin-top:0px;
    }
  
    #content {
      padding-top:20px;
      padding-bottom:25px;
    }
  
    #sidebar {
      padding:0px 20px 40px 20px;
    }
  
    .box h3 {
      font-size:35px;
      line-height:50px;
    }
  
    .box p { margin-top: 10px; }
  
    .pa-content i {
      font-size: 35px;
    }
  
  }
  
  @media all and (max-width: 767px) {
  
    header {
      padding: 15px 0 10px;
    }
  
    .header-right {
      text-align: center;
    }
  
    .logo-image {
      display: inline-block;
    }
  
    .header-city-hidden {
      margin-top: 0;
    }
  
    .intro-box {
      margin-bottom: 15px;
    }

.carousel-caption {
    top: 50%;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
}
  
    .service-column {
      border-color: #FFF;
    }
  
    #newsletter {
      padding: 35px 0px;
    }
  
    #consultation_index {
      padding: 30px 10px 45px;
    }
  
    #affiliations {
      padding: 20px 10px;
    }
  
    #footer-top {
      padding: 35px 0px;
    }
  
    #content {
      padding-bottom: 20px;
    }
  
    .pipe {
      display: none;
    }
  
    .welcome-phone-link {
      display: block;
      margin-top: 15px;
    }
  
    h3.carousel-heading {
      font-size: 25px;
      line-height: 25px;
      margin-bottom: 25px;
    }
  
    p.carousel-text {
      display: none;
    }
  
    a.carousel-button {
      font-size: 14px;
      padding: 10px 12px;
    }
  
    h2.overlay-text {
      font-size: 40px;
      line-height: 44px;
    }
    .pa-content i {
      font-size: 45px;
    }
  
    .no-gutter {
      padding-left: 15px;
      padding-right: 15px;
    }
  
    .box {
      padding: 25px;
    }
  
    .box h3 {
      font-size: 35px;
      line-height: 40px;
    }
  
    .carousel-wrapper:hover .carousel-control .glyphicon-chevron-left,
    .carousel-wrapper:hover .carousel-control .glyphicon-chevron-right {
      display:none;
    }
  
    .navbar-nav {
      width:100%;
    }
  
    .navbar-nav>li>a {
      font-size: 16px;
      padding: 20px;
    }
  
    .navbar-nav>li>a,
    .navbar-nav>li:last-child {
      border:none;
    }
  
    .dropdown-menu {
      background: var(--byf-primary-dark);
      position:relative;
    }
  
    .nav li {
      text-align:center;
    }
  
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
      text-align: center;
    }
  
    ul.nav li.dropdown > ul.dropdown-menu {
      width:100%;
      text-align: center;
    }
  
    ul.nav li.dropdown > ul.dropdown-menu li a:hover {
      background: #272727;
    }
  
    ul.nav li.dropdown:hover > ul.dropdown-menu li a:hover {
      color: #FFF;
      background: var(--byf-pop);
    }
  
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .open > a:hover {
      background: transparent;
    }
  
  }
  
  @media all and (max-width: 767px) {
    .navbar-brand {
      display:block;
    }
  }
  
  @media all and (max-width: 480px) {
 
.logo-alt {
    margin: 1rem auto;
    width: 275px;
}

.carousel-inner > .item > img {
    width: auto;
    height: 100%;
}

h3.carousel-heading, p.carousel-text, a.carousel-button {
    display: inline-block;
}

.carousel .item {
    height: 250px;
}
  
    h2.overlay-text {
      font-size: 30px;
    }
  
  
    .pa-content i {
      font-size: 35px;
    }
  
    .box h3 {
      font-size:30px;
      line-height: 32px;
    }
  
  }
