body {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  color: #1C3564;
  line-height: 1.4; }

header {
  background-color: #F3F3F3;
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 100; }

.logo {
  width: 25%;
  float: left;
  padding: 8px 0;
  height: 80px;
  min-width: 200px; }
  .logo .icon {
    max-height: 100%;
    display: inline-block;
    height: 70px;
    width: 3em;
    vertical-align: top; }
  .logo:hover {
    text-decoration: none !important; }

#icon-logo-g .top,
#icon-motif .top {
  fill: #E92628; }
#icon-logo-g .bottom,
#icon-motif .bottom {
  fill: #1C3564; }

header h1 {
  font-family: 'Oswald', 'Impact', sans-serif;
  font-weight: 400;
  text-transform: lowercase;
  letter-spacing: -1px;
  margin: 0;
  margin-left: -0.3em;
  height: 70px;
  line-height: 70px;
  display: inline-block; }
  header h1 span {
    color: #E92628;
    margin-left: -0.25em; }

p {
  font-size: 1.6rem;
  margin-bottom: 1.5em;
  font-weight: normal; }

p.small {
  font-size: 1.4rem; }

p.large {
  font-size: 1.8rem; }

a {
  color: inherit;
  font-weight: normal; }

p a {
  color: #E92628; }

strong {
  font-weight: 700; }

img, svg {
  max-width: 100%; }

hr {
  width: 80%;
  margin: 1.5em auto; }

div > p:last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

section {
  position: relative; }

.relative {
  position: relative; }

nav ul {
  padding-left: 0; }

nav ul li {
  list-style-type: none;
  display: inline-block; }

.vert-space-2 {
  padding-top: 2em;
  padding-bottom: 2em; }

.vert-space-5 {
  padding-top: 5em;
  padding-bottom: 5em; }

.vert-space-10 {
  padding-top: 10em;
  padding-bottom: 10em; }

[class*="vert-space-"] + [class*="vert-space-"], [class*=" vert-space-"] + [class*=" vert-space-"] {
  padding-top: 0; }

.btn {
  text-transform: uppercase;
  background: #ccc;
  letter-spacing: 0.05em;
  line-height: 1.5;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.btn-lg {
  padding: 1em 2em; }

.btn-primary {
  background-color: #E92628; }

.btn > .icon {
  stroke: #fff;
  fill: none;
  vertical-align: middle;
  height: 1.5em; }

.panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 1.5em;
  background-color: #F3F3F3;
  border: 0;
  position: relative; }

.panel.light {
  background: rgba(255, 255, 255, 0.8); }
  .panel.light.heading.full {
    background: rgba(255, 255, 255, 0.8); }

.panel.dark {
  background: rgba(0, 0, 0, 0.75);
  color: #fff; }
  .panel.dark .heading.full {
    background: rgba(0, 0, 0, 0.25); }

.info-panels .panel {
  background: rgba(28, 53, 100, 0.5);
  margin-bottom: 2em; }

@media (min-width: 768px) {
  .info-panels .panel {
    min-height: 20em; } }
.panel > p:last-child {
  margin-bottom: 0; }

.c-med {
  background-color: #ccc; }

.c-vivid {
  background-color: #00B4D5;
  color: #fff; }

.c-highlight {
  background-color: #48E35C;
  color: #fff;
  text-shadow: 1px 1px 4px #000; }

.c-dark {
  background-color: #1C3564;
  color: #fff; }

.c-bold {
  background-color: #E92628;
  color: #fff; }

.c-light {
  background: #F3F3F3;
  color: #1C3564; }

.bg-img-max {
  padding: 10em 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

@media (max-width: 767px) {
  .bg-img-50 {
    background: none !important; } }
@media (min-width: 768px) {
  .bg-img-50, .bg-img-33 {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 50%;
    padding: 0; }

  .bg-img-33 {
    width: 30%; }

  .bg-img-33.right {
    right: 0;
    left: auto; } }
.heading {
  text-transform: uppercase;
  font-family: 'Oswald';
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 2.4rem;
  line-height: 1.2; }

.heading span {
  color: #1C3564;
  text-transform: none;
  letter-spacing: normal; }

.panel .heading.full {
  margin: -24px -24px 1.5em;
  padding: 1.5em 1.5em;
  background: #00B4D5;
  color: #fff; }

.list {
  padding-left: 1.5em;
  padding-bottom: 1.15em; }

.list li {
  list-style: none;
  position: relative;
  margin-bottom: 8px; }

.list li:before {
  content: '+';
  color: #E92628;
  position: absolute;
  font-weight: 700;
  height: 1em;
  width: 1em;
  left: -1em; }

.links {
  padding-left: 0;
  margin-bottom: 10px; }
  .links li {
    list-style: none;
    padding: 10px;
    background: #eee;
    margin-bottom: 2px; }
    .links li.hl {
      background: #1C3564;
      color: #fff; }
    .links li a {
      color: #E92628; }

svg.icon {
  display: inline-block;
  height: 2em;
  width: 2em; }

svg.inline {
  height: 1em;
  width: 1em;
  display: inline;
  fill: #E92628; }

.circle-icon {
  padding: 1em 0.75em 0.75em;
  width: 3em;
  height: 3em;
  background: #E92628;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -1.5em;
  bottom: -1.5em;
  z-index: 100; }
  .circle-icon svg {
    max-height: 100%;
    fill: none;
    stroke: #fff; }

.heading .icon {
  line-height: 1em;
  vertical-align: middle;
  margin-top: -8px; }
  .heading .icon .top {
    fill: #1C3564; }
  .heading .icon .bottom {
    fill: #E92628; }

.info-panels .heading.full {
  background: #F3F3F3;
  color: #1C3564;
  position: relative;
  padding-left: 3.5em;
  font-size: 2rem;
  margin-bottom: 1em; }
  .info-panels .heading.full .panel-icon {
    position: absolute;
    width: 3em;
    height: 100%;
    border-right: 2px solid #ccc;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 1.5em; }
    .info-panels .heading.full .panel-icon svg {
      fill: #E92628;
      height: 2em;
      width: 2em; }

@media (max-width: 991px) {
  nav.main {
    display: none;
    position: absolute;
    top: 80px;
    right: 0;
    width: 100%;
    border-top: 2px solid #fff; }
    nav.main ul {
      padding: 0;
      margin: 0; }
    nav.main li {
      display: block; }
      nav.main li a {
        display: block;
        padding: 1em;
        line-height: 1.2;
        color: #1C3564;
        background: #F3F3F3;
        border-bottom: 1px solid #fff; }
        nav.main li a:active {
          background: #E92628;
          color: #fff; }

  #nav-btn {
    position: absolute;
    left: -10000px;
    opacity: 0;
    z-index: -100; }

  #nav-btn:checked ~ nav.main {
    display: block; }

  .nav-btn {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 80px;
    width: 80px;
    text-align: center;
    padding: 20px;
    background: #E92628;
    cursor: pointer; }
    .nav-btn svg {
      max-width: 100%;
      max-height: 100%;
      color: #1C3564;
      fill: #fff; }
    .nav-btn:active {
      background: #1C3564; } }
@media (min-width: 600px) and (max-width: 991px) {
  nav.main {
    max-width: 400px; } }
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 0;
    padding-right: 0; } }
@media (min-width: 992px) {
  .bg-img-max {
    background-attachment: fixed; }

  nav.main {
    display: block !important;
    float: left;
    height: 80px;
    padding: 22px 0 0;
    width: 70%; }
    nav.main ul li {
      margin-right: 1em; }
      nav.main ul li:last-child {
        margin-right: 0; }
      nav.main ul li a {
        padding: 0.5em 0.75em;
        text-decoration: none;
        display: block;
        border: 2px solid transparent;
        overflow: hidden;
        position: relative;
        z-index: 10;
        overflow: hidden;
        -webkit-border-radius: 0.3em;
        -moz-border-radius: 0.3em;
        -ms-border-radius: 0.3em;
        border-radius: 0.3em;
        -webkit-transition: border-color 0.2s ease;
        -o-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease; }
        nav.main ul li a.active {
          background: none;
          color: #E92628;
          border-color: #E92628; }
        nav.main ul li a:hover {
          border-color: #E92628;
          color: #E92628; }
        nav.main ul li a:active {
          background: #E92628;
          color: #fff; } }
.slider {
  height: 85vh;
  overflow: hidden; }

.divider {
  position: relative;
  overflow-x: hidden; }

.divider:before {
  z-index: 100;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  border-top: 30px solid #48E35C;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent; }

.border-bold {
  border-top: 10px solid #E92628;
  box-shadow: inset 0 5px 15px rgba(0, 0, 0, 0.5); }

.border-vivid {
  border-top: 10px solid #00B4D5;
  box-shadow: inset 0 5px 15px rgba(0, 0, 0, 0.5); }

.carousel,
.carousel-inner,
.carousel-inner img {
  height: 100%; }
  .carousel .item,
  .carousel-inner .item,
  .carousel-inner img .item {
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center; }

.slider .carousel .carousel-caption {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 2em;
  color: #1C3564;
  text-shadow: none;
  font-size: 2.4rem;
  position: absolute;
  bottom: 50%;
  left: 50%;
  max-width: 600px;
  margin-left: -300px;
  margin-bottom: -110px; }

@media (max-width: 767px) {
  .slider .carousel .carousel-caption {
    margin: 0 auto;
    position: static; } }
.carousel-control .icon {
  fill: none;
  stroke: #fff;
  height: 3em;
  width: 3em;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.5em;
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  left: 50%;
  margin-left: -1.5em; }

.carousel-indicators li {
  background: #1C3564;
  border-color: #1C3564;
  border-width: 2px; }

.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards; }

.come-in:nth-child(odd) {
  animation-duration: 0.6s; }

.already-visible {
  transform: translateY(0);
  animation: none; }

@keyframes come-in {
  to {
    transform: translateY(0); } }
footer {
  background-color: #1C3564;
  color: #fff;
  padding-right: 1em;
  padding-left: 1em; }

.footer-nav ul {
  margin: 0; }
.footer-nav a {
  display: inline-block;
  padding: .25em .35em; }
  .footer-nav a svg {
    fill: #fff; }

.mb0 {
  margin-bottom: 0; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

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