/*
    _/_/_/    _/_/_/_/    _/_/_/  _/_/_/_/  _/_/_/_/_/
   _/    _/  _/        _/        _/            _/
  _/_/_/    _/_/_/      _/_/    _/_/_/        _/
 _/    _/  _/              _/  _/            _/
_/    _/  _/_/_/_/  _/_/_/    _/_/_/_/      _/
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* my own resets, for reasons */
html {
  /*  font-size: 62.5%;  */
  /*  overflow-y: scroll;  */
  font-size: 54%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type=checkbox], input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  padding-left: 3px;
  vertical-align: top;
  width: 98%;
}

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

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

/*
//       _/_/_/    _/_/    _/      _/  _/_/_/_/  _/_/_/    _/_/_/
//    _/        _/    _/  _/_/    _/  _/          _/    _/
//   _/        _/    _/  _/  _/  _/  _/_/_/      _/    _/  _/_/
//  _/        _/    _/  _/    _/_/  _/          _/    _/    _/
//   _/_/_/    _/_/    _/      _/  _/        _/_/_/    _/_/_/
*/
/* ==========================================================================
   Colors & Shades
   ========================================================================== */
/***** THEME COLORS *****/
/***** DEFAULT COLORS *****/
/***** WP-ADMIN COLORS *****/
/***** TEXT SELECTION COLOR *****/
::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

/* ==========================================================================
   Fonts
   ========================================================================== */
/* ==========================================================================
    Widths & Breakpoints
   ========================================================================== */
/* ==========================================================================
   Animations
   ========================================================================== */
/* ==========================================================================
   Mixins
   ========================================================================== */
/* ==========================================================================
   Animations
   ========================================================================== */
@keyframes animate-display-on {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animate-display-off {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
  }
}
@keyframes submenu-display-on {
  0% {
    display: none;
    opacity: 0;
    transform: translateY(-15px);
  }
  1% {
    display: block;
    opacity: 0;
    transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes submenu-display-off {
  0% {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
  99% {
    display: block;
    opacity: 0;
    transform: translateY(-15px);
  }
  100% {
    display: none;
    transform: translateY(-15px);
  }
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Fonts
   ========================================================================== */
/*
@font-face {
  font-family: "Neue Haas Grotesk Display Std"; 
  src: url('../../../assets/fonts/webfonts/373F05_0_0.eot'); 
  src: url('../../../assets/fonts/webfonts/373F05_0_0.eot?#iefix') format('embedded-opentype'),
  url('../../../assets/fonts/webfonts/373F05_0_0.woff2') format('woff2'),
  url('../../../assets/fonts/webfonts/373F05_0_0.woff') format('woff'),
  url('../../../assets/fonts/webfonts/373F05_0_0.ttf') format('truetype');
}


@font-face {
  font-family: "Neue Haas Grotesk Display Std";
  src: url('../../../assets/fonts/webfonts/373F05_1_0.eot');
  src: url('../../../assets/fonts/webfonts/373F05_1_0.eot?#iefix') format('embedded-opentype'),
  url('../../../assets/fonts/webfonts/373F05_1_0.woff2') format('woff2'),
  url('../../../assets/fonts/webfonts/373F05_1_0.woff') format('woff'),
  url('../../../assets/fonts/webfonts/373F05_1_0.ttf') format('truetype');
}


@font-face {
  font-family: "Neue Haas Grotesk Display Std";
  src: url('../../../assets/fonts/webfonts/373F05_2_0.eot');
  src: url('../../../assets/fonts/webfonts/373F05_2_0.eot?#iefix') format('embedded-opentype'),
  url('../../../assets/fonts/webfonts/373F05_2_0.woff2') format('woff2'),
  url('../../../assets/fonts/webfonts/373F05_2_0.woff') format('woff'),
  url('../../../assets/fonts/webfonts/373F05_2_0.ttf') format('truetype');
}


@font-face {
  font-family: "Neue Haas Grotesk Display Std";
  src: url('../../../assets/fonts/webfonts/373F05_3_0.eot');
  src: url('../../../assets/fonts/webfonts/373F05_3_0.eot?#iefix') format('embedded-opentype'),
  url('../../../assets/fonts/webfonts/373F05_3_0.woff2') format('woff2'),
  url('../../../assets/fonts/webfonts/373F05_3_0.woff') format('woff'),
  url('../../../assets/fonts/webfonts/373F05_3_0.ttf') format('truetype');
}


@font-face {
  font-family: "Neue Haas Grotesk Display Std";
  src: url('../../../assets/fonts/webfonts/373F05_4_0.eot');
  src: url('../../../assets/fonts/webfonts/373F05_4_0.eot?#iefix') format('embedded-opentype'),
  url('../../../assets/fonts/webfonts/373F05_4_0.woff2') format('woff2'),
  url('../../../assets/fonts/webfonts/373F05_4_0.woff') format('woff'),
  url('../../../assets/fonts/webfonts/373F05_4_0.ttf') format('truetype');
}


@font-face {
  font-family: "Neue Haas Grotesk Display Std";
  src: url('../../../assets/fonts/webfonts/373F05_5_0.eot');
  src: url('../../../assets/fonts/webfonts/373F05_5_0.eot?#iefix') format('embedded-opentype'),
  url('../../../assets/fonts/webfonts/373F05_5_0.woff2') format('woff2'),
  url('../../../assets/fonts/webfonts/373F05_5_0.woff') format('woff'),
  url('../../../assets/fonts/webfonts/373F05_5_0.ttf') format('truetype');
}


@font-face {
  font-family: "Neue Haas Grotesk Display Std";
  src: url('../../../assets/fonts/webfonts/373F05_6_0.eot');
  src: url('../../../assets/fonts/webfonts/373F05_6_0.eot?#iefix') format('embedded-opentype'),
    url('../../../assets/fonts/webfonts/373F05_6_0.woff2') format('woff2'),
    url('../../../assets/fonts/webfonts/373F05_6_0.woff') format('woff'),
    url('../../../assets/fonts/webfonts/373F05_6_0.ttf') format('truetype');
}


@font-face {
  font-family: "Neue Haas Grotesk Display Std";
  src: url('../../../assets/fonts/webfonts/373F05_7_0.eot');
  src: url('../../../assets/fonts/webfonts/373F05_7_0.eot?#iefix') format('embedded-opentype'),
      url('../../../assets/fonts/webfonts/373F05_7_0.woff2') format('woff2'),
      url('../../../assets/fonts/webfonts/373F05_7_0.woff') format('woff'),
      url('../../../assets/fonts/webfonts/373F05_7_0.ttf') format('truetype');
}
*/
@font-face {
  font-family: "Neue Haas Grotesk Display Std";
  src: url("../../../assets/fonts/webfonts/373F05_8_0.eot");
  src: url("../../../assets/fonts/webfonts/373F05_8_0.eot?#iefix") format("embedded-opentype"), url("../../../assets/fonts/webfonts/373F05_8_0.woff2") format("woff2"), url("../../../assets/fonts/webfonts/373F05_8_0.woff") format("woff"), url("../../../assets/fonts/webfonts/373F05_8_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Std";
  src: url("../../../assets/fonts/webfonts/373F05_9_0.eot");
  src: url("../../../assets/fonts/webfonts/373F05_9_0.eot?#iefix") format("embedded-opentype"), url("../../../assets/fonts/webfonts/373F05_9_0.woff2") format("woff2"), url("../../../assets/fonts/webfonts/373F05_9_0.woff") format("woff"), url("../../../assets/fonts/webfonts/373F05_9_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Std";
  src: url("../../../assets/fonts/webfonts/373F05_A_0.eot");
  src: url("../../../assets/fonts/webfonts/373F05_A_0.eot?#iefix") format("embedded-opentype"), url("../../../assets/fonts/webfonts/373F05_A_0.woff2") format("woff2"), url("../../../assets/fonts/webfonts/373F05_A_0.woff") format("woff"), url("../../../assets/fonts/webfonts/373F05_A_0.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Std";
  src: url("../../../assets/fonts/webfonts/373F05_B_0.eot");
  src: url("../../../assets/fonts/webfonts/373F05_B_0.eot?#iefix") format("embedded-opentype"), url("../../../assets/fonts/webfonts/373F05_B_0.woff2") format("woff2"), url("../../../assets/fonts/webfonts/373F05_B_0.woff") format("woff"), url("../../../assets/fonts/webfonts/373F05_B_0.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Std";
  src: url("../../../assets/fonts/webfonts/373F05_C_0.eot");
  src: url("../../../assets/fonts/webfonts/373F05_C_0.eot?#iefix") format("embedded-opentype"), url("../../../assets/fonts/webfonts/373F05_C_0.woff2") format("woff2"), url("../../../assets/fonts/webfonts/373F05_C_0.woff") format("woff"), url("../../../assets/fonts/webfonts/373F05_C_0.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Std";
  src: url("../../../assets/fonts/webfonts/373F05_D_0.eot");
  src: url("../../../assets/fonts/webfonts/373F05_D_0.eot?#iefix") format("embedded-opentype"), url("../../../assets/fonts/webfonts/373F05_D_0.woff2") format("woff2"), url("../../../assets/fonts/webfonts/373F05_D_0.woff") format("woff"), url("../../../assets/fonts/webfonts/373F05_D_0.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/*
@font-face {
  font-family: "Neue Haas Grotesk Display Std";
  src: url('../../../assets/fonts/webfonts/373F05_E_0.eot');
  src: url('../../../assets/fonts/webfonts/373F05_E_0.eot?#iefix') format('embedded-opentype'),
    url('../../../assets/fonts/webfonts/373F05_E_0.woff2') format('woff2'),
    url('../../../assets/fonts/webfonts/373F05_E_0.woff') format('woff'),
    url('../../../assets/fonts/webfonts/373F05_E_0.ttf') format('truetype');
}


@font-face {
  font-family: "Neue Haas Grotesk Display Std";
  src: url('../../../assets/fonts/webfonts/373F05_F_0.eot');
  src: url('../../../assets/fonts/webfonts/373F05_F_0.eot?#iefix') format('embedded-opentype'),
    url('../../../assets/fonts/webfonts/373F05_F_0.woff2') format('woff2'),
    url('../../../assets/fonts/webfonts/373F05_F_0.woff') format('woff'),
    url('../../../assets/fonts/webfonts/373F05_F_0.ttf') format('truetype');
}
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ==========================================================================
   HTML, Body & Wrapper
   ========================================================================== */
html {
  font-size: 62.5% !important;
  width: 100vw;
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 75px;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  max-width: 100vw;
  overflow-x: hidden;
  font-family: "Neue Haas Grotesk Display Std", "Open Sans", sans-serif;
  margin: 0;
}

body.admin-bar header#site-header {
  top: 30px;
}

.container {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
}
@media only screen and (max-width: 1280px) {
  .container {
    padding: 0 32px;
  }
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.buttons .button {
  margin: 15px 24px 15px 0;
}
.buttons .button + .button {
  margin-right: 0px;
  margin-top: 5px;
}
.buttons.left {
  text-align: left;
}
.buttons.right {
  text-align: right;
}
.buttons.right .button {
  margin-right: 0;
  margin-left: 24px;
}
.buttons.right .button + .button {
  margin-left: 0;
}
.buttons.center {
  text-align: center;
}

.button,
.button.blue {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1rem;
  transition: all 150ms cubic-bezier(0.25, 0.1, 0.23, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.23, 1);
  display: inline-block;
  padding: 8px 30px 7px;
  background: #041A72;
  border: 3px solid #041A72;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  opacity: 1;
  position: relative;
  z-index: 2;
  /*
    &:active {
      transform: translate3d(0,1px,0);
      background: darken($primary,15%);
      border-color: darken($primary,15%);
    }
  */
}
.button span,
.button.blue span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.button:before,
.button.blue:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFF;
  transform: scale3d(0, 1, 1);
  transform-origin: left;
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.23, 1);
  z-index: -1;
}
.button:hover, .button:focus,
.button.blue:hover,
.button.blue:focus {
  border-color: #041A72;
  color: #041A72;
  opacity: 1;
}
.button:hover:before, .button:focus:before,
.button.blue:hover:before,
.button.blue:focus:before {
  transform: scale3d(1, 1, 1);
}

.button.plain {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1rem;
  transition: all 150ms cubic-bezier(0.25, 0.1, 0.23, 1);
  transition-duration: 300ms;
  display: inline-block;
  color: #041A72;
  font-weight: 600;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  padding: 5px 0;
}
.button.plain:before {
  content: none;
}
.button.plain:hover, .button.plain:focus {
  color: #041A72;
}

.button.clear, input.hs-button {
  background: #fff;
  color: #041A72;
}
.button.clear:before, input.hs-button:before {
  background-color: #041A72;
}
.button.clear:hover, .button.clear:focus, input.hs-button:hover, input.hs-button:focus {
  opacity: 1;
  border-color: #041A72;
  color: #FFF;
}

.button.to-left.blue:before {
  transform-origin: right;
}
.button.to-left.blue:hover, .button.to-left.blue:focus {
  opacity: 1;
  border-color: #041A72;
  color: #041A72;
}

.button.white {
  background: #fff;
  transform-origin: left;
  color: #041A72;
  border-color: #FFF;
}
.button.white:before {
  background-color: #041A72;
}
.button.white:hover, .button.white:focus {
  opacity: 1;
  border-color: #FFF;
  color: #FFF;
}

h2 {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 48px;
  line-height: 4.8rem;
  letter-spacing: -0.19px;
  font-weight: 700;
}

a {
  transition: all 330ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.type-cta {
  background: #111F2E;
}
.type-cta .container {
  text-align: center;
  color: #fff;
  padding-top: 85px;
  padding-bottom: 85px;
}
.type-cta .container h2 {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 42px;
  line-height: 4.2rem;
  padding-bottom: 45px;
}
.type-cta .container p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: -0.19px;
  font-weight: 700;
  padding-bottom: 15px;
}
.type-cta .container .button {
  margin-top: 15px;
}

/* ==========================================================================
	 Site Header
	 ========================================================================== */
#site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: white;
  transition: all 1s cubic-bezier(0.25, 0.1, 0.23, 1);
  display: flex;
}
#site-header .container {
  text-align: right;
  background: #fff;
  z-index: -1;
  display: flex;
  align-items: center;
}
#site-header .site-logo {
  font-size: 22px;
  font-size: 2.2rem;
  left: 20px;
  padding: 10px 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  display: block;
  z-index: 10001;
  width: 89px;
}
@media only screen and (min-width: 1001px) {
  #site-header .site-logo {
    position: relative;
    transform: translateY(0);
    top: unset;
    left: unset;
    display: flex;
    align-items: center;
    flex: 0 0 134px;
  }
}
#site-header .site-logo svg {
  width: 100%;
  max-width: 131px;
}
#site-header .site-logo svg .st0 {
  transition: all 330ms ease-in-out;
}
#site-header .site-logo:hover svg .st0, #site-header .site-logo:focus svg .st0 {
  fill: #041A72;
}
@media only screen and (max-width: 1000px) {
  #site-header .site-logo svg {
    max-width: 120px;
  }
}
@media only screen and (max-width: 950px) {
  #site-header .site-logo svg {
    max-width: 79px;
  }
}
#site-header .mobile-menu-toggle {
  display: none;
}
#site-header .mobile-menu-toggle .text {
  text-transform: uppercase;
}
#site-header .site-nav {
  position: relative;
  z-index: 10000;
  height: 95px;
}
@media only screen and (min-width: 951px) {
  #site-header .site-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 0 0 calc(100% - 131px);
  }
}
#site-header .site-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 75px;
}
#site-header .site-nav ul.primary-menu {
  padding-left: 42px;
}
@media only screen and (max-width: 1030px) {
  #site-header .site-nav ul.primary-menu {
    padding-left: 10px;
  }
}
#site-header .site-nav ul > li {
  color: #111F2E;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  line-height: 75px;
}
#site-header .site-nav ul > li a:not(.button) {
  color: #000;
}
#site-header .site-nav ul > li a:not(.button):hover, #site-header .site-nav ul > li a:not(.button):focus {
  color: #041A72;
  opacity: 1;
}
#site-header .site-nav ul > li a {
  font-size: 16px;
  line-height: 17px;
  font-weight: 600;
  display: inline-block;
  margin: 0 12px;
  padding: 10px 5px;
  text-decoration: none;
}
@media only screen and (max-width: 1000px) {
  #site-header .site-nav ul > li a {
    font-size: 16px;
    margin: 0 5px;
  }
}
#site-header .site-nav ul > li a.button {
  margin-left: 14px;
  margin-right: 0;
  padding: 7px 22px;
}

/* ==========================================================================
   Mobile Navigation
   ========================================================================== */
/*
#mobile-menu-open,
#mobile-menu-close {
  display: none;
}
*/
@media only screen and (max-width: 950px) {
  #site-header .container {
    justify-content: space-between;
  }
  #site-header .site-nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: fixed;
    top: 72px;
    right: 0;
    transform: translateX(100%);
    width: 100vw;
    transition: all 330ms ease-in-out;
    background-color: #FFF;
    height: calc(100vh - 72px);
    border-top: 4px solid #000;
  }
  #site-header .site-nav ul.menu {
    display: block;
    padding: 30px 10px;
    height: auto;
    width: 550px;
    max-width: 100%;
    margin: 0 auto;
  }
  #site-header .site-nav ul.menu li {
    display: block !important;
    text-align: center;
    margin: 0 8px;
    line-height: 1;
    padding: 10px;
  }
  #site-header .site-nav ul.menu li a {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    padding: 5px 0;
    min-width: 250px;
    line-height: 1;
    max-width: 100%;
  }
  #site-header .site-nav ul.menu.primary-menu {
    padding-bottom: 34px;
  }
  #site-header .site-nav ul.menu.secondary-menu {
    padding-top: 0;
  }
  #site-header .site-nav ul.menu.secondary-menu .button {
    width: 100%;
    margin-left: 0;
  }
  #site-header .site-nav.active {
    transform: translateX(0);
  }
  #site-header .mobile-menu-toggle {
    display: flex;
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
.mobile-menu-toggle {
  display: flex;
  position: relative;
  color: #000;
  cursor: pointer;
  align-items: center;
}
.mobile-menu-toggle .text {
  padding-right: 9px;
  font-weight: 700;
  font-size: 10px;
  line-height: 21px;
  display: inline-block;
}
.mobile-menu-toggle .hamburger {
  width: 20px;
  height: 20px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.23, 1);
  display: inline-block;
  cursor: pointer;
}
.mobile-menu-toggle .hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s cubic-bezier(0.25, 0.1, 0.23, 1);
  left: 0;
}
.mobile-menu-toggle .hamburger span.bar-top {
  top: 0;
}
.mobile-menu-toggle .hamburger span.bar-mid {
  top: 9px;
}
.mobile-menu-toggle .hamburger span.bar-bottom {
  top: 18px;
}
.mobile-menu-toggle.open .hamburger span.bar-top {
  top: 9px;
  width: 0%;
  left: 50%;
}
.mobile-menu-toggle.open .hamburger span.bar-mid, .mobile-menu-toggle.open .hamburger span.bar-bottom {
  top: 10px;
}
.mobile-menu-toggle.open .hamburger span.bar-mid {
  transform: rotate(45deg);
}
.mobile-menu-toggle.open .hamburger span.bar-bottom {
  transform: rotate(-45deg);
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  opacity: 1;
}
.mobile-menu-toggle:hover .text, .mobile-menu-toggle:focus .text {
  color: #041A72;
}
.mobile-menu-toggle:hover .hamburger span, .mobile-menu-toggle:focus .hamburger span {
  background-color: #041A72;
}

/* ==========================================================================
   Home Page Header - 2020
	 ========================================================================== */
header#page-header {
  color: #111F2E;
  margin-bottom: 122px;
  position: relative;
}
header#page-header .container {
  padding-top: calc(95px + 50px);
  padding-bottom: 97px;
  width: 100%;
}
header#page-header .text {
  padding-top: 145px;
  padding-bottom: 90px;
  padding-left: 45%;
}
header#page-header .text h1 {
  font-size: 70px;
  font-size: 7rem;
  line-height: 75px;
  line-height: 7.5rem;
  font-weight: 700;
  max-width: 543px;
  padding-top: 0;
  padding-bottom: 16px;
}
header#page-header .text p {
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  padding-bottom: 40px;
}
header#page-header .cover {
  opacity: 0;
  opacity: 1;
  background: url(../../../assets/img/PM-PP-Hero-Bkgd@2x.jpg) center/cover no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
header#page-header .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header#page-header .media-wrap {
  position: absolute;
  top: auto;
  left: 0px;
  transform: translateX(100px);
  width: 45%;
  max-width: 393px;
  bottom: -77px;
  opacity: 1;
}
header#page-header .media-wrap img {
  max-height: 100%;
  width: auto;
}
header#page-header .media-wrap > * {
  max-width: 100%;
  width: 100%;
}
header#page-header .app-buttons {
  display: flex;
  flex-wrap: wrap;
}
header#page-header .app-buttons .apple-store {
  width: 203px;
  max-width: 44%;
}
header#page-header .app-buttons .google-play {
  width: 229px;
  margin-left: 22px;
  max-width: 52%;
}
header#page-header .mobile-button {
  display: none;
  width: 100%;
}
@media only screen and (max-width: 1050px) {
  header#page-header .media-wrap {
    transform: translateX(18px);
  }
  header#page-header .app-buttons .google-play {
    margin-left: 3%;
  }
}
@media only screen and (max-width: 800px) {
  header#page-header {
    margin-bottom: 50px;
  }
  header#page-header .container {
    padding-bottom: 80px;
    padding-top: calc(95px + 50px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  header#page-header .text {
    width: calc(100% - 213px);
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 20px;
  }
  header#page-header .media-wrap {
    top: auto;
    width: 213px;
    left: auto;
    bottom: auto;
    position: relative;
    transform: translateX(0);
  }
}
@media only screen and (max-width: 725px) {
  header#page-header .text {
    background-color: transparent !important;
  }
  header#page-header .buttons {
    flex-wrap: wrap;
  }
  header#page-header .buttons .button-wrap,
header#page-header .buttons .form-wrap {
    width: 100%;
    max-width: 255px;
  }
}
@media only screen and (max-width: 600px) {
  header#page-header {
    margin-bottom: 100px;
  }
  header#page-header .container {
    padding-bottom: 0;
  }
  header#page-header .text {
    text-align: center;
    width: 100%;
    order: 1;
    padding-left: 0;
    max-width: 355px;
  }
  header#page-header .text h1 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 48px;
    line-height: 4.8rem;
  }
  header#page-header .app-buttons {
    padding-bottom: 44px;
    max-width: 334px;
    margin: 0 auto;
  }
  header#page-header .app-buttons .apple-store {
    width: 149px;
  }
  header#page-header .app-buttons .google-play {
    width: 168px;
  }
  header#page-header .app-buttons .mobile-button {
    display: block;
    width: 100%;
    margin-top: 22px;
  }
  header#page-header .media-wrap {
    order: 2;
    margin-bottom: -52px;
  }
}

#site-footer {
  background-color: #041A72;
}
#site-footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 31px;
  padding-bottom: 37px;
}
#site-footer .col-left {
  display: flex;
}
#site-footer .col-left .logo.left {
  margin-right: 55px;
  position: relative;
}
#site-footer .col-left .logo.left:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 78px;
  max-height: 100%;
  right: -55px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FFF;
}
#site-footer .col-left .logo.right {
  margin-left: 55px;
}
#site-footer .col-left .logo.right img {
  width: 130px;
}
#site-footer .col-right {
  text-align: right;
}
#site-footer .colophon {
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  margin-top: 20px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  #site-footer .container {
    align-items: flex-start;
    justify-content: center;
  }
  #site-footer .col-left {
    padding-bottom: 48px;
  }
  #site-footer .col-left .logo-left {
    margin-right: 34px;
  }
  #site-footer .col-left .logo-left:after {
    right: -34px;
  }
  #site-footer .col-left .logo-right {
    margin-left: 34px;
  }
  #site-footer .col-right {
    text-align: center;
    width: 100%;
  }
  #site-footer .col-right .colophon {
    text-align: center;
  }
}

/* ==========================================================================
   Parking Steps
	 ========================================================================== */
.type-parking-steps .container {
  display: flex;
  align-items: center;
  max-width: 1100px;
}
.type-parking-steps header {
  width: 340px;
  padding-right: 50px;
  padding-bottom: 0;
  position: relative;
}
.type-parking-steps header p {
  font-size: 14px;
  line-height: 21px;
}
.type-parking-steps header .buttons .button {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1rem;
  letter-spacing: -0.11px;
  padding: 7px 0;
  width: 114px;
  margin-right: 15px;
  text-align: center;
}
.type-parking-steps .parking-section-container {
  width: calc( 100% - 340px);
}
@media only screen and (max-width: 1100px) {
  .type-parking-steps .container {
    flex-wrap: wrap;
    padding-bottom: 65px;
  }
  .type-parking-steps header {
    text-align: center !important;
    padding-right: 0;
    max-width: 650px;
    margin: 0 auto;
    padding-bottom: 45px;
  }
  .type-parking-steps .buttons {
    text-align: center;
  }
  .type-parking-steps .buttons .button:last-of-type {
    margin-right: 0;
  }
  .type-parking-steps header,
.type-parking-steps .parking-section-container {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .type-parking-steps header.left {
    text-align: left !important;
    padding-right: 20px;
  }
  .type-parking-steps .buttons {
    text-align: left;
  }
  .type-parking-steps header {
    width: calc(100% - 300px);
  }
  .type-parking-steps .parking-section-container {
    width: 300px;
  }
  .type-parking-steps .step-mobile-image {
    display: block;
  }
  .type-parking-steps .step-collapse-image {
    display: none;
  }
}
@media only screen and (max-width: 615px) {
  .type-parking-steps .container {
    padding-bottom: 27px;
  }
  .type-parking-steps header.left {
    text-align: center !important;
    padding-right: 0;
    max-width: 550px;
    padding-bottom: 0;
    margin-bottom: 20px;
    z-index: 3;
  }
  .type-parking-steps header.left p {
    padding-bottom: 7px;
  }
  .type-parking-steps .buttons {
    text-align: center;
  }
  .type-parking-steps header,
.type-parking-steps .parking-section-container {
    width: 100%;
  }
}

.parking-section-container {
  position: relative;
}

.parking-section {
  transition: all 330ms ease-in-out;
}
.parking-section.active {
  position: relative;
  transform: translateX(0);
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.parking-section.transition {
  transform: translateX(100px);
  position: relative;
}
.parking-section-buttons {
  height: 28px;
}

.parking-steps {
  display: flex;
  margin: 0 -7.5px;
  min-height: 520px;
}
.parking-steps .step {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  background-color: #E6E9EB;
  margin: 32px 7.5px;
  box-shadow: 0px 0px 0px 0px #000;
  width: 132px;
  padding: 44px 11px 40px;
  overflow: hidden;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
  transition: all 330ms cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 1;
}
.parking-steps .step-header {
  width: 100%;
  text-align: center;
  height: 180px;
}
.parking-steps .step-number {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  background-color: #000;
  color: #FFF;
  font-size: 37px;
  line-height: 65px;
  margin: 0 auto 17px;
  font-weight: 700;
  display: inline-block;
  transition: all 330ms ease-in-out;
}
.parking-steps .step-number__text {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.parking-steps .step-heading {
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #000;
  margin-bottom: 8px;
}
.parking-steps .step-description {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  opacity: 0;
  letter-spacing: 0.2px;
  padding: 0 33px;
}
.parking-steps .step-images {
  position: relative;
  width: 100%;
  flex-grow: 1;
}
.parking-steps .step-marker-image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  z-index: 2;
  width: 110px;
}
.parking-steps .step-collapse-image {
  transition: all 100ms linear;
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(25px);
  padding-top: 30%;
  max-width: 229px;
}
.parking-steps .step-mobile-image {
  display: none;
}
.parking-steps .step.active {
  width: 279px;
  background-color: #fff;
  box-shadow: 0px 0px 0px 3px #000;
  margin: 0 7.5px;
}
.parking-steps .step.active .step-number {
  background-color: #041A72;
  color: #FFF;
}
.parking-steps .step.active .step-header {
  height: 135px;
}
.parking-steps .step.active .step-description {
  opacity: 1;
  transition: all 350ms cubic-bezier(0.45, 0, 0.55, 1);
  transition-delay: 250ms;
}
.parking-steps .step.active .step-marker-image {
  transition: all 150ms cubic-bezier(0.45, 0, 0.55, 1);
  transform: translateY(-105%) translateX(-50%);
  opacity: 0;
}
.parking-steps .step.active .step-collapse-image {
  transition: all 250ms cubic-bezier(0.45, 0, 0.55, 1);
  transition-delay: 250ms;
  transform: translateY(0) translateX(-50%);
  opacity: 1;
}
@media only screen and (max-width: 1100px) {
  .parking-steps {
    justify-content: center;
  }
  .parking-steps .step {
    width: 22%;
  }
  .parking-steps .step-collapse-image {
    max-width: 100%;
  }
  .parking-steps .step.active {
    width: 34%;
  }
}
@media only screen and (max-width: 768px) {
  .parking-steps {
    min-height: 0;
    display: block;
  }
  .parking-steps .slick-slide .active.step,
.parking-steps .slick-slide .step {
    background-color: #fff;
    box-shadow: none;
    display: flex !important;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 25px;
    padding-bottom: 0;
  }
  .parking-steps .slick-slide .active.step .step-number,
.parking-steps .slick-slide .step .step-number {
    background: transparent;
    border-radius: 0;
    position: relative;
    color: #041A72;
    font-size: 14px;
    line-height: 21px;
    height: auto;
    width: auto;
    margin-bottom: 5px;
  }
  .parking-steps .slick-slide .active.step .step-number__text,
.parking-steps .slick-slide .step .step-number__text {
    visibility: visible;
    opacity: 1;
    display: inline;
  }
  .parking-steps .slick-slide .active.step .step-number:after,
.parking-steps .slick-slide .step .step-number:after {
    content: ":";
  }
  .parking-steps .slick-slide .active.step .step-header,
.parking-steps .slick-slide .step .step-header {
    height: auto;
    order: 2;
    padding-top: 37px;
  }
  .parking-steps .slick-slide .active.step .step-heading,
.parking-steps .slick-slide .step .step-heading {
    padding-top: 9px;
    font-size: 24px;
    line-height: 28px;
  }
  .parking-steps .slick-slide .active.step .step-description,
.parking-steps .slick-slide .step .step-description {
    opacity: 1;
    line-height: 21px;
    font-size: 14px;
  }
  .parking-steps .slick-slide .active.step .step-images,
.parking-steps .slick-slide .step .step-images {
    order: 1;
  }
  .parking-steps .slick-slide .active.step .step-marker-image,
.parking-steps .slick-slide .active.step .step-collapse-image,
.parking-steps .slick-slide .step .step-marker-image,
.parking-steps .slick-slide .step .step-collapse-image {
    display: none;
  }
  .parking-steps .slick-slide .active.step .step-mobile-image,
.parking-steps .slick-slide .step .step-mobile-image {
    display: block;
    margin: 0 auto;
  }
  .parking-steps .slick-current .step-marker-image {
    transform: translateY(-105%) translateX(-50%);
  }
  .parking-steps .slick-current .step-collapse-image {
    transform: translateY(0);
    opacity: 1;
  }
  .parking-steps .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    list-style: none;
    height: 15px;
    margin-top: 15px;
  }
  .parking-steps .slick-dots button {
    font-size: 0;
    line-height: 0;
    border: 0;
    color: transparent;
    border-radius: 50%;
    background: #D8D8D8;
    transition: all 330ms ease-in-out;
    height: 8px;
    width: 8px;
    margin: 0 9px;
    transform-origin: center center;
    transform: scale(1);
    padding: 0;
  }
  .parking-steps .slick-dots button:hover, .parking-steps .slick-dots button:focus {
    background-color: #FCB61A;
  }
  .parking-steps .slick-dots .slick-active button {
    background: #041A72;
    transform: scale(1.38);
  }
}
@media only screen and (max-width: 615px) {
  .parking-steps {
    max-width: 315px;
    margin: 0 auto;
  }
  .parking-steps .slick-slide .step {
    padding-top: 0;
  }
}

.type-parkmobile .container {
  display: flex;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 63px;
  justify-content: space-between;
}
.type-parkmobile .pm-logo {
  flex-shrink: 0;
}
.type-parkmobile .text {
  padding-left: 86px;
  padding-right: 100px;
}
.type-parkmobile .text h2 {
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: -0.11px;
  color: #000;
  padding-bottom: 10px;
}
.type-parkmobile .text p {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.2px;
}
.type-parkmobile .button {
  flex-shrink: 0;
}
@media only screen and (max-width: 775px) {
  .type-parkmobile .text {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (max-width: 650px) {
  .type-parkmobile .container {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
  .type-parkmobile .text {
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
    padding-bottom: 33px;
    text-align: center;
    max-width: 350px;
  }
}

/* ==========================================================================
   Flex: Testimonials
   ========================================================================== */
section.content.type-testimonials {
  background-color: #F4F6F7;
  padding-top: 100px;
  padding-bottom: 100px;
}
section.content.type-testimonials .container {
  padding: 0;
  max-width: 100%;
}
section.content.type-testimonials .testimonial-container {
  position: relative;
  text-align: center;
}
section.content.type-testimonials .testimonial-container > h2 {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 50px;
  line-height: 5rem;
  z-index: 1;
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.23, 1);
  transition-delay: 500ms;
  padding: 0 0 55px;
}
section.content.type-testimonials .slick-slide {
  margin: 0 25px;
}
section.content.type-testimonials .slide {
  width: 100%;
  text-align: center;
  padding-top: 55px;
  padding-bottom: 50px;
  height: auto;
  overflow: hidden;
  color: #000;
  background-color: #fff;
}
section.content.type-testimonials .slide blockquote {
  position: relative;
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.23, 1);
  padding-top: 0;
  padding: 0 27px;
}
section.content.type-testimonials .slide blockquote .wysiwyg {
  max-width: 465px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
section.content.type-testimonials .slide blockquote .wysiwyg p {
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 32px;
  line-height: 3.2rem;
  padding: 17px 0 15px;
  font-weight: 700;
}
section.content.type-testimonials .slide cite {
  display: block;
  text-align: center;
  padding-top: 17px;
  font-style: normal;
}
section.content.type-testimonials .slide cite .source {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: 600;
}
section.content.type-testimonials .blue.button.testimonial-prev-arrow,
section.content.type-testimonials .blue.button.testimonial-next-arrow {
  position: absolute;
  bottom: 0;
  padding: 0px 10px;
  letter-spacing: 0;
  width: 50px;
  height: 50px;
}
section.content.type-testimonials .blue.button.testimonial-prev-arrow svg,
section.content.type-testimonials .blue.button.testimonial-next-arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
section.content.type-testimonials .blue.button.testimonial-prev-arrow svg .white,
section.content.type-testimonials .blue.button.testimonial-next-arrow svg .white {
  transition: all 330ms ease-in-out;
}
section.content.type-testimonials .blue.button.testimonial-prev-arrow:hover svg .white, section.content.type-testimonials .blue.button.testimonial-prev-arrow:focus svg .white,
section.content.type-testimonials .blue.button.testimonial-next-arrow:hover svg .white,
section.content.type-testimonials .blue.button.testimonial-next-arrow:focus svg .white {
  fill: #041A72;
}
section.content.type-testimonials .testimonial-prev-arrow {
  left: calc(15% + 25px);
  margin-bottom: 3px;
}
section.content.type-testimonials .testimonial-next-arrow {
  right: calc(15% + 25px);
  margin-bottom: 3px;
}
section.content.type-testimonials .testimonial-slick-dots .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  list-style: none;
  height: 15px;
  margin-top: 72px;
}
section.content.type-testimonials .testimonial-slick-dots .slick-dots button {
  font-size: 0;
  line-height: 0;
  border: 0;
  color: transparent;
  border-radius: 50%;
  background: #D8D8D8;
  transition: all 330ms ease-in-out;
  height: 8px;
  width: 8px;
  margin: 0 9px;
  transform-origin: center center;
  transform: scale(1);
  padding: 0;
}
section.content.type-testimonials .testimonial-slick-dots .slick-dots button:hover, section.content.type-testimonials .testimonial-slick-dots .slick-dots button:focus {
  background-color: #FCB61A;
}
section.content.type-testimonials .testimonial-slick-dots .slick-dots .slick-active button {
  background: #041A72;
  transform: scale(1.38);
}
@media only screen and (max-width: 700px) {
  section.content.type-testimonials .testimonial-container > h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 42px;
    line-height: 4.2rem;
    padding: 0 32px 55px;
    text-align: center;
  }
  section.content.type-testimonials .testimonial-prev-arrow {
    left: 30px;
  }
  section.content.type-testimonials .testimonial-next-arrow {
    right: 30px;
  }
  section.content.type-testimonials .slick-slide {
    margin: 0 30px;
  }
  section.content.type-testimonials .slide {
    padding-top: 58px;
  }
  section.content.type-testimonials .slide blockquote .wysiwyg {
    padding-left: 0;
  }
  section.content.type-testimonials .slide blockquote .wysiwyg:before {
    display: none;
  }
  section.content.type-testimonials .slide blockquote {
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 34px;
  }
  section.content.type-testimonials .slide blockquote cite {
    padding-left: 0;
  }
  section.content.type-testimonials .slide blockquote > h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 48px;
    line-height: 4.8rem;
    padding-bottom: 13px;
  }
}
@media only screen and (max-width: 550px) {
  section.content.type-testimonials {
    padding-bottom: 56px;
    padding-top: 56px;
  }
  section.content.type-testimonials .testimonial-slick-dots .slick-dots {
    margin-top: 40px;
  }
}

/* ==========================================================================
   Flex: Text/Image
   ========================================================================== */
section.type-text-image.content {
  padding: 0;
  /*First and last columns are the container paddings. Middle 4 are the content columns. The math works so they are split down the middle 50/50 and then a 10% overlap so we can also have 60/40 and 40/60. The percentages can be changed to fit a design that is a different ratio without having to change any other code.*/
}
section.type-text-image.content .container {
  max-width: 100%;
  padding: 0;
}
section.type-text-image.content .cols {
  display: grid;
  grid-template-columns: minmax(20px, 1fr) minmax(0, calc(1280px * 0.4)) minmax(0, calc(1280px * 0.1)) minmax(0, calc(1280px * 0.1)) minmax(0, calc(1280px * 0.4)) minmax(20px, 1fr);
  grid-template-rows: minmax(35px, auto) minmax(0, 1fr) minmax(75px, auto);
  align-items: center;
  /*Change grid to 1 middle column and 2 rows of content*/
}
@media only screen and (max-width: 950px) {
  section.type-text-image.content .cols {
    padding-top: 50px;
    grid-template-columns: minmax(32px, 1fr) minmax(0, 1280px) minmax(32px, 1fr);
    grid-template-rows: minmax(35px, auto) minmax(0, auto) minmax(0, auto) minmax(66px, auto);
  }
}
section.type-text-image.content .cols .col {
  padding-top: 0;
  padding-bottom: 0;
  align-self: center;
  width: 100%;
  position: relative;
}
section.type-text-image.content .cols .col .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
section.type-text-image.content .cols .col .content {
  position: relative;
  padding: 20px;
  z-index: 2;
}
section.type-text-image.content .cols .col.type-image-floating .content {
  padding: 0 15px;
}
section.type-text-image.content .cols .col.left .content {
  padding-right: 35px;
}
section.type-text-image.content .cols .col.right .content {
  padding-left: 35px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 801px) {
  section.type-text-image.content .cols .col.type-image-floating.left .content {
    max-width: 100%;
    width: 100%;
    position: relative;
    padding-right: 0;
  }
}
@media only screen and (max-width: 950px) {
  section.type-text-image.content .cols .col .content h2 {
    font-size: 3.6rem;
    line-height: 3.6rem;
  }
}
section.type-text-image.content .cols .col .image img {
  max-width: 100%;
}
section.type-text-image.content .cols .col ul.circle-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -50px;
  padding-top: 40px;
  padding-left: 0;
}
section.type-text-image.content .cols .col ul.circle-icons li {
  width: calc(50% - 18px);
  margin-bottom: 50px;
  display: flex;
  padding-bottom: 0;
}
section.type-text-image.content .cols .col ul.circle-icons li span.icon {
  display: inline-block;
  flex-shrink: 0;
}
section.type-text-image.content .cols .col ul.circle-icons li span.icon .circle-primary {
  fill: #041A72;
}
section.type-text-image.content .cols .col ul.circle-icons li span.icon .icon-fill {
  fill: #FFF;
}
section.type-text-image.content .cols .col ul.circle-icons li .text-icon {
  margin-left: 15px;
}
section.type-text-image.content .cols .col ul.circle-icons li .text-icon-headline {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 21px;
  line-height: 2.1rem;
  letter-spacing: -0.12px;
  font-weight: 600;
  padding-bottom: 7px;
  display: block;
}
section.type-text-image.content .cols .col ul.circle-icons li .text-icon-subtext {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.2px;
}
@media only screen and (max-width: 950px) {
  section.type-text-image.content .cols .col ul.circle-icons li .text-icon {
    padding-top: 9px;
  }
}
@media only screen and (max-width: 520px) {
  section.type-text-image.content .cols .col ul.circle-icons li {
    width: 100%;
  }
}
section.type-text-image.content .cols .col .text h2 {
  padding-bottom: 11px;
}
section.type-text-image.content .cols .col .text p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1rem;
  font-weight: 500;
}
section.type-text-image.content .cols .buttons {
  text-align: left;
  padding-top: 5px;
}
section.type-text-image.content .cols .buttons.right {
  display: flex;
}
section.type-text-image.content .cols .buttons.right a {
  margin-left: auto;
}
section.type-text-image.content .cols .buttons.center {
  display: flex;
}
section.type-text-image.content .cols .buttons.center a {
  margin-left: auto;
  margin-right: auto;
}
section.type-text-image.content .cols.cols.ratio-fifty-fifty .col.left {
  -ms-grid-column-span: 2;
  -ms-grid-row-span: 1;
  grid-column-start: 2;
  grid-column: 2/4;
  grid-row-start: 2;
  grid-row-end: 3;
}
section.type-text-image.content .cols.cols.ratio-fifty-fifty .col.right {
  -ms-grid-column-span: 2;
  -ms-grid-row-span: 1;
  grid-column-start: 4;
  grid-column: 4/6;
  grid-row-start: 2;
  grid-row-end: 3;
  align-self: center;
}
@media only screen and (max-width: 950px) {
  section.type-text-image.content .cols.cols.ratio-fifty-fifty {
    /* Set both columns to the middle column, full bleed gets extended the full width of the page*/
    /* Set rows for the content. Image on top */
  }
  section.type-text-image.content .cols.cols.ratio-fifty-fifty .col.left,
section.type-text-image.content .cols.cols.ratio-fifty-fifty .col.right {
    -ms-grid-column-span: 1;
    grid-column-start: 2;
    grid-column-end: 3;
    padding-bottom: 0;
  }
  section.type-text-image.content .cols.cols.ratio-fifty-fifty .col.left .content,
section.type-text-image.content .cols.cols.ratio-fifty-fifty .col.right .content {
    padding-bottom: 0;
  }
  section.type-text-image.content .cols.cols.ratio-fifty-fifty .col.type-image {
    -ms-grid-row-span: 1;
    grid-row-start: 1;
    grid-row-end: 3 !important;
  }
  section.type-text-image.content .cols.cols.ratio-fifty-fifty .col.type-image .content {
    padding-left: 0;
    padding-right: 0;
  }
  section.type-text-image.content .cols.cols.ratio-fifty-fifty .col.type-text {
    -ms-grid-row-span: 1;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  section.type-text-image.content .cols.cols.ratio-fifty-fifty .col.type-text .content {
    padding-left: 0;
    padding-right: 0;
  }
}

/*# sourceMappingURL=style.css.map */
