/* Border Radius Mixin */
/* Placeholder Colors */
/* Header Adjustment */
/* Create Responsive Type */
/* 	Create Custom Breakpoint system.
	Example of how to call this: @include respond-above(sm) {}
*/
/* 	Example of how to call this: @include respond-below(sm) {} */
/* 	Example of how to call this: @include respond-between(sm, md) {} */
/* Transitions Elements */
/* 	Placeholder Colors */
/* 	Header Adjustment */
/* Uniformly Color SVG */
@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:wght@300;400;500;700;900&display=swap");
html, body {
  margin: 0;
  padding: 0; }

html,
body {
  min-width: 320px; }

section.page-content-wrap {
  width: 100%; }
  section.page-content-wrap .page-content {
    width: 100%;
    max-width: 1326px;
    margin: 0 auto;
    color: #333333;
    padding: 50px 0; }
    section.page-content-wrap .page-content h1, section.page-content-wrap .page-content h2, section.page-content-wrap .page-content h3, section.page-content-wrap .page-content h4, section.page-content-wrap .page-content h5, section.page-content-wrap .page-content h6 {
      margin: 0;
      padding: 0; }
    section.page-content-wrap .page-content h1 {
      color: #0F2B45;
      font-size: 2.0rem;
      letter-spacing: 1px;
      margin-bottom: 24px; }
    section.page-content-wrap .page-content h2 {
      font-size: 1.75rem;
      margin-bottom: 20px; }
    section.page-content-wrap .page-content h3 {
      font-size: 1.5rem;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 300;
      margin-bottom: 20px; }
    section.page-content-wrap .page-content h4 {
      font-size: 1.25rem;
      letter-spacing: 1px;
      font-weight: 400;
      margin-bottom: 20px; }
    section.page-content-wrap .page-content p {
      margin: 0 0 25px 0;
      padding: 0;
      line-height: 1.5;
      width: 100%;
      max-width: 800px;
      font-size: 1.0rem; }
    section.page-content-wrap .page-content hr {
      margin: 40px auto;
      height: 1px;
      line-height: 1px;
      color: #CCCCCC;
      background-color: rgba(204, 204, 204, 0.5);
      max-width: 80%;
      border: none; }
    section.page-content-wrap .page-content a {
      color: #446FA0;
      text-decoration: none;
      font-weight: 700;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    section.page-content-wrap .page-content ul {
      list-style: disc; }
    section.page-content-wrap .page-content ol {
      list-style: decimal; }
    section.page-content-wrap .page-content ul, section.page-content-wrap .page-content ol {
      margin: 0 0 25px 25px;
      padding: 0 0 0 10px; }
      section.page-content-wrap .page-content ul li, section.page-content-wrap .page-content ol li {
        font-size: 1.0rem;
        line-height: 1.5;
        margin: 0 0 10px 0; }
        section.page-content-wrap .page-content ul li:last-child, section.page-content-wrap .page-content ol li:last-child {
          margin-bottom: 0px; }
    section.page-content-wrap .page-content table th, section.page-content-wrap .page-content table td {
      font-size: 1.0rem; }

/* -- TODO: Later should we be setting font-weight w/ family? -- */
/*	Font Awesome */
/* TODO: this is not currently supported */
/* Import FA5 */
a {
  text-decoration: none; }

html, body {
  font-family: "Karla", sans-serif;
  font-size: 16px; }

body header.site-header {
  margin: 0;
  padding: 0;
  height: 50px;
  width: 100%;
  z-index: 1000;
  position: fixed;
  background: white; }
  body header.site-header .meta {
    width: 100%;
    height: 40px;
    background: #0F2B45;
    display: none; }
    body header.site-header .meta ul#menu-secondary-meta-nav {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -ms-flex-item-align: stretch;
          align-self: stretch;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      max-width: 1326px;
      list-style: none;
      margin: 0;
      padding: 0; }
      body header.site-header .meta ul#menu-secondary-meta-nav li {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
        body header.site-header .meta ul#menu-secondary-meta-nav li a {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-item-align: stretch;
              align-self: stretch;
          color: white;
          padding-left: 19px;
          padding-right: 19px;
          -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
          body header.site-header .meta ul#menu-secondary-meta-nav li a span {
            font-size: 0.875rem;
            line-height: 40px; }
          body header.site-header .meta ul#menu-secondary-meta-nav li a > i {
            font-size: 1.125rem;
            margin-right: 8px;
            -ms-flex-item-align: center;
                align-self: center; }
          body header.site-header .meta ul#menu-secondary-meta-nav li a:hover {
            background-color: rgba(255, 255, 255, 0.2); }
        body header.site-header .meta ul#menu-secondary-meta-nav li:first-child {
          margin-left: auto; }
    body header.site-header .meta nav.secondary {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -ms-flex-item-align: stretch;
          align-self: stretch;
      max-width: 1326px; }
  body header.site-header .main {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    background: #0F2B45;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    body header.site-header .main .logo-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: stretch;
          align-self: stretch;
      margin-right: auto;
      margin-left: 10px;
      z-index: 1010; }
      body header.site-header .main .logo-wrap a.logo-link {
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        body header.site-header .main .logo-wrap a.logo-link h1 {
          font-size: 0;
          opacity: 0; }
        body header.site-header .main .logo-wrap a.logo-link .logo {
          width: 60px;
          -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
        body header.site-header .main .logo-wrap a.logo-link:hover {
          opacity: 0.85; }
    body header.site-header .main .primary-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-item-align: center;
          align-self: center;
      height: 24px; }
      body header.site-header .main .primary-nav ul#menu-primary {
        display: none;
        margin: 0;
        padding: 0;
        list-style: none; }
        body header.site-header .main .primary-nav ul#menu-primary li {
          display: inline-block;
          position: relative; }
          body header.site-header .main .primary-nav ul#menu-primary li a {
            position: relative;
            display: inline-block;
            color: #446FA0;
            text-transform: uppercase;
            font-weight: 700;
            padding: 0 24px;
            line-height: 24px;
            font-size: 0.875rem;
            -webkit-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out; }
            body header.site-header .main .primary-nav ul#menu-primary li a:hover {
              color: #0F2B45; }
          body header.site-header .main .primary-nav ul#menu-primary li.menu-item-has-children a {
            padding-right: 34px;
            cursor: default; }
            body header.site-header .main .primary-nav ul#menu-primary li.menu-item-has-children a:after {
              z-index: 2;
              position: absolute;
              top: 52%;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%);
              font-style: normal;
              font-variant: normal;
              text-rendering: auto;
              -webkit-font-smoothing: antialiased;
              font-family: 'Font Awesome 5 Pro';
              font-weight: 900;
              margin-left: 4px;
              color: #446FA0;
              font-size: 0.75rem;
              content: '\f078';
              -webkit-transition: all 0.25s ease-in-out;
              transition: all 0.25s ease-in-out; }
            body header.site-header .main .primary-nav ul#menu-primary li.menu-item-has-children a:hover:after {
              color: #0F2B45;
              -webkit-transform: translateY(-50%) rotate(180deg);
                      transform: translateY(-50%) rotate(180deg); }
          body header.site-header .main .primary-nav ul#menu-primary li ul.sub-menu {
            display: none;
            list-style: none;
            margin: 0;
            padding: 0;
            min-width: 250px;
            position: absolute;
            top: 100%;
            left: 0px;
            -webkit-box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.4);
            box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.4);
            border-radius: 16px;
            overflow: hidden;
            background: white; }
            body header.site-header .main .primary-nav ul#menu-primary li ul.sub-menu li {
              display: block;
              position: relative; }
              body header.site-header .main .primary-nav ul#menu-primary li ul.sub-menu li a {
                display: block;
                padding: 8px 16px;
                color: #0F2B45;
                font-size: 0.875rem;
                line-height: 1.0;
                font-weight: 700;
                text-transform: none;
                cursor: pointer; }
                body header.site-header .main .primary-nav ul#menu-primary li ul.sub-menu li a span.description {
                  display: block;
                  margin-top: 4px;
                  font-weight: 400;
                  font-size: 0.75rem; }
                body header.site-header .main .primary-nav ul#menu-primary li ul.sub-menu li a:hover {
                  background: rgba(15, 43, 69, 0.12); }
                body header.site-header .main .primary-nav ul#menu-primary li ul.sub-menu li a:after {
                  display: none;
                  content: ''; }
              body header.site-header .main .primary-nav ul#menu-primary li ul.sub-menu li:first-child a {
                padding-top: 16px; }
              body header.site-header .main .primary-nav ul#menu-primary li ul.sub-menu li:last-child a {
                padding-bottom: 16px; }
          body header.site-header .main .primary-nav ul#menu-primary li .resources-dropdown {
            display: none;
            margin: 0;
            padding: 0;
            min-width: 800px;
            height: 400px;
            position: absolute;
            top: 100%;
            left: -200px;
            -webkit-box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.4);
            box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.4);
            border-radius: 16px;
            overflow: hidden;
            background: white;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row; }
            body header.site-header .main .primary-nav ul#menu-primary li .resources-dropdown li {
              display: block;
              position: relative; }
              body header.site-header .main .primary-nav ul#menu-primary li .resources-dropdown li a {
                display: block;
                padding: 12px 32px;
                color: #0F2B45;
                font-size: 1.125rem;
                line-height: 1.0;
                font-weight: 700;
                text-transform: none;
                cursor: pointer; }
                body header.site-header .main .primary-nav ul#menu-primary li .resources-dropdown li a span.description {
                  display: block;
                  margin-top: 4px;
                  font-weight: 400;
                  font-size: 1.0rem; }
                body header.site-header .main .primary-nav ul#menu-primary li .resources-dropdown li a:hover {
                  background: rgba(15, 43, 69, 0.12); }
                body header.site-header .main .primary-nav ul#menu-primary li .resources-dropdown li a:after {
                  display: none;
                  content: ''; }
              body header.site-header .main .primary-nav ul#menu-primary li .resources-dropdown li:first-child a {
                padding-top: 24px; }
              body header.site-header .main .primary-nav ul#menu-primary li .resources-dropdown li:last-child a {
                padding-bottom: 24px; }
          body header.site-header .main .primary-nav ul#menu-primary li:hover ul.sub-menu {
            display: block; }
          body header.site-header .main .primary-nav ul#menu-primary li:hover .resources-dropdown {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
          body header.site-header .main .primary-nav ul#menu-primary li:hover a {
            color: #0F2B45; }
            body header.site-header .main .primary-nav ul#menu-primary li:hover a:after {
              color: #0F2B45;
              -webkit-transform: translateY(-50%) rotate(180deg);
                      transform: translateY(-50%) rotate(180deg); }
      body header.site-header .main .primary-nav a.cta-btn {
        display: none;
        color: white;
        font-weight: 700;
        text-transform: uppercase;
        background: #2A9D8F;
        border-radius: 100px;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        margin-left: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 0.875rem;
        padding: 0 18px; }
        body header.site-header .main .primary-nav a.cta-btn:hover {
          background: #1f756a; }
      body header.site-header .main .primary-nav a.mobile-cta-btn {
        display: block;
        margin-top: 0;
        height: 50px;
        line-height: 50px;
        color: white;
        font-size: 1.0rem;
        font-weight: 700;
        text-transform: uppercase;
        background: #2A9D8F;
        padding: 0 20px;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        body header.site-header .main .primary-nav a.mobile-cta-btn:hover {
          background: #1f756a; }
    body header.site-header .main .menu-toggle-wrap {
      width: 58px;
      height: 50px;
      z-index: 1000;
      display: block;
      position: relative; }
      body header.site-header .main .menu-toggle-wrap:hover {
        background: rgba(255, 255, 255, 0.12); }
      body header.site-header .main .menu-toggle-wrap .menu-toggle {
        cursor: pointer;
        padding: 10px 15px; }
        body header.site-header .main .menu-toggle-wrap .menu-toggle .bar {
          width: 28px;
          height: 3px;
          margin: 5px 0;
          opacity: 1;
          background-color: white;
          -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
        body header.site-header .main .menu-toggle-wrap .menu-toggle.toggled .top {
          -webkit-transform: rotate(-45deg) translate(-6px, 6px);
          transform: rotate(-45deg) translate(-6px, 6px); }
        body header.site-header .main .menu-toggle-wrap .menu-toggle.toggled .middle {
          opacity: 0; }
        body header.site-header .main .menu-toggle-wrap .menu-toggle.toggled .bottom {
          -webkit-transform: rotate(45deg) translate(-5px, -5px);
          transform: rotate(45deg) translate(-5px, -5px); }
      body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu {
        position: fixed;
        display: none;
        z-index: 1009;
        top: 50px;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #0F2B45;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        padding-bottom: 30px;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu.toggled {
          display: block;
          -webkit-transform: translateY(0%);
          transform: translateY(0%);
          padding-top: 30px; }
        body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu a {
          font-weight: 700;
          font-size: 1.5rem;
          line-height: 2.0;
          color: white;
          text-decoration: none;
          position: relative;
          opacity: 1;
          text-transform: uppercase;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: start;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu a span.description {
            display: none; }
          body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu a:hover, body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu a:active {
            color: #CCCCCC; }
        body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu #responsive-menu {
          display: block;
          list-style: none;
          padding: 0 27px;
          width: 100%;
          position: relative;
          z-index: 1000;
          margin-bottom: 0;
          -webkit-transform: translateX(0%);
          transform: translateX(0%);
          -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
          body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu #responsive-menu.hide {
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
            position: absolute; }
          body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu #responsive-menu li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            margin: 0 0 16px 0;
            padding: 0; }
            body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu #responsive-menu li.current-menu-item a {
              color: #CCCCCC; }
            body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu #responsive-menu li.menu-item-has-children a:after {
              font-style: normal;
              font-variant: normal;
              text-rendering: auto;
              -webkit-font-smoothing: antialiased;
              font-family: 'Font Awesome 5 Pro';
              font-weight: 900;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              -ms-flex-item-align: stretch;
                  align-self: stretch;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              margin-left: 16px;
              font-size: 1.75rem;
              content: "\f105";
              line-height: 1.0;
              color: #2A9D8F; }
          body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu #responsive-menu .sub-menu.hide {
            display: none; }
        body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu .back-wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: start;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 8px 27px;
          margin-bottom: 12px;
          cursor: pointer;
          text-transform: uppercase;
          color: #2A9D8F;
          font-size: 1.0rem; }
          body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu .back-wrap i {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -ms-flex-item-align: stretch;
                align-self: stretch;
            margin-right: 4px;
            font-size: 1.125rem; }
          body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu .back-wrap span.text {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -ms-flex-item-align: stretch;
                align-self: stretch; }
          body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu .back-wrap.hide {
            display: none !important; }
        body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu .second-level-responsive-menu-wrap {
          margin: 0;
          padding: 0 27px;
          position: relative;
          -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
          -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
          z-index: 0; }
          body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu .second-level-responsive-menu-wrap:before {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: -50px;
            content: '';
            z-index: -1; }
          body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu .second-level-responsive-menu-wrap.show {
            -webkit-transform: translateX(0%);
            transform: translateX(0%); }
          body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu .second-level-responsive-menu-wrap ul.sub-menu {
            display: block;
            padding: 0;
            margin: 0;
            width: 100%; }
            body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu .second-level-responsive-menu-wrap ul.sub-menu li {
              display: block;
              margin: 0 0 24px 0;
              padding: 0;
              height: auto; }
              body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu .second-level-responsive-menu-wrap ul.sub-menu li a {
                display: block;
                color: white;
                font-size: 1.25rem;
                text-transform: uppercase;
                font-weight: bold; }
                body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu .second-level-responsive-menu-wrap ul.sub-menu li a span.description {
                  display: block;
                  text-transform: none;
                  font-size: 1.125rem;
                  font-weight: 400;
                  line-height: 1.2;
                  color: rgba(255, 255, 255, 0.75); }
              body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu .second-level-responsive-menu-wrap ul.sub-menu li ul.sub-menu {
                display: block;
                padding: 8px 0 0 0;
                margin-left: 7px; }
                body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu .second-level-responsive-menu-wrap ul.sub-menu li ul.sub-menu li a {
                  padding: 8px 0;
                  line-height: 2em;
                  font-weight: 400;
                  color: white;
                  text-decoration: none; }
                body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu .second-level-responsive-menu-wrap ul.sub-menu li ul.sub-menu li ul.sub-menu {
                  margin-left: 7px; }
                  body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu .second-level-responsive-menu-wrap ul.sub-menu li ul.sub-menu li ul.sub-menu li a {
                    text-transform: none; }
        body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu .overlay-menu-footer {
          clear: both !important; }
          body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu .overlay-menu-footer .mobile-search {
            margin: 32px 0;
            width: 100%; }
            body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu .overlay-menu-footer .mobile-search form {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
                  -ms-flex-direction: row;
                      flex-direction: row;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between;
              margin-left: 27px;
              margin-right: 27px;
              padding: 4px 8px;
              border: 2px solid white; }
              body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu .overlay-menu-footer .mobile-search form input {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                position: relative;
                padding: 5px 0;
                font-size: 1.5rem;
                line-height: 1.5;
                letter-spacing: 1px;
                color: white;
                background: none;
                width: 80%;
                -webkit-appearance: none !important;
                -moz-appearance: none !important;
                -ms-appearance: none;
                -o-appearance: none;
                appearance: none !important;
                -webkit-box-shadow: none !important;
                        box-shadow: none !important;
                border: none;
                text-align: left; }
                body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu .overlay-menu-footer .mobile-search form input::-webkit-input-placeholder {
                  font-style: italic;
                  opacity: 0.8; }
                body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu .overlay-menu-footer .mobile-search form input::-moz-placeholder {
                  font-style: italic;
                  opacity: 0.8; }
                body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu .overlay-menu-footer .mobile-search form input:-ms-input-placeholder {
                  font-style: italic;
                  opacity: 0.8; }
                body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu .overlay-menu-footer .mobile-search form input:-moz-placeholder {
                  font-style: italic;
                  opacity: 0.8; }
                body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu .overlay-menu-footer .mobile-search form input:focus {
                  outline: 0; }
              body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu .overlay-menu-footer .mobile-search form i {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                -ms-flex-item-align: stretch;
                    align-self: stretch;
                color: white;
                font-size: 2.125rem; }
          body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu .overlay-menu-footer .contact-info {
            padding: 0 27px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 24px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start; }
            body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu .overlay-menu-footer .contact-info a.block {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
                  -ms-flex-direction: row;
                      flex-direction: row;
              -webkit-box-pack: start;
                  -ms-flex-pack: start;
                      justify-content: flex-start;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              color: rgba(255, 255, 255, 0.75);
              text-transform: none;
              margin-bottom: 16px; }
              body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu .overlay-menu-footer .contact-info a.block i {
                font-size: 1.75rem;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                -ms-flex-item-align: stretch;
                    align-self: stretch;
                margin-right: 8px;
                min-width: 32px; }
              body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu .overlay-menu-footer .contact-info a.block span.text {
                font-size: 1.375rem;
                line-height: 1.5;
                font-weight: 400; }
              body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu .overlay-menu-footer .contact-info a.block:last-child {
                margin-bottom: 0px; }
          body header.site-header .main .menu-toggle-wrap #responsive-overlay-menu .overlay-menu-footer.hide {
            display: none !important; }
    body header.site-header .main .desktop-search-overlay {
      display: none !important;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #E9C46A;
      z-index: 1100;
      height: 50px;
      opacity: 0;
      -webkit-transform: translateY(-200%);
      transform: translateY(-200%);
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      body header.site-header .main .desktop-search-overlay.search-show {
        display: block !important;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
        opacity: 1; }
      body header.site-header .main .desktop-search-overlay #search-form {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 600px;
        width: 100%;
        height: 42px;
        margin-left: -20px; }
        body header.site-header .main .desktop-search-overlay #search-form input[type=text] {
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          padding: 10px 0 10px 36px;
          outline: none;
          border: 1px solid #446FA0;
          background-color: transparent;
          color: #446FA0;
          text-align: left;
          width: 100%;
          border-radius: 0px !important;
          opacity: 1; }
        body header.site-header .main .desktop-search-overlay #search-form input:-internal-autofill-selected {
          background-color: #446FA0; }
        body header.site-header .main .desktop-search-overlay #search-form span {
          position: absolute;
          left: 0;
          display: inline;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
          body header.site-header .main .desktop-search-overlay #search-form span input[type=submit] {
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            font-family: 'Font Awesome 5 Pro';
            font-weight: 900;
            border: none;
            -webkit-appearance: none;
            color: #446FA0;
            padding: 0;
            width: 36px;
            height: 38px;
            background-color: transparent;
            cursor: pointer; }
        body header.site-header .main .desktop-search-overlay #search-form #search-close {
          float: right;
          height: 100%;
          padding: 0;
          cursor: pointer;
          color: #446FA0;
          font-size: 28px;
          margin-right: -40px; }
          body header.site-header .main .desktop-search-overlay #search-form #search-close:hover {
            opacity: 0.85; }
      body header.site-header .main .desktop-search-overlay ::-webkit-input-placeholder {
        color: #446FA0;
        opacity: .7; }
      body header.site-header .main .desktop-search-overlay :-moz-placeholder {
        color: #446FA0;
        opacity: .7; }
      body header.site-header .main .desktop-search-overlay ::-moz-placeholder {
        color: #446FA0;
        opacity: .7; }
      body header.site-header .main .desktop-search-overlay :-ms-input-placeholder {
        color: #446FA0;
        opacity: .7; }

body main {
  padding-top: 50px; }

body.scrolled header.site-header {
  -webkit-box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.4); }

body.scrolled main {
  padding-top: 50px; }

body.admin-bar #responsive-overlay-menu {
  top: 96px !important; }

footer.site-footer {
  width: 100%;
  padding: 50px 0 30px 0;
  background: #446FA0;
  color: white; }
  footer.site-footer .foot-wrap {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    footer.site-footer .foot-wrap .blocks {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-line-pack: center;
          align-content: center; }
      footer.site-footer .foot-wrap .blocks .block {
        width: 80%;
        margin: 25px auto;
        text-align: center; }
        footer.site-footer .foot-wrap .blocks .block h6 {
          font-size: 1.0rem;
          line-height: 1.2;
          color: white;
          font-weight: 700;
          text-transform: uppercase;
          margin: 0 0 20px 0;
          padding: 0; }
        footer.site-footer .foot-wrap .blocks .block a {
          color: white;
          -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
          footer.site-footer .foot-wrap .blocks .block a:hover {
            opacity: 0.6; }
      footer.site-footer .foot-wrap .blocks .contact p {
        font-size: 1.0rem;
        line-height: 1.25; }
      footer.site-footer .foot-wrap .blocks .connect .social a.social-link {
        display: inline-block;
        font-size: 1.75rem;
        color: white;
        opacity: 1.0;
        margin-right: 25px;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        footer.site-footer .foot-wrap .blocks .connect .social a.social-link:hover {
          opacity: 0.8; }
        footer.site-footer .foot-wrap .blocks .connect .social a.social-link:last-child {
          margin-right: 0px; }
      footer.site-footer .foot-wrap .blocks .connect .newsletter .ctct-inline-form {
        margin: 0;
        padding: 0;
        height: auto; }
        footer.site-footer .foot-wrap .blocks .connect .newsletter .ctct-inline-form .ctct-form-container {
          margin: 0;
          padding: 0;
          height: auto; }
          footer.site-footer .foot-wrap .blocks .connect .newsletter .ctct-inline-form .ctct-form-container .ctct-form-defaults {
            background: none !important;
            margin: 0;
            padding: 0;
            height: auto; }
            footer.site-footer .foot-wrap .blocks .connect .newsletter .ctct-inline-form .ctct-form-container .ctct-form-defaults form.ctct-form-custom {
              margin: 0 auto;
              padding: 0;
              height: 24px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
                  -ms-flex-direction: row;
                      flex-direction: row;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              background: none;
              width: 100%; }
              footer.site-footer .foot-wrap .blocks .connect .newsletter .ctct-inline-form .ctct-form-container .ctct-form-defaults form.ctct-form-custom .ctct-form-field {
                margin: 0;
                padding: 0;
                -webkit-box-flex: 1;
                    -ms-flex: 1;
                        flex: 1; }
                footer.site-footer .foot-wrap .blocks .connect .newsletter .ctct-inline-form .ctct-form-container .ctct-form-defaults form.ctct-form-custom .ctct-form-field label {
                  display: none;
                  font-size: 0; }
                footer.site-footer .foot-wrap .blocks .connect .newsletter .ctct-inline-form .ctct-form-container .ctct-form-defaults form.ctct-form-custom .ctct-form-field input.ctct-form-element {
                  background: none;
                  border: none;
                  margin: 0;
                  padding: 0 8px;
                  border-radius: 12px;
                  border: 1px solid white;
                  font-size: 0.75rem;
                  line-height: 2.0;
                  color: white;
                  font-style: none;
                  font-weight: 400;
                  font-family: "Karla", sans-serif; }
                  footer.site-footer .foot-wrap .blocks .connect .newsletter .ctct-inline-form .ctct-form-container .ctct-form-defaults form.ctct-form-custom .ctct-form-field input.ctct-form-element ::-webkit-input-placeholder {
                    color: white;
                    opacity: .43;
                    font-style: italic;
                    font-weight: 300; }
                  footer.site-footer .foot-wrap .blocks .connect .newsletter .ctct-inline-form .ctct-form-container .ctct-form-defaults form.ctct-form-custom .ctct-form-field input.ctct-form-element :-moz-placeholder {
                    color: white;
                    opacity: .43;
                    font-style: italic;
                    font-weight: 300; }
                  footer.site-footer .foot-wrap .blocks .connect .newsletter .ctct-inline-form .ctct-form-container .ctct-form-defaults form.ctct-form-custom .ctct-form-field input.ctct-form-element ::-moz-placeholder {
                    color: white;
                    opacity: .43;
                    font-style: italic;
                    font-weight: 300; }
                  footer.site-footer .foot-wrap .blocks .connect .newsletter .ctct-inline-form .ctct-form-container .ctct-form-defaults form.ctct-form-custom .ctct-form-field input.ctct-form-element :-ms-input-placeholder {
                    color: white;
                    opacity: .43;
                    font-style: italic;
                    font-weight: 300; }
              footer.site-footer .foot-wrap .blocks .connect .newsletter .ctct-inline-form .ctct-form-container .ctct-form-defaults form.ctct-form-custom #gdpr_text p.ctct-gdpr-text {
                display: none;
                font-size: 0; }
              footer.site-footer .foot-wrap .blocks .connect .newsletter .ctct-inline-form .ctct-form-container .ctct-form-defaults form.ctct-form-custom button.ctct-form-button {
                width: 48px;
                margin-left: 12px;
                font-size: 0.75rem;
                font-weight: 700;
                text-transform: uppercase;
                border-radius: 12px;
                background-color: #0F2B45;
                border-color: #0F2B45;
                text-align: center; }
                footer.site-footer .foot-wrap .blocks .connect .newsletter .ctct-inline-form .ctct-form-container .ctct-form-defaults form.ctct-form-custom button.ctct-form-button:hover {
                  background-color: #1d5284;
                  border-color: #1d5284; }
      footer.site-footer .foot-wrap .blocks .connect .newsletter form#footer-subscribe-form {
        margin: 0 auto;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border: 1px solid white;
        background: none;
        height: 38px;
        width: 290px;
        border-radius: 12px;
        margin-top: 25px; }
        footer.site-footer .foot-wrap .blocks .connect .newsletter form#footer-subscribe-form input[type=text] {
          border: none;
          background: none;
          font-size: 0.75rem;
          line-height: 2.0;
          color: white;
          font-style: none;
          font-weight: 400;
          padding-left: 10px; }
        footer.site-footer .foot-wrap .blocks .connect .newsletter form#footer-subscribe-form i {
          color: white;
          font-size: 1.5rem;
          margin-right: 10px;
          cursor: pointer;
          opacity: 0.85;
          -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
          footer.site-footer .foot-wrap .blocks .connect .newsletter form#footer-subscribe-form i:hover {
            opacity: 1.0; }
        footer.site-footer .foot-wrap .blocks .connect .newsletter form#footer-subscribe-form ::-webkit-input-placeholder {
          color: white;
          opacity: .43;
          font-style: italic;
          font-weight: 300; }
        footer.site-footer .foot-wrap .blocks .connect .newsletter form#footer-subscribe-form :-moz-placeholder {
          color: white;
          opacity: .43;
          font-style: italic;
          font-weight: 300; }
        footer.site-footer .foot-wrap .blocks .connect .newsletter form#footer-subscribe-form ::-moz-placeholder {
          color: white;
          opacity: .43;
          font-style: italic;
          font-weight: 300; }
        footer.site-footer .foot-wrap .blocks .connect .newsletter form#footer-subscribe-form :-ms-input-placeholder {
          color: white;
          opacity: .43;
          font-style: italic;
          font-weight: 300; }
      footer.site-footer .foot-wrap .blocks .nasn a {
        display: block;
        opacity: 0.6;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        footer.site-footer .foot-wrap .blocks .nasn a:hover {
          opacity: 1.0; }
    footer.site-footer .foot-wrap .legal {
      text-align: center;
      border-top: 1px solid rgba(255, 255, 255, 0.5);
      margin-top: 30px;
      padding-top: 30px;
      font-size: 0.75rem;
      color: white;
      width: 80%;
      margin: 0 auto;
      opacity: 0.5; }
      footer.site-footer .foot-wrap .legal a {
        color: white;
        font-weight: 700; }

.menu-button {
  cursor: pointer; }
  .menu-button .bar {
    background: #274A51;
    /*TODO: centralize color */
    width: 28px;
    height: 3px;
    margin: 5px 0;
    opacity: 1;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out; }
  .menu-button:hover .bar {
    opacity: 0.8; }
  .menu-button.open .top {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
            transform: rotate(-45deg) translate(-6px, 6px); }
  .menu-button.open .middle {
    opacity: 0; }
  .menu-button.open .bottom {
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
            transform: rotate(45deg) translate(-5px, -5px); }

/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
section.page-content-wrap button,
section.page-content-wrap input,
section.page-content-wrap optgroup,
section.page-content-wrap select,
section.page-content-wrap textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

section.page-content-wrap button {
  overflow: visible; }

section.page-content-wrap button,
section.page-content-wrap select {
  text-transform: none; }

section.page-content-wrap button,
section.page-content-wrap html input[type="button"],
section.page-content-wrap input[type="reset"],
section.page-content-wrap input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

section.page-content-wrap button[disabled],
section.page-content-wrap html input[disabled] {
  cursor: default; }

section.page-content-wrap button::-moz-focus-inner,
section.page-content-wrap input::-moz-focus-inner {
  border: 0;
  padding: 0; }

section.page-content-wrap input {
  line-height: normal; }

section.page-content-wrap input[type="checkbox"],
section.page-content-wrap input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

section.page-content-wrap input[type="number"]::-webkit-inner-spin-button,
section.page-content-wrap input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

section.page-content-wrap input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

section.page-content-wrap input[type="search"]::-webkit-search-cancel-button,
section.page-content-wrap input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

section.page-content-wrap fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

section.page-content-wrap legend {
  border: 0;
  padding: 0; }

section.page-content-wrap textarea {
  overflow: auto; }

section.page-content-wrap optgroup {
  font-weight: bold; }

section.page-content-wrap input,
section.page-content-wrap button,
section.page-content-wrap select,
section.page-content-wrap textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

section.page-content-wrap figure {
  margin: 0; }

section.page-content-wrap .img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

section.page-content-wrap .img-rounded {
  border-radius: 6px; }

section.page-content-wrap .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

section.page-content-wrap .img-circle {
  border-radius: 50%; }

section.page-content-wrap .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

section.page-content-wrap .sr-only-focusable:active,
section.page-content-wrap .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

section.page-content-wrap [role="button"] {
  cursor: pointer; }

section.page-content-wrap fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

section.page-content-wrap legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

section.page-content-wrap label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

section.page-content-wrap input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

section.page-content-wrap input[type="radio"],
section.page-content-wrap input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

section.page-content-wrap input[type="radio"][disabled],
section.page-content-wrap input[type="checkbox"][disabled],
section.page-content-wrap input[type="radio"].disabled,
section.page-content-wrap input[type="checkbox"].disabled,
section.page-content-wrap fieldset[disabled] input[type="radio"],
section.page-content-wrap fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

section.page-content-wrap input[type="file"] {
  display: block; }

section.page-content-wrap input[type="range"] {
  display: block;
  width: 100%; }

section.page-content-wrap select[multiple],
section.page-content-wrap select[size] {
  height: auto; }

section.page-content-wrap input[type="file"]:focus,
section.page-content-wrap input[type="radio"]:focus,
section.page-content-wrap input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

section.page-content-wrap output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555; }

section.page-content-wrap .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; }

section.page-content-wrap .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

section.page-content-wrap .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1; }

section.page-content-wrap .form-control:-ms-input-placeholder {
  color: #999999; }

section.page-content-wrap .form-control::-webkit-input-placeholder {
  color: #999999; }

section.page-content-wrap .form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

section.page-content-wrap .form-control[disabled],
section.page-content-wrap .form-control[readonly],
section.page-content-wrap fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1; }

section.page-content-wrap .form-control[disabled],
section.page-content-wrap fieldset[disabled] .form-control {
  cursor: not-allowed; }

section.page-content-wrap textarea.form-control {
  height: auto; }

section.page-content-wrap .form-group {
  margin-bottom: 15px; }

section.page-content-wrap .radio,
section.page-content-wrap .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

section.page-content-wrap .radio.disabled label,
section.page-content-wrap .checkbox.disabled label,
section.page-content-wrap fieldset[disabled] .radio label,
section.page-content-wrap fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

section.page-content-wrap .radio label,
section.page-content-wrap .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer; }

section.page-content-wrap .radio input[type="radio"],
section.page-content-wrap .radio-inline input[type="radio"],
section.page-content-wrap .checkbox input[type="checkbox"],
section.page-content-wrap .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px; }

section.page-content-wrap .radio + .radio,
section.page-content-wrap .checkbox + .checkbox {
  margin-top: -5px; }

section.page-content-wrap .radio-inline,
section.page-content-wrap .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }

section.page-content-wrap .radio-inline.disabled,
section.page-content-wrap .checkbox-inline.disabled,
section.page-content-wrap fieldset[disabled] .radio-inline,
section.page-content-wrap fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

section.page-content-wrap .radio-inline + .radio-inline,
section.page-content-wrap .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

section.page-content-wrap .form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }

section.page-content-wrap .form-control-static.input-lg,
section.page-content-wrap .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0; }

section.page-content-wrap .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

section.page-content-wrap select.input-sm {
  height: 30px;
  line-height: 30px; }

section.page-content-wrap textarea.input-sm,
section.page-content-wrap select[multiple].input-sm {
  height: auto; }

section.page-content-wrap .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

section.page-content-wrap .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

section.page-content-wrap .form-group-sm textarea.form-control,
section.page-content-wrap .form-group-sm select[multiple].form-control {
  height: auto; }

section.page-content-wrap .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

section.page-content-wrap .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

section.page-content-wrap select.input-lg {
  height: 46px;
  line-height: 46px; }

section.page-content-wrap textarea.input-lg,
section.page-content-wrap select[multiple].input-lg {
  height: auto; }

section.page-content-wrap .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

section.page-content-wrap .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

section.page-content-wrap .form-group-lg textarea.form-control,
section.page-content-wrap .form-group-lg select[multiple].form-control {
  height: auto; }

section.page-content-wrap .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

section.page-content-wrap .has-feedback {
  position: relative; }

section.page-content-wrap .has-feedback .form-control {
  padding-right: 42.5px; }

section.page-content-wrap .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

section.page-content-wrap .input-lg + .form-control-feedback,
section.page-content-wrap .input-group-lg + .form-control-feedback,
section.page-content-wrap .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

section.page-content-wrap .input-sm + .form-control-feedback,
section.page-content-wrap .input-group-sm + .form-control-feedback,
section.page-content-wrap .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

section.page-content-wrap .has-success .help-block,
section.page-content-wrap .has-success .control-label,
section.page-content-wrap .has-success .radio,
section.page-content-wrap .has-success .checkbox,
section.page-content-wrap .has-success .radio-inline,
section.page-content-wrap .has-success .checkbox-inline,
section.page-content-wrap .has-success.radio label,
section.page-content-wrap .has-success.checkbox label,
section.page-content-wrap .has-success.radio-inline label,
section.page-content-wrap .has-success.checkbox-inline label {
  color: #3c763d; }

section.page-content-wrap .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

section.page-content-wrap .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

section.page-content-wrap .has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }

section.page-content-wrap .has-success .form-control-feedback {
  color: #3c763d; }

section.page-content-wrap .has-warning .help-block,
section.page-content-wrap .has-warning .control-label,
section.page-content-wrap .has-warning .radio,
section.page-content-wrap .has-warning .checkbox,
section.page-content-wrap .has-warning .radio-inline,
section.page-content-wrap .has-warning .checkbox-inline,
section.page-content-wrap .has-warning.radio label,
section.page-content-wrap .has-warning.checkbox label,
section.page-content-wrap .has-warning.radio-inline label,
section.page-content-wrap .has-warning.checkbox-inline label {
  color: #8a6d3b; }

section.page-content-wrap .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

section.page-content-wrap .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

section.page-content-wrap .has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

section.page-content-wrap .has-warning .form-control-feedback {
  color: #8a6d3b; }

section.page-content-wrap .has-error .help-block,
section.page-content-wrap .has-error .control-label,
section.page-content-wrap .has-error .radio,
section.page-content-wrap .has-error .checkbox,
section.page-content-wrap .has-error .radio-inline,
section.page-content-wrap .has-error .checkbox-inline,
section.page-content-wrap .has-error.radio label,
section.page-content-wrap .has-error.checkbox label,
section.page-content-wrap .has-error.radio-inline label,
section.page-content-wrap .has-error.checkbox-inline label {
  color: #a94442; }

section.page-content-wrap .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

section.page-content-wrap .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

section.page-content-wrap .has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }

section.page-content-wrap .has-error .form-control-feedback {
  color: #a94442; }

section.page-content-wrap .has-feedback label ~ .form-control-feedback {
  top: 25px; }

section.page-content-wrap .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

section.page-content-wrap .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

section.page-content-wrap .form-horizontal .radio,
section.page-content-wrap .form-horizontal .checkbox,
section.page-content-wrap .form-horizontal .radio-inline,
section.page-content-wrap .form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

section.page-content-wrap .form-horizontal .radio,
section.page-content-wrap .form-horizontal .checkbox {
  min-height: 27px; }

section.page-content-wrap .form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }

section.page-content-wrap .form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

section.page-content-wrap .clearfix:before,
section.page-content-wrap .clearfix:after,
section.page-content-wrap .form-horizontal .form-group:before,
section.page-content-wrap .form-horizontal .form-group:after {
  display: table;
  content: " "; }

section.page-content-wrap .clearfix:after,
section.page-content-wrap .form-horizontal .form-group:after {
  clear: both; }

section.page-content-wrap .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

section.page-content-wrap .pull-right {
  float: right !important; }

section.page-content-wrap .pull-left {
  float: left !important; }

section.page-content-wrap .hide {
  display: none !important; }

section.page-content-wrap .show {
  display: block !important; }

section.page-content-wrap .invisible {
  visibility: hidden; }

section.page-content-wrap .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

section.page-content-wrap .hidden {
  display: none !important; }

section.page-content-wrap .affix {
  position: fixed; }

ul.accordion-group li.accordion-item i {
  margin-top: 30px; }

ul.accordion-group li.accordion-item h4.accordion-title {
  font-weight: 900;
  color: #446FA0;
  font-size: 1.25rem; }

section.hero {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center center; }
  section.hero .hero-content-wrap {
    width: 100%;
    height: 100%;
    max-width: 1326px;
    margin: 0 auto;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    section.hero .hero-content-wrap .title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      z-index: 10;
      margin-bottom: -50px; }
      section.hero .hero-content-wrap .title cite {
        color: white;
        font-style: italic;
        font-weight: 300;
        font-size: 1.5rem;
        line-height: 1.0;
        white-space: nowrap;
        z-index: 15;
        margin-left: 50px;
        /*@include border-radius(6px);
        background: $yellow;*/ }
      section.hero .hero-content-wrap .title h2 {
        font-family: "Poppins", sans-serif;
        font-weight: 900;
        color: white;
        font-size: 2.25rem;
        line-height: 1.2;
        letter-spacing: 1px;
        border-radius: 12px;
        -webkit-box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.4);
        box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.4);
        background: #446FA0;
        padding: 16px 32px;
        margin-top: -10px; }

section.footer-cta {
  padding: 50px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.42)), color-stop(68%, rgba(233, 196, 106, 0.45)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, rgba(233, 196, 106, 0.45) 68%); }
  section.footer-cta .cta-wrap {
    width: 80%;
    max-width: 650px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    section.footer-cta .cta-wrap h5 {
      font-size: 2.5rem;
      letter-spacing: 1px;
      color: #0F2B45;
      font-weight: 700;
      text-align: center;
      margin: 0 0 25px 0;
      padding: 0; }
    section.footer-cta .cta-wrap .cta-content {
      margin-bottom: 25px; }
      section.footer-cta .cta-wrap .cta-content p {
        font-size: 1.0rem;
        line-height: 1.25;
        text-align: center;
        margin: 0 0 15px 0;
        padding: 0;
        color: #0F2B45; }
      section.footer-cta .cta-wrap .cta-content:last-child {
        margin-bottom: 0px !important; }
    section.footer-cta .cta-wrap a.cta-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-weight: 400;
      text-transform: uppercase;
      color: white;
      background: #2A9D8F;
      font-size: 1.125rem;
      line-height: 1.0;
      padding: 10px 25px;
      border-radius: 24px;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      section.footer-cta .cta-wrap a.cta-btn i {
        margin-left: 8px; }
      section.footer-cta .cta-wrap a.cta-btn:hover {
        background: #1f756a; }

section.newsletter-bar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: stretch;
      align-self: stretch; }
  section.newsletter-bar:before, section.newsletter-bar:after {
    display: block;
    content: '';
    height: 5px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-color: rgba(151, 151, 151, 0.25); }
  section.newsletter-bar .newsletter-bar-content {
    width: 75%;
    max-width: 600px;
    margin: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    section.newsletter-bar .newsletter-bar-content h5 {
      font-family: "Poppins", sans-serif;
      color: #0F2B45;
      font-weight: 700;
      text-align: center;
      font-size: 1.5rem;
      margin: 0 0 8px 0;
      padding: 0; }
    section.newsletter-bar .newsletter-bar-content p {
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      text-align: center;
      margin: 0 0 16px 0;
      padding: 0;
      font-size: 0.8725rem;
      line-height: 1.6; }
    section.newsletter-bar .newsletter-bar-content .ctct-inline-form {
      margin: 0;
      padding: 0;
      height: auto;
      width: 100%; }
      section.newsletter-bar .newsletter-bar-content .ctct-inline-form .ctct-form-container {
        margin: 0;
        padding: 0;
        height: auto; }
        section.newsletter-bar .newsletter-bar-content .ctct-inline-form .ctct-form-container .ctct-form-defaults {
          background: none !important;
          margin: 0;
          padding: 0;
          height: auto; }
          section.newsletter-bar .newsletter-bar-content .ctct-inline-form .ctct-form-container .ctct-form-defaults form.ctct-form-custom {
            margin: 0 auto;
            padding: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            background: none;
            height: 48px;
            width: 80%;
            max-width: 400px; }
            section.newsletter-bar .newsletter-bar-content .ctct-inline-form .ctct-form-container .ctct-form-defaults form.ctct-form-custom .ctct-form-field {
              margin: 0;
              padding: 0;
              -webkit-box-flex: 1;
                  -ms-flex: 1;
                      flex: 1; }
              section.newsletter-bar .newsletter-bar-content .ctct-inline-form .ctct-form-container .ctct-form-defaults form.ctct-form-custom .ctct-form-field label {
                display: none;
                font-size: 0; }
              section.newsletter-bar .newsletter-bar-content .ctct-inline-form .ctct-form-container .ctct-form-defaults form.ctct-form-custom .ctct-form-field input.ctct-form-element {
                background: none;
                border: none;
                margin: 0;
                padding: 0 15px;
                border: 1px solid #979797;
                font-family: "Poppins", sans-serif;
                font-size: 1.125rem;
                line-height: 2.0;
                color: #333333;
                font-style: none;
                font-weight: 400;
                border-radius: 0px; }
                section.newsletter-bar .newsletter-bar-content .ctct-inline-form .ctct-form-container .ctct-form-defaults form.ctct-form-custom .ctct-form-field input.ctct-form-element ::-webkit-input-placeholder {
                  color: black;
                  opacity: .43;
                  font-style: italic;
                  font-weight: 300; }
                section.newsletter-bar .newsletter-bar-content .ctct-inline-form .ctct-form-container .ctct-form-defaults form.ctct-form-custom .ctct-form-field input.ctct-form-element :-moz-placeholder {
                  color: black;
                  opacity: .43;
                  font-style: italic;
                  font-weight: 300; }
                section.newsletter-bar .newsletter-bar-content .ctct-inline-form .ctct-form-container .ctct-form-defaults form.ctct-form-custom .ctct-form-field input.ctct-form-element ::-moz-placeholder {
                  color: black;
                  opacity: .43;
                  font-style: italic;
                  font-weight: 300; }
                section.newsletter-bar .newsletter-bar-content .ctct-inline-form .ctct-form-container .ctct-form-defaults form.ctct-form-custom .ctct-form-field input.ctct-form-element :-ms-input-placeholder {
                  color: black;
                  opacity: .43;
                  font-style: italic;
                  font-weight: 300; }
            section.newsletter-bar .newsletter-bar-content .ctct-inline-form .ctct-form-container .ctct-form-defaults form.ctct-form-custom #gdpr_text p.ctct-gdpr-text {
              display: none;
              font-size: 0; }
            section.newsletter-bar .newsletter-bar-content .ctct-inline-form .ctct-form-container .ctct-form-defaults form.ctct-form-custom button.ctct-form-button {
              width: 48px;
              font-size: 0.75rem;
              font-weight: 700;
              text-transform: uppercase;
              background-color: #E76F51;
              border-color: #E76F51;
              border-radius: 0px; }
              section.newsletter-bar .newsletter-bar-content .ctct-inline-form .ctct-form-container .ctct-form-defaults form.ctct-form-custom button.ctct-form-button:hover {
                background-color: #cf401d;
                border-color: #cf401d; }
    section.newsletter-bar .newsletter-bar-content form#main-subscribe-form {
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 1px solid #979797;
      background: none;
      height: 48px;
      width: 80%;
      max-width: 400px; }
      section.newsletter-bar .newsletter-bar-content form#main-subscribe-form input[type=text] {
        border: none;
        background: none;
        font-family: "Poppins", sans-serif;
        font-size: 1.125rem;
        line-height: 2.0;
        color: #333333;
        font-style: none;
        font-weight: 400;
        padding-left: 15px; }
      section.newsletter-bar .newsletter-bar-content form#main-subscribe-form i {
        color: #446FA0;
        font-size: 1.75rem;
        margin-right: 10px;
        cursor: pointer;
        opacity: 0.85;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        section.newsletter-bar .newsletter-bar-content form#main-subscribe-form i:hover {
          opacity: 1.0; }
      section.newsletter-bar .newsletter-bar-content form#main-subscribe-form ::-webkit-input-placeholder {
        color: black;
        opacity: .43;
        font-style: italic;
        font-weight: 300; }
      section.newsletter-bar .newsletter-bar-content form#main-subscribe-form :-moz-placeholder {
        color: black;
        opacity: .43;
        font-style: italic;
        font-weight: 300; }
      section.newsletter-bar .newsletter-bar-content form#main-subscribe-form ::-moz-placeholder {
        color: black;
        opacity: .43;
        font-style: italic;
        font-weight: 300; }
      section.newsletter-bar .newsletter-bar-content form#main-subscribe-form :-ms-input-placeholder {
        color: black;
        opacity: .43;
        font-style: italic;
        font-weight: 300; }

section.current-events-bar {
  width: 100%;
  background-color: #F0F0F0;
  margin: 60px 0; }
  section.current-events-bar .bar-wrap {
    width: 100%;
    max-width: 1326px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    section.current-events-bar .bar-wrap a.feature-block {
      margin-top: -10px;
      width: 80%;
      height: 356px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 12px solid white;
      border-radius: 12px;
      overflow: hidden;
      -webkit-box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.4);
      box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.4);
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      margin-bottom: 40px; }
      section.current-events-bar .bar-wrap a.feature-block .inner-wrap {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        border-radius: 8px;
        overflow: hidden;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        section.current-events-bar .bar-wrap a.feature-block .inner-wrap .overlay {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-item-align: stretch;
              align-self: stretch;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          background-color: rgba(231, 111, 81, 0.7);
          padding: 12px;
          -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
          section.current-events-bar .bar-wrap a.feature-block .inner-wrap .overlay .text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            font-family: "Poppins", sans-serif;
            color: white; }
            section.current-events-bar .bar-wrap a.feature-block .inner-wrap .overlay .text .head {
              display: block;
              font-weight: 900;
              letter-spacing: 1px;
              font-size: 1.0rem;
              line-height: 1.1;
              margin-bottom: 4px; }
            section.current-events-bar .bar-wrap a.feature-block .inner-wrap .overlay .text .teaser {
              display: block;
              font-weight: 400;
              font-size: 0.75rem; }
          section.current-events-bar .bar-wrap a.feature-block .inner-wrap .overlay i {
            font-size: 2rem;
            color: white;
            margin-left: 12px; }
      section.current-events-bar .bar-wrap a.feature-block:hover {
        border-color: #E76F51;
        background-color: #E76F51; }
        section.current-events-bar .bar-wrap a.feature-block:hover .overlay {
          padding-top: 20px;
          padding-bottom: 20px;
          background-color: rgba(231, 111, 81, 0.85); }
    section.current-events-bar .bar-wrap .item-list {
      width: 80%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-item-align: stretch;
          align-self: stretch;
      margin-bottom: 40px; }
      section.current-events-bar .bar-wrap .item-list h4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 16px 0;
        margin: 0 0 8px 0;
        -ms-flex-item-align: stretch;
            align-self: stretch; }
        section.current-events-bar .bar-wrap .item-list h4 span {
          font-size: 1.5rem;
          text-transform: uppercase;
          line-height: 1.2; }
        section.current-events-bar .bar-wrap .item-list h4 i {
          font-size: 1.75rem;
          margin-right: 10px; }
      section.current-events-bar .bar-wrap .item-list .content-area-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -ms-flex-item-align: stretch;
            align-self: stretch;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        section.current-events-bar .bar-wrap .item-list .content-area-wrap ul.items {
          width: 100%;
          list-style: none;
          margin: 0;
          padding: 0; }
      section.current-events-bar .bar-wrap .item-list .archive-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: stretch;
            align-self: stretch;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        section.current-events-bar .bar-wrap .item-list .archive-link a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          text-transform: uppercase;
          color: white;
          padding: 8px 16px;
          -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
          section.current-events-bar .bar-wrap .item-list .archive-link a i {
            font-size: 1.125rem;
            margin-left: 8px; }
    section.current-events-bar .bar-wrap .latest-news h4 {
      border-bottom: 1px solid rgba(15, 43, 69, 0.18); }
      section.current-events-bar .bar-wrap .latest-news h4 span, section.current-events-bar .bar-wrap .latest-news h4 i {
        color: #0F2B45; }
    section.current-events-bar .bar-wrap .latest-news ul.items li {
      display: block;
      width: 100%; }
      section.current-events-bar .bar-wrap .latest-news ul.items li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: stretch;
            align-self: stretch;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 16px 12px;
        color: #0F2B45;
        background: none;
        border-radius: 8px;
        overflow: hidden;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        section.current-events-bar .bar-wrap .latest-news ul.items li a .text {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          margin-right: auto; }
          section.current-events-bar .bar-wrap .latest-news ul.items li a .text .title {
            font-weight: 700;
            font-size: 1.125rem; }
          section.current-events-bar .bar-wrap .latest-news ul.items li a .text .date {
            font-weight: 300;
            font-size: 0.875rem;
            font-style: italic; }
        section.current-events-bar .bar-wrap .latest-news ul.items li a i {
          font-size: 2.0rem;
          margin-left: 12px; }
        section.current-events-bar .bar-wrap .latest-news ul.items li a:hover {
          background: rgba(15, 43, 69, 0.12); }
    section.current-events-bar .bar-wrap .latest-news .archive-link a {
      background-color: #446FA0;
      border-radius: 6px;
      -webkit-box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.4);
      box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.4); }
      section.current-events-bar .bar-wrap .latest-news .archive-link a:hover {
        background-color: #2d4a6a; }
    section.current-events-bar .bar-wrap .upcoming-events {
      background: rgba(42, 157, 143, 0.8);
      border-radius: 8px;
      -webkit-box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.4);
      box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.4);
      border: 4px solid #2A9D8F;
      overflow: hidden;
      margin-top: -6px; }
      section.current-events-bar .bar-wrap .upcoming-events h4 {
        padding-left: 12px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
        section.current-events-bar .bar-wrap .upcoming-events h4 span, section.current-events-bar .bar-wrap .upcoming-events h4 i {
          color: white; }
      section.current-events-bar .bar-wrap .upcoming-events ul.items li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: stretch;
            align-self: stretch;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 8px 12px;
        color: white;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        section.current-events-bar .bar-wrap .upcoming-events ul.items li a .date {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-right: 12px;
          font-family: "Poppins", sans-serif; }
          section.current-events-bar .bar-wrap .upcoming-events ul.items li a .date .day {
            display: block;
            font-size: 2.0rem;
            line-height: 1.0;
            font-weight: 700; }
          section.current-events-bar .bar-wrap .upcoming-events ul.items li a .date .month {
            display: block;
            font-size: 1.0rem;
            line-height: 1.0;
            font-weight: 400;
            letter-spacing: 3px;
            text-transform: uppercase; }
        section.current-events-bar .bar-wrap .upcoming-events ul.items li a .text {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; }
          section.current-events-bar .bar-wrap .upcoming-events ul.items li a .text .title {
            font-weight: 700;
            font-size: 1.0rem; }
          section.current-events-bar .bar-wrap .upcoming-events ul.items li a .text .teaser {
            font-weight: 300;
            font-size: 0.75rem; }
        section.current-events-bar .bar-wrap .upcoming-events ul.items li a:hover {
          background: rgba(255, 255, 255, 0.2); }
      section.current-events-bar .bar-wrap .upcoming-events .archive-link a {
        background-color: #2A9D8F;
        border-top-left-radius: 8px; }
        section.current-events-bar .bar-wrap .upcoming-events .archive-link a:hover {
          background-color: #1a6158; }

section.page-content-wrap {
  width: 100%; }
  section.page-content-wrap .page-content {
    width: 90%;
    max-width: 1326px;
    margin: 0 auto;
    color: #333333;
    padding: 50px 0; }
    section.page-content-wrap .page-content h1, section.page-content-wrap .page-content h2, section.page-content-wrap .page-content h3, section.page-content-wrap .page-content h4, section.page-content-wrap .page-content h5, section.page-content-wrap .page-content h6 {
      margin: 0;
      padding: 0; }
    section.page-content-wrap .page-content h1 {
      color: #0F2B45;
      font-size: 2.0rem;
      letter-spacing: 1px;
      margin-bottom: 24px; }
    section.page-content-wrap .page-content h2 {
      font-size: 1.75rem;
      margin-bottom: 20px; }
    section.page-content-wrap .page-content h3 {
      font-size: 1.5rem;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 300;
      margin-bottom: 20px; }
    section.page-content-wrap .page-content h4 {
      font-size: 1.25rem;
      letter-spacing: 1px;
      font-weight: 400;
      margin-bottom: 20px; }
    section.page-content-wrap .page-content p {
      margin: 0 0 25px 0;
      padding: 0;
      line-height: 1.5;
      width: 100%;
      max-width: 800px;
      font-size: 1.0rem; }
    section.page-content-wrap .page-content hr {
      margin: 40px auto;
      height: 1px;
      line-height: 1px;
      color: #CCCCCC;
      background-color: rgba(204, 204, 204, 0.5);
      max-width: 80%;
      border: none; }
    section.page-content-wrap .page-content a {
      color: #2A9D8F;
      text-decoration: none;
      font-weight: 700;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      section.page-content-wrap .page-content a:hover {
        color: #144d46; }
    section.page-content-wrap .page-content ul {
      list-style: disc; }
    section.page-content-wrap .page-content ol {
      list-style: decimal; }
    section.page-content-wrap .page-content ul, section.page-content-wrap .page-content ol {
      margin: 0 0 25px 25px;
      padding: 0 0 0 10px; }
      section.page-content-wrap .page-content ul li, section.page-content-wrap .page-content ol li {
        font-size: 1.0rem;
        line-height: 1.5;
        margin: 0 0 10px 0; }
        section.page-content-wrap .page-content ul li:last-child, section.page-content-wrap .page-content ol li:last-child {
          margin-bottom: 0px; }
      section.page-content-wrap .page-content ul ul, section.page-content-wrap .page-content ul ol, section.page-content-wrap .page-content ol ul, section.page-content-wrap .page-content ol ol {
        margin-top: 20px; }
      section.page-content-wrap .page-content ul ol, section.page-content-wrap .page-content ol ol {
        list-style: lower-alpha; }
    section.page-content-wrap .page-content table th, section.page-content-wrap .page-content table td {
      font-size: 1.0rem; }

section.home-hero {
  height: 400px;
  position: relative;
  z-index: 2; }
  section.home-hero .overlay-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    z-index: 10; }
    section.home-hero .overlay-wrap h2 {
      font-family: "Poppins", sans-serif;
      font-weight: 900;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: white;
      text-align: center;
      margin: 0;
      padding: 0;
      font-size: 2.25rem;
      line-height: 1.4;
      text-align: center;
      max-width: 400px; }
      section.home-hero .overlay-wrap h2 em {
        text-transform: none;
        font-weight: 400; }
    section.home-hero .overlay-wrap a.btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 24px;
      border: 2px solid white;
      border-radius: 25px;
      background: none !important;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      font-weight: 700;
      text-transform: uppercase;
      color: white;
      font-size: 1.25rem;
      line-height: 1.0;
      padding: 14px 25px; }
      section.home-hero .overlay-wrap a.btn i {
        margin-left: 8px; }
      section.home-hero .overlay-wrap a.btn:hover {
        color: #446FA0;
        background-color: white !important; }
  section.home-hero .hero-slider {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
    z-index: -1; }
    section.home-hero .hero-slider .slide {
      height: 100%;
      width: 100%;
      background-size: cover;
      background-position: center center; }

.circle-links {
  margin: -50px auto 25px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1326px;
  z-index: 10; }
  .circle-links a.circle-link {
    margin: 0 25px 25px 25px;
    z-index: 12;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #2A9D8F;
    border: 10px solid white;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.4);
    height: 210px;
    width: 210px;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .circle-links a.circle-link .overlay {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 210px;
      width: 210px;
      border-radius: 50%;
      overflow: hidden; }
      .circle-links a.circle-link .overlay .text {
        height: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background: rgba(231, 111, 81, 0.5);
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        .circle-links a.circle-link .overlay .text span {
          padding: 30px;
          color: white;
          font-weight: 700; }
    .circle-links a.circle-link:hover {
      border-color: #e6e6e6; }
      .circle-links a.circle-link:hover .overlay .text {
        height: 90px; }
    .circle-links a.circle-link:nth-child(1) .overlay .text {
      background: rgba(42, 157, 143, 0.68); }
    .circle-links a.circle-link:nth-child(1):hover {
      border-color: #2A9D8F; }
      .circle-links a.circle-link:nth-child(1):hover .overlay .text {
        background: rgba(42, 157, 143, 0.9); }
    .circle-links a.circle-link:nth-child(2) .overlay .text {
      background: rgba(233, 196, 106, 0.8); }
    .circle-links a.circle-link:nth-child(2):hover {
      border-color: #E9C46A; }
      .circle-links a.circle-link:nth-child(2):hover .overlay .text {
        background: rgba(233, 196, 106, 0.9); }
    .circle-links a.circle-link:nth-child(3) .overlay .text {
      background: rgba(68, 111, 160, 0.68); }
    .circle-links a.circle-link:nth-child(3):hover {
      border-color: #446FA0; }
      .circle-links a.circle-link:nth-child(3):hover .overlay .text {
        background: rgba(68, 111, 160, 0.9); }
    .circle-links a.circle-link:nth-child(4) .overlay .text {
      background: rgba(231, 111, 81, 0.68); }
    .circle-links a.circle-link:nth-child(4):hover {
      border-color: #E76F51; }
      .circle-links a.circle-link:nth-child(4):hover .overlay .text {
        background: rgba(231, 111, 81, 0.9); }

section.foundation-hero {
  width: 100%;
  height: 456px;
  border-bottom: 9px solid #0F2B45;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position-x: center;
  background-position-y: bottom; }
  section.foundation-hero .title {
    height: auto;
    max-height: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #0F2B45;
    text-align: center; }
    section.foundation-hero .title h2 {
      font-size: 2.25rem;
      margin-bottom: 10px;
      font-family: "Poppins", sans-serif;
      font-weight: 900;
      text-transform: uppercase; }
    section.foundation-hero .title cite {
      font-size: 1.5rem;
      font-style: italic;
      display: block; }
    section.foundation-hero .title i {
      font-size: 144px;
      margin-top: 30px; }

section.page-content-wrap .horizontal-sub-nav {
  width: 100%;
  margin: 25px 0; }
  section.page-content-wrap .horizontal-sub-nav ul#menu-foundation-sub-menu {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none; }
    section.page-content-wrap .horizontal-sub-nav ul#menu-foundation-sub-menu li {
      margin-bottom: 16px;
      margin-left: 17px;
      margin-right: 17px; }
      section.page-content-wrap .horizontal-sub-nav ul#menu-foundation-sub-menu li a {
        display: inline-block;
        padding: 8px 24px;
        font-size: 0.875rem;
        font-weight: 700;
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
        line-height: 1.25;
        border-radius: 24px;
        background-color: none;
        color: #0F2B45;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        section.page-content-wrap .horizontal-sub-nav ul#menu-foundation-sub-menu li a:hover {
          background-color: rgba(15, 43, 69, 0.12); }
      section.page-content-wrap .horizontal-sub-nav ul#menu-foundation-sub-menu li.current_page_item a {
        cursor: default;
        background-color: #0F2B45;
        color: white; }

.blog-posts {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .blog-posts a.blog-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 8px 12px;
    color: white;
    background: none;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin-bottom: 32px; }
    .blog-posts a.blog-post .date {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 24px;
      margin-top: 4px;
      font-family: "Poppins", sans-serif;
      border: 2px solid #E76F51;
      border-radius: 10px;
      overflow: hidden; }
      .blog-posts a.blog-post .date .day {
        display: block;
        font-size: 2.125rem;
        line-height: 1.2;
        font-weight: 300;
        background: white;
        color: #333333;
        padding-left: 10px;
        padding-right: 10px; }
      .blog-posts a.blog-post .date .month {
        display: block;
        font-size: 1.0rem;
        line-height: 1.0;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        background: #E76F51;
        color: white;
        padding: 3px 24px; }
    .blog-posts a.blog-post .text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .blog-posts a.blog-post .text .title {
        font-weight: 700;
        font-size: 1.5rem;
        color: #0F2B45;
        margin-bottom: 8px; }
      .blog-posts a.blog-post .text .teaser {
        display: block;
        font-weight: 400;
        font-size: 1.0rem;
        color: #333333;
        line-height: 1.25; }
    .blog-posts a.blog-post:hover {
      background: rgba(15, 43, 69, 0.08); }
    @media (max-width: 767px) {
    html, body {
      font-size: 13px; } }
    @media (min-width: 768px) {
    body header.site-header {
      height: auto; }
      body header.site-header .meta {
        display: block; }
      body header.site-header .main {
        background: none;
        height: 73px; }
        body header.site-header .main .logo-wrap {
          margin-left: 0;
          margin-top: -25px; }
            body header.site-header .main .logo-wrap a.logo-link .logo {
              width: 125px; }
          body header.site-header .main .primary-nav ul#menu-primary {
            display: block; }
          body header.site-header .main .primary-nav a.cta-btn {
            display: block; }
          body header.site-header .main .primary-nav a.mobile-cta-btn {
            display: none; }
        body header.site-header .main .menu-toggle-wrap {
          display: none; }
    body main {
      padding-top: 113px; }
    body.scrolled header.site-header {
      height: 100px;
      background: rgba(255, 255, 255, 0.85); }
    body.scrolled header.site-header .main {
      height: 60px; }
      body.scrolled header.site-header .main .logo-wrap a.logo-link .logo {
        width: 110px; }
    body.scrolled main {
      padding-top: 100px !important; }
      footer.site-footer .foot-wrap {
        max-width: 1326px; }
          footer.site-footer .foot-wrap .blocks .block {
            width: auto;
            max-width: 290px; }
        footer.site-footer .foot-wrap .legal {
          width: 90%; }
  section.page-content-wrap .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  section.page-content-wrap .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  section.page-content-wrap .form-inline .form-control-static {
    display: inline-block; }
  section.page-content-wrap .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  section.page-content-wrap .form-inline .input-group .input-group-addon,
  section.page-content-wrap .form-inline .input-group .input-group-btn,
  section.page-content-wrap .form-inline .input-group .form-control {
    width: auto; }
  section.page-content-wrap .form-inline .input-group > .form-control {
    width: 100%; }
  section.page-content-wrap .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  section.page-content-wrap .form-inline .radio,
  section.page-content-wrap .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  section.page-content-wrap .form-inline .radio label,
  section.page-content-wrap .form-inline .checkbox label {
    padding-left: 0; }
  section.page-content-wrap .form-inline .radio input[type="radio"],
  section.page-content-wrap .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  section.page-content-wrap .form-inline .has-feedback .form-control-feedback {
    top: 0; }
  section.page-content-wrap .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; }
  section.page-content-wrap .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; }
  section.page-content-wrap .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; }
        section.current-events-bar .bar-wrap a.feature-block {
          width: 45%; }
        section.current-events-bar .bar-wrap .item-list {
          width: 45%; }
    section.home-hero {
      height: 560px; } }
    @media (min-width: 990px) {
    body header.site-header {
      height: 163px; }
      body header.site-header .main {
        max-width: 1326px;
        height: 123px; }
            body header.site-header .main .logo-wrap a.logo-link .logo {
              width: 175px; }
        body header.site-header .main .primary-nav {
          height: 32px; }
              body header.site-header .main .primary-nav ul#menu-primary li.menu-item-has-children a {
                padding-right: 44px; }
              body header.site-header .main .primary-nav ul#menu-primary li ul.sub-menu {
                min-width: 275px; }
                  body header.site-header .main .primary-nav ul#menu-primary li ul.sub-menu li a {
                    font-size: 1.0rem;
                    padding: 10px 24px; }
                    body header.site-header .main .primary-nav ul#menu-primary li ul.sub-menu li a span.description {
                      font-size: 0.875rem; }
                  body header.site-header .main .primary-nav ul#menu-primary li ul.sub-menu li:first-child a {
                    padding-top: 20px; }
                  body header.site-header .main .primary-nav ul#menu-primary li ul.sub-menu li:last-child a {
                    padding-bottom: 20px; }
          body header.site-header .main .primary-nav a.cta-btn {
            margin-left: 32px;
            height: 32px;
            line-height: 32px;
            font-size: 1.0rem;
            padding: 0 24px; }
        body header.site-header .main .desktop-search-overlay {
          height: 163px; }
          body header.site-header .main .desktop-search-overlay #search-form {
            height: 28px; }
    body main {
      padding-top: 163px; }
        footer.site-footer .foot-wrap .blocks {
          -webkit-box-pack: justify !important;
              -ms-flex-pack: justify !important;
                  justify-content: space-between !important;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
          footer.site-footer .foot-wrap .blocks .block {
            width: auto;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1; }
            footer.site-footer .foot-wrap .blocks .block h6 {
              font-size: 1.125rem; }
        footer.site-footer .foot-wrap .blocks .contact {
          text-align: left; }
          footer.site-footer .foot-wrap .blocks .contact p {
            font-size: 1.125rem; }
        footer.site-footer .foot-wrap .blocks .nasn {
          text-align: right; }
          footer.site-footer .foot-wrap .blocks .nasn a {
            margin-right: 28px; }
        footer.site-footer .foot-wrap .legal {
          width: 100%; }
        section.newsletter-bar .newsletter-bar-content form#main-subscribe-form {
          width: 75%; }
    section.current-events-bar {
      height: 360px; }
      section.current-events-bar .bar-wrap {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        section.current-events-bar .bar-wrap a.feature-block {
          width: 30%;
          margin-bottom: 0px; }
        section.current-events-bar .bar-wrap .item-list {
          width: 30%;
          margin-bottom: 0px; }
    .circle-links {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .circle-links a.circle-link {
        margin: 0 25px; }
        section.page-content-wrap .horizontal-sub-nav ul#menu-foundation-sub-menu li {
          margin-bottom: 0px; }
          section.page-content-wrap .horizontal-sub-nav ul#menu-foundation-sub-menu li a {
            padding: 12px 30px;
            line-height: 1.5;
            font-size: 1rem; } }
    @media (min-width: 1346px) {
        body header.site-header .meta ul#menu-secondary-meta-nav {
          margin: 0 auto; }
        body header.site-header .main .primary-nav {
          height: 40px; }
              body header.site-header .main .primary-nav ul#menu-primary li a {
                padding: 0 40px;
                line-height: 40px;
                font-size: 1.125rem; }
              body header.site-header .main .primary-nav ul#menu-primary li.menu-item-has-children a {
                padding-right: 56px; }
              body header.site-header .main .primary-nav ul#menu-primary li ul.sub-menu {
                min-width: 350px; }
                  body header.site-header .main .primary-nav ul#menu-primary li ul.sub-menu li a {
                    font-size: 1.125rem;
                    padding: 12px 32px; }
                    body header.site-header .main .primary-nav ul#menu-primary li ul.sub-menu li a span.description {
                      font-size: 1.0rem; }
                  body header.site-header .main .primary-nav ul#menu-primary li ul.sub-menu li:first-child a {
                    padding-top: 24px; }
                  body header.site-header .main .primary-nav ul#menu-primary li ul.sub-menu li:last-child a {
                    padding-bottom: 24px; }
          body header.site-header .main .primary-nav a.cta-btn {
            margin-left: 40px;
            height: 40px;
            line-height: 40px;
            font-size: 1.125rem;
            padding: 0 30px; }
          footer.site-footer .foot-wrap .blocks .block {
            margin-left: 0 !important;
            margin-right: 0 !important; }
      section.page-content-wrap .page-content {
        width: 100%; } }
    @media (min-width: 1090px) {
              body header.site-header .main .primary-nav ul#menu-primary li a {
                padding: 0 32px;
                line-height: 32px;
                font-size: 1.0rem; } }
    @media (min-width: 576px) {
        footer.site-footer .foot-wrap .blocks {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -ms-flex-pack: distribute;
              justify-content: space-around;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          footer.site-footer .foot-wrap .blocks .block {
            width: 50%; }
      section.page-content-wrap .horizontal-sub-nav ul#menu-foundation-sub-menu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
  section.page-content-wrap input[type="date"].form-control,
  section.page-content-wrap input[type="time"].form-control,
  section.page-content-wrap input[type="datetime-local"].form-control,
  section.page-content-wrap input[type="month"].form-control {
    line-height: 34px; }
  section.page-content-wrap input[type="date"].input-sm,
  section.page-content-wrap input[type="time"].input-sm,
  section.page-content-wrap input[type="datetime-local"].input-sm,
  section.page-content-wrap input[type="month"].input-sm,
  section.page-content-wrap .input-group-sm input[type="date"],
  section.page-content-wrap .input-group-sm input[type="time"],
  section.page-content-wrap .input-group-sm input[type="datetime-local"],
  section.page-content-wrap .input-group-sm input[type="month"] {
    line-height: 30px; }
  section.page-content-wrap input[type="date"].input-lg,
  section.page-content-wrap input[type="time"].input-lg,
  section.page-content-wrap input[type="datetime-local"].input-lg,
  section.page-content-wrap input[type="month"].input-lg,
  section.page-content-wrap .input-group-lg input[type="date"],
  section.page-content-wrap .input-group-lg input[type="time"],
  section.page-content-wrap .input-group-lg input[type="datetime-local"],
  section.page-content-wrap .input-group-lg input[type="month"] {
    line-height: 46px; } }
    @media (max-width: 600px) {
  #wpadminbar {
    position: fixed !important; } }

/*# sourceMappingURL=frontend.min.css.map */
