/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  font-size: 17px;
  line-height: 23px;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*, *:before, *:after {
  box-sizing: inherit; }

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal; }

ol, ul {
  list-style: none; }

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

.row.full-width {
  max-width: 100% !important; }

.row.no-gutters {
  padding: 0; }
  .row.no-gutters .column {
    padding: 0; }

.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 25px;
  padding: 0 var(--basicGrid-outer, 25px);
  width: 100%;
  max-width: 1300px;
  max-width: var(--basicGrid-width, 1300px); }
  @media (min-width: 0) {
    .row.stretch-on-small {
      align-items: stretch; }
    .row.top-on-small {
      align-items: flex-start; }
    .row.middle-on-small {
      align-items: center; }
    .row.bottom-on-small {
      align-items: flex-end; }
    .row.left-on-small {
      justify-content: flex-start; }
    .row.center-on-small {
      justify-content: center; }
    .row.right-on-small {
      justify-content: flex-end; }
    .row.around-on-small {
      justify-content: space-around; }
    .row.between-on-small {
      justify-content: space-between; }
    .row.ltr-on-small {
      flex-direction: row; }
    .row.rtl-on-small {
      flex-direction: row-reverse; }
    .row.hide-on-small {
      display: none; }
    .row.show-on-small {
      display: flex; } }
  @media (min-width: 900px) {
    .row.stretch-on-medium {
      align-items: stretch; }
    .row.top-on-medium {
      align-items: flex-start; }
    .row.middle-on-medium {
      align-items: center; }
    .row.bottom-on-medium {
      align-items: flex-end; }
    .row.left-on-medium {
      justify-content: flex-start; }
    .row.center-on-medium {
      justify-content: center; }
    .row.right-on-medium {
      justify-content: flex-end; }
    .row.around-on-medium {
      justify-content: space-around; }
    .row.between-on-medium {
      justify-content: space-between; }
    .row.ltr-on-medium {
      flex-direction: row; }
    .row.rtl-on-medium {
      flex-direction: row-reverse; }
    .row.hide-on-medium {
      display: none; }
    .row.show-on-medium {
      display: flex; } }
  @media (min-width: 1024px) {
    .row.stretch-on-large {
      align-items: stretch; }
    .row.top-on-large {
      align-items: flex-start; }
    .row.middle-on-large {
      align-items: center; }
    .row.bottom-on-large {
      align-items: flex-end; }
    .row.left-on-large {
      justify-content: flex-start; }
    .row.center-on-large {
      justify-content: center; }
    .row.right-on-large {
      justify-content: flex-end; }
    .row.around-on-large {
      justify-content: space-around; }
    .row.between-on-large {
      justify-content: space-between; }
    .row.ltr-on-large {
      flex-direction: row; }
    .row.rtl-on-large {
      flex-direction: row-reverse; }
    .row.hide-on-large {
      display: none; }
    .row.show-on-large {
      display: flex; } }
  @media (min-width: 1440px) {
    .row.stretch-on-extra-large {
      align-items: stretch; }
    .row.top-on-extra-large {
      align-items: flex-start; }
    .row.middle-on-extra-large {
      align-items: center; }
    .row.bottom-on-extra-large {
      align-items: flex-end; }
    .row.left-on-extra-large {
      justify-content: flex-start; }
    .row.center-on-extra-large {
      justify-content: center; }
    .row.right-on-extra-large {
      justify-content: flex-end; }
    .row.around-on-extra-large {
      justify-content: space-around; }
    .row.between-on-extra-large {
      justify-content: space-between; }
    .row.ltr-on-extra-large {
      flex-direction: row; }
    .row.rtl-on-extra-large {
      flex-direction: row-reverse; }
    .row.hide-on-extra-large {
      display: none; }
    .row.show-on-extra-large {
      display: flex; } }
  .row .row {
    margin: 0 -1.8125rem;
    margin: 0 calc(var(--basicGrid-gutter, 3.625rem) / -2);
    padding: 0;
    width: auto;
    max-width: none; }
  .row .column {
    position: relative;
    box-sizing: border-box;
    padding: 0 1.8125rem;
    padding: 0 calc(var(--basicGrid-gutter, 3.625rem) / 2);
    width: 100%; }
    @media (min-width: 0) {
      .row .column.small-auto {
        flex: 1 1 0; }
      .row .column.small-1 {
        flex: 0 1 auto;
        width: 8.33333%; }
      .row .column.small-offset-1 {
        margin-left: 8.33333%; }
      .row .column.small-pull-1 {
        left: auto;
        right: 8.33333%; }
      .row .column.small-push-1 {
        right: auto;
        left: 8.33333%; }
      .row .column.small-2 {
        flex: 0 1 auto;
        width: 16.66667%; }
      .row .column.small-offset-2 {
        margin-left: 16.66667%; }
      .row .column.small-pull-2 {
        left: auto;
        right: 16.66667%; }
      .row .column.small-push-2 {
        right: auto;
        left: 16.66667%; }
      .row .column.small-3 {
        flex: 0 1 auto;
        width: 25%; }
      .row .column.small-offset-3 {
        margin-left: 25%; }
      .row .column.small-pull-3 {
        left: auto;
        right: 25%; }
      .row .column.small-push-3 {
        right: auto;
        left: 25%; }
      .row .column.small-4 {
        flex: 0 1 auto;
        width: 33.33333%; }
      .row .column.small-offset-4 {
        margin-left: 33.33333%; }
      .row .column.small-pull-4 {
        left: auto;
        right: 33.33333%; }
      .row .column.small-push-4 {
        right: auto;
        left: 33.33333%; }
      .row .column.small-5 {
        flex: 0 1 auto;
        width: 41.66667%; }
      .row .column.small-offset-5 {
        margin-left: 41.66667%; }
      .row .column.small-pull-5 {
        left: auto;
        right: 41.66667%; }
      .row .column.small-push-5 {
        right: auto;
        left: 41.66667%; }
      .row .column.small-6 {
        flex: 0 1 auto;
        width: 50%; }
      .row .column.small-offset-6 {
        margin-left: 50%; }
      .row .column.small-pull-6 {
        left: auto;
        right: 50%; }
      .row .column.small-push-6 {
        right: auto;
        left: 50%; }
      .row .column.small-7 {
        flex: 0 1 auto;
        width: 58.33333%; }
      .row .column.small-offset-7 {
        margin-left: 58.33333%; }
      .row .column.small-pull-7 {
        left: auto;
        right: 58.33333%; }
      .row .column.small-push-7 {
        right: auto;
        left: 58.33333%; }
      .row .column.small-8 {
        flex: 0 1 auto;
        width: 66.66667%; }
      .row .column.small-offset-8 {
        margin-left: 66.66667%; }
      .row .column.small-pull-8 {
        left: auto;
        right: 66.66667%; }
      .row .column.small-push-8 {
        right: auto;
        left: 66.66667%; }
      .row .column.small-9 {
        flex: 0 1 auto;
        width: 75%; }
      .row .column.small-offset-9 {
        margin-left: 75%; }
      .row .column.small-pull-9 {
        left: auto;
        right: 75%; }
      .row .column.small-push-9 {
        right: auto;
        left: 75%; }
      .row .column.small-10 {
        flex: 0 1 auto;
        width: 83.33333%; }
      .row .column.small-offset-10 {
        margin-left: 83.33333%; }
      .row .column.small-pull-10 {
        left: auto;
        right: 83.33333%; }
      .row .column.small-push-10 {
        right: auto;
        left: 83.33333%; }
      .row .column.small-11 {
        flex: 0 1 auto;
        width: 91.66667%; }
      .row .column.small-offset-11 {
        margin-left: 91.66667%; }
      .row .column.small-pull-11 {
        left: auto;
        right: 91.66667%; }
      .row .column.small-push-11 {
        right: auto;
        left: 91.66667%; }
      .row .column.small-12 {
        flex: 0 1 auto;
        width: 100%; }
      .row .column.small-offset-12 {
        margin-left: 100%; }
      .row .column.small-pull-12 {
        left: auto;
        right: 100%; }
      .row .column.small-push-12 {
        right: auto;
        left: 100%; }
      .row .column.first-on-small {
        order: -1; }
      .row .column.last-on-small {
        order: 1; }
      .row .column.origin-on-small {
        order: 0; }
      .row .column.hide-on-small {
        display: none; }
      .row .column.show-on-small {
        display: block; } }
    @media (min-width: 900px) {
      .row .column.medium-auto {
        flex: 1 1 0; }
      .row .column.medium-1 {
        flex: 0 1 auto;
        width: 8.33333%; }
      .row .column.medium-offset-1 {
        margin-left: 8.33333%; }
      .row .column.medium-pull-1 {
        left: auto;
        right: 8.33333%; }
      .row .column.medium-push-1 {
        right: auto;
        left: 8.33333%; }
      .row .column.medium-2 {
        flex: 0 1 auto;
        width: 16.66667%; }
      .row .column.medium-offset-2 {
        margin-left: 16.66667%; }
      .row .column.medium-pull-2 {
        left: auto;
        right: 16.66667%; }
      .row .column.medium-push-2 {
        right: auto;
        left: 16.66667%; }
      .row .column.medium-3 {
        flex: 0 1 auto;
        width: 25%; }
      .row .column.medium-offset-3 {
        margin-left: 25%; }
      .row .column.medium-pull-3 {
        left: auto;
        right: 25%; }
      .row .column.medium-push-3 {
        right: auto;
        left: 25%; }
      .row .column.medium-4 {
        flex: 0 1 auto;
        width: 33.33333%; }
      .row .column.medium-offset-4 {
        margin-left: 33.33333%; }
      .row .column.medium-pull-4 {
        left: auto;
        right: 33.33333%; }
      .row .column.medium-push-4 {
        right: auto;
        left: 33.33333%; }
      .row .column.medium-5 {
        flex: 0 1 auto;
        width: 41.66667%; }
      .row .column.medium-offset-5 {
        margin-left: 41.66667%; }
      .row .column.medium-pull-5 {
        left: auto;
        right: 41.66667%; }
      .row .column.medium-push-5 {
        right: auto;
        left: 41.66667%; }
      .row .column.medium-6 {
        flex: 0 1 auto;
        width: 50%; }
      .row .column.medium-offset-6 {
        margin-left: 50%; }
      .row .column.medium-pull-6 {
        left: auto;
        right: 50%; }
      .row .column.medium-push-6 {
        right: auto;
        left: 50%; }
      .row .column.medium-7 {
        flex: 0 1 auto;
        width: 58.33333%; }
      .row .column.medium-offset-7 {
        margin-left: 58.33333%; }
      .row .column.medium-pull-7 {
        left: auto;
        right: 58.33333%; }
      .row .column.medium-push-7 {
        right: auto;
        left: 58.33333%; }
      .row .column.medium-8 {
        flex: 0 1 auto;
        width: 66.66667%; }
      .row .column.medium-offset-8 {
        margin-left: 66.66667%; }
      .row .column.medium-pull-8 {
        left: auto;
        right: 66.66667%; }
      .row .column.medium-push-8 {
        right: auto;
        left: 66.66667%; }
      .row .column.medium-9 {
        flex: 0 1 auto;
        width: 75%; }
      .row .column.medium-offset-9 {
        margin-left: 75%; }
      .row .column.medium-pull-9 {
        left: auto;
        right: 75%; }
      .row .column.medium-push-9 {
        right: auto;
        left: 75%; }
      .row .column.medium-10 {
        flex: 0 1 auto;
        width: 83.33333%; }
      .row .column.medium-offset-10 {
        margin-left: 83.33333%; }
      .row .column.medium-pull-10 {
        left: auto;
        right: 83.33333%; }
      .row .column.medium-push-10 {
        right: auto;
        left: 83.33333%; }
      .row .column.medium-11 {
        flex: 0 1 auto;
        width: 91.66667%; }
      .row .column.medium-offset-11 {
        margin-left: 91.66667%; }
      .row .column.medium-pull-11 {
        left: auto;
        right: 91.66667%; }
      .row .column.medium-push-11 {
        right: auto;
        left: 91.66667%; }
      .row .column.medium-12 {
        flex: 0 1 auto;
        width: 100%; }
      .row .column.medium-offset-12 {
        margin-left: 100%; }
      .row .column.medium-pull-12 {
        left: auto;
        right: 100%; }
      .row .column.medium-push-12 {
        right: auto;
        left: 100%; }
      .row .column.first-on-medium {
        order: -1; }
      .row .column.last-on-medium {
        order: 1; }
      .row .column.origin-on-medium {
        order: 0; }
      .row .column.hide-on-medium {
        display: none; }
      .row .column.show-on-medium {
        display: block; } }
    @media (min-width: 1024px) {
      .row .column.large-auto {
        flex: 1 1 0; }
      .row .column.large-1 {
        flex: 0 1 auto;
        width: 8.33333%; }
      .row .column.large-offset-1 {
        margin-left: 8.33333%; }
      .row .column.large-pull-1 {
        left: auto;
        right: 8.33333%; }
      .row .column.large-push-1 {
        right: auto;
        left: 8.33333%; }
      .row .column.large-2 {
        flex: 0 1 auto;
        width: 16.66667%; }
      .row .column.large-offset-2 {
        margin-left: 16.66667%; }
      .row .column.large-pull-2 {
        left: auto;
        right: 16.66667%; }
      .row .column.large-push-2 {
        right: auto;
        left: 16.66667%; }
      .row .column.large-3 {
        flex: 0 1 auto;
        width: 25%; }
      .row .column.large-offset-3 {
        margin-left: 25%; }
      .row .column.large-pull-3 {
        left: auto;
        right: 25%; }
      .row .column.large-push-3 {
        right: auto;
        left: 25%; }
      .row .column.large-4 {
        flex: 0 1 auto;
        width: 33.33333%; }
      .row .column.large-offset-4 {
        margin-left: 33.33333%; }
      .row .column.large-pull-4 {
        left: auto;
        right: 33.33333%; }
      .row .column.large-push-4 {
        right: auto;
        left: 33.33333%; }
      .row .column.large-5 {
        flex: 0 1 auto;
        width: 41.66667%; }
      .row .column.large-offset-5 {
        margin-left: 41.66667%; }
      .row .column.large-pull-5 {
        left: auto;
        right: 41.66667%; }
      .row .column.large-push-5 {
        right: auto;
        left: 41.66667%; }
      .row .column.large-6 {
        flex: 0 1 auto;
        width: 50%; }
      .row .column.large-offset-6 {
        margin-left: 50%; }
      .row .column.large-pull-6 {
        left: auto;
        right: 50%; }
      .row .column.large-push-6 {
        right: auto;
        left: 50%; }
      .row .column.large-7 {
        flex: 0 1 auto;
        width: 58.33333%; }
      .row .column.large-offset-7 {
        margin-left: 58.33333%; }
      .row .column.large-pull-7 {
        left: auto;
        right: 58.33333%; }
      .row .column.large-push-7 {
        right: auto;
        left: 58.33333%; }
      .row .column.large-8 {
        flex: 0 1 auto;
        width: 66.66667%; }
      .row .column.large-offset-8 {
        margin-left: 66.66667%; }
      .row .column.large-pull-8 {
        left: auto;
        right: 66.66667%; }
      .row .column.large-push-8 {
        right: auto;
        left: 66.66667%; }
      .row .column.large-9 {
        flex: 0 1 auto;
        width: 75%; }
      .row .column.large-offset-9 {
        margin-left: 75%; }
      .row .column.large-pull-9 {
        left: auto;
        right: 75%; }
      .row .column.large-push-9 {
        right: auto;
        left: 75%; }
      .row .column.large-10 {
        flex: 0 1 auto;
        width: 83.33333%; }
      .row .column.large-offset-10 {
        margin-left: 83.33333%; }
      .row .column.large-pull-10 {
        left: auto;
        right: 83.33333%; }
      .row .column.large-push-10 {
        right: auto;
        left: 83.33333%; }
      .row .column.large-11 {
        flex: 0 1 auto;
        width: 91.66667%; }
      .row .column.large-offset-11 {
        margin-left: 91.66667%; }
      .row .column.large-pull-11 {
        left: auto;
        right: 91.66667%; }
      .row .column.large-push-11 {
        right: auto;
        left: 91.66667%; }
      .row .column.large-12 {
        flex: 0 1 auto;
        width: 100%; }
      .row .column.large-offset-12 {
        margin-left: 100%; }
      .row .column.large-pull-12 {
        left: auto;
        right: 100%; }
      .row .column.large-push-12 {
        right: auto;
        left: 100%; }
      .row .column.first-on-large {
        order: -1; }
      .row .column.last-on-large {
        order: 1; }
      .row .column.origin-on-large {
        order: 0; }
      .row .column.hide-on-large {
        display: none; }
      .row .column.show-on-large {
        display: block; } }
    @media (min-width: 1440px) {
      .row .column.extra-large-auto {
        flex: 1 1 0; }
      .row .column.extra-large-1 {
        flex: 0 1 auto;
        width: 8.33333%; }
      .row .column.extra-large-offset-1 {
        margin-left: 8.33333%; }
      .row .column.extra-large-pull-1 {
        left: auto;
        right: 8.33333%; }
      .row .column.extra-large-push-1 {
        right: auto;
        left: 8.33333%; }
      .row .column.extra-large-2 {
        flex: 0 1 auto;
        width: 16.66667%; }
      .row .column.extra-large-offset-2 {
        margin-left: 16.66667%; }
      .row .column.extra-large-pull-2 {
        left: auto;
        right: 16.66667%; }
      .row .column.extra-large-push-2 {
        right: auto;
        left: 16.66667%; }
      .row .column.extra-large-3 {
        flex: 0 1 auto;
        width: 25%; }
      .row .column.extra-large-offset-3 {
        margin-left: 25%; }
      .row .column.extra-large-pull-3 {
        left: auto;
        right: 25%; }
      .row .column.extra-large-push-3 {
        right: auto;
        left: 25%; }
      .row .column.extra-large-4 {
        flex: 0 1 auto;
        width: 33.33333%; }
      .row .column.extra-large-offset-4 {
        margin-left: 33.33333%; }
      .row .column.extra-large-pull-4 {
        left: auto;
        right: 33.33333%; }
      .row .column.extra-large-push-4 {
        right: auto;
        left: 33.33333%; }
      .row .column.extra-large-5 {
        flex: 0 1 auto;
        width: 41.66667%; }
      .row .column.extra-large-offset-5 {
        margin-left: 41.66667%; }
      .row .column.extra-large-pull-5 {
        left: auto;
        right: 41.66667%; }
      .row .column.extra-large-push-5 {
        right: auto;
        left: 41.66667%; }
      .row .column.extra-large-6 {
        flex: 0 1 auto;
        width: 50%; }
      .row .column.extra-large-offset-6 {
        margin-left: 50%; }
      .row .column.extra-large-pull-6 {
        left: auto;
        right: 50%; }
      .row .column.extra-large-push-6 {
        right: auto;
        left: 50%; }
      .row .column.extra-large-7 {
        flex: 0 1 auto;
        width: 58.33333%; }
      .row .column.extra-large-offset-7 {
        margin-left: 58.33333%; }
      .row .column.extra-large-pull-7 {
        left: auto;
        right: 58.33333%; }
      .row .column.extra-large-push-7 {
        right: auto;
        left: 58.33333%; }
      .row .column.extra-large-8 {
        flex: 0 1 auto;
        width: 66.66667%; }
      .row .column.extra-large-offset-8 {
        margin-left: 66.66667%; }
      .row .column.extra-large-pull-8 {
        left: auto;
        right: 66.66667%; }
      .row .column.extra-large-push-8 {
        right: auto;
        left: 66.66667%; }
      .row .column.extra-large-9 {
        flex: 0 1 auto;
        width: 75%; }
      .row .column.extra-large-offset-9 {
        margin-left: 75%; }
      .row .column.extra-large-pull-9 {
        left: auto;
        right: 75%; }
      .row .column.extra-large-push-9 {
        right: auto;
        left: 75%; }
      .row .column.extra-large-10 {
        flex: 0 1 auto;
        width: 83.33333%; }
      .row .column.extra-large-offset-10 {
        margin-left: 83.33333%; }
      .row .column.extra-large-pull-10 {
        left: auto;
        right: 83.33333%; }
      .row .column.extra-large-push-10 {
        right: auto;
        left: 83.33333%; }
      .row .column.extra-large-11 {
        flex: 0 1 auto;
        width: 91.66667%; }
      .row .column.extra-large-offset-11 {
        margin-left: 91.66667%; }
      .row .column.extra-large-pull-11 {
        left: auto;
        right: 91.66667%; }
      .row .column.extra-large-push-11 {
        right: auto;
        left: 91.66667%; }
      .row .column.extra-large-12 {
        flex: 0 1 auto;
        width: 100%; }
      .row .column.extra-large-offset-12 {
        margin-left: 100%; }
      .row .column.extra-large-pull-12 {
        left: auto;
        right: 100%; }
      .row .column.extra-large-push-12 {
        right: auto;
        left: 100%; }
      .row .column.first-on-extra-large {
        order: -1; }
      .row .column.last-on-extra-large {
        order: 1; }
      .row .column.origin-on-extra-large {
        order: 0; }
      .row .column.hide-on-extra-large {
        display: none; }
      .row .column.show-on-extra-large {
        display: block; } }

body {
  font-family: acumin-pro, sans-serif;
  font-size: 1em;
  line-height: 1.35294118em;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

h1, h2, h3, h4, h5, h6, a.btn {
  clear: both;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  font-style: normal; }

h1 {
  font-size: 4.3em; }

h2 {
  font-size: 2.5em;
  line-height: 1em;
  margin-bottom: 0.31944444em;
  letter-spacing: -1.2px; }
  @media screen and (min-width: 900px) {
    h2 {
      font-size: 3.3em; } }

h3 {
  font-size: 2.3em;
  line-height: 1.02222222em;
  margin-bottom: 0.51111111em; }

h4 {
  font-size: 1.235em; }

.news-article h2 {
  font-size: 2.3em; }

p, ul, ol, pre, table, blockquote {
  margin-top: 0em;
  margin-bottom: 1.35294118em; }

p.lead {
  font-size: 1.235em;
  line-height: 1.2em;
  margin-bottom: 1em;
  font-weight: 300; }

.dark-blue-bg {
  background-color: #193f4e; }

.light-blue-bg {
  background-color: #50a2bd; }

.blue-green-bg {
  background-color: #6bbdaf; }

.blue-grey-bg {
  background-color: #3c6d7c; }

.blue-grey-bg-50 {
  background-color: rgba(60, 109, 124, 0.5); }

.dark-blue-bg-dark-3 {
  background-color: #153642; }

.light-blue-bg-dark-3 {
  background-color: #459cb8; }

.blue-green-bg-dark-3 {
  background-color: #60b8a9; }

.blue-grey-bg-dark-3 {
  background-color: #376472; }

.dark-blue-bg-dark-7 {
  background-color: #102933; }

.dark-blue-text {
  color: #193f4e; }

.light-blue-text {
  color: #50a2bd; }

.blue-green-text {
  color: #6bbdaf; }

.blue-grey-text {
  color: #3c6d7c; }

.white-text {
  color: #fff !important; }

.uppercase {
  text-transform: uppercase; }

.bg-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.center-text {
  text-align: center; }

.center-me {
  margin: 0 auto; }

.img-shadow img {
  box-shadow: 15px 15px 60px #00000045; }

@media only screen and (max-width: 770px) {
  .row-no-padd-on-mobile, .no-padding-mobile {
    padding: 0 !important; }
    .row-no-padd-on-mobile .column, .no-padding-mobile .column {
      padding: 0 !important; } }

.mt-0 {
  margin-top: 0px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.pt-0 {
  padding-top: 0px !important; }

.pt-5 {
  padding-top: 5px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.pb-5 {
  padding-bottom: 5px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pl-20 {
  padding-left: 20px !important; }

html {
  font-size: 17px; }

body {
  color: #7f7d81; }

a {
  color: #6bbdaf;
  transition: all 0.3s ease; }
  a:active {
    color: #6bbdaf; }
  a:visited {
    color: #6bbdaf; }
  a:hover {
    color: #50a2bd; }
  a.white-link {
    color: #fff;
    text-decoration: none; }
    a.white-link:active {
      color: #fff; }
    a.white-link:visited {
      color: #fff; }
    a.white-link:hover {
      color: #193f4e; }

a.btn, input.my-gf-btn {
  padding: 10px 25px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  letter-spacing: 0.1em;
  font-size: 0.9em;
  transition: all 0.3s ease; }
  a.btn.dark-blue-bg:hover, input.my-gf-btn.dark-blue-bg:hover {
    background-color: #102933; }
  a.btn.light-blue-bg:hover, input.my-gf-btn.light-blue-bg:hover {
    background-color: #408fa9; }
  a.btn.blue-grey-bg:hover, input.my-gf-btn.blue-grey-bg:hover {
    background-color: #305864; }
  a.btn.blue-green-bg:hover, input.my-gf-btn.blue-green-bg:hover {
    background-color: #52b2a2; }

a.download-btn {
  background-color: #6bbdaf;
  color: white;
  text-decoration: none;
  padding: 10px 15px; }
  a.download-btn:hover {
    background-color: #193f4e; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

input.my-gf-btn {
  background-color: #6bbdaf !important;
  color: white;
  border: 0;
  font-weight: 700; }

body .gform_wrapper ul li.gfield {
  margin-top: 0; }

.ginput_container input {
  padding: 10px 20px !important;
  border: 0;
  background-color: #e2e2e2; }

.gform_wrapper li.hidden_label input {
  margin-top: 0 !important; }

.join-coalition .ginput_container input {
  background-color: #0000003b;
  color: white; }

@media (min-width: 1024px) {
  .join-coalition li.gfield {
    width: 50%;
    display: inline-block; } }

.join-coalition .gform_wrapper ul li.gfield {
  margin-top: 8px; }

header.cei-header {
  padding: 20px 60px 20px 0; }
  header.cei-header img.logo {
    max-height: 100px; }
  header.cei-header .row {
    position: relative; }

nav.header-main-menu {
  z-index: 100;
  position: absolute;
  right: -40px;
  text-align: right;
  


}

nav.header-main-menu #menu-icon {
  margin-top:35px;
  display: block;
}


  nav.header-main-menu.toggled ul {
    display: block; }
  @media (min-width: 1000px) {
    nav.header-main-menu {
      bottom: 0;
      right: 0; } }
  nav.header-main-menu a#menu-icon img {
    width: 25px;
    height: auto; }
    @media (min-width: 1000px) {
      nav.header-main-menu a#menu-icon img {
        display: none; } }
  nav.header-main-menu ul {
    display: none; }
    @media (min-width: 0) {
      nav.header-main-menu ul {
        background-color: #336f82;
        padding: 15px;
        min-width: 200px;
        margin-top: 10px;
        box-shadow: 5px 5px 15px #00000040; } }
    @media (min-width: 1000px) {
      nav.header-main-menu ul {
        display: block;
        background-color: initial;
        box-shadow: initial;
        padding: initial;
        min-width: initial; } }
    @media (min-width: 0) {
      nav.header-main-menu ul li {
        display: block;
        margin-bottom: 10px; } } 
      @media (min-width: 1000px) {
        nav.header-main-menu ul li {
          display: inline-block;
          margin-left: 5px; } }
    @media (min-width: 1100px) {
      nav.header-main-menu ul li {
        margin-left: 10px; } }
     
    nav.header-main-menu ul li a, nav.header-main-menu ul li a:active {
      color: white;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 1em;
      letter-spacing: 1px;
      font-weight: 600; }

      @media (max-width: 1100px) {
        nav.header-main-menu ul li a, nav.header-main-menu ul li a:active {
          font-size: .9em;
        }
      }

      nav.header-main-menu ul li a:hover, nav.header-main-menu ul li a:active, nav.header-main-menu ul li a:active:hover, nav.header-main-menu ul li a:active:active {
        color: #6bbdaf; }

.header-sub-menu {
  position: absolute !important;
  right: 35px;
  top: -15px; }
  .header-sub-menu ul {
    display: flex; }
    .header-sub-menu ul a {
      font: 70% acumin-pro, sans-serif;
      font-weight: 600;
      font-style: normal;
      letter-spacing: 0.1rem;
      color: white;
      text-transform: uppercase;
      text-decoration: none;
      padding: 10px 15px; }
      .header-sub-menu ul a:hover {
        background-color: #6bbdaf; }
  .header-sub-menu img.social-icon {
    width: 40px;
    margin: 5px 3px 10px 3px; }

@media (min-width: 900px) {
  section.hero, .hero-content {
    min-height: 500px;
    padding: 1%; } }

section.hero h2, .hero-content h2 {
  font-size: 2.9em; }

.page-template-page-ventura .hero-content {
  min-height: 250px; }
  @media (min-width: 900px) {
    .page-template-page-ventura .hero-content {
      min-height: 0; } }
  @media (min-width: 1440px) {
    .page-template-page-ventura .hero-content {
      min-height: 650px; } }

hr.accent {
  border: 0;
  height: 6px;
  background-color: #6bbdaf;
  width: 25%;
  float: left;
  margin-bottom: 20px; }

.join-form {
  background-color: #ffffffe8;
  padding: 9% 9% 2% 9%; }
  .join-form h2 {
    margin-bottom: 10px; }

section.rt-testimonial-section .owl-item {
  background-color: white;
  padding: 50px;
  box-sizing: border-box; }

section.rt-testimonial-section .single-item-wrapper {
  padding: 20px; }

section.rt-testimonial-section h3.author-name {
  margin-bottom: 0 !important; }

.profile-img-wrapper.tss-left {
  flex: 2 !important;
  margin-left: -15px; }

section.main {
  padding-bottom: 11.5vw;
  box-shadow: inset 0px -60px 200px 0px #00000038; }
  @media (min-width: 1440px) {
    section.main {
      max-height: 670px; } }

@media (min-width: 1440px) {
  .page-template-page-ventura section.main {
    max-height: 580px; } }

.col-2 {
  column-count: 1; }
  @media (min-width: 900px) {
    .col-2 {
      column-count: 2;
      column-gap: 75px;
      column-fill: balance; } }

.boxed {
  text-align: center;
  background-color: rgba(25, 63, 78, 0.5);
  padding: 15px 20px;
  letter-spacing: 2.1px;
  margin-bottom: 5px; }

section.icon-links {
  position: relative;
  padding-top: 40px;
  padding-bottom: 80px; }
  section.icon-links .column.medium-4 {
    margin-bottom: 60px; }
  section.icon-links img {
    padding: 5px;
    max-width: 245px; width:100%; }
    @media (min-width: 900px) {
      section.icon-links img {
        max-width: 90%; } }
    @media (min-width: 1024px) {
      section.icon-links img {
        padding: 25px; } }
  @media (min-width: 900px) {
    section.icon-links {
      padding: 0; } }

@media (min-width: 900px) {
  .page-template-page-ventura section.icon-links,
  .page-template-page-la section.icon-links {
    max-height: 460px; } }

@media (min-width: 1024px) {
  .page-template-page-ventura section.icon-links,
  .page-template-page-la section.icon-links {
    max-height: 470px; } }

@media (min-width: 900px) {
  .page-template-page-ventura .row.cross-section {
    top: -120px; } }

.row.cross-section {
  text-align: center; }
  @media (min-width: 900px) {
    .row.cross-section {
      position: relative;
      top: -10.5vw; }
      .row.cross-section h3 {
        font-size: 4vw; } }
  @media (min-width: 1024px) {
    .row.cross-section h3 {
      font-size: 2.3em; } }
  @media (min-width: 1440px) {
    .row.cross-section {
      top: -150px; } }
  .row.cross-section .padded-col {
    margin: 0 auto;
    overflow: visible; }
    @media (min-width: 900px) {
      .row.cross-section .padded-col {
        max-width: 400px; } }

.section-line {
  border-bottom: 1px solid rgba(127, 125, 129, 0.4);
  text-align: right;
  margin-bottom: 25px; }
  .section-line a {
    text-decoration: none;
    font-size: 0.8em;
    font-weight: 700;
    color: #3c6d7c;
    letter-spacing: 1px;
    line-height: 3em; }

.news-article {
  margin-bottom: 60px; }
  @media (min-width: 1024px) {
    .news-article {
      margin-bottom: 80px; } }
  .news-article img {
    box-shadow: 5px 5px 45px #00000040; }

@media (min-width: 1024px) {
  .news-article h2.post-title {
    min-height: 117px; } }

.post-date {
  color: #50a2bd;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 1em; }

.post-title {
  color: #3c6d7c; }

.join-form-wrapper {
  background: #1029339e; }

.card-container {
  background-color: white;
  padding: 15px;
  margin-bottom: 40px;
  box-shadow: 25px 25px 50px #00000024; }
  .card-container a {
    text-decoration: none;
    color: white; }
    .card-container a:hover {
      color: #6bbdaf; }
  .card-container h3 {
    margin: 0; }
  .card-container .local-container {
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .card-container .local-links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px; }
    .card-container .local-links ul {
      margin: 0; }
      .card-container .local-links ul li {
        display: inline-block;
        margin: 0 10px; }
        .card-container .local-links ul li a {
          text-decoration: none;
          font-weight: 600;
          text-transform: uppercase;
          color: #3c6d7c; }
          .card-container .local-links ul li a:before {
            background: url("http://ceimain.jointstaging.com/wp-content/uploads/2019/01/doc.png") no-repeat top right;
            background-size: cover;
            width: 20px;
            height: 20px;
            display: inline-block;
            content: "";
            margin: 0 9px 0 0;
            vertical-align: sub; }

section.join-coalition label.gfield_label {
  color: #6bbdaf;
  font-size: 15px;
  font-weight: 400;
  margin-top: 15px; }

section.join-coalition .gfield_radio li {
  display: inline-block;
  margin-right: 25px; }

section.join-coalition .gfield_radio li input[type=radio]:checked + label {
  font-weight: 400; }

section.join-coalition .gform_wrapper .gform_footer {
  margin-top: 0; }

img.logo-small {
  max-width: 200px; }

footer ul li a {
  color: white;
  font-size: .9em;
  font-weight: 500;
  text-decoration: none; }
  footer ul li a:active {
    color: white; }
  footer ul li a:visited {
    color: white; }
  footer ul li a:hover {
    color: #6bbdaf; }

ul.footer-main-menu {
  margin-left: 10px; }
  ul.footer-main-menu.col-2 {
    column-count: 2;
    column-gap: 10px; }
  ul.footer-main-menu li {
    margin-bottom: 5px; }
  @media (min-width: 1024px) {
    ul.footer-main-menu {
      margin: 0 auto;
      width: 80%; }
      ul.footer-main-menu.col-2 {
        column-gap: 40px; } }

ul.footer-sub-menu {
  margin-left: 10px; }
  @media (min-width: 1024px) {
    ul.footer-sub-menu {
      margin: 0 auto;
      width: 76%; } }

.divider {
  display: none; }
  @media (min-width: 1024px) {
    .divider {
      display: block;
      width: 1px;
      margin: 6px 0;
      background: rgba(107, 189, 175, 0.2); } }

.sub-footer p {
  margin-bottom: 0;
  font-size: .8em; }

  /* Alert & Button */ 

.page-template-page-la section.main { padding-bottom:750px;} @media (max-width: 1439px) { .page-template-page-la section.main { padding-bottom:50px;}} 

a.orange { 
  background:#cc6e40; 
  color:#FFF; 
  border-radius: 15px; 
  text-align: center; 
  display: block; 
  margin-top:70px;
  padding:15px; 
  text-decoration:none; 
  font-weight: 800; 
  border:2px solid #FFF; 
  margin-bottom: 100px;
  font-size: 1.235em;
} 

a.orange:hover { background:#ad5b32;}

  .v-link {
		background:#cc6e40;
		color:#FFF; 
		padding:15px;
		text-align:center;
		border-top:2px solid #FFF; 
		border-bottom:2px solid #FFF;
		display:block;
		text-decoration:none;
	}

	.v-link:hover { 
		background:#ad5b32;
		color:#FFF;
		
	}

	.v-link:visited {
		color:#FFF;
	}

	

	.v-alert strong {
		text-transform:uppercase;
  }

  @media (max-width: 375px) {
    .social-nav.int {
      right:-15px;
    }
    header .social-nav .social-icon {
     width: 30px;
    }
  }

  .social-nav a {
    text-decoration: none;
  }

  .social-nav .social-icon {
    width: 40px;
    margin: 5px 3px 10px 3px; }


  
  @media (max-width: 1000px) {
    .social-nav.dsk-o { display: none;  }
  }

  .social-nav.mb-o { display: none;}
  
  @media (max-width: 1000px) {
    .social-nav.mb-o {
      display: inherit;
    }
  }
/*
  .header-main-menu .sub-menu {
    display: none;
  }

  .header-main-menu .menu-item-has-children {
    position: relative;
  }
  .header-main-menu .menu-item-has-children:hover .sub-menu {
    position: absolute;
    left:0; 
    top:0px;
    display: inherit;
    padding-top:23px;
   
  }

  .header-main-menu .menu-item-has-children:hover .sub-menu li {
    margin-left: 0;
  }
  .header-main-menu .menu-item-has-children:hover .sub-menu li a {
    background: #6bbdaf;
  }

  .header-main-menu .menu-item-has-children:hover .sub-menu li a:hover {
    background: #193f4e;
    color: #FFF;
  }
  */

  .header-main-menu ul li {
    margin-bottom:0 !important; 
   
  }

  .header-main-menu ul li a {
    padding:15px 0;
   
  }

  

.header-main-menu ul ul {
  display: none;
}

.header-main-menu ul li:hover > ul {
  display: block;
}

.header-main-menu ul ul li {
  margin:0;
  width: 100%;
} 

.header-main-menu ul ul li a {
  display: block;
  background: #6bbdaf;
  padding:10px;
  font-size: 14px;
  line-height: 18px;
}

.header-main-menu ul ul li a:hover {
  background: #50a2bd;
  color: #FFF;
}

.header-main-menu ul ul {
  display: none;
  position: absolute;
  top: 23px;
  left: 0;
  z-index: 99999;
  width: 160px;
  box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
  
  
}

.header-main-menu li {
  position: relative;
  text-align: center;
}

@media (max-width: 1000px) {

  .header-main-menu ul li a {
    padding: 5px 0px;
    display: block;
  }

  .header-main-menu ul ul {
    position: initial;
    box-shadow: none;
    padding:0;
    margin: 0;;

  }

  .header-main-menu ul ul li a, .header-main-menu ul ul li a:hover {
    background: none;
  }

  .header-main-menu ul ul li a:hover {
    color:  #6bbdaf;;
  }

  
}
  

.arrow { display: inline-block;} 
.bounce { animation: bounce 1s infinite; } 
@keyframes bounce { from { transform: translateX(0); } to { transform: translateX(5px); } }


