﻿@charset "UTF-8";
@font-face {
  font-family: freestyle script;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/freescpt.woff") format("woff");
}
/*Illustrator gray*/
@font-face {
  font-family: freestyle script;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/freescpt.woff") format("woff");
}
/*Illustrator gray*/
.modal-fader {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  display: none;
}

#mobile-navbar {
  /*background: $gray-8;*/
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: #0054A6;
  margin-top: 15px;
}
#mobile-navbar:before, #mobile-navbar:after {
  content: " ";
  display: table;
}
#mobile-navbar:after {
  clear: both;
}
@media (min-width: 720px) {
  #mobile-navbar {
    display: none;
  }
}
#mobile-navbar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 10;
}
#mobile-navbar ul:before, #mobile-navbar ul:after {
  content: " ";
  display: table;
}
#mobile-navbar ul:after {
  clear: both;
}
#mobile-navbar ul li {
  float: left;
  width: 50%;
  text-align: center;
}
#mobile-navbar ul li a, #mobile-navbar ul li a:visited, #mobile-navbar ul li a:link {
  color: #fff;
  /*font-size: 1.231em;*/
  font-size: 0.889em;
  text-decoration: none;
  padding: 1em 1.5em;
  display: block;
  -moz-transition: background ease-in-out 0.2s;
  -o-transition: background ease-in-out 0.2s;
  -webkit-transition: background ease-in-out 0.2s;
  transition: background ease-in-out 0.2s;
}
#mobile-navbar ul li a i, #mobile-navbar ul li a:visited i, #mobile-navbar ul li a:link i {
  margin-left: 0.5em;
}
#mobile-navbar ul li a:first-child, #mobile-navbar ul li a:visited:first-child, #mobile-navbar ul li a:link:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#mobile-navbar ul li a:last-child, #mobile-navbar ul li a:visited:last-child, #mobile-navbar ul li a:link:last-child {
  /*border-left: 1px solid rgba(0,0,0,.7);*/
}
#mobile-navbar ul li a:hover, #mobile-navbar ul li a:active, #mobile-navbar ul li a:visited:hover, #mobile-navbar ul li a:visited:active, #mobile-navbar ul li a:link:hover, #mobile-navbar ul li a:link:active {
  background: #0054A6;
}

.search {
  position: relative;
  width: 100%;
  display: none;
  padding: 0;
}
@media (min-width: 720px) {
  .search {
    display: block;
    padding-top: 22px;
  }
}
@media (min-width: 992px) {
  .search {
    width: auto;
    float: right;
    display: block;
  }
}
.search .search-input {
  font-size: 13px;
  color: #949494;
  padding: 0 18px;
  line-height: 43px;
  height: 45px;
  border: #e1e1e1 solid 1px;
  width: 100%;
}
@media (min-width: 992px) {
  .search .search-input {
    width: 260px;
  }
}
.search .search-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 45px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  background: #0054A6;
  color: #fff;
  -moz-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
  width: 38px;
  background-repeat: no-repeat;
  background-position: center 45%;
}
@media (min-width: 1280px) {
  .search .search-btn {
    width: 49px;
  }
}
.search .search-btn:hover {
  border-color: #ccc;
  background-color: rgb(0, 71.0963855422, 140.5);
}

@media (min-width: 720px) {
  .mobile-search {
    display: none !important;
  }
}

.desktop-search {
  display: none;
  position: absolute;
  right: 0;
  top: 203px;
  z-index: 1000;
}
@media (min-width: 992px) {
  .desktop-search {
    top: 84px;
  }
}
@media (min-width: 1280px) {
  .desktop-search {
    top: 90px;
  }
}

.search-shown i:before {
  content: "\f00d";
  padding-left: 2px;
}

.search-toggled {
  background: #0054A6;
}
.search-toggled i:before {
  content: "\f00d";
  padding-left: 2px;
}

/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/
.sm {
  position: relative;
  z-index: 9999;
}

.sm, .sm ul, .sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sm-rtl, .sm-rtl ul, .sm-rtl li {
  direction: rtl;
  text-align: right;
}

.sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
  margin: 0;
  padding: 0;
}

.sm ul {
  display: none;
}

.sm li, .sm a {
  position: relative;
}

.sm a {
  display: block;
}

.sm a.disabled {
  cursor: not-allowed;
}

.sm:after {
  content: " ";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.sm, .sm *, .sm *:before, .sm *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.site-submenu {
  /*Nest your submenu user control in div.site-submenu and apply columns to that*/
  /*Styles below apply to having DisplayParent True (adds another ul level). See further comments below*/
  /*Maxwidth likely to change, so variable*/
  /*Default size is 13px down from 14px base*/
  /*Vertical padding for two levels*/
  /*span icons for expand and collapse*/
  /*Other updates should be made directly below*/
  /*Global submenu list styles*/
  /*Top level title*/
}
.site-submenu ul.submenu {
  /*top level ul*/
  background: #0054A6;
  max-width: 320px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  z-index: 3;
}
.site-submenu ul.submenu > li > ul > li {
  /*Borders on second level li only*/
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.site-submenu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.site-submenu ul li {
  float: none;
  /*Apply background fade to anything lower than third level children items*/
  /*Global a */
}
.site-submenu ul li:last-child {
  border-bottom: none;
}
.site-submenu ul li ul:before, .site-submenu ul li ul:after {
  display: none;
}
.site-submenu ul li ul ul {
  background: rgba(255, 255, 255, 0.1);
}
.site-submenu ul li ul ul li:first-child {
  box-shadow: inset 1px 2px 5px rgba(0, 0, 0, 0.1);
}
.site-submenu ul li ul ul li:last-child {
  box-shadow: inset -1px -2px 5px rgba(0, 0, 0, 0.1);
}
.site-submenu ul li ul ul li a {
  padding-left: 48px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.site-submenu ul li ul ul li a:before {
  display: block;
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  position: absolute;
  left: 32px;
  top: 0;
  padding-top: 8px;
  font-size: inherit;
  line-height: 1.2em;
}
.site-submenu ul li ul ul li a li ul li a {
  padding-left: 56px;
}
.site-submenu ul li a {
  text-decoration: none;
  display: block;
  position: relative;
  white-space: normal !important;
  cursor: pointer;
  padding: 12px 32px;
  padding-right: 38px;
  border-radius: 0 !important;
  font-size: 0.929em;
  color: white;
  text-transform: none;
  margin: 0;
  border-bottom: none;
  /*Global hover style*/
  /*smart menu has-submenu indicator span*/
  /*Expanded icon on span*/
}
.site-submenu ul li a:hover {
  background: rgba(0, 0, 0, 0.2) !important;
}
.site-submenu ul li a.current {
  font-weight: bold;
}
.site-submenu ul li a span {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px;
  -moz-transition: background ease 0.3s;
  -o-transition: background ease 0.3s;
  -webkit-transition: background ease 0.3s;
  transition: background ease 0.3s;
}
.site-submenu ul li a span:hover, .site-submenu ul li a span:active {
  background: rgba(0, 0, 0, 0.1);
}
.site-submenu ul li a span:after {
  display: block;
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
}
.site-submenu ul li a.highlighted span:after {
  content: "\f068";
}
.site-submenu ul li a.highlighted {
  background: none;
}
.site-submenu > ul > li > a {
  font-size: 1.4em !important;
  font-family: "open sans", Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif !important;
  font-weight: 600 !important;
}
.site-submenu > ul > li > a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.site-submenu > ul > li > a span {
  display: none;
}
@media (max-width: 991px) {
  .site-submenu {
    display: none;
  }
}

.sm-simple {
  margin-bottom: 10px;
  border: 1px solid #bbbbbb;
  background: white;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #555555;
  font-family: Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif, "Lucida Sans", "Lucida Grande", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

.sm-simple a.current {
  background: #555555;
  color: white;
}

.sm-simple a.disabled {
  color: #cccccc;
}

.sm-simple a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.08);
}

.sm-simple a.highlighted span.sub-arrow:before {
  display: block;
  content: "-";
}

.sm-simple li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.sm-simple > li:first-child {
  border-top: 0;
}

.sm-simple ul {
  background: rgba(179, 179, 179, 0.1);
}

.sm-simple ul a, .sm-simple ul a:hover, .sm-simple ul a:focus, .sm-simple ul a:active {
  font-size: 14px;
  border-left: 8px solid transparent;
}

.sm-simple ul ul a,
.sm-simple ul ul a:hover,
.sm-simple ul ul a:focus,
.sm-simple ul ul a:active {
  border-left: 16px solid transparent;
}

.sm-simple ul ul ul a,
.sm-simple ul ul ul a:hover,
.sm-simple ul ul ul a:focus,
.sm-simple ul ul ul a:active {
  border-left: 24px solid transparent;
}

.sm-simple ul ul ul ul a,
.sm-simple ul ul ul ul a:hover,
.sm-simple ul ul ul ul a:focus,
.sm-simple ul ul ul ul a:active {
  border-left: 32px solid transparent;
}

.sm-simple ul ul ul ul ul a,
.sm-simple ul ul ul ul ul a:hover,
.sm-simple ul ul ul ul ul a:focus,
.sm-simple ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (min-width: 992px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-simple ul {
    width: 12em;
  }
  .sm-simple li {
    float: left;
  }
  .sm-simple.sm-rtl li {
    float: right;
  }
  .sm-simple ul li, .sm-simple.sm-rtl ul li, .sm-simple.sm-vertical li {
    float: none;
  }
  .sm-simple a {
    white-space: nowrap;
  }
  .sm-simple ul a, .sm-simple.sm-vertical a {
    white-space: normal;
  }
  .sm-simple .sm-nowrap > li > a, .sm-simple .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }
  /* ...end */
  .sm-simple {
    background: white;
  }
  .sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
    padding: 11px 20px;
    color: #555555;
  }
  .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
    background: #eeeeee;
  }
  .sm-simple a.current {
    background: #555555;
    color: white;
  }
  .sm-simple a.disabled {
    background: white;
    color: #cccccc;
  }
  .sm-simple a.has-submenu {
    padding-right: 32px;
  }
  .sm-simple a span.sub-arrow {
    top: 50%;
    margin-top: -8px;
    right: 20px;
    width: 8px;
    height: 16px;
    font: 14px/16px monospace !important;
    background: transparent;
  }
  .sm-simple a.highlighted span.sub-arrow:before {
    display: none;
  }
  .sm-simple > li {
    border-top: 0;
    border-left: 1px solid #eeeeee;
  }
  .sm-simple > li:first-child {
    border-left: 0;
  }
  .sm-simple ul {
    border: 1px solid #bbbbbb;
    background: white;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    position: absolute;
  }
  .sm-simple ul a {
    border: 0 !important;
  }
  .sm-simple ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-simple ul a span.sub-arrow {
    right: auto;
    margin-left: -12px;
  }
  .sm-simple ul > li {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }
  .sm-simple ul > li:first-child {
    border-top: 0;
  }
  .sm-simple span.scroll-up,
  .sm-simple span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: white;
    height: 20px;
  }
  .sm-simple span.scroll-up-arrow, .sm-simple span.scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .sm-simple span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm-simple.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 32px;
  }
  .sm-simple.sm-rtl a span.sub-arrow {
    right: auto;
    left: 20px;
  }
  .sm-simple.sm-rtl.sm-vertical a.has-submenu {
    padding: 11px 20px;
  }
  .sm-simple.sm-rtl.sm-vertical a span.sub-arrow {
    right: 20px;
    margin-right: -12px;
  }
  .sm-simple.sm-rtl > li:first-child {
    border-left: 1px solid #eeeeee;
  }
  .sm-simple.sm-rtl > li:last-child {
    border-left: 0;
  }
  .sm-simple.sm-rtl ul a.has-submenu {
    padding: 11px 20px;
  }
  .sm-simple.sm-rtl ul a span.sub-arrow {
    right: 20px;
    margin-right: -12px;
  }
  .sm-simple.sm-vertical a span.sub-arrow {
    right: auto;
    margin-left: -12px;
  }
  .sm-simple.sm-vertical li {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }
  .sm-simple.sm-vertical > li:first-child {
    border-top: 0;
  }
}
@font-face {
  font-family: freestyle script;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/freescpt.woff") format("woff");
}
/*Illustrator gray*/
/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/
.sm {
  position: relative;
  z-index: 9999;
}

.sm, .sm ul, .sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sm-rtl, .sm-rtl ul, .sm-rtl li {
  direction: rtl;
  text-align: right;
}

.sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
  margin: 0;
  padding: 0;
}

.sm ul {
  display: none;
}

.sm li, .sm a {
  position: relative;
}

.sm a {
  display: block;
}

.sm a.disabled {
  cursor: not-allowed;
}

.sm:after {
  content: " ";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.sm, .sm *, .sm *:before, .sm *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
---------------------------------------------------------------
  Note that styles you apply to the main menu items are inherited by the sub menus items too.
  If you'd like to avoid this, you could use child selectors (not supported by IE6) - for example:
  .sm-clean > li > a { ... } instead of .sm-clean a { ... }
---------------------------------------------------------------*/
/* Menu box
===================*/
.sm-clean {
  padding: 0 10px;
  background: #eee;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.sm-clean-vertical {
  padding: 10px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.sm-clean ul {
  border: 1px solid #bbb;
  padding: 5px 0;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
}

/* first sub level carets */
.sm-clean > li > ul:before {
  content: "";
  position: absolute;
  top: -18px;
  left: 30px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 9px; /* tweak size of the arrow */
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #bbb transparent;
}

.sm-clean > li > ul:after {
  content: "";
  position: absolute;
  top: -16px;
  left: 31px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 8px;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
}

/* no carets for vertical main */
.sm-clean-vertical > li > ul:before, .sm-clean-vertical > li > ul:after {
  display: none;
}

/* Menu items
===================*/
.sm-clean a {
  padding: 12px;
  color: #555;
  font-size: 18px;
  line-height: 17px;
  text-decoration: none;
}

.sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active,
.sm-clean a.highlighted {
  color: #D23600;
}

.sm-clean-vertical a:hover, .sm-clean-vertical a:focus, .sm-clean-vertical a:active,
.sm-clean-vertical a.highlighted {
  background: #fff;
}

.sm-clean a.has-submenu {
  padding-right: 25px;
}

.sm-clean-vertical a,
.sm-clean ul a {
  padding: 10px 20px;
}

.sm-clean-vertical a.has-submenu,
.sm-clean ul a.has-submenu {
  padding-right: 40px;
}

.sm-clean ul a {
  font-size: 16px;
}

.sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active,
.sm-clean ul a.highlighted {
  color: #D23600;
  background: #eee;
}

/* current items - add the class manually to some item or check the "markCurrentItem" script option */
.sm-clean a.current, .sm-clean a.current:hover, .sm-clean a.current:focus, .sm-clean a.current:active {
  color: #D23600;
}

/* Sub menu indicators
===================*/
.sm-clean a span.sub-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -3px;
  /* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 4px; /* tweak size of the arrow */
  border-style: solid dashed dashed dashed;
  border-color: #555 transparent transparent transparent;
}

.sm-clean-vertical a span.sub-arrow,
.sm-clean ul a span.sub-arrow {
  right: 15px;
  top: 50%;
  margin-top: -5px;
  border-width: 5px;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #555;
}

/* Scrolling arrows containers for tall sub menus - test sub menu: "Sub test" -> "more..." -> "more..." in the default download package
===================*/
.sm-clean span.scroll-up, .sm-clean span.scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  overflow: hidden;
  background: #fff;
  height: 20px;
  /* width and position will be automatically set by the script */
}

.sm-clean span.scroll-up:hover, .sm-clean span.scroll-down:hover {
  background: #eee;
}

.sm-clean span.scroll-up-arrow, .sm-clean span.scroll-down-arrow {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -6px;
  /* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 6px; /* tweak size of the arrow */
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #555 transparent;
}

.sm-clean span.scroll-up:hover span.scroll-up-arrow {
  border-color: transparent transparent #D23600 transparent;
}

.sm-clean span.scroll-down-arrow {
  top: 8px;
  border-style: solid dashed dashed dashed;
  border-color: #555 transparent transparent transparent;
}

.sm-clean span.scroll-down:hover span.scroll-down-arrow {
  border-color: #D23600 transparent transparent transparent;
}

/*
---------------------------------------------------------------
  Responsiveness
  These will make the sub menus collapsible when the screen width is too small.
---------------------------------------------------------------*/
/* decrease horizontal main menu items left/right padding to avoid wrapping */
@media screen and (max-width: 850px) {
  .sm-clean:not(.sm-clean-vertical) > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
  .sm-clean:not(.sm-clean-vertical) > li > a.has-submenu {
    padding-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .sm-clean:not(.sm-clean-vertical) > li > a {
    padding-left: 3px;
    padding-right: 3px;
  }
  .sm-clean:not(.sm-clean-vertical) > li > a.has-submenu {
    padding-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  /* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
  ul.sm-clean {
    width: auto !important;
  }
  ul.sm-clean ul {
    display: none;
    position: static !important;
    top: auto !important;
    left: auto !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }
  ul.sm-clean > li {
    float: none;
  }
  ul.sm-clean > li > a, ul.sm-clean ul.sm-nowrap > li > a {
    white-space: normal;
  }
  ul.sm-clean iframe {
    display: none;
  }
  /* Uncomment this rule to disable completely the sub menus for small screen devices */
  /*.sm-clean ul, .sm-clean span.sub-arrow, .sm-clean iframe {
  	display:none !important;
  }*/
  /* Menu box
  ===================*/
  .sm-clean {
    padding: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .sm-clean ul {
    border: 0;
    padding: 0;
    /* darken the background of the sub menus */
    background: rgba(130, 130, 130, 0.1);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* no carets */
  .sm-clean > li > ul:before, .sm-clean > li > ul:after {
    display: none;
  }
  /* Menu items
  ===================*/
  .sm-clean a {
    padding: 13px 5px 13px 28px !important;
    color: #555;
    background: transparent !important;
  }
  .sm-clean a.current {
    color: #D23600 !important;
  }
  /* add some text indentation for the 2+ level sub menu items */
  .sm-clean ul a {
    border-left: 8px solid transparent;
  }
  .sm-clean ul ul a {
    border-left: 16px solid transparent;
  }
  .sm-clean ul ul ul a {
    border-left: 24px solid transparent;
  }
  .sm-clean ul ul ul ul a {
    border-left: 32px solid transparent;
  }
  .sm-clean ul ul ul ul ul a {
    border-left: 40px solid transparent;
  }
  /* Sub menu indicators
  ===================*/
  .sm-clean a span.sub-arrow,
  .sm-clean ul a span.sub-arrow {
    top: 50%;
    margin-top: -9px;
    right: auto;
    left: 6px;
    margin-left: 0;
    width: 17px;
    height: 17px;
    font: normal 16px/16px monospace !important;
    text-align: center;
    border: 0;
    text-shadow: none;
    background: rgba(255, 255, 255, 0.6);
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
  }
  /* Hide sub indicator when item is expanded - we enable the item link when it's expanded */
  .sm-clean a.highlighted span.sub-arrow {
    display: none !important;
  }
  /* Items separators
  ===================*/
  .sm-clean li {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  .sm-clean > li:first-child {
    border-top: 0;
  }
}
/*Some additional classes for faster cutups*/
/*Similar in nature to bootstrap's _utilities.scss*/
@font-face {
  font-family: freestyle script;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/freescpt.woff") format("woff");
}
/*Illustrator gray*/
/*Some additional classes for faster cutups*/
/*Similar in nature to bootstrap's _utilities.scss*/
@font-face {
  font-family: freestyle script;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/freescpt.woff") format("woff");
}
/*Illustrator gray*/
/*#region transition-colour() and transition-movement(). Quick transitions with believable curves */
/*Premade transitions. Can pass in speed. */
/*Movement and colour should behave differently. Movement takes inertia into consideration (so in-out), colour does not*/
/*Google's base transition*/
/*#endregion */
/*#region Additional bootstrap text and bg helper classes */
/*#endregion */
/*#region button-variant-hover() Combines base button variant mixin, with ability to add hovers */
/*#endregion */
/*#region Additional bootstrap button variants */
/*Solid white, transparent on hover*/
/*Black glass style*/
/*#endregion */
/*#region icon-square() and icon-square-bordered(). Square icon builders. Combined with button-variant() */
/*useful for aligning an icon in a square shape*/
/*No colours/background as often combined with a btn*/
/*useful for aligning an icon in a square shape*/
/*This version includes a border but again no color, use with button-variant mixin*/
/*#endregion */
/*#region container-no-padding. Override default bootstrap gutter behaviour. */
/*Make all columns full width on all breakpoints*/
/*#endregion*/
/*#region container-no-padding-xs. Override default bootstrap gutter behaviour. MOBILE ONLY */
/*#endregion */
/*#region container-double-gutter. Quickly double the gutter between columns. Only affects the first level */
/*#endregion */
/*#region btn(). Add .btn as a mixin instead of class (can be easier)  */
/*This is a direct copy from Bootstrap*/
/*#endregion */
/*#region fa-icon() and fa-icon-content(). Quickly create a font awesome icon out of mixin */
/*For mixing font awesome styles in quickly*/
/*#endregion */
/*#region Icon list. Quickly create a contact info list item. Doesn't have to be used on LIs! */
/*#endregion */
/*#region material friendly shadows. 5 levels. Looks nice with 2px radius */
/*#endregion */
/*#region Mitch's bag of tricks */
/*#endregion */
.alert-primary {
  background-color: rgb(140.5, 198.4397590361, 255);
  border-color: rgb(0, 81.4192771084, 160.9);
  color: rgb(0, 76.2578313253, 150.7);
}
.alert-primary hr {
  border-top-color: rgb(0, 68.5156626506, 135.4);
}
.alert-primary .alert-link {
  color: rgb(0, 50.4506024096, 99.7);
}
.alert-primary .alert-link {
  color: rgb(0, 65.934939759, 130.3);
}

/*#region transition-colour() and transition-movement(). Quick transitions with believable curves */
/*Premade transitions. Can pass in speed. */
/*Movement and colour should behave differently. Movement takes inertia into consideration (so in-out), colour does not*/
/*Google's base transition*/
/*#endregion */
/*#region Span.h as block. This is expected behaviour when styling as a heading */
span.h1, span.h2, span.h3, span.h4, span.h5, span.h6 {
  display: block;
}

/*#endregion */
/*#region Additional bootstrap text and bg helper classes */
.bg-text-color {
  background-color: #0C598B;
}

.text-white * {
  color: white;
}

/*Useful for a quick override in HTML*/
.font-family-base {
  font-family: Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif;
}

.font-family-headings {
  font-family: "open sans", Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif;
}

/*#endregion */
/*#region Additional bootstrap button variants */
.btn-reverse {
  color: white;
  background-color: transparent;
  border-color: white;
  -moz-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
  -o-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
  -webkit-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
  transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
}
.btn-reverse:hover, .btn-reverse:focus, .btn-reverse.focus, .btn-reverse:active, .btn-reverse.active, .open > .btn-reverse.dropdown-toggle {
  color: white;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(224.4, 224.4, 224.4);
}
.btn-reverse:active, .btn-reverse.active, .open > .btn-reverse.dropdown-toggle {
  background-image: none;
}
.btn-reverse.disabled, .btn-reverse.disabled:hover, .btn-reverse.disabled:focus, .btn-reverse.disabled.focus, .btn-reverse.disabled:active, .btn-reverse.disabled.active, .btn-reverse[disabled], .btn-reverse[disabled]:hover, .btn-reverse[disabled]:focus, .btn-reverse[disabled].focus, .btn-reverse[disabled]:active, .btn-reverse[disabled].active, fieldset[disabled] .btn-reverse, fieldset[disabled] .btn-reverse:hover, fieldset[disabled] .btn-reverse:focus, fieldset[disabled] .btn-reverse.focus, fieldset[disabled] .btn-reverse:active, fieldset[disabled] .btn-reverse.active {
  background-color: transparent;
  border-color: white;
}
.btn-reverse .badge {
  color: transparent;
  background-color: white;
}
.btn-reverse:hover {
  background: white;
  color: #0054A6;
}

/*Solid white, transparent on hover*/
.btn-white {
  color: #0054A6;
  background-color: white;
  border-color: white;
  -moz-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
  -o-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
  -webkit-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
  transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
}
.btn-white:hover, .btn-white:focus, .btn-white.focus, .btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
  color: #0054A6;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(224.4, 224.4, 224.4);
}
.btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
  background-image: none;
}
.btn-white.disabled, .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled.focus, .btn-white.disabled:active, .btn-white.disabled.active, .btn-white[disabled], .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled].focus, .btn-white[disabled]:active, .btn-white[disabled].active, fieldset[disabled] .btn-white, fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white.focus, fieldset[disabled] .btn-white:active, fieldset[disabled] .btn-white.active {
  background-color: white;
  border-color: white;
}
.btn-white .badge {
  color: white;
  background-color: #0054A6;
}
.btn-white:hover {
  background: transparent;
  color: white;
}

/*Black glass style*/
.btn-glass {
  color: white;
  background-color: rgba(0, 0, 0, 0.15);
  border-color: transparent;
  border: none;
}
.btn-glass:hover, .btn-glass:focus, .btn-glass.focus, .btn-glass:active, .btn-glass.active, .open > .btn-glass.dropdown-toggle {
  color: white;
  background-color: rgba(0, 0, 0, 0.15);
  border-color: rgba(0, 0, 0, 0);
}
.btn-glass:active, .btn-glass.active, .open > .btn-glass.dropdown-toggle {
  background-image: none;
}
.btn-glass.disabled, .btn-glass.disabled:hover, .btn-glass.disabled:focus, .btn-glass.disabled.focus, .btn-glass.disabled:active, .btn-glass.disabled.active, .btn-glass[disabled], .btn-glass[disabled]:hover, .btn-glass[disabled]:focus, .btn-glass[disabled].focus, .btn-glass[disabled]:active, .btn-glass[disabled].active, fieldset[disabled] .btn-glass, fieldset[disabled] .btn-glass:hover, fieldset[disabled] .btn-glass:focus, fieldset[disabled] .btn-glass.focus, fieldset[disabled] .btn-glass:active, fieldset[disabled] .btn-glass.active {
  background-color: rgba(0, 0, 0, 0.15);
  border-color: transparent;
}
.btn-glass .badge {
  color: rgba(0, 0, 0, 0.15);
  background-color: white;
}
.btn-glass:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*#endregion */
/*#region .hr-primary. A class for making hr primary colour */
.hr-primary {
  border-color: #0054A6;
}

/*#endregion */
/*#region container-no-padding. Override default bootstrap gutter behaviour. */
/*Make all columns full width on all breakpoints*/
.container-no-padding {
  padding-left: 0;
  padding-right: 0;
}
.container-no-padding .row {
  margin-left: 0;
  margin-right: 0;
}
.container-no-padding .row div[class*=col-] {
  padding: 0;
}

/*#endregion*/
/*#region container-no-padding-xs. Override default bootstrap gutter behaviour. MOBILE ONLY */
@media (max-width: 719px) {
  .container-no-padding-xs {
    padding-left: 0;
    padding-right: 0;
  }
  .container-no-padding-xs .row {
    margin-left: 0;
    margin-right: 0;
  }
  .container-no-padding-xs .row div[class*=col-] {
    padding: 0;
  }
}

/*#endregion */
/*#region container-double-gutter. Quickly double the gutter between columns. Only affects the first level */
.container-double-gutter {
  /*Above SM or wide gutters affect mobile view*/
  /*Only affects the first level*/
}
@media (min-width: 720px) {
  .container-double-gutter {
    /*padding-left: $grid-gutter-width;
    padding-right: $grid-gutter-width;*/
  }
  .container-double-gutter > .row {
    margin-left: -32px;
    margin-right: -32px;
  }
  .container-double-gutter > .row > div[class*=col] {
    padding-left: 32px;
    padding-right: 32px;
  }
}

/*#endregion */
/*#region .col-??-5ths. Create 5 even columns.  */
/*Fifths columns*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/*#endregion */
/*#region Margin 0 */
.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-top: 0;
}

/*#endregion */
/*#region Premade padding classes for quick spacing. (.pv-x .ph-x .pt-x .pr-x .pb-x .pl-x)*/
/*Quick padding clases for spacing. Mostly based on a 4px pixel grid*/
/*Includes vertical (top and bottom), horizontal (left and right), and inidividual top, right, bottom, left*/
/*Vertical*/
.pv-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.pv-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.pv-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.pv-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.pv-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pv-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.pv-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.pv-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pv-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.pv-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.pv-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.pv-56 {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 720px) {
  .pv-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.pv-64 {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 720px) {
  .pv-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.pv-76 {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 720px) {
  .pv-76 {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}

.pv-120 {
  padding-top: 76px;
  padding-bottom: 76px;
}
@media (min-width: 720px) {
  .pv-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

/*Horizontal*/
.ph-2 {
  padding-left: 2px;
  padding-right: 2px;
}

.ph-4 {
  padding-left: 4px;
  padding-right: 4px;
}

.ph-6 {
  padding-left: 6px;
  padding-right: 6px;
}

.ph-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.ph-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.ph-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.ph-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.ph-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.ph-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.ph-28 {
  padding-left: 28px;
  padding-right: 28px;
}

.ph-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.ph-64 {
  padding-left: 48px;
  padding-right: 48px;
}
@media (min-width: 720px) {
  .ph-64 {
    padding-left: 64px;
    padding-right: 64px;
  }
}

.ph-76 {
  padding-left: 48px;
  padding-right: 48px;
}
@media (min-width: 720px) {
  .ph-76 {
    padding-left: 76px;
    padding-right: 76px;
  }
}

.ph-120 {
  padding-left: 48px;
  padding-right: 48px;
}
@media (min-width: 720px) {
  .ph-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
}

/*Top*/
.pt-2 {
  padding-top: 2px;
}

.pt-4 {
  padding-top: 4px;
}

.pt-6 {
  padding-top: 6px;
}

.pt-8 {
  padding-top: 8px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-12 {
  padding-top: 12px;
}

.pt-16 {
  padding-top: 16px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-28 {
  padding-top: 28px;
}

.pt-32 {
  padding-top: 32px;
}

.pt-64 {
  padding-top: 48px;
}
@media (min-width: 720px) {
  .pt-64 {
    padding-top: 64px;
  }
}

.pt-76 {
  padding-top: 48px;
}
@media (min-width: 720px) {
  .pt-76 {
    padding-top: 76px;
  }
}

/*Right*/
.pr-2 {
  padding-right: 2px;
}

.pr-4 {
  padding-right: 4px;
}

.pr-6 {
  padding-right: 6px;
}

.pr-8 {
  padding-right: 8px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-12 {
  padding-right: 12px;
}

.pr-16 {
  padding-right: 16px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-24 {
  padding-right: 24px;
}

.pr-28 {
  padding-right: 28px;
}

.pr-32 {
  padding-right: 32px;
}

.pr-64 {
  padding-right: 48px;
}
@media (min-width: 720px) {
  .pr-64 {
    padding-right: 64px;
  }
}

.pr-76 {
  padding-right: 48px;
}
@media (min-width: 720px) {
  .pr-76 {
    padding-right: 76px;
  }
}

/*Bottom*/
.pb-2 {
  padding-bottom: 2px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pb-6 {
  padding-bottom: 6px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-28 {
  padding-bottom: 28px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pb-64 {
  padding-bottom: 48px;
}
@media (min-width: 720px) {
  .pb-64 {
    padding-bottom: 64px;
  }
}

.pb-76 {
  padding-bottom: 48px;
}
@media (min-width: 720px) {
  .pb-76 {
    padding-bottom: 76px;
  }
}

/*Left*/
.pl-2 {
  padding-left: 2px;
}

.pl-4 {
  padding-left: 4px;
}

.pl-6 {
  padding-left: 6px;
}

.pl-8 {
  padding-left: 8px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-12 {
  padding-left: 12px;
}

.pl-16 {
  padding-left: 16px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-24 {
  padding-left: 24px;
}

.pl-28 {
  padding-left: 28px;
}

.pl-32 {
  padding-left: 32px;
}

.pl-64 {
  padding-left: 48px;
}
@media (min-width: 720px) {
  .pl-64 {
    padding-left: 64px;
  }
}

.pl-76 {
  padding-left: 48px;
}
@media (min-width: 720px) {
  .pl-76 {
    padding-left: 76px;
  }
}

/*#endregion */
/*#region Icon list. Quickly create a contact info list item. Doesn't have to be used on LIs! */
.contact-info {
  padding-left: 0;
  list-style: none;
}
.contact-info .phone {
  padding-left: 12px;
  position: relative;
  list-style: none;
  display: block;
  margin: 0 0 10px;
}
.contact-info .phone:before {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f095";
  font-size: 14px;
  line-height: 1.428571429;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.contact-info .email {
  padding-left: 12px;
  position: relative;
  list-style: none;
  display: block;
  margin: 0 0 10px;
}
.contact-info .email:before {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0e0";
  font-size: 14px;
  line-height: 1.428571429;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.contact-info .fax {
  padding-left: 12px;
  position: relative;
  list-style: none;
  display: block;
  margin: 0 0 10px;
}
.contact-info .fax:before {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1ac";
  font-size: 14px;
  line-height: 1.428571429;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.contact-info .address {
  padding-left: 12px;
  position: relative;
  list-style: none;
  display: block;
  margin: 0 0 10px;
}
.contact-info .address:before {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f041";
  font-size: 14px;
  line-height: 1.428571429;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.contact-info .blank {
  padding-left: 12px;
  position: relative;
  list-style: none;
  display: block;
  margin: 0 0 10px;
}
.contact-info .blank:before {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  line-height: 1.428571429;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

/*#endregion */
/*#region Load Spinner. Apply to create a load spinner until page loaded */
.load-spinner {
  font-size: 36px;
  margin: 1em 0;
  text-align: center;
  width: 100%;
  opacity: 1 !important;
}

.hidden-until-load > * {
  opacity: 0;
}

/*#endregion */
/*#region material friendly shadows. 5 levels. Looks nice with 2px radius */
.shadow-z1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.shadow-z2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.shadow-z3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.shadow-z4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.shadow-z5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

/*#endregion */
.sm-menu-trigger {
  display: none;
}
@media (min-width: 720px) {
  .sm-menu-trigger {
    z-index: 999;
    color: #fff;
    position: relative;
    float: right;
    font-size: 15px;
    cursor: pointer;
    padding: 45px 10px;
    font-size: 25px;
    display: block;
    transition: 0.1s linear all;
    width: 2em;
    text-align: center;
  }
  .sm-menu-trigger:hover, .sm-menu-trigger[data-status=show] {
    background: #0054A6;
  }
  .sm-menu-trigger[data-status=show] .fa:before {
    content: "\f00d";
  }
}
@media (min-width: 1040px) {
  .sm-menu-trigger {
    display: none;
  }
}

/*simple overrides*/
.sm.sm-clean {
  margin-bottom: 0;
  border: 0;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sm.sm-clean li {
  border: none;
}
.sm.sm-clean a {
  white-space: normal !important;
}
.sm.sm-clean a.highlighted, .sm.sm-clean a:hover {
  background: none;
}
.sm.sm-clean ul {
  box-shadow: none;
}

@media (max-width: 991px) {
  li.menu-search {
    display: none !important;
    visibility: hidden;
  }
}
.main-menu {
  height: auto;
  padding: 0;
  background: none;
  font-size: 1em;
}
.main-menu a[href="javascript:void(0)"] {
  cursor: default;
}
.main-menu .mega-menu {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 100 !important;
  background: transparent;
}
@media (min-width: 720px) {
  .main-menu .mega-menu {
    position: absolute;
  }
}
.main-menu .mega-menu:after, .main-menu .mega-menu:before {
  display: none !important;
}
.main-menu #nav-top,
.main-menu #nav-top-m {
  padding: 0;
  width: 100%;
  display: none;
  background: rgb(0, 45.2891566265, 89.5);
  border-radius: 0;
}
@media (min-width: 720px) {
  .main-menu #nav-top,
  .main-menu #nav-top-m {
    font-size: 14px;
    background: transparent;
    display: block;
    width: auto;
    float: right;
    position: static !important;
    border: 0;
    box-shadow: none;
  }
}
.main-menu #nav-top a,
.main-menu #nav-top-m a {
  -moz-transition: color ease-out 0.3s, background ease-out 0.2s;
  -o-transition: color ease-out 0.3s, background ease-out 0.2s;
  -webkit-transition: color ease-out 0.3s, background ease-out 0.2s;
  transition: color ease-out 0.3s, background ease-out 0.2s;
}
.main-menu #nav-top .nav-content,
.main-menu #nav-top-m .nav-content {
  /*box-shadow: 0 5px 9px rgba(0,0,0,.2);*/
  font-size: 13px;
  font-family: Roboto, Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif;
  color: #fff;
}
@media (min-width: 720px) {
  .main-menu #nav-top .nav-content,
  .main-menu #nav-top-m .nav-content {
    color: #0054A6;
  }
}
.main-menu #nav-top .nav-content .container,
.main-menu #nav-top-m .nav-content .container {
  padding: 0;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
}
@media (min-width: 720px) {
  .main-menu #nav-top .nav-content .container,
  .main-menu #nav-top-m .nav-content .container {
    padding: 45px 55px;
  }
}
@media (min-width: 992px) {
  .main-menu #nav-top .nav-content .container,
  .main-menu #nav-top-m .nav-content .container {
    min-height: 430px;
  }
}
@media (min-width: 720px) {
  .main-menu #nav-top .nav-content,
  .main-menu #nav-top-m .nav-content {
    background-color: #005186;
    color: #fff;
  }
}
.main-menu #nav-top .nav-content .nav-main:before,
.main-menu #nav-top-m .nav-content .nav-main:before {
  display: none;
}
.main-menu #nav-top .nav-content .nav-main .mega-title,
.main-menu #nav-top-m .nav-content .nav-main .mega-title {
  font-size: 1.154em;
  line-height: 1.1em;
  padding-bottom: 1em;
  font-weight: bold;
  color: inherit;
  padding: 0 1em;
  margin-top: 0.7em;
  display: block;
  text-transform: uppercase;
}
@media (min-width: 720px) {
  .main-menu #nav-top .nav-content .nav-main .mega-title,
  .main-menu #nav-top-m .nav-content .nav-main .mega-title {
    padding: 0;
    padding-bottom: 0.7em;
  }
}
.main-menu #nav-top .nav-content .nav-main li,
.main-menu #nav-top-m .nav-content .nav-main li {
  color: inherit;
  font-size: 1em;
}
.main-menu #nav-top .nav-content .nav-main li a,
.main-menu #nav-top-m .nav-content .nav-main li a {
  font-family: Roboto, Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif;
  color: inherit;
  font-size: 1em;
  padding: 6px 5px 6px 25px;
  display: block;
  margin: 0;
}
@media (min-width: 720px) {
  .main-menu #nav-top .nav-content .nav-main > li,
  .main-menu #nav-top-m .nav-content .nav-main > li {
    width: 22%;
    float: left;
    padding: 0;
    margin: 0 1.5% 2em 1.5%;
  }
  .main-menu #nav-top .nav-content .nav-main > li li,
  .main-menu #nav-top-m .nav-content .nav-main > li li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .main-menu #nav-top .nav-content .nav-main > li .nav-menuitems a,
  .main-menu #nav-top-m .nav-content .nav-main > li .nav-menuitems a {
    padding-left: 0.8em;
    transition: 0.1s linear all;
    padding-right: 1.2em;
    position: relative;
  }
  .main-menu #nav-top .nav-content .nav-main > li .nav-menuitems a:after,
  .main-menu #nav-top-m .nav-content .nav-main > li .nav-menuitems a:after {
    right: 0;
    top: 0.5em;
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-size: 1em;
    margin-right: 0.7em;
    position: absolute;
  }
  .main-menu #nav-top .nav-content .nav-main > li .nav-menuitems a:hover,
  .main-menu #nav-top-m .nav-content .nav-main > li .nav-menuitems a:hover {
    background: rgba(0, 0, 0, 0.15);
  }
  .main-menu #nav-top .nav-content .nav-main > li .nav-menuitems > li > ol,
  .main-menu #nav-top-m .nav-content .nav-main > li .nav-menuitems > li > ol {
    display: none;
  }
}
@media (min-width: 1280px) {
  .main-menu #nav-top .nav-content .nav-main > li,
  .main-menu #nav-top-m .nav-content .nav-main > li {
    width: 22%;
  }
}
@media (min-width: 720px) {
  .main-menu #nav-top .nav-content .nav-main,
  .main-menu #nav-top-m .nav-content .nav-main {
    margin-left: -16px;
    margin-right: -16px;
  }
  .main-menu #nav-top .nav-content .nav-main:before, .main-menu #nav-top .nav-content .nav-main:after,
  .main-menu #nav-top-m .nav-content .nav-main:before,
  .main-menu #nav-top-m .nav-content .nav-main:after {
    content: " ";
    display: table;
  }
  .main-menu #nav-top .nav-content .nav-main:after,
  .main-menu #nav-top-m .nav-content .nav-main:after {
    clear: both;
  }
  .main-menu #nav-top .nav-content .nav-main h1,
  .main-menu #nav-top-m .nav-content .nav-main h1 {
    font-size: 1.333em;
    margin-top: 0;
    margin-bottom: 1em;
    font-weight: bold;
  }
  .main-menu #nav-top .nav-content .nav-main h1 i,
  .main-menu #nav-top-m .nav-content .nav-main h1 i {
    display: none;
  }
}
@media (min-width: 720px) {
  .main-menu #nav-top > li,
  .main-menu #nav-top-m > li {
    float: left;
    position: relative !important;
    border: 0;
  }
}
.main-menu #nav-top > li:before,
.main-menu #nav-top-m > li:before {
  display: none;
}
.main-menu #nav-top > li > a,
.main-menu #nav-top-m > li > a {
  font-size: 1em;
  padding-left: 0;
  padding-right: 0px;
  color: #fff;
  font-weight: normal;
  font-family: Roboto, Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif;
  /*Font sizes for parent links above md*/
}
@media (max-width: 719px) {
  .main-menu #nav-top > li > a,
  .main-menu #nav-top-m > li > a {
    padding-left: 1em !important;
    text-transform: uppercase;
    font-weight: bold !important;
  }
  .main-menu #nav-top > li > a:before,
  .main-menu #nav-top-m > li > a:before {
    margin-right: 1em;
  }
}
.main-menu #nav-top > li > a .fa-home:before,
.main-menu #nav-top-m > li > a .fa-home:before {
  content: "\f107";
}
.main-menu #nav-top > li > a:hover, .main-menu #nav-top > li > a.highlighted,
.main-menu #nav-top-m > li > a:hover,
.main-menu #nav-top-m > li > a.highlighted {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #3399cc 0, #005186 100%);
  background-image: -o-linear-gradient(top, #3399cc 0, #005186 100%);
  background-image: linear-gradient(to bottom, #3399cc 0, #005186 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF3399CC", endColorstr="#FF005186", GradientType=0);
  text-decoration: none;
}
.main-menu #nav-top > li > a:hover:before, .main-menu #nav-top > li > a.highlighted:before,
.main-menu #nav-top-m > li > a:hover:before,
.main-menu #nav-top-m > li > a.highlighted:before {
  color: #fff;
}
@media (max-width: 719px) {
  .main-menu #nav-top > li > a.has-submenu:after,
  .main-menu #nav-top-m > li > a.has-submenu:after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    float: right;
    padding-right: 0.8em;
  }
  .main-menu #nav-top > li > a.has-submenu.highlighted:after,
  .main-menu #nav-top-m > li > a.has-submenu.highlighted:after {
    content: "\f068";
  }
}
.main-menu #nav-top > li > a .fa,
.main-menu #nav-top-m > li > a .fa {
  display: none;
  font-weight: 400;
}
@media (min-width: 720px) {
  .main-menu #nav-top > li > a .fa,
  .main-menu #nav-top-m > li > a .fa {
    display: inline-block;
    margin-left: 0.5em;
  }
}
@media (min-width: 720px) {
  .main-menu #nav-top > li > a,
  .main-menu #nav-top-m > li > a {
    display: block;
    padding: 33px 10px;
    background-color: transparent;
    position: relative;
    /*Carets at the bottom of each menu item*/
  }
  .main-menu #nav-top > li > a.menu-search,
  .main-menu #nav-top-m > li > a.menu-search {
    cursor: pointer;
    /*&:before {
        padding-top: .5em;
    }*/
  }
  .main-menu #nav-top > li > a.menu-search .fa,
  .main-menu #nav-top-m > li > a.menu-search .fa {
    display: none;
  }
  .main-menu #nav-top > li > a:before,
  .main-menu #nav-top-m > li > a:before {
    font-size: 2.4rem;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 200;
    line-height: 1.2em;
    color: #333333;
  }
  .main-menu #nav-top > li > a:after,
  .main-menu #nav-top-m > li > a:after {
    display: block;
    content: "";
    position: absolute;
    top: 1.2em;
    right: 0;
    bottom: 1.2em;
    width: 1px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 720px) {
  .main-menu #nav-top > li > a,
  .main-menu #nav-top-m > li > a {
    font-size: 1em;
    padding: 20px 0.9em 20px 1em;
  }
}
@media (min-width: 992px) {
  .main-menu #nav-top > li > a,
  .main-menu #nav-top-m > li > a {
    font-size: 1em;
    padding: 25px 0.85em;
  }
}
@media (min-width: 1280px) {
  .main-menu #nav-top > li > a,
  .main-menu #nav-top-m > li > a {
    font-size: 1em;
    padding: 28px 1.6em;
  }
}
.main-menu #nav-top > li ol,
.main-menu #nav-top-m > li ol {
  padding-left: 0;
}
.main-menu #nav-top > li ol ol,
.main-menu #nav-top-m > li ol ol {
  padding: 0;
}
.main-menu #nav-top > li a, .main-menu #nav-top > li h1,
.main-menu #nav-top-m > li a,
.main-menu #nav-top-m > li h1 {
  color: #fff;
  font-family: "open sans", Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif;
  font-weight: normal;
  /*Active style only for mobile*/
}
@media (max-width: 719px) {
  .main-menu #nav-top > li a:active, .main-menu #nav-top > li h1:active,
  .main-menu #nav-top-m > li a:active,
  .main-menu #nav-top-m > li h1:active {
    background: #0054A6;
  }
}
@media (min-width: 720px) {
  .main-menu #nav-top > li a, .main-menu #nav-top > li h1,
  .main-menu #nav-top-m > li a,
  .main-menu #nav-top-m > li h1 {
    color: #0054A6;
  }
}
.main-menu #nav-top > li a,
.main-menu #nav-top-m > li a {
  text-decoration: none;
}
.main-menu #nav-top > li a:hover,
.main-menu #nav-top-m > li a:hover {
  text-decoration: none;
}
.main-menu #nav-top > li h1,
.main-menu #nav-top-m > li h1 {
  font-size: 1.2em;
  padding-left: 27px;
  margin: 1em 0;
}
@media (min-width: 720px) {
  .main-menu #nav-top > li h1,
  .main-menu #nav-top-m > li h1 {
    padding-left: 0;
    margin-top: 0;
  }
}
@media (min-width: 720px) {
  .main-menu #nav-top > li,
  .main-menu #nav-top-m > li {
    position: static !important;
  }
  .main-menu #nav-top > li > ul,
  .main-menu #nav-top-m > li > ul {
    margin-left: 0 !important;
    margin-right: 0 !important;
    right: 0 !important;
    width: auto !important;
    max-width: none !important;
    border: none;
  }
}

a.menu-search:after {
  display: none !important;
}

/*SM-Simple mega menu*/
@font-face {
  font-family: freestyle script;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/freescpt.woff") format("woff");
}
/*Illustrator gray*/
/*Some additional classes for faster cutups*/
/*Similar in nature to bootstrap's _utilities.scss*/
@font-face {
  font-family: freestyle script;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/freescpt.woff") format("woff");
}
/*Illustrator gray*/
/*Some additional classes for faster cutups*/
/*Similar in nature to bootstrap's _utilities.scss*/
@font-face {
  font-family: freestyle script;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/freescpt.woff") format("woff");
}
/*Illustrator gray*/
/*#region transition-colour() and transition-movement(). Quick transitions with believable curves */
/*Premade transitions. Can pass in speed. */
/*Movement and colour should behave differently. Movement takes inertia into consideration (so in-out), colour does not*/
/*Google's base transition*/
/*#endregion */
/*#region Additional bootstrap text and bg helper classes */
/*#endregion */
/*#region button-variant-hover() Combines base button variant mixin, with ability to add hovers */
/*#endregion */
/*#region Additional bootstrap button variants */
/*Solid white, transparent on hover*/
/*Black glass style*/
/*#endregion */
/*#region icon-square() and icon-square-bordered(). Square icon builders. Combined with button-variant() */
/*useful for aligning an icon in a square shape*/
/*No colours/background as often combined with a btn*/
/*useful for aligning an icon in a square shape*/
/*This version includes a border but again no color, use with button-variant mixin*/
/*#endregion */
/*#region container-no-padding. Override default bootstrap gutter behaviour. */
/*Make all columns full width on all breakpoints*/
/*#endregion*/
/*#region container-no-padding-xs. Override default bootstrap gutter behaviour. MOBILE ONLY */
/*#endregion */
/*#region container-double-gutter. Quickly double the gutter between columns. Only affects the first level */
/*#endregion */
/*#region btn(). Add .btn as a mixin instead of class (can be easier)  */
/*This is a direct copy from Bootstrap*/
/*#endregion */
/*#region fa-icon() and fa-icon-content(). Quickly create a font awesome icon out of mixin */
/*For mixing font awesome styles in quickly*/
/*#endregion */
/*#region Icon list. Quickly create a contact info list item. Doesn't have to be used on LIs! */
/*#endregion */
/*#region material friendly shadows. 5 levels. Looks nice with 2px radius */
/*#endregion */
/*#region Mitch's bag of tricks */
/*#endregion */
.alert-primary {
  background-color: rgb(140.5, 198.4397590361, 255);
  border-color: rgb(0, 81.4192771084, 160.9);
  color: rgb(0, 76.2578313253, 150.7);
}
.alert-primary hr {
  border-top-color: rgb(0, 68.5156626506, 135.4);
}
.alert-primary .alert-link {
  color: rgb(0, 50.4506024096, 99.7);
}
.alert-primary .alert-link {
  color: rgb(0, 65.934939759, 130.3);
}

/*#region transition-colour() and transition-movement(). Quick transitions with believable curves */
/*Premade transitions. Can pass in speed. */
/*Movement and colour should behave differently. Movement takes inertia into consideration (so in-out), colour does not*/
/*Google's base transition*/
/*#endregion */
/*#region Span.h as block. This is expected behaviour when styling as a heading */
span.h1, span.h2, span.h3, span.h4, span.h5, span.h6 {
  display: block;
}

/*#endregion */
/*#region Additional bootstrap text and bg helper classes */
.bg-text-color {
  background-color: #0C598B;
}

.text-white * {
  color: white;
}

/*Useful for a quick override in HTML*/
.font-family-base {
  font-family: Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif;
}

.font-family-headings {
  font-family: "open sans", Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif;
}

/*#endregion */
/*#region Additional bootstrap button variants */
.btn-reverse {
  color: white;
  background-color: transparent;
  border-color: white;
  -moz-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
  -o-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
  -webkit-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
  transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
}
.btn-reverse:hover, .btn-reverse:focus, .btn-reverse.focus, .btn-reverse:active, .btn-reverse.active, .open > .btn-reverse.dropdown-toggle {
  color: white;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(224.4, 224.4, 224.4);
}
.btn-reverse:active, .btn-reverse.active, .open > .btn-reverse.dropdown-toggle {
  background-image: none;
}
.btn-reverse.disabled, .btn-reverse.disabled:hover, .btn-reverse.disabled:focus, .btn-reverse.disabled.focus, .btn-reverse.disabled:active, .btn-reverse.disabled.active, .btn-reverse[disabled], .btn-reverse[disabled]:hover, .btn-reverse[disabled]:focus, .btn-reverse[disabled].focus, .btn-reverse[disabled]:active, .btn-reverse[disabled].active, fieldset[disabled] .btn-reverse, fieldset[disabled] .btn-reverse:hover, fieldset[disabled] .btn-reverse:focus, fieldset[disabled] .btn-reverse.focus, fieldset[disabled] .btn-reverse:active, fieldset[disabled] .btn-reverse.active {
  background-color: transparent;
  border-color: white;
}
.btn-reverse .badge {
  color: transparent;
  background-color: white;
}
.btn-reverse:hover {
  background: white;
  color: #0054A6;
}

/*Solid white, transparent on hover*/
.btn-white {
  color: #0054A6;
  background-color: white;
  border-color: white;
  -moz-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
  -o-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
  -webkit-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
  transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
}
.btn-white:hover, .btn-white:focus, .btn-white.focus, .btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
  color: #0054A6;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(224.4, 224.4, 224.4);
}
.btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
  background-image: none;
}
.btn-white.disabled, .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled.focus, .btn-white.disabled:active, .btn-white.disabled.active, .btn-white[disabled], .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled].focus, .btn-white[disabled]:active, .btn-white[disabled].active, fieldset[disabled] .btn-white, fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white.focus, fieldset[disabled] .btn-white:active, fieldset[disabled] .btn-white.active {
  background-color: white;
  border-color: white;
}
.btn-white .badge {
  color: white;
  background-color: #0054A6;
}
.btn-white:hover {
  background: transparent;
  color: white;
}

/*Black glass style*/
.btn-glass {
  color: white;
  background-color: rgba(0, 0, 0, 0.15);
  border-color: transparent;
  border: none;
}
.btn-glass:hover, .btn-glass:focus, .btn-glass.focus, .btn-glass:active, .btn-glass.active, .open > .btn-glass.dropdown-toggle {
  color: white;
  background-color: rgba(0, 0, 0, 0.15);
  border-color: rgba(0, 0, 0, 0);
}
.btn-glass:active, .btn-glass.active, .open > .btn-glass.dropdown-toggle {
  background-image: none;
}
.btn-glass.disabled, .btn-glass.disabled:hover, .btn-glass.disabled:focus, .btn-glass.disabled.focus, .btn-glass.disabled:active, .btn-glass.disabled.active, .btn-glass[disabled], .btn-glass[disabled]:hover, .btn-glass[disabled]:focus, .btn-glass[disabled].focus, .btn-glass[disabled]:active, .btn-glass[disabled].active, fieldset[disabled] .btn-glass, fieldset[disabled] .btn-glass:hover, fieldset[disabled] .btn-glass:focus, fieldset[disabled] .btn-glass.focus, fieldset[disabled] .btn-glass:active, fieldset[disabled] .btn-glass.active {
  background-color: rgba(0, 0, 0, 0.15);
  border-color: transparent;
}
.btn-glass .badge {
  color: rgba(0, 0, 0, 0.15);
  background-color: white;
}
.btn-glass:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*#endregion */
/*#region .hr-primary. A class for making hr primary colour */
.hr-primary {
  border-color: #0054A6;
}

/*#endregion */
/*#region container-no-padding. Override default bootstrap gutter behaviour. */
/*Make all columns full width on all breakpoints*/
.container-no-padding {
  padding-left: 0;
  padding-right: 0;
}
.container-no-padding .row {
  margin-left: 0;
  margin-right: 0;
}
.container-no-padding .row div[class*=col-] {
  padding: 0;
}

/*#endregion*/
/*#region container-no-padding-xs. Override default bootstrap gutter behaviour. MOBILE ONLY */
@media (max-width: 719px) {
  .container-no-padding-xs {
    padding-left: 0;
    padding-right: 0;
  }
  .container-no-padding-xs .row {
    margin-left: 0;
    margin-right: 0;
  }
  .container-no-padding-xs .row div[class*=col-] {
    padding: 0;
  }
}

/*#endregion */
/*#region container-double-gutter. Quickly double the gutter between columns. Only affects the first level */
.container-double-gutter {
  /*Above SM or wide gutters affect mobile view*/
  /*Only affects the first level*/
}
@media (min-width: 720px) {
  .container-double-gutter {
    /*padding-left: $grid-gutter-width;
    padding-right: $grid-gutter-width;*/
  }
  .container-double-gutter > .row {
    margin-left: -32px;
    margin-right: -32px;
  }
  .container-double-gutter > .row > div[class*=col] {
    padding-left: 32px;
    padding-right: 32px;
  }
}

/*#endregion */
/*#region .col-??-5ths. Create 5 even columns.  */
/*Fifths columns*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/*#endregion */
/*#region Margin 0 */
.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-top: 0;
}

/*#endregion */
/*#region Premade padding classes for quick spacing. (.pv-x .ph-x .pt-x .pr-x .pb-x .pl-x)*/
/*Quick padding clases for spacing. Mostly based on a 4px pixel grid*/
/*Includes vertical (top and bottom), horizontal (left and right), and inidividual top, right, bottom, left*/
/*Vertical*/
.pv-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.pv-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.pv-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.pv-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.pv-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pv-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.pv-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.pv-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pv-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.pv-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.pv-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.pv-56 {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 720px) {
  .pv-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.pv-64 {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 720px) {
  .pv-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.pv-76 {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 720px) {
  .pv-76 {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}

.pv-120 {
  padding-top: 76px;
  padding-bottom: 76px;
}
@media (min-width: 720px) {
  .pv-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

/*Horizontal*/
.ph-2 {
  padding-left: 2px;
  padding-right: 2px;
}

.ph-4 {
  padding-left: 4px;
  padding-right: 4px;
}

.ph-6 {
  padding-left: 6px;
  padding-right: 6px;
}

.ph-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.ph-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.ph-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.ph-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.ph-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.ph-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.ph-28 {
  padding-left: 28px;
  padding-right: 28px;
}

.ph-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.ph-64 {
  padding-left: 48px;
  padding-right: 48px;
}
@media (min-width: 720px) {
  .ph-64 {
    padding-left: 64px;
    padding-right: 64px;
  }
}

.ph-76 {
  padding-left: 48px;
  padding-right: 48px;
}
@media (min-width: 720px) {
  .ph-76 {
    padding-left: 76px;
    padding-right: 76px;
  }
}

.ph-120 {
  padding-left: 48px;
  padding-right: 48px;
}
@media (min-width: 720px) {
  .ph-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
}

/*Top*/
.pt-2 {
  padding-top: 2px;
}

.pt-4 {
  padding-top: 4px;
}

.pt-6 {
  padding-top: 6px;
}

.pt-8 {
  padding-top: 8px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-12 {
  padding-top: 12px;
}

.pt-16 {
  padding-top: 16px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-28 {
  padding-top: 28px;
}

.pt-32 {
  padding-top: 32px;
}

.pt-64 {
  padding-top: 48px;
}
@media (min-width: 720px) {
  .pt-64 {
    padding-top: 64px;
  }
}

.pt-76 {
  padding-top: 48px;
}
@media (min-width: 720px) {
  .pt-76 {
    padding-top: 76px;
  }
}

/*Right*/
.pr-2 {
  padding-right: 2px;
}

.pr-4 {
  padding-right: 4px;
}

.pr-6 {
  padding-right: 6px;
}

.pr-8 {
  padding-right: 8px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-12 {
  padding-right: 12px;
}

.pr-16 {
  padding-right: 16px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-24 {
  padding-right: 24px;
}

.pr-28 {
  padding-right: 28px;
}

.pr-32 {
  padding-right: 32px;
}

.pr-64 {
  padding-right: 48px;
}
@media (min-width: 720px) {
  .pr-64 {
    padding-right: 64px;
  }
}

.pr-76 {
  padding-right: 48px;
}
@media (min-width: 720px) {
  .pr-76 {
    padding-right: 76px;
  }
}

/*Bottom*/
.pb-2 {
  padding-bottom: 2px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pb-6 {
  padding-bottom: 6px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-28 {
  padding-bottom: 28px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pb-64 {
  padding-bottom: 48px;
}
@media (min-width: 720px) {
  .pb-64 {
    padding-bottom: 64px;
  }
}

.pb-76 {
  padding-bottom: 48px;
}
@media (min-width: 720px) {
  .pb-76 {
    padding-bottom: 76px;
  }
}

/*Left*/
.pl-2 {
  padding-left: 2px;
}

.pl-4 {
  padding-left: 4px;
}

.pl-6 {
  padding-left: 6px;
}

.pl-8 {
  padding-left: 8px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-12 {
  padding-left: 12px;
}

.pl-16 {
  padding-left: 16px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-24 {
  padding-left: 24px;
}

.pl-28 {
  padding-left: 28px;
}

.pl-32 {
  padding-left: 32px;
}

.pl-64 {
  padding-left: 48px;
}
@media (min-width: 720px) {
  .pl-64 {
    padding-left: 64px;
  }
}

.pl-76 {
  padding-left: 48px;
}
@media (min-width: 720px) {
  .pl-76 {
    padding-left: 76px;
  }
}

/*#endregion */
/*#region Icon list. Quickly create a contact info list item. Doesn't have to be used on LIs! */
.contact-info {
  padding-left: 0;
  list-style: none;
}
.contact-info .phone {
  padding-left: 12px;
  position: relative;
  list-style: none;
  display: block;
  margin: 0 0 10px;
}
.contact-info .phone:before {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f095";
  font-size: 14px;
  line-height: 1.428571429;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.contact-info .email {
  padding-left: 12px;
  position: relative;
  list-style: none;
  display: block;
  margin: 0 0 10px;
}
.contact-info .email:before {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0e0";
  font-size: 14px;
  line-height: 1.428571429;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.contact-info .fax {
  padding-left: 12px;
  position: relative;
  list-style: none;
  display: block;
  margin: 0 0 10px;
}
.contact-info .fax:before {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1ac";
  font-size: 14px;
  line-height: 1.428571429;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.contact-info .address {
  padding-left: 12px;
  position: relative;
  list-style: none;
  display: block;
  margin: 0 0 10px;
}
.contact-info .address:before {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f041";
  font-size: 14px;
  line-height: 1.428571429;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.contact-info .blank {
  padding-left: 12px;
  position: relative;
  list-style: none;
  display: block;
  margin: 0 0 10px;
}
.contact-info .blank:before {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  line-height: 1.428571429;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

/*#endregion */
/*#region Load Spinner. Apply to create a load spinner until page loaded */
.load-spinner {
  font-size: 36px;
  margin: 1em 0;
  text-align: center;
  width: 100%;
  opacity: 1 !important;
}

.hidden-until-load > * {
  opacity: 0;
}

/*#endregion */
/*#region material friendly shadows. 5 levels. Looks nice with 2px radius */
.shadow-z1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.shadow-z2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.shadow-z3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.shadow-z4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.shadow-z5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

/*#endregion */
/*Breakpoints*/
/*Nav-top*/
/*Dropdowns*/
/*Tier styles*/
/*Font and colour styles*/
/*Applies to all breakpoints - customize CSS from here as needed*/
/*Parent links (tier 1)*/
/*Titles (tier 2)*/
/*Main body links (tier 3)*/
/*Icons*/
/*Set to '' to disable*/
/*refer to font awesome css file for content*/
/*Defaults to right edge*/
/*Border*/
/*Columns*/
/*Uncomment to enable*/
/*Optionally set margin/padding to 0 for no gaps*/
/*Columns*/
.mega-menu-column-outer {
  margin-left: -16px;
  margin-right: -16px;
  margin: 0 -34px;
  white-space: normal;
}
.mega-menu-column-outer:before, .mega-menu-column-outer:after {
  content: " ";
  display: table;
}
.mega-menu-column-outer:after {
  clear: both;
}
.mega-menu-column-outer .mega-menu-column {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
  white-space: normal;
  padding: 12px 34px;
  vertical-align: top;
}
@media (min-width: 992px) {
  .mega-menu-column-outer .mega-menu-column {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1280px) {
  .mega-menu-column-outer .mega-menu-column {
    float: left;
    width: 25%;
  }
}
.mega-menu-column-outer .mega-menu-column a {
  white-space: normal;
}

/*Styles and setup*/
.close-button {
  background: transparent;
  position: absolute;
  right: 10px;
  top: 10px;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  padding: 0;
  text-align: center;
  justify-content: center;
  color: #fff;
  border: 2px solid #37639A;
  z-index: 33;
  font-family: "Font Awesome 6 Pro";
  font-size: 23px;
  line-height: 48px;
  /*padding: 7px 10px;
  text-align: center;
  color: $brand-primary;    
  width: 38px;
  height: 38px;*/
  transition: all 0.2s ease-in-out;
}
.close-button:before, .close-button:after {
  content: " ";
  display: table;
}
.close-button:after {
  clear: both;
}
@media (max-width: 720px) {
  .close-button {
    display: none;
  }
}
.close-button:before {
  width: 44px;
  content: "\f00d";
}
.close-button:hover {
  cursor: pointer;
  color: #fff;
  border: 2px solid #37639A;
  background-color: #0054A6;
}

#nav-top-m {
  border: none;
  box-shadow: none;
  font-family: Freestyle Script, "Freestyle Script", georgia, times, "times new roman", serif;
  background: transparent;
  /*Mega menu dropdown*/
}
@media (min-width: 992px) {
  #nav-top-m {
    position: static !important;
  }
}
#nav-top-m ul {
  background: none;
  z-index: 30;
}
#nav-top-m > li {
  border: none;
  /*Parent link styles (tier 1)*/
  /*End parent link styles*/
  /*Some global styles*/
}
@media (min-width: 992px) {
  #nav-top-m > li {
    position: static !important;
  }
  #nav-top-m > li > ul {
    margin-left: 0 !important;
    margin-right: 0 !important;
    right: 0 !important;
    width: auto !important;
    max-width: none !important;
    border: none;
    box-shadow: none;
  }
}
#nav-top-m > li > a {
  font-size: 14px;
  padding: 30px 25px 25px;
  background: transparent;
  color: #fff;
  font-weight: bold;
  position: relative;
  transition: color ease-in-out 0.3s;
  white-space: normal;
  /*&:after {
      position: absolute;
      right: 0;
      top: 24px;
      width: 1px;
      height: 26px;
      background: white;
  }*/
  /*&:before {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 5;
      margin: 0 auto;
      z-index: 5;
      width: 9px;
      opacity: 0;
      border-width: 9px;
      border-style: dashed dashed solid dashed;
      border-color: transparent transparent rgba($brand-primary, .96) transparent;
      transition: opacity ease-in-out .3s;
  }*/
  /*&.has-submenu {
      &:after {
          content: $t1-icon-content-collapsed;
          font-family: "Font Awesome 5 Pro";
          float: right;

          @media (min-width:$mega-breakpoint) {
              float: none;
              position: static;
              margin-left: 6px;
          }
      }

      &[aria-expanded="true"]:after {
          content: $t1-icon-content-expanded;
      }
  }*/
}
#nav-top-m > li > a:before, #nav-top-m > li > a:after {
  content: " ";
  display: table;
}
#nav-top-m > li > a:after {
  clear: both;
}
#nav-top-m > li > a span {
  display: none;
}
#nav-top-m > li > a:hover, #nav-top-m > li > a.highlighted, #nav-top-m > li > a.current {
  color: #0054A6;
  background: transparent;
  text-decoration: none;
}
#nav-top-m > li > a:hover:before, #nav-top-m > li > a.highlighted:before, #nav-top-m > li > a.current:before {
  opacity: 1;
}
#nav-top-m > li ol {
  padding: 0;
}
#nav-top-m > li li {
  border-top: none;
  z-index: 0;
}
#nav-top-m > li li li {
  /*Default border top. Doesn't include parent links (tier 1)*/
}
#nav-top-m > li a {
  text-decoration: none;
}
#nav-top-m > li a:hover {
  text-decoration: none;
}
#nav-top-m > li.home a {
  font-size: 1px;
  font-size: 1px !important;
  color: rgba(88, 134, 34, 0.93);
  padding: 25px 20px 18px;
}
#nav-top-m > li.home a i {
  font-size: 24px;
  color: white;
  display: inline-block;
  transition: color ease-in-out 0.3s;
}
#nav-top-m > li.home a:before {
  position: absolute;
  right: auto;
  margin: 0;
  left: 0;
  top: 24px;
  width: 1px;
  height: 26px;
  background: white;
  opacity: 1;
  border: none !important;
}
#nav-top-m > li.home a:hover i, #nav-top-m > li.home a.highlighted i, #nav-top-m > li.home a.current i {
  color: #0054A6;
}
#nav-top-m .mega-menu-outer-container {
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
  background: #003774;
  padding: 24px 0;
  position: relative;
  z-index: -1;
}
@media (max-width: 720px) {
  #nav-top-m .mega-menu-outer-container {
    padding-top: 0px;
  }
}
#nav-top-m .mega-menu-outer-container .mega-menu-inner-container {
  background: transparent;
}
#nav-top-m .mega-menu-outer-container .mega-menu-main-nav {
  position: static !important;
  display: block !important;
  width: auto !important;
  border: none !important;
  box-shadow: none;
  /*Column titles*/
  /*Tier 2*/
}
#nav-top-m .mega-menu-outer-container .mega-menu-main-nav > li > a {
  color: #fff;
  background: transparent;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1em;
  padding: 0 0;
  border-radius: 5px;
  margin-bottom: 35px;
  white-space: normal;
}
@media (max-width: 720px) {
  #nav-top-m .mega-menu-outer-container .mega-menu-main-nav > li > a {
    font-size: 16px;
    margin-bottom: 16px;
    border-left: 20px solid transparent;
  }
}
#nav-top-m .mega-menu-outer-container .mega-menu-main-nav > li > a:hover {
  color: #B4E9EC;
  background: transparent;
}
#nav-top-m .mega-menu-outer-container .mega-menu-main-nav > li > a:after {
  right: 0;
  top: 0;
  position: absolute;
  padding: 0 0;
  content: "";
  font-family: "Font Awesome 6 Pro";
}
#nav-top-m .mega-menu-outer-container .mega-menu-main-nav > li {
  /*Main column LI*/
  /*See variables for columns*/
}
#nav-top-m .mega-menu-outer-container .mega-menu-main-nav > li .mega-menu-sublist {
  position: static !important;
  display: block !important;
  border: none !important;
  width: auto !important;
  box-shadow: none;
}
#nav-top-m .mega-menu-outer-container .mega-menu-main-nav > li .mega-menu-sublist a {
  /*Main links*/
  /*Tier 3*/
  -moz-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.2s, cubic-bezier(0.4, 0, 0.2, 1) color 0.2s;
  -o-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.2s, cubic-bezier(0.4, 0, 0.2, 1) color 0.2s;
  -webkit-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.2s, cubic-bezier(0.4, 0, 0.2, 1) color 0.2s;
  transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.2s, cubic-bezier(0.4, 0, 0.2, 1) color 0.2s;
  padding: 0 0;
  padding-left: 18px;
  color: #fff;
  font-size: 18px;
  line-height: 1.25em;
  font-family: Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif;
  background: transparent;
  margin-bottom: 12px;
  padding-bottom: 12px;
  white-space: normal;
  border-bottom: 1px solid #004b86 !important;
}
#nav-top-m .mega-menu-outer-container .mega-menu-main-nav > li .mega-menu-sublist a:before {
  left: 0;
  top: 0px;
  position: absolute;
  color: #B9DAF9;
  content: "\f105";
  padding: 0 0;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}
#nav-top-m .mega-menu-outer-container .mega-menu-main-nav > li .mega-menu-sublist a:hover {
  background: transparent;
  color: #B4E9EC;
  border-bottom: 1px solid #004b86 !important;
}

@media screen and (min-width: 0\0 ) {
  #nav-top .mega-menu-outer-container .mega-menu-main-nav, #nav-top .mega-menu-outer-container .mega-menu-main-nav > li .mega-menu-sublist {
    position: static !important;
  }
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/profiles/shared/Images/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@font-face {
  font-family: freestyle script;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/freescpt.woff") format("woff");
}
/*Illustrator gray*/
.owl-item {
  overflow: hidden;
}

.owl-controls .owl-prev {
  position: absolute;
}
.owl-controls .owl-next {
  position: absolute;
}
.owl-controls .owl-prev, .owl-controls .owl-next {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-size: 45px;
  color: #fff;
  text-shadow: 0 0 10px #333;
}
.owl-controls .owl-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 10px;
}
.owl-controls .owl-dots .owl-dot {
  display: inline-block;
  background: transparent;
  border: 1px solid #fff;
  height: 10px;
  width: 10px;
  margin: 0 0 0 10px;
  border-radius: 100%;
}
.owl-controls .owl-dots .owl-dot.active {
  background: #fff;
}

/*Some additional classes for faster cutups*/
/*Similar in nature to bootstrap's _utilities.scss*/
@font-face {
  font-family: freestyle script;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/freescpt.woff") format("woff");
}
/*Illustrator gray*/
/*Some additional classes for faster cutups*/
/*Similar in nature to bootstrap's _utilities.scss*/
@font-face {
  font-family: freestyle script;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/freescpt.woff") format("woff");
}
/*Illustrator gray*/
/*#region transition-colour() and transition-movement(). Quick transitions with believable curves */
/*Premade transitions. Can pass in speed. */
/*Movement and colour should behave differently. Movement takes inertia into consideration (so in-out), colour does not*/
/*Google's base transition*/
/*#endregion */
/*#region Additional bootstrap text and bg helper classes */
/*#endregion */
/*#region button-variant-hover() Combines base button variant mixin, with ability to add hovers */
/*#endregion */
/*#region Additional bootstrap button variants */
/*Solid white, transparent on hover*/
/*Black glass style*/
/*#endregion */
/*#region icon-square() and icon-square-bordered(). Square icon builders. Combined with button-variant() */
/*useful for aligning an icon in a square shape*/
/*No colours/background as often combined with a btn*/
/*useful for aligning an icon in a square shape*/
/*This version includes a border but again no color, use with button-variant mixin*/
/*#endregion */
/*#region container-no-padding. Override default bootstrap gutter behaviour. */
/*Make all columns full width on all breakpoints*/
/*#endregion*/
/*#region container-no-padding-xs. Override default bootstrap gutter behaviour. MOBILE ONLY */
/*#endregion */
/*#region container-double-gutter. Quickly double the gutter between columns. Only affects the first level */
/*#endregion */
/*#region btn(). Add .btn as a mixin instead of class (can be easier)  */
/*This is a direct copy from Bootstrap*/
/*#endregion */
/*#region fa-icon() and fa-icon-content(). Quickly create a font awesome icon out of mixin */
/*For mixing font awesome styles in quickly*/
/*#endregion */
/*#region Icon list. Quickly create a contact info list item. Doesn't have to be used on LIs! */
/*#endregion */
/*#region material friendly shadows. 5 levels. Looks nice with 2px radius */
/*#endregion */
/*#region Mitch's bag of tricks */
/*#endregion */
.alert-primary {
  background-color: rgb(140.5, 198.4397590361, 255);
  border-color: rgb(0, 81.4192771084, 160.9);
  color: rgb(0, 76.2578313253, 150.7);
}
.alert-primary hr {
  border-top-color: rgb(0, 68.5156626506, 135.4);
}
.alert-primary .alert-link {
  color: rgb(0, 50.4506024096, 99.7);
}
.alert-primary .alert-link {
  color: rgb(0, 65.934939759, 130.3);
}

/*#region transition-colour() and transition-movement(). Quick transitions with believable curves */
/*Premade transitions. Can pass in speed. */
/*Movement and colour should behave differently. Movement takes inertia into consideration (so in-out), colour does not*/
/*Google's base transition*/
/*#endregion */
/*#region Span.h as block. This is expected behaviour when styling as a heading */
span.h1, span.h2, span.h3, span.h4, span.h5, span.h6 {
  display: block;
}

/*#endregion */
/*#region Additional bootstrap text and bg helper classes */
.bg-text-color {
  background-color: #0C598B;
}

.text-white * {
  color: white;
}

/*Useful for a quick override in HTML*/
.font-family-base {
  font-family: Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif;
}

.font-family-headings {
  font-family: "open sans", Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif;
}

/*#endregion */
/*#region Additional bootstrap button variants */
.btn-reverse {
  color: white;
  background-color: transparent;
  border-color: white;
  -moz-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
  -o-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
  -webkit-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
  transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
}
.btn-reverse:hover, .btn-reverse:focus, .btn-reverse.focus, .btn-reverse:active, .btn-reverse.active, .open > .btn-reverse.dropdown-toggle {
  color: white;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(224.4, 224.4, 224.4);
}
.btn-reverse:active, .btn-reverse.active, .open > .btn-reverse.dropdown-toggle {
  background-image: none;
}
.btn-reverse.disabled, .btn-reverse.disabled:hover, .btn-reverse.disabled:focus, .btn-reverse.disabled.focus, .btn-reverse.disabled:active, .btn-reverse.disabled.active, .btn-reverse[disabled], .btn-reverse[disabled]:hover, .btn-reverse[disabled]:focus, .btn-reverse[disabled].focus, .btn-reverse[disabled]:active, .btn-reverse[disabled].active, fieldset[disabled] .btn-reverse, fieldset[disabled] .btn-reverse:hover, fieldset[disabled] .btn-reverse:focus, fieldset[disabled] .btn-reverse.focus, fieldset[disabled] .btn-reverse:active, fieldset[disabled] .btn-reverse.active {
  background-color: transparent;
  border-color: white;
}
.btn-reverse .badge {
  color: transparent;
  background-color: white;
}
.btn-reverse:hover {
  background: white;
  color: #0054A6;
}

/*Solid white, transparent on hover*/
.btn-white {
  color: #0054A6;
  background-color: white;
  border-color: white;
  -moz-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
  -o-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
  -webkit-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
  transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
}
.btn-white:hover, .btn-white:focus, .btn-white.focus, .btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
  color: #0054A6;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(224.4, 224.4, 224.4);
}
.btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
  background-image: none;
}
.btn-white.disabled, .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled.focus, .btn-white.disabled:active, .btn-white.disabled.active, .btn-white[disabled], .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled].focus, .btn-white[disabled]:active, .btn-white[disabled].active, fieldset[disabled] .btn-white, fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white.focus, fieldset[disabled] .btn-white:active, fieldset[disabled] .btn-white.active {
  background-color: white;
  border-color: white;
}
.btn-white .badge {
  color: white;
  background-color: #0054A6;
}
.btn-white:hover {
  background: transparent;
  color: white;
}

/*Black glass style*/
.btn-glass {
  color: white;
  background-color: rgba(0, 0, 0, 0.15);
  border-color: transparent;
  border: none;
}
.btn-glass:hover, .btn-glass:focus, .btn-glass.focus, .btn-glass:active, .btn-glass.active, .open > .btn-glass.dropdown-toggle {
  color: white;
  background-color: rgba(0, 0, 0, 0.15);
  border-color: rgba(0, 0, 0, 0);
}
.btn-glass:active, .btn-glass.active, .open > .btn-glass.dropdown-toggle {
  background-image: none;
}
.btn-glass.disabled, .btn-glass.disabled:hover, .btn-glass.disabled:focus, .btn-glass.disabled.focus, .btn-glass.disabled:active, .btn-glass.disabled.active, .btn-glass[disabled], .btn-glass[disabled]:hover, .btn-glass[disabled]:focus, .btn-glass[disabled].focus, .btn-glass[disabled]:active, .btn-glass[disabled].active, fieldset[disabled] .btn-glass, fieldset[disabled] .btn-glass:hover, fieldset[disabled] .btn-glass:focus, fieldset[disabled] .btn-glass.focus, fieldset[disabled] .btn-glass:active, fieldset[disabled] .btn-glass.active {
  background-color: rgba(0, 0, 0, 0.15);
  border-color: transparent;
}
.btn-glass .badge {
  color: rgba(0, 0, 0, 0.15);
  background-color: white;
}
.btn-glass:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*#endregion */
/*#region .hr-primary. A class for making hr primary colour */
.hr-primary {
  border-color: #0054A6;
}

/*#endregion */
/*#region container-no-padding. Override default bootstrap gutter behaviour. */
/*Make all columns full width on all breakpoints*/
.container-no-padding {
  padding-left: 0;
  padding-right: 0;
}
.container-no-padding .row {
  margin-left: 0;
  margin-right: 0;
}
.container-no-padding .row div[class*=col-] {
  padding: 0;
}

/*#endregion*/
/*#region container-no-padding-xs. Override default bootstrap gutter behaviour. MOBILE ONLY */
@media (max-width: 719px) {
  .container-no-padding-xs {
    padding-left: 0;
    padding-right: 0;
  }
  .container-no-padding-xs .row {
    margin-left: 0;
    margin-right: 0;
  }
  .container-no-padding-xs .row div[class*=col-] {
    padding: 0;
  }
}

/*#endregion */
/*#region container-double-gutter. Quickly double the gutter between columns. Only affects the first level */
.container-double-gutter {
  /*Above SM or wide gutters affect mobile view*/
  /*Only affects the first level*/
}
@media (min-width: 720px) {
  .container-double-gutter {
    /*padding-left: $grid-gutter-width;
    padding-right: $grid-gutter-width;*/
  }
  .container-double-gutter > .row {
    margin-left: -32px;
    margin-right: -32px;
  }
  .container-double-gutter > .row > div[class*=col] {
    padding-left: 32px;
    padding-right: 32px;
  }
}

/*#endregion */
/*#region .col-??-5ths. Create 5 even columns.  */
/*Fifths columns*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/*#endregion */
/*#region Margin 0 */
.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-top: 0;
}

/*#endregion */
/*#region Premade padding classes for quick spacing. (.pv-x .ph-x .pt-x .pr-x .pb-x .pl-x)*/
/*Quick padding clases for spacing. Mostly based on a 4px pixel grid*/
/*Includes vertical (top and bottom), horizontal (left and right), and inidividual top, right, bottom, left*/
/*Vertical*/
.pv-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.pv-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.pv-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.pv-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.pv-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pv-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.pv-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.pv-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pv-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.pv-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.pv-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.pv-56 {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 720px) {
  .pv-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.pv-64 {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 720px) {
  .pv-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.pv-76 {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 720px) {
  .pv-76 {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}

.pv-120 {
  padding-top: 76px;
  padding-bottom: 76px;
}
@media (min-width: 720px) {
  .pv-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

/*Horizontal*/
.ph-2 {
  padding-left: 2px;
  padding-right: 2px;
}

.ph-4 {
  padding-left: 4px;
  padding-right: 4px;
}

.ph-6 {
  padding-left: 6px;
  padding-right: 6px;
}

.ph-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.ph-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.ph-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.ph-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.ph-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.ph-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.ph-28 {
  padding-left: 28px;
  padding-right: 28px;
}

.ph-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.ph-64 {
  padding-left: 48px;
  padding-right: 48px;
}
@media (min-width: 720px) {
  .ph-64 {
    padding-left: 64px;
    padding-right: 64px;
  }
}

.ph-76 {
  padding-left: 48px;
  padding-right: 48px;
}
@media (min-width: 720px) {
  .ph-76 {
    padding-left: 76px;
    padding-right: 76px;
  }
}

.ph-120 {
  padding-left: 48px;
  padding-right: 48px;
}
@media (min-width: 720px) {
  .ph-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
}

/*Top*/
.pt-2 {
  padding-top: 2px;
}

.pt-4 {
  padding-top: 4px;
}

.pt-6 {
  padding-top: 6px;
}

.pt-8 {
  padding-top: 8px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-12 {
  padding-top: 12px;
}

.pt-16 {
  padding-top: 16px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-28 {
  padding-top: 28px;
}

.pt-32 {
  padding-top: 32px;
}

.pt-64 {
  padding-top: 48px;
}
@media (min-width: 720px) {
  .pt-64 {
    padding-top: 64px;
  }
}

.pt-76 {
  padding-top: 48px;
}
@media (min-width: 720px) {
  .pt-76 {
    padding-top: 76px;
  }
}

/*Right*/
.pr-2 {
  padding-right: 2px;
}

.pr-4 {
  padding-right: 4px;
}

.pr-6 {
  padding-right: 6px;
}

.pr-8 {
  padding-right: 8px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-12 {
  padding-right: 12px;
}

.pr-16 {
  padding-right: 16px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-24 {
  padding-right: 24px;
}

.pr-28 {
  padding-right: 28px;
}

.pr-32 {
  padding-right: 32px;
}

.pr-64 {
  padding-right: 48px;
}
@media (min-width: 720px) {
  .pr-64 {
    padding-right: 64px;
  }
}

.pr-76 {
  padding-right: 48px;
}
@media (min-width: 720px) {
  .pr-76 {
    padding-right: 76px;
  }
}

/*Bottom*/
.pb-2 {
  padding-bottom: 2px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pb-6 {
  padding-bottom: 6px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-28 {
  padding-bottom: 28px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pb-64 {
  padding-bottom: 48px;
}
@media (min-width: 720px) {
  .pb-64 {
    padding-bottom: 64px;
  }
}

.pb-76 {
  padding-bottom: 48px;
}
@media (min-width: 720px) {
  .pb-76 {
    padding-bottom: 76px;
  }
}

/*Left*/
.pl-2 {
  padding-left: 2px;
}

.pl-4 {
  padding-left: 4px;
}

.pl-6 {
  padding-left: 6px;
}

.pl-8 {
  padding-left: 8px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-12 {
  padding-left: 12px;
}

.pl-16 {
  padding-left: 16px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-24 {
  padding-left: 24px;
}

.pl-28 {
  padding-left: 28px;
}

.pl-32 {
  padding-left: 32px;
}

.pl-64 {
  padding-left: 48px;
}
@media (min-width: 720px) {
  .pl-64 {
    padding-left: 64px;
  }
}

.pl-76 {
  padding-left: 48px;
}
@media (min-width: 720px) {
  .pl-76 {
    padding-left: 76px;
  }
}

/*#endregion */
/*#region Icon list. Quickly create a contact info list item. Doesn't have to be used on LIs! */
.contact-info {
  padding-left: 0;
  list-style: none;
}
.contact-info .phone {
  padding-left: 12px;
  position: relative;
  list-style: none;
  display: block;
  margin: 0 0 10px;
}
.contact-info .phone:before {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f095";
  font-size: 14px;
  line-height: 1.428571429;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.contact-info .email {
  padding-left: 12px;
  position: relative;
  list-style: none;
  display: block;
  margin: 0 0 10px;
}
.contact-info .email:before {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0e0";
  font-size: 14px;
  line-height: 1.428571429;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.contact-info .fax {
  padding-left: 12px;
  position: relative;
  list-style: none;
  display: block;
  margin: 0 0 10px;
}
.contact-info .fax:before {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1ac";
  font-size: 14px;
  line-height: 1.428571429;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.contact-info .address {
  padding-left: 12px;
  position: relative;
  list-style: none;
  display: block;
  margin: 0 0 10px;
}
.contact-info .address:before {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f041";
  font-size: 14px;
  line-height: 1.428571429;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.contact-info .blank {
  padding-left: 12px;
  position: relative;
  list-style: none;
  display: block;
  margin: 0 0 10px;
}
.contact-info .blank:before {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  line-height: 1.428571429;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

/*#endregion */
/*#region Load Spinner. Apply to create a load spinner until page loaded */
.load-spinner {
  font-size: 36px;
  margin: 1em 0;
  text-align: center;
  width: 100%;
  opacity: 1 !important;
}

.hidden-until-load > * {
  opacity: 0;
}

/*#endregion */
/*#region material friendly shadows. 5 levels. Looks nice with 2px radius */
.shadow-z1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.shadow-z2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.shadow-z3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.shadow-z4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.shadow-z5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

/*#endregion */
/* Slider */
/* Slider */
.slick-loading .slick-list {
  /*background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;*/
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif;
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*Breadcrumbs*/
/*sizing*/
/*Color*/
/*Background*/
/*Misc*/
.breadcrumbs {
  background: #B4E9EC;
  padding: 10px 0;
}

.breadcrumb {
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  margin: 0;
  padding: 0;
  color: inherit;
  float: left;
  color: #003C7F;
  font-size: 14px;
  line-height: 16px;
}
.breadcrumb li:after {
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  float: left;
  padding: 8px 8px;
  content: "\f105";
  line-height: 16px;
}
.breadcrumb li:first-child:after {
  display: none;
}
.breadcrumb li a {
  text-decoration: none;
  color: #003C7F;
  margin: 0;
  padding: 8px 8px;
  display: inline-block;
  background: transparent;
}
.breadcrumb li a:hover {
  text-decoration: none;
  background: #B4E9EC;
  color: #003C7F;
}
.breadcrumb li a.bc-home:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  float: left;
  margin-right: 0.3em;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgb(119.085, 119.085, 119.085);
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: rgb(232.25, 232.25, 232.25);
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 719px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
/*Customised by MC */
@keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftSmall {
  -webkit-animation-name: fadeInLeftSmall;
  animation-name: fadeInLeftSmall;
}

@keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightSmall {
  -webkit-animation-name: fadeInRightSmall;
  animation-name: fadeInRightSmall;
}

@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}

@keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall;
}

/*End customised*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (max-width: 960px) {
  .animated {
    -moz-animation-name: none !important;
    -o-animation-name: none !important;
    -webkit-animation-name: none !important;
    animation-name: none !important;
  }
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*.wow {

    @media (min-width: $screen-md-min) {
        visibility: hidden;
    }
}*/
body {
  font-family: Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

@media (min-width: 720px) {
  .container {
    width: 688px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1248px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1600px;
  }
}

.main-content {
  padding-bottom: 50px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > [class^=col-], .no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.content-page {
  /*.site-header {
      @media (min-width: $screen-md-min) {
          background: #FFF;
          transition: ease-in all 1s;
          position: fixed;
          z-index: 20;
          width: 100%;
      }
  }*/
}
.content-page .site-header.scroll {
  background: #FFF;
  transition: ease-in all 1s;
}
@media (min-width: 992px) {
  .content-page .main-hero {
    padding-top: 105px;
  }
}
@media (min-width: 992px) {
  .content-page .main-hero {
    padding-top: 111px;
  }
}

.owl-carousel-CMS-settings .item > .rotator-item {
  display: block;
}
@media (min-width: 720px) {
  .owl-carousel-CMS-settings .item > .rotator-item {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .owl-carousel-CMS-settings .item > .rotator-item {
    height: 430px;
  }
}
@media (min-width: 1280px) {
  .owl-carousel-CMS-settings .item > .rotator-item {
    height: 430px;
  }
}

.search-pos {
  position: relative;
}
.search-pos:before, .search-pos:after {
  content: " ";
  display: table;
}
.search-pos:after {
  clear: both;
}

@media (min-width: 992px) {
  .sm-simple a span.sub-arrow {
    right: 7px;
  }
}
@media (min-width: 1280px) {
  .sm-simple a span.sub-arrow {
    right: 13px;
  }
}

.site-header {
  position: relative;
  z-index: 600;
  background: #003C7F;
  /*.con-extrawide {
      margin: 0px auto !important;

      @media (min-width: 1380px) {
          width: 1320px;
          padding: 0px;
      }

      @media (min-width: 1680px) {
          width: 1640px;
          padding: 0px;
      }
  }*/
}
@media (min-width: 992px) {
  .site-header {
    background: #003C7F url("/profiles/yilgarn/includes/images/b-header-line.png") repeat-x left top;
  }
}
.site-header .container {
  margin: 0px auto;
}
@media (max-width: 992px) {
  .site-header .container {
    padding-right: 0px;
  }
}
.site-header .header-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.site-header .header-wrap .header-logo {
  padding: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 91px;
  height: 82px;
}
@media (min-width: 720px) {
  .site-header .header-wrap .header-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .site-header .header-wrap .header-logo {
    height: 122px;
    width: 135px;
  }
}
.site-header .header-wrap .header-logo a {
  width: 91px;
  height: 82px;
}
@media (min-width: 720px) {
  .site-header .header-wrap .header-logo a {
    height: 122px;
    width: 135px;
  }
}
.site-header .header-wrap .header-logo img {
  width: 91px;
  height: 82px;
  margin: 0px;
}
@media (min-width: 720px) {
  .site-header .header-wrap .header-logo img {
    width: 135px;
    height: 122px;
  }
}
.site-header .nav-wrapper {
  flex-grow: 2;
}
@media (min-width: 720px) {
  .site-header .nav-wrapper {
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .site-header .nav-wrapper {
    padding-right: 8px;
  }
}
@media (min-width: 1280px) {
  .site-header .nav-wrapper {
    padding-right: 32px;
  }
}
.site-header .nav-wrapper .upper {
  display: none;
  position: relative;
  color: white;
  padding: 0px;
  font-family: Freestyle Script, "Freestyle Script", georgia, times, "times new roman", serif;
}
@media (min-width: 992px) {
  .site-header .nav-wrapper .upper {
    display: block;
    padding-right: 8px;
  }
}
@media (min-width: 1280px) {
  .site-header .nav-wrapper .upper {
    padding-right: px;
  }
}
.site-header .nav-wrapper .upper .container {
  margin: 0px auto;
}
.site-header .nav-wrapper .upper .upper-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  padding: 5px 0px;
}
@media (min-width: 720px) {
  .site-header .nav-wrapper .upper .upper-wrap {
    margin: 0px;
    padding: 10.5px 0px;
  }
}
.site-header .nav-wrapper .upper .upper-wrap .up-top {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 720px) {
  .site-header .nav-wrapper .upper .upper-wrap .up-top {
    justify-content: flex-end;
  }
}
.site-header .nav-wrapper .upper .upper-wrap .up-top .btn {
  border: none;
  color: #0054A6;
  padding: 0px 6px;
  font-size: 14px;
}
.site-header .nav-wrapper .upper .upper-wrap .up-top .btn:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.site-header .nav-wrapper .upper .upper-wrap .up-top .separator-big {
  display: none;
}
@media (min-width: 720px) {
  .site-header .nav-wrapper .upper .upper-wrap .up-top .separator-big {
    display: inline;
  }
}
.site-header .nav-wrapper .upper .upper-wrap .up-top .separator-mob {
  display: inline;
}
@media (min-width: 720px) {
  .site-header .nav-wrapper .upper .upper-wrap .up-top .separator-mob {
    display: none;
  }
}
.site-header .nav-wrapper .upper .upper-wrap .up-top .skip-content {
  display: none;
}
@media (min-width: 720px) {
  .site-header .nav-wrapper .upper .upper-wrap .up-top .skip-content {
    display: inline;
  }
}
.site-header .nav-wrapper .upper .upper-wrap .up-top .mobile-contact-text {
  display: inline;
  color: #0054A6;
}
.site-header .nav-wrapper .upper .upper-wrap .btn-skip-content {
  color: #fff;
  padding: 7px 18px 4px;
  margin-right: 18px;
  border-right: 1px solid #00538a;
}
.site-header .nav-wrapper .upper .upper-wrap .btn-skip-content:hover {
  text-decoration: none;
}
.site-header .nav-wrapper .upper .upper-wrap .wcag-wrap {
  position: relative;
  order: 1;
  margin-top: 2px;
}
.site-header .nav-wrapper .upper .upper-wrap .wcag-wrap .btn-access {
  border-radius: 20px;
  font-size: 14px;
  padding: 0px;
  line-height: 32px;
  border: 0px;
  color: #fff;
  background-color: #003C7F;
  display: flex;
}
@media (min-width: 720px) {
  .site-header .nav-wrapper .upper .upper-wrap .wcag-wrap .btn-access {
    display: inline;
  }
}
.site-header .nav-wrapper .upper .upper-wrap .wcag-wrap .btn-access:active {
  box-shadow: none;
}
.site-header .nav-wrapper .upper .upper-wrap .wcag-wrap .btn-access .spark-icon {
  display: inline;
  margin-right: 6px;
  font-size: 18px;
  margin-top: 6px;
}
@media (min-width: 720px) {
  .site-header .nav-wrapper .upper .upper-wrap .wcag-wrap .btn-access .spark-icon {
    display: none;
  }
}
.site-header .nav-wrapper .upper .upper-wrap .wcag-buttons {
  display: none;
  position: absolute;
  top: 34px;
  left: -76px;
  width: 250px;
  height: 170px;
  text-align: center;
  z-index: 250;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  line-height: 24px;
  background: #0054A6;
  border-radius: 8px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.26);
  transition: box-shadow ease-in-out 0.3s, background ease-in-out 0.3s, color ease-in-out 0.3s, border-color ease-in-out 0.3s;
  border: 0px solid #F9F9F9;
  color: #1F2122;
}
@media (min-width: 720px) {
  .site-header .nav-wrapper .upper .upper-wrap .wcag-buttons {
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    text-align: left;
    box-shadow: none;
    background: none;
    border-radius: 0px;
    border: 0px;
    height: auto;
    width: auto;
  }
}
.site-header .nav-wrapper .upper .upper-wrap .wcag-buttons h1 {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 50px;
  background-color: #0054A6;
  border-radius: 8px 8px 0px 0px;
}
@media (min-width: 720px) {
  .site-header .nav-wrapper .upper .upper-wrap .wcag-buttons h1 {
    display: none;
  }
}
.site-header .nav-wrapper .upper .upper-wrap .wcag-buttons .wcag-buttons-wrap {
  width: 100%;
  padding: 0px 0px 16px 0px;
  display: flex;
  justify-content: center;
}
@media (min-width: 720px) {
  .site-header .nav-wrapper .upper .upper-wrap .wcag-buttons .wcag-buttons-wrap {
    padding: 0px;
    width: auto;
    justify-content: flex-start;
  }
}
.site-header .nav-wrapper .upper .upper-wrap .wcag-buttons .wcag-buttons-wrap .wcag-buttons-size {
  width: 100px;
  margin-left: 8px;
  padding: 16px 0px;
  background-color: #003C7F;
  border-radius: 0px;
}
@media (min-width: 720px) {
  .site-header .nav-wrapper .upper .upper-wrap .wcag-buttons .wcag-buttons-wrap .wcag-buttons-size {
    padding: 0px;
    width: 60px;
    order: 2;
    margin-left: 0px;
    display: flex;
    flex-wrap: nowrap;
  }
}
.site-header .nav-wrapper .upper .upper-wrap .wcag-buttons .wcag-buttons-wrap .wcag-buttons-contrast {
  width: 100px;
  margin-left: 8px;
  padding: 0px 0px;
  background-color: #003C7F;
}
@media (min-width: 720px) {
  .site-header .nav-wrapper .upper .upper-wrap .wcag-buttons .wcag-buttons-wrap .wcag-buttons-contrast {
    padding: 0px;
    order: 1;
    width: auto;
    margin-left: 0px;
  }
}
.site-header .nav-wrapper .upper .upper-wrap .wcag-buttons .wcag-buttons-wrap .wcag-access-text {
  display: block;
  width: 100%;
  margin-top: 6px;
  font-size: 13px;
  text-align: center;
}
@media (min-width: 720px) {
  .site-header .nav-wrapper .upper .upper-wrap .wcag-buttons .wcag-buttons-wrap .wcag-access-text {
    display: none;
  }
}
.site-header .nav-wrapper .upper .upper-wrap .wcag-buttons .wcag-buttons-wrap button {
  width: calc(33.33% - 5px);
  font-size: 16px;
  padding: 4px 6px;
  border-radius: 30px;
  color: #fff;
  background-color: transparent;
}
@media (min-width: 720px) {
  .site-header .nav-wrapper .upper .upper-wrap .wcag-buttons .wcag-buttons-wrap button {
    width: 30px;
  }
}
.site-header .nav-wrapper .upper .upper-wrap .wcag-buttons .wcag-buttons-wrap button:hover {
  color: #003C7F;
  background-color: #B4E9EC;
}
.site-header .nav-wrapper .upper .upper-wrap .wcag-buttons .wcag-buttons-wrap .wcag-text-contrast {
  padding: 4px 0px 2px;
}
@media (min-width: 720px) {
  .site-header .nav-wrapper .upper .upper-wrap .wcag-buttons .wcag-buttons-wrap .wcag-text-contrast {
    margin-top: 0px;
    margin-right: 0px;
  }
}
.site-header .nav-wrapper .upper .upper-wrap .wcag-buttons .wcag-buttons-wrap .wcag-text-increase {
  font-size: 15px;
  padding: 4px 2px;
}
@media (min-width: 720px) {
  .site-header .nav-wrapper .upper .upper-wrap .wcag-buttons .wcag-buttons-wrap .wcag-text-increase {
    margin-top: 0px;
    margin-right: 0px;
  }
}
.site-header .nav-wrapper .upper .upper-wrap .wcag-buttons .wcag-buttons-wrap .wcag-text-decrease {
  font-size: 15px;
  padding: 4px 2px;
}
@media (min-width: 720px) {
  .site-header .nav-wrapper .upper .upper-wrap .wcag-buttons .wcag-buttons-wrap .wcag-text-decrease {
    margin-top: 0px;
    margin-right: 0px;
  }
}
.site-header .nav-wrapper .upper .upper-wrap .wcag {
  display: none;
  width: 100%;
  margin: 0px auto;
  position: relative;
  order: 4;
  padding: 8px 0;
  background: rgba(7, 27, 81, 0.05);
  text-align: center;
}
@media (min-width: 720px) {
  .site-header .nav-wrapper .upper .upper-wrap .wcag {
    display: flex;
    justify-content: flex-start;
    order: 2;
    margin: 0px;
    padding: 0px;
  }
}
@media (min-width: 992px) {
  .site-header .nav-wrapper .upper .upper-wrap .wcag {
    display: flex;
    justify-content: flex-start;
    order: 2;
    margin: 0px 0px 0px 16px;
    padding: 0px;
    width: auto;
  }
}
.site-header .nav-wrapper .upper .upper-wrap .wcag .wcag-text {
  color: #fff;
  line-height: 43px;
  font-size: 14px;
  margin-right: 15px;
}
.site-header .nav-wrapper .upper .btn-contact-phone, .site-header .nav-wrapper .upper .btn-contact-email {
  font-size: 14px;
  font-weight: 500;
  padding: 0px;
  color: #fff;
  padding-left: 18px;
  border-left: 1px solid #004788;
}
@media (min-width: 720px) {
  .site-header .nav-wrapper .upper .btn-contact-phone, .site-header .nav-wrapper .upper .btn-contact-email {
    display: inline;
    padding: 4px 12px;
  }
}
.site-header .nav-wrapper .upper .btn-contact-phone:hover, .site-header .nav-wrapper .upper .btn-contact-email:hover {
  color: #fff;
  text-decoration: none;
}
.site-header .nav-wrapper .upper .btn-contact-phone .contact-text, .site-header .nav-wrapper .upper .btn-contact-email .contact-text {
  display: none;
}
@media (min-width: 992px) {
  .site-header .nav-wrapper .upper .btn-contact-phone .contact-text, .site-header .nav-wrapper .upper .btn-contact-email .contact-text {
    display: inline;
  }
}
.site-header .nav-wrapper .upper .btn-contact-phone i, .site-header .nav-wrapper .upper .btn-contact-email i {
  color: #fff;
  padding: 6px 0px 0px 0px;
}
@media (min-width: 992px) {
  .site-header .nav-wrapper .upper .btn-contact-phone i, .site-header .nav-wrapper .upper .btn-contact-email i {
    padding: 6px 8px 0px 0px;
  }
}
.site-header .nav-wrapper .upper .btn-contact-email {
  order: 3;
  padding-right: 0px;
  padding-left: 18px;
  margin-left: 10px;
  border-left: 1px solid #00538a;
}
@media (min-width: 992px) {
  .site-header .nav-wrapper .upper .btn-contact-email {
    order: 3;
  }
}
.site-header .nav-wrapper .upper .btn-contact-phone {
  order: 5;
  padding-right: 0px;
  padding-left: 18px;
  margin-left: 18px;
  border-left: 1px solid #00538a;
}
@media (min-width: 992px) {
  .site-header .nav-wrapper .upper .btn-contact-phone {
    order: 4;
  }
}
.site-header .nav-wrapper .upper .separator, .site-header .nav-wrapper .upper .separator-mob {
  padding: 0px 6px;
  color: #e4e4e5;
}
.site-header .nav-wrapper .upper .separator {
  order: 2;
  margin-top: 8px;
}
@media (min-width: 720px) {
  .site-header .nav-wrapper .upper .separator {
    order: 3;
    margin-top: 5px;
  }
}
.site-header .nav-wrapper .upper .separator-mob {
  order: 4;
  margin-top: 8px;
}
@media (min-width: 720px) {
  .site-header .nav-wrapper .upper .separator-mob {
    display: none;
  }
}
@media (max-width: 719px) {
  .site-header .nav-wrapper .upper .buttons {
    order: 2;
  }
}
@media (min-width: 992px) {
  .site-header .nav-wrapper .upper .buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
}
.site-header .nav-wrapper .upper .buttons .btn {
  font-size: 15px;
  margin: 0 3.5px;
}
.site-header .nav-wrapper .upper .buttons .btn:first-of-type {
  margin-left: 0;
}
.site-header .nav-wrapper .upper .buttons .btn:last-of-type {
  margin-right: 0;
}
@media (min-width: 992px) {
  .site-header .nav-wrapper .upper .buttons .btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .site-header .nav-wrapper .upper .buttons .btn .text {
    display: none;
  }
}
.site-header .nav-wrapper .upper .buttons .btn i {
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .site-header .nav-wrapper .upper .buttons .btn i {
    margin-right: 0px;
  }
}
.site-header .nav-wrapper .upper .buttons .btn.hs-toggle {
  margin-left: 7px;
  margin-top: 20px;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  padding: 0;
  text-align: center;
  justify-content: center;
  color: #0054A6;
  border: 2px solid #0054A6;
}
.site-header .nav-wrapper .upper .buttons .btn.hs-toggle i {
  margin-right: 0;
}
.site-header .nav-wrapper .upper .buttons .btn.hs-toggle:hover {
  background-color: #0054A6;
  color: #fff;
}
@media (min-width: 992px) {
  .site-header .nav-wrapper .upper .buttons a.btn {
    border-radius: 20px;
  }
}
.site-header .nav-wrapper .lower {
  order: 2;
  flex-grow: 3;
  margin: 0px 0px 0px 0px;
  justify-content: space-between;
  width: 100%;
  background-color: #003C7F;
}
@media (min-width: 720px) {
  .site-header .nav-wrapper .lower {
    display: flex;
  }
}
.site-header .nav-wrapper .lower .lower-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
  align-items: center;
}
@media (min-width: 992px) {
  .site-header .nav-wrapper .lower .lower-wrap {
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-end;
  }
}
.site-header .nav-wrapper .lower .lower-wrap .nav-wrap {
  width: 100%;
  box-shadow: none;
}
@media (max-width: 992px) {
  .site-header .nav-wrapper .lower .lower-wrap .nav-wrap {
    position: absolute;
    top: 148px;
    left: 0px;
  }
}
@media (min-width: 992px) {
  .site-header .nav-wrapper .lower .lower-wrap .nav-wrap {
    order: 3;
    flex-grow: 4;
  }
}
@media (min-width: 720px) {
  .site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav {
    display: block;
    z-index: 200;
  }
}
.site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top {
  display: block;
  z-index: 50;
  border: 0px;
  margin-bottom: 0px;
  padding: 10px 0px;
  background-color: #fff;
  box-shadow: none;
}
@media (min-width: 992px) {
  .site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top {
    display: block !important;
  }
}
@media (min-width: 1280px) {
  .site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top {
    display: none;
  }
}
.site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top > li {
  border-top: 0px;
  /*&.menu-phone {
      a {
          background-color: #fff;
          border-bottom: 3px #fff solid;
          transition: all ease-in-out .3s;

          &:before {
              content: "\f095";
              font-family: $font-family-fontawesome;
              font-size: 16px;
              font-weight: 600;
              margin-right: 6px;
              line-height: 0;
              vertical-align: top;
              margin-top: 6px;
              display: inline-block;
              color: $brand-primary;
              transition: all ease-in-out .3s;

              @media (min-width: $screen-md) {
                  margin-top: 12px;
              }
          }

          &:hover, &.highlighted {
              background: $brand-primary;
              color: #fff;
              border-color: $brand-primary;
              transition: all ease-in-out .3s;

              &:before {
                  color: #fff;
                  transition: all ease-in-out .3s;
              }
          }
      }
  }*/
}
@media (min-width: 720px) {
  .site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top > li {
    border-left: none;
    float: none;
    display: block;
  }
}
.site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top > li > a {
  color: #003C7F;
  font-weight: 700;
  padding: 13px 0px;
  margin: 0px 10px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 720px) {
  .site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top > li > a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 720px) {
  .site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top > li > a {
    padding: 16px 10px;
    font-size: 15px;
  }
}
.site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top > li > a .fa-angle-down {
  display: none;
}
.site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top > li > a.has-submenu:after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  font-weight: 600;
  margin-left: 4px;
  line-height: 0;
  vertical-align: top;
  margin-top: 8px;
  display: inline-block;
  color: #003C7F;
}
.site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top > li > a:hover, .site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top > li > a.highlighted {
  background-color: #fff;
  color: #0054A6;
  transition: all ease-in-out 0.3s;
  text-decoration: none;
}
@media (min-width: 992px) {
  .site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top > li > a:hover, .site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top > li > a.highlighted {
    border-color: #0054A6;
  }
}
.site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top > li > a:hover.has-submenu:after, .site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top > li > a.highlighted.has-submenu:after {
  color: #7CD7DB;
}
.site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top > li > a .spark-icon {
  margin-right: 10px;
}
.site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top > li > ul {
  background-color: rgba(255, 255, 255, 0.05);
}
.site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top > li > ul > li > a {
  color: #406d9f;
  font-size: 15px;
}
@media (max-width: 992px) {
  .site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top > li > ul > li > a.has-submenu:after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    font-weight: 600;
    margin-left: 5px;
    line-height: 0;
    vertical-align: top;
    margin-top: 10px;
    display: inline-block;
    color: #0054A6;
  }
}
@media (min-width: 992px) {
  .site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top > li > ul > li > a {
    background-color: #0054A6;
  }
}
.site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top > li > ul > li > a:hover, .site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top > li > ul > li > a.highlighted {
  background-color: #fff;
  color: #003C7F;
  border-color: #fff;
  transition: all ease-in-out 0.3s;
  text-decoration: none;
}
.site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top > li > ul > li > a:hover.has-submenu:after, .site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top > li > ul > li > a.highlighted.has-submenu:after {
  color: #B4E9EC;
}
.site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top > li > ul > li > a > ul > li > a {
  color: #fff;
  font-size: 15px;
}
@media (min-width: 720px) {
  .site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top > li > ul > li > a > ul > li > a {
    background-color: #0054A6;
  }
}
.site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top > li > ul > li > a > ul > li > a:hover, .site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top > li > ul > li > a > ul > li > a.highlighted {
  background-color: #fff;
  color: #7CD7DB;
  transition: all ease-in-out 0.3s;
  text-decoration: none;
}
@media (min-width: 720px) {
  .site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top > li > ul > li > a > ul > li > a:hover, .site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top > li > ul > li > a > ul > li > a.highlighted {
    background-color: #0054A6;
  }
}
.site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top > li > ul > li > a > ul > li > a:hover.has-submenu:after, .site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top > li > ul > li > a > ul > li > a.highlighted.has-submenu:after {
  color: #B4E9EC;
}
.site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top ul a {
  color: #406d9f;
  background-color: #fff;
  border-bottom: 0px;
}
.site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top ul a:hover, .site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top ul a.highlighted {
  background-color: #fff;
  color: #003C7F;
  border-color: #fff;
  transition: all ease-in-out 0.3s;
  text-decoration: none;
}
.site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top ul a:hover.has-submenu:after, .site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top ul a.highlighted.has-submenu:after {
  color: #B4E9EC;
}
.site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top ul {
  border-bottom-color: #0054A6 !important;
  z-index: 100;
  margin-bottom: 0px;
}
.site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top :first-child a {
  border-bottom: 1px solid #eef2f7;
}
.site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top-m {
  display: none;
  border: none;
  margin: 0px;
  box-shadow: none;
  font-family: Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif;
  font-size: 18px;
  background-color: transparent;
  /*ul a {
      color: $brand-primary;
  }*/
}
@media (min-width: 992px) {
  .site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top-m {
    display: flex !important;
    justify-content: flex-end;
    position: static !important;
    gap: 0px;
  }
}
@media (min-width: 1280px) {
  .site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top-m {
    gap: 40px;
  }
}
.site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top-m ul {
  z-index: 250;
}
@media (min-width: 720px) {
  .site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top-m > li {
    border-left: none;
    float: none;
    display: inline-block;
    position: static !important;
  }
}
.site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top-m > li > a {
  color: #fff;
  font-weight: 700;
  padding: 20px;
  font-family: Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif;
  /*&:after {
      content: "\f107";
      font-family: $font-family-fontawesome;
      font-size: 16px;
      font-weight: 600;
      margin-left: 4px;
      line-height: 0;
      vertical-align: top;
      margin-top: 12px;
      display: inline-block;
      color: #fff;
      // transition: color ease-in-out .3s;
  }*/
}
@media (min-width: 720px) {
  .site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top-m > li > a {
    padding: 16px 10px;
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top-m > li > a {
    padding: 30px 16px;
    line-height: 22px;
    border-bottom: 6px #003C7F solid;
    text-align: center;
    position: relative;
  }
}
@media (min-width: 1280px) {
  .site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top-m > li > a {
    padding: 33px 11px;
    font-size: 18px;
    font-weight: 600;
    text-align: initial;
  }
}
.site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top-m > li > a .fa-angle-down {
  display: none;
}
.site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top-m > li > a:hover, .site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top-m > li > a.highlighted {
  color: #7CD7DB;
  border-color: #7CD7DB;
  transition: all ease-in-out 0.3s;
  text-decoration: none;
  background-color: #003C7F;
}
.site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top-m > li > a:hover:before, .site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top-m > li > a.highlighted:before {
  display: none;
}
.site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top-m > li > a .spark-icon {
  margin-right: 10px;
}
.site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top-m > li > a .fa-home {
  display: none;
}
.site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top-m > li.menu-contact a {
  display: none;
}
@media (min-width: 1600px) {
  .site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top-m > li.menu-contact a {
    display: inline-block;
    background-color: #0054A6;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 14px 24px;
    transition: all ease-in-out 0.3s;
    margin-top: 15px;
    margin-left: 14px;
  }
}
@media (min-width: 1680px) {
  .site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top-m > li.menu-contact a {
    margin-left: 34px;
  }
}
.site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top-m > li.menu-contact a:before {
  display: none;
}
.site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top-m > li.menu-contact a:after {
  display: none;
}
.site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top-m > li.menu-contact a:hover, .site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top-m > li.menu-contact a.highlighted {
  background: #fff;
  color: #0054A6;
  border-color: #0054A6;
  transition: all ease-in-out 0.3s;
}
.site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top-m > li.menu-contact a:hover:before, .site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top-m > li.menu-contact a.highlighted:before {
  color: #fff;
  transition: all ease-in-out 0.3s;
}
.site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top-m > li > ul {
  margin-left: 0 !important;
  margin-right: 0 !important;
  right: 0 !important;
  width: auto !important;
  max-width: none !important;
  border: none;
  box-shadow: none;
  top: 100% !important;
}
.site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top-m .mega-menu-outer-container .mega-menu-inner-container {
  max-width: 1360px;
}
.site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav #nav-top-m:after {
  display: none;
}
.site-header .nav-wrapper .lower .lower-wrap .nav-wrap nav .mobile-nav-wrap {
  display: none;
}
.site-header .nav-wrapper .lower .lower-wrap .buttons-wrap {
  display: none;
  order: 2;
  /*.weather-wrapper {
      width: 100%;
      max-width: 270px;
      display: none;

      @media (min-width: $screen-md) {
          display: inline;
          height: 76px;
          overflow: hidden;
      }

      span {
          width: 320px;
          margin-top: -24px;
          height: 158px;

          @media (min-width: $screen-md) {
              margin-left: -16px;
              margin-right: -16px;
          }
      }

      iframe {
          width: 320px;
      }
  }*/
}
@media (min-width: 720px) {
  .site-header .nav-wrapper .lower .lower-wrap .buttons-wrap {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
  }
}
.site-header .nav-wrapper .lower .lower-wrap .buttons-wrap .btn-contact {
  text-transform: uppercase;
  border: 2px solid #0054A6;
  border-radius: 50px;
  color: #0054A6;
  padding: 13.5px 20px;
  margin: 20px 10px 0px 20px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.site-header .nav-wrapper .lower .lower-wrap .buttons-wrap .btn-contact:hover {
  background-color: #0054A6;
  color: #fff;
}
.site-header .nav-wrapper .lower .lower-wrap #mobile-navbar {
  order: 3;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 94px;
  height: 108px;
  margin: 0px;
  padding: 0px;
  border-top: 0px;
}
@media (min-width: 992px) {
  .site-header .nav-wrapper .lower .lower-wrap #mobile-navbar {
    display: none;
  }
}
.site-header .nav-wrapper .lower .lower-wrap #mobile-navbar .btn {
  transition: all 0.3s ease-in-out;
  margin: 0px;
  width: 100%;
  background-color: #003C7F;
  color: #fff;
  padding: 0px 0px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.site-header .nav-wrapper .lower .lower-wrap #mobile-navbar .btn:first-of-type {
  margin-left: 0;
}
.site-header .nav-wrapper .lower .lower-wrap #mobile-navbar .btn:last-of-type {
  margin-right: 0;
}
@media (min-width: 992px) {
  .site-header .nav-wrapper .lower .lower-wrap #mobile-navbar .btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
}
.site-header .nav-wrapper .lower .lower-wrap #mobile-navbar .btn:hover {
  color: #fff;
  background-color: #0054A6;
}
@media (max-width: 991px) {
  .site-header .nav-wrapper .lower .lower-wrap #mobile-navbar .btn .text {
    display: none;
  }
}
.site-header .nav-wrapper .lower .lower-wrap #mobile-navbar .btn i {
  font-size: 24px;
  font-weight: 400;
  margin-left: 0px;
}
@media (max-width: 991px) {
  .site-header .nav-wrapper .lower .lower-wrap #mobile-navbar .btn i {
    margin-right: 0px;
  }
}
.site-header .nav-wrapper .lower .lower-wrap #mobile-navbar .btn.hs-toggle, .site-header .nav-wrapper .lower .lower-wrap #mobile-navbar .btn.hs-menu {
  margin-left: 7px;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  padding: 0;
  text-align: center;
  justify-content: center;
  background-color: transparent;
  color: #0054A6;
  border: 2px solid #0054A6;
}
.site-header .nav-wrapper .lower .lower-wrap #mobile-navbar .btn.hs-toggle i, .site-header .nav-wrapper .lower .lower-wrap #mobile-navbar .btn.hs-menu i {
  margin-right: 0;
  margin-top: 4px;
}
.site-header .nav-wrapper .lower .lower-wrap #mobile-navbar .btn.menu-shown i {
  margin-left: -3px;
}
.site-header .nav-wrapper .lower .lower-wrap #mobile-navbar a.btn {
  width: calc(50% - 2px);
  border-right: 2px solid #1F4677;
  border-left: 0px;
  text-align: left;
}
@media (min-width: 720px) {
  .site-header .nav-wrapper .lower .lower-wrap #mobile-navbar a.btn {
    display: none;
  }
}
.site-header .mobile-top-wrapper {
  background-color: transparent;
  padding: 4px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
}
@media (min-width: 992px) {
  .site-header .mobile-top-wrapper {
    display: none;
  }
}
.site-header .mobile-top-wrapper .btn-skip-content, .site-header .mobile-top-wrapper .btn-accessibility {
  font-size: 14px;
  font-weight: 500;
  padding: 0px 0px 0px 0px;
  color: #fff;
  border-left: 0px;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 720px) {
  .site-header .mobile-top-wrapper .btn-skip-content, .site-header .mobile-top-wrapper .btn-accessibility {
    display: inline;
    padding: 4px 12px;
  }
}
.site-header .mobile-top-wrapper .btn-skip-content:hover, .site-header .mobile-top-wrapper .btn-accessibility:hover {
  color: #fff;
  text-decoration: none;
}
.site-header .mobile-top-wrapper .btn-skip-content .contact-text, .site-header .mobile-top-wrapper .btn-accessibility .contact-text {
  display: inline;
}
.site-header .mobile-top-wrapper .btn-skip-content i, .site-header .mobile-top-wrapper .btn-accessibility i {
  color: #003C7F;
  padding: 6px 12px 0px 0px;
}
@media (min-width: 992px) {
  .site-header .mobile-top-wrapper .btn-skip-content i, .site-header .mobile-top-wrapper .btn-accessibility i {
    padding: 6px 8px 0px 0px;
  }
}
.site-header .mobile-top-wrapper .btn-skip-content {
  padding-right: 6px;
}
.site-header .mobile-top-wrapper .wcag-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  gap: 8px;
}
.site-header .mobile-top-wrapper .wcag-wrap .wcag-buttons-wrap {
  display: flex;
  justify-content: flex-start;
  gap: 6px;
  flex-direction: row;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  border-radius: 0px;
  margin-top: 0px;
  width: 100px;
}
.site-header .mobile-top-wrapper .wcag-wrap .wcag-buttons-wrap .btn {
  background-color: transparent;
  padding: 4px 4px 6px 4px;
  color: #fff;
}
.site-header .mobile-top-wrapper .wcag-wrap .wcag-buttons-wrap .wcag-access-text {
  font-weight: 500;
}
.site-header .big-search .btn-search-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #0054A6;
  padding: 20px 0px;
  color: #fff;
  height: 106px;
  width: 108px;
  gap: 8px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .site-header .big-search .btn-search-nav {
    height: 150px;
    width: 130px;
  }
}
@media (min-width: 992px) {
  .site-header .big-search .btn-search-nav {
    height: 150px;
    width: 160px;
  }
}
.site-header .big-search .btn-search-nav i {
  color: #fff;
  text-align: center;
  font-family: "Font Awesome 6 Pro";
  font-size: 24px;
  font-weight: 400;
}
.site-header .big-search .btn-search-nav .search-nav-text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 720px) {
  .site-header .big-search .btn-search-nav .search-nav-text {
    font-size: 18px;
    font-weight: 700;
  }
}
.site-header .big-search .btn-search-nav:hover {
  background-color: #032D5C;
  color: #fff;
  text-decoration: none;
}
.site-header .search-menu {
  background-color: #E7F2FC;
  display: none;
  position: absolute;
  z-index: 6;
  left: 0px;
  top: 146px;
  padding: 80px 0px 80px;
  width: 100%;
}
@media (min-width: 720px) {
  .site-header .search-menu {
    top: 148px;
    padding: 120px 0px 160px;
  }
}
@media (min-width: 992px) {
  .site-header .search-menu {
    top: 150px;
    padding: 160px 0px 220px;
  }
}
@media (min-width: 1280px) {
  .site-header .search-menu {
    padding: 200px 0px 300px;
  }
}
.site-header .search-menu .search-menu-text {
  margin: 0px auto 20px;
  text-align: center;
}
.site-header .search-menu .search-menu-text h1 {
  color: #003C7F;
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .site-header .search-menu .search-menu-text h1 {
    font-size: 43px;
  }
}
@media (min-width: 992px) {
  .site-header .search-menu .search-menu-text {
    margin-bottom: 35px;
  }
}
.site-header .search-menu .search-wrapper {
  margin: 4px auto 20px;
  width: calc(100% - 32px);
}
@media (min-width: 720px) {
  .site-header .search-menu .search-wrapper {
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  .site-header .search-menu .search-wrapper {
    max-width: 600px;
  }
}
@media (min-width: 1280px) {
  .site-header .search-menu .search-wrapper {
    max-width: 800px;
  }
}
.site-header .search-menu .search-box {
  position: relative;
}
.site-header .search-menu .search-input {
  height: 62px;
  border-radius: 45px;
  border: 1px solid #0054A6;
  padding: 0 100px 0 56px;
  font-size: 18px;
  width: 100%;
  font-size: 16px;
  /* Firefox 18- */
  /* Firefox 19+ */
  /* Firefox 18- */
  /* Firefox 19+ */
  background: #fff;
}
.site-header .search-menu .search-input input::-webkit-input-placeholder {
  color: #0054A6 !important;
}
.site-header .search-menu .search-input input:-moz-placeholder {
  color: #0054A6 !important;
}
.site-header .search-menu .search-input input::-moz-placeholder {
  color: #0054A6 !important;
}
.site-header .search-menu .search-input input:-ms-input-placeholder {
  color: #0054A6 !important;
}
.site-header .search-menu .search-input textarea::-webkit-input-placeholder {
  color: #0054A6 !important;
}
.site-header .search-menu .search-input textarea:-moz-placeholder {
  color: #0054A6 !important;
}
.site-header .search-menu .search-input textarea::-moz-placeholder {
  color: #0054A6 !important;
}
.site-header .search-menu .search-input textarea:-ms-input-placeholder {
  color: #0054A6 !important;
}
@media (min-width: 720px) {
  .site-header .search-menu .search-input {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .site-header .search-menu .search-input {
    height: 79px;
    font-size: 24px;
    padding: 0 150px 0 76px;
  }
}
@media (min-width: 1280px) {
  .site-header .search-menu .search-input {
    height: 79px;
    font-size: 24px;
  }
}
.site-header .search-menu .search-input:focus {
  background: white;
  border: 1px solid #0054A6;
}
.site-header .search-menu .search-btn {
  position: absolute;
  top: 7px;
  right: 7px;
  background: #003C7F;
  color: #fff;
  font-family: Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif;
  font-weight: 300;
  transition: background ease-in-out 0.3s;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  width: 101px;
  height: 48px;
  padding: 12px 0px;
  border-radius: 36px;
  border: 0px;
}
@media (min-width: 992px) {
  .site-header .search-menu .search-btn {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .site-header .search-menu .search-btn {
    top: 7px;
    right: 7px;
    width: 131px;
    height: 65px;
  }
}
.site-header .search-menu .search-btn:hover {
  background: #0054A6;
  color: #fff;
}
.site-header .search-menu .search-magnifying-glass {
  font-family: "Font Awesome 6 Pro";
  font-size: 22px;
  color: #0054A6;
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .site-header .search-menu .search-magnifying-glass {
    font-size: 26px;
    left: 26px;
  }
}

#alerts-feed .alertsfeed-outer {
  display: block;
  width: 100%;
}
#alerts-feed .alertsfeed-outer .container {
  padding: 0px 12px;
}
#alerts-feed .alertsfeed-outer .alertfeed-item {
  padding: 0px;
}
#alerts-feed .alertsfeed-outer .alertfeed-item.alerts-alert {
  background-color: #FCE38E;
  color: #333;
}
#alerts-feed .alertsfeed-outer .alertfeed-item.alerts-warning {
  background-color: #FFB1A9;
  color: #333;
}
#alerts-feed .alertsfeed-outer .alertfeed-item.alerts-notification {
  background-color: #96F3C6;
  color: #333;
}
#alerts-feed .alertsfeed-outer .alertfeed-item button {
  top: 30px;
  right: 10px;
  opacity: 1;
  font-size: 30px;
}
#alerts-feed .alertsfeed-outer .alertfeed-item .alert-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  padding: 20px 0px 14px;
}
#alerts-feed .alertsfeed-outer .alertfeed-item .alertitem-icon {
  font-size: 26px;
  margin-right: 0px;
}
#alerts-feed .alertsfeed-outer .alertfeed-item .alertitem-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
#alerts-feed .alertsfeed-outer .alertfeed-item .alertitem-content {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
@media (max-width: 480px) {
  #alerts-feed .alertsfeed-outer .alertfeed-item .alertitem-content {
    padding-right: 20px;
  }
}

#home-hero {
  padding: 0;
  position: relative;
}
@media (max-width: 719px) {
  #home-hero {
    margin: 0;
  }
}
#home-hero .hero-wrapper, #home-hero .rotator-item, #home-hero .shadow {
  display: block;
  height: 437px;
}
@media (min-width: 720px) {
  #home-hero .hero-wrapper, #home-hero .rotator-item, #home-hero .shadow {
    height: 520px;
  }
}
@media (min-width: 992px) {
  #home-hero .hero-wrapper, #home-hero .rotator-item, #home-hero .shadow {
    height: 600px;
  }
}
@media (min-width: 1280px) {
  #home-hero .hero-wrapper, #home-hero .rotator-item, #home-hero .shadow {
    height: 562px;
  }
}
#home-hero .hero-wrapper img, #home-hero .rotator-item img, #home-hero .shadow img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#home-hero .hero-wrapper {
  position: relative;
  background: #0054A6;
  color: white;
}
#home-hero .hero-wrapper .hero-rotator {
  margin-bottom: 0px;
}
#home-hero .hero-wrapper .hero-rotator .slick-list {
  line-height: 0px;
}
#home-hero .hero-wrapper .hero-rotator .slideshow-caption {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  z-index: 5;
}
@media (min-width: 720px) {
  #home-hero .hero-wrapper .hero-rotator .slideshow-caption {
    bottom: 225px;
  }
}
@media (min-width: 1280px) {
  #home-hero .hero-wrapper .hero-rotator .slideshow-caption {
    bottom: 117px;
  }
}
#home-hero .hero-wrapper .hero-rotator .slideshow-caption .inner {
  max-width: 690px;
}
#home-hero .hero-wrapper .hero-rotator .slideshow-caption .inner > * {
  top: 10px;
  position: relative;
  opacity: 0;
  transition: top ease-in-out 0.6s, opacity ease-in-out 0.6s;
}
@media (min-width: 1280px) {
  #home-hero .hero-wrapper .hero-rotator .slideshow-caption .inner .caption-title {
    text-transform: uppercase;
    font-size: 62px;
    font-weight: 600;
    line-height: 63px;
  }
}
#home-hero .hero-wrapper .hero-rotator .slideshow-caption .inner .caption-text {
  transition-delay: 0.4s;
}
@media (min-width: 1280px) {
  #home-hero .hero-wrapper .hero-rotator .slideshow-caption .inner .caption-text {
    font-size: 22px;
    font-weight: 300;
    line-height: 31px;
  }
}
#home-hero .hero-wrapper .hero-rotator .slideshow-caption .inner .caption-link {
  margin-top: 10px;
  transition-delay: 0.6s;
}
#home-hero .hero-wrapper .hero-rotator .slideshow-caption .inner .caption-link a {
  text-decoration: underline;
  color: white;
  font-weight: bold;
  transition: color ease-in-out 0.3s;
}
#home-hero .hero-wrapper .hero-rotator .slideshow-caption .inner .caption-link a:hover {
  color: #0054A6;
}
#home-hero .hero-wrapper .hero-rotator .shadow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  background: linear-gradient(180deg, rgba(0, 44, 93, 0.15) 36.65%, rgba(0, 56, 118, 0.77) 53.36%, #003C7F 67.29%);
}
@media (min-width: 992px) {
  #home-hero .hero-wrapper .hero-rotator .shadow {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 2.15%, rgba(0, 44, 93, 0.74) 46.2%, #003C7F 72.03%);
  }
}
#home-hero .hero-wrapper .hero-rotator button.slick-arrow {
  display: none !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  color: white;
  background: rgba(74, 74, 74, 0.52);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  font-size: 32px;
  font-weight: 300;
  padding: 0;
  text-shadow: none;
  font-family: "Font Awesome 6 Pro";
  border: none;
  box-shadow: none;
  line-height: 1em;
}
@media (min-width: 720px) {
  #home-hero .hero-wrapper .hero-rotator button.slick-arrow {
    top: auto;
    /*display: block !important;*/
    transform: none;
    bottom: 10px;
  }
}
@media (min-width: 1280px) {
  #home-hero .hero-wrapper .hero-rotator button.slick-arrow {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
#home-hero .hero-wrapper .hero-rotator button.slick-arrow:before {
  content: "";
}
#home-hero .hero-wrapper .hero-rotator button.slick-arrow.slick-prev {
  left: 40px;
}
#home-hero .hero-wrapper .hero-rotator button.slick-arrow.slick-next {
  right: 40px;
}
#home-hero .hero-wrapper .hero-rotator button.slick-arrow:hover {
  background: #003C7F;
}
#home-hero .hero-wrapper .hero-rotator .slick-slide {
  opacity: 0;
  transition: opacity ease-in-out 1s;
}
#home-hero .hero-wrapper .hero-rotator .slick-slide.slick-active {
  opacity: 1;
}
#home-hero .hero-wrapper .hero-rotator .slick-slide.slick-active .slideshow-caption .caption-title, #home-hero .hero-wrapper .hero-rotator .slick-slide.slick-active .slideshow-caption .caption-text, #home-hero .hero-wrapper .hero-rotator .slick-slide.slick-active .slideshow-caption .caption-link {
  opacity: 1;
  top: 0;
}
#home-hero .hero-wrapper .hero-rotator .rotator-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#home-hero .hero-dots {
  width: 100%;
  text-align: center;
  bottom: 110px;
  position: absolute;
  z-index: 9999;
  display: none;
}
#home-hero .hero-dots .hero-con {
  margin: 0px auto;
}
@media (max-width: 719px) {
  #home-hero .hero-dots .hero-con .hero-controls {
    position: absolute;
    bottom: 90px;
    z-index: 4;
    left: 16px;
  }
}
@media (min-width: 720px) {
  #home-hero .hero-dots .hero-con .hero-controls {
    float: right;
    margin-top: 26px;
  }
}
#home-hero .hero-dots .hero-con .hero-controls > div {
  display: inline-block;
  vertical-align: middle;
}
#home-hero .hero-dots .hero-con .hero-controls .slick-dots {
  position: static;
}
#home-hero .hero-dots .hero-con .hero-controls .slick-dots li {
  margin: 0;
  height: auto;
  width: auto;
}
#home-hero .hero-dots .hero-con .hero-controls .slick-dots li button {
  background: transparent;
  border: 1px solid #B2C1D1;
  padding: 0;
  margin-left: 10px;
  height: 12px;
  width: 12px;
  border-radius: 100%;
}
#home-hero .hero-dots .hero-con .hero-controls .slick-dots li.slick-active button {
  background: white;
  border-color: white;
}
#home-hero .hero-text .decal-southern-cross {
  position: absolute;
  bottom: 126px;
  right: 76px;
  z-index: 9;
  text-align: center;
  width: 77px;
  height: 94px;
}
@media (min-width: 720px) {
  #home-hero .hero-text .decal-southern-cross {
    bottom: 227px;
    left: 0px;
  }
}
@media (min-width: 1600px) {
  #home-hero .hero-text .decal-southern-cross {
    bottom: 318px;
    left: -94px;
    width: 137px;
    height: 167px;
  }
}
#home-hero .hero-text .decal-southern-cross img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#home-hero .hero-text h1 {
  position: absolute;
  bottom: 70px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 10;
  text-align: left;
  width: 300px;
}
@media (min-width: 720px) {
  #home-hero .hero-text h1 {
    bottom: 127px;
    left: 16px;
    right: auto;
  }
}
@media (min-width: 992px) {
  #home-hero .hero-text h1 {
    bottom: 146px;
    width: auto;
  }
}
@media (min-width: 1280px) {
  #home-hero .hero-text h1 {
    position: absolute;
    bottom: 226px;
    z-index: 10;
    margin-bottom: 0;
    width: auto;
  }
}
@media (min-width: 1600px) {
  #home-hero .hero-text h1 {
    bottom: 226px;
  }
}
#home-hero .hero-text h1 .hero-title {
  font-family: Freestyle Script, "Freestyle Script", georgia, times, "times new roman", serif;
  color: #7CD7DB;
  font-size: 42px;
  font-weight: 400;
  line-height: 40px;
  display: block;
  margin-bottom: 0px;
  z-index: 10;
  padding: 0px;
}
@media (min-width: 720px) {
  #home-hero .hero-text h1 .hero-title {
    font-size: 78px;
    line-height: 60px;
    width: 500px;
  }
}
@media (min-width: 992px) {
  #home-hero .hero-text h1 .hero-title {
    position: absolute;
    bottom: 69px;
    left: 0px;
    font-size: 78px;
    width: 600px;
    line-height: 46px;
  }
}
@media (min-width: 1280px) {
  #home-hero .hero-text h1 .hero-title {
    position: absolute;
    bottom: 75px;
    left: 0px;
    margin-bottom: 0;
    width: 700px;
    font-size: 78px;
    line-height: 52.5px; /* 67.308% */
  }
}
#home-hero .hero-text h1 .hero-subtitle {
  font-family: Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 112%;
  width: 100%;
  display: block;
  margin-top: -6px;
  padding: 0px;
}
@media (min-width: 720px) {
  #home-hero .hero-text h1 .hero-subtitle {
    font-size: 60px;
    line-height: 112%;
    width: 618px;
  }
}
@media (min-width: 992px) {
  #home-hero .hero-text h1 .hero-subtitle {
    font-size: 60px;
    line-height: 112%; /* 74.4px */
    width: 618px;
  }
}
@media (min-width: 1280px) {
  #home-hero .hero-text h1 .hero-subtitle {
    line-height: 112%; /* 74.4px */
    width: 628px;
  }
}
@media (min-width: 1600px) {
  #home-hero .hero-text h1 .hero-subtitle {
    font-size: 78px;
    line-height: 75px; /* 104.167% */
    width: 628px;
  }
}
#home-hero .decal-rotator-shapes {
  background: url(/profiles/yilgarn/includes/images/decal-rotator-circles.svg) bottom left no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  width: 276px;
  height: 188px;
}
@media (min-width: 1600px) {
  #home-hero .decal-rotator-shapes {
    width: 663px;
    height: 451px;
  }
}
#home-hero .container {
  position: relative;
  z-index: 501;
}

#home-quicklinks {
  background: transparent;
}
@media (min-width: 1280px) {
  #home-quicklinks {
    width: 100%;
    margin: 0px;
    position: relative;
    z-index: 500;
  }
}
#home-quicklinks .quicklinks-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 200;
  background-color: transparent;
  margin: -38px auto 0px;
}
@media (min-width: 992px) {
  #home-quicklinks .quicklinks-wrapper {
    border-radius: 80px 80px 0px 0px;
    margin: -41px auto 0px;
  }
}
@media (min-width: 1280px) {
  #home-quicklinks .quicklinks-wrapper {
    border-radius: 80px 80px 0px 0px;
    max-width: 1626px;
    margin: -41px auto 0px;
  }
}
#home-quicklinks .quicklinks {
  padding: 0px;
  width: 100%;
}
@media (min-width: 720px) {
  #home-quicklinks .quicklinks {
    padding: 60px 0px 0px;
  }
}
@media (min-width: 1600px) {
  #home-quicklinks .quicklinks {
    padding: 0px 0px 0px;
    margin: 0px auto 0px;
  }
}
#home-quicklinks .quicklinks .quicklink-nav {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}
#home-quicklinks .quicklinks .quicklink-nav li {
  list-style-type: none;
}
@media (min-width: 720px) {
  #home-quicklinks .quicklinks .quicklink-nav {
    align-items: stretch;
    justify-content: center;
    gap: 12px;
  }
}
@media (min-width: 992px) {
  #home-quicklinks .quicklinks .quicklink-nav {
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  #home-quicklinks .quicklinks .quicklink-nav {
    justify-content: center;
    gap: 12px;
  }
}
#home-quicklinks .quicklinks .quicklink-nav li {
  margin: 0;
  width: calc(50% - 6px);
  position: relative;
}
@media (max-width: 719px) {
  #home-quicklinks .quicklinks .quicklink-nav li:first-of-type {
    margin-top: 0;
  }
  #home-quicklinks .quicklinks .quicklink-nav li:last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 720px) {
  #home-quicklinks .quicklinks .quicklink-nav li {
    width: calc(30.3333% - 6px);
  }
}
@media (min-width: 992px) {
  #home-quicklinks .quicklinks .quicklink-nav li {
    margin: 0 0;
    width: calc(25% - 10px);
  }
}
@media (min-width: 1280px) {
  #home-quicklinks .quicklinks .quicklink-nav li {
    width: calc(25% - 10px);
    margin-bottom: 6px;
  }
}
#home-quicklinks .quicklinks .quicklink-nav li:before {
  color: #0054A6;
}
#home-quicklinks .quicklinks .quicklink-nav li a {
  color: #032D5C;
  background: #fff;
  padding: 15px 19px;
  min-height: 95px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  transition: background ease-in-out 0.3s, color ease-in-out 0.3s;
  gap: 11px;
  position: relative;
  z-index: 1;
  border-radius: 21px;
  border: 2px solid #D1E9FF;
  text-decoration: none;
  /*@media (max-width: $screen-sm) {                        
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      gap: 12px;
      align-items: flex-start;
  }*/
  /*&:after {
      display: none;

      @media (min-width: $screen-sm) {
          content: "";
          font-family: "Font Awesome 5 Pro";
          font-size: 16px;
          font-weight: 600;
          margin-left: 4px;
          line-height: 0;
          vertical-align: top;
          margin-top: 0px;
          position: absolute;
          top: 50%;
          right: 24px;
          display: inline-block;
          color: $yilgarn-dark-blue;
      }

      @media (min-width: $screen-md) {
          display: none;
      }

      @media (min-width: $screen-lg) {
          display: inline-block;
      }
  }*/
}
@media (min-width: 720px) {
  #home-quicklinks .quicklinks .quicklink-nav li a {
    gap: 6px;
    min-height: 65px;
    padding: 10px 14px;
  }
}
@media (min-width: 992px) {
  #home-quicklinks .quicklinks .quicklink-nav li a {
    align-items: center;
    border-radius: 100px;
    gap: 12px;
    padding: 10px;
    min-height: 78px;
  }
}
@media (min-width: 1280px) {
  #home-quicklinks .quicklinks .quicklink-nav li a {
    gap: 6px;
    padding: 4px;
  }
}
#home-quicklinks .quicklinks .quicklink-nav li a .spark-icon {
  font-weight: 300;
  margin-right: 0px;
  min-width: 32px;
  font-size: 32px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  color: #0054A6;
}
@media (min-width: 720px) {
  #home-quicklinks .quicklinks .quicklink-nav li a .spark-icon {
    padding: 12px;
    font-size: 28px;
    font-weight: 300;
  }
}
@media (min-width: 992px) {
  #home-quicklinks .quicklinks .quicklink-nav li a .spark-icon {
    padding: 24px;
    font-size: 32px;
    font-weight: 300;
  }
}
#home-quicklinks .quicklinks .quicklink-nav li a .title {
  color: #032D5C;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%;
  padding: 0px 16px 0px 0px;
}
@media (min-width: 720px) {
  #home-quicklinks .quicklinks .quicklink-nav li a .title {
    display: block;
  }
}
@media (min-width: 992px) {
  #home-quicklinks .quicklinks .quicklink-nav li a .title {
    font-size: 20px;
    text-align: center;
  }
}
@media (min-width: 1280px) {
  #home-quicklinks .quicklinks .quicklink-nav li a .title {
    text-align: left;
  }
}
#home-quicklinks .quicklinks .quicklink-nav li a:hover {
  border: 2px solid #0054A6;
  background-color: #B4E9EC;
  text-decoration: none;
}

.home-middle-wrapper {
  /*background: linear-gradient(180deg, #ECF5FF 0%, #FFF 100%) url(/images/b-home-middle-wrapper.svg) bottom left no-repeat;*/
  background: url("/profiles/yilgarn/includes/images/b-home-middle-wrapper.svg") bottom left no-repeat, linear-gradient(180deg, #ECF5FF 0%, #FFF 100%);
  background-size: auto;
  background-color: #ECF5FF;
}

#home-content-areas {
  padding: 60px 0px;
}
@media (min-width: 992px) {
  #home-content-areas {
    padding: 100px 0px;
  }
}
#home-content-areas .home-content-areas-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: space-between;
}
@media (min-width: 720px) {
  #home-content-areas .home-content-areas-wrapper {
    flex-direction: row;
  }
}
#home-content-areas .home-content-areas-wrapper .content-area {
  width: 100%;
}
@media (min-width: 720px) {
  #home-content-areas .home-content-areas-wrapper .content-area {
    width: calc(50% - 16px);
  }
}
#home-content-areas .home-content-areas-wrapper .content-area .ca-home-wrap a {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  gap: 0px;
  flex-shrink: 0;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
}
@media (min-width: 992px) {
  #home-content-areas .home-content-areas-wrapper .content-area .ca-home-wrap a {
    flex-direction: row;
  }
}
#home-content-areas .home-content-areas-wrapper .content-area .ca-home-wrap a .image-wrap {
  width: 100%;
  min-height: 205px;
  order: 1;
  overflow: hidden;
}
@media (min-width: 992px) {
  #home-content-areas .home-content-areas-wrapper .content-area .ca-home-wrap a .image-wrap {
    width: 50%;
    min-height: auto;
    order: 2;
  }
}
#home-content-areas .home-content-areas-wrapper .content-area .ca-home-wrap a .image-wrap .ca-home-img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: transform ease-in-out 0.3s;
}
#home-content-areas .home-content-areas-wrapper .content-area .ca-home-wrap a .caption-wrap {
  background-color: #B4E9EC;
  width: 100%;
  order: 2;
  padding: 25px 42px;
}
@media (min-width: 992px) {
  #home-content-areas .home-content-areas-wrapper .content-area .ca-home-wrap a .caption-wrap {
    width: 50%;
    order: 1;
    padding: 42px;
  }
}
@media (min-width: 1280px) {
  #home-content-areas .home-content-areas-wrapper .content-area .ca-home-wrap a .caption-wrap {
    min-height: 325px;
  }
}
#home-content-areas .home-content-areas-wrapper .content-area .ca-home-wrap a .caption-wrap .title {
  color: #032D5C;
  font-family: Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-top: 0px;
}
#home-content-areas .home-content-areas-wrapper .content-area .ca-home-wrap a .caption-wrap .title .line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#home-content-areas .home-content-areas-wrapper .content-area .ca-home-wrap a .caption-wrap .summary {
  color: #032D5C;
  font-family: Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
#home-content-areas .home-content-areas-wrapper .content-area .ca-home-wrap a .caption-wrap .summary .line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
#home-content-areas .home-content-areas-wrapper .content-area .ca-home-wrap a .caption-wrap .readmore-outer {
  width: 100%;
}
#home-content-areas .home-content-areas-wrapper .content-area .ca-home-wrap a .caption-wrap .readmore-outer .readmore {
  font-family: Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #032D5C;
}
#home-content-areas .home-content-areas-wrapper .content-area .ca-home-wrap a .caption-wrap .readmore-outer .readmore span {
  margin-left: 4px;
  background-color: #032D5C;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  border-radius: 32px;
}
#home-content-areas .home-content-areas-wrapper .content-area .ca-home-wrap a:hover .ca-home-img {
  transform: scale(1.1);
  transition: all ease-in-out 0.3s;
}
#home-content-areas .home-content-areas-wrapper .content-area .ca-home-wrap a:hover .caption-wrap .title {
  text-decoration-line: underline;
}
#home-content-areas .home-content-areas-wrapper .home-content-area {
  display: flex;
  width: 660px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  flex-shrink: 0;
  display: flex;
  padding: 42px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  align-self: stretch;
}
#home-content-areas .content-areas {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 992px) {
  #home-content-areas .content-areas {
    flex-direction: row;
    gap: 32px;
  }
}
#home-content-areas .content-areas .content-area {
  border-radius: 18px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  box-shadow: 0 3px 22px rgb(217, 232, 244);
}
#home-content-areas .content-areas .content-area .img-wrapper {
  border-radius: 18px 18px 0 0;
  overflow: hidden;
  position: relative;
  height: 246px;
  margin: 0;
}
@media (min-width: 992px) {
  #home-content-areas .content-areas .content-area .img-wrapper {
    height: 301px;
  }
}
#home-content-areas .content-areas .content-area .img-wrapper .content-img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
#home-content-areas .content-areas .content-area .details {
  padding: 16px 16px 50px;
  position: relative;
  color: #0054A6;
}
@media (min-width: 992px) {
  #home-content-areas .content-areas .content-area .details {
    padding: 34px 32px 28px;
  }
}
#home-content-areas .content-areas .content-area .details .title {
  font-size: 24px;
  font-weight: 700;
  margin: 16px 0 16px;
  line-height: normal;
}
#home-content-areas .content-areas .content-area .details .title .line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#home-content-areas .content-areas .content-area .details .summary {
  color: #003C7F;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 40px;
}
#home-content-areas .content-areas .content-area .details .summary .line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#home-content-areas .content-areas .content-area .details .readmore-outer {
  width: 100%;
}
#home-content-areas .content-areas .content-area .details .readmore-outer .readmore {
  font-size: 16px;
  font-weight: 700;
  color: #003C7F;
}
#home-content-areas .content-areas .content-area .details .readmore-outer .readmore span {
  margin-left: 4px;
  background-color: #ff33ff;
}

#home-news {
  padding: 0px;
}
#home-news .news-btn {
  border-radius: 40px;
  background-color: #0054A6;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 18px 26px;
  text-decoration: none;
}
@media (min-width: 720px) and (max-width: 1280px) {
  #home-news .news-btn {
    margin-bottom: 0;
    font-size: 14px;
    padding: 18px 26px;
  }
}
#home-news .news-btn:hover {
  background-color: #003C7F;
}
#home-news .news-btn span {
  margin-left: 8px;
}
#home-news .feed-header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  position: relative;
  z-index: 4;
}
@media (min-width: 720px) {
  #home-news .feed-header {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  #home-news .feed-header {
    margin-bottom: 37px;
  }
}
#home-news .feed-header .header-news-left {
  width: 100%;
  text-align: center;
}
@media (min-width: 720px) {
  #home-news .feed-header .header-news-left {
    width: 50%;
    text-align: left;
  }
}
#home-news .feed-header .header-news-left h1 {
  color: #032D5C;
  font-family: Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  #home-news .feed-header .header-news-left h1 {
    font-size: 40px;
  }
}
@media (min-width: 1280px) {
  #home-news .feed-header .header-news-left h1 {
    font-size: 48px;
    line-height: 52.5px; /* 109.375% */
  }
}
#home-news .feed-header .header-news-right {
  display: none;
}
@media (min-width: 992px) {
  #home-news .feed-header .header-news-right {
    display: inline-block;
    width: 50%;
    text-align: right;
  }
}
#home-news .newsfeed {
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  #home-news .newsfeed {
    margin-bottom: 0px;
    overflow: visible;
  }
}
#home-news .newsfeed .feed-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #home-news .newsfeed .feed-wrapper {
    flex-direction: row;
    gap: 32px;
    margin-bottom: 0px;
  }
}
#home-news .newsfeed .feed-wrapper a {
  color: #0C598B;
  text-decoration: none;
  width: 100%;
}
@media (min-width: 720px) {
  #home-news .newsfeed .feed-wrapper a {
    width: 50%;
  }
}
@media (min-width: 992px) {
  #home-news .newsfeed .feed-wrapper a {
    width: 33.33333%;
  }
}
#home-news .newsfeed .feed-wrapper a:nth-child(1) .news-item .details {
  border-top: 6px solid #0072E2;
}
#home-news .newsfeed .feed-wrapper a:nth-child(2) .news-item .details {
  border-top: 6px solid #F68B33;
}
#home-news .newsfeed .feed-wrapper a:nth-child(3) .news-item .details {
  border-top: 6px solid #03A45A;
}
#home-news .newsfeed .feed-wrapper a:hover .news-item {
  background-color: #ECF5FE;
}
#home-news .newsfeed .feed-wrapper a:hover .details {
  background-color: #ECF5FE;
}
#home-news .newsfeed .news-item {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #D1E9FF;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
  /*box-shadow: 0 3px 22px rgba(217,232,244,1.0);*/
}
#home-news .newsfeed .news-item .img-wrapper {
  border-radius: 18px 18px 0 0;
  overflow: hidden;
  position: relative;
  height: 246px;
  margin: 0;
}
@media (min-width: 992px) {
  #home-news .newsfeed .news-item .img-wrapper {
    height: 301px;
  }
}
#home-news .newsfeed .news-item .img-wrapper .feed-img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: transform ease-in-out 0.3s;
}
#home-news .newsfeed .news-item .img-wrapper .feed-label {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.96);
  color: #0054A6;
  border-radius: 35px;
  padding: 6px 15px;
  font-size: 15px;
  font-weight: 500;
}
#home-news .newsfeed .news-item .img-wrapper .feed-label i {
  font-weight: 300;
  font-size: 16px;
  margin-right: 8px;
}
#home-news .newsfeed .news-item .details {
  background: #fff;
  padding: 16px 16px 50px;
  position: relative;
  color: #032D5C;
  font-family: Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif;
}
@media (min-width: 992px) {
  #home-news .newsfeed .news-item .details {
    padding: 34px 32px 28px;
  }
}
#home-news .newsfeed .news-item .details .date {
  color: #032D5C;
  font-family: Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
}
#home-news .newsfeed .news-item .details .title {
  font-size: 24px;
  font-weight: 700;
  margin: 16px 0 16px;
  line-height: normal;
  color: #032D5C;
  font-family: Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif;
}
#home-news .newsfeed .news-item .details .title .line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#home-news .newsfeed .news-item .details .summary {
  color: #032D5C;
  font-family: Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 40px;
}
#home-news .newsfeed .news-item .details .summary .line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#home-news .newsfeed .news-item .readmore-outer {
  width: 100%;
}
#home-news .newsfeed .news-item .readmore-outer .readmore {
  font-size: 16px;
  font-weight: 700;
  color: #032D5C;
  font-family: Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif;
}
#home-news .newsfeed .news-item .readmore-outer .readmore span {
  margin-left: 4px;
  background-color: #032D5C;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  border-radius: 32px;
}
#home-news .newsfeed .news-item:hover .feed-img {
  transform: scale(1.1);
}
#home-news .newsfeed .news-item:hover .details .title {
  text-decoration-line: underline;
}
#home-news .newsfeed .news-item:hover .readmore-outer .readmore span {
  color: #B9DAF9;
}
#home-news .feed-controls {
  display: block;
}
#home-news .feed-controls .heroDotsFeed {
  line-height: 0;
  margin-top: 0;
  display: block;
  padding: 12px 6px;
  margin: 0px auto 16px;
  border-radius: 32px;
  max-width: 200px;
  text-align: center;
}
@media (min-width: 992px) {
  #home-news .feed-controls .heroDotsFeed {
    display: none;
  }
}
#home-news .feed-controls .heroDotsFeed button {
  background: #B9DAF9;
  border: 1px solid #B9DAF9;
  padding: 0;
  margin: 0 6.5px;
  height: 14px;
  width: 14px;
  border-radius: 100%;
}
#home-news .feed-controls .heroDotsFeed button.active {
  background: #0054A6;
  border-color: #0054A6;
}
#home-news .mobile-news-button {
  display: block;
  text-align: center;
}
@media (min-width: 992px) {
  #home-news .mobile-news-button {
    display: none;
  }
}
#home-news .mobile-news-button .news-btn {
  display: inline-block;
  text-decoration: none;
}

#home-road {
  width: 100%;
  padding: 60px 0px;
}
@media (min-width: 992px) {
  #home-road {
    padding: 100px 0px;
  }
}
#home-road .road-report-wrapper .road-report {
  position: relative;
  border-radius: 14px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#home-road .road-report-wrapper .road-report .road-report-overlay {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.35) 11.67%, rgba(0, 0, 0, 0.39) 91.86%);
  width: 100%;
  height: 100%;
  border-radius: 14px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#home-road .road-report-wrapper .road-report .details {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  #home-road .road-report-wrapper .road-report .details {
    padding: 39px 30px;
  }
}
#home-road .road-report-wrapper .road-report .details .details-text {
  padding: 50px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  font-family: Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif;
  color: #fff;
}
@media (min-width: 720px) {
  #home-road .road-report-wrapper .road-report .details .details-text {
    max-width: 420px;
  }
}
@media (min-width: 992px) {
  #home-road .road-report-wrapper .road-report .details .details-text {
    padding: 62px;
    max-width: 546px;
  }
}
#home-road .road-report-wrapper .road-report .details .details-text .title {
  font-size: 34px;
  font-weight: 700;
  line-height: normal; /* 109.375% */
}
@media (min-width: 992px) {
  #home-road .road-report-wrapper .road-report .details .details-text .title {
    font-size: 48px;
    line-height: 52.5px; /* 109.375% */
  }
}
#home-road .road-report-wrapper .road-report .details .details-text .summary {
  font-size: 18px;
  font-weight: 700;
}
#home-road .road-report-wrapper .road-report .details .details-text .view-report {
  min-height: 54px;
  margin-top: 12px;
}
#home-road .road-report-wrapper .road-report .details .details-text .view-report .ca-btn {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  background-color: #b4e9ec;
  color: #032D5C;
  padding: 18px 26px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
#home-road .road-report-wrapper .road-report .details .details-text .view-report .ca-btn span {
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  color: #003C7F;
  border-radius: 32px;
}
#home-road .road-report-wrapper .road-report .details .details-text .view-report .ca-btn:hover {
  text-decoration: none;
  background-color: #fff;
}

#home-events {
  padding: 60px 0px;
  overflow: hidden;
  position: relative;
  background-color: #003C7F;
  background-image: url("../images/bg-events-feed.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 544px;
}
@media (min-width: 992px) {
  #home-events {
    padding: 120px 0px 120px;
  }
}
#home-events .feed-header {
  display: block;
  margin-bottom: 0px auto 40px;
  text-align: center;
}
@media (min-width: 992px) {
  #home-events .feed-header {
    margin-bottom: 0px auto 40px;
  }
}
#home-events .feed-header h1 {
  font-family: Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 52.5px;
  color: #fff;
}
#home-events .feed-header h1 .text-events-free {
  font-family: Freestyle Script, "Freestyle Script", georgia, times, "times new roman", serif;
  font-size: 78px;
  font-weight: 400;
  line-height: 52.5px;
  color: #7CD7DB;
  display: block;
}
@media (min-width: 720px) {
  #home-events .feed-header h1 .text-events-free {
    display: inline-block;
  }
}
#home-events .eventsfeed {
  position: relative;
  padding-bottom: 24px;
}
#home-events .eventsfeed a {
  color: inherit;
  text-decoration: none;
  display: block;
}
#home-events .eventsfeed a:hover {
  color: #0054A6;
}
#home-events .eventsfeed a:hover .event-img {
  transform: scale(1.1);
}
#home-events .eventsfeed a:hover .details .content .readmore {
  color: white;
}
#home-events .eventsfeed a:hover .readmore-outer .readmore span {
  color: #B9DAF9;
}
#home-events .eventsfeed a:hover .click-arrow {
  background: #7CD7DB;
}
#home-events .eventsfeed a .event-item {
  border-radius: 16px;
  overflow: hidden;
  /*box-shadow: 0 3px 18px rgba(#D2DBEF,0.78);*/
  color: #0054A6;
  transition: color ease-in-out 0.3s;
}
#home-events .eventsfeed a .event-item .img-wrapper {
  margin: 0;
  overflow: hidden;
}
#home-events .eventsfeed a .event-item .img-wrapper .event-img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: transform ease-in-out 0.3s;
}
#home-events .eventsfeed a .event-item .details {
  padding: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
}
@media (min-width: 992px) {
  #home-events .eventsfeed a .event-item .details {
    padding: 20px;
  }
}
@media (min-width: 1280px) {
  #home-events .eventsfeed a .event-item .details {
    padding: 40px 45px;
    min-height: 320px;
  }
}
#home-events .eventsfeed a .event-item .details .date-wrapper {
  width: 100%;
  display: block;
}
#home-events .eventsfeed a .event-item .details .date-wrapper .date {
  background-color: #B9DAF9;
  padding: 8px 12px;
  border-radius: 8px;
  text-align: left;
  color: #032D5C;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  /*.day-of-week, .day, .month {
      font-weight: 500;
      line-height: 16px;
  }

  .month {
      margin-top: 15px;
  }*/
}
@media (min-width: 720px) {
  #home-events .eventsfeed a .event-item .details .date-wrapper .date {
    font-size: 16px;
  }
}
#home-events .eventsfeed a .event-item .details .content {
  width: 100%;
}
#home-events .eventsfeed a .event-item .details .content .title {
  font-size: 24px;
  font-weight: 700;
  font-family: Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif;
  color: #032D5C;
  margin-bottom: 8px;
  margin-top: 24px;
}
@media (min-width: 720px) {
  #home-events .eventsfeed a .event-item .details .content .title {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  #home-events .eventsfeed a .event-item .details .content .title {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  #home-events .eventsfeed a .event-item .details .content .title {
    font-size: 26px;
  }
}
@media (min-width: 1600px) {
  #home-events .eventsfeed a .event-item .details .content .title {
    font-size: 34px;
  }
}
#home-events .eventsfeed a .event-item .details .content .title .line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-bottom: 4px;
}
#home-events .eventsfeed a .event-item .details .content .content-inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
#home-events .eventsfeed a .event-item .details .content .content-inner .event-details {
  margin-bottom: 0;
  background: transparent;
  padding: 8px 14px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 600;
  font-family: Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif;
  color: #fff;
  margin: 0px 8px 0px 0px;
}
#home-events .eventsfeed a .event-item .details .content .content-inner .event-details i {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: top;
  margin-top: 2px;
  color: #7CD7DB;
}
@media (max-width: 720px) {
  #home-events .eventsfeed a .event-item .details .content .content-inner .summary .line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
#home-events .eventsfeed a .event-item .details .content .location {
  margin-bottom: 8px;
}
@media (max-width: 719px) {
  #home-events .eventsfeed a .event-item .details .content .location, #home-events .eventsfeed a .event-item .details .content .times {
    display: none;
  }
}
#home-events .eventsfeed a .event-item .details .readmore-outer {
  width: 100%;
}
#home-events .eventsfeed a .event-item .details .readmore-outer .readmore {
  font-size: 16px;
  font-weight: 700;
  color: #003C7F;
  font-family: Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif;
}
#home-events .eventsfeed a .event-item .details .readmore-outer .readmore span {
  margin-left: 4px;
  background-color: #003C7F;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  border-radius: 32px;
}
#home-events .eventsfeed a .lead-item {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  #home-events .eventsfeed a .lead-item {
    margin-bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}
#home-events .eventsfeed a .lead-item .img-wrapper {
  margin: 0;
  height: 208px;
  overflow: hidden;
}
@media (min-width: 992px) {
  #home-events .eventsfeed a .lead-item .img-wrapper {
    height: 300px;
  }
}
@media (min-width: 1280px) {
  #home-events .eventsfeed a .lead-item .img-wrapper {
    height: 380px;
  }
}
#home-events .eventsfeed a .lead-item .details {
  color: #fff;
  background-color: #F0F8FF;
  position: relative;
  padding: 36px;
}
@media (min-width: 992px) {
  #home-events .eventsfeed a .lead-item .details {
    display: block;
    height: calc(100% - 300px);
  }
}
@media (min-width: 1280px) {
  #home-events .eventsfeed a .lead-item .details {
    display: block;
    height: calc(100% - 380px);
    padding: 48px;
  }
}
#home-events .eventsfeed a .lead-item .details .date {
  color: #B9DAF9;
  text-align: left;
}
#home-events .eventsfeed a .lead-item .details .content {
  color: #032D5C;
  padding: 0px;
}
@media (min-width: 1280px) {
  #home-events .eventsfeed a .lead-item .details .content {
    padding: 0px 0px 32px;
  }
}
#home-events .eventsfeed a .lead-item .details .content .title {
  font-size: 34px;
}
#home-events .eventsfeed a .lead-item a:hover .details .date {
  color: #fff;
}
#home-events .eventsfeed a.lead-item-link {
  height: 100%;
}
#home-events .eventsfeed .sub-items {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 16px;
}
@media (min-width: 992px) {
  #home-events .eventsfeed .sub-items {
    gap: 24px;
  }
}
@media (min-width: 992px) {
  #home-events .eventsfeed .sub-items a {
    height: calc(50% - 51px);
  }
}
#home-events .eventsfeed .sub-items a .sublead-item {
  position: relative;
}
#home-events .eventsfeed .sub-items a .event-item {
  margin: 14.5px 0;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#home-events .eventsfeed .sub-items a .event-item:first-of-type {
  margin-top: 0;
}
#home-events .eventsfeed .sub-items a .event-item:last-of-type {
  margin-bottom: 0;
}
#home-events .eventsfeed .sub-items a .event-item .img-wrapper {
  width: 142px;
}
@media (min-width: 720px) {
  #home-events .eventsfeed .sub-items a .event-item .img-wrapper {
    width: 257px;
  }
}
@media (min-width: 992px) {
  #home-events .eventsfeed .sub-items a .event-item .img-wrapper {
    width: 162px;
  }
}
@media (min-width: 1280px) {
  #home-events .eventsfeed .sub-items a .event-item .img-wrapper {
    width: 257px;
  }
}
#home-events .eventsfeed .sub-items a .event-item .details {
  background-color: #F0F8FF;
  width: calc(100% - 142px);
}
@media (min-width: 720px) {
  #home-events .eventsfeed .sub-items a .event-item .details {
    width: calc(100% - 257px);
    padding: 36px 42px;
  }
}
@media (min-width: 992px) {
  #home-events .eventsfeed .sub-items a .event-item .details {
    width: calc(100% - 162px);
    padding: 20px 22px;
  }
}
@media (min-width: 1280px) {
  #home-events .eventsfeed .sub-items a .event-item .details {
    width: calc(100% - 257px);
    padding: 36px 42px;
  }
}
#home-events .eventsfeed .sub-items a .event-item .details .title {
  min-height: 60px;
  margin-top: 12px;
  color: #003C7F;
}
#home-events .eventsfeed .sub-items a .event-item .details .title .line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#home-events .eventsfeed .sub-items a .event-item .details .content-inner {
  margin-bottom: 24px;
}
#home-events .eventsfeed .sub-items a .event-item .details .content-inner .event-details {
  border: solid 1px #DEE3EF;
  color: #003C7F;
}
#home-events .eventsfeed .sub-items a .event-item .details .click-arrow {
  display: none;
  height: 18px;
  width: 18px;
  border-radius: 100%;
  line-height: 18px;
  font-size: 14px;
  font-weight: 900;
  background: #0054A6;
  color: #fff;
  text-align: center;
  padding-top: 0px;
  position: absolute;
  right: 22px;
  top: 22px;
  transform: translateY(-50%);
  transition: all ease-in-out 0.3s;
}
@media (min-width: 1280px) {
  #home-events .eventsfeed .sub-items a .event-item .details .click-arrow {
    display: block;
  }
}
#home-events .eventsfeed .sub-items a .event-item .details .click-arrow i {
  font-size: 14px;
}
#home-events .eventsfeed .sub-items a:hover .event-item .details .click-arrow {
  background: #7CD7DB;
}
#home-events .eventsfeed .events-button {
  display: inline-block;
  text-align: center;
  margin-top: 16px;
}
@media (min-width: 992px) {
  #home-events .eventsfeed .events-button {
    margin-top: 0px;
    text-align: left;
  }
}
#home-events .eventsfeed .events-button .btn {
  margin: 0px auto;
  border-radius: 50px;
  border: 1px solid #fff;
  background-color: #003C7F;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  padding: 18px 26px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: 54px;
}
@media (min-width: 992px) {
  #home-events .eventsfeed .events-button .btn {
    margin: 0px;
  }
}
#home-events .eventsfeed .events-button .btn span {
  margin-left: 4px;
}
#home-events .eventsfeed .events-button .btn:hover {
  background-color: #7CD7DB;
  color: #003C7F;
}
#home-events .eventsfeed .decal {
  position: absolute;
  /*background: url('../images/decals/whatson-swirls-decal.svg') no-repeat top left;*/
  width: 355px;
  height: 138px;
  top: -41px;
  left: -139px;
  z-index: -1;
}

@media (min-width: 1600px) {
  .site-footer .container {
    width: 1350px;
  }
}
.site-footer .footer-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 36px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .site-footer .footer-wrapper {
    gap: 0px;
  }
}
@media (min-width: 600px) {
  .site-footer .footer-wrapper {
    max-width: none;
  }
}
@media (min-width: 720px) {
  .site-footer .footer-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (min-width: 1280px) {
  .site-footer .footer-wrapper {
    flex-wrap: nowrap;
    padding: 64px 0px;
  }
}
.site-footer .footer-wrapper h2 {
  font-family: Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0px 0px 24px;
}
.site-footer .footer-wrapper h3 {
  font-family: Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0px 0px 12px;
}
.site-footer .footer-wrapper p {
  /*font-family: Arial;*/
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.4px;
  margin: 0px 0px 14px;
}
.site-footer .footer-wrapper a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #032D5C;
}
.site-footer .footer-wrapper a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.site-footer .footer-wrapper a:hover .fa-brands {
  text-decoration: none;
}
.site-footer .footer-wrapper a.facebook-link {
  font-weight: 400;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.site-footer .footer-wrapper a.facebook-link .fa-brands {
  font-size: 33px;
}
.site-footer .footer-wrapper a.facebook-link:hover {
  text-decoration: none;
}
.site-footer .footer-wrapper a.facebook-link:hover .fa-brands {
  text-decoration: none;
}
.site-footer .footer-wrapper .footer-logo {
  width: 226px;
  height: 160px;
  padding-top: 36px;
}
@media (min-width: 600px) {
  .site-footer .footer-wrapper .footer-logo {
    margin: 0px auto;
  }
}
@media (min-width: 720px) {
  .site-footer .footer-wrapper .footer-logo {
    margin: 0px;
    width: 156px;
  }
}
@media (min-width: 992px) {
  .site-footer .footer-wrapper .footer-logo {
    width: 196px;
  }
}
@media (min-width: 1280px) {
  .site-footer .footer-wrapper .footer-logo {
    width: 226px;
    padding-right: 50px;
  }
}
.site-footer .footer-wrapper .footer-logo img {
  height: 100%;
  max-width: 100%;
}
@media (min-width: 720px) {
  .site-footer .footer-wrapper .footer-logo img {
    width: 100%;
  }
}
.site-footer .footer-wrapper .footer-contact-explore-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: space-between;
  align-content: center;
  padding: 36px 0px 0px;
}
@media (max-width: 720px) {
  .site-footer .footer-wrapper .footer-contact-explore-wrapper {
    width: 100%;
    gap: 0px;
  }
}
@media (min-width: 600px) {
  .site-footer .footer-wrapper .footer-contact-explore-wrapper {
    flex-direction: row;
    padding: 36px 20px;
  }
}
@media (min-width: 720px) {
  .site-footer .footer-wrapper .footer-contact-explore-wrapper {
    padding: 36px 0px;
    width: calc(100% - 216px);
  }
}
@media (min-width: 992px) {
  .site-footer .footer-wrapper .footer-contact-explore-wrapper {
    width: calc(100% - 316px);
  }
}
@media (min-width: 1280px) {
  .site-footer .footer-wrapper .footer-contact-explore-wrapper {
    width: auto;
    gap: 37px;
  }
}
.site-footer .footer-wrapper .footer-contact-explore-wrapper .footer-contact {
  color: #032D5C;
}
@media (max-width: 720px) {
  .site-footer .footer-wrapper .footer-contact-explore-wrapper .footer-contact {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #EEF2F7;
  }
}
@media (min-width: 1280px) {
  .site-footer .footer-wrapper .footer-contact-explore-wrapper .footer-contact {
    min-width: 290px;
  }
}
.site-footer .footer-wrapper .footer-contact-explore-wrapper .footer-contact ul {
  padding: 0px;
  display: flex;
  flex-direction: column;
  margin-bottom: 36px;
}
@media (max-width: 720px) {
  .site-footer .footer-wrapper .footer-contact-explore-wrapper .footer-contact ul {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #EEF2F7;
  }
}
@media (min-width: 992px) {
  .site-footer .footer-wrapper .footer-contact-explore-wrapper .footer-contact ul {
    margin-bottom: 42px;
  }
}
.site-footer .footer-wrapper .footer-contact-explore-wrapper .footer-contact ul li {
  list-style-type: none;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
}
@media (min-width: 720px) {
  .site-footer .footer-wrapper .footer-contact-explore-wrapper .footer-contact ul li {
    margin-left: 15px;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .site-footer .footer-wrapper .footer-contact-explore-wrapper .footer-contact ul li {
    margin-left: 0;
    margin-right: 0;
  }
}
.site-footer .footer-wrapper .footer-contact-explore-wrapper .footer-contact .spark-icon {
  margin-right: 6px;
}
.site-footer .footer-wrapper .footer-contact-explore-wrapper .footer-explore {
  color: #032D5C;
}
@media (min-width: 600px) {
  .site-footer .footer-wrapper .footer-contact-explore-wrapper .footer-explore {
    min-width: 200px;
  }
}
@media (min-width: 720px) {
  .site-footer .footer-wrapper .footer-contact-explore-wrapper .footer-explore {
    min-width: 150px;
  }
}
@media (min-width: 992px) {
  .site-footer .footer-wrapper .footer-contact-explore-wrapper .footer-explore {
    min-width: 250px;
  }
}
@media (min-width: 1280px) {
  .site-footer .footer-wrapper .footer-contact-explore-wrapper .footer-explore {
    min-width: 130px;
  }
}
.site-footer .footer-wrapper .footer-contact-explore-wrapper .footer-explore ul {
  padding: 0px;
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
}
@media (max-width: 720px) {
  .site-footer .footer-wrapper .footer-contact-explore-wrapper .footer-explore ul {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #EEF2F7;
  }
}
@media (min-width: 720px) {
  .site-footer .footer-wrapper .footer-contact-explore-wrapper .footer-explore ul {
    margin-bottom: 42px;
  }
}
.site-footer .footer-wrapper .footer-contact-explore-wrapper .footer-explore ul li {
  list-style-type: none;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (min-width: 720px) {
  .site-footer .footer-wrapper .footer-contact-explore-wrapper .footer-explore ul li {
    margin-left: 15px;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .site-footer .footer-wrapper .footer-contact-explore-wrapper .footer-explore ul li {
    margin-left: 0;
    margin-right: 0;
  }
}
.site-footer .footer-wrapper .footer-contact-explore-wrapper .footer-explore ul li::before {
  display: none;
}
.site-footer .footer-wrapper .footer-weather-fire-wrapper {
  display: flex;
  flex-direction: column;
  gap: 42px;
  justify-content: space-between;
  align-content: center;
  padding: 36px 0px;
}
@media (min-width: 600px) {
  .site-footer .footer-wrapper .footer-weather-fire-wrapper {
    flex-direction: row;
  }
}
@media (min-width: 720px) {
  .site-footer .footer-wrapper .footer-weather-fire-wrapper {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .site-footer .footer-wrapper .footer-weather-fire-wrapper {
    width: auto;
    gap: 22px;
  }
}
.site-footer .footer-wrapper .footer-weather-fire-wrapper .footer-weather {
  width: 100%;
  max-width: 224px;
  margin: 0px auto;
}
@media (min-width: 1280px) {
  .site-footer .footer-wrapper .footer-weather-fire-wrapper .footer-weather {
    width: 224px;
  }
}
.site-footer .footer-wrapper .footer-weather-fire-wrapper .footer-fire-rating {
  display: flex;
  width: 252px;
  padding: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 42px;
  margin: 0px auto;
  border-radius: 14px;
  border: 1px solid #F0F7FF;
}
@media (min-width: 992px) {
  .site-footer .footer-wrapper .footer-weather-fire-wrapper .footer-fire-rating {
    height: 240px;
    gap: 16px;
  }
}
.site-footer .footer-wrapper .footer-weather-fire-wrapper .footer-fire-rating h2, .site-footer .footer-wrapper .footer-weather-fire-wrapper .footer-fire-rating h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
}
.site-footer .footer-wrapper .footer-weather-fire-wrapper .footer-fire-rating .col-fireratings {
  width: 100%;
  height: 124px;
}
.site-footer .footer-wrapper .footer-weather-fire-wrapper .footer-fire-rating .col-fireratings .rating {
  height: 124px;
}
.site-footer .footer-lower {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #F0F7FF;
  padding: 32px 0px;
}
.site-footer .footer-lower .walga {
  display: inline-block;
}
.site-footer .footer-lower .back-to-top {
  display: inline-block;
  text-align: center;
  margin: 6px 0px 10px;
}
@media (min-width: 720px) {
  .site-footer .footer-lower .back-to-top {
    margin: 0px 0px 0px 0px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .site-footer .footer-lower .back-to-top {
    display: inline;
  }
}
.site-footer .footer-lower .back-to-top a {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 14px;
  text-wrap: nowrap;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}
.site-footer .footer-lower .back-to-top a i {
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  height: 49px;
  width: 49px;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 7px;
  background: #003C7F;
  color: #fff;
  padding-top: 9px;
  transition: all ease-in-out 0.3s;
  border: 2px solid #003C7F;
}
.site-footer .footer-lower .back-to-top a:hover {
  text-decoration: none;
}
.site-footer .footer-lower .back-to-top a:hover i {
  color: #fff;
  background: #003C7F;
}

.featured-banner-image .site-staticimage {
  height: 200px;
}
@media (min-width: 992px) {
  .featured-banner-image .site-staticimage {
    height: 350px;
  }
}
.featured-banner-image .site-staticimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cp-content {
  padding: 60px 0;
}
.cp-content h1 {
  font-size: 3em;
  margin-bottom: 1.25em;
  font-weight: 900;
}
@media (max-width: 720px) {
  .cp-content h1 {
    font-size: 2.4em;
  }
}
.cp-content .accordion .ui-accordion-header .scrollTo-top {
  display: none;
}

.header-logo {
  position: relative;
  z-index: 1;
  text-align: center;
}
.header-logo:before, .header-logo:after {
  content: " ";
  display: table;
}
.header-logo:after {
  clear: both;
}
@media (min-width: 992px) {
  .header-logo {
    text-align: left;
    float: left;
    padding-top: 0;
  }
}
@media (min-width: 1280px) {
  .header-logo {
    padding-top: 10px;
    width: 15%;
  }
}
.header-logo img {
  max-width: 100%;
  height: auto;
  margin: 15px 10px 10px 10px;
  width: 155px;
  height: 89px;
}
@media (min-width: 720px) {
  .header-logo img {
    margin-top: 15px;
    width: 155px;
    height: 89px;
  }
}
@media (min-width: 992px) {
  .header-logo img {
    margin-top: 10px;
    width: 155px;
    height: 89px;
  }
}
@media (min-width: 1280px) {
  .header-logo img {
    margin-top: 0;
    width: 155px;
    height: 89px;
  }
}

.header-contact {
  margin-top: 30px;
}
.header-contact a {
  text-decoration: none;
}
.header-contact a:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .header-contact {
    margin-top: 0;
  }
}
.header-contact ul {
  padding-left: 0;
  margin-left: 10px;
  margin-bottom: 0;
  padding-top: 6px;
  text-align: center;
}
@media (min-width: 720px) {
  .header-contact ul {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .header-contact ul {
    text-align: left;
  }
}
.header-contact ul li {
  list-style-type: none;
  display: inline-flex;
  margin-left: 7.5px;
  margin-right: 7.5px;
}
@media (min-width: 720px) {
  .header-contact ul li {
    margin-left: 15px;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .header-contact ul li {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .header-contact ul {
    text-align: left;
    padding-top: 10px;
  }
  .header-contact ul li {
    list-style-type: none;
    display: block;
  }
}
.header-contact .btn-header {
  border-radius: 100%;
  display: block;
  margin-bottom: 6px;
  border-color: #338CD5;
  background: none;
  color: #005186;
  width: 55px;
  height: 55px;
  display: inline-block;
  line-height: 55px;
  padding: 0;
  font-size: 30px;
  text-align: center;
  line-height: 55px;
  border-width: 1px;
  border-style: solid;
  line-height: 53px;
}
.header-contact .btn-header i, .header-contact .btn-header i:before, .header-contact .btn-header:before, .header-contact .btn-header:after {
  line-height: 55px;
}
.header-contact .btn-header i, .header-contact .btn-header i:before, .header-contact .btn-header:before, .header-contact .btn-header:after {
  line-height: 53px;
}
.header-contact .btn-header:hover {
  background: #005186;
  border-color: transparent;
  color: white;
}
.header-contact .btn-header .expand-txt {
  display: none;
  font-family: "open sans";
}
@media (min-width: 992px) {
  .header-contact .btn-header {
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    padding: 0;
    font-size: 15px;
    text-align: center;
    line-height: 25px;
    border-width: 1px;
    border-style: solid;
    line-height: 23px;
    border-radius: 16px;
    overflow: hidden;
    z-index: 40;
    position: relative;
    /*display: inline-block;*/
  }
  .header-contact .btn-header i, .header-contact .btn-header i:before, .header-contact .btn-header:before, .header-contact .btn-header:after {
    line-height: 25px;
  }
  .header-contact .btn-header i, .header-contact .btn-header i:before, .header-contact .btn-header:before, .header-contact .btn-header:after {
    line-height: 23px;
  }
  .header-contact .btn-header:hover {
    width: auto;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
  }
  .header-contact .btn-header i, .header-contact .btn-header .spark-icon {
    width: 23px;
  }
  .header-contact .btn-header .expand-txt {
    display: inline-block;
    padding-right: 8px;
  }
}

#nav-top {
  display: none;
}
@media (max-width: 719px) {
  #nav-top .menu-search {
    display: none;
  }
}
@media (min-width: 720px) {
  #nav-top {
    display: block;
  }
}

.main-menu {
  position: static;
  font-family: Roboto, Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif;
}
.main-menu .sub-arrow {
  display: none;
}
@media (min-width: 720px) {
  .main-menu {
    float: right;
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .main-menu {
    margin-top: 0;
  }
}

/*.main-menu {
position: relative;
padding: 0;

a {
text-decoration: none;

&:hover {
text-decoration: none;
}
}

@media (min-width: $screen-sm-min) {
float: right;
margin-top: 15px;
}

@media (min-width: $screen-md-min) {
margin-top: 0;
}

@media (min-width: $screen-lg-min) {
}

#nav-top {
display: none;

@media (min-width: $screen-sm-min) {
display: block;
}

@media (min-width: $screen-lg-min) {
float: right;
}
}
}*/
.main-hero {
  position: relative;
}
.main-hero .scroll-down {
  position: absolute;
  top: 70%;
  right: 0;
  left: 0;
  z-index: 10;
  text-align: center;
}
.main-hero .owl-next, .main-hero .owl-prev {
  /*Box next/prev buttons. icon is an image*/
  position: absolute;
  top: 0;
  margin: 0;
  bottom: 0;
  width: 30px;
  background-color: rgba(0, 0, 0, 0.15);
  -moz-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.4s, cubic-bezier(0.4, 0, 0.2, 1) color 0.4s;
  -o-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.4s, cubic-bezier(0.4, 0, 0.2, 1) color 0.4s;
  -webkit-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.4s, cubic-bezier(0.4, 0, 0.2, 1) color 0.4s;
  transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.4s, cubic-bezier(0.4, 0, 0.2, 1) color 0.4s;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  box-shadow: none;
  font-size: 0px;
}
.main-hero .owl-next:hover, .main-hero .owl-prev:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
@media (min-width: 992px) {
  .main-hero .owl-next, .main-hero .owl-prev {
    width: 60px;
  }
}
.main-hero .owl-prev {
  left: 0;
  background-image: url("/profiles/yilgarn/includes/Images/carousel-prev.png");
}
@media (min-width: 992px) {
  .main-hero .owl-prev {
    background-image: url("/profiles/yilgarn/includes/Images/carousel-prev-lg.png");
  }
}
.main-hero .owl-next {
  right: 0;
  background-image: url("/profiles/yilgarn/includes/Images/carousel-next.png");
}
@media (min-width: 992px) {
  .main-hero .owl-next {
    background-image: url("/profiles/yilgarn/includes/Images/carousel-next-lg.png");
  }
}
.main-hero .slideshow-caption {
  position: absolute;
  right: 0;
  top: 100px;
  left: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .main-hero .slideshow-caption {
    top: 155px;
  }
}
.main-hero .slideshow-caption .caption-title {
  display: block;
  font-family: "open sans";
  font-size: 1.714em;
  text-transform: uppercase;
  color: #FFF;
  text-shadow: 2px 2px 6px #000;
}
.main-hero .slideshow-caption .caption-text {
  display: block;
  font-family: "open sans";
  font-size: 3em;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  text-shadow: 2px 2px 6px #000;
  margin-top: -15px;
}

.ca-section {
  background: #EDEDED;
  padding-bottom: 0;
  padding-top: 20px;
}
.ca-section a {
  text-decoration: none;
}
.ca-section a:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .ca-section {
    padding-top: 50px;
  }
}
.ca-section .ca-home-wrap {
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  .ca-section .ca-home-wrap {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .ca-section .ca-home-wrap {
    margin-bottom: 0;
  }
}
.ca-section .ca-home-wrap .img-out-wrap {
  overflow: hidden;
}
.ca-section .ca-home-wrap .img-wrap {
  background-color: #fff;
  height: inherit;
  transition: all 0.3s ease-in-out;
}
.ca-section .ca-home-wrap .caption-wrap {
  background: #005186;
  background-image: -webkit-linear-gradient(top, #358EC1 0%, #005186 100%);
  background-image: -o-linear-gradient(top, #358EC1 0%, #005186 100%);
  background-image: linear-gradient(to bottom, #358EC1 0%, #005186 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF358EC1", endColorstr="#FF005186", GradientType=0);
  color: #fff;
  min-height: 150px;
}
.ca-section .ca-home-wrap .caption-wrap .caption {
  padding: 10px;
  position: relative;
  height: inherit;
  min-height: inherit;
}
@media (min-width: 720px) {
  .ca-section .ca-home-wrap .caption-wrap .caption {
    padding: 20px 30px;
  }
}
@media (min-width: 1280px) {
  .ca-section .ca-home-wrap .caption-wrap .caption {
    padding: 40px 30px;
  }
}
.ca-section .ca-home-wrap .caption-wrap .caption .overlay {
  transition: all 0.3s ease-in-out;
  background-image: -webkit-linear-gradient(top, #005186 0%, #358EC1 100%);
  background-image: -o-linear-gradient(top, #005186 0%, #358EC1 100%);
  background-image: linear-gradient(to bottom, #005186 0%, #358EC1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF005186", endColorstr="#FF358EC1", GradientType=0);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
}
.ca-section .ca-home-wrap .caption-wrap .title {
  font-weight: 200;
  font-size: 1.286em;
  letter-spacing: 0.015em;
  margin: 0;
  text-transform: uppercase;
  padding-bottom: 12px;
  position: relative;
  z-index: 1;
}
.ca-section .ca-home-wrap .caption-wrap .summary {
  margin: 0;
  letter-spacing: 0.015em;
  line-height: 1.3em;
  position: relative;
  z-index: 1;
}
.ca-section .ca-home-wrap .link:hover .img-wrap {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ca-section .ca-home-wrap .link:hover .caption-wrap .overlay {
  opacity: 0.5;
}

/*.home-boxes {
a {
    text-decoration: none;

    &:hover {
        text-decoration: underline;
    }
}

background: #EDEDED;
padding-bottom: 30px;

@media (min-width: $screen-sm-min) {
    padding-top: 10px;
    padding-bottom: 55px;
}

@media (min-width: $screen-md-min) {
    padding-top: 50px;
}

.quicklink-box {
    padding-right: 0;
    padding-left: 0;

    @media (min-width: $screen-sm-min) {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.news-box {
    padding-right: 0;
    padding-left: 0;
    background: #FFF;

    @media (min-width: $screen-sm-min) {
        padding-right: 15px;
        padding-left: 15px;
        background: none;
    }

    .newsfeed {
        padding-left: 0;
        background: white;

        @media (min-width: $screen-sm-min) {
            margin-bottom: 0;
            min-height: 360px;
        }

        li {
            list-style-type: none;
            padding: 10px 15px;

            .details {
                border-top: 1px solid $blue2;

                .title {
                    display: block;
                    color: #0C598B;
                    font-size: 1.286em;
                    margin: .55em 0 0 0;
                    font-family: $headings-font-family;
                    letter-spacing: 0.015em;
                }

                .date {
                    display: block;
                    font-family: 'Lora', Arial, Helvetica, sans-serif;
                    font-weight: 900;
                    font-size: 1.000em;
                    margin: .8em 0 0 0;
                    color: #333;
                    letter-spacing: 0.015em;
                }

                .summary {
                    color: #333;
                    display: block;
                    margin: .45em 0 0 0;
                    letter-spacing: 0.015em;
                    line-height: 1.3em;
                }

                .link {
                    display: block;
                    margin-top: 10px;
                    color: #0C598B;
                }
            }
        }
    }
}

.events-box {
    padding-right: 0;
    padding-left: 0;

    @media (min-width: $screen-sm-min) {
        padding-right: 15px;
        padding-left: 15px;
    }

    .no-events {
        background: #FFF;
        padding: 25px;
    }

    .no-events p {
        margin: 0;
    }

    .eventsfeed {
        padding-left: 0;
        background: white;

        @media (min-width: $screen-sm-min) {
            min-height: 360px;
        }

        li {
            list-style-type: none;
            padding: 10px 15px;

            &:first-child .details {
                border: 0;

                .title {
                    padding-top: 0;
                }
            }

            .details {
                border-top: 1px solid $blue2;

                .title {
                    display: block;
                    color: #0C598B;
                    font-size: 1.286em;
                    margin: .55em 0 0 0;
                    font-family: $headings-font-family;
                    letter-spacing: 0.015em;
                }

                .date {
                    display: block;
                    font-family: 'Lora', Arial, Helvetica, sans-serif;
                    font-weight: 900;
                    font-size: 1.000em;
                    margin: .8em 0 0 0;
                    color: #333;
                    letter-spacing: 0.015em;
                }

                .summary {
                    color: #333;
                    display: block;
                    margin: .45em 0 0 0;
                    letter-spacing: 0.015em;
                    line-height: 1.3em;
                }

                .link {
                    display: block;
                    margin-top: 10px;
                    color: #0C598B;
                }
            }
        }
    }
}

.section-heading {
    color: white;
    font-family: "open sans";
    text-transform: uppercase;
    @include gradient-vertical(#358EC1, #005186);

    .h1 {
        font-weight: 200;
        font-size: 1.286em;
        display: inline-block;
        padding: 6px 30px 16px 30px;
        letter-spacing: 0.015em;
    }

    i, .spark-icon {
        float: right;
        padding: 24px 23px 0;
        font-size: 24px;
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
    }
}

.quicklink-nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
    @include clearfix;

    li {
        width: 33.33%;
        float: left;
        padding: 0;
        margin: 0;
        height: 120px;
        background: $brand-primary;
        color: #fff;
        position: relative;*/
/*@media (min-width: 700px) {
width: 20%;
}*/
/*@media (min-width: $screen-md) {
    width: 33.33%;
}

a, a:link, a:visited {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
    color: #fff;
    -moz-transition: background ease-out .2s;
    -o-transition: background ease-out .2s;
    -webkit-transition: background ease-out .2s;
    transition: background ease-out .2s;

    span {*/
/*position: absolute;
bottom: 15px;
left: 0;
right: 0;*/
/*padding: 0 10px;
            font-size: 1.000em;
            line-height: 1.2em;
            display: block;
            padding-top: .95em;
            font-family: "open sans", $font-family-sans-serif;

            &.spark-icon {
                font-size: 3em;
                text-align: center;
                padding-top: 9%;
                font-family: 'Font Awesome 5 Pro';
                font-weight: 400;
            }
        }

        &:hover, &:active {
            background-color: darken($brand-primary,5%);
        }
    }

    i, span.spark-icon {
        font-size: 3em;
        text-align: center;
        padding-top: 9%;
        margin-top: 0;
    }
}

li.quicklinks-header {
    width: 66.66%;
    font-size: 24px;
    text-align: center;
    line-height: 120px;
    font-weight: 100;

    @media (min-width: 700px) {
        width: 60%;
    }

    @media (min-width: $screen-md) {
        width: 66.66%;
    }
}*/
/*Default li style for mixin*/
/*@mixin quicklink-li($colour) {
    background: $colour;

    & a:hover, & a:active {
        background: darken($colour, 10);
    }
}*/
/*Each quicklink*/
/*li:nth-child(1) {
        @include quicklink-li($blue1);
    }

    li:nth-child(2) {
        @include quicklink-li($blue2);
    }

    li:nth-child(3) {
        @include quicklink-li($blue3);
    }

    li:nth-child(4) {
        @include quicklink-li($blue2);
    }

    li:nth-child(5) {
        @include quicklink-li($blue4);
    }

    li:nth-child(6) {
        @include quicklink-li($blue1);
    }

    li:nth-child(7) {
        @include quicklink-li($blue1);
    }

    li:nth-child(8) {
        @include quicklink-li($blue2);
    }

    li:nth-child(9) {
        @include quicklink-li($blue3);
    }
}
}*/
/*#region Shadow*/
.shad-bottom-invert {
  position: relative;
}
.shad-bottom-invert:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  height: 110px;
  z-index: -1;
  opacity: 0.8;
  background-image: -webkit-linear-gradient(top, #000 0%, transparent 100%);
  background-image: -o-linear-gradient(top, #000 0%, transparent 100%);
  background-image: linear-gradient(to bottom, #000 0%, transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF000000", endColorstr="#00000000", GradientType=0);
  /*@media(min-width:$screen-lg-min) {
  top: -430px;
  height: 430px;
  }*/
}

@media (min-width: 720px) {
  .shad-bottom {
    position: relative;
  }
  .shad-bottom:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 5px;
    z-index: 2;
    opacity: 0.8;
    background-image: -webkit-linear-gradient(top, #000 0%, transparent 100%);
    background-image: -o-linear-gradient(top, #000 0%, transparent 100%);
    background-image: linear-gradient(to bottom, #000 0%, transparent 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF000000", endColorstr="#00000000", GradientType=0);
    /*@media(min-width:$screen-lg-min) {
    top: -430px;
    height: 430px;
    }*/
  }
}

/*#endregion*/
.breadcrumb-nav {
  background: #005186;
  color: #fff;
  padding-left: 0;
  margin: 0;
}
.breadcrumb-nav:before, .breadcrumb-nav:after {
  content: " ";
  display: table;
}
.breadcrumb-nav:after {
  clear: both;
}
.breadcrumb-nav .breadcrumb {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0;
}
@media (min-width: 720px) {
  .breadcrumb-nav .breadcrumb {
    padding: 0 32px;
  }
}
.breadcrumb-nav .breadcrumb li {
  margin: 0 0.5em;
  padding: 0;
  color: inherit;
  float: left;
}
.breadcrumb-nav .breadcrumb li:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  margin-right: 0.3em;
  display: inline-block;
  float: left;
  padding: 0.3em 0.5em 0.3em 0;
}
@media (min-width: 720px) {
  .breadcrumb-nav .breadcrumb li:after {
    padding: 0.8em 0.5em 1em 0;
  }
}
.breadcrumb-nav .breadcrumb li:first-child:after {
  display: none;
}
.breadcrumb-nav .breadcrumb li a {
  text-decoration: none;
  color: inherit;
  margin: 0;
  font-size: 1em;
  display: inline-block;
  line-height: 1.2em;
  padding: 0.5em 0;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}
@media (min-width: 720px) {
  .breadcrumb-nav .breadcrumb li a {
    line-height: 1.2em;
    padding: 1em 0;
  }
}
.breadcrumb-nav .breadcrumb li a:hover {
  opacity: 0.9;
}
.breadcrumb-nav .breadcrumb li a.bc-home:after {
  content: "\f015";
  font-family: "Font Awesome 5 Pro";
  float: left;
  margin-right: 0.3em;
}

/*.cp-content-position {
margin: 25px 0 0 0;
position: relative;
float: left;
width: 100%;

@media (min-width: $screen-sm-min) {
    margin: 25px 0 0 0;
}

@media (min-width:$screen-md-min) {
    margin: 50px 0 40px 0;
}
}

.cp-submenu {
font-family: 'Roboto',Arial,Helvetica,sans-serif;
//.hide-desktop {
//@media (min-width:$screen-sm-min) {
//display: block !important;
//}
//}*/
/*Nest your submenu user control in div.site-submenu and apply columns to that*/
/*Styles below apply to having DisplayParent True (adds another ul level). See further comments below*/
/*Maxwidth likely to change, so variable*/
/*$smenu-max-width: 240px;*/
/*Default size is 13px down from 14px base*/
/*$smenu-base-font-size: 1em;*/
/*Vertical padding for two levels*/
/*$smenu-pv-level-1: 12px;
$smenu-pv-level-2: 8px;*/
/*span icons for expand and collapse*/
/*$smenu-collapsed-icon: "\f067";
$smenu-expanded-icon: "\f068";

.menu-search {
    display: none;
}*/
/*Other updates should be made directly below*/
/*ul.submenu {*/
/*top level ul*/
/*//  background: $brand-4;
max-width: $smenu-max-width;
list-style-type: none;
padding: 0;
margin: 0;
border: 0;
border-radius: 0;
box-shadow: none;
z-index: 3;

li {
    &:before {
        display: none;
    }
}

> li > ul > li {*/
/*Borders on second level li only*/
/*border-top: 1px solid rgba(white, .25);
    }
}*/
/*Global submenu list styles*/
/*ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid white;

    li {
        float: none;

        a {
            font-family: 'Roboto',Arial,Helvetica,sans-serif;
            @include text-color-reversed;
            display: block;
            //     transition: $transition-default;
            &:before {
                @include fa-icon-content('\f0da');
                display: inline-block;
                @include text-color-reversed;
                padding-right: .5em;
                background: transparent;
            }

            &:hover, &.current {
                color: #fff;
                background: $text-color;

                &:before {
                    background: transparent;
                }
            }
        }

        &:last-child {
            border-bottom: none;
        }

        & ul:before, & ul:after {
            display: none;
        }*/
/*Apply background fade to anything lower than third level children items*/
/*//Note these account for user control property DisplayParent
ul ul {
    background: rgba(white,.1);
    font-size: .95em;

    li:first-child {
        box-shadow: inset 1px 2px 5px rgba(0,0,0,0.1);
    }

    li:last-child {
        box-shadow: inset -1px -2px 5px rgba(0,0,0,0.1);
    }
    //Lower level padding
    //Note these account for user control property DisplayParent
    li a {
        padding-left: 48px;
        padding-top: $smenu-pv-level-2;
        padding-bottom: $smenu-pv-level-2;

        &:before {
            display: block;
            display: inline-block;
            font: normal normal normal 14px/1 "Font Awesome 5 Pro";
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f105";
            position: absolute;
            left: 23px;
            top: 0;
            padding-top: $smenu-pv-level-2;
            font-size: inherit;
            line-height: 1.2em;
        }

        li ul li a {
            padding-left: 56px;
        }
    }
}*/
/*Global a */
/*a {
    text-decoration: none;
    display: block;
    position: relative;
    white-space: normal !important;
    cursor: pointer;
    padding: $smenu-pv-level-1 22px;
    padding-right: 38px;
    border-radius: 0 !important;
    font-size: 1em;
    color: white;
    margin: 0;
    border-bottom: none;
    line-height: 1.4em;
    transition: .1s linear all;*/
/*Global hover style*/
/*&:hover {
    background: lighten($brand-primary,10%) !important;
}

&.current {
    font-weight: bold;
    background: darken($brand-primary,10%) !important;
}*/
/*smart menu has-submenu indicator span*/
/*span {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: $smenu-pv-level-1;
    -moz-transition: background ease-out .3s;
    -o-transition: background ease-out .3s;
    -webkit-transition: background ease-out .3s;
    transition: background ease-out .3s;
    color: #fff;
    font-size: .5em;
    padding-top: 1.5em;

    &:hover, &:active {
        background: rgba(white,.2);
        color: #fff;
    }

    &:after {
        display: block;
        display: inline-block;
        font: normal normal normal 14px/1 "Font Awesome 5 Pro";
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: $smenu-collapsed-icon;
    }
}*/
/*Expanded icon on span*/
/*&.highlighted {
            span:after {
                content: ($smenu-expanded-icon);
            }
        }
    }
}
//end sm accordion
& li a.highlighted {*/
/*background: none;*/
/*}
}*/
/*Top level title*/
/*//Note these account for user control property DisplayParent and is actually this parent
> ul > li > a {
    font-size: 1.1em !important;
    font-family: $headings-font-family !important;
    font-weight: bold !important;
    text-transform: uppercase;

    @include text-color-reversed;

    &:before {
        display: none;
    }

    &:hover, &.current {
        @include text-color-reversed;
    }

    span {
        //display: none;
    }
}

> ul > li:first-child > a,
> ul > li:first-child > a.current {
    background: #0c598b !important;
}

> ul > li > ul > li > a {
    //text-transform: uppercase;
    font-weight: bold;
}

@media (max-width: $screen-xs-max) {
    display: none;
}


h1, h2 {
    font-size: 1.05em;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 0 .5em 0;
}

h2 {
    margin-top: 1em;
}
}

.cp-nav-col {
@include make-xs-column(12);
@include make-sm-column(3.8);
@include make-md-column(3);
@include make-lg-column(2.5);
}

.cp-content {
    float: left;
    @include make-xs-column(12);
    @include make-sm-column(8);
    @include make-md-column(9);
    @include make-lg-column(9.4);
    @include make-lg-column-push(.1);

    @media (min-width: $screen-md) {
        padding-left: 0px;
    }
}*/
.gallery-link {
  text-align: center;
  padding: 15px 0;
  text-transform: uppercase;
}
.gallery-link a {
  text-decoration: none;
}
.gallery-link a:hover {
  text-decoration: underline;
}
.gallery-link a {
  font-family: "open sans";
  color: #005186;
}
.gallery-link a:hover {
  color: rgb(0, 108.7455223881, 179.9);
}

/*.image-gallery-feed {
width: 100%;

.imgwrapper {
height: 100%;
width: 100%;
}

.item {
height: 240px;
width: 100%;
display: block;
overflow: hidden;
position: relative;

img {
transition: all .5s ease-in-out;
}

&:hover {
box-shadow: 0px 0px 8px 0px #000;
z-index: 10;

img {
transform: scale(1.1);
transition: all .5s ease-in-out;
}
}
}
}*/
.sitecredit {
  float: right;
  width: auto;
}
.sitecredit a, .sitecredit a:link, .sitecredit a:visited {
  text-decoration: none;
  display: block;
}
.sitecredit a img, .sitecredit a:link img, .sitecredit a:visited img {
  display: block;
  float: left;
  margin-right: 4px;
}
.sitecredit a .text, .sitecredit a:link .text, .sitecredit a:visited .text {
  font-size: 9px;
  line-height: 1.1em;
  padding-top: 4px;
  color: #fff;
  float: left;
}
.sitecredit a span, .sitecredit a:link span, .sitecredit a:visited span {
  display: block;
  white-space: nowrap;
  color: inherit;
  font-size: inherit;
}

/*footer.container {
    a {
        text-decoration: none;

        &:hover {
            text-decoration: underline;
        }
    }

    .h3 {
        color: #0C598B;
        font-family: "open sans";
        font-size: 1.286em;
        font-weight: 400;
        margin-bottom: 1.8em;
    }
}

.footer-logo {
    text-align: center;

    @media(min-width:$screen-sm-min) {
        margin-top: 20px;
    }

    img {
        max-width: 100%;
        padding: 10px;

        @media(min-width:$screen-lg-min) {
            padding: 10px;
        }
    }
}

.footer-contact {
    color: #333;

    p {
        margin-bottom: 30px;
    }

    ul {
        padding-left: 0;

        li {
            list-style-type: none;
            padding-bottom: 10px;
            font-family: 'Lora', Arial, Helvetica, sans-serif;
            font-size: 1.1em;
            white-space: nowrap;

            i, .spark-icon {
                margin-right: 1em;
                width: 1.5em;
            }

            .spark-icon {
                margin-right: 1em;
                width: 1.5em;
            }

            a {
                color: #333;
            }

            p {
                padding-bottom: 25px;
            }
        }
    }
}

.footer-menu {

    @media(min-width:$screen-lg-min) {
        padding-left: 40px;
    }
}

.footer-social {
    padding: 10px 0 40px;


    .btn-social {
        @include icon-square(45px, 26px);
        border-radius: 100%;
        margin-right: 15px;
    }
}

.menusitemap {
    padding-left: 0;

    a {
        text-decoration: none;

        &:hover {
            text-decoration: underline;
        }
    }

    .menu-search {
        display: none;
    }

    li {
        list-style-type: none;
        margin: 0 0 .5em 0;

        &:before {
            display: none;
        }

        a {
            color: #333;

            &:before {
                display: inline-block;
                font: normal normal normal 14px/1 "Font Awesome 5 Pro";
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\f101";
                margin-right: .5em;
            }
        }
    }
}

.footer-lower {
    background: $footer-blue;
    color: #fff;
    padding: 10px;
    margin-top: 50px;

    a {
        text-decoration: none;

        &:hover {
            text-decoration: underline;
        }
    }

    @media(min-width:$screen-sm-min) {
        padding: 16px;
        font-size: 0.929em;
    }

    .row {
        position: relative;
    }

    P {
        font-family: "open sans";
    }

    a {
        font-family: "open sans";
    }

    ul {
        @media(min-width:$screen-sm-min) {
            display: flex;
            justify-content: flex-end;
            margin-top: 20px;
        }

        @media (min-width: $screen-md-min) {
            justify-content: center;
        }

        li {
            list-style-type: none;


            @media(min-width:$screen-sm-min) {
                border-left: 1px solid #fff;
                padding-right: 5px;
                padding-left: 5px;
            }


            &:first-of-type {
                padding-left: 0;
                border-left: 0;
            }

            a {
                color: #FFF;
            }
        }
    }

    .copyright {
        margin-top: 15px;

        @media (min-width:$screen-lg-min) {
            padding-left: 60px;
        }
    }

    .returntop {
        position: absolute;
        top: auto;
        right: 15px;
        bottom: 100%;
        margin-bottom: 16px;

        a {
            display: block;
            color: #fff;
            background: $footer-blue;
            padding: 10px 13px 11px 12px;

            &:hover {
                background: darken($footer-blue, 4);
            }
        }
    }

    .walga {
        text-align: left;

        @media(min-width:$screen-lg-min) {
            text-align: right;
        }
    }
}*/
@media (min-width: 992px) {
  .mc-walga-widget {
    float: right !important;
  }
}
@media (min-width: 1280px) {
  .mc-walga-widget {
    margin-right: 40px !important;
  }
}

.formKey {
  top: -10px;
}

.site-sparkweatherwidget-sidebar {
  height: 65px;
  float: left;
  overflow: hidden;
  position: relative;
}
.site-sparkweatherwidget-sidebar a {
  top: -190px;
  right: -222px;
}
@media (min-width: 720px) {
  .site-sparkweatherwidget-sidebar a {
    right: -200px;
  }
}
@media (min-width: 992px) {
  .site-sparkweatherwidget-sidebar a {
    right: -192px;
  }
}
@media (min-width: 1280px) {
  .site-sparkweatherwidget-sidebar a {
    right: -242px;
  }
}

.form-data.form-captcha table tr:nth-child(odd) {
  background: transparent !important;
}

.spark-forms .form-captcha table #wsp_captcha {
  height: 44px;
}

#EventsCalendar td {
  text-align: left;
}
#EventsCalendar table.calTitle {
  font-family: "Open Sans", Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif;
}
#EventsCalendar table.calTitle td {
  text-align: center;
}
#EventsCalendar > table tr:first-child td {
  background-color: #145174;
}

.image-gallery-feed,
.ci-image-gallery {
  margin: 0;
  padding: 0 35px;
  height: 240px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .image-gallery-feed,
  .ci-image-gallery {
    padding: 0 55px;
  }
}
.image-gallery-feed:after,
.ci-image-gallery:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 5px;
  width: 100%;
}
.image-gallery-feed li,
.ci-image-gallery li {
  overflow: hidden;
  height: 240px;
  padding: 0;
  margin: 0;
}
.image-gallery-feed li a,
.ci-image-gallery li a {
  display: block;
  position: absolute;
}
.image-gallery-feed li a img,
.ci-image-gallery li a img {
  transition: 700ms ease all !important;
}
.image-gallery-feed .owl-prev,
.image-gallery-feed .owl-next,
.ci-image-gallery .owl-prev,
.ci-image-gallery .owl-next {
  background: #0C598B;
  color: #fff;
  text-shadow: none;
  margin-top: 0;
  font-size: 25px;
  width: 30px;
  text-align: center;
  color: transparent;
}
@media (min-width: 992px) {
  .image-gallery-feed .owl-prev,
  .image-gallery-feed .owl-next,
  .ci-image-gallery .owl-prev,
  .ci-image-gallery .owl-next {
    width: 55px;
    font-size: 30px;
  }
}
.image-gallery-feed .owl-prev:hover,
.image-gallery-feed .owl-next:hover,
.ci-image-gallery .owl-prev:hover,
.ci-image-gallery .owl-next:hover {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  background: rgb(9.9735099338, 73.9701986755, 115.5264900662);
}
.image-gallery-feed .owl-prev,
.ci-image-gallery .owl-prev {
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 240px;
}
.image-gallery-feed .owl-next,
.ci-image-gallery .owl-next {
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 240px;
}

.image-gallery-album, .image-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-grow: 1;
  justify-content: flex-start;
  background: transparent;
  padding: 0;
  margin: 0;
}
.image-gallery-album li.album-item, .image-gallery-album li.gallery-item, .image-gallery li.album-item, .image-gallery li.gallery-item {
  width: 100%;
  padding: 10px;
  margin: 0;
  height: auto;
}
@media (min-width: 720px) {
  .image-gallery-album li.album-item, .image-gallery-album li.gallery-item, .image-gallery li.album-item, .image-gallery li.gallery-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .image-gallery-album li.album-item, .image-gallery-album li.gallery-item, .image-gallery li.album-item, .image-gallery li.gallery-item {
    width: 33%;
  }
}
.image-gallery-album li.album-item a, .image-gallery-album li.gallery-item a, .image-gallery li.album-item a, .image-gallery li.gallery-item a {
  width: 100%;
  height: 200px;
  display: block;
  overflow: hidden;
}
.image-gallery-album li.album-item a img, .image-gallery-album li.gallery-item a img, .image-gallery li.album-item a img, .image-gallery li.gallery-item a img {
  min-width: 100%;
  min-height: 150px;
  max-width: none;
}
.image-gallery-album .album-title, .image-gallery-album .gallery-item-title, .image-gallery .album-title, .image-gallery .gallery-item-title {
  text-align: center;
  font-size: 0.9em;
  margin: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  font-family: "Open Sans", Proxima Nova, "Proxima Nova", arial, helvetica, sans-serif;
}
.image-gallery-album .album-title .title-wrapper, .image-gallery-album .gallery-item-title .title-wrapper, .image-gallery .album-title .title-wrapper, .image-gallery .gallery-item-title .title-wrapper {
  color: #0C598B;
  background: transparent;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #0054A6;
  display: inline-block;
  width: 80%;
  margin: 0 auto;
  margin-top: -1.4em;
  padding: 0.8em;
}

.ci-image-gallery {
  margin: 2em 0 !important;
  padding: 0 30px !important;
  height: 250px;
}
@media (min-width: 992px) {
  .ci-image-gallery {
    padding: 0 50px !important;
  }
}
.ci-image-gallery br, .ci-image-gallery .gallery-item-title {
  display: none;
}
.ci-image-gallery .owl-prev {
  line-height: 250px;
}
.ci-image-gallery .owl-next {
  line-height: 250px;
}
.ci-image-gallery li.gallery-item {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 250px;
}
.ci-image-gallery li.gallery-item a {
  display: block;
  height: 250px;
  position: relative;
}

.valmessage[style*="display: inline"] {
  display: block !important;
  background: #d9534f;
  color: #fff;
  padding: 0.4em;
  margin-top: 10px;
  position: relative;
}
.valmessage[style*="display: inline"]:after {
  content: "\f06a";
  font-family: "Font Awesome 5 Pro";
  float: left;
  margin-right: 0.5em;
  margin-left: 0.2em;
}
.valmessage[style*="display: inline"]:before {
  display: block;
  content: "";
  position: absolute;
  background: #d9534f;
  height: 10px;
  width: 10px;
  top: 0;
  margin-top: -5px;
  margin-left: 10px;
  transform: rotate(45deg);
}

.footer-newsletter .website-form-main .website-form-step {
  padding-top: 0;
  border-top: none;
}

.main-hero .owl-controls .owl-prev, .main-hero .owl-controls .owl-next {
  color: transparent;
  text-shadow: none;
}
.main-hero .owl-controls .owl-dots {
  display: none !important;
}

.events-box .eventsfeed .img-wrapper img {
  width: 100%;
  height: 100%;
}

.wcag-highcontrast #home-hero .hero-text h1 .hero-title {
  color: #ff0;
}
.wcag-highcontrast #home-quicklinks .quicklinks .quicklink-nav li a:hover {
  background-color: #fff;
}
.wcag-highcontrast #home-road .road-report-wrapper .road-report .details .details-text .view-report .ca-btn {
  background-color: #ff0;
  color: #000;
}
.wcag-highcontrast #home-events .feed-header h1 .text-events-free {
  color: #ff0;
}
.wcag-highcontrast #alerts-feed .alertsfeed-outer .alert-wrap .alert-text .alertitem-content a {
  color: #000;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/yilgarn.wa.gov.au/Web/Spark.Website/Profiles/yilgarn/Includes/CSS/_variables.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/yilgarn.wa.gov.au/Web/Spark.Website/Profiles/yilgarn/Includes/CSS/_mobile-navbar.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/yilgarn.wa.gov.au/Web/Spark.Website/Profiles/Shared/CSS/bootstrap/mixins/_clearfix.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/yilgarn.wa.gov.au/Web/Spark.Website/Profiles/yilgarn/Includes/CSS/_sm-core.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/yilgarn.wa.gov.au/Web/Spark.Website/Profiles/yilgarn/Includes/CSS/_sm-submenu.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/yilgarn.wa.gov.au/Web/Spark.Website/Profiles/yilgarn/Includes/CSS/_sm-simple.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/yilgarn.wa.gov.au/Web/Spark.Website/Profiles/yilgarn/Includes/CSS/_menu-clean.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/yilgarn.wa.gov.au/Web/Spark.Website/Profiles/yilgarn/Includes/CSS/_spark-utilities.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/yilgarn.wa.gov.au/Web/Spark.Website/Profiles/yilgarn/Includes/CSS/_spark-utilities-mixins.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/yilgarn.wa.gov.au/Web/Spark.Website/Profiles/Shared/CSS/bootstrap/mixins/_alerts.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/yilgarn.wa.gov.au/Web/Spark.Website/Profiles/Shared/CSS/bootstrap/mixins/_buttons.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/yilgarn.wa.gov.au/Web/Spark.Website/Profiles/yilgarn/Includes/CSS/_menu.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/yilgarn.wa.gov.au/Web/Spark.Website/Profiles/Shared/CSS/bootstrap/mixins/_grid.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/yilgarn.wa.gov.au/Web/Spark.Website/Profiles/Shared/CSS/bootstrap/mixins/_gradients.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/yilgarn.wa.gov.au/Web/Spark.Website/Profiles/yilgarn/Includes/CSS/_mega-menu.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/yilgarn.wa.gov.au/Web/Spark.Website/Profiles/yilgarn/Includes/CSS/owl-carousel/owl.core.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/yilgarn.wa.gov.au/Web/Spark.Website/Profiles/yilgarn/Includes/CSS/owl-carousel/owl.animate.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/yilgarn.wa.gov.au/Web/Spark.Website/Profiles/yilgarn/Includes/CSS/owl-carousel/owl.autoheight.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/yilgarn.wa.gov.au/Web/Spark.Website/Profiles/yilgarn/Includes/CSS/owl-carousel/owl.lazyload.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/yilgarn.wa.gov.au/Web/Spark.Website/Profiles/yilgarn/Includes/CSS/owl-carousel/owl.video.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/yilgarn.wa.gov.au/Web/Spark.Website/Profiles/yilgarn/Includes/CSS/_owl-carousel.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/yilgarn.wa.gov.au/Web/Spark.Website/Profiles/yilgarn/Includes/CSS/_slick.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/yilgarn.wa.gov.au/Web/Spark.Website/Profiles/yilgarn/Includes/CSS/_slick-theme.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/yilgarn.wa.gov.au/Web/Spark.Website/Profiles/yilgarn/Includes/CSS/_breadcrumb.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/yilgarn.wa.gov.au/Web/Spark.Website/Profiles/shared/css/bootstrap/_tables.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/yilgarn.wa.gov.au/Web/Spark.Website/Profiles/Shared/CSS/bootstrap/mixins/_table-row.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/yilgarn.wa.gov.au/Web/Spark.Website/Profiles/shared/css/animate.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/yilgarn.wa.gov.au/Web/Spark.Website/Profiles/yilgarn/Includes/CSS/Layout.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/yilgarn.wa.gov.au/Web/Spark.Website/Profiles/Shared/CSS/bootstrap/mixins/_size.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22;AAIA;EACI;EACA;EACA;EACA;;AA4DJ;AAhEA;EACI;EACA;EACA;EACA;;AA4DJ;ACjEA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGD;AACC;EAEA;EACA,YDEc;ECDd;;ACNC;EAEE;EACA;;AAEF;EACE;;ADEH;EAPD;IAQE;;;AAGD;EACC;EACA;EACA;EACA;EACA;;ACjBA;EAEE;EACA;;AAEF;EACE;;ADcF;EACC;EACA;EACA;;AAEA;EACC;AACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACC;;AAGD;EACC;;AAGD;AACC;;AAGD;EACC,YD3CU;;;ACkDf;EACC;EACA;EACA;EACA;;AAEA;EAND;IAOE;IACA;;;AAGD;EAXD;IAYE;IACA;IACA;;;AAGD;EACC;EACA,ODhBO;ECiBP;EACA;EACA;EACA;EACA;;AAEA;EATD;IAUE;;;AAIF;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YD1Fa;EC2Fb;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAnBD;IAoBE;;;AAGD;EACC;EACA;;;AAMF;EADD;IAEE;;;;AAIF;EACI;EACA;EACA;EACA;EACA;;AAEA;EAPJ;IAQQ;;;AAGJ;EAXJ;IAYQ;;;;AAKP;EACC;EACA;;;AAIF;EACC,YD7Ic;;AC+Id;EACC;EACA;;;AErKF;AAAA;AAAA;AAIA;EAAI;EAAkB;;;AACtB;EAAkB;EAAc;EAAgB;EAAS;EAAU;EAAmB;EAAc;EAAgB;;;AACpH;EAA8B;EAAc;;;AAC5C;EAA4D;EAAS;;;AACrE;EAAO;;;AACP;EAAa;;;AACb;EAAM;;;AACN;EAAe;;;AACf;EAAU;EAAgB;EAAc;EAAS;EAAiB;EAAW;EAAkB;;;AAC/F;EAAmC;EAA2B;EAA8B;;;ACZ5F;AACC;AACA;AACA;AAEA;AAEA;AAGA;AAIA;AAiBA;AA0HA;;AA1IA;AACC;EACA,YJEa;EIDb,WAdiB;EAejB;EACA;EACA;EACA;EACA;EACA;EACM;;AACN;AACC;EACA;;AAIF;EACC;EACA;EACA;EACA;EACA;EACA;;AAEA;EACC;AASA;AAyCA;;AAhDA;EACC;;AAGD;EACC;;AAID;EACC;;AAEA;EACC;;AAGD;EACC;;AAID;EACC;EACA,aAzDe;EA0Df,gBA1De;;AA4Df;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,aAxEc;EAyEd;EACA;;AAGD;EACC;;AAKH;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,WA/FoB;EAgGpB;EACA;EACA;EACA;AACA;AAQA;AA0BA;;AAjCA;EACC;;AAGD;EACC;;AAGD;EACC;EACA;EACA;EACA,SA/Ge;EAgHf;EACA;EACA;EACA;;AAEA;EACC;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA,SA9HkB;;AAmInB;EACC;;AAMJ;EACC;;AAKF;EACC;EACA;EACA;;AAEA;EACC;;AAGD;EACC;;AAIF;EAzKD;IA0KE;;;;AC3KF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;AACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAEF;AAAA;AAAA;AAAA;EAIE;;;AAEF;AAAA;AAAA;AAAA;EAIE;;;AAEF;AAAA;AAAA;AAAA;EAIE;;;AAEF;AAAA;AAAA;AAAA;EAIE;;;AAGF;AACE;AAAA;AAAA;AAAA;AAAA;AAKA;EACA;IACE;;EAGF;IACE;;EAGF;IACE;;EAGF;IACE;;EAGF;IACE;;EAGF;IACE;;EAGF;IACE;;AAGF;EACA;IACE;;EAEF;IACE;IACA;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;;EAEF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;;EAEF;IACE;IACA;IACA;IACA;IACA;IACH;;EAEC;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;;EAEF;AAAA;IAEE;IACA;IACA;IACA;IACA;IACA;;EAEF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEF;IACE;IACA;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;;;ALlPJ;EACI;EACA;EACA;EACA;;AA4DJ;AGpEA;AAAA;AAAA;AAIA;EAAI;EAAkB;;;AACtB;EAAkB;EAAc;EAAgB;EAAS;EAAU;EAAmB;EAAc;EAAgB;;;AACpH;EAA8B;EAAc;;;AAC5C;EAA4D;EAAS;;;AACrE;EAAO;;;AACP;EAAa;;;AACb;EAAM;;;AACN;EAAe;;;AACf;EAAU;EAAgB;EAAc;EAAS;EAAiB;EAAW;EAAkB;;;AAC/F;EAAmC;EAA2B;EAA8B;;;AGb3F;AAAA;AAAA;AAAA;AAAA;AAAA;AAQD;AAAA;AAGC;EACC;EACA;EACA;EACA;EACA;;;AAED;EACC;EACA;EACA;EACA;;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAED;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAED;AACA;EACC;;;AAIF;AAAA;AAGC;EACC;EACA;EACA;EACA;EACA;;;AAED;AAAA;EAEC;;;AAED;AAAA;EAEC;;;AAED;EACC;;;AAED;AAAA;EAEC;;;AAED;AAAA;EAEC;;;AAED;EACC;;;AAED;AAAA;EAEC;EACA;;;AAED;AACA;EACC;;;AAIF;AAAA;AAGC;EACC;EACA;EACA;EACA;AACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAED;AAAA;EAEC;EACA;EACA;EACA;EACA;EACA;;;AAIF;AAAA;AAGC;EACC;EACA;EACA;EACA;EACA;EACA;AACA;;;AAED;EACC;;;AAED;EACC;EACA;EACA;EACA;AACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAED;EACC;;;AAED;EACC;EACA;EACA;;;AAED;EACC;;;AAIF;AAAA;AAAA;AAAA;AAAA;AAOA;AACA;EACC;IACC;IACA;;EAED;IACC;;;AAGF;EACC;IACC;IACA;;EAED;IACC;;;AAKF;AAEC;EACA;IAAY;;EACZ;IAAe;IAAa;IAA2B;IAAoB;IAAqB;IAAyB;IAAwB;IAAsB;IAAuB;;EAC9L;IAAe;;EACf;IAA+C;;EAC/C;IAAmB;;AAEnB;AACA;AAAA;AAAA;AAKD;AAAA;EAGC;IACC;IACA;IACA;IACA;;EAED;IACC;IACA;AACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;AAED;EACA;IACC;;AAIF;AAAA;EAGC;IACC;IACA;IACA;;EAED;IACC;;AAED;EACA;IACC;;EAED;IACC;;EAED;IACC;;EAED;IACC;;EAED;IACC;;AAIF;AAAA;EAGC;AAAA;IAEC;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;AAED;EACA;IACC;;AAIF;AAAA;EAGC;IACC;;EAED;IACC;;;ACtTD;AACD;APGA;EACI;EACA;EACA;EACA;;AA4DJ;AQpEC;AACD;ARGA;EACI;EACA;EACA;EACA;;AA4DJ;AQ/DA;AAEA;AACA;AACA;AAiBA;AAGA;AAaA;AAEA;AAWA;AAEA;AAWA;AAWA;AAUA;AAEA;AAEA;AACA;AAcA;AACA;AAYA;AAEA;AAEA;AAcA;AAEA;AAiBA;AAEA;AAmBA;AAEA;AACA;AAiDA;AAEA;AAEA;AAoBA;AAEA;AA4CA;AAGA;AAsBA;AAEA;AA8HA;AD5bA;EEPE,kBFIiB;EEHjB,cFIqB;EEHrB,OFCmB;;AECnB;EACE;;AAEF;EACE;;AFEA;EACI;;;AAIR;AAEA;AACA;AACA;AAGA;AAEA;AAEA;EACC;;;AAGD;AAEA;AAEA;ECLC,kBRuDY;;;AQnDZ;EACC;;;ADQF;AACA;EACI,aPsDqB;;;AOpDzB;EACI,aP2EmB;;;AOzEvB;AAEA;AAEA;EGlDE,OFsDuB;EErDvB,kBFqD6B;EEpD7B,cFoDyC;EA/C1C;EACA;EACA;EACA;;AENC;EAME,OF4CqB;EE3CrB;EACI;;AAEN;EAGE;;AAKA;EAME,kBF0ByB;EEzBrB,cFyBiC;;AErBzC;EACE,OFoB2B;EEnB3B,kBFmBqB;;AAGxB;EACC;EACA,OR7Ca;;;AOuCf;AAEA;EGvDE,OVca;EUbb,kBF+DsC;EE9DtC,cF8D4C;EAzD7C;EACA;EACA;EACA;;AENC;EAME,OVIW;EUHX;EACI;;AAEN;EAGE;;AAKA;EAME,kBFoCkC;EEnC9B,cFmCoC;;AE/B5C;EACE,OF8BoC;EE7BpC,kBVrBW;;AQqDd;EACC;EACA;;;ADXF;AAEA;EG5DE,OF2EuB;EE1EvB,kBF0E6B;EEzE7B,cFyE6C;EAC9C;;AExEC;EAME,OFiEqB;EEhErB;EACI;;AAEN;EAGE;;AAKA;EAME,kBF+CyB;EE9CrB,cF8CqC;;AE1C7C;EACE,OFyC2B;EExC3B,kBFwCqB;;AAGxB;EACC;;;ADfF;AAEA;AAEA;EACC,cPvDc;;;AO0Df;AAEA;AAEA;AAEA;EC2CC;EACA;;AAEA;EACC;EACA;;AAEA;EACC;;;AD/CH;AAEA;ACsDC;EDpDD;ICqDE;IACA;;EAEA;IACC;IACA;;EAEA;IACC;;;;AD1DJ;AAEA;AAEA;AC+DC;AACA;;AACA;EDjED;ACkEE;AAAA;;EAEA;IACC;IACA;;EAEA;IACC,cRoNgB;IQnNhB,eRmNgB;;;;AOzRpB;AAEA;AAEA;AACA;AAAA;AAAA;AAAA;EAIC;EACA;EACA;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;IACC;IACA;;;AAIF;EACC;IACC;IACA;;;AAIF;EACC;IACC;IACA;;;AAIF;AAEA;AAEA;EACC;;;AAED;EACC;;;AAED;EACC;;;AAGD;AAEA;AACA;AACA;AAEA;AACA;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;AAEA;EAJD;IAKE;IACA;;;;AAIF;EACC;EACA;;AAEA;EAJD;IAKE;IACA;;;;AAIF;EACC;EACA;;AAEA;EAJD;IAKE;IACA;;;;AAIF;EACC;EACA;;AAEA;EAJD;IAKE;IACA;;;;AAIF;AACA;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;AAEA;EAJD;IAKE;IACA;;;;AAIF;EACC;EACA;;AAEA;EAJD;IAKE;IACA;;;;AAIF;EACC;EACA;;AAEA;EAJD;IAKE;IACA;;;;AAGF;AACA;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;AAEA;EAHD;IAIE;;;;AAIF;EACC;;AAEA;EAHD;IAIE;;;;AAIF;AACA;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;AAEA;EAHD;IAIE;;;;AAIF;EACC;;AAEA;EAHD;IAIE;;;;AAIF;AACA;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;AAEA;EAHD;IAIE;;;;AAIF;EACC;;AAEA;EAHD;IAIE;;;;AAIF;AACA;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;AAEA;EAHD;IAIE;;;;AAIF;EACC;;AAEA;EAHD;IAIE;;;;AAIF;AAEA;AAEA;EC5TC;EACA;;AAEA;EArBA,cR5GyB;EQ6GzB;EACA;EACA;EACA;;AAEA;EA5BA;EACA;EACA;EACA;EACA;EACA;EACA,SAsCqB;EAdpB,WR/Je;EQgKf,aRpJiB;EQqJjB;EACA;EACA;EACA;;AAYD;EAzBA,cR5GyB;EQ6GzB;EACA;EACA;EACA;;AAEA;EA5BA;EACA;EACA;EACA;EACA;EACA;EACA,SA0CqB;EAlBpB,WR/Je;EQgKf,aRpJiB;EQqJjB;EACA;EACA;EACA;;AAgBD;EA7BA,cR5GyB;EQ6GzB;EACA;EACA;EACA;;AAEA;EA5BA;EACA;EACA;EACA;EACA;EACA;EACA,SA8CqB;EAtBpB,WR/Je;EQgKf,aRpJiB;EQqJjB;EACA;EACA;EACA;;AAoBD;EAjCA,cR5GyB;EQ6GzB;EACA;EACA;EACA;;AAEA;EA5BA;EACA;EACA;EACA;EACA;EACA;EACA,SAkDqB;EA1BpB,WR/Je;EQgKf,aRpJiB;EQqJjB;EACA;EACA;EACA;;AAwBD;EArCA,cR5GyB;EQ6GzB;EACA;EACA;EACA;;AAEA;EA5BA;EACA;EACA;EACA;EACA;EACA;EACA,SAsDqB;EA9BpB,WR/Je;EQgKf,aRpJiB;EQqJjB;EACA;EACA;EACA;;;ADqUF;AAEA;AAEA;EACI;EACA;EACA;EACA;EACA;;;AAEJ;EACI;;;AAGJ;AAEA;AAEA;ECrTC;;;ADyTD;ECrTC;;;ADyTD;ECrTC;;;ADyTD;ECrTC;;;ADyTD;ECrTC;;;ADyTD;AIpnBA;EACI;;AAEA;EAHJ;IAIQ;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA,YAfa;IAgBb;IACA;;EAEA;IACI,YXNG;;EWSP;IACI;;;AAIR;EA1BJ;IA2BQ;;;;AAIR;AACA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGA;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;;AAIR;EACI;IACI;IACA;;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EANJ;IAOQ;;;AAGJ;EACI;;AAIR;AAAA;EAEI;EACA;EACA;EACA;EACA;;AAEA;EARJ;AAAA;IASQ;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;AAGJ;AAAA;EACI;EACA;EACA;EACA;;AAGJ;AAAA;AACI;EACA;EACA;EACA;;AAEA;EANJ;AAAA;IAOQ,OX/GD;;;AWkHH;AAAA;EACI;EACA;;AAEA;EAJJ;AAAA;IAKQ;;;AAGJ;EARJ;AAAA;IASQ;;;AAIR;EAvBJ;AAAA;IAwBQ,kBX/GF;IWgHE;;;AAIA;AAAA;EACI;;AAGJ;AAAA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAXJ;AAAA;IAYQ;IACA;;;AAIR;AAAA;EACI;EACA;;AAEA;AAAA;EACI;EACA;EACA;EACA;EACA;EACA;;AAMJ;EAFJ;AAAA;IAGQ;IACA;IACA;IACA;;EAEA;AAAA;IACI;;EASA;AAAA;IACI;IACA,YA1MX;IA2MW;IACA;;EAEA;AAAA;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;AAAA;IACI;;EAIR;AAAA;IACI;;;AAKZ;EA7CJ;AAAA;IA8CQ;;;AAIR;EAtFJ;AAAA;ICzIV;IACA;;EVHA;AAAA;AAAA;IAEE;IACA;;EAEF;AAAA;IACE;;ES8NgB;AAAA;IACI;IACA;IACA;IACA;;EAEA;AAAA;IACI;;;AAQhB;EADJ;AAAA;IAEQ;IACA;IACA;;;AAGJ;AAAA;EACI;;AAGJ;AAAA;EACI;EACA;EACA;EACA,OX9NS;EW+NT;EACA;AA0FA;;AAxFA;EARJ;AAAA;IASQ;IACA;IACA;;EAEA;AAAA;IACI;;;AAIR;AAAA;EACI;;AAGJ;AAAA;AAAA;EACI,OXjPK;Ea3BvB;EACA;EACA;EACA;EACA;EF2QkB;;AAEA;AAAA;AAAA;EACI;;AAKJ;EACI;AAAA;IACI;IACA;IACA;IACA;;EAGJ;AAAA;IACI;;;AAKZ;AAAA;EACI;EACA;;AAEA;EAJJ;AAAA;IAKQ;IACA;;;AAIR;EA1DJ;AAAA;IA2DQ;IACA;IACA;IACA;AAYA;;EAVA;AAAA;IACI;AAKA;AAAA;AAAA;;EAHA;AAAA;IACI;;EAOR;AAAA;IACI;IACA;IACA;IACA;IACA;IACA;IACA,OX/Qf;;EWkRW;AAAA;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;AAIR;EAjGJ;AAAA;IAkGQ;IACA;;;AAGJ;EAtGJ;AAAA;IAuGQ;IACA;;;AAGJ;EA3GJ;AAAA;IA4GQ;IACA;;;AAKR;AAAA;EACI;;AAEA;AAAA;EACI;;AAIR;AAAA;AAAA;EACI;EACA;EACA;AACA;;AACA;EACI;AAAA;AAAA;IACI,YXvXT;;;AW2XC;EAXJ;AAAA;AAAA;IAYQ,OX5XL;;;AWgYH;AAAA;EACI;;AAEA;AAAA;EACI;;AAIR;AAAA;EACI;EACA;EACA;;AAEA;EALJ;AAAA;IAMQ;IACA;;;AAIR;EAxKJ;AAAA;IAyKQ;;EAEA;AAAA;IACI;IACA;IACA;IACA;IACA;IACA;;;;AAQhB;EACI;;;AGzbP;AdID;EACI;EACA;EACA;EACA;;AA4DJ;AOpEC;AACD;APGA;EACI;EACA;EACA;EACA;;AA4DJ;AQpEC;AACD;ARGA;EACI;EACA;EACA;EACA;;AA4DJ;AQ/DA;AAEA;AACA;AACA;AAiBA;AAGA;AAaA;AAEA;AAWA;AAEA;AAWA;AAWA;AAUA;AAEA;AAEA;AACA;AAcA;AACA;AAYA;AAEA;AAEA;AAcA;AAEA;AAiBA;AAEA;AAmBA;AAEA;AACA;AAiDA;AAEA;AAEA;AAoBA;AAEA;AA4CA;AAGA;AAsBA;AAEA;AA8HA;AD5bA;EEPE,kBFIiB;EEHjB,cFIqB;EEHrB,OFCmB;;AECnB;EACE;;AAEF;EACE;;AFEA;EACI;;;AAIR;AAEA;AACA;AACA;AAGA;AAEA;AAEA;EACC;;;AAGD;AAEA;AAEA;ECLC,kBRuDY;;;AQnDZ;EACC;;;ADQF;AACA;EACI,aPsDqB;;;AOpDzB;EACI,aP2EmB;;;AOzEvB;AAEA;AAEA;EGlDE,OFsDuB;EErDvB,kBFqD6B;EEpD7B,cFoDyC;EA/C1C;EACA;EACA;EACA;;AENC;EAME,OF4CqB;EE3CrB;EACI;;AAEN;EAGE;;AAKA;EAME,kBF0ByB;EEzBrB,cFyBiC;;AErBzC;EACE,OFoB2B;EEnB3B,kBFmBqB;;AAGxB;EACC;EACA,OR7Ca;;;AOuCf;AAEA;EGvDE,OVca;EUbb,kBF+DsC;EE9DtC,cF8D4C;EAzD7C;EACA;EACA;EACA;;AENC;EAME,OVIW;EUHX;EACI;;AAEN;EAGE;;AAKA;EAME,kBFoCkC;EEnC9B,cFmCoC;;AE/B5C;EACE,OF8BoC;EE7BpC,kBVrBW;;AQqDd;EACC;EACA;;;ADXF;AAEA;EG5DE,OF2EuB;EE1EvB,kBF0E6B;EEzE7B,cFyE6C;EAC9C;;AExEC;EAME,OFiEqB;EEhErB;EACI;;AAEN;EAGE;;AAKA;EAME,kBF+CyB;EE9CrB,cF8CqC;;AE1C7C;EACE,OFyC2B;EExC3B,kBFwCqB;;AAGxB;EACC;;;ADfF;AAEA;AAEA;EACC,cPvDc;;;AO0Df;AAEA;AAEA;AAEA;EC2CC;EACA;;AAEA;EACC;EACA;;AAEA;EACC;;;AD/CH;AAEA;ACsDC;EDpDD;ICqDE;IACA;;EAEA;IACC;IACA;;EAEA;IACC;;;;AD1DJ;AAEA;AAEA;AC+DC;AACA;;AACA;EDjED;ACkEE;AAAA;;EAEA;IACC;IACA;;EAEA;IACC,cRoNgB;IQnNhB,eRmNgB;;;;AOzRpB;AAEA;AAEA;AACA;AAAA;AAAA;AAAA;EAIC;EACA;EACA;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;IACC;IACA;;;AAIF;EACC;IACC;IACA;;;AAIF;EACC;IACC;IACA;;;AAIF;AAEA;AAEA;EACC;;;AAED;EACC;;;AAED;EACC;;;AAGD;AAEA;AACA;AACA;AAEA;AACA;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;AAEA;EAJD;IAKE;IACA;;;;AAIF;EACC;EACA;;AAEA;EAJD;IAKE;IACA;;;;AAIF;EACC;EACA;;AAEA;EAJD;IAKE;IACA;;;;AAIF;EACC;EACA;;AAEA;EAJD;IAKE;IACA;;;;AAIF;AACA;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;AAEA;EAJD;IAKE;IACA;;;;AAIF;EACC;EACA;;AAEA;EAJD;IAKE;IACA;;;;AAIF;EACC;EACA;;AAEA;EAJD;IAKE;IACA;;;;AAGF;AACA;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;AAEA;EAHD;IAIE;;;;AAIF;EACC;;AAEA;EAHD;IAIE;;;;AAIF;AACA;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;AAEA;EAHD;IAIE;;;;AAIF;EACC;;AAEA;EAHD;IAIE;;;;AAIF;AACA;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;AAEA;EAHD;IAIE;;;;AAIF;EACC;;AAEA;EAHD;IAIE;;;;AAIF;AACA;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;AAEA;EAHD;IAIE;;;;AAIF;EACC;;AAEA;EAHD;IAIE;;;;AAIF;AAEA;AAEA;EC5TC;EACA;;AAEA;EArBA,cR5GyB;EQ6GzB;EACA;EACA;EACA;;AAEA;EA5BA;EACA;EACA;EACA;EACA;EACA;EACA,SAsCqB;EAdpB,WR/Je;EQgKf,aRpJiB;EQqJjB;EACA;EACA;EACA;;AAYD;EAzBA,cR5GyB;EQ6GzB;EACA;EACA;EACA;;AAEA;EA5BA;EACA;EACA;EACA;EACA;EACA;EACA,SA0CqB;EAlBpB,WR/Je;EQgKf,aRpJiB;EQqJjB;EACA;EACA;EACA;;AAgBD;EA7BA,cR5GyB;EQ6GzB;EACA;EACA;EACA;;AAEA;EA5BA;EACA;EACA;EACA;EACA;EACA;EACA,SA8CqB;EAtBpB,WR/Je;EQgKf,aRpJiB;EQqJjB;EACA;EACA;EACA;;AAoBD;EAjCA,cR5GyB;EQ6GzB;EACA;EACA;EACA;;AAEA;EA5BA;EACA;EACA;EACA;EACA;EACA;EACA,SAkDqB;EA1BpB,WR/Je;EQgKf,aRpJiB;EQqJjB;EACA;EACA;EACA;;AAwBD;EArCA,cR5GyB;EQ6GzB;EACA;EACA;EACA;;AAEA;EA5BA;EACA;EACA;EACA;EACA;EACA;EACA,SAsDqB;EA9BpB,WR/Je;EQgKf,aRpJiB;EQqJjB;EACA;EACA;EACA;;;ADqUF;AAEA;AAEA;EACI;EACA;EACA;EACA;EACA;;;AAEJ;EACI;;;AAGJ;AAEA;AAEA;ECrTC;;;ADyTD;ECrTC;;;ADyTD;ECrTC;;;ADyTD;ECrTC;;;ADyTD;ECrTC;;;ADyTD;AOrnBA;AAIA;AAIA;AASA;AACA;AACA;AAEA;AAOA;AAOA;AAQA;AACA;AACA;AACA;AAMA;AAIA;AACA;AACA;AAEA;AACA;EFrDE;EACA;EEsDE;EACA;;AZ1DF;EAEE;EACA;;AAEF;EACE;;AYsDA;EFJF;EACA;EACA;EACA;EAyBA;EACA;EACA;EACA;EExBM;EACA;EACA;;AFJN;EEDE;IFEA;IACA;;;AA0BF;EE7BE;IF8BA;IACA;;;AExBI;EACI;;;AAMZ;AAGA;EACI;EACA;EACA;EACA;EN8SH,QM7SwB;EN8SxB,OM9SwB;EN+SxB;EM9SG;EACA;EACA;EACA;EACA;EACA;EACA,adIsB;EcHtB;EACA;AACA;AAAA;AAAA;AAAA;AAAA;EAMA;;AZlGF;EAEE;EACA;;AAEF;EACE;;AY8FA;EAvBJ;IAwBQ;;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA,kBd1GO;;;Ac8Gf;EACI;EACA;EACA,ad/BgB;EcgChB,YA1HS;AAkRT;;AAtJA;EANJ;IAOQ;;;AAGJ;EACI;EACA;;AAGJ;EACI;AAeA;AAkEA;AACA;;AAhFA;EAHJ;IAIQ;;EACA;IAEI;IACA;IACA;IACA;IACA;IACA;IACA;;;AAIR;EACI,WdvDK;EcwDL,SAtIC;EAuID,YApIJ;EAqII,OAvID;EAwIC;EACA;EAEA;EACA;AAKA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAQA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAyBA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;;AZpMV;EAEE;EACA;;AAEF;EACE;;AY0JQ;EACI;;AA0BJ;EACI,OdrLD;EcsLC,YAxKF;EAyKE;;AAEA;EACI;;AAuBZ;EACI;;AAGJ;EACI;EACA;;AAGJ;AACI;;AAIJ;EACI;;AAEA;EACI;;AAMR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIA;EACI,OdrQL;;Ac2QX;EACI;EACA,YAhRS;EAiRT,SA5QgB;EA6QhB;EACA;;AAEA;EAPJ;IAQQ;;;AAGJ;EACI,YAxRe;;AA2RnB;EACI;EACA;EACA;EACA;EACA;AACA;AACA;;AACA;EACI,OAjRL;EAkRK,YAhRR;EAiRQ,WArRN;EAsRM;EACA;EACA,SAvRH;EAwRG;EACA;EACA;;AAEA;EAXJ;IAYQ;IACA;IACA;;;AAGJ;EACI,OdjTA;EckTA,YAhSN;;AAmSE;EACI;EACA;EACA;EACA,SA3SP;EA4SO,SAzRF;EA0RE,adxOM;;Ac4Od;AACI;AACA;;AACA;EACI;EACA;EACA;EACA;EACA;;AAEA;AACI;AACA;ENrVvB;EACA;EACA;EACA;EMoVuB,SAxTX;EAyTW;EACA,OAzTb;EA0Ta,WA5Td;EA6Tc;EACA,adpQC;EcqQD,YA3ThB;EA4TgB;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA,Od9VP;Ec+VO,SA5TV;EA6TU,SA1Uf;EA2Ue,ad7QF;Ec8QE;;AAGJ;EACI,YA5Ud;EA6Uc,OdtWR;EcuWQ;;;AAS5B;EACI;IACI;;;ACzYR;AAAA;AAAA;AAGA;EACC;EACA;EACA;AACA;EACA;EACA;;AAEA;EACC;EACA;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;;AAGD;EACC;EACA;AACA;EACA;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;;AAED;EACC;EACA;EACA;;AAGD;AAAA;EAEC;;AAGD;AAAA;AAAA;EAGC;EACA;EACA;EACA;EACA;EACA;EACA;;AAGD;EACC;;AAGD;EACC;EACA;;AAGD;EACC;;AAGD;EACC;;AAGD;EACC;EACA;EACA;EACA;;AAGD;EACC;EACA;;AAGD;EACC;;AAGD;EACC;;;AAIF;AACA;EACC;;;ACvGD;AAAA;AAAA;AAIC;EACC;EACA;;AAED;EACC;;AAED;EACC;;AAED;EACC;;;AAIF;EACC;IACC;;EAGD;IACC;;;ACzBF;AAAA;AAAA;AAIA;EACC;;;ACLD;AAAA;AAAA;AAME;EACE;EACA;;AAGF;EACC;;;ACZH;AAAA;AAAA;AAKC;EACC;EACA;EACA;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAED;EACC;;AAED;AAAA;EAEC;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;;AAED;EACC;EACA;EACA;EACA;;;AnBvCF;EACI;EACA;EACA;EACA;;AA4DJ;AoB3DA;EACC;;;AAIA;EACC;;AAGD;EACC;;AAGD;EACC;EACA;EACA;EACA;EACA;;AAGD;EACC;EACA;EACA;EACA;;AAEA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACC,YAvCQ;;;AbPX;AACD;APGA;EACI;EACA;EACA;EACA;;AA4DJ;AQpEC;AACD;ARGA;EACI;EACA;EACA;EACA;;AA4DJ;AQ/DA;AAEA;AACA;AACA;AAiBA;AAGA;AAaA;AAEA;AAWA;AAEA;AAWA;AAWA;AAUA;AAEA;AAEA;AACA;AAcA;AACA;AAYA;AAEA;AAEA;AAcA;AAEA;AAiBA;AAEA;AAmBA;AAEA;AACA;AAiDA;AAEA;AAEA;AAoBA;AAEA;AA4CA;AAGA;AAsBA;AAEA;AA8HA;AD5bA;EEPE,kBFIiB;EEHjB,cFIqB;EEHrB,OFCmB;;AECnB;EACE;;AAEF;EACE;;AFEA;EACI;;;AAIR;AAEA;AACA;AACA;AAGA;AAEA;AAEA;EACC;;;AAGD;AAEA;AAEA;ECLC,kBRuDY;;;AQnDZ;EACC;;;ADQF;AACA;EACI,aPsDqB;;;AOpDzB;EACI,aP2EmB;;;AOzEvB;AAEA;AAEA;EGlDE,OFsDuB;EErDvB,kBFqD6B;EEpD7B,cFoDyC;EA/C1C;EACA;EACA;EACA;;AENC;EAME,OF4CqB;EE3CrB;EACI;;AAEN;EAGE;;AAKA;EAME,kBF0ByB;EEzBrB,cFyBiC;;AErBzC;EACE,OFoB2B;EEnB3B,kBFmBqB;;AAGxB;EACC;EACA,OR7Ca;;;AOuCf;AAEA;EGvDE,OVca;EUbb,kBF+DsC;EE9DtC,cF8D4C;EAzD7C;EACA;EACA;EACA;;AENC;EAME,OVIW;EUHX;EACI;;AAEN;EAGE;;AAKA;EAME,kBFoCkC;EEnC9B,cFmCoC;;AE/B5C;EACE,OF8BoC;EE7BpC,kBVrBW;;AQqDd;EACC;EACA;;;ADXF;AAEA;EG5DE,OF2EuB;EE1EvB,kBF0E6B;EEzE7B,cFyE6C;EAC9C;;AExEC;EAME,OFiEqB;EEhErB;EACI;;AAEN;EAGE;;AAKA;EAME,kBF+CyB;EE9CrB,cF8CqC;;AE1C7C;EACE,OFyC2B;EExC3B,kBFwCqB;;AAGxB;EACC;;;ADfF;AAEA;AAEA;EACC,cPvDc;;;AO0Df;AAEA;AAEA;AAEA;EC2CC;EACA;;AAEA;EACC;EACA;;AAEA;EACC;;;AD/CH;AAEA;ACsDC;EDpDD;ICqDE;IACA;;EAEA;IACC;IACA;;EAEA;IACC;;;;AD1DJ;AAEA;AAEA;AC+DC;AACA;;AACA;EDjED;ACkEE;AAAA;;EAEA;IACC;IACA;;EAEA;IACC,cRoNgB;IQnNhB,eRmNgB;;;;AOzRpB;AAEA;AAEA;AACA;AAAA;AAAA;AAAA;EAIC;EACA;EACA;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;IACC;IACA;;;AAIF;EACC;IACC;IACA;;;AAIF;EACC;IACC;IACA;;;AAIF;AAEA;AAEA;EACC;;;AAED;EACC;;;AAED;EACC;;;AAGD;AAEA;AACA;AACA;AAEA;AACA;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;AAEA;EAJD;IAKE;IACA;;;;AAIF;EACC;EACA;;AAEA;EAJD;IAKE;IACA;;;;AAIF;EACC;EACA;;AAEA;EAJD;IAKE;IACA;;;;AAIF;EACC;EACA;;AAEA;EAJD;IAKE;IACA;;;;AAIF;AACA;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;AAEA;EAJD;IAKE;IACA;;;;AAIF;EACC;EACA;;AAEA;EAJD;IAKE;IACA;;;;AAIF;EACC;EACA;;AAEA;EAJD;IAKE;IACA;;;;AAGF;AACA;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;AAEA;EAHD;IAIE;;;;AAIF;EACC;;AAEA;EAHD;IAIE;;;;AAIF;AACA;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;AAEA;EAHD;IAIE;;;;AAIF;EACC;;AAEA;EAHD;IAIE;;;;AAIF;AACA;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;AAEA;EAHD;IAIE;;;;AAIF;EACC;;AAEA;EAHD;IAIE;;;;AAIF;AACA;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;AAEA;EAHD;IAIE;;;;AAIF;EACC;;AAEA;EAHD;IAIE;;;;AAIF;AAEA;AAEA;EC5TC;EACA;;AAEA;EArBA,cR5GyB;EQ6GzB;EACA;EACA;EACA;;AAEA;EA5BA;EACA;EACA;EACA;EACA;EACA;EACA,SAsCqB;EAdpB,WR/Je;EQgKf,aRpJiB;EQqJjB;EACA;EACA;EACA;;AAYD;EAzBA,cR5GyB;EQ6GzB;EACA;EACA;EACA;;AAEA;EA5BA;EACA;EACA;EACA;EACA;EACA;EACA,SA0CqB;EAlBpB,WR/Je;EQgKf,aRpJiB;EQqJjB;EACA;EACA;EACA;;AAgBD;EA7BA,cR5GyB;EQ6GzB;EACA;EACA;EACA;;AAEA;EA5BA;EACA;EACA;EACA;EACA;EACA;EACA,SA8CqB;EAtBpB,WR/Je;EQgKf,aRpJiB;EQqJjB;EACA;EACA;EACA;;AAoBD;EAjCA,cR5GyB;EQ6GzB;EACA;EACA;EACA;;AAEA;EA5BA;EACA;EACA;EACA;EACA;EACA;EACA,SAkDqB;EA1BpB,WR/Je;EQgKf,aRpJiB;EQqJjB;EACA;EACA;EACA;;AAwBD;EArCA,cR5GyB;EQ6GzB;EACA;EACA;EACA;;AAEA;EA5BA;EACA;EACA;EACA;EACA;EACA;EACA,SAsDqB;EA9BpB,WR/Je;EQgKf,aRpJiB;EQqJjB;EACA;EACA;EACA;;;ADqUF;AAEA;AAEA;EACI;EACA;EACA;EACA;EACA;;;AAEJ;EACI;;;AAGJ;AAEA;AAEA;ECrTC;;;ADyTD;ECrTC;;;ADyTD;ECrTC;;;ADyTD;ECrTC;;;ADyTD;ECrTC;;;ADyTD;Ac5nBA;ACyCA;AAGI;AACI;;;AAIR;AAWA;AAEA;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;AAAA;AAAA;EACI;EACA;EACA;;AACA;AAAA;AAAA;EACI,SAjEa;;AAoErB;AAAA;EACI,SApEmB;;AAsEvB;AAAA;EACI,atBSiB;EsBRjB;EACA;EACA,OAnFY;EAoFZ,SA7EgB;EA8EhB;EACA;;;AAIR;EACI;;AACA;EACI;EACA;;AAEJ;EACI,SA9Fe;;AA+Ff;EACI,SA/FW;;;AAoGvB;EACI;;AACA;EACI;EACA;;AAEJ;EACI,SA3Ge;;AA4Gf;EACI,SA9GW;;;AAmHvB;AAEA;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AACA;EACI,SApJK;;AAuJb;EACI;EACA;EACA;EACA,SA9JM;EA+JN;EACA;EACA,atB7ES;EsB8ET,WAjKC;EAkKD;EACA;EACA,OAzKE;EA0KF,SAlKW;EAmKX;EACA;;AAGR;EACI,OAhLM;EAiLN,SA3KY;;;ADhBxB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ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AGJ;IACI;;;AAIR;EACI;EACA;;;AAGJ;AAEA;EACI;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;EACA;;;AAGJ;AAEA;EACI;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;IACI;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;EACA;EACA;EACA;;;AAGJ;EACI;IACI;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;IACI;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;IACI;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;IACI;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;IACI;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;IACI;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;EACA;EACA;EACA;;;AAGJ;EACI;IACI;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;IACI;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;IACI;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;;EAGJ;IACI;;;AAIR;EACI;IACI;;EAGJ;IACI;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;;EAGJ;IACI;;;AAIR;EACI;IACI;;EAGJ;IACI;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;IACI;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;IACI;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;IACI;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;IACI;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;IACI;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;IACI;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;IACI;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;IACI;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;;;AAIR;EACI;IACI;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;;;AAIR;EACI;EACA;EACA;EACA;;;AAGJ;EACI;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;EACA;EACA;EACA;;;AAGJ;EACI;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;EACA;EACA;EACA;;;AAGJ;EACI;IACI;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;IACI;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;IACI;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;IACI;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;EACA;EACA;EACA;;;AAGJ;EACI;IACI;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;IACI;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;EACA;EACA;EACA;;;AAGJ;EACI;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;;AAIR;EACI;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;;AAIR;EACI;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;;AAIR;EACI;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;;AAIR;EACI;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;;AAIR;EACI;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;;AAIR;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;;AAIR;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;;AAIR;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;;AAIR;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;;AAIR;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;IACI;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;AAEA;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;AAEA;EACI;IACI;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;IACI;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;IACA;;EAGJ;IACI;;;AAIR;EACI;IACI;IACA;IACA;;EAGJ;IACI;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;;AAIR;EACI;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;;AAIR;EACI;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;;AAIR;EACI;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;;AAIR;EACI;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;;;AAIR;EACI;IACI;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;;AAIR;EACI;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;;AAIR;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;;AAIR;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;I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%22%7D */