/******************************************************************
Site Name: CRL Solutions
Stylesheet: Main Stylesheet
******************************************************************/
@import url(../css/bootstrap.min.css);
/******************************************************************
SCSS Variables
******************************************************************/
/******************************************************************
Base Stylesheet
******************************************************************/
body {
  background-color: #1e85bd;
  font-family: "proxima-nova", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  font-weight: 400;
  color: #333333;
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  color: #333333;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #1e85bd;
  border-bottom: solid 1px transparent;
  -webkit-transition: color .24s ease-in-out, border-color .24s ease-in-out;
  transition: color .24s ease-in-out, border-color .24s ease-in-out;
}

h1 a:hover, h1 a:active, h1 a:focus, h1 a:active:hover, h1 a:active:focus, h2 a:hover, h2 a:active, h2 a:focus, h2 a:active:hover, h2 a:active:focus, h3 a:hover, h3 a:active, h3 a:focus, h3 a:active:hover, h3 a:active:focus, h4 a:hover, h4 a:active, h4 a:focus, h4 a:active:hover, h4 a:active:focus, h5 a:hover, h5 a:active, h5 a:focus, h5 a:active:hover, h5 a:active:focus, h6 a:hover, h6 a:active, h6 a:focus, h6 a:active:hover, h6 a:active:focus {
  text-decoration: none;
  color: #104765;
  border-color: #104765;
}

h1 {
  font-size: 44px;
  font-weight: 300;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

.vidwrap {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 20px;
  padding-top: 56.25%;
  overflow: hidden;
}

.vidwrap iframe, .vidwrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#vid-modal {
  position: absolute;
  top: 125px;
  left: 0;
  right: 0;
  z-index: 100;
  width: 90%;
  max-width: 860px;
  background-color: #fff;
  margin: 0 auto;
  padding: 15px;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: -webkit-transform .24s ease-in-out;
  transition: -webkit-transform .24s ease-in-out;
  transition: transform .24s ease-in-out;
  transition: transform .24s ease-in-out, -webkit-transform .24s ease-in-out;
}

#vid-modal.active {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

#vid-modal strong {
  width: calc(100% - 36px);
  display: block;
  margin-bottom: 10px;
}

#vid-modal a.close-btn {
  position: absolute;
  top: 3px;
  right: 0;
  width: 48px;
  padding: 16px;
}

#vid-modal .vidwrap {
  margin: 0;
}

img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  border: none;
}

img.check-img {
  margin: 5px 0;
}

p, li {
  font-size: 18px;
  line-height: 1.6;
}

p a, li a {
  color: #1e85bd;
  border-bottom: solid 1px transparent;
  -webkit-transition: color .24s ease-in-out, border-color .24s ease-in-out;
  transition: color .24s ease-in-out, border-color .24s ease-in-out;
}

p a:hover, p a:active, p a:focus, p a:active:hover, p a:active:focus, li a:hover, li a:active, li a:focus, li a:active:hover, li a:active:focus {
  color: #104765;
  text-decoration: none;
  border-color: #104765;
}

p {
  margin-bottom: 30px;
}

.btn {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding: 17px 30px 13px;
  border-radius: 24px;
  cursor: pointer;
}

.btn-default {
  background-color: #e7e7e7;
  color: #999999;
  border: solid 2px #e7e7e7;
  -webkit-transition: background-color .24s ease-in-out, color .24s ease-in-out, border-color .24s ease-in-out;
  transition: background-color .24s ease-in-out, color .24s ease-in-out, border-color .24s ease-in-out;
}

.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:hover, .btn-default:active:focus {
  background-color: #cecece;
  color: #333333;
  border-color: #cecece;
}

.btn-primary {
  background-color: #1e85bd;
  color: #fff;
  border-color: transparent;
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:hover, .btn-primary:active:focus {
  color: #fff;
  background-color: #176691;
  border-color: transparent;
}

.btn-primary.ghost {
  background: #1e85bd;
  /* The Fallback */
  background: rgba(30, 133, 189, 0.6);
}

.btn-primary.ghost:hover, .btn-primary.ghost:active, .btn-primary.ghost:focus, .btn-primary.ghost:active:hover, .btn-primary.ghost:active:focus {
  background: #1e85bd;
  /* The Fallback */
  background: #1e85bd;
}

.btn-primary span {
  display: none;
}

.btn-clear {
  background-color: transparent;
  color: #fff;
  border: solid 2px #fff;
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
}

.btn-clear:hover, .btn-clear:active, .btn-clear:focus, .btn-clear:active:hover, .btn-clear:active:focus {
  background: #333333;
  /* The Fallback */
  background: rgba(51, 51, 51, 0.2);
  color: #fff;
}

.centered {
  text-align: center;
}

.vcenter {
  -webkit-box-align: center;
          align-items: center;
}

#site-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100vw;
  height: 100vh;
  background: #000;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.6);
}

#site-wrap {
  background-color: #fff;
  height: 100%;
  font-size: 16px;
  margin: 0 auto;
}

#site-container {
  position: relative;
  right: 0;
  width: 100%;
}

#top-nav {
  height: 10px;
  background-color: #1e85bd;
}

#header {
  position: relative;
  width: 100%;
  padding: 30px 30px;
}

#header .header-right {
  display: none;
}

#inner-header {
  text-align: center;
}

#logo {
  display: inline-block;
  margin: 0 auto;
}

#logo a {
  border: none;
}

#logo img {
  width: 240px;
}

#banner {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  width: 100%;
  padding-top: 35%;
  background: #176691 url("../images/EPABrochureImageLandingPage.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  color: #fff;
}

#banner.temp {
  background: #176691 url("http://via.placeholder.com/1240x500?text=Main+Banner") no-repeat center center;
  background-size: cover;
}

#banner h1 {
  color: #fff;
  margin-bottom: 5px;
}

#banner #inner-banner {
  margin-bottom: 30px;
  z-index: 10;
}

#banner #launch-vid {
  padding: 10px 20px;
}

#banner #launch-vid:hover, #banner #launch-vid:active, #banner #launch-vid:focus, #banner #launch-vid:active:hover, #banner #launch-vid:active:focus {
  background-color: #f9020c;
}

#banner #launch-vid img {
  width: 100px;
  height: 24px;
}

#banner .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 1240px;
  background: #1e85bd;
  /* The Fallback */
  background: rgba(30, 133, 189, 0.6);
  margin: 0 auto;
}

#content {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

#content ul, #content ol {
  margin: 0 0 30px;
  padding: 0 0 0 30px;
}

#content ul li, #content ol li {
  margin: 15px 0;
}

#main h2 {
  margin-bottom: 20px;
}

.infusion-form {
  padding: 25px 0px;
}

.infusion-form .infusion-field {
  margin-bottom: 25px;
}

.infusion-form .infusion-field label {
  font-weight: bold;
}

.infusion-form .infusion-field .infusion-option {
  display: block;
  padding: 5px 0;
}

.infusion-form .infusion-field input[type="text"] {
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  padding: 12px 20px;
  margin-left: 10px;
}

.infusion-form .row {
  -webkit-box-pack: center;
          justify-content: center;
  padding: 25px 0;
}

hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}

#sidebar h2 {
  font-family: "proxima-nova", sans-serif;
  font-size: 24px;
  margin-top: 40px;
}

#form-toggle {
  width: 100%;
  background: #1e85bd;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 20px 40px;
  z-index: 100;
  opacity: 1;
  cursor: pointer;
}

#form-toggle.hidden {
  opacity: 0;
}

#form-toggle h2 {
  font-size: 24px;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  margin: 0;
}

#form-toggle img {
  position: absolute;
  right: 15px;
  bottom: 0;
  width: 120px;
}

#form-section {
  background-color: #f5f5f5;
  padding-top: 40px;
  padding-bottom: 40px;
}

#form-section .col-8 {
  padding-left: 0;
}

#form-section .form-group {
  margin-bottom: 20px;
}

#form-section .form-control {
  padding: 8px 12px 4px;
  border-radius: 0;
}

#form-section .form-control.error {
  border-color: #f9020c;
}

#form-section label.error {
  display: block;
  font-weight: 700;
  color: #f9020c;
  margin-top: -10px;
}

#form-section input[type="text"] {
  margin-bottom: 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
}

#form-section .form-check-input {
  margin-top: 3px;
}

#sub-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

#footer {
  background-color: #1e85bd;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  color: #fff;
}

#footer h4 {
  font-size: 20px;
  color: #fff;
}

#footer p, #footer li {
  font-size: 14px;
  color: #e7e7e7;
}

#footer p span, #footer li span {
  white-space: nowrap;
}

#footer p a, #footer li a {
  color: #fff;
}

#footer p a:hover, #footer p a:active, #footer p a:focus, #footer p a:active:hover, #footer p a:active:focus, #footer li a:hover, #footer li a:active, #footer li a:focus, #footer li a:active:hover, #footer li a:active:focus {
  color: #fff;
  border-color: #fff;
}

#footer ul.social-list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

#footer ul.social-list li {
  display: inline-block;
  margin: 10px 15px;
}

#footer ul.social-list li a {
  display: block;
  width: 24px;
  height: 24px;
  border: none;
  opacity: 0.6;
  -webkit-transition: opacity .24s ease-in-out;
  transition: opacity .24s ease-in-out;
}

#footer ul.social-list li a:hover, #footer ul.social-list li a:active, #footer ul.social-list li a:focus, #footer ul.social-list li a:active:hover, #footer ul.social-list li a:active:focus {
  opacity: 1;
}

#footer-logo a {
  border: none;
  opacity: 0.6;
  -webkit-transition: opacity .24s ease-in-out;
  transition: opacity .24s ease-in-out;
}

#footer-logo a:hover, #footer-logo a:active, #footer-logo a:focus, #footer-logo a:active:hover, #footer-logo a:active:focus {
  opacity: 1;
}

#footer-logo img {
  margin: 0 auto;
  width: 240px;
}

@media only screen and (min-width: 576px) {
  /******************************************************************
Mobile Landscape Stylesheet
******************************************************************/
  #form-section .col-8 {
    padding-left: 15px;
  }
  #form-section .form-check-label {
    display: block;
    font-size: 14px;
  }
  #product-check {
    -webkit-box-pack: center;
            justify-content: center;
  }
  .product-wrap .col-8 {
    text-align: center;
  }
  .product-wrap .vcenter {
    -webkit-box-align: start;
            align-items: flex-start;
  }
}

@media only screen and (min-width: 768px) {
  /******************************************************************
Tablet Stylesheet
******************************************************************/
  .btn-primary span {
    display: inline;
  }
  #header .header-right {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    background-color: #c4e6f8;
  }
  #header .header-right:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto;
    left: -35px;
    width: 70px;
    background: url("../images/blade-header.png") no-repeat left center;
    background-size: 70px auto;
  }
  #header .header-right .slogan {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
  }
  #inner-header {
    text-align: left;
  }
  #logo img {
    margin: 0;
  }
  #banner {
    height: 315px;
  }
  #banner #inner-banner {
    margin-bottom: 40px;
  }
  #form-toggle {
    display: none !important;
  }
  #footer p.copyright {
    text-align: left;
  }
  #footer ul.social-list {
    text-align: right;
  }
  #footer ul.social-list li {
    margin-top: 0;
  }
  #footer-logo img {
    margin: 0;
  }
}

@media only screen and (min-width: 992px) {
  /******************************************************************
Bootstrap Medium Stylesheet
******************************************************************/
  #header .header-right {
    left: 40%;
  }
  #banner {
    width: auto;
    padding-top: 0px;
  }
  #banner h1 {
    font-size: 56px;
  }
}

@media only screen and (min-width: 1200px) {
  /******************************************************************
Bootstrap Large Stylesheet
******************************************************************/
  #banner, #banner.temp {
    width: auto;
    height: 500px;
    padding-top: 0px;
    background-size: 1240px auto;
  }
}
/*# sourceMappingURL=main.css.map */