/*
Master Stylesheet for Layout 460
Steve @ Build Your Firm
4/4/2019
*/

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
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: 'Cabin', sans-serif;
  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: #333;
}

h1 {
  font-size: 1.5rem;
  line-height: 2.25rem;
}

#index-section h1 {
  text-transform: capitalize;
}

#index-section h1 > span {
  text-transform: none;
}

h2 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

h3 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

h4 {
  font-size: 1.0625rem;
  line-height: 1.25rem;
}

p, a, ul, li {
  color: #333;
  font-family: "Muli", sans-serif;
  font-size: .9375rem;
  line-height: 1.5rem;
}

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: #8B001A;
  font-family: "Muli", sans-serif;
  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: 1px solid #8B001A;
}

#index a:hover,
#inner a:hover {
  border-bottom: 1px solid #182344;
  color: #182344;
}

#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: 600;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
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: 'Cabin', sans-serif;
  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: #8C001A;
  color: #8C001A;
}

.btn:hover,
.btn-primary:hover {
  background: #8C001A;
  border-color: #8C001A;
  color: #FFF !important;
}

.btn-default:hover {
  border-color: #182344;
  color: #182344;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
HEADER - TOOLBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#toolbar {
  background: #F2F2F2;
  overflow: hidden;
  padding: .125rem 1rem;
  position: relative;
  z-index: 1;
}

#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: #8C001A;
  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: 15px 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: 275px;
  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: 25%;
  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-brand {
  margin: 0;
  padding: 0 15px 0 0;
}

.navbar .navbar-nav .nav-link {
  color: #333;
  font-size: .9375rem;
  padding: 10px 12px;
  text-align: center;
}

.navbar .navbar-nav .nav-item:last-of-type .nav-link {
  background: #FFF;
  border: 2px solid #8B001A;
  color: #8B001A;
  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: #8B001A;
  border-color: #8B001A;
  color: #FFF;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-item.show .nav-link {
  color: #8C001A;
}

.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: #8C001A;
  -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;
}

#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: 550px;
  -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: #8B001A;
  display: block;
  font-size: 4.9375rem;
  font-weight: 700;
  line-height: 4rem;
  margin: 0 0 .75rem;
  text-transform: uppercase;
}

#myCarousel .carousel-caption h2 span {
  background: rgba(24, 35, 68, .65);
  color: #FFF;
  display: inline-table;
  font-size: 3.375rem;
  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: #FBC645;
  border-color: #FBC645;
  color: #182144;
}

#myCarousel .btn-primary:hover {
  background: #182144;
  border-color: #182144;
  color: #FFF;
}

#myCarousel .carousel-item {
  background-position: 45% center;
  background-size: cover;
  max-height: 1200px;
  min-height: 700px;
}

#myCarousel .overlay {
  background: rgba(24, 33, 68, .3);
  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('http://via.placeholder.com/1920x825');
}

#myCarousel .carousel-inner .carousel-item:nth-of-type(2) {
  background-image: url('http://via.placeholder.com/1920x825');
}

#myCarousel .carousel-inner .carousel-item:nth-of-type(3) {
  background-image: url('http://via.placeholder.com/1920x825');
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SERVICES SECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#slider-services {
  position: relative;
}

#services {
  background: rgba(24, 35, 68, .65);
  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: 60px;
}

#services h2 {
  color: #FFF;
}

#services p {
  color: #FFF;
}

#service-track {
  bottom: 0;
  left: 15px;
  position: absolute;
  right: 15px;
  top:0;
}

#service-spy {
  background: #182144;
  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;
}

#index h1 {
  display: inline-block;
  margin: 0 0 0.5rem;
  padding: 0 0 2rem;
  position: relative;
}

#index h1::after {
  background: #8B001A;
  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: rgba(24, 33, 68, .15);
  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: #182144;
  font-size: 3.25rem;
  line-height: 3.75rem;
  margin: 0 0 1rem;
}

#call-to-action h2 span {
  display: table;
  font-weight: 700;
}

#call-to-action p {
  color: #182144;
  margin: 0 0 .75rem;
}

#call-to-action .btn-primary {
  margin-right: .5rem;
}

#call-to-action .btn-primary {
  background: #182144;
  color: #FFF;
  margin: 1rem 0;
}

#call-to-action .btn-primary:hover {
  background: #8C001A;
  color: #FFF !important;
}

#call-to-action .btn-default {
  border-color: #182144;
  color: #182144;
  margin: 0 0 .75rem;
}

#call-to-action .btn-primary:hover,
#call-to-action .btn-default:hover {
  border-color: #8C001A;
    background: #8C001A;
  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("http://via.placeholder.com/1000x667");
  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: 4rem 0 5.5rem;
}

#featured-services h2 {
  color: #FFF;
  display: inline-block;
  font-size: 25px;
}

#featured-services .featured {
  height: 100%;
  margin: 20px 0 0;
}

#featured-services .featured h2 {
  color: #333;
  font-size: 1.5rem;
  margin: 0 0 1rem;
  font-weight: 400;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

#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 0 0;
}

#featured-services .featured a:hover .btn-primary {
  background: #8C001A;
  border-color: #8C001A;
  color: #FFF;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NEWSLETTER SECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#newsletter {
  background: #182244;
  overflow: hidden;
  padding: 4rem 0;
}

#newsletter  h2 {
  color: #FBC545;
  font-size: 1.375rem;
  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: #FBC545;
  border: 2px solid #FBC545;
  color: #182144;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  padding: 12px 30px 10px;
}

#newsletter .btn-primary:hover {
  border-color: #8C001A;
  background: #8C001A;
  color: #FFF;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
AFFILIATES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#affiliates {
  background: #F8F8F8;
  border-top: 1px solid #EEE;
  padding: 2rem 1.5rem;
}

#affiliates .affiliates {
  margin: 0 -15px;
  text-align: center;
}

#affiliates .affiliates img {
  display: inline-block;
  margin: 1.875rem;
  max-width: 200px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
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: #FFF;
  background-image: url('http://via.placeholder.com/3900x2600');
  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: #182144;
  border: 0;
  color: #FFF;
  cursor: pointer;
  font-family: 'Cabin', sans-serif;
  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: #8C001A;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#footer-top {
  background: #FFF;
  font-size: 0;
  overflow: hidden;
  padding: 3.5rem .5rem 3rem;
}

#footer-top {
  background: #182244;
  border-top: 1px solid #EEE;
  text-align: center;
}

#footer-top h2 {
  color: #FFF;
  font-size: 1.25rem;
  margin: 0 0 .75rem;
}

#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 auto;
  text-align: center;
}

#footer-top a,
#footer-bottom a,
#footer-top p {
  font-size: .8175rem;
  line-height: 1.75;
  padding: 0 0 6px;
}

#footer-top p,
#footer-bottom p {
  margin: 0;
}

#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: #182144;
  font-size: 12px;
}

#footer-top a:hover {
  color: #C6CEEB;
}

#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: rgba(24, 33, 68, .15);
  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: #182144;
  padding: 0 15px 0 0;
}

#footer-bottom a:hover {
  color: #8C001A;
}

#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: 'Muli', 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: 'Muli', sans-serif;
  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: 'Muli', sans-serif;
  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: 'Muli', sans-serif;
  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 {
    left: 52%;
    margin: 0 auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  #inner-content {
    float: none;
    left: 50%;
    padding: 5rem 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .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: 4rem;
    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;
  }

  #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;
  }

  #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;
  }

  #toolbar .row a:not(:last-of-type)::after {
    display: none;
  }
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
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;
  }

  #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 = = = = = = = = = = */
