@font-face {
  font-family: "the-sans";
  src: url("../font/TheSansC5-5_Plain.otf") format("opentype");
  font-weight: normal; }

@font-face {
  font-family: "the-sans";
  src: url("../font/TheSansC5-5iPlainItalic.otf") format("opentype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "the-sans";
  src: url("../font/TheSansC5-3_Light.otf") format("opentype");
  font-weight: 300; }

@font-face {
  font-family: "the-sans";
  src: url("../font/TheSansC5-6_SemiBold.otf") format("opentype");
  font-weight: 600; }

/*
 *	Configurations
 */
/* Utensils */
.gform_wrapper, .gform_confirmation_wrapper {
  margin: 30px auto !important; }

.gform_wrapper form .gform_heading {
  margin: 0; }

.gform_wrapper form .gform_title {
  font-weight: 500 !important;
  font-size: 40px !important;
  line-height: 1.2 !important; }

.gform_wrapper form .gform_footer {
  text-align: center; }
  .gform_wrapper form .gform_footer input[type='submit'] {
    font-size: 13px !important; }

.gform_wrapper form .gform_footer {
  text-align: center; }
  @media screen and (max-width: 991px) {
    .gform_wrapper form .gform_footer {
      text-align: center; }
      .gform_wrapper form .gform_footer .button {
        display: inline-block;
        width: auto !important; } }

.gform_wrapper form ul {
  padding: 0; }
  .gform_wrapper form ul li {
    width: 100% !important;
    padding: 0 !important;
    margin-top: 0px !important; }
    .gform_wrapper form ul li label.gfield_label {
      font-family: "the-sans", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
      margin: 17px 0 5px 0;
      color: white;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 1px;
      line-height: 1.5; }
      .gform_wrapper form ul li label.gfield_label .gfield_required {
        color: inherit; }
    .gform_wrapper form ul li select,
    .gform_wrapper form ul li input[type='text'],
    .gform_wrapper form ul li textarea {
      font-size: 0.8em; }
    .gform_wrapper form ul li input[type='text'] {
      padding: 0 0 0 14px !important;
      width: 100% !important;
      border: 1px solid #CCD0D2;
      line-height: 2.5; }
    .gform_wrapper form ul li textarea {
      width: 100% !important;
      padding: 15px 25px !important;
      border: 1px solid #CCD0D2;
      font-size: 1.5rem;
      line-height: 1.16667; }
    .gform_wrapper form ul li select {
      height: 47px;
      padding: 0 0 0 14px !important;
      border-radius: 0px !important;
      background: white;
      width: 95% !important;
      border: 1px solid #CCD0D2;
      border-radius: 4px; }
      .gform_wrapper form ul li select:after {
        content: '';
        position: absolute;
        top: 20px;
        right: 10px;
        width: 17px;
        height: 17px;
        border-bottom: 2px solid;
        border-right: 2px solid;
        -webkit-transform: rotate(45deg);
        -webkit-transition-duration: 0.6s;
        -o-transition-duration: 0.6s;
        transition-duration: 0.6s;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform; }
    .gform_wrapper form ul li.half {
      margin-bottom: 1.5rem;
      margin-right: 2.5%;
      width: 47.5% !important;
      display: inline-block; }
      .gform_wrapper form ul li.half.right {
        margin-right: 0;
        margin-left: 2.5% !important; }
      @media screen and (max-width: 575px) {
        .gform_wrapper form ul li.half, .gform_wrapper form ul li.half.right {
          margin: 0px 0px 10px 0px !important;
          width: 100% !important; } }
      .gform_wrapper form ul li.half label {
        position: relative;
        margin: 0; }
    .gform_wrapper form ul li::before {
      display: none; }

.menu__container {
  text-align: center; }
  .menu__container ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .menu__container li {
    display: inline-block;
    padding-left: 1.5em;
    padding-right: 1em;
    line-height: 1; }
    .menu__container li:first-child {
      padding-left: 0; }
    .menu__container li:last-child {
      padding-right: 0; }
  .Q_left.menu__container, .Q_left.menu__container li {
    text-align: left; }
  .Q_right.menu__container, .Q_right.menu__container li {
    text-align: right; }
  .Q_vertical.Q_left.menu__container li, .Q_vertical.Q_right.menu__container li, .Q_columns.Q_left.menu__container li, .Q_columns.Q_right.menu__container li {
    padding: 0; }
  .Q_vertical.menu__container li {
    display: block;
    padding-top: 5%;
    padding-right: 5%;
    padding-left: 5%; }
  .Q_columns.menu__container li {
    display: inline-block;
    width: 50%; }
  .Q_divide.menu__container li {
    line-height: .9;
    border-left: 1px solid white; }
    .Q_divide.menu__container li:first-child {
      border-left: 0; }
  .Q_divide.Q_left.menu__container li:first-child {
    padding-left: 1.5em;
    border-left: 1px solid white; }
  .Q_divide.Q_right.menu__container li:last-child {
    padding-right: 1em;
    border-right: 1px solid white; }

/* Condiments */
.tune--inline {
  display: inline-block; }
  .tune--inline > * {
    display: inline-block; }
  .tune--inline.Q_text > * {
    display: inline; }
  .tune--inline.Q_fullline, .tune--inline.Q_clearline {
    font-size: 0;
    line-height: 0;
    word-spacing: 0;
    letter-spacing: 0; }
  .tune--inline.Q_fullline {
    width: 100%; }
  .tune--inline.Q_rowline {
    display: table;
    width: 100%; }
    .tune--inline.Q_rowline > * {
      display: table-cell; }
  .tune--inline.Q_center > * {
    vertical-align: middle; }
  .tune--inline.Q_top > * {
    vertical-align: top; }
  .tune--inline.Q_bottom > * {
    vertical-align: bottom; }
  .tune--inline .Q__full {
    width: 100%; }
  .tune--inline .Q__half {
    width: 50%; }
  .tune--inline .Q__third {
    width: 33.333%; }
    .tune--inline .Q__third:nth-child(3n) {
      width: 33.334%; }
  .tune--inline .Q__60 {
    width: 60%; }
  .tune--inline .Q__40 {
    width: 40%; }
  .tune--inline .Q__70 {
    width: 70%; }
  .tune--inline .Q__30 {
    width: 30%; }
  .tune--inline .Q__80 {
    width: 80%; }
  .tune--inline .Q__20 {
    width: 20%; }
  .tune--inline script {
    display: none !important; }

.deed--contain {
  overflow: hidden; }
  .deed--contain .cue__container,
  .deed--contain .cue__container:before {
    font-size: 0;
    line-height: 0;
    word-spacing: 0;
    letter-spacing: 0; }
  .deed--contain .cue__container {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: -300%;
    text-align: center;
    /* Align center inline elements */ }
  .deed--contain .cue__container::before {
    position: relative;
    with: 0px !important;
    margin: 0px;
    padding: 0px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ }

.as_layer,
.as__layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

.centerfly {
  text-align: center;
  white-space: nowrap; }
  .centerfly:before {
    display: inline-block;
    content: '';
    height: 100%;
    width: 0px;
    vertical-align: middle; }
  .centerfly > * {
    display: inline-block;
    vertical-align: middle; }

/* Ingredients */
.button, a.button:not([href]):not([tabindex]) {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: white;
  font-size: 12px;
  font-family: "the-sans", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  min-width: 160px;
  padding: .9em 1.7em;
  background-color: #F1948A;
  border: 0px;
  border-radius: 3em; }
  .no_hover.button, a.no_hover.button:not([href]):not([tabindex]) {
    cursor: default; }
  .button:not(.no_hover):hover, a.button:not(.no_hover):hover:not([href]):not([tabindex]) {
    background: #CD6155;
    color: white;
    text-decoration: none; }

.textbox {
  font-size: 15px;
  height: 50px;
  min-width: 300px;
  border-radius: 4px;
  background-color: white;
  border: 1px solid #F1948A;
  padding: 10px 10px 10px 20px; }
  @media screen and (min-width: 0px) and (max-width: 575px) {
    .textbox {
      min-width: 230px; } }

.dropbox {
  -moz-appearance: none;
  -webkit-appearance: button;
  font-size: 15px;
  height: 50px;
  min-width: 300px;
  border-radius: 4px;
  background-color: white;
  border: 1px solid #F1948A;
  padding: 0px 10px; }
  @media screen and (min-width: 0px) and (max-width: 575px) {
    .dropbox {
      min-width: 230px; } }

.title, article h2, article h3, article h4, article h5, article h6, .font-europa {
  margin: 0;
  font-family: "trajan-pro-3";
  line-height: 1;
  font-weight: 400; }

.heading {
  margin: 0;
  font-family: "the-sans", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  color: yellow;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1em; }

.lead, article .lead,
.intro {
  margin: 0;
  font-size: 24px;
  line-height: 35px; }

article ul {
  padding: 0; }
  article ul li {
    position: relative;
    padding: 0 0 0 1.15em;
    list-style-type: none;
    line-height: 1.3;
    margin: .5em 0 1em;
    vertical-align: top; }
    article ul li:before {
      content: "";
      display: block;
      background: #777776;
      width: .225em;
      height: .225em;
      left: .25em;
      top: .50em;
      position: absolute;
      border-radius: 50%; }

blockquote {
  color: #777776;
  margin: 1.3em 0 0;
  padding: 0;
  border: 0;
  font-size: 31px;
  line-height: 1.25;
  max-width: 720px;
  display: block;
  text-align: center;
  margin: 1em auto; }
  blockquote p {
    margin: 0px; }
  blockquote .content {
    margin: 0px; }
    blockquote .content, blockquote .content:before, blockquote .content:before {
      display: inline-block; }
    blockquote .content:before {
      content: '\201C'; }
    blockquote .content:after {
      content: '\201D'; }
  blockquote cite {
    font-style: normal;
    font-size: 23px;
    line-height: 1.2;
    text-align: center;
    display: block;
    margin-top: 20px; }

.icon {
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.tune--inline.Q_fullline > * {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0em;
  -webkit-margin-end: 0em;
  font-size: 20px;
  line-height: 28px;
  word-spacing: normal;
  letter-spacing: auto; }

.site__responsive-menu-toggle {
  display: none;
  border: none;
  width: 22px;
  background: transparent;
  cursor: pointer; }
  .site__responsive-menu-toggle .icon-bar {
    width: 22px;
    height: 2px;
    display: block;
    background: white;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .site__responsive-menu-toggle .icon-bar:nth-of-type(1) {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0); }
    .site__responsive-menu-toggle .icon-bar:nth-of-type(2) {
      margin-top: 4px;
      opacity: 1;
      filter: alpha(opacity=100); }
    .site__responsive-menu-toggle .icon-bar:nth-of-type(3) {
      margin-top: 4px;
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0); }
  .active-engage-in.site__responsive-menu-toggle .icon-bar:nth-of-type(1), .active.site__responsive-menu-toggle .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%; }
  .active-engage-in.site__responsive-menu-toggle .icon-bar:nth-of-type(2), .active.site__responsive-menu-toggle .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0); }
  .active-engage-in.site__responsive-menu-toggle .icon-bar:nth-of-type(3), .active.site__responsive-menu-toggle .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%; }

.site__body {
  position: relative;
  z-index: 0;
  overflow: hidden; }

.site__responsive-menu-toggle {
  position: absolute;
  z-index: 10;
  top: 40px;
  right: 30px; }
  .visible.site__responsive-menu-toggle {
    display: block; }
  .sticky.site__responsive-menu-toggle {
    position: fixed; }

.section--pagination {
  text-align: center; }
  .section--pagination nav {
    display: inline-block; }
  .section--pagination .page-numbers {
    margin-right: 28px;
    display: inline-block; }
    .section--pagination .page-numbers {
      color: #777776; }
    .section--pagination .page-numbers:visited {
      color: #777776; }
    .section--pagination .page-numbers:focus {
      color: #777776; }
    .section--pagination .page-numbers:active {
      color: #777776; }
    .section--pagination .page-numbers:hover {
      color: #777776; }
    .section--pagination .page-numbers.current {
      color: #102856; }
    .section--pagination .page-numbers.current:visited {
      color: #102856; }
    .section--pagination .page-numbers.current:focus {
      color: #05193C; }
    .section--pagination .page-numbers.current:active {
      color: #05193C; }
    .section--pagination .page-numbers.current:hover {
      color: #05193C; }
    .section--pagination .page-numbers.next, .section--pagination .page-numbers.prev {
      width: 10px;
      height: 10px;
      border-left: 2px solid #777776;
      border-top: 2px solid #777776;
      cursor: pointer;
      position: relative;
      top: -2px; }
    .section--pagination .page-numbers.prev {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .section--pagination .page-numbers.next {
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg); }
    .section--pagination .page-numbers:hover {
      border-color: #ECECEC; }

.site__responsive-menu {
  z-index: 0;
  position: fixed;
  right: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none; }
  .site__responsive-menu .saucy-container {
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    height: 100%;
    width: 33%;
    max-width: 300px;
    min-width: 300px; }

/* Modules */
.gourmet_toggled_menu.reverse_slide_out {
  z-index: 0;
  position: fixed;
  right: 0;
  top: 0px;
  width: 100%;
  height: 0;
  height: 100%; }
  body.toggled-menu-active .gourmet_toggled_menu.reverse_slide_out.active-engage-in {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.gourmet_toggled_menu__adam.toggled_menu-reverse_slide_out {
  background: #140821; }
  body.toggled-menu-active .gourmet_toggled_menu__adam.toggled_menu-reverse_slide_out.active-engage-in {
    overflow-y: hidden; }

.gourmet_toggled_menu__ancestor.toggled_menu-reverse_slide_out {
  z-index: 1;
  position: relative;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  width: 100%; }
  body.toggled-menu-active .gourmet_toggled_menu__ancestor.toggled_menu-reverse_slide_out {
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px); }

.gourmet_toggled_menu__button.reverse_slide_out {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }
  body.toggled-menu-active .gourmet_toggled_menu__button.reverse_slide_out {
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px); }

.gourmet_body {
  position: relative;
  width: 100%;
  z-index: 1; }

.gourmet_body-top {
  position: fixed;
  width: 100%;
  height: 0px;
  top: 0px;
  left: 0px;
  z-index: 2; }
  .gourmet_body-top_inner {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto; }

.gourmet_body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: 0;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  -o-transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s, -webkit-transform .5s; }
  .gourmet_body-overlay.toggled_menu-reverse_slide_out.active-engage-in-config {
    z-index: 9; }
  .gourmet_body-overlay.toggled_menu-reverse_slide_out.active-engage-in {
    z-index: 9;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
    opacity: 1; }
  .gourmet_body-overlay.toggled_menu-reverse_slide_out.active-engaged {
    z-index: 9;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
    opacity: 1; }
  .gourmet_body-overlay.toggled_menu-reverse_slide_out.active-engage-out {
    z-index: 9;
    opacity: 0; }

html, body {
  width: 100%;
  overflow-x: hidden; }

html {
  font-size: 20px; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1.4;
  font-family: "the-sans", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  color: #777776; }
  @media screen and (max-width: 575px) {
    body {
      font-size: 16px; } }
  @media screen and (min-width: 576px) and (max-width: 767px) {
    body {
      font-size: 17px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    body {
      font-size: 18px; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    body {
      font-size: 19px; } }
  @media screen and (min-width: 1200px) {
    body {
      font-size: 20px; } }

/* =WordPress Core
-------------------------------------------------------------- */
article {
  /* Text meant only for screen readers. */ }
  article .alignnone {
    margin: 5px 20px 20px 0; }
  article .aligncenter,
  article div.aligncenter {
    display: block;
    margin: 5px auto 5px auto; }
  article .alignright {
    float: right;
    margin: 5px 0 20px 20px; }
  article .alignleft {
    float: left;
    margin: 5px 20px 20px 0; }
  article a img.alignright {
    float: right;
    margin: 5px 0 20px 20px; }
  article a img.alignnone {
    margin: 5px 20px 20px 0; }
  article a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0; }
  article a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  article .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center; }
  article .wp-caption.alignnone {
    margin: 5px 20px 20px 0; }
  article .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  article .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  article .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  article .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }
  article .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  article .screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

.is-skin-container, .is-layer-container {
  position: relative; }

.is-skin, .is-skin-left, .is-skin-right, .is-skin-top, .is-skin-bottom, .is-skin-center, .is-skin-full, .is-skin-cover, .is-layer, .is-layer-left, .is-layer-right, .is-layer-top, .is-layer-bottom, .is-layer-center, .is-layer-full, .is-layer-cover {
  position: absolute; }

.is-skin-left, .is-skin-left, .is-layer-left, .is-layer-left {
  height: 100%;
  top: 0px; }

.is-skin-left, .is-layer-left {
  left: 0px; }

.is-skin-right, .is-layer-right {
  right: 0px; }

.is-skin-top, .is-skin-bottom, .is-layer-top, .is-layer-bottom {
  width: 100%;
  left: 0px; }

.is-skin-top, .is-layer-top {
  top: 0px; }

.is-skin-bottom, .is-layer-bottom {
  bottom: 0px; }

.is-skin, .is-skin-center, .is-skin-full, .is-skin-cover, .is-layer, .is-layer-center, .is-layer-full, .is-layer-cover {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px; }

.is-skin-center, .is-layer-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.is-flex-top {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.is-flex-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.is-flex-center-both, .is-flex-center-flat {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.is-flex-center-both, .is-flex-center-fly {
  -ms-flex-item-align: center;
  align-self: center; }

.is-col-half {
  width: 50%; }

.is-col-third {
  width: calc( 100% / 3); }

.is-full, .is-full-width {
  width: 100%; }

.is-full, .is-full-height {
  height: 100%; }

.is-hidden {
  display: none; }

@media screen and (min-width: 0px) and (max-width: 575px) {
  .is-hidden-xs {
    display: none; } }

@media screen and (min-width: 576px) and (max-width: 767px) {
  .is-hidden-sm {
    display: none; } }

.content-flex, .content-flex-stretch, .content-flex-nowrap, .content-flex-left, .content-flex-right, .content-flex-top, .content-flex-bottom, .content-flex-top-left, .content-flex-top-right, .content-flex-top-center, .content-flex-bottom-left, .content-flex-bottom-right, .content-flex-bottom-center, .content-flex-center-left, .content-flex-center-right, .content-flex-center-center, .content-flex-center-both, .content-flex-center-fly, .content-flex-center-flat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.content-flex-left, .content-flex-bottom-left, .content-flex-top-left, .content-flex-center-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.content-flex-right, .content-flex-bottom-right, .content-flex-top-right, .content-flex-center-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.content-flex-top-left, .content-flex-top-right, .content-flex-top-center, .content-flex-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.content-flex-bottom-left, .content-flex-bottom-right, .content-flex-bottom-center, .content-flex-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.content-flex-center-both, .content-flex-center-flat, .content-flex-center-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.content-flex-center-both, .content-flex-center-fly, .content-flex-center-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.content-flex-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.content-flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .content-flex-nowrap > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

.content-text-left {
  text-align: left; }

.content-text-right {
  text-align: right; }

.padding-top-10 {
  padding-top: 10%; }

.padding-top-20 {
  padding-top: 20%; }

.padding-top-30 {
  padding-top: 30%; }

.padding-top-40 {
  padding-top: 40%; }

.padding-top-50 {
  padding-top: 50%; }

.padding-top-60 {
  padding-top: 60%; }

.padding-top-70 {
  padding-top: 70%; }

.padding-top-80 {
  padding-top: 80%; }

.padding-top-90 {
  padding-top: 90%; }

.padding-top-100 {
  padding-top: 100%; }

.padding-bottom-10 {
  padding-bottom: 10%; }

.padding-bottom-20 {
  padding-bottom: 20%; }

.padding-bottom-30 {
  padding-bottom: 30%; }

.padding-bottom-40 {
  padding-bottom: 40%; }

.padding-bottom-50 {
  padding-bottom: 50%; }

.padding-bottom-60 {
  padding-bottom: 60%; }

.padding-bottom-70 {
  padding-bottom: 70%; }

.padding-bottom-80 {
  padding-bottom: 80%; }

.padding-bottom-90 {
  padding-bottom: 90%; }

.padding-bottom-100 {
  padding-bottom: 100%; }

.scroll {
  overflow: scroll; }
  .scroll-y {
    overflow-y: scroll; }
  .scroll-x {
    overflow-x: scroll; }

@media screen and (max-width: 575px) {
  h1, h2, h3 {
    font-size: 16px; } }

@media screen and (min-width: 576px) and (max-width: 767px) {
  h1, h2, h3 {
    font-size: 17px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  h1, h2, h3 {
    font-size: 18px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  h1, h2, h3 {
    font-size: 19px; } }

@media screen and (min-width: 1200px) {
  h1, h2, h3 {
    font-size: 20px; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

img {
  image-rendering: -webkit-optimize-contrast; }

iframe {
  border: 0px solid; }

@media screen and (max-width: 767px) {
  .heading {
    font-size: 85%; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .heading {
    font-size: 90%; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .heading {
    font-size: 95%; } }

@media screen and (min-width: 1200px) {
  .heading {
    font-size: 100%; } }

.title, article h2, article h3, article h4, article h5, article h6 {
  text-transform: none; }
  .title--blue {
    color: #102856; }
  .title--white {
    color: white; }
  .title--yellow {
    color: #FFDA1B; }
  .title--size-h1 {
    font-size: 3em; }
    @media screen and (min-width: 0px) and (max-width: 575px) {
      .title--size-h1 {
        font-size: 2.5em; } }
    @media screen and (min-width: 576px) and (max-width: 767px) {
      .title--size-h1 {
        font-size: 2.5em; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .title--size-h1 {
        font-size: 2.5em; } }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .title--size-h1 {
        font-size: 3em; } }
    @media screen and (min-width: 1200px) {
      .title--size-h1 {
        font-size: 3em; } }
  .title--size-h2, article h2 {
    font-size: 1.8em; }
    @media screen and (min-width: 0px) and (max-width: 575px) {
      .title--size-h2, article h2 {
        font-size: 1.8em; } }
    @media screen and (min-width: 576px) and (max-width: 767px) {
      .title--size-h2, article h2 {
        font-size: 2em; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .title--size-h2, article h2 {
        font-size: 2em; } }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .title--size-h2, article h2 {
        font-size: 1.8em; } }
    @media screen and (min-width: 1200px) {
      .title--size-h2, article h2 {
        font-size: 1.8em; } }
  .title--size-h3, article h3 {
    font-size: 1.5em; }
    @media screen and (min-width: 0px) and (max-width: 575px) {
      .title--size-h3, article h3 {
        font-size: 1.5em; } }
    @media screen and (min-width: 576px) and (max-width: 767px) {
      .title--size-h3, article h3 {
        font-size: 1.5em; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .title--size-h3, article h3 {
        font-size: 1.5em; } }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .title--size-h3, article h3 {
        font-size: 1.5em; } }
    @media screen and (min-width: 1200px) {
      .title--size-h3, article h3 {
        font-size: 1.5em; } }
  .title--size-h4, article h4 {
    font-size: 1.3em; }
    @media screen and (min-width: 0px) and (max-width: 575px) {
      .title--size-h4, article h4 {
        font-size: 1.3em; } }
    @media screen and (min-width: 576px) and (max-width: 767px) {
      .title--size-h4, article h4 {
        font-size: 1.3em; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .title--size-h4, article h4 {
        font-size: 1.3em; } }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .title--size-h4, article h4 {
        font-size: 1.3em; } }
    @media screen and (min-width: 1200px) {
      .title--size-h4, article h4 {
        font-size: 1.3em; } }

.font-europa {
  font-family: "europa";
  font-weight: bold; }
  .font-europa--size-big {
    font-size: 400%; }
  .section--homepage-landing .font-europa.value {
    font-size: 4em; }
    @media screen and (min-width: 0px) and (max-width: 575px) {
      .section--homepage-landing .font-europa.value {
        font-size: 3.1em; } }

.lead, article .lead,
.intro {
  color: #102856;
  font-size: 1.2em;
  line-height: 1.45833em;
  font-weight: 400; }

.button, a.button:not([href]):not([tabindex]) {
  border-radius: 0px;
  outline: none;
  font-weight: 600;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  padding-left: 1em;
  padding-right: 1em;
  min-width: 8em; }
  @media screen and (min-width: 1200px) {
    .button, a.button:not([href]):not([tabindex]) {
      min-width: 11em; } }
  .button:not(.no_hover):hover, a.button:not(.no_hover):hover:not([href]):not([tabindex]), .button:focus, a.button:focus:not([href]):not([tabindex]), .button:active, a.button:active:not([href]):not([tabindex]) {
    outline: none;
    text-decoration: none; }
  @media screen and (max-width: 575px) {
    .button, a.button:not([href]):not([tabindex]) {
      font-size: 0.65em; } }
  @media screen and (min-width: 576px) and (max-width: 767px) {
    .button, a.button:not([href]):not([tabindex]) {
      font-size: 0.7em; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .button, a.button:not([href]):not([tabindex]) {
      font-size: 0.75em; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .button, a.button:not([href]):not([tabindex]) {
      font-size: 0.8em; } }
  @media screen and (min-width: 1200px) {
    .button, a.button:not([href]):not([tabindex]) {
      font-size: 0.85em; } }
  .button--blue {
    background-color: #102856;
    color: #FFDA1B; }
    .button--blue:not(.no_hover):hover, .button--blue:focus, .button--blue:active {
      background: #FFDA1B;
      color: #102856; }
  .button--twitter {
    background-color: #00B5F4;
    color: white; }
    .button--twitter:not(.no_hover):hover, .button--twitter:focus, .button--twitter:active {
      background: #0084b4;
      color: white; }
  .button--yellow {
    background-color: #FFDA1B;
    color: #102856; }
    .button--yellow:not(.no_hover):hover, .button--yellow:focus, .button--yellow:active {
      background: #05193C;
      color: #FFDA1B; }
  .button--outline, .gform_wrapper form .button, .gform_wrapper form a.button:not([href]):not([tabindex]) {
    border: 1px solid #FFDA1B;
    padding-top: 1.4em;
    padding-bottom: 1.1em;
    background: none;
    text-decoration: none; }
    .button--outline, .gform_wrapper form .button, .gform_wrapper form a.button:not([href]):not([tabindex]), .button--outline:visited, .gform_wrapper form .button:visited {
      color: #FFDA1B; }
    .button--outline:not(.no_hover):hover, .gform_wrapper form .button:not(.no_hover):hover, .button--outline:focus, .gform_wrapper form .button:focus, .button--outline:active, .gform_wrapper form .button:active {
      background: #FFDA1B;
      color: #102856; }
    @media screen and (max-width: 575px) {
      .button--outline, .gform_wrapper form .button, .gform_wrapper form a.button:not([href]):not([tabindex]) {
        font-size: 65%; } }
    @media screen and (min-width: 576px) and (max-width: 767px) {
      .button--outline, .gform_wrapper form .button, .gform_wrapper form a.button:not([href]):not([tabindex]) {
        font-size: 70%; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .button--outline, .gform_wrapper form .button, .gform_wrapper form a.button:not([href]):not([tabindex]) {
        font-size: 75%; } }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .button--outline, .gform_wrapper form .button, .gform_wrapper form a.button:not([href]):not([tabindex]) {
        font-size: 75%; } }
    @media screen and (min-width: 1200px) {
      .button--outline, .gform_wrapper form .button, .gform_wrapper form a.button:not([href]):not([tabindex]) {
        font-size: 75%; } }
  .button--outline-blue, .gform_wrapper form.layout2 .button {
    border: 1px solid #102856;
    padding-top: 1.4em;
    padding-bottom: 1.1em;
    background: none;
    text-decoration: none; }
    .button--outline-blue, .gform_wrapper form.layout2 .button, .button--outline-blue:visited, .gform_wrapper form.layout2 .button:visited {
      color: #102856; }
    .button--outline-blue:not(.no_hover):hover, .gform_wrapper form.layout2 .button:not(.no_hover):hover, .button--outline-blue:focus, .gform_wrapper form.layout2 .button:focus, .button--outline-blue:active, .gform_wrapper form.layout2 .button:active {
      background: #102856;
      color: #FFDA1B; }
    @media screen and (max-width: 575px) {
      .button--outline-blue, .gform_wrapper form.layout2 .button {
        font-size: 65%; } }
    @media screen and (min-width: 576px) and (max-width: 767px) {
      .button--outline-blue, .gform_wrapper form.layout2 .button {
        font-size: 70%; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .button--outline-blue, .gform_wrapper form.layout2 .button {
        font-size: 75%; } }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .button--outline-blue, .gform_wrapper form.layout2 .button {
        font-size: 75%; } }
    @media screen and (min-width: 1200px) {
      .button--outline-blue, .gform_wrapper form.layout2 .button {
        font-size: 75%; } }

@media screen and (max-width: 575px) {
  .textbox {
    font-size: 13px; } }

@media screen and (min-width: 576px) and (max-width: 767px) {
  .textbox {
    font-size: 14px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .textbox {
    font-size: 15px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .textbox {
    font-size: 16px; } }

@media screen and (min-width: 1200px) {
  .textbox {
    font-size: 16px; } }

@media screen and (min-width: 0px) and (max-width: 575px) {
  .container {
    padding-left: 30px;
    padding-right: 30px; } }

article > *:first-child {
  margin-top: 0px; }

article > *:last-child {
  margin-bottom: 0px; }

article h2, article h3, article h4, article h5, article h6 {
  color: #102856;
  margin-bottom: 0.66667em; }

article p,
article iframe {
  margin-bottom: 1em;
  max-width: 100%; }

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

article .lead {
  color: #102856;
  margin-bottom: 27px; }

article .size-medium {
  max-width: calc(50% - 20px);
  width: 100%;
  margin-bottom: 30px; }

article a {
  color: #102856; }

article a:visited {
  color: #102856; }

article a:focus {
  color: #091833; }

article a:active {
  color: #091833; }

article a:hover {
  color: #091833; }

.editorcustom {
  position: relative; }
  .editorcustom:before {
    position: absolute;
    content: 'quotes slider : editor view';
    top: -1.8em;
    font-size: 0.65em;
    right: 0px;
    padding: .2em .5em;
    background: rgba(0, 0, 0, 0.05);
    color: gray;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }
  .editorcustom:hover:before {
    opacity: 1; }

article {
  max-width: 38.5em; }

p:empty {
  display: none; }

.gform_wrapper form {
  background: #102856;
  padding: 40px; }
  @media screen and (min-width: 0px) and (max-width: 575px) {
    .gform_wrapper form {
      padding: 20px; } }
  .gform_wrapper form ul li {
    position: relative; }
    .gform_wrapper form ul li select,
    .gform_wrapper form ul li input[type='text'] {
      border-width: 0px 0px 1px 0px; }
    .gform_wrapper form ul li select,
    .gform_wrapper form ul li input[type='text'],
    .gform_wrapper form ul li textarea {
      color: white;
      background: unset;
      border-color: #979797 !important;
      font-weight: 300;
      font-size: 0.8em !important;
      -webkit-transition: border-color .3s;
      -o-transition: border-color .3s;
      transition: border-color .3s; }
      .gform_wrapper form ul li select:focus,
      .gform_wrapper form ul li input[type='text']:focus,
      .gform_wrapper form ul li textarea:focus {
        outline: none; }
    .gform_wrapper form ul li label.gfield_label {
      color: white;
      font-size: 0.8em;
      line-height: 1.4em;
      text-transform: none;
      font-weight: 300;
      margin-bottom: 1.2em; }
    .gform_wrapper form ul li.half label.gfield_label {
      margin-bottom: 0px;
      position: absolute;
      top: 0.6em;
      left: 0px;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
    @media screen and (min-width: 0px) and (max-width: 575px) {
      .gform_wrapper form ul li.half, .gform_wrapper form ul li.half.right {
        margin-bottom: 30px !important; } }
    .gform_wrapper form ul li.open label.gfield_label {
      top: -1em;
      font-size: 75%;
      color: rgba(255, 255, 255, 0.6); }
    .gform_wrapper form ul li.active label.gfield_label {
      color: #FFDA1B; }
    .gform_wrapper form ul li.active input[type='text'] {
      border-color: #FFDA1B !important; }
    .gform_wrapper form ul li .ginput_container {
      margin-top: 0px !important; }
    .gform_wrapper form ul li.full label.gfield_label {
      position: static;
      top: 0px; }
  .gform_wrapper form.layout2 {
    background: #F5F5F5; }
    .gform_wrapper form.layout2 ul li select,
    .gform_wrapper form.layout2 ul li input[type='text'],
    .gform_wrapper form.layout2 ul li textarea,
    .gform_wrapper form.layout2 ul li label,
    .gform_wrapper form.layout2 ul li label.gfield_label {
      border-color: #102856 !important;
      color: #102856; }
    .gform_wrapper form.layout2 .gsection {
      border-bottom: 0px; }
    .gform_wrapper form.layout2 .gsection .gfield_label,
    .gform_wrapper form.layout2 h2.gsection_title,
    .gform_wrapper form.layout2 h3.gform_title {
      font-weight: 400 !important;
      margin-top: 2em !important;
      margin-bottom: .5em !important; }

body {
  font-weight: 300; }

a {
  cursor: pointer; }
  a {
    text-decoration: none; }
  a:visited {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }
  a:active {
    text-decoration: none; }
  a:hover {
    text-decoration: none; }

.paragraphs p {
  margin: 1em 0px; }

button, input, optgroup, select, textarea {
  font-family: inherit; }

html.noscroll {
  height: 100%;
  overflow: hidden; }

.no_paragraphs p {
  display: inline;
  margin: 0; }

.separator {
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.05)), color-stop(50%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0) 100%); }

.dots {
  display: inline-block;
  line-height: 0; }
  .dots .dot {
    cursor: pointer;
    border-radius: 50%;
    display: inline-block;
    width: 11px;
    height: 11px;
    border: 1px solid white;
    margin-left: 10px; }
    .dots .dot.first {
      margin-left: 0px; }
    .dots .dot.active {
      position: relative;
      background: white; }

.dots--blue .dot {
  border-color: #102856; }
  .dots--blue .dot.active {
    background: #102856; }

.dots--yellow .dot {
  border-color: #FFDA1B; }
  .dots--yellow .dot.active {
    background: #FFDA1B; }

.dots--yellow-outline .dot {
  width: 9px;
  height: 9px;
  border-color: #FFDA1B; }
  .dots--yellow-outline .dot.first {
    margin-left: 0px; }
  .dots--yellow-outline .dot.active {
    position: relative;
    background: #FFDA1B; }
    .dots--yellow-outline .dot.active:before {
      content: '';
      border-radius: 50%;
      position: absolute;
      width: 7px;
      height: 7px;
      left: calc(( 100% - 7px ) / 2);
      top: calc(( 100% - 7px ) / 2);
      border: 1px solid white; }

.dots--twitter-outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: -12px; }
  .dots--twitter-outline .dot {
    width: 9px;
    height: 9px;
    border-color: #00B5F4; }
    .dots--twitter-outline .dot.first {
      margin-left: 0px; }
    .dots--twitter-outline .dot.active {
      position: relative;
      background: #00B5F4; }
      .dots--twitter-outline .dot.active:before {
        content: '';
        border-radius: 50%;
        position: absolute;
        width: 7px;
        height: 7px;
        left: calc(( 100% - 7px ) / 2);
        top: calc(( 100% - 7px ) / 2);
        border: 1px solid white; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.icon--twitter {
  background-image: url(../img/icon/twitter.svg); }

.icon--outline-twitter {
  background-image: url(../img/icon/twitter-outline.svg); }

.icon--outline-facebook {
  background-image: url(../img/icon/facebook-outline.svg); }

.icon--outline-youtube {
  background-image: url(../img/icon/youtube-outline.svg); }

.icon--outline-linkedin {
  background-image: url(../img/icon/linkedin-outline.svg); }

.icon--quote {
  background-image: url(../img/icon/quote.png); }

.icon--stat {
  background-image: url(../img/icon/stat.svg); }

.icon--phone {
  background-image: url(../img/icon/phone.svg); }

.icon--mail {
  background-image: url(../img/icon/pencil.svg); }

span.download-icon::before {
  content: url("../../assets/img/icon/download.svg");
  margin-right: 15px;
  vertical-align: -webkit-baseline-middle; }

span.twitter-icon,
span.facebook-icon,
span.linkedin-icon {
  display: inline-block;
  min-width: 155px;
  margin-bottom: 5px;
  padding: 15px 25px;
  color: white;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }
  span.twitter-icon a,
  span.facebook-icon a,
  span.linkedin-icon a {
    color: inherit; }

span.twitter-icon {
  background: #00B5F4; }

span.twitter-icon:hover {
  background: #0084b4; }

span.facebook-icon {
  background: #446DB0; }

span.facebook-icon:hover {
  background: #36568b; }

span.linkedin-icon {
  background: #0077B5; }

span.linkedin-icon:hover {
  background: #005582; }

span.twitter-icon::before,
span.facebook-icon::before,
span.linkedin-icon::before {
  margin-right: 15px;
  margin-left: -7px;
  display: inline-block;
  vertical-align: middle; }

span.twitter-icon::before {
  content: url("../../assets/img/icon/twitter-white.svg");
  width: 30px; }

span.facebook-icon::before {
  content: url("../../assets/img/icon/facebook-white.svg");
  width: 16px; }

span.linkedin-icon::before {
  content: url("../../assets/img/icon/linkedin-white.svg");
  width: 25px; }

.entry {
  background: white;
  padding: 25px;
  height: 100%; }
  .entry .picture {
    overflow: hidden;
    position: relative;
    background: rgba(127, 127, 127, 0.2) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHElEQVQYV2P8f+D0f0YHU0YGKIAzMARgKjFUAABhRQgFVqBCVwAAAABJRU5ErkJggg==); }
    .entry .picture__inner {
      padding-bottom: 54.92063%; }
      @media screen and (min-width: 576px) and (max-width: 767px) {
        .entry .picture__inner {
          padding-bottom: 100%; } }
    .entry .picture__content {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%; }
  .entry .content .details {
    font-size: 0.7em;
    line-height: 1.57143em;
    margin-bottom: 1.07143em; }
  .entry .content .this_title {
    color: #102856;
    font-size: 1.3em;
    line-height: 1.34615em;
    text-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.5); }
  .entry .description {
    margin-bottom: 2.23529em;
    font-size: 0.85em;
    line-height: 1.17647em;
    font-weight: 400; }
  .entry--blog {
    padding: 0px;
    margin: 0 auto; }
    .entry--blog .content {
      padding: 25px 35px 35px 25px; }
      .entry--blog .content .this_title {
        font-size: 1.1em; }
  .entry__outer {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-bottom: 30px; }
  .entry--with-slider {
    padding: 0px; }
    .entry--with-slider .picture .slick_slider,
    .entry--with-slider .picture .slick-track,
    .entry--with-slider .picture .slick-list {
      height: 100%; }
    .entry--with-slider .content {
      padding: 25px 40px 25px 30px; }
      .entry--with-slider .content .slick_slider {
        margin-bottom: 1.05em; }
        .entry--with-slider .content .slick_slider .slide {
          display: none; }
          .entry--with-slider .content .slick_slider .slide .details {
            display: none; }
          .entry--with-slider .content .slick_slider .slide.active {
            display: block; }
        .entry--with-slider .content .slick_slider.slick-initialized .slide {
          display: block; }
      .entry--with-slider .content .more_details .view_all {
        font-size: 0.7em;
        line-height: 1em;
        letter-spacing: 0.07143em;
        text-transform: uppercase; }
        .entry--with-slider .content .more_details .view_all {
          color: #777776; }
        .entry--with-slider .content .more_details .view_all:visited {
          color: #777776; }
        .entry--with-slider .content .more_details .view_all:focus {
          color: #777776; }
        .entry--with-slider .content .more_details .view_all:active {
          color: #777776; }
        .entry--with-slider .content .more_details .view_all:hover {
          color: #777776; }
  .entry--small {
    padding: 25px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .entry--small .title, .entry--small article h2, article .entry--small h2, .entry--small article h3, article .entry--small h3, .entry--small article h4, article .entry--small h4, .entry--small article h5, article .entry--small h5, .entry--small article h6, article .entry--small h6 {
      line-height: 1.33333em;
      font-size: 1.2em;
      margin-bottom: 0.6em !important; }
    .entry--small .description {
      margin-bottom: 1.5em;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .entry--twitter, .entry--twitter-slider {
    text-align: left; }
    .entry--twitter .head, .entry--twitter-slider .head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #00B5F4;
      font-size: 0.85em;
      line-height: 2.17647em;
      text-shadow: 0 0 1.41176em 0 rgba(0, 0, 0, 0.5);
      font-weight: 400;
      margin-bottom: 0.64706em; }
      .entry--twitter .head .icon, .entry--twitter-slider .head .icon {
        height: 1.2em;
        width: 1.5em;
        margin-right: 6px; }
    .entry--twitter .description, .entry--twitter-slider .description {
      line-height: 1.29412em; }
    .entry--twitter .body, .entry--twitter-slider .body {
      margin-bottom: 1.11765em; }

@at_root .aspect__frontpage & {
  .entry--twitter, .entry--twitter-slider {
    text-align: left !important; }
    .entry--twitter .head .icon, .entry--twitter-slider .head .icon {
      height: 1.2em;
      width: 1.5em;
      margin-right: 6px;
      float: left; }
    .entry--twitter .dots, .entry--twitter-slider .dots {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: auto; } }
  .entry--twitter-slider {
    padding: 5.26316% 7.89474%; }
    .entry--twitter-slider {
      text-align: center; }
      .entry--twitter-slider .head {
        display: block;
        margin-bottom: 0.8em; }
        .entry--twitter-slider .head .icon {
          width: 40px;
          height: 40px;
          display: block;
          margin: 0 auto; }
        .entry--twitter-slider .head a {
          display: block; }
      .entry--twitter-slider .description {
        margin-bottom: 1em;
        font-weight: 300; }
        .entry--twitter-slider .description .slick_slider {
          display: none; }
          .entry--twitter-slider .description .slick_slider.slick-initialized {
            display: block; }
      .entry--twitter-slider .dots {
        display: block;
        text-align: center;
        margin-bottom: 2em; }
    .entry--twitter-slider__outer {
      margin-bottom: 15px; }
  .entry--where-next {
    background: white;
    margin-bottom: 60px;
    border-radius: 4px; }
    .entry--where-next .photo {
      padding-bottom: 59.25926%;
      border-radius: 4px 4px 0px 0px; }
    .entry--where-next .text {
      padding: 25px; }
    .entry--where-next .title, .entry--where-next article h2, article .entry--where-next h2, .entry--where-next article h3, article .entry--where-next h3, .entry--where-next article h4, article .entry--where-next h4, .entry--where-next article h5, article .entry--where-next h5, .entry--where-next article h6, article .entry--where-next h6 {
      font-size: 120%;
      line-height: 1.15;
      margin-bottom: 10px; }
    .entry--where-next .date {
      font-weight: 600;
      margin-bottom: 10px; }
    .entry--where-next .narrative {
      margin-bottom: 0px; }
    .entry--where-next .button, .entry--where-next a.button:not([href]):not([tabindex]) {
      display: none; }
    @media screen and (min-width: 0px) and (max-width: 575px) {
      .entry--where-next {
        max-width: 300px;
        margin-right: auto;
        margin-left: auto; } }

.entry--homepage-events .event-item {
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc; }

.entry--homepage-events .event-item:last-child {
  border-bottom: none;
  margin-bottom: 5px; }

.entry--homepage-events .more_details {
  position: absolute;
  bottom: 25px;
  right: 40px; }

.entry--homepage-events .view_all {
  font-size: 0.7em;
  line-height: 1em;
  letter-spacing: 0.07143em;
  text-transform: uppercase;
  color: #777776; }

.section--homepage-landing {
  position: relative;
  width: 100%;
  height: 100vh;
  background: white; }
  .section--homepage-landing .block {
    padding: 0px;
    height: 50vh;
    background-size: cover;
    background-repeat: no-repeat; }
    .section--homepage-landing .block__bg {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), to(#000000));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 60%, #000000 100%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 60%, #000000 100%);
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, #000000 100%); }
    .section--homepage-landing .block__hover {
      background: #102856;
      opacity: 0;
      color: white;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      font-size: 0.975em;
      -webkit-transition: 0.5s opacity cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -o-transition: 0.5s opacity cubic-bezier(0.445, 0.05, 0.55, 0.95);
      transition: 0.5s opacity cubic-bezier(0.445, 0.05, 0.55, 0.95); }
      .section--homepage-landing .block__hover .hover__container {
        max-width: 75%;
        text-align: center; }
        .section--homepage-landing .block__hover .hover__container .value {
          color: #FFDA1B;
          margin-bottom: 0.0875em; }
        .section--homepage-landing .block__hover .hover__container .description {
          margin: 0 auto;
          font-size: 0.9em;
          max-width: 15.83333em;
          margin-bottom: 1.22222em;
          text-transform: uppercase;
          text-align: center; }
        .section--homepage-landing .block__hover .hover__container .quote {
          max-width: 26.31818em;
          font-style: italic;
          line-height: 1.45455em;
          margin-bottom: 1.31818em; }
          .section--homepage-landing .block__hover .hover__container .quote:before, .section--homepage-landing .block__hover .hover__container .quote:before {
            display: inline-block; }
          .section--homepage-landing .block__hover .hover__container .quote:before {
            content: '\201C'; }
          .section--homepage-landing .block__hover .hover__container .quote:after {
            content: '\201D'; }
    .section--homepage-landing .block .title, .section--homepage-landing .block article h2, article .section--homepage-landing .block h2, .section--homepage-landing .block article h3, article .section--homepage-landing .block h3, .section--homepage-landing .block article h4, article .section--homepage-landing .block h4, .section--homepage-landing .block article h5, article .section--homepage-landing .block h5, .section--homepage-landing .block article h6, article .section--homepage-landing .block h6 {
      position: absolute;
      color: white;
      bottom: 9.11111%;
      width: 100%;
      padding: 0px 10%;
      text-align: center; }
    .section--homepage-landing .block.active .block__hover, .section--homepage-landing .block:hover .block__hover {
      opacity: 1; }
  .section--homepage-landing .logo {
    position: absolute;
    top: calc( ( 100% - 196px ) / 2);
    left: calc( ( 100% - 196px ) / 2);
    width: 196px;
    height: 196px;
    background-image: url(../img/logo-circle.svg);
    background-size: contain;
    background-repeat: no-repeat; }
  .section--homepage-landing .arrow {
    position: absolute;
    height: 50px;
    width: 50px;
    background: #102856;
    bottom: 0px;
    left: calc(( 100% - 50px ) / 2);
    cursor: pointer; }
    .section--homepage-landing .arrow:after {
      content: '';
      position: absolute;
      width: 15px;
      height: 15px;
      border-left: 1px solid white;
      border-bottom: 1px solid white;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      left: calc(( 100% - 15px ) / 2);
      top: calc(( 100% - 25px ) / 2); }
  @media screen and (min-width: 0px) and (max-width: 767px) {
    .section--homepage-landing .logo {
      display: none; }
    .section--homepage-landing .block {
      height: 19vh;
      -webkit-transition: 0.5s height cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -o-transition: 0.5s height cubic-bezier(0.445, 0.05, 0.55, 0.95);
      transition: 0.5s height cubic-bezier(0.445, 0.05, 0.55, 0.95); }
      .section--homepage-landing .block.hover {
        height: 43vh; }
      .section--homepage-landing .block .title, .section--homepage-landing .block article h2, article .section--homepage-landing .block h2, .section--homepage-landing .block article h3, article .section--homepage-landing .block h3, .section--homepage-landing .block article h4, article .section--homepage-landing .block h4, .section--homepage-landing .block article h5, article .section--homepage-landing .block h5, .section--homepage-landing .block article h6, article .section--homepage-landing .block h6 {
        bottom: 20%; }
      .section--homepage-landing .block .quote {
        display: none; } }

.section--blocks-strip {
  padding: 20px 20px 0px; }
  .section--blocks-strip .section__inner {
    max-width: 1400px;
    margin: 0 auto; }
  .section--blocks-strip .row {
    margin: 0 -10px; }
    .section--blocks-strip .row > * {
      margin-bottom: 20px; }
  .section--blocks-strip .block {
    display: block;
    position: relative;
    overflow: hidden; }
    .section--blocks-strip .block:hover .block__bg {
      -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      transform: scale(1.15); }
    .section--blocks-strip .block__bg {
      background: black;
      -webkit-transition: .3s transform;
      -o-transition: .3s transform;
      transition: .3s transform; }
    .section--blocks-strip .block__outer {
      padding: 0 10px; }
      .section--blocks-strip .block__outer:nth-child(1) .block__bg {
        background: url("../img/non-mngd/middle-school.jpg") no-repeat center/cover; }
      .section--blocks-strip .block__outer:nth-child(2) .block__bg {
        background: url("../img/non-mngd/sixth-form.jpg") no-repeat center/cover; }
    .section--blocks-strip .block__content {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.76)));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.76) 100%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.76) 100%);
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.76) 100%); }
      .section--blocks-strip .block__content .description {
        width: 9.22222em;
        color: white;
        font-size: 1.8em;
        line-height: 1.11111em;
        text-align: center;
        text-shadow: 0 0 0.66667em 0 rgba(0, 0, 0, 0.5);
        margin-bottom: 0.77778em; }
    .section--blocks-strip .block__inner {
      padding-bottom: 69.20635%; }
    .section--blocks-strip .block__bg, .section--blocks-strip .block__content {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%; }

.section--related-news {
  padding: 3em 0 3em;
  background: #ECECEC; }
  .section--related-news .title, .section--related-news article h2, article .section--related-news h2, .section--related-news article h3, article .section--related-news h3, .section--related-news article h4, article .section--related-news h4, .section--related-news article h5, article .section--related-news h5, .section--related-news article h6, article .section--related-news h6 {
    letter-spacing: 0.02083em;
    line-height: 1.20833em;
    text-align: center;
    margin-bottom: 0.6875em;
    font-size: 2.4em; }
  .section--related-news .row > * {
    margin-bottom: 30px; }

.section--banner {
  position: relative;
  text-align: center;
  z-index: 1;
  overflow: hidden; }
  .section--banner .section__content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px; }
    .section--banner .section__content .title, .section--banner .section__content article h2, article .section--banner .section__content h2, .section--banner .section__content article h3, article .section--banner .section__content h3, .section--banner .section__content article h4, article .section--banner .section__content h4, .section--banner .section__content article h5, article .section--banner .section__content h5, .section--banner .section__content article h6, article .section--banner .section__content h6 {
      font-size: 2.6em;
      padding: 0.69231em 0.61538em 0.46154em 0.78846em;
      background: #102856;
      display: inline-block;
      text-align: left;
      line-height: 0.88462em;
      max-width: 85%; }
      @media screen and (min-width: 0px) and (max-width: 575px) {
        .section--banner .section__content .title, .section--banner .section__content article h2, article .section--banner .section__content h2, .section--banner .section__content article h3, article .section--banner .section__content h3, .section--banner .section__content article h4, article .section--banner .section__content h4, .section--banner .section__content article h5, article .section--banner .section__content h5, .section--banner .section__content article h6, article .section--banner .section__content h6 {
          font-size: 1.5em; } }
      @media screen and (min-width: 576px) and (max-width: 991px) {
        .section--banner .section__content .title, .section--banner .section__content article h2, article .section--banner .section__content h2, .section--banner .section__content article h3, article .section--banner .section__content h3, .section--banner .section__content article h4, article .section--banner .section__content h4, .section--banner .section__content article h5, article .section--banner .section__content h5, .section--banner .section__content article h6, article .section--banner .section__content h6 {
          font-size: 2em; } }
  @media screen and (min-width: 0px) and (max-width: 575px) {
    .section--banner--default .section__inner {
      padding-bottom: 150%; } }
  @media screen and (min-width: 576px) and (max-width: 767px) {
    .section--banner--default .section__inner {
      padding-bottom: 75%; } }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .section--banner--default .section__inner {
      padding-bottom: 41.66667%; } }
  @media screen and (min-width: 1200px) {
    .section--banner--default .section__inner {
      height: 600px; } }
  .section--banner--pillars .section__inner {
    height: 80vh;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.45)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%); }
  @media screen and (min-width: 768px) {
    .section--banner--pillars .section__content {
      top: unset;
      bottom: 23.92197%; } }
  .section--banner .logo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 180px;
    height: 180px;
    background: #102856; }
    @media screen and (min-width: 0px) and (max-width: 575px) {
      .section--banner .logo {
        width: 135px;
        height: 135px; }
        .section--banner .logo img {
          max-width: 80%; } }
  .section--banner .title, .section--banner article h2, article .section--banner h2, .section--banner article h3, article .section--banner h3, .section--banner article h4, article .section--banner h4, .section--banner article h5, article .section--banner h5, .section--banner article h6, article .section--banner h6 {
    text-transform: lowercase; }
    .section--banner .title:first-letter, .section--banner article h2:first-letter, article .section--banner h2:first-letter, .section--banner article h3:first-letter, article .section--banner h3:first-letter, .section--banner article h4:first-letter, article .section--banner h4:first-letter, .section--banner article h5:first-letter, article .section--banner h5:first-letter, .section--banner article h6:first-letter, article .section--banner h6:first-letter {
      text-transform: uppercase; }

.section--side-menu {
  background: #F5F5F5;
  padding: 2em 2em 2em 2em; }
  .section--side-menu .section__title {
    color: #102856;
    font-size: 1.1em;
    line-height: 1;
    margin-bottom: 0.81818em; }
  .section--side-menu ul {
    padding-left: 0px;
    margin-bottom: 0; }
  .section--side-menu ul li {
    list-style-type: none; }
    .section--side-menu ul li a {
      display: block;
      position: relative;
      font-size: 0.75em;
      line-height: 1.33333;
      padding: 0.66667em 0; }
      .section--side-menu ul li a.active:before {
        content: '';
        position: absolute;
        height: 100%;
        width: 0.4em;
        background: #FFDA1B;
        left: -2.66667em;
        top: 0px; }
      .section--side-menu ul li a {
        color: #102856; }
      .section--side-menu ul li a:visited {
        color: #102856; }
      .section--side-menu ul li a:focus {
        color: rgba(16, 40, 86, 0.6); }
      .section--side-menu ul li a:active {
        color: rgba(16, 40, 86, 0.6); }
      .section--side-menu ul li a:hover {
        color: rgba(16, 40, 86, 0.6); }
    .section--side-menu ul li ul {
      margin-top: 10px;
      padding-left: 20px; }
      .section--side-menu ul li ul a {
        color: #102856; }
      .section--side-menu ul li ul a:visited {
        color: #102856; }
      .section--side-menu ul li ul a:focus {
        color: rgba(16, 40, 86, 0.6); }
      .section--side-menu ul li ul a:active {
        color: rgba(16, 40, 86, 0.6); }
      .section--side-menu ul li ul a:hover {
        color: rgba(16, 40, 86, 0.6); }
    .section--side-menu ul li a:hover {
      color: #102856; }
  @media screen and (min-width: 0px) and (max-width: 767px) {
    .section--side-menu {
      margin-top: 30px; } }
  .section--side-menu .back_link {
    font-size: 0.7em; }
    .section--side-menu .back_link {
      color: #102856; }
    .section--side-menu .back_link:visited {
      color: #102856; }
    .section--side-menu .back_link:focus {
      color: rgba(16, 40, 86, 0.6); }
    .section--side-menu .back_link:active {
      color: rgba(16, 40, 86, 0.6); }
    .section--side-menu .back_link:hover {
      color: rgba(16, 40, 86, 0.6); }

.section--pagination {
  width: 100%; }
  .section--pagination .page-numbers {
    height: 2.04545em;
    line-height: 2.04545em;
    width: 2.04545em;
    font-size: 1.1em;
    margin-right: 0.5em;
    border: 2px solid #102856;
    font-weight: bold;
    color: #102856;
    vertical-align: middle; }
    .section--pagination .page-numbers.current {
      background: #102856;
      color: white; }
      .section--pagination .page-numbers.current:hover {
        border-color: #102856;
        color: white; }
    .section--pagination .page-numbers.next, .section--pagination .page-numbers.prev {
      width: 2.04545em;
      height: 2.04545em;
      line-height: 2.04545em;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      border-left-color: #102856;
      border-top-color: #102856;
      top: 0px; }
      .section--pagination .page-numbers.next:after, .section--pagination .page-numbers.prev:after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0px;
        left: 0px;
        background-image: url("../img/icon/arrow-right.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 16px 16px; }
    .section--pagination .page-numbers.prev:after {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .section--pagination .page-numbers.next {
      margin-right: 0px; }
    .section--pagination .page-numbers:not(.current):hover {
      border-color: #102856;
      border-left-color: #102856;
      border-top-color: #102856;
      color: #102856; }

.section--publication {
  padding-top: 90px; }
  .section--publication header {
    margin-top: 30px;
    text-align: center; }
  .section--publication .header__intro {
    font-size: 24px;
    font-weight: 500;
    line-height: 133.33333%;
    margin: 25px auto 0;
    max-width: 740px; }
  .section--publication .header__separator {
    height: 0px;
    width: 80px;
    border-bottom: 2px solid #D0021B;
    margin: 35px auto 0; }
  .section--publication .entry-title {
    font-weight: 300;
    line-height: 1.05714; }
    .section--publication .entry-title a {
      color: inherit; }
    .section--publication .entry-title a:visited {
      color: inherit; }
    .section--publication .entry-title a:focus {
      color: inherit; }
    .section--publication .entry-title a:active {
      color: inherit; }
    .section--publication .entry-title a:hover {
      color: inherit; }
    .section--publication .entry-title p {
      margin: 0px; }
  .section--publication .entry-details {
    margin-top: 30px; }
    .section--publication .entry-details .entry-info {
      text-align: left;
      width: 50%; }
      @media screen and (min-width: 0px) and (max-width: 575px) {
        .section--publication .entry-details .entry-info {
          width: 100%;
          text-align: center; }
          .section--publication .entry-details .entry-info .separator {
            display: none; } }
    .section--publication .entry-details .entry-sharing {
      width: 50%;
      text-align: right; }
      @media screen and (min-width: 0px) and (max-width: 575px) {
        .section--publication .entry-details .entry-sharing {
          width: 100%;
          text-align: center;
          margin-top: 30px; } }
  .section--publication .entry-author,
  .section--publication .entry-date {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5; }
  .section--publication .entry-sharing .label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-right: 20px; }
  .section--publication .entry-sharing .icon {
    width: 40px;
    height: 40px;
    border-right: 1px solid white; }
  .section--publication .article__separator {
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.05)), color-stop(50%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0) 100%);
    margin-top: 25px; }
  .section--publication footer,
  .section--publication .entry-content {
    margin: 0 auto;
    margin-bottom: 75px; }
    .section--publication footer .pub__title,
    .section--publication .entry-content .pub__title {
      font-size: 52px;
      margin-bottom: 15px; }
    .section--publication footer .pub__date,
    .section--publication .entry-content .pub__date {
      margin-bottom: 20px; }
    .section--publication footer .button--all-news,
    .section--publication .entry-content .button--all-news {
      margin-top: 70px; }
  .section--publication .article__separator.last {
    margin-top: 40px; }
  @media screen and (min-width: 0px) and (max-width: 575px) {
    .section--publication {
      padding-top: 40px; }
      .section--publication img {
        float: none;
        max-width: 100%;
        margin-bottom: 15px; } }

.section--dialogue-box {
  margin: 30px 0; }
  .section--dialogue-box .dialogue-box {
    background-color: #0D2043;
    color: white;
    padding: 40px; }
    .section--dialogue-box .dialogue-box__text {
      margin-bottom: 30px; }
    .section--dialogue-box .dialogue-box .centered {
      text-align: center; }

.section--aside-image img {
  width: 100%;
  height: auto; }

.section--mixitup .controls {
  margin: 0 auto 0; }
  @media screen and (min-width: 0px) and (max-width: 575px) {
    .section--mixitup .controls {
      width: 100%; } }
  .section--mixitup .controls .control {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.5;
    margin-right: 45px;
    padding: 10px 0;
    border: 2px solid transparent;
    border-radius: 5em;
    position: relative;
    cursor: pointer;
    word-break: break-word; }
    .section--mixitup .controls .control {
      color: #ECECEC; }
    .section--mixitup .controls .control:visited {
      color: #ECECEC; }
    .section--mixitup .controls .control:focus {
      color: #777776; }
    .section--mixitup .controls .control:active {
      color: #777776; }
    .section--mixitup .controls .control:hover {
      color: #777776; }
    .section--mixitup .controls .control:last-child {
      margin-right: 0px; }
    .section--mixitup .controls .control.mixitup-control-active {
      padding: 10px 2em;
      border: 2px solid #102856; }
      .section--mixitup .controls .control.mixitup-control-active {
        color: #102856; }
      .section--mixitup .controls .control.mixitup-control-active:visited {
        color: #102856; }
      .section--mixitup .controls .control.mixitup-control-active:focus {
        color: #102856; }
      .section--mixitup .controls .control.mixitup-control-active:active {
        color: #102856; }
      .section--mixitup .controls .control.mixitup-control-active:hover {
        color: #102856; }
      .section--mixitup .controls .control.mixitup-control-active:after {
        content: '';
        position: absolute;
        left: calc((100% - 20px ) /2);
        bottom: -10px;
        background: white;
        width: 17px;
        height: 17px;
        border-left: 2px solid #102856;
        border-bottom: 2px solid #102856;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      @media screen and (min-width: 0px) and (max-width: 575px) {
        .section--mixitup .controls .control.mixitup-control-active {
          border: 0px; } }

@media screen and (min-width: 0px) and (max-width: 575px) {
  .section--mixitup .controls .control {
    width: 30%;
    display: inline-block;
    margin: 0px 1% 15px 1%;
    border: 0px;
    padding: 0px; }
    .section--mixitup .controls .control.mixitup-control-active {
      padding: 0px; } }

.section--filter select {
  background-image: url("../img/icon/filter-arrow.svg");
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 18px;
  border: 0px solid transparent;
  border-radius: 0px;
  height: unset;
  padding: 20px 30px;
  width: 100%;
  color: #102856;
  font-size: 0.7em;
  line-height: 1.57143em; }

.section--filter .label {
  text-align: left;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5; }
  @media screen and (min-width: 0px) and (max-width: 575px) {
    .section--filter .label {
      text-align: center; } }

.section--filter .left {
  width: 50%; }
  @media screen and (min-width: 0px) and (max-width: 575px) {
    .section--filter .left {
      width: 100%;
      text-align: center; } }

.section--filter .right {
  text-align: right;
  width: 50%; }
  @media screen and (min-width: 0px) and (max-width: 575px) {
    .section--filter .right {
      width: 100%;
      margin-top: 30px;
      text-align: center; } }

.section--publication-gallery .entry {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: -6000%;
  background: gray;
  text-align: center;
  /* Align center inline elements */
  font: 0/0 a;
  cursor: pointer; }
  .section--publication-gallery .entry:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
  .section--publication-gallery .entry__outer {
    height: 95px;
    width: 95px;
    position: relative;
    overflow: hidden;
    margin: 0 20px 20px 0px;
    display: inline-block; }
  .section--publication-gallery .entry__inner {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    max-width: 170px; }

.section--testimonials-slider {
  margin: 0 auto;
  max-width: 750px;
  width: 60%; }
  .section--testimonials-slider_outer {
    width: 100%;
    position: absolute;
    bottom: 40px;
    left: 0px; }
  .section--testimonials-slider .slide {
    text-align: center; }
    .section--testimonials-slider .slide .title, .section--testimonials-slider .slide article h2, article .section--testimonials-slider .slide h2, .section--testimonials-slider .slide article h3, article .section--testimonials-slider .slide h3, .section--testimonials-slider .slide article h4, article .section--testimonials-slider .slide h4, .section--testimonials-slider .slide article h5, article .section--testimonials-slider .slide h5, .section--testimonials-slider .slide article h6, article .section--testimonials-slider .slide h6, .section--testimonials-slider .slide .heading {
      color: white; }
    .section--testimonials-slider .slide .heading {
      margin-top: 1.86667em;
      margin-bottom: 2.26667em; }
  .section--testimonials-slider .slick_slider {
    display: none; }
    .section--testimonials-slider .slick_slider.slick-initialized {
      display: block; }
  .section--testimonials-slider .controls {
    width: 100%;
    text-align: center; }
    .section--testimonials-slider .controls .control {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      border: 1px solid white;
      display: inline-block;
      margin-right: 10px;
      cursor: pointer; }
      .section--testimonials-slider .controls .control.last {
        margin-right: 0px; }
      .section--testimonials-slider .controls .control.active {
        background: white; }
      .section--testimonials-slider .controls .control:hover {
        background: rgba(255, 255, 255, 0.3); }

/*
 * Templates Stylings
 * - Classes prefix|structure:
 * - - .(template_folder)__(template_file_name)
 * - Default classes:
 * - - __default - Default - @improve_documentation
 * - - __blog - Blog - @improve_documentation
 * - - __home - Home - @improve_documentation
 */
body.aspect__frontpage .strip--welcome {
  width: 100%;
  height: 100vh;
  padding: 0 10%;
  padding-top: 4.25em;
  text-align: center; }
  @media screen and (min-width: 1440px) {
    body.aspect__frontpage .strip--welcome {
      padding-top: 85px; } }
  body.aspect__frontpage .strip--welcome .title, body.aspect__frontpage .strip--welcome article h2, article body.aspect__frontpage .strip--welcome h2, body.aspect__frontpage .strip--welcome article h3, article body.aspect__frontpage .strip--welcome h3, body.aspect__frontpage .strip--welcome article h4, article body.aspect__frontpage .strip--welcome h4, body.aspect__frontpage .strip--welcome article h5, article body.aspect__frontpage .strip--welcome h5, body.aspect__frontpage .strip--welcome article h6, article body.aspect__frontpage .strip--welcome h6 {
    margin-bottom: 0.52083em;
    font-size: 2.4em; }
  body.aspect__frontpage .strip--welcome .description {
    max-width: 735, 20;
    line-height: 1.4em;
    margin-bottom: 2.9em;
    text-align: center; }

body.aspect__frontpage .strip--latest {
  background: #ECECEC;
  padding-top: 4em;
  padding-bottom: 3em; }
  body.aspect__frontpage .strip--latest > .container > .title, body.aspect__frontpage article .strip--latest > .container > h2, article body.aspect__frontpage .strip--latest > .container > h2, body.aspect__frontpage article .strip--latest > .container > h3, article body.aspect__frontpage .strip--latest > .container > h3, body.aspect__frontpage article .strip--latest > .container > h4, article body.aspect__frontpage .strip--latest > .container > h4, body.aspect__frontpage article .strip--latest > .container > h5, article body.aspect__frontpage .strip--latest > .container > h5, body.aspect__frontpage article .strip--latest > .container > h6, article body.aspect__frontpage .strip--latest > .container > h6 {
    font-size: 2.4em; }
  body.aspect__frontpage .strip--latest .title, body.aspect__frontpage .strip--latest article h2, article body.aspect__frontpage .strip--latest h2, body.aspect__frontpage .strip--latest article h3, article body.aspect__frontpage .strip--latest h3, body.aspect__frontpage .strip--latest article h4, article body.aspect__frontpage .strip--latest h4, body.aspect__frontpage .strip--latest article h5, article body.aspect__frontpage .strip--latest h5, body.aspect__frontpage .strip--latest article h6, article body.aspect__frontpage .strip--latest h6 {
    text-align: center;
    margin-bottom: 0.9375em; }

body.aspect__frontpage .strip--come-see {
  width: 100%; }
  body.aspect__frontpage .strip--come-see .strip__inner {
    padding-top: 7.6em;
    padding-bottom: 4.65em;
    text-align: left;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.48)));
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.48) 100%);
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.48) 100%);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.48) 100%); }
    body.aspect__frontpage .strip--come-see .strip__inner h2 {
      font-size: 2.4em; }
    @media screen and (min-width: 1440px) {
      body.aspect__frontpage .strip--come-see .strip__inner {
        padding-top: 152px;
        padding-bottom: 93px; } }
    @media screen and (max-width: 575px) {
      body.aspect__frontpage .strip--come-see .strip__inner {
        background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.48)));
        background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.48) 100%);
        background: -o-linear-gradient(right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.48) 100%);
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.48) 100%); } }
  body.aspect__frontpage .strip--come-see .title, body.aspect__frontpage .strip--come-see article h2, article body.aspect__frontpage .strip--come-see h2, body.aspect__frontpage .strip--come-see article h3, article body.aspect__frontpage .strip--come-see h3, body.aspect__frontpage .strip--come-see article h4, article body.aspect__frontpage .strip--come-see h4, body.aspect__frontpage .strip--come-see article h5, article body.aspect__frontpage .strip--come-see h5, body.aspect__frontpage .strip--come-see article h6, article body.aspect__frontpage .strip--come-see h6 {
    margin-bottom: 0.27083em;
    max-width: 12.1875em;
    text-align: left; }
  body.aspect__frontpage .strip--come-see .description {
    max-width: 24.85em;
    line-height: 1.4em;
    margin-bottom: 1.35em;
    text-align: left;
    color: white; }

body.aspect__pillars .site__body {
  background: #ECECEC; }

body.aspect__pillars .strips {
  position: relative;
  z-index: 2; }

body.aspect__pillars .strip--prospects {
  padding-bottom: 3.5em; }
  body.aspect__pillars .strip--prospects .container {
    position: relative; }
    @media screen and (min-width: 768px) {
      body.aspect__pillars .strip--prospects .container {
        margin-top: -5.5em; } }
  body.aspect__pillars .strip--prospects .values-slider {
    text-align: center; }
    body.aspect__pillars .strip--prospects .values-slider__outer {
      padding: 55px 0px 65px 0px;
      background: white;
      text-align: center; }
      body.aspect__pillars .strip--prospects .values-slider__outer .slick_slider {
        display: none; }
        body.aspect__pillars .strip--prospects .values-slider__outer .slick_slider.slick-initialized {
          display: block; }
      body.aspect__pillars .strip--prospects .values-slider__outer .icon {
        height: 40px;
        width: 40px; }
    body.aspect__pillars .strip--prospects .values-slider .value {
      color: #102856;
      font-size: 5em;
      font-weight: bold;
      line-height: 1.1em;
      text-align: center;
      text-shadow: 0 10px 2px 0 rgba(0, 0, 0, 0.25); }
    body.aspect__pillars .strip--prospects .values-slider .description {
      font-size: 0.7em;
      line-height: 1.57143em;
      text-align: center;
      max-width: 12.14286em;
      margin: 0 auto;
      text-transform: uppercase; }
  body.aspect__pillars .strip--prospects .quote--slider {
    color: white; }
    body.aspect__pillars .strip--prospects .quote--slider__outer {
      background: #102856;
      margin: 0px; }
      body.aspect__pillars .strip--prospects .quote--slider__outer .icon {
        margin-bottom: 0.45em; }
      body.aspect__pillars .strip--prospects .quote--slider__outer .label {
        color: white;
        font-size: 1.8em;
        line-height: 1.11111em;
        text-align: center;
        margin-bottom: 0.63889em; }

body.aspect__pillars .strip--title {
  text-align: center;
  margin-bottom: 0.39583em; }

body.aspect__pillars .strip--content {
  text-align: center;
  margin-bottom: 3em; }
  body.aspect__pillars .strip--content .container {
    max-width: 40em; }

body.aspect__pillars .strip--blocks {
  margin-bottom: 3.5em; }
  body.aspect__pillars .strip--blocks .container {
    max-width: 48.5em; }
  body.aspect__pillars .strip--blocks .block {
    display: block;
    position: relative;
    overflow: hidden; }
    body.aspect__pillars .strip--blocks .block:hover .block__bg {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    body.aspect__pillars .strip--blocks .block__bg {
      background: black;
      -webkit-transition: .3s transform;
      -o-transition: .3s transform;
      transition: .3s transform; }
    body.aspect__pillars .strip--blocks .block__outer {
      padding: 0 10px;
      margin-bottom: 30px; }
    body.aspect__pillars .strip--blocks .block__content {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.76)));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.76) 100%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.76) 100%);
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.76) 100%); }
      body.aspect__pillars .strip--blocks .block__content .description {
        width: 9.22222em;
        color: white;
        font-size: 1.8em;
        line-height: 1.11111em;
        text-align: center;
        text-shadow: 0 0 0.66667em 0 rgba(0, 0, 0, 0.5);
        margin-bottom: 0.77778em; }
    body.aspect__pillars .strip--blocks .block__inner {
      padding-bottom: 69.20635%; }
    body.aspect__pillars .strip--blocks .block__bg, body.aspect__pillars .strip--blocks .block__content {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%; }
  body.aspect__pillars .strip--blocks .ratio_two .block__inner {
    padding-bottom: 51.94805%; }

body.aspect__pillars .strip--full_width_slider {
  position: relative;
  background: #102856;
  margin-bottom: 4em; }
  body.aspect__pillars .strip--full_width_slider .description {
    color: white;
    max-width: 26.55em; }
  body.aspect__pillars .strip--full_width_slider .dots {
    margin-bottom: 1.75em; }
  body.aspect__pillars .strip--full_width_slider .strip__slider, body.aspect__pillars .strip--full_width_slider .strip__content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px; }
  body.aspect__pillars .strip--full_width_slider .strip__slider .slide,
  body.aspect__pillars .strip--full_width_slider .strip__slider .slick-track,
  body.aspect__pillars .strip--full_width_slider .strip__slider .slick-list {
    height: 100%; }
  @media screen and (min-width: 0px) and (max-width: 1199px) {
    body.aspect__pillars .strip--full_width_slider .strip__inner {
      padding-bottom: 38.19444%; } }
  @media screen and (min-width: 1200px) {
    body.aspect__pillars .strip--full_width_slider .strip__inner {
      height: 550px; } }
  body.aspect__pillars .strip--full_width_slider.left .strip__content {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.57)));
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.57) 100%);
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.57) 100%);
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.57) 100%); }
  body.aspect__pillars .strip--full_width_slider.left .alignment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  body.aspect__pillars .strip--full_width_slider.right .strip__content {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.57)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.57) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.57) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.57) 100%); }
  body.aspect__pillars .strip--full_width_slider.right .alignment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

body.aspect__pillars .strip--community {
  padding: 70px 0px 80px 0px; }
  body.aspect__pillars .strip--community .title, body.aspect__pillars .strip--community article h2, article body.aspect__pillars .strip--community h2, body.aspect__pillars .strip--community article h3, article body.aspect__pillars .strip--community h3, body.aspect__pillars .strip--community article h4, article body.aspect__pillars .strip--community h4, body.aspect__pillars .strip--community article h5, article body.aspect__pillars .strip--community h5, body.aspect__pillars .strip--community article h6, article body.aspect__pillars .strip--community h6 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 2.4em; }
  body.aspect__pillars .strip--community .gallery .pic {
    max-width: 300px;
    margin: 0 auto 15px;
    cursor: pointer; }
    body.aspect__pillars .strip--community .gallery .pic__outer {
      padding: 0px 7px; }
    body.aspect__pillars .strip--community .gallery .pic__inner {
      padding-bottom: 66.11111%;
      background-color: #00B5F4; }
  body.aspect__pillars .strip--community .gallery .lightbox-content {
    display: none; }
  @media screen and (min-width: 0px) and (max-width: 575px) {
    body.aspect__pillars .strip--community {
      padding: 15px 0px 50px 0px; } }

body.aspect__get_in_touch .strip--details {
  margin-bottom: 3.5em; }
  body.aspect__get_in_touch .strip--details .icon {
    height: 1.35em;
    width: 1.35em;
    margin-right: 1em; }
  @media screen and (min-width: 0px) and (max-width: 991px) {
    body.aspect__get_in_touch .strip--details .contact {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column; } }
  body.aspect__get_in_touch .strip--details .email,
  body.aspect__get_in_touch .strip--details .telephone {
    color: #102856;
    font-size: 1.05em;
    line-height: 1.42857em;
    font-weight: 500;
    margin-bottom: 15px; }
    body.aspect__get_in_touch .strip--details .email a,
    body.aspect__get_in_touch .strip--details .telephone a {
      color: #102856; }
    body.aspect__get_in_touch .strip--details .email a:visited,
    body.aspect__get_in_touch .strip--details .telephone a:visited {
      color: #102856; }
    body.aspect__get_in_touch .strip--details .email a:focus,
    body.aspect__get_in_touch .strip--details .telephone a:focus {
      color: rgba(16, 40, 86, 0.5); }
    body.aspect__get_in_touch .strip--details .email a:active,
    body.aspect__get_in_touch .strip--details .telephone a:active {
      color: rgba(16, 40, 86, 0.5); }
    body.aspect__get_in_touch .strip--details .email a:hover,
    body.aspect__get_in_touch .strip--details .telephone a:hover {
      color: rgba(16, 40, 86, 0.5); }
    @media screen and (min-width: 0px) and (max-width: 767px) {
      body.aspect__get_in_touch .strip--details .email a,
      body.aspect__get_in_touch .strip--details .telephone a {
        word-break: break-word; } }
  body.aspect__get_in_touch .strip--details .telephone {
    margin-right: 2.75em; }

body.aspect__get_in_touch .strip--form {
  margin-bottom: 4em; }

body.aspect__get_in_touch .strip--map .map {
  width: 100%;
  height: 100%; }
  body.aspect__get_in_touch .strip--map .map .intro {
    font-weight: 300; }
  body.aspect__get_in_touch .strip--map .map__outer {
    position: relative;
    padding-bottom: 57.79221%;
    margin: 40px 0px 50px; }
  body.aspect__get_in_touch .strip--map .map__holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px; }

body.aspect__get_in_touch .strip--content h3 {
  font-family: "the-sans", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 300;
  text-transform: none; }

body.aspect__pages, body.aspect__archives, body.aspect__blog, body.aspect__archive {
  background: #ECECEC; }
  body.aspect__pages .section--publication, body.aspect__archives .section--publication, body.aspect__blog .section--publication, body.aspect__archive .section--publication {
    padding-top: 30px; }
  body.aspect__pages .section--filter, body.aspect__archives .section--filter, body.aspect__blog .section--filter, body.aspect__archive .section--filter {
    margin-top: 30px; }
    @media screen and (min-width: 0px) and (max-width: 575px) {
      body.aspect__pages .section--filter, body.aspect__archives .section--filter, body.aspect__blog .section--filter, body.aspect__archive .section--filter {
        margin-top: 50px; } }
  body.aspect__pages .entries, body.aspect__archives .entries, body.aspect__blog .entries, body.aspect__archive .entries {
    margin: 50px auto 30px; }
  body.aspect__pages .section--pagination, body.aspect__archives .section--pagination, body.aspect__blog .section--pagination, body.aspect__archive .section--pagination {
    margin-bottom: 100px; }

body.aspect__singles .article__header .title, body.aspect__singles .article__header article h2, article body.aspect__singles .article__header h2, body.aspect__singles .article__header article h3, article body.aspect__singles .article__header h3, body.aspect__singles .article__header article h4, article body.aspect__singles .article__header h4, body.aspect__singles .article__header article h5, article body.aspect__singles .article__header h5, body.aspect__singles .article__header article h6, article body.aspect__singles .article__header h6 {
  font-size: 1.8em;
  margin-bottom: 0.75em; }

body.aspect__singles .article__header .details {
  font-size: 0.7em;
  font-weight: 400;
  margin-bottom: 2.5em; }

body.aspect__pages .strips {
  margin-top: 70px; }

body.aspect__pages .strip--text_and_image {
  margin: 70px 0px; }
  body.aspect__pages .strip--text_and_image .title, body.aspect__pages .strip--text_and_image article h2, article body.aspect__pages .strip--text_and_image h2, body.aspect__pages .strip--text_and_image article h3, article body.aspect__pages .strip--text_and_image h3, body.aspect__pages .strip--text_and_image article h4, article body.aspect__pages .strip--text_and_image h4, body.aspect__pages .strip--text_and_image article h5, article body.aspect__pages .strip--text_and_image h5, body.aspect__pages .strip--text_and_image article h6, article body.aspect__pages .strip--text_and_image h6 {
    margin-top: 0px;
    margin-bottom: 0.5em;
    max-width: 15em; }
  body.aspect__pages .strip--text_and_image .description {
    max-width: 24em; }
  body.aspect__pages .strip--text_and_image .picture {
    max-width: 626px; }
    body.aspect__pages .strip--text_and_image .picture__holder {
      width: 100%;
      text-align: right; }
    body.aspect__pages .strip--text_and_image .picture__inner {
      width: 100%;
      padding-bottom: 54.92063%;
      background: #A8A596; }
    body.aspect__pages .strip--text_and_image .picture .actual-image {
      position: relative;
      z-index: 2; }
  body.aspect__pages .strip--text_and_image .video {
    max-width: 626px;
    position: relative; }
  body.aspect__pages .strip--text_and_image .placeholder-image {
    max-width: 626px; }
    body.aspect__pages .strip--text_and_image .placeholder-image__holder {
      width: 100%;
      text-align: right; }
    body.aspect__pages .strip--text_and_image .placeholder-image__inner {
      width: 100%;
      padding-bottom: 73.48243%;
      background: #A8A596; }
    body.aspect__pages .strip--text_and_image .placeholder-image .play-control {
      position: absolute;
      top: calc( ( 100% - 96px ) / 2);
      left: calc( ( 100% - 96px ) / 2);
      width: 96px;
      height: 96px;
      background: url(../img/control/video-play.svg);
      z-index: 3;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      -o-transition: transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
      body.aspect__pages .strip--text_and_image .placeholder-image .play-control .lightbox-content {
        display: none; }
    body.aspect__pages .strip--text_and_image .placeholder-image:hover .play-control {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  body.aspect__pages .strip--text_and_image .content {
    text-align: left;
    max-width: 480px; }

body.aspect__pages .strip--image_and_text {
  margin: 70px 0px; }
  body.aspect__pages .strip--image_and_text .content {
    margin-left: 10%; }

body.aspect__pages .strip--centered_text {
  margin-bottom: 2em; }
  body.aspect__pages .strip--centered_text .container {
    max-width: 1000px;
    margin: 0 auto; }

body.aspect__pages .strip--title_intro .title, body.aspect__pages .strip--title_intro article h2, article body.aspect__pages .strip--title_intro h2, body.aspect__pages .strip--title_intro article h3, article body.aspect__pages .strip--title_intro h3, body.aspect__pages .strip--title_intro article h4, article body.aspect__pages .strip--title_intro h4, body.aspect__pages .strip--title_intro article h5, article body.aspect__pages .strip--title_intro h5, body.aspect__pages .strip--title_intro article h6, article body.aspect__pages .strip--title_intro h6 {
  text-align: center;
  margin-bottom: 10px;
  max-width: 20em;
  margin-right: auto;
  margin-left: auto; }

body.aspect__pages .strip--title_intro .intro {
  margin: 0 auto;
  margin-bottom: 45px;
  max-width: 730px;
  text-align: center; }

body.aspect__pages .strip--two_columns {
  margin-bottom: 45px; }
  body.aspect__pages .strip--two_columns .container {
    max-width: 1000px;
    margin: 0 auto; }

body.aspect__pages .strip--parallax_background {
  margin: 70px 0px;
  overflow: hidden; }
  @media screen and (min-width: 0px) and (max-width: 1199px) {
    body.aspect__pages .strip--parallax_background {
      padding-bottom: 41.66667%; } }
  @media screen and (min-width: 1200px) {
    body.aspect__pages .strip--parallax_background {
      height: 600px; } }

body.aspect__pages .strip--slider {
  position: relative;
  margin: 70px 0px; }
  body.aspect__pages .strip--slider .slick_slider {
    height: 100%; }
    body.aspect__pages .strip--slider .slick_slider__inner {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      overflow: hidden; }
    body.aspect__pages .strip--slider .slick_slider__outer {
      position: relative; }
      @media screen and (min-width: 0px) and (max-width: 1199px) {
        body.aspect__pages .strip--slider .slick_slider__outer {
          padding-bottom: 41.66667%; } }
      @media screen and (min-width: 1200px) {
        body.aspect__pages .strip--slider .slick_slider__outer {
          height: 600px; } }
    body.aspect__pages .strip--slider .slick_slider .slide {
      position: relative; }
    body.aspect__pages .strip--slider .slick_slider .parallax-container {
      height: inherit; }
    body.aspect__pages .strip--slider .slick_slider .text-container {
      position: absolute;
      top: 0px;
      left: 0px;
      height: 100%;
      width: 100%;
      color: white; }
    body.aspect__pages .strip--slider .slick_slider .slick-list,
    body.aspect__pages .strip--slider .slick_slider .slick-track {
      height: 100%; }

body.aspect__archive {
  background: white; }

.page-id-530 .gform_wrapper, .page-id-530 .gform_confirmation_wrapper {
  margin-top: 0px !important; }

.slick_slider > * {
  display: none; }
  .slick_slider > *:first-child {
    display: block; }

.slick_slider.slick-initialized > * {
  display: block; }

.site__body {
  background: white; }
  .aspect__blog .site__body, body.aspect__archive .site__body {
    background: #ececec; }
  .aspect__archives .site__body {
    background: #ececec; }

.site__responsive-menu .saucy-container {
  background: #102856;
  max-width: 300px; }
  .site__responsive-menu .saucy-container ul {
    margin: 0 15px; }
    .site__responsive-menu .saucy-container ul li {
      list-style-type: none;
      display: block;
      padding: 0.5em 0.25em 0.5em 0em;
      text-align: left; }
      .site__responsive-menu .saucy-container ul li a {
        position: relative;
        line-height: 1.33333em;
        letter-spacing: 0px;
        text-transform: uppercase;
        font-size: 0.75em;
        font-weight: 400;
        max-width: 150px;
        display: inline-block; }
        .site__responsive-menu .saucy-container ul li a {
          color: rgba(255, 255, 255, 0.7); }
        .site__responsive-menu .saucy-container ul li a:visited {
          color: rgba(255, 255, 255, 0.7); }
        .site__responsive-menu .saucy-container ul li a:focus {
          color: white; }
        .site__responsive-menu .saucy-container ul li a:active {
          color: white; }
        .site__responsive-menu .saucy-container ul li a:hover {
          color: white; }
      .site__responsive-menu .saucy-container ul li.current_page_item a, .site__responsive-menu .saucy-container ul li.current-page-ancestor a {
        color: white; }
      .site__responsive-menu .saucy-container ul li.current_page_item a:visited, .site__responsive-menu .saucy-container ul li.current-page-ancestor a:visited {
        color: white; }
      .site__responsive-menu .saucy-container ul li.current_page_item a:focus, .site__responsive-menu .saucy-container ul li.current-page-ancestor a:focus {
        color: white; }
      .site__responsive-menu .saucy-container ul li.current_page_item a:active, .site__responsive-menu .saucy-container ul li.current-page-ancestor a:active {
        color: white; }
      .site__responsive-menu .saucy-container ul li.current_page_item a:hover, .site__responsive-menu .saucy-container ul li.current-page-ancestor a:hover {
        color: white; }
  .site__responsive-menu .saucy-container .back_to_menu {
    color: white;
    margin-top: 1em;
    padding: 0.5em 0.25em 0.5em 0em;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase; }
    .site__responsive-menu .saucy-container .back_to_menu .text {
      font-size: 0.7em;
      line-height: 1; }
    .site__responsive-menu .saucy-container .back_to_menu img {
      width: 15px;
      height: 15px;
      margin-right: 5px; }
  .site__responsive-menu .saucy-container .quick_links .title, .site__responsive-menu .saucy-container .quick_links article h2, article .site__responsive-menu .saucy-container .quick_links h2, .site__responsive-menu .saucy-container .quick_links article h3, article .site__responsive-menu .saucy-container .quick_links h3, .site__responsive-menu .saucy-container .quick_links article h4, article .site__responsive-menu .saucy-container .quick_links h4, .site__responsive-menu .saucy-container .quick_links article h5, article .site__responsive-menu .saucy-container .quick_links h5, .site__responsive-menu .saucy-container .quick_links article h6, article .site__responsive-menu .saucy-container .quick_links h6 {
    text-align: left;
    margin-bottom: 15px; }
  .site__responsive-menu .saucy-container .quick_links li {
    padding: 0.25em 0.25em 0.25em 0em; }
  .site__responsive-menu .saucy-container .quick_links a {
    font-size: 0.65em; }
  .site__responsive-menu .saucy-container .submenu-layer {
    width: calc( 100%);
    background: #05193C;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    display: none; }
    .site__responsive-menu .saucy-container .submenu-layer .title, .site__responsive-menu .saucy-container .submenu-layer article h2, article .site__responsive-menu .saucy-container .submenu-layer h2, .site__responsive-menu .saucy-container .submenu-layer article h3, article .site__responsive-menu .saucy-container .submenu-layer h3, .site__responsive-menu .saucy-container .submenu-layer article h4, article .site__responsive-menu .saucy-container .submenu-layer h4, .site__responsive-menu .saucy-container .submenu-layer article h5, article .site__responsive-menu .saucy-container .submenu-layer h5, .site__responsive-menu .saucy-container .submenu-layer article h6, article .site__responsive-menu .saucy-container .submenu-layer h6 {
      margin-bottom: 15px;
      display: block;
      color: white; }
    .site__responsive-menu .saucy-container .submenu-layer.active-engaged, .site__responsive-menu .saucy-container .submenu-layer.active-engage-in-config, .site__responsive-menu .saucy-container .submenu-layer.active-engage-in, .site__responsive-menu .saucy-container .submenu-layer.active-engage-out-config, .site__responsive-menu .saucy-container .submenu-layer.active-engage-out {
      display: block; }
    .site__responsive-menu .saucy-container .submenu-layer.active-engage-in-config {
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
    .site__responsive-menu .saucy-container .submenu-layer.active-engaged, .site__responsive-menu .saucy-container .submenu-layer.active-engage-in {
      -webkit-transform: translateX(35px);
      -ms-transform: translateX(35px);
      transform: translateX(35px); }

.site__responsive-menu-toggle {
  z-index: 9;
  display: block;
  position: fixed;
  width: 50px;
  right: 0px;
  background: #102856;
  padding: 0.8em 0;
  background: #0D2043; }
  .site__responsive-menu-toggle .icon-bar {
    background: white;
    width: 1.5em;
    height: 2px;
    border-radius: 3px;
    margin: 0 auto 5px;
    top: 50%;
    left: 50%; }
    .site__responsive-menu-toggle .icon-bar.last {
      margin-bottom: 0px; }
  .site__responsive-menu-toggle.active-engage-in .icon-bar.last, .site__responsive-menu-toggle.active .icon-bar.last {
    margin-top: 0.4em; }
  .site__responsive-menu-toggle.sticky .icon-bar, .site__responsive-menu-toggle.active .icon-bar {
    background: white; }
  @media screen and (min-width: 0px) and (max-width: 991px) {
    .site__responsive-menu-toggle .icon-bar {
      background: white; } }
  .site__responsive-menu-toggle .label {
    position: absolute;
    right: 100%;
    top: 0px;
    background: #0D2043;
    height: 100%;
    width: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: .01em;
    padding: 0 0 0 0.75em;
    font-weight: 400; }
  .site__responsive-menu-toggle.active .label, .site__responsive-menu-toggle.active-engage-in .label, .site__responsive-menu-toggle.active-engage-in-config .label {
    opacity: 0;
    display: none; }
  .site__responsive-menu-toggle.active-engage-out-config .label {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 1; }

.site__cookies-policy {
  position: fixed;
  bottom: 50px;
  left: 50px;
  background: black;
  width: calc(100% - 100px);
  padding: 50px;
  color: white;
  z-index: 10;
  -webkit-transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, -webkit-transform .6s;
  -o-transition: transform .6s, opacity .6s;
  transition: transform .6s, opacity .6s;
  transition: transform .6s, opacity .6s, -webkit-transform .6s; }
  .site__cookies-policy a {
    color: white; }
  .site__cookies-policy a:visited {
    color: white; }
  .site__cookies-policy a:focus {
    color: rgba(255, 255, 255, 0.7); }
  .site__cookies-policy a:active {
    color: rgba(255, 255, 255, 0.7); }
  .site__cookies-policy a:hover {
    color: rgba(255, 255, 255, 0.7); }
  .site__cookies-policy a {
    text-decoration: underline; }
  .site__cookies-policy a:visited {
    text-decoration: underline; }
  .site__cookies-policy a:focus {
    text-decoration: underline; }
  .site__cookies-policy a:active {
    text-decoration: underline; }
  .site__cookies-policy a:hover {
    text-decoration: underline; }
  .site__cookies-policy .right {
    text-align: right;
    padding-left: 20px; }
  .site__cookies-policy.agreed {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .site__cookies-policy .left, .site__cookies-policy .right {
    display: block; }
  .site__cookies-policy .right {
    margin-top: 15px;
    text-align: left;
    padding: 0px; } }

@media screen and (min-width: 0px) and (max-width: 575px) {
  .site__cookies-policy {
    bottom: 10px;
    left: 10px;
    width: auto;
    padding: 30px;
    width: calc(100% - 20px); } }

.site__lightbox {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  -webkit-transition: all .27s;
  -o-transition: all .27s;
  transition: all .27s;
  display: none;
  opacity: 0;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .site__lightbox.enabled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .site__lightbox.active {
    background: rgba(0, 0, 0, 0.3);
    opacity: 1; }
  .site__lightbox .lightbox__outer {
    position: relative;
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .site__lightbox .lightbox__inner {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .site__lightbox .lightbox__hold_h {
    max-width: 100%; }
  .site__lightbox .lightbox__hold_v {
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .site__lightbox .lightbox__hold_controls {
    width: 100%;
    height: 100%;
    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;
    position: relative; }
  .site__lightbox .lightbox__content {
    position: relative;
    width: auto;
    overflow: hidden; }
    .site__lightbox .lightbox__content img {
      width: auto;
      max-height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      width: 100%;
      height: 100%; }
    .site__lightbox .lightbox__content iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .site__lightbox .lightbox__close {
    position: absolute;
    top: -30px;
    right: 0px;
    width: 20px;
    height: 20px;
    background-image: url(../img/close.png);
    background-size: cover;
    cursor: pointer; }
    @media screen and (min-width: 0px) and (max-width: 575px) {
      .site__lightbox .lightbox__close {
        top: -40px;
        right: 20px; } }
  .site__lightbox .lightbox__next, .site__lightbox .lightbox__prev {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    border-top: 3px solid white;
    border-left: 3px solid white;
    -ms-flex-item-align: center;
    align-self: center; }
  .site__lightbox .lightbox__next {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: -20px; }
  .site__lightbox .lightbox__prev {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -20px; }
  .site__lightbox.full .lightbox__inner, .site__lightbox.full .lightbox__content {
    width: 100%;
    height: 100%; }
  .site__lightbox.full .lightbox__content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .site__lightbox.full .lightbox__hold_h {
    max-width: 100%;
    width: 100%; }
  .site__lightbox.full .lightbox__hold_v {
    max-height: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .site__lightbox.full .lightbox__hold_controls {
    width: 100%;
    height: 100%;
    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; }
  .site__lightbox.full .lightbox__next, .site__lightbox.full .lightbox__prev {
    display: none; }

.site__header {
  position: absolute; }
  .site__header.sticky {
    position: fixed; }

.site__footer {
  color: white; }
  .site__footer a {
    display: inline-block; }
    .site__footer a {
      color: white; }
    .site__footer a:visited {
      color: white; }
    .site__footer a:focus {
      color: rgba(255, 255, 255, 0.4); }
    .site__footer a:active {
      color: rgba(255, 255, 255, 0.4); }
    .site__footer a:hover {
      color: rgba(255, 255, 255, 0.4); }
  .site__footer .top {
    padding: 60px 0 20px;
    background: #102856; }
  .site__footer .bottom {
    padding: 35px 0;
    background: #05193C;
    color: #ACB5C4;
    text-transform: uppercase; }
    .site__footer .bottom .twk-credit,
    .site__footer .bottom .company {
      font-size: 0.65em;
      line-height: 2.30769em;
      text-align: center; }
    @media screen and (min-width: 768px) {
      .site__footer .bottom .twk-credit {
        text-align: right; } }
    .site__footer .bottom .company {
      display: inline-block; }
      @media screen and (min-width: 0px) and (max-width: 767px) {
        .site__footer .bottom .company {
          margin-top: 15px;
          display: block; } }
    .site__footer .bottom .menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .site__footer .bottom .menu li {
        text-align: center; }
      .site__footer .bottom .menu li:last-child {
        border-right: 0px; }
      @media screen and (min-width: 0px) and (max-width: 767px) {
        .site__footer .bottom .menu {
          width: 100%; }
        .site__footer .bottom .menu li {
          width: 33.33%; }
        .site__footer .bottom .menu li:last-child {
          margin: 0px; } }
      @media screen and (min-width: 0px) and (max-width: 767px) {
        .site__footer .bottom .menu-footer-secondary-container {
          width: 100%; } }
    .site__footer .bottom a {
      color: #ACB5C4; }
    .site__footer .bottom a:visited {
      color: #ACB5C4; }
    .site__footer .bottom a:focus {
      color: rgba(172, 181, 196, 0.65); }
    .site__footer .bottom a:active {
      color: rgba(172, 181, 196, 0.65); }
    .site__footer .bottom a:hover {
      color: rgba(172, 181, 196, 0.65); }
  .site__footer .title, .site__footer article h2, article .site__footer h2, .site__footer article h3, article .site__footer h3, .site__footer article h4, article .site__footer h4, .site__footer article h5, article .site__footer h5, .site__footer article h6, article .site__footer h6 {
    text-align: left;
    line-height: 1.1em;
    margin-bottom: 1.1em; }
  .site__footer .column {
    margin-bottom: 40px; }
    .site__footer .column.d-flex.logo {
      -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; }
      .site__footer .column.d-flex.logo > img {
        margin-left: -10px; }
    .site__footer .column .logos {
      margin-top: 25px;
      margin-bottom: 1.6em; }
      .site__footer .column .logos img {
        min-width: 135px; }
  .site__footer .contact_us .address,
  .site__footer .contact_us .telephone,
  .site__footer .contact_us .email {
    font-size: 0.9em;
    line-height: 1.44444em;
    font-weight: 400; }
  .site__footer .contact_us .address {
    margin-bottom: 2.5em; }
    .site__footer .contact_us .address p {
      margin-bottom: 0; }
    @media screen and (min-width: 0px) and (max-width: 575px) {
      .site__footer .contact_us .address {
        margin-bottom: 1.11111em; } }
  .site__footer .contact_us .email {
    word-wrap: break-word;
    word-break: break-all; }
  .site__footer .quick_links__inner {
    color: #ACB5C4;
    line-height: 2em;
    text-transform: uppercase; }
  .site__footer .connect .icon {
    height: 1.75em;
    width: 1.75em;
    margin-right: 0.75em; }
    @media screen and (min-width: 0px) and (max-width: 767px) {
      .site__footer .connect .icon {
        height: 33px;
        width: 33px;
        margin-right: 10px; } }
  .site__footer .connect .icons {
    margin-bottom: 1em; }
  .site__footer .connect .logos img {
    margin: 0px 5px 5px 0px;
    max-width: 100px;
    min-width: 100px !important; }
  @media screen and (min-width: 0px) and (max-width: 575px) {
    .site__footer .connect .logos img {
      width: 45%;
      max-width: 100%; } }
  @media screen and (min-width: 0px) and (max-width: 767px) {
    .site__footer .logo {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 3em; }
      .site__footer .logo img {
        max-height: 100px; } }
  @media screen and (min-width: 768px) {
    .site__footer .logo {
      margin-right: -6.89655%;
      margin-top: -18.62069%;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }

@media screen and (min-width: 768px) {
  .no-hover-horizontal {
    position: absolute;
    height: 10vh;
    width: 100%;
    top: calc( 50% - 5vh);
    left: 0; }
    .no-hover-horizontal.top {
      top: 0; }
    .no-hover-horizontal.bottom {
      bottom: 0;
      top: unset; }
  .no-hover-vertical {
    position: absolute;
    height: 100%;
    width: 10vh;
    top: 0;
    left: calc( 50% - 5vh); }
    .no-hover-vertical.left {
      left: 0; }
    .no-hover-vertical.right {
      right: 0;
      left: unset; } }

body {
  background: #05193C; }

body.motion-rp-is-active .motion-rp {
  -webkit-transition: opacity .5s,-webkit-transform .5s;
  transition: opacity .5s,-webkit-transform .5s;
  -o-transition: transform .5s,opacity .5s;
  transition: transform .5s,opacity .5s;
  transition: transform .5s,opacity .5s,-webkit-transform .5s;
  opacity: 0; }
  body.motion-rp-is-active .motion-rp.active-engaged, body.motion-rp-is-active .motion-rp.active-engage-in-config, body.motion-rp-is-active .motion-rp.active-engage-in, body.motion-rp-is-active .motion-rp.active-engage-out-config, body.motion-rp-is-active .motion-rp.active-engage-out {
    display: block; }
  body.motion-rp-is-active .motion-rp.active-engage-in-config {
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px); }
  body.motion-rp-is-active .motion-rp.active-engaged, body.motion-rp-is-active .motion-rp.active-engage-in {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  body.motion-rp-is-active .motion-rp.active-engage-out-config {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  body.motion-rp-is-active .motion-rp.active-engage-out {
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px); }

.motion-rp-adam {
  background: #140821; }
  body.motion-rp-is-active .motion-rp-adam.active-engage-in {
    overflow-y: hidden; }

.motion-rp-ancestor {
  z-index: 1;
  position: relative;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  width: 100%; }
  body.motion-rp-is-active .motion-rp-ancestor.active-engaged, body.motion-rp-is-active .motion-rp-ancestor.active-engage-in {
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px); }

.motion-rp-button {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }
  body.motion-rp-is-active .motion-rp-button.active-engaged, body.motion-rp-is-active .motion-rp-button.active-engage-in {
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px); }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    body.motion-rp-is-active .motion-rp-button.active-engaged, body.motion-rp-is-active .motion-rp-button.active-engage-in {
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px); } }

.motion-rp-overlay {
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  -o-transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s, -webkit-transform .5s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }
  body.motion-rp-is-active .motion-rp-overlay.active-engage-in {
    z-index: 9;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
    opacity: 1; }
  body.motion-rp-is-active .motion-rp-overlay.active-engaged {
    z-index: 9;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
    opacity: 1; }
  body.motion-rp-is-active .motion-rp-overlay.active-engage-out {
    z-index: 9;
    opacity: 0; }

.layer_one {
  display: none; }

html body {
  background: white; }

html.not-initialized {
  overflow-y: hidden; }

html .layer_one {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #102856;
  background: white;
  z-index: 9;
  display: block; }
  html .layer_one .logo {
    position: absolute;
    top: calc( ( 100% - 150px ) / 2);
    left: calc( ( 100% - 150px ) / 2);
    width: 150px;
    height: 150px;
    background-image: url(../img/logo-circle.svg);
    background-size: contain;
    background-repeat: no-repeat; }
  html .layer_one .profile-main-loader {
    left: 50% !important;
    margin-left: -100px;
    position: fixed !important;
    top: 50% !important;
    margin-top: -100px;
    width: 45px;
    z-index: 9000 !important; }
  html .layer_one .profile-main-loader .loader {
    position: relative;
    margin: 0px auto;
    width: 200px;
    height: 200px; }
  html .layer_one .profile-main-loader .loader:before {
    content: '';
    display: block;
    padding-top: 100%; }
  html .layer_one .circular-loader {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto; }
  html .layer_one .loader-path {
    stroke-dasharray: 150,200;
    stroke-dashoffset: -10;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 3s ease-in-out infinite;
    stroke-linecap: round; }

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

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

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

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

@-webkit-keyframes color {
  0% {
    stroke: #05193C; }
  30% {
    stroke: #102856; }
  40% {
    stroke: #05193C; }
  66% {
    stroke: #05193C; }
  80%, 99.9% {
    stroke: #05193C; } }

@keyframes color {
  0% {
    stroke: #05193C; }
  30% {
    stroke: #102856; }
  40% {
    stroke: #05193C; }
  66% {
    stroke: #05193C; }
  80%, 99.9% {
    stroke: #05193C; } }

.tablepress tfoot th, .tablepress thead th {
  background-color: #102856 !important;
  color: #FFDA1B; }

.dataTables_scroll {
  white-space: nowrap; }

.menu__container.menu--header li, .menu__container.menu--footer-main li {
  letter-spacing: 1px;
  line-height: 1;
  text-align: left;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: white;
  text-transform: uppercase; }
  .menu__container.menu--header li a, .menu__container.menu--footer-main li a {
    font-size: 0.75em; }
    .menu__container.menu--header li a, .menu__container.menu--footer-main li a {
      color: white; }
    .menu__container.menu--header li a:visited, .menu__container.menu--footer-main li a:visited {
      color: white; }
    .menu__container.menu--header li a:focus, .menu__container.menu--footer-main li a:focus {
      color: rgba(255, 255, 255, 0.65); }
    .menu__container.menu--header li a:active, .menu__container.menu--footer-main li a:active {
      color: rgba(255, 255, 255, 0.65); }
    .menu__container.menu--header li a:hover, .menu__container.menu--footer-main li a:hover {
      color: rgba(255, 255, 255, 0.65); }

.menu__container.menu--footer-secondary {
  display: inline-block; }
  .menu__container.menu--footer-secondary li {
    border-color: #ACB5C4;
    letter-spacing: 1px;
    line-height: 0.65em;
    text-align: left;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: white;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border: 0px; }
    .menu__container.menu--footer-secondary li:after {
      content: '';
      height: 0.65em;
      width: 1px;
      -ms-flex-item-align: center;
      align-self: center;
      background: #ACB5C4;
      position: absolute;
      right: 0px; }
    .menu__container.menu--footer-secondary li a {
      color: #ACB5C4;
      font-size: 0.65em;
      text-transform: uppercase; }
      .menu__container.menu--footer-secondary li a {
        color: #ACB5C4; }
      .menu__container.menu--footer-secondary li a:visited {
        color: #ACB5C4; }
      .menu__container.menu--footer-secondary li a:focus {
        color: rgba(172, 181, 196, 0.65); }
      .menu__container.menu--footer-secondary li a:active {
        color: rgba(172, 181, 196, 0.65); }
      .menu__container.menu--footer-secondary li a:hover {
        color: rgba(172, 181, 196, 0.65); }
    .menu__container.menu--footer-secondary li:last-child {
      border-right: 0px;
      margin-right: 10px; }
      @media screen and (min-width: 0px) and (max-width: 767px) {
        .menu__container.menu--footer-secondary li:last-child:after {
          display: none; } }
  @media screen and (min-width: 0px) and (max-width: 767px) {
    .menu__container.menu--footer-secondary {
      width: 100%; } }

.menu__container.menu--header li.current_page_item a {
  position: relative; }
  .menu__container.menu--header li.current_page_item a:before {
    content: '';
    left: 0px;
    bottom: -7px;
    position: absolute;
    width: 100%;
    height: 1px;
    background: white; }

.menu__container.menu--footer-main {
  max-width: 340px; }
  .menu__container.menu--footer-main li {
    width: 100%; }

.effect--blurred-shadow {
  position: relative; }
  .effect--blurred-shadow .blurred-shadow {
    position: absolute;
    width: 96%;
    bottom: -2%;
    left: 2%;
    -webkit-filter: blur(10px);
    filter: blur(10px); }
  .effect--blurred-shadow .blurred-original {
    position: relative; }

.bg--blue {
  background: #102856;
  color: white; }

.link--twitter, a.link--twitter:not([href]):not([tabindex]) {
  color: #00B5F4; }

.link--twitter:visited, a.link--twitter:visited:not([href]):not([tabindex]) {
  color: #00B5F4; }

.link--twitter:focus, a.link--twitter:focus:not([href]):not([tabindex]) {
  color: #0084b4; }

.link--twitter:active, a.link--twitter:active:not([href]):not([tabindex]) {
  color: #0084b4; }

.link--twitter:hover, a.link--twitter:hover:not([href]):not([tabindex]) {
  color: #0084b4; }

.links--twitter a {
  color: #00B5F4; }

.links--twitter a:visited {
  color: #00B5F4; }

.links--twitter a:focus {
  color: #0084b4; }

.links--twitter a:active {
  color: #0084b4; }

.links--twitter a:hover {
  color: #0084b4; }

.quote--slider {
  margin: 0 auto;
  max-width: 81.16883%;
  padding: 0px 30px;
  color: white;
  text-align: center;
  padding-bottom: 1.75em; }
  .quote--slider .quote {
    font-size: 1.1em;
    font-style: italic;
    line-height: 1.45455em; }
    .quote--slider .quote:before {
      content: "\201C"; }
    .quote--slider .quote:after {
      content: "\201D"; }
    .quote--slider .quote:after, .quote--slider .quote:before {
      display: inline-block; }
  .quote--slider .citation {
    font-size: 0.7em;
    line-height: 1.57143em; }
  .quote--slider__outer {
    margin-top: 2.5em;
    background: #102856;
    padding-bottom: 1.75em;
    text-align: center; }
    .quote--slider__outer .slick_slider {
      display: none; }
      .quote--slider__outer .slick_slider.slick-initialized {
        display: block; }
    .quote--slider__outer .icon {
      height: 2.3em;
      width: 2.3em;
      margin: 1.5em 0px 1.25em; }

.page-template-pillars .strip.strip--title .title--size-h2, .page-template-pillars .strip.strip--title article h2, article .page-template-pillars .strip.strip--title h2 {
  font-size: 2.4em; }
  @media screen and (min-width: 0px) and (max-width: 575px) {
    .page-template-pillars .strip.strip--title .title--size-h2, .page-template-pillars .strip.strip--title article h2, article .page-template-pillars .strip.strip--title h2 {
      font-size: 2.1em; } }

#subpages-grid {
  margin-top: 60px; }
  #subpages-grid .child-page {
    height: 110px;
    background: #102856;
    margin-bottom: 30px;
    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;
    border-bottom: 3px solid #FFDA1B; }
    #subpages-grid .child-page a {
      color: white;
      opacity: .8;
      -webkit-transition: all .4s ease-in-out;
      -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      text-transform: uppercase;
      font-size: 16px;
      margin: 0 10px;
      text-align: center; }
      #subpages-grid .child-page a:hover {
        opacity: 1; }

.accordion {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .accordion .card {
    position: relative;
    border: 0; }
    .accordion .card .card-header {
      background: transparent;
      border-top: 1px solid rgba(0, 0, 0, 0.125);
      border-bottom: 0; }
    .accordion .card .card-body.accordion--content {
      padding-right: 50px; }
  .accordion .btn-link {
    padding: 0.8em 0;
    width: 100%;
    text-align: left; }
    .accordion .btn-link:hover, .accordion .btn-link.focus, .accordion .btn-link:focus {
      color: inherit;
      text-decoration: none;
      background-color: transparent;
      border-color: transparent; }
    .accordion .btn-link:not(.collapsed) .toggle-icon {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      -webkit-transform: all .4s ease;
      -ms-transform: all .4s ease;
      transform: all .4s ease; }
  .accordion .toggle-icon {
    position: absolute;
    right: 0;
    bottom: 40px;
    height: 15px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
  .accordion--title {
    margin-bottom: 0;
    font-size: 1.4em;
    font-family: "europa";
    letter-spacing: .4px;
    margin-right: 20px;
    white-space: normal; }
  .accordion .question-icon {
    display: none; }
  .accordion.faq-accordion .question-icon {
    display: block;
    float: left;
    margin-right: 20px;
    margin-left: -25px; }

body.search-results .site__body {
  background-color: white; }

body.search-results .entry {
  padding: 0; }

body.search-results .section--pagination {
  margin-bottom: 100px; }

.search-box {
  margin: 15px 0;
  position: relative;
  max-width: 240px; }
  .search-box input[type=search] {
    border: 0;
    padding: 5px 35px 5px 15px;
    font-size: 16px;
    width: 100%; }
    .search-box input[type=search]:focus {
      outline: none; }
  .search-box input[type=submit] {
    background: transparent url("../img/icon/search.svg") no-repeat;
    border: 0;
    position: absolute;
    top: 7px;
    right: 15px;
    background-size: 15px;
    cursor: pointer; }
    .search-box input[type=submit]:focus {
      outline: none; }
  .search-box.no-results {
    border: 1px solid #ECECEC;
    margin-bottom: 50px; }
