@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

: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: "Open Sans";
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2em;
  letter-spacing: 0.04em;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 19px 3.125em;
  border: 0;
  border-radius: 30px;
  width: auto;
  max-width: 100%;
  text-decoration: none;
  cursor: pointer;
  line-height: 1em;
  background: #4aacd7;
  color: #FFFFFF!important;
}

@media (max-width: 768px) {
  .button {
    font-size: 1rem;
    line-height: 1.2em;
  }
}

.button:hover {
  background: #42515a;
  text-decoration: none;
  color: #FFFFFF!important;
}

.button--white {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2em;
  letter-spacing: 0.04em;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 19px 3.125em;
  border: 0;
  border-radius: 30px;
  width: auto;
  max-width: 100%;
  text-decoration: none;
  cursor: pointer;
  line-height: 1em;
  background: #FFFFFF;
  color: #4aacd7!important;
}

@media (max-width: 768px) {
  .button--white {
    font-size: 1rem;
    line-height: 1.2em;
  }
}

.button--white:hover {
  background: #4aacd7;
  text-decoration: none;
  color: #FFFFFF!important;
}

.button--grey {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2em;
  letter-spacing: 0.04em;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 19px 3.125em;
  border: 0;
  border-radius: 30px;
  width: auto;
  max-width: 100%;
  text-decoration: none;
  cursor: pointer;
  line-height: 1em;
  background: #42515a;
  color: #FFFFFF!important;
}

@media (max-width: 768px) {
  .button--grey {
    font-size: 1rem;
    line-height: 1.2em;
  }
}

.button--grey:hover {
  background: #4aacd7;
  text-decoration: none;
  color: #FFFFFF!important;
}

.textLink {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.55556em;
  display: inline-block;
  position: relative;
  color: #21282d;
}

.textLink svg {
  margin-left: 1rem;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 1.125rem;
  min-width: 1.125rem;
  -webkit-transform: none;
  transform: none;
  fill: #4aacd7;
  color: #4aacd7;
}

.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: 1230px;
  }
}

h1 {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 4.0625rem;
  line-height: 1em;
}

@media (max-width: 768px) {
  h1 {
    font-size: 3rem;
    line-height: 1em;
  }
}

h2 {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.2em;
}

@media (max-width: 768px) {
  h2 {
    font-size: 2rem;
    line-height: 1.2em;
  }
}

h3 {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 2.3125rem;
  line-height: 1.2em;
}

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

.standfirst {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.25em;
}

@media (max-width: 768px) {
  .standfirst {
    font-size: 1.25rem;
    line-height: 1.3em;
  }
}

p {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.3em;
}

@media (max-width: 768px) {
  p {
    font-size: 1rem;
    line-height: 1.375em;
  }
}

blockquote {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 1.33333em;
}

@media (max-width: 768px) {
  blockquote {
    font-size: 1.5rem;
    line-height: 1.25em;
  }
}

cite {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.2em;
  font-style: normal;
}

@media (max-width: 768px) {
  cite {
    font-size: 1.25rem;
    line-height: 1.2em;
  }
}

.hero {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.hero__container {
  padding-top: 75px;
  padding-bottom: 140px;
  min-height: 85vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

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

.hero__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.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: 840px;
  margin: 0 auto;
}

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

.hero__text .ty__header {
  color: #FFFFFF;
  margin: 0;
  font-size: 3.625rem;
  line-height: 1em;
}

.hero__text .ty__subheader {
  color: #FFFFFF;
  margin: 0 0 10px;
  font-size: 2.25rem;
  line-height: 1.2em;
  font-family: "Open Sans";
  font-weight: 400;
}

.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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

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

.hero__buttons .button:first-child {
  margin-right: 20px;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2em;
  letter-spacing: 0.04em;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 19px 3.125em;
  border: 0;
  border-radius: 30px;
  width: auto;
  max-width: 100%;
  text-decoration: none;
  cursor: pointer;
  line-height: 1em;
  background: #4aacd7;
  color: #FFFFFF!important;
}

@media (max-width: 768px) {
  .hero__buttons .button:first-child {
    font-size: 1rem;
    line-height: 1.2em;
  }
}

.hero__buttons .button:first-child:hover {
  background: #FFFFFF;
  text-decoration: none;
  color: #4aacd7!importanti;
}

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

.hero__buttons .button:nth-child(2) {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2em;
  letter-spacing: 0.04em;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 19px 3.125em;
  border: 0;
  border-radius: 30px;
  width: auto;
  max-width: 100%;
  text-decoration: none;
  cursor: pointer;
  line-height: 1em;
  background: #dfe3e5;
  color: #808c94!important;
}

@media (max-width: 768px) {
  .hero__buttons .button:nth-child(2) {
    font-size: 1rem;
    line-height: 1.2em;
  }
}

.hero__buttons .button:nth-child(2):hover {
  background: #808c94;
  text-decoration: none;
  color: #FFFFFF!important;
}

.hero__header {
  padding-bottom: 75px;
}

@media (max-width: 992px) {
  .hero__logo {
    text-align: center;
    margin-bottom: 40px;
  }
}

.hero__logo svg, .hero__logo img {
  width: 380px;
  max-width: 100%;
}

.hero__share {
  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: 992px) {
  .hero__share {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.hero__share p {
  font-size: 0.875rem;
  line-height: 1em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 18px 0 0;
}

.hero__share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.hero__share ul li {
  font-size: 1.125rem;
  line-height: 1em;
}

.hero__share ul li a {
  color: #FFFFFF;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.hero__share ul li a:hover {
  color: #4aacd7;
}

.hero__share ul li a i {
  padding: 0 12px;
}

.content {
  padding-top: 105px;
  padding-bottom: 120px;
  border-bottom: 12px solid #4aacd7;
}

@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;
  max-width: 720px;
}

.content__header p {
  margin: 30px auto 0;
  color: #21282d;
  max-width: 720px;
}

.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%;
  position: relative;
}

.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: 3px 4px 32px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 3px 4px 32px 0px rgba(0, 0, 0, 0.11);
  border-radius: 5px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: #FFFFFF;
  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;
  position: relative;
  overflow: hidden;
}

@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: 5px 5px 32px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 5px 5px 32px 0px rgba(0, 0, 0, 0.22);
  }
  .content__list .content__item-inner:hover .textLink svg {
    -webkit-transform: translate(0.5rem);
    transform: translate(0.5rem);
  }
}

.content__list .content__item .content__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  height: 218px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  width: 100%;
}

.content__list .content__item .content__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 45px 25px 60px;
  position: relative;
  width: 100%;
  height: 161px;
}

@media (max-width: 992px) {
  .content__list .content__item .content__text {
    height: auto;
  }
}

.content__list .content__item .content__text p {
  max-height: 2.8em;
}

.content__list .content__item .content__cta {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 35px 25px;
  position: relative;
  width: 100%;
  height: 98px;
}

@media (max-width: 992px) {
  .content__list .content__item .content__cta {
    height: auto;
  }
}

.content__list .content__item .content__cta .textLink {
  position: absolute;
  width: 100%;
  padding: 0 25px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 992px) {
  .content__list .content__item .content__cta .textLink {
    -webkit-transform: none;
    transform: none;
    position: static;
    padding: 0;
  }
}

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

.content__list .content__item p {
  color: #21282d;
  font-size: 1.25rem;
  line-height: 1.4em;
  margin: 0;
}

.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;
  }
}