/* cross site font styles */
/* Desktop */
/* Tablet */
/* Mobile */
/* cross site font styles */
/* Desktop */
/* Tablet */
/* Mobile */
/* Placeholder Styling */
@import url(../../webfonts/gotham/stylesheet.css);
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Gotham', sans-serif;
  color: #010101;
  font-size: 14px; }
  @media (min-width: 768px) {
    body {
      font-size: 18px; } }

b, strong {
  font-weight: bold; }

/* ---- Headers */
h1 {
  font-size: 24px;
  color: #010101;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
  font-weight: bold; }
  h1 p {
    font-size: 24px; }

h2 {
  font-size: 22px;
  color: #010101;
  letter-spacing: 1px;
  font-weight: bold; }
  h2 p {
    font-size: 22px; }

h3 {
  font-size: 18px;
  color: #010101;
  font-weight: bold; }
  h3 p {
    font-size: 18px; }

h4 {
  font-size: 14px;
  color: #010101;
  font-weight: bold; }
  h4 p {
    font-size: 14px; }

p {
  font-size: 14px;
  color: #010101; }

subhead {
  font-size: 14px; }

@media (min-width: 768px) {
  h1 {
    font-size: 35px; }
    h1 p {
      font-size: 35px; } }

@media (min-width: 992px) {
  h1 {
    font-size: 38px; }
    h1 p {
      font-size: 38px; }
  h2 {
    font-size: 28px; }
    h2 p {
      font-size: 28px; }
  h3 {
    font-size: 22px; }
    h3 p {
      font-size: 22px; }
  h4 {
    font-size: 18px; }
    h4 p {
      font-size: 18px; }
  p {
    font-size: 18px; }
  subhead {
    font-size: 20px; } }

p iframe {
  width: 100%; }

/* ---- Anchor tags */
a {
  color: inherit;
  font-size: 18px;
  transition: color .3s; }
  a h4 {
    transition: color .3s; }
  a:hover {
    color: #0C588F; }

a:visited {
  color: inherit; }

a:hover, a:hover h4 {
  color: #0C588F;
  text-decoration: none; }

p a {
  text-decoration: underline; }
  p a:hover {
    color: #0C588F; }

a i {
  font-size: 15px;
  color: #FFA600; }

@media (min-width: 768px) {
  a {
    font-size: 18px; } }

.nowrap {
  white-space: nowrap !important; }

/* ---- Bootstrap Container Size Override */
.container {
  width: 87%;
  max-width: 675px;
  margin: auto;
  overflow: visible; }

.text-container {
  width: 100%; }

.row {
  max-width: inherit;
  margin: 0;
  padding: 0; }

@media (min-width: 576px) {
  .container {
    max-width: 540px;
    padding: 0; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    width: 87%; }
  .text-container {
    padding: 0 30px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; }
  .text-container {
    padding: 0 100px; } }

@media (min-width: 1300px) {
  .container {
    max-width: 1200px; } }

@media (min-width: 1400px) {
  .container {
    max-width: 1300px; } }

a, a:visited {
  color: inherit; }

/* ---- Buttons */
button, .btn {
  background: #FFA600;
  color: #010101;
  text-decoration: none;
  border: none;
  outline: none;
  border-radius: 40px;
  font-size: 14px;
  padding: 15px 50px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  transition: background-color .3s ease, box-shadow .3s ease; }
  button:hover, .btn:hover {
    background-color: #010101;
    color: white; }
  button:focus, .btn:focus {
    outline: none; }
  @media (min-width: 992px) {
    button, .btn {
      font-size: 18px; } }
  button.btn-outline-dark, .btn.btn-outline-dark {
    background: transparent;
    border: 2px solid #0C588F;
    color: #0C588F;
    padding: 10px 50px; }
    @media (min-width: 992px) {
      button.btn-outline-dark, .btn.btn-outline-dark {
        padding: 20px 50px; } }
    button.btn-outline-dark:hover, .btn.btn-outline-dark:hover {
      background: #0C588F; }
  button.btn-outline-light, .btn.btn-outline-light {
    background: transparent;
    border: 2px solid white;
    padding: 10px 50px; }
    button.btn-outline-light:hover, .btn.btn-outline-light:hover {
      background: white;
      color: black !important; }
  button.btn-primary, .btn.btn-primary {
    background-color: #0C588F;
    color: white; }
    button.btn-primary:hover, .btn.btn-primary:hover {
      background: #010101; }
  button.btn-outline-warning, .btn.btn-outline-warning {
    background: transparent;
    border: 2px solid #FFA600;
    color: #010101; }
    button.btn-outline-warning:hover, .btn.btn-outline-warning:hover {
      background: #FFA600;
      color: white; }
  button.btn-link, .btn.btn-link {
    padding: 0;
    background: transparent;
    border: none;
    line-height: 25px;
    color: #010101;
    transition: color .2s; }
    button.btn-link i.far, button.btn-link i.fas, button.btn-link i.fal, button.btn-link i.fab, .btn.btn-link i.far, .btn.btn-link i.fas, .btn.btn-link i.fal, .btn.btn-link i.fab {
      color: #0C588F;
      font-size: 25px;
      margin-right: 10px;
      position: relative;
      top: 3px;
      transition: color .2s; }
    button.btn-link:hover, .btn.btn-link:hover {
      background: transparent;
      color: #FFA600;
      box-shadow: none;
      text-decoration: none; }
      button.btn-link:hover i.far, button.btn-link:hover i.fas, button.btn-link:hover i.fal, button.btn-link:hover i.fab, .btn.btn-link:hover i.far, .btn.btn-link:hover i.fas, .btn.btn-link:hover i.fal, .btn.btn-link:hover i.fab {
        color: #FFA600; }

/* ----  WYSIWYG Editor Classes */
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img {
  max-width: 100%;
  height: auto;
}
  .aligncenter > p {
    text-align: center; }

p a {
  font-weight: bold; }
  p a:hover {
    color: #0C588F; }

/* ---- White Notification Bar */
.notification-bar {
  width: 100%;
  text-align: center;
  padding: 40px 0; }
  .notification-bar h2 {
    display: block;
    vertical-align: middle;
    margin: 0 10px; }
  .notification-bar p {
    display: block;
    vertical-align: middle;
    margin: 0 10px; }
    @media (min-width: 768px) {
      .notification-bar p {
        margin: 10px 10px; } }
  .notification-bar .btn {
    margin-top: 5px;
    display: inline-block; }
  .notification-bar.white {
    background-color: white; }
  @media (min-width: 992px) {
    .notification-bar h2, .notification-bar p, .notification-bar .btn {
      display: inline; }
    .notification-bar .btn {
      margin-top: 0; } }

/* ---- Notification Box */
#notification-box .modal-content {
  border-radius: 0; }

#notification-box .modal-header {
  border-bottom: 0; }
  #notification-box .modal-header button:hover {
    background-color: transparent;
    color: #0C588F; }

#notification-box .modal-footer {
  border-top: 0;
  justify-content: center; }

/* ---- Tables */
table.table {
  font-size: 11px;
  margin-bottom: 50px;
  color: #010101; }
  table.table.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent; }
  table.table.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.03); }
  table.table td {
    vertical-align: middle;
    padding: 15px; }
  table.table tr.clickable-row:hover {
    cursor: pointer; }
  table.table .fa-chevron-right {
    color: #0C588F; }
  table.table .btn {
    font-size: 14px;
    padding: 10px 28px; }
  table.table thead {
    border-bottom: 2px solid #010101; }
    table.table thead th {
      font-size: 1.3em;
      font-weight: 300; }
      table.table thead th .asc {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFIGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTktMDUtMTZUMDA6MjA6MTUtMDQ6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDE5LTA1LTE2VDAwOjIyOjA4LTA0OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE5LTA1LTE2VDAwOjIyOjA4LTA0OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjMzOTFiOWVjLTIwZTMtNGYwMC1iOTYxLTgwMDlhYWYwNzFlMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozMzkxYjllYy0yMGUzLTRmMDAtYjk2MS04MDA5YWFmMDcxZTIiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozMzkxYjllYy0yMGUzLTRmMDAtYjk2MS04MDA5YWFmMDcxZTIiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjMzOTFiOWVjLTIwZTMtNGYwMC1iOTYxLTgwMDlhYWYwNzFlMiIgc3RFdnQ6d2hlbj0iMjAxOS0wNS0xNlQwMDoyMDoxNS0wNDowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKE1hY2ludG9zaCkiLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+KtjxqAAAAKBJREFUOI3t0j0OQVEQhuHnKkgkCskplSpb0NCIltiAQkOi0bIH23HWwg4sQHWu5lYiOHGj8iXTzM+bLzNTlGWpLjVqI30CSzG0UwzHFEPzaxg2WGP1rrF4tbMUwwAn9HDGtDG5XrKdpRgK7CoQ9LGt8nkwjDB7yC0xzIKlGDo4oPtQ6mCfYmjlOFtUDm5PYoz5s6GXB8jVb5/2D/vDatAdkvgm/sGso6UAAAAASUVORK5CYII=") !important; }
      table.table thead th .desc {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFIGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTktMDUtMTZUMDA6MjU6MjMtMDQ6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDE5LTA1LTE2VDAwOjI2OjA0LTA0OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE5LTA1LTE2VDAwOjI2OjA0LTA0OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjdhY2FlNTNiLTIyNDctNGE0OS1iMzE0LTQ3NDhlNTFiMmI3NiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3YWNhZTUzYi0yMjQ3LTRhNDktYjMxNC00NzQ4ZTUxYjJiNzYiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3YWNhZTUzYi0yMjQ3LTRhNDktYjMxNC00NzQ4ZTUxYjJiNzYiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjdhY2FlNTNiLTIyNDctNGE0OS1iMzE0LTQ3NDhlNTFiMmI3NiIgc3RFdnQ6d2hlbj0iMjAxOS0wNS0xNlQwMDoyNToyMy0wNDowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKE1hY2ludG9zaCkiLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+L0kb/QAAALNJREFUOI3t1DFuwkAQheHPKwoO4BsErrI5AzfgHuQAEVKqFHCAKLTIDTS5Al26lCtRUCEkO00qy14SyUrlJ00zO/PrjWY1RdM0hlIYjDTCRtg/wSZdyboqF9ii7jGwDDFtfuvsHQdMO+IDb11NnbAQ0xVPuLSezliFmNr5rDM/Dtqj7HDsayhyV6OuygfsMcMXHkNMp7767DZDTJ94xg3rHIiebbb0ijle7hVmx/yrBv2030wdKcIMRawCAAAAAElFTkSuQmCC") !important; }
  @media (min-width: 992px) {
    table.table {
      font-size: 18px; } }

.standard-content-above-the-fold-container {
  margin-top: -75px; }
  .standard-content-above-the-fold-container .container .content {
    background: white;
    min-height: 100px; }

.error {
  background-size: cover !important;
  min-height: 80vh;
  background-position: center center !important;
  position: relative; }
  .error .gradient {
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(18, 22, 97, 0.05) 0%, rgba(18, 22, 97, 0.06) 1%, rgba(18, 22, 97, 0.6) 70%, rgba(18, 22, 97, 0.75) 100%);
    background: -webkit-linear-gradient(top, rgba(18, 22, 97, 0.05) 0%, rgba(18, 22, 97, 0.06) 1%, rgba(18, 22, 97, 0.6) 70%, rgba(18, 22, 97, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(18, 22, 97, 0.05) 0%, rgba(18, 22, 97, 0.06) 1%, rgba(18, 22, 97, 0.6) 70%, rgba(18, 22, 97, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a121661', endColorstr='#d9121661', GradientType=0);
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 2; }
  .error .container {
    max-width: 500px;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .error .container h1 {
      font-size: calc(6.25rem + ((1vw - 3.2px) * 4.6875));
      color: white;
      text-shadow: 0px 2px 54px rgba(0, 0, 0, 0.5); }
      @media (max-width: 320px) {
        .error .container h1 {
          font-size: 100px; } }
      @media (min-width: 1920px) {
        .error .container h1 {
          font-size: 175px; } }
    .error .container p {
      font-weight: 500;
      font-size: 20px;
      color: white; }

.mapplic-element {
  background: white; }

.template-blocks-container .standard-content-block .standard-content-container .p-content .mapplic-layer img {
  width: 100%; }

/* ----- Add column of 5 to Bootstrap */
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-2dot4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

@media (min-width: 540px) {
  .col-sm-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 720px) {
  .col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 960px) {
  .col-lg-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 1140px) {
  .col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

    .wp-caption {
      width: 100% !important;
    }
    
  legend {
  display: none; }
    
.frm_forms {
    width: 100%;
    margin: 50px auto 0; }
    .frm_forms .frm_hidden {
      display: none !important; }
    .frm_forms .form-field {
      display: inline-block;
      padding: 10px; }
      .frm_forms .frm_combo_inputs_container {
        margin-left: -10px!important;
      }
      .frm_forms .form-field input, .frm_forms .form-field textarea, .form-field select {
        width: 100%;
        border: 1px solid #B9B9B9;
        font-size: 0.8em;
        padding: 10px 20px;
        font-family: 'Gotham', sans-serif;
        color: #010101; 
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
      }
        .frm_forms .form-field input:focus, .frm_forms .form-field textarea:focus {
          outline: none;
          border-color: #010101; }
      .frm_forms .form-field.frm_full {
        width: 100%; }
      .frm_forms .form-field.frm_third {
        width: calc(33.33% - 4px);
      }
      .frm_forms .form-field.frm_half {
        width: 100%;
        float: left; }
    .frm_forms .frm_submit {
      text-align: center; }
    .frm_forms .frm_error {
      background-color: red;
      margin: 5px 0;
      color: white;
      font-weight: bold;
      font-size: 14px;
    }
    .frm_forms .frm_error_style {
      font-weight: bold;
      color: red;
    }
      .frm_forms .frm_submit button {
        margin-top: 20px;
        padding-left: 100px;
        padding-right: 100px; }
    @media (min-width: 768px) {
      .frm_forms {
        width: 80%; }
        .frm_forms .form-field.frm_half {
          width: 50%; }
        .frm_forms .frm_submit {
          text-align: right; } }
