@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@font-face {
  font-family: 'cera-light';
  src: url("https://2270223.fs1.hubspotusercontent-na1.net/hubfs/2270223/Sf17/font/36270E_4_0.woff2") format("woff2"), url("https://2270223.fs1.hubspotusercontent-na1.net/hubfs/2270223/Sf17/font/36270E_4_0.woff") format("woff"), url("https://2270223.fs1.hubspotusercontent-na1.net/hubfs/2270223/Sf17/font/36270E_4_0.eot") format("eot");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'cera-regular';
  src: url("https://2270223.fs1.hubspotusercontent-na1.net/hubfs/2270223/Sf17/font/36270E_9_0.woff2") format("woff2"), url("https://2270223.fs1.hubspotusercontent-na1.net/hubfs/2270223/Sf17/font/36270E_9_0.woff") format("woff"), url("https://2270223.fs1.hubspotusercontent-na1.net/hubfs/2270223/Sf17/font/36270E_9_0.eot") format("eot");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'cera-medium';
  src: url("https://2270223.fs1.hubspotusercontent-na1.net/hubfs/2270223/Sf17/font/36270E_6_0.woff2") format("woff2"), url("https://2270223.fs1.hubspotusercontent-na1.net/hubfs/2270223/Sf17/font/36270E_6_0.woff") format("woff"), url("https://2270223.fs1.hubspotusercontent-na1.net/hubfs/2270223/Sf17/font/36270E_6_0.eot") format("eot");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'cera-bold';
  src: url("https://2270223.fs1.hubspotusercontent-na1.net/hubfs/2270223/Sf17/font/36270E_5_0.woff2") format("woff2"), url("https://2270223.fs1.hubspotusercontent-na1.net/hubfs/2270223/Sf17/font/36270E_5_0.woff") format("woff"), url("https://2270223.fs1.hubspotusercontent-na1.net/hubfs/2270223/Sf17/font/36270E_5_0.eot") format("eot");
  font-weight: 600;
  font-style: normal;
}

:root {
  font-size: 16px;
}

body {
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.container-fluid {
  padding: 0 !important;
}

.button {
  font-family: "cera-regular";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2em;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 20px 2.75em;
  border: 0;
  border-radius: 3px;
  width: auto;
  max-width: 100%;
  text-decoration: none;
  cursor: pointer;
  line-height: 1em;
  background: #ff7300;
  color: #FFFFFF;
}

.button:hover {
  background: #FA811E;
  text-decoration: none;
  color: #FFFFFF;
}

.button2 {
  font-family: "cera-regular";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2em;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 9px 23px 10px; 
  border: 1px solid #FA811E;
  border-color: #ff7300;
  border-radius: 3px;
  width: auto;
  max-width: 100%;
  text-decoration: none;
  cursor: pointer;
  line-height: 1em;
  background: #ffffff;
  color: #ff7300;
}

.button2:hover {
  background: #FFEDE1;
  text-decoration: none;
  color: #ff7300;
  border: 1px solid #ff7300;

    font-family: "cera-regular";
}

.button--white {
  font-family: "cera-regular";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2em;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 20px 2.75em;
  border: 0;
  border-radius: 3px;
  width: auto;
  max-width: 100%;
  text-decoration: none;
  cursor: pointer;
  line-height: 1em;
  background: #FFFFFF;
  color: #012e44;
}

.button--white:hover {
  background: #012e44;
  text-decoration: none;
  color: #FFFFFF;
}

.button--light {
  font-family: "cera-regular";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2em;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 20px 2.75em;
  border: 0;
  border-radius: 3px;
  width: auto;
  max-width: 100%;
  text-decoration: none;
  cursor: pointer;
  line-height: 1em;
  background: #13c5e2;
  color: #FFFFFF;
}

.button--light:hover {
  background: #012e44;
  text-decoration: none;
  color: #FFFFFF;
}

.button--navy {
  font-family: "cera-regular";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2em;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 20px 2.75em;
  border: 0;
  border-radius: 3px;
  width: auto;
  max-width: 100%;
  text-decoration: none;
  cursor: pointer;
  line-height: 1em;
  background: #012e44;
  color: #FFFFFF;
}

.button--navy:hover {
  background: #13c5e2;
  text-decoration: none;
  color: #FFFFFF;
}

.button--dark {
  font-family: "cera-regular";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2em;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 20px 2.75em;
  border: 0;
  border-radius: 3px;
  width: auto;
  max-width: 100%;
  text-decoration: none;
  cursor: pointer;
  line-height: 1em;
  background: #6596a0;
  color: #FFFFFF;
}

.button--dark:hover {
  background: #012e44;
  text-decoration: none;
  color: #FFFFFF;
}

.container {
  max-width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1056px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1480px) {
  .container {
    max-width: 1210px;
  }
}

h1 {
  font-family: "Cera-Regular;
  font-size: 2.5rem;
  line-height: 1.15em;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-family: "cera-regular";
  font-size: 1.75rem;
  line-height: 1.2em;
}

@media (max-width: 768px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-family: "Cera-Regular";
  font-size: 1.25rem;
  line-height: 1.2em;
}

@media (max-width: 768px) {
  h3 {
    font-size: 1.5rem;
  }
}

.standfirst {
  font-family: "cera-regular";
  font-size: 1.125rem;
  line-height: 1.33333em;
}

p {
  font-family: "cera-regular";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5625em;
}

.header {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 24px 0px rgba(41, 52, 64, 0.09);
  box-shadow: 0px 2px 24px 0px rgba(41, 52, 64, 0.09);
  position: relative;
  z-index: 10;
}

.header__container {
  padding-top: 34px;
  padding-bottom: 34px;
}

@media (max-width: 576px) {
  .header__logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.header__logo img {
  width: 145px;
}

@media (max-width: 576px) {
  .header__logo img {
    margin: 0 auto 20px;
    display: block;
  }
}

.header__strap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 576px) {
  .header__strap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.header__strap p {
  margin: 0;
  color: #012e44;
  font-family: "cera-bold";
  font-size: 1.25rem;
  line-height: 1em;
}

.hero {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 110px;
  min-height: 85vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 992px) {
  .hero {
    padding-bottom: 80px;
  }
}

.hero__text {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  text-align: center;
}

@media (max-width: 992px) {
  .hero__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.hero__text-inner {
  max-width: 768px;
}

@media (max-width: 992px) {
  .hero__text-inner {
    margin: 0 auto;
  }
}

.hero__text h1 {
  margin: 0;
  color: #012e44;
}

.hero__text .ty__subheader {
  color: #708ea8;
  margin: 50px 0 0;
}

.hero__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content:center;
  margin-top:40px;
}

@media (max-width: 992px) {
  .hero__buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 992px) {
  .hero__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.hero__buttons .button:first-child {
  margin-right: 45px;
}
.hero__buttons .button:first-child:last-child {
  margin-right: 0;
}

@media (max-width: 992px) {
  .hero__buttons .button:first-child {
    margin-right: 0;
    margin-bottom: 45px;
  }
}

.content {
  padding-top: 105px;
  padding-bottom: 120px;
}

@media (max-width: 992px) {
  .content {
    padding-bottom: 90px;
  }
}

.content__header {
  text-align: center;
  padding-bottom: 60px;
  width: 100%;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.content__header h2 {
  margin: 0 auto;
  position: relative;
  color: #012e44;
}

.content__header p {
  margin: 30px auto 0;
  color: #708ea8;
}

.content__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content__list .content__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
}

.content__list .content__item:nth-child(2) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.content__list .content__item:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@media (max-width: 992px) {
  .content__list .content__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 992px) {
  .content__list .content__item:last-child {
    margin-bottom: 0;
  }
}

.content__list .content__item-inner {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 5px 14.76px 3.24px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 5px 14.76px 3.24px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
}

@media (max-width: 992px) {
  .content__list .content__item-inner {
    max-width: 380px;
    margin: 0 auto;
  }
}

@media (hover: hover) {
  .content__list .content__item-inner:hover {
    -webkit-box-shadow: 0px 5px 14.76px 3.24px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 5px 14.76px 3.24px rgba(0, 0, 0, 0.16);
  }
  .content__list .content__item-inner:hover .button {
    background: #FFEDE1;
  }
  
    .content__list .content__item-inner:hover .button2 {
     background: #FFEDE1;
  text-decoration: none;
  color: #ff7300;
  border: 1px solid #FA811E;
       
 
  }
}

.content__list .content__item .content__image {
  height: 218px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  width: 102%;
  margin-left: -1%;
}

.content__list .content__item .content__text {
  padding: 35px 35px 100px;
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.content__list .content__item .content__link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
  border: 1px #ff7300;
}

.content__list .content__item p {
  color: #708ea8;
  font-size: 1rem;
  font-family: "cera-regular";
  margin: 0 0 35px;
}

.content__list .content__item p.format {
  color: #b0c0cf;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 0 0 25px;
  font-size: 13px;
  font-family: "cera-medium";
}

.content__list .content__item .button {
  position: absolute;
  bottom: 36px;
  left: 35px;
  white-space: nowrap;
}
.content__list .content__item .button2 {
  position: absolute;
  bottom: 36px;
  left: 35px;
  white-space: nowrap;
}

.footer {
  background: #011f2d;
  border-bottom: 3px solid #011f2d;
  position: relative;
}

.footer:after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #304150;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  margin-left: auto;
}

@media (max-width: 992px) {
  .footer__social {
    margin: 0 auto;
  }
}

.footer__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 83px;
}

.footer__item:last-child a {
  border-right: 1px solid #304150;
}

.footer__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  border-left: 1px solid #304150;
  font-size: 1.5625rem;
  line-height: 1em;
  color: #13c5e2;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.footer__item a:hover {
  text-decoration: none;
  color: #FFFFFF;
}

.fadeIn {
  left: -15px;
/*   opacity: 0; */
  position: relative;
}

.fadeIn.showing {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    left: -15px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    left: -15px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}