/* CSS Document */
/* google fonts */
@import url(https://fonts.googleapis.com/css?family=Arvo|Raleway:400,300);
@font-face {
  font-family: 'Montserrat';
  src: url("//sni-ads-creativeservices.s3.amazonaws.com/cs-core/fonts/montserrat/hairline/Montserrat-Hairline-webfont.eot");
  src: url("//sni-ads-creativeservices.s3.amazonaws.com/cs-core/fonts/montserrat/hairline/Montserrat-Hairline-webfont.eot?#iefix") format("embedded-opentype"), url("//sni-ads-creativeservices.s3.amazonaws.com/cs-core/fonts/montserrat/hairline/Montserrat-Hairline-webfont.woff2") format("woff2"), url("//sni-ads-creativeservices.s3.amazonaws.com/cs-core/fonts/montserrat/hairline/Montserrat-Hairline-webfont.woff") format("woff"), url("//sni-ads-creativeservices.s3.amazonaws.com/cs-core/fonts/montserrat/hairline/Montserrat-Hairline-webfont.ttf") format("truetype"), url("//sni-ads-creativeservices.s3.amazonaws.com/cs-core/fonts/montserrat/hairline/Montserrat-Hairline-webfont.svg#montserrathairline") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("//sni-ads-creativeservices.s3.amazonaws.com/cs-core/fonts/montserrat/light/Montserrat-Light-webfont.eot");
  src: url("//sni-ads-creativeservices.s3.amazonaws.com/cs-core/fonts/montserrat/light/Montserrat-Light-webfont.eot?#iefix") format("embedded-opentype"), url("//sni-ads-creativeservices.s3.amazonaws.com/cs-core/fonts/montserrat/light/Montserrat-Light-webfont.woff2") format("woff2"), url("//sni-ads-creativeservices.s3.amazonaws.com/cs-core/fonts/montserrat/light/Montserrat-Light-webfont.woff") format("woff"), url("//sni-ads-creativeservices.s3.amazonaws.com/cs-core/fonts/montserrat/light/Montserrat-Light-webfont.ttf") format("truetype"), url("//sni-ads-creativeservices.s3.amazonaws.com/cs-core/fonts/montserrat/light/Montserrat-Light-webfont.svg#montserratlight") format("svg");
  font-weight: 300;
  font-style: normal; }

/* css reset, functions, vars etc */
/* CSS Document */
/** this is the reset style sheet for all sites **/
/** this makes it so that when a box has a defined width the padding is inset instead of expanding the box**/
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*:before, *:after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* z-indexes */
/* font sizes */
/* default styling */
html {
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 300; }
  @media (min-width: 1026px) {
    html {
      font-size: 16px; } }
  @media (min-width: 801px) and (max-width: 1025px) {
    html {
      font-size: 14px; } }
  @media (max-width: 800px) {
    html {
      font-size: 12px; } }

body {
  -webkit-text-size-adjust: none; }

h1 {
  font-family: 'Montserrat';
  font-size: 4.375rem;
  font-weight: 100;
  line-height: 4.5rem; }
  @media (max-width: 415px) {
    h1 {
      font-size: 3.5rem; } }
  @media (max-width: 321px) {
    h1 {
      font-size: 3rem; } }

h2 {
  font-family: 'Montserrat';
  font-size: 4.375rem;
  font-weight: 100; }

h3 {
  font-family: "Arvo";
  font-weight: 400;
  font-size: 1.25rem;
  color: #373737; }

h5 {
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 2rem; }

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  color: #888; }
  p + p {
    margin-top: 0.25rem; }

a {
  text-decoration: none;
  color: inherit; }
  a.color {
    color: #006BB0; }
    a.color:hover {
      text-decoration: underline; }

.bold {
  font-weight: 600; }

.uppercase {
  text-transform: uppercase; }

ul {
  list-style: none; }
  ul li {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem; }

.btns a, .btns a:link, .btns a:active, .btns a:visited, .button {
  background-color: #006BB0;
  border: 0px;
  border-radius: 25px;
  color: #94C6E7;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat";
  font-weight: 300;
  letter-spacing: 0.12rem;
  padding: 16px 25px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.3s; }
  @media (min-width: 1026px) {
    .btns a, .btns a:link, .btns a:active, .btns a:visited, .button {
      font-size: 0.875rem; } }
  @media (max-width: 1025px) {
    .btns a, .btns a:link, .btns a:active, .btns a:visited, .button {
      font-size: 1rem; } }
  @media (max-width: 670px) {
    .btns a, .btns a:link, .btns a:active, .btns a:visited, .button {
      padding: 1rem 4.77vw; } }

.btns a:hover, .button:hover {
  background-color: #004c7d; }

label, input, textarea, select {
  color: #747E7F;
  font-size: 1rem;
  line-height: 1.125rem; }

input:not([type='radio']) {
  appearance: none;
  border-radius: 0; }

select {
  display: block;
  position: relative;
  width: 100%;
  border: 0;
  border-radius: 0;
  appearance: none; }
  select:focus {
    outline: none; }

label {
  display: inline-block;
  line-height: 1.7rem;
  text-indent: 1.48vw;
  width: 100%; }
  label + div, label div + label, label + p {
    margin-top: 1.5rem; }
  label + label {
    margin-top: 1.5rem; }
  label span {
    display: block;
    font-size: 10px;
    line-height: 12px; }
  @media (min-width: 1201px) {
    label br {
      display: none; } }

input {
  background: linear-gradient(to bottom, #E8E8E8 0%, #E8E8E8 33.33%, #c25253 33.33%, #c25253 66.66%, #006BB0 66.66%, #006BB0 100%);
  background-size: 100% 300%;
  background-position: top center;
  border: none;
  outline: none;
  padding: 1.125rem 1.5rem;
  margin-top: 0.75rem;
  width: 100%;
  box-shadow: inset 0 0 0 transparent;
  transition: box-shadow 0.3s, background-position 0.3s, color 0.3s; }
  input:focus {
    box-shadow: inset 1px 2px 5px rgba(0, 0, 0, 0.15); }
  input.error {
    background-position: center center;
    color: white; }
  input.success {
    background-position: bottom center;
    color: white; }
  input[type="radio"] {
    margin-top: 0;
    margin-left: 1rem;
    width: auto; }

.inputMessage {
  color: #c25253; }

textarea {
  background-color: #E8E8E8;
  outline: none;
  border: none;
  display: block;
  height: 10rem;
  margin-top: 10px;
  padding: 1.125rem 1.5rem;
  width: 100%; }

.submit {
  text-align: right; }
  .submit p {
    display: inline-block;
    margin-right: 1rem; }

::-webkit-input-placeholder {
  color: #747E7F;
  font-family: "Raleway";
  font-size: 16px;
  line-height: 18px;
  min-height: 0.5em; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #747E7F;
  font-family: "Raleway";
  font-size: 16px;
  line-height: 18px;
  min-height: 0.5em;
  opacity: 1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #747E7F;
  font-family: "Raleway";
  font-size: 16px;
  line-height: 18px;
  min-height: 0.5em;
  opacity: 1; }

:-ms-input-placeholder {
  color: #747E7F;
  font-family: "Raleway";
  font-size: 16px;
  line-height: 18px;
  min-height: 0.5em; }

/* images with borders */
.img img {
  box-shadow: 0px 0px 5px 0px rgba(57, 30, 21, 0.1);
  margin-top: -16px;
  width: 100%; }
  @media (min-width: 801px) {
    .img img {
      border: 16px solid #FFF; } }
  @media (max-width: 800px) {
    .img img {
      border: 10px solid #FFF; } }

.clrfix {
  zoom: 1; }

.clrfix:after {
  content: ".";
  display: block;
  height: 0;
  width: 0;
  line-height: 0;
  clear: both;
  visibility: hidden; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none; }

@media (min-width: 1026px) {
  .dsk, .dsk.tab {
    display: block; }
  .tab, .btns a.tab, .mbl.tab, .mbl, .btns a.mbl {
    display: none; } }

@media (min-width: 671px) and (max-width: 1025px) {
  .dsk {
    display: none; }
  .tab, .btns a.tab, .mbl.tab {
    display: block; }
  .mbl, .btns a.mbl {
    display: none; } }

@media (max-width: 670px) {
  .dsk, .dsk.tab, .tab {
    display: none; }
  .mbl, .btns a.mbl, .dsk.mbl {
    display: block; } }

.headerInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 1230px;
  margin: 0 auto; }
  @media (max-width: 1300px) {
    .headerInner {
      padding: 0 3vw; } }
  @media (min-width: 1026px) {
    .headerInner {
      min-height: 86px; } }
  @media (max-width: 1025px) {
    .headerInner {
      min-height: 60px; } }

/* logo */
.logo {
  display: inline-block;
  position: relative;
  /*@include larger($large){
		vertical-align: top;
		left: 50%;
		margin-left:-500px;
	}
	@include between($medium, $large){
		left: 3vw;
	}*/
  /*@include smaller($small){
		width: 180px;
		left:2rem;
		top:28px;
	}*/ }
  @media (min-width: 1026px) {
    .logo {
      height: 47px;
      width: 200px; } }
  @media (min-width: 416px) and (max-width: 1025px) {
    .logo {
      width: 180px;
      height: 41px;
      /*left: 50%;
		top: 28px;
		transform: translateX(-50%);*/ } }
  @media (max-width: 415px) {
    .logo {
      width: 150px; } }
  .logo a {
    display: block; }
  .logo img {
    /*
		position:relative;
		top:50%;
		transform:translateY(-50%);
		*/
    width: 100%; }

/* nav */
.nav-shell {
  position: relative;
  /*@include larger($large){
		vertical-align: top;
		left: 50%;
		margin-left:100px;
	}
	@include between($medium, $large){
		float:right;
		padding-right: 4vw;
	}*/
  /* mobile icon */ }
  @media (min-width: 1026px) {
    .nav-shell {
      min-height: 86px; } }
  @media (max-width: 1025px) {
    .nav-shell {
      min-height: 60px; } }
  @media (max-width: 1025px) {
    .nav-shell {
      position: fixed;
      right: -12px;
      top: 0;
      width: 170px;
      height: 60px;
      padding-right: 2.6vw;
      text-align: right; }
      .nav-shell:before {
        background: #005287;
        content: "";
        display: block;
        height: 60px;
        position: absolute;
        right: 0;
        top: 0;
        transform: skewX(20deg) translateX(50px);
        transition: transform 0.5s;
        visibility: visible;
        width: calc(100% + 60px);
        z-index: 9; } }
  @media (max-width: 415px) {
    .nav-shell:before {
      transform: skewX(20deg) translateX(70px); } }
  .nav-shell h2 {
    display: none;
    position: absolute;
    top: 18px;
    right: 35px;
    color: #FFF;
    font-family: "Arvo";
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    width: 30px;
    z-index: 10; }
    .nav-shell h2:before {
      content: "Menu";
      display: inline-block;
      position: absolute;
      top: 50%;
      left: -10px;
      transform: translate(-100%, -50%); }
    @media (max-width: 1025px) {
      .nav-shell h2 {
        display: block; } }
    .nav-shell h2 span.line {
      display: block;
      position: relative;
      width: 100%;
      height: 2px;
      background: white;
      transition: opacity 0.3s, transform 0.3s; }
      .nav-shell h2 span.line:nth-of-type(1n+2) {
        margin-top: 7px; }
  .nav-shell .nav {
    display: block !important;
    /* sub-nav */
    /* SLS link */ }
    @media (min-width: 1026px) {
      .nav-shell .nav {
        position: relative;
        padding-top: 28px; }
        .nav-shell .nav > li {
          display: inline-block; }
          .nav-shell .nav > li:not(.sls-link) a:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: #006BB0;
            transform: scaleX(0);
            transform-origin: center left;
            transition: transform 0.3s; }
          .nav-shell .nav > li:not(.sls-link):hover a:after, .nav-shell .nav > li a.current:after {
            transform: scaleX(1); }
        .nav-shell .nav a {
          display: inline-block;
          color: #4A4A4A;
          font-size: 1rem;
          padding: 10px 15px;
          transition: color 0.3s; }
          .nav-shell .nav a:hover, .nav-shell .nav a.current {
            color: #0970B3; }
        .nav-shell .nav .sls-link {
          background-color: #F7F7F7;
          position: absolute;
          top: 0;
          right: 1rem;
          width: 205px;
          line-height: 1rem; }
          .nav-shell .nav .sls-link a {
            color: #4a4a4a;
            border: 0;
            padding: 0;
            width: 100%; }
            .nav-shell .nav .sls-link a:before {
              content: "";
              display: block;
              width: 20px;
              height: 100%;
              position: absolute;
              z-index: 8;
              left: -20px;
              top: 0;
              visibility: visible;
              border-top: 20px solid #F7F7F7;
              border-left: 20px solid transparent; }
            .nav-shell .nav .sls-link a:after {
              content: "";
              display: block;
              width: 20px;
              height: 100px;
              position: absolute;
              z-index: 8;
              top: 0;
              right: -20px;
              visibility: visible;
              border-top: 20px solid #F7F7F7;
              border-right: 20px solid transparent; }
          .nav-shell .nav .sls-link svg {
            fill: #4a4a4a; } }
    @media (min-width: 1026px) and (max-width: 1200px) {
      .nav-shell .nav a {
        font-size: 1.45vw;
        padding-left: 1.25vw;
        padding-right: 1.25vw; } }
    @media (max-width: 1025px) {
      .nav-shell .nav {
        position: absolute;
        background: #006bb0;
        top: 60px;
        right: 12px;
        transform: translate(110%, -35%);
        padding: 0 14px;
        box-shadow: -2px 5px 7px rgba(0, 0, 0, 0.25);
        transition: transform 0.5s; }
        .nav-shell .nav > li {
          display: block; }
          .nav-shell .nav > li:nth-of-type(1n+2) a {
            border-top: solid 1px #005287; }
        .nav-shell .nav a {
          display: block;
          position: relative;
          min-width: 141px;
          color: white;
          font-size: 16px;
          padding: 14px 7px;
          z-index: 1; }
          .nav-shell .nav a:before {
            content: "";
            position: absolute;
            top: 0;
            right: -14px;
            transform: translateX(100%);
            width: calc(100% + 28px);
            height: 100%;
            background: white;
            transition: transform 0.3s;
            z-index: -1; }
          .nav-shell .nav a.current {
            color: #0970B3; }
            .nav-shell .nav a.current:before {
              transform: translateX(0); }
        .nav-shell .nav .sls-link a {
          width: 190px;
          padding: 14px;
          border-top: 0;
          color: #091935; }
          .nav-shell .nav .sls-link a svg {
            fill: #193669; } }
    .nav-shell .nav > li {
      position: relative; }
    .nav-shell .nav a {
      font-family: "Arvo";
      line-height: 1.375rem;
      outline: none;
      text-decoration: none; }
    @media (min-width: 1026px) {
      .nav-shell .nav > .sub:hover > ul {
        display: block; } }
    .nav-shell .nav > .sub a:after {
      display: none; }
    .nav-shell .nav > .sub > ul {
      background-color: #005287;
      display: none;
      left: 50%;
      max-width: 232px;
      min-width: 232px;
      position: absolute;
      top: 50px;
      transform: translateX(-50%);
      z-index: 5; }
      .nav-shell .nav > .sub > ul:before {
        border-bottom: 10px solid #005287;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        content: "";
        height: 0;
        position: absolute;
        width: 0; }
      .nav-shell .nav > .sub > ul.show {
        display: block; }
      .nav-shell .nav > .sub > ul a {
        color: #FFF; }
    .nav-shell .nav > .sub a:hover {
      border-bottom: none; }
    .nav-shell .nav > .sub li {
      position: relative;
      text-align: left; }
      .nav-shell .nav > .sub li:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #006BB0;
        transform: scaleY(-0.05);
        transform-origin: bottom center;
        transition: transform 0.3s;
        z-index: -1; }
      .nav-shell .nav > .sub li:last-child {
        border-bottom: none; }
      .nav-shell .nav > .sub li:hover:after {
        transform: scaleY(1); }
    @media (min-width: 1026px) {
      .nav-shell .nav > .sub > ul:before {
        top: -10px;
        left: 50%;
        margin-left: -10px; }
      .nav-shell .nav > .sub > ul a {
        display: inline-block;
        line-height: 20px;
        padding: 16px 30px; } }
    @media (max-width: 1025px) {
      .nav-shell .nav > .sub > ul {
        left: -180px;
        margin-left: 0;
        top: 50%;
        transform: translateY(-50%); }
        .nav-shell .nav > .sub > ul:before {
          top: 50%;
          left: 100%;
          transform: translate(-5px, -50%) rotate(90deg); }
        .nav-shell .nav > .sub > ul a {
          padding: 1rem;
          overflow: hidden; } }
    @media (max-width: 415px) {
      .nav-shell .nav > .sub > ul {
        left: -115px; } }
    .nav-shell .nav .sls-link {
      display: block;
      margin: 0 auto;
      padding: 0;
      text-align: center; }
      .nav-shell .nav .sls-link a {
        display: inline-block;
        font-family: "Raleway";
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 0.03em;
        line-height: 20px;
        outline: none;
        position: relative; }
      .nav-shell .nav .sls-link svg {
        height: 12px;
        margin-left: 5px;
        width: 12px; }

/* menu open */
.hd.menu-open .nav-shell:before {
  transform: skewX(0deg) translateX(0px); }

.hd.menu-open .nav {
  transform: translate(0, 0); }

.hd.menu-open h2 span.line:nth-of-type(2) {
  opacity: 0; }

.hd.menu-open h2 span.line:nth-of-type(1) {
  transform: rotate(45deg) translate(6px, 5px); }

.hd.menu-open h2 span.line:nth-of-type(3) {
  transform: rotate(-45deg) translate(8px, -6px); }

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 6000; }
  .lightbox.show {
    display: block; }
  .lightbox video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  transform: rotate(45deg);
  border-radius: 50%;
  background: #006BB0;
  text-align: center;
  line-height: 3rem;
  font-size: 3rem;
  color: white;
  z-index: 10;
  cursor: pointer; }

/* Overall styles */
.container {
  position: relative; }

/* header */
.hd {
  background: white;
  box-shadow: 0px 0px 8.37px 0.63px rgba(0, 0, 0, 0.25);
  width: 100%;
  z-index: 10; }
  @media (min-width: 1026px) {
    .hd {
      position: fixed;
      min-height: 86px; } }
  @media (max-width: 1025px) {
    .hd {
      position: relative;
      min-height: 60px; } }

.bd, .ft {
  position: relative; }
  @media (min-width: 1026px) {
    .bd, .ft {
      top: 86px;
      /* offset for the fixed nav on desktop */ } }

.bd > .inner {
  background-color: #242C3A;
  position: relative;
  min-height: 200px;
  z-index: 0; }
  @media (min-width: 1151px) {
    .bd > .inner:after {
      background-color: #FFF;
      box-shadow: 0px -13px 0px 13px #e3e5e8;
      content: "";
      height: 8vw;
      left: 0;
      position: absolute;
      bottom: -5vw;
      transform: skewY(356deg);
      width: 100%;
      z-index: -1; } }
  @media (max-width: 415px) {
    .bd > .inner {
      padding-bottom: 2rem;
      min-height: 0; } }

@media (min-width: 1026px) {
  .lead {
    padding: 60px 12.22vw 15rem; } }

@media (min-width: 1401px) {
  .lead {
    max-width: 1230px;
    margin: 0 auto;
    padding: 60px 85px 15rem; } }

@media (min-width: 416px) and (max-width: 1025px) {
  .lead {
    padding: 40px 3rem 6rem; } }

@media (max-width: 415px) {
  .lead {
    padding: 2rem 2rem 4.25rem; } }

.lead h1 {
  color: white;
  margin-bottom: 2rem; }
  @media (max-width: 670px) {
    .lead h1 {
      margin-bottom: 1rem; } }

.lead h5 {
  color: #A9B5C0;
  max-width: 865px; }

.presentation {
  position: relative; }

.presenter {
  margin: 0 auto;
  position: relative;
  text-align: center;
  z-index: 0; }
  @media (min-width: 1026px) {
    .presenter:first-of-type {
      margin-top: -130px; } }
  .presenter:first-of-type .inner {
    top: -26px; }
    @media (min-width: 1151px) {
      .presenter:first-of-type .inner:before {
        box-shadow: 0px -17px 18px 0px rgba(57, 30, 21, 0.1);
        content: "";
        display: block;
        min-height: 400px;
        max-height: 400px;
        position: absolute;
        width: 100%;
        z-index: -1; } }
    @media (max-width: 670px) {
      .presenter:first-of-type .inner {
        top: -5vw; } }
  .presenter + .presenter {
    margin-top: 2rem;
    border-top: 67px solid #f4f4f4; }
  .presenter > .inner {
    background-color: #FFF;
    margin: 0 auto;
    position: relative;
    text-align: left;
    z-index: 0; }
    @media (min-width: 1401px) {
      .presenter > .inner {
        width: 1230px; } }
    @media (min-width: 1151px) and (max-width: 1400px) {
      .presenter > .inner {
        max-width: 88%; } }
    @media (max-width: 1150px) {
      .presenter > .inner {
        width: 100%; } }
    @media (max-width: 1025px) {
      .presenter > .inner {
        padding: 0 3rem; } }

/* blue CTA section */
.campaign-planner {
  margin-top: 5rem;
  background-color: #005287;
  color: #FFF;
  position: relative; }
  @media (min-width: 1201px) {
    .campaign-planner h2 {
      padding-left: 10%; } }
  @media (max-width: 1200px) {
    .campaign-planner h2 {
      padding-left: 5%; } }
  @media (min-width: 1026px) {
    .campaign-planner h2 {
      font-size: 4.58vw;
      line-height: 4.71vw; } }
  @media (max-width: 1025px) {
    .campaign-planner h2 {
      padding-left: 10%;
      font-size: 4rem;
      line-height: 3.5rem; } }
  @media (min-width: 671px) and (max-width: 750px) {
    .campaign-planner h2 {
      padding-left: 3rem; } }
  @media (min-width: 671px) {
    .campaign-planner h2 {
      float: left;
      margin: 3.75rem 0;
      width: 40%; } }
  @media (max-width: 670px) {
    .campaign-planner h2 {
      padding: 2rem 0 1.5rem;
      text-align: center;
      font-size: 3rem; } }
  @media (min-width: 1201px) {
    .campaign-planner .btns {
      right: 10%; } }
  @media (max-width: 1200px) {
    .campaign-planner .btns {
      right: 5%; } }
  @media (min-width: 671px) and (max-width: 1025px) {
    .campaign-planner .btns {
      width: 40%; } }
  @media (min-width: 671px) {
    .campaign-planner .btns {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); } }
  @media (max-width: 670px) {
    .campaign-planner .btns {
      text-align: center;
      width: 90%;
      max-width: 370px;
      margin: 0 auto 2rem; } }
  @media (min-width: 1026px) {
    .campaign-planner .btns a + a {
      margin-left: 1rem; } }
  @media (max-width: 1025px) {
    .campaign-planner .btns a + a:nth-of-type(1n+2) {
      margin-top: 1rem; }
    .campaign-planner .btns a + a:nth-of-type(3) {
      margin-left: 1rem; } }

.ft {
  background-color: #e3e5e8;
  text-align: center; }
  .ft .logos {
    margin: 0 auto;
    max-width: 1000px; }
    .ft .logos .train {
      width: 100%;
      margin: 0 auto; }
      .ft .logos .train svg {
        fill: #999; }
  .ft .sni-logo {
    text-align: center; }
    .ft .sni-logo img {
      width: 200px; }
  .ft p {
    color: #586274;
    font-size: 12px;
    line-height: 18px;
    padding-top: 40px; }
    .ft p a {
      color: inherit; }
      .ft p a:hover {
        text-decoration: underline; }
    .ft p .break span {
      margin: 0 7px; }
    @media (min-width: 671px) {
      .ft p br {
        display: none; } }
    @media (max-width: 670px) {
      .ft p .break span:first-of-type {
        display: none; } }
  @media (min-width: 1026px) {
    .ft {
      padding: 100px 0; }
      .ft .train {
        max-width: 650px; } }
  @media (max-width: 1025px) {
    .ft {
      text-align: center;
      padding: 4rem 0; }
      .ft .train {
        max-width: 450px; } }
