@charset "UTF-8";
html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

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, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, 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; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

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

a {
  text-decoration: none;
  color: inherit; }

img {
  height: auto;
  max-width: 100%; }

img[src$=".svg"] {
  width: 100%; }

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

*:focus {
  outline: none; }

input[type=text], input[type=email], input[type=submit], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/*==============================================================*/
/*==============================================================*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

body, html {
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 400;
  font-style: normal;
  background: white;
  font-size: 16px;
  color: #484848;
  width: 100%;
  overflow-x: hidden;
  z-index: 0; }
  @media (min-width: 768px) {
    body, html {
      font-size: 18px; } }
img[data-src] {
  opacity: 0;
  transition: ease-in all 111ms; }

#main {
  clear: both;
  line-height: 1.2; }
  #main h2 {
    letter-spacing: -.05em;
    font-family: 'futura-pt';
    font-weight: 700;
    font-style: normal;
    color: #275795;
    text-align: center;
    font-size: 24px; }
    @media (min-width: 520px) {
      #main h2 {
        font-size: 28px; } }
    @media (min-width: 615px) {
      #main h2 {
        font-size: 34px; } }
  #main h3 {
    font-size: 24px;
    color: #275795;
    font-family: 'futura-pt';
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase; }
    @media (min-width: 615px) {
      #main h3 {
        font-size: 32px; } }
  #main a {
    transition: ease-in 55ms; }
    #main a:hover {
      cursor: pointer !important; }

/*==============================================================*/
/*==============================================================*/
.entry-content {
  line-height: 1.6rem;
  z-index: 3;
  margin: 0 auto;
  width: 94%;
  max-width: 1200px; }
  .entry-content h2 {
    margin-bottom: 18px;
    line-height: normal; }
  .entry-content p {
    margin-bottom: 30px; }
  .entry-content img {
    width: 100%;
    height: auto;
    margin-bottom: 7px; }
  .entry-content strong {
    font-family: 'Whitney SSm A', 'Whitney SSm B';
    font-weight: 700;
    font-style: normal; }
  .entry-content em {
    font-family: 'Whitney SSm A', 'Whitney SSm B';
    font-weight: 400;
    font-style: italic; }
  .entry-content a {
    color: #3a6cc0;
    z-index: 5; }
    .entry-content a:hover {
      color: #FEBC11;
      cursor: pointer; }
  .entry-content .btn {
    color: #fff; }
    .entry-content .btn:hover {
      color: #fff; }
  .entry-content ul {
    margin: -20px 0px 30px 30px !important; }
    .entry-content ul li {
      position: relative;
      margin-bottom: 5px; }
      .entry-content ul li::before {
        content: '\2022';
        position: absolute;
        left: -12px;
        color: #6d9fd6; }
  .entry-content h3 + ul,
  .entry-content h2 + ul {
    margin-top: 10px !important; }
  .entry-content ol {
    counter-reset: item; }
    .entry-content ol li {
      counter-increment: item;
      padding-left: 35px;
      position: relative;
      margin-bottom: 12px; }
      .entry-content ol li::before {
        content: counter(item);
        background: #6d9fd6;
        display: inline-block;
        width: 25px;
        height: 25px;
        border-radius: 999em;
        color: #fff;
        text-align: center;
        font-family: 'Whitney SSm A', 'Whitney SSm B';
        font-weight: 700;
        font-style: normal;
        position: absolute;
        line-height: 1.4;
        left: 0; }
  .entry-content .link-icon {
    background: url(../images/link.svg) no-repeat center right;
    background-size: 16px;
    padding-right: 20px;
    z-index: 5; }
    .entry-content .link-icon:hover {
      cursor: pointer; }
  .entry-content .download-icon {
    background: url(../images/download.svg) no-repeat center right;
    background-size: 16px;
    padding-right: 22px;
    z-index: 5; }
    .entry-content .download-icon:hover {
      cursor: pointer; }
  .entry-content hr {
    border: none;
    height: 1px;
    margin-bottom: 30px;
    background: #dbdbdb; }
  .entry-content h4 {
    font-family: 'futura-pt';
    font-weight: 700;
    font-style: normal;
    color: #3a6cc0;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: .035em; }

/*==============================================================*/
/*==============================================================*/
.content-half-blocks {
  margin: 0 auto;
  width: 94%;
  max-width: 1200px; }
  .content-half-blocks .left {
    float: left;
    width: 100%; }
    @media (min-width: 768px) {
      .content-half-blocks .left {
        width: 50%;
        padding-right: 15px; } }
  .content-half-blocks .right {
    float: left;
    width: 100%; }
    @media (min-width: 768px) {
      .content-half-blocks .right {
        width: 50%;
        padding-left: 15px; } }
  .content-half-blocks .entry-content {
    width: 100%; }

.icon-row li {
  display: inline;
  float: left;
  width: 100%;
  text-align: center;
  padding: 0 24px;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 400;
  font-style: normal;
  margin-top: 50px; }
  @media (min-width: 615px) {
    .icon-row li {
      width: 50%; } }
  @media (min-width: 1024px) {
    .icon-row li {
      width: 20%;
      margin-top: 30px; } }
.icon-row li:last-of-type {
  float: none;
  display: block;
  margin: 0 auto;
  padding-top: 50px; }
  @media (min-width: 1024px) {
    .icon-row li:last-of-type {
      float: left;
      display: inline;
      padding-top: 0;
      margin-top: 30px; } }
.icon-row li:nth-of-type(2n + 1) {
  clear: left; }
  @media (min-width: 1024px) {
    .icon-row li:nth-of-type(2n + 1) {
      clear: none; } }
.icon-row .img-container {
  width: 140px;
  margin: 0 auto 7px;
  text-align: center; }

.icon-row span.number {
  font-size: 48px;
  color: #FEBC11;
  margin-bottom: 7px;
  letter-spacing: -.05em; }

.icon-row p.text {
  line-height: 1.4; }

.quoteSliderHome {
  background: #275795;
  color: #fff;
  margin: 90px auto 40px; }
  .quoteSliderHome .img-container {
    width: 90px !important;
    padding: 0 !important;
    background: transparent !important; }
  .quoteSliderHome .quote-slider {
    border-top: none !important; }

.quoteSlider {
  position: relative;
  min-height: 250px;
  margin: 90px auto 0px;
  padding-bottom: 50px; }
  .quoteSlider .img-container {
    width: 130px;
    position: absolute;
    left: 0;
    right: 0;
    top: -45px;
    background: #fff;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2; }
  .quoteSlider .quote-slider {
    border-top: 1px solid #dbdbdb;
    z-index: 0;
    margin: 0 auto;
    width: 94%;
    max-width: 1200px;
    text-align: center; }
    .quoteSlider .quote-slider .slide {
      margin-top: 70px; }
    .quoteSlider .quote-slider .quote {
      font-size: 22px; }
      @media (min-width: 615px) {
        .quoteSlider .quote-slider .quote {
          font-size: 28px; } }
    .quoteSlider .quote-slider .name {
      font-size: 14px;
      letter-spacing: .15em;
      text-transform: uppercase;
      margin-top: 30px; }

.img-wrap {
  position: relative; }
  .img-wrap img {
    width: 100%; }
  .img-wrap .btn {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 200px;
    background: #3a6cc0; }
    .img-wrap .btn:hover {
      cursor: pointer;
      background: #FEBC11;
      color: #fff; }

.imgLine {
  border-bottom: 10px solid #FEBC11; }

.btn {
  font-family: 'futura-pt';
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
  background: #FEBC11;
  font-size: 18px;
  padding: 7px 30px;
  display: inline-block;
  text-align: center;
  transition: ease-in 55ms; }
  .btn:hover {
    background: #6d9fd6; }

.intro {
  padding: 0px 0px 40px;
  text-align: center;
  margin: 0 auto !important;
  color: #275795;
  font-size: 18px;
  line-height: 1.6; }
  @media (min-width: 615px) {
    .intro {
      font-size: 22px; } }
  .intro strong {
    font-family: 'Whitney SSm A', 'Whitney SSm B';
    font-weight: 700;
    font-style: normal; }

.intro-icon {
  padding-top: 60px;
  position: relative; }
  .intro-icon .icon {
    width: 110px;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: 0 auto; }

#heroNew {
  border-bottom: 10px solid #dbdbdb;
  margin-bottom: 60px; }
  #heroNew .grid {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap-reverse; }
  #heroNew .grid-item {
    width: 100%;
    background: #275795;
    color: #fff; }
    @media (min-width: 900px) {
      #heroNew .grid-item {
        width: 50%; }
        #heroNew .grid-item .container {
          text-align: left;
          margin: 0 0 0 auto;
          padding: 60px 0;
          padding-right: 40px; } }
    @media (min-width: 1240px) {
      #heroNew .grid-item .container {
        text-align: left;
        margin: 0 0 0 auto;
        padding: 80px 0;
        padding-right: 40px; } }
    #heroNew .grid-item:last-of-type {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      height: 200px; }
      @media (min-width: 400px) {
        #heroNew .grid-item:last-of-type {
          height: 350px; } }
      @media (min-width: 900px) {
        #heroNew .grid-item:last-of-type {
          height: auto; } }
    @media (min-width: 900px) {
      #heroNew .grid-item:first-of-type {
        min-height: 450px;
        display: flex;
        align-items: center; } }
  #heroNew .container {
    padding: 40px 0;
    width: 94%;
    max-width: 700px;
    text-align: center;
    margin: 0 auto; }
    #heroNew .container p {
      font-size: 18px;
      line-height: 1.5;
      margin: 30px 0; }
      @media (min-width: 900px) {
        #heroNew .container p {
          font-size: 20px; } }
      @media (min-width: 1240px) {
        #heroNew .container p {
          font-size: 22px; } }
      #heroNew .container p:last-of-type {
        margin-bottom: 0; }
  #heroNew #heroHeading {
    color: #fff;
    display: inline-block;
    font-size: 27px;
    font-family: 'futura-pt';
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: -.05em;
    padding-bottom: 5px;
    line-height: 1;
    border-bottom: 6px solid #FEBC11; }
    @media (min-width: 400px) {
      #heroNew #heroHeading {
        font-size: 32px; } }
    @media (min-width: 615px) {
      #heroNew #heroHeading {
        font-size: 40px; } }
    @media (min-width: 900px) {
      #heroNew #heroHeading {
        font-size: 48px; } }
    @media (min-width: 1240px) {
      #heroNew #heroHeading {
        font-size: 60px; } }
    #heroNew #heroHeading .searched {
      color: #fff;
      display: inline-block;
      font-size: 27px;
      font-family: 'futura-pt';
      font-weight: 700;
      font-style: normal;
      text-transform: uppercase;
      letter-spacing: -.05em;
      padding-bottom: 5px;
      line-height: 1; }
      @media (min-width: 400px) {
        #heroNew #heroHeading .searched {
          font-size: 32px; } }
      @media (min-width: 615px) {
        #heroNew #heroHeading .searched {
          font-size: 40px; } }
      @media (min-width: 900px) {
        #heroNew #heroHeading .searched {
          font-size: 48px; } }
      @media (min-width: 1240px) {
        #heroNew #heroHeading .searched {
          font-size: 60px; } }
    #heroNew #heroHeading .results {
      font-size: 40%;
      display: block;
      letter-spacing: normal;
      padding-bottom: 9px;
      color: #FEBC11; }

#iconNavigation {
  margin: 0 auto;
  width: 94%;
  max-width: 1200px;
  margin-bottom: 90px; }
  @media (min-width: 768px) {
    #iconNavigation {
      margin-bottom: 180px; } }
  #iconNavigation .icon-row {
    background: #f4f4f4;
    margin: 0 auto;
    text-align: center; }
    @media (min-width: 768px) {
      #iconNavigation .icon-row {
        height: 160px; } }
    #iconNavigation .icon-row li {
      width: 50%;
      float: left;
      clear: none;
      margin: auto;
      padding: 20px; }
      @media (min-width: 768px) {
        #iconNavigation .icon-row li {
          width: 33%;
          padding: 20px 20px 0; } }
      #iconNavigation .icon-row li a {
        display: block; }
        #iconNavigation .icon-row li a:hover strong {
          color: #6d9fd6;
          cursor: pointer; }
        #iconNavigation .icon-row li a .img-container {
          display: block;
          width: 100%;
          max-width: 180px; }
          #iconNavigation .icon-row li a .img-container img {
            width: 100%;
            height: auto; }
        #iconNavigation .icon-row li a strong {
          font-family: 'futura-pt';
          font-weight: 700;
          font-style: normal;
          margin-top: 10px;
          display: block;
          text-transform: uppercase;
          color: #3a6cc0; }
    #iconNavigation .icon-row li.resize:last-of-type {
      padding-top: 0; }

.expandCollapse {
  margin: 0 auto;
  width: 94%;
  max-width: 1200px;
  margin-top: 40px; }
  .expandCollapse .js-accordion .js-accordion__header {
    text-align: center;
    padding: 30px 20px;
    border: none;
    line-height: 2.1;
    text-transform: uppercase;
    color: #3a6cc0; }
  .expandCollapse .js-accordion .js-accordion__header::before {
    position: relative;
    left: auto;
    top: 6px;
    background: url(../images/i.svg) no-repeat center right;
    background-size: 28px;
    z-index: 5;
    border: none !important;
    color: transparent !important; }
    .expandCollapse .js-accordion .js-accordion__header::before:hover {
      cursor: pointer; }
  .expandCollapse .js-accordion__header[aria-expanded="false"]:after {
    content: '\f105';
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FEBC11;
    vertical-align: sub;
    margin-left: 12px;
    font-size: 28px; }
  .expandCollapse .js-accordion__header[aria-expanded="false"]:hover {
    cursor: pointer; }
  .expandCollapse .js-accordion__header[aria-expanded="true"] {
    background: #f4f4f4;
    margin-bottom: 40px; }
    .expandCollapse .js-accordion__header[aria-expanded="true"]:after {
      content: '\f107';
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #FEBC11;
      vertical-align: sub;
      margin-left: 12px;
      font-size: 28px; }
    .expandCollapse .js-accordion__header[aria-expanded="true"]:hover {
      cursor: pointer; }
  .expandCollapse .js-accordion__panel.accordion__panel {
    display: table;
    width: 100%; }
    .expandCollapse .js-accordion__panel.accordion__panel .img-container {
      width: 100%;
      display: block;
      margin-bottom: 30px; }
      @media (min-width: 615px) {
        .expandCollapse .js-accordion__panel.accordion__panel .img-container {
          width: 40%;
          vertical-align: top;
          margin: 0 auto;
          display: table-cell; } }
      .expandCollapse .js-accordion__panel.accordion__panel .img-container img {
        width: 100%; }
    .expandCollapse .js-accordion__panel.accordion__panel .entry-content {
      display: block;
      width: 100%;
      padding: 0px; }
      @media (min-width: 615px) {
        .expandCollapse .js-accordion__panel.accordion__panel .entry-content {
          width: 60%;
          display: table-cell;
          vertical-align: top;
          padding-left: 30px; } }
.fancy {
  color: #dbdbdb;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin: 0px auto 40px; }

.header-line {
  display: inline-block;
  position: relative; }
  .header-line .btn {
    display: block;
    margin: -24px 20px 0px; }

.header-line:before,
.header-line:after {
  content: "";
  position: absolute;
  height: 1px;
  border-top: 1px solid #dbdbdb;
  top: 0;
  width: 480px; }

.header-line:before {
  right: 100%;
  margin-right: 5px; }

.header-line:after {
  left: 100%;
  margin-left: 5px; }

.container.container_h2 {
  margin: 0 auto;
  width: 94%;
  max-width: 1200px;
  border: 1px solid #dbdbdb;
  border-bottom: 4px solid #FEBC11;
  padding: 20px 15px 50px;
  position: relative;
  margin: 60px auto 40px;
  text-align: center; }
  @media (min-width: 520px) {
    .container.container_h2 {
      padding: 20px 30px 50px; } }
  .container.container_h2 h2 {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 10px auto 30px;
    background: #fff;
    display: block;
    padding: 0 10px;
    font-size: 24px; }
    @media (min-width: 520px) {
      .container.container_h2 h2 {
        font-size: 30px;
        top: -42px;
        margin: 0 auto;
        display: inline; } }
/*==============================================================*/
/*==============================================================*/
.video-container {
  padding-top: 20px;
  margin: 0 auto;
  width: 94%;
  max-width: 1200px;
  margin-bottom: 40px; }
  .video-container .vidwrap {
    max-width: 1200px;
    margin: 0 auto; }
    .video-container .vidwrap .embed-container {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      max-width: 100%; }
      .video-container .vidwrap .embed-container iframe, .video-container .vidwrap .embed-container object, .video-container .vidwrap .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

/*==============================================================*/
/*==============================================================*/
.mfp-content {
  background: white;
  padding: 30px;
  width: 80%;
  max-width: 500px; }
  .mfp-content h3 {
    font-size: 1.5em;
    color: #e2851e;
    border-bottom: 2px solid #dbdbdb;
    padding: 0 0 5px;
    margin: 0 0 20px; }
  .mfp-content .gform_wrapper li.gfield {
    padding-right: 0 !important; }
  .mfp-content .gform_wrapper label {
    display: block;
    font-size: 11px !important;
    text-transform: uppercase;
    color: #484848;
    margin: 4px 0 0 0 !important; }
    .mfp-content .gform_wrapper label.gfield_label {
      text-transform: none;
      font-size: 14px !important;
      color: #3a6cc0;
      margin: 0 0 3px 0; }
  .mfp-content .gform_wrapper .gfield_required {
    color: #6d9fd6; }
  .mfp-content .gform_wrapper input, .mfp-content .gform_wrapper textarea {
    width: 100%;
    box-shadow: none;
    border: 1px solid #dbdbdb;
    font-size: .9em !important;
    padding: 8px;
    height: 40px;
    background: white; }
  .mfp-content .gform_wrapper textarea, .mfp-content .gform_wrapper textarea.large {
    height: 200px; }
  .mfp-content .gform_wrapper .ginput_container {
    margin-top: 0 !important; }
  .mfp-content .gform_wrapper .gform_validation_container {
    display: none; }
  .mfp-content .gform_wrapper .gform_button {
    display: block !important;
    text-transform: uppercase;
    padding: 0;
    font-family: 'Whitney SSm A', 'Whitney SSm B';
    font-weight: 700;
    font-style: normal;
    line-height: 40px;
    cursor: pointer;
    color: white;
    background: #3a6cc0;
    width: 100% !important; }
    .mfp-content .gform_wrapper .gform_button:hover {
      background: #6d9fd6; }
  .mfp-content .gform_wrapper .validation_error {
    color: #3a6cc0;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    font-size: .9em;
    line-height: 1.3em; }
  .mfp-content .gform_wrapper li.gfield_error {
    background-color: transparent !important;
    border: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    float: left; }
    .mfp-content .gform_wrapper li.gfield_error input, .mfp-content .gform_wrapper li.gfield_error textarea, .mfp-content .gform_wrapper li.gfield_error .custom-select {
      border: 1px solid blue; }
    .mfp-content .gform_wrapper li.gfield_error .validation_message {
      display: block;
      float: left;
      width: 100%;
      font-size: 11px;
      color: red;
      margin: 4px 0 0 0 !important;
      padding-top: 0 !important; }
  .mfp-content .gform_confirmation_message {
    color: #3a6cc0;
    font-size: .9em;
    line-height: 1.3em;
    text-align: left;
    font-family: 'Whitney SSm A', 'Whitney SSm B';
    font-weight: 700;
    font-style: normal; }

/*==============================================================*/
/*==============================================================*/
h2.newstitle {
  margin-bottom: 0; }

.newsmeta {
  text-align: center; }
  .newsmeta .date {
    font-family: 'Whitney SSm A', 'Whitney SSm B';
    font-weight: 400;
    font-style: italic;
    color: #6d9fd6;
    margin-bottom: 15px;
    font-size: .9em; }
  .newsmeta .tags {
    margin-bottom: 30px;
    border-top: 1px solid rgba(254, 188, 17, 0.5);
    border-bottom: 1px solid rgba(254, 188, 17, 0.5);
    padding: 1px 0 5px; }
    .newsmeta .tags a {
      display: inline-block;
      height: 20px;
      line-height: 20px;
      font-size: 11px;
      background: #f4f4f4;
      margin: 2px;
      padding: 0 10px;
      font-family: 'Whitney SSm A', 'Whitney SSm B';
      font-weight: 700;
      font-style: normal; }
      .newsmeta .tags a:hover {
        background: #FEBC11;
        color: #484848; }

.entry-content.newslist {
  text-align: center;
  padding-top: 10px;
  max-width: 1000px; }
  .entry-content.newslist ul {
    margin: 0 !important;
    overflow: hidden; }
    .entry-content.newslist ul li {
      margin-bottom: 30px;
      padding-bottom: 30px;
      border-bottom: 1px solid #dbdbdb; }
      .entry-content.newslist ul li:before {
        display: none; }
      .entry-content.newslist ul li p {
        margin-bottom: 20px; }
      .entry-content.newslist ul li a.more-link {
        background: #6d9fd6;
        height: 30px;
        line-height: 30px;
        text-transform: uppercase;
        font-family: 'Whitney SSm A', 'Whitney SSm B';
        font-weight: 700;
        font-style: normal;
        font-size: .7em;
        padding: 0 30px;
        display: inline-block;
        color: white; }
        .entry-content.newslist ul li a.more-link:hover {
          background: #e2851e; }

.nav-links {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden; }
  .nav-links .nav-next, .nav-links .nav-previous {
    width: 50%; }
    .nav-links .nav-next a, .nav-links .nav-previous a {
      background-color: #dbdbdb;
      padding: 5px 10px;
      color: #484848;
      font-family: 'Whitney SSm A', 'Whitney SSm B';
      font-weight: 700;
      font-style: normal;
      text-transform: uppercase;
      font-size: 10px; }
      .nav-links .nav-next a:hover, .nav-links .nav-previous a:hover {
        background-color: #acacac; }
  .nav-links .nav-next {
    float: right;
    text-align: right; }
  .nav-links .nav-previous {
    float: left;
    text-align: left; }

.entry-content.newspost {
  max-width: 1000px; }
  .entry-content.newspost article.post {
    margin-bottom: 60px; }
    .entry-content.newspost article.post img {
      width: auto; }
    .entry-content.newspost article.post h2 {
      color: purple;
      font-family: 'Whitney SSm A', 'Whitney SSm B';
      font-weight: 700;
      font-style: normal;
      font-size: 1.6em;
      line-height: 1.3em;
      margin-bottom: 10px; }
    .entry-content.newspost article.post h3 {
      color: teal;
      font-size: 1.4em;
      line-height: 1.3em;
      margin-bottom: 8px; }
    .entry-content.newspost article.post * + h2, .entry-content.newspost article.post * + h3 {
      margin-top: 50px; }
    .entry-content.newspost article.post h3 + p > img, .entry-content.newspost article.post h3 + img {
      margin-top: 0 !important; }
    .entry-content.newspost article.post p {
      line-height: 1.6em;
      margin-bottom: 20px; }
    .entry-content.newspost article.post a {
      color: blue; }
      .entry-content.newspost article.post a:hover, .entry-content.newspost article.post a:focus {
        color: green; }
    .entry-content.newspost article.post ul, .entry-content.newspost article.post ol {
      clear: both;
      color: gray;
      margin-bottom: 30px; }
      .entry-content.newspost article.post ul li, .entry-content.newspost article.post ol li {
        line-height: 1.2em; }
    .entry-content.newspost article.post ul {
      margin-left: 30px; }
      .entry-content.newspost article.post ul li {
        position: relative;
        margin-bottom: 15px; }
        .entry-content.newspost article.post ul li:before {
          position: absolute;
          content: "\2022";
          color: orange;
          margin-left: -20px;
          font-size: 18px; }
    .entry-content.newspost article.post ol {
      margin-top: 40px; }
      .entry-content.newspost article.post ol li {
        counter-increment: numerals;
        margin-bottom: 30px;
        margin-left: 30px; }
        @media (min-width: 768px) {
          .entry-content.newspost article.post ol li {
            margin-left: 40px; } }
        .entry-content.newspost article.post ol li:before {
          line-height: .95em;
          content: counter(numerals);
          font-family: 'Whitney SSm A', 'Whitney SSm B';
          font-weight: 700;
          font-style: normal;
          position: absolute;
          color: orchid;
          font-size: 1.5em;
          margin: 0 0 0 -30px; }
          @media (min-width: 768px) {
            .entry-content.newspost article.post ol li:before {
              line-height: .8em;
              font-size: 1.75em;
              margin: 0 0 0 -40px; } }
    .entry-content.newspost article.post blockquote {
      clear: both; }
      .entry-content.newspost article.post blockquote p {
        font-size: 1.4em; }
        .entry-content.newspost article.post blockquote p:last-of-type {
          margin-bottom: 0; }
    .entry-content.newspost article.post figure {
      max-width: 100%;
      line-height: 1; }
      .entry-content.newspost article.post figure .wp-caption-text {
        text-align: center;
        font-size: .7em;
        line-height: 1.5em; }
    .entry-content.newspost article.post figure img, .entry-content.newspost article.post img.alignleft, .entry-content.newspost article.post img.alignright, .entry-content.newspost article.post img.aligncenter {
      border-bottom: 10px solid #FEBC11; }
    .entry-content.newspost article.post .alignleft, .entry-content.newspost article.post .alignright, .entry-content.newspost article.post .aligncenter {
      clear: both;
      display: block;
      margin: 30px auto; }
    @media (min-width: 768px) {
      .entry-content.newspost article.post .alignleft {
        display: inline;
        float: left;
        margin: 30px 30px 30px 0; } }
    @media (min-width: 768px) {
      .entry-content.newspost article.post .alignright {
        display: inline;
        float: right;
        margin: 30px 0 30px 30px; } }
#main .newsWidgets {
  margin-bottom: 40px;
  max-width: 350px;
  margin: 0 auto 40px; }
  @media (min-width: 900px) {
    #main .newsWidgets {
      max-width: 100%;
      display: table;
      table-layout: fixed;
      width: 100%; } }
  #main .newsWidgets aside {
    position: relative;
    text-align: center;
    background: #3a6cc0;
    margin-bottom: 15px;
    padding: 70px 20px 30px; }
    @media (min-width: 900px) {
      #main .newsWidgets aside {
        margin-bottom: 0;
        display: table-cell;
        border-right: 10px solid white;
        border-left: 10px solid white;
        width: 33.3%;
        padding: 70px 20px 40px; } }
    @media (min-width: 1024px) {
      #main .newsWidgets aside {
        padding: 70px 30px 40px; } }
    #main .newsWidgets aside h3 {
      font-size: 1.5em;
      padding: 10px 5px;
      margin: 0 0 20px;
      color: #3a6cc0;
      border-bottom: 1px solid #6d9fd6;
      letter-spacing: .05em;
      background: #f4f4f4;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      border-bottom: 5px solid #6d9fd6; }
      #main .newsWidgets aside h3:before {
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px 0 0;
        position: relative;
        top: -2px; }
    #main .newsWidgets aside a {
      color: white; }
      #main .newsWidgets aside a:hover {
        color: #e2851e; }
  #main .newsWidgets aside#custom-post-type-archives-2 {
    position: relative; }
    #main .newsWidgets aside#custom-post-type-archives-2 h3:before {
      content: "\e910"; }
    #main .newsWidgets aside#custom-post-type-archives-2 .custom-select {
      background: #6d9fd6;
      border: 1px solid #275795;
      position: relative;
      margin-top: 10px;
      width: 100%; }
      #main .newsWidgets aside#custom-post-type-archives-2 .custom-select:after {
        display: none\9;
        pointer-events: none;
        content: "▾";
        font-size: 22px;
        position: absolute;
        top: 8px;
        right: 10px;
        color: white; }
      #main .newsWidgets aside#custom-post-type-archives-2 .custom-select select {
        border: none;
        background: transparent;
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
        width: 100%;
        font-family: 'Whitney SSm A', 'Whitney SSm B';
        font-weight: 700;
        font-style: normal;
        color: white;
        font-size: .8em; }
      @supports (-webkit-appearance: none) or (appearance: none) or ((-moz-appearance: none) and (mask-type: alpha)) {
        #main .newsWidgets aside#custom-post-type-archives-2 .custom-select select {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none; }
        #main .newsWidgets aside#custom-post-type-archives-2 .custom-select:after {
          display: block; } }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      #main .newsWidgets aside#custom-post-type-archives-2 .custom-select select::-ms-expand {
        display: none; }
      #main .newsWidgets aside#custom-post-type-archives-2 .custom-select select:focus::-ms-value {
        background: transparent; }
      #main .newsWidgets aside#custom-post-type-archives-2 .custom-select select {
        background: transparent;
        border: none; }
      #main .newsWidgets aside#custom-post-type-archives-2 .custom-select::after {
        display: block; } }
  #main .newsWidgets aside#custom-post-type-tag-cloud-2 h3:before {
    content: "\e90c"; }
  #main .newsWidgets aside#custom-post-type-tag-cloud-2 .tagcloud {
    line-height: 1.3em; }
  #main .newsWidgets aside#custom-post-type-tag-cloud-2 a {
    padding: 0 3px; }
  #main .newsWidgets aside#custom-post-type-recent-posts-2 h3:before {
    content: "\e911"; }
  #main .newsWidgets aside#custom-post-type-recent-posts-2 ul {
    line-height: 1.1em;
    margin: 0 !important; }
    #main .newsWidgets aside#custom-post-type-recent-posts-2 ul li {
      margin-bottom: 15px; }
      #main .newsWidgets aside#custom-post-type-recent-posts-2 ul li:last-of-type {
        margin-bottom: 0; }
      #main .newsWidgets aside#custom-post-type-recent-posts-2 ul li a {
        font-size: .8em;
        font-family: 'Whitney SSm A', 'Whitney SSm B';
        font-weight: 700;
        font-style: normal; }
      #main .newsWidgets aside#custom-post-type-recent-posts-2 ul li span {
        display: block;
        font-size: .7em;
        font-family: 'Whitney SSm A', 'Whitney SSm B';
        font-weight: 400;
        font-style: italic;
        color: #FEBC11; }
      #main .newsWidgets aside#custom-post-type-recent-posts-2 ul li:before {
        display: none; }

#popmake-2143 {
  padding: 0;
  max-width: 90%;
  background: transparent !important; }
  #popmake-2143 .pum-close {
    font-weight: bold !important;
    font-size: 12px !important; }
  #popmake-2143 .pum-content {
    background: #275795 !important;
    text-align: center;
    padding: 40px 30px; }
    #popmake-2143 .pum-content h3 {
      line-height: 1.1em;
      font-size: 2em;
      font-family: 'Whitney SSm A', 'Whitney SSm B';
      font-weight: 700;
      font-style: normal;
      margin-bottom: 30px; }
      @media (min-width: 900px) {
        #popmake-2143 .pum-content h3 {
          font-size: 3em; } }
    #popmake-2143 .pum-content p {
      font-size: 1.25em;
      line-height: 1.3em;
      margin-bottom: 25px; }
      @media (min-width: 900px) {
        #popmake-2143 .pum-content p {
          font-size: 1.5em; } }
      #popmake-2143 .pum-content p:last-of-type {
        margin-bottom: 0; }
    #popmake-2143 .pum-content img {
      width: 80%;
      max-width: 180px;
      margin: 0 auto -5px; }
      @media (min-width: 900px) {
        #popmake-2143 .pum-content img {
          max-width: 240px; } }
    #popmake-2143 .pum-content a.btn {
      color: #275795;
      font-size: 1.25em; }
      @media (min-width: 900px) {
        #popmake-2143 .pum-content a.btn {
          font-size: 1.5em; } }
#popmake-2168 {
  padding: 0;
  max-width: 90%;
  background: transparent !important; }
  #popmake-2168 .pum-close {
    font-weight: bold !important;
    font-size: 12px !important; }

.pum-theme-2173 .pum-container,
.pum-theme-join-our-team-apply-now .pum-container {
  padding: 0px;
  border-radius: 0px;
  border: none !important;
  box-shadow: none !important;
  background-color: none !important;
  background: transparent !important; }

.pum-theme-2173 .pum-close {
  font-weight: bold !important;
  font-size: 14px !important; }
  .pum-theme-2173 .pum-close:hover {
    background: #e2851e !important; }

#iconFaqs {
  margin-top: 20px; }
  #iconFaqs .row {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 615px) {
      #iconFaqs .row .icon, #iconFaqs .row .content {
        vertical-align: top;
        display: table-cell; } }
    #iconFaqs .row .icon {
      width: 60px; }
      @media (min-width: 615px) {
        #iconFaqs .row .icon {
          padding-right: 20px;
          width: 100px; } }
      @media (min-width: 900px) {
        #iconFaqs .row .icon {
          width: 140px; } }
      #iconFaqs .row .icon img {
        margin: 0 0 3px;
        display: block; }
    #iconFaqs .row .content h4 {
      color: #6d9fd6;
      text-transform: none;
      letter-spacing: 0;
      font-size: 20px; }
      @media (min-width: 900px) {
        #iconFaqs .row .content h4 {
          font-size: 22px; } }
    #iconFaqs .row .content p:last-of-type {
      margin-bottom: 0; }
    #iconFaqs .row .content ul {
      margin-top: 0 !important; }

.pum-theme-3552 .pum-container {
  max-width: 94% !important;
  background: none !important; }
  .pum-theme-3552 .pum-container .pum-content {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
  .pum-theme-3552 .pum-container img {
    display: block; }
  .pum-theme-3552 .pum-container .pum-close {
    vertical-align: middle;
    right: 20px !important;
    top: 10px !important; }
    .pum-theme-3552 .pum-container .pum-close:hover {
      color: #FEBC11; }
    .pum-theme-3552 .pum-container .pum-close:after {
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e902";
      vertical-align: text-top;
      line-height: 14px;
      font-size: 20px; }

#alertbar {
  opacity: 0; }

#alertbar.alertOpen {
  opacity: 1;
  animation: ease-out 777ms slideInFromTop;
  background: #FEBC11;
  border-bottom: 3px solid #f4f4f4;
  box-shadow: inset 0 -1px 0 #fff; }
  #alertbar.alertOpen .wrap {
    text-align: center;
    font-size: .7em;
    line-height: 1.7;
    padding: 6px 0; }
    @media (min-width: 768px) {
      #alertbar.alertOpen .wrap {
        padding: 11px 0 10px;
        font-size: .8em;
        line-height: 1.4; } }
    #alertbar.alertOpen .wrap p {
      display: inline; }
    #alertbar.alertOpen .wrap * {
      font-family: 'Whitney SSm A', 'Whitney SSm B';
      font-weight: 700;
      font-style: normal;
      color: #fff; }
    #alertbar.alertOpen .wrap em {
      font-family: 'Whitney SSm A', 'Whitney SSm B';
      font-weight: 700;
      font-style: italic; }
    #alertbar.alertOpen .wrap a:hover {
      text-decoration: underline; }
  #alertbar.alertOpen .icon-notification::before {
    font-size: 20px;
    vertical-align: bottom;
    margin-right: 3px; }

/*==============================================================*/
/*==============================================================*/
#masthead {
  background: #275795; }
  #masthead .backHome {
    display: block;
    width: 250px;
    padding: 5px 0px 0px;
    text-align: center;
    margin: 0 auto; }
    @media (min-width: 900px) {
      #masthead .backHome {
        width: 450px;
        padding: 0;
        display: inline-block; } }
  #masthead .container {
    width: 100%;
    position: relative; }
    @media (min-width: 900px) {
      #masthead .container {
        text-align: center;
        padding: 10px 0;
        display: block;
        margin: 0 auto;
        width: 94%;
        max-width: 1400px; } }
    #masthead .container .search-form {
      display: block;
      position: absolute;
      right: 0;
      top: 50%;
      display: table;
      height: 38px;
      transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }
      @media (min-width: 900px) {
        #masthead .container .search-form {
          display: block !important; } }
      @media (max-width: 900px) {
        #masthead .container .search-form {
          display: none; } }
      #masthead .container .search-form .search-field {
        font-size: 16px;
        border: 1px solid transparent;
        color: #275795;
        padding: 7px 0;
        text-indent: 10px;
        border-right: 0;
        width: 160px;
        height: 100%;
        vertical-align: top;
        display: table-cell;
        float: left; }
      #masthead .container .search-form .icon-search {
        border: 1px solid transparent;
        height: 100%;
        border-left: 0;
        background: #fff;
        margin-left: -5px;
        vertical-align: top;
        display: table-cell;
        padding: 6px 10px; }
        #masthead .container .search-form .icon-search::before {
          font-size: 20px; }
        #masthead .container .search-form .icon-search:hover {
          cursor: pointer; }
          #masthead .container .search-form .icon-search:hover::before {
            color: #FEBC11; }

/*--------------------------------------------------------------*/
/* NAVIGATION */
/*--------------------------------------------------------------*/
#primaryNavigation #menuBar {
  position: relative;
  width: 100%;
  height: 50px; }
  #primaryNavigation #menuBar #search-toggle {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #FEBC11;
    color: #fff; }
    #primaryNavigation #menuBar #search-toggle:hover {
      background: #6d9fd6; }
    #primaryNavigation #menuBar #search-toggle::before {
      font-size: 28px;
      left: 0;
      right: 0;
      top: 50%;
      color: #fff;
      position: absolute;
      transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      margin: 0 auto;
      text-align: center; }
    @media (min-width: 900px) {
      #primaryNavigation #menuBar #search-toggle {
        display: none; } }
  #primaryNavigation #menuBar .open {
    width: calc(100% - 50px) !important;
    opacity: 1 !important;
    height: 100% !important; }
    #primaryNavigation #menuBar .open > .search-field,
    #primaryNavigation #menuBar .open > .icon-search {
      display: inline-block !important;
      opacity: 1 !important; }
      #primaryNavigation #menuBar .open > .search-field::before,
      #primaryNavigation #menuBar .open > .icon-search::before {
        font-size: 24px !important; }
  #primaryNavigation #menuBar .mobile-search {
    display: block !important;
    width: 0px;
    opacity: 0;
    height: 100%;
    right: 50px !important;
    border-bottom: 4px solid #FEBC11;
    background: #fff;
    top: 0px;
    position: absolute;
    transition: ease-in-out .33s; }
    @media (min-width: 900px) {
      #primaryNavigation #menuBar .mobile-search {
        display: none !important; } }
    #primaryNavigation #menuBar .mobile-search > .search-field {
      display: none;
      position: absolute;
      left: 0;
      text-indent: 12px;
      bottom: 8px;
      height: auto;
      border: none !important;
      font-size: 22px;
      padding: 0 !important;
      width: calc(100% - 55px); }
    #primaryNavigation #menuBar .mobile-search > .icon-search {
      display: none;
      height: auto;
      position: absolute;
      right: 15px;
      bottom: 8px;
      background: transparent;
      width: 30px;
      height: 30px;
      text-align: right;
      padding: 0 !important;
      border: none !important;
      transition: ease-in .4s; }
      #primaryNavigation #menuBar .mobile-search > .icon-search::before {
        font-size: 24px; }
      #primaryNavigation #menuBar .mobile-search > .icon-search:hover {
        cursor: pointer; }
        #primaryNavigation #menuBar .mobile-search > .icon-search:hover::before {
          color: #3a6cc0;
          cursor: pointer; }

@media (min-width: 900px) {
  #primaryNavigation #mega-menu-primary {
    width: 94% !important;
    position: relative;
    max-width: 1400px;
    text-align: left !important;
    margin: 0 auto !important; } }

@media (min-width: 1240px) {
  #primaryNavigation #mega-menu-primary {
    text-align: center !important; } }

#primaryNavigation #mega-menu-primary .mega-menu-item .mega-menu-link {
  font-size: 20px !important;
  padding: 0px 10px !important;
  font-family: "futura-pt" !important; }
  #primaryNavigation #mega-menu-primary .mega-menu-item .mega-menu-link:hover {
    cursor: pointer; }
  @media (min-width: 1024px) {
    #primaryNavigation #mega-menu-primary .mega-menu-item .mega-menu-link {
      font-size: 24px !important;
      padding: 0px 15px !important; } }
  @media (max-width: 900px) {
    #primaryNavigation #mega-menu-primary .mega-menu-item .mega-menu-link {
      color: #fff !important; } }
@media (min-width: 900px) {
  #primaryNavigation #mega-menu-primary #mega-menu-item-910 {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px; }
    #primaryNavigation #mega-menu-primary #mega-menu-item-910 .mega-menu-link {
      color: #fff;
      height: 50px;
      background-color: #FEBC11;
      line-height: 2.575;
      text-transform: uppercase;
      padding: 0 20px !important;
      font-family: "futura-pt" !important; }
      #primaryNavigation #mega-menu-primary #mega-menu-item-910 .mega-menu-link:hover {
        background: #6d9fd6; } }
    @media (min-width: 900px) and (min-width: 1024px) {
      #primaryNavigation #mega-menu-primary #mega-menu-item-910 .mega-menu-link {
        line-height: 2.1; } }
#primaryNavigation .mega-menu-toggle {
  border-bottom: 1px solid #dbdbdb; }
  #primaryNavigation .mega-menu-toggle .mega-toggle-block-right {
    margin-right: 14px !important; }

@media (max-width: 900px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    padding: 0 20px !important; }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-menu-link {
      border-bottom: 1px solid #dbdbdb !important; } }

@media (min-width: 900px) {
  #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu {
    border-bottom: 10px solid #FEBC11 !important; } }

#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  line-height: 1.4 !important;
  font-size: 18px !important;
  padding: 7px 24px !important;
  border-bottom: 1px solid #6d9fd6 !important; }
  #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    cursor: pointer; }

#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {
  border: none !important; }

@media (max-width: 900px) {
  #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    background: #3a6cc0 !important;
    z-index: 999; } }

@media (max-width: 900px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus,
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: #3a6cc0 !important;
    color: #fff !important; } }

@media (min-width: 900px) {
  #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    top: 45px !important;
    padding: 30px 0 20px !important; } }

#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child {
  position: relative; }
  @media (min-width: 900px) {
    #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child::before {
      position: absolute;
      content: "\25BE";
      font-size: 75px;
      display: inline-block;
      color: #fff;
      top: -91px;
      transform: scale(2.5, 1);
      left: 35px;
      pointer-events: none; } }
@media (min-width: 900px) {
  #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    position: absolute;
    left: 100%;
    top: 20px !important;
    padding: 0px !important; } }

#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item {
  padding: 0px !important; }
  #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #275795; }
    @media (max-width: 900px) {
      #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        padding: 10px 35px !important;
        font-size: 18px !important;
        font-weight: 400 !important; } }
#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item:first-child::before {
  position: absolute !important;
  font-family: "icomoon" !important;
  content: "\e90a" !important;
  font-size: 40px !important;
  left: -1px !important;
  top: -12px !important;
  color: #3a6cc0 !important;
  z-index: 222 !important;
  transform: translate(0); }

@media (min-width: 900px) {
  #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] > li.mega-menu-flyout ul.mega-sub-menu li#mega-menu-item-163 ul.mega-sub-menu {
    top: -3px !important; } }

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link::after {
  font-family: "icomoon" !important;
  content: "\e90a" !important;
  color: rgba(239, 191, 25, 0.85) !important; }

@media (max-width: 900px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    border-bottom: 1px solid #6d9fd6 !important; } }

@media (max-width: 900px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link::after {
    font-family: "icomoon" !important;
    content: "\e90a" !important;
    color: #6d9fd6 !important;
    right: 12px  !important;
    position: absolute !important; } }

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1::after,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1::before {
  color: #3a6cc0 !important;
  font-weight: 700 !important; }

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1::before {
  font-size: 40px !important;
  float: left !important; }

#primaryNavigation .mega-menu-toggle .mega-toggle-block-right {
  margin-right: 5px !important; }

@media (max-width: 900px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #275795 !important; } }

@media (min-width: 900px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #484848 !important; } }

.alert-container {
  display: flex;
  justify-content: center; }
  .alert-container .inner {
    width: 100%;
    display: flex;
    justify-content: center; }
    .alert-container .inner:first-of-type {
      background: #6d9fd6; }
    .alert-container .inner:last-of-type {
      background: #133658; }

.alert {
  max-width: 700px;
  height: 100%;
  display: flex;
  align-items: center;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 700;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  padding: 7px 10px;
  font-size: 13px; }
  @media (min-width: 615px) {
    .alert {
      font-size: 14px;
      padding: 10px; } }
  @media (min-width: 900px) {
    .alert {
      font-size: 16px; } }
  .alert:hover {
    color: #fff;
    text-decoration: underline; }
  .alert .icon-notification {
    margin-right: 4px;
    display: none; }
    @media (min-width: 615px) {
      .alert .icon-notification {
        display: inline-block; } }
.alert-2 {
  display: flex;
  align-items: center;
  max-width: 700px;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 700;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  padding: 7px 10px;
  font-size: 13px; }
  @media (min-width: 615px) {
    .alert-2 {
      font-size: 14px;
      padding: 10px; } }
  @media (min-width: 900px) {
    .alert-2 {
      font-size: 16px; } }
  .alert-2:hover {
    color: #fff;
    text-decoration: underline; }
  .alert-2 .icon-notification {
    margin-right: 4px;
    display: none; }
    @media (min-width: 615px) {
      .alert-2 .icon-notification {
        display: inline-block; } }
/*==============================================================*/
/*==============================================================*/
#colophon {
  margin: 60px auto;
  text-align: center; }
  #colophon .container {
    margin: 0 auto;
    width: 94%;
    max-width: 1400px;
    position: relative; }
  #colophon .menu-footer-container {
    margin: 0 auto;
    width: 94%;
    max-width: 1400px;
    margin: 10px auto 20px;
    text-align: center;
    border-top: 2px solid #dbdbdb;
    border-bottom: 2px solid #dbdbdb;
    padding: 10px; }
    @media (min-width: 1024px) {
      #colophon .menu-footer-container {
        padding: 0; } }
    #colophon .menu-footer-container .menu-item {
      display: block;
      padding: 9px 0; }
      @media (min-width: 1024px) {
        #colophon .menu-footer-container .menu-item {
          padding: 15px 0;
          display: inline-block; } }
      #colophon .menu-footer-container .menu-item a {
        padding: 0 15px; }
        @media (min-width: 1024px) {
          #colophon .menu-footer-container .menu-item a {
            border-right: 1px solid #dbdbdb; } }
        #colophon .menu-footer-container .menu-item a:hover {
          color: #FEBC11;
          cursor: pointer; }
    #colophon .menu-footer-container .menu-item:last-of-type a {
      border: none; }
  #colophon .backHome {
    display: block;
    margin: 0 auto;
    max-width: 480px; }
  #colophon .social {
    font-size: 32px;
    position: relative;
    margin: 10px auto 20px; }
    @media (min-width: 1024px) {
      #colophon .social {
        margin: 0 auto;
        position: absolute;
        right: 0;
        bottom: 10px; } }
    #colophon .social li {
      display: inline-block;
      border: 3px solid #dbdbdb;
      border-radius: 999em;
      width: 42px;
      height: 42px;
      font-size: 32px;
      color: #275795;
      transition: ease-in 55ms;
      overflow: hidden;
      transform: translateZ(0);
      margin-left: 9px; }
      #colophon .social li:hover {
        cursor: pointer;
        transform: scale(1.1);
        background: #dbdbdb;
        color: #6d9fd6; }
        #colophon .social li:hover > a {
          transform: scale(1.3);
          cursor: pointer; }
      #colophon .social li a {
        display: inline-block;
        overflow: hidden;
        margin-top: 2px;
        transition: ease-in 111ms;
        transform: translateZ(0); }
    #colophon .social li:first-of-type {
      margin-left: 0px; }
  #colophon .contact {
    font-size: 14px;
    max-width: 950px;
    margin: 0 auto;
    text-transform: uppercase;
    line-height: 1.8;
    padding: 0 20px; }
    #colophon .contact a {
      color: #3a6cc0; }
      #colophon .contact a:hover {
        color: #FEBC11; }
    #colophon .contact p {
      margin-bottom: 20px; }
    #colophon .contact .policy {
      text-transform: none;
      line-height: normal;
      font-size: 13px;
      max-width: 650px;
      font-style: italic;
      display: block;
      margin: 0 auto; }
    #colophon .contact .copyright {
      text-transform: uppercase;
      font-size: 13px;
      margin-bottom: none; }
  #colophon #backtotop {
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 20px;
    font-family: 'Whitney SSm A', 'Whitney SSm B';
    font-weight: 700;
    font-style: normal;
    letter-spacing: .03em;
    background: #FEBC11;
    display: inline-block;
    padding: 4px 12px;
    color: #fff; }
    #colophon #backtotop:hover {
      background: #6d9fd6; }

.js-accordion {
  text-align: left; }
  .js-accordion .js-accordion__panel[aria-hidden=true] {
    display: none; }
  .js-accordion .js-accordion__panel[role="tabpanel"] .js-accordion__header {
    display: none; }
  .js-accordion button.js-accordion__header {
    border: none;
    display: block;
    text-align: left;
    padding: 30px 10px 30px 55px;
    background: none;
    font-size: 18px;
    color: #275795;
    font-family: 'Whitney SSm A', 'Whitney SSm B';
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    width: 100%;
    border-top: 1px solid #dbdbdb;
    transition: ease-in-out 444ms;
    position: relative; }
    @media (min-width: 520px) {
      .js-accordion button.js-accordion__header {
        padding: 30px 20px 30px 65px; } }
    .js-accordion button.js-accordion__header:hover {
      cursor: pointer !important; }
    .js-accordion button.js-accordion__header::-moz-focus-inner {
      border: 0; }
  .js-accordion .js-accordion__header {
    position: relative; }
    .js-accordion .js-accordion__header:before {
      top: 50%;
      transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 30px;
      color: #275795;
      position: absolute;
      left: 10px;
      margin-right: 8px; }
      @media (min-width: 520px) {
        .js-accordion .js-accordion__header:before {
          left: 20px; } }
  .js-accordion .js-accordion__header[aria-expanded="false"]:before {
    content: '\e900';
    color: #FEBC11;
    border: 3px solid #dbdbdb;
    border-radius: 999em; }
  .js-accordion .js-accordion__header[aria-expanded="false"]:hover {
    cursor: pointer; }
  .js-accordion .js-accordion__header[aria-expanded="true"] {
    background: #f4f4f4;
    margin-bottom: 20px; }
    @media (min-width: 520px) {
      .js-accordion .js-accordion__header[aria-expanded="true"] {
        margin-bottom: 40px; } }
    .js-accordion .js-accordion__header[aria-expanded="true"]:before {
      content: '\e901';
      color: #FEBC11;
      border: 3px solid #dbdbdb;
      border-radius: 999em; }
    .js-accordion .js-accordion__header[aria-expanded="true"]:hover {
      cursor: pointer; }
  .js-accordion .js-accordion__panel {
    padding-bottom: 30px;
    line-height: 1.5; }
    .js-accordion .js-accordion__panel .entry-content {
      width: 100%;
      margin: 0 auto;
      display: block;
      padding: 0 20px; }
      @media (min-width: 768px) {
        .js-accordion .js-accordion__panel .entry-content {
          padding-left: 60px; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 60px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  height: 100%;
  z-index: 22;
  transition: ease-in 222ms; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
    cursor: pointer; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "icomoon";
    font-size: 40px;
    line-height: .8;
    padding: 0 10px;
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 2px solid #dbdbdb;
    border-radius: 999em;
    transition: ease-in 222ms;
    color: #efbf19;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -30px; }
  .slick-prev:hover:before, .slick-prev:focus:before {
    margin-right: 3px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -30px; }
  .slick-next:hover:before, .slick-next:focus:before {
    margin-left: 3px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.75; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "icomoon";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 1; }

/*==============================================================*/
/*==============================================================*/
.gform-container .gform_wrapper,
.gform-container .gform_confirmation_wrapper {
  margin: 0 auto;
  width: 94%;
  max-width: 900px; }
  .gform-container .gform_wrapper .gform_confirmation_message,
  .gform-container .gform_confirmation_wrapper .gform_confirmation_message {
    text-align: center;
    font-family: 'Whitney SSm A', 'Whitney SSm B';
    font-weight: 400;
    font-style: normal;
    color: #3a6cc0; }
    .gform-container .gform_wrapper .gform_confirmation_message a,
    .gform-container .gform_confirmation_wrapper .gform_confirmation_message a {
      font-family: 'Whitney SSm A', 'Whitney SSm B';
      font-weight: 700;
      font-style: normal; }
    .gform-container .gform_wrapper .gform_confirmation_message a:hover,
    .gform-container .gform_confirmation_wrapper .gform_confirmation_message a:hover {
      color: #FEBC11; }
    .gform-container .gform_wrapper .gform_confirmation_message strong,
    .gform-container .gform_confirmation_wrapper .gform_confirmation_message strong {
      font-family: 'Whitney SSm A', 'Whitney SSm B';
      font-weight: 700;
      font-style: normal; }
  .gform-container .gform_wrapper h4,
  .gform-container .gform_confirmation_wrapper h4 {
    font-family: 'futura-pt';
    font-weight: 700;
    font-style: normal;
    color: #3a6cc0;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: .035em;
    text-align: center; }
  .gform-container .gform_wrapper hr,
  .gform-container .gform_confirmation_wrapper hr {
    border: none;
    height: 1px;
    margin-bottom: 0px;
    background: #dbdbdb; }
  .gform-container .gform_wrapper .ginput_container,
  .gform-container .gform_confirmation_wrapper .ginput_container {
    margin-top: 2px !important; }
  .gform-container .gform_wrapper ul.gform_fields,
  .gform-container .gform_confirmation_wrapper ul.gform_fields {
    margin: 0; }
  .gform-container .gform_wrapper li,
  .gform-container .gform_confirmation_wrapper li {
    clear: both;
    overflow: hidden;
    margin-bottom: 30px;
    line-height: 1; }
    .gform-container .gform_wrapper li:before,
    .gform-container .gform_confirmation_wrapper li:before {
      display: none; }
  .gform-container .gform_wrapper label,
  .gform-container .gform_confirmation_wrapper label {
    display: block;
    font-size: 11px;
    color: #484848;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin: 4px 0 0 0; }
    .gform-container .gform_wrapper label.gfield_label,
    .gform-container .gform_confirmation_wrapper label.gfield_label {
      font-size: 16px;
      letter-spacing: 0;
      text-transform: uppercase;
      font-family: 'Whitney SSm A', 'Whitney SSm B';
      font-weight: 700;
      font-style: normal;
      margin: 0 !important; }
  .gform-container .gform_wrapper .ginput_complex label,
  .gform-container .gform_confirmation_wrapper .ginput_complex label {
    font-size: 14px; }
  .gform-container .gform_wrapper .gfield_required,
  .gform-container .gform_confirmation_wrapper .gfield_required {
    color: #3a6cc0; }
  .gform-container .gform_wrapper .top_label input.medium,
  .gform-container .gform_confirmation_wrapper .top_label input.medium {
    width: 100% !important; }
  .gform-container .gform_wrapper .validation_error,
  .gform-container .gform_confirmation_wrapper .validation_error {
    display: none; }
  .gform-container .gform_wrapper input, .gform-container .gform_wrapper textarea,
  .gform-container .gform_confirmation_wrapper input,
  .gform-container .gform_confirmation_wrapper textarea {
    letter-spacing: normal;
    width: 100%;
    box-shadow: none;
    border: 1px solid #dbdbdb;
    font-size: .9em;
    padding: 8px;
    height: 40px;
    background: #fff; }
  .gform-container .gform_wrapper textarea,
  .gform-container .gform_confirmation_wrapper textarea {
    height: 200px; }
  .gform-container .gform_wrapper ul.gfield_checkbox li,
  .gform-container .gform_confirmation_wrapper ul.gfield_checkbox li {
    display: block !important; }
  .gform-container .gform_wrapper .gfield_description.validation_message,
  .gform-container .gform_confirmation_wrapper .gfield_description.validation_message {
    display: none !important; }
  .gform-container .gform_wrapper li.gfield.gfield_error,
  .gform-container .gform_confirmation_wrapper li.gfield.gfield_error {
    background: transparent;
    border: none !important; }
  .gform-container .gform_wrapper img.ui-datepicker-trigger,
  .gform-container .gform_confirmation_wrapper img.ui-datepicker-trigger {
    height: auto !important;
    bottom: -18px;
    left: 16px;
    position: absolute; }
  .gform-container .gform_wrapper ul.gfield_checkbox li, .gform-container .gform_wrapper ul.gfield_radio li,
  .gform-container .gform_confirmation_wrapper ul.gfield_checkbox li,
  .gform-container .gform_confirmation_wrapper ul.gfield_radio li {
    display: block;
    margin: 5px 20px 0 0; }
  .gform-container .gform_wrapper ul.gfield_checkbox input, .gform-container .gform_wrapper ul.gfield_checkbox label, .gform-container .gform_wrapper ul.gfield_radio input, .gform-container .gform_wrapper ul.gfield_radio label,
  .gform-container .gform_confirmation_wrapper ul.gfield_checkbox input,
  .gform-container .gform_confirmation_wrapper ul.gfield_checkbox label,
  .gform-container .gform_confirmation_wrapper ul.gfield_radio input,
  .gform-container .gform_confirmation_wrapper ul.gfield_radio label {
    display: inline-block;
    margin: 0;
    height: auto;
    width: auto;
    vertical-align: middle;
    font-size: .9em; }
  .gform-container .gform_wrapper ul.gfield_checkbox input, .gform-container .gform_wrapper ul.gfield_radio input,
  .gform-container .gform_confirmation_wrapper ul.gfield_checkbox input,
  .gform-container .gform_confirmation_wrapper ul.gfield_radio input {
    margin-right: 4px !important;
    margin-top: 2px !important; }
  .gform-container .gform_wrapper ul.gfield_checkbox label, .gform-container .gform_wrapper ul.gfield_radio label,
  .gform-container .gform_confirmation_wrapper ul.gfield_checkbox label,
  .gform-container .gform_confirmation_wrapper ul.gfield_radio label {
    display: inline;
    letter-spacing: normal;
    text-transform: none; }
  .gform-container .gform_wrapper textarea.medium,
  .gform-container .gform_confirmation_wrapper textarea.medium {
    width: 100% !important; }
  .gform-container .gform_wrapper .custom-select,
  .gform-container .gform_confirmation_wrapper .custom-select {
    position: relative;
    border: 1px solid transparent; }
    .gform-container .gform_wrapper .custom-select:after,
    .gform-container .gform_confirmation_wrapper .custom-select:after {
      display: none\9;
      pointer-events: none;
      content: "▾";
      font-size: 22px;
      position: absolute;
      bottom: 10px;
      right: 15px; }
      @media (min-width: 768px) {
        .gform-container .gform_wrapper .custom-select:after,
        .gform-container .gform_confirmation_wrapper .custom-select:after {
          right: 30px; } }
    .gform-container .gform_wrapper .custom-select select,
    .gform-container .gform_confirmation_wrapper .custom-select select {
      font-size: 1em;
      border: none;
      padding: 8px;
      height: 38px;
      padding-left: 10px;
      width: 100% !important; }
    @supports (-webkit-appearance: none) or (appearance: none) or ((-moz-appearance: none) and (mask-type: alpha)) {
      .gform-container .gform_wrapper .custom-select select,
      .gform-container .gform_confirmation_wrapper .custom-select select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-border-radius: 0px;
        border-radius: none;
        border: 1px solid #dbdbdb; }
        .gform-container .gform_wrapper .custom-select select:after,
        .gform-container .gform_confirmation_wrapper .custom-select select:after {
          display: block; } }
  .gform-container .gform_wrapper .instruction.validation_message,
  .gform-container .gform_confirmation_wrapper .instruction.validation_message {
    display: none; }
  .gform-container .gform_wrapper .gform_footer,
  .gform-container .gform_confirmation_wrapper .gform_footer {
    margin: 0 auto;
    padding: 0; }
  .gform-container .gform_wrapper .gform_button.button,
  .gform-container .gform_confirmation_wrapper .gform_button.button {
    font-family: 'futura-pt';
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    background: #FEBC11;
    font-size: 18px;
    padding: 7px 30px;
    display: inline-block;
    text-align: center;
    transition: ease-in 55ms;
    border: none; }
    .gform-container .gform_wrapper .gform_button.button:hover,
    .gform-container .gform_confirmation_wrapper .gform_button.button:hover {
      background: #6d9fd6; }
  .gform-container .gform_wrapper .validation_error,
  .gform-container .gform_confirmation_wrapper .validation_error {
    display: none; }
  .gform-container .gform_wrapper #field_9_7,
  .gform-container .gform_confirmation_wrapper #field_9_7 {
    margin-top: 40px; }
  .gform-container .gform_wrapper #field_9_5 label,
  .gform-container .gform_confirmation_wrapper #field_9_5 label {
    margin-bottom: 7px !important; }
  .gform-container .gform_wrapper #field_9_6,
  .gform-container .gform_confirmation_wrapper #field_9_6 {
    margin-top: 0px; }
    .gform-container .gform_wrapper #field_9_6 label,
    .gform-container .gform_confirmation_wrapper #field_9_6 label {
      display: none; }

.gform_confirmation_message {
  color: #3a6cc0;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 400;
  font-style: normal;
  text-align: center; }

.gform-container .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half,
.gform-container .gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
  width: 100% !important; }
  @media (min-width: 768px) {
    .gform-container .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half,
    .gform-container .gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
      width: 47.5% !important; } }
.gform_wrapper .ginput_complex input[type="text"] {
  width: 100% !important; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-left: 0px !important; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield_html {
  width: 100% !important;
  max-width: none !important; }

.gform_wrapper .top_label .gfield_error {
  width: 100% !important; }

@media (min-width: 768px) {
  .top_label li.gfield.gfield_error.gf_left_half, .gform-container .gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
    width: 50% !important; } }

.tablepress tfoot th,
.tablepress thead th {
  background: #6d9fd6 !important;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase; }

.tablepress .odd td {
  background: #f4f4f4 !important; }

.tablepress {
  font-size: 16px;
  line-height: 1.4; }

.tablepress small {
  font-size: 13px;
  line-height: normal; }

@media (max-width: 615px) {
  .tablepress {
    font-size: 14px; }
    .tablepress tbody tr:first-child td {
      border-top: 1px solid #ddd !important; }
    .tablepress thead {
      display: none; }
    .tablepress .column-1,
    .tablepress .column-2,
    .tablepress .column-3,
    .tablepress .column-4,
    .tablepress .column-5 {
      display: block;
      background: #fff; }
    .tablepress .odd td {
      background: #fff !important; }
    .tablepress .column-1,
    .tablepress .odd td.column-1 {
      background: #6d9fd6 !important;
      font-family: 'Whitney SSm A', 'Whitney SSm B';
      font-weight: 700;
      font-style: normal;
      color: #fff; } }

/*==============================================================*/
/*==============================================================*/
@media (min-width: 615px) {
  .faqs ul {
    margin: 0 auto;
    width: 94%;
    max-width: 1200px; } }

/*==============================================================*/
/*==============================================================*/
#belowAboutIntro {
  margin: 0px auto 40px;
  border-bottom: 1px solid #dbdbdb; }
  @media (min-width: 768px) {
    #belowAboutIntro {
      margin-bottom: 40px atuo; } }
  @media (min-width: 768px) {
    #belowAboutIntro .left, #belowAboutIntro .right {
      margin-bottom: 40px; } }
  @media (min-width: 768px) {
    #belowAboutIntro .left {
      border-right: 1px solid #dbdbdb; } }
@media (min-width: 615px) {
  #kippAcrossNation {
    margin-bottom: 180px; } }

@media (min-width: 615px) {
  #kippAcrossNation .container {
    padding-bottom: 90px; } }

#kippAcrossNation .container .icon-row {
  left: 0;
  right: 0;
  margin: 0 auto;
  display: table;
  width: auto; }
  @media (min-width: 615px) {
    #kippAcrossNation .container .icon-row {
      position: absolute;
      bottom: -115px;
      width: 500px; } }
  #kippAcrossNation .container .icon-row li {
    display: block;
    vertical-align: bottom;
    width: auto;
    float: none; }
    @media (min-width: 615px) {
      #kippAcrossNation .container .icon-row li {
        display: table-cell; } }
  #kippAcrossNation .container .icon-row .img-container {
    width: 80px;
    margin: 0 auto; }
  #kippAcrossNation .container .icon-row span.number {
    color: #6d9fd6;
    margin: 0 auto; }
  #kippAcrossNation .container .icon-row p.text {
    color: #275795;
    text-transform: uppercase;
    font-family: 'futura-pt';
    font-weight: 700;
    font-style: normal; }

#meetOurTeam .js-accordion__header {
  text-transform: capitalize;
  letter-spacing: normal; }

#meetOurTeam .team li {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    #meetOurTeam .team li {
      display: table; } }
#meetOurTeam .team .photo-container {
  display: block;
  margin: 0 auto; }
  @media (min-width: 768px) {
    #meetOurTeam .team .photo-container {
      width: 300px;
      display: table-cell; } }
  #meetOurTeam .team .photo-container img {
    width: 100%;
    border-bottom: 10px solid #FEBC11; }

#meetOurTeam .team .text-container {
  display: block;
  width: 100%;
  margin-top: 20px;
  text-align: left; }
  @media (min-width: 768px) {
    #meetOurTeam .team .text-container {
      width: calc(100% - 300px);
      display: table-cell;
      margin: 0 auto;
      vertical-align: top;
      padding-left: 30px; } }
#meetOurTeam .team .name {
  text-transform: capitalize;
  letter-spacing: normal; }

#meetOurTeam .team .position {
  color: #3a6cc0;
  text-transform: uppercase;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  display: block;
  padding-bottom: 7px; }

#meetOurTeam .team .email {
  display: inline-block;
  margin-bottom: 9px;
  margin-right: 20px;
  color: #3a6cc0; }
  #meetOurTeam .team .email:hover {
    color: #FEBC11; }
  #meetOurTeam .team .email .icon-mail:before {
    font-size: 14px;
    color: #484848;
    vertical-align: unset;
    color: #3a6cc0;
    margin-right: 3px; }

#meetOurTeam .team .phone {
  margin-bottom: 9px;
  display: inline-block; }
  #meetOurTeam .team .phone .icon-phone::before {
    font-size: 20px;
    margin-right: 5px;
    vertical-align: middle;
    color: #3a6cc0; }
    #meetOurTeam .team .phone .icon-phone::before:hover {
      color: #FEBC11; }

#meetOurTeam .team .bio {
  display: block;
  padding-top: 12px;
  line-height: 1.4;
  border-top: 1px solid #dbdbdb; }
  #meetOurTeam .team .bio p {
    margin-bottom: 20px; }

#boardMembers .entry-content {
  text-align: center; }
  #boardMembers .entry-content hr {
    margin-bottom: 10px;
    margin-top: -20px;
    width: 40%; }
  #boardMembers .entry-content .icon-facebook::before {
    vertical-align: middle;
    font-size: 32px;
    border: 2px solid #dbdbdb;
    border-radius: 999em;
    margin-right: 10px; }

#boardMembers #iconRow {
  margin: 0 auto;
  width: 94%;
  max-width: 1200px;
  margin-bottom: 40px; }
  #boardMembers #iconRow .text {
    max-width: 300px;
    margin: 0 auto; }

@media (min-width: 615px) {
  #boardMembers .container.container_h2 h2 {
    font-size: 30px;
    top: -42px; } }

@media (min-width: 615px) {
  #boardMembers .container.container_h2 ul {
    -moz-column-count: 2 !important;
    -webkit-column-count: 2 !important;
    column-count: 2 !important;
    column-gap: 40px;
    column-rule: 1px solid #dbdbdb; } }

#boardMembers .container.container_h2 ul li {
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  margin-bottom: 30px; }

#boardMembers .container.container_h2 .name {
  display: block;
  font-family: 'futura-pt';
  font-weight: 700;
  font-style: normal;
  color: #275795;
  font-size: 20px; }

#boardMembers .container.container_h2 .position {
  font-size: 14px; }
  @media (min-width: 615px) {
    #boardMembers .container.container_h2 .position {
      font-size: 16px; } }
#boardMembers .container.container_h2 h4.position {
  font-size: 12px;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #3a6cc0;
  letter-spacing: .15em;
  margin: 5px auto 3px; }

#boardMembers .container.container_h2 a.email {
  font-size: 15px;
  color: #3a6cc0;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 700;
  font-style: normal;
  display: block;
  margin-top: 8px; }
  #boardMembers .container.container_h2 a.email span {
    font-size: 13px;
    margin-right: 7px;
    vertical-align: top; }

#boardMembers .container:nth-of-type(2) ul {
  column-count: 1; }

/*==============================================================*/
/*==============================================================*/
#ourSchools.staffPage,
#ourSchools.family-resources,
#ourSchools.school-landing,
#ourSchools.contactDirection {
  margin-top: 110px; }
  #ourSchools.staffPage ul.cf,
  #ourSchools.family-resources ul.cf,
  #ourSchools.school-landing ul.cf,
  #ourSchools.contactDirection ul.cf {
    margin: 0 auto;
    width: 94%;
    max-width: 900px; }
    #ourSchools.staffPage ul.cf li.resize,
    #ourSchools.family-resources ul.cf li.resize,
    #ourSchools.school-landing ul.cf li.resize,
    #ourSchools.contactDirection ul.cf li.resize {
      width: 100%; }
      @media (min-width: 768px) {
        #ourSchools.staffPage ul.cf li.resize,
        #ourSchools.family-resources ul.cf li.resize,
        #ourSchools.school-landing ul.cf li.resize,
        #ourSchools.contactDirection ul.cf li.resize {
          padding-top: 80px; } }
      @media (min-width: 768px) {
        #ourSchools.staffPage ul.cf li.resize .img-container,
        #ourSchools.family-resources ul.cf li.resize .img-container,
        #ourSchools.school-landing ul.cf li.resize .img-container,
        #ourSchools.contactDirection ul.cf li.resize .img-container {
          width: 500px;
          top: -58px; } }
      #ourSchools.staffPage ul.cf li.resize .addressLink,
      #ourSchools.family-resources ul.cf li.resize .addressLink,
      #ourSchools.school-landing ul.cf li.resize .addressLink,
      #ourSchools.contactDirection ul.cf li.resize .addressLink {
        display: inline-block;
        text-transform: uppercase; }
        #ourSchools.staffPage ul.cf li.resize .addressLink:hover,
        #ourSchools.family-resources ul.cf li.resize .addressLink:hover,
        #ourSchools.school-landing ul.cf li.resize .addressLink:hover,
        #ourSchools.contactDirection ul.cf li.resize .addressLink:hover {
          color: #FEBC11;
          cursor: pointer; }
          #ourSchools.staffPage ul.cf li.resize .addressLink:hover span,
          #ourSchools.family-resources ul.cf li.resize .addressLink:hover span,
          #ourSchools.school-landing ul.cf li.resize .addressLink:hover span,
          #ourSchools.contactDirection ul.cf li.resize .addressLink:hover span {
            cursor: pointer; }

#ourSchools.contactDirection {
  margin-bottom: 60px; }
  #ourSchools.contactDirection li.resize {
    margin-bottom: 30px !important; }
    #ourSchools.contactDirection li.resize .addressLink, #ourSchools.contactDirection li.resize span {
      font-size: 18px; }
    #ourSchools.contactDirection li.resize .acf-map {
      width: 100% !important; }

#resources {
  margin: 0 auto 60px !important; }
  #resources .container {
    padding: 60px 20px; }
    @media (min-width: 615px) {
      #resources .container {
        padding: 60px; } }
    #resources .container h2 {
      width: 230px; }
      @media (min-width: 615px) {
        #resources .container h2 {
          width: 280px; } }
#ourSchools {
  margin: 0 auto;
  width: 94%;
  max-width: 1200px;
  margin-top: 70px; }
  #ourSchools ul.cf li.resize {
    width: 100%;
    float: left;
    padding: 60px 10px 40px;
    margin: 0 auto 90px;
    position: relative;
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
    background: #f4f4f4;
    border: 1px solid #dbdbdb; }
    @media (min-width: 1024px) {
      #ourSchools ul.cf li.resize {
        width: calc(50% - 30px);
        margin: 0 15px 90px; } }
    #ourSchools ul.cf li.resize span {
      display: block; }
    #ourSchools ul.cf li.resize strong {
      font-family: 'Whitney SSm A', 'Whitney SSm B';
      font-weight: 700;
      font-style: normal; }
    #ourSchools ul.cf li.resize a:hover {
      color: #FEBC11;
      cursor: pointer; }
    #ourSchools ul.cf li.resize .img-container {
      position: absolute;
      top: -32px;
      left: 0;
      right: 0;
      width: 250px;
      background: #fff;
      border: 1px solid #dbdbdb;
      margin: 0 auto; }
      @media (min-width: 520px) {
        #ourSchools ul.cf li.resize .img-container {
          width: 315px; } }
    #ourSchools ul.cf li.resize a.btn {
      font-size: 18px;
      position: absolute;
      bottom: -16px;
      left: 0;
      right: 0;
      width: 170px;
      margin: 0 auto;
      background: #275795; }
      #ourSchools ul.cf li.resize a.btn:hover {
        background: #FEBC11;
        cursor: pointer;
        color: #fff; }
    #ourSchools ul.cf li.resize a.btn.noClick {
      pointer-events: none;
      width: 200px; }
      #ourSchools ul.cf li.resize a.btn.noClick:hover {
        background: #275795;
        color: #fff; }
    #ourSchools ul.cf li.resize ul.icon-row {
      display: table;
      width: auto;
      margin: 20px auto; }
      @media (min-width: 1024px) {
        #ourSchools ul.cf li.resize ul.icon-row {
          width: 100%; } }
      #ourSchools ul.cf li.resize ul.icon-row li {
        display: block;
        vertical-align: bottom;
        width: 100%;
        margin: 0 auto 30px;
        text-align: center;
        padding: 0 5px; }
        @media (min-width: 520px) {
          #ourSchools ul.cf li.resize ul.icon-row li {
            width: 150px;
            display: table-cell;
            margin: 0 auto;
            border-right: 1px solid #dbdbdb; } }
        @media (min-width: 615px) {
          #ourSchools ul.cf li.resize ul.icon-row li {
            width: 180px; } }
        @media (min-width: 1024px) {
          #ourSchools ul.cf li.resize ul.icon-row li {
            width: 33.3333333%; } }
        #ourSchools ul.cf li.resize ul.icon-row li img {
          width: 70px; }
        #ourSchools ul.cf li.resize ul.icon-row li span.number {
          color: #6d9fd6;
          margin: 0 auto;
          display: block;
          font-size: 38px; }
        #ourSchools ul.cf li.resize ul.icon-row li p.text {
          color: #275795;
          text-transform: uppercase;
          font-family: 'futura-pt';
          font-weight: 700;
          font-style: normal; }
      #ourSchools ul.cf li.resize ul.icon-row li:nth-of-type(3n) {
        border: none; }

#ourSchools.school-landing {
  margin: 0 auto;
  width: 94%;
  max-width: 900px; }
  #ourSchools.school-landing ul.cf li.resize {
    margin: 40px auto 0px !important; }
    @media (min-width: 900px) {
      #ourSchools.school-landing ul.cf li.resize {
        margin: 90px auto 0px !important;
        width: 100% !important; } }
    #ourSchools.school-landing ul.cf li.resize ul.icon-row {
      width: auto; }
      #ourSchools.school-landing ul.cf li.resize ul.icon-row li {
        width: 100%; }
        @media (min-width: 520px) {
          #ourSchools.school-landing ul.cf li.resize ul.icon-row li {
            width: 150px; } }
        @media (min-width: 900px) {
          #ourSchools.school-landing ul.cf li.resize ul.icon-row li {
            width: 180px; } }
#missionValue {
  margin: 60px auto; }
  #missionValue .left {
    margin: 0 auto 30px;
    font-size: 24px;
    text-align: center;
    padding: 24px 0px;
    border-top: 5px solid #FEBC11;
    border-bottom: 5px solid #FEBC11;
    color: #275795; }
    @media (min-width: 900px) {
      #missionValue .left {
        margin-right: 30px;
        width: calc(50% - 30px);
        font-size: 32px; } }
    #missionValue .left .entry-content {
      width: 100%;
      line-height: 2rem; }
      #missionValue .left .entry-content p {
        margin: 0 auto; }
  @media (min-width: 900px) {
    #missionValue .right {
      width: calc(50% - 15px);
      border-left: 1px solid #dbdbdb; } }
  #missionValue .right .entry-content h3 {
    font-size: 18px; }

.img-wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 1400px; }

#ourStaff {
  margin-bottom: 60px; }
  #ourStaff .container {
    margin-top: 0px; }
    #ourStaff .container .staff {
      text-align: left;
      padding: 0 0px 30px; }
      @media (min-width: 1024px) {
        #ourStaff .container .staff {
          padding: 0 30px 30px; } }
      #ourStaff .container .staff li {
        border-bottom: 1px solid #dbdbdb;
        padding: 20px 0px; }
        #ourStaff .container .staff li .name {
          font-family: 'Whitney SSm A', 'Whitney SSm B';
          font-weight: 700;
          font-style: normal;
          font-size: 18px; }
        #ourStaff .container .staff li .title {
          text-transform: uppercase;
          letter-spacing: .05em;
          font-size: 13px;
          display: block; }
          @media (min-width: 900px) {
            #ourStaff .container .staff li .title {
              display: inline-block; } }
        #ourStaff .container .staff li .email {
          display: inline-block;
          text-transform: capitalize;
          font-size: 13px;
          line-height: 26px; }
          @media (min-width: 900px) {
            #ourStaff .container .staff li .email {
              float: right;
              width: 160px; } }
          #ourStaff .container .staff li .email:hover {
            color: #3a6cc0;
            cursor: pointer; }
            #ourStaff .container .staff li .email:hover .icon-email::before {
              color: #FEBC11; }
          #ourStaff .container .staff li .email .icon-email:before {
            font-family: 'icomoon';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: '\e90f';
            font-size: 14px;
            color: #3a6cc0;
            vertical-align: middle;
            display: inline-block;
            margin-top: -2px;
            margin-right: 3px; }
      #ourStaff .container .staff li:last-of-type {
        border: none; }
    #ourStaff .container #school-leader {
      margin: 0 auto;
      text-align: center; }
      #ourStaff .container #school-leader li.item {
        padding: 0 20px;
        display: block;
        width: 100%;
        margin: 0 auto 20px; }
        @media (min-width: 615px) {
          #ourStaff .container #school-leader li.item {
            text-align: center;
            display: inline-block;
            width: 275px;
            margin: 0 auto 40px;
            vertical-align: top; } }
        #ourStaff .container #school-leader li.item div {
          display: block;
          width: 100%; }
          #ourStaff .container #school-leader li.item div img {
            width: 100%;
            border-bottom: 10px solid #FEBC11; }
        #ourStaff .container #school-leader li.item .name {
          font-size: 20px !important;
          color: #3a6cc0;
          line-height: 1.4;
          display: inline-block;
          font-family: 'Whitney SSm A', 'Whitney SSm B';
          font-weight: 700;
          font-style: normal; }
        #ourStaff .container #school-leader li.item .title {
          font-size: 14px !important;
          display: block;
          text-transform: uppercase;
          letter-spacing: .05em;
          line-height: normal;
          margin: 4px auto; }
        #ourStaff .container #school-leader li.item a.email {
          display: block;
          float: none;
          width: auto; }
          #ourStaff .container #school-leader li.item a.email:hover {
            color: #3a6cc0;
            cursor: pointer; }
            #ourStaff .container #school-leader li.item a.email:hover .icon-email::before {
              color: #FEBC11; }
          #ourStaff .container #school-leader li.item a.email .icon-email:before {
            font-family: 'icomoon';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: '\e90f';
            font-size: 14px;
            color: #3a6cc0;
            vertical-align: middle;
            display: inline-block;
            margin-top: -2px;
            margin-right: 3px; }

/*==============================================================*/
/*==============================================================*/
#ourSuccess {
  margin: 0 auto;
  width: 94%;
  max-width: 1400px; }
  #ourSuccess .container ul li {
    display: block;
    padding: 40px 0px;
    border-bottom: 1px solid #dbdbdb; }
  #ourSuccess .container ul .img-container {
    width: 180px;
    margin: 0 auto 20px; }
    @media (min-width: 768px) {
      #ourSuccess .container ul .img-container {
        margin: 0 auto;
        float: left; } }
  #ourSuccess .container ul .text-container {
    text-align: center; }
    @media (min-width: 768px) {
      #ourSuccess .container ul .text-container {
        text-align: left;
        float: right;
        padding-left: 25px;
        width: calc(100% - 180px); } }
    #ourSuccess .container ul .text-container .entry-content {
      width: 100%; }
      #ourSuccess .container ul .text-container .entry-content a {
        font-family: 'Whitney SSm A', 'Whitney SSm B';
        font-weight: 700;
        font-style: normal;
        color: #275795;
        text-transform: uppercase; }
        #ourSuccess .container ul .text-container .entry-content a:hover {
          color: #6d9fd6;
          cursor: pointer; }
  #ourSuccess .container ul li:last-of-type {
    border: none; }
  #ourSuccess img.imgLine {
    display: block;
    margin: 0 auto; }

#impact {
  margin: 0 auto;
  width: 94%;
  max-width: 1200px; }
  #impact .icon-row {
    margin: 30px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    #impact .icon-row li {
      width: 100%;
      text-align: center;
      margin: 0 0 50px; }
      @media (min-width: 1024px) {
        #impact .icon-row li {
          border-right: 1px solid #dbdbdb;
          width: 33.3333333%; } }
      #impact .icon-row li .img-container {
        width: 180px;
        display: block; }
      #impact .icon-row li .entry-content {
        text-align: center; }
        #impact .icon-row li .entry-content p {
          margin: 0 auto; }
    #impact .icon-row li:last-of-type {
      border: none;
      padding-top: 0;
      float: none !important; }

#accountability {
  text-align: center; }
  #accountability .headerIcon {
    width: 110px;
    margin: 0 auto 20px;
    text-align: center;
    display: inline-block; }
  #accountability .container {
    margin-top: 0px; }
    #accountability .container .row {
      margin: 30px auto;
      padding: 30px 0;
      border-bottom: 1px solid #dbdbdb;
      text-align: center; }
      #accountability .container .row .left {
        border-bottom: 1px solid #dbdbdb;
        margin-bottom: 30px; }
        @media (min-width: 768px) {
          #accountability .container .row .left {
            border-bottom: none;
            border-right: 1px solid #dbdbdb; } }
    #accountability .container .row:last-of-type {
      border: none;
      margin-bottom: 0px;
      padding-bottom: 0px; }
  #accountability .call-out {
    position: relative;
    padding: 30px 0 60px;
    border-bottom: 1px solid #dbdbdb; }
    @media (min-width: 768px) {
      #accountability .call-out {
        padding: 90px 0 120px; } }
    #accountability .call-out img {
      width: 250px;
      margin: 0 auto; }
      @media (min-width: 768px) {
        #accountability .call-out img {
          position: absolute;
          left: 0;
          top: calc(50% - 15px);
          transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -webkit-transform: translateY(-50%); } }
    #accountability .call-out .text-container {
      padding: 50px 20px 30px;
      background: #275795;
      border-bottom: 10px solid #f4f4f4;
      margin-top: -40px; }
      @media (min-width: 768px) {
        #accountability .call-out .text-container {
          padding: 30px 30px 30px 250px;
          margin: 0 auto; } }
      #accountability .call-out .text-container a {
        color: #fff; }
        #accountability .call-out .text-container a:hover {
          color: #FEBC11; }
      #accountability .call-out .text-container p {
        font-family: 'Whitney SSm A', 'Whitney SSm B';
        font-weight: 700;
        font-style: normal;
        color: #fff;
        margin: 0 auto;
        letter-spacing: .03em;
        line-height: normal;
        text-transform: uppercase;
        font-size: 16px; }
        @media (min-width: 615px) {
          #accountability .call-out .text-container p {
            font-size: 18px; } }
        @media (min-width: 768px) {
          #accountability .call-out .text-container p {
            font-size: 22px; } }
/*==============================================================*/
/*==============================================================*/
#enrollNew .entry-content h3 {
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  text-transform: none;
  margin-bottom: 12px; }

#enrollNew .entry-content p.intro {
  line-height: 1.2; }

#enrollNew .wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 1200px; }

#enrollNew #years {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  #enrollNew #years li {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 350px;
    width: 100%;
    margin: 0 auto 60px;
    position: relative; }
    @media (min-width: 768px) {
      #enrollNew #years li {
        width: calc(50% - 30px);
        margin: 0 15px 60px; } }
  #enrollNew #years .header {
    background: rgba(39, 87, 149, 0.85);
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 12px; }
    @media (min-width: 615px) {
      #enrollNew #years .header {
        font-size: 32px; } }
    @media (min-width: 768px) {
      #enrollNew #years .header {
        font-size: 36px; } }
    #enrollNew #years .header strong {
      font-family: 'Whitney SSm A', 'Whitney SSm B';
      font-weight: 700;
      font-style: normal; }
  #enrollNew #years a.btn {
    left: 0;
    right: 0;
    bottom: -24px;
    margin: 0 auto;
    padding: 12px;
    text-align: center;
    width: 220px;
    font-size: 20px;
    position: absolute;
    background: #3a6cc0; }
    #enrollNew #years a.btn:hover {
      background: #FEBC11; }
  #enrollNew #years li:last-of-type .header {
    background: rgba(239, 191, 25, 0.85); }
  #enrollNew #years li:last-of-type a.btn {
    background: #FEBC11; }
    #enrollNew #years li:last-of-type a.btn:hover {
      background: #3a6cc0; }

#enroll {
  margin: 0 auto;
  text-align: center; }
  #enroll .container .entry-content .intro {
    padding-top: 0; }
  #enroll #waysToEnroll {
    margin: 0 auto;
    width: 94%;
    max-width: 1200px;
    margin: 0 auto; }
    #enroll #waysToEnroll .icon-row {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin-bottom: 40px; }
      #enroll #waysToEnroll .icon-row li {
        width: 100%;
        border-bottom: 1px solid #dbdbdb;
        margin-top: 40px; }
        @media (min-width: 1024px) {
          #enroll #waysToEnroll .icon-row li {
            width: 33.3333333%;
            border-bottom: none;
            border-right: 1px solid #dbdbdb; } }
      #enroll #waysToEnroll .icon-row .img-container {
        max-width: 180px;
        display: block; }
        #enroll #waysToEnroll .icon-row .img-container img {
          width: 100%; }
      #enroll #waysToEnroll .icon-row .js-accordion .js-accordion__header {
        padding: 20px 50px 20px 20px; }
      #enroll #waysToEnroll .icon-row .js-accordion .js-accordion__header[aria-expanded="true"] {
        margin-bottom: 20px; }
      #enroll #waysToEnroll .icon-row .js-accordion .js-accordion__panel {
        padding: 0px 20px 20px; }
      #enroll #waysToEnroll .icon-row .js-accordion .js-accordion__header::before {
        right: 20px !important;
        left: auto;
        font-size: 24px; }
      #enroll #waysToEnroll .icon-row .js-accordion a {
        display: block; }
      #enroll #waysToEnroll .icon-row li:last-of-type {
        border: none;
        margin: 40px 0 0; }

.acf-map {
  margin: 0 auto;
  width: 94%;
  max-width: 1400px;
  border: 1px solid #dbdbdb;
  height: 600px;
  margin-bottom: 40px; }
  .acf-map div {
    text-align: center; }
    .acf-map div h3 {
      font-size: 18px !important;
      max-width: 300px; }
    .acf-map div .grades {
      font-family: 'Whitney SSm A', 'Whitney SSm B';
      font-weight: 700;
      font-style: normal;
      text-transform: uppercase;
      color: #6d9fd6;
      max-width: 300px; }
    .acf-map div p {
      max-width: 300px;
      font-size: 16px !important;
      line-height: 1.4; }
    .acf-map div a {
      font-family: 'Whitney SSm A', 'Whitney SSm B';
      font-weight: 700;
      font-style: normal;
      color: #275795; }
      .acf-map div a:hover {
        color: #FEBC11;
        cursor: pointer; }

/*==============================================================*/
/*==============================================================*/
#embark, #futureFocus {
  border-bottom: 1px solid #dbdbdb; }

#embark,
#futureFocus,
#postSecondarySupport {
  margin: 0 auto;
  width: 94%;
  max-width: 1200px;
  padding-bottom: 30px;
  margin-bottom: 30px; }
  #embark .container .icon-container,
  #futureFocus .container .icon-container,
  #postSecondarySupport .container .icon-container {
    width: 180px;
    margin: 0 auto 20px; }
    @media (min-width: 615px) {
      #embark .container .icon-container,
      #futureFocus .container .icon-container,
      #postSecondarySupport .container .icon-container {
        float: left;
        margin-bottom: 0;
        margin-right: 25px; } }
  #embark .container .text-container > .entry-content,
  #futureFocus .container .text-container > .entry-content,
  #postSecondarySupport .container .text-container > .entry-content {
    width: 100%; }
    #embark .container .text-container > .entry-content p:last-of-type,
    #futureFocus .container .text-container > .entry-content p:last-of-type,
    #postSecondarySupport .container .text-container > .entry-content p:last-of-type {
      margin-bottom: 0; }
  #embark .container .text-container,
  #futureFocus .container .text-container,
  #postSecondarySupport .container .text-container {
    width: 100%;
    text-align: center; }
    @media (min-width: 615px) {
      #embark .container .text-container,
      #futureFocus .container .text-container,
      #postSecondarySupport .container .text-container {
        text-align: left;
        width: calc(100% - 205px);
        float: right; } }
    #embark .container .text-container strong,
    #futureFocus .container .text-container strong,
    #postSecondarySupport .container .text-container strong {
      color: #3a6cc0; }
    #embark .container .text-container .path,
    #futureFocus .container .text-container .path,
    #postSecondarySupport .container .text-container .path {
      margin-top: 60px; }
      #embark .container .text-container .path li,
      #futureFocus .container .text-container .path li,
      #postSecondarySupport .container .text-container .path li {
        border-top: 10px solid #dbdbdb;
        position: relative;
        padding: 50px 0 30px; }
      #embark .container .text-container .path .icon-container,
      #futureFocus .container .text-container .path .icon-container,
      #postSecondarySupport .container .text-container .path .icon-container {
        width: 70px;
        position: absolute;
        left: -7px;
        top: -41px; }

#partnershipSlider .container {
  padding: 60px 30px !important; }
  #partnershipSlider .container .partner-slider img {
    width: 100%;
    padding: 0 80px; }
    @media (min-width: 520px) {
      #partnershipSlider .container .partner-slider img {
        padding: 0 30px; } }
    @media (min-width: 768px) {
      #partnershipSlider .container .partner-slider img {
        padding: 0 40px; } }
  @media (max-width: 520px) {
    #partnershipSlider .container .partner-slider .slick-next {
      right: -10px !important; } }
  @media (max-width: 520px) {
    #partnershipSlider .container .partner-slider .slick-prev {
      left: -10px !important; } }
#partnershipSlider .cta {
  margin: 0 auto;
  width: 94%;
  max-width: 1200px;
  margin-bottom: 40px;
  display: block;
  text-align: center; }
  @media (min-width: 1024px) {
    #partnershipSlider .cta {
      display: table;
      max-width: 980px; } }
  #partnershipSlider .cta .icon-container {
    width: 70px;
    display: block;
    margin: 0 auto 10px; }
    @media (min-width: 1024px) {
      #partnershipSlider .cta .icon-container {
        vertical-align: middle; } }
  #partnershipSlider .cta .entry-content {
    display: block;
    width: 100%; }
    @media (min-width: 1024px) {
      #partnershipSlider .cta .entry-content {
        display: table-cell;
        vertical-align: middle; } }
    #partnershipSlider .cta .entry-content h3 {
      text-transform: none;
      margin-bottom: 20px; }
      @media (min-width: 1024px) {
        #partnershipSlider .cta .entry-content h3 {
          display: inline;
          margin: 0 auto; } }
    @media (min-width: 1024px) {
      #partnershipSlider .cta .entry-content p {
        display: inline; } }
    #partnershipSlider .cta .entry-content p .btn {
      color: #fff; }
      @media (min-width: 1024px) {
        #partnershipSlider .cta .entry-content p .btn {
          margin-left: 20px; } }
.ktcLinks {
  margin: 0 auto;
  width: 94%;
  max-width: 1400px; }
  .ktcLinks ul {
    text-align: center;
    margin: 40px 0 50px; }
    @media (min-width: 1024px) {
      .ktcLinks ul {
        margin: 60px 0 80px; } }
    .ktcLinks ul li {
      vertical-align: top;
      display: inline-block;
      width: 50%;
      margin-bottom: 50px;
      padding: 0 15px;
      border-right: 1px solid #dbdbdb; }
      @media (min-width: 768px) {
        .ktcLinks ul li {
          margin-bottom: 60px; } }
      @media (min-width: 1024px) {
        .ktcLinks ul li {
          width: 25%; } }
      @media (min-width: 1240px) {
        .ktcLinks ul li {
          padding: 0 30px; } }
      @media (max-width: 1023px) {
        .ktcLinks ul li:nth-of-type(even) {
          border: none; } }
      .ktcLinks ul li:last-of-type {
        border: none; }
      .ktcLinks ul li a {
        display: block;
        color: #3a6cc0;
        font-family: 'Whitney SSm A', 'Whitney SSm B';
        font-weight: 700;
        font-style: normal;
        font-size: 1.1em; }
        @media (min-width: 768px) {
          .ktcLinks ul li a {
            font-size: 1.33em; } }
        .ktcLinks ul li a:hover {
          color: #6d9fd6; }
      .ktcLinks ul li img {
        width: 70px;
        display: block;
        margin: 0 auto 7px; }
        @media (min-width: 768px) {
          .ktcLinks ul li img {
            width: 120px;
            margin-bottom: 15px; } }
/*==============================================================*/
/*==============================================================*/
#joinOurTeam .container.mobile {
  padding: 60px 0px 50px; }
  @media (min-width: 615px) {
    #joinOurTeam .container.mobile {
      padding: 60px 20px 50px; } }
  #joinOurTeam .container.mobile .number-icon {
    width: 50px;
    z-index: 222;
    margin-top: 17px;
    margin-right: 12px;
    margin-left: 5px;
    position: absolute; }
    @media (max-width: 400px) {
      #joinOurTeam .container.mobile .number-icon {
        display: none; } }
  #joinOurTeam .container.mobile .js-accordion__header {
    padding: 30px 35px 30px 62px; }
    @media (max-width: 400px) {
      #joinOurTeam .container.mobile .js-accordion__header {
        padding: 30px 35px 30px 20px; } }
    #joinOurTeam .container.mobile .js-accordion__header:hover {
      background: #f4f4f4;
      pointer-events: cursor; }
  #joinOurTeam .container.mobile .entry-content {
    clear: both;
    margin: 0 auto; }
    #joinOurTeam .container.mobile .entry-content .btn {
      color: #fff; }
      #joinOurTeam .container.mobile .entry-content .btn:hover {
        cursor: pointer; }
    #joinOurTeam .container.mobile .entry-content .btn + img {
      margin-top: 45px; }
    #joinOurTeam .container.mobile .entry-content .imgLine {
      border-bottom: 10px solid #6d9fd6; }
  #joinOurTeam .container.mobile .js-accordion .js-accordion__header::before {
    display: none; }
  #joinOurTeam .container.mobile .js-accordion__header[aria-expanded="false"]:after {
    content: '\f105';
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FEBC11;
    vertical-align: sub;
    margin-left: 12px;
    font-size: 24px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
  #joinOurTeam .container.mobile .js-accordion__header[aria-expanded="false"]:hover {
    cursor: pointer; }
  #joinOurTeam .container.mobile .js-accordion__header[aria-expanded="true"] {
    background: #f4f4f4;
    margin-bottom: 40px; }
    #joinOurTeam .container.mobile .js-accordion__header[aria-expanded="true"]:after {
      content: '\f107';
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #FEBC11;
      vertical-align: sub;
      margin-left: 12px;
      font-size: 24px;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }
    #joinOurTeam .container.mobile .js-accordion__header[aria-expanded="true"]:hover {
      cursor: pointer; }

#joinOurTeam .tab #tab-left {
  width: 50%;
  float: left;
  text-align: left; }
  #joinOurTeam .tab #tab-left li {
    display: table;
    width: 100%;
    padding: 18px 37px 18px 12px;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
    transition: ease-in 333ms; }
    #joinOurTeam .tab #tab-left li:hover {
      background-color: #f4f4f4;
      cursor: pointer; }
      #joinOurTeam .tab #tab-left li:hover:before {
        right: -5px; }
    #joinOurTeam .tab #tab-left li::before {
      content: '\e90d';
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #3a6cc0;
      right: -33px;
      top: 10px;
      display: block;
      position: absolute;
      font-size: 70px;
      transition: ease-in-out 111ms; }
  #joinOurTeam .tab #tab-left li.current {
    background-color: #f4f4f4;
    cursor: pointer; }
    #joinOurTeam .tab #tab-left li.current::before {
      content: '\e90d';
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #3a6cc0;
      right: -1px;
      top: 10px;
      display: block;
      position: absolute;
      font-size: 70px;
      transition: ease-in-out 222ms; }
  #joinOurTeam .tab #tab-left .number-icon {
    width: 50px;
    max-width: none;
    display: table-cell; }
  #joinOurTeam .tab #tab-left h3 {
    font-size: 20px;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-transform: none;
    padding-left: 12px;
    letter-spacing: normal; }

#joinOurTeam .tab #tab-right {
  width: 50%;
  float: left;
  background: #3a6cc0;
  color: #fff;
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
  text-align: left; }
  #joinOurTeam .tab #tab-right .tab-content {
    opacity: 0;
    position: absolute;
    right: 120%;
    top: 40px;
    padding-right: 30px;
    transition: ease-in-out 333ms opacity; }
  #joinOurTeam .tab #tab-right .tab-content.current {
    top: 40px;
    right: auto;
    opacity: 1; }
  #joinOurTeam .tab #tab-right .btn {
    color: #fff; }
    #joinOurTeam .tab #tab-right .btn:hover {
      cursor: pointer; }
  #joinOurTeam .tab #tab-right .btn + img {
    margin-top: 45px; }
  #joinOurTeam .tab #tab-right .imgLine {
    border-bottom: 10px solid #6d9fd6; }

#qualifications .container p, #benefits .container p {
  text-align: center;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 700;
  font-style: normal;
  display: block;
  margin-bottom: 30px; }

#qualifications .container ul, #benefits .container ul {
  margin: 0 auto;
  width: 94%;
  max-width: 900px;
  margin: 0 auto; }
  #qualifications .container ul li, #benefits .container ul li {
    padding: 14px 0px;
    text-align: left;
    border-bottom: 1px solid #dbdbdb; }
    #qualifications .container ul li span, #benefits .container ul li span {
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
      #qualifications .container ul li span img, #benefits .container ul li span img {
        width: 35px; }
    #qualifications .container ul li .text, #benefits .container ul li .text {
      display: inline-block;
      margin: 0 auto;
      width: calc(100% - 45px); }
  #qualifications .container ul li:last-of-type, #benefits .container ul li:last-of-type {
    border: none; }

#qualifications .cta, #benefits .cta {
  text-align: center;
  z-index: 1;
  margin: 0 auto;
  width: 94%;
  max-width: 1400px; }
  #qualifications .cta img, #benefits .cta img {
    width: 110px;
    margin: 0 auto 10px; }
  #qualifications .cta .btn, #benefits .cta .btn {
    margin-top: 20px; }

#qualifications .content-half-blocks, #benefits .content-half-blocks {
  margin: 60px auto; }

#applicationProcess {
  margin: 0 auto;
  text-align: center; }
  #applicationProcess .icon {
    width: 110px; }
  #applicationProcess .gform-container {
    margin: 0 auto;
    width: 94%;
    max-width: 1200px; }
    #applicationProcess .gform-container #field_6_6 {
      display: none; }

#nonInstrucionalCTA {
  margin: 60px auto 40px;
  text-align: center; }
  #nonInstrucionalCTA .icon {
    width: 110px; }

.teachingHalves {
  display: table;
  table-layout: fixed;
  max-width: 960px;
  margin: 0 auto;
  width: 100%; }
  .teachingHalves .left, .teachingHalves .right {
    position: relative;
    vertical-align: top; }
    @media (min-width: 900px) {
      .teachingHalves .left, .teachingHalves .right {
        display: table-cell;
        width: 50%;
        padding: 0 40px 70px; } }
    @media (min-width: 900px) {
      .teachingHalves .left a, .teachingHalves .right a {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 175px; } }
  .teachingHalves .left {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    @media (min-width: 900px) {
      .teachingHalves .left {
        margin: 0;
        padding-bottom: 70px;
        border: none;
        border-right: 1px solid #dbdbdb; } }
/*==============================================================*/
/*==============================================================*/
#support {
  text-align: center; }
  #support .cta {
    margin: 0 auto;
    width: 94%;
    max-width: 1200px;
    margin: 40px auto;
    position: relative; }
    #support .cta .btn {
      margin-top: 20px;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: -13px;
      width: 200px; }
      @media (min-width: 615px) {
        #support .cta .btn {
          right: 45%;
          bottom: 10%;
          font-size: 20px;
          width: 210px; } }
      @media (min-width: 1024px) {
        #support .cta .btn {
          width: 235px;
          bottom: 15%;
          padding: 12px; } }
  #support #iconNavigation {
    margin-bottom: 60px; }
    @media (min-width: 615px) {
      #support #iconNavigation {
        margin-bottom: 150px; } }
    #support #iconNavigation .icon-row {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
    #support #iconNavigation li {
      margin: 0px;
      width: auto; }
      @media (max-width: 615px) {
        #support #iconNavigation li {
          width: 100%; } }
      #support #iconNavigation li .img-container {
        max-width: 120px; }
      @media (min-width: 615px) {
        #support #iconNavigation li {
          width: 20%; }
          #support #iconNavigation li .img-container {
            max-width: 180px; } }
#rowanChallenge .container .entry-content h3 {
  letter-spacing: normal;
  text-transform: none;
  font-size: 24px; }

#rowanChallenge .container .btn {
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 200px; }

#whyGive {
  margin: 0 auto;
  width: 94%;
  max-width: 1200px;
  margin-top: 30px; }
  #whyGive ul li {
    border-top: 10px solid #dbdbdb;
    text-align: center;
    float: left;
    position: relative;
    margin: 0 auto 30px; }
    @media (min-width: 768px) {
      #whyGive ul li {
        width: calc(33.3333333% - 30px);
        margin: 0 15px 30px; } }
  #whyGive ul .number-icon {
    width: 50px;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto; }
  #whyGive ul .entry-content {
    padding-top: 30px; }
  #whyGive .container {
    text-align: center; }
    #whyGive .container .button-container {
      margin-bottom: 40px;
      font-family: 'Whitney SSm A', 'Whitney SSm B';
      font-weight: 700;
      font-style: normal; }
      #whyGive .container .button-container span {
        padding-bottom: 10px;
        display: inline-block; }

#waysToGive, #meetOurTeam {
  margin: 0 auto;
  width: 94%;
  max-width: 1200px; }
  #waysToGive .expandCollapse, #meetOurTeam .expandCollapse {
    margin-bottom: 60px; }
    #waysToGive .expandCollapse li, #meetOurTeam .expandCollapse li {
      position: relative; }
    #waysToGive .expandCollapse .img-container, #meetOurTeam .expandCollapse .img-container {
      width: 45px;
      position: absolute;
      top: 9px;
      left: 5px;
      z-index: 222; }
      @media (min-width: 520px) {
        #waysToGive .expandCollapse .img-container, #meetOurTeam .expandCollapse .img-container {
          width: 60px;
          position: absolute;
          top: 12px;
          left: 12px; } }
    #waysToGive .expandCollapse .js-accordion__panel.accordion__panel .entry-content, #meetOurTeam .expandCollapse .js-accordion__panel.accordion__panel .entry-content {
      padding: 0 20px; }
      @media (min-width: 615px) {
        #waysToGive .expandCollapse .js-accordion__panel.accordion__panel .entry-content, #meetOurTeam .expandCollapse .js-accordion__panel.accordion__panel .entry-content {
          padding: 0 20px 0 90px; } }
    #waysToGive .expandCollapse .js-accordion__header.accordion__header, #meetOurTeam .expandCollapse .js-accordion__header.accordion__header {
      border-top: 1px solid #dbdbdb;
      text-align: left;
      padding: 20px 60px 20px 60px;
      line-height: normal !important; }
      @media (min-width: 520px) {
        #waysToGive .expandCollapse .js-accordion__header.accordion__header, #meetOurTeam .expandCollapse .js-accordion__header.accordion__header {
          padding: 30px 60px 30px 90px; } }
    #waysToGive .expandCollapse .js-accordion .js-accordion__header::before, #meetOurTeam .expandCollapse .js-accordion .js-accordion__header::before {
      background: none;
      display: none; }
    #waysToGive .expandCollapse .js-accordion .js-accordion__header::after, #meetOurTeam .expandCollapse .js-accordion .js-accordion__header::after {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }
    #waysToGive .expandCollapse .js-accordion__header[aria-expanded="false"]:after, #meetOurTeam .expandCollapse .js-accordion__header[aria-expanded="false"]:after {
      content: '\e900';
      color: #FEBC11;
      border: 3px solid #dbdbdb;
      border-radius: 999em; }
    #waysToGive .expandCollapse .js-accordion__header[aria-expanded="false"]:hover, #meetOurTeam .expandCollapse .js-accordion__header[aria-expanded="false"]:hover {
      cursor: pointer; }
    #waysToGive .expandCollapse .js-accordion__header[aria-expanded="true"], #meetOurTeam .expandCollapse .js-accordion__header[aria-expanded="true"] {
      background: #f4f4f4;
      margin-bottom: 20px; }
      @media (min-width: 520px) {
        #waysToGive .expandCollapse .js-accordion__header[aria-expanded="true"], #meetOurTeam .expandCollapse .js-accordion__header[aria-expanded="true"] {
          margin-bottom: 40px; } }
      #waysToGive .expandCollapse .js-accordion__header[aria-expanded="true"]:after, #meetOurTeam .expandCollapse .js-accordion__header[aria-expanded="true"]:after {
        content: '\e901';
        color: #FEBC11;
        border: 3px solid #dbdbdb;
        border-radius: 999em; }
      #waysToGive .expandCollapse .js-accordion__header[aria-expanded="true"]:hover, #meetOurTeam .expandCollapse .js-accordion__header[aria-expanded="true"]:hover {
        cursor: pointer; }

/*==============================================================*/
/*==============================================================*/
#pageSearch {
  margin: 0 auto;
  width: 94%;
  max-width: 1200px; }
  #pageSearch article {
    border-bottom: 1px solid #dbdbdb;
    padding: 20px 0; }
    #pageSearch article .entry-content {
      width: 100%; }
      #pageSearch article .entry-content h3 {
        margin: 0 auto;
        text-transform: none;
        letter-spacing: normal; }
      #pageSearch article .entry-content p {
        margin: 0 auto; }
      #pageSearch article .entry-content .more-link {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .03em; }
  #pageSearch .prev-next-posts.cf {
    margin: 30px auto; }
    #pageSearch .prev-next-posts.cf .prev-posts-link a,
    #pageSearch .prev-next-posts.cf .next-posts-link a {
      font-family: 'Whitney SSm A', 'Whitney SSm B';
      font-weight: 700;
      font-style: normal;
      text-transform: uppercase;
      color: #3a6cc0;
      font-size: 16px; }
      #pageSearch .prev-next-posts.cf .prev-posts-link a:hover,
      #pageSearch .prev-next-posts.cf .next-posts-link a:hover {
        color: #FEBC11; }
      #pageSearch .prev-next-posts.cf .prev-posts-link a span,
      #pageSearch .prev-next-posts.cf .next-posts-link a span {
        color: #FEBC11; }
    #pageSearch .prev-next-posts.cf .prev-posts-link {
      float: left; }
    #pageSearch .prev-next-posts.cf .next-posts-link {
      float: right; }

/*==============================================================*/
/*==============================================================*/
@media (min-width: 768px) {
  #contactUs .content-half-blocks.cf .left {
    border-right: 1px solid #dbdbdb; } }

#contactUs .content-half-blocks.cf h3 {
  letter-spacing: normal;
  margin-bottom: 10px; }

#contactUs .content-half-blocks.cf hr {
  margin-top: -20px;
  margin-bottom: 10px;
  width: 80%; }

/*==============================================================*/
/*==============================================================*/
#partnersSupporters .entry-content {
  margin: 0 auto;
  width: 94%;
  max-width: 1200px; }
  #partnersSupporters .entry-content ul {
    text-align: center;
    margin: 0 auto !important;
    padding-bottom: 40px;
    border-bottom: 1px solid #dbdbdb; }
    @media (min-width: 615px) {
      #partnersSupporters .entry-content ul {
        column-count: 2;
        text-align: left;
        column-rule: 1px solid #dbdbdb;
        column-gap: 40px; } }
    @media (min-width: 768px) {
      #partnersSupporters .entry-content ul {
        column-count: 3; } }
    #partnersSupporters .entry-content ul li {
      font-size: 16px; }
    #partnersSupporters .entry-content ul li::before {
      display: none; }
    #partnersSupporters .entry-content ul h4 {
      font-family: 'Whitney SSm A', 'Whitney SSm B';
      font-weight: 700;
      font-style: normal;
      color: #3a6cc0;
      padding-top: 30px; }
  #partnersSupporters .entry-content ul li:first-child {
    margin-top: -30px; }

#partnersSupporters .wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 1400px; }
  #partnersSupporters .wrap h2 {
    margin-bottom: 60px; }
  #partnersSupporters .wrap ul {
    display: table;
    margin: 0 auto;
    text-align: center; }
  #partnersSupporters .wrap li {
    display: inline-block;
    width: 210px;
    padding: 0 30px;
    margin-bottom: 90px;
    vertical-align: middle; }
    #partnersSupporters .wrap li img {
      width: 100%; }

/*==============================================================*/
/*==============================================================*/
#volunteer .gform-container {
  margin: 0 auto;
  width: 94%;
  max-width: 1200px;
  text-align: center;
  margin: 60px auto; }
  #volunteer .gform-container .icon {
    width: 110px; }
  #volunteer .gform-container .gform_title {
    letter-spacing: normal;
    text-transform: none; }
  #volunteer .gform-container .gform_heading {
    text-align: center; }

#iconRow {
  display: table;
  width: 100%;
  text-align: center;
  margin: 0 auto; }
  #iconRow li.resize {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 40px;
    width: 250px;
    vertical-align: top; }
    #iconRow li.resize .text {
      font-family: 'Whitney SSm A', 'Whitney SSm B';
      font-weight: 700;
      font-style: normal;
      color: #3a6cc0;
      display: block;
      font-size: 16px; }
    #iconRow li.resize .icon {
      width: 110px;
      margin-bottom: 9px; }

/*==============================================================*/
/*==============================================================*/
#whoWeAre .content-half-blocks {
  margin: 50px auto 40px; }
  #whoWeAre .content-half-blocks .entry-content {
    padding: 0 20px; }
    #whoWeAre .content-half-blocks .entry-content h3 {
      margin-bottom: 5px; }
  @media (min-width: 768px) {
    #whoWeAre .content-half-blocks .left {
      border-right: 1px solid #dbdbdb; } }
#whoWeAre #iconNavigation {
  margin: 0 auto;
  width: 94%;
  max-width: 1200px;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    #whoWeAre #iconNavigation {
      margin-bottom: 120px; } }
  #whoWeAre #iconNavigation ul li {
    width: 25%; }

#applyNow .entry-content .btn.mobile {
  width: 315px;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 520px) {
    #applyNow .entry-content .btn.mobile {
      font-size: 15px;
      width: 270px; }
      #applyNow .entry-content .btn.mobile .icon-search::before {
        top: 12px;
        left: 15px; } }
  #applyNow .entry-content .btn.mobile .icon-search::before {
    position: absolute;
    left: 20px;
    top: 11px;
    color: #fff; }

#pageNotFound {
  margin: 0 auto;
  width: 94%;
  max-width: 1200px;
  text-align: center; }
  #pageNotFound .search-form {
    display: table;
    height: 38px;
    margin: 10px auto 90px;
    border-bottom: 4px solid #FEBC11; }
    #pageNotFound .search-form .search-field {
      font-size: 28px;
      border: none;
      color: #275795;
      padding: 7px 0;
      text-indent: 0px;
      border-right: 0;
      width: calc(100% - 54px);
      height: 100%;
      vertical-align: top;
      display: table-cell;
      float: left; }
    #pageNotFound .search-form .icon-search {
      border: none;
      height: 35px;
      border-left: 0;
      background: #fff;
      vertical-align: top;
      font-size: 30px;
      display: table-cell;
      padding: 6px 10px;
      float: right;
      margin-bottom: 10px; }
      #pageNotFound .search-form .icon-search:hover {
        cursor: pointer; }
        #pageNotFound .search-form .icon-search:hover::before {
          color: #FEBC11; }

#upcommingMeetings .container_h2 {
  margin-bottom: 60px; }

#upcommingMeetings .entry-content p {
  margin-bottom: 10px; }

#principles .wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 1200px;
  overflow: hidden; }
  #principles .wrap .btn {
    padding: 12px 30px; }
  #principles .wrap ul.cf {
    display: table;
    margin-top: 30px; }
  #principles .wrap li {
    display: block;
    position: relative;
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      #principles .wrap li {
        display: table-cell;
        width: 50%;
        float: left; } }
    #principles .wrap li .img-container {
      border-top: 10px solid #dbdbdb;
      display: block;
      width: 100%;
      height: 400px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative; }
    #principles .wrap li .number-icon {
      width: 65px;
      margin: 0 auto;
      position: absolute;
      left: 0;
      right: 0;
      top: -40px; }
    #principles .wrap li .container {
      text-align: center;
      background: rgba(39, 87, 149, 0.85);
      color: #fff;
      padding: 20px 10px;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      margin: 0 auto; }
      #principles .wrap li .container p {
        color: #fff;
        font-family: 'Whitney SSm A', 'Whitney SSm B';
        font-weight: 700;
        font-style: normal;
        font-size: 22px; }
        @media (min-width: 768px) {
          #principles .wrap li .container p {
            font-size: 26px; } }
    #principles .wrap li .entry-content {
      width: 100%;
      margin-top: 20px; }
  @media (min-width: 768px) {
    #principles .wrap li:nth-of-type(odd) {
      padding-right: 30px; } }
  @media (min-width: 768px) {
    #principles .wrap li:nth-of-type(even) {
      padding-left: 30px; } }
/*==============================================================*/
/*==============================================================*/
#enroll .wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 1400px; }
  #enroll .wrap .entry-content img {
    width: inherit; }
  #enroll .wrap .button-container {
    padding-bottom: 60px; }
    #enroll .wrap .button-container p {
      font-size: 20px;
      color: #3a6cc0;
      margin-bottom: 30px;
      font-family: 'Whitney SSm A', 'Whitney SSm B';
      font-weight: 400;
      font-style: italic; }

#stepsToEnroll .icon-row {
  margin-top: 60px;
  display: flex;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  justify-content: flex-start;
  flex-wrap: wrap; }

#stepsToEnroll li {
  width: 100%;
  text-align: center;
  margin: 0 auto 60px; }
  @media (min-width: 615px) {
    #stepsToEnroll li {
      width: 50%; } }
  @media (min-width: 1024px) {
    #stepsToEnroll li {
      width: 25%;
      border-right: 1px solid #dbdbdb; } }
  #stepsToEnroll li .img-container {
    width: 100px;
    display: block;
    margin: 0 auto 12px; }
  #stepsToEnroll li p {
    margin-bottom: 0px; }

#stepsToEnroll li:last-of-type {
  padding-top: 0px; }
  @media (min-width: 768px) {
    #stepsToEnroll li:last-of-type {
      border-right: none; } }
.apply-banner {
  margin: 60px auto;
  width: 94%;
  max-width: 1200px; }
  .apply-banner .banner-container {
    display: flex;
    justify-content: flex-start;
    background: #275795;
    border: 1px solid #275795; }
    .apply-banner .banner-container .grid-item:first-of-type {
      background: #FEBC11;
      width: 60px;
      padding: 10px;
      display: flex;
      align-items: center; }
      @media (min-width: 400px) {
        .apply-banner .banner-container .grid-item:first-of-type {
          width: 90px; } }
      @media (min-width: 768px) {
        .apply-banner .banner-container .grid-item:first-of-type {
          width: 140px; } }
    .apply-banner .banner-container .grid-item:last-of-type {
      background: #275795;
      padding: 20px;
      text-align: center;
      display: flex;
      align-items: center;
      width: calc(100% - 60px); }
      @media (min-width: 400px) {
        .apply-banner .banner-container .grid-item:last-of-type {
          width: calc(100% - 90px); } }
      @media (min-width: 768px) {
        .apply-banner .banner-container .grid-item:last-of-type {
          width: calc(100% - 140px); } }
    .apply-banner .banner-container p {
      font-family: 'Whitney SSm A', 'Whitney SSm B';
      font-weight: 700;
      font-style: normal;
      color: #fff;
      font-size: 18px; }
      @media (min-width: 400px) {
        .apply-banner .banner-container p {
          font-size: 20px; } }
      @media (min-width: 768px) {
        .apply-banner .banner-container p {
          font-size: 27px; } }
      @media (min-width: 1024px) {
        .apply-banner .banner-container p {
          font-size: 34px; } }
    .apply-banner .banner-container img {
      width: 100%; }

/*==============================================================*/
/*==============================================================*/
#visionWhite {
  padding: 0 0 60px; }
  #visionWhite .wrap {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
    width: 94%;
    max-width: 1400px; }
    @media (min-width: 900px) {
      #visionWhite .wrap .left, #visionWhite .wrap .right {
        display: table-cell;
        width: 50%; } }
    #visionWhite .wrap .left {
      max-width: 100%;
      padding: 0 0 20px; }
      @media (min-width: 900px) {
        #visionWhite .wrap .left {
          padding: 0 40px 0 0; } }
      #visionWhite .wrap .left p em {
        color: #275795; }
      #visionWhite .wrap .left h2 {
        text-align: left;
        font-size: 20px; }
        @media (min-width: 768px) {
          #visionWhite .wrap .left h2 {
            font-size: 24px; } }
        #visionWhite .wrap .left h2 em {
          font-family: 'Whitney SSm A', 'Whitney SSm B';
          font-weight: 700;
          font-style: italic;
          color: #6d9fd6;
          font-size: 15px; }
          @media (min-width: 768px) {
            #visionWhite .wrap .left h2 em {
              font-size: 18px; } }
    #visionWhite .wrap .right {
      background-size: cover;
      background-position: center center;
      height: 400px; }
      @media (min-width: 900px) {
        #visionWhite .wrap .right {
          height: auto; } }
#visionBlue {
  margin-bottom: 60px;
  background: #275795;
  display: table;
  table-layout: fixed;
  width: 100%;
  min-height: 600px; }
  @media (min-width: 900px) {
    #visionBlue .left, #visionBlue .right {
      vertical-align: middle;
      display: table-cell;
      width: 50%; } }
  #visionBlue .left {
    background-size: cover;
    background-position: center center;
    height: 400px; }
    @media (min-width: 900px) {
      #visionBlue .left {
        height: auto; } }
  #visionBlue .right .wrap {
    padding: 30px 0 10px;
    width: 94%; }
    @media (min-width: 900px) {
      #visionBlue .right .wrap {
        margin-left: 0;
        max-width: 700px;
        padding: 50px 0 20px 40px; } }
    #visionBlue .right .wrap * {
      color: white; }
    #visionBlue .right .wrap h2 {
      text-align: left;
      color: #FEBC11; }

#visionIcons {
  margin-bottom: 100px; }
  #visionIcons .wrap {
    margin: 0 auto;
    width: 94%;
    max-width: 1160px; }
    #visionIcons .wrap h2 {
      color: #6d9fd6;
      border-bottom: 5px solid #FEBC11;
      display: block;
      text-transform: uppercase;
      font-size: 40px; }
      @media (min-width: 768px) {
        #visionIcons .wrap h2 {
          font-size: 50px; } }
      @media (min-width: 1240px) {
        #visionIcons .wrap h2 {
          font-size: 60px; } }
    #visionIcons .wrap ul li {
      display: table;
      table-layout: fixed;
      width: 100%;
      margin-bottom: 35px; }
      @media (min-width: 768px) {
        #visionIcons .wrap ul li {
          margin-bottom: 50px; } }
      @media (min-width: 520px) {
        #visionIcons .wrap ul li .icon, #visionIcons .wrap ul li .content {
          vertical-align: top;
          display: table-cell; } }
      #visionIcons .wrap ul li .icon {
        width: 100px;
        margin: 0 auto 15px; }
        @media (min-width: 520px) {
          #visionIcons .wrap ul li .icon {
            margin: 0; } }
        @media (min-width: 900px) {
          #visionIcons .wrap ul li .icon {
            width: 150px; } }
        @media (min-width: 1240px) {
          #visionIcons .wrap ul li .icon {
            width: 200px; } }
      #visionIcons .wrap ul li .content {
        text-align: center; }
        @media (min-width: 520px) {
          #visionIcons .wrap ul li .content {
            text-align: left;
            padding-left: 30px; } }
        #visionIcons .wrap ul li .content h3 {
          text-transform: none;
          margin-bottom: 10px; }

.page-id-3388 .entry-content h2 {
  text-align: left !important; }

.page-id-3388 .entry-content em {
  color: #275795; }

.page-id-3388 .entry-content blockquote p {
  color: #275795;
  font-style: italic;
  font-size: 1.2em;
  line-height: 1.4em; }

.page-id-3388 .entry-content .alignright {
  width: auto;
  margin: 30px auto; }
  @media (min-width: 768px) {
    .page-id-3388 .entry-content .alignright {
      max-width: 50%;
      display: inline;
      float: right;
      margin: 30px 0 30px 30px; } }
#toggleContrast {
  position: fixed;
  bottom: -20px;
  right: -20px;
  z-index: 99999;
  border: none;
  font-size: 32px;
  background: #6d9fd6;
  color: #fff;
  padding: 6px 12px;
  box-shadow: 0px 0px 3px rgba(7, 23, 49, 0.75);
  transition: ease-in-out 111ms;
  border-radius: 999em;
  width: 70px;
  height: 70px;
  animation: 1s ease-out 0s 1 slideInFromRight; }
  #toggleContrast:hover {
    background: #FEBC11;
    cursor: pointer;
    box-shadow: 0px 0px 7px rgba(7, 23, 49, 0.75);
    right: -12px;
    bottom: -12px; }
  #toggleContrast .icon-eye {
    vertical-align: super; }
    #toggleContrast .icon-eye::before {
      position: absolute;
      left: 12px;
      top: 12px; }

.active {
  background: #FEBC11 !important;
  right: -15px !important;
  bottom: -15px !important; }

.contrast #alertbar.alertOpen {
  background: #3a6cc0; }

.contrast .btn,
.contrast .gform_button.button,
.contrast #backtotop,
.contrast #search-toggle,
.contrast #mega-menu-item-32 .mega-menu-link {
  background: #3a6cc0 !important; }

.contrast #homeBlocks ul li:nth-of-type(2) .container {
  background: rgba(39, 87, 149, 0.85) !important; }

.contrast .icon-row span.number {
  color: #275795 !important; }

.contrast .overlay {
  background: rgba(72, 72, 72, 0.9); }

.contrast #tab-right .btn {
  background: #6d9fd6 !important; }

#homeSlider {
  border-bottom: 10px solid #dbdbdb; }
  #homeSlider .home-slider {
    margin-bottom: 0; }
    #homeSlider .home-slider .slide {
      display: block !important;
      background-size: cover;
      background-repeat: repeat;
      background-position: center;
      color: #fff;
      margin-bottom: -10px;
      position: relative; }
      @media (min-width: 768px) {
        #homeSlider .home-slider .slide {
          height: 550px; } }
      #homeSlider .home-slider .slide .overlay {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
      #homeSlider .home-slider .slide .btn {
        margin-top: 20px; }
  #homeSlider .slick-dots {
    display: none !important; }
    @media (min-width: 768px) {
      #homeSlider .slick-dots {
        display: block !important;
        bottom: 120px;
        margin: 0 auto;
        width: 94%;
        max-width: 1400px;
        left: 0;
        right: 0;
        text-align: left; } }
    @media (min-width: 1024px) {
      #homeSlider .slick-dots {
        bottom: 90px; } }
    #homeSlider .slick-dots li {
      margin: 0 2px; }
      #homeSlider .slick-dots li button::before {
        opacity: 1 !important;
        color: #fff !important;
        font-size: 36px !important; }
    #homeSlider .slick-dots li.slick-active button::before {
      color: #FEBC11 !important; }

.mobile {
  display: block; }
  @media (min-width: 768px) {
    .mobile {
      display: none !important; } }
  .mobile .slide {
    height: auto; }
    .mobile .slide .container {
      color: #484848;
      text-align: center;
      padding: 20px 20px 80px; }
      .mobile .slide .container p {
        font-size: 28px;
        width: 100%;
        margin-top: 0px; }

.desktop {
  display: none !important; }
  @media (min-width: 768px) {
    .desktop {
      display: block !important; } }
  .desktop .wrapper {
    margin: 0 auto;
    width: 94%;
    max-width: 1400px;
    display: table;
    height: 100%; }
    .desktop .wrapper .container {
      display: table-cell;
      vertical-align: middle;
      max-width: 700px;
      position: relative;
      z-index: 2; }
      .desktop .wrapper .container p {
        font-size: 38px;
        width: 400px;
        margin-top: -10px;
        font-family: 'futura-pt';
        font-weight: 400;
        font-style: normal;
        line-height: 1;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.25); }
        @media (min-width: 768px) {
          .desktop .wrapper .container p {
            font-size: 50px; } }
        @media (min-width: 1024px) {
          .desktop .wrapper .container p {
            font-size: 65px;
            width: 610px; } }
      @media (min-width: 768px) {
        .desktop .wrapper .container .btn {
          font-size: 22px; } }
#homeBlocks ul {
  display: table;
  width: 100%; }
  #homeBlocks ul li {
    display: block;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 60px; }
    @media (min-width: 1024px) {
      #homeBlocks ul li {
        display: table-cell;
        margin-bottom: 0;
        width: 33.3333333%; } }
  #homeBlocks ul li:last-of-type {
    margin-bottom: 0; }
  #homeBlocks ul .container {
    text-align: center;
    background: rgba(39, 87, 149, 0.85);
    color: #fff;
    padding: 20px; }
    #homeBlocks ul .container h2 {
      color: #fff; }
    #homeBlocks ul .container p {
      text-transform: uppercase;
      letter-spacing: .15em;
      font-size: 14px; }
  #homeBlocks ul .btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 180px;
    bottom: -17px; }
  #homeBlocks ul li:nth-of-type(2) .container {
    background: rgba(239, 191, 25, 0.85); }

#homeIcons {
  margin: 0 auto;
  width: 94%;
  max-width: 1400px;
  margin: 40px auto; }

.wrap1400 {
  max-width: 1400px;
  margin: 0 auto;
  width: 94%; }

.wrap1050 {
  max-width: 1050px;
  margin: 0 auto;
  width: 94%; }

.wrap900 {
  max-width: 900px;
  margin: 0 auto;
  width: 94%; }

.landingPage__intro {
  padding: 40px 0px 30px;
  background: #e1effb;
  text-align: center; }
  @media (min-width: 615px) {
    .landingPage__intro {
      padding: 70px 0px; } }
  .landingPage__intro .logo {
    display: block;
    width: 550px;
    padding: 0 30px 30px;
    margin: 0 auto 30px;
    border-bottom: 1px solid #fff; }
  .landingPage__intro h1 {
    font-family: 'Whitney SSm A', 'Whitney SSm B';
    font-weight: 700;
    font-style: normal;
    color: #275795;
    font-size: 30px;
    letter-spacing: -.03em; }
    @media (min-width: 615px) {
      .landingPage__intro h1 {
        font-size: 36px; } }
    @media (min-width: 900px) {
      .landingPage__intro h1 {
        font-size: 43px; } }
    @media (min-width: 1240px) {
      .landingPage__intro h1 {
        font-size: 52px; } }
    .landingPage__intro h1 a {
      color: #6d9fd6; }
      .landingPage__intro h1 a:hover {
        color: #275795; }

.landingPage__journey {
  background: #275795;
  padding: 60px 0px;
  color: #fff; }
  .landingPage__journey .headline {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      .landingPage__journey .headline {
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin: 0; } }
    .landingPage__journey .headline .logo {
      width: 100px;
      margin-bottom: 20px; }
      @media (min-width: 1024px) {
        .landingPage__journey .headline .logo {
          margin: 0; } }
    .landingPage__journey .headline h2 {
      color: #FEBC11 !important;
      font-family: 'Whitney SSm A', 'Whitney SSm B';
      font-weight: 700;
      font-style: normal;
      font-size: 32px !important;
      letter-spacing: -.01em !important;
      text-align: center !important;
      line-height: 1.1 !important; }
      @media (min-width: 615px) {
        .landingPage__journey .headline h2 {
          font-size: 36px !important; } }
      @media (min-width: 1024px) {
        .landingPage__journey .headline h2 {
          font-size: 38px !important;
          text-align: left !important;
          padding-left: 20px; } }
  .landingPage__journey .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .landingPage__journey .row .col1 {
      width: 100%;
      margin-bottom: 70px; }
      @media (min-width: 1024px) {
        .landingPage__journey .row .col1 {
          margin: 0;
          border-left: 2px solid #FEBC11;
          width: calc(100% - 515px);
          margin-left: 50px; } }
      .landingPage__journey .row .col1 .entry-content {
        color: #fff;
        width: 100%; }
        @media (min-width: 1024px) {
          .landingPage__journey .row .col1 .entry-content {
            padding-left: 30px;
            padding-top: 90px;
            padding-right: 40px; } }
        .landingPage__journey .row .col1 .entry-content h2, .landingPage__journey .row .col1 .entry-content h3, .landingPage__journey .row .col1 .entry-content h4 {
          color: #fff !important;
          margin-bottom: 5px;
          text-transform: inherit !important; }
        .landingPage__journey .row .col1 .entry-content hr {
          border: none;
          height: 2px;
          background: #3a6cc0;
          margin: 20px auto 30px;
          width: 100%; }
    .landingPage__journey .row .col2 {
      width: 465px;
      background: #3a6cc0; }
      @media (min-width: 1024px) {
        .landingPage__journey .row .col2 {
          margin-top: 40px; } }
      .landingPage__journey .row .col2 .container {
        text-align: center; }
        .landingPage__journey .row .col2 .container img {
          border-radius: 999em;
          width: 285px;
          margin: -40px auto 20px; }
        .landingPage__journey .row .col2 .container .text {
          text-align: left;
          color: #fff !important;
          padding: 0px 30px 40px; }
          @media (min-width: 615px) {
            .landingPage__journey .row .col2 .container .text {
              padding: 0px 50px 40px; } }
          .landingPage__journey .row .col2 .container .text h3 {
            color: #fff !important;
            text-transform: inherit !important; }
          .landingPage__journey .row .col2 .container .text p {
            line-height: 1.4; }

.landingPage__whiteSection {
  padding: 40px 0 10px; }
  .landingPage__whiteSection .row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .landingPage__whiteSection .row .col {
      width: 100%; }
      @media (min-width: 900px) {
        .landingPage__whiteSection .row .col {
          width: calc(50% - 40px); } }
    .landingPage__whiteSection .row .col1 {
      height: 250px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      margin-bottom: 30px; }
      @media (min-width: 615px) {
        .landingPage__whiteSection .row .col1 {
          height: 400px; } }
      @media (min-width: 900px) {
        .landingPage__whiteSection .row .col1 {
          height: auto;
          margin: 0;
          margin-right: 20px; } }
    @media (min-width: 900px) {
      .landingPage__whiteSection .row .col2 {
        margin-left: 20px; } }
    .landingPage__whiteSection .row .col2 .entry-content ul {
      margin: -20px 0px 30px 10px !important; }
      .landingPage__whiteSection .row .col2 .entry-content ul li {
        line-height: 1.3 !important;
        margin-bottom: 15px !important; }
    .landingPage__whiteSection .row .col2 .entry-content h2, .landingPage__whiteSection .row .col2 .entry-content h3, .landingPage__whiteSection .row .col2 .entry-content h4 {
      text-transform: inherit !important; }
    .landingPage__whiteSection .row .col2 .entry-content h2, .landingPage__whiteSection .row .col2 .entry-content h3 {
      margin-bottom: 9px; }
      @media (min-width: 520px) {
        .landingPage__whiteSection .row .col2 .entry-content h2, .landingPage__whiteSection .row .col2 .entry-content h3 {
          margin-bottom: 20px; } }
.landingPage__slider {
  background: #275795; }
  .landingPage__slider .row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    @media (min-width: 900px) {
      .landingPage__slider .row {
        flex-wrap: nowrap; } }
  .landingPage__slider .col {
    width: 100%; }
    @media (min-width: 900px) {
      .landingPage__slider .col {
        width: 50%; } }
    .landingPage__slider .col.col2 {
      color: #fff;
      width: 94%;
      padding: 60px 0px 30px; }
      @media (min-width: 900px) {
        .landingPage__slider .col.col2 {
          max-width: 700px;
          padding: 60px 0px 30px 40px; } }
      .landingPage__slider .col.col2 h2, .landingPage__slider .col.col2 h3, .landingPage__slider .col.col2 h4 {
        color: #fff; }
      .landingPage__slider .col.col2 a {
        color: #6d9fd6; }
        .landingPage__slider .col.col2 a:hover {
          color: #FEBC11; }
      .landingPage__slider .col.col2 a.btn {
        color: #275795; }
        .landingPage__slider .col.col2 a.btn:hover {
          color: #fff; }
    .landingPage__slider .col.col1 {
      height: 300px;
      overflow-x: hidden; }
      @media (min-width: 520px) {
        .landingPage__slider .col.col1 {
          height: 400px; } }
      @media (min-width: 900px) {
        .landingPage__slider .col.col1 {
          height: auto; } }
      .landingPage__slider .col.col1 .slick-list,
      .landingPage__slider .col.col1 .slick-track {
        height: 100% !important; }
      .landingPage__slider .col.col1 .slide {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat; }
      .landingPage__slider .col.col1 .slick-next {
        right: -18px; }
        .landingPage__slider .col.col1 .slick-next:hover {
          margin: 0; }
          .landingPage__slider .col.col1 .slick-next:hover::before {
            background: #6d9fd6 !important; }
      .landingPage__slider .col.col1 .slick-prev {
        left: -18px; }
        .landingPage__slider .col.col1 .slick-prev:hover {
          margin: 0; }
          .landingPage__slider .col.col1 .slick-prev:hover::before {
            background: #6d9fd6 !important; }
      .landingPage__slider .col.col1 .slick-prev::before,
      .landingPage__slider .col.col1 .slick-next::before {
        background: #FEBC11;
        color: #fff;
        font-size: 32px;
        line-height: 1;
        border: none;
        padding: 12px 0px;
        height: 60px;
        width: 25px;
        border-radius: 0; }

.landingPage__callout {
  background: #FEBC11;
  padding: 30px 0px; }
  .landingPage__callout .callout {
    border: 1px solid #fff;
    padding: 20px 30px;
    display: flex;
    flex-wrap: wrap; }
    .landingPage__callout .callout .col1 {
      margin: 0 auto 20px;
      width: 150px; }
      @media (min-width: 1024px) {
        .landingPage__callout .callout .col1 {
          margin: 0; } }
    .landingPage__callout .callout .col2 {
      color: #275795;
      text-align: center;
      line-height: 1.4;
      font-family: 'Whitney SSm A', 'Whitney SSm B';
      font-weight: 700;
      font-style: normal; }
      @media (min-width: 1024px) {
        .landingPage__callout .callout .col2 {
          width: calc(100% - 150px);
          padding: 0 0 0 30px; } }
      .landingPage__callout .callout .col2 p {
        margin-bottom: 20px; }
      .landingPage__callout .callout .col2 .btn {
        background: #275795;
        color: #fff; }
        .landingPage__callout .callout .col2 .btn:hover {
          background: #6d9fd6; }

.landingPage__faqs {
  padding: 50px 0 30px; }
  .landingPage__faqs .section {
    margin-bottom: 40px; }
    .landingPage__faqs .section:last-of-type {
      margin-bottom: 0; }
    .landingPage__faqs .section .headline {
      position: relative;
      text-align: center;
      margin-bottom: 40px; }
      .landingPage__faqs .section .headline::after {
        content: '';
        height: 2px;
        position: absolute;
        top: 50%;
        background: #3a6cc0;
        width: 100%;
        left: 0; }
      .landingPage__faqs .section .headline h2 {
        font-size: 38px;
        letter-spacing: -.03em;
        line-height: 1.1 !important;
        text-transform: uppercase;
        display: inline-block;
        background: #fff;
        position: relative;
        z-index: 3;
        padding: 0 20px;
        margin: 0 auto; }
  .landingPage__faqs .js-accordion li {
    position: relative; }
    .landingPage__faqs .js-accordion li:nth-of-type(1) button.js-accordion__header {
      border-top: none; }
  .landingPage__faqs .js-accordion .icon {
    width: 65px;
    position: absolute;
    left: 40px;
    top: 10px;
    z-index: 2; }
  .landingPage__faqs .js-accordion .js-accordion__header {
    padding: 30px 20px 30px 115px; }
    @media (min-width: 900px) {
      .landingPage__faqs .js-accordion .js-accordion__header {
        font-size: 28px;
        padding: 24px 20px 30px 115px; } }
    .landingPage__faqs .js-accordion .js-accordion__header:hover {
      color: #6d9fd6; }
  .landingPage__faqs .js-accordion .js-accordion__header::before {
    left: 0; }
  .landingPage__faqs .js-accordion .js-accordion__header[aria-expanded="true"] {
    background: transparent;
    margin-bottom: 10px; }
  .landingPage__faqs .js-accordion .js-accordion__header[aria-expanded="false"]::before {
    position: absolute;
    border: none;
    background: #FEBC11;
    color: #fff;
    border-radius: 0;
    padding: 5px 15px 5px 5px;
    font-size: 27px;
    top: 42px;
    z-index: 1; }
  .landingPage__faqs .js-accordion .js-accordion__header[aria-expanded="true"]::before {
    position: absolute;
    border: none;
    background: #6d9fd6;
    color: #fff;
    padding: 5px 20px;
    border-radius: 0;
    padding: 5px 15px 5px 5px;
    font-size: 27px;
    top: 42px;
    z-index: 1; }
  .landingPage__faqs .js-accordion .entry-content {
    padding: 0px;
    padding-left: 15px; }
  .landingPage__faqs.page__embark {
    background: #f4f4f4;
    margin-top: 30px; }
    .landingPage__faqs.page__embark .headline {
      text-align: left !important; }
      .landingPage__faqs.page__embark .headline::after {
        display: none; }
      .landingPage__faqs.page__embark .headline h2 {
        background: transparent;
        text-transform: inherit !important;
        letter-spacing: normal !important;
        padding: 0px;
        text-align: left !important;
        margin-bottom: 12px; }
      .landingPage__faqs.page__embark .headline p {
        line-height: 1.4;
        margin-bottom: 30px;
        text-align: left !important; }

.landingPage__embarkCallout {
  margin: 90px auto 40px; }
  .landingPage__embarkCallout .row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center; }
    .landingPage__embarkCallout .row .col1 {
      z-index: 3;
      position: relative;
      margin: 0 auto -60px; }
      @media (min-width: 900px) {
        .landingPage__embarkCallout .row .col1 {
          margin: 0;
          width: 450px; } }
      .landingPage__embarkCallout .row .col1 .img-container {
        position: relative;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 999em;
        background-size: cover;
        width: 250px;
        height: 250px;
        margin: 0 auto; }
        @media (min-width: 615px) {
          .landingPage__embarkCallout .row .col1 .img-container {
            height: 350px;
            width: 350px; } }
        @media (min-width: 900px) {
          .landingPage__embarkCallout .row .col1 .img-container {
            margin: 0;
            height: 450px;
            width: 450px; } }
    .landingPage__embarkCallout .row .col2 {
      width: 100%;
      z-index: 1;
      position: relative; }
      @media (min-width: 900px) {
        .landingPage__embarkCallout .row .col2 {
          width: calc(100% - 450px);
          display: flex;
          align-items: center; } }
      .landingPage__embarkCallout .row .col2 .entry-content {
        width: 100%;
        background: #3a6cc0;
        color: #fff;
        padding: 90px 30px 20px; }
        @media (min-width: 900px) {
          .landingPage__embarkCallout .row .col2 .entry-content {
            padding: 40px 70px 20px 165px;
            margin-left: -140px;
            width: calc(100% + 140px); } }
        .landingPage__embarkCallout .row .col2 .entry-content h2, .landingPage__embarkCallout .row .col2 .entry-content h3, .landingPage__embarkCallout .row .col2 .entry-content h4 {
          color: #fff !important;
          text-transform: inherit !important; }
        .landingPage__embarkCallout .row .col2 .entry-content li::before {
          color: #FEBC11 !important; }
        .landingPage__embarkCallout .row .col2 .entry-content ul {
          margin: 20px 0px 30px 10px !important; }
          .landingPage__embarkCallout .row .col2 .entry-content ul li {
            line-height: 1.3 !important;
            margin-bottom: 15px !important; }

#listView, #recruitmentEvents, #upcomingEvents {
  overflow-y: scroll;
  width: 100%;
  padding: 20px;
  background: #fff !important;
  color: #225496;
  min-height: 500px; }
  #listView .fc-unthemed .fc-divider, #listView .fc-unthemed .fc-list-heading td, #listView .fc-unthemed .fc-popover .fc-header, #recruitmentEvents .fc-unthemed .fc-divider, #recruitmentEvents .fc-unthemed .fc-list-heading td, #recruitmentEvents .fc-unthemed .fc-popover .fc-header, #upcomingEvents .fc-unthemed .fc-divider, #upcomingEvents .fc-unthemed .fc-list-heading td, #upcomingEvents .fc-unthemed .fc-popover .fc-header {
    background: #fff !important;
    padding-bottom: 0px; }
  #listView .fc-view-container, #recruitmentEvents .fc-view-container, #upcomingEvents .fc-view-container {
    border: none !important; }
  #listView .fc-unthemed .fc-content, #listView .fc-unthemed .fc-divider, #listView .fc-unthemed .fc-list-heading td, #listView .fc-unthemed .fc-list-view, #listView .fc-unthemed .fc-popover, #listView .fc-unthemed .fc-row, #listView .fc-unthemed tbody, #listView .fc-unthemed td, #listView .fc-unthemed th, #listView .fc-unthemed thead, #recruitmentEvents .fc-unthemed .fc-content, #recruitmentEvents .fc-unthemed .fc-divider, #recruitmentEvents .fc-unthemed .fc-list-heading td, #recruitmentEvents .fc-unthemed .fc-list-view, #recruitmentEvents .fc-unthemed .fc-popover, #recruitmentEvents .fc-unthemed .fc-row, #recruitmentEvents .fc-unthemed tbody, #recruitmentEvents .fc-unthemed td, #recruitmentEvents .fc-unthemed th, #recruitmentEvents .fc-unthemed thead, #upcomingEvents .fc-unthemed .fc-content, #upcomingEvents .fc-unthemed .fc-divider, #upcomingEvents .fc-unthemed .fc-list-heading td, #upcomingEvents .fc-unthemed .fc-list-view, #upcomingEvents .fc-unthemed .fc-popover, #upcomingEvents .fc-unthemed .fc-row, #upcomingEvents .fc-unthemed tbody, #upcomingEvents .fc-unthemed td, #upcomingEvents .fc-unthemed th, #upcomingEvents .fc-unthemed thead {
    border: none;
    padding-left: 0px;
    margin: 0 20px; }
  #listView .fc-ltr .fc-list-item-marker, #recruitmentEvents .fc-ltr .fc-list-item-marker, #upcomingEvents .fc-ltr .fc-list-item-marker {
    display: none; }
  #listView .fc-state-default, #recruitmentEvents .fc-state-default, #upcomingEvents .fc-state-default {
    background: #fff;
    color: #3a6cc0;
    border-color: transparent;
    box-shadow: none; }
  #listView .fc-list-item.fc-has-url, #recruitmentEvents .fc-list-item.fc-has-url, #upcomingEvents .fc-list-item.fc-has-url {
    border-bottom: 1px solid #dbdbdb; }
  #listView .fc-unthemed .fc-list-item:hover td, #recruitmentEvents .fc-unthemed .fc-list-item:hover td, #upcomingEvents .fc-unthemed .fc-list-item:hover td {
    background: transparent; }
  #listView .fc-list-item-title.fc-widget-content, #recruitmentEvents .fc-list-item-title.fc-widget-content, #upcomingEvents .fc-list-item-title.fc-widget-content {
    line-height: normal; }
  #listView .fc-ltr .fc-list-heading-main, #recruitmentEvents .fc-ltr .fc-list-heading-main, #upcomingEvents .fc-ltr .fc-list-heading-main {
    font-family: 'Whitney SSm A', 'Whitney SSm B';
    font-weight: 700;
    font-style: italic; }
  #listView .fc-scroller, #recruitmentEvents .fc-scroller, #upcomingEvents .fc-scroller {
    overflow: visible !important; }
  #listView td.fc-today, #recruitmentEvents td.fc-today, #upcomingEvents td.fc-today {
    background: #dbdbdb; }
  #listView h2, #recruitmentEvents h2, #upcomingEvents h2 {
    font-size: 20px; }
  #listView .fc-list-table td, #recruitmentEvents .fc-list-table td, #upcomingEvents .fc-list-table td {
    font-size: 13px !important;
    background: #fff !important;
    border: none !important; }
  #listView .fc-list-view, #recruitmentEvents .fc-list-view, #upcomingEvents .fc-list-view {
    border: none; }
  #listView .fc-list-item-marker.fc-widget-content, #recruitmentEvents .fc-list-item-marker.fc-widget-content, #upcomingEvents .fc-list-item-marker.fc-widget-content {
    display: none; }
  #listView .fc-list-empty, #recruitmentEvents .fc-list-empty, #upcomingEvents .fc-list-empty {
    background: #fff !important;
    color: #fff;
    position: relative; }
    #listView .fc-list-empty::after, #recruitmentEvents .fc-list-empty::after, #upcomingEvents .fc-list-empty::after {
      content: 'No Events This Month';
      color: #3a6cc0;
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }

#listView {
  padding: 0 20px 20px; }

#calendarView {
  width: 100%; }
  #calendarView .fc-header-toolbar {
    padding-bottom: 15px;
    border-bottom: 2px solid #dbdbdb; }
  #calendarView .fc-center h2 {
    font-family: 'Whitney SSm A', 'Whitney SSm B';
    font-weight: 700;
    font-style: italic; }
  #calendarView .fc-day-header {
    font-family: 'Whitney SSm A', 'Whitney SSm B';
    font-weight: 700;
    font-style: normal; }
  #calendarView td.fc-today {
    background: #dbdbdb; }
  #calendarView .fc-day-grid-event {
    border-radius: 0; }
  #calendarView .fc-content {
    padding: 4px;
    white-space: normal;
    font-size: 12px;
    font-family: 'Whitney SSm A', 'Whitney SSm B';
    font-weight: 700;
    font-style: normal; }
  #calendarView .fc-state-default {
    font-family: 'Whitney SSm A', 'Whitney SSm B';
    font-weight: 700;
    font-style: normal;
    color: #fff;
    background: #275795;
    font-weight: 700;
    font-style: normal;
    text-shadow: none;
    border: none;
    border-radius: 0;
    text-transform: capitalize; }
    #calendarView .fc-state-default:hover {
      background: #FEBC11; }
  #calendarView .fc-state-active {
    background: #3a6cc0; }
  #calendarView .fc-prev-button, #calendarView .fc-next-button {
    border: none;
    box-shadow: none;
    width: 40px;
    height: 40px;
    background: #3a6cc0;
    color: #fff;
    border-radius: 999em;
    font-size: 13px;
    margin-right: 10px; }
    #calendarView .fc-prev-button:hover, #calendarView .fc-next-button:hover {
      background: #FEBC11;
      cursor: pointer; }
  #calendarView .fc-next-button {
    margin: 0 auto; }
  #calendarView #eventContent {
    padding: 30px 30px 60px;
    background: #fff;
    border-top: 5px solid #3a6cc0;
    -webkit-box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.3);
    z-index: 999;
    display: none;
    min-width: 320px;
    max-width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: fixed; }
    #calendarView #eventContent #eventTitle {
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 2px solid #dbdbdb; }
    #calendarView #eventContent p {
      margin: 20px auto;
      line-height: 1.4;
      font-size: 16px; }
    #calendarView #eventContent strong, #calendarView #eventContent a {
      font-family: 'Whitney SSm A', 'Whitney SSm B';
      font-weight: 700;
      font-style: normal;
      color: #3a6cc0; }
    #calendarView #eventContent a:hover {
      color: #FEBC11; }
    #calendarView #eventContent #startTime {
      display: inline-block; }
    #calendarView #eventContent #eventLink {
      font-family: 'Whitney SSm A', 'Whitney SSm B';
      font-weight: 700;
      font-style: normal;
      color: #3a6cc0;
      position: absolute;
      right: 30px;
      bottom: 15px;
      text-transform: uppercase;
      font-size: 14px; }
      #calendarView #eventContent #eventLink:hover {
        color: #FEBC11; }
      #calendarView #eventContent #eventLink::before {
        content: '\e900';
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        color: #FEBC11;
        vertical-align: bottom;
        margin-right: 4px; }
    #calendarView #eventContent .closeModal {
      position: absolute;
      right: 4px;
      top: 5px;
      font-size: 24px;
      width: 30px;
      height: 30px;
      margin: 0 auto;
      text-align: center;
      color: #FEBC11; }
      #calendarView #eventContent .closeModal:hover {
        color: #3a6cc0; }
