﻿@font-face {
  font-family: 'external-link-font';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBSoAAAC8AAAAYGNtYXAXVtKHAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZvFacWoAAAF4AAAAhGhlYWQIUvSYAAAB/AAAADZoaGVhBq0DxgAAAjQAAAAkaG10eAoAAAAAAAJYAAAAFGxvY2EAKABWAAACbAAAAAxtYXhwAAgAFQAAAngAAAAgbmFtZRdPKjEAAAKYAAACCnBvc3QAAwAAAAAEpAAAACAAAwMAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAAPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6QD//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAACAAD/6wLrAtYACgASAAAXESEVIxEhNTMRIQE3JyERJwcnAAEAlQIVa/0VAVDFbwFFcMRnFQLra/3qwP7WAbfFbv68b8VnAAABAAAAAQAAratF9V8PPPUACwQAAAAAANMkWG0AAAAA0yRYbQAA/+sC6wLWAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAALrAAEAAAAAAAAAAAAAAAAAAAAFBAAAAAAAAAAAAAAAAgAAAAQAAAAAAAAAAAoAFAAeAEIAAQAAAAUAEwACAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABABIAAAABAAAAAAACAAcAwwABAAAAAAADABIAVwABAAAAAAAEABIA2AABAAAAAAAFAAsANgABAAAAAAAGABIAjQABAAAAAAAKABoBDgADAAEECQABACQAEgADAAEECQACAA4AygADAAEECQADACQAaQADAAEECQAEACQA6gADAAEECQAFABYAQQADAAEECQAGACQAnwADAAEECQAKADQBKGV4dGVybmFsLWxpbmstZm9udABlAHgAdABlAHIAbgBhAGwALQBsAGkAbgBrAC0AZgBvAG4AdFZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGV4dGVybmFsLWxpbmstZm9udABlAHgAdABlAHIAbgBhAGwALQBsAGkAbgBrAC0AZgBvAG4AdGV4dGVybmFsLWxpbmstZm9udABlAHgAdABlAHIAbgBhAGwALQBsAGkAbgBrAC0AZgBvAG4AdFJlZ3VsYXIAUgBlAGcAdQBsAGEAcmV4dGVybmFsLWxpbmstZm9udABlAHgAdABlAHIAbgBhAGwALQBsAGkAbgBrAC0AZgBvAG4AdEZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal; }

html {
  height: 100%; }
  html body {
    color: #7b8a97;
    font: 400 17px/170% "proxima-nova", sans-serif;
    height: 100%;
    min-height: 500px;
    overflow-x: hidden;
    position: relative; }
    html body a {
      color: #116cac; }
      html body a:hover {
        color: #116cac; }
      html body a:active {
        outline: none;
        -moz-outline-style: none; }
      html body a:focus {
        outline: none;
        -moz-outline-style: none; }
    html body h1 {
      color: #565656;
      font: 600 42px/110% "proxima-nova", sans-serif;
      margin: 10px 0 10px; }
    html body h2 {
      color: #116cac;
      font: 400 36px/110% "proxima-nova", sans-serif;
      margin: 10px 0; }
    html body h2.pageTitle {
      margin: 0 0 50px 0;
      text-align: center; }
    html body h3 {
      color: #116cac;
      font: 400 30px/110% "proxima-nova", sans-serif;
      margin: 10px 0; }
    html body h4 {
      color: #565656;
      font: 400 24px/110% "proxima-nova", sans-serif; }
    html body h5 {
      color: #116cac; }
    html body h6 {
      color: #116cac; }
    html body p {
      margin: 10px 0; }
    html body .videoWrapper {
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      height: 0; }
      html body .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    html body .button {
      background-color: #116cac;
      color: white;
      display: inline-block;
      line-height: 100%;
      padding: 15px 20px !important;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase; }
      html body .button:hover {
        background-color: #093656;
        text-decoration: none; }
      html body .button a {
        color: #ffffff; }
    html body .button_external::after {
      content: url(/svg/icons_external.png);
      padding-left: 8px; }
    html body .component {
      padding-top: 30px;
      padding-bottom: 30px;
      display: inline-block;
      width: 100%; }
      html body .component.tighten {
        padding-bottom: 0 !important; }
      html body .component:first-child {
        margin-top: 30px;
        padding-top: 0; }
      html body .component.borderBottom {
        border-bottom: 1px solid #e2e3dc;
        margin: 0 0 30px; }
      html body .component h1 {
        color: #116cac;
        font-size: 36px;
        font-weight: 400;
        margin-bottom: 30px;
        text-transform: uppercase; }
      html body .component .icon_external {
        top: 0; }
      html body .component .download_ics img {
        height: 15px;
        margin-left: 0.25em;
        vertical-align: baseline;
        width: 15px; }
    html body .components {
      margin-top: 100px;
      min-height: 600px; }
      @media screen and (max-width: 767px) {
        html body .components {
          margin-top: 0; } }
    html body #contour label.fieldLabel {
      color: #565656; }
    html body .contour .btn {
      background-color: #116cac;
      color: white;
      display: inline-block;
      line-height: 100%;
      padding: 15px 20px !important;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase; }
      html body .contour .btn:hover {
        background-color: #093656;
        text-decoration: none; }
    html body .contour label.fieldLabel {
      color: #565656; }
    html body .externalWebsite .icon_external {
      display: inline-block;
      fill: white;
      height: 12px;
      margin-left: 2px;
      position: relative;
      top: 2px;
      width: 12px; }
    html body .imageLeft {
      float: left;
      padding: 0 20px 20px 0; }
    html body .imageRight {
      float: right;
      padding: 0 0 20px 20px; }
    html body .push_menu_container {
      position: relative; }
    html body .thinWeight {
      font-weight: 300; }
    @media screen and (max-width: 767px) {
      html body {
        font-size: 17px; } }
    @media print {
      html body .atm-s, html body .atm, html body .at3winwrapper {
        display: none; }
      html body #at3win, html body #at3lb, html body #at20mc {
        display: none !important; }
      html body .HeaderPartial, html body .ProgramMarqueePartial, html body .ProgramMarqueePartial_children, html body .no-print {
        display: none; } }
