/*
Master Stylesheet for Layout 400
Steve @ Build Your Firm
3/19/2018
*/

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h1, h2, h3, h4, h5, h6,
h2 > a, h3 > a, h4 > a {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.4;
  margin-bottom: 5px;
  -webkit-font-variant-ligatures: none;
  -moz-font-variant-ligatures: none;
  font-variant-ligatures: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
}

h1 {
  font-size: 24px;
}

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

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

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 17px;
}

p, a, ul, li {
  color: #555;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

p {
  margin-bottom: 5px;
}

p + h2,
p + h3 {
  margin-top: 10px;
}

a, a:active,
a:focus, a:visited {
  color: #FF4455;
  font-family: "Open Sans", sans-serif;
  outline: 0;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

a:hover {
  color: #6699CC;
}

* a:hover {
  text-decoration: none;
}

ul {
  margin-bottom: 10px;
}

h2 + ul,
p + ul {
  margin-top: 10px;
}

h2 + ul,
h3 + ul {
  margin-top: -5px;
}

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

strong {
    font-weight: 600;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
BUTTONS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.btn, .btn:active, .btn:focus, .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-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-default, .btn-default:active, .btn-default:focus, .btn-default:active:focus,
.btn-default:not(:disabled):not(.disabled).active,
.btn-default:not(:disabled):not(.disabled):active:focus {
  background: #FF4455;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #FFF !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1;
  min-width: 112px;
  outline: 0;
  padding: 11px 25px;
  text-transform: uppercase;
  -webkit-transition: background .3s ease;
  -moz-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
}

.btn:hover,
.btn-primary:hover,
.btn-default:hover {
  background: #6699CC;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
HEADER - TOPBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#topbar {
  background: #293F55;
  overflow: hidden;
}

#topbar *,
#topbar::before,
#topbar::after {
  box-sizing: content-box;
}

#topbar .row {
  margin: 0 15px;
}

#topbar #topbar-left .item:not(:last-of-type) {
  margin-right: 20px;
}

#topbar #topbar-right .item:not(:first-of-type) {
  margin-left: 20px;
}

#topbar .item i[class*='fa-'] {
  margin-right: 8px;
}

#topbar .item a {
  color: #FFF;
  display: inline-block;
  font-size: 15px;
  padding: 12px 15px;
  -webkit-transition: background .3s ease;
  -moz-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
}

#topbar .item a:hover {
  background: #6699CC;
}

#topbar .highlighted a {
  background: #FF4455;
  display: inline-block;
}

#topbar .highlighted a:hover {
  background: #6699CC;
  color: #FFF;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
HEADER - TOPBAR - SOCIAL MEDIA
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#header-social {
  text-align: right;
}

#header-social,
#header-social *,
#header-social::before,
#header-social::after {
  box-sizing: border-box;
}

#header-social a {
  font-size: 0 !important;
  padding: 0 !important;
}

#header-social i {
  color: #FFF;
  font-size: 14px;
  height: 30px;
  margin: 0 !important;
  padding-left: 5px !important;
  width: 30px;
  -webkit-transition: background .2s ease;
  -moz-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
}

#header-social i:hover {
  background: #6699CC;
}

.fa-facebook-f {
  padding: 8px 11px 8px 11px;
}

.fa-google-plus-g {
  padding: 8px 5px 8px 7px;
}

.fa-linkedin-in {
  padding: 8px 8px 8px 9px;
}

.fa-twitter {
  padding: 8px 8px 8px 8px;
}

.fa-yelp {
  padding: 8px 10px 8px 10px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LOGO SECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#header-logo {
  background: #FFF;
  padding: 15px 0;
  -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.2);
  -moz-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;
  -moz-transition: padding .2s ease;
  -o-transition: padding .2s ease;
  transition: padding .2s ease;
}

#header-logo.fixed-top {
  background: #FFF;
  background: rgba(255,255,255,.9);
  padding: 8px 0;
  z-index: 75;
}

#header-logo img {
  max-width: 100%;
  -webkit-transition: max-width .4s ease;
  -o-transition: max-width .4s ease;
  -moz-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;
  -moz-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%;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
OVERLAY MENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#overlay-menu {
  background: #293F55;
  background: rgba(44, 56, 78, 0.97);
  height: 100%;
  left: 0;
  opacity: 0;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 100;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

#overlay-menu .container {
  position: relative;
}

#overlay-menu-links {
  display: block;
  margin-top: 50px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}

#overlay-menu-links .nav-link {
  display: inline-block;
}

#overlay-menu-links {
  padding: 0 15px;
}

#overlay-menu-links a,
#overlay-menu-links a:active,
#overlay-menu-links a:focus,
#overlay-menu-links a:active:focus  {
  color: #DDD;
  font-size: 35px;
  white-space: pre-wrap;
}

#overlay-menu-links .dropdown-item:focus,
#overlay-menu-links .dropdown-item:hover {
  background: transparent;
}

#overlay-menu-links a:hover,
#overlay-menu-links .show > a {
  color: #FF4455;
}

#overlay-menu-links .show .dropdown-toggle::after {
  border-bottom: 0;
  border-left: .2em solid transparent;
  border-right: .2em solid transparent;
  border-top: .2em solid;
  left: 5px;
  position: relative;
  top: 3px;
  white-space: normal;
}

#overlay-menu-links .show > .dropdown-toggle::after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all .3s ease, transform .3s ease, color 0s;
  -moz-transition: all .3s ease, transform .3s ease, color 0s;
  -o-transition: all .3s ease, transform .3s ease, color 0s;
  transition: all .3s ease, transform .3s ease, color 0s;
}

#overlay-menu-links .dropdown-menu {
  background: transparent;
  border: 0;
  margin: -5px 0 0;
  padding: 0 0 25px;
  text-align: center;
  width: 100%;
}

#overlay-menu-links .dropdown-menu.show {
  position: static !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

#overlay-menu-links .dropdown-menu a,
#overlay-menu-links .dropdown-menu a:active,
#overlay-menu-links .dropdown-menu a:focus,
#overlay-menu-links .dropdowm-menu a:active:focus {
  color: #DDD;
  font-size: 25px;
  line-height: 1.2;
}

#overlay-menu-links .dropdown-menu.show a {
  color: #DDD;
}

#overlay-menu-links .dropdown-menu.show a:hover {
  background: transparent;
  color: #FF4455;
}

#toggle-open i {
  color: #FF4455;
  font-size: 30px;
  position: absolute;
  right: 15px;
  top: -webkit-calc(50% - 5px);
  top: -moz-calc(50% - 5px);
  top: calc(50% - 5px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#toggle-close i {
  color: #FF4455;
  font-size: 30px;
  position: absolute;
  right: 20px;
  z-index: 9999;
}

#toggle-open i,
#toggle-close i {
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  -moz-transition: color .3s ease;
  transition: color .3s ease;
}

#toggle-open:hover i,
#toggle-close i:hover {
  color: #6699CC;
  cursor: pointer;
}

#toggle-open .fa-layers i:first-of-type {
  right: 24px;
}

#toggle-open .fa-layers .menu {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  top: -webkit-calc(50% + 18px);
  top: -moz-calc(50% + 18px);
  top: calc(50% + 18px);
}

.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;
  padding: 10px 15px;
  text-align: center;
}

.navbar .navbar-nav .nav-item:last-of-type .nav-link {
  padding-right: 0;
}

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

.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 {
  padding: 3px 0;
}

.navbar-toggler i,
.navbar-toggler i:active,
.navbar-toggler i:focus,
.navbar-toggler i:active:focus {
  color: #FF4455;
  font-size: 30px;
  position: relative;
  top: 6px;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

.navbar-toggler i:hover:not(:active):not(:focus) {
  color: #6699CC;
}

.navbar-button {
  position: relative;
  right: -15px;
  text-align: right;
  width: 45px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CAROUSEL SLIDER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#myCarousel {
  background: #333;
  overflow-x: hidden;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
  width: 100px;
  -webkit-transition: all .3s ease;
  -moz-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 .carousel-caption {
  background: rgba(255,255,255,0.9);
  bottom: auto;
  padding: 25px 30px 30px;
  text-align: left;
  top: 50%;
  width: 650px;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,.2);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,.2);
  box-shadow: 2px 2px 2px 0px rgba(0,0,0,.2);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#myCarousel .carousel-caption-right {
  left: auto;
  right: 15%;
  text-align: right;
}

#myCarousel .carousel-caption h2 {
  font-size: 25px;
}

#myCarousel .carousel-caption p {
  margin-bottom: 12px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
INDEX PAGE - TOP SERVICE BOXES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#services-top {
  overflow: hidden;
  padding: 50px 0;
}

#services-top h2 {
  text-align: center;
}

#services-top .service-box {
  height: 100%;
  margin: 20px 0 0;
}

#services-top .outer-img-holder {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 1px 3px 5px 0 rgba(0,0,0,.35);
  -moz-box-shadow: 1px 3px 5px 0 rgba(0,0,0,.35);
  box-shadow: 1px 3px 5px 0 rgba(0,0,0,.35);
}

#services-top .inner-img-holder {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}

#services-top .outer-img-holder .overlay {
  background: rgba(0,0,0,.05);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background .3s ease;
  -moz-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
}

#services-top .service-box h3 {
  color: #FF4455;
  font-size: 20px;
  text-align: center;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

#services-top .service-box p:last-of-type {
  margin-bottom: 0;
}

#services-top .service-box a:hover .overlay {
  background: rgba(255,0,0,0);
}

#services-top .service-box a:hover .inner-img-holder {
  -webkit-transform: scale(1.08,1.08);
  -moz-transform: scale(1.08,1.08);
  -ms-transform: scale(1.08,1.08);
  -o-transform: scale(1.08,1.08);
  transform: scale(1.08,1.08);
}

#services-top .service-box a:hover h3 {
  color: #6699CC;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
INDEX PAGE - INDEX COPY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#index-section {
  background: #F8F8F8;
  overflow: hidden;
  padding: 50px 0;
}

#index-section.parallax-bg {
  background-image: url('../images/index-bg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
}

#index-section p:last-of-type {
  margin-bottom: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
INDEX PAGE - FEATURED SERVICES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#featured-services {
  overflow: hidden;
  padding: 50px 0;
}

#featured-services h2 {
  text-align: center;
}

#featured-services .featured-service {
  margin: 15px 0;
  position: relative;
  -webkit-box-shadow: 1px 3px 5px 0 rgba(0,0,0,.35);
  -moz-box-shadow: 1px 3px 5px 0 rgba(0,0,0,.35);
  box-shadow: 1px 3px 5px 0 rgba(0,0,0,.35);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#featured-services .featured-service h3 {
  background: #FF4455;
  background: rgba(254, 91, 106, .9);
  bottom: 15px;
  color: #FFF;
  margin: 0;
  padding: 10px 20px;
  position: absolute;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#featured-services  a:hover .featured-service h3 {
  background: #6699CC;
  padding-left: 50px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
INDEX PAGE - CONTACT SECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#consultation-section {
  background: #293F55;
  overflow: hidden;
  padding: 50px 0;
}

#consultation-section h2 {
  color: #FFF;
}

#consultation-section h2 > span {
  color: #88BBEE;
  font-weight: 500;
  margin-right: 4px;
}

#consultation-section p {
  color: #FFF;
}

#consultation-section p:last-of-type {
  margin-bottom: 0;
}

#consultation-section .btn-primary,
#consultation-section .btn-primary:active,
#consultation-section .btn-primary:focus {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 12px 30px 10px;
  text-transform: none;
  -webkit-box-shadow: 1px 3px 5px 0 rgba(0,0,0,.3);
  -moz-box-shadow: 1px 3px 5px 0 rgba(0,0,0,.3);
  box-shadow: 1px 3px 5px 0 rgba(0,0,0,.3);
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
INNER PAGES - CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#inner-content {
  overflow: hidden;
}

#inner-copy {
  padding: 50px 30px 50px 15px;
}

#inner-copy p:last-of-type {
  margin-bottom: 0;
}

#inner-copy form p:last-of-type,
#inner-copy #gmapwide p:last-of-type {
  margin-bottom: 10px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
INNER PAGES - SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#sidebar {
  padding: 50px 15px;
}

#sidebar .sidebar-bg {
  background: #F2F2F2;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  width: 100vw;
  z-index: -1;
}

#sidebar .sidebar-section {
  border-bottom: 1px solid #DDD;
  display: table;
  margin-bottom: 25px;
  padding: 0 0 25px;
}

#sidebar .sidebar-section:last-of-type,
#sidebar .byf_row .sidebar-section:last-of-type {
  border: 0;
  margin: 0;
  padding: 0;
}

#sidebar .sidebar-icon {
  display: table-cell;
  text-align: center;
  width: 40px;
}

#sidebar .sidebar-icon i {
  color: #333;
  font-size: 22px;
  position: relative;
  top: 3px;
}

#sidebar .sidebar-text {
  display: table-cell;
  padding: 0 0 0 15px;
}

#sidebar .sidebar-text p {
  margin-bottom: 10px;
}

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

#footer-top {
  background: #080808;
  font-size: 0;
  overflow: hidden;
  padding: 30px 0 50px;
}

#footer-top h2 {
  color: #FFF;
  font-size: 20px;
  margin: 20px 0 10px;
}

#footer-top p,
#footer-bottom p {
  color: #DDD;
}

#footer-top a,
#footer-top a:active,
#footer-top a:focus,
#footer-bottom a,
#footer-bottom a:active,
#footer-bottom a:focus {
  color: #DDD;
  display: inline-block;
}

#footer-top a,
#footer-bottom a,
#footer-top p,
#footer-bottom p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 0 0 6px;
}

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

#footer-top a:hover,
#footer-bottom a:hover {
  color: #FFF;
}

#footer-top i {
  color: #777;
  font-size: 12px;
  margin-right: 6px;
  width: 12px;
}

#footer-top .site-name {
  font-weight: 600;
}

#footer-bottom {
  background: #000;
  overflow: hidden;
  padding: 35px 0;
}

#footer-bottom #copyright p:last-of-type,
#footer-bottom #copyright p:last-of-type a {
  padding-bottom: 0;
}

#footer-bottom #copyright a:hover {
  color: #F7A718;
}

#footer-menu {
  font-size: 0;
}

#footer-menu a {
  padding: 0 30px 5px 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SCROLL TO TOP
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#scroll-icon {
  position: fixed;
  bottom: 15px;
  opacity: 0;
  right: 20px;
  text-align: center;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: opacity .5s ease;
  -moz-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(102, 153, 204, .4);
  border: 1px solid #6699CC;
  border-radius: 2px;
  color: #FFF;
  cursor: pointer;
  font-size: 25px;
  padding: 10px 15px;
  -webkit-box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, .2);
  -moz-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;
  -moz-transition: box-shadow .2s ease;
  -o-transition: box-shadow .2s ease;
  transition: box-shadow .2s ease;
}

#scroll-icon .fa:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MISCELLANEOUS FIXES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body, html {
  overflow-x: hidden;
}

body {
  height: 100%;
  position: relative;
  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: 'Open Sans', 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: 'Open Sans', 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: 'Open Sans', sans-serif;
  font-size: 14px;
}

label {
  font-size: 14px;
  font-weight: 400;
}

.verify {
  display: none;
}

.verification .col-xs-12 {
  padding: 0 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: 'Open Sans', 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;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
991 MEDIA QUERY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@media (max-width: 991px) {

  #topbar .container {
    width: 100%;
  }

  #navbar-container {
    display: table;
    width: 100%;
  }

  .navbar-logo,
  .navbar-button {
    display: table-cell;
  }

  .navbar-button {
    text-align: right;
  }

  .navbar .navbar-nav .nav-link,
  .navbar .dropdown-item {
    text-align: center;
  }

  .dropdown-menu {
    border: 0;
    margin-top: 0;
    padding-top: 0;
  }

  #myCarousel .carousel-caption,
  #myCarousel .carousel-caption-right {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
  }

  #myCarousel .carousel-indicators {
    display: none;
  }

  #index-section.parallax-bg {
    background: #F8F8F8;
  }

  .newsletter_form label {
    margin-bottom: 4px;
    text-align: left !important;
  }

  .newsletter_form a {
    display: inline-block;
  }

}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
767 MEDIA QUERY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@media (max-width: 767px) {

  #topbar *,
  #topbar::before,
  #topbar::after {
    box-sizing: border-box;
  }

  #topbar .row {
    margin: 0;
  }

  #header-social,
  #header-sendfiles {
    display: none;
  }

  #overlay-menu-links {
    margin-top: 0;
  }

  .navbar .navbar-nav .nav-item:last-of-type .nav-link {
    padding-right: 15px;
  }

  #myCarousel {
    display: none;
  }

  #consultation-section {
    padding: 50px 0;
  }

  #consultation-section .btn-primary {
    margin-top: 30px;
  }

  #inner-copy {
    padding: 50px 15px;
  }

  #footer-menu {
    margin-bottom: 12px;
  }

  #scroll-icon {
    display: none;
  }

  .consultation_form .col-xs-12.col-sm-4.text-center {
    width: 100%;
  }

}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
575 MEDIA QUERY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media (max-width: 575px) {

  .container {
    max-width: 100%;
  }

  h1 {
    font-size: 22px;
  }

  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 15px;
  }

  #overlay-menu-links {
    margin-top: -15px;
  }

  #overlay-menu-links a,
  #overlay-menu-links a:active,
  #overlay-menu-links a:focus,
  #overlay-menu-links a:active:focus  {
    font-size: 24px;
  }

  #overlay-menu-links .dropdown-menu a,
  #overlay-menu-links .dropdown-menu a:active,
  #overlay-menu-links .dropdown-menu a:focus,
  #overlay-menu-links .dropdowm-menu a:active:focus {
    font-size: 20px;
  }

  #toggle-close i {
    top: 20px !important;
  }

}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
480 MEDIA QUERY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@media (max-width: 480px) {

  #overlay-menu-links {
    margin-top: -30px;
  }

  #topbar .d-flex {
    display: block !important;
    margin: 0;
    text-align: center;
    width: 100%;
  }

  #topbar .row {
    margin: 0 -15px;
  }

  #topbar #topbar-left,
  #topbar #topbar-right {
    margin: 0 !important;
  }

  #topbar #topbar-left .item {
    margin: 0 auto !important;
  }

  #topbar #topbar-right .item {
    margin: 0 auto !important;
  }

  #topbar .item a,
  #topbar .highlighted a {
    width: 100%;
  }

  #inner-copy h1 {
    text-align: center;
  }

  #inner-copy img:not(#captcha) {
    display: block;
    float: none !important;
    margin: 0 auto 20px !important;
  }

}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
BOOTSTRAP OVERRIDES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@media (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 830px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* = = = = = = = = = = MAIN400.CSS = = = = = = = = = = */
