/* SASS Vars */

.app {
  background-image: url("/App_Themes/Microsites/trwy_v1/images/section-app-background.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 80px;
  position: relative;
}

.app.alt {
  padding-top: 65px;
}

@media screen and (max-width: 991px) {
  .app {
    padding-top: 30px;
    background-size: 600%;
  }
  .app.alt {
    padding-top: 30px;
  }
}

@media screen and (max-width: 575px) {
  .app {
    padding-top: 10px;
  }
}

.app-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.app-content a {
  font-weight: 500;
  color: inherit;
  text-decoration: none;
}

.app-content .app-img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.app-content .app-images {
  margin: 0 0 20px;
}

@media screen and (max-width: 991px) {
  .app-content {
    display: block;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    text-align: center;
  }
  .app-content .app-img {
    max-width: 130px;
    margin: 0 5px;
  }
  .app-content .app-images {
    margin: 0 auto 20px;
  }
}

.app-content--text {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-bottom: 110px;
}

@media screen and (max-width: 991px) {
  .app-content--text {
    padding-bottom: 20px;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.app-content--image {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: right;
}

.app-content--image img {
  max-width: 100%;
  width: 390px;
  margin-right: -45px;
  margin-top: -40px;
}

@media screen and (max-width: 991px) {
  .app-content--image {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 45px;
    text-align: center;
  }
  .app-content--image img {
    margin: -40px auto 0;
  }
}

.app-content .banner-content {
  margin: 5px 0 25px;
}

.app-content .banner-content h1 {
  color: #214491;
  font-size: 44px;
  margin: 0 0 10px;
  line-height: 1.045;
}

.app-content .banner-content p,
.app-content .banner-content li {
  font-size: 20px;
  font-weight: 500;
  font-family: "Gotham Rounded", Helvetica, Arial, sans-serif;
  color: #009FD9;
  line-height: 1.2;
  margin: 0;
}

.app .styled-list {
  list-style-type: none;
  margin: 25px 0;
  text-align: left;
  position: relative;
}

@media screen and (max-width: 991px) {
  .app .styled-list {
    display: none;
  }
}

.app .styled-list:before {
  content: '';
  width: 2px;
  height: 50%;
  left: 22px;
  top: 4px;
  position: absolute;
  background: #3FA946;
}

.app .styled-list:after {
  content: '';
  width: 2px;
  height: 40%;
  left: 22px;
  top: calc(50% + 4px);
  position: absolute;
  background: #00A5AC;
}

@media screen and (max-width: 991px) {
  .app .styled-list:after {
    height: 30%;
  }
}

.app .styled-list li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
  min-height: 40px;
}

.app .styled-list li:nth-child(1):before {
  content: '01';
  border: 2px solid #00A5AC;
}

.app .styled-list li:nth-child(2):before {
  content: '02';
  top: -4px;
  border: 2px solid #009FD9;
}

.app .styled-list li:nth-child(3):before {
  content: '03';
  border: 2px solid #3FA946;
}

.app .styled-list li:before {
  width: 35px;
  height: 35px;
  padding-top: 2px;
  border-radius: 50px;
  position: absolute;
  background: white;
  z-index: 1;
  left: 0;
  top: 4px;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  color: #214491;
  font-size: 12.6px;
  font-weight: 500;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.values {
  text-align: center;
  padding-bottom: 45px;
  padding-top: 70px;
}

@media screen and (max-width: 575px) {
  .values {
    padding-top: 20px;
  }
}

@media screen and (max-width: 575px) {
  .values {
    padding-bottom: 10px;
  }
}

.values--header {
  padding-bottom: 5px;
}

@media screen and (max-width: 575px) {
  .values--header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.values-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .values-list {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    text-align: center;
  }
}

.values-list--item {
  -webkit-flex: 0 1 33.333333333%;
  -ms-flex: 0 1 33.333333333%;
  flex: 0 1 33.333333333%;
  margin: 0 10px;
}

@media screen and (min-width: 992px) {
  .values-list--item {
    position: relative;
    min-height: 496px;
  }
}

.values-list--item p,
.values-list--item li {
  font-weight: 500;
}

.values-list--item h3 {
  margin: 25px 0 5px 0;
}

.values-list--item a {
  margin-top: 5px;
}

@media screen and (min-width: 992px) {
  .values-list--item a {
    position: absolute;
    bottom: 0;
  }
}

.values-list--item:first-child {
  margin-left: 0;
}

.values-list--item:last-child {
  margin-right: 0;
}

.values-list--item img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .values-list--item img {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .values-list--item {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: 35px;
  }
  .values-list--item:first-child {
    margin-left: 10px;
  }
  .values-list--item:last-child {
    margin-right: 10px;
  }
  .values-list--item img {
    max-width: 100%;
    width: auto;
  }
}

.rewards {
  text-align: center;
  padding-bottom: 80px;
  padding-top: 75px;
  background: #F6F6F6;
}

@media screen and (max-width: 575px) {
  .rewards {
    padding-top: 70px;
  }
}

.rewards--header {
  padding: 0 30px 20px 30px;
}

.rewards--header h3 {
  margin: 0 0 13px;
}

@media screen and (max-width: 575px) {
  .rewards--header {
    padding: 0 0px 15px 0px;
  }
  .rewards--header h3 {
    margin: 0 0 20px;
  }
}

.rewards .align-left {
  text-align: left;
}

.rewards .button {
  font-size: 16px;
}

@media screen and (min-width: 576px) {
  .rewards .button {
    margin-top: 20px;
  }
}

.rewards-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .rewards-list {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    text-align: center;
  }
}

.rewards-list--item {
  -webkit-flex: 0 1 33.333333333%;
  -ms-flex: 0 1 33.333333333%;
  flex: 0 1 33.333333333%;
  margin: 0 10px;
}

@media screen and (max-width: 575px) {
  .rewards-list--item {
    padding-bottom: 5px;
  }
}

.rewards-list--item p,
.rewards-list--item li {
  font-weight: 500;
}

.rewards-list--item a {
  display: block;
}

.rewards-list--item h3 {
  margin: 25px 0 3px 0;
}

.rewards-list--item__image {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 575px) {
  .rewards-list--item__image {
    height: 70px;
  }
}

.rewards-list--item:first-child {
  margin-left: 0;
}

.rewards-list--item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  .rewards-list--item {
    text-align: center;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin: 0 0 10px;
  }
  .rewards-list--item h3 {
    margin-top: 20px;
  }
}

.useful-links {
  text-align: center;
  padding-bottom: 75px;
  padding-top: 75px;
}

@media screen and (max-width: 991px) {
  .useful-links {
    padding-bottom: 0;
  }
}

.useful-links--header {
  padding: 0 30px 30px 30px;
}

.useful-links .align-left {
  text-align: left;
}

@media screen and (min-width: 576px) {
  .useful-links .button,
  .useful-links .button-border {
    margin-top: 20px;
  }
}

.useful-links-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .useful-links-list {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    text-align: center;
  }
}

.useful-links-list--item {
  -webkit-flex: 0 1 33.333333333%;
  -ms-flex: 0 1 33.333333333%;
  flex: 0 1 33.333333333%;
  margin: 0 10px;
}

.useful-links-list--item h4 {
  margin: 0px 0;
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .useful-links-list--item h4 {
    margin: 35px 0 20px;
  }
}

.useful-links-list--item__image {
  width: 100px;
  height: 100px;
  margin: 0 auto 25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .useful-links-list--item__image {
    height: 70px;
  }
}

.useful-links-list--item:first-child {
  margin-left: 0;
}

.useful-links-list--item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  .useful-links-list--item {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: 40px;
  }
  .useful-links-list--item:first-child {
    margin-left: 10px;
  }
  .useful-links-list--item:last-child {
    margin-right: 10px;
  }
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

@media screen and (min-width: 992px) {
  .no-js .owl-carousel,
  .owl-carousel.owl-loaded {
    display: none;
  }
}

.owl-carousel {
  margin: 20px 0 25px;
}

.owl-dot span {
  background: white !important;
  border: 2px solid #009FD9;
  width: 26px !important;
  height: 26px !important;
  border: 2px solid #009FD9;
  width: 26px;
  height: 26px;
  position: relative;
  transition: -webkit-transform 200ms ease !important;
  transition: transform 200ms ease !important;
  transition: transform 200ms ease, -webkit-transform 200ms ease !important;
}

.owl-dot span:before {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 0;
  top: -2px;
  left: -2px;
  color: #214491;
  font-weight: 700;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.owl-dot:nth-of-type(1) span {
  border: 2px solid #00A5AC;
}

.owl-dot:nth-of-type(1) span:before {
  content: '01';
  font-size: 11px;
}

.owl-dot:nth-of-type(1) span:after {
  content: '';
  width: 50px;
  height: 2px;
  left: 22px;
  top: 50%;
  z-index: -1;
  position: absolute;
  background: #3FA946;
}

.owl-dot:nth-of-type(2) span {
  border: 2px solid #009FD9;
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.owl-dot:nth-of-type(2) span:before {
  content: '02';
  font-size: 11px;
  top: -2px;
  left: -2px;
}

.owl-dot:nth-of-type(2) span:after {
  content: '';
  width: 40px;
  height: 2px;
  left: 22px;
  top: 50%;
  z-index: -1;
  position: absolute;
  background: #00A5AC;
}

.owl-dot:nth-of-type(3) span {
  border: 2px solid #3FA946;
}

.owl-dot:nth-of-type(3) span:before {
  content: '03';
  font-size: 11px;
  top: -2px;
  left: -2px;
}

.active span {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.button {
  font-weight: 500;
  font-size: 14px;
  color: #FFF;
  position: relative;
  display: inline-block;
  border-radius: 60px;
  padding: 15px 31px 11px 31px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #0063AF;
  font-family: "Gotham Rounded", Helvetica, Arial, sans-serif;
  transition: border 300ms ease, background 300ms ease, color 300ms ease;
}

.button:hover {
  color: #fff;
  text-decoration: none;
  background: #009FD9;
}

.button-border {
  font-weight: 500;
  font-size: 14px;
  color: #0063AF;
  border: 2px solid #0063AF;
  font-family: "Gotham Rounded", Helvetica, Arial, sans-serif;
  position: relative;
  display: inline-block;
  border-radius: 60px;
  padding: 11px 26px 10px 26px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: border 300ms ease, background 300ms ease, color 300ms ease;
}

.button-border:hover {
  color: #fff;
  text-decoration: none;
  background: #0063AF;
}

/** Mixins **/

@font-face {
  font-family: 'Gotham Rounded';
  font-weight: 300;
  font-style: normal;
  src: url("/App_Themes/Microsites/trwy_v1/fonts/Gotham-Rounded-Light.ttf") format("truetype"), url("/App_Themes/Microsites/trwy/fonts/Gotham-Rounded-Light.woff") format("woff");
}

@font-face {
  font-family: 'Gotham Rounded';
  font-weight: 400;
  font-style: normal;
  src: url("/App_Themes/Microsites/trwy_v1/fonts/gotham-rounded-book.ttf") format("truetype"), url("/App_Themes/Microsites/trwy/fonts/gotham-rounded-book.woff") format("woff");
}

@font-face {
  font-family: 'Gotham Rounded';
  font-weight: 500;
  font-style: normal;
  src: url("/App_Themes/Microsites/trwy_v1/fonts/gotham-rounded-medium.otf") format("opentype"), url("/App_Themes/Microsites/trwy/fonts/gotham-rounded-medium.woff") format("woff");
}

@font-face {
  font-family: 'Gotham';
  font-weight: 400;
  font-style: normal;
  src: url("/App_Themes/Microsites/trwy_v1/fonts/Gotham-Book.otf") format("opentype"), url("/App_Themes/Microsites/trwy/fonts/Gotham-Book.woff2") format("woff2"), url("/App_Themes/Microsites/trwy/fonts/Gotham-Book.woff") format("woff");
}

@font-face {
  font-family: 'Gotham';
  font-weight: 700;
  font-style: normal;
  src: url("/App_Themes/Microsites/trwy_v1/fonts/Gotham-Bold.otf") format("opentype"), url("/App_Themes/Microsites/trwy/fonts/Gotham-Bold.woff2") format("woff2"), url("/App_Themes/Microsites/trwy/fonts/Gotham-Bold.woff") format("woff");
}

/** Common sass **/

html,
body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container-max {
  max-width: 1115px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .container-max {
    padding: 0 15px;
  }
}

.article__container {
  padding: 0 15px;
  max-width: 800px;
  margin: 45px auto 0;
}

.main__container {
  max-width: 1115px;
  margin: 45px auto 0;
  padding: 0 15px;
}

.fullwidth {
  width: 100%;
  position: relative;
}

.col-50 {
  width: 50%;
}

@media screen and (max-width: 799px) {
  .col-50 {
    width: 100%;
  }
}

.background-grey {
  background: #F6F6F6;
}

/*.wrapper {
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:stretch;
	height:100%;
	overflow-x:hidden;

	.site-content {
		flex:1;
	}
}*/

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

:hover,
:focus,
:active {
  outline: none !important;
}

input,
textarea,
select,
label {
  font-family: inherit;
}

a,
button,
input {
  outline: none;
  transition: border 300ms ease, background 300ms ease, color 300ms ease;
}

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

table {
  width: 100%;
}

table td,
table th {
  vertical-align: top;
}

hr {
  margin: 15px auto;
  border: none;
  text-align: center;
}

hr:after {
  content: '';
  display: block;
  height: 1px;
  background: black;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3 {
  font-weight: 500;
}

h1 {
  font-size: 50px;
  line-height: 50px;
  font-family: "Gotham Rounded", Helvetica, Arial, sans-serif;
  color: #00A5AC;
  font-weight: 300;
}

@media screen and (max-width: 575px) {
  h1 {
    font-size: 42px;
  }
}

h2 {
  font-size: 28px;
  font-family: "Gotham Rounded", Helvetica, Arial, sans-serif;
  color: #0063AF;
  margin: 0px 0 10px 0;
  font-weight: 500;
}

@media screen and (max-width: 575px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 26px;
  line-height: 1.15;
  font-family: "Gotham Rounded", Helvetica, Arial, sans-serif;
  color: #0063AF;
  font-weight: 500;
  margin: 20px 0 10px 0;
}

h3.alt {
  line-height: 1.125;
  font-size: 32px;
}

@media screen and (max-width: 991px) {
  h3.alt {
    font-size: 26px;
  }
}

@media screen and (max-width: 575px) {
  h3 {
    font-size: 26px;
  }
  h3.alt {
    font-size: 22px;
  }
}

h4 {
  font-size: 18px;
  font-family: "Gotham Rounded", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin: 10px 0 10px 0;
}

strong {
  font-weight: 500;
}

p,
li {
  font-family: "Gotham Rounded", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.625;
  font-weight: 400;
  color: #282828;
}

p.small,
li.small {
  font-size: 14px;
}

sup {
  font-size: 10px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
}

ul li,
ol li {
  margin: 0px;
  margin-bottom: 0px;
  padding: 0px;
  padding-left: 10px;
}

a img,
a div,
a *:after,
a *:before {
  text-decoration: none;
}

img.alignleft {
  float: left;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  float: right;
}

@media screen and (max-width: 575px) {
  img.alignleft,
  img.aligncenter,
  img.alignright {
    display: block;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.valign {
  display: block;
  vertical-align: middle;
  white-space: nowrap;
}

.valign>* {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

.valign:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  pointer-events: none;
}

.flex-valign {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-stretch {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.no-click {
  pointer-events: none;
}

[data-toggle='collapse'].collapsed .collapsed__hidden,
[data-toggle='collapse']:not(.collapsed) .collapsed__visible {
  display: none;
}

.visible-md {
  display: none;
}

@media screen and (max-width: 991px) {
  .visible-md {
    display: block;
  }
}

.hidden-md {
  display: block;
}

@media screen and (max-width: 991px) {
  .hidden-md {
    display: none;
  }
}

.typography h1,
.typography h2,
.typography h3 {
  margin: 15px 0px 30px;
  font-weight: 700;
}

@media screen and (max-width: 575px) {
  .typography h1,
  .typography h2,
  .typography h3 {
    margin: 10px 0px 20px;
  }
}

.typography h4,
.typography h5,
.typography h6 {
  margin: 10px 0px 20px;
}

@media screen and (max-width: 575px) {
  .typography h4,
  .typography h5,
  .typography h6 {
    margin: 10px 0px;
  }
}

.typography p,
.typography li {
  margin: 15px 0px 25px;
}

.typography img {
  margin: 30px 0px;
}

.typography img.alignleft {
  margin-top: 0px;
  margin-right: 30px;
}

.typography img.alignright {
  margin-top: 0px;
  margin-left: 30px;
}

.typography .wp-gallery {
  margin: 30px 0px;
}

.typography> :first-child {
  margin-top: 0px;
}

.typography> :last-child {
  margin-bottom: 0px;
}

.btn {
  transition: border 300ms ease, background 300ms ease, color 300ms ease;
}

.form-control:placeholders {
  opacity: 1 !important;
}

.header {
  height: 80px;
  padding: 20px 0;
}

.header img {
  width: 100px;
}

.banner {
  padding: 32px 0px 145px;
  background-color: #0063AF;
  height: 480px;
}

.banner h1 {
  color: #0063AF;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .banner {
    height: 320px;
    background-position: 100% 100% !important;
  }
}

.banner.alt {
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner.alt .banner-content {
  padding: 0;
}

@media screen and (max-width: 991px) {
  .banner.alt {
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .banner.alt {
    height: auto;
    padding: 100px 0;
    background-position: 54% 0%;
  }
}

.banner.alt h1 {
  color: #214491;
  font-size: 54px;
  margin: 0 0 5px;
  line-height: 1.037;
}

@media screen and (max-width: 767px) {
  .banner.alt h1 {
    font-size: 35px;
  }
}

.banner.alt p,
.banner.alt li {
  font-size: 20px;
  font-weight: 500;
  font-family: "Gotham Rounded", Helvetica, Arial, sans-serif;
  color: #009FD9;
  line-height: 1.2;
  margin: 0;
}

.banner-content {
  color: #fff;
  z-index: 99;
  position: relative;
  padding-top: 110px;
}

@media screen and (max-width: 991px) {
  .banner-content {
    padding-top: 20px;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .banner-content {
    padding-top: 0px;
  }
}

.banner-content--mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .banner-content--mobile {
    display: inline-block;
    padding-top: 40px;
    width: 100%;
  }
  .banner-content--mobile h1 {
    text-align: center;
    font-size: 44px;
    color: #0063AF;
  }
}

@media screen and (max-width: 576px) {
  .banner-content--mobile {
    padding-top: 20px;
    width: 100%;
  }
  .banner-content--mobile h1 {
    font-size: 34px;
    line-height: 1em;
    text-align: center;
  }
}

footer {
  background-color: white;
  padding: 60px 0;
}

@media screen and (max-width: 575px) {
  footer {
    padding: 30px 0px 30px;
  }
}

footer .container-max {
  max-width: 1190px;
}

footer .footer-disclaimer {
  margin: 28px 0 0;
}

footer .footer-disclaimer p,
footer .footer-disclaimer li {
  font-size: 10px;
  line-height: 1.4;
  color: #ACACAC;
}

footer .footer-disclaimer .red {
  color: red;
}

footer .footer-awards {
  display: block;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  footer .footer-awards {
    display: none;
  }
}

footer .footer-awards-mobile {
  display: none;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  footer .footer-awards-mobile {
    display: block;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 767px) {
  footer ul.site-links {
    display: inline-block;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  footer ul.site-links li {
    width: 49%;
    display: inline-block;
    text-align: center;
  }
  footer ul.site-links li:last-child {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  footer ul.legal {
    text-align: center;
  }
}

footer ul.social {
  text-align: right;
}

.mb-45{
  margin-bottom:45px;
}

@media screen and (max-width: 991px) {
  footer ul.social {
    text-align: left;
  }

  footer ul.footer-menu li {
    display: block;
    margin: 0 0 5px;
    text-align: center;
  }

  footer ul.footer-sub-menu li {
    display: block;
    text-align: center;
  }

  footer ul.social {
    margin: 10px 0 30px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  footer ul.social {
    margin: 10px 0 30px;
    text-align: center;
  }
}

footer ul.social li {
  display: inline-block;
  margin-left: 12px;
}

@media screen and (max-width: 991px) {
  footer ul.social li {
    margin-right: 12px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  footer ul.social li {
    margin: 0 10px;
  }
  footer ul.social li img {
    width: auto;
    max-height: 24px;
  }
}

footer .link-1 {
  text-align: center;
}

footer .link-order {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  footer .order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  footer .order-2 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media screen and (max-width: 767px) {
  footer .order-3 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

footer ul {
  padding-left: 0px;
  padding-top: 0px;
  list-style-type: none;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  footer ul.footer-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 40px 0 0;
  }
  footer ul.footer-menu li {
    width: 50%;
    margin: 0 0 5px;
    text-align: center;
  }
}

footer ul.footer-sub-menu li {
  margin: 0 0 5px;
}

footer ul.footer-sub-menu li a {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  footer ul.footer-sub-menu li {
    display: block;
    text-align: center;
  }
}

footer ul li {
  font-size: 12px;
  margin-bottom: 2px;
  margin-left: 0;
  padding-left: 0px !important;
}

footer ul li a {
  color: #444444;
  font-size: 14px;
}

footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active {
  text-decoration: underline;
}

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