/********** VARIABLES **********/
/********** MIXINS **********/
/********** RESET **********/
html, body, div, span, applet, object, iframe, h1, h2, .header-arrow-link, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, select, textarea, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'futura-pt', sans-serif;
  color: #273F91;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
  -moz-osx-font-smoothing: grayscale !important;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  outline: none;
}
html.menu-open body {
  position: fixed;
  width: 100%;
}
body {
  background-color: white;
}
body.open-menu {
  overflow: hidden;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
/********** TYPOGRAPHY **********/
h1, h1 * {
  font-size: calc(2rem + ((1vw - 3.2px) * 1.5909));
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 320px) {
  h1, h1 * {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  h1, h1 * {
    font-size: 46px;
  }
}
h2, .header-arrow-link, h2 *, .header-arrow-link * {
  font-size: calc(1.75rem + ((1vw - 3.2px) * 0.6818));
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 320px) {
  h2, .header-arrow-link, h2 *, .header-arrow-link * {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  h2, .header-arrow-link, h2 *, .header-arrow-link * {
    font-size: 34px;
  }
}
h3, h3 * {
  font-size: calc(1.5rem + ((1vw - 3.2px) * 0.2273));
  font-weight: 500;
  line-height: 32px;
}
@media (max-width: 320px) {
  h3, h3 * {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  h3, h3 * {
    font-size: 26px;
  }
}
p, p * {
  font-size: calc(0.875rem + ((1vw - 3.2px) * 0.2273));
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 320px) {
  p, p * {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  p, p * {
    font-size: 16px;
  }
}
h1, h2, .header-arrow-link, h3, p {
  margin-bottom: 24px;
}
/********** GLOBAL **********/
.split-screen {
  width: calc(100% - 50px);
  margin-left: auto;
}
@media (min-width: 960px) {
  .split-screen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: auto;
  }
}
.split-screen .col-left {
  margin-bottom: 50px;
}
.split-screen .col-left .wysiwyg {
  max-width: 300px;
  margin-bottom: 50px;
}
@media (min-width: 960px) {
  .split-screen .col-left .wysiwyg {
    max-width: 400px;
  }
}
.split-screen .col-left .wysiwyg * {
  color: #273F91;
}
.split-screen .col-left .desktop-logo {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 116px;
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .split-screen .col-left .desktop-logo {
    position: static;
    width: 200px;
    margin-bottom: 50px;
    margin-top: 40px;
  }
}
.split-screen .col-left .desktop-logo img {
  width: 100%;
  height: auto;
}
@media (min-width: 960px) {
  .split-screen .col-left {
    margin-bottom: 0;
    width: 25%;
    overflow-y: auto;
    min-height: 800px;
    min-width: 400px;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: sticky;
    top: 0px;
    padding: 15px 50px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .split-screen .col-left .text-blocks {
    flex: 1;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 960px) {
  .split-screen .col-right {
    width: 58%;
    margin-left: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.extra-sauce-cta {
  width: calc(100% - 50px);
  margin-left: auto;
  text-decoration: none;
  display: block;
}
@media (min-width: 960px) {
  .extra-sauce-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.extra-sauce-cta > img {
  width: 100%;
  display: block;
}
@media (min-width: 960px) {
  .extra-sauce-cta > img {
    width: 42%;
    margin-left: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.extra-sauce-cta .text {
  background-color: #f43f2a;
  padding: 40px;
}
@media (min-width: 960px) {
  .extra-sauce-cta .text {
    width: 58%;
    margin-left: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 110px 0 80px;
  }
}
.extra-sauce-cta .text > svg {
  width: 64px;
  margin-bottom: 110px;
}
.extra-sauce-cta .text > svg .es-icon-plus {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transform-box: fill-box;
  -webkit-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.extra-sauce-cta .text > svg .es-icon-tear .st2 {
  -webkit-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  opacity: 0;
}
@media (min-width: 960px) {
  .extra-sauce-cta .text > svg {
    margin-left: 10%;
    width: 82px;
  }
}
@media (min-width: 960px) {
  .extra-sauce-cta .text .contain {
    max-width: 500px;
    margin-left: 10%;
  }
}
.extra-sauce-cta .text .contain .wysiwyg * {
  color: white;
}
.extra-sauce-cta .text .contain h2, .extra-sauce-cta .text .contain .header-arrow-link {
  margin-bottom: 16px;
}
.extra-sauce-cta .text .contain img {
  margin-top: 30px;
  width: 137px;
}
@media (min-width: 960px) {
  .extra-sauce-cta .text .contain img {
    margin-top: 36px;
  }
}
.extra-sauce-cta:hover .text svg .es-icon-plus {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.extra-sauce-cta:hover .text svg .es-icon-tear .st2 {
  opacity: 1;
}
.side-by-side-list .list-item {
  text-decoration: none;
  margin-bottom: 75px;
  display: block;
}
@media (min-width: 960px) {
  .side-by-side-list .list-item {
    margin-bottom: 0;
  }
}
.side-by-side-list .list-item .image img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.side-by-side-list .list-item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 960px) {
  .side-by-side-list .list-item .text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.side-by-side-list .list-item .text .contain {
  max-width: 200px;
  padding: 25px 0;
}
@media (min-width: 960px) {
  .side-by-side-list .list-item .text .contain {
    margin: auto;
    padding: 50px 0;
  }
}
.side-by-side-list .list-item .text .contain .title {
  margin-top: -10px;
}
.side-by-side-list .list-item .text .contain .arrow {
  width: 120px;
}
@media (min-width: 960px) {
  .side-by-side-list .list-item .text .contain .arrow {
    margin-top: 24px;
    width: 137px;
  }
}
@media (min-width: 960px) {
  .side-by-side-list .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .side-by-side-list .list-item .col {
    width: 50%;
  }
}
.post-nav {
  margin: 30px 0;
}
@media (min-width: 960px) {
  .post-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 50px 2%;
  }
}
.post-nav a {
  width: calc(100% - 20px);
  display: table;
  border: 2px solid #273F91;
  text-decoration: none;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.post-nav a:first-of-type {
  margin-bottom: 30px;
}
.post-nav a .group {
  margin-bottom: 75px;
}
.post-nav a .arrow {
  width: 137px;
}
.post-nav a.left .arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 960px) {
  .post-nav a {
    width: 48%;
  }
  .post-nav a:first-of-type {
    margin-bottom: 0px;
  }
  .post-nav a.right {
    margin-left: auto;
  }
  .post-nav a.left {
    margin-right: 4%;
  }
}
.post-nav i {
  width: 50%;
}
.header-arrow-link {
  text-decoration: none;
  display: table;
  width: 130px;
}
.header-arrow-link:after {
  content: '';
  margin-top: 26px;
  display: table;
  width: 115px;
  height: 31px;
  background-image: url(assets/images/arrow-right.svg);
  background-repeat: no-repeat;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
.header-arrow-link:hover:after {
  margin-left: 10px;
}
a .arrow {
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
a:hover .arrow {
  margin-left: 10px;
}
.pagination {
  background-color: white;
  padding: 50px 0;
}
.pagination ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination ul li {
  margin-right: 8px;
  width: 36px;
  height: 36px;
  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;
}
.pagination ul li.prev_link, .pagination ul li.next_link {
  display: none;
}
.pagination ul li.active {
  border: 2px solid #273F91;
}
.pagination ul li a {
  text-decoration: none;
  font-size: 24px;
}
.wysiwyg p:last-of-type {
  margin-bottom: 0;
}
.hover-text-image {
  position: relative;
  display: block;
  height: 100%;
}
.image-link-text {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: white;
  font-size: 24px;
  z-index: 10;
  font-weight: bold;
  text-align: right;
}
body.non-mobile-device .image-link-text {
  text-align: left;
  bottom: initial;
  right: initial;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  margin-top: 10px;
  margin-left: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100px;
}
.breadcrumb {
  margin: 35px 0;
}
.breadcrumb * {
  font-weight: 500;
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb .sep {
  margin: 0 10px;
}
/********** HEADER **********/
.mobile-logo {
  width: 50px;
  height: 100vh;
  position: fixed;
  float: left;
  transform: translateY(200px);
  transition: 1s ease-in-out all;
}
.mobile-logo.show {
  transform: translateY(0%);
  transition: 1s ease-in-out all;
}
.mobile-logo a {
  width: 80px;
  -webkit-transform: rotate(-90deg) translateY(-50%);
  -ms-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
  position: absolute;
  top: calc(100% - 180px);
  left: 8px;
}
.mobile-logo a img {
  width: 100%;
  height: auto;
}
@media (min-width: 960px) {
  .mobile-logo {
    display: none;
  }
}
header {
  padding: 15px 0 40px;
  margin-left: auto;
  margin-bottom: 50px;
}
@media (min-width: 960px) {
  header {
    width: 100%;
    margin-bottom: 0;
    position: absolute;
  }
}
header .menu-trigger {
  cursor: pointer;
  overflow: hidden;
  position: fixed;
  z-index: 3;
  display: inline-block;
  z-index: 1000;
  margin-left: 10px;
}
header .menu-trigger span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #273F91;
  border-radius: 20px;
  margin-bottom: 7px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .menu-trigger span:first-of-type {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
header .menu-trigger span:nth-child(2) {
  position: relative;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
header .menu-trigger span:nth-child(2):before {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #273F91;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .menu-trigger span:last-of-type {
  margin-bottom: 0;
}
body.open-menu header .menu-trigger span:first-of-type {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
body.open-menu header .menu-trigger span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body.open-menu header .menu-trigger span:nth-child(2):before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
body.open-menu header .menu-trigger span:last-of-type {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
@media (min-width: 960px) {
  body.open-menu header .menu-trigger span:nth-child(2) {
    background-color: white;
  }
  body.open-menu header .menu-trigger span:nth-child(2):before {
    background-color: white;
  }
}
header .main-nav {
  background-color: #273F91;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  height: 0;
  width: calc(100% - 50px);
  left: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  z-index: 999;
}
body.open-menu header .main-nav {
  height: 100vh;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 960px) {
  header .main-nav {
    width: 42%;
    left: 0;
  }
}
header .main-nav .menu-main-menu-container {
  width: 100%;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}
header .main-nav .menu-main-menu-container .menu {
  list-style: none;
  margin-top: 10vh;
}
header .main-nav .menu-main-menu-container .menu li {
  text-align: center;
}
header .main-nav .menu-main-menu-container .menu li a {
  color: white;
  text-decoration: none;
  font-size: 38px;
}
@media (min-width: 960px) {
  header .main-nav .menu-main-menu-container .menu li a {
    font-size: 50px;
  }
}
header .main-nav .menu-main-menu-container .menu li a:hover {
  font-weight: bold;
}
header .main-nav .contact {
  margin-top: auto;
  margin-bottom: 5vh;
}
header .main-nav .contact a {
  display: table;
  margin: auto;
  color: white;
  text-decoration: none;
  font-size: 24px;
  margin-bottom: 10px;
}
header .main-nav .contact a:last-of-type {
  margin-bottom: 0;
}
header .main-nav .contact a:hover {
  font-weight: bold;
}
/********** FOOTER **********/
footer {
  background-color: #273F91;
  width: calc(100% - 50px);
  margin-left: auto;
}
@media (min-width: 960px) {
  footer {
    width: 100%;
  }
}
footer .container {
  padding: 60px 36px;
}
@media (min-width: 960px) {
  footer .container {
    max-width: 1300px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 12.5vw;
    padding: 100px 36px 18px;
  }
}
@media (min-width: 960px) {
  footer .container .links {
    width: 68%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
footer .container .links a {
  display: table;
  font-weight: 500;
  color: white;
  text-decoration: none;
  font-size: 24px;
  margin-bottom: 25px;
}
@media (min-width: 960px) {
  footer .container .links a {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
}
footer .container .links a:hover {
  font-weight: bold;
}
footer .container .links a:after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
footer .container .mailer {
  margin-top: 100px;
}
@media (min-width: 960px) {
  footer .container .mailer {
    width: 20%;
    margin-top: 0;
    margin-left: 12%;
    text-align: right;
  }
}
footer .container .mailer h2, footer .container .mailer .header-arrow-link {
  max-width: 300px;
  font-size: 36px;
  color: white;
}
@media (min-width: 960px) {
  footer .container .mailer h2, footer .container .mailer .header-arrow-link {
    width: 100%;
  }
}
footer .container .mailer p {
  font-size: 17px;
  margin-top: 18px;
  color: white;
  max-width: 300px;
}
@media (min-width: 960px) {
  footer .container .mailer p {
    width: 100%;
  }
}
footer .container .mailer #mc_embed_signup {
  background-color: transparent !important;
}
footer .container .mailer #mc_embed_signup form {
  margin-top: 30px;
}
@media (min-width: 960px) {
  footer .container .mailer #mc_embed_signup form {
    width: 100%;
  }
}
footer .container .mailer #mc_embed_signup form input[type='email'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid white;
  padding: 8px;
  background-color: transparent;
  color: white;
  width: 100%;
  font-size: 16px;
}
footer .container .mailer #mc_embed_signup form input[type='email']::-webkit-input-placeholder {
  color: white;
}
footer .container .mailer #mc_embed_signup form input[type='email']::-moz-placeholder {
  color: white;
}
footer .container .mailer #mc_embed_signup form input[type='email']:-ms-input-placeholder {
  color: white;
}
footer .container .mailer #mc_embed_signup form input[type='email']::-ms-input-placeholder {
  color: white;
}
footer .container .mailer #mc_embed_signup form input[type='email']::placeholder {
  color: white;
}
footer .container .mailer #mc_embed_signup form input[type='submit'] {
  display: block;
  margin-left: auto;
  margin-top: 40px;
  font-size: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-image: url(assets/images/icon-arrow-right-white.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 147px;
  height: 38px;
  -webkit-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
footer .container .mailer #mc_embed_signup form input[type='submit']:hover {
  margin-right: -10px;
}
footer .container .logo {
  margin-top: 150px;
}
@media (min-width: 960px) {
  footer .container .logo {
    margin-top: auto;
  }
}
footer .container .logo a {
  display: table;
  width: 115px;
}
@media (min-width: 960px) {
  footer .container .logo a {
    width: 215px;
  }
}
footer .container .logo a img {
  width: 100%;
  height: auto;
}
footer .container .address {
  margin-top: 36px;
}
footer .container .address h3 {
  color: white;
  margin-bottom: 0;
}
@media (min-width: 960px) {
  footer .container .address {
    margin-top: auto;
    margin-left: auto;
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
}
/********** CONTENT BLOCKS **********/
.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.column img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 960px) {
  .two-column-template {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 960px) {
  .two-column-template .column {
    width: 50%;
  }
}
#cb-fixed-image-start {
  position: sticky;
  top: 0;
}
.column-left #cb-fixed-image-start img {
  -o-object-position: 100% center;
  object-position: 100% center;
}
.column-right #cb-fixed-image-start img {
  object-position: 0 center;
  -o-object-position: 0 center;
}
.column-left #cb-fixed-image-end img {
  -o-object-position: 100% center;
  object-position: 100% center;
}
.column-right #cb-fixed-image-end img {
  object-position: 0 center;
  -o-object-position: 0 center;
}
.cb-fixed-image .mobile-image {
  display: none;
}
.cb-fixed-image.has-mobile-image .desktop-image {
  display: none;
}
@media (min-width: 960px) {
  .cb-fixed-image.has-mobile-image .desktop-image {
    display: block;
  }
}
.cb-fixed-image.has-mobile-image .mobile-image {
  display: block;
}
.cb-fixed-image.has-mobile-image .mobile-image img {
  width: 100%;
  height: auto;
}
@media (min-width: 960px) {
  .cb-fixed-image.has-mobile-image .mobile-image {
    display: none;
  }
}
.cb-fixed-image a img {
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.cb-text {
  padding: 60px 36px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 960px) {
  .cb-text {
    padding: 3vw;
  }
  .cb-text.make-fixed {
    position: sticky;
    top: 0;
    height: 100vh;
    -webkit-box-flex: initial !important;
    -ms-flex-positive: initial !important;
    flex-grow: initial !important;
  }
}
.two-column-template .cb-text .wysiwyg {
  max-width: 300px;
}
.cb-text .wysiwyg.non-white * {
  color: white;
}
.cb-image.stretch {
  height: 100%;
}
.cb-image.stretch img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.cb-map {
  height: 400px;
}
@media (min-width: 960px) {
  .cb-map {
    height: 100%;
  }
}
.cb-map .acf-map {
  height: 100%;
  width: 100%;
}
.cb-form {
  padding: 100px 5%;
}
@media (min-width: 960px) {
  .cb-form {
    padding: 150px 10%;
  }
}
.cb-form form {
  max-width: 330px;
}
.cb-form form fieldset {
  margin: 0 !important;
  padding: 0 !important;
}
.cb-form form input, .cb-form form select, .cb-form form textarea {
  font-family: inherit !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 2px solid #273F91 !important;
  border-radius: 0 !important;
  font-weight: 500 !important;
  padding: 16px 10px !important;
  color: #273F91 !important;
  font-size: 16px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.cb-form form input::-webkit-input-placeholder, .cb-form form select::-webkit-input-placeholder, .cb-form form textarea::-webkit-input-placeholder {
  color: #273F91 !important;
}
.cb-form form input::-moz-placeholder, .cb-form form select::-moz-placeholder, .cb-form form textarea::-moz-placeholder {
  color: #273F91 !important;
}
.cb-form form input:-ms-input-placeholder, .cb-form form select:-ms-input-placeholder, .cb-form form textarea:-ms-input-placeholder {
  color: #273F91 !important;
}
.cb-form form input::-ms-input-placeholder, .cb-form form select::-ms-input-placeholder, .cb-form form textarea::-ms-input-placeholder {
  color: #273F91 !important;
}
.cb-form form input::placeholder, .cb-form form select::placeholder, .cb-form form textarea::placeholder {
  color: #273F91 !important;
}
.cb-form form .frm_submit {
  margin-left: auto !important;
  -webkit-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.cb-form form .frm_submit .frm_button_submit {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: none !important;
  font-size: 0 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: 122px !important;
  height: 31px !important;
  background-image: url('assets/images/arrow-right.svg') !important;
  background-repeat: no-repeat !important;
  padding: 0 !important;
}
.cb-form form .frm_submit:hover {
  margin-right: -10px;
}
.cb-form .frm_message {
  color: #273F91;
  border: 2px solid #273F91;
  background-color: transparent !important;
  border-radius: 0 !important;
}
.cb-form .frm_message p {
  color: #273F91;
  font-size: 20px;
  margin-bottom: 0;
}
.cb-form .frm_error_style {
  background-color: transparent !important;
  border: 2px solid #f43f2a !important;
  border-radius: 0 !important;
}
.cb-form .frm_error_style p {
  color: #f43f2a;
  font-size: 20px;
  margin-bottom: 0;
}
.cb-video .video-container video {
  width: 100%;
  height: auto;
  display: block;
}
.cb-evideo .video-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.cb-evideo .video-container iframe, .cb-evideo .video-container object, .cb-evideo .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/********** TEAM **********/
.page-template-team-lp .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-template-team-lp .col-right .one-column-template {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.page-template-team-lp .col-right .team-list {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.page-template-team-lp .col-right .team-list .list-item .hover-image {
  display: none;
}
.page-template-team-lp .col-right .team-list .list-item:hover .static-image {
  display: none;
}
.page-template-team-lp .col-right .team-list .list-item:hover .hover-image {
  display: block;
}
.page-template-team-lp .col-right .friends-of-stout {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
@media (min-width: 960px) {
  .page-template-team-lp .col-right .one-column-template {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .page-template-team-lp .col-right .team-list {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.friends-of-stout {
  margin-top: 75px;
}
.friends-of-stout .badge {
  width: 100px;
  margin-bottom: 75px;
  -webkit-animation: rotate 10s linear infinite;
  animation: rotate 10s linear infinite;
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.friends-of-stout .friend-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.friends-of-stout .friend-list .contain {
  width: 50%;
  margin-bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.friends-of-stout .friend-list .contain a {
  width: 166px;
  display: block;
  text-decoration: none;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.friends-of-stout .friend-list .contain a img {
  width: 78px;
  margin-top: 20px;
  display: block;
}
/********** SINGLE TEAM **********/
body.single-team .col-left .wysiwyg {
  display: none;
}
@media (min-width: 960px) {
  body.single-team .col-left .wysiwyg {
    display: block;
  }
}
/******** EXTRA SAUCE **********/
.extra-sauce .content {
  background: #f43f2a;
}
.extra-sauce .content .side-by-side-list .sauce-post .text .contain {
  margin-left: 45px;
}
.extra-sauce .content .side-by-side-list .sauce-post .text .contain * {
  color: white;
}
.extra-sauce .content .side-by-side-list .sauce-post:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
/******** SINGLE WORK **********/
.single-projects .post-nav .name {
  margin-bottom: 0;
}
/********** WORK LP **********/
.page-template-work-lp .side-by-side-list .image {
  display: block;
}
.page-template-work-lp .side-by-side-list .image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/* 404 */
.error404 .cb-text {
  min-height: calc(100vh - 55px);
}
.error404 .cb-text pre {
  font-size: 15vw;
  font-weight: bold;
  text-align: center;
}
body.home .col-left .wysiwyg {
  display: none;
}
body.home .col-left .wysiwyg:first-of-type {
  display: block;
}
@media (min-width: 960px) {
  body.home .col-left .wysiwyg {
    display: block;
  }
}
.blog .col-left .wysiwyg .icon {
  display: none;
}
.blog .col-left .wysiwyg:first-of-type .icon {
  display: block;
  width: 100px;
  margin-bottom: 50px;
}
.blog .col-left .wysiwyg:first-of-type .icon .es-icon-plus {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transform-box: fill-box;
  -webkit-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.blog .col-left .wysiwyg:first-of-type .icon .es-icon-tear .st2 {
  -webkit-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  opacity: 0;
}
.blog .col-left .wysiwyg:first-of-type .icon:hover .es-icon-plus {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.blog .col-left .wysiwyg:first-of-type .icon:hover .es-icon-tear .st2 {
  opacity: 1;
}
