/*!
 * 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: #1e68bf !important;
}

a.text-blue:hover, a.text-blue:focus {
  color: #175093 !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-eaton {
  color: #3399fe !important;
}

a.text-eaton:hover, a.text-eaton:focus {
  color: #0180fd !important;
}

.text-black {
  color: #000 !important;
}

a.text-black:hover, a.text-black:focus {
  color: black !important;
}

.bg-blue {
  background-color: #1e68bf !important;
}

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #175093 !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-eaton {
  background-color: #3399fe !important;
}

a.bg-eaton:hover, a.bg-eaton:focus,
button.bg-eaton:hover,
button.bg-eaton:focus {
  background-color: #0180fd !important;
}

.bg-black {
  background-color: #000 !important;
}

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

:root {
  --blue: #1e68bf;
  --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;
  --eaton: #3399fe;
  --black: #000;
  --primary: #3399fe;
  --secondary: #6c757d;
  --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;
}

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

.background-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-header-primary {
  background-color: rgba(132, 22, 37, 0.75);
}

.btn-sharp {
  border-radius: 0;
}

.bg-inactive {
  background-color: #ccc;
}

.no-link {
  text-decoration: none !important;
}

#navbar .nav-item a {
  padding-bottom: 5px;
  display: block;
}
#navbar .nav-item:hover {
  box-shadow: 0 -5px 0 0 #3399fe inset;
}
#navbar .nav-active {
  box-shadow: 0 -5px 0 0 #3399fe inset;
}

.header-border {
  border-bottom: 3px solid #000;
}

.subnav-active {
  background-color: #000;
}

#subnav .nav-link {
  color: rgba(255, 255, 255, 0.8);
}
#subnav .nav-link:hover {
  color: white;
  background-color: #000;
}
#subnav .subnav-active .nav-link {
  color: white;
}

.slick-banner .background-image {
  padding-bottom: 43%;
}
.slick-banner .background-image .banner-wrapper {
  bottom: 0;
  min-height: 40%;
}
.slick-banner .banner-grey {
  opacity: 0.6;
}

.slick-prev:before, .slick-next:before, .slick-dots button:before {
  content: "" !important;
}

.slick-section .slick-prev, .slick-banner .slick-prev, .slick-section .slick-prev:hover, .slick-banner .slick-prev:hover, .slick-section .slick-prev:focus, .slick-banner .slick-prev:focus {
  left: 20px;
  z-index: 99;
  height: 100%;
  width: 40px;
  background-image: url("/images/general-chevron-left.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.35;
}
.slick-banner .slick-prev, .slick-banner .slick-prev:hover, .slick-banner .slick-prev:focus {
  height: 40px;
  top: 60%;
}

.slick-section .slick-next, .slick-banner .slick-next, .slick-section .slick-next:hover, .slick-banner .slick-next:hover, .slick-section .slick-next:focus, .slick-banner .slick-next:focus {
  right: 20px;
  z-index: 99;
  height: 100%;
  width: 40px;
  background-image: url("/images/general-chevron-right.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.35;
}
.slick-banner .slick-next, .slick-banner .slick-next:hover, .slick-banner .slick-next:focus {
  height: 40px;
  top: 60%;
}

.slick-banner .slick-dots {
  bottom: 0 !important;
}
.slick-banner .slick-dots li {
  width: 10px;
}
.slick-banner .slick-dots .slick-active button {
  border: solid 5px white;
}
.slick-banner .slick-dots li button {
  width: 10px;
  height: 10px;
  border: solid 5px rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 0;
}

.title-banner-wrapper {
  padding-bottom: 43%;
}

.poster-wrapper {
  padding-bottom: 143%;
}

.media-image {
  padding-bottom: 55.55%;
}

.news-image {
  padding-bottom: 43%;
}

.banner-image {
  padding-bottom: 28.2%;
}

.team-image {
  padding-bottom: 122%;
}

.office-image {
  padding-bottom: 66.7%;
}

.font-small {
  font-size: 0.85rem;
}

.banner-homepage-parallax {
  height: calc(100vw * 550 / 1920);
  background: transparent;
}

.prog-title {
  top: 33%;
}

.info-click {
  cursor: pointer;
}

.google-maps {
  position: relative;
  padding-bottom: 66.7%;
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.login-container {
  max-width: 750px;
}

#admin-modal .hidden {
  display: none;
}

#searchModal .modal-dialog {
  max-width: 750px;
}

.social-icon img {
  height: 16px;
}

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