html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.clearfix:before, .row:before,
.clearfix:after,
.row:after {
  content: "";
  display: table; }


.clearfix:after,
.row:after {
  clear: both; }

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body {
  height: 100%;
  font-size: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal; }

/** =========================================
 * Typography
 ===========================================*/
h1 {
  font-size: 48px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300; }
  @media screen and (min-width: 480px) {
    h1 {
      font-size: 56px; } }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 64px; } }
  @media screen and (min-width: 992px) {
    h1 {
      font-size: 72px; } }
  @media screen and (min-width: 1200px) {
    h1 {
      font-size: 80px; } }
  @media screen and (min-width: 1600px) {
    h1 {
      font-size: 80px; } }

h2 {
  font-size: 56px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300; }
  @media screen and (min-width: 480px) {
    h2 {
      font-size: 56px; } }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 56px; } }
  @media screen and (min-width: 992px) {
    h2 {
      font-size: 63px; } }
  @media screen and (min-width: 1200px) {
    h2 {
      font-size: 70px; } }
  @media screen and (min-width: 1600px) {
    h2 {
      font-size: 70px; } }

h3 {
  font-size: 36px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300; }
  @media screen and (min-width: 480px) {
    h3 {
      font-size: 36px; } }
  @media screen and (min-width: 768px) {
    h3 {
      font-size: 36px; } }
  @media screen and (min-width: 992px) {
    h3 {
      font-size: 40.5px; } }
  @media screen and (min-width: 1200px) {
    h3 {
      font-size: 45px; } }
  @media screen and (min-width: 1600px) {
    h3 {
      font-size: 45px; } }

h4 {
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300; }
  @media screen and (min-width: 480px) {
    h4 {
      font-size: 24px; } }
  @media screen and (min-width: 768px) {
    h4 {
      font-size: 24px; } }
  @media screen and (min-width: 992px) {
    h4 {
      font-size: 27px; } }
  @media screen and (min-width: 1200px) {
    h4 {
      font-size: 30px; } }
  @media screen and (min-width: 1600px) {
    h4 {
      font-size: 30px; } }

h5 {
  font-size: 20.8px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300; }
  @media screen and (min-width: 480px) {
    h5 {
      font-size: 20.8px; } }
  @media screen and (min-width: 768px) {
    h5 {
      font-size: 20.8px; } }
  @media screen and (min-width: 992px) {
    h5 {
      font-size: 23.4px; } }
  @media screen and (min-width: 1200px) {
    h5 {
      font-size: 26px; } }
  @media screen and (min-width: 1600px) {
    h5 {
      font-size: 26px; } }

h6 {
  font-size: 15.2px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300; }
  @media screen and (min-width: 480px) {
    h6 {
      font-size: 15.2px; } }
  @media screen and (min-width: 768px) {
    h6 {
      font-size: 15.2px; } }
  @media screen and (min-width: 992px) {
    h6 {
      font-size: 17.1px; } }
  @media screen and (min-width: 1200px) {
    h6 {
      font-size: 19px; } }
  @media screen and (min-width: 1600px) {
    h6 {
      font-size: 19px; } }

p, li {
  font-size: 15.2px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 20px; }
  @media screen and (min-width: 480px) {
    p, li {
      font-size: 15.2px; } }
  @media screen and (min-width: 768px) {
    p, li {
      font-size: 15.2px; } }
  @media screen and (min-width: 992px) {
    p, li {
      font-size: 17.1px; } }
  @media screen and (min-width: 1200px) {
    p, li {
      font-size: 19px; } }
  @media screen and (min-width: 1600px) {
    p, li {
      font-size: 19px; } }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4; }

p, li {
  line-height: 1.6; }

html {
  color: #4e4e4e; }

.banner ul li,
.services ul li {
  position: relative;
  padding-left: 10px; }
  .banner ul li:before,
  .services ul li:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #4e4e4e;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    left: -5px;
    top: 14px; }

#main p a {
  color: #004b6e; }

#main li strong,
#main p strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-resolution: 240dpi) {
  .icon-checkbox-checked {
    background-image: url(../img/sprites-retina.png);
    background-size: 54px 25px; }
  .icon-checkbox {
    background-image: url(../img/sprites-retina.png);
    background-size: 54px 25px; } }

.no-flexboxlegacy.no-touch.no-canvas .icon-checkbox-checked,
.icon-checkbox-checked {
  display: inline-block;
  background-image: url(../img/sprites.png);
  background-position: 0px 0px;
  width: 25px;
  height: 25px; }

.no-flexboxlegacy.no-touch.no-canvas .icon-checkbox,
.icon-checkbox {
  display: inline-block;
  background-image: url(../img/sprites.png);
  background-position: -29px 0px;
  width: 25px;
  height: 25px; }

.no-flexboxlegacy.no-touch.no-canvas .icon-arrow-medium-down,
.icon-arrow-medium-down {
  display: inline-block;
  background-image: url(../images/sprites.png);
  background-position: 0px 0px;
  width: 42px;
  height: 56px; }

.no-flexboxlegacy.no-touch.no-canvas .icon-arrow-medium-left,
.icon-arrow-medium-left {
  display: inline-block;
  background-image: url(../images/sprites.png);
  background-position: -46px 0px;
  width: 56px;
  height: 42px; }

.no-flexboxlegacy.no-touch.no-canvas .icon-arrow-medium-right,
.icon-arrow-medium-right {
  display: inline-block;
  background-image: url(../images/sprites.png);
  background-position: 0px -60px;
  width: 56px;
  height: 42px; }

.no-flexboxlegacy.no-touch.no-canvas .icon-arrow-medium-up,
.icon-arrow-medium-up {
  display: inline-block;
  background-image: url(../images/sprites.png);
  background-position: -106px 0px;
  width: 42px;
  height: 56px; }

.no-flexboxlegacy.no-touch.no-canvas .icon-arrow-small-down,
.icon-arrow-small-down {
  display: inline-block;
  background-image: url(../images/sprites.png);
  background-position: -106px -60px;
  width: 28px;
  height: 37px; }

.no-flexboxlegacy.no-touch.no-canvas .icon-arrow-small-left,
.icon-arrow-small-left {
  display: inline-block;
  background-image: url(../images/sprites.png);
  background-position: -60px -60px;
  width: 37px;
  height: 28px; }

.no-flexboxlegacy.no-touch.no-canvas .icon-arrow-small-right,
.icon-arrow-small-right {
  display: inline-block;
  background-image: url(../images/sprites.png);
  background-position: 0px -106px;
  width: 37px;
  height: 28px; }

.no-flexboxlegacy.no-touch.no-canvas .icon-arrow-small-up,
.icon-arrow-small-up {
  display: inline-block;
  background-image: url(../images/sprites.png);
  background-position: -152px 0px;
  width: 28px;
  height: 37px; }

.no-flexboxlegacy.no-touch.no-canvas .icon-arrow-tiny-right,
.icon-arrow-tiny-right {
  display: inline-block;
  background-image: url(../images/sprites.png);
  background-position: -46px -46px;
  width: 13px;
  height: 7px; }

.no-flexboxlegacy.no-touch.no-canvas .icon-checkbox-checked,
.icon-checkbox-checked {
  display: inline-block;
  background-image: url(../images/sprites.png);
  background-position: -152px -41px;
  width: 25px;
  height: 25px; }

.no-flexboxlegacy.no-touch.no-canvas .icon-closeburger,
.icon-closeburger {
  display: inline-block;
  background-image: url(../images/sprites.png);
  background-position: -152px -93px;
  width: 20px;
  height: 20px; }

.no-flexboxlegacy.no-touch.no-canvas .icon-facebook,
.icon-facebook {
  display: inline-block;
  background-image: url(../images/sprites.png);
  background-position: -138px -60px;
  width: 7px;
  height: 12px; }

.no-flexboxlegacy.no-touch.no-canvas .icon-navburger,
.icon-navburger {
  display: inline-block;
  background-image: url(../images/sprites.png);
  background-position: -152px -70px;
  width: 24px;
  height: 19px; }

.no-flexboxlegacy.no-touch.no-canvas .icon-search,
.icon-search {
  display: inline-block;
  background-image: url(../images/sprites.png);
  background-position: -41px -106px;
  width: 19px;
  height: 19px; }

.no-flexboxlegacy.no-touch.no-canvas .icon-twitter,
.icon-twitter {
  display: inline-block;
  background-image: url(../images/sprites.png);
  background-position: -152px -117px;
  width: 12px;
  height: 10px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-resolution: 240dpi) {
  .icon-arrow-medium-down {
    background-image: url(../images/sprites-retina.png);
    background-size: 180px 134px; }
  .icon-arrow-medium-left {
    background-image: url(../images/sprites-retina.png);
    background-size: 180px 134px; }
  .icon-arrow-medium-right {
    background-image: url(../images/sprites-retina.png);
    background-size: 180px 134px; }
  .icon-arrow-medium-up {
    background-image: url(../images/sprites-retina.png);
    background-size: 180px 134px; }
  .icon-arrow-small-down {
    background-image: url(../images/sprites-retina.png);
    background-size: 180px 134px; }
  .icon-arrow-small-left {
    background-image: url(../images/sprites-retina.png);
    background-size: 180px 134px; }
  .icon-arrow-small-right {
    background-image: url(../images/sprites-retina.png);
    background-size: 180px 134px; }
  .icon-arrow-small-up {
    background-image: url(../images/sprites-retina.png);
    background-size: 180px 134px; }
  .icon-arrow-tiny-right {
    background-image: url(../images/sprites-retina.png);
    background-size: 180px 134px; }
  .icon-checkbox-checked {
    background-image: url(../images/sprites-retina.png);
    background-size: 180px 134px; }
  .icon-closeburger {
    background-image: url(../images/sprites-retina.png);
    background-size: 180px 134px; }
  .icon-facebook {
    background-image: url(../images/sprites-retina.png);
    background-size: 180px 134px; }
  .icon-navburger {
    background-image: url(../images/sprites-retina.png);
    background-size: 180px 134px; }
  .icon-search {
    background-image: url(../images/sprites-retina.png);
    background-size: 180px 134px; }
  .icon-twitter {
    background-image: url(../images/sprites-retina.png);
    background-size: 180px 134px; } }

.button {
  border: 0;
  background: #004b6e;
  text-decoration: none;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 13px;
  margin: 0;
  padding: 10px 30px;
  display: inline-block; }

form.loading .loader {
  display: block; }

.loader {
  display: none;
  position: absolute;
  font-size: 10px;
  margin: -1.5em auto 0;
  text-indent: -9999em;
  left: 0;
  right: 0;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, white), color-stop(42%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 10%, rgba(255, 255, 255, 0) 42%);
  -webkit-animation: load3 1.4s infinite linear;
          animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  top: 50%; }

.loader:before {
  position: absolute;
  content: '';
  display: block;
  width: 50%;
  height: 50%;
  background: white;
  border-radius: 100% 0 0 0;
  top: 0;
  left: 0; }

.loader:after {
  position: absolute;
  content: '';
  display: block;
  background: white;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.rippleDark,
.ripple {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0; }

.ripple .ink {
  background: rgba(255, 255, 255, 0.25); }

.rippleDark .ink {
  background: rgba(0, 0, 0, 0.25); }

.ink {
  display: block;
  position: absolute;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0); }

.ink.animate {
  -webkit-animation: ripple 360ms linear;
          animation: ripple 360ms linear; }

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5); } }

@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5); } }

.LoadingNotification-anim {
  -webkit-transition: all 680ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 680ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  display: block;
  height: 160px;
  overflow: visible;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 160px;
  zoom: 2;
  -moz-transform: scale(1.8);
  visibility: hidden;
  opacity: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  position: absolute;
  z-index: 9999; }

.LoadingNotification-anim .circular {
  height: 160px;
  position: relative;
  width: 160px;
  -webkit-animation: loadingrotate 2s linear infinite;
          animation: loadingrotate 2s linear infinite; }

.LoadingNotification-anim .path {
  stroke-dasharray: 1, 100;
  stroke-dashoffset: 0;
  stroke-linecap: round; }

.LoadingNotification-anim .path {
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite; }

@-webkit-keyframes color {
  0%, 100% {
    stroke: #ec4c68; }
  40% {
    stroke: #ec4c68; }
  66% {
    stroke: #ec4c68; }
  80%, 90% {
    stroke: #ec4c68; } }

@keyframes color {
  0%, 100% {
    stroke: #ec4c68; }
  40% {
    stroke: #ec4c68; }
  66% {
    stroke: #ec4c68; }
  80%, 90% {
    stroke: #ec4c68; } }

@-webkit-keyframes loadingrotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loadingrotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124; } }

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124; } }

.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80); }

.gu-hide {
  display: none !important; }

.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20); }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

.fancybox-lock {
  overflow: visible !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(255, 255, 255, 0.9); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-type-iframe .fancybox-inner {
  width: 100% !important;
  height: auto !important; }
  .fancybox-type-iframe .fancybox-inner:after {
    padding-top: 56.25%;
    content: '';
    display: block;
    positiojn: relative; }
  .fancybox-type-iframe .fancybox-inner iframe {
    position: absolute; }

.row .grid-1, .row .grid-2, .row .grid-3, .row .grid-4, .row .grid-5, .row .grid-6, .row .grid-7, .row .grid-8, .row .grid-9, .row .grid-10, .row .grid-11, .row .grid-12 {
  float: left;
  text-align: left;
  height: 100%;
  vertical-align: top;
  margin-top: 0;
  margin-left: 1%;
  padding: 0 24px; }

.row {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  vertical-align: top;
  position: relative;
  display: block; }
  .row .grid-1:first-child {
    margin-left: 0; }
  .row .grid-2:first-child {
    margin-left: 0; }
  .row .grid-3:first-child {
    margin-left: 0; }
  .row .grid-4:first-child {
    margin-left: 0; }
  .row .grid-5:first-child {
    margin-left: 0; }
  .row .grid-6:first-child {
    margin-left: 0; }
  .row .grid-7:first-child {
    margin-left: 0; }
  .row .grid-8:first-child {
    margin-left: 0; }
  .row .grid-9:first-child {
    margin-left: 0; }
  .row .grid-10:first-child {
    margin-left: 0; }
  .row .grid-11:first-child {
    margin-left: 0; }
  .row .grid-12:first-child {
    margin-left: 0; }
  .row .grid-1 {
    width: 7.4159%; }
  .row .grid-2 {
    width: 15.83333%; }
  .row .grid-3 {
    width: 24.25%; }
  .row .grid-4 {
    width: 32.66667%; }
  .row .grid-5 {
    width: 40.66667%; }
  .row .grid-6 {
    width: 49.5%; }
  .row .grid-7 {
    width: 57.33333%; }
  .row .grid-8 {
    width: 65.66667%; }
  .row .grid-9 {
    width: 74%; }
  .row .grid-10 {
    width: 82.33333%; }
  .row .grid-11 {
    width: 90.66667%; }
  .row .grid-12 {
    width: 100%; }

@media only screen and (min-width: 768px) {
  .grid-2:nth-child(3n+1),
  .grid-3:nth-child(4n+1),
  .grid-4:nth-child(3n+1) {
    margin-left: 0; } }

@media only screen and (max-width: 767px) {
  .row .grid-1 {
    margin-left: 0;
    width: 100%; }
  .row .grid-2 {
    margin-left: 0;
    width: 100%; }
  .row .grid-3 {
    margin-left: 0;
    width: 100%; }
  .row .grid-4 {
    margin-left: 0;
    width: 100%; }
  .row .grid-5 {
    margin-left: 0;
    width: 100%; }
  .row .grid-6 {
    margin-left: 0;
    width: 100%; }
  .row .grid-7 {
    margin-left: 0;
    width: 100%; }
  .row .grid-8 {
    margin-left: 0;
    width: 100%; }
  .row .grid-9 {
    margin-left: 0;
    width: 100%; }
  .row .grid-10 {
    margin-left: 0;
    width: 100%; }
  .row .grid-11 {
    margin-left: 0;
    width: 100%; }
  .row .grid-12 {
    margin-left: 0;
    width: 100%; }
  .row .grid-mobile-half:nth-child(2n+1),
  .row .grid-mobile-third:nth-child(3n+1),
  .row .grid-mobile-quarter:nth-child(4n+1) {
    margin-left: 0 !important; }
  .row .grid-mobile-half {
    width: 49%;
    margin-left: 2%; }
  .row .grid-mobile-third {
    width: 32.33333%;
    margin-left: 1.5%; }
  .row .grid-mobile-quarter {
    width: 24%;
    margin-left: 1.33333%; } }

@media only screen and (max-width: 767px) {
  .row .grid-mobile-half,
  .row .grid-mobile-third,
  .row .grid-mobile-quarter {
    margin-left: 0;
    width: 100%; } }

.row {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.field input {
  border: 0;
  line-height: 40px;
  height: 40px;
  background: #efefef;
  width: 100%;
  padding: 0 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 15.2px;
  margin-bottom: 15px; }
  @media screen and (min-width: 480px) {
    .field input {
      font-size: 15.2px; } }
  @media screen and (min-width: 768px) {
    .field input {
      font-size: 15.2px; } }
  @media screen and (min-width: 992px) {
    .field input {
      font-size: 17.1px; } }
  @media screen and (min-width: 1200px) {
    .field input {
      font-size: 19px; } }
  @media screen and (min-width: 1600px) {
    .field input {
      font-size: 19px; } }

.field textarea {
  border: 0;
  min-height: 230px;
  line-height: 1.4;
  background: #efefef;
  width: 100%;
  padding: 0 15px;
  padding-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 15.2px;
  resize: none;
  margin-bottom: 10px; }
  @media screen and (min-width: 480px) {
    .field textarea {
      font-size: 15.2px; } }
  @media screen and (min-width: 768px) {
    .field textarea {
      font-size: 15.2px; } }
  @media screen and (min-width: 992px) {
    .field textarea {
      font-size: 17.1px; } }
  @media screen and (min-width: 1200px) {
    .field textarea {
      font-size: 19px; } }
  @media screen and (min-width: 1600px) {
    .field textarea {
      font-size: 19px; } }
  @media only screen and (min-width: 768px) {
    .field textarea {
      margin-bottom: 15px; } }

.field label {
  font-size: 15.2px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin: 10px 0;
  display: block; }
  @media screen and (min-width: 480px) {
    .field label {
      font-size: 15.2px; } }
  @media screen and (min-width: 768px) {
    .field label {
      font-size: 15.2px; } }
  @media screen and (min-width: 992px) {
    .field label {
      font-size: 17.1px; } }
  @media screen and (min-width: 1200px) {
    .field label {
      font-size: 19px; } }
  @media screen and (min-width: 1600px) {
    .field label {
      font-size: 19px; } }

.field input[type='file'] {
  line-height: 0;
  height: auto;
  padding: 30px; }

.btn-toolbar input[type='submit'],
.Actions input[type='submit'] {
  border: 0;
  width: 100%;
  background: #004b6e;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 15.2px;
  margin: 10px 0;
  padding: 10px 10px;
  display: block; }
  @media screen and (min-width: 480px) {
    .btn-toolbar input[type='submit'],
    .Actions input[type='submit'] {
      font-size: 15.2px; } }
  @media screen and (min-width: 768px) {
    .btn-toolbar input[type='submit'],
    .Actions input[type='submit'] {
      font-size: 15.2px; } }
  @media screen and (min-width: 992px) {
    .btn-toolbar input[type='submit'],
    .Actions input[type='submit'] {
      font-size: 17.1px; } }
  @media screen and (min-width: 1200px) {
    .btn-toolbar input[type='submit'],
    .Actions input[type='submit'] {
      font-size: 19px; } }
  @media screen and (min-width: 1600px) {
    .btn-toolbar input[type='submit'],
    .Actions input[type='submit'] {
      font-size: 19px; } }

form {
  font-size: 0; }

@media only screen and (min-width: 768px) {
  .field.half-width {
    width: 50%;
    display: inline-block; }
    .field.half-width + .field.half-width {
      padding-left: 10px; } }

.optionset.checkboxset legend {
  font-size: 18px; }

.optionset.checkboxset li {
  margin-bottom: 0; }

.optionset.checkboxset [type='checkbox']:checked,
.optionset.checkboxset [type='checkbox']:not(:checked) {
  position: absolute;
  left: -9999px; }

.optionset.checkboxset [type='checkbox']:checked + label,
.optionset.checkboxset [type='checkbox']:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666; }

.optionset.checkboxset [type='checkbox']:checked + label:before,
.optionset.checkboxset [type='checkbox']:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  background: #fff; }

.optionset.checkboxset [type='checkbox']:checked + label:after,
.optionset.checkboxset [type='checkbox']:not(:checked) + label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #004b6e;
  position: absolute;
  top: 6px;
  left: 6px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.optionset.checkboxset [type='checkbox']:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.optionset.checkboxset [type='checkbox']:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.notify {
  display: inline-block;
  position: fixed;
  padding: 14px 14px 12px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 3px;
  font-size: 14px;
  cursor: default;
  -webkit-transition: visibility 300ms, -webkit-transform 300ms, -webkit-box-shadow 240ms;
  transition: visibility 300ms, -webkit-transform 300ms, -webkit-box-shadow 240ms;
  transition: visibility 300ms, transform 300ms, box-shadow 240ms;
  transition: visibility 300ms, transform 300ms, box-shadow 240ms, -webkit-transform 300ms, -webkit-box-shadow 240ms;
  visibility: hidden;
  cursor: pointer;
  color: white; }
  .notify:hover {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3); }
    .notify:hover .close {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }
  .notify .close {
    -webkit-transform: translatez(0);
            transform: translatez(0);
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: white;
    vertical-align: middle;
    margin-left: 12px;
    -webkit-transition: all 120ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 120ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .notify .close:before, .notify .close:after {
      position: absolute;
      content: '';
      display: block;
      display: block;
      width: 8px;
      height: 2px;
      top: 5px; }
    .notify .close:before {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      left: 2px; }
    .notify .close:after {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      right: 2px; }
  .notify[data-position="top"] {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
  .notify[data-position="bottom"] {
    -webkit-transform: translateY(100px);
            transform: translateY(100px); }
  .notify.visible {
    visibility: visible;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  .notify[data-type="error"] {
    background: #F78D8C; }
    .notify[data-type="error"] .close:before,
    .notify[data-type="error"] .close:after {
      background: #F78D8C; }
  .notify[data-type="success"] {
    background: #A8D3AA; }
    .notify[data-type="success"] .close:before,
    .notify[data-type="success"] .close:after {
      background: #A8D3AA; }
  .notify[data-type="warning"] {
    background: #FFD479; }
    .notify[data-type="warning"] .close:before,
    .notify[data-type="warning"] .close:after {
      background: #FFD479; }
  .notify[data-type="standard"] {
    background: #323232; }
    .notify[data-type="standard"] .close:before,
    .notify[data-type="standard"] .close:after {
      background: #323232; }

.message {
  display: block;
  padding: 14px 14px 12px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 3px;
  font-size: 14px;
  cursor: default;
  -webkit-transition: visibility 300ms, -webkit-transform 300ms, -webkit-box-shadow 240ms;
  transition: visibility 300ms, -webkit-transform 300ms, -webkit-box-shadow 240ms;
  transition: visibility 300ms, transform 300ms, box-shadow 240ms;
  transition: visibility 300ms, transform 300ms, box-shadow 240ms, -webkit-transform 300ms, -webkit-box-shadow 240ms;
  color: white; }
  .message.error {
    display: block;
    background: #c00;
    padding: 10px; }
  .message.required {
    display: block;
    background: #c00;
    padding: 10px; }
  .message.validation {
    display: block;
    background: #c00;
    padding: 10px; }

.sod_select,
.sod_select * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.sod_select {
  display: inline-block;
  position: relative;
  line-height: 1;
  width: 100%;
  padding: 14px 20px;
  background: #efefef;
  text-align: left;
  text-transform: uppercase;
  cursor: default;
  outline: none;
  cursor: pointer;
  margin-bottom: 20px; }

.sod_select:before,
.sod_select:after {
  content: "\f078";
  position: absolute;
  right: 15px;
  top: 13px;
  font-size: 12px;
  font-size: 15.2px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-family: 'FontAwesome'; }
  @media screen and (min-width: 480px) {
    .sod_select:before,
    .sod_select:after {
      font-size: 15.2px; } }
  @media screen and (min-width: 768px) {
    .sod_select:before,
    .sod_select:after {
      font-size: 15.2px; } }
  @media screen and (min-width: 992px) {
    .sod_select:before,
    .sod_select:after {
      font-size: 17.1px; } }
  @media screen and (min-width: 1200px) {
    .sod_select:before,
    .sod_select:after {
      font-size: 19px; } }
  @media screen and (min-width: 1600px) {
    .sod_select:before,
    .sod_select:after {
      font-size: 19px; } }

.sod_select.open {
  color: #919191; }

.sod_select.focus {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

.sod_select.disabled {
  border-color: #828282;
  color: #b2b2b2;
  cursor: not-allowed; }

.sod_select .sod_label {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15.2px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  padding-right: 15px; }
  @media screen and (min-width: 480px) {
    .sod_select .sod_label {
      font-size: 15.2px; } }
  @media screen and (min-width: 768px) {
    .sod_select .sod_label {
      font-size: 15.2px; } }
  @media screen and (min-width: 992px) {
    .sod_select .sod_label {
      font-size: 17.1px; } }
  @media screen and (min-width: 1200px) {
    .sod_select .sod_label {
      font-size: 19px; } }
  @media screen and (min-width: 1600px) {
    .sod_select .sod_label {
      font-size: 19px; } }

.sod_select .sod_list_wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  height: auto;
  width: 100%;
  background: #ffffff;
  border-top: none;
  color: #000000;
  z-index: 1;
  font-size: 15.2px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin-top: 6px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 480px) {
    .sod_select .sod_list_wrapper {
      font-size: 15.2px; } }
  @media screen and (min-width: 768px) {
    .sod_select .sod_list_wrapper {
      font-size: 15.2px; } }
  @media screen and (min-width: 992px) {
    .sod_select .sod_list_wrapper {
      font-size: 17.1px; } }
  @media screen and (min-width: 1200px) {
    .sod_select .sod_list_wrapper {
      font-size: 19px; } }
  @media screen and (min-width: 1600px) {
    .sod_select .sod_list_wrapper {
      font-size: 19px; } }

.sod_select.open .sod_list_wrapper {
  display: block; }

.sod_select.disabled.open .sod_list_wrapper {
  display: none; }

.sod_select.above .sod_list_wrapper {
  top: auto;
  bottom: 100%;
  border-top: 3px solid #000000;
  border-bottom: none; }

.sod_select .sod_list {
  display: block;
  overflow-y: auto;
  padding: 0;
  margin: 0; }

.sod_select .sod_option {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding: 10px 10px;
  list-style-type: none; }

.sod_select .sod_option.optgroup,
.sod_select .sod_option.optgroup.disabled {
  background: inherit;
  color: #939393;
  font-size: 10px;
  font-size: 15.2px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: italic; }
  @media screen and (min-width: 480px) {
    .sod_select .sod_option.optgroup,
    .sod_select .sod_option.optgroup.disabled {
      font-size: 15.2px; } }
  @media screen and (min-width: 768px) {
    .sod_select .sod_option.optgroup,
    .sod_select .sod_option.optgroup.disabled {
      font-size: 15.2px; } }
  @media screen and (min-width: 992px) {
    .sod_select .sod_option.optgroup,
    .sod_select .sod_option.optgroup.disabled {
      font-size: 17.1px; } }
  @media screen and (min-width: 1200px) {
    .sod_select .sod_option.optgroup,
    .sod_select .sod_option.optgroup.disabled {
      font-size: 19px; } }
  @media screen and (min-width: 1600px) {
    .sod_select .sod_option.optgroup,
    .sod_select .sod_option.optgroup.disabled {
      font-size: 19px; } }

.sod_select .sod_option.groupchild {
  padding-left: 20px; }

.sod_select .sod_option.is-placeholder {
  display: none; }

.sod_select .sod_option.disabled {
  background: inherit;
  color: #cccccc; }

.sod_select .sod_option.active {
  background: #f7f7f7;
  color: #333333; }

.sod_select .sod_option.selected {
  font-weight: 700;
  padding-right: 25px; }

.sod_select .sod_option.selected:before {
  content: "\f00c";
  position: absolute;
  right: 15px;
  top: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  color: #808080;
  height: 9px;
  width: 10px;
  font-family: 'FontAwesome'; }

.sod_select.no_highlight .sod_option.selected {
  font-weight: 300; }

.sod_select.no_highlight .sod_option.selected:before {
  display: none; }

.sod_select select {
  display: none !important; }

.sod_select.touch select {
  -webkit-appearance: menulist-button;
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1; }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before, .slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

[data-tooltip] {
  position: relative; }
  [data-tooltip]:after {
    content: attr(data-tooltip);
    position: absolute;
    display: block;
    top: -20px;
    padding: 2px;
    border-radius: 2px;
    background: #000000;
    font-size: 0.8em;
    color: #f8f6f7;
    width: 90px;
    -webkit-transform: translateX(-50%) translateY(10px);
            transform: translateX(-50%) translateY(10px);
    opacity: 0;
    -webkit-transition: all 240ms cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: all 240ms cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.8);
            box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.8); }
  [data-tooltip]:hover:after {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    opacity: 1; }

.values {
  background: #efefef;
  margin: 60px auto;
  text-align: center; }
  .values__wrap {
    max-width: 1640px;
    text-align: center;
    padding: 60px 0;
    display: block;
    margin: 0 auto; }
    .values__wrap:before, .values__wrap:after {
      content: "";
      display: table; }
    .values__wrap:after {
      clear: both; }
  .values .columns {
    text-align: left;
    padding: 40px; }
    .values .columns .half {
      display: block;
      float: left; }
      @media only screen and (min-width: 768px) {
        .values .columns .half {
          width: 50%; } }
      @media only screen and (min-width: 768px) {
        .values .columns .half:first-child {
          padding-right: 20px; } }
      @media only screen and (min-width: 768px) {
        .values .columns .half:last-child {
          padding-left: 20px; } }
      .values .columns .half li {
        position: relative;
        padding-left: 20px; }
        .values .columns .half li:before {
          position: absolute;
          content: '';
          display: block;
          width: 5px;
          height: 5px;
          border-radius: 5px;
          background: #4e4e4e;
          left: 0;
          top: 10px; }

.contentWrap {
  max-width: 1640px;
  margin: 3rem auto 0;
  padding: 0 2rem; }

.banner__wrap {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  text-align: center; }
  .banner__wrap .play {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    z-index: 3;
    -webkit-transition: all 120ms;
    transition: all 120ms; }
    .banner__wrap .play:hover {
      opacity: 0.8; }
    .banner__wrap .play svg {
      width: 13.5%;
      height: auto; }
  .banner__wrap h1 {
    font-size: 56px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 30px; }
    @media screen and (min-width: 480px) {
      .banner__wrap h1 {
        font-size: 56px; } }
    @media screen and (min-width: 768px) {
      .banner__wrap h1 {
        font-size: 56px; } }
    @media screen and (min-width: 992px) {
      .banner__wrap h1 {
        font-size: 63px; } }
    @media screen and (min-width: 1200px) {
      .banner__wrap h1 {
        font-size: 70px; } }
    @media screen and (min-width: 1600px) {
      .banner__wrap h1 {
        font-size: 70px; } }
    @media only screen and (max-width: 1279px) {
      .banner__wrap h1 {
        font-size: 36px; } }
  @media only screen and (max-width: 1279px) and (min-width: 480px) {
    .banner__wrap h1 {
      font-size: 36px; } }
  @media only screen and (max-width: 1279px) and (min-width: 768px) {
    .banner__wrap h1 {
      font-size: 36px; } }
  @media only screen and (max-width: 1279px) and (min-width: 992px) {
    .banner__wrap h1 {
      font-size: 40.5px; } }
  @media only screen and (max-width: 1279px) and (min-width: 1200px) {
    .banner__wrap h1 {
      font-size: 45px; } }
  @media only screen and (max-width: 1279px) and (min-width: 1600px) {
    .banner__wrap h1 {
      font-size: 45px; } }
  .banner__wrap h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400; }
  .banner__wrap p, .banner__wrap li {
    font-size: 20.8px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 1.4; }
    @media screen and (min-width: 480px) {
      .banner__wrap p, .banner__wrap li {
        font-size: 20.8px; } }
    @media screen and (min-width: 768px) {
      .banner__wrap p, .banner__wrap li {
        font-size: 20.8px; } }
    @media screen and (min-width: 992px) {
      .banner__wrap p, .banner__wrap li {
        font-size: 23.4px; } }
    @media screen and (min-width: 1200px) {
      .banner__wrap p, .banner__wrap li {
        font-size: 26px; } }
    @media screen and (min-width: 1600px) {
      .banner__wrap p, .banner__wrap li {
        font-size: 26px; } }
    @media only screen and (max-width: 1279px) {
      .banner__wrap p, .banner__wrap li {
        font-size: 15.2px; } }
  @media only screen and (max-width: 1279px) and (min-width: 480px) {
    .banner__wrap p, .banner__wrap li {
      font-size: 15.2px; } }
  @media only screen and (max-width: 1279px) and (min-width: 768px) {
    .banner__wrap p, .banner__wrap li {
      font-size: 15.2px; } }
  @media only screen and (max-width: 1279px) and (min-width: 992px) {
    .banner__wrap p, .banner__wrap li {
      font-size: 17.1px; } }
  @media only screen and (max-width: 1279px) and (min-width: 1200px) {
    .banner__wrap p, .banner__wrap li {
      font-size: 19px; } }
  @media only screen and (max-width: 1279px) and (min-width: 1600px) {
    .banner__wrap p, .banner__wrap li {
      font-size: 19px; } }

.banner--full .image {
  position: relative;
  background-size: cover;
  background-position: center center;
  -ms-behavior: url(/backgroundsize.min.htc);
  position: relative; }
  .banner--full .image:after {
    content: '';
    position: relative;
    display: block;
    padding-bottom: 48.78049%; }
  .banner--full .image:before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.14);
    z-index: 1; }

@media only screen and (min-width: 768px) {
  .banner--full .videoWrapped {
    right: 50% !important;
    left: 0 !important; } }

.banner--full .banner__wrap .no-background-color {
  background: none; }

.banner--full .caption {
  background: rgba(8, 68, 94, 0.9);
  text-align: left;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  right: 20px;
  padding: 0 40px;
  color: white;
  z-index: 2; }
  .banner--full .caption .vertical.no-background-color {
    background: none; }
  @media only screen and (min-width: 768px) {
    .banner--full .caption .vertical {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      position: absolute;
      left: 40px;
      right: 40px; } }
  @media only screen and (max-width: 767px) {
    .banner--full .caption {
      position: relative;
      -webkit-transform: none;
              transform: none;
      width: 100%;
      color: #4e4e4e;
      left: 0;
      right: 0;
      padding: 20px 0 40px;
      background: white; }
      .banner--full .caption h1 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        margin-bottom: 10px; }
      .banner--full .caption h2 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600; } }

.banner--half .banner__wrap {
  display: table;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .banner--half .banner__wrap {
      display: block; } }
  .banner--half .banner__wrap .vertical.no-background-color {
    background: none; }

.banner--half .image,
.banner--half .caption {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .banner--half .image,
    .banner--half .caption {
      width: 100%;
      display: block; } }

.banner--half .image {
  background-size: cover;
  background-position: center center;
  -ms-behavior: url(/backgroundsize.min.htc);
  background-position: top center; }
  @media only screen and (max-width: 767px) {
    .banner--half .image {
      position: relative; }
      .banner--half .image:after {
        content: '';
        position: relative;
        display: block;
        padding-bottom: 48.78049%; } }
  @media only screen and (min-width: 768px) {
    .banner--half .image svg {
      width: 26%;
      height: auto; } }

.banner--half .image--mobile {
  position: relative;
  display: block; }
  .banner--half .image--mobile:after {
    content: '';
    position: relative;
    display: block;
    padding-bottom: 60.97561%; }
  @media only screen and (min-width: 768px) {
    .banner--half .image--mobile {
      display: none; } }

@media only screen and (max-width: 767px) {
  .banner--half .image--desktop {
    display: none; } }

.banner--half .caption {
  text-align: left;
  color: #4e4e4e;
  padding: 20px 0px 0px; }
  @media only screen and (min-width: 768px) {
    .banner--half .caption {
      padding: 80px 20px; } }

.slider {
  position: relative; }
  .slider .slick-next,
  .slider .slick-prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    border: 0;
    background: #004b6e;
    width: 50px;
    z-index: 99;
    height: 50px;
    font-size: 0; }
  .slider .slick-next {
    right: 10px; }
  .slider .slick-prev {
    left: 10px; }

.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    margin-top: 12px; }
  .slick-dots .slick-active button {
    background: #004b6e; }
  .slick-dots button {
    font-size: 0;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    border: 0;
    margin: 0 6px;
    background: #b9b9b9; }

.beAccessible {
  background-size: cover;
  background-position: center center;
  -ms-behavior: url(/backgroundsize.min.htc);
  background-color: #efefef;
  margin: 5rem 0; }
  .beAccessible strong {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700; }
  .beAccessible__wrap {
    max-width: 1640px;
    margin: 0 auto;
    padding: 10rem 2rem; }
    .beAccessible__wrap:before, .beAccessible__wrap:after {
      content: "";
      display: table; }
    .beAccessible__wrap:after {
      clear: both; }
    .beAccessible__wrap__image {
      float: left; }
      .beAccessible__wrap__image img {
        border-radius: 100rem; }
    .beAccessible__wrap__content {
      float: left;
      margin-top: 2rem; }
      @media only screen and (min-width: 768px) {
        .beAccessible__wrap__content {
          margin-top: 0;
          width: calc(100% - 33rem);
          padding-left: 3rem; } }
      .beAccessible__wrap__content .button {
        background: transparent;
        border: 2px solid #08445e;
        font-size: 18px;
        margin-top: 2rem;
        color: #08445e;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600; }
        .beAccessible__wrap__content .button:hover {
          color: #ffffff !important;
          background: #08445e; }

.ContactPage h1, .ContactPage h2, .ContactPage h3, .ContactPage h4, .ContactPage h5, .ContactPage h6 {
  margin-bottom: 20px; }

.ContactPage .constrained {
  max-width: 1640px;
  margin: 0 auto; }
  .ContactPage .constrained:before, .ContactPage .constrained:after {
    content: "";
    display: table; }
  .ContactPage .constrained:after {
    clear: both; }

.ContactPage .content.typography {
  padding: 20px; }
  .ContactPage .content.typography a {
    color: #004b6e;
    text-decoration: none; }
  .ContactPage .content.typography .left-cell {
    width: 50%;
    display: block;
    float: left;
    padding-right: 20px; }
  .ContactPage .content.typography .right-cell {
    width: 50%;
    display: block;
    float: left;
    padding-left: 20px; }
  @media only screen and (max-width: 767px) {
    .ContactPage .content.typography .left-cell, .ContactPage .content.typography .right-cell {
      width: 100%;
      padding: 20px 0; } }
  .ContactPage .content.typography .map-wrap {
    width: 100%;
    position: relative; }
    .ContactPage .content.typography .map-wrap:after {
      content: '';
      position: relative;
      display: block;
      padding-bottom: 80%; }
  .ContactPage .content.typography #map-canvas {
    margin-top: 30px;
    background-color: #b9b7b7;
    width: 100%;
    height: 100%;
    position: absolute; }

.ContactPage p strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #004b6e; }

.ContactPage .h6 {
  font-size: 20.8px;
  line-height: 1.2; }
  @media screen and (min-width: 480px) {
    .ContactPage .h6 {
      font-size: 20.8px; } }
  @media screen and (min-width: 768px) {
    .ContactPage .h6 {
      font-size: 20.8px; } }
  @media screen and (min-width: 992px) {
    .ContactPage .h6 {
      font-size: 23.4px; } }
  @media screen and (min-width: 1200px) {
    .ContactPage .h6 {
      font-size: 26px; } }
  @media screen and (min-width: 1600px) {
    .ContactPage .h6 {
      font-size: 26px; } }

#flying-focus {
  position: absolute;
  margin: 0;
  background: transparent;
  -webkit-transition-property: left, top, width, height;
  transition-property: left, top, width, height;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0, 1);
          transition-timing-function: cubic-bezier(0, 1, 0, 1);
  visibility: hidden;
  pointer-events: none;
  -webkit-box-shadow: 0 0 2px 3px #08445e, 0 0 2px #08445e inset;
          box-shadow: 0 0 2px 3px #08445e, 0 0 2px #08445e inset;
  border-radius: 2px; }

#flying-focus.flying-focus_visible {
  visibility: visible;
  z-index: 9999; }

.flying-focus_target {
  outline: none !important;
  /* Doesn't work in Firefox :( */ }

/* http://stackoverflow.com/questions/71074/how-to-remove-firefoxs-dotted-outline-on-buttons-as-well-as-links/199319 */
.flying-focus_target::-moz-focus-inner {
  border: 0 !important; }

/* Replace it with @supports rule when browsers catch up */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #flying-focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -3px; } }

.small-search {
  margin: 20px; }
  .small-search input[type="submit"] {
    display: none; }

.footer {
  width: 100%;
  background: #efefef;
  padding: 80px 0;
  margin-top: 50px; }
  .footer:before, .footer:after {
    content: "";
    display: table; }
  .footer:after {
    clear: both; }
  @media only screen and (max-width: 767px) {
    .footer {
      padding: 40px 0; } }
  .footer .signupForm h4 {
    border-bottom: 1px solid #4e4e4e;
    margin-bottom: 10px;
    padding-bottom: 20px; }
  .footer__wrap__item {
    display: block;
    float: left;
    width: 33.33333%;
    padding: 0 40px; }
    .footer__wrap__item .center-link {
      text-align: center;
      width: 100%;
      display: block; }
    .footer__wrap__item img {
      width: 70%;
      margin: 0 auto;
      max-width: 300px;
      height: auto; }
    @media only screen and (max-width: 967px) {
      .footer__wrap__item--half-mobile {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .footer__wrap__item--half-mobile {
        width: 100%;
        margin: 20px auto; }
        .footer__wrap__item--half-mobile .spacer {
          display: none; } }
    @media only screen and (max-width: 967px) {
      .footer__wrap__item--full-mobile {
        width: 100%;
        margin-top: 40px; } }
    @media only screen and (max-width: 767px) {
      .footer__wrap__item--full-mobile {
        width: 100%;
        margin: 20px auto; } }
    .footer__wrap__item h4 {
      margin-bottom: 20px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 600; }
    .footer__wrap__item p {
      font-family: 'Open Sans', sans-serif;
      font-weight: 600; }
    .footer__wrap__item ul {
      border-top: 1px solid #4e4e4e; }
      .footer__wrap__item ul li {
        border-bottom: 1px solid #4e4e4e;
        line-height: 40px;
        min-height: 40px; }
        .footer__wrap__item ul li a {
          text-decoration: none;
          font-family: 'Open Sans', sans-serif;
          font-weight: 600;
          width: 100%;
          color: #4e4e4e; }
          .footer__wrap__item ul li a:before, .footer__wrap__item ul li a:after {
            content: "";
            display: table; }
          .footer__wrap__item ul li a:after {
            clear: both; }
          .footer__wrap__item ul li a span,
          .footer__wrap__item ul li a strong {
            text-align: right;
            height: 40px;
            float: right;
            font-family: 'Open Sans', sans-serif;
            font-weight: 600;
            line-height: 1.4;
            padding-top: 11px; }
            @media only screen and (max-width: 1599px) {
              .footer__wrap__item ul li a span,
              .footer__wrap__item ul li a strong {
                font-size: 80%; } }
          .footer__wrap__item ul li a svg {
            height: 32px;
            width: 32px;
            position: relative;
            top: -8px; }

.footer-nav {
  background: #183c4d;
  text-align: center; }
  .footer-nav__wrap {
    margin: 0 auto;
    max-width: 1640px;
    background: #183c4d;
    padding: 0 40px;
    color: white;
    text-align: center; }
    .footer-nav__wrap:before, .footer-nav__wrap:after {
      content: "";
      display: table; }
    .footer-nav__wrap:after {
      clear: both; }
    @media only screen and (max-width: 1023px) {
      .footer-nav__wrap {
        text-align: right; } }
    .footer-nav__wrap .logo {
      display: inline-block;
      vertical-align: middle;
      float: left;
      margin-top: 12px; }
      @media only screen and (max-width: 799px) {
        .footer-nav__wrap .logo {
          width: 100%;
          text-align: center; } }
    .footer-nav__wrap ul {
      display: inline-block;
      vertical-align: middle;
      margin: 30px auto; }
      @media only screen and (max-width: 1023px) {
        .footer-nav__wrap ul {
          margin: 35px auto 20px; } }
      @media only screen and (max-width: 799px) {
        .footer-nav__wrap ul {
          width: 100%;
          text-align: center; } }
      .footer-nav__wrap ul li {
        display: inline-block;
        vertical-align: middle; }
        @media only screen and (max-width: 1023px) {
          .footer-nav__wrap ul li {
            display: inline-block; } }
        .footer-nav__wrap ul li a {
          color: white;
          font-size: 14px;
          padding: 10px 8px;
          text-decoration: none;
          font-family: 'Open Sans', sans-serif;
          font-weight: 600; }
          @media only screen and (max-width: 1023px) {
            .footer-nav__wrap ul li a {
              display: inline-block; } }
    .footer-nav__wrap span {
      float: right;
      display: inline-block;
      vertical-align: middle;
      margin: 38px auto;
      font-size: 10px; }
      @media screen and (min-width: 480px) {
        .footer-nav__wrap span {
          font-size: 10px; } }
      @media screen and (min-width: 768px) {
        .footer-nav__wrap span {
          font-size: 10px; } }
      @media screen and (min-width: 992px) {
        .footer-nav__wrap span {
          font-size: 10px; } }
      @media screen and (min-width: 1200px) {
        .footer-nav__wrap span {
          font-size: 10px; } }
      @media screen and (min-width: 1600px) {
        .footer-nav__wrap span {
          font-size: 10px; } }
      @media only screen and (max-width: 1023px) {
        .footer-nav__wrap span {
          width: 100%;
          float: none; } }
      @media only screen and (max-width: 799px) {
        .footer-nav__wrap span {
          width: 100%;
          text-align: center; } }

.signupForm {
  position: relative; }
  .signupForm input {
    background: white; }
  .signupForm label {
    display: none; }
  @media only screen and (min-width: 640px) {
    .signupForm #Email {
      padding-right: 200px; } }
  @media only screen and (min-width: 640px) {
    .signupForm .Actions {
      position: absolute;
      right: 40px;
      bottom: 15px;
      width: 180px; } }
  .signupForm .Actions input {
    height: 40px;
    padding: 0;
    margin: 0; }

#Site-Search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 75, 110, 0.9);
  z-index: 99999;
  padding: 60px 40px;
  -webkit-transition: all 480ms;
  transition: all 480ms;
  -webkit-transform: translateY(-240px);
          transform: translateY(-240px); }
  @media only screen and (max-width: 767px) {
    #Site-Search {
      padding: 40px 20px; } }
  #Site-Search.active {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  #Site-Search form {
    position: relative;
    z-index: 9; }
    #Site-Search form input[type="text"] {
      background: transparent;
      -webkit-appearance: none;
      color: white;
      font-size: 24px;
      outline: 0; }
      @media screen and (min-width: 480px) {
        #Site-Search form input[type="text"] {
          font-size: 24px; } }
      @media screen and (min-width: 768px) {
        #Site-Search form input[type="text"] {
          font-size: 24px; } }
      @media screen and (min-width: 992px) {
        #Site-Search form input[type="text"] {
          font-size: 27px; } }
      @media screen and (min-width: 1200px) {
        #Site-Search form input[type="text"] {
          font-size: 30px; } }
      @media screen and (min-width: 1600px) {
        #Site-Search form input[type="text"] {
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        #Site-Search form input[type="text"] {
          font-size: 20.8px; } }
  @media only screen and (max-width: 767px) and (min-width: 480px) {
    #Site-Search form input[type="text"] {
      font-size: 20.8px; } }
  @media only screen and (max-width: 767px) and (min-width: 768px) {
    #Site-Search form input[type="text"] {
      font-size: 20.8px; } }
  @media only screen and (max-width: 767px) and (min-width: 992px) {
    #Site-Search form input[type="text"] {
      font-size: 23.4px; } }
  @media only screen and (max-width: 767px) and (min-width: 1200px) {
    #Site-Search form input[type="text"] {
      font-size: 26px; } }
  @media only screen and (max-width: 767px) and (min-width: 1600px) {
    #Site-Search form input[type="text"] {
      font-size: 26px; } }
    #Site-Search form .action {
      display: none; }
    #Site-Search form ::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      color: white; }
    #Site-Search form :-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: white;
      opacity: 1; }
    #Site-Search form ::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: white;
      opacity: 1; }
    #Site-Search form :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: white; }
  #Site-Search .shadow-1 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19); }
  #Site-Search .shadow-2 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24);
            box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24); }
  #Site-Search .js-close {
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    right: 20px;
    top: 20px; }

header {
  text-align: center;
  max-width: 1640px;
  margin: 0 auto;
  z-index: 999;
  position: relative;
  margin-bottom: 40px;
  -webkit-transition: all 480ms;
  transition: all 480ms; }
  header:before, header:after {
    content: "";
    display: table; }
  header:after {
    clear: both; }
  @media only screen and (max-width: 1023px) {
    header {
      margin-bottom: 20px;
      height: 85px;
      background: #183c4d; } }
  header .secondary-nav {
    position: absolute;
    top: 35px;
    right: 20px; }
    @media only screen and (max-width: 1279px) {
      header .secondary-nav {
        top: 23px; } }
    @media only screen and (max-width: 1023px) {
      header .secondary-nav {
        display: none; } }
    header .secondary-nav .request {
      display: inline-block;
      background-color: #004b6e;
      color: #ffffff;
      padding: 20px 40px;
      border: 1px solid #004b6e;
      text-decoration: none;
      font-size: 15.2px;
      text-transform: uppercase; }
      @media screen and (min-width: 480px) {
        header .secondary-nav .request {
          font-size: 15.2px; } }
      @media screen and (min-width: 768px) {
        header .secondary-nav .request {
          font-size: 15.2px; } }
      @media screen and (min-width: 992px) {
        header .secondary-nav .request {
          font-size: 17.1px; } }
      @media screen and (min-width: 1200px) {
        header .secondary-nav .request {
          font-size: 19px; } }
      @media screen and (min-width: 1600px) {
        header .secondary-nav .request {
          font-size: 19px; } }
      @media only screen and (max-width: 1439px) {
        header .secondary-nav .request {
          font-size: 16px;
          padding: 20px 20px; } }
      @media only screen and (max-width: 1279px) {
        header .secondary-nav .request {
          font-size: 12px;
          padding-left: 5px;
          padding-right: 5px; } }
    header .secondary-nav .js-search {
      display: inline-block;
      padding: 0 20px;
      cursor: pointer; }
  header .skip-to-content {
    position: fixed;
    z-index: 99999;
    top: -40px;
    left: 40px;
    -webkit-transition: all 360ms;
    transition: all 360ms;
    background: #004b6e;
    color: white;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 15.2px; }
    @media screen and (min-width: 480px) {
      header .skip-to-content {
        font-size: 15.2px; } }
    @media screen and (min-width: 768px) {
      header .skip-to-content {
        font-size: 15.2px; } }
    @media screen and (min-width: 992px) {
      header .skip-to-content {
        font-size: 17.1px; } }
    @media screen and (min-width: 1200px) {
      header .skip-to-content {
        font-size: 19px; } }
    @media screen and (min-width: 1600px) {
      header .skip-to-content {
        font-size: 19px; } }
    header .skip-to-content:focus {
      top: 0;
      -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.8);
              box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.8); }
  header .logo {
    display: inline-block;
    position: absolute;
    left: 0;
    top: -1px;
    -webkit-transition: all 240ms;
    transition: all 240ms;
    vertical-align: bottom; }
    @media only screen and (min-width: 768px) {
      header .logo {
        left: 20px; } }
    header .logo svg {
      -webkit-transition: all 480ms;
      transition: all 480ms;
      width: 340px;
      height: 108px; }
      @media only screen and (max-width: 1279px) {
        header .logo svg {
          width: 270px;
          height: 85px; } }

header nav .sss {
  margin: 20px auto 0;
  display: inline-block;
  vertical-align: bottom;
  padding-right: 70px; }
  @media only screen and (max-width: 1439px) {
    header nav .sss {
      padding-right: 20px; } }
  @media only screen and (max-width: 1279px) {
    header nav .sss {
      padding-right: 0;
      -webkit-transform: translateX(20px);
              transform: translateX(20px); } }
  @media only screen and (max-width: 1023px) {
    header nav .sss {
      display: none; } }
  header nav .sss > ul > li {
    display: inline-block;
    position: relative;
    vertical-align: bottom; }
    header nav .sss > ul > li.current > a {
      color: #007fb4;
      font-family: 'Open Sans', sans-serif;
      font-weight: 700; }
    header nav .sss > ul > li > a {
      display: inline-block;
      position: relative;
      vertical-align: bottom;
      text-decoration: none;
      padding: 30px 10px;
      color: #4e4e4e;
      font-family: 'Open Sans', sans-serif;
      font-weight: 700;
      font-size: 16px;
      font-size: 15.2px; }
      @media screen and (min-width: 480px) {
        header nav .sss > ul > li > a {
          font-size: 15.2px; } }
      @media screen and (min-width: 768px) {
        header nav .sss > ul > li > a {
          font-size: 15.2px; } }
      @media screen and (min-width: 992px) {
        header nav .sss > ul > li > a {
          font-size: 17.1px; } }
      @media screen and (min-width: 1200px) {
        header nav .sss > ul > li > a {
          font-size: 19px; } }
      @media screen and (min-width: 1600px) {
        header nav .sss > ul > li > a {
          font-size: 19px; } }
      @media only screen and (max-width: 1439px) {
        header nav .sss > ul > li > a {
          padding: 30px 10px;
          font-size: 14px; } }
      @media only screen and (max-width: 1279px) {
        header nav .sss > ul > li > a {
          font-size: 13px;
          padding: 20px 5px; } }
      header nav .sss > ul > li > a:hover, header nav .sss > ul > li > a:focus {
        color: #007fb4; }
    header nav .sss > ul > li:hover ul, header nav .sss > ul > li.focus ul {
      max-height: 700px; }
    header nav .sss > ul > li > ul {
      max-height: 0;
      overflow: hidden;
      position: absolute;
      left: 0;
      top: 100%;
      -webkit-transition: all 0ms;
      transition: all 0ms;
      min-width: 260px;
      text-align: left;
      background: rgba(255, 255, 255, 0.9);
      -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
              box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4); }
      header nav .sss > ul > li > ul > li {
        margin: 0; }
        header nav .sss > ul > li > ul > li:last-of-type a {
          border: 0; }
        header nav .sss > ul > li > ul > li > a {
          display: block;
          position: relative;
          vertical-align: bottom;
          padding: 10px 20px;
          text-decoration: none;
          border-bottom: 1px solid #d4d4d4;
          color: #4e4e4e;
          font-size: 15.2px;
          font-family: 'Open Sans', sans-serif;
          font-weight: 700; }
          @media screen and (min-width: 480px) {
            header nav .sss > ul > li > ul > li > a {
              font-size: 15.2px; } }
          @media screen and (min-width: 768px) {
            header nav .sss > ul > li > ul > li > a {
              font-size: 15.2px; } }
          @media screen and (min-width: 992px) {
            header nav .sss > ul > li > ul > li > a {
              font-size: 17.1px; } }
          @media screen and (min-width: 1200px) {
            header nav .sss > ul > li > ul > li > a {
              font-size: 19px; } }
          @media screen and (min-width: 1600px) {
            header nav .sss > ul > li > ul > li > a {
              font-size: 19px; } }
          header nav .sss > ul > li > ul > li > a:hover, header nav .sss > ul > li > ul > li > a:focus {
            color: white;
            background: #004b6e; }

.off-canvas {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 998;
  padding: 110px 0 20px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 480ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 480ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  background: white url("../images/standard/shape.png") no-repeat;
  background-position: 10px 77px; }
  @media only screen and (min-width: 1280px) {
    .off-canvas {
      display: none; } }
  .off-canvas > ul li {
    display: block; }
    .off-canvas > ul li:first-of-type {
      border-top: 1px solid #f8f6f7; }
    .off-canvas > ul li a {
      text-decoration: none;
      color: black;
      font-size: 15.2px;
      display: block;
      padding: 15px 17px;
      border-bottom: 1px solid #f8f6f7; }
      @media screen and (min-width: 480px) {
        .off-canvas > ul li a {
          font-size: 15.2px; } }
      @media screen and (min-width: 768px) {
        .off-canvas > ul li a {
          font-size: 15.2px; } }
      @media screen and (min-width: 992px) {
        .off-canvas > ul li a {
          font-size: 17.1px; } }
      @media screen and (min-width: 1200px) {
        .off-canvas > ul li a {
          font-size: 19px; } }
      @media screen and (min-width: 1600px) {
        .off-canvas > ul li a {
          font-size: 19px; } }
      .off-canvas > ul li a:hover {
        background: #eff5f9; }
      .off-canvas > ul li a.green {
        background: #2eb150;
        display: block;
        border-bottom: 0; }
        @media only screen and (min-width: 640px) {
          .off-canvas > ul li a.green {
            display: none; } }
      .off-canvas > ul li a.green-light {
        background: #7cca90;
        display: block;
        border-bottom: 0; }
        @media only screen and (min-width: 640px) {
          .off-canvas > ul li a.green-light {
            display: none; } }
    .off-canvas > ul li.has-children {
      position: relative; }
      .off-canvas > ul li.has-children .svg-chevron-right {
        position: absolute;
        right: 18px;
        top: 18px;
        z-index: 2;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        -webkit-transition: all 480ms;
        transition: all 480ms;
        cursor: pointer; }
      .off-canvas > ul li.has-children:after {
        cursor: pointer;
        position: absolute;
        content: '';
        display: block;
        right: 0;
        top: 0;
        width: 52px;
        height: 52px;
        background: #c8c7c7; }
    .off-canvas > ul li.children-active ul {
      max-height: 200px; }
    .off-canvas > ul li.children-active .svg-chevron-right {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    .off-canvas > ul li ul {
      max-height: 0;
      position: relative;
      overflow: hidden;
      -webkit-transition: all 240ms;
      transition: all 240ms; }
      .off-canvas > ul li ul li a {
        padding-left: 45px;
        position: relative;
        font-size: 15.2px; }
        @media screen and (min-width: 480px) {
          .off-canvas > ul li ul li a {
            font-size: 15.2px; } }
        @media screen and (min-width: 768px) {
          .off-canvas > ul li ul li a {
            font-size: 15.2px; } }
        @media screen and (min-width: 992px) {
          .off-canvas > ul li ul li a {
            font-size: 17.1px; } }
        @media screen and (min-width: 1200px) {
          .off-canvas > ul li ul li a {
            font-size: 19px; } }
        @media screen and (min-width: 1600px) {
          .off-canvas > ul li ul li a {
            font-size: 19px; } }
        .off-canvas > ul li ul li a:before {
          position: absolute;
          content: '';
          display: block;
          width: 7px;
          height: 2px;
          background: #2eb150;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          position: absolute;
          left: 30px; }

.mobile-nav .off-canvas {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1; }

.navBurger {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 21px;
  right: 15px;
  cursor: pointer;
  z-index: 999;
  display: block;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  @media only screen and (min-width: 1024px) {
    .navBurger {
      display: none; } }
  .navBurger span {
    width: 100%;
    height: 4px;
    position: relative;
    background: white;
    margin: 7px 0;
    display: block;
    -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.mobile-nav .navBurger {
  -webkit-transform: rotate(-90deg) translateX(-4px);
          transform: rotate(-90deg) translateX(-4px); }
  .mobile-nav .navBurger .first {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 90% 50%;
            transform-origin: 90% 50%;
    background: #007fb4; }
  .mobile-nav .navBurger .second {
    opacity: 0; }
  .mobile-nav .navBurger .third {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 90% 50%;
            transform-origin: 90% 50%;
    background: #007fb4; }

.searchQuery strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #004b6e;
  display: block;
  margin-top: 10px;
  margin-bottom: 30px; }

.searchResults {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px; }
  .searchResults li {
    padding-bottom: 60px;
    position: relative; }
    .searchResults li:after {
      position: absolute;
      content: '';
      display: block;
      width: 50%;
      margin: 0 auto;
      bottom: 10px;
      height: 1px;
      left: 0;
      right: 0;
      background: #bbbbbb; }

.searchResultHeader {
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 20.8px;
  color: #004b6e;
  margin-bottom: 20px;
  display: block; }
  @media screen and (min-width: 480px) {
    .searchResultHeader {
      font-size: 20.8px; } }
  @media screen and (min-width: 768px) {
    .searchResultHeader {
      font-size: 20.8px; } }
  @media screen and (min-width: 992px) {
    .searchResultHeader {
      font-size: 23.4px; } }
  @media screen and (min-width: 1200px) {
    .searchResultHeader {
      font-size: 26px; } }
  @media screen and (min-width: 1600px) {
    .searchResultHeader {
      font-size: 26px; } }

.request {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 700 !important; }

.hero-blocks__wrap {
  max-width: 1640px;
  margin: 40px auto;
  overflow: hidden;
  padding: 0 20px; }
  @media only screen and (max-width: 767px) {
    .hero-blocks__wrap {
      margin: 0 auto; } }
  .hero-blocks__wrap:before, .hero-blocks__wrap:after {
    content: "";
    display: table; }
  .hero-blocks__wrap:after {
    clear: both; }
  .hero-blocks__wrap--enlarge {
    margin: 0 -30px; }
    @media only screen and (max-width: 1279px) {
      .hero-blocks__wrap--enlarge {
        margin: 0 -10px; } }

.hero-blocks__item {
  width: 33.33333%;
  position: relative;
  display: block;
  float: left;
  text-decoration: none;
  color: white;
  position: relative; }
  .hero-blocks__item:after {
    content: '';
    position: relative;
    display: block;
    padding-bottom: 90%; }
  @media only screen and (max-width: 767px) {
    .hero-blocks__item {
      position: relative;
      width: 100%; }
      .hero-blocks__item:after {
        content: '';
        position: relative;
        display: block;
        padding-bottom: 35%; } }
  .hero-blocks__item .image {
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    position: absolute;
    background-size: cover;
    background-position: center center;
    -ms-behavior: url(/backgroundsize.min.htc);
    overflow: hidden;
    z-index: 2; }
    @media only screen and (max-width: 1279px) {
      .hero-blocks__item .image {
        left: 10px;
        right: 10px;
        top: 10px;
        bottom: 10px; } }
    .hero-blocks__item .image:after {
      position: absolute;
      content: '';
      display: block;
      right: -200%;
      bottom: 200%;
      width: 300%;
      height: 300%;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      background: rgba(0, 75, 110, 0.8);
      -webkit-transition: all 480ms;
      transition: all 480ms; }
      @media only screen and (max-width: 767px) {
        .hero-blocks__item .image:after {
          background: rgba(0, 75, 110, 0.3);
          right: -140%;
          bottom: 150%; } }
    .hero-blocks__item .image:hover:after {
      bottom: -90%; }
      @media only screen and (max-width: 767px) {
        .hero-blocks__item .image:hover:after {
          background: rgba(0, 75, 110, 0.7);
          width: 400%; } }
  .hero-blocks__item:focus .image:after {
    bottom: -90%; }
    @media only screen and (max-width: 767px) {
      .hero-blocks__item:focus .image:after {
        background: rgba(0, 75, 110, 0.7);
        width: 400%; } }
  .hero-blocks__item h2 {
    position: absolute;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 36px;
    z-index: 4;
    -webkit-transition: all 480ms;
    transition: all 480ms; }
    @media only screen and (min-width: 768px) {
      .hero-blocks__item h2 {
        bottom: 0;
        left: 0;
        padding-bottom: 40px; } }
    @media screen and (min-width: 480px) {
      .hero-blocks__item h2 {
        font-size: 36px; } }
    @media screen and (min-width: 768px) {
      .hero-blocks__item h2 {
        font-size: 36px; } }
    @media screen and (min-width: 992px) {
      .hero-blocks__item h2 {
        font-size: 40.5px; } }
    @media screen and (min-width: 1200px) {
      .hero-blocks__item h2 {
        font-size: 45px; } }
    @media screen and (min-width: 1600px) {
      .hero-blocks__item h2 {
        font-size: 45px; } }
    @media only screen and (min-width: 1280px) {
      .hero-blocks__item h2 {
        padding: 10px 10px 30px 10px; } }
    @media only screen and (max-width: 1279px) {
      .hero-blocks__item h2 {
        padding: 10px 10px 20px 10px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)); } }
    @media only screen and (max-width: 767px) {
      .hero-blocks__item h2 {
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        position: absolute;
        background-image: none;
        padding: 0 20px; } }

.Security #main {
  max-width: 500px;
  margin: 50px auto; }

.Security #MemberLoginForm_LoginForm .checkbox label,
.Security #MemberLoginForm_LoginForm input.checkbox {
  display: inline-block;
  width: auto;
  vertical-align: middle; }

.Security #MemberLoginForm_LoginForm input.checkbox {
  margin-top: 15px; }

.Security #MemberLoginForm_LoginForm a {
  color: #004b6e; }

.megamenu {
  display: none; }

.megamenu[role="navigation"] {
  display: block; }

.menu__1 {
  margin-left: 25% !important; }

.imaged {
  background-size: cover;
  background-position: center center;
  -ms-behavior: url(/backgroundsize.min.htc);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.noMargin {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  bottom: 0;
  top: 0; }
  .noMargin img {
    display: block;
    margin: 0 !important;
    padding: 0 !important; }

@media only screen and (max-width: 1023px) {
  .megamenu {
    display: none !important; } }

.imageBGCover {
  background-size: cover;
  background-position: center center;
  -ms-behavior: url(/backgroundsize.min.htc);
  background-color: red !important;
  position: absolute !important;
  bottom: 0 !important;
  top: 0 !important; }

@media only screen and (min-width: 1280px) {
  .megamenu {
    padding-top: 30px !important; } }

.megamenu {
  padding-top: 20px;
  text-align: center; }
  .megamenu img {
    width: 100%;
    height: auto; }

.accessible-megamenu {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }

.accessible-megamenu h2,
.accessible-megamenu h3,
.accessible-megamenu h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #4e4e4e; }

.accessible-megamenu .accessible-megamenu-top-nav-item {
  list-style: none;
  margin: 0;
  display: inline-block;
  padding: 0 1rem; }

.accessible-megamenu :focus {
  outline: 2px solid rgba(34, 95, 215, 0.3); }

.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-expanded] {
  position: relative;
  display: block;
  line-height: 3em;
  height: 3em;
  text-decoration: none;
  z-index: inherit;
  color: #4e4e4e; }

.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-expanded]:hover,
.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-expanded]:focus {
  color: #08445e; }

.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-expanded]:hover,
.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-expanded]:focus,
.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-expanded].open {
  z-index: 1002;
  color: #08445e; }

.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-expanded].open {
  padding-bottom: 2px; }

.accessible-megamenu .accessible-megamenu-top-nav-item:first-child a[aria-expanded].open {
  left: 0; }

.accessible-megamenu .accessible-megamenu-panel.cols-1 {
  position: absolute;
  display: block;
  margin: 0;
  line-height: normal;
  background: #08445e;
  cursor: default;
  visibility: hidden;
  top: -9999em;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  text-align: left;
  padding: 2rem 2rem 0;
  -webkit-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.44);
          box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.44);
  width: 40rem !important; }

.accessible-megamenu .accessible-megamenu-panel.cols-4 {
  position: absolute;
  display: block;
  left: 2rem !important;
  margin: 0;
  line-height: normal;
  background: #08445e;
  cursor: default;
  width: calc(100% - 4rem) !important;
  visibility: hidden;
  top: -9999em;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  text-align: left;
  -webkit-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.44);
          box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.44); }

.accessible-megamenu .accessible-megamenu-panel.open {
  visibility: visible;
  top: 10.7rem;
  max-height: 600px;
  opacity: 1;
  z-index: 1001; }

.accessible-megamenu .accessible-megamenu-panel a {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  padding: 2rem; }

.accessible-megamenu .accessible-megamenu-panel.cols-4 {
  width: 878px; }

.accessible-megamenu .accessible-megamenu-panel.cols-4 > ol > li {
  width: 22%; }

.accessible-megamenu .accessible-megamenu-panel.cols-4b {
  width: 878px;
  left: -6.462em; }

.accessible-megamenu .accessible-megamenu-panel.cols-4b > ol > li {
  width: 22%; }

.accessible-megamenu .accessible-megamenu-panel.cols-3 {
  width: 724px; }

.accessible-megamenu .accessible-megamenu-panel.cols-3 > ol > li {
  width: 30%; }

.accessible-megamenu .accessible-megamenu-panel.cols-1 {
  width: 615px; }

.accessible-megamenu .accessible-megamenu-panel.cols-1 > ol > li {
  width: auto; }

.accessible-megamenu .accessible-megamenu-panel ol {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0; }

.accessible-megamenu .accessible-megamenu-panel ol > li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }

.accessible-megamenu .accessible-megamenu-panel > ol > li {
  float: left;
  display: block;
  margin-right: 1em;
  padding-bottom: 1em;
  padding-left: 1em; }

.accessible-megamenu .accessible-megamenu-panel > ol > li:first-of-type {
  padding-left: 0; }

.accessible-megamenu .accessible-megamenu-panel > ol > li > h3 > a {
  padding: 3rem .5rem 1rem; }

.accessible-megamenu .accessible-megamenu-panel ol ol > li > a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  padding: .5rem; }

.accessible-megamenu .accessible-megamenu-panel a:hover,
.accessible-megamenu .accessible-megamenu-panel a:focus {
  text-decoration: none;
  color: #5cb5e3; }

.accessible-megamenu .accessible-megamenu-panel > ol > li > h3 > a:hover,
.accessible-megamenu .accessible-megamenu-panel > ol > li > h3 > a:focus {
  text-decoration: none;
  color: #5cb5e3; }

.modal {
  -webkit-transform: translateY(10rem) !important;
          transform: translateY(10rem) !important;
  -webkit-transition: all 555ms ease;
  transition: all 555ms ease;
  opacity: 0; }
  .modal.active {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
    opacity: 1; }
  .modal .embed-container {
    max-width: 100%;
    width: 128rem; }

.personModal__wrapper {
  background: #08445e;
  text-align: center;
  max-width: 100%;
  width: 83.9rem;
  margin-bottom: 10rem; }
  .personModal__wrapper__close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer; }
  .personModal__wrapper__details {
    margin: 0 auto;
    padding: 8rem 4rem 4rem 4rem;
    max-width: 71rem;
    text-align: left; }
    .personModal__wrapper__details img {
      max-width: 100%;
      height: auto; }
    .personModal__wrapper__details .center {
      text-align: center;
      margin-bottom: 4rem; }
      .personModal__wrapper__details .center h5 {
        margin-top: 4rem;
        color: #ffffff;
        font-size: 2rem; }
      .personModal__wrapper__details .center p {
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        color: #ffffff;
        font-size: 1.2rem; }
        .personModal__wrapper__details .center p a {
          color: #ffffff;
          text-decoration: none; }
      .personModal__wrapper__details .center .links a {
        display: inline-block;
        -webkit-transition: all 111ms ease;
        transition: all 111ms ease; }
        .personModal__wrapper__details .center .links a:hover {
          color: #08445e;
          text-decoration: none; }
      .personModal__wrapper__details .center .social a {
        text-decoration: none;
        margin: 0 .5rem; }
      .personModal__wrapper__details .center .position {
        margin-bottom: 2rem; }
    .personModal__wrapper__details__copy p {
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      font-size: 1.2rem;
      color: #ffffff; }
    .personModal__wrapper__details__copy hr {
      margin: 4rem 0 3rem;
      border-bottom: 1px solid #ffffff; }
    .personModal__wrapper__details__copy h6 {
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      font-size: 1.4rem;
      color: #ffffff;
      margin-bottom: 2.5rem; }
    .personModal__wrapper__details__copy .columns {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .personModal__wrapper__details__copy .columns__item {
        width: 50%; }
        .personModal__wrapper__details__copy .columns__item p {
          font-family: 'Open Sans', sans-serif;
          font-weight: 400;
          font-size: 1.4rem;
          padding: 0 2rem 0 2.2rem;
          line-height: 1.428571429;
          position: relative; }
          .personModal__wrapper__details__copy .columns__item p:before {
            position: absolute;
            content: '';
            display: block;
            left: 0;
            top: 1rem;
            width: 1.4rem;
            height: 1px;
            background: #ffffff; }
    .personModal__wrapper__details__copy .center {
      text-align: center; }
      .personModal__wrapper__details__copy .center .button {
        color: #ffffff; }

.personModalType .tingle-modal__close {
  display: none !important; }

.notificationBanner {
  display: block;
  background-color: #efefef;
  text-decoration: none;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease; }
  .notificationBanner:hover .notificationBanner__wrap__content__link__title:before, .notificationBanner:hover .notificationBanner__wrap__content__link__title:after {
    right: 0; }
  .notificationBanner__wrap {
    max-width: 1640px;
    margin: 0 auto; }
    .notificationBanner__wrap__content {
      text-align: center;
      padding: 1rem 2rem; }
      .notificationBanner__wrap__content__link__title {
        display: inline-block;
        position: relative;
        color: #000;
        font-weight: bold;
        font-size: 1.4rem;
        padding-right: 20px; }
        .notificationBanner__wrap__content__link__title:before, .notificationBanner__wrap__content__link__title:after {
          content: '';
          position: absolute;
          top: 50%;
          right: 3px;
          -webkit-transition: right .3s ease;
          transition: right .3s ease; }
        .notificationBanner__wrap__content__link__title:before {
          height: 2px;
          width: 10px;
          background-color: #000;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .notificationBanner__wrap__content__link__title:after {
          height: 6px;
          width: 6px;
          border-top: 2px solid #000;
          border-right: 2px solid #000;
          -webkit-transform: translateY(-50%) rotate(45deg);
                  transform: translateY(-50%) rotate(45deg); }

.partners {
  margin: 80px auto 20px; }
  .partners__wrap {
    text-align: center;
    max-width: 1640px;
    margin: 0 auto;
    padding: 0 20px; }
  .partners .table-wrap {
    margin: 40px auto;
    font-size: 0;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .partners .table-wrap {
        display: table;
        table-layout: fixed; } }
    .partners .table-wrap .partner {
      display: inline-block;
      width: 50%; }
      @media only screen and (min-width: 640px) {
        .partners .table-wrap .partner {
          width: 25%; } }
      @media only screen and (min-width: 768px) {
        .partners .table-wrap .partner {
          display: table-cell;
          border-left: 1px solid #bbbbbb; } }
      .partners .table-wrap .partner img {
        width: 100%; }
      @media only screen and (min-width: 768px) {
        .partners .table-wrap .partner:last-of-type {
          border-right: 1px solid #bbbbbb; } }

.services {
  margin: 50px auto 20px; }
  .services:before, .services:after {
    content: "";
    display: table; }
  .services:after {
    clear: both; }
  .services__wrap {
    text-align: center;
    max-width: 1640px;
    margin: 0 auto;
    padding: 0 20px; }

.tabbed-content {
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece; }
  .tabbed-content .tab-controls {
    display: block; }
    .tabbed-content .tab-controls:before, .tabbed-content .tab-controls:after {
      content: "";
      display: table; }
    .tabbed-content .tab-controls:after {
      clear: both; }
    @media only screen and (max-width: 1023px) {
      .tabbed-content .tab-controls {
        background: #efefef; } }
    @media only screen and (min-width: 1024px) {
      .tabbed-content .tab-controls {
        display: table;
        width: 100%;
        table-layout: fixed; } }
    .tabbed-content .tab-controls li {
      display: block;
      width: 100%;
      margin: 0;
      padding: 5px 20px;
      text-align: left;
      background: #efefef;
      font-family: 'Open Sans', sans-serif;
      font-weight: 700; }
      @media only screen and (min-width: 768px) {
        .tabbed-content .tab-controls li {
          width: 50%; } }
      @media only screen and (max-width: 1023px) {
        .tabbed-content .tab-controls li {
          float: left; } }
      @media only screen and (min-width: 1024px) {
        .tabbed-content .tab-controls li {
          display: table-cell;
          padding: 20px 15px; } }
      @media only screen and (max-width: 1023px) {
        .tabbed-content .tab-controls li {
          border-bottom: 1px solid #cecece; }
          .tabbed-content .tab-controls li:last-of-type {
            border-bottom: 0; } }
      @media only screen and (min-width: 768px) {
        .tabbed-content .tab-controls li {
          border-right: 1px solid #cecece; }
          .tabbed-content .tab-controls li:last-of-type {
            border-bottom: 0; } }
      @media only screen and (min-width: 1024px) {
        .tabbed-content .tab-controls li:last-of-type {
          border-right: none; } }
      .tabbed-content .tab-controls li:before {
        display: none; }
      .tabbed-content .tab-controls li a {
        color: #4e4e4e;
        display: block;
        width: 100%;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700; }
      .tabbed-content .tab-controls li.active {
        background: white; }
        .tabbed-content .tab-controls li.active a {
          color: #004b6e;
          font-family: 'Open Sans', sans-serif;
          font-weight: 400;
          font-family: 'Open Sans', sans-serif;
          font-weight: 700; }
        @media only screen and (max-width: 1023px) {
          .tabbed-content .tab-controls li.active {
            background: #004b6e; }
            .tabbed-content .tab-controls li.active a {
              color: white; } }

.tabs {
  display: none; }
  .tabs.active {
    display: block; }

.tabs__wrap {
  padding: 30px 30px;
  text-align: left; }
  .tabs__wrap .constraint {
    max-width: 1024px;
    margin: 0 auto; }
    .tabs__wrap .constraint h4 {
      margin-bottom: -5px;
      margin-top: 30px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 400; }
    .tabs__wrap .constraint ul li {
      margin-bottom: 5px; }

.inner-tabs {
  display: none; }
  .inner-tabs.active {
    display: block; }

.operation-controls {
  font-size: 0;
  margin: 40px auto; }
  @media only screen and (max-width: 767px) {
    .operation-controls {
      margin: 40px -10px; } }
  .operation-controls > a {
    display: inline-block;
    position: relative;
    width: 100%; }
    .operation-controls > a:after {
      content: '';
      position: relative;
      display: block;
      padding-bottom: 22.5%; }
    @media only screen and (min-width: 768px) {
      .operation-controls > a {
        position: relative;
        width: 33.33333%; }
        .operation-controls > a:after {
          content: '';
          position: relative;
          display: block;
          padding-bottom: 75%; } }
    @media only screen and (min-width: 1024px) {
      .operation-controls > a {
        position: relative; }
        .operation-controls > a:after {
          content: '';
          position: relative;
          display: block;
          padding-bottom: 100%; } }
    .operation-controls > a.active div h2, .operation-controls > a:focus div h2, .operation-controls > a:hover div h2 {
      color: white; }
    .operation-controls > a.active div:after, .operation-controls > a:focus div:after, .operation-controls > a:hover div:after {
      opacity: 0.95; }
    .operation-controls > a > div {
      background-size: cover;
      background-position: center center;
      -ms-behavior: url(/backgroundsize.min.htc);
      background-color: #efefef;
      position: absolute;
      left: 10px;
      top: 10px;
      bottom: 10px;
      right: 10px;
      overflow: hidden; }
      .operation-controls > a > div:after {
        position: absolute;
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        opacity: 0;
        -webkit-transition: all 360ms;
        transition: all 360ms;
        display: block;
        background: rgba(0, 75, 110, 0.9); }
    .operation-controls > a h2 {
      position: absolute;
      -webkit-transition: all 360ms;
      transition: all 360ms;
      left: 20px;
      z-index: 9;
      bottom: 20px;
      color: white;
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
      font-size: 24px;
      color: #004b6e; }
      @media screen and (min-width: 480px) {
        .operation-controls > a h2 {
          font-size: 24px; } }
      @media screen and (min-width: 768px) {
        .operation-controls > a h2 {
          font-size: 24px; } }
      @media screen and (min-width: 992px) {
        .operation-controls > a h2 {
          font-size: 27px; } }
      @media screen and (min-width: 1200px) {
        .operation-controls > a h2 {
          font-size: 30px; } }
      @media screen and (min-width: 1600px) {
        .operation-controls > a h2 {
          font-size: 30px; } }
      @media only screen and (min-width: 1024px) {
        .operation-controls > a h2 {
          font-size: 36px; } }
  @media only screen and (min-width: 1024px) and (min-width: 480px) {
    .operation-controls > a h2 {
      font-size: 36px; } }
  @media only screen and (min-width: 1024px) and (min-width: 768px) {
    .operation-controls > a h2 {
      font-size: 36px; } }
  @media only screen and (min-width: 1024px) and (min-width: 992px) {
    .operation-controls > a h2 {
      font-size: 40.5px; } }
  @media only screen and (min-width: 1024px) and (min-width: 1200px) {
    .operation-controls > a h2 {
      font-size: 45px; } }
  @media only screen and (min-width: 1024px) and (min-width: 1600px) {
    .operation-controls > a h2 {
      font-size: 45px; } }

.split-block {
  margin: 0 auto;
  max-width: 1640px;
  padding: 0 20px; }
  .split-block__wrap {
    display: table;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .split-block__wrap {
        display: block; } }
    .split-block__wrap .left, .split-block__wrap .right {
      display: table-cell;
      width: 50%; }
      @media only screen and (max-width: 767px) {
        .split-block__wrap .left, .split-block__wrap .right {
          width: 100%;
          display: block; } }
    .split-block__wrap h1, .split-block__wrap h2 {
      font-size: 36px; }
      @media screen and (min-width: 480px) {
        .split-block__wrap h1, .split-block__wrap h2 {
          font-size: 36px; } }
      @media screen and (min-width: 768px) {
        .split-block__wrap h1, .split-block__wrap h2 {
          font-size: 36px; } }
      @media screen and (min-width: 992px) {
        .split-block__wrap h1, .split-block__wrap h2 {
          font-size: 40.5px; } }
      @media screen and (min-width: 1200px) {
        .split-block__wrap h1, .split-block__wrap h2 {
          font-size: 45px; } }
      @media screen and (min-width: 1600px) {
        .split-block__wrap h1, .split-block__wrap h2 {
          font-size: 45px; } }
    .split-block__wrap .left {
      padding: 80px 50px 80px 0; }
      @media only screen and (max-width: 767px) {
        .split-block__wrap .left {
          padding: 20px 0; } }
      .split-block__wrap .left p {
        margin: 20px auto;
        font-size: 15.2px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300; }
        @media screen and (min-width: 480px) {
          .split-block__wrap .left p {
            font-size: 15.2px; } }
        @media screen and (min-width: 768px) {
          .split-block__wrap .left p {
            font-size: 15.2px; } }
        @media screen and (min-width: 992px) {
          .split-block__wrap .left p {
            font-size: 17.1px; } }
        @media screen and (min-width: 1200px) {
          .split-block__wrap .left p {
            font-size: 19px; } }
        @media screen and (min-width: 1600px) {
          .split-block__wrap .left p {
            font-size: 19px; } }
    .split-block__wrap .span-link {
      font-size: 15.2px;
      text-decoration: none;
      color: #004b6e;
      font-family: 'Open Sans', sans-serif;
      font-weight: 300;
      margin-top: 30px;
      display: block; }
      @media screen and (min-width: 480px) {
        .split-block__wrap .span-link {
          font-size: 15.2px; } }
      @media screen and (min-width: 768px) {
        .split-block__wrap .span-link {
          font-size: 15.2px; } }
      @media screen and (min-width: 992px) {
        .split-block__wrap .span-link {
          font-size: 17.1px; } }
      @media screen and (min-width: 1200px) {
        .split-block__wrap .span-link {
          font-size: 19px; } }
      @media screen and (min-width: 1600px) {
        .split-block__wrap .span-link {
          font-size: 19px; } }
      .split-block__wrap .span-link svg {
        vertical-align: middle;
        margin-right: 10px; }
    .split-block__wrap .right {
      background-size: cover;
      background-position: center center;
      -ms-behavior: url(/backgroundsize.min.htc); }
      @media only screen and (max-width: 767px) {
        .split-block__wrap .right {
          display: none; } }
    .split-block__wrap .right-mobile {
      display: none; }
      @media only screen and (max-width: 767px) {
        .split-block__wrap .right-mobile {
          display: block;
          margin-top: 50px;
          position: relative;
          background-size: cover;
          background-position: center center;
          -ms-behavior: url(/backgroundsize.min.htc); }
          .split-block__wrap .right-mobile:after {
            content: '';
            position: relative;
            display: block;
            padding-bottom: 50%; } }

.member-page {
  max-width: 1640px;
  padding: 0 40px;
  position: relative;
  margin: 60px auto; }
  .member-page .span-link {
    font-size: 15.2px;
    text-decoration: none;
    color: #004b6e;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-top: 30px;
    display: block; }
    @media screen and (min-width: 480px) {
      .member-page .span-link {
        font-size: 15.2px; } }
    @media screen and (min-width: 768px) {
      .member-page .span-link {
        font-size: 15.2px; } }
    @media screen and (min-width: 992px) {
      .member-page .span-link {
        font-size: 17.1px; } }
    @media screen and (min-width: 1200px) {
      .member-page .span-link {
        font-size: 19px; } }
    @media screen and (min-width: 1600px) {
      .member-page .span-link {
        font-size: 19px; } }
    .member-page .span-link svg {
      vertical-align: middle;
      margin-right: 10px; }
  @media only screen and (min-width: 768px) {
    .member-page .copy {
      padding-left: 320px; } }
  .member-page .image__wrap {
    left: 20px;
    top: 0;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .member-page .image__wrap {
        position: absolute; } }
  .member-page .image {
    position: relative;
    background-size: cover;
    background-position: center center;
    -ms-behavior: url(/backgroundsize.min.htc);
    width: 300px;
    display: block;
    margin-top: 10px;
    border: 4px solid #183c4d;
    margin-right: 40px;
    margin-bottom: 40px; }
    .member-page .image:after {
      content: '';
      position: relative;
      display: block;
      padding-bottom: 100%; }
  .member-page h1 {
    color: #004b6e;
    margin-bottom: 20px; }
  .member-page h3 {
    margin-bottom: 15px;
    font-size: 24px; }
    @media screen and (min-width: 480px) {
      .member-page h3 {
        font-size: 24px; } }
    @media screen and (min-width: 768px) {
      .member-page h3 {
        font-size: 24px; } }
    @media screen and (min-width: 992px) {
      .member-page h3 {
        font-size: 27px; } }
    @media screen and (min-width: 1200px) {
      .member-page h3 {
        font-size: 30px; } }
    @media screen and (min-width: 1600px) {
      .member-page h3 {
        font-size: 30px; } }

.members {
  margin: 80px auto 20px; }
  .members:before, .members:after {
    content: "";
    display: table; }
  .members:after {
    clear: both; }
  .members__wrap {
    text-align: center;
    max-width: 1640px;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    .members__wrap.js-waiting {
      opacity: .2; }
    .members__wrap.js-loading {
      opacity: 0; }
    .members__wrap h3 {
      margin-bottom: 40px;
      display: block;
      width: 100%; }
    .members__wrap__filters {
      margin-bottom: 50px; }
      .members__wrap__filters__link {
        display: inline-block;
        font-size: 1.6rem;
        color: #004b6e;
        font-weight: bold;
        text-transform: uppercase;
        padding: 1rem 3rem;
        margin: 1rem;
        border: 0.2rem solid #004b6e;
        text-decoration: none;
        -webkit-transition: color .3s ease, background-color .3s ease;
        transition: color .3s ease, background-color .3s ease; }
        .members__wrap__filters__link:hover, .members__wrap__filters__link:focus, .members__wrap__filters__link.js-active {
          background-color: #004b6e;
          color: #ffffff; }
  .members__item {
    padding: 20px;
    display: block;
    float: left;
    position: relative;
    color: #4e4e4e;
    text-decoration: none;
    text-align: left;
    padding-bottom: 80px !important;
    width: 25%; }
    @media only screen and (max-width: 767px) {
      .members__item {
        width: 50%; } }
    @media only screen and (max-width: 639px) {
      .members__item {
        padding: 10px 0;
        width: 100%; } }
    .members__item.js-hide {
      display: none; }
    .members__item .image {
      -webkit-transition: all 240ms;
      transition: all 240ms;
      position: relative;
      background-size: cover;
      background-position: center center;
      -ms-behavior: url(/backgroundsize.min.htc);
      margin-bottom: 20px;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .members__item .image:after {
        content: '';
        position: relative;
        display: block;
        padding-bottom: 100%; }
      .members__item .image span {
        -webkit-transition: all 240ms;
        transition: all 240ms;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px; }
    .members__item:focus .image,
    .members__item:hover .image {
      -webkit-transform: scale(1.0252);
              transform: scale(1.0252); }
    .members__item h4 {
      margin-bottom: 10px;
      font-size: 24px; }
    .members__item p {
      margin-bottom: 10px;
      font-size: 15.2px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 300; }
      @media screen and (min-width: 480px) {
        .members__item p {
          font-size: 15.2px; } }
      @media screen and (min-width: 768px) {
        .members__item p {
          font-size: 15.2px; } }
      @media screen and (min-width: 992px) {
        .members__item p {
          font-size: 17.1px; } }
      @media screen and (min-width: 1200px) {
        .members__item p {
          font-size: 19px; } }
      @media screen and (min-width: 1600px) {
        .members__item p {
          font-size: 19px; } }
    .members__item .span-link {
      font-size: 15.2px;
      text-decoration: none;
      color: #004b6e;
      font-family: 'Open Sans', sans-serif;
      font-weight: 300;
      margin-top: 30px;
      display: block;
      position: absolute;
      bottom: 20px; }
      @media screen and (min-width: 480px) {
        .members__item .span-link {
          font-size: 15.2px; } }
      @media screen and (min-width: 768px) {
        .members__item .span-link {
          font-size: 15.2px; } }
      @media screen and (min-width: 992px) {
        .members__item .span-link {
          font-size: 17.1px; } }
      @media screen and (min-width: 1200px) {
        .members__item .span-link {
          font-size: 19px; } }
      @media screen and (min-width: 1600px) {
        .members__item .span-link {
          font-size: 19px; } }
      .members__item .span-link svg {
        vertical-align: middle;
        margin-right: 10px; }

.videoScenario {
  margin-top: 5px;
  margin-bottom: 5px;
  display: block; }
  .videoScenario:before, .videoScenario:after {
    content: "";
    display: table; }
  .videoScenario:after {
    clear: both; }
  .videoScenario span {
    display: block;
    margin-bottom: 8px;
    cursor: pointer; }
    .videoScenario span p {
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
      margin: 0;
      display: inline-block;
      position: relative;
      vertical-align: middle;
      color: #08445e;
      font-size: 16px; }
    .videoScenario span svg {
      display: inline-block;
      position: relative;
      vertical-align: middle;
      margin-right: 10px;
      top: 1px;
      width: 30px;
      height: 30px; }
      .videoScenario span svg path {
        fill: #08445e; }

.testimonialsWrap {
  margin: 3rem auto;
  max-width: 1280px; }
  .testimonialsWrap .column {
    display: block;
    float: left;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .testimonialsWrap .column {
        width: 50%; } }
    .testimonialsWrap .column p {
      margin-top: 2rem; }
    .testimonialsWrap .column h6 {
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
      margin-bottom: 2rem; }
    .testimonialsWrap .column .testimonial {
      margin-bottom: 5rem;
      padding-left: 2rem;
      padding-right: 2rem;
      margin-left: auto;
      margin-right: auto; }
      @media only screen and (min-width: 768px) {
        .testimonialsWrap .column .testimonial {
          padding-left: 8rem;
          padding-right: 8rem;
          max-width: 68rem; } }
      .testimonialsWrap .column .testimonial hr {
        margin-top: 5rem;
        border: 0;
        border-bottom: 1px solid #d3d3d3; }

.center {
  text-align: center; }

.loadMore {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  background: transparent;
  border: 2px solid #08445e;
  font-size: 22px;
  margin-top: 2rem;
  padding: 2rem 4rem;
  color: #08445e;
  display: inline-block; }
  .loadMore:hover {
    color: #ffffff;
    background: #08445e; }

.testimonials {
  display: block;
  width: 100%;
  padding: 80px 20px;
  text-align: center; }
  .testimonials__wrap {
    margin: 0 auto; }
    .testimonials__wrap .title {
      font-size: 36px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 100;
      line-height: 1.4;
      padding: 30px 0; }
      @media screen and (min-width: 480px) {
        .testimonials__wrap .title {
          font-size: 36px; } }
      @media screen and (min-width: 768px) {
        .testimonials__wrap .title {
          font-size: 36px; } }
      @media screen and (min-width: 992px) {
        .testimonials__wrap .title {
          font-size: 40.5px; } }
      @media screen and (min-width: 1200px) {
        .testimonials__wrap .title {
          font-size: 45px; } }
      @media screen and (min-width: 1600px) {
        .testimonials__wrap .title {
          font-size: 45px; } }
    .testimonials__wrap .subtitle {
      font-size: 20.8px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 100;
      line-height: 1.6; }
      @media screen and (min-width: 480px) {
        .testimonials__wrap .subtitle {
          font-size: 20.8px; } }
      @media screen and (min-width: 768px) {
        .testimonials__wrap .subtitle {
          font-size: 20.8px; } }
      @media screen and (min-width: 992px) {
        .testimonials__wrap .subtitle {
          font-size: 23.4px; } }
      @media screen and (min-width: 1200px) {
        .testimonials__wrap .subtitle {
          font-size: 26px; } }
      @media screen and (min-width: 1600px) {
        .testimonials__wrap .subtitle {
          font-size: 26px; } }
      @media only screen and (min-width: 768px) {
        .testimonials__wrap .subtitle {
          padding-top: 30px !important; } }
    .testimonials__wrap .testimonial--small {
      max-width: 768px;
      margin: 0 auto; }
    .testimonials__wrap .testimonial--large {
      max-width: 1440px;
      margin: 0 auto; }
      @media only screen and (min-width: 768px) {
        .testimonials__wrap .testimonial--large {
          display: table;
          table-layout: fixed; } }
      .testimonials__wrap .testimonial--large .left, .testimonials__wrap .testimonial--large .right {
        text-align: left;
        padding: 20px; }
        @media only screen and (min-width: 768px) {
          .testimonials__wrap .testimonial--large .left, .testimonials__wrap .testimonial--large .right {
            display: table-cell;
            vertical-align: top;
            width: 50%; } }

.tingle-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 333ms ease;
  transition: all 333ms ease; }
  .tingle-modal * {
    outline: none; }

.wysiwyg .media,
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .wysiwyg .media object,
  .wysiwyg .media embed,
  .wysiwyg .media iframe,
  .embed-container object,
  .embed-container embed,
  .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.tingle-modal--confirm .tingle-modal-box {
  text-align: center; }

.tingle-modal--noOverlayClose {
  cursor: default; }

.tingle-modal--noClose .tingle-modal__close {
  display: none; }

.tingle-modal__close {
  position: fixed;
  top: 10px;
  right: 28px;
  z-index: 1000;
  padding: 0;
  width: 5rem;
  height: 5rem;
  border: 0;
  background-color: transparent;
  color: #08445e !important;
  font-size: 6rem;
  font-family: monospace;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: color .3s ease;
  transition: color .3s ease; }

.tingle-modal__closeLabel {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  display: none; }

.tingle-modal__close:hover {
  color: #ffffff; }

.tingle-modal-box {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  max-width: 80%;
  opacity: 1;
  cursor: auto;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.tingle-modal-box__footer {
  padding: 1.5rem 2rem;
  width: auto;
  background-color: #f8f6f7;
  cursor: auto;
  text-align: right; }
  .tingle-modal-box__footer .button {
    margin-bottom: 0; }

.tingle-modal-box__footer::after {
  display: table;
  clear: both;
  content: ''; }

.tingle-modal-box__footer--sticky {
  position: fixed;
  bottom: -200px;
  z-index: 10001;
  opacity: 1;
  -webkit-transition: bottom .3s ease-in-out .3s;
  transition: bottom .3s ease-in-out .3s; }

.tingle-enabled {
  overflow: hidden;
  height: 100%; }
  .tingle-enabled .tingle-content-wrapper {
    -webkit-filter: blur(15px);
            filter: blur(15px); }

.tingle-modal--visible {
  visibility: visible;
  opacity: 1; }
  .tingle-modal--visible .tingle-modal-box__footer {
    bottom: 0; }

.tingle-modal--overflow {
  overflow-y: scroll;
  padding-top: 8vh; }

.tingle-btn {
  display: inline-block;
  margin: 0 .5rem;
  padding: 1rem 2rem;
  border: 0;
  background-color: #08445e;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  vertical-align: middle;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  cursor: pointer;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease; }

.tingle-btn--primary {
  background-color: #08445e; }

.tingle-btn--danger {
  background-color: #08445e; }

.tingle-btn--default {
  background-color: #08445e; }

.tingle-btn--pull-left {
  float: left; }

.tingle-btn--pull-right {
  float: right; }

@media (max-width: 540px) {
  .tingle-modal-box {
    width: auto;
    border-radius: 0;
    margin: 8rem auto; }
  .tingle-modal {
    top: 0;
    display: block;
    width: 100%; }
  .tingle-modal--noClose {
    top: 0; }
  .tingle-modal--overflow {
    padding: 0; }
  .tingle-modal-box__footer .tingle-btn {
    display: block;
    float: none;
    margin-bottom: 1rem;
    width: 100%; }
  .tingle-modal__close {
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    border: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #ffffff; }
  .tingle-modal__closeLabel {
    display: none; }
  .tingle-modal__closeIcon {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    right: 1rem; } }

.noText {
  margin: 0 auto; }

.noVideo {
  margin-left: auto;
  margin-right: auto; }

.videoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1490px;
  margin: 2rem auto 5rem; }
  .videoWrap__left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    @media only screen and (min-width: 1024px) {
      .videoWrap__left {
        margin-bottom: 0;
        padding-right: 1rem;
        width: 50%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    .videoWrap__left h5 {
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
      color: #08445e; }
  .videoWrap__right {
    position: relative;
    width: 100%;
    margin-bottom: 4rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative; }
    .videoWrap__right:after {
      position: absolute;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.3); }
    @media only screen and (min-width: 1024px) {
      .videoWrap__right {
        margin-bottom: 0;
        padding-left: 1rem;
        width: 50%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
        .videoWrap__right:after {
          left: 1rem; } }
    .videoWrap__right img {
      width: 100%;
      height: auto;
      display: block; }
    .videoWrap__right .vertical {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 34rem;
      z-index: 3; }
      @media only screen and (max-width: 539px) {
        .videoWrap__right .vertical {
          width: 100%;
          padding: 0 1rem; }
          .videoWrap__right .vertical svg {
            width: 50px;
            height: 50px; } }
      @media only screen and (max-width: 399px) {
        .videoWrap__right .vertical {
          position: relative;
          top: 0;
          -webkit-transform: none;
                  transform: none;
          margin-top: 3rem; }
          .videoWrap__right .vertical p {
            color: #08445e !important;
            font-size: 1.4rem; }
          .videoWrap__right .vertical path {
            fill: #08445e; }
          .videoWrap__right .vertical svg {
            margin-right: .5rem !important; } }
      .videoWrap__right .vertical a {
        display: block;
        text-decoration: none; }
        .videoWrap__right .vertical a:hover path {
          fill: #08445e; }
        .videoWrap__right .vertical a:hover p {
          color: #08445e; }
        .videoWrap__right .vertical a:first-of-type {
          margin-bottom: 2rem; }
        .videoWrap__right .vertical a svg,
        .videoWrap__right .vertical a p {
          display: inline-block;
          vertical-align: middle;
          margin-bottom: 0; }
        .videoWrap__right .vertical a svg {
          margin-right: 2rem; }
          .videoWrap__right .vertical a svg path {
            -webkit-transition: all 222ms ease;
            transition: all 222ms ease; }
        .videoWrap__right .vertical a p {
          font-family: 'Open Sans', sans-serif;
          font-weight: 600;
          color: #ffffff;
          -webkit-transition: all 222ms ease;
          transition: all 222ms ease; }

.image .overlayed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(28, 29, 34, 0.3); }

.image .vertical {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 44rem;
  padding-left: 2rem;
  z-index: 2;
  text-align: left; }
  .image .vertical svg {
    width: 80px;
    height: 80px; }
  @media only screen and (max-width: 539px) {
    .image .vertical {
      width: 100%;
      padding: 0 1rem; }
      .image .vertical svg {
        width: 50px;
        height: 50px; } }
  .image .vertical a {
    display: block;
    text-decoration: none; }
    .image .vertical a:hover path {
      fill: #08445e; }
    .image .vertical a:hover p {
      color: #08445e; }
    .image .vertical a:first-of-type {
      margin-bottom: 2rem; }
    .image .vertical a svg,
    .image .vertical a p {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0; }
    .image .vertical a svg {
      margin-right: 2rem; }
      .image .vertical a svg path {
        -webkit-transition: all 222ms ease;
        transition: all 222ms ease; }
    .image .vertical a p {
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
      color: #ffffff;
      -webkit-transition: all 222ms ease;
      transition: all 222ms ease; }
