@charset "UTF-8";
@keyframes fade-in {
  0% {
    opacity: 0;
    height: 0;
  }
  1% {
    height: 100%;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  99% {
    height: 100%;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}
@keyframes fade-in-top {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-out-top {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-20px);
    opacity: 0;
  }
}
body, html {
  overflow-x: hidden;
}
body.modal-open, html.modal-open {
  overflow: hidden;
  height: 100vh;
}

html {
  min-height: 100%;
}

body {
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4A4A4A;
  padding-right: 0 !important;
}

p {
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  margin-bottom: 1em;
  line-height: 1.5em;
}

img {
  max-width: 100%;
}

h1 {
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: #043A63;
  margin-bottom: 1em;
}

h2,
h3 {
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  line-height: 1.3em;
  color: #043A63;
}

h4, h5, h6 {
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  line-height: 1.3em;
  color: #043A63;
}

h2 {
  color: #043A63;
  font-weight: 800;
  margin-bottom: 0.8em;
}

h5 {
  font-size: 16px;
  font-weight: 600;
}

a {
  color: #E14E0D;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  font-family: "open-sans", Helvetica, Arial, sans-serif;
}
a:hover, a:focus {
  color: #043A63;
  text-decoration: none;
}
a.share {
  color: #9B9B9B;
}
a.share i {
  padding-right: 0;
  padding-left: 5px;
  color: #E14E0D;
}
a.share:hover {
  color: #E14E0D;
}

hr {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border-color: #043A63;
}

.intro {
  font-size: 1.3em;
}

blockquote {
  border-left: 0 none transparent;
  padding: 25px;
  position: relative;
  font-style: italic;
  overflow: hidden;
  color: #043A63;
}
blockquote p {
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
}
blockquote:before {
  content: '';
  display: block;
  font-family: 'FontAwesome';
  margin-bottom: 5px;
  color: #043A63;
  position: absolute;
  top: 0;
  left: 0;
}
blockquote:after {
  content: '';
  display: block;
  font-family: 'FontAwesome';
  float: right;
  margin-top: 5px;
  color: #043A63;
  bottom: 0;
  right: 5px;
  position: absolute;
}

@media (max-width: 575px) {
  body {
    font-size: 14px;
  }
}
.result {
  padding: 0.15em 0.25em;
  background: #f7e19d;
}

.flex-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  text-align: center;
}

.flex-end {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
}

.img-wrapper img {
  width: 100%;
}

.news-tab {
  position: absolute;
  bottom: 0;
}
.news-tab .date-circle {
  padding-left: 10px;
  margin-bottom: 10px;
}
.news-tab .date-circle span {
  color: #043A63;
  border-color: #ffffff;
  background-color: #ffffff;
}
.news-tab .type {
  padding: 5px 5px 5px 10px;
  background-color: #e24d0d;
  color: #ffffff;
  width: 130px;
  text-transform: uppercase;
}

.top-login {
  background-color: #f8f8f8;
  position: absolute;
  top: 0;
  width: 100%;
}

.arrow-btn {
  position: absolute;
  bottom: -34px;
  z-index: 2;
  left: 50%;
  transform: translatex(-50%);
}

.content-padding {
  padding: 65px 0;
}

@media (max-width: 767px) {
  .content-padding {
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  .content-padding {
    padding: 20px 0;
  }
}
.linkedin + .twitter {
  margin-left: 15px;
}

.collapsing {
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.well {
  background: #f6f6f6;
  box-shadow: none;
  border-radius: 0;
  border: none;
}

.clear-left {
  clear: left;
}

.inset-sm {
  padding: 0.5em;
}

.inset-md {
  padding: 1em;
}

.inset-lg {
  padding: 2em;
}

.figure-pull-right,
.caption-pull-right,
.figure-pull-left,
.caption-pull-left {
  margin-bottom: 1.5em;
  width: 48%;
  clear: both;
}
.figure-pull-right ~ p,
.caption-pull-right ~ p,
.figure-pull-left ~ p,
.caption-pull-left ~ p {
  overflow: hidden;
}

.figure-pull-right,
.caption-pull-right {
  float: right;
  margin-left: 2em;
}

.figure-pull-left,
.caption-pull-left {
  float: left;
  margin-right: 2em;
}

.caption-pull-left {
  clear: left;
}

.caption-pull-right {
  clear: right;
}

figcaption,
.caption,
.caption-pull-right,
.caption-pull-left {
  color: #999;
  font-size: 0.9em;
}

@media (max-width: 991px) {
  .sm-pull-right {
    float: right;
  }

  .sm-clear-left {
    clear: left;
  }
}
@media (max-width: 767px) {
  .figure-pull-right,
  .caption-pull-right,
  .figure-pull-left,
  .caption-pull-left {
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
  }
}
.video-wrapper {
  height: 0;
  padding-bottom: 56.9%;
  position: relative;
  margin-top: 2em;
  margin-bottom: 2em;
}
.video-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.btn {
  padding: 8px 16px;
  border: 0 none transparent;
  font-size: 16px;
}
.btn:active {
  transform: scale(0.97);
  -ms-transform: scale(0.97);
}
.btn:hover, .btn:active, .btn:focus, .btn:active:hover, .btn:active:focus {
  outline: 0;
  box-shadow: none;
}

.btn-default,
.btn-primary {
  color: #E14E0D;
  border: 2px #E14E0D solid;
  background-color: transparent;
  border-radius: 20px;
  font-weight: 800;
  transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  margin: 1em 0;
}
.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:hover, .btn-default:active:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:active:focus {
  color: #ffffff;
  border-color: #043A63;
  background-color: #043A63;
}

.figure-hero {
  margin-bottom: 2em;
}

img + .lead,
img + .intro {
  margin-top: 20px;
}

.lead,
.intro {
  font-size: 20px;
  color: #6b6b6b;
}

blockquote {
  border-left: 0 none transparent;
  padding: 25px;
  position: relative;
  font-style: italic;
  overflow: hidden;
}
blockquote p {
  font-size: 18px;
}
blockquote:before {
  content: '';
  display: block;
  font-family: 'FontAwesome';
  margin-bottom: 5px;
  color: #043A63;
  position: absolute;
  top: 0;
  left: 0;
}
blockquote:after {
  content: '';
  display: block;
  font-family: 'FontAwesome';
  float: right;
  margin-top: 5px;
  color: #043A63;
  bottom: 0;
  right: 5px;
  position: absolute;
}

h1 + hr {
  margin-top: 8px;
  margin-bottom: 30px;
}

.img-container {
  max-width: 100%;
  overflow: hidden;
}
.img-container img {
  max-width: 100%;
}

.banner {
  position: relative;
  overflow: hidden;
  height: 250px;
  margin-bottom: 30px;
}
.banner > img {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.banner::after {
  height: 120px;
  width: 140%;
  display: block;
  content: '';
  transform: rotate(5deg);
  position: absolute;
  bottom: -100px;
  left: -50px;
}

@media (max-width: 540px) {
  .banner {
    max-height: 200px;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .banner .overlay {
    bottom: -10%;
  }
}
.breadcrumb {
  background: transparent;
}
.breadcrumb .active {
  color: #043A63;
}

.video-wrapper {
  height: 0;
  padding-bottom: 56.9%;
  position: relative;
}
.video-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.intro-area {
  overflow: hidden;
}
.intro-area .intro-text {
  padding-right: 25px;
}
.intro-area .intro-text h2 {
  margin-top: 0;
}
.intro-area .video-wrapper {
  width: 50%;
  float: right;
  padding-bottom: 27.9%;
  margin: 0 0 25px 25px;
}

@media (max-width: 991px) {
  .intro-area .video-wrapper {
    width: 100%;
    padding-bottom: 56.9%;
    margin-bottom: 20px;
  }
}
.profile-panel.panel .panel-img {
  margin-right: 20px;
  width: 150px;
  height: 100px;
  position: relative;
  overflow: hidden;
}
.profile-panel.panel .panel-img img {
  object-fit: cover;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: block;
  position: absolute;
  overflow: hidden;
}
.profile-panel.panel .panel-body {
  padding: 0;
}
.profile-panel.panel .panel-heading {
  margin-bottom: 0.5em;
}

@media (max-width: 767px) {
  .profile-panel.panel {
    display: block;
  }
  .profile-panel.panel .panel-img {
    margin: auto auto 10px auto;
  }
}
.modal {
  padding-left: 20px;
  padding-right: 20px !important;
}
.modal .modal-dialog {
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  left: 50%;
  top: 50%;
  margin: 0;
}
.modal .close {
  right: -25px;
}

.panel {
  cursor: pointer !important;
  border: 0;
  box-shadow: none;
  background: transparent;
  width: 100%;
  border-top: 2px #eeeeee solid;
  padding: 10px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.panel p {
  color: #4A4A4A;
}
.panel .panel-content {
  width: 100%;
}
.panel .panel-body {
  padding: 0.5em 0;
  background: transparent;
  padding: 2em 0;
  color: #4A4A4A;
}
.panel .panel-heading {
  width: 100%;
  margin: 0;
  display: block;
  color: #E14E0D;
  font-weight: 800;
}
.panel .panel-heading i {
  float: right;
}
.panel .panel-heading a {
  color: #333333;
}
.panel .panel-heading a:hover, .panel .panel-heading a:focus {
  color: #043A63;
}
.panel .panel-heading:before {
  float: right;
  content: "";
  font-family: FontAwesome;
  padding-right: 5px;
  font-size: 24px;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.panel.collapsed .panel-heading:before {
  content: "";
}
.panel.collapsed .panel-heading:hover:before, .panel.collapsed .panel-heading:focus:before {
  color: #043A63;
}

.social {
  display: inline-block;
  padding: 0;
  list-style: none;
}
.social li {
  float: left;
  margin-right: 15px;
}
.social li a:hover svg path, .social li a:focus svg path {
  fill: #043A63 !important;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

footer {
  color: #ffffff;
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer .footer-nav h5 {
  margin-top: 20px;
  color: #ffffff;
  font-weight: 800;
}
footer .footer-nav li {
  line-height: 1.1em;
  margin-bottom: 0.5em;
}
footer .footer-nav a {
  color: #ffffff;
  font-size: 13px;
}
footer .footer-nav a:hover, footer .footer-nav a:focus {
  color: #E14E0D;
}
footer .footer-nav .legal {
  padding-top: 20px;
  margin-bottom: 60px;
  overflow: hidden;
}
footer .footer-nav .legal p {
  color: #6d6e71;
}
footer .footer-col {
  padding: 65px 45px;
}
footer .footer-col .nav-buttons {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
footer .footer-col:nth-child(1) .btn-default,
footer .footer-col:nth-child(1) .btn-primary {
  color: #043A63;
  border: 2px #ffffff solid;
  background-color: #ffffff;
  margin-top: 0;
}
footer .footer-col:nth-child(1) .btn-default:hover, footer .footer-col:nth-child(1) .btn-default:active, footer .footer-col:nth-child(1) .btn-default:focus, footer .footer-col:nth-child(1) .btn-default:active:hover, footer .footer-col:nth-child(1) .btn-default:active:focus,
footer .footer-col:nth-child(1) .btn-primary:hover,
footer .footer-col:nth-child(1) .btn-primary:active,
footer .footer-col:nth-child(1) .btn-primary:focus,
footer .footer-col:nth-child(1) .btn-primary:active:hover,
footer .footer-col:nth-child(1) .btn-primary:active:focus {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}
footer .footer-col .form-text {
  margin-bottom: 20px;
  margin-top: 0;
}

@media screen and (max-width: 520px) {
  footer .footer-col {
    padding: 40px 15px;
  }
  footer .footer-col .nav-buttons {
    position: relative;
    margin-top: 20px;
  }
}
.darkblue-bg {
  background-color: #043A63;
}
.darkblue-bg h1, .darkblue-bg h2, .darkblue-bg h3, .darkblue-bg h4, .darkblue-bg h5, .darkblue-bg p, .darkblue-bg a, .darkblue-bg button, .darkblue-bg ul, .darkblue-bg li {
  color: #ffffff;
}
.darkblue-bg a:hover, .darkblue-bg a:focus {
  color: #E14E0D;
}
.darkblue-bg .btn-default,
.darkblue-bg .btn-primary {
  border: 2px #ffffff solid;
}
.darkblue-bg .btn-default:hover, .darkblue-bg .btn-default:active, .darkblue-bg .btn-default:focus, .darkblue-bg .btn-default:active:hover, .darkblue-bg .btn-default:active:focus,
.darkblue-bg .btn-primary:hover,
.darkblue-bg .btn-primary:active,
.darkblue-bg .btn-primary:focus,
.darkblue-bg .btn-primary:active:hover,
.darkblue-bg .btn-primary:active:focus {
  color: #043A63;
  background-color: #ffffff;
}

.orange-bg {
  background-color: #E14E0D;
}
.orange-bg h1, .orange-bg h2, .orange-bg h3, .orange-bg h4, .orange-bg h5, .orange-bg p, .orange-bg a, .orange-bg button, .orange-bg ul, .orange-bg li {
  color: #ffffff;
}
.orange-bg a:hover, .orange-bg a:focus {
  color: #043A63;
}
.orange-bg .btn-default,
.orange-bg .btn-primary {
  border: 2px #ffffff solid;
}
.orange-bg .btn-default:hover, .orange-bg .btn-default:active, .orange-bg .btn-default:focus, .orange-bg .btn-default:active:hover, .orange-bg .btn-default:active:focus,
.orange-bg .btn-primary:hover,
.orange-bg .btn-primary:active,
.orange-bg .btn-primary:focus,
.orange-bg .btn-primary:active:hover,
.orange-bg .btn-primary:active:focus {
  color: #E14E0D;
  background-color: #ffffff;
}

.brand-orange h1, .brand-orange h2, .brand-orange h3, .brand-orange h4, .brand-orange h5, .brand-orange button, .brand-orange ul, .brand-orange li {
  color: #E14E0D;
}
.brand-orange a {
  color: #E14E0D;
}
.brand-orange a:hover, .brand-orange a:focus {
  color: #043A63;
}
.brand-orange .btn-default,
.brand-orange .btn-primary {
  border: 2px #E14E0D solid;
}
.brand-orange .btn-default:hover, .brand-orange .btn-default:active, .brand-orange .btn-default:focus, .brand-orange .btn-default:active:hover, .brand-orange .btn-default:active:focus,
.brand-orange .btn-primary:hover,
.brand-orange .btn-primary:active,
.brand-orange .btn-primary:focus,
.brand-orange .btn-primary:active:hover,
.brand-orange .btn-primary:active:focus {
  color: #ffffff;
  background-color: #E14E0D;
}
.brand-orange .article .article-block {
  border-color: #E14E0D;
}
.brand-orange .article .article-block h2 {
  color: #E14E0D;
}
.brand-orange .article .article-block .btn {
  color: #E14E0D;
  border-color: #E14E0D;
}
.brand-orange .article .article-block .btn:hover, .brand-orange .article .article-block .btn:focus {
  background-color: #E14E0D;
  color: #ffffff;
}

.lightblue-bg {
  background-color: #7FB2E2;
}
.lightblue-bg h1, .lightblue-bg h2, .lightblue-bg h3, .lightblue-bg h4, .lightblue-bg h5, .lightblue-bg p, .lightblue-bg a, .lightblue-bg button, .lightblue-bg ul, .lightblue-bg li {
  color: #ffffff;
}
.lightblue-bg a:hover, .lightblue-bg a:focus {
  color: #043A63;
}
.lightblue-bg .btn-default,
.lightblue-bg .btn-primary {
  border: 2px #ffffff solid;
  color: #ffffff;
}
.lightblue-bg .btn-default:hover, .lightblue-bg .btn-default:active, .lightblue-bg .btn-default:focus, .lightblue-bg .btn-default:active:hover, .lightblue-bg .btn-default:active:focus,
.lightblue-bg .btn-primary:hover,
.lightblue-bg .btn-primary:active,
.lightblue-bg .btn-primary:focus,
.lightblue-bg .btn-primary:active:hover,
.lightblue-bg .btn-primary:active:focus {
  color: #7FB2E2;
  background-color: #ffffff;
}

.brand-lightblue h1, .brand-lightblue h2, .brand-lightblue h3, .brand-lightblue h4, .brand-lightblue h5, .brand-lightblue button, .brand-lightblue ul, .brand-lightblue li {
  color: #7FB2E2;
}
.brand-lightblue a {
  color: #7FB2E2;
}
.brand-lightblue a:hover, .brand-lightblue a:focus {
  color: #043A63;
}
.brand-lightblue .btn-default,
.brand-lightblue .btn-primary {
  border: 2px #7FB2E2 solid;
}
.brand-lightblue .btn-default:hover, .brand-lightblue .btn-default:active, .brand-lightblue .btn-default:focus, .brand-lightblue .btn-default:active:hover, .brand-lightblue .btn-default:active:focus,
.brand-lightblue .btn-primary:hover,
.brand-lightblue .btn-primary:active,
.brand-lightblue .btn-primary:focus,
.brand-lightblue .btn-primary:active:hover,
.brand-lightblue .btn-primary:active:focus {
  color: #ffffff;
  background-color: #7FB2E2;
}
.brand-lightblue .article .article-block {
  border-color: #7FB2E2;
}
.brand-lightblue .article .article-block h2 {
  color: #7FB2E2;
}
.brand-lightblue .article .article-block .btn {
  color: #7FB2E2;
  border-color: #7FB2E2;
}
.brand-lightblue .article .article-block .btn:hover, .brand-lightblue .article .article-block .btn:focus {
  background-color: #7FB2E2;
  color: #ffffff;
}

.yellow-bg {
  background-color: #F0B500;
}
.yellow-bg h1, .yellow-bg h2, .yellow-bg h3, .yellow-bg h4, .yellow-bg h5, .yellow-bg p, .yellow-bg a, .yellow-bg button, .yellow-bg ul, .yellow-bg li {
  color: #ffffff;
}
.yellow-bg .btn-default,
.yellow-bg .btn-primary {
  border: 2px #ffffff solid;
}
.yellow-bg .btn-default:hover, .yellow-bg .btn-default:active, .yellow-bg .btn-default:focus, .yellow-bg .btn-default:active:hover, .yellow-bg .btn-default:active:focus,
.yellow-bg .btn-primary:hover,
.yellow-bg .btn-primary:active,
.yellow-bg .btn-primary:focus,
.yellow-bg .btn-primary:active:hover,
.yellow-bg .btn-primary:active:focus {
  color: #043A63;
  background-color: #ffffff;
}

.brand-yellow h1, .brand-yellow h2, .brand-yellow h3, .brand-yellow h4, .brand-yellow h5, .brand-yellow button, .brand-yellow ul, .brand-yellow li {
  color: #F0B500;
}
.brand-yellow a {
  color: #F0B500;
}
.brand-yellow a:hover, .brand-yellow a:focus {
  color: #043A63;
}
.brand-yellow .btn-default,
.brand-yellow .btn-primary {
  border: 2px #F0B500 solid;
}
.brand-yellow .btn-default:hover, .brand-yellow .btn-default:active, .brand-yellow .btn-default:focus, .brand-yellow .btn-default:active:hover, .brand-yellow .btn-default:active:focus,
.brand-yellow .btn-primary:hover,
.brand-yellow .btn-primary:active,
.brand-yellow .btn-primary:focus,
.brand-yellow .btn-primary:active:hover,
.brand-yellow .btn-primary:active:focus {
  color: #ffffff;
  background-color: #F0B500;
}
.brand-yellow .article .article-block {
  border-color: #F0B500;
}
.brand-yellow .article .article-block h1, .brand-yellow .article .article-block h2, .brand-yellow .article .article-block h3, .brand-yellow .article .article-block h4, .brand-yellow .article .article-block h5, .brand-yellow .article .article-block button, .brand-yellow .article .article-block ul, .brand-yellow .article .article-block li {
  color: #F0B500;
}
.brand-yellow .article .article-block .btn {
  color: #F0B500;
  border-color: #F0B500;
}
.brand-yellow .article .article-block .btn:hover, .brand-yellow .article .article-block .btn:focus {
  background-color: #F0B500;
  color: #ffffff;
}

.carousel-fade .carousel-control {
  width: 10%;
  z-index: 3;
}
.carousel-fade .carousel-control span {
  top: 50%;
  display: block;
  position: absolute;
  z-index: 3;
}
.carousel-fade .carousel-control span.fa-chevron-left {
  left: 20px;
}
.carousel-fade .carousel-control span.fa-chevron-right {
  right: 20px;
}
.carousel-fade .carousel-inner .carousel-item {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity .75s ease-in-out;
  transition: opacity .75s ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.carousel-fade .carousel-inner .carousel-item.active {
  opacity: 1;
  z-index: 2;
}
.carousel-fade .carousel-inner .carousel-item.active.left, .carousel-fade .carousel-inner .carousel-item.active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .carousel-item > img {
  width: 100%;
  height: auto;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .next.right {
  opacity: 0;
}

.carousel-control-next, .carousel-control-prev {
  z-index: 10;
}

.carousel .carousel-inner .carousel-item img {
  object-fit: cover;
  height: 100%;
}

@media (max-width: 768px) {
  main .carousel .carousel-inner .carousel-item {
    height: 250px;
  }
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner .carousel-item.next,
  .carousel-fade .carousel-inner .carousel-item.active.right,
  .carousel-fade .carousel-inner .carousel-item.prev,
  .carousel-fade .carousel-inner .carousel-item.active.left {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner .carousel-item.next.left,
  .carousel-fade .carousel-inner .carousel-item.prev.right,
  .carousel-fade .carousel-inner .carousel-item.active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
  margin-top: -5px !important;
}

.lSSlideOuter {
  position: relative;
}

.lSAction > a {
  margin-top: -5px;
  top: 0;
}

@media (min-width: 991px) {
  #slider li {
    height: 100% !important;
  }
  #slider .img-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    height: 100%;
    width: 100%;
  }
  #slider .img-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
#newsSlider {
  padding-top: 40px;
}

.lSSlideOuter {
  overflow: visible;
}
.lSSlideOuter .lSPager.lSpg > li {
  padding: 0 10px;
}
.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #7FB2E2;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #9e9e9e;
  height: 12px;
  width: 12px;
}
.lSSlideOuter .lSSlideWrapper {
  overflow: visible;
}
.lSSlideOuter .lSSlideWrapper .lightSlider {
  overflow: visible;
}

.promo-tile .lSSlideOuter .lSSlideWrapper {
  overflow: hidden;
}

.input-group-prepend .input-group-text {
  background-color: transparent;
  border-right: 0;
  color: #E14E0D;
  border-color: #E14E0D;
  font-size: 25px;
}
.input-group-prepend + .form-control {
  border-left: 0;
  border-color: #E14E0D;
}

.donate-form .form-control {
  border-radius: 30px;
  border: 2px solid #043A63;
}
.donate-form form label {
  color: #043A63;
}

.sign-up-form .form-group .btn {
  margin-left: 10px;
}
.sign-up-form .form-group.email-input {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.sign-up-form .form-group .signup {
  background-color: transparent;
  background-image: none;
  border: 0;
  border-bottom: #ffffff 2px solid;
  color: #ffffff;
  border-radius: 0;
}
.sign-up-form .form-group .signup:focus {
  background-color: transparent;
  background-image: none;
  border: 0;
  border-bottom: #ffffff 2px solid;
  border-radius: 0;
  color: #ffffff;
  box-shadow: none;
}
.sign-up-form .form-group .signup ::-webkit-input-placeholder {
  color: #ffffff;
  font-style: italic;
}
.sign-up-form .form-group .signup::placeholder {
  color: #ffffff;
  font-style: italic;
}

.form-group {
  position: relative;
}
.form-group .search-control {
  border-radius: 30px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  color: #ffffff;
}
.form-group .search-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.form-group .search-control:hover, .form-group .search-control:focus {
  border: 2px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  color: #ffffff;
  box-shadow: none;
}
.form-group .input-group-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.form-group .input-group-btn .btn {
  margin: 0;
  padding: 6px;
  width: 42px;
  border-radius: 30px;
  color: #E14E0D;
  background-color: #ffffff;
  border-color: #ffffff;
}
.form-group .input-group-btn .btn:hover {
  border-color: #ffffff;
  background-color: #E14E0D;
  color: #ffffff;
}

.checkbox label:after,
.radio label:after {
  content: '';
  display: table;
  clear: both;
}

.checkbox .cr,
.radio .cr {
  position: relative;
  display: inline-block;
  border: 2px solid #ffffff;
  border-radius: 100%;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
  padding: 10px;
}

.radio .cr {
  border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 20%;
}

.radio .cr .cr-icon {
  margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
  display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
  opacity: .5;
}

.form-text {
  font-size: 13px;
  font-style: italic;
  margin-bottom: 10px;
  margin-top: 15px;
}

.social-share {
  display: inline-block;
}
.social-share span {
  float: left;
}
.social-share span.twitter {
  margin-right: 5px;
}

.morph-shape, .close-button, .menu-button {
  display: none;
}

.main-nav-trigger {
  opacity: 0;
}

@media (max-width: 1430px) {
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
}
@media only screen and (max-width: 1040px) {
  .morph-shape, .close-button, .menu-button {
    display: block;
  }

  .flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .menu-button {
    position: fixed;
    top: 12px;
    right: 10px;
    z-index: 10;
    padding: 0;
    width: 2.5em;
    height: 2.5em;
    border-radius: 1.25em;
    border: none;
    text-indent: 2.5em;
    font-size: 1.5em;
    color: transparent;
    background: #ffffff;
    cursor: pointer;
  }

  .menu-button::before {
    position: absolute;
    top: 0.75em;
    right: 0.6em;
    bottom: 0.75em;
    left: 0.6em;
    background: linear-gradient(#043A63 20%, transparent 20%, transparent 40%, #043A63 40%, #043A63 60%, transparent 60%, transparent 80%, #043A63 80%);
    content: '';
  }

  .menu-button:hover:before {
    background: linear-gradient(#E14E0D 20%, transparent 20%, transparent 40%, #E14E0D 40%, #E14E0D 60%, transparent 60%, transparent 80%, #E14E0D 80%);
  }

  .close-button {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 1em;
    top: 1em;
    overflow: hidden;
    text-indent: 16px;
    border: none;
    z-index: 999;
    background: transparent;
    color: transparent;
  }
  .close-button:hover::before, .close-button:hover::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #E14E0D;
  }
  .close-button::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .close-button::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .close-button::before, .close-button::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #fff;
    -webkit-transition: -webkit-all 0.6s;
  }

  /* Menu */
  .menu-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    font-size: 1.15em;
    -webkit-transform: translate3d(0, 100vh, 0);
    transform: translate3d(0, 100vh, 0);
    -webkit-transition: -webkit-all 0.6s;
    transition: all 0.6s;
  }
  .menu-wrap a {
    color: #b8b7ad;
  }
  .menu-wrap a:hover, .menu-wrap a:focus {
    color: #c94e50;
  }

  .menu {
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 1000;
    text-align: center;
    padding: 0 1.5em;
  }

  .icon-list a,
  .close-button {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
  }

  /* Morph Shape */
  .morph-shape {
    display: block;
    position: absolute;
    width: 100%;
    width: calc(100% + 400px);
    height: 100%;
    top: 0;
    left: 0;
    fill: #043A63;
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform: translate3d(-400px, 0, 0);
    transform: translate3d(-400px, 0, 0);
  }

  /* Shown menu */
  .show-menu .menu-wrap,
  .show-menu .icon-list a,
  .show-menu .close-button,
  .show-menu .morph-shape,
  .show-menu .content::before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  .show-menu .menu-wrap,
  .show-menu .content::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }

  .show-menu .icon-list a,
  .show-menu .close-button,
  .show-menu .content::before {
    opacity: 1;
  }
}
.search-trigger {
  display: none;
  position: absolute;
  color: #043A63;
}
.search-trigger:hover, .search-trigger:focus {
  color: #E14E0D;
}

.search-form {
  position: absolute;
  background: #eee;
  width: 300px;
  top: 60px;
  right: 0;
  background-color: #E14E0D;
  padding: 25px;
  color: #ffffff;
  border-radius: 0;
  border-bottom-right-radius: 45px;
  border-bottom-left-radius: 45px;
  opacity: 0;
}
.search-form .close-search {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 1em;
  top: 1em;
  overflow: hidden;
  text-indent: 16px;
  border: none;
  z-index: 1001;
  background: transparent;
  color: transparent;
  display: none;
}
.search-form .close-search::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search-form .close-search::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.search-form .close-search::before, .search-form .close-search::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #fff;
}

@media only screen and (max-width: 1040px) {
  .search-form {
    position: fixed;
    top: 0;
    height: 100%;
    left: -100%;
    width: 100%;
    z-index: 20;
    opacity: 1;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.8s;
  }
  .search-form form.search-bar {
    width: 100%;
  }
  .search-form .close-search {
    display: block;
  }

  .header-wrap.search-open .search-form {
    left: 0;
  }
}
.header-wrap.search-open .search-form {
  opacity: 1;
  z-index: 20;
}

.main-nav .navbar-items li .search-trigger {
  display: block;
}

@media only screen and (max-width: 1040px) {
  .main-nav .navbar-items li .search-trigger {
    display: none;
  }

  .search-trigger {
    display: block;
    top: 20px;
    right: 85px;
    font-size: 25px;
  }
}
.main-nav-trigger {
  display: none;
}

#header-wrap .navbar-header {
  position: relative;
  background-color: #ffffff;
  padding: 30px 0;
  float: none;
}
#header-wrap .navbar-header .navbar-brand {
  z-index: 3;
  position: relative;
  height: auto;
  float: right;
  padding: 0;
}
#header-wrap .navbar-header .navbar-brand .grey-bubble {
  width: 160px;
  top: 67px;
  right: 0;
  position: absolute;
}
#header-wrap .navbar-header .navbar-brand .grey-bubble text {
  font-size: 25px;
  alignment-baseline: middle;
  text-anchor: middle;
}
#header-wrap .navbar-header .navbar-brand img {
  width: 280px;
}

.main-nav {
  left: 0;
  top: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  height: 100%;
  min-height: 0;
}
.main-nav .dropdown,
.main-nav .nav-item {
  font-weight: 500;
  position: relative;
}
.main-nav .dropdown .dropdown-menu,
.main-nav .nav-item .dropdown-menu {
  min-width: 300px;
  background-color: #E14E0D;
  left: -20px;
  margin-top: 27px;
  border-radius: 0;
  border-bottom-right-radius: 45px;
  border-bottom-left-radius: 45px;
  padding: 1rem 0;
}
.main-nav .dropdown .dropdown-menu li,
.main-nav .nav-item .dropdown-menu li {
  margin: 5px 15px;
}
.main-nav .dropdown .dropdown-menu > li > a,
.main-nav .nav-item .dropdown-menu > li > a {
  color: #ffffff;
  padding: 5px 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.main-nav .dropdown .dropdown-menu > li > a:hover, .main-nav .dropdown .dropdown-menu > li > a:focus,
.main-nav .nav-item .dropdown-menu > li > a:hover,
.main-nav .nav-item .dropdown-menu > li > a:focus {
  background-color: transparent;
  color: #043A63;
}
.main-nav .dropdown .dropdown-menu > li > a:after,
.main-nav .nav-item .dropdown-menu > li > a:after {
  top: 0;
  content: "";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  font-size: 25px;
}
.main-nav .dropdown .dropdown-menu .fa,
.main-nav .nav-item .dropdown-menu .fa {
  display: none;
  padding: 0;
  position: absolute;
  top: 7px;
  right: 10px;
  color: #ffffff;
  font-size: 18px;
  opacity: 1;
}
.main-nav .navbar-items .dropdown-menu.show {
  min-width: 300px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.main-nav .navbar-items .dropdown-menu .current > a {
  color: #043A63;
}
.main-nav .navbar-items li.current > a {
  color: #E14E0D;
}
.main-nav .navbar-items li > a {
  color: #043A63;
  background-color: transparent;
  padding: 0 13px;
}
.main-nav .navbar-items li > a.active {
  color: #E14E0D;
}
.main-nav .navbar-items li > a:hover, .main-nav .navbar-items li > a:focus .main-nav .navbar-items li > a:hover::before {
  color: #E14E0D;
}
.main-nav .navbar-items li .active a,
.main-nav .navbar-items li .active a:hover,
.main-nav .navbar-items li .active a:focus {
  background: transparent;
}
.main-nav .navbar-items .dropdown-close,
.main-nav .navbar-items .dropdown-title {
  display: none;
}

@media (max-width: 1199px) {
  .main-nav .navbar-items li > a {
    padding: 0 10px;
    font-size: 14px;
  }

  .header-wrap .your-brand {
    width: 130px;
  }
  .header-wrap .nav-buttons .btn-default {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1040px) {
  .nav-buttons {
    display: block;
    position: absolute;
    top: 2px;
    right: 20px;
  }

  .navbar-items {
    justify-content: flex-end;
  }

  .header-wrap {
    padding: 20px;
  }
  .header-wrap .your-brand {
    top: 5px;
    position: absolute;
  }
}
.main-nav .nav-buttons {
  display: none;
}
.main-nav .nav-buttons .btn-default {
  width: 100%;
}

@media only screen and (max-width: 1040px) {
  .nav-buttons {
    display: none;
  }

  .main-nav .nav {
    width: 100%;
    margin-top: 3em;
  }
  .main-nav .nav-buttons {
    display: none;
  }
  .main-nav .nav-buttons .btn-default {
    width: 100%;
  }

  .navigation-is-open {
    overflow-y: hidden;
  }

  .page-wrapper {
    position: relative;
    height: auto;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    background-color: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.7s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  }
  .navigation-is-open .page-wrapper {
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .no-js .page-wrapper {
    height: auto;
    overflow: visible;
  }

  .main-nav .nav-buttons {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    display: block;
    width: 100%;
  }
  .main-nav .main-navigation-wrapper {
    align-items: center;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 55px 60px;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    transition: transform 0.7s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  }
  .navigation-is-open .main-nav {
    visibility: visible;
    transition: visibility 0s 0s;
  }
  .navigation-is-open .main-nav .main-navigation-wrapper {
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
  }
  .main-nav .no-js .page-wrapper {
    height: auto;
    overflow: visible;
  }
  .no-js .main-nav {
    position: static;
    visibility: visible;
  }
  .no-js .main-nav .main-navigation-wrapper {
    height: auto;
    overflow: visible;
    padding: 100px 5%;
    transform: translateX(0);
  }
  .main-nav .navbar-items li {
    margin-bottom: 0;
    font-size: 18px;
  }
  .main-nav .navbar-items li a {
    color: #ffffff;
    font-size: 16px;
    padding: 10px 0;
  }
  .main-nav .navbar-items .nav-item,
  .main-nav .navbar-items .dropdown {
    margin: 0;
    display: block;
    float: none;
    white-space: nowrap;
    position: initial;
  }
  .main-nav .navbar-items .fa-chevron-down:before {
    content: "\f053";
  }
  .main-nav .navbar-items .dropdown-menu {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    width: 95%;
    height: 100vh;
    transition: all 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
    text-align: left;
    z-index: 1001;
    display: block;
    border: 0;
    padding: 40px;
    overflow: auto;
  }
  .main-nav .navbar-items .dropdown-menu .close-button:hover::before, .main-nav .navbar-items .dropdown-menu .close-button:hover::after {
    background: #043A63;
  }
  .main-nav .navbar-items .dropdown-menu li {
    margin: 10px 0;
  }
  .main-nav .navbar-items .dropdown-menu li .fa {
    display: block;
  }
  .main-nav .navbar-items .dropdown-menu li a {
    display: block;
    white-space: normal;
  }
  .main-nav .navbar-items .dropdown-menu li a:hover, .main-nav .navbar-items .dropdown-menu li a:focus {
    background-color: transparent;
    color: #043A63;
  }
  .main-nav .navbar-items .dropdown-menu .dropdown-title {
    text-transform: uppercase;
    font-weight: bold;
    color: #aaaaaa;
    display: block;
  }
  .main-nav .navbar-items .dropdown-menu .dropdown-close {
    display: block;
    position: absolute;
    right: 50px;
    top: 15px;
    display: block;
    cursor: pointer;
    color: #E14E0D;
    font-size: 1.5em;
  }
  .main-nav .navbar-items .dropdown-menu .dropdown-close:hover, .main-nav .navbar-items .dropdown-menu .dropdown-close:focus {
    color: #043A63;
  }
  .main-nav .navbar-items.open .dropdown-menu {
    transform: translateX(0);
  }

  .header-wrap {
    padding: 10px;
  }
}
.nav > li > a {
  font-weight: 800;
}
.nav > li > a:focus, .nav > li > a:hover {
  background: transparent;
  color: #E14E0D;
}

.your-brand {
  width: 150px;
}
.your-brand p {
  margin-bottom: 0;
  color: #ffffff;
}

.navbar-brand {
  margin-top: 0;
  max-width: 150px;
}

.header-wrap {
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
.header-wrap .header-search {
  position: absolute;
  right: 20px;
  margin-top: 20px;
  max-width: 33%;
  top: 5px;
}
.header-wrap .navbar-brand {
  margin-bottom: 4.5em;
  margin-top: 0;
  max-width: 180px;
}
.header-wrap .nav-buttons .btn-default, .header-wrap .nav-buttons .btn-primary {
  color: #ffffff;
  background-color: #E14E0D;
}
.header-wrap .nav-buttons .btn-default:hover, .header-wrap .nav-buttons .btn-default:active, .header-wrap .nav-buttons .btn-default:focus, .header-wrap .nav-buttons .btn-default:active:hover, .header-wrap .nav-buttons .btn-default:active:focus, .header-wrap .nav-buttons .btn-primary:hover, .header-wrap .nav-buttons .btn-primary:active, .header-wrap .nav-buttons .btn-primary:focus, .header-wrap .nav-buttons .btn-primary:active:hover, .header-wrap .nav-buttons .btn-primary:active:focus {
  color: #E14E0D;
  border-color: #E14E0D;
  background-color: transparent;
}

.next-link,
.prev-link {
  margin-bottom: 20px;
}

.home-content {
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}

.intro-section .lSSlideOuter {
  overflow: hidden;
}
.intro-section .lSSlideOuter .lSSlideWrapper {
  overflow: hidden;
}
.intro-section .lSSlideOuter .lSSlideWrapper .lightSlider {
  overflow: hidden;
}

.home-tile {
  padding: 65px;
  text-align: center;
}
.home-tile .tile-content {
  max-width: 750px;
}
.home-tile .sponsor {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.promo-tile {
  min-height: 300px;
}
.promo-tile .img-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.promo-tile .img-wrapper img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: block;
  position: absolute;
  overflow: hidden;
}

@media (max-width: 767px) {
  .home-tile {
    padding: 40px 15px;
  }

  .home-tile .sponsor {
    margin-bottom: 1em;
  }
}
.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.sponsors-section {
  border-top: 8px #E14E0D solid;
}
.sponsors-section .sponsor {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sponsors-section .sponsor a {
  padding: 20px;
}

.anniversary h2 {
  font-size: 100px;
  color: #F0B500;
}
.anniversary h5 {
  margin-bottom: 0;
  line-height: 1.5em;
}

.badge-img {
  position: relative;
}
.badge-img img {
  width: 230px;
  margin-top: 80px;
  background: #ffffff;
  padding: 15px;
  z-index: 1;
  position: relative;
}
.badge-img .line {
  height: 100%;
  width: 3px;
  background-color: #F0B500;
  position: absolute;
  top: 0;
  left: 50%;
}

@media screen and (min-width: 991px) {
  .badge-img {
    position: absolute;
    height: 65%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 991px) {
  .anniversary h2 {
    font-size: 50px;
    margin-top: 0.5em;
  }
  .anniversary .badge-img {
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
  }
  .anniversary .badge-img img {
    margin-top: 0;
    width: 140px;
  }
  .anniversary .badge-img .line {
    height: 3px;
    width: 100%;
    top: 50%;
    left: 0;
  }
  .anniversary .lslide {
    padding-top: 8em;
  }
  .anniversary .lSAction {
    position: absolute;
    top: 0;
    height: 50px;
    width: 100%;
  }
  .anniversary .lSAction a {
    background-color: #f1b502;
    opacity: 1;
    width: 45%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    font-weight: 800;
    padding: 20px;
    font-size: 16px;
    margin: 0;
    line-height: 0;
    color: #ffffff !important;
  }
}
#carousel-home {
  position: relative;
}
#carousel-home .carousel-indicators {
  top: 40px;
  max-height: 25px;
}
#carousel-home .carousel-inner {
  overflow: hidden;
  position: relative;
  height: 82vh;
}
#carousel-home .carousel-inner .overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: auto;
  right: 40%;
}
#carousel-home .carousel-inner .carousel-caption {
  bottom: 35px;
  padding: 0 12em;
}
#carousel-home .carousel-inner .carousel-caption h1,
#carousel-home .carousel-inner .carousel-caption p {
  display: block;
  color: #ffffff;
}
#carousel-home .carousel-inner .carousel-btn .btn-default,
#carousel-home .carousel-inner .carousel-btn .btn-primary {
  border: 2px #E14E0D solid;
  background-color: #ffffff;
  color: #E14E0D;
}
#carousel-home .carousel-inner .carousel-btn .btn-default:hover, #carousel-home .carousel-inner .carousel-btn .btn-default:active, #carousel-home .carousel-inner .carousel-btn .btn-default:focus, #carousel-home .carousel-inner .carousel-btn .btn-default:active:hover, #carousel-home .carousel-inner .carousel-btn .btn-default:active:focus,
#carousel-home .carousel-inner .carousel-btn .btn-primary:hover,
#carousel-home .carousel-inner .carousel-btn .btn-primary:active,
#carousel-home .carousel-inner .carousel-btn .btn-primary:focus,
#carousel-home .carousel-inner .carousel-btn .btn-primary:active:hover,
#carousel-home .carousel-inner .carousel-btn .btn-primary:active:focus {
  color: #ffffff;
  background-color: #043A63;
  border: 2px #043A63 solid;
}

@media screen and (max-width: 1200px) {
  #carousel-home .carousel-indicators {
    top: 30px;
  }
  #carousel-home .carousel-inner {
    height: 500px;
  }
  #carousel-home .carousel-inner .carousel-caption {
    padding: 0 0;
  }
}
@media screen and (max-height: 800px) {
  #carousel-home .carousel-inner {
    height: 600px;
  }
}
@media (max-width: 991px), (max-height: 700px) {
  #carousel-home .carousel-indicators {
    left: 60px;
  }
  #carousel-home .carousel-inner {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .home-tile {
    padding: 40px;
  }

  #carousel-home .carousel-indicators {
    top: 20px;
    left: 40px;
  }
  #carousel-home .carousel-inner {
    height: 250px;
  }
  #carousel-home .carousel-inner .carousel-caption {
    bottom: 0px;
  }
  #carousel-home .carousel-inner .carousel-caption h1 {
    font-size: 25px;
  }
}
.reveal {
  visibility: hidden;
}

.load-row {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: all 0.4s ease;
}

.reveal-row {
  height: auto;
  opacity: 1;
}

.content-tile {
  padding: 12vh 65px;
}
.content-tile .tile-content {
  max-width: 750px;
}

.event-page .page-intro {
  margin-top: 0;
}

.page-intro {
  margin-top: 65px;
  text-align: center;
  margin-bottom: 40px;
}
.page-intro .date-circle {
  justify-content: center;
}

.branch-name {
  margin-top: -60px;
  text-align: center;
  margin-bottom: 65px;
}

@media (max-width: 1040px) {
  .branch-name {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .content-tile {
    padding: 40px 15px;
  }
}
.page-hero, .page-banner {
  overflow: hidden;
  position: relative;
  height: 400px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.page-hero img, .page-banner img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  min-height: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.page-hero svg, .page-banner svg {
  position: absolute;
}
.page-hero .svg-container, .page-banner .svg-container {
  position: relative;
  height: 100%;
  bottom: 0;
}
.page-hero .svg-container .red-bubble, .page-banner .svg-container .red-bubble {
  width: 185px;
  bottom: 25px;
}
.page-hero .svg-container .red-bubble text, .page-banner .svg-container .red-bubble text {
  -moz-transform: translateY(14px);
}
.page-hero .grey-bubble, .page-banner .grey-bubble {
  width: 120px;
  top: -25px;
  right: 0;
  z-index: 3;
}

@media (max-width: 767px) {
  .page-hero {
    height: 300px;
  }
}
.sub-nav {
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px #E14E0D solid;
}
.sub-nav.affix {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.sub-nav.affix ul li a {
  padding: 10px 20px;
}
.sub-nav ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.sub-nav ul li {
  float: left;
  color: #E14E0D;
}
.sub-nav ul li a {
  position: relative;
  display: block;
  padding: 20px;
}
.sub-nav ul li a:after {
  content: "";
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
  background-color: #E14E0D;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  position: absolute;
  bottom: -5px;
  margin: auto;
  margin-right: -4px;
  right: 50%;
}
.sub-nav ul li.active a:after {
  opacity: 1;
}

.half-bg-img .img-wrapper {
  min-height: 250px;
}
.half-bg-img .img-wrapper img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.half-col-img .img-wrapper {
  min-height: 250px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.half-col-img .img-wrapper img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: block;
  position: absolute;
  overflow: hidden;
}
.half-col-img .half-img {
  padding: 65px 0 65px 65px;
}

@media (max-width: 767px) {
  .half-col-img .half-img {
    padding: 40px 15px;
  }
}
.section {
  position: relative;
}
.section a {
  font-weight: 800;
}
.section a i {
  padding-right: 10px;
}
.section .profile-tile {
  margin-bottom: 2em;
  text-align: center;
}
.section .profile-tile h4 {
  font-size: 20px;
  margin-bottom: 1em;
  color: #043A63;
  font-weight: 600;
}
.section .profile-tile ul {
  padding: 0;
  list-style: none;
}
.section .profile-tile .img-circle {
  margin-bottom: 1em;
  height: 180px;
  width: 180px;
  border-radius: 100%;
  overflow: hidden;
  margin: 1em auto;
}
.section .profile-tile .img-circle img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.section .column {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.section .column h2 {
  position: relative;
  margin-bottom: 25px;
}
.section .column h2.text-center::after {
  left: 50%;
  transform: translateX(-50%);
}
.no-flex .section .column,
.no-flex .section .img-container {
  display: block !important;
}
.section .img-container {
  overflow: hidden;
  position: relative;
  height: 500px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.section .img-container img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  left: 50%;
  top: 50%;
  display: block;
  position: absolute;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section .img-container.full-width img {
  height: auto;
  width: 100%;
}
.section section {
  margin-bottom: 2em;
}

@media (max-width: 991px) {
  .section .img-container {
    height: 300px;
  }
}
.content-search .card-block {
  height: 100% !important;
}

.search-row {
  width: 100%;
}

.contact-bg {
  background-color: #043a62;
}
.contact-bg h1, .contact-bg h2, .contact-bg p, .contact-bg a {
  color: #7FB2E2;
}
.contact-bg a:hover {
  color: #E14E0D;
}
.contact-bg .panel {
  border-top: 2px #7FB2E2 solid;
}
.contact-bg .panel .panel-body {
  color: #ffffff;
}
.contact-bg .panel .panel-heading {
  padding: 10px 0;
  cursor: pointer;
  color: #ffffff;
}
.contact-bg .panel .panel-heading i {
  float: right;
}
.contact-bg .panel .panel-heading a {
  color: #333333;
}
.contact-bg .panel .panel-heading a:hover, .contact-bg .panel .panel-heading a:focus {
  color: #043A63;
}
.contact-bg .panel .panel-heading:before {
  color: #7FB2E2;
}
.contact-bg .panel .panel-heading:hover:before, .contact-bg .panel .panel-heading:focus:before {
  color: #ffffff;
}

.commitee h2 {
  text-align: center;
}
.commitee .content-tile {
  padding: 65px 15px;
}
.commitee .lSSlideOuter {
  overflow: hidden;
}
.commitee .lSSlideOuter .lSPager.lSpg > li.active a, .commitee .lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #E14E0D;
}
.commitee .lSSlideOuter .lSPager.lSpg > li a {
  background-color: #e4e4e4;
}
.commitee .lSSlideOuter .lSSlideWrapper {
  margin-top: 3em;
  overflow: hidden;
}
.commitee #commiteeSlider li p {
  opacity: 0;
  transition: 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.commitee #commiteeSlider li.active + li p {
  opacity: 1;
}

@media (max-width: 767px) {
  .news-total {
    top: 50px;
    right: 15px;
  }

  .commitee #commiteeSlider li p {
    opacity: 1;
    transition: 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
}
.sponsor-tile {
  margin-bottom: 3em;
}
.sponsor-tile ul {
  padding: 0;
  list-style: none;
}
.sponsor-tile h2 {
  color: #e24d0d;
  border-top: 2px #e24d0d solid;
  font-size: 24px;
  line-height: 2em;
}
.sponsor-tile a {
  color: #4a4a4a;
}
.sponsor-tile a:hover {
  color: #E14E0D;
}
.sponsor-tile li {
  color: #4a4a4a;
}
.sponsor-tile li p {
  margin-bottom: 0;
}
.sponsor-tile .sponsor {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.sponsor-tile .sponsor img {
  padding: 20px;
}

@media (max-width: 767px) {
  .sponsor-tile ul li {
    float: left;
    margin-right: 15px;
  }
}
.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

.modal-body {
  position: relative;
  padding: 0px;
}

.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

.medical-terminology h1 {
  margin-bottom: 0.5em;
  margin-top: 1em;
}

.card {
  margin-bottom: 2em;
  border: none;
}
.card > a > div.date {
  height: 0;
  width: 100%;
  display: block;
  color: #ffffff;
  padding: 0 15px 56.7% 15px;
  font-size: 20px;
  position: relative;
}
.card > a > div.date .date-pos {
  position: absolute;
  bottom: 10px;
}
.card .img-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 56.7%;
  position: relative;
  display: block;
  overflow: hidden;
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  min-height: 250px;
}
.card .img-wrapper img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: block;
  position: absolute;
  overflow: hidden;
}
.card .img-wrapper:hover {
  opacity: 0.9;
}
.card .date span {
  box-shadow: 0 2px 23px 0 rgba(0, 0, 0, 0.3), 0 6px 25px 0 rgba(0, 0, 0, 0.2);
  font-size: 15px;
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 10px;
  color: #E14E0D;
  border: 2px #fff solid;
  background-color: #ffffff;
  border-radius: 100%;
  height: 75px;
  width: 75px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  font-weight: 800;
  align-items: center;
  text-align: center;
}
.card .type {
  font-size: 15px;
  position: absolute;
  bottom: 0;
  width: 50%;
  background-color: #E14E0D;
  padding: 5px 5px 5px 10px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
}

.card-block {
  text-align: left;
  background-color: #ffffff;
  padding: 20px 20px 40px 20px;
  position: relative;
  width: 90%;
}
.card-block:before {
  content: "";
  width: 100px;
  height: 3px;
  background-color: #E14E0D;
  display: block;
  margin-bottom: 15px;
}
.card-block .card-title {
  text-align: left;
  font-size: 1.35em;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  word-wrap: break-word;
}
.card-block .card-title a {
  color: #043A63;
}
.card-block .card-title a:hover, .card-block .card-title a:focus {
  color: #E14E0D;
}
.card-block .fa-ul {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
}
.card-block .fa-ul li {
  margin-bottom: 8px;
  padding-left: 2em;
}
.card-block .fa-ul li i {
  color: #a2a2a2;
  margin-left: -2em;
  width: 1.5em;
  text-align: center;
}
.card-block .card-text {
  color: #6d6e71;
  margin-bottom: 2em;
}

@media screen and (max-width: 991px) {
  .card .card-block .card-title {
    width: 100%;
  }
  .card .card-block .card-text {
    width: 100%;
  }
}
.card-social {
  position: absolute;
  bottom: 15px;
}
.card-social a {
  color: #666666 !important;
}
.card-social .twitter:hover,
.card-social .twitter:focus {
  color: #2CAAE1 !important;
}
.card-social .linkedin:hover,
.card-social .linkedin:focus {
  color: #0077B5 !important;
}

.card-link {
  font-weight: 800;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.card-link a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #E14E0D;
}
.card-link a:hover {
  color: #043A63;
}
.card-link a:nth-child(2) {
  color: #9B9B9B;
}
.card-link a:nth-child(2) i {
  padding-right: 0;
  padding-left: 5px;
  color: #E14E0D;
}
.card-link a:nth-child(2):hover {
  color: #E14E0D;
}
.card-link a i {
  padding-right: 5px;
  font-size: 20px;
}

.video-card .img-wrapper .video-btn {
  display: block;
  height: 100%;
}
.video-card .img-wrapper .overlay {
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.video-card .img-wrapper .overlay:after {
  content: url("../img/play-button.svg");
  height: 130px;
  width: 130px;
  z-index: 2;
}

.event-directory .page-intro {
  margin-top: 65px;
}
.event-directory .article {
  margin-bottom: 0;
}
.event-directory .article .article-block {
  padding: 15px 0;
  border-top: 0;
}
.event-directory .article .article-block .article-link {
  float: left;
}
.event-directory .article .article-block .article-link .fa {
  padding-right: 5px;
  padding-left: 0;
}
.event-directory .article .article-block .img-wrapper {
  margin-top: 1em;
}
.event-directory .article .article-content {
  padding: 20px;
  margin-bottom: 1em;
}
.event-directory .article:nth-child(2) .article-block {
  height: auto !important;
}
.event-directory .article:nth-child(4n+2) {
  background: #043A63;
}
.event-directory .article:nth-child(4n+2) .article-block p, .event-directory .article:nth-child(4n+2) .article-block h1, .event-directory .article:nth-child(4n+2) .article-block h2, .event-directory .article:nth-child(4n+2) .article-block h3, .event-directory .article:nth-child(4n+2) .article-block h4, .event-directory .article:nth-child(4n+2) .article-block a {
  color: #ffffff;
}
.event-directory .article:nth-child(4n+2) .article-block a:hover {
  color: #E14E0D;
}
.event-directory .article:nth-child(4n+3) {
  background: #7FB2E2;
}
.event-directory .article:nth-child(4n+3) .article-block p, .event-directory .article:nth-child(4n+3) .article-block h1, .event-directory .article:nth-child(4n+3) .article-block h2, .event-directory .article:nth-child(4n+3) .article-block h3, .event-directory .article:nth-child(4n+3) .article-block h4, .event-directory .article:nth-child(4n+3) .article-block a {
  color: #ffffff;
}
.event-directory .article:nth-child(4n+3) .article-block a:hover {
  color: #E14E0D;
}
.event-directory .article:nth-child(4n+4) {
  background: #F0B500;
}
.event-directory .article:nth-child(4n+4) .article-block p, .event-directory .article:nth-child(4n+4) .article-block h1, .event-directory .article:nth-child(4n+4) .article-block h2, .event-directory .article:nth-child(4n+4) .article-block h3, .event-directory .article:nth-child(4n+4) .article-block h4, .event-directory .article:nth-child(4n+4) .article-block a {
  color: #ffffff;
}
.event-directory .article:nth-child(4n+4) .article-block a:hover {
  color: #E14E0D;
}
.event-directory .article:nth-child(4n+1) {
  background: #E14E0D;
}
.event-directory .article:nth-child(4n+1) .article-block p, .event-directory .article:nth-child(4n+1) .article-block h1, .event-directory .article:nth-child(4n+1) .article-block h2, .event-directory .article:nth-child(4n+1) .article-block h3, .event-directory .article:nth-child(4n+1) .article-block h4, .event-directory .article:nth-child(4n+1) .article-block a {
  color: #ffffff;
}
.event-directory .article:nth-child(4n+1) .article-block a:hover {
  color: #043A63;
}
.event-directory .article:nth-child(4n+1) .article-block .article-link:hover {
  color: #043A63;
}

.date-circle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1em;
}
.date-circle span {
  font-size: 15px;
  position: relative;
  color: #043A63;
  border: 3px #043A63 solid;
  border-radius: 100%;
  height: 75px;
  width: 75px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  font-weight: 800;
  align-items: center;
  text-align: center;
}
.date-circle span:nth-child(2) {
  margin-left: 45px;
}
.date-circle span:nth-child(2):before {
  content: "";
  width: 49px;
  position: absolute;
  left: -49px;
  height: 3px;
  background-color: #043A63;
}

.multi-colour .article:nth-child(4n+2) .article-block {
  border-color: #043A63;
}
.multi-colour .article:nth-child(4n+2) .article-block .article-title, .multi-colour .article:nth-child(4n+2) .article-block a {
  color: #043A63;
}
.multi-colour .article:nth-child(4n+2) .article-block .article-title:hover, .multi-colour .article:nth-child(4n+2) .article-block a:hover {
  color: #E14E0D;
}
.multi-colour .article:nth-child(4n+2) .article-block .btn {
  color: #043A63;
  border-color: #043A63;
}
.multi-colour .article:nth-child(4n+2) .article-block .btn:hover, .multi-colour .article:nth-child(4n+2) .article-block .btn:focus {
  background-color: #043A63;
  color: #ffffff;
}
.multi-colour .article:nth-child(4n+3) .article-block {
  border-color: #7FB2E2;
}
.multi-colour .article:nth-child(4n+3) .article-block .article-title, .multi-colour .article:nth-child(4n+3) .article-block a {
  color: #7FB2E2;
}
.multi-colour .article:nth-child(4n+3) .article-block .article-title:hover, .multi-colour .article:nth-child(4n+3) .article-block a:hover {
  color: #E14E0D;
}
.multi-colour .article:nth-child(4n+3) .article-block .btn {
  color: #7FB2E2;
  border-color: #7FB2E2;
}
.multi-colour .article:nth-child(4n+3) .article-block .btn:hover, .multi-colour .article:nth-child(4n+3) .article-block .btn:focus {
  background-color: #7FB2E2;
  color: #ffffff;
}
.multi-colour .article:nth-child(4n+4) .article-block {
  border-color: #F0B500;
}
.multi-colour .article:nth-child(4n+4) .article-block .article-title, .multi-colour .article:nth-child(4n+4) .article-block a {
  color: #F0B500;
}
.multi-colour .article:nth-child(4n+4) .article-block .article-title:hover, .multi-colour .article:nth-child(4n+4) .article-block a:hover {
  color: #E14E0D;
}
.multi-colour .article:nth-child(4n+4) .article-block .btn {
  color: #F0B500;
  border-color: #F0B500;
}
.multi-colour .article:nth-child(4n+4) .article-block .btn:hover, .multi-colour .article:nth-child(4n+4) .article-block .btn:focus {
  background-color: #F0B500;
  color: #ffffff;
}
.multi-colour .article:nth-child(4n+1) .article-block {
  border-color: #E14E0D;
}
.multi-colour .article:nth-child(4n+1) .article-block .article-title, .multi-colour .article:nth-child(4n+1) .article-block a {
  color: #E14E0D;
}
.multi-colour .article:nth-child(4n+1) .article-block .article-title:hover, .multi-colour .article:nth-child(4n+1) .article-block a:hover {
  color: #043A63;
}
.multi-colour .article:nth-child(4n+1) .article-block .btn {
  color: #E14E0D;
  border-color: #E14E0D;
}
.multi-colour .article:nth-child(4n+1) .article-block .btn:hover, .multi-colour .article:nth-child(4n+1) .article-block .btn:focus {
  background-color: #E14E0D;
  color: #ffffff;
}

.article {
  margin-bottom: 2em;
}
.article .article-block {
  padding: 20px;
  border-top: 3px #043A63 solid;
}
.article .article-block .date {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1em;
}
.article .article-block .date span {
  font-size: 15px;
  position: relative;
  color: #ffffff;
  border: 3px #fff solid;
  border-radius: 100%;
  height: 70px;
  width: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  font-weight: 800;
  align-items: center;
}
.article .article-block .date span:nth-child(2) {
  margin-left: 45px;
}
.article .article-block .date span:nth-child(2):before {
  content: "";
  width: 49px;
  position: absolute;
  left: -49px;
  height: 3px;
  background-color: #ffffff;
}
.article .article-block .location {
  color: #ffffff;
  font-weight: 800;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.article .article-block .location .fa {
  font-size: 20px;
  padding-right: 5px;
}
.article .article-block .article-title {
  font-size: 1.5em;
  word-wrap: break-word;
}
.article .article-block .article-link {
  font-weight: 800;
  float: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.article .article-block .article-link:hover {
  color: #E14E0D;
}
.article .article-block .article-link .fa {
  padding-left: 5px;
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  .article .article-block .article-link {
    width: 100%;
    margin-bottom: 10px;
    float: left;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .event-directory .article:nth-child(2) .article-block .img-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    min-height: 350px;
  }
  .event-directory .article:nth-child(2) .article-block .img-wrapper img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    display: block;
    position: absolute;
    overflow: hidden;
  }
}
@media screen and (min-width: 991px) {
  .article .article-block .img-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    min-height: 350px;
  }
  .article .article-block .img-wrapper img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    display: block;
    position: absolute;
    overflow: hidden;
  }

  .event-directory .article .article-block .article-content {
    margin-top: 6em;
  }
}
.filter-options {
  margin-bottom: 2em;
  width: 100%;
  display: inline-block;
}
.filter-options a {
  border-radius: 20px;
  position: relative;
  text-transform: uppercase;
  padding: 5px 20px;
  margin-right: 10px;
  float: left;
  color: #4A4A4A;
  font-weight: 800;
  margin-bottom: 10px;
}
.filter-options a.active {
  background-color: #ebebeb;
}
.filter-options a:hover {
  background-color: #ebebeb;
}

@media (max-width: 480px) {
  .filter-options a {
    margin-right: 0;
    width: 100%;
  }
}
.map-bg {
  background: #a5c9ea;
}

.map-intro {
  text-align: center;
}

.map-container {
  margin: 0 auto 40px;
  position: relative;
  height: 956px;
  width: 655px;
}
.map-container .map-position {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 726px;
}
.map-container .marker-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.map-container .marker-container .marker {
  position: absolute;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.marker {
  background-repeat: no-repeat;
}
.marker .map-pin {
  pointer-events: none;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.2s all ease-in-out;
  visibility: hidden;
}
.marker .map-pin .mapSvg path {
  transition: 0.2s all ease-in-out;
}
.marker .map-pin .text-container {
  position: absolute;
  max-width: 120px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 30px;
}
.marker .map-pin .text-container p {
  margin-bottom: 10px;
  line-height: 1.1em;
}
.marker .map-pin .text-container p + p {
  color: #E14E0D;
  font-size: 0.8em;
}
.marker:hover .mapSvg path {
  fill: #E14E0D;
}
.marker:hover .map-pin {
  opacity: 1;
  top: -80px;
  visibility: visible;
}

.northland {
  width: 112px;
  height: 147px;
  left: 42.2%;
  top: 0;
}

.auckland {
  width: 65px;
  height: 96px;
  left: 54.4%;
  top: 14.1%;
  z-index: 1;
}

.waikato {
  width: 75px;
  height: 159px;
  left: 58%;
  top: 16.5%;
}
.waikato .map-pin {
  z-index: 5;
}

.bayOfPlenty {
  width: 155px;
  height: 88px;
  left: 68%;
  top: 23.1%;
}

.taranaki {
  width: 109px;
  height: 90px;
  left: 50.8%;
  top: 32.1%;
}
.taranaki .map-pin {
  z-index: 5;
}

.hawkesBay {
  width: 155px;
  height: 155px;
  left: 65.5%;
  top: 30.7%;
}

.wanganui {
  width: 89px;
  height: 112px;
  left: 56.5%;
  top: 38.3%;
}

.wellington {
  width: 103px;
  height: 104px;
  left: 57.9%;
  top: 45.5%;
}

.tasman {
  width: 158px;
  height: 114px;
  left: 33.9%;
  top: 47.2%;
}

.canterbury {
  width: 242px;
  height: 220px;
  left: 21.5%;
  top: 56.6%;
}

.otago {
  width: 157px;
  height: 179px;
  left: 11.3%;
  top: 72.3%;
}

.southland {
  width: 223px;
  height: 223px;
  left: 0;
  top: 77.8%;
}

@media (max-width: 767px) {
  .map-container {
    width: 100%;
    height: auto;
  }
  .map-container .map-position {
    position: relative;
    width: auto;
  }
  .map-container .marker-container {
    width: 100%;
    margin-bottom: 40px;
  }
  .map-container .marker-container .marker {
    left: 0;
    width: 100%;
    position: relative;
    height: auto;
  }
  .map-container .marker-container .marker:hover .map-pin {
    top: 0;
  }
  .map-container .marker-container .marker:hover .map-pin .text-container::after {
    width: 60%;
  }
  .map-container .marker-container .marker .mapSvg {
    display: none;
  }
  .map-container .marker-container .marker .map-pin {
    visibility: visible;
    opacity: 1;
    position: relative;
    padding-left: 0px;
  }
  .map-container .marker-container .marker .map-pin .text-container {
    position: relative;
    transform: none;
    left: 0;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    max-width: none;
  }
  .map-container .marker-container .marker .map-pin .text-container::after {
    content: '';
    display: block;
    height: 2px;
    width: 20%;
    background: #6590b5;
    transition: width 0.2s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .map-container .marker-container .marker .map-pin .text-container .location {
    font-size: 1.5em;
  }
  .map-container .marker-container .marker .map-pin .text-container .location + p {
    font-size: 1.2em;
  }
  .map-container .marker-container .marker .map-pin svg {
    visibility: hidden;
    display: none;
  }
}
.timeline-intro {
  text-align: center;
}

#timeline:before {
  content: "";
  border-right: 2px #F0B500 solid;
  height: 100%;
  position: absolute;
  width: 50%;
}
#timeline .badge {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
#timeline .badge img {
  margin-top: 58px;
  background: #ffffff;
  padding: 10px;
  width: 125px;
  position: relative;
}

.milestone {
  width: 50%;
  padding: 0 50px 0 0;
  text-align: center;
  border-right: 2px #F0B500 solid;
  margin-right: -1px;
  visibility: hidden;
  margin-bottom: 2em;
}
.no-sr .milestone {
  visibility: visible;
}
.milestone + .milestone {
  margin-top: 30px;
}
.milestone h2 {
  color: #F0B500;
  font-size: 5em;
  margin-bottom: 0.5em;
  font-weight: 700;
}
.milestone h2:after {
  content: "";
  height: 15px;
  background-color: #F0B500;
  width: 15px;
  position: absolute;
  right: -8px;
  border-radius: 100%;
  top: 267px;
}
.milestone h2:before {
  content: "";
  height: 2px;
  width: 30%;
  right: 0;
  position: absolute;
  background-color: #F0B500;
  top: 273px;
}
.milestone:nth-of-type(2n) {
  padding: 0 0 0 50px;
  border-right: 0;
  border-left: 2px #F0B500 solid;
  margin-left: -1px;
  margin-right: 0;
}
.milestone:nth-of-type(2n) h2:before {
  left: 0;
  right: auto;
  top: 284px;
}
.milestone:nth-of-type(2n) h2:after {
  left: -8px;
  top: 279px;
}
.milestone .img-container {
  width: 200px;
  height: 200px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 20px;
}
.milestone .img-container img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px);
  height: 100%;
  width: auto;
  max-width: none;
}

@media (max-width: 767px) {
  #timeline {
    margin-top: 160px;
  }
  #timeline:before {
    display: none;
  }
  #timeline .badge img {
    margin-top: -220px;
  }

  .milestone {
    width: 100%;
    padding: 0;
    margin: 0;
    border-right: none;
  }
  .milestone:nth-of-type(2n) {
    padding: 0;
    border-left: none;
  }
  .milestone h2:before {
    display: none;
  }
  .milestone h2:after {
    display: none;
  }
}
.fs-body {
  background: transparent !important;
}

.fsSubFieldGroup .fsSubField {
  float: left;
}
.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(2).fsNameFirst, .fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(1).fsNameFirst {
  margin-right: 10px;
}

.fsForm select:not([multiple=multiple]) {
  width: 100px;
}

.fsRowBody input[type=checkbox]:before,
.fsRowBody input[type=checkbox]:checked:before,
.fsRowBody input[type=radio]:before,
.fsRowBody input[type=radio]:checked:before {
  position: absolute;
}

#fsCell61004621 select {
  width: 100%;
}

.fsSectionHeader {
  margin-bottom: 20px;
}
.fsSectionHeader .fsSectionText {
  margin-top: 20px;
}

.fsBody .fsForm {
  float: center;
  border: 0 solid transparent;
  background-color: #ffffff;
  background-color: white;
}

#fsHeaderImage {
  text-align: center;
}

#fsHeaderImage img {
  width: 0;
  height: 0;
}

#fsFooterImage {
  text-align: center;
}

#fsFooterImage img {
  width: 0;
  height: 0;
}

.fsborderradius .fsBody .fsForm {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.fsBody {
  padding: 20px;
}

.fsBody .fsForm {
  margin: 20px auto;
  padding: 20px;
}

.fsBody .fsFieldRow {
  margin-bottom: 20px !important;
}

.fsBody .fsRowBody {
  margin-bottom: 20px !important;
}

.fsBody .fsSubField {
  margin-right: 10px;
}

@media (max-width: 40em) {
  .fsRow.fsFieldRow.fsLastRow {
    margin-bottom: 20px;
  }

  .fsSubFieldGroup .fsSubField:not(:last-child) {
    margin-bottom: 10px;
  }
}
.fsFieldFocused:not(.fsValidationError) {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0);
}

.fsFieldFocused:not(.fsValidationError).fsSpan100 {
  padding: 10px !important;
  margin: -10px -10px !important;
}

.fsFieldFocused:not(.fsValidationError).fsSpan75, .fsFieldFocused:not(.fsValidationError).fsSpan66, .fsFieldFocused:not(.fsValidationError).fsSpan50, .fsFieldFocused:not(.fsValidationError).fsSpan33, .fsFieldFocused:not(.fsValidationError).fsSpan25 {
  -moz-box-shadow: 0 0 0 10px transparent;
  -webkit-box-shadow: 0 0 0 10px transparent;
  box-shadow: 0 0 0 10px transparent;
  -moz-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
}

.fsRequiredMarker {
  margin-left: 2.5px !important;
  font-size: 16px;
  color: #e00d0d;
}

.fsValidationError {
  background-color: #fae9e9;
  -moz-box-shadow: 0 0 0 calc(5px - 1px) #fae9e9, 0 0 0 5px #ce5f6d;
  -webkit-box-shadow: 0 0 0 calc(5px - 1px) #fae9e9, 0 0 0 5px #ce5f6d;
  box-shadow: 0 0 0 calc(5px - 1px) #fae9e9, 0 0 0 5px #ce5f6d;
}

.fsForm input:focus,
.fsForm select:focus,
.fsForm textarea:focus,
.fsForm .ui-slider-handle:focus {
  border-color: #043A63;
  -moz-box-shadow: 0 0 5px rgba(89, 93, 100, 0.75);
  -webkit-box-shadow: 0 0 5px rgba(89, 93, 100, 0.75);
  box-shadow: 0 0 5px rgba(89, 93, 100, 0.75);
}

.fsForm :-moz-focusring {
  text-shadow: 0 0 0 #595d64;
}

@media \0screen {
  .fsForm input:focus,
  .fsForm select:focus,
  .fsForm textarea:focus {
    filter: progid:DXImageTransform.Microsoft.Shadow(Color=#595d64, Strength=2, Direction=0) progid:DXImageTransform.Microsoft.Shadow(Color=#595d64, Strength=2, Direction=90) progid:DXImageTransform.Microsoft.Shadow(Color=#595d64, Strength=2, Direction=180) progid:DXImageTransform.Microsoft.Shadow(Color=#595d64, Strength=2, Direction=270);
  }
}
div.fsError {
  margin: 0 0 20px 0;
  padding: 10px;
  font-size: 14px;
}

.fsBody .showMobile {
  margin-top: 10px;
  font-size: 11px;
}

.fsBody .fsLabel,
.fsBody label {
  font-size: 16px;
  color: #595d64;
}

.fsLabelVertical .fsLabel {
  margin-bottom: 10px;
}

.fsBody .fsSupporting {
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  line-height: 11px;
  color: #595d64;
}

.fsFieldFocused div.fsSupporting {
  color: #595d64;
}

.fsBody .fsCounter {
  font-size: 11px;
  color: #595d64;
}

.fsForm .fsLabelHorizontal > label, .fsForm .fsLabelHorizontal > legend, .fsForm .fsLabelHorizontal > span.fsLabel, .fsForm .fsLabelHorizontal legend.fsLabelHorizontal {
  width: calc(25% - 10px);
  margin-right: 10px;
}

label.fsOptionLabel {
  font-size: 14px;
  line-height: 28px;
}

.fsBody .fieldset-content .fsOptionLabel.horizontal {
  margin-right: 20px;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait), all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .fsOptionLabel {
    line-height: 32px !important;
  }
}
@media (max-width: 40em) {
  label.fsOptionLabel {
    border: 1px solid #043A63;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    color: #043A63;
  }
}
.fsBody .fsCalloutTop {
  border-color: transparent transparent #595d64 transparent;
}

.fsBody .fsCalloutBody {
  padding: 11px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 11px;
  line-height: 22px;
  color: #ffffff;
  background-color: #595d64;
}

.fsRowBody input[type="text"],
.fsRowBody input[type="email"],
.fsRowBody input[type="number"],
.fsRowBody input[type="tel"],
.fsForm textarea,
.fsSignature {
  border: 3px solid #043A63;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #ffffff;
  -moz-transition-property: color, background-color, border, border-color, box-shadow;
  -o-transition-property: color, background-color, border, border-color, box-shadow;
  -webkit-transition-property: color, background-color, border, border-color, box-shadow;
  transition-property: color, background-color, border, border-color, box-shadow;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.fsRowBody input[type="text"],
.fsRowBody input[type="email"],
.fsRowBody input[type="number"],
.fsRowBody input[type="tel"],
.fsForm select {
  height: 42px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fsRowBody input[type="text"],
.fsRowBody input[type="email"],
.fsRowBody input[type="number"],
.fsRowBody input[type="tel"],
.fsForm select,
.fsForm textarea {
  padding: 7px;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 14px;
  color: #595d64;
}

.fsRowBody input[type="text"].fsRequired,
.fsRowBody input[type="email"].fsRequired,
.fsRowBody input[type="number"].fsRequired,
.fsRowBody input[type="tel"].fsRequired,
.fsForm select.fsRequired,
.fsForm textarea.fsRequired {
  border: 3px solid #043a63;
  background-color: #ffffff;
}

.fsCell {
  -moz-transition-property: padding, box-shadow, background-color, margin-left, margin-right;
  -o-transition-property: padding, box-shadow, background-color, margin-left, margin-right;
  -webkit-transition-property: padding, box-shadow, background-color, margin-left, margin-right;
  transition-property: padding, box-shadow, background-color, margin-left, margin-right;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.fsRowBody input[type="radio"],
.fsRowBody input[type="checkbox"] {
  top: 7px;
  width: 14px;
  height: 14px;
}

.fsRowBody input[type="radio"]:before, .fsRowBody input[type="radio"]:checked:before,
.fsRowBody input[type="checkbox"]:before,
.fsRowBody input[type="checkbox"]:checked:before {
  width: 14px;
  height: 14px;
  margin-right: 7px;
  border: 3px solid #043A63;
  background-color: #ffffff;
}

.fsRowBody input[type="radio"]:checked:before {
  border: 4px solid #595d64;
}

.fsRowBody input[type="checkbox"]:checked:before {
  border-color: #595d64;
  background-color: #595d64;
  background-image: url("data:image/svg+xml;utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201000%20765.2%22%3E%3Cpath%20fill%3D%22#ffffff%22%20d%3D%22M960%2C233.4L468.2%2C725.1c-53.4%2C53.4-140%2C53.4-193.3%2C0L40%2C490.3c-53.4-53.4-53.4-140%2C0-193.3c53.4-53.4%2C140-53.4%2C193.3%2C0%09l138.2%2C138.2L766.6%2C40c53.4-53.4%2C140-53.4%2C193.3%2C0C1013.3%2C93.4%2C1013.3%2C180%2C960%2C233.4z%22%2F%3E%3C%2Fsvg%3E");
}

.fsForm select {
  padding-right: calc(14px);
  padding-left: calc(7px);
  border: 3px solid #043A63;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #595d64;
  background-color: #ffffff;
  -moz-transition-property: color, background-color, border, border-color;
  -o-transition-property: color, background-color, border, border-color;
  -webkit-transition-property: color, background-color, border, border-color;
  transition-property: color, background-color, border, border-color;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.fsForm select:not([multiple="multiple"]) {
  padding-right: calc(28px);
  background-image: url("data:image/svg+xml;utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201000%201805.18%22%3E%3Cpath%20fill%3D%22%23595d64%22%20d%3D%22M461.6%2C643.4L10.9%2C79.9C-14.9%2C47.7%2C8%2C0%2C49.3%2C0h901.5c41.2%2C0%2C64.1%2C47.7%2C38.4%2C79.9L538.4%2C643.4%09C518.7%2C668%2C481.3%2C668%2C461.6%2C643.4z%22%20transform%3D%22rotate%28180%20500%20902.59%29%20translate%280%201143.28%29%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23595d64%22%20d%3D%22M461.6%2C643.4L10.9%2C79.9C-14.9%2C47.7%2C8%2C0%2C49.3%2C0h901.5c41.2%2C0%2C64.1%2C47.7%2C38.4%2C79.9L538.4%2C643.4%09C518.7%2C668%2C481.3%2C668%2C461.6%2C643.4z%22%20transform%3D%22translate%280%201143.28%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-position: right 7px top 50%;
}

@media screen\0 {
  .fsForm select {
    padding-right: calc(14px) !important;
  }
}
.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(2).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(1).fsNameFirst {
  width: calc(50% - 10px);
}

.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(3).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(2).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(1).fsNameFirst {
  width: calc(40% - 10px);
}

.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(3).fsNamePrefix, .fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(3).fsNameInitial, .fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(3).fsNameMiddle, .fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(3).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(2).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(2).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(2).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(2).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(1).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(1).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(1).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(1).fsNameSuffix {
  width: calc(20% - 10px);
}

.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(4).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(3).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(2).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(1).fsNameFirst {
  width: calc(35% - 10px);
}

.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(4).fsNamePrefix, .fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(4).fsNameInitial, .fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(4).fsNameMiddle, .fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(4).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(3).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(3).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(3).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(3).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(2).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(2).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(2).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(2).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(1).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(1).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(1).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(1).fsNameSuffix {
  width: calc(15% - 10px);
}

.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(5).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(4).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(3).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(2).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(1).fsNameFirst {
  width: calc(32% - 10px);
}

.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(5).fsNamePrefix, .fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(5).fsNameInitial, .fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(5).fsNameMiddle, .fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(5).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(4).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(4).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(4).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(4).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(3).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(3).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(3).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(3).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(2).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(2).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(2).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(2).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(1).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(1).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(1).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(1).fsNameSuffix {
  width: calc(12% - 10px);
}

.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(6).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(5).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(4).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(3).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(2).fsNameFirst,
.fsSubFieldGroup .fsSubField:nth-child(6):nth-last-child(1).fsNameFirst {
  width: calc(28% - 10px);
}

.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(6).fsNamePrefix, .fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(6).fsNameInitial, .fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(6).fsNameMiddle, .fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(6).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(5).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(5).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(5).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(5).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(4).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(4).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(4).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(4).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(3).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(3).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(3).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(3).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(2).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(2).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(2).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(2).fsNameSuffix,
.fsSubFieldGroup .fsSubField:nth-child(6):nth-last-child(1).fsNamePrefix,
.fsSubFieldGroup .fsSubField:nth-child(6):nth-last-child(1).fsNameInitial,
.fsSubFieldGroup .fsSubField:nth-child(6):nth-last-child(1).fsNameMiddle,
.fsSubFieldGroup .fsSubField:nth-child(6):nth-last-child(1).fsNameSuffix {
  width: calc(11% - 10px);
}

.fsBody .fsSubField.fsFieldCity {
  width: calc(60% - 10px);
}

.fsBody .fsSubField.fsFieldState {
  width: calc(30% - 10px);
}

.fsBody .fsSubFieldGroup ~ select[name*='-country'] {
  margin-top: 10px !important;
}

.fsBody .fsFieldAddress,
.fsBody .fsFieldAddress2 {
  margin-bottom: 10px;
}

@media all and (max-width: 699px), all and (device-height: 1024px) and (device-width: 768px) and (orientation: portrait), all and (device-height: 1024px) and (device-width: 768px) and (orientation: landscape) {
  .fsBody .fsSubField.fsFieldCity {
    margin-bottom: 10px;
  }

  .fsBody .fsSubField.fsFieldState {
    width: calc(70% - 10px);
  }
}
@media (max-width: 40em) {
  div.fsSubField.fsFieldState {
    margin-right: 10px;
  }
}
div.fsSliderValue {
  padding: 7px 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  background-color: #595d64;
}

.fsSliderDiv {
  font-size: 14px;
  background-color: #595d64;
}

.fsSliderDiv .ui-state-default,
.fsSliderDiv .ui-widget-content .ui-state-default {
  background-color: #595d64;
}

.fsSliderDiv .ui-state-active,
.fsSliderDiv .ui-widget-content .ui-state-active {
  background-color: #595d64;
}

.fsSliderDiv .ui-corner-all, .fsSliderDiv.ui-corner-all {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fsSliderDiv.ui-widget-content {
  border: 1px solid #d4d4d4 !important;
}

.fsSliderDiv .ui-widget-header {
  background-color: #d4d4d4;
}

.fsCurrency {
  margin-right: 5px !important;
  font-size: 14px;
  line-height: 32px;
  color: #595d64;
}

.fsCurrency.fsCurrencySuffix {
  margin-right: 0 !important;
  margin-left: 5px !important;
}

.fsCurrency ~ input.fsField {
  width: calc(96% - 5px) !important;
}

.fsRowBody input[type="email"] ~ p {
  margin-top: 10px;
}

.fsProductField__fields__quantity {
  color: #595d64;
}

.fsProductField__fields__fixed-amount,
.fsProductField__fields__no-charge {
  font-size: 14px;
  color: #595d64;
}

.fsProductField__info__name {
  font-size: 16px;
  color: #595d64;
}

.fsProductField__info__description {
  margin-top: 5px;
  font-size: 11px;
  line-height: 11px;
  color: #595d64;
}

.fsProductField__fields__sold-out {
  font-size: 14px;
  color: #e00d0d;
}

.fsProductField__wait-list {
  margin-top: 10px;
}

@media (max-width: 40em) {
  .fsProductField__image {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .fsProductField__fields__fixed-amount,
  .fsProductField__fields__quantity {
    font-size: 14px;
  }
}
.fsMatrix {
  font-size: 11px;
  color: #595d64;
}

.fsMatrix th,
.fsMatrix td {
  border-top: 1px solid #043A63;
  border-left: 1px solid #043A63;
}

.fsMatrix th:nth-child(2) {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0;
  border-radius: 0 0 0 0;
}

.fsMatrix tr:first-child th:last-child {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0;
  border-radius: 0 0 0 0;
}

.fsMatrix tr:last-child td:last-child {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0;
  border-radius: 0 0 0 0;
}

.fsMatrix tr:last-child th {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0;
  border-radius: 0 0 0 0;
}

.fsMatrix tr:last-child th,
.fsMatrix tr:last-child td {
  border-bottom: 1px solid #043A63;
}

.fsMatrix tr th:last-child,
.fsMatrix tr td:last-child {
  border-right: 1px solid #043A63;
}

.fsMatrix th.fsMatrixLabelColumn {
  text-align: center;
}

.fsMatrix th.fsMatrixLabelRow {
  text-align: right;
}

.fsMatrix th.fsMatrixLabelColumn,
.fsMatrix th.fsMatrixLabelRow {
  padding: 5.5px;
}

.fsMatrixCol1 {
  background: #eaeaea;
  background: rgba(234, 234, 234, 0.2);
}

.fsMatrixCol2 {
  background: #d4d4d4;
  background: rgba(212, 212, 212, 0.2);
}

.rtl .fsMatrix th, .rtl .fsMatrix td {
  border-right: 1px solid #043A63;
}

.fsForm input[type="file"]::-webkit-file-upload-button {
  height: 32px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  color: #ffffff;
  background-color: #595d64;
}

.fsBody .fieldset-content .always-ltr {
  margin-top: 10px;
}

.fsBody .fieldset-content select span,
.fsBody .fieldset-content .always-ltr span, .fsBody .fieldset-content .always-ltr-align-right span {
  top: 8px;
}

.fsBody .fieldset-content select {
  margin-right: 10px;
}

.fsBody .fieldset-content span {
  right: 5px;
}

.fsBody .ui-datepicker-trigger {
  top: 8px;
  margin-left: 10px;
}

.fsSignatureClear {
  font-size: 11px;
  color: #595d64;
}

.fsSignature + div {
  margin-left: 10px;
  line-height: 11px;
}

.fsBody .fsSectionHeader {
  background-color: transparent;
}

.fsBody .fsForm .fsSectionHeading {
  margin-bottom: 30px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  line-height: 28px;
  color: #043A63;
}

.fsborderradius .fsBody .fsSectionHeader {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.fsborderradius .fsBody .fsSectionHeader {
  margin-bottom: 40px;
}

.fsBody .fsSectionHeader {
  padding: 20px;
}

.fsForm select[multiple="multiple"]::-webkit-scrollbar-thumb,
.fsForm textarea::-webkit-scrollbar-thumb {
  background-color: #043A63;
}

.fsForm .fsSubmit {
  margin-top: 40px;
  padding: 20px 0;
}

.fsPreviousButton,
.fsSubmitButton,
.fsNextButton {
  padding: 10px 10px;
  border: 0 solid transparent;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
  font-size: 14px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 14px;
  color: #ffffff !important;
  background-color: #043A63 !important;
}

div.fsProgress {
  margin-top: 20px;
}

div.fsProgressBarContainer {
  height: 14px;
  background-color: #eaeaea;
}

div.fsProgressText {
  margin-top: -14px;
  font-size: 7px;
  line-height: 14px;
  color: #595d64;
}

div.fsProgressBar {
  background-color: #d4d4d4;
}

div.fsSaveIncomplete {
  margin-bottom: 20px;
  padding: 10px 0;
  background-color: #eaeaea;
}

div.fsSaveIncomplete a {
  font-size: 14px;
  color: #595d64;
}

div.fsSaveIncomplete a:visited {
  color: #595d64;
}

@media all and (max-width: 699px), all and (device-height: 1024px) and (device-width: 768px) and (orientation: portrait), all and (device-height: 1024px) and (device-width: 768px) and (orientation: landscape) {
  .fsPagination .fsNextButton,
  .fsPagination .fsPreviousButton {
    background-color: #043A63;
  }

  .fsPagination .fsSubmitMultipage {
    margin-top: 20px !important;
  }
}
#fsSubmissionCheckmark {
  margin: 10px 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("data:image/svg+xml;utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201000%201000%22%3E%3Cpath%20fill%3D%22%23595d64%22%20d%3D%22M500%2C0C223.9%2C0%2C0%2C223.9%2C0%2C500c0%2C276.1%2C223.9%2C500%2C500%2C500s500-223.9%2C500-500C1000%2C223.9%2C776.1%2C0%2C500%2C0z%20M749.4%2C423%09L495.6%2C676.8c-27.6%2C27.6-72.2%2C27.6-99.8%2C0L274.7%2C555.6c-27.6-27.6-27.6-72.2%2C0-99.8c27.6-27.6%2C72.2-27.6%2C99.8%2C0l71.3%2C71.3%09l203.9-203.9c27.6-27.6%2C72.2-27.6%2C99.8%2C0C777%2C350.8%2C777%2C395.5%2C749.4%2C423z%22%2F%3E%3C%2Fsvg%3E");
}

#fsSubmissionCheckmark ~ .fsSectionHeading {
  margin-bottom: 10px;
}

#fsSubmissionCheckmark ~ .fsSectionText {
  text-align: center;
}

#recaptcha_area {
  margin-bottom: 20px;
}

.recaptchatable img:hover {
  -moz-box-shadow: 0px 0px 0px 1px #e00d0d;
  -webkit-box-shadow: 0px 0px 0px 1px #e00d0d;
  box-shadow: 0px 0px 0px 1px #e00d0d;
}

.fsReadOnly input[type=number].fsNumberDecimals-2 {
  padding-left: 7px !important;
}

.fsRowBody input[type="radio"]:checked:before {
  border: 7px solid #043A63;
}

.fsSection + .fsSection {
  border-top: 2px solid #a5c9ea;
  padding-top: 20px;
}

.fsSubmitButton:hover,
.fsSubmitButton:focus {
  background: #7FB2E2 !important;
}
