/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.text-blue {
  color: #007bff !important;
}

a.text-blue:hover, a.text-blue:focus {
  color: #0062cc !important;
}

.text-indigo {
  color: #6610f2 !important;
}

a.text-indigo:hover, a.text-indigo:focus {
  color: #510bc4 !important;
}

.text-purple {
  color: #6f42c1 !important;
}

a.text-purple:hover, a.text-purple:focus {
  color: #59339d !important;
}

.text-pink {
  color: #e83e8c !important;
}

a.text-pink:hover, a.text-pink:focus {
  color: #d91a72 !important;
}

.text-red {
  color: #dc3545 !important;
}

a.text-red:hover, a.text-red:focus {
  color: #bd2130 !important;
}

.text-orange {
  color: #fd7e14 !important;
}

a.text-orange:hover, a.text-orange:focus {
  color: #dc6502 !important;
}

.text-yellow {
  color: #ffc107 !important;
}

a.text-yellow:hover, a.text-yellow:focus {
  color: #d39e00 !important;
}

.text-green {
  color: #28a745 !important;
}

a.text-green:hover, a.text-green:focus {
  color: #1e7e34 !important;
}

.text-teal {
  color: #20c997 !important;
}

a.text-teal:hover, a.text-teal:focus {
  color: #199d76 !important;
}

.text-cyan {
  color: #17a2b8 !important;
}

a.text-cyan:hover, a.text-cyan:focus {
  color: #117a8b !important;
}

.text-white {
  color: #fff !important;
}

a.text-white:hover, a.text-white:focus {
  color: #e6e6e6 !important;
}

.text-gray {
  color: #6c757d !important;
}

a.text-gray:hover, a.text-gray:focus {
  color: #545b62 !important;
}

.text-gray-dark {
  color: #343a40 !important;
}

a.text-gray-dark:hover, a.text-gray-dark:focus {
  color: #1d2124 !important;
}

.text-dark-blue {
  color: #152340 !important;
}

a.text-dark-blue:hover, a.text-dark-blue:focus {
  color: #080e1a !important;
}

.text-cyan-blue {
  color: #426578 !important;
}

a.text-cyan-blue:hover, a.text-cyan-blue:focus {
  color: #304957 !important;
}

.text-secondary-gray {
  color: #c8d0d3 !important;
}

a.text-secondary-gray:hover, a.text-secondary-gray:focus {
  color: #acb8bc !important;
}

.bg-blue {
  background-color: #007bff !important;
}

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #0062cc !important;
}

.bg-indigo {
  background-color: #6610f2 !important;
}

a.bg-indigo:hover, a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: #510bc4 !important;
}

.bg-purple {
  background-color: #6f42c1 !important;
}

a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #59339d !important;
}

.bg-pink {
  background-color: #e83e8c !important;
}

a.bg-pink:hover, a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: #d91a72 !important;
}

.bg-red {
  background-color: #dc3545 !important;
}

a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #bd2130 !important;
}

.bg-orange {
  background-color: #fd7e14 !important;
}

a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #dc6502 !important;
}

.bg-yellow {
  background-color: #ffc107 !important;
}

a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #d39e00 !important;
}

.bg-green {
  background-color: #28a745 !important;
}

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #1e7e34 !important;
}

.bg-teal {
  background-color: #20c997 !important;
}

a.bg-teal:hover, a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #199d76 !important;
}

.bg-cyan {
  background-color: #17a2b8 !important;
}

a.bg-cyan:hover, a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  background-color: #117a8b !important;
}

.bg-white {
  background-color: #fff !important;
}

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

.bg-gray {
  background-color: #6c757d !important;
}

a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #545b62 !important;
}

.bg-gray-dark {
  background-color: #343a40 !important;
}

a.bg-gray-dark:hover, a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
  background-color: #1d2124 !important;
}

.bg-dark-blue {
  background-color: #152340 !important;
}

a.bg-dark-blue:hover, a.bg-dark-blue:focus,
button.bg-dark-blue:hover,
button.bg-dark-blue:focus {
  background-color: #080e1a !important;
}

.bg-cyan-blue {
  background-color: #426578 !important;
}

a.bg-cyan-blue:hover, a.bg-cyan-blue:focus,
button.bg-cyan-blue:hover,
button.bg-cyan-blue:focus {
  background-color: #304957 !important;
}

.bg-secondary-gray {
  background-color: #c8d0d3 !important;
}

a.bg-secondary-gray:hover, a.bg-secondary-gray:focus,
button.bg-secondary-gray:hover,
button.bg-secondary-gray:focus {
  background-color: #acb8bc !important;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --dark-blue: #152340;
  --cyan-blue: #426578;
  --secondary-gray: #c8d0d3;
  --primary: #152340;
  --secondary: #c8d0d3;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.cursor-pointer {
  cursor: pointer;
}

@media (min-width: 576px) {
  .mt-login-page {
    margin-top: 10rem;
  }
}

.mb-2rem {
  margin-bottom: 2rem;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(/fonts/MaterialIcons-Regular.woff2) format("woff2"), url(/fonts/MaterialIcons-Regular.woff) format("woff"), url(/fonts/MaterialIcons-Regular.ttf) format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.material-icons {
  vertical-align: bottom !important;
}

@font-face {
  font-family: "AlternateGotNo3D";
  src: url("/fonts/AltGothicNo3DRegular.eot");
  src: url("/fonts/AltGothicNo3DRegular.eot?#iefix") format("embedded-opentype"), url("/fonts/AltGothicNo3DRegular.otf") format("opentype"), url("/fonts/AltGothicNo3DRegular.svg") format("svg"), url("/fonts/AltGothicNo3DRegular.ttf") format("truetype"), url("/fonts/AltGothicNo3DRegular.woff") format("woff"), url("/fonts/AltGothicNo3DRegular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ClearSans";
  src: url("/fonts/ClearSans.eot");
  src: url("/fonts/ClearSans.eot?#iefix") format("embedded-opentype"), url("/fonts/ClearSans.otf") format("opentype"), url("/fonts/ClearSans.svg") format("svg"), url("/fonts/ClearSans.ttf") format("truetype"), url("/fonts/ClearSans.woff") format("woff"), url("/fonts/ClearSans.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
.font-alt-gothic {
  font-family: AlternateGotNo3D, Roboto, sans-serif;
}

.font-clear-sans {
  font-family: ClearSans, Roboto, sans-serif;
}

.font-large {
  font-size: 1.5625rem;
}

@media (max-width: 767.98px) {
  .navbar .navbar-brand {
    margin-right: 0;
  }
}
.navbar .navbar-brand img {
  max-width: 65px;
}

@media (min-width: 992px) {
  .navbar-text {
    width: 100%;
  }

  .header-text:before {
    content: "";
    display: inline-block;
    right: calc(50% + 100px);
    background: #426578;
    height: 2px;
    top: calc(50% - (1px));
    left: calc(((100% - 960px) / 2) + 85px);
    position: absolute;
  }
  .header-text:after {
    content: "";
    display: inline-block;
    right: calc(50% + 100px);
    background: #426578;
    height: 16px;
    top: calc(50% - (8px));
    width: 16px;
    position: absolute;
  }
}
@media (min-width: 1200px) {
  .header-text:before {
    left: calc(((100% - 1140px) / 2) + 85px);
  }
}
@media (min-width: 992px) {
  #navbar {
    position: absolute;
    right: 0;
  }
}
.right-buffer {
  width: 100px;
}

.wrapper {
  width: 100%;
  padding-bottom: 66.7%;
  position: relative;
  transition: all 0.5s;
}
.wrapper:hover .screening-color {
  opacity: 0;
}
.wrapper .screening-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.wrapper .screening-image .screening-color {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.5s;
}
.wrapper .screening-image .screening-color h1 {
  letter-spacing: 0.05em;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
  background-color: transparent;
  border: #152340 1px solid;
}
.custom-checkbox .custom-control-label-lg::before, .custom-checkbox .custom-control-label-lg::after {
  width: calc(3.875rem / 2);
  height: calc(3.875rem / 2);
}
.custom-checkbox .custom-control-label-lg {
  padding-left: calc(3.875rem / 2);
  padding-top: 5px;
}

@media (max-width: 767.98px) {
  .footer-links {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/*# sourceMappingURL=main.css.map */
