:root {
    --byf-primary: #185AA4 ;
    --byf-primary-dark: #1C3C72;
  
    --byf-secondary: #7c7c7c;
    --byf-secondary-dark: #0F100D;
     
    --byf-pop: #db6e1b;
     
    --byf-font1: 'Montserrat', sans-serif;
    --byf-font2: 'Mulish', sans-serif;
  
    --byf-overlay:  rgb(14 38 75 / 45%);

    --hcm-font-size: 18px;
    --hcm-font-weight: 500; 
    --hcm-primary-dark: #001b2e;
    --hcm-body-color: #040404;
  }

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
a11y Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#skip-navigation {
background: #fff;
color: #000;
left: 0;
padding: .5em;
position: absolute;
top: -1000px;
transition: all .3s ease;
z-index: 11;
}

a:not(.btn, .nav-link):focus-visible {
outline: 2px solid var(--byf-primary);
}

:is(#footer-top, #footer-bottom) a:not(.btn, .nav-link):focus-visible {
outline: 2px solid var(--byf-secondary);
}

:is(.btn-default, .btn-primary, .btn-secondary):focus-visible {
outline: 2px solid var(--byf-primary) !important;
outline-offset: 1px;
}

#hc-toggle {
align-items: center;
background: var(--byf-primary);
border: 2px solid #FFF;
border-radius: .1875rem;
bottom: 1rem;
box-shadow: 0 1px 1px rgba(0,0,0,.05), 0 2px 2px rgba(0,0,0,.05), 0 4px 4px rgba(0,0,0,.05), 0 8px 8px rgba(0,0,0,.05), 0 16px 16px rgba(0,0,0,.05);
color: #FFF;
display: flex;
font-size: 1.75rem;
justify-content: center;
height: 3rem;
left: 1rem;
outline: 0;
position: fixed;
transition: all .3s ease;
width: 3rem;
cursor: pointer;
z-index: 999;
}

#hc-toggle i {
font-size: 1.75rem;
}

#hc-toggle:is(:hover, :focus, :focus-visible) {
background: #FFF;
border-color: var(--byf-secondary);
color: var(--byf-secondary);
}

.sr-only {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.hcm :is(h1, h2, h3, h4, h5, h6, h2 > a, h3 > a, h4 > a) {
    color: var(--hcm-primary-dark);
    font-weight: 600;
}

.hcm :is(p, a, ul, li) {
    color: var(--hcm-body-color);
    font-weight: 500;
}

.hcm :is(a, a:active,
a:focus, a:visited) {
    font-weight: 600;
    text-decoration: underline;
}

@media (max-width: 767px){
    .sr-only-sm {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
}
  
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  OVERRIDES
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  
  .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  
  .row {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  TYPOGRAPHY
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  
  h1, h2, h3, h4, h5, h6,
  h2 > a, h3 > a, h4 > a {
    font-family: var(--byf-font1);
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 1rem;
    -webkit-font-variant-ligatures: none;
    font-variant-ligatures: none;
  }
  
  h1, h2, h3, h4, h5, h6 {
    color: var(--byf-secondary-dark);
  }
  
  h1 {
    font-size: 2.2rem;
    line-height: 2.35rem;
  }
  
#gmapwide .row {
 margin-bottom: 4rem;
}

  #index-section h1 {
    text-transform: capitalize;
  }
  
  #index-section h1 > span {
    text-transform: none;
  }
  
#index img {
    width: 150px;
}

  h2 {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }
  
  h3 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  
  h4 {
    font-size: 1.0625rem;
    line-height: 1.25rem;
  }
  
p, a, ul, li {
    color: var(--byf-secondary-dark);
    font-family: var(--byf-font2);
    font-size: 1rem;
    line-height: 1.9rem;
    font-weight: 500;
}
  
  p {
    margin-bottom: 1rem;
  }
  
  p + h1, p + h2, p + h3,
  p + h4, p + h5, p + h6 {
    margin-top: 1.25rem;
  }
  
  h2 > a, h2 > a:active, h2 > a:focus,
  h3 > a, h3 > a:active, h3 > a:focus,
  h4 > a, h4 > a:active, h4 > a:focus {
    font-family: inherit;
    font-size: inherit;
  }
  
  a, a:active, a:focus, a:visited,
  h2>a, h2>a:active, h2>a:focus, h2>a:visited,
  h3>a, h3>a:active, h3>a:focus, h3>a:visited,
  h4>a, h4>a:active, h4>a:focus, h4>a:visited,
  h5>a, h5>a:active, h5>a:focus, h5>a:visited,
  h6>a, h6>a:active, h6>a:focus, h6>a:visited {
    background: transparent;
    color: var(--byf-secondary);
    font-family: var(--byf-font2);
    outline: 0;
    text-decoration: none;
    -webkit-transition: all.3s ease;
    -o-transition: all.3s ease;
    transition: all.3s ease;
  }
  
#index a, #inner a {
    border-bottom: none;
    text-decoration: none;
    font-weight: 700 !important;
    color: #0b52ad;
}


#inner form p:last-of-type {
    margin-bottom: 10px;
    margin-left: 20px !important;
}

#index a:hover, #inner a:hover {
    border-bottom: none;
    color: #2a71cd;
}

#inner form p:last-of-type {
    margin-bottom: 10px;
    color: #333;
}
  
  #index h2>a, #index h3>a, #index h4>a, #index h5>a, #index h6>a,
  #inner h2>a, #inner h3>a, #inner h4>a, #inner h5>a, #inner h6>a {
    border: 0 !important;
  }
  
  * a:hover {
    text-decoration: none;
  }
  
  ul {
    margin-bottom: 10px;
  }
  
  h2 + ul,
  p + ul {
    margin-top: 10px;
  }
  
  h2 + ul,
  h3 + ul {
    margin-top: -5px;
  }
  
  ul+ h1, ul + h2, ul + h3,
  ul + h4, ul + h5, ul + h6 {
    margin-top: 1.25rem;
  }
  
  strong {
    font-weight: 700;
  }
  
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  SOCIAL MEDIA
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  
  .social-media,
  .social-media *,
  .social-media::before,
  .social-media::after {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
  
  .social-media a {
    font-size: 0 !important;
    padding: 0 !important;
  }
  
  .social-media i {
    background: transparent;
    color: rgba(255,255,255,.85);
    font-size: 14px;
    height: 30px;
    margin: 0 !important;
    padding-left: 5px;
    text-align: center;
    width: 32px;
    -webkit-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease;
  }
  
  .social-media a:first-of-type i {
    margin-left: 0 !important;
  }
  
  .social-media a:hover i {
    background: #00B3D0;
  }
  
  .fa-facebook-f {
    padding: 8px 5px 8px 7px;
  }
  
  .fa-google-plus-g {
    padding: 8px 4px 8px 8px;
  }
  
  .fa-linkedin-in {
    padding: 8px 5px 8px 6px;
  }
  
  .fa-pinterest-p {
    padding: 8px 5px 8px 6px;
  }
  
  .fa-twitter {
    padding: 8px 5px 8px 6px;
  }
  
  .fa-yelp {
    padding: 8px 4px 8px 8px;
  }
  
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  BUTTONS
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  
  a.btn, a.btn:active, a.btn:focus, a.btn:active:focus,
  .btn:not(:disabled):not(.disabled).active,
  .btn:not(:disabled):not(.disabled):active:focus,
  .btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus,
  .btn-default, .btn-default:active, .btn-default:focus, .btn-default:active:focus
  .btn-default:not(:disabled):not(.disabled):active:focus {
    background: transparent;
    border: 2px solid #293F55;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: var(--byf-font1);
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.2rem;
    min-width: 112px;
    outline: 0;
    padding: 10px 30px 8px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  
  .btn-default, .btn-default:active, .btn-default:focus, .btn-default:active:focus
  .btn-default:not(:disabled):not(.disabled):active:focus {
    border-color: var(--byf-secondary);
    color: var(--byf-secondary);
  }
  
  .btn:hover,
  .btn-primary:hover {
    background: var(--byf-secondary);
    border-color: var(--byf-secondary);
    color: #FFF !important;
  }
  
  .btn-default:hover {
    border-color: #182344;
    color: #182344;
  }
  
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  HEADER - TOOLBAR
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  
#toolbar {
    background: #f3f5f6;
    overflow: hidden;
    padding: 0rem 1rem;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #ddd;
}
  
  #toolbar a {
    color: #333;
    display: inline-block;
    font-size: .8125rem;
    padding: .125rem .25rem;
    position: relative;
  }
  
  #toolbar .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  
  #toolbar .row a {
    margin: 0 1rem;
  }
  
  #toolbar .row a:not(:last-of-type)::after {
    background: #CCC;
    bottom: 8px;
    display: block;
    content: '';
    position: absolute;
    right: -1rem;
    top: 8px;
    width: 1px;
  }
  
  #toolbar a>i {
    color: var(--byf-secondary);
    margin-right: .5rem;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
  }
  
  #toolbar a:hover,
  #toolbar a:hover i {
    color: #182344;
  }
  
  
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  LOGO SECTION
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  
  #header-logo {
    background: #FFF;
    padding: 10px 0;
    -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.2);
    box-shadow: 0 0 4px 2px rgba(0,0,0,.2);
    -webkit-transition: padding .2s ease;
    -o-transition: padding .2s ease;
    transition: padding .2s ease;
  }
  
  #header-logo.fixed-top {
    background: #FFF;
    padding: 8px 0;
    position: fixed !important;
    z-index: 75;
  }
  
  #header-logo img {
    width: 450px;
    max-width: 100%;
    -webkit-transition: max-width .4s ease;
    -o-transition: max-width .4s ease;
    transition: max-width .4s ease;
  }
  
  #header-logo.fixed-top img {
    max-width: 70%;
    min-width: 225px;
  }
  
  .navbar-button {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }
  
  .fixed-top .menu {
    display: none;
  }
  
  .fixed-top .navbar-button {
    top: 5px;
  }
  
  .fixed-top #toggle-open i {
    top: 50%;
  }
  
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  NAVBAR
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  
  .navbar {
    padding: 0;
    width: 100%;
  }

navbar {
    padding: 0;
    width: 100%;
}

#nav-menu {
    max-width: 90%;
}
  
  .navbar-brand {
    margin: 0;
    padding: 0 15px 0 0;
  }
  
.navbar .navbar-nav .nav-link {
    color: #333;
    font-size: .9rem;
    padding: 10px 8px;
    text-align: center;
}
  
  .navbar .navbar-nav .nav-item:last-of-type .nav-link {
    background: #FFF;
    border: 2px solid var(--byf-primary-dark);
    color: var(--byf-primary-dark);
    font-weight: 600;
    margin-left: 12px;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  
  .navbar .navbar-nav .nav-item:last-of-type .nav-link:hover {
    background: var(--byf-primary-dark);
    border-color: var(--byf-primary-dark);
    color: #FFF;
  }
  
  .navbar .navbar-nav .nav-link:hover,
  .navbar .navbar-nav .nav-item.show .nav-link {
    color: var(--byf-secondary);
  }
  
  .navbar .navbar-nav .dropdown-toggle::after {
    left: 1px;
    position: relative;
    top: 1px;
  }
  
  .navbar .dropdown-item,
  .navbar .dropdown-item:active,
  .navbar .dropdown-item:focus {
    background: transparent;
    color: #333;
    padding: .25rem 1rem;
  }
  
  .navbar .dropdown-item:hover {
    background: #EAEAEA;
  }
  
  .navbar-light .navbar-toggler,
  .navbar-light .navbar-toggler:focus,
  .navbar-light .navbar-toggler:active {
    border: 0;
    height: 100%;
    outline: 0;
    padding: 0;
  }
  
  .navbar-nav .dropdown-menu {
    margin: 0;
    padding: 5px 0;
  }
  
  .navbar-toggler i,
  .navbar-toggler i:active,
  .navbar-toggler i:focus {
    color: #1EBCBD;
    font-size: 30px;
    position: relative;
    top: 6px;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
  }
  
  .navbar-toggler i:hover {
    color: #4E7B88;
  }
  
  .navbar-collapse {
    position: relative;
  }
  
  #navbar-track {
    bottom: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  #navbar-spy {
    position: absolute;
    bottom: -6px;
    height: 6px;
    background: var(--byf-secondary);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1;
  }
  
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  CAROUSEL SLIDER
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  
  #myCarousel {
    background: #333;
    overflow-x: hidden;
  }

.carousel-indicators li {
 display: none;
}
  
  #myCarousel .carousel-indicators {
    bottom: 18rem;
  }
  
  #myCarousel .carousel-control-prev,
  #myCarousel .carousel-control-next {
    width: 100px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  
  #myCarousel .carousel-control-prev {
    left: -75px;
  }
  
  #myCarousel .carousel-control-next {
    right: -75px;
  }
  
  #myCarousel:hover .carousel-control-prev {
    left: -15px;
  }
  
  #myCarousel:hover .carousel-control-next {
    right: -15px;
  }
  
  #myCarousel img {
    width: 100%;
  }
  
  #myCarousel .carousel-indicators li:hover {
    cursor: pointer;
  }
  
  #myCarousel .wrapper {
    bottom: 0;
    left: 50%;
    max-width: 1200px;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: 1;
  }
  
  #myCarousel .carousel-caption {
    bottom: auto;
    left: 0;
    padding: 1.5rem 3rem 2rem 1rem;
    text-align: right;
    top: 34%;
    width: 600px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  #myCarousel .carousel-caption-right {
    left: auto;
    right: 15%;
    text-align: right;
  }
  
  #myCarousel .carousel-caption h2 {
    color: #F3F6F4;
    display: block;
    font-size: 2.9rem;
    font-weight: 400;
    line-height: 4rem;
    margin: 0 0 .75rem;
    text-transform: uppercase;
  }
  
  #myCarousel .carousel-caption h2 span {
    background: var(--byf-overlay);
    color: #FFF;
    display: inline-table;
    font-size: 2.9rem;
    font-weight: 400;
    line-height: 3.875rem;
    padding: 0 .375rem;
  }
  
  #myCarousel .carousel-caption p {
    color: #FFF;
    font-size: 1.25rem;
    line-height: 2rem;
  }
  
  #myCarousel .btn-primary {
    background: var(--byf-pop);
    border-color: var(--byf-pop);
    color: #fff;
  }
  
  #myCarousel .btn-primary:hover {
    background: var(--byf-primary);
    border-color: var(--byf-primary);
    color: #FFF;
  }
  
  #myCarousel .carousel-item {
    background-position: 45% center;
    background-size: cover;
    max-height: 1200px;
    min-height: 700px;
  }
  
  #myCarousel .overlay {
    background: var(--byf-overlay);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  
  #myCarousel .carousel-item img {
    opacity: 0;
    visibility: hidden;
  }
  

  
  #myCarousel .carousel-inner .carousel-item:nth-of-type(1) {
    background-image: url('/site_images/barclay1-01-1.webp');
  }

  #myCarousel .carousel-inner .carousel-item:nth-of-type(2) {
    background-image: url('/site_images/3-1.webp');
  }

  #myCarousel .carousel-inner .carousel-item:nth-of-type(3) {
    background-image: url('/site_images/1-1.webp');
  }
  
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  SERVICES SECTION
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  
  #slider-services {
    position: relative;
  }
  
  #services {
    background: var(--byf-overlay);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
  }
  
  .byf_row #services .admin_edit {
    height: 400px;
    overflow: hidden;
  }
  
  #services div[class*='col-'] {
    padding: 0;
  }
  
  #services .column {
    border-left: 1px solid rgba(255, 255, 255, .35);
  }
  
  #services .column:last-of-type {
    border-right: 1px solid rgba(255, 255, 255, .35);
  }
  
  #services .service {
    padding: calc(-3rem + 5vw) 2rem;
    height: 100%;
    text-align: center;
  }
  
  #services img {
    height: auto;
    margin: 0 auto .5rem;
    width: 50px;
  }
  
  #services h2 {
    color: #FFF;
  }
  
  #services p {
    color: #FFF;
  }
  
  #service-track {
    bottom: 0;
    left: 15px;
    position: absolute;
    right: 15px;
    top:0;
  }
  
  #service-spy {
    background: var(--byf-primary);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
  
  
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  INDEX COPY SECTION
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  
  #index {
    overflow: hidden;
    padding: 5rem 0;
    text-align: center;
    background-color: #F3F6F4;
  }


  
  #index h1 {
    display: inline-block;
    margin: 0 0 0.5rem;
    padding: 0 0 2rem;
    position: relative;
  }
  
  #index h1::after {
    background: var(--byf-secondary);
    bottom: 1rem;
    content: '';
    height: 2px;
    left: 21%;
    right: 21%;
    position: absolute;
  }
  
  #index .buttons {
    margin-top: 1.5rem;
  }
  
  #index .buttons .btn-primary {
    margin: 1rem 1.5rem 0 0;
  }
  
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  CALL-TO-ACTION SECTION
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  
  #call-to-action {
    background: var(--byf-primary-dark);
    padding: 0;
  }
  
  #call-to-action .container-fluid {
    padding: 0 1rem;
  }
  
  #call-to-action .col-lg-6 {
    min-height: 400px;
    padding: 5rem 3rem;
  }
  
  #call-to-action #cta-text {
    margin-left: auto;
    max-width: 100%;
    padding: 0 0 0 1rem;
    width: 560px;
  }
  
  #call-to-action h2 {
    color: #F3F6F4;
    font-size: 3.25rem;
    line-height: 3.75rem;
    margin: 0 0 1rem;
  }
  
  #call-to-action h2 span {
    display: table;
    font-weight: 600;
  }
  
  #call-to-action p {
    color: #F3F6F4;
    margin: 0 0 .75rem;
  }
  
  #call-to-action .btn-primary {
    margin-right: .5rem;
  }
  
  #call-to-action .btn-primary {
    background: #F3F6F4;
    color: var(--byf-primary-dark);
    margin: 1rem 0;
  }
  
  #call-to-action .btn-primary:hover {
    background: var(--byf-secondary);
    color: #FFF !important;
  }
  
  #call-to-action .btn-default {
    border-color: #F3F6F4;
    color: #f2f2f2;
    margin: 0 0 .75rem;
  }
  
  #call-to-action .btn-primary:hover,
  #call-to-action .btn-default:hover {
    border-color: var(--byf-secondary);
      background: var(--byf-secondary);
    color: #FFF;
  }
  
  #call-to-action .video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
  }
  
  #call-to-action .video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
  }
  
  #cta-background {
    background-image: url("/site_images/tgr-1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
  
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  FEATURED SERVICES SECTION
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  
  #featured-services {
    overflow: hidden;
    padding: 1rem 0 3.5rem;
  }

    #featured-services {
        background-color: #F3F5FA;
    }
  
  #featured-services h2 {
    color: #FFF;
    display: inline-block;
    font-size: 25px;
  }
  
  #featured-services .featured {
    height: 100%;
    margin: 20px 0 0;
    text-align: center;
  }
  


#featured-services .featured h2 {
    color: var(--byf-secondary-dark);
    font-size: 1.7rem;
    margin: 0 0 1.4rem;
    font-weight: 400;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    margin-top: 2.2rem;
}


  
  #featured-services .img-holder {
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative;
  }
  
  #featured-services img {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
  
  #featured-services .featured a:hover img {
    -webkit-transform: scale(1.08,1.08);
    -ms-transform: scale(1.08,1.08);
    transform: scale(1.08,1.08);
  }
  
  #featured-services .btn-primary {
    margin: 1rem 2.3rem 0;
  }
  
  #featured-services .featured a:hover .btn-primary {
    background: var(--byf-primary-dark);
    border-color: var(--byf-primary-dark);
    color: #FFF;
  }
  
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  NEWSLETTER SECTION
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    margin-top: 1rem;
}

  #newsletter {
    background: var(--byf-overlay);
    overflow: visible;
    padding: 3rem 0;
  }

#newsletter .btn-primary, #newsletter .btn-primary:active, #newsletter .btn-primary:focus {
    background: transparent;
    border: 2px solid #12263c !important;
    color: #12263c !important;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    padding: 12px 30px 10px;
}
  
#inner #newsletter {
    background: transparent;
}


#newsletter h2 {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 700;
}
  
  #newsletter  h2 > span {
    color: #FFF;
    font-weight: 400;
    margin-left: 4px;
  }
  
  #newsletter  p {
    color: #FFF;
  }
  
  #newsletter p:last-of-type {
    margin-bottom: 0;
  }
  
#newsletter .btn-primary, #newsletter .btn-primary:active, #newsletter .btn-primary:focus {
    background: transparent;
    border: 2px solid #F3F5FA;
    color: #F3F5FA;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    padding: 12px 30px 10px;
}
  
  #newsletter .btn-primary:hover {
    border-color: var(--byf-secondary);
    background: var(--byf-secondary);
    color: #FFF;
  }
  
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  AFFILIATES
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  
  #affiliates {
    background: #F3F6F4;
    border-top: 1px solid #EEE;
    padding: 2rem 1.5rem;
    display: none;
  }
  
  #affiliates .affiliates {
    margin: 0 -15px;
    text-align: center;
  }
  


#affiliates .affiliates img {
    display: inline-block;
    margin: 0rem;
    max-width: 150px;
}
  
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  INNER PAGES - CONTENT
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  
  #inner {
    overflow: hidden;
    padding: 0;
  }
  
  #inner form p:last-of-type {
    margin-bottom: 10px;
  }
  
  #inner-content {
    margin-left: auto;
    max-width: 100%;
    padding: 4rem 2.5rem 8rem 1.5rem;
    width: 900px;
    float: right;
  }
  
  #inner-content p:last-of-type {
    margin: 0;
  }
  
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  INNER PAGES - SIDEBAR
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  
  #sidebar {
    overflow: hidden;
    padding: 6rem 2rem 4rem 1rem;
    position: relative;
  }
  
  .sidebar-bg {
    background: #adadad;
    background-position: -425px center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100vw;
  }
  
  .sidebar {
    margin: 0 auto;
    max-width: 26.5625rem;
    padding: 0 1rem;
    text-align: center;
  }
  
  #inner-sidebar {
    background: rgba(0, 0, 0, .5);
    margin: 0 0 0 1rem;
    padding: 2rem 2rem 2.5rem;
    position: relative;
    text-align: center;
    width: 350px;
    max-width: 100%;
  }
  
  #inner-sidebar h3 {
    color: #FFF;
    font-size: 1.5rem;
  }
  
  #inner-sidebar h3>span {
    font-weight: 700;
  }
  
  #inner-sidebar p {
    color: #FFF;
    margin: .75rem 0 1.125rem;
  }
  
  #inner-sidebar .form-control {
    border: 0;
    border-radius: 0;
    font-size: 12px;
    height: 2.4375rem;
    outline: 0;
  }
  


#inner-sidebar .sidebar-btn {
    background: transparent;
    border: 2px solid #fff;
    color: #FFF;
    cursor: pointer;
    font-family: var(--byf-font1);
    font-size: .9375rem;
    margin: 1rem 0 0;
    outline: 0;
    padding: .75rem 1rem;
    text-transform: uppercase;
    width: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
  
  #inner-sidebar .sidebar-btn:hover {
    background: #fff;
   color: var(--byf-primary-dark);
  }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
TESTIMONIALS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#testimonials {
  background: var(--byf-primary-dark);
  padding: 80px 0;
}

#testimonials a.btn.btn-primary {
    border-color: #F3F6F4;
    color: #F3F6F4;
}

#testimonials hr {
    margin-top: 0.8rem;
    margin-bottom: 1.6rem;
    border: 0;
    border-top: 2px solid rgb(239 239 239 / 30%);
    width: 15%;
}

#testimonials a.btn.btn-primary:hover {
    border-color: #F3F6F4;
    color: #333 !important;
    background: #F3F6F4;
}

#testimonials h2 {
  color: #FFF;
  margin: 0 0 5px;
  text-align: center;
}

#testimonials h2 + p {
  color: #FFF;
  margin-bottom: 30px;
  text-align: center;
}

#testimonials .row > [class*='col-'] {
  margin-bottom: 30px;
}

#testimonials .testimonial {
  background: #EEE;
  border-radius: 2px;
  height: 100%;
  padding: 25px 25px 90px;
  position: relative;
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 1px 1px 3px 2px rgba(0,0,0,.2);
  box-shadow: 1px 1px 3px 2px rgba(0,0,0,.2);
}

#testimonials .testimonial > p {
  font-size: 16px;
  font-style: italic;
}

#testimonials .reviewer {
  display: table;
  margin-top: 30px;
  position: absolute;
  bottom: 25px;
}

#testimonials .review-icon {
  display: table-cell;
  vertical-align: middle;
  width: 70px;
}

#testimonials .review-icon-holder {
  background: #666;
  border-radius: 50%;
  display: table-cell;
  height: 45px;
  text-align: center;
  vertical-align: middle;
  width: 45px;
}

#testimonials .review-icon-holder i {
  color: #FFF;
  font-size: 18px;
  line-height: 1;
}

#testimonials .review-info {
  display: table-cell;
}

#testimonials .review-info p:first-of-type {
  font-size: 16px;
  font-weight: 600;
  margin: 4px 0 0;
}

#testimonials .review-info p:last-of-type {
  font-size: 13px;
}

/*----------------------------------------
PRICING PAGE TABLE
------------------------------------------------*/

#tables {
    display: flex;
    justify-content: center;
}



.visible-xs {
  display: none;
}

#tables i {
    color: var(--byf-primary);
}

#pricing {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#pricingtable {
    max-width: 100%;
    display: block;
    flex-basis: 0;
    flex-grow: 1;
}

#pricingtable p{
    font-size: 13px;
}

#segment {
    padding: 2rem 1.5rem;
    background: #fff;
    border-radius: 4px;
    border: 2px solid #006333;
    box-shadow: 0px 2px 6px rgb(15 27 47 / 33%)
}

#headinner {
    margin: -2rem -1.5rem;
    padding: 2rem 2.5rem;
    background: var(--byf-primary-dark);
    color: #FFF;
}

#servicebutton {
   margin: 0;
   position: absolute;
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}
  
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  FOOTER
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  
  #footer-top {
    background: #F3F6F4;
    font-size: 0;
    overflow: hidden;
    padding: 3.5rem .5rem 3rem;
  }


  #footer-top {
    background: var(--byf-primary-dark);
    border-top: 1px solid #EEE;
    text-align: left;
  }
  


#footer-top h2 {
    color: #c1c1c1;
    font-size: 1.55rem;
    margin: 0 0 .6rem;
    font-weight: 600;
    margin-top: 1.6rem;
}
  
  #footer-top p {
    color: #FFF;
  }
  
  #footer-bottom p {
    color: #FFF;
  }
  
  #footer-top a,
  #footer-top a:active,
  #footer-top a:focus,
  #footer-bottom a,
  #footer-bottom a:active,
  #footer-bottom a:focus {
    color: #FFF;
    display: inline-block;
  }
  


#footer-top a {
    display: table;
    margin: 0.5rem 0rem;
    text-align: left;
}
  
  #footer-top a,
  #footer-bottom a,
  #footer-top p {
    font-size: 1rem;
    line-height: 1.75;
    padding: 0 0 6px;
  }
  
  #footer-top p,
  #footer-bottom p {
    margin: 0;
  }

#footer-top .row {
    justify-content: center;
}
  
  #footer-top div[class*='col-'] a:last-of-type,
  #footer-top div[class*='col-'] p:last-of-type {
    padding-bottom: 0;
  }
  
  #footer-bottom a,
  #footer-bottom p {
    color: #a5a5a5;
    font-size: 12px;
  }
  
  #footer-top a:hover {
    color: #a9dbff;
  }
  
  #footer-top .about img {
    margin: .125rem 0 1rem 0;
    max-width: 200px;
  }
  
  #footer-top .about p {padding-right: 1rem;}
  
  #footer-top .site-name {
    font-weight: 600;
  }
  
  #footer-bottom {
    background: #0b1324;
    overflow: hidden;
    padding: 1.625rem .5rem 1.375rem;
    text-align: center;
  }
  
  #footer-bottom #copyright p:last-of-type,
  #footer-bottom #copyright p:last-of-type a {
    padding-bottom: 0;
  }
  
  #footer-menu {
    font-size: 0;
    margin: 0 0 0.75rem;
  }
  
  #footer-menu a {
    color: #7494b7;
    padding: 0 15px 0 0;
  }
  
  #footer-bottom a:hover {
    color: var(--byf-secondary);
  }
  
  #footer-menu a:last-of-type {
    padding: 0;
  }
  
  #footer-social {
    font-size: 0;
    margin: 1.5rem 0 0;
  }
  
  #footer-social a {
    display: inline-block;
  }
  
  #footer-social i {
    border: 2px solid #FFF;
    color: rgba(255, 255, 255, .85);
    font-size: 15px;
    height: 34px;
    margin: 0 .25rem;
    padding: 7px 9px 6px 8px;
    text-align: center;
    width: 35px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-box-shadow: 1px 3px 5px 0 rgba(0,0,0,.3);
    box-shadow: 1px 3px 5px 0 rgba(0,0,0,.3);
  }
  
  #footer-social i:hover {
    border-color: #C6CEEB;
  }
  
  #footer-bottom .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  #footer-bottom #footer-menu,
  #footer-bottom .copyright,
  #footer-bottom .byf-link {
    padding: 0 1.5rem;
  }
  
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  SCROLL TO TOP
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  
  #scroll-icon {
    bottom: 15px;
    cursor: pointer;
    opacity: 0;
    position: fixed;
    right: 20px;
    text-align: center;
    visibility: hidden;
    z-index: 999;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
  }
  
  #scroll-icon .fa,
  #scroll-icon .fa:active,
  #scroll-icon .fa:focus {
    background: rgba(24, 33, 68, .01);
    border: 2px solid #FFF;
    border-radius: 2px;
    color: #FFF;
    cursor: pointer;
    font-size: 25px;
    padding: 10px 15px;
    pointer-events: none;
    -webkit-box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, .2);
    -webkit-transition: box-shadow .2s ease;
    -o-transition: box-shadow .2s ease;
    -webkit-transition: -webkit-box-shadow .2s ease;
    transition: -webkit-box-shadow .2s ease;
    transition: box-shadow .2s ease;
    transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
  }
  
  #scroll-icon:hover .fa {
    -webkit-box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, .35);
    box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, .35);
  }
  
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  MISCELLANEOUS FIXES
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  
  * {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }
  
  body {
    height: 100%;
    font-size: 16px;
    overflow-x: hidden;
    width: 100%;
    -ms-overflow-style: scrollbar;
  }
  
  textarea {
    resize: vertical;
  }
  
  input:-webkit-autofill,
  input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #FFF inset;
  }
  
  .error,
  .errors {
    background-color: #FFF !important;
    border: 1px solid #FF0000 !important;
    border-radius: 3px;
    color: #FF0000 !important;
    font-family: 'Mulish', sans-serif !important;
    font-size: 14px;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    padding: 13px 10px 12px !important;
  }
  
  .error p,
  .errors p {
    font-size: 14px;
    padding-bottom: 0;
  }
  
  .error ul,
  .errors ul {
    font-weight: 400 !important;
    list-style-position: inside;
    margin-bottom: 0;
    margin-top: 8px;
    padding-left: 30px;
  }
  
  .resourcestrick > h1,
  .resourcestrick > h3 {
    padding-bottom: 0 !important;
  }
  
  .resourcestrick > h1 + br,
  .resourcestrick > h3 + br {
    display: none;
  }
  
  .resourcestrick > .resourcefix:first-of-type {
    margin-top: 0;
  }
  
  .resourcefix {
    font-size: 20px;
    margin: 20px 0 2px;
  }
  
  .resourcefix + br {
    display: none;
  }
  
  table td {
    font-family: var(--byf-font2);
    font-size: 14px;
    line-height: 1.5;
  }
  
  .resourcestrick .resourcefix:first-of-type {
    margin-top: 0;
  }
  
  .resourcestrick br:first-of-type {
    display: none;
  }
  
  label,
  .form-control {
    font-family: var(--byf-font2);
    font-size: 14px;
  }
  
  label {
    font-size: 14px;
    font-weight: 400;
  }
  .verify {
    display: none;
  }
  
  .consultation_form .verification .col-xs-12 {
    padding: 5px 15px !important;
  }
  
  #consultation label {
    margin-bottom: 5px;
  }
  
  #consultation .form-group:not(:nth-of-type(8)):not(:nth-of-type(9)) label {
    display: none;
  }
  
  #consultation textarea.form-control {
    height: 115px;
  }
  
  .newsletter_form > form {
    font-family: var(--byf-font2);
    font-size: 14px;
  }
  
  #contactForm a,
  #consultation a,
  .newsletter_form a {
    font-size: 12px;
  }
  
  .consultation_form .col-xs-12.col-sm-4.text-center {
    text-align: left;
    width: 25%;
  }
  
  .newsletter_form label {
    font-weight: 400;
    text-align: right;
  }
  
  .newsletter_form .fsd + .form-group > label {
    margin-top: -5px;
  }
  
  #captcha {
    border: none !important;
  }
  
  .divider {
    background: #CCC;
    display: block;
    height: 1px;
    margin: 24px 0 10px;
    max-width: 100%;
    width: 210px;
  }
  
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  1265 MEDIA QUERY
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  
  @media (max-width: 1265px) {
    #inner-sidebar {
      width: auto;
    }
  }
  
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  1199 MEDIA QUERY
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  
  @media (max-width: 1199px) {
  
    #inner-sidebar {
      margin: 0 auto;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
    }
  
    #inner-content {
      float: none;
      position: static;
      padding: 5rem 0;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-0%);
    }
  
    .sidebar-bg {
      background-position: center center;
    }
  
    #navbar-track {
      display: none;
    }
  
    #myCarousel .carousel-indicators {
      display: none;
    }
  
    #myCarousel .carousel-item {
      background-position: 40% center;
    }
  
    #myCarousel .carousel-caption {
      width: 32.5rem;
    }
  
    #myCarousel .carousel-caption h2 {
      font-size: 3rem;
      line-height: 3.125rem;
      margin: 0 0 .25rem;
    }
  
    #myCarousel .carousel-caption h2 span {
      font-size: 2.71rem;
      line-height: 3.125rem;
    }
  
  }
  
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  991 MEDIA QUERY
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  
  @media (max-width: 991px) {
  
    #inner-content {
      padding: 3rem 1rem;
      position: static;
    }
  
    #toolbar .row {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  
    #header-logo .container {
      padding: 0 15px;
    }
  
    #navbar-container {
      display: table;
      width: 100%;
    }
  
    .navbar-logo,
    .navbar-button {
      display: table-cell;
    }
  
    .navbar-button {
      position: relative;
      text-align: right;
      width: 45px;
    }
  
    .navbar .navbar-nav {
      margin: .5rem 0;
    }
  
    .navbar .navbar-nav .nav-link,
    .navbar .dropdown-item {
      text-align: center;
    }
  
    .dropdown-menu {
      border: 0;
      margin-top: 0;
      padding-top: 0;
    }
  
    #navbar-spy {
      display: none;
    }
  
    #myCarousel .carousel-item {
      background-position: 55% center;
    }
  
    #myCarousel .carousel-caption {
      width: 28rem;
    }
  
  
    #call-to-action #cta-text,
    #call-to-action h2 span {
      margin: 0 auto;
      padding: 0 1rem;
      text-align: center;
    }
  
    .newsletter_form label {
      margin-bottom: 4px;
      text-align: left !important;
    }
  
    .newsletter_form a {
      display: inline-block;
      margin-bottom: 10px;
    }
  
    #testimonials .testimonial-column {
      padding: 5rem 1.5rem 8rem;
    }
  
    #footer-menu {
      text-align: left;
    }
  
    #footer-top>.container>.row>div[class*='col-'] {
      margin: 1.5rem 0 .5rem;
    }
  
    .sidebar-bg {
      background-position: center center;
      width: 100%;
    }
  
    #inner-sidebar {
      left: 50%;
      margin: 0;
      padding: 2rem 1.5rem 4rem;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  
    .video-responsive {
      margin-top: 1rem;
    }
  
  }
  
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  767 MEDIA QUERY
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  
  @media (max-width: 767px) {
  
    #inner-content {
      padding: 3rem 2rem;
      position: static;
    }
  
    #myCarousel .carousel-caption {
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      text-align: center;
    }
  
    #myCarousel .carousel-caption h2 {
      font-size: 1.75rem;
      line-height: 2rem;
    }
  
    #myCarousel .carousel-caption p {
      margin-bottom: 1rem;
    }
  
    #services {
      position: relative;
    }
  
    #header-logo .container {
      padding: 0 15px;
    }
  
    #resource-links .row {
      margin: 0 -15px;
    }
  
    #index .index-content {
      padding: 2rem 1.5rem;
    }
  
    #index .buttons .btn-primary,
    #index .buttons .btn-primary:first-of-type {
      display: table;
      margin: 1.25rem auto 0;
    }
  
    #call-to-action h2 {
      font-size: 2.5625rem;
      line-height: 3rem;
    }
  
    #consultation-section {
      padding: 50px 0;
    }
  
    #consultation-section .btn-primary {
      margin-top: 30px;
    }
  
    #featured-services {
      padding: 2rem 1rem 5.5rem;
    }
  
    #featured-services .featured h2 {
      margin-top: 2rem;
    }
  
    #newsletter {
      text-align:center;
    }
  
    #newsletter  .btn-primary {
      margin-top: 1.5rem;
    }
  
    #myCarousel .carousel-caption {
      display: block;
      padding: 35px 30px 40px;
      position: relative;
      top: 25%;
      width: 100%;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      z-index: 2;
    }
  
    #myCarousel .carousel-caption h2 {
      font-size: 4rem;
      line-height: 3.75rem;
    }
  
    #myCarousel .carousel-caption h2 span {
      display: table;
      margin: 0 auto;
    }
  
    #myCarousel .carousel-caption p {
      font-size: 1rem;
      line-height: 1.375rem;
    }
  
    #myCarousel .carousel-item {
      min-height: 500px;
    }
  
    #call-to-action .col-lg-6 {
      padding: 4rem 2rem;
      min-height: 300px;
    }
  
    #services .service {
      padding: 1.5rem 1rem;
      height: 100%;
    }
  
    #inner-content {
      padding: 3rem 1rem;
    }
  
    #sidebar {
      padding: 5rem 1rem;
    }
  
    .consultation_form .col-xs-12.col-sm-4.text-center {
      width: 100%;
    }
  
  }
  
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  655 MEDIA QUERY
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  
  @media (max-width: 655px) {
  
    #toolbar {
      text-align: center;
    }
  
    #toolbar .row {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  
    #toolbar .row a,
    #toolbar .row a:not(:last-of-type) {
      margin: 0;
      width: calc(50% - 2rem);
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
    }
  
    
  
  
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  575 MEDIA QUERY
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  @media (max-width: 575px) {
  
    #myCarousel .carousel-caption h2 {
      font-size: 3.25rem;
      line-height: 3.5rem;
    }
  
    #myCarousel .carousel-caption h2 span {
      display: table;
      font-size: 2.125rem;
      line-height: 2.75rem;
      margin: 0 auto;
    }
  
    .container {
      max-width: 100%;
    }
  
    h1 {
      font-size: 22px;
    }
  
    h2 {
      font-size: 18px;
    }
  
    h3 {
      font-size: 16px;
    }
  
    h4 {
      font-size: 15px;
    }
  
    #myCarousel .carousel-item {
      min-height: 350px;
    }
  
    #myCarousel .carousel-caption {
      top: 17.5%;
    }
  
    #services .column {
      border-left: 0;
      border-right: 0;
      border-bottom: 1px solid rgba(255, 255, 255, .35);
    }
  
    #services .column:last-of-type {
      border-bottom: 0;
    }
  
    #footer-top .about p {
      padding-right: 0;
    }
  
    #footer-top .pl-0 {
      padding-left: 1rem !important;
    }
  
    #footer-menu {
      margin: .5rem 0 0;
    }
  
    #footer-bottom {
      padding: 1rem .5rem .875rem
    }
  
    #footer-bottom #footer-menu,
    #footer-bottom .copyright,
    #footer-bottom .byf-link {
      margin-bottom: .5rem;
      text-align: center;
      width: 100%;
    }
  
    #scroll-icon {
      display: none;
    }
  
  }
  
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  480 MEDIA QUERY
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  
  @media (max-width: 480px) {
  
    #myCarousel .carousel-caption h2 {
      font-size: 2.625rem;
      line-height: 2.75rem;
    }
  
    #myCarousel .carousel-caption h2 span {
      font-size: 1.75rem;
      line-height: 2.25rem;
    }
  
    #inner-content h1 {
      text-align: center;
      font-size: 2rem;
    }
  
    #inner-content img:not(#captcha) {
      display: block;
      float: none !important;
      margin: 0 auto 20px !important;
    }
  
    #myCarousel .carousel-caption {
      padding: 25px 1.25rem 30px;
    }
  
    #index .index-content {
      padding: 4rem 1.25rem 5rem;
    }
  
    #testimonials .testimonial-column {
      padding: 5rem 1.25rem 8rem;
    }
  
    #services {
      padding: 3rem .125rem;
    }
  
    #affiliates .container,
    #footer-bottom .container {
      padding: 0 1.25rem;
    }
  
    #footer-top .row div[class*='col-'] {
      padding: 0 1.25rem;
    }
  
  }
  
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  420 MEDIA QUERY
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  
  @media (max-width: 420px) {
    #toolbar a>span {
      display: none;
    }
  }
  
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  BOOTSTRAP OVERRIDES
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  
  @media (min-width: 576px) and (max-width: 767px) {
    .container {
      max-width: 100%;
    }
  }
  
  @media (min-width: 768px) {
    .container {
      max-width: 100%
    }
  
  }
  
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  
  @media (min-width: 1200px) {
    .container {
      max-width: 1180px;
    }
  }
  
  /* = = = = = = = = = = MAIN460.CSS = = = = = = = = = = */
