/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
  MISC.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#affiliates .affiliates img {
    max-width: none;
}

#affiliates {
background: #fff;
border-top: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
  BUTTONS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.btn, 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, a.btn-primary, a.btn-primary:active, a.btn-primary:focus, a.btn-primary:active:focus, .btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus, a.btn-secondary, a.btn-secondary:active, a.btn-secondary:focus, a.btn-secondary:active:focus, .btn-secondary, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:active:focus, .btn-default, .btn-default:active, .btn-default:focus, .btn-default:active:focus, .btn-default:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background: #ffc107;
    font-weight: 500;
}

.btn:hover, .btn-primary:hover, .btn-default:hover, a.btn:hover, a.btn-primary:hover, a.btn-default:hover {
    background: #ffcb2d;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
  TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#interior h1, #interior h2, #interior h3 {
    color: #212121;
}

h3 {
    line-height: 1.5;
}

p, ul, li {
  font-size: 1rem;
  color: #636161;
}

strong {
    font-weight: 700;
}

#interior h1>span {
    font-weight: 600;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
  HEADER + NAV
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#topbar {
    background: #fff;
border-bottom: solid 1px #eee;
}

#topbar {
    padding: .5rem .75rem;
}

#topbar a, #topbar i {
    color: #1681d2;
}

#topbar a:hover i {
    color: #31a6ff;
}

.navbar {
    padding: 0rem 0 .75rem;
}

.navbar .navbar-nav .nav-link, .navbar .navbar-nav .nav-link:active, .navbar .navbar-nav .nav-link:focus {
    color: #212121;
}

header.fixed #nav-menu .navbar .navbar-nav .nav-link, header.fixed #nav-menu .navbar .navbar-nav .nav-link:active, header.fixed #nav-menu .navbar .navbar-nav .nav-link:focus {
    color: #212121;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HERO ICONS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#callouts {
  text-align: center;
  padding: 2rem .5rem;
   border-top: 5px solid #319be8;
}

#callouts h2 {
  font-size: 3rem;
  font-weight: 600;
  margin: 0 0 0;
  position: relative;
  text-align: center;
  color: #0c62a5
}

#callouts h2 + p {
  margin: 0 0 3rem;
}

#callouts img {
  margin: 0 0 3rem;
  transition: all .5s ease;
}

#callouts a:hover img {
  transform: translateY(-1rem);
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   INDEX
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#index-section {
    background: #f5f5f5;
}

#index-section h1, #industries h2 {
 color: #0c62a5
}

#index-section .video { 
  background-size: cover; 
  height: 0; 
  max-width: 100%; 
  overflow: hidden; 
  padding-bottom: 56.25%; 
  position: relative; 
} 

#index-section .video { 
  margin: 1.5rem 0 0 2rem;
}

#index-section .video button {
  background: #009FF5;
  border: 0;
  border-radius: 1rem;
  left: 50%; 
  padding: 1rem 2rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
}

#index-section .video button i { color: #FFF; font-size: 2rem;}

#video {
  position: fixed;
  display: none;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0,0,0,.95);
}

#video .close {
  color: #FFF;
  position: absolute;
  cursor: pointer;
  top: -2rem;
  right: 1rem;
  width: 2rem;
  opacity: 1;
  line-height: 2;
  text-align: center;
  text-shadow: none;
  font-weight: 600;
  -webkit-transition: ease all .3s;
  transition: ease all .3s;
  font-size: 3rem;
}

#video .close:hover { opacity: .5; }

#video .center {
  width: 100%;
  max-width: 62.5rem;
  padding: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

#video #player::before {
  padding: 0 0 56.25%;
  content: '';
  display: block;
}

#video #player {
  position: relative; 
}

#video #player iframe {
  height: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}

#video .center .videoWrapper video {
  max-width: 100%; 
  width:auto; 
  height: auto; 
  max-height: 80vh; 
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HOME PAGE BOXES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#industries {
    background: #FFF;
    padding: 5rem .5rem 1rem;
}

#industries ul { 
  list-style: none; 
  margin: 0; 
  padding: 0; 
}

#industries li {
  font-size: 1rem;
  margin: 0 0 .25em;
  padding: 0 0 0 2rem;
  position: relative;
}

#industries li::before {
  color: #00A1ED;
  content: '\203A';
  font-size: 1.5rem;
  left: 1rem;
  line-height: 1;
  position: absolute;
  top: 0;
}

#industries li a {color: #006db5; font-size: 1.125rem;}
#industries li a:hover { color: #009FF5; }

#industries label {
  position: absolute;
  left: 300vw;
}

#industries div[class*='col'] {
  margin-bottom: 1rem;
}

#industries div>img {
    border-radius: 20%;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HOME CONSULTATION BAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#home-consultation {
    background: linear-gradient(to bottom, #66b4eb, #165a96);
  padding: 5rem 1.5rem;
  text-align: center;
}

#home-consultation p {
  color: #FFF;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
  INNER PAGES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#interior {
    padding: 3rem .5rem;
    border-top: 5px solid #319be8;
}

#sidebar .sidebar>span, #sidebar .text>span {
    color: #e4ac04;
    font-size: 1.25rem;
}

#sidebar .sidebar {
    border: 2px solid #1f97eb;
}

#sidebar h2 {
color: #0e5286;
}

#sidebar p {
font-size: 1.1rem;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.disclaimer {
  padding: 0 0 2em;
}

#footer-bottom .disclaimer p {
  color: rgba(255,255,255,.65);
  font-size: .875rem;
}

footer {
    background: #1c619c;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   MEDIA QUERIES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@media (max-width:767px) {
  #callouts { padding: 3rem .5rem; }
  #index-section { padding: 3rem .5rem; }
  #industries { padding: 3rem .5rem 0; }
  #home-consultation { padding: 3rem 1.5rem; }
}

@media (max-width: 575Px) {
  #callouts h2 { font-size: 1.5rem; }
  #home-consultation p { font-size: 1.375rem; }
}