/* IMPORT THE FONTS HERE */
@import url("//use.typekit.net/nkf5ixz.css");
@import url("https://s3.amazonaws.com/icomoon.io/71628/Styleguide/style.css?ay37uu");
body, h1, h2, h3, h4, h5, h6, blockquote, pre, table, th, td, hr, form, fieldset, legend, figure, .g-menu__primary, .g-menu__secondary {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

.clearfix, .module {
  *zoom: 1;
}

.clearfix:before, .clearfix:after, .module:before, .module:after {
  content: " ";
  display: table;
}

.clearfix:after, .module:after, .clearBoth {
  clear: both;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.05;
  font-weight: normal;
  margin-bottom: 0.5em;
}

h1, .h1 {
  color: #0081a4;
  font-size: 50px;
  text-transform: uppercase;
  font-family: "roboto", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

@media (min-width: 750px) {
  h1, .h1 {
    font-size: 87px;
  }
}

h2, .h2 {
  font-size: 32px;
  font-family: "roboto", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

h3 {
  color: #0081a4;
  font-size: 24px;
  font-family: "roboto", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

h4 {
  color: #636363;
  font-size: 24px;
  line-height: 1.6em;
  font-family: "roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

h5 {
  color: #0081a4;
  font-size: 26px;
  font-family: "roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

h6 {
  color: #0081a4;
  font-size: 26px;
  font-family: "roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

input, textarea {
  font-family: "roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

a {
  color: #0081a4;
  text-decoration: none;
  font-family: "roboto", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

a:hover {
  color: #001f3a;
  text-decoration: underline;
}

.g-fontIconBase, .g-forms__select:after, .g-forms__radio label:after, .g-forms__checkbox label:after, .g-forms__radio-list li label:after, .g-forms__checkbox-list li label:after, .g-forms__datePicker .g-forms__datePickerButton::before, .g-forms__datePicker .rcCalPopup::before, .g-btn__icon:before, .g-btn__icon--add:before, .g-btn__icon--edit:before, .g-btn__icon--delete:before, .g-btn__icon--user:before, .g-btn__iconOnly:before, .g-btn__iconOnly--add:before, .g-btn__iconOnly--edit:before, .g-btn__iconOnly--delete:before, .g-header__mobileMenuToggle:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.g-layout__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0;
  text-align: left;
  background: white;
}

.g-layout__container *, .g-layout__container *:before, .g-layout__container *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.g-layout__container img {
  max-width: 100%;
}

.g-layout__content {
  width: 100%;
}

@media (min-width: 1200px) {
  .g-layout__content {
    width: 75%;
  }
}

.g-layout__contentWrapper {
  text-align: center;
  padding: 76px 15%;
}

.g-layout__sidebar {
  width: 100%;
}

@media (min-width: 1200px) {
  .g-layout__sidebar {
    width: 24%;
  }
}

.g-layout__maxWidth, .g-layout__content, .g-layout__content--maxWidth, .g-header__content, .g-footer__content, .g-footer__information {
  margin: 0 auto;
  max-width: 1575px;
}

.g-layout__padding, .g-layout__content, .g-layout__sidebar, .g-layout__content--maxWidth, .g-header__content, .g-footer, .g-footer__content, .g-footer__information {
  padding: 20px 20px;
}

@media (min-width: 1200px) {
  .g-layout__padding, .g-layout__content, .g-layout__sidebar, .g-layout__content--maxWidth, .g-header__content, .g-footer, .g-footer__content, .g-footer__information {
    padding: 20px 60px;
  }
}

@media (min-width: 1366px) {
  .g-layout__padding, .g-layout__content, .g-layout__sidebar, .g-layout__content--maxWidth, .g-header__content, .g-footer, .g-footer__content, .g-footer__information {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.g-layout__content--maxWidth {
  margin: 0 auto;
}

/**
*    
*   Columns
*   Note: must update CSSTColumns Enum /_components/Enums.vb    
*    
**/
.g-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
}

.g-columns::after {
  clear: both;
  content: '';
  display: table;
}

@media (min-width: 750px) {
  .g-columns {
    margin-left: 0;
    margin-right: -30px;
  }
}

.g-columns__item, .g-columns__item--one, .g-columns__item--two, .g-columns__item--three, .g-columns__item--four, .g-columns__item--five, .g-columns__item--six, .g-columns__item--seven, .g-columns__item--eight, .g-columns__item--nine, .g-columns__item--ten, .g-columns__item--eleven, .g-columns__item--twelve {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 750px) {
  .g-columns__item, .g-columns__item--one, .g-columns__item--two, .g-columns__item--three, .g-columns__item--four, .g-columns__item--five, .g-columns__item--six, .g-columns__item--seven, .g-columns__item--eight, .g-columns__item--nine, .g-columns__item--ten, .g-columns__item--eleven, .g-columns__item--twelve {
    padding: 15px 30px 15px 0;
  }
}

@media (min-width: 750px) {
  .g-columns__item--one {
    width: 8.33333%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--two {
    width: 16.66667%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--three {
    width: 25%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--four {
    width: 33.33333%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--five {
    width: 41.66667%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--six {
    width: 50%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--seven {
    width: 58.33333%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--eight {
    width: 66.66667%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--nine {
    width: 75%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--ten {
    width: 83.33333%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--eleven {
    width: 91.66667%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--twelve {
    width: 100%;
  }
}

.g-columns__item--last {
  padding-right: 0;
}

body {
  color: #636363;
  font-size: 18px;
  background: white;
  line-height: 1.5;
  font-family: "roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.g-forms__row {
  width: 100%;
  padding-bottom: 40px;
}

@media (min-width: 750px) {
  .g-forms__row {
    padding: 0 0 40px 0;
  }
}

.g-forms__row:before, .g-forms__row:after {
  content: " ";
  display: table;
}

.g-forms__row:after {
  clear: both;
}

.g-forms__buttonRow {
  width: 100%;
  padding: 10px 0 10px 0;
  text-align: right;
}

.g-forms__element {
  position: relative;
}

.g-forms__element > .g-forms__error,
.g-forms__element > .g-forms__required {
  top: 100%;
  left: 15px;
  position: absolute;
}

.g-forms__element.filled .g-forms__label {
  -webkit-transform: scale(0.75) translateY(-50px);
          transform: scale(0.75) translateY(-50px);
}

.g-forms__element.noAnimation .g-forms__label {
  -webkit-transition: none;
  transition: none;
}

.g-forms__label {
  top: 0;
  left: 0;
  right: 15px;
  width: 100%;
  color: inherit;
  z-index: 10;
  padding: 10px 22px 10px 22px;
  position: absolute;
  overflow: hidden;
  font-size: 14px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  min-height: 36px;
  padding-top: 15px;
  padding-bottom: 0;
  white-space: nowrap;
  line-height: 1.15;
  text-overflow: ellipsis;
  pointer-events: none;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition-property: color,bottom,-webkit-transform;
  transition-property: color,bottom,-webkit-transform;
  transition-property: color,bottom,transform;
  transition-property: color,bottom,transform,-webkit-transform;
}

.g-forms__required {
  color: #a90000;
  display: inline-block;
  font-family: "roboto", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.g-recaptcha ~ .g-forms__required {
  left: 0;
  margin-left: 0;
}

.g-forms__select--custom, .g-forms__textbox, .g-forms__textarea, .g-forms__datePicker input[type="text"], .g-forms__uploader .ruFileWrap, .g-forms__textarea, .g-forms__date-picker input[type="textbox"], .g-forms__date-picker.RadPicker .riSingle .riTextBox[type="text"] {
  width: 100%;
  color: #001f3a;
}

.g-forms__textbox, .g-forms__textarea, .g-forms__datePicker input[type="text"], .g-forms__uploader .ruFileWrap, .g-forms__textbox--search {
  font-family: "roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  border: 1px solid #0081a4;
  padding: 10px 22px 10px 22px;
  outline: none;
  font-size: 14px;
  background: none;
  min-height: 36px;
  background: none;
  line-height: 1.15;
  border-radius: 0;
}

.g-forms__textbox:focus, .g-forms__textarea:focus, .g-forms__datePicker input:focus[type="text"], .g-forms__uploader .ruFileWrap:focus, .g-forms__textbox--search:focus {
  border-color: #d8ab28;
}

.g-forms__textarea {
  border: 2px solid #0081a4;
}

.g-forms__select {
  height: 36px;
  z-index: 0;
  position: relative;
  background: none;
  overflow-y: hidden;
  border-radius: 0;
}

.g-forms__select:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #0081a4;
  content: attr(data-content);
  z-index: -1;
  padding: 10px 22px 10px 22px;
  position: absolute;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.15;
  border-right: none;
  border-radius: 0;
}

.g-forms__select:after {
  top: 0;
  right: 0;
  width: 35px;
  height: 100%;
  color: white;
  background: #0081a4;
  z-index: -1;
  content: '\e903';
  position: absolute;
  font-size: 22px;
  text-align: center;
  line-height: 40px;
  border-right: 1px solid #0081a4;
}

.g-forms__select-list {
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
  opacity: 0;
  padding: 0 10px;
  -webkit-appearance: none;
}

.g-forms__radio-list, .g-forms__checkbox-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.g-forms__radio-list li, .g-forms__checkbox-list li {
  padding: 0 0 10px 0;
}

.g-forms__radio, .g-forms__checkbox, .g-forms__radio-list li, .g-forms__checkbox-list li {
  position: relative;
}

.g-forms__radio input, .g-forms__checkbox input, .g-forms__radio-list li input, .g-forms__checkbox-list li input {
  display: none;
}

.g-forms__radio input:checked + label:after, .g-forms__checkbox input:checked + label:after, .g-forms__radio-list li input:checked + label:after, .g-forms__checkbox-list li input:checked + label:after {
  opacity: 1;
}

.g-forms__radio label, .g-forms__checkbox label, .g-forms__radio-list li label, .g-forms__checkbox-list li label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 0 0 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.g-forms__radio label:before, .g-forms__checkbox label:before, .g-forms__radio-list li label:before, .g-forms__checkbox-list li label:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #0081a4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  border-radius: 20px;
}

.g-forms__radio label:after, .g-forms__checkbox label:after, .g-forms__radio-list li label:after, .g-forms__checkbox-list li label:after {
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  content: '';
  opacity: 0;
  z-index: 200;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #d8ab28;
  border-radius: 15px;
}

.g-forms__checkbox label:before, .g-forms__checkbox-list li label:before {
  border-radius: 0;
}

.g-forms__checkbox label:after, .g-forms__checkbox-list li label:after {
  top: -8px;
  left: 1px;
  font-size: 26px;
  color: #d8ab28;
  width: unset;
  height: unset;
  content: '\e909';
  background: none;
}

.g-forms__multiSelect {
  height: 36px;
  position: relative;
}

.g-forms__multiSelect--selected .g-forms__multiSelect-list {
  display: block;
}

.g-forms__multiSelect-hidden {
  display: none;
}

.g-forms__multiSelect-toggle {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #0081a4;
  cursor: pointer;
  padding: 10px 10px 10px 15px;
  background: none;
  border-radius: 0;
  border-radius: 0;
}

.g-forms__multiSelect-toggle:before {
  top: -1px;
  right: -1px;
  bottom: -1px;
  width: 45px;
  color: white;
  content: '\25BC';
  position: absolute;
  text-align: center;
  line-height: 45px;
  background-color: #0081a4;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.g-forms__multiSelect-list {
  display: none;
  position: absolute;
  left: -1px;
  right: -1px;
  min-width: 100%;
  max-height: 200px;
  overflow: auto;
  background: white;
  border: solid 1px #636363;
  z-index: 50;
}

.g-forms__multiSelect-item {
  width: 100%;
  cursor: pointer;
  padding: 5px 10px;
}

.g-forms__multiSelect-item--selected {
  background: #d8ab28;
}

.g-forms__multiSelect-item:hover {
  background: #636363;
}

.g-forms__datePicker {
  position: relative;
  border: 1px solid #0081a4;
  border-radius: 0;
}

.g-forms__datePicker .RadPicker {
  border-radius: 0;
}

.g-forms__datePicker input[type="text"] {
  border: none !important;
  outline: none;
  border-radius: 0;
}

.g-forms__datePicker .g-forms__date {
  width: 100% !important;
}

.g-forms__datePicker .g-forms__datePickerButton {
  top: 0;
  right: 0;
  width: 40px;
  line-height: 40px;
  height: 100%;
  z-index: 1;
  position: absolute;
  background-color: #0081a4;
}

.g-forms__datePicker .g-forms__datePickerButton::before {
  top: 0;
  right: 0;
  width: 35px;
  height: 100%;
  color: white;
  background: #0081a4;
  z-index: -1;
  content: '\e903';
  position: absolute;
  font-size: 22px;
  text-align: center;
  line-height: 40px;
  border-right: 1px solid #0081a4;
}

.g-forms__datePicker .RadInput {
  width: 100% !important;
}

.g-forms__datePicker .rcSelect {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.g-forms__datePicker .rcCalPopup::before {
  top: 50%;
  left: 50%;
  content: '\e908' !important;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.g-forms__datePicker.filled .g-forms__label {
  -webkit-transform: scale(0.75) translateY(-50px);
          transform: scale(0.75) translateY(-50px);
}

.g-forms__uploader .RadAsyncUpload {
  width: 100% !important;
}

.g-forms__uploader .ruInputs li {
  border: 1px solid #0081a4;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.g-forms__uploader .ruFileWrap {
  width: 100% !important;
  border: none !important;
  padding: 10px 22px 10px 22px !important;
}

.g-forms__uploader .ruFakeInput {
  border: none !important;
  font-size: 14px !important;
  line-height: 1.15 !important;
}

.g-forms__uploader .ruButton {
  top: 0;
  right: 0;
  width: 80px !important;
  bottom: 0;
  height: auto !important;
  padding: 10px !important;
  position: absolute !important;
  font-size: 14px !important;
  text-align: center !important;
  border-left: 1px solid #0081a4 !important;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #faf9f9), to(#e8e8e8)) !important;
  background-image: linear-gradient(#faf9f9 0, #e8e8e8 100%) !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.g-forms__uploader .ruRemove {
  color: white !important;
  border: none !important;
  background-color: #a90000 !important;
}

.g-btn, .g-btn--secondary, .g-btn__border, .g-btn__icon, .g-btn__icon--add, .g-btn__icon--edit, .g-btn__icon--delete, .g-btn__icon--user, .g-btn__iconOnly, .g-btn__iconOnly--add, .g-btn__iconOnly--edit, .g-btn__iconOnly--delete, .g-btn--expanded, .g-btn--disabled {
  color: white;
  cursor: pointer;
  border: none;
  display: inline-block;
  padding: 10px 15px;
  position: relative;
  font-size: 16px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  line-height: 1.1;
  border-radius: 0;
  text-transform: uppercase;
  text-decoration: none;
  background: #0081a4;
  -webkit-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.g-btn:hover, .g-btn--secondary:hover, .g-btn__border:hover, .g-btn__icon:hover, .g-btn__icon--add:hover, .g-btn__icon--edit:hover, .g-btn__icon--delete:hover, .g-btn__icon--user:hover, .g-btn__iconOnly:hover, .g-btn__iconOnly--add:hover, .g-btn__iconOnly--edit:hover, .g-btn__iconOnly--delete:hover, .g-btn--expanded:hover, .g-btn--disabled:hover {
  color: white;
  text-decoration: none;
  background-color: #001f3a;
}

.g-btn:focus, .g-btn--secondary:focus, .g-btn__border:focus, .g-btn__icon:focus, .g-btn__icon--add:focus, .g-btn__icon--edit:focus, .g-btn__icon--delete:focus, .g-btn__icon--user:focus, .g-btn__iconOnly:focus, .g-btn__iconOnly--add:focus, .g-btn__iconOnly--edit:focus, .g-btn__iconOnly--delete:focus, .g-btn--expanded:focus, .g-btn--disabled:focus {
  -webkit-box-shadow: 0px 0px 0px 2px #001f3a;
          box-shadow: 0px 0px 0px 2px #001f3a;
}

.g-btn--secondary {
  background: #d8ab28;
}

.g-btn--secondary:hover {
  background: #822613;
}

.g-btn__border, .g-btn__icon, .g-btn__icon--add, .g-btn__icon--edit, .g-btn__icon--delete, .g-btn__icon--user, .g-btn__iconOnly, .g-btn__iconOnly--add, .g-btn__iconOnly--edit, .g-btn__iconOnly--delete {
  color: #0081a4;
  border: 2px solid #0081a4;
  background: none;
}

.g-btn__border:hover, .g-btn__icon:hover, .g-btn__icon--add:hover, .g-btn__icon--edit:hover, .g-btn__icon--delete:hover, .g-btn__icon--user:hover, .g-btn__iconOnly:hover, .g-btn__iconOnly--add:hover, .g-btn__iconOnly--edit:hover, .g-btn__iconOnly--delete:hover {
  background: #0081a4;
}

.g-btn__icon, .g-btn__icon--add, .g-btn__icon--edit, .g-btn__icon--delete, .g-btn__icon--user {
  padding-left: 40px;
}

.g-btn__icon:before, .g-btn__icon--add:before, .g-btn__icon--edit:before, .g-btn__icon--delete:before, .g-btn__icon--user:before {
  position: absolute;
  content: '';
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
}

.g-btn__icon--add:before {
  content: '\e907';
}

.g-btn__icon--edit:before {
  content: '\e900';
}

.g-btn__icon--delete {
  border-color: #a90000;
  color: #a90000;
}

.g-btn__icon--delete:before {
  content: '\e906';
}

.g-btn__icon--delete:hover {
  background: #a90000;
}

.g-btn__icon--user {
  background: #0081a4;
  color: white;
}

.g-btn__icon--user:before {
  content: '\e90e';
}

.g-btn__icon--user:hover {
  background: #001f3a;
}

.g-btn__iconOnly, .g-btn__iconOnly--add, .g-btn__iconOnly--edit, .g-btn__iconOnly--delete {
  width: 41px;
  height: 41px;
}

.g-btn__iconOnly:before, .g-btn__iconOnly--add:before, .g-btn__iconOnly--edit:before, .g-btn__iconOnly--delete:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
}

.g-btn__iconOnly--add:before {
  content: '\e907';
}

.g-btn__iconOnly--edit:before {
  content: '\e900';
}

.g-btn__iconOnly--delete {
  border-color: #a90000;
  color: #a90000;
}

.g-btn__iconOnly--delete:before {
  content: '\e906';
}

.g-btn__iconOnly--delete:hover {
  background: #a90000;
}

.g-btn--expanded {
  width: 100%;
  padding: 12px 18px;
  text-align: center;
}

.g-btn--disabled {
  color: rgba(255, 255, 255, 0.8);
  cursor: default;
  text-align: center;
  background-color: #ebebeb;
}

.g-btn--disabled:hover {
  background-color: #ebebeb;
}

.g-header {
  position: relative;
  width: 100%;
  height: 250px;
  color: #0081a4;
  background: url("/img/header.png");
  background-size: cover;
}

.g-header__content {
  height: 100%;
}

.g-header__content h1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.g-header__menu {
  display: none;
  position: absolute;
  right: 60px;
  top: 0;
}

.g-header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

@media (min-width: 1200px) {
  .g-header__menu {
    display: block;
  }
}

.g-header__menuItem {
  margin-left: 25px;
}

.g-header__menuLink {
  display: block;
  padding: 7px 0;
}

.g-header__logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 225px;
  z-index: 999;
}

.g-header__logo img {
  width: 100%;
}

.g-header__mobileMenuToggle {
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #0081a4;
  padding: 10px;
  font-size: 32px;
}

.g-header__mobileMenuToggle:before {
  content: '\e911';
}

.g-header__mobileMenuToggle:hover {
  text-decoration: none;
}

@media (min-width: 1024px) {
  .g-header__mobileMenuToggle {
    display: none;
  }
}

.g-layout--mobileMenuOpen .g-header__mobileMenuToggle:before {
  content: '\e905';
}

.g-header__content {
  position: relative;
}

.g-header__title {
  margin-top: 40px;
}

@media (min-width: 1200px) {
  .g-header__title {
    margin-top: 70px;
    width: 50%;
  }
}

.g-footer {
  width: 100%;
  background: #636363;
  font-size: 14px;
  color: white;
}

.g-footer h3 {
  color: white;
}

.g-footer:nth-child(2) {
  border-top: 1px solid #1ecfd6;
}

.g-footer__content {
  color: white;
}

.g-footer__content a {
  color: white;
}

.g-footer__content a:hover {
  color: #d8ab28;
  text-decoration: none;
}

.g-footer__content .g-columns__item, .g-footer__content .g-columns__item--one, .g-footer__content .g-columns__item--two, .g-footer__content .g-columns__item--three, .g-footer__content .g-columns__item--four, .g-footer__content .g-columns__item--five, .g-footer__content .g-columns__item--six, .g-footer__content .g-columns__item--seven, .g-footer__content .g-columns__item--eight, .g-footer__content .g-columns__item--nine, .g-footer__content .g-columns__item--ten, .g-footer__content .g-columns__item--eleven, .g-footer__content .g-columns__item--twelve {
  margin-bottom: 25px;
}

.g-footer__information {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 2.2em;
}

@media (min-width: 750px) {
  .g-footer__information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.g-footer__information a {
  display: block;
  color: white;
  margin-bottom: 10px;
}

.g-footer__information a [class*='g-fontIcon'] {
  color: #d8ab28;
  font-size: 16px;
  margin-right: 10px;
}

.g-footer__information a:hover {
  color: #d8ab28;
  text-decoration: none;
}

.g-footer__contact {
  margin-bottom: 25px;
}

@media (min-width: 750px) {
  .g-footer__contact {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
    margin-bottom: 0;
    padding: 40px 0 0 40px;
    border-right: 1px solid #1ecfd6;
  }
  .g-footer__contact .g-columns__item--four {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

@media (min-width: 1024px) {
  .g-footer__contact .g-columns__item--four {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.g-footer__hours {
  padding: 40px 0 0 0;
}

@media (min-width: 750px) {
  .g-footer__hours {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    padding-top: 40px;
  }
}

@media (min-width: 1200px) {
  .g-footer__hours {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 15%;
            flex: 1 0 15%;
    padding: 40px 0 0 40px;
    border-right: 1px solid #1ecfd6;
  }
}

.g-footer__services {
  margin-bottom: 25px;
}

@media (min-width: 750px) {
  .g-footer__services {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    padding: 40px 0 0 40px;
    border-top: 1px solid #1ecfd6;
  }
}

@media (min-width: 1200px) {
  .g-footer__services {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 35%;
            flex: 1 0 35%;
    border-top: none;
  }
}

.g-footer__servicesMenu {
  -webkit-columns: 2;
          columns: 2;
  -webkit-column-gap: 4em;
          column-gap: 4em;
  line-height: 1.4em;
}

.g-footer__logo {
  margin-bottom: 25px;
}

.g-footer__logo .g-fontIcon--logo {
  font-size: 60px;
}

@media (min-width: 750px) {
  .g-footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

.g-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 25px 0;
}

.g-footer__social .c-socialShare {
  display: block;
  margin-left: 20px;
}

.g-footer__social .c-socialShare__item {
  margin-right: 20px;
}

.g-footer__fineprint {
  padding: 20px 0;
}

@media (min-width: 750px) {
  .g-footer__fineprint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

.g-footer__copyright {
  display: block;
}

@media (min-width: 750px) {
  .g-footer__copyright {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 0 25px 0 0;
  }
}

.g-footer__sherpaMade a {
  color: #d8ab28;
}

.g-menu {
  display: none;
  position: relative;
}

.g-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 1200px) {
  .g-menu {
    display: block;
  }
}

.g-menu__menuSlide {
  position: absolute;
  top: -600%;
  left: 0;
  width: 100%;
  padding: 110px 0 40px 0;
  -webkit-transition: top ease-in-out 350ms;
  transition: top ease-in-out 350ms;
  background: #0081a4;
  z-index: 900;
}

@media (min-width: 1200px) {
  .g-menu__menuSlide {
    top: 0px;
    left: unset;
    right: 0;
    padding: 0;
    background: none;
    text-align: right;
    width: auto;
  }
}

ul.g-menu__level1 {
  width: 100%;
  background: none;
  margin-right: 40px;
}

ul.g-menu__level1 > .g-menu__item {
  position: relative;
  display: inherit;
}

ul.g-menu__level1 > .g-menu__item.--has-sub > .g-menu__link {
  padding-right: 30px;
}

ul.g-menu__level1 > .g-menu__item.--has-sub:hover > [class*="g-menu__level"] {
  display: block !important;
}

ul.g-menu__level1 > .g-menu__item > .g-menu__link {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 18px;
  padding: 10px 0;
  color: #0081a4;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

ul.g-menu__level1 > .g-menu__item > .g-menu__link:hover {
  color: #100e1b;
  background: none;
  text-decoration: none;
}

@media (min-width: 1200px) {
  ul.g-menu__level1 {
    position: relative;
  }
  ul.g-menu__level1 > .g-menu__item > .g-menu__expand {
    display: none;
  }
}

.g-menu__level2 {
  display: none !important;
  left: 0;
  top: 100%;
  background: none;
}

.g-menu__level2 .g-menu__item {
  position: relative;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.g-menu__level2 .g-menu__item .g-menu__link {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-align: left;
  color: #0081a4;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.g-menu__level2 .g-menu__item .g-menu__link:hover {
  color: #edd170;
  background: #00313e;
  text-decoration: none;
  border-bottom: 4px solid #d8ab28;
}

@media (min-width: 1200px) {
  .g-menu__level2 {
    display: block !important;
  }
}

.g-menu__level3 {
  display: none;
  left: 100%;
  top: 0;
  width: 100%;
  background: #edd170;
}

.g-menu__level3 .g-menu__item .g-menu__link {
  color: black;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.g-menu__level3 .g-menu__item .g-menu__link:hover {
  color: white;
  background: #822613;
}

@media (min-width: 1200px) {
  .g-menu__level3 {
    position: absolute;
    width: 210px;
  }
}

.g-menu__item--expanded > [class*="g-menu__level"] {
  display: block;
}

.g-menu__item .submenu-button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 14px;
  z-index: 99;
  cursor: pointer;
}

.g-menu__item .submenu-button:after, .g-menu__item .submenu-button:before {
  content: '';
  position: absolute;
  background: #0081a4;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.g-menu__item .submenu-button:after {
  width: 8px;
  height: 2px;
}

.g-menu__item .submenu-button:before {
  width: 2px;
  height: 8px;
}

.g-menu__item .submenu-button.submenu-opened:after {
  background: #0081a4;
}

.g-menu__item .submenu-button.submenu-opened:before {
  display: none;
}

.g-menu__button--primary a {
  text-transform: none;
  color: white !important;
  background: #0081a4;
}

.g-menu__button--primary a:hover {
  background: #00313e;
}

.g-menu__button--primary:before {
  display: none;
}

.g-menu--expanded {
  top: 0;
}

.a-enter-vr-button {
  background: url("../images/vr-cardboard-solid.svg") no-repeat;
  right: 20px;
  bottom: 20px;
}

.a-enter-vr-button:hover {
  background-color: transparent;
}

.t-color__text--primary {
  color: #0081a4;
}

.t-color__background--primary {
  background: #0081a4;
}

.t-color__text--primary_light {
  color: #1ecfd6;
}

.t-color__background--primary_light {
  background: #1ecfd6;
}

.t-color__text--primary_dark {
  color: #001f3a;
}

.t-color__background--primary_dark {
  background: #001f3a;
}

.t-color__text--secondary {
  color: #d8ab28;
}

.t-color__background--secondary {
  background: #d8ab28;
}

.t-color__text--secondary_light {
  color: #edd170;
}

.t-color__background--secondary_light {
  background: #edd170;
}

.t-color__text--secondary_dark {
  color: #822613;
}

.t-color__background--secondary_dark {
  background: #822613;
}

.t-color__text--grey {
  color: #636363;
}

.t-color__background--grey {
  background: #636363;
}

.t-color__text--grey_light {
  color: #ebebeb;
}

.t-color__background--grey_light {
  background: #ebebeb;
}

.t-color__text--grey_dark {
  color: #100e1b;
}

.t-color__background--grey_dark {
  background: #100e1b;
}

.t-color__text--black {
  color: black;
}

.t-color__background--black {
  background: black;
}

.t-color__text--white {
  color: white;
}

.t-color__background--white {
  background: white;
}

.t-color__text--alert {
  color: #a90000;
}

.t-color__background--alert {
  background: #a90000;
}

.t-color__text--warning {
  color: #cf8800;
}

.t-color__background--warning {
  background: #cf8800;
}

.t-color__text--success {
  color: #6fbf4a;
}

.t-color__background--success {
  background: #6fbf4a;
}

/**
    *    
    *   Themes
    *   Note: must update CSSThemes Enum /_components/Enums.vb
    *   (BackgroundColour, FontColour, AnchorColour)
    *    
    **/
.t-color__theme--1 {
  background-color: #0081a4;
  color: white;
}

.t-color__theme--1 a {
  color: #d8ab28;
}

.t-color__theme--1 h1, .t-color__theme--1 h2, .t-color__theme--1 h3, .t-color__theme--1 h4, .t-color__theme--1 h5, .t-color__theme--1 h6 {
  color: white;
}

.t-color__theme--2 {
  background-color: #d8ab28;
  color: white;
}

.t-color__theme--2 h1, .t-color__theme--2 h2, .t-color__theme--2 h3, .t-color__theme--2 h4, .t-color__theme--2 h5, .t-color__theme--2 h6 {
  color: white;
}

.t-color__theme--3 {
  background-color: #636363;
  color: white;
}

.t-color__theme--3 a {
  color: #0081a4;
}

.t-color__theme--3 h1, .t-color__theme--3 h2, .t-color__theme--3 h3, .t-color__theme--3 h4, .t-color__theme--3 h5, .t-color__theme--3 h6 {
  color: white;
}

.t-color__theme--4 {
  background-color: #636363;
  color: black;
}

.t-color__theme--4 a {
  color: #0081a4;
}
/*# sourceMappingURL=main.css.map */