@font-face {
  font-family: 'VAGRoundedStd-Light';
  font-style: normal;
  src: url("/site/fonts/38F9B6_1_0.eot");
  src: url("/site/fonts/38F9B6_1_0.eot?#iefix") format("embedded-opentype"), url("/site/fonts/38F9B6_1_0.woff") format("woff"), url("/site/fonts/38F9B6_1_0.ttf") format("truetype"), url("/site/fonts/38F9B6_1_0.svg#wf") format("svg"); }

@font-face {
  font-family: 'VAGRoundedStd-Bold';
  font-weight: normal;
  font-style: normal;
  src: url("/site/fonts/38F9B6_0_0.eot");
  src: url("/site/fonts/38F9B6_0_0.eot?#iefix") format("embedded-opentype"), url("/site/fonts/38F9B6_0_0.woff") format("woff"), url("/site/fonts/38F9B6_0_0.ttf") format("truetype"), url("/site/fonts/38F9B6_0_0.svg#wf") format("svg"); }

@font-face {
  font-family: 'GillSansDisplayMT-Bold';
  font-weight: normal;
  font-style: normal;
  src: url("/site/fonts/294E34_0_0.eot");
  src: url("/site/fonts/294E34_0_0.eot?#iefix") format("embedded-opentype"), url("/site/fonts/294E34_0_0.woff") format("woff"), url("/site/fonts/294E34_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/site/fonts/glyphicons-halflings-regular.eot");
  src: url("/site/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/site/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/site/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/site/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg"); }

@-ms-viewport {
  width: device-width; }

html, body {
  width: 100%;
  height: 100vh; }

html {
  box-sizing: border-box;
  font-size: 10px;
  font-size: 62.5%; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  -ms-overflow-style: auto;
  overflow: auto;
  background-color: #FFFFFF;
  padding: 0;
  margin: 0;
  overscroll-behavior: none;
  min-height: 100vh;
  color: #17408D;
  font-family: "VAGRoundedStd-Light", "Arial Rounded MT", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem; }

#main, .page-wrap {
  width: 100%;
  overflow-x: hidden; }

h1 {
  font-size: 70px;
  font-size: 7rem;
  font-family: "VAGRoundedStd-Bold", "Arial Rounded MT Bold", sans-serif;
  line-height: 1; }
  @media (max-width: 1024px) {
    h1 {
      font-size: 56px;
      font-size: 5.6rem; } }
  @media (max-width: 540px) {
    h1 {
      font-size: 34px;
      font-size: 3.4rem;
      text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); } }

h2 {
  font-size: 30px;
  font-size: 3rem;
  font-family: "VAGRoundedStd-Bold", "Arial Rounded MT Bold", sans-serif; }
  @media (max-width: 1024px) {
    h2 {
      font-size: 28px;
      font-size: 2.8rem; } }
  @media (max-width: 540px) {
    h2 {
      font-size: 26px;
      font-size: 2.6rem; } }

h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "VAGRoundedStd-Bold", "Arial Rounded MT Bold", sans-serif; }
  @media (max-width: 1024px) {
    h3 {
      font-size: 22px;
      font-size: 2.2rem; } }
  @media (max-width: 540px) {
    h3 {
      font-size: 16px;
      font-size: 1.6rem; } }

h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "VAGRoundedStd-Bold", "Arial Rounded MT Bold", sans-serif; }
  @media (max-width: 1024px) {
    h4 {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media (max-width: 540px) {
    h4 {
      font-size: 14px;
      font-size: 1.4rem; } }

a {
  color: inherit;
  display: inline-block; }
  a:hover {
    color: inherit;
    text-decoration: none;
    opacity: 0.8; }

.content-area a:not(.btn) {
  color: #91408F;
  text-decoration: underline; }
  .content-area a:not(.btn):hover {
    text-decoration: none;
    opacity: 0.8; }

.flex {
  display: -ms-flexbox;
  display: flex; }

.flex-row {
  -ms-flex-direction: row;
      flex-direction: row; }

.flex-column {
  -ms-flex-direction: column;
      flex-direction: column; }

.inner {
  max-width: 122rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.btn {
  color: #FFFFFF; }
  .btn:hover, .btn:active {
    color: #FFFFFF; }

/* orange button */
.btn-custom-1 {
  background: linear-gradient(180deg, #E59B49 0%, #D2662B 100%);
  border: 1px solid #ECAB54;
  border-radius: 6.4rem;
  height: 4rem;
  min-width: 16rem;
  font-size: 1.8rem;
  line-height: 1.17;
  font-family: "VAGRoundedStd-Bold", "Arial Rounded MT Bold", sans-serif; }
  .btn-custom-1:hover, .btn-custom-1:active, .btn-custom-1:focus, .btn-custom-1:active:focus {
    outline: none;
    background: linear-gradient(180deg, #E59B49 0%, #D2662B 100%);
    border: 1px solid #ECAB54;
    color: #FFFFFF;
    opacity: 0.85; }
  @media (max-width: 540px) {
    .btn-custom-1 {
      font-size: 1.4rem;
      max-width: 14.5rem; } }

/* blue button */
.btn-custom-2, .cb-buttons .btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  background: linear-gradient(180deg, #5AC8F3 0%, #00A9EC 100%);
  color: white;
  text-decoration: none;
  border: 1px solid #4AA8E6;
  border-radius: 6.4rem;
  height: 4rem;
  min-width: 14.5rem;
  font-size: 1.6rem;
  line-height: 1.17;
  font-family: "VAGRoundedStd-Bold", "Arial Rounded MT Bold", sans-serif; }
  .btn-custom-2.larger, .cb-buttons .larger.btn {
    height: 5rem;
    padding-left: 3.6rem;
    padding-right: 3.6rem; }

/* underline button */
.btn-custom-3 {
  background: none;
  border: none;
  border-radius: 0;
  text-decoration: underline;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "VAGRoundedStd-Bold", "Arial Rounded MT Bold", sans-serif;
  line-height: 1.1428;
  color: #4AA8E6;
  padding: 0; }
  .btn-custom-3:hover, .btn-custom-3:active, .btn-custom-3:focus {
    color: rgba(74, 168, 230, 0.7);
    text-decoration: underline;
    background: transparent; }

.btn-custom-none {
  background: none;
  border: none;
  border-radius: 0;
  max-width: none;
  padding: 0; }
  .btn-custom-none:hover, .btn-custom-none:active, .btn-custom-none:focus, .btn-custom-none:active:focus {
    color: #FFFFFF;
    border: none;
    background: none; }

.white-link {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block; }
  .white-link:hover, .white-link:active, .white-link:focus, .white-link:active:focus {
    color: #FFFFFF;
    opacity: 0.75; }

.input-custom-1 {
  height: 5rem; }
  .input-custom-1 .form-control {
    height: 5rem;
    border-width: 0;
    border-radius: 35px;
    padding-top: 0.8rem;
    padding-left: 2rem;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.384615384615385;
    color: #17408D; }
    .input-custom-1 .form-control::placeholder, .input-custom-1 .form-control::-webkit-input-placeholder {
      color: #B2B2B2; }
  .input-custom-1 .input-group-addon {
    font-family: "VAGRoundedStd-Bold", "Arial Rounded MT Bold", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    border-color: #4AA8E6;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    padding-left: 3rem;
    padding-right: 3rem;
    color: #FFFFFF;
    background: linear-gradient(180deg, #5AC8F3 0%, #00A9EC 100%); }

.search.form-control {
  background: #FFFFFF;
  height: 4rem;
  border-radius: 24px;
  max-width: 33rem;
  width: 100%;
  padding: 0 2rem 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  border: none; }
  .search.form-control > .search-input {
    -ms-flex-positive: 1;
        flex-grow: 1;
    height: 100%;
    border: none;
    background: transparent;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    padding-left: 2rem;
    padding-top: 0.3rem;
    padding-bottom: 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.154;
    color: #17408D; }
    .search.form-control > .search-input:focus {
      outline: none; }
    .search.form-control > .search-input::placeholder, .search.form-control > .search-input::-webkit-input-placeholder {
      color: #B2B2B2; }

.aspect-ratio-image, .hero .hero-bg {
  min-height: 0;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: block;
  text-decoration: none; }
  .aspect-ratio-image::before, .hero .hero-bg::before {
    content: '';
    display: block;
    height: 0;
    min-height: 0;
    width: 100%;
    z-index: 0; }
  .aspect-ratio-image::after, .hero .hero-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .aspect-ratio-image.no-gradient::after, .hero .no-gradient.hero-bg::after {
    content: none; }
  .aspect-ratio-image.ratio-16by9::before, .hero .ratio-16by9.hero-bg::before {
    padding-bottom: 56.25%; }

blockquote {
  color: #91408F;
  font-size: 2rem;
  font-style: italic;
  font-weight: 700;
  border: 0;
  margin: 0;
  padding: 0; }
  blockquote p {
    border-left: 4px solid #91408F;
    line-height: 1.4;
    margin: 0;
    padding-left: 4rem;
    position: relative; }
    blockquote p::before, blockquote p::after {
      content: '';
      background-image: url("data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjojZmZmZmZmMDAiIHZpZXdCb3g9IjAgMCAzNCAxMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMzQiIGhlaWdodD0iMTMiPjxnIGZpbGw9IiM5YzQwOTciPjxwYXRoIGQ9Ik0uMzM1NCA1LjIzNzFDMS4xODUzIDIuMjAzMSAzLjI4MDkgMCA1LjMxODggMGMuMTYzNiAwIC4zMjcyLjAxNDMuNDg2OS4wNDI2LjA5MDEuMDE1OC4xNjkyLjA2ODcuMjE4Mi4xNDUzLjA0ODIuMDc3NC4wNjI1LjE3MjEuMDM3OS4yNTk3bC0uNDE5NyAxLjQ5ODFjLS4wNDAzLjE0NDQtLjE4MDIuMjQyNS0uMzI1Ny4yMzU5bC0uMDMzMi0uMDAwN2MtLjc1NTcgMC0yLjEzNjcgMS4xMzExLTIuODQxMSAzLjY0NDQtLjAyNzcuMTAwMi0uMDUzNy4yMDIxLS4wNzkxLjMwODYuNzg5OC0uMzkwOSAxLjczMjgtLjQ4MTYgMi41ODY2LS4yNDM5IDEuOTI2NC41MzgzIDMuMDU0MyAyLjU0MDcgMi41MTYyIDQuNDYzNkM3LjAyOTQgMTEuOTExNyA1LjU5MzkgMTMgMy45NzQ5IDEzYy0uMzI5NiAwLS42NTkyLS4wNDQ4LS45Nzg3LS4xMzQyQzEuNzI2IDEyLjUxMDYuNzcxIDExLjQ1NzkuMzA3IDkuOTAxMWMtLjQxOTEtMS40MDQ5LS40MDg3LTMuMTA0My4wMjg0LTQuNjY0em0wIDB6TTEzLjcxOTQgMGMuMTYyOSAwIC4zMjY2LjAxNDMuNDg2Mi4wNDI2LjA5MDIuMDE1Mi4xNjkyLjA2ODcuMjE4Mi4xNDUzLjA0ODEuMDc3NC4wNjI1LjE3MjEuMDM3OS4yNTk3bC0uNDE5NyAxLjQ5ODFjLS4wNDEuMTQ0NC0uMTc4LjI0MjUtLjMyNTcuMjM1OWwtLjAzMzItLjAwMDdjLS43NTU5IDAtMi4xMzY3IDEuMTMxMS0yLjg0MTEgMy42NDQ0LS4wMjc1LjEwMTEtLjA1NDUuMjAyNy0uMDc5OC4zMDg2Ljc5MTEtLjM5MDkgMS43MzM2LS40ODE2IDIuNTg3Mi0uMjQzOSAxLjkyNjUuNTM4MyAzLjA1NDcgMi41NDA3IDIuNTE2MyA0LjQ2MzZDMTUuNDI5NCAxMS45MTE3IDEzLjk5MzggMTMgMTIuMzc0OCAxM2MtLjMyOTYgMC0uNjU5Mi0uMDQ0OC0uOTc5NC0uMTM0Mi0xLjI2OTQtLjM1NTItMi4yMjQ1LTEuNDA3OS0yLjY4OTMtMi45NjQ3LS40MTgtMS40MDQ5LS40MDgtMy4xMDQzLjAyODUtNC42NjRDOS41ODUxIDIuMjAzMSAxMS42ODA3IDAgMTMuNzE5NCAwem0wIDB6TTMzLjY2NDYgNS4yMzcxQzMyLjgxNDcgMi4yMDMxIDMwLjcxOTEgMCAyOC42ODEyIDBjLS4xNjM2IDAtLjMyNzIuMDE0My0uNDg2OS4wNDI2LS4wOTAxLjAxNTgtLjE2OTIuMDY4Ny0uMjE4Mi4xNDUzLS4wNDgyLjA3NzQtLjA2MjUuMTcyMS0uMDM3OS4yNTk3bC40MTk3IDEuNDk4MWMuMDQwMy4xNDQ0LjE4MDIuMjQyNS4zMjU3LjIzNTlsLjAzMzItLjAwMDdjLjc1NTcgMCAyLjEzNjcgMS4xMzExIDIuODQxMSAzLjY0NDQuMDI3Ny4xMDAyLjA1MzcuMjAyMS4wNzkxLjMwODYtLjc4OTgtLjM5MDktMS43MzI4LS40ODE2LTIuNTg2Ni0uMjQzOS0xLjkyNjQuNTM4My0zLjA1NDMgMi41NDA3LTIuNTE2MiA0LjQ2MzZDMjYuOTcwNiAxMS45MTE3IDI4LjQwNjEgMTMgMzAuMDI1MSAxM2MuMzI5NiAwIC42NTkyLS4wNDQ4Ljk3ODctLjEzNDIgMS4yNzAyLS4zNTUyIDIuMjI1Mi0xLjQwNzkgMi42ODkyLTIuOTY0Ny40MTkxLTEuNDA0OS40MDg3LTMuMTA0My0uMDI4NC00LjY2NHptMCAwek0yMC4yODA2IDBjLS4xNjI5IDAtLjMyNjYuMDE0My0uNDg2Mi4wNDI2LS4wOTAyLjAxNTItLjE2OTIuMDY4Ny0uMjE4Mi4xNDUzLS4wNDgxLjA3NzQtLjA2MjUuMTcyMS0uMDM3OS4yNTk3bC40MTk3IDEuNDk4MWMuMDQxLjE0NDQuMTc4LjI0MjUuMzI1Ny4yMzU5bC4wMzMyLS4wMDA3Yy43NTU5IDAgMi4xMzY3IDEuMTMxMSAyLjg0MTEgMy42NDQ0LjAyNzUuMTAxMS4wNTQ1LjIwMjcuMDc5OC4zMDg2LS43OTExLS4zOTA5LTEuNzMzNi0uNDgxNi0yLjU4NzItLjI0MzktMS45MjY1LjUzODMtMy4wNTQ3IDIuNTQwNy0yLjUxNjMgNC40NjM2QzE4LjU3MDYgMTEuOTExNyAyMC4wMDYyIDEzIDIxLjYyNTIgMTNjLjMyOTYgMCAuNjU5Mi0uMDQ0OC45Nzk0LS4xMzQyIDEuMjY5NC0uMzU1MiAyLjIyNDUtMS40MDc5IDIuNjg5My0yLjk2NDcuNDE4LTEuNDA0OS40MDgtMy4xMDQzLS4wMjg1LTQuNjY0QzI0LjQxNDkgMi4yMDMxIDIyLjMxOTMgMCAyMC4yODA2IDB6bTAgMHoiLz48L2c+PC9zdmc+");
      background-size: 34px 13px;
      display: inline-block;
      width: 16px;
      height: 13px; }
    blockquote p::before {
      position: absolute;
      top: 6px;
      left: 18px; }
    blockquote p::after {
      background-position: right 0;
      margin-left: 1rem; }
  blockquote cite {
    color: #000000;
    font-size: 1.3rem;
    font-style: normal;
    padding-left: 4.4rem; }
  blockquote.justifyright p {
    border-left: none;
    border-right: 4px solid #91408F;
    padding-left: 0;
    padding-right: 1.2rem; }
    blockquote.justifyright p::before {
      position: static;
      margin-right: 0.3rem; }
  blockquote.justifyright cite {
    padding-left: 0;
    padding-right: 4.4rem; }

/* all icons */
i.facebook-icon, i.twitter-icon, i.linkedin-icon, i.instagram-icon, i.arrow-down-icon, i.search-icon, i.search-icon-white, i.clock-icon {
  display: inline-block;
  font-size: 0; }
  i.facebook-icon::after, i.twitter-icon::after, i.linkedin-icon::after, i.instagram-icon::after, i.arrow-down-icon::after, i.search-icon::after, i.search-icon-white::after, i.clock-icon::after {
    display: inline-block; }

i.twitter-icon::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI4LjUzOSAyLjc5MmMtLjY0NS4yODQtMS4zMTMuNTA4LTIgLjY3QTYuMTk4IDYuMTk4IDAgMCAwIDI4LjE4NS44NTZhLjMyNi4zMjYgMCAwIDAtLjQ3OC0uMzc4Yy0uOTU1LjU2My0xLjk4NC45ODYtMy4wNTcgMS4yNTZhLjgxMy44MTMgMCAwIDEtLjcyNi0uMThBNi4yNyA2LjI3IDAgMCAwIDE5Ljc4NyAwYy0uNjYgMC0xLjMyNy4xMDItMS45ODEuMzA0YTYuMDQgNi4wNCAwIDAgMC00LjA4MiA0LjM0MiA2LjYwMyA2LjYwMyAwIDAgMC0uMTQ5IDIuMjkuMjIyLjIyMiAwIDAgMS0uMDU2LjE3NS4yMzIuMjMyIDAgMCAxLS4xOTQuMDc3IDE2LjQxOCAxNi40MTggMCAwIDEtMTEuMjY4LTUuOTkuMzI4LjMyOCAwIDAgMC0uNTM2LjA0MiA2LjE5OCA2LjE5OCAwIDAgMCAxLjAxNyA3LjU2MSA1LjYyIDUuNjIgMCAwIDEtMS40MjYtLjU0OS4zMjcuMzI3IDAgMCAwLS40ODYuMjggNi4yMjYgNi4yMjYgMCAwIDAgMy42NTIgNS43MzkgNS42NTcgNS42NTcgMCAwIDEtMS4xODctLjA5OC4zMjYuMzI2IDAgMCAwLS4zNzIuNDE4IDYuMjU3IDYuMjU3IDAgMCAwIDQuOTQ5IDQuMjQgMTEuNTc5IDExLjU3OSAwIDAgMS02LjQ2MiAxLjk1M0guNDgzYS40NzguNDc4IDAgMCAwLS40NjguMzU4LjQ5Mi40OTIgMCAwIDAgLjIzNy41NDVBMTcuMjI3IDE3LjIyNyAwIDAgMCA4Ljg3NSAyNGMyLjY1IDAgNS4xMy0uNTIzIDcuMzY5LTEuNTU1YTE2LjI2MyAxNi4yNjMgMCAwIDAgNS4zOTItNC4wMiAxNy42MDQgMTcuNjA0IDAgMCAwIDMuMy01LjUwMWMuNzM1LTEuOTUxIDEuMTIzLTQuMDMzIDEuMTIzLTYuMDJ2LS4wOTVjMC0uMzIuMTQ1LS42Mi4zOTgtLjgyNC45Ni0uNzc2IDEuNzk3LTEuNjkgMi40ODYtMi43MTUuMTgyLS4yNy0uMTA1LS42MS0uNDA0LS40Nzh6IiBmaWxsPSIjZmZmIi8+PC9zdmc+"); }

i.facebook-icon::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIwLjc2NiAwSDMuMjM0QTMuMjM0IDMuMjM0IDAgMCAwIDAgMy4yMzR2MTcuNTMyQTMuMjM0IDMuMjM0IDAgMCAwIDMuMjM0IDI0aDguNjQ3bC4wMTQtOC41NzZIOS42NjdhLjUyNi41MjYgMCAwIDEtLjUyNS0uNTI0bC0uMDExLTIuNzY1YS41MjYuNTI2IDAgMCAxIC41MjYtLjUyN2gyLjIyNFY4LjkzN2MwLTMuMSAxLjg5My00Ljc4OCA0LjY1OC00Ljc4OGgyLjI3Yy4yOSAwIC41MjUuMjM1LjUyNS41MjV2Mi4zMzFjMCAuMjktLjIzNS41MjYtLjUyNS41MjZoLTEuMzkzYy0xLjUwNCAwLTEuNzk1LjcxNS0xLjc5NSAxLjc2NHYyLjMxM2gzLjMwNGMuMzE1IDAgLjU2LjI3NS41MjMuNTg3bC0uMzI4IDIuNzY1YS41MjYuNTI2IDAgMCAxLS41MjIuNDY0aC0yLjk2MkwxNS42MiAyNGg1LjE0NUEzLjIzNCAzLjIzNCAwIDAgMCAyNCAyMC43NjZWMy4yMzRBMy4yMzQgMy4yMzQgMCAwIDAgMjAuNzY2IDB6IiBmaWxsPSIjZmZmIi8+PC9zdmc+"); }

i.linkedin-icon::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIxLjgyOSAwSDIuMTcxQTIuMTcxIDIuMTcxIDAgMCAwIDAgMi4xNzF2MTkuNjU4QzAgMjMuMDI4Ljk3MiAyNCAyLjE3MSAyNGgxOS42NThDMjMuMDI4IDI0IDI0IDIzLjAyOCAyNCAyMS44MjlWMi4xN0EyLjE3MSAyLjE3MSAwIDAgMCAyMS44MjkgMHpNNy40MjcgMjAuNzIzYS42MzIuNjMyIDAgMCAxLS42MzIuNjMyaC0yLjY5YS42MzIuNjMyIDAgMCAxLS42MzEtLjYzMlY5LjQ1YzAtLjM0OS4yODItLjYzMS42MzEtLjYzMWgyLjY5Yy4zNDkgMCAuNjMyLjI4Mi42MzIuNjMxdjExLjI3NHpNNS40NSA3Ljc1NWEyLjU1NSAyLjU1NSAwIDEgMSAwLTUuMTEgMi41NTUgMi41NTUgMCAwIDEgMCA1LjExem0xNi4wMzEgMTMuMDJjMCAuMzItLjI2LjU4LS41OC41OGgtMi44ODZhLjU4MS41ODEgMCAwIDEtLjU4Mi0uNTh2LTUuMjg5YzAtLjc4OS4yMzItMy40NTctMi4wNjEtMy40NTctMS43NzkgMC0yLjE0IDEuODI2LTIuMjEyIDIuNjQ2djYuMWMwIC4zMi0uMjYuNTgtLjU4LjU4SDkuNzg3YS41OC41OCAwIDAgMS0uNTgtLjU4VjkuMzk4YzAtLjMyMS4yNi0uNTgxLjU4LS41ODFoMi43OTFjLjMyMSAwIC41ODEuMjYuNTgxLjU4di45ODRjLjY2LS45OSAxLjY0LTEuNzU0IDMuNzI3LTEuNzU0IDQuNjIgMCA0LjU5NCA0LjMxOCA0LjU5NCA2LjY5djUuNDU2eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg=="); }

i.instagram-icon::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2Ljg1IDBoLTkuN0MzLjIwNyAwIDAgMy4yMDcgMCA3LjE1djkuN0MwIDIwLjc5MyAzLjIwNyAyNCA3LjE1IDI0aDkuN2MzLjk0MyAwIDcuMTUtMy4yMDcgNy4xNS03LjE1di05LjdDMjQgMy4yMDcgMjAuNzkzIDAgMTYuODUgMHptNC43MzYgMTYuODVhNC43MzUgNC43MzUgMCAwIDEtNC43MzYgNC43MzZoLTkuN2E0LjczNSA0LjczNSAwIDAgMS00LjczNi00LjczNnYtOS43QTQuNzM1IDQuNzM1IDAgMCAxIDcuMTUgMi40MTRoOS43YTQuNzM1IDQuNzM1IDAgMCAxIDQuNzM2IDQuNzM2djkuN3oiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMTIgNS43OTNBNi4yMTQgNi4yMTQgMCAwIDAgNS43OTMgMTIgNi4yMTQgNi4yMTQgMCAwIDAgMTIgMTguMjA3IDYuMjE0IDYuMjE0IDAgMCAwIDE4LjIwNyAxMiA2LjIxNCA2LjIxNCAwIDAgMCAxMiA1Ljc5M3ptMCAxMGEzLjc5MyAzLjc5MyAwIDEgMSAwLTcuNTg2IDMuNzkzIDMuNzkzIDAgMCAxIDAgNy41ODZ6TTE4LjIyIDcuMzI3YTEuNDg3IDEuNDg3IDAgMSAwIDAtMi45NzUgMS40ODcgMS40ODcgMCAwIDAgMCAyLjk3NXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4="); }

i.arrow-down-icon::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAxbDQuMjkzIDQuMjkzYTEgMSAwIDAgMCAxLjQxNCAwTDExIDEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+"); }

i.search-icon::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNS4zMzMiIGN5PSI1LjMzMyIgcj0iNC4zMzMiIHN0cm9rZT0iIzE3NDA4RCIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZD0iTTguODg5IDguODg5TDExLjk5OSAxMiIgc3Ryb2tlPSIjMTc0MDhEIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4="); }

i.search-icon-white::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNy4xMTEiIGN5PSI3LjExMSIgcj0iNi4xMTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZD0iTTExLjg1MiAxMS44NTJMMTYgMTYiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+"); }

i.clock-icon::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjgiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZD0iTTUuOCA1LjgxMmwzLjUzNiAzLjUzNSAyLjgyOC0yLjgyOCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4="); }

.bg-dark {
  background-color: #F5F5F5; }

.content-main .content-area {
  padding-bottom: 6rem; }
  .carousel + .content .content-main .content-area {
    padding-top: 6rem; }
  @media (max-width: 1220px) {
    .content-main .content-area {
      padding-bottom: 4rem; }
      .carousel + .content .content-main .content-area {
        padding-top: 4rem; } }
  @media (max-width: 840px) {
    .content-main .content-area {
      padding-bottom: 3rem; }
      .carousel + .content .content-main .content-area {
        padding-top: 3rem; } }
  @media (max-width: 767px) {
    .carousel.hidden-xs + .content .content-main .content-area {
      padding-top: 12rem; } }
  @media (max-width: 540px) {
    .carousel.hidden-xs + .content .content-main .content-area {
      padding-top: 6rem; } }

.layout + .layout {
  margin-top: 6rem; }
  .layout + .layout.collapse {
    margin-top: 0; }
  @media (max-width: 1220px) {
    .layout + .layout {
      margin-top: 4rem; } }
  @media (max-width: 840px) {
    .layout + .layout {
      margin-top: 3rem; } }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/site/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/site/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/site/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/site/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/site/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/site/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.alert-error, .alert-warning, .alert-success {
  border-style: solid;
  border-width: 1px;
  margin-bottom: 10px;
  padding: 10px; }
  .alert-error *, .alert-warning *, .alert-success * {
    margin: 0; }
  .alert-error * + *, .alert-warning * + *, .alert-success * + * {
    margin-top: 10px; }

.alert-error {
  background-color: #FEE;
  border-color: #F00;
  color: #F00; }

.alert-warning {
  background-color: #FFE;
  border-color: #C90;
  color: #C90; }

.alert-success {
  background-color: #EFE;
  border-color: #090;
  color: #090; }

@media (max-width: 1024px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; }
  /* collapse */
  .navbar-header {
    float: none; }
  .navbar-left, .navbar-right {
    float: none !important; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .collapse.in {
    display: block !important;
    overflow: auto !important; } }

.navbar {
  background: transparent;
  border-radius: 0;
  border-color: transparent;
  border-width: 0;
  margin-bottom: 0;
  z-index: 99; }
  .navbar .navbar-collapse {
    padding-right: 0; }
  .navbar .navbar-header {
    display: none;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    height: 5rem; }
    .navbar .navbar-header::before, .navbar .navbar-header::after {
      content: none; }
    .navbar .navbar-header > .btn-custom-none {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      font-size: 10px;
      font-size: 1rem;
      line-height: 1.2;
      font-family: "VAGRoundedStd-Bold", "Arial Rounded MT Bold", sans-serif;
      letter-spacing: 0.08em; }
      .navbar .navbar-header > .btn-custom-none i {
        margin-right: 1rem; }
    .navbar .navbar-header .navbar-toggle {
      margin: 0;
      border: none;
      background: transparent;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      font-size: 10px;
      font-size: 1rem;
      line-height: 1.2;
      font-family: "VAGRoundedStd-Bold", "Arial Rounded MT Bold", sans-serif;
      letter-spacing: 0.08em;
      color: #FFFFFF;
      padding-left: 0;
      padding-right: 0; }
      .navbar .navbar-header .navbar-toggle .icon {
        margin-left: 1rem; }
        .navbar .navbar-header .navbar-toggle .icon .icon-bar {
          background-color: #FFFFFF;
          width: 2rem; }
  .navbar ul.nav li a {
    color: #FFFFFF;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "VAGRoundedStd-Bold", "Arial Rounded MT Bold", sans-serif; }
    .navbar ul.nav li a > svg {
      margin-left: 0.6rem;
      width: 12px;
      height: 7px; }
    .navbar ul.nav li a:hover {
      color: rgba(23, 64, 141, 0.85); }
      .navbar ul.nav li a:hover > svg path {
        stroke: rgba(23, 64, 141, 0.85); }
  .navbar ul.nav li.active a {
    background-color: transparent;
    color: #17408D; }
    .navbar ul.nav li.active a:hover {
      background-color: transparent; }
  .navbar ul.nav > li a:last-child {
    padding-right: 0; }
  .navbar ul.nav ul.dropdown-menu li a {
    display: inline-block;
    color: #202020;
    font-family: "VAGRoundedStd-Light", "Arial Rounded MT", sans-serif;
    line-height: 1.6;
    padding: 0.5rem 0;
    position: relative; }
    .navbar ul.nav ul.dropdown-menu li a::after {
      content: '';
      width: 100%;
      position: absolute;
      height: 1px;
      border-bottom: 1px dotted #C4C4C4;
      left: 0;
      bottom: 0.5rem; }
  .navbar ul.nav li.dropdown.open {
    background-color: #FFFFFF; }
    .navbar ul.nav li.dropdown.open::before {
      content: '';
      background-color: #FFFFFF;
      top: -0.5rem;
      left: 0;
      width: 100%;
      height: calc(100% + 1.5rem);
      position: absolute;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    .navbar ul.nav li.dropdown.open > a {
      background-color: #FFFFFF;
      color: #17408D;
      position: relative; }
      .navbar ul.nav li.dropdown.open > a > svg path {
        stroke: #17408D; }
    .navbar ul.nav li.dropdown.open > .dropdown-menu {
      height: 22.5rem;
      width: 50rem;
      padding: 2rem 3rem 2rem 2rem;
      margin-top: 0;
      border: none;
      border-bottom: 10px solid #17408D;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      border-bottom-right-radius: 5px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .navbar ul.nav li.dropdown.open > .dropdown-menu.smaller {
        width: 25rem; }
  .navbar .social {
    display: none; }
  @media only screen and (min-width: 1025px) {
    .navbar ul.nav li.dropdown:hover {
      background-color: #FFFFFF; }
      .navbar ul.nav li.dropdown:hover::before {
        content: '';
        background-color: #FFFFFF;
        top: -0.5rem;
        left: 0;
        width: 100%;
        height: calc(100% + 1.5rem);
        position: absolute;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
      .navbar ul.nav li.dropdown:hover > a {
        background-color: #FFFFFF;
        color: #17408D;
        position: relative; }
        .navbar ul.nav li.dropdown:hover > a > svg path {
          stroke: #17408D; }
      .navbar ul.nav li.dropdown:hover > .dropdown-menu {
        height: 22.5rem;
        width: 50rem;
        padding: 2rem 3rem 2rem 2rem;
        margin-top: 0;
        border: none;
        border-bottom: 10px solid #17408D;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .navbar ul.nav li.dropdown:hover > .dropdown-menu.smaller {
          width: 25rem; } }
  @media (max-width: 1440px) {
    .navbar ul.nav li:nth-child(n + 4) ul.dropdown-menu {
      left: auto;
      right: 0; } }
  @media (max-width: 1220px) {
    .navbar {
      padding-left: 0; }
      .navbar ul.nav li a {
        font-size: 14px;
        font-size: 1.4rem; } }
  @media (max-width: 1024px) {
    .navbar {
      background: #17408D;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      padding-left: 2rem;
      padding-right: 2rem; }
      .navbar .navbar-collapse {
        padding-left: 0;
        border-top: none;
        box-shadow: none; }
        .navbar .navbar-collapse::before, .navbar .navbar-collapse::after {
          content: none; }
      .navbar .navbar-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      .navbar ul.nav {
        margin: 0;
        width: 100%;
        height: 100%;
        height: calc(var(--vh, 1vh) * 100 - 15rem);
        overflow-y: auto; }
        .navbar ul.nav > li a {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: justify;
              justify-content: space-between;
          padding: 1.4rem 0;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1;
          border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
          .navbar ul.nav > li a:hover {
            color: #FFFFFF;
            opacity: 1; }
            .navbar ul.nav > li a:hover > svg path {
              stroke: #FFFFFF;
              opacity: 1; }
        .navbar ul.nav ul.dropdown-menu > li a {
          color: #FFFFFF;
          font-size: 15px;
          font-size: 1.5rem;
          padding-top: 0.8rem;
          padding-bottom: 0.8rem;
          border: 0; }
          .navbar ul.nav ul.dropdown-menu > li a::after {
            content: none; }
        .navbar ul.nav li.dropdown.open {
          background-color: transparent; }
          .navbar ul.nav li.dropdown.open::before {
            content: none; }
          .navbar ul.nav li.dropdown.open > a {
            background-color: transparent;
            color: #FFFFFF;
            opacity: 1;
            border: none; }
            .navbar ul.nav li.dropdown.open > a > svg path {
              stroke: #FFFFFF; }
          .navbar ul.nav li.dropdown.open > .dropdown-menu {
            width: 100%;
            height: auto;
            padding: 0.6rem 1rem 1rem;
            border-radius: 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
            .navbar ul.nav li.dropdown.open > .dropdown-menu.smaller {
              width: 100%; }
            .navbar ul.nav li.dropdown.open > .dropdown-menu li a {
              color: #FFFFFF; }
      .navbar .social {
        height: 4rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        .navbar .social h4 {
          color: #FFFFFF;
          -ms-flex-positive: 1;
              flex-grow: 1; }
        .navbar .social > a.icon {
          display: inline-block;
          border-bottom: none;
          margin-left: 2rem;
          font-size: 0; }
          .navbar .social > a.icon > i {
            transform: scale(0.85); } }

.mobile-only {
  display: none !important; }
  @media (max-width: 1024px) {
    .mobile-only {
      display: block !important; } }

header {
  background: #17408D;
  height: 17rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  header h1, header h2, header h3, header h4, header h5, header h6, header p, header ul {
    margin: 0; }
  header .header-top {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #17408D;
    color: #FFFFFF;
    height: 4rem;
    line-height: 1.17; }
    header .header-top .inner {
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center; }
    header .header-top p, header .header-top ul.header-top-list li {
      font-family: "VAGRoundedStd-Bold", "Arial Rounded MT Bold", sans-serif;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.167;
      color: #FFFFFF; }
    header .header-top p > a {
      text-decoration: underline; }
      header .header-top p > a:hover {
        opacity: 0.8;
        color: #FFFFFF; }
    header .header-top ul.header-top-list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center; }
      header .header-top ul.header-top-list li {
        padding-right: 3rem; }
        header .header-top ul.header-top-list li a:hover {
          opacity: 0.8;
          color: #FFFFFF;
          text-decoration: none; }
        header .header-top ul.header-top-list li:last-child {
          padding-right: 0; }
  header .header-middle {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    header .header-middle .inner {
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      position: relative;
      padding-left: 18rem;
      -ms-flex-positive: 1;
          flex-grow: 1;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    header .header-middle a.app-logo {
      text-decoration: none;
      position: absolute;
      top: 1rem;
      left: -2.5rem;
      z-index: 20;
      width: 16.6rem;
      height: 13.3rem;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
      background: #17408D;
      box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.25);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
    header .header-middle h4 {
      line-height: 1.167;
      color: #FFFFFF; }
    header .header-middle .btn-custom-none {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center; }
      header .header-middle .btn-custom-none h4 {
        padding-left: 1.2rem; }
  header .header-bottom {
    height: 5rem;
    background: #4AA8E6; }
    header .header-bottom .search-collapse {
      text-align: center;
      padding-left: 2rem;
      padding-right: 2rem;
      background: #17408D;
      -ms-flex-positive: 1;
          flex-grow: 1; }
      header .header-bottom .search-collapse h1 {
        color: #FFFFFF;
        margin-top: 3rem;
        margin-bottom: 3rem; }
      header .header-bottom .search-collapse .search.form-control {
        height: 6rem;
        border-radius: 30px;
        margin-left: auto;
        margin-right: auto; }
  @media (max-width: 1220px) {
    header .header-middle .inner {
      height: 100%;
      padding-left: 10rem; }
    header .header-middle a.app-logo {
      background-color: transparent;
      left: 1rem;
      width: auto;
      height: auto;
      box-shadow: none;
      border-radius: 0; }
      header .header-middle a.app-logo img {
        height: 5.6rem; } }
  @media (max-width: 1024px) {
    header {
      height: 11rem;
      z-index: 99;
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      transition: height 0.25s linear; }
      header .header-top {
        display: none; }
      header .header-middle {
        -ms-flex-order: 2;
            order: 2;
        height: 6rem;
        -ms-flex-positive: 0;
            flex-grow: 0;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #17408D; }
        header .header-middle > .inner {
          padding-left: 2rem;
          padding-right: 2rem; }
        header .header-middle a.app-logo, header .header-middle .btn-custom-none.times-btn, header .header-middle .search.form-control {
          display: none; }
        header .header-middle .btn-custom-1 {
          min-width: 11rem; }
      header .header-bottom {
        -ms-flex-order: 1;
            order: 1;
        height: auto;
        -ms-flex-positive: 1;
            flex-grow: 1;
        background: transparent;
        overflow: hidden;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column; }
        header .header-bottom > .inner {
          padding-left: 0;
          padding-right: 0; }
        header .header-bottom .navbar-collapse {
          -ms-flex-positive: 1;
              flex-grow: 1;
          overflow-y: hidden; }
        header .header-bottom .navbar-collapse > ul {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column; }
      header.full-height {
        height: 100%; }
        header.full-height .header-middle .btn-custom-none.times-btn {
          display: -ms-flexbox;
          display: flex; }
        header.full-height .header-middle .mobile-number {
          display: none; }
        header.full-height .header-bottom > .inner {
          -ms-flex-positive: 1;
              flex-grow: 1;
          height: 100%; } }

footer {
  background: #17408D;
  position: relative;
  margin-top: 10rem; }
  footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer p, footer ul {
    margin: 0; }
  footer h3 {
    line-height: 1.67;
    color: #FFFFFF;
    display: inline-block; }
  footer .socials {
    height: 8rem;
    background: rgba(0, 0, 0, 0.2); }
    footer .socials .inner {
      height: 100%;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: start;
          justify-content: flex-start; }
    footer .socials h3 {
      padding-right: 4.2rem; }
    footer .socials a.icon {
      padding-right: 3rem;
      font-size: 0; }
      footer .socials a.icon:last-child {
        padding-right: 0; }
  footer .access-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 15.6rem; }
    footer .access-items li {
      color: #FFFFFF;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.73;
      padding-top: 0.25rem;
      padding-bottom: 0.25rem; }
  footer .footer-bottom {
    padding-top: 7rem;
    padding-bottom: 16rem; }
    footer .footer-bottom .row {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: end;
          align-items: flex-end; }
    footer .footer-bottom .access-section {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-direction: row;
          flex-direction: row;
      margin-bottom: 7rem; }
      footer .footer-bottom .access-section .panel {
        background-color: transparent;
        border: none; }
        footer .footer-bottom .access-section .panel.activity-panel, footer .footer-bottom .access-section .panel.family-panel {
          -ms-flex-preferred-size: 25%;
              flex-basis: 25%; }
        footer .footer-bottom .access-section .panel.about-panel {
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%; }
        footer .footer-bottom .access-section .panel .collapse {
          display: block; }
        footer .footer-bottom .access-section .panel .panel-heading {
          padding: 0.8rem 0; }
          footer .footer-bottom .access-section .panel .panel-heading a.panel-title .icon {
            display: none; }
          footer .footer-bottom .access-section .panel .panel-heading a.panel-title:hover, footer .footer-bottom .access-section .panel .panel-heading a.panel-title:focus {
            color: inherit;
            text-decoration: none; }
        footer .footer-bottom .access-section .panel .panel-body {
          border: none;
          padding: 0 1.2rem 1.2rem 0; }
        footer .footer-bottom .access-section .panel + .panel {
          margin-top: 0; }
    footer .footer-bottom .email-signup > *:not(.btn) {
      max-width: 59rem;
      width: 100%; }
    footer .footer-bottom .question-text {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 300;
      line-height: 1.28;
      color: rgba(255, 255, 255, 0.7); }
    footer .footer-bottom .desc-text {
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: 300;
      line-height: 1.385;
      color: #FFFFFF;
      padding-top: 1rem;
      padding-bottom: 2rem; }
    footer .footer-bottom .terms-section {
      text-align: right; }
      footer .footer-bottom .terms-section .logos {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: end;
            justify-content: flex-end; }
        footer .footer-bottom .terms-section .logos img + img {
          margin-left: 4rem; }
      footer .footer-bottom .terms-section .desc-text {
        padding: 2rem 0 1.6rem; }
      footer .footer-bottom .terms-section .terms .white-link:first-child {
        padding-right: 1rem;
        border-right: 1px solid #FFFFFF; }
      footer .footer-bottom .terms-section .terms .white-link:last-child {
        padding-left: 0.6rem; }
  footer::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 17.7rem;
    font-size: 0;
    display: inline-block;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ0MCIgaGVpZ2h0PSIxNzciIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTM4OS41MDggMTc1LjI0N0MyNDkuNTk2IDE3NS4yNDcgODAuODk2IDYyLjczOSAwIDB2MTc3aDE0NDB2LTYwLjU1M2MtMy40NSA0LjAzNS00NC45MSAxLjcyOS0xODMuMDktMzkuNzc2LTE3Mi43NC01MS44ODMtMzgwLjk2OC0yMC4xMzItNTU4LjUwMSAzNS43NDEtMTc2Ljc2MiA1NS42MjktMTkxLjAxNSA2Mi44MzUtMzA4LjkwMSA2Mi44MzV6IiBmaWxsPSIjMTIzMzcxIi8+PC9zdmc+");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom -0.35px center; }
  footer.dark::before {
    background-color: #F5F5F5; }
  @media (max-width: 1024px) {
    footer::before {
      background-size: contain; }
    footer .footer-bottom .terms-section .logos img + img {
      margin-left: 2rem; }
    footer .footer-bottom .terms-section .freedom-image {
      height: 6rem; }
    footer .footer-bottom .terms-section .guildford-image {
      height: 4rem; } }
  @media (max-width: 840px) {
    footer .access-items {
      display: block;
      height: auto; }
    footer .footer-bottom .access-section {
      display: block;
      margin-bottom: 4rem; }
      footer .footer-bottom .access-section .panel {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
        footer .footer-bottom .access-section .panel .collapse {
          display: none; }
          footer .footer-bottom .access-section .panel .collapse.in {
            display: block; }
        footer .footer-bottom .access-section .panel .panel-heading {
          padding-left: 1.2rem;
          padding-right: 1.2rem; }
        footer .footer-bottom .access-section .panel .panel-heading a.panel-title {
          width: 100%;
          color: #FFFFFF;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: justify;
              justify-content: space-between; }
          footer .footer-bottom .access-section .panel .panel-heading a.panel-title .icon {
            display: block; }
        footer .footer-bottom .access-section .panel .panel-body {
          padding-left: 2.4rem; }
        footer .footer-bottom .access-section .panel + .panel {
          margin-top: 0.5rem; }
    footer .footer-bottom {
      padding: 2rem 1rem 6rem; }
      footer .footer-bottom .row {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center; }
      footer .footer-bottom .email-signup, footer .footer-bottom .terms-section {
        width: 100%;
        padding-left: 2.7rem;
        padding-right: 2.7rem; }
      footer .footer-bottom .desc-text {
        padding-bottom: 1.6rem; }
      footer .footer-bottom .terms-section {
        text-align: left;
        width: 100%; }
        footer .footer-bottom .terms-section .logos {
          margin-top: 3.6rem;
          -ms-flex-pack: start;
              justify-content: flex-start; }
          footer .footer-bottom .terms-section .logos .freedom-image {
            height: 5rem; }
          footer .footer-bottom .terms-section .logos .guildford-image {
            height: 3rem; }
        footer .footer-bottom .terms-section .desc-text {
          padding-bottom: 0.6rem; } }
  @media (max-width: 540px) {
    footer h3 {
      font-size: 16px;
      font-size: 1.6rem; }
    footer .socials .inner {
      -ms-flex-pack: center;
          justify-content: center; }
      footer .socials .inner h3 {
        display: none; } }

.hero {
  position: relative;
  display: block; }
  .hero .hero-bg {
    background-repeat: no-repeat, no-repeat;
    background-position: right top 27.5%, right 100% top 27.5%; }
    .hero .hero-bg::before {
      padding-bottom: 28.125%; }
    .hero .hero-bg::after {
      content: none; }
  @media (max-width: 1920px) {
    .hero .hero-bg::before {
      padding-bottom: 25%; } }
  @media (max-width: 1220px) {
    .hero .hero-bg::before {
      padding-bottom: 46.25%; } }
  @media (max-width: 1024px) {
    .hero {
      margin-top: 11rem; }
      .hero .hero-bg::before {
        padding-bottom: 39.25%; } }
  @media (max-width: 840px) {
    .hero .hero-bg::before {
      padding-bottom: 47.25%; } }

.hero-video {
  width: 100%;
  max-width: 100%;
  position: absolute;
  min-height: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: scale(1.57);
  transform-origin: center center; }
  @media (max-width: 1920px) {
    .hero-video {
      transform: scale(1.57); } }
  @media (max-width: 840px) {
    .hero-video {
      transform: scale(1.2); } }
  @media (max-width: 1024px) {
    .hero-video {
      transform: scale(1); } }

.activities-box h1, .activities-box h2, .activities-box h3, .activities-box h4, .activities-box h5, .activities-box h6, .activities-box p, .activities-box ul, .news-box h1, .news-box h2, .news-box h3, .news-box h4, .news-box h5, .news-box h6, .news-box p, .news-box ul, .events-box h1, .events-box h2, .events-box h3, .events-box h4, .events-box h5, .events-box h6, .events-box p, .events-box ul {
  margin: 0; }

.activities-box {
  z-index: 2;
  margin-top: -5rem;
  position: relative; }
  .activities-box > .inner {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  @media (max-width: 1024px) {
    .activities-box {
      margin-top: -3rem; } }
  @media (max-width: 840px) {
    .activities-box {
      margin-top: 0.5rem; }
      .activities-box > .inner {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .activities-box > .inner > .card-custom-1:nth-child(2n) {
          margin-left: 0.5rem; } }

.news-box > .inner {
  position: relative;
  z-index: 10; }

.news-box h2 {
  padding-bottom: 2.4rem;
  color: #202020; }

@media (max-width: 840px) {
  .news-box {
    padding-bottom: 3rem; }
    .news-box > .inner {
      padding-left: 0.5rem;
      padding-right: 0.5rem; }
    .news-box h2 {
      padding-left: 2rem; }
    .news-box .news-list {
      padding-left: 0;
      padding-right: 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

@media (max-width: 840px) {
  .events-box > .inner {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .events-box.full-width > .inner {
    padding-left: 0;
    padding-right: 0; } }

/* top level feature card */
.card-custom-1 {
  width: calc(25% - 2rem);
  height: 15rem;
  border: none;
  border-radius: 5px;
  margin-bottom: 4rem;
  background-size: cover;
  background-position: center center;
  position: relative; }
  .card-custom-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: 0; }
  .card-custom-1.dark-blue::before {
    background-color: rgba(23, 64, 141, 0.8); }
  .card-custom-1.lighter-blue::before {
    background-color: rgba(74, 168, 230, 0.8); }
  .card-custom-1.dark-orange::before {
    background-color: rgba(247, 146, 57, 0.8); }
  .card-custom-1.purple::before {
    background-color: rgba(145, 64, 143, 0.8); }
  .card-custom-1 .panel-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    color: #FFFFFF;
    padding-top: 3rem;
    padding-bottom: 3rem;
    height: 100%;
    z-index: 1; }
    .card-custom-1 .panel-body img.act-logo {
      margin-bottom: 2rem; }
  .card-custom-1 + .card-custom-1 {
    margin-left: 4rem; }
  @media (max-width: 1024px) {
    .card-custom-1 {
      width: calc(25% - 1rem); }
      .card-custom-1 + .card-custom-1 {
        margin-left: 2rem; } }
  @media (max-width: 840px) {
    .card-custom-1 {
      width: calc(50% - 0.25rem);
      height: 13.8rem;
      margin-bottom: 0.5rem; }
      .card-custom-1 + .card-custom-1 {
        margin-left: 0; } }

/* event card */
.card-custom-2, .card-custom-3, .card-custom-4 {
  width: calc(50% - 2rem);
  height: 25rem;
  margin-bottom: 7rem;
  border-radius: 5px;
  border: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden; }
  .card-custom-2::before, .card-custom-3::before, .card-custom-4::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 64.48%);
    z-index: 0; }
  .card-custom-2 .panel-body, .card-custom-3 .panel-body, .card-custom-4 .panel-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    color: #FFFFFF;
    padding: 3rem;
    height: 100%;
    z-index: 1; }
    .card-custom-2 .panel-body h2, .card-custom-3 .panel-body h2, .card-custom-4 .panel-body h2 {
      padding-top: 1.2rem;
      padding-bottom: 0.8rem;
      width: 100%; }
  .card-custom-2 + .card-custom-2, .card-custom-3 + .card-custom-2, .card-custom-4 + .card-custom-2, .card-custom-2 + .card-custom-3, .card-custom-3 + .card-custom-3, .card-custom-4 + .card-custom-3, .card-custom-2 + .card-custom-4, .card-custom-3 + .card-custom-4, .card-custom-4 + .card-custom-4 {
    margin-left: 4rem; }
  @media (max-width: 1024px) {
    .card-custom-2, .card-custom-3, .card-custom-4 {
      width: calc(50% - 1rem);
      margin-bottom: 5rem; }
      .card-custom-2 + .card-custom-2, .card-custom-3 + .card-custom-2, .card-custom-4 + .card-custom-2, .card-custom-2 + .card-custom-3, .card-custom-3 + .card-custom-3, .card-custom-4 + .card-custom-3, .card-custom-2 + .card-custom-4, .card-custom-3 + .card-custom-4, .card-custom-4 + .card-custom-4 {
        margin-left: 2rem; } }
  @media (max-width: 840px) {
    .card-custom-2, .card-custom-3, .card-custom-4 {
      width: 100%;
      height: 22.4rem;
      margin-bottom: 0.5rem; }
      .card-custom-2 + .card-custom-2, .card-custom-3 + .card-custom-2, .card-custom-4 + .card-custom-2, .card-custom-2 + .card-custom-3, .card-custom-3 + .card-custom-3, .card-custom-4 + .card-custom-3, .card-custom-2 + .card-custom-4, .card-custom-3 + .card-custom-4, .card-custom-4 + .card-custom-4 {
        margin-left: 0; } }
  @media (max-width: 540px) {
    .card-custom-2 .panel-body, .card-custom-3 .panel-body, .card-custom-4 .panel-body {
      padding-left: 2rem;
      padding-right: 2rem; } }

/* event card width button */
.card-custom-3 {
  width: calc(50% - 1.5rem);
  height: 36rem;
  margin-top: 7rem;
  margin-bottom: 5rem; }
  .card-custom-3::before {
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 77.78%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05); }
  .card-custom-3 .panel-body {
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .card-custom-3 .panel-body h2 {
      padding-bottom: 1.2rem;
      font-size: 34px;
      font-size: 3.4rem; }
  .card-custom-3 + .card-custom-3 {
    margin-left: 3rem; }
  @media (max-width: 1024px) {
    .card-custom-3 {
      margin-top: 5rem; }
      .card-custom-3 .panel-body h2 {
        font-size: 30px;
        font-size: 3rem; }
      .card-custom-3 + .card-custom-3 {
        margin-left: 2rem; } }
  @media (max-width: 840px) {
    .card-custom-3 {
      height: 22.4rem;
      width: 100%;
      margin-top: 0;
      margin-bottom: 0.5rem; }
      .card-custom-3 .panel-body h2 {
        font-size: 24px;
        font-size: 2.4rem; }
      .card-custom-3 + .card-custom-3 {
        margin-left: 0; } }

/* full width patry card */
.card-custom-4 {
  width: 100%;
  height: 30rem;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05); }
  .card-custom-4::before {
    width: 58.4rem;
    height: 58.4rem;
    border-radius: 50%;
    top: -50%;
    left: -8%;
    background: #FFFFFF;
    z-index: 1; }
  .card-custom-4 .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .card-custom-4 .panel-body {
    background: transparent; }
    .card-custom-4 .panel-body h2 {
      padding-top: 0.8rem;
      padding-bottom: 1.2rem;
      font-size: 34px;
      font-size: 3.4rem;
      color: #202020; }
    .card-custom-4 .panel-body .btn-custom-1 {
      min-width: 14.5rem;
      font-size: 16px;
      font-size: 1.6rem; }
    .card-custom-4 .panel-body .orange-text {
      font-size: 16px;
      font-size: 1.6rem;
      font-family: "VAGRoundedStd-Bold", "Arial Rounded MT Bold", sans-serif;
      color: #F79239;
      line-height: 1.167; }
    .card-custom-4 .panel-body .desc-text {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.478;
      padding-bottom: 2rem;
      color: rgba(32, 32, 32, 0.7);
      max-width: 32.5rem; }
  @media (max-width: 1024px) {
    .card-custom-4::before {
      left: -16%; } }
  @media (max-width: 840px) {
    .card-custom-4 {
      margin-bottom: 3rem; }
      .card-custom-4::before {
        left: -25%; } }
  @media (max-width: 540px) {
    .card-custom-4 {
      height: auto;
      border-radius: 0; }
      .card-custom-4::before {
        content: none; }
      .card-custom-4 .bg-image {
        position: relative;
        height: 15rem; }
      .card-custom-4 .panel-body {
        height: auto;
        padding-left: 2.5rem;
        padding-right: 2.5rem; } }

/* for news card */
.card-custom-5 {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  width: calc(33.33% - 1.5rem);
  margin-bottom: 7rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .card-custom-5 .aspect-ratio-image::before, .card-custom-5 .hero .hero-bg::before, .hero .card-custom-5 .hero-bg::before {
    padding-bottom: 64.74%; }
  .card-custom-5 .panel-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-positive: 1;
        flex-grow: 1;
    padding: 3rem 3rem 2.4rem; }
    .card-custom-5 .panel-body h3 {
      color: #17408D;
      -ms-flex-positive: 1;
          flex-grow: 1;
      width: 100%; }
    .card-custom-5 .panel-body .btn-custom-3 {
      padding-top: 1.8rem; }
  .card-custom-5 + .card-custom-5 {
    margin-left: 3rem; }
  @media (max-width: 1024px) {
    .card-custom-5 {
      width: calc(33.33% - 1rem); }
      .card-custom-5 + .card-custom-5 {
        margin-left: 2rem; } }
  @media (max-width: 840px) {
    .card-custom-5 {
      width: 100%;
      height: auto;
      margin-bottom: 0.5rem; }
      .card-custom-5 .aspect-ratio-image::before, .card-custom-5 .hero .hero-bg::before, .hero .card-custom-5 .hero-bg::before {
        padding-bottom: 0; }
      .card-custom-5 .panel-body {
        padding: 3rem 2rem 2.4rem; }
        .card-custom-5 .panel-body .btn-custom-3 {
          padding-top: 1rem; }
      .card-custom-5 + .card-custom-5 {
        margin-left: 0; } }

/* membership card on the modal popup */
.card-custom-6 {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: calc(24% - 2rem);
  height: 22rem;
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .card-custom-6 .panel-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-positive: 1;
        flex-grow: 1;
    padding: 3rem 2rem; }
    .card-custom-6 .panel-body .type-text {
      font-size: 2.2rem;
      color: #000000;
      margin-bottom: 0.6rem; }
    .card-custom-6 .panel-body p {
      font-size: 1.4rem;
      color: #000000;
      width: 100%; }
      .card-custom-6 .panel-body p.restrict-text {
        -ms-flex-positive: 1;
            flex-grow: 1;
        color: #17408D; }
      .card-custom-6 .panel-body p.bolder, .card-custom-6 .panel-body p > span {
        font-family: "VAGRoundedStd-Bold", "Arial Rounded MT Bold", sans-serif;
        font-weight: 700; }
    .card-custom-6 .panel-body .price-text {
      font-size: 3.4rem;
      margin-bottom: 0.2rem; }
      .card-custom-6 .panel-body .price-text span {
        color: #000000;
        font-family: "VAGRoundedStd-Light", "Arial Rounded MT", sans-serif;
        font-size: 1.4rem;
        font-weight: 400; }
    .card-custom-6 .panel-body .flex {
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      width: 100%;
      margin-top: 1.2rem; }
      .card-custom-6 .panel-body .flex .swimming-logo {
        height: 2rem; }
      .card-custom-6 .panel-body .flex .freedom-logo {
        height: 4rem; }
  .card-custom-6 + .card-custom-6 {
    margin-left: 4rem; }
  .card-custom-6:nth-child(4n+1) {
    margin-left: 0; }
  @media (max-width: 1024px) {
    .card-custom-6 {
      width: calc(32.5% - 1rem); }
      .card-custom-6 + .card-custom-6, .card-custom-6:nth-child(4n+1) {
        margin-left: 2rem; }
      .card-custom-6:nth-child(3n+1) {
        margin-left: 0; } }
  @media (max-width: 840px) {
    .card-custom-6 {
      width: calc(50% - 1rem);
      margin-top: 1rem;
      margin-bottom: 1rem; }
      .card-custom-6 + .card-custom-6, .card-custom-6:nth-child(4n+1), .card-custom-6:nth-child(3n+1) {
        margin-left: 2rem; }
      .card-custom-6:nth-child(2n+1) {
        margin-left: 0; } }
  @media (max-width: 540px) {
    .card-custom-6 {
      width: 100%;
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
      .card-custom-6 + .card-custom-6, .card-custom-6:nth-child(4n+1), .card-custom-6:nth-child(3n+1), .card-custom-6:nth-child(2n+1) {
        margin-left: 0; } }

@media (max-width: 540px) {
  .content.container {
    padding-top: 6rem; } }

@media (max-width: 540px) {
  .sidebar .navbar {
    display: none; } }

.sidebar .navbar-nav {
  float: none; }
  .sidebar .navbar-nav > li {
    float: none; }
  .sidebar .navbar-nav a {
    background: #00A9EC;
    padding: 5px 10px;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 5px; }
    .sidebar .navbar-nav a:last-child {
      padding-right: 10px !important; }

.sidebar .nav-mobile {
  display: none; }
  @media (max-width: 540px) {
    .sidebar .nav-mobile {
      display: block;
      padding-top: 6rem; }
      .sidebar .nav-mobile select {
        background: #FFFFFF;
        border: 1px solid rgba(42, 37, 8, 0.75);
        border-radius: 4px;
        padding: 15px;
        appearance: none;
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
        background-repeat: no-repeat, repeat;
        background-position: right .7em top 50%, 0 0;
        background-size: .65em auto, 100%;
        width: calc(100% - 20px);
        margin: 0 10px; } }

.cross-signup {
  background: #91408F;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  .cross-signup h1, .cross-signup h2, .cross-signup h3, .cross-signup h4, .cross-signup h5, .cross-signup h6, .cross-signup p, .cross-signup ul {
    margin: 0; }
  .cross-signup > .inner {
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    .cross-signup > .inner .signup-text {
      color: #FFFFFF;
      -ms-flex-positive: 1;
          flex-grow: 1;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
      .cross-signup > .inner .signup-text p.question-text {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 300;
        line-height: 1.28;
        color: rgba(255, 255, 255, 0.7); }
    .cross-signup > .inner .signup-form {
      -ms-flex-positive: 1;
          flex-grow: 1;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
  .cross-signup.mobile {
    display: none; }
  @media (max-width: 840px) {
    .cross-signup {
      margin-bottom: 0.5rem; } }
  @media (max-width: 540px) {
    .cross-signup {
      padding: 2rem 1rem;
      display: none; }
      .cross-signup > .inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: center;
            justify-content: center; }
        .cross-signup > .inner .signup-text {
          text-align: center;
          padding-bottom: 1.2rem;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; }
          .cross-signup > .inner .signup-text p.question-text {
            font-size: 14px;
            font-size: 1.4rem;
            padding-bottom: 0.25rem; }
        .cross-signup > .inner .signup-form {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; }
      .cross-signup.mobile {
        display: block; } }

/* Tab Navigation */
.membership-tabs {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .membership-tabs .tab-button {
    margin: 0 2rem;
    padding: 1rem 2rem;
    font-family: "VAGRoundedStd-Bold", "Arial Rounded MT Bold", sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #000000;
    border-radius: 5px;
    transition: all 0.35s ease-in-out;
    text-decoration: none; }
  .membership-tabs > li.active > .tab-button {
    color: #FFFFFF;
    background: #17408D; }
  @media (max-width: 540px) {
    .membership-tabs .tab-button {
      font-size: 1.6rem; } }

/*
	==============
	Content Blocks
	==============
*/
.column-main.col-md-8 {
  padding: 0px 15px; }

.content-block p + p {
  margin-top: 1.6rem; }

.content-block + iframe {
  max-width: 100%;
  margin-top: 1.6rem;
  margin-left: 50%;
  transform: translateX(-50%); }

.content-block + .content-block {
  margin-top: 3rem; }

iframe + .content-block {
  margin-top: 1.6rem; }

.cb-nav .nav-content {
  text-align: center;
  text-transform: lowercase;
  width: 100%; }
  .cb-nav .nav-content li {
    display: inline-block;
    margin: 0.5rem; }

.cb-intro {
  font-size: 2rem;
  font-weight: 700;
  color: #91408F; }

.layout-4-6 .column-4 .cb-quote {
  text-align: right; }
  .layout-4-6 .column-4 .cb-quote blockquote p {
    border-left: none;
    border-right: 4px solid #91408F;
    padding-left: 0;
    padding-right: 1rem; }
    .layout-4-6 .column-4 .cb-quote blockquote p::before {
      position: static;
      display: inline-block;
      margin-right: 1rem; }
  .layout-4-6 .column-4 .cb-quote blockquote cite {
    padding-right: 1.4rem; }

.cb-signpost {
  text-align: center; }
  .cb-signpost div {
    position: relative;
    display: inline-block;
    background-color: #17408D;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 4rem;
    padding: 2.8rem;
    line-height: 1.28; }
    .cb-signpost div::after {
      content: '';
      border-color: #17408D transparent;
      border-style: solid;
      border-width: 30px 25px 0;
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -2.5rem; }
  @media (max-width: 840px) {
    .cb-signpost div {
      font-size: 2.4rem;
      line-height: 1.4;
      padding: 2rem 2.8rem; } }

.cta-block {
  position: relative;
  min-height: 25rem;
  text-align: center; }
  .cta-block .cta-block_image {
    background-image: url(http://placehold.it/195x250/);
    background-position: center;
    background-size: cover;
    border-radius: 8px 0 0 8px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 19.2rem;
    height: 100%;
    z-index: 10; }
  .cta-block .cta-block_text {
    background: linear-gradient(180deg, #E59B49 0%, #D2662B 100%);
    border-radius: 8px;
    color: #000000;
    padding: 1.5rem;
    position: relative;
    z-index: 20;
    min-height: 25rem;
    margin-left: 18.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .cta-block .cta-block_text::after {
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      border-style: solid;
      border-color: transparent;
      border-width: 30px 25px 0;
      margin-left: -2.5rem;
      border-top-color: #D2662B; }
  @media (max-width: 1220px) {
    .cta-block .cta-block_image {
      display: none; }
    .cta-block .cta-block_text {
      margin-left: 0;
      min-height: 0; } }

.cb-buttons {
  text-align: center; }
  .cb-buttons .btn {
    margin: 0.8rem 0.6rem; }

.cb-text p a, .cb-text li a {
  text-decoration: underline;
  color: #4AA8E6; }

.cb-image img {
  border-radius: 8px;
  max-width: 100%; }

.cb-rte img {
  border-radius: 10px; }

/* Content Blocks */
.membership-box .membership-item a {
  position: relative; }
  .membership-box .membership-item a:after {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px); }

.cb-expanding .ex-heading {
  background-color: #17408D;
  color: white;
  padding: 0.75em 1em;
  margin-bottom: 2px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-radius: 5px;
  transition: all 0.25s linear; }
  .cb-expanding .ex-heading:hover {
    background-color: #1e54b9; }
  .cb-expanding .ex-heading h3 {
    line-height: 1;
    margin: 2px 0 0 0; }
  .cb-expanding .ex-heading i {
    margin-top: 4px;
    transition: all 0.25s linear; }

.cb-expanding .ex-content {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: visibility 0s, height 0.2s linear, opacity 0.5s linear; }
  .cb-expanding .ex-content h3 + p {
    margin-top: 0.2em; }
  .cb-expanding .ex-content p + h3 {
    margin-top: 1.2em; }

.cb-expanding.show .ex-heading i {
  transform: rotate(180deg); }

.cb-expanding.show .ex-content {
  visibility: visible;
  opacity: 1;
  height: auto;
  padding: 0.75em 1em; }

.niceselect-wrapper {
  background: #FFF;
  border: 1px solid #B2B2B2;
  border-radius: 4px;
  display: block;
  font-weight: 700;
  line-height: lh(28);
  overflow: hidden;
  padding: 0 10px;
  position: relative;
  text-align: left;
  z-index: 1;
  /* This is applied when the user tabs to focus or hovers on a nice select element */
  /* Creates the arrow and positions it to the right */
  /* Make sure the line-height matches the height of .niceSelect including padding */
  /* The height must match the overall height of .niceSelect including padding */ }
  .niceselect-wrapper.focus, .niceselect-wrapper:hover {
    border: 1px solid #333; }
  .niceselect-wrapper:after {
    border-top: 6px solid #B2B2B2;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: "";
    display: block;
    height: 0;
    margin-top: -3px;
    position: absolute;
    right: 9px;
    top: 50%;
    width: 0;
    z-index: 5; }
  .niceselect-wrapper .niceselect-text {
    display: block;
    padding-right: 28px; }
  .niceselect-wrapper select {
    border: 1px solid #eee;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10; }
  .niceselect-wrapper.lozenge {
    background-color: #B2B2B2;
    border-color: #B2B2B2;
    border-radius: 4px;
    color: #FFF;
    font-weight: 700; }
    .niceselect-wrapper.lozenge:after {
      border-top-color: #FFF; }

.form-membership label {
  color: #666;
  font-size: rem(14); }
  .form-membership label.error {
    color: #F00; }

.form-membership textarea {
  height: 118px;
  min-height: 118px; }

.form-membership textarea,
.form-membership [type=tel],
.form-membership [type=date],
.form-membership [type=text],
.form-membership [type=email],
.form-membership [type=password],
.form-membership .niceselect-wrapper {
  border: 1px solid #B2B2B2;
  border-radius: 4px;
  color: #000000;
  font-size: rem(14);
  font-weight: 400;
  line-height: 1.1429;
  padding: 16px 20px;
  outline: none;
  width: 100%; }


.form-membership .niceselect-wrapper {
  line-height: 22px; }

.form-membership .form_buttons {
  padding-top: 20px;
  text-align: right; }

.form-membership .form_split {
  margin-left: -16px;
  margin-right: -16px; }

.form-membership .form_split_item {
  padding-left: 16px;
  padding-right: 16px; }

.form-membership .form_split_item_wide {
  clear: both;
  padding-left: 16px;
  padding-right: 16px; }

.form-membership .form_split_newline {
  clear: left; }

.form-membership .form_split, .form-membership .form-membership_checkboxes {
  *zoom: 1; }
  .form-membership .form_split:before, .form-membership .form-membership_checkboxes:before, .form-membership .form_split:after, .form-membership .form-membership_checkboxes:after {
    content: "";
    display: table; }
  .form-membership .form_split:after, .form-membership .form-membership_checkboxes:after {
    clear: both; }

.form-membership .form-membership_checkboxes label {
  color: #000000;
  font-weight: 700;
  margin-top: 1em; }

.form-membership .form-profile_buttons {
  padding-left: 0;
  padding-right: 0; }

.form-join-now {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 40px; }
  .form-join-now h2 {
    font-size: rem(30);
    line-height: 1.1333; }
  .form-join-now p.form-desc-text {
    font-size: rem(16);
    line-height: 1.1429;
    font-weight: 400;
    color: #000000;
    text-align: center;
    margin-bottom: 24px;
    width: 100%; }
  .form-join-now label {
    font-size: rem(14);
    font-weight: 600;
    line-height: 1.21429;
    margin-bottom: 10px;
    color: #000000; }
    .form-join-now label.form_req {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .form-join-now label.form_req::after {
        content: 'required';
        font-size: rem(14);
        font-weight: 400;
        line-height: 1.21429;
        color: rgba(0, 0, 0, 0.3); }
  .form-join-now .form-membership {
    max-width: 550px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .form-join-now textarea,
  .form-join-now [type=tel],
  .form-join-now [type=date],
  .form-join-now [type=text],
  .form-join-now [type=email],
  .form-join-now [type=password],
  .form-join-now .niceselect-wrapper {
    border: 1px solid #B2B2B2;
    border-radius: 4px;
    color: #000000;
    font-size: rem(14);
    font-weight: 400;
    line-height: 1.1429;
    padding: 16px 20px;
    outline: none;
    width: 100%; }
  .form-join-now input[type=checkbox],
  .form-join-now input[type=radio] {
    margin-top: 0; }
  .form-join-now .button {
    background-color: #17408D;
    background-image: none;
    border: none;
    border-radius: 4px;
    color: #FFF;
    display: inline-block;
    font-weight: 700;
    line-height: 1.4;
    padding: 4px 12px;
    text-decoration: none;
    transition: background-color 0.3s linear; }
    .form-join-now .button:hover {
      background-color: #4AA8E6; }
  .form-join-now .form-membership_checkboxes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .form-join-now .form-membership_checkboxes .checkbox-replacement {
      position: relative;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      line-height: 1.1429;
      margin: 0;
      padding: 0;
      height: 50px;
      cursor: pointer;
      color: #000000;
      font-weight: 600;
      background: transparent;
      z-index: 10;
      overflow: hidden; }
      .form-join-now .form-membership_checkboxes .checkbox-replacement span {
        padding: 14px 20px;
        height: 100%;
        width: 100%;
        background: #FFFFFF;
        text-align: left;
        border: 1px solid #BBBBBB;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: justify;
            justify-content: space-between;
        transition: background 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out; }
        .form-join-now .form-membership_checkboxes .checkbox-replacement span::before {
          content: none; }
        .form-join-now .form-membership_checkboxes .checkbox-replacement span::after {
          content: '';
          display: inline-block;
          border: none;
          width: 0;
          height: 13px;
          margin: 0;
          background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNCAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA4bDMuMjczIDNMMTMgMSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=");
          background-repeat: no-repeat;
          background-size: 100% 100%;
          background-color: transparent;
          background-position: center center;
          opacity: 0;
          transition: opacity 0.125s linear 0.125s, width 0.125s linear 0.125s; }
      .form-join-now .form-membership_checkboxes .checkbox-replacement:first-child {
        border-radius: 4px 0px 0px 4px; }
        .form-join-now .form-membership_checkboxes .checkbox-replacement:first-child span {
          border-radius: 4px 0px 0px 4px; }
      .form-join-now .form-membership_checkboxes .checkbox-replacement:last-child {
        border-radius: 0px 4px 4px 0px; }
        .form-join-now .form-membership_checkboxes .checkbox-replacement:last-child span {
          border-left: 0;
          border-radius: 0px 4px 4px 0px; }
      .form-join-now .form-membership_checkboxes .checkbox-replacement input[type=radio],
      .form-join-now .form-membership_checkboxes .checkbox-replacement input[type=checkbox] {
        display: block;
        width: 0;
        height: 0;
        opacity: 0;
        appearance: none;
        border: none;
        font-size: 0;
        position: absolute; }
        .form-join-now .form-membership_checkboxes .checkbox-replacement input[type=radio]:checked + span,
        .form-join-now .form-membership_checkboxes .checkbox-replacement input[type=checkbox]:checked + span {
          color: #FFFFFF;
          background: #000000;
          border-color: #000000; }
          .form-join-now .form-membership_checkboxes .checkbox-replacement input[type=radio]:checked + span::after,
          .form-join-now .form-membership_checkboxes .checkbox-replacement input[type=checkbox]:checked + span::after {
            opacity: 1;
            width: 14px; }
    .form-join-now .form-membership_checkboxes.wide {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .form-join-now .form-membership_checkboxes.wide .checkbox-replacement {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
        .form-join-now .form-membership_checkboxes.wide .checkbox-replacement span {
          border-bottom: 0; }
        .form-join-now .form-membership_checkboxes.wide .checkbox-replacement:first-child {
          border-radius: 4px 4px 0px 0px; }
          .form-join-now .form-membership_checkboxes.wide .checkbox-replacement:first-child span {
            border-radius: 4px 4px 0px 0px; }
        .form-join-now .form-membership_checkboxes.wide .checkbox-replacement:last-child {
          border-radius: 0px 0px 4px 4px; }
          .form-join-now .form-membership_checkboxes.wide .checkbox-replacement:last-child span {
            border-left: 1px solid #BBBBBB;
            border-bottom: 1px solid #BBBBBB;
            border-radius: 0px 0px 4px 4px; }
  .form-join-now .niceselect-wrapper::after {
    border: none;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWw1IDUgNS01IiBzdHJva2U9IiNCQkIiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 12px 8px;
    width: 12px;
    height: 8px;
    margin: 0;
    right: 20px;
    transform: translateY(-50%); }
  .form-join-now .form-item {
    margin: 20px 0 0;
    max-width: 550px;
    width: 100%; }
    .form-join-now .form-item.info {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.1429;
      color: #000000;
      text-align: left;
      border-radius: 0;
      border: none;
      background: transparent;
      padding: 0;
      margin-bottom: 20px; }
  .form-join-now .form_buttons {
    max-width: 550px;
    width: 100%; }
    .form-join-now .form_buttons button {
      border-radius: 8px;
      width: 100%;
      padding-top: 14px;
      padding-bottom: 14px;
      font-size: rem(14);
      line-height: 1.1429; }
  .form-join-now .form_split {
    max-width: 550px;
    width: 100%;
    margin: 0; }
  .form-join-now .form_split .form_split_item {
    clear: both;
    width: 100%;
    margin: 20px 0 0;
    padding: 0; }

.oembed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .oembed-container iframe, .oembed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.form .checkbox input[type=checkbox] {
  position: initial;
  margin-left: 0;
  float: left; }

.fade-scale {
  transform: scale(0);
  opacity: 0;
  transition: all 0.25s linear; }

.fade-scale.in {
  opacity: 1;
  transform: scale(1); }

.modal {
  padding-left: 0 !important;
  background: #F5F5F5; }

.modal-dialog {
  margin: 0;
  width: 100%;
  min-height: 100%; }
  .modal-dialog h1, .modal-dialog h2, .modal-dialog h3, .modal-dialog h4, .modal-dialog h5, .modal-dialog h6, .modal-dialog p, .modal-dialog ul {
    margin: 0; }
  .modal-dialog .modal-content {
    background: #FFFFFF;
    border-radius: 0;
    box-shadow: none;
    border: none;
    min-height: 100vh;
    padding-top: 5rem;
    -ms-flex-positive: 1;
        flex-grow: 1; }
    .modal-dialog .modal-content .modal-inner {
      -ms-flex-positive: 1;
          flex-grow: 1; }
    .modal-dialog .modal-content .modal-header {
      text-align: center;
      border-bottom: none;
      padding: 0; }
      .modal-dialog .modal-content .modal-header h2 {
        font-size: 4rem;
        color: #000000; }
      .modal-dialog .modal-content .modal-header .inner {
        position: relative; }
      .modal-dialog .modal-content .modal-header .app-logo {
        text-align: center;
        padding-bottom: 5rem; }
      .modal-dialog .modal-content .modal-header .close {
        font-family: "VAGRoundedStd-Bold", "Arial Rounded MT Bold", sans-serif;
        font-size: 10px;
        font-size: 1rem;
        line-height: 1.2;
        color: #000000;
        letter-spacing: 0.08em;
        opacity: 1;
        text-shadow: none;
        margin-top: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center;
        position: absolute;
        left: 2rem;
        top: 10%; }
        .modal-dialog .modal-content .modal-header .close .close-icon {
          background-color: transparent;
          width: 1.5rem;
          height: 1.5rem;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          margin-right: 1rem;
          transform: rotate(0);
          transition: transform 0.2s ease-in-out; }
          .modal-dialog .modal-content .modal-header .close .close-icon::before, .modal-dialog .modal-content .modal-header .close .close-icon::after {
            content: '';
            height: 1.6rem;
            width: 0.2rem;
            background-color: #000000;
            position: absolute;
            bottom: 50%;
            transform-origin: center; }
          .modal-dialog .modal-content .modal-header .close .close-icon::before {
            transform: translateY(50%) rotate(45deg); }
          .modal-dialog .modal-content .modal-header .close .close-icon::after {
            transform: translateY(50%) rotate(-45deg); }
        .modal-dialog .modal-content .modal-header .close:focus, .modal-dialog .modal-content .modal-header .close:active, .modal-dialog .modal-content .modal-header .close:hover {
          outline: none; }
          .modal-dialog .modal-content .modal-header .close:focus .close-icon, .modal-dialog .modal-content .modal-header .close:active .close-icon, .modal-dialog .modal-content .modal-header .close:hover .close-icon {
            transform: rotate(45deg); }
    .modal-dialog .modal-content .modal-body {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      padding: 0;
      -ms-flex-positive: 1;
          flex-grow: 1; }
      .modal-dialog .modal-content .modal-body h1 {
        color: #000000; }
      .modal-dialog .modal-content .modal-body .subtile {
        font-size: 2.2rem;
        line-height: 1.182;
        color: #000000; }
      .modal-dialog .modal-content .modal-body .activities {
        padding-top: 8rem;
        padding-bottom: 5rem;
        max-width: 76.8rem;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        .modal-dialog .modal-content .modal-body .activities .card-custom-1 {
          width: auto;
          box-shadow: none;
          margin-bottom: 0;
          height: auto; }
          .modal-dialog .modal-content .modal-body .activities .card-custom-1 h3, .modal-dialog .modal-content .modal-body .activities .card-custom-1 p {
            color: #000000; }
          .modal-dialog .modal-content .modal-body .activities .card-custom-1 .panel-body {
            padding: 0; }
      .modal-dialog .modal-content .modal-body .booking {
        width: 100%;
        border-top: 1px solid rgba(0, 0, 0, 0.1); }
        .modal-dialog .modal-content .modal-body .booking .inner {
          max-width: 80rem;
          padding-top: 5rem;
          padding-bottom: 5rem; }
        .modal-dialog .modal-content .modal-body .booking .booking-list {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .modal-dialog .modal-content .modal-body .booking .booking-list li {
            width: 33.33333333%; }
          .modal-dialog .modal-content .modal-body .booking .booking-list li a {
            width: 100%;
            padding-top: 2rem;
            padding-bottom: 2rem;
            border-bottom: 1px solid rgba(74, 168, 230, 0.1);
            text-decoration: none; }
            .modal-dialog .modal-content .modal-body .booking .booking-list li a h4 {
              text-shadow: 0px 0px 0px #FFFFFF;
              margin: 0; }
      .modal-dialog .modal-content .modal-body .gallery-contents {
        padding-top: 5rem;
        padding-bottom: 5rem; }
        .modal-dialog .modal-content .modal-body .gallery-contents .lightbox-image-desc {
          margin-top: 1rem; }
    .modal-dialog .modal-content .modal-footer {
      border-top: none;
      padding: 0;
      background: #17408D;
      height: 6rem; }
      .modal-dialog .modal-content .modal-footer .inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: justify;
            justify-content: space-between;
        height: 100%; }
      .modal-dialog .modal-content .modal-footer::before, .modal-dialog .modal-content .modal-footer::after {
        content: none; }
      .modal-dialog .modal-content .modal-footer h4 {
        color: #FFFFFF; }
  @media (max-width: 1024px) {
    .modal-dialog .mobile-only {
      display: none !important; }
    .modal-dialog .modal-content .modal-body .booking .booking-list {
      padding-left: 0;
      padding-right: 0; }
    .modal-dialog .modal-content .modal-body .gallery-contents {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  @media (max-width: 540px) {
    .modal-dialog .mobile-only {
      display: block !important; }
    .modal-dialog .modal-content {
      padding-top: 2rem; }
      .modal-dialog .modal-content .modal-header .app-logo {
        display: none; }
      .modal-dialog .modal-content .modal-header .close {
        left: 2rem;
        z-index: 1200; }
      .modal-dialog .modal-content .modal-body .activities {
        display: none; }
      .modal-dialog .modal-content .modal-body .booking {
        border-top: none; }
        .modal-dialog .modal-content .modal-body .booking .inner {
          padding-top: 5rem; }
      .modal-dialog .modal-content .modal-body .booking .booking-list {
        height: auto;
        padding-left: 0.8rem;
        padding-right: 0.8rem; }
        .modal-dialog .modal-content .modal-body .booking .booking-list li {
          width: 100%; }
          .modal-dialog .modal-content .modal-body .booking .booking-list li:nth-child(n + 4) {
            margin-left: 0; }
          .modal-dialog .modal-content .modal-body .booking .booking-list li:last-child a {
            border-bottom: none; }
        .modal-dialog .modal-content .modal-body .booking .booking-list li a {
          padding-top: 1.4rem;
          padding-bottom: 1.4rem; }
      .modal-dialog .modal-content .modal-body .gallery-contents {
        padding-top: 3rem;
        padding-bottom: 3rem; }
      .modal-dialog .modal-content .modal-footer > .inner {
        padding-left: 1.8rem;
        padding-right: 1.8rem; } }

.timetables-dialog .modal-content .modal-header h2 {
  font-size: 4rem;
  color: #000000; }

.timetables-dialog .modal-content .modal-body {
  -ms-flex-pack: center;
      justify-content: center; }
  .timetables-dialog .modal-content .modal-body .categories {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center; }
    .timetables-dialog .modal-content .modal-body .categories .card-custom-3 {
      width: calc(24% - 2rem);
      height: 27.4rem;
      margin-top: 2rem;
      margin-bottom: 2rem; }
      .timetables-dialog .modal-content .modal-body .categories .card-custom-3 .panel-body {
        padding: 2rem; }
        .timetables-dialog .modal-content .modal-body .categories .card-custom-3 .panel-body h3 {
          font-size: 2.2rem;
          text-transform: capitalize; }
      .timetables-dialog .modal-content .modal-body .categories .card-custom-3 + .card-custom-3 {
        margin-left: 4rem; }
      .timetables-dialog .modal-content .modal-body .categories .card-custom-3:nth-child(4n+1) {
        margin-left: 0; }

@media (max-width: 1024px) {
  .timetables-dialog .modal-content .modal-header h2 {
    font-size: 28px;
    font-size: 2.8rem; }
  .timetables-dialog .modal-content .modal-body {
    padding-top: 3rem; }
  .timetables-dialog .modal-content .modal-body .categories .card-custom-3 {
    width: calc(32.5% - 1rem); }
    .timetables-dialog .modal-content .modal-body .categories .card-custom-3 + .card-custom-3, .timetables-dialog .modal-content .modal-body .categories .card-custom-3:nth-child(4n+1) {
      margin-left: 2rem; }
    .timetables-dialog .modal-content .modal-body .categories .card-custom-3:nth-child(3n+1) {
      margin-left: 0; } }

@media (max-width: 840px) {
  .timetables-dialog .modal-content .modal-body .categories .card-custom-3 {
    width: calc(50% - 1rem);
    margin-top: 1rem;
    margin-bottom: 1rem; }
    .timetables-dialog .modal-content .modal-body .categories .card-custom-3 + .card-custom-3, .timetables-dialog .modal-content .modal-body .categories .card-custom-3:nth-child(4n+1), .timetables-dialog .modal-content .modal-body .categories .card-custom-3:nth-child(3n+1) {
      margin-left: 2rem; }
    .timetables-dialog .modal-content .modal-body .categories .card-custom-3:nth-child(2n+1) {
      margin-left: 0; } }

@media (max-width: 540px) {
  .timetables-dialog .modal-content .modal-header h2 {
    font-size: 26px;
    font-size: 2.6rem; }
  .timetables-dialog .modal-content .modal-body {
    padding-top: 2rem; }
  .timetables-dialog .modal-content .modal-body .categories .card-custom-3 {
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
    .timetables-dialog .modal-content .modal-body .categories .card-custom-3 + .card-custom-3, .timetables-dialog .modal-content .modal-body .categories .card-custom-3:nth-child(4n+1), .timetables-dialog .modal-content .modal-body .categories .card-custom-3:nth-child(3n+1), .timetables-dialog .modal-content .modal-body .categories .card-custom-3:nth-child(2n+1) {
      margin-left: 0; } }

.membership-dialog .modal-content {
  background: #F5F5F5; }

.membership-dialog .modal-content .modal-header h2 {
  font-size: 4rem;
  color: #000000; }

.membership-dialog .modal-content .modal-body {
  -ms-flex-pack: center;
      justify-content: center; }
  .membership-dialog .modal-content .modal-body .membership-tabs {
    margin-top: 4rem;
    margin-bottom: 7rem; }
  .membership-dialog .modal-content .modal-body .tab-content {
    width: 100%;
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .membership-dialog .modal-content .modal-body .categories {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center; }

@media (max-width: 1024px) {
  .membership-dialog .modal-content .modal-header h2 {
    font-size: 28px;
    font-size: 2.8rem; }
  .membership-dialog .modal-content .modal-body {
    padding-top: 3rem; }
    .membership-dialog .modal-content .modal-body .membership-tabs {
      margin-top: 1rem;
      margin-bottom: 4rem; } }

@media (max-width: 540px) {
  .membership-dialog .modal-content .modal-header h2 {
    font-size: 26px;
    font-size: 2.6rem; }
  .membership-dialog .modal-content .modal-body {
    padding-top: 2rem; }
    .membership-dialog .modal-content .modal-body .membership-tabs {
      margin-top: 0;
      margin-bottom: 2rem; } }
