/******************************************************************
Site Name: CRL Solutions
Stylesheet: Main Stylesheet
******************************************************************/
@import url(../css/bootstrap.min.css);
/******************************************************************
SCSS Variables
******************************************************************/
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Bold';
  src: url("../fonts/Roboto-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Light';
  src: url("../fonts/Roboto-Light.ttf");
  font-weight: 300;
  font-style: normal;
}

/******************************************************************
Base Stylesheet
******************************************************************/
body {
  background-color: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  font-weight: 400;
  color: #333333;
  transition: background-color .24s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #333333;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  white-space: nowrap;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #004a8c;
  border-bottom: solid 1px transparent;
  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: #001426;
  border-color: #001426;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 2vw;
}

h3 {
  font-size: 1.75vw;
}

h4 {
  font-size: 18px;
}

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

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

p, li {
  font-size: 1.5vw;
  line-height: 1.5;
}

p a, li a {
  color: #004a8c;
  border-bottom: solid 1px transparent;
  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: #001426;
  text-decoration: none;
  border-color: #001426;
}

p {
  margin-bottom: 30px;
}

p.larger {
  margin: 0;
}

#pdf {
  right: 60px;
  position: absolute;
  bottom: 0px;
}

.btn {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 30px 6px;
  border-radius: 0;
}

.btn i.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  margin-top: -4px;
  vertical-align: middle;
}

.btn i.icon.pdf {
  background: url("../images/icon_pdf.svg") no-repeat center center;
  background-size: 16px;
}

.btn i.icon.video {
  background: url("../images/icon_play.svg") no-repeat center center;
  background-size: 16px;
}

.btn-default {
  background-color: #e7e7e7;
  color: #999999;
  border: solid 2px #e7e7e7;
  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: #cecdcd;
  color: #333333;
  border-color: #cecdcd;
}

.btn-primary {
  background-color: #004a8c;
  color: #fff;
  border-color: transparent;
  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: #002f59;
  border-color: transparent;
}

.btn-primary.ghost {
  background: #333333;
  /* The Fallback */
  background: rgba(51, 51, 51, 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: #333333;
  /* The Fallback */
  background: #333333;
}

.btn-clear {
  background-color: transparent;
  color: #fff;
  border: solid 2px #fff;
  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;
}

#site-wrap {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
}

#site-container {
  position: relative;
  width: 177.78vh;
  max-width: 100%;
  height: 100vh;
  max-height: 56.25vw;
  background: url("../images/bg_main.png") no-repeat left top;
  background-size: cover;
  margin: 0 auto;
  box-shadow: 0 0 20px 1px #333333;
}

#header {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  right: 0;
  width: 177.78vh;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 30px;
  border-bottom: solid 10px #004a8c;
}

#logo {
  width: 180px;
  margin: 0;
}

#nav-buttons {
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 50px;
  background-color: #004a8c;
  padding: 10px;
  cursor: pointer;
}

#cover {
  background: url(../images/loading.svg) no-repeat scroll center center #FFF;
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 100;
}

.pulse {
  display: block;
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  transition: background-color .24s ease-in-out;
  z-index: 25;
}

.pulse.pulse-close {
  background: #004a8c url("../images/icon_close.svg") no-repeat center center;
  background-size: 16px;
}

.pulse:hover {
  background-color: #002f59;
  -webkit-animation: none;
          animation: none;
}

.pulse.text-label {
  text-indent: 0px;
  width: auto !important;
  height: auto !important;
  border-radius: 100px;
  padding: 10px 25px;
  color: #fff;
  font-weight: bold;
  background: #004a8c;
}

.pulse:not(.text-label) {
  background: #004a8c url("../images/icon_plus.svg") no-repeat center center;
  background-size: 16px;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

#intro {
  width: 100%;
  z-index: 15;
  position: absolute;
}

#intro img {
  width: 100%;
}

#content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.callout-secondary {
  display: none;
}

.callout {
  cursor: pointer;
}

.callout-secondary {
  cursor: pointer;
}

#callout-1 {
  position: absolute;
  top: 61%;
  left: 75%;
}

#callout-1A {
  position: absolute;
  top: 24%;
  left: 40%;
}

#callout-1B {
  position: absolute;
  top: 21%;
  left: 72%;
}

#callout-1C {
  position: absolute;
  top: 54%;
  left: 67%;
}

#callout-2 {
  position: absolute;
  top: 53%;
  left: 54%;
}

#callout-2A {
  position: absolute;
  top: 18%;
  left: 51%;
}

#callout-2B {
  position: absolute;
  top: 35%;
  left: 37%;
}

#callout-2C {
  position: absolute;
  top: 35%;
  left: 66%;
}

#callout-2D {
  position: absolute;
  top: 50%;
  left: 51%;
}

#callout-3 {
  position: absolute;
  top: 49%;
  left: 35.5%;
}

#callout-4 {
  position: absolute;
  top: 87%;
  left: 50%;
}

#callout-5, #modal-5 {
  position: absolute;
  top: 75%;
  left: 40%;
}

#callout-6, #modal-6 {
  position: absolute;
  top: 18%;
  left: 40%;
}

.box-modal {
  z-index: 10;
  display: none;
  width: calc(100% - 100px);
  max-width: 1140px;
  height: auto;
  max-height: calc(100% - 25px);
  background: #fff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
}

.box-modal ul {
  margin: 0;
  padding: 0 0 0 20px;
}

.box-modal ul li {
  margin: 10px 0;
}

.box-modal .row {
  display: flex;
  align-items: center;
}

#modal-1.box-modal {
  background: transparent;
  padding: 0px;
}

#modal-1.box-modal .row {
  padding: 30px;
  margin-right: 0px;
  margin-left: 0px;
  background: #fff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.8);
}

#modal-1.box-modal .row .col-12 {
  padding: 0px;
}

.close-btn, .close-btn-style, .back-btn {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 48px;
  height: 48px;
  background: #004a8c url("../images/icon_close.svg") no-repeat center center;
  background-size: 16px;
  text-indent: -9999px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color .24s ease-in-out;
}

.close-btn:hover, .close-btn:active, .close-btn:focus, .close-btn:active:hover, .close-btn:active:focus, .close-btn-style:hover, .close-btn-style:active, .close-btn-style:focus, .close-btn-style:active:hover, .close-btn-style:active:focus, .back-btn:hover, .back-btn:active, .back-btn:focus, .back-btn:active:hover, .back-btn:active:focus {
  background-color: #002f59;
}

.back-btn {
  display: none;
  top: 2px;
  left: 4px;
  background: #004a8c url("../images/icon_back.svg") no-repeat center center;
  background-size: 16px;
  z-index: 25;
}

.replay-btn {
  top: -16px;
  margin-top: -10px;
  right: -16px;
  width: 48px;
  height: 48px;
  background: #004a8c url("../images/redo-alt-solid.svg") no-repeat center center;
  background-size: 16px;
  z-index: 25;
  text-indent: -9999px;
  cursor: pointer;
  border-radius: 50%;
  transition: background-color .24s ease-in-out;
  float: right;
  margin-left: 10px;
}

.replay-btn:hover, .replay-btn:active, .replay-btn:focus, .replay-btn:active:hover, .replay-btn:active:focus {
  background-color: #002f59;
}

#modal-1A ul {
  margin-top: 40px;
}

#modal-1B p, #modal-1C p {
  margin-top: 40px;
}

#modal-0 {
  position: absolute;
  top: 100px;
  left: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#modal-1 {
  width: 400px;
  position: absolute;
  top: 47%;
  left: 35%;
}

#modal-1 > div:first-child {
  margin-bottom: 10px;
}

#modal-1A {
  position: absolute;
  top: 34%;
  left: 10%;
  margin-top: -100px;
  width: 65%;
}

#modal-1B {
  position: absolute;
  top: 34%;
  left: 10%;
  margin-top: -100px;
  width: 65%;
}

#modal-1C {
  position: absolute;
  top: 34%;
  left: 10%;
  margin-top: -100px;
  width: 65%;
}

#modal-2 {
  position: absolute;
  top: 77%;
  left: 21%;
  margin-top: -100px;
  width: 58%;
}

#modal-2A {
  position: absolute;
  top: 25%;
  left: 25%;
  margin-top: -100px;
  width: 50%;
}

#modal-2B {
  position: absolute;
  top: 25%;
  left: 25%;
  margin-top: -100px;
  width: 50%;
}

#modal-2C {
  position: absolute;
  top: 25%;
  left: 25%;
  margin-top: -100px;
  width: 50%;
}

#modal-0-title {
  display: none;
  background: #004a8c;
  color: #fff;
  padding: 10px;
  width: auto;
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 26;
}

#modal-0-subtitle {
  display: none;
  z-index: 27;
  position: absolute;
  top: 95px;
  left: 15px;
  background-color: #004a8c;
  padding: 10px;
  color: #fff;
}

#modal-1A-title,
#modal-1B-title,
#modal-1C-title,
#modal-2-title,
#modal-2D-title {
  display: none;
  background: #004a8c;
  color: #fff;
  padding: 10px;
  width: auto;
  position: absolute;
  top: 10px;
  left: 103px;
  z-index: 26;
}

#modal-1A-replay,
#modal-1B-replay,
#modal-1C-replay {
  display: none;
  position: absolute;
  z-index: 25;
  top: -20px;
  right: 0px;
  font-size: 16px;
  margin-top: 16px;
  text-transform: uppercase;
}

#modal-2-replay {
  display: none;
}

#modal-2D-replay {
  display: none;
  position: absolute;
  z-index: 25;
  top: 95px;
  left: 103px;
  font-size: 16px;
  margin-top: 16px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 10px 9px;
}

#modal-2-replay {
  top: 5px;
}

#modal-2D {
  position: absolute;
  top: 11%;
  left: 28%;
  margin-top: -100px;
  width: 61%;
}

#modal-3 {
  margin: 25px auto;
  width: 75% !important;
  margin-left: 95px !important;
  margin-top: 25px !important;
}

#modal-4 {
  margin: 25px auto;
  width: 100% !important;
}

#modal-4 .text-area {
  display: none;
}

#modal-4 .text-area.active {
  display: block;
}

#modal-4 .text-area h3 {
  margin-top: 40px;
}

#modal-4 .text-tabs {
  margin-bottom: 40px;
  padding: 6px 0px;
  border-bottom: 5px solid #002f59;
}

#modal-4 .text-tabs span {
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  background-color: #004a8c;
  margin-right: 10px;
  padding: 10px 20px;
}

#modal-4 .text-tabs span:hover, #modal-4 .text-tabs span:active, #modal-4 .text-tabs span:focus, #modal-4 .text-tabs span:active:hover, #modal-4 .text-tabs span:active:focus, #modal-4 .text-tabs span.active {
  background-color: #002f59;
}

#modal-5 {
  top: 20%;
  width: 440px;
}

#modal-6 {
  top: 20%;
  width: 540px;
}

#modal-7 {
  position: absolute;
  width: 640px;
  top: 50px;
  right: 0;
  bottom: auto;
  left: 0;
  margin: 0 auto;
}

#modal-1-video, #modal-1A-video, #modal-1B-video, #modal-1C-video, #modal-2-video, #modal-2D-video, #modal-3-video, #modal-4-video, #modal-5-video, #modal-6-video {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

#modal-1-video video, #modal-1A-video video, #modal-1B-video video, #modal-1C-video video, #modal-2-video video, #modal-2D-video video, #modal-3-video video, #modal-4-video video, #modal-5-video video, #modal-6-video video {
  width: 100%;
}

.overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.4);
}

#portrait, #mobile {
  display: none;
}

@media only screen and (min-width: 576px) {
  /******************************************************************
Mobile Landscape Stylesheet
******************************************************************/
}

@media only screen and (min-width: 768px) {
  /******************************************************************
Tablet Stylesheet
******************************************************************/
}

@media only screen and (min-width: 992px) {
  /******************************************************************
Bootstrap Medium Stylesheet
******************************************************************/
}

@media only screen and (min-width: 1200px) {
  /******************************************************************
Bootstrap Large Stylesheet
******************************************************************/
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  p, li {
    font-size: 16px;
  }
  #header img {
    float: left;
  }
  #modal-1A ul {
    margin-top: 0px;
  }
  #modal-1B p, #modal-1C p {
    margin-top: 0px;
  }
  #modal-1 {
    width: 480px;
    position: absolute;
    top: 50%;
    left: 35%;
  }
  #modal-1 > div:first-child {
    margin-bottom: 30px;
  }
  #modal-1A {
    position: absolute;
    top: 24%;
    left: 6%;
    margin-top: -100px;
    width: 65%;
  }
  #modal-1B {
    position: absolute;
    top: 24%;
    left: 6%;
    margin-top: -100px;
    width: 65%;
  }
  #modal-1C {
    position: absolute;
    top: 24%;
    left: 6%;
    margin-top: -100px;
    width: 65%;
  }
  #modal-3 {
    margin: 25px auto;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  #modal-2-replay {
    display: none;
    position: absolute;
    z-index: 25;
    top: 95px;
    left: 103px;
    font-size: 16px;
    margin-top: 16px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px 10px 9px;
  }
  #modal-7 {
    width: 960px;
  }
  .back-btn {
    display: none;
    top: 25px;
    left: 25px;
    background: #004a8c url("../images/icon_back.svg") no-repeat center center;
    background-size: 16px;
    z-index: 25;
  }
}

@media only screen and (min-width: 1575px) {
  /******************************************************************
Bootstrap Large Stylesheet
******************************************************************/
}

@media only screen and (min-width: 1920px) {
  /******************************************************************
Bootstrap Large Stylesheet
******************************************************************/
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
  p, li {
    font-size: 18px;
    line-height: 1.6;
  }
  p.larger, li.larger {
    font-size: 20px;
  }
  #modal-1 {
    right: 280px !important;
    width: 480px;
  }
  #modal-2 {
    right: 180px !important;
    width: 360px;
  }
  #modal-4 {
    width: 480px;
  }
  #modal-5 {
    width: 540px;
  }
  #modal-6 {
    width: 620px;
  }
  #modal-7 {
    width: 1560px;
  }
}
/*# sourceMappingURL=main.css.map */