@font-face {
  font-family: 'Neue';
  src: url("/assets/font/HelveticaNeue.eot");
  src: url("/assets/font/HelveticaNeue.eot?#iefix") format("embedded-opentype"), url("/assets/font/HelveticaNeue.ttf") format("truetype"), url("/assets/font/HelveticaNeue.svg") format("svg"), url("/assets/font/HelveticaNeue.woff") format("woff");
  font-weight: normal !important;
  font-style: normal;
}

@font-face {
  font-family: 'NeueLight';
  src: url("/assets/font/HelveticaNeue-Light.eot");
  src: url("/assets/font/HelveticaNeue-Light.eot?#iefix") format("embedded-opentype"), url("/assets/font/HelveticaNeue-Light.ttf") format("truetype"), url("/assets/font/HelveticaNeue-Light.svg") format("svg"), url("/assets/font/HelveticaNeue-Light.woff") format("woff");
  font-weight: normal !important;
  font-style: normal;
}

@font-face {
  font-family: 'NeueBold';
  src: url("/assets/font/HelveticaNeue-Bold.eot");
  src: url("/assets/font/HelveticaNeue-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/font/HelveticaNeue-Bold.ttf") format("truetype"), url("/assets/font/HelveticaNeue-Bold.svg") format("svg"), url("/assets/font/HelveticaNeue-Bold.woff") format("woff");
  font-weight: normal !important;
  font-style: normal;
}

.hide, .skip {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.float-center, .outer {
  float: right;
  position: relative;
  left: -50%;
  text-align: left;
  margin-bottom: 40px;
}

.floated, .inner {
  position: relative;
  left: 50%;
  height: auto;
}

.section {
  float: left;
  width: 100%;
  position: relative;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video.widescreen {
  padding-bottom: 54.7%;
}

.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.flex-video {
  height: 0;
  margin-bottom: 0.88889rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.38889rem;
  position: relative;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity,filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger.is-active:hover, .hamburger:hover {
  opacity: .7;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #fff;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #fff;
}

.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx .hamburger-inner:after, .hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent !important;
}

.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r .hamburger-inner:after, .hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent !important;
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy .hamburger-inner:after, .hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent !important;
}

.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r .hamburger-inner:after, .hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent !important;
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy .hamburger-inner:after, .hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent !important;
}

.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r .hamburger-inner:after, .hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent !important;
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:after, .hamburger--boring .hamburger-inner:before {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s;
}

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s;
}

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg);
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(90deg);
}

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: .275s;
}

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity .125s ease .275s;
}

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg);
}

.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg);
}

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: .275s;
}

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity .125s ease .275s;
}

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg);
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg);
}

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color .125s ease-in .175s;
}

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
}

.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color .125s ease-in .175s;
}

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
}

.hamburger--minus .hamburger-inner:after, .hamburger--minus .hamburger-inner:before {
  transition: bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner:after, .hamburger--minus.is-active .hamburger-inner:before {
  transition: bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s;
  opacity: 0;
}

.hamburger--minus.is-active .hamburger-inner:before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0;
}

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform,opacity;
}

.hamburger--slider .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform,opacity;
}

.hamburger--slider-r .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .22s;
}

.hamburger--spin .hamburger-inner:before {
  transition: top .1s ease-in .25s,opacity .1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease-out,opacity .1s ease-out .12s;
  opacity: 0;
}

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .22s;
}

.hamburger--spin-r .hamburger-inner:before {
  transition: top .1s ease-in .25s,opacity .1s ease-in;
}

.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-225deg);
}

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease-out,opacity .1s ease-out .12s;
  opacity: 0;
}

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(90deg);
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear .13s;
}

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: .22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s;
}

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  opacity: 0;
}

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: rotate(90deg);
}

.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(90deg);
  background-color: transparent !important;
}

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(-90deg);
  background-color: transparent !important;
}

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease .12s,opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease,opacity 75ms ease .12s;
  opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: .2s;
}

.hamburger--vortex .hamburger-inner:after, .hamburger--vortex .hamburger-inner:before {
  transition-delay: .1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex .hamburger-inner:before {
  transition-property: top,opacity;
}

.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom,transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(765deg);
}

.hamburger--vortex.is-active .hamburger-inner:after, .hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg);
}

.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: .2s;
}

.hamburger--vortex-r .hamburger-inner:after, .hamburger--vortex-r .hamburger-inner:before {
  transition-delay: .1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top,opacity;
}

.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom,transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(-765deg);
}

.hamburger--vortex-r.is-active .hamburger-inner:after, .hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

.hamburger--header {
  margin-right: -5px;
  padding-right: 0;
  padding-left: 5px;
  cursor: default;
  vertical-align: middle;
}

.hamburger--header .hamburger-inner, .hamburger--header .hamburger-inner:after, .hamburger--header .hamburger-inner:before, .hamburger--header.is-active .hamburger-inner, .hamburger--header.is-active .hamburger-inner:after, .hamburger--header.is-active .hamburger-inner:before {
  background-color: #222;
}

.hamburger--header.hamburger--elastic .hamburger-inner, .hamburger--header.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--header:hover {
  opacity: 1;
}

.hamburger-wrap {
  text-align: center;
}

.hamburger--accessible {
  display: inline-block;
}

.hamburger--accessible .hamburger-box {
  display: inline-block;
  vertical-align: middle;
}

.hamburger--accessible .hamburger-inner, .hamburger--accessible .hamburger-inner:after, .hamburger--accessible .hamburger-inner:before, .hamburger--accessible.is-active .hamburger-inner, .hamburger--accessible.is-active .hamburger-inner:after, .hamburger--accessible.is-active .hamburger-inner:before {
  background-color: #222;
}

.hamburger-label {
  font-weight: 600;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  text-transform: uppercase;
}

.hamburger-label-hidden {
  display: none;
}

.name {
  font-size: .8em;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 1.25em;
  padding-top: 2em;
  color: #fff;
}

.information-directions {
  font-size: 14px;
  width: 100%;
}

.browsers, .types {
  padding-left: 0;
  list-style: none;
}

.browsers li, .types li {
  margin-bottom: .25em;
}

.browsers {
  padding-left: 1em;
  column-count: 2;
}

.hint {
  display: none;
  margin-bottom: 1em;
}

.hint.is-visible {
  display: block;
}

@media only screen and (min-width: 320px) {
  .browsers {
    column-count: 2;
  }
}

@media only screen and (min-width: 480px) {
  .types {
    column-count: 2;
  }
  .browsers {
    column-count: 3;
  }
}

@media only screen and (min-width: 640px) {
  .information-directions {
    font-size: 15px;
  }
}

#carbonads {
  padding-top: 20px;
  padding-bottom: 40px;
}

#carbonads a {
  text-decoration: none;
}

#carbonads > span {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.carbon-wrap {
  position: relative;
  display: table;
  width: 100%;
}

.carbon-img, .carbon-text {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.carbon-img {
  background-color: #fff;
}

.carbon-img img {
  display: block;
}

.carbon-text {
  font-size: 12px;
  line-height: 1.2;
  padding-left: 15px;
}

.carbon-poweredby {
  font-size: 11px;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 130px;
  text-align: center;
  color: #999;
}

@media only screen and (min-width: 1280px) {
  #carbonads {
    position: absolute;
    top: 45px;
    right: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

body {
  font-family: "Calibri", "Open Sans", sans-serif;
  font-size: 62.5%;
  color: #646363;
  background: #fff;
  min-width: 320px;
}

* {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

a {
  color: #233a74;
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  margin-left: 3rem;
  font-size: 1.8em;
}

ul li, ol li {
  padding-bottom: 5px;
}

h1 {
  font-size: 3.5em;
  padding: 0 0 22px;
  font-weight: 500;
  color: #989898;
  line-height: 1.15em;
}

h1 span {
  color: #233A74;
  font-weight: 500;
}

h2 {
  font-size: 3.2em;
  padding: 0 0 16px;
  color: #233A74;
  line-height: 1.1em;
  font-weight: 500;
}

h3 {
  font-size: 2.6em;
  padding: 0 0 16px;
  color: #646363;
  font-weight: 500;
  line-height: 1.1em;
}

h4 {
  font-size: 2.2em;
  padding: 0 0 16px;
  color: #233A74;
  line-height: 1.33em;
  font-weight: 500;
}

@media (max-width: 768px) {
  h4 {
    font-weight: 500;
    font-size: 2.5em;
  }
}

h5 {
  font-size: 1.7em;
  font-weight: 500;
}

@media (min-width: 768px) {
  h5 {
    font-size: 2em;
  }
}

p {
  padding: 0 0 22px;
  font-size: 1.8em;
  color: #646363;
  line-height: 1.5em;
  font-weight: 300;
}

@media (min-width: 768px) {
  p {
    font-size: 1.7em;
  }
}

.row {
  max-width: 1480px;
}

@media (min-width: 1025px) {
  .row {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.cta {
  background: #eeaf2d;
  color: #233a74;
  padding: 12px 26px;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s;
  cursor: pointer;
  margin: 0 0 4px;
  border-radius: 3px;
  text-transform: uppercase;
}

.clear.cta {
  background: none;
  border: 2px solid #449233;
  color: #449233;
}

.grey.cta {
  background: #646363;
}

.cta:hover {
  background: #233a74;
  text-decoration: none;
  border-color: #233a74;
  color: #fff;
}

.cta.small {
  padding: 6px 12px;
  font-size: 14px;
}

@media (max-width: 1023px) {
  .cta.js-enq, .cta.js-bro {
    width: 47%;
    margin: 0 1% 4px;
    text-align: center;
    padding: 12px;
  }
}

@media (max-width: 900px) {
  .cta.js-enq, .cta.js-bro {
    font-size: 15px;
  }
}

@media (max-width: 500px) {
  .cta.js-enq, .cta.js-bro {
    width: 100%;
    margin: 0 0 4px;
  }
}

.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
  background-color: #fff;
}

body.menu-open {
  /*position: fixed;
	width: 100%;*/
}

@media (max-width: 767px) {
  body.menu-open {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}

body.menu-open .megamenu {
  display: block;
  height: auto;
  margin-right: 20px;
  transition: top 0s, opacity 0.5s;
  opacity: 0.9;
}

body.menu-open .megamenu .mm-img {
  height: 100%;
}

@media (max-width: 767px) {
  body.menu-open .megamenu {
    display: block;
    height: 70vh;
  }
}

body.menu-open .header-search, body.menu-open .dev-phone {
  display: none;
}

.megamenu {
  overflow: hidden;
  position: absolute;
  z-index: 90;
  height: 1px;
  width: 96%;
  max-width: 1400px;
  background: #233a74;
  transition: top 3s, opacity 0.35s;
  opacity: 0;
  padding: 30px 30px 0 0;
  color: #fff;
  /*&:before {
        @media(max-width:767px) {
            content: '';
            position: fixed;
            left: 0;
            top: 0;
            width: 100%;
            height: 80px;
            background: #000;
            z-index: 92;
        }
    }*/
}

@media (max-width: 767px) {
  .megamenu .row {
    z-index: 91;
  }
}

@media (max-width: 900px) {
  .megamenu {
    margin-right: 20px;
    width: auto;
  }
}

@media (max-width: 767px) {
  .megamenu {
    display: none;
    padding: 20px 0 0;
    overflow-y: scroll;
    height: 70vh;
  }
}

@media (max-width: 900) {
  .megamenu .small-6 {
    overflow-y: scroll;
  }
}

.megamenu a {
  color: #fff;
}

.megamenu ul {
  font-size: 1.6em;
  list-style: none;
  margin-left: 0px;
}

    .megamenu ul li {
        margin-bottom: 5px;
        font-size: 0.9em;
        color: #fff;
        line-height: normal;
    }

@media (max-width: 767px) {
  .megamenu ul li {
    font-size: 1.2em;
    margin-bottom: 2px;
  }
}

.megamenu h5 {
  border-bottom: #fff solid 1px;
  margin-bottom: 30px;
}

.megamenu h4 {
  font-size: 4em;
  padding: 15px 0;
}

@media (max-width: 1050px) {
  .megamenu h4 {
    font-size: 3em;
  }
}

@media (max-width: 767px) {
  .megamenu h4 {
    font-size: 2em;
  }
}

.megamenu h4 a {
  color: #fff;
  font-weight: 600;
  position: relative;
  display: block;
}

.megamenu h4 a:hover {
  text-decoration: none;
}

.megamenu h4 a:after {
  position: absolute;
  content: '';
  right: 0;
  width: 0;
  height: 0;
  top: 12px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #bdd531;
}

@media (max-width: 767px) {
  .megamenu h4 a:after {
    top: 0;
  }
}

.megamenu h4.open a:after {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.megamenu .menu-links {
  float: right;
  width: 48%;
  padding: 0 50px;
}

@media (max-width: 1000px) {
  .megamenu .menu-links {
    width: 65%;
  }
}

@media (max-width: 767px) {
  .megamenu .menu-links {
    width: 100%;
    padding: 0 20px;
  }
}

.megamenu .menu-links h2 {
  font-size: 5em;
  font-weight: 300;
  color: #bdd531;
  padding: 0 0 40px;
  margin: 60px 0 0;
}

@media (max-width: 767px) {
  .megamenu .menu-links h2 {
    font-size: 2.5em;
    padding: 0 0 15px;
  }
}

.megamenu .menu-links .hamburger {
  float: right;
  position: relative;
}

@media (max-width: 767px) {
  .megamenu .menu-links .hamburger {
    padding: 23px 0 0;
  }
}

.megamenu .menu-links .hamburger em {
  position: absolute;
  right: 50px;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0 10px 0 0;
  font-style: normal;
  line-height: 30px;
  display: inline-block;
  font-weight: 700;
}

.megamenu .menu-link-section {
  float: left;
  width: 100%;
  border-bottom: 1px solid #919cba;
}

.megamenu .menu-link-section:last-child {
  border: none;
}

.megamenu .menu-link-section ul {
  display: none;
}

.megamenu .menu-link-section ul li:before {
  content: '-';
  padding: 0 10px 0 0;
}

.megamenu .mm-img {
  position: fixed;
  top: 0;
  left: 0;
  height: 0%;
  width: 50%;
}

@media (max-width: 1000px) {
  .megamenu .mm-img {
    width: 35%;
  }
}

@media (max-width: 767px) {
  .megamenu .mm-img {
    display: none;
  }
}

.megamenu .mm-logo {
  float: left;
  width: 100%;
  padding: 40px 50px;
  text-align: right;
}

@media (max-width: 767px) {
  .megamenu .mm-logo {
    padding: 40px 20px;
  }
}

.megamenu .mm-logo img {
  display: inline;
  max-width: 160px;
}

@media (max-width: 767px) {
  .megamenu .small-6 {
    padding-left: 20;
  }
  .megamenu .small-6:nth-child(3) {
    clear: both;
  }
  .megamenu .small-6:last-child {
    float: left;
  }
}

li {
  color: #646363;
}

hr {
  margin: 0px;
  border-color: #989898;
}

blockquote-old {
  padding: 10px 30px;
  font-style: italic;
  font-size: 1.25em;
}

/*.row{
	max-width:1374px;
	@media(min-width:1025px){
		padding-right:40px;
		padding-left:40px;
	}
}
*/
section {
  float: left;
  width: 100%;
}

section.body.search-spacer {
  top: 100%;
}

section.grey-bg {
  background: #e6e6e6;
}

section.green-bg {
  background: #449233;
}

section.green-bg * {
  color: #fff;
}

section.body {
  padding-top: 110px;
  padding-bottom: 110px;
  text-align: center;
}

@media (min-width: 768px) {
  section.body {
    padding-top: 170px;
    padding-bottom: 170px;
  }
}

section.body h1 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

section.body h1 strong {
  display: block;
}

.mobile-only {
  display: none;
  width: auto !important;
  height: auto !important;
  max-height: 50px;
}

@media (max-width: 900px) {
  .mobile-only {
    display: block;
  }
}

.holding-head {
  height: 100vh;
  /*background: url(/images/mci/banner.png) no-repeat center center;*/
  background-size: cover;
  position: relative;
  padding: 40px 0 0;
  margin-bottom: 40px;
}

.holding-head .l1 {
  background: #fff;
}

.holding-head .l2 {
  background: #233a74;
}

@media (max-width: 900px) {
  .holding-head .row {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.holding-head .logo {
  background: #fff;
  padding: 20px;
  height: 80px;
  z-index: 100;
}

.holding-head .logo img {
  height: 90%;
}

@media (max-width: 900px) {
  .holding-head .logo img {
    display: none;
  }
  .holding-head .logo img.mobile-only {
    display: inline-block;
    width: auto;
    height: 50px;
  }
}

.holding-head .info {
  position: absolute;
  z-index: 99;
  right: 0px;
  background: #233A74;
  color: #fff;
  font-size: 4.2em;
  height: 80px;
  text-align: right;
  opacity: 0.9;
}

@media (max-width: 900px) {
  .holding-head .info {
    position: unset;
    right: unset;
  }
}

.holding-head .navLimit {
  max-width: 820px;
}

@media (min-width: 2500px) {
  .holding-head .navLimit {
    max-width: 950px;
  }
}

@media (min-width: 4500px) {
  .holding-head .navLimit {
    max-width: 1000px;
  }
}

.holding-head .headerBlue {
  margin: 40vh 0 0px;
  background: #233A74;
  padding: 30px;
  height: 200px;
  opacity: 0.9;
}

.holding-head .headerBlue h1 {
  color: #fff;
}

@media (min-width: 2000px) {
  .holding-head .headerBlue {
    margin: 50vh 0 0px;
  }
}

@media (max-width: 767px) {
  .holding-head .headerBlue {
    margin: 200px 0 0px;
    height: auto;
  }
}

.holding-head .headerWhite {
  position: absolute;
  right: 0px;
  height: 200px;
  margin: 40vh 0 0px;
  background: #fff;
  padding: 30px;
}

.holding-head .headerWhite h1 {
  color: #989898;
}

@media (min-width: 2000px) {
  .holding-head .headerWhite {
    margin: 50vh 0 0px;
  }
}

@media (max-width: 767px) {
  .holding-head .headerWhite {
    position: unset;
    right: unset;
    margin: unset;
    height: auto;
  }
}

.holding-head .strap {
  max-width: 1400px;
  width: 95%;
  z-index: 0;
  position: absolute;
  bottom: 40px;
  background: #fff;
  padding: 44px 44px 44px 107px;
}

@media (max-width: 900px) {
  .holding-head .strap {
    width: 90%;
    margin: 400px 0 0 0;
    padding: 40px 40px 40px 43px;
  }
}

.holding-head .strap h1 {
  position: relative;
  padding: 0;
  margin: 0;
}

@media (max-width: 1200px) {
  .holding-head .strap h1 {
    font-size: 3em;
  }
}

@media (max-width: 900px) {
  .holding-head .strap h1 {
    font-size: 2.4em;
  }
}

.holding-head .strap h1 span {
  display: block;
  font-weight: 500;
}

.holding-head .strap h1:before {
  content: '';
  position: absolute;
  left: -66px;
  top: 3px;
  width: 36px;
  height: 50px;
  background: url("/mci-assets/images/mci/arrow.jpg") no-repeat 0 0;
}

@media (max-width: 900px) {
    .holding-head .strap h1:before {
        width: 18px;
        height: 25px;
        background: url("/mci-assets/images/mci/arrow.jpg") no-repeat 0 0;
        background-size: 100% 100%;
        left: -30px;
    }
}

@media (max-width: 767px) {
  .holding-head .hamburger-inner {
    top: 0px;
    margin-left: -7px;
  }
}

.head-short {
  height: 400px;
}

@media (max-width: 767px) {
  .head-short {
    height: 250px;
  }
}

.projectSide h3 {
  color: #233A74;
  font-size: 1.8em;
  font-weight: 600;
  border-bottom: #233A74 solid 1px;
  padding-bottom: 10px;
}

.projectSide p {
  padding-top: 15px;
  color: #233A74;
  font-size: 1.8em !important;
}

.projectSide:after {
    content: '';
    position: absolute;
    right: 0px;
    top: -15px;
    width: 60px;
    height: 60px;
    background: url("/mci-assets/images/mci/Project-Details.png") no-repeat 0 0;
    background-size: 80%;
}

@media (max-width: 767px) {
  .projectSide {
    margin-top: 40px;
  }
}

.projectDetails {
  font-size: 0.9em;
}

.projectDetails h3 {
  border-bottom: unset;
  padding-bottom: 0px;
}

.projectDetails p {
  padding-top: 0px;
}

.projectPartner p {
  color: #233A74;
  padding-top: 10px;
}

.projectPartner img {
  max-width: 150px;
}

.body-copy {
  padding: 40px 0;
}

@media (max-width: 900px) {
  .body-copy {
    padding: 30px 30px;
  }
}

.body-copy p, .body-copy ul, .body-copy ol {
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1.25em;
  font-weight: 500;
}

@media (max-width: 900px) {
  .body-copy p, .body-copy ul, .body-copy ol {
    font-size: 2.1em;
  }
}

.body-copy h2.arrow, .body-copy h4.arrow {
  font-weight: 600;
}

    .body-copy h2.arrow:before, .body-copy h4.arrow:before {
        content: '';
        position: absolute;
        left: -66px;
        top: -8px;
        width: 36px;
        height: 50px;
        background-size: 50% 50%;
        background: url("/mci-assets/images/mci/grey-arrow.png") no-repeat 0 0;
    }

@media (max-width: 900px) {
  .body-copy h2.arrow:before, .body-copy h4.arrow:before {
    width: 18px;
    height: 25px;
    background-size: 70% 70%;
    left: -10px;
    top: 8px;
  }
}

.body-copy.narrow {
  padding: 50px 0;
}

@media (max-width: 900px) {
  .body-copy.narrow {
    padding: 50px 45px;
  }
}

.people-repeater h4 {
  font-weight: 600;
}

.people-repeater h5 {
  color: #233A74;
  margin-bottom: 15px;
  margin-top: -5px;
}

@media (max-width: 767px) {
  .people-repeater h5 {
    font-size: 2.3em;
  }
}

.people-repeater img {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}

.news h4 {
  font-size: 2.8em;
  font-weight: 600;
}

.news .row {
  padding-bottom: 40px;
}

.newsArticle {
  line-height: 1.5em;
  font-size: 1.5em;
  color: #646363;
  font-weight: 300;
}

.newsArticle h1 {
  font-weight: 600;
  color: #233A74;
}

.newsArticle p {
  font-size: 1em;
}

.newsArticle ul li, .newsArticle ol li {
  font-size: 0.6em;
}

@media (min-width: 768px) {
  .newsArticle {
    font-size: 1.7em;
  }
}

@media (max-width: 767px) {
  .newsArticle h1 {
    font-weight: 500;
    font-size: 4.5em;
    padding-bottom: 35px;
  }
  .newsArticle h4 {
    font-size: 3.2em;
  }
}

.newsArticle .mainImage {
  width: 100%;
  right: 0px;
  height: auto;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .newsArticle .mainImage {
    width: 140%;
    margin-left: -50px;
    max-width: unset;
  }
}

.newsArticle blockquote, .newsArticle q {
  position: relative;
  margin-top: 30px;
  margin-left: 20px;
  padding: 0px 0px 50px 20px;
  font-size: 1.8em;
  font-weight: 500;
  color: #8FA3AF;
  font-style: normal;
  line-height: 1.2em;
}

    .newsArticle blockquote:before, .newsArticle q:before {
        content: '';
        position: absolute;
        left: -15px;
        top: 5px;
        width: 30px;
        height: 30px;
        background: url("/mci-assets/images/mci/Quotes.png") no-repeat 0 0;
        background-size: 50% 40%;
    }

@media (max-width: 767px) {
  .news-header p {
    padding-left: 30px;
  }
}

.news-header h1 {
  color: #233A74;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .news-header h1 {
    padding-left: 30px;
  }
  .news-header h1 p {
    padding-left: 30px;
  }
}

.news-header h1:before {
    content: '';
    position: absolute;
    left: -50px;
    top: -5px;
    width: 36px;
    height: 50px;
    background: url("/mci-assets/images/mci/arrow.jpg") no-repeat 0 0;
    transform: rotate(180deg);
}

@media (max-width: 900px) {
  .news-header h1:before {
    top: 40px;
    background-size: 80% 80%;
    left: 0px;
  }
}

.news-header a {
  color: #646363;
  text-decoration: underline;
}

.news-header a:hover {
  color: #233A74;
}

.offices {
  padding-top: 80px;
  padding-bottom: 60px;
}

.offices h5 {
  font-weight: 600;
  color: #233A74;
  padding-bottom: 30px;
  padding-top: 35px;
  text-decoration: underline;
  text-underline-offset: 10px;
}

.offices p {
  color: #233A74;
  padding-bottom: 0px;
}

.offices .address {
  padding-top: 20px;
}

.offices .address p {
  font-size: 1.5em;
}

@media (max-width: 767px) {
  .projects .columns {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.project {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.project img {
  float: left;
  width: 100%;
}

@media (max-width: 900px) {
  .project img {
    height: 80vh;
    width: auto;
    max-width: unset;
  }
}

.project .heading {
  width: 50%;
  top: 60px;
}

@media (max-width: 900px) {
  .project .heading {
    top: 0px;
    position: relative;
    float: none;
    width: 100%;
    top: auto;
  }
}

@media (max-width: 767px) {
  .project {
    max-width: 200%;
    margin-bottom: 0px;
  }
}

.l {
  margin: 0px;
  min-height: 100px;
  background: #fff;
  padding: 35px 60px 0 70px;
  border: 0;
}

@media (max-width: 900px) {
  .l {
    width: 100%;
    float: none;
    height: auto;
    padding: 10px 45px 0px;
    margin-top: -1px;
  }
}

.l h2, .l h4 {
  color: #233A74;
  position: relative;
}

@media (max-width: 900px) {
  .l h2, .l h4 {
    top: 20px;
  }
}

.l h2:before, .l h4:before {
    content: '';
    position: absolute;
    left: -46px;
    top: -8px;
    width: 36px;
    height: 50px;
    background: url("/mci-assets/images/mci/grey-arrow.png") no-repeat 0 0;
}

@media (max-width: 900px) {
  .l h2:before, .l h4:before {
    width: 18px;
    height: 25px;
    background-size: 100% 100%;
    left: -30px;
    top: 2px;
  }
}

.r {
  margin: 0;
  min-height: 100px;
  background: #233A74;
  padding: 15px 15px 15px 25px;
}

@media (max-width: 900px) {
  .r {
    float: none;
    width: 100%;
    padding: 30px;
    height: auto;
  }
}

.r h4 {
  color: #fff;
  font-size: 1.8em;
}

.r h3 {
  color: #fff;
  font-weight: 600;
  line-height: 1.25em;
  padding: 0;
  position: relative;
}

    .r h3:before {
        content: '';
        position: absolute;
        left: -66px;
        top: -8px;
        width: 36px;
        height: 50px;
        background: url("/mci-assets/images/mci/white-arrow.png") no-repeat 0 0;
    }

@media (max-width: 900px) {
  .r h3:before {
    width: 18px;
    height: 25px;
    background-size: 100% 100%;
    left: -30px;
    top: 4px;
  }
}

.pageNbr {
  padding-bottom: 30px;
}

.pageNbr a {
  text-decoration: none;
  color: #646363;
  font-weight: 500;
}

.pageNbr a:hover {
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 2px;
  text-decoration-color: #233A74;
}

.pageNbr span {
  padding: 0px 15px 5px 15px;
  font-size: 1.6em;
  font-weight: 600;
  color: #989898;
}

.pageNbr .active {
  color: #233A74;
}

.pageNbr .active a {
  font-weight: 600;
  text-underline-offset: 10px;
  text-decoration: underline;
  text-decoration-color: #eeaf30;
  text-decoration-thickness: 2px;
}

.pageNbr img {
  width: 25px;
  margin-top: 8px;
  padding-bottom: 11px;
  border-bottom: #fff 2px solid;
}

.pageNbr img:hover {
  border-bottom: #233A74 2px solid;
}

.inset {
  z-index: 1000;
  position: absolute;
  float: left;
  top: 50px;
  width: 350px;
  height: auto;
  background: #233A74;
  opacity: 0.9;
  color: #fff;
  padding: 20px 30px 0 80px;
}

@media (max-width: 900px) {
  .inset {
    top: 0px;
    position: relative;
    left: 0px;
    width: 100%;
    height: auto;
    padding: 40px 45px 40px 60px;
    opacity: 1;
  }
}

@media (max-width: 797px) {
  .inset {
    min-height: 220px;
  }
}

.inset h4 {
  font-weight: bold;
  color: #fff;
  position: relative;
}

    .inset h4:before {
        content: '';
        position: absolute;
        left: -36px;
        top: 0px;
        width: 36px;
        height: 50px;
        background: url("/mci-assets/images/mci/white-arrow.png") no-repeat 0 0;
        background-size: 60% 60%;
    }

@media (max-width: 900px) {
  .inset h4:before {
    width: 18px;
    height: 25px;
    background-size: 80% 80%;
    left: -25px;
    top: 4px;
  }
}

.inset p {
  text-transform: uppercase;
  color: #fff;
}

.inset p.lower {
  text-transform: unset;
}

.insetDrop {
  margin-left: -80px;
  margin-top: -20px;
  top: 0px;
  z-index: 900;
  width: 350px;
  background: #233A74;
  color: #fff;
  padding: 45px 30px 0 80px;
  display: none;
}

.insetDrop p {
  color: #fff;
}

.insetDrop .cta {
  background: #233A74;
  border: 1px solid #fff;
  color: #fff;
  padding: 6px 13px;
  font-size: 14px;
}

.insetDrop .cta:hover {
  background: #fff;
  text-decoration: none;
  color: #233A74;
}

@media (max-width: 900px) {
  .insetDrop {
    margin-left: -60px;
    position: absolute;
    top: 219px;
    border: 0;
    width: 100%;
    height: auto;
    padding: 0 45px 0px 60px;
  }
}

.insetRight {
  right: 0px;
}

.insetWhite {
  z-index: 1000;
  float: left;
  width: 70%;
  background: #fff;
  color: #233A74;
  padding: 20px 30px 0 20px;
  height: 160px;
  opacity: 1;
  margin-top: 300px;
  margin-bottom: 50px;
}

@media (min-width: 1900px) {
  .insetWhite {
    margin-top: 400px;
  }
}

@media (min-width: 2200px) {
  .insetWhite {
    margin-top: 500px;
  }
}

@media (max-width: 900px) {
  .insetWhite {
    float: left;
    width: 100%;
    height: auto;
    padding: 40px 45px 40px 60px;
  }
}

@media (max-width: 767px) {
  .insetWhite {
    margin-top: 350px;
    padding-bottom: 0px;
  }
}

.insetWhite p {
  font-weight: 600;
  color: #233A74;
}

@media (max-width: 767px) {
  .insetWhite p {
    font-size: 2.5em;
  }
}

.insetWhite .date {
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 500;
}

@media (max-width: 767px) {
  .insetWhite .date {
    font-size: 1.9em;
    text-transform: unset;
  }
}

.carouselItem {
  background-size: cover  !important;
}

@media (max-width: 767px) {
  .carouselItem {
    background-size: contain !important;
  }
}

.rowHeight1 {
  height: 450px;
  padding-top: 50px;
  padding-right: 0px;
}

@media (max-width: 900px) {
  .rowHeight1 {
    padding-top: 0px;
    padding-left: 0px;
  }
}

.imgBotPadding img {
  padding-bottom: 20px;
}

.h4BlueBold h4 {
  color: #233A74;
  font-weight: bold;
}

.h5Blue h5 {
  color: #233A74;
}

.h5MarginAdjust h5 {
  padding-bottom: 10px;
  margin-top: -10px;
}

.newsImageParent {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 20px;
}

.newsImageParent img {
  width: 100%;
  height: auto;
}

    .newsImageParent:after {
        content: "";
        display: block;
        width: 45px;
        height: 45px;
        position: absolute;
        right: 0px;
        bottom: 0px;
        background-image: url("/mci-assets/images/mci/yellow-arrow.png");
        background-size: 45px 45px;
        background-position: 0px;
        background-repeat: no-repeat;
    }

    .newsImageParent:hover::after {
        background-image: url("/mci-assets/images/mci/blue-arrow.png");
    }

.yellowArrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  margin-bottom: 0px;
}

.quote p {
  font-size: 3em;
  font-weight: 500;
  color: #8FA3AF;
}

.quote:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 5px;
    width: 30px;
    height: 30px;
    background: url("/mci-assets/images/mci/Quotes.png") no-repeat 0 0;
    background-size: 50% 40%;
}

@media (max-width: 767px) {
  .quote p {
    font-size: 2.7em;
  }
}

.person p {
  color: #233A74;
  font-size: 2em;
}

.filter {
  font-weight: bold;
  font-size: 1.5em;
  color: #233A74;
}

.filter form {
  padding-bottom: 20px;
}

.filter form select {
  width: unset;
  margin-left: 10px;
  padding: 5px 5px 5px 5px;
  font-size: 0.7em;
  color: #646363;
}

.promoCarousel {
  padding: 0px;
  margin-bottom: 25px;
  background-color: #eee;
}

.promoCarousel h4 {
  font-weight: 600;
}

.promoCarousel p {
  color: #233A74;
}

.promoCarousel .yellowBut {
  width: 40px;
  height: 40px;
}

.promoCarousel .slick-prev {
  bottom: -20px;
  left: 15px;
  top: unset;
}

.promoCarousel .slick-next {
  bottom: -20px;
  left: 57px;
  top: unset;
}

.promoCarousel .carousel2 {
  padding-right: 0px;
  margin-right: -40px;
  right: 0px;
}

@media (max-width: 767px) {
  .promoCarousel .carousel2 {
    margin-bottom: 0px;
  }
}

.promoCarousel .carousel2 .cImage {
  max-height: 350px;
}

@media (max-width: 900px) {
  .promoCarousel .row .carousel2 {
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    width: 100%;
  }
  .promoCarousel .row .carousel2 .slick-prev {
    bottom: -20px;
    left: 0px;
    top: unset;
  }
  .promoCarousel .row .carousel2 .slick-next {
    bottom: -20px;
    left: 42px;
    top: unset;
  }
}

.contactForm {
  background-color: #eee;
}

.contactForm img {
  padding-bottom: 5px;
  border-bottom: #eee 1px solid;
}

.contactForm img:hover {
  border-bottom: #233A74 1px solid;
}

.contactForm p {
  color: #233A74;
}

.contactForm .row {
  padding-top: 50px;
  padding-bottom: 50px;
}

.contactForm select {
  width: unset;
  padding: 5px 20px 5px 15px;
  color: #646363;
  margin-bottom: 20px;
}

.contactForm input {
  padding: 5px 20px 5px 15px;
  margin-bottom: 20px;
}

.contactForm textarea {
  width: 90%;
  margin-right: 10%;
  padding: 15px;
  margin-bottom: 20px;
}

.contactForm form p {
  font-size: 1.4em;
  font-weight: 600;
  padding-bottom: 5px;
}

.contactForm .cta {
  font-size: 1.1em;
  border-width: 0;
}

.section-Divider {
  margin: auto;
  background-color: #850057;
  padding-top: 40px;
  height: 119px;
}

.section-Divider h4 {
  color: #fff;
  font-weight: bold;
  position: relative;
  padding-left: 50px;
  font-size: 32px;
}

    .section-Divider h4:before {
        content: '';
        position: absolute;
        left: -20px;
        top: 4px;
        width: 36px;
        height: 50px;
        background: url("/mci-assets/images/mci/white-arrow.png") no-repeat 0 0;
        background-size: 55% 55%;
        transform: rotate(90deg);
    }

@media (max-width: 900px) {
  .section-Divider h4:before {
    width: 18px;
    height: 25px;
    background-size: 80% 80%;
    left: 0px;
    top: 4px;
  }
}

.cta {
  font-weight: bold;
}

.insetPadding1 {
  margin-top: 300px;
  margin-bottom: 50px;
}

.socialIcon {
  margin-top: 2px;
  width: unset;
  max-width: 20px;
}

.caption {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 14px 50px 14px 27px;
  color: #646363;
}

@media (max-width: 900px) {
  .caption {
    position: relative;
    right: auto;
    bottom: auto;
    float: left;
    width: 100%;
    height: auto;
    padding: 15px 20px;
  }
}

.caption p {
  font-size: 22px;
  padding: 0;
  font-weight: 400;
}

.caption.left {
  right: auto;
  left: 0;
  padding: 14px 27px 14px 50px;
}

@media (max-width: 900px) {
  .caption.left {
    position: relative;
    right: auto;
    bottom: auto;
    float: left;
    width: 100%;
    height: auto;
    padding: 15px 20px;
  }
}

.promo {
  padding: 25px 0px 0px 0px;
}

@media (max-width: 900px) {
  .promo h2, .promo h4 {
    padding-left: 30px;
  }
}

.promo h2.arrow:before, .promo h4.arrow:before {
    left: -56px;
    top: -8px;
    width: 36px;
    height: 50px;
    background-size: 50% 50%;
    background: url("/mci-assets/images/mci/grey-arrow.png") no-repeat 0 0;
}

@media (max-width: 900px) {
  .promo h2.arrow:before, .promo h4.arrow:before {
    width: 18px;
    height: 25px;
    background-size: 70% 70%;
    left: 20px;
    top: 8px;
  }
}

.promo .promoItem {
  height: 450px;
  padding-top: 50px;
  padding-right: 0px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

@media (max-width: 900px) {
  .promo .promoItem {
    padding-top: 0px;
    padding-left: 0px;
    height: 70vh;
  }
}

@media (max-width: 756px) {
  .promo .promoItem {
    background: unset !important;
    background-image: unset !important;
  }
}

.promo .mobile-only {
  display: none;
}

@media (max-width: 756px) {
  .promo .mobile-only {
    display: block;
  }
}

.projectPromo {
  float: left;
  width: 100%;
  margin: 10px 0 0;
  background: #dde1ea;
}

.projectPromo .txt {
  float: left;
  width: 45%;
  padding: 70px 82px 70px 100px;
}

@media (max-width: 1200px) {
  .projectPromo .txt {
    width: 50%;
    font-size: 0.7em;
    padding: 30px;
  }
}

@media (max-width: 900px) {
  .projectPromo .txt {
    width: 100%;
  }
}

.projectPromo .txt h3 {
  color: #233A74;
  font-weight: bold;
  padding: 0 0 30px;
  line-height: 1.33em;
}

.projectPromo .txt h4 {
  font-size: 2.2em;
  color: #233A74;
  font-weight: bold;
  padding: 0 0 30px;
  line-height: 1.33em;
}

.projectPromo .txt p {
  font-size: 2.2em;
  color: #233A74;
  font-weight: normal;
  line-height: 1.33em;
  padding: 0 0 30px;
}

.projectPromo .img {
  float: left;
  width: 55%;
}

@media (max-width: 1200px) {
  .projectPromo .img {
    width: 50%;
  }
}

@media (max-width: 900px) {
  .projectPromo .img {
    width: 100%;
  }
}

.projectPromo .img img {
  width: 100%;
}

.media {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .media .row {
    margin-top: 0px;
    padding-top: 0px;
  }
}

.partnerLogos {
  text-align: center !important;
}

.partnerLogos img {
  max-width: 175px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .partnerLogos div {
    float: left;
  }
}

ul.logos {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.logos li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 0;
  margin: 0;
}

@media (max-width: 900px) {
  ul.logos li {
    width: 50%;
    margin: 10px 0;
  }
}

.contact {
  background: #EAECF2;
  padding: 60px 0 60px;
}

@media (max-width: 900px) {
  .contact {
    padding: 50px 0px;
  }
  .contact .row {
    padding: 0px 20px 0 20px;
  }
}

@media (max-width: 767px) {
  .contact .slick-dots {
    margin-left: -20px;
  }
}

.contact .medium-4 {
  padding-top: 40px;
}

.contact h3 {
  color: #233A74;
  font-weight: bold;
  border-bottom: 1px solid #233A74;
  padding: 0 0 14px;
  margin: 0 0 30px;
  display: inline-block;
}

.contact h4 {
  color: #233A74;
}

.contact p {
  font-size: 18px;
  line-height: 1.33em;
  color: #233A74;
  font-weight: normal;
}

.contact .small-centered {
  margin: auto;
}

.equalHeight {
  display: flex;
  align-items: stretch;
}

.socialSourceEqual {
  left: 13.5%;
  padding-left: 20px;
  padding-top: 20px;
  align-self: flex-end;
  position: absolute;
  bottom: -40px;
}

@media (max-width: 1026px) {
  .socialSourceEqual {
    left: 6%;
  }
}

@media (max-width: 767px) {
  .socialSourceEqual {
    position: static;
  }
}

.socialSourceEqual div {
  position: static;
}

.no-padding {
  padding: 0px;
}

.pSmaller {
  font-size: 1.5em !important;
}

.blueText {
  color: #233A74;
}

.rowPadding {
  padding-top: 50px;
  padding-bottom: 50px;
}

.rowPadding80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.rowPadding20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.rowPadding20B {
  padding-bottom: 20px;
}

.rowPadding20T {
  padding-top: 20px;
}

.rowPadding50T {
  padding-top: 20px;
}

.expanded {
  max-width: unset;
}

.paddingTop {
  padding-top: 50px;
}

.textPadding {
  padding-top: 50px;
}

@media (max-width: 900px) {
  .textPadding {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .textPadding {
    width: unset;
    padding: 50px 40px 40px 40px;
  }
}

.footer {
  margin: 25px 0 0;
  background: #233A74;
  padding: 64px 0 90px;
  overflow: visible;
  position: relative;
}

.footer img {
  margin: 0 0 30px;
}

.footer p, .footer li, .footer a {
  color: #fff;
  font-size: 16px;
}

.footer .links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.footer .links li {
  display: inline-block;
  padding: 0 12px 0 0;
  margin: 0 12px 0 0;
  border-right: 1px solid #fff;
  line-height: 0.9em;
}

.footer .links li:last-child {
  padding: 0;
  margin: 0;
  border: none;
}

.footer .copy {
  float: right;
  font-size: 16px;
  color: #fff;
}

@media (max-width: 900px) {
  .footer .copy {
    float: none;
    margin: 30px 0 0;
  }
}
