@import url("https://use.typekit.net/qxs8zsf.css");
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
html {
  margin: 0;
}
body {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: black;
  margin: 0;
}
@media (min-width: 576px) {
  .container {
    max-width: 516px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 864px;
  }
  #navwrap .container {max-width: 940px; position: relative;}
}
@media (min-width: 1200px) {
  .container {
    max-width: 1190px;
  }
  #navwrap .container {max-width: 1190px; position: relative;}
  #navwrap .topnav {left: 300px;}
}
header {
  text-align: left;
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
  position: sticky;
  top: 0;
  z-index: 100;
  padding-bottom: 10px;
}
img {
  border: 0;
}
section {
  background-color: #FFF;
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
article {
  width: 100%;
  padding: 20px;
}
aside {
  z-index: 99;
  overflow: hidden;
  width: 100%;
  position: relative;
}
footer {
  padding: 10px;
}
h1 {
  font-family: nudista-web, sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 48px;
  line-height: 54px;
  margin-bottom: 10px;
}
h2 {
  font-family: nudista-web, sans-serif;
  color: #042f40;
  font-weight: 400;
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 20px;
}
h3,
td.content_rates_table_title {
  font-family: nudista-web, sans-serif;
  color: #9e1f22;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 16px;
}
h4,
td.content_rates_table_notes {
  font-family: nudista-web, sans-serif;
  color: #042f40;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
}
h5 {
  font-family: nudista-web, sans-serif;
  color: #042f40;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}
h6 {
  font-family: nudista-web, sans-serif;
  color: #042f40;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 5px;
  }
  h2 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 5px;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 10px;
  }
  header {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
    color: #9e1f22;
  }
  h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  h3,
  td.content_rates_table_title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
  }
}
a,
a:visited {
  color: #042f40;
}
a:hover {
  color: #9e1f22;
}
.co-op a {
  display: inline-block;
  vertical-align: top;
}
.content article a {
  color: #9e1f22;
  text-decoration: underline;
}
.content article a.cta {
  color: white;
  text-decoration: none;
}
.content article a.cta:hover {
  color: #000;
  text-decoration: underline;
}
.cta,
a.cta {
  font-family: nudista-web, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: white !important;
  background: #9e1f22;
  border: 1px solid white;
  padding: 12px 44px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: inline-block;
}
.cta:hover,
a.cta:hover,
.cta:focus,
a.cta:focus,
.cta:active,
a.cta:active {
  background: #1fafbf;
  color: black !important;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.cta i,
a.cta i {
  padding: 5px;
}
.cta a,
a.cta a {
  color: white;
}
.breaker {
  clear: both;
}
.flexrow {
  display: flex;
  flex-wrap: wrap;
  border: solid 0px red;
}
.flexcol {
  padding: 0 20px 20px 20px;
  border: solid 0px blue;
}
.fc2 .flexcol {
  flex: 1 1 400px;
  min-width: 50%;
}
.fc3 .flexcol {
  flex: 1 1 300px;
  min-width: 33.33%;
}
.fc4 .flexcol {
  flex: 1 1 250px;
  min-width: 25%;
}
.fc5 .flexcol {
  flex: 1 1 190px;
  min-width: 20%;
}
.fc6 .flexcol {
  flex: 1 1 190px;
  min-width: 16.66%;
}
div#search-wrap {
  position: absolute;
  right: 115px;
  top: 6px;
  z-index: 1;
}
div#search-wrap a#close-search {
  position: absolute;
  right: -20px;
  top: 5px;
  color: #042f40;
  cursor: pointer;
  font-size: 18px;
  font-family: monospace;
}
div#search-wrap a#close-search i {
  color: #042f40;
}
div#search-wrap form {
  background: white;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
}
div#search-wrap form input {
  margin: 0;
  border: 1px solid #042f40;
  padding: 5px;
  font-family: nudista-web, sans-serif;
  font-size: 14px;
  color: #042f40;
}
div#search-wrap form button {
  border: 0;
  background: transparent;
  color: #042f40;
  right: 0;
  top: 5px;
}
@media (max-width: 991px) {
  div#search-wrap {
    top: 20px;
    right: 95px;
  }
  div#search-wrap a#close-search {
    right: -30px;
  }
  div#search-wrap a#close-search i {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  div#search-wrap {
    top: 20px;
    right: 100px;
  }
  div#search-wrap a#close-search {
    right: -30px;
  }
  div#search-wrap a#close-search i {
    font-size: 28px;
  }
}
@media (max-width: 350px) {
  div#search-wrap {
    top: 20px;
    right: 81px;
  }
  div#search-wrap a#close-search {
    right: -30px;
  }
  div#search-wrap a#close-search i {
    font-size: 28px;
  }
}
.carousel-item-shadow {
  background: url(/templates/united_cu_2019/images/HomeHeroTextShadow.png);
  background-size: contain;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.carousel-item .slide-block {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-caption {
  bottom: 100px;
}
.carousel-caption > * {
  color: white;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
}
.carousel-caption p {
  margin-bottom: 30px;
  font-size: 20px;
}
.carousel-caption p a.cta,
.carousel-caption p .cta {
  border: 2px solid #1fafbf;
  color: white !important;
  background: transparent;
}
.carousel-indicators {
  bottom: 70px;
}
.carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: transparent;
  border: 2px solid white;
}
@media (max-width: 991px) {
  
}
@media (max-width: 767px) {
  .carousel-item-shadow {
    display: none;
  }
  .carousel-item {
    background-color: white;
    height: auto;
  }
  .carousel-item .slide-block {
    height: 250px;
  }
  .carousel-item h1 {
    color: #042f40;
    font-weight: 400;
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 20px;
  }
  .carousel-item p {
    color: #7a181a;
  }
  .carousel-item p a.cta {
    background: #7a181a;
    border-color: white;
  }
  .carousel-item * {
    text-shadow: none;
  }
  .carousel-item .carousel-caption {
    position: static;
    padding: 25px;
  }
  .carousel-indicators,
  .carousel-control-next,
  .carousel-control-prev {
    display: none;
  }
}
article table tbody td {
  padding: 10px;
}
@media (max-width: 768px) {
  article div.col-lg-5 img.img-fluid {
    max-width: 250px;
  }
}
@media (max-width: 500px) {
  article div.col-lg-5 img.img-fluid {
    max-width: 150px;
  }
}
.content_rates_table {
  margin-bottom: 20px;
  width: 100%;
}
.content_rates_table_fields {
  background-color: #042f40;
  color: #FFF;
  font-weight: 400;
  font-family: nudista-web, sans-serif;
  font-size: 16px;
  line-height: 22px;
  padding: 12px;
}
.content_rates_table_row2 {
  background-color: #e5eaec;
  font-size: 16px;
  line-height: 22px;
  color: black;
  padding: 12px;
}
.content_rates_table_row1 {
  background-color: #FFF;
  font-size: 16px;
  line-height: 22px;
  color: black;
  padding: 12px;
}
.content_rates_table_row_highlight {
  color: #0a6104;
  background-color: #B6FF00;
}
.region table td table td {
  padding: 2px;
}
.regions_rates_table_row1,
.regions_rates_table_row2 {
  background-color: #E3E7ED;
  border-bottom: 3px solid #FFF;
  font-size: 10px;
}
.regions_rates_table_effectivedate {
  font-size: 9px;
}
.regions_rates_table_fields {
  font-size: 10px;
  color: #000;
}
.aprnote {
  font-size: 10px;
  width: 100%;
  max-width: 180px;
}
td.content_rates_table_effectivedate {
  font-size: 12px;
  font-style: italic;
}
td.content_rates_table_title,
td.content_rates_table_notes,
td.content_rates_table_effectivedate {
  padding-left: 0;
}
@media (max-width: 767px) {
  .content_rates_table_fields,
  .content_rates_table_row2,
  .content_rates_table_row1 {
    font-size: 14px;
    line-height: 18px;
  }
}
div#interiorMasthead #overlay {
  background: url(/templates/united_cu_2019/images/InteriorImageTextShadow.png);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
div#interiorMasthead .masthead a {
  display: block;
  height: 500px;
  cursor: auto;
}
div#interiorMasthead .masthead a img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
div#interiorMasthead .masthead img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
div#interiorMasthead div#white-circle {
  bottom: -1px;
}
@media (max-width: 991px) {
  div#interiorMasthead .masthead {
    display: block;
    height: 375px;
  }
  div#interiorMasthead .masthead a {
    display: block;
    height: 375px;
  }
  div#interiorMasthead .masthead a img {
    object-fit: cover;
    height: 100%;
  }
  div#interiorMasthead .masthead img {
    object-fit: cover;
    height: 100%;
  }
}
@media (max-width: 600px) {
  div#interiorMasthead #overlay {
    display: none;
  }
  div#interiorMasthead .masthead {
    display: block;
    height: 215px;
  }
  div#interiorMasthead .masthead a {
    display: block;
    height: 215px;
  }
}
@media (max-width: 350px) {
  div#interiorMasthead #overlay {
    display: none;
  }
  div#interiorMasthead .masthead {
    display: block;
    height: 156px;
  }
  div#interiorMasthead .masthead a {
    display: block;
    height: 156px;
  }
}
div#page-title {
  bottom: 50px;
}
div#page-title h1 {
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}
div#mob-page-title {
  display: none;
}
@media (max-width: 767px) {
  div#page-title {
    display: none;
  }
  div#mob-page-title {
    display: block;
  }
}
.boxwrap,
.bannerwrap {
  background: white;
  flex: 0 0 33%;
  max-width: 340px;
  margin: 15px;
}
.boxwrap .boxtop,
.bannerwrap .boxtop {
  font-family: nudista-web, sans-serif;
  color: #042f40;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  padding: 25px 25px 5px 25px;
}
.boxwrap .regionbox,
.bannerwrap .regionbox {
  padding: 0 25px;
}
.boxwrap .regionbox ul.regions_relatedlink_list,
.bannerwrap .regionbox ul.regions_relatedlink_list {
  padding-left: 0;
  list-style: none;
}
.boxwrap .regionbox ul.regions_relatedlink_list li,
.bannerwrap .regionbox ul.regions_relatedlink_list li {
  margin: 5px 0;
}
.boxwrap .regionbox ul.regions_relatedlink_list li a,
.bannerwrap .regionbox ul.regions_relatedlink_list li a {
  color: #9e1f22;
  font-weight: 600;
}
.boxwrap .code_block,
.bannerwrap .code_block {
  padding: 0 25px;
}
.boxwrap .code_block .code_block_center .code_block_indiv_top,
.bannerwrap .code_block .code_block_center .code_block_indiv_top {
  font-family: nudista-web, sans-serif;
  color: #042f40;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  padding: 25px 0px 5px 0px;
}
.boxwrap img.content_banner,
.bannerwrap img.content_banner {
  width: 100%;
  height: auto;
}
.bannerwrap a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.bannerwrap a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .boxwrap,
  .bannerwrap {
    flex: 0 0 50%;
  }
}
@media (max-width: 768px) {
  .boxwrap,
  .bannerwrap {
    flex: 0 0 100%;
  }
}
.search {
  display: none;
}
.search.open {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 30px;
}
.searchbox {
  border: solid 1px #d2d6db;
  margin: 5px 0;
  max-width: 180px;
}
.bottomlinks {
  font-family: nudista-web, sans-serif;
  color: white;
}
.bottomlinks a {
  color: white;
}
.bottomlinks span.pipe:last-child {
  display: none;
}
.bottomlinks hr {
  border-color: white;
  background: white;
  margin: 5px 0 15px;
}
.bottomlinks .footer-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0px;
  font-family: nudista-web, sans-serif;
}
.ehl a {
  display: inline-block;
  margin: 10px;
}
.bg-dark-blue {
  background: #042f40 !important;
}
.bg-red-grad {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7a181a+0,9e1f22+100 */
  background: #7a181a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7a181a 0%, #9e1f22 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #7a181a 0%, #9e1f22 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #7a181a 0%, #9e1f22 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a181a', endColorstr='#9e1f22', GradientType=0);
  /* IE6-9 */
}
.toplink {
  font-size: 13px;
  text-transform: uppercase;
}
.toplink i {
  font-size: 18px;
  font-weight: 300;
}
.pipe {
  font-weight: 700;
  margin: 0 5px;
}
div#ob-wrap {
  position: absolute;
  top: 55px;
  right: 26px;
  width: 220px;
  padding: 12px 0;
  text-align: center;
}
#navwrap {
  background: #ffffff;
  z-index: 10;
  top: 0;
}
div#navwrap.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 333;
}
div#navwrap.fixed div.w-100 {
  margin-top: 0px;
}
div#navwrap.fixed div#ob-wrap {
  display: none;
}
div#navwrap.fixed #dropDownMenus {
  top: 51px;
  z-index: 11;
}
.font-nudista {
  font-family: nudista-web, sans-serif;
}
div#ob-login {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(120, 127, 127, 0.85);
  z-index: 1111;
  justify-content: center;
  align-items: center;
}
div#ob-login div {
  background: #7a181a;
  width: 480px;
  height: 340px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
div#ob-login div #hb-title {
  font-size: 18px;
  font-family: nudista-web, sans-serif;
  font-family: 400;
}
div#ob-login div form {
  display: flex;
  flex-direction: column;
  max-width: 250px;
  margin: 0 auto;
}
div#ob-login div form input[type=text],
div#ob-login div form input[type=password] {
  padding: 5px 10px;
  text-align: center;
  width: 200px;
  height: 32px;
  color: #333;
}
div#ob-login div form input[type=submit] {
  width: 200px;
  height: 32px;
  background: #042f40;
  color: white;
  font-family: nudista-web, sans-serif;
  border: none;
}
div#ob-login a#close-ob {
  position: absolute;
  top: 5px;
  right: 20px;
  color: white;
  cursor: pointer;
  font-size: 18px;
  font-family: monospace;
}
.text-big {
  font-size: 130%;
}
div#blue-circle {
  bottom: -1px;
  z-index: 222;
}
div#red-circle {
  bottom: -1px;
  z-index: 222;
}
ul.navbar-nav {
  flex-direction: row;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}
ul.navbar-nav li {
  display: inline-block;
}
ul.navbar-nav li,
ul.navbar-nav li a {
  display: inline-block;
  padding: 40px 0px 0 0;
  cursor: pointer;
  font-family: nudista-web, sans-serif;
  font-size: 18px;
  color: #042f40;
}
ul.navbar-nav li:hover,
ul.navbar-nav li a:hover {
  color: #9e1f22;
}
ul.navbar-nav li a:not([href]):not([tabindex]):focus,
ul.navbar-nav li a:not([href]):not([tabindex]):hover {
  color: #9e1f22;
}
ul.navbar-nav li.active a {
  color: #9e1f22;
}
ul.navbar-nav li.active::after {
  content: ' ';
  border-bottom: 8px solid #9e1f22;
  width: 100%;
  height: 8px;
  display: block;
  position: absolute;
  bottom: -11px;
}
@media (max-width: 1200px) {
  ul.navbar-nav li a {
    font-size: 16px;
  }
}
#dropDownMenus {
  position: absolute;
  top: 107px;
  width: 100%;
  z-index: 1111111;
}
#dropDownMenus .dropDownWrap {
  display: none;
  background: white;
  margin-left: 250px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}
#dropDownMenus .dropDownWrap table td strong {
  color: #042f40;
  font-family: nudista-web, sans-serif;
  font-size: 16px;
  line-height: 40px;
}
#dropDownMenus .dropDownWrap table td p {
  margin: 0;
}
#dropDownMenus .dropDownWrap table td a {
  font-size: 14px;
  line-height: 24px;
  color: #9e1f22;
}
#dropDownMenus .dropDownWrap table td a strong {
  font-size: 14px;
  line-height: 24px;
}
#dropDownMenus .dropDownWrap table td a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  #dropDownMenus {
    display: none !important;
  }
}
.sideslider {
  width: 100%;
  overflow: auto;
}
.alert-wrapper {
  background: #1fafbf;
}
.alert-wrapper .alertbar .alert {
  color: black;
  margin-bottom: 0;
  text-align: left;
}
.alert-wrapper .alertbar .alert * {
  color: black;
}
.alert-wrapper .alertbar .alert div#exed {
  position: absolute;
  right: 0px;
  top: 5px;
  transform: rotate(45deg);
}
.homelink {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.homelink img:first-child {
  width: 190px;
  height: auto;
}
.homelink img:last-child {
  position: absolute;
  top: 11px;
  left: 43px;
  width: 190px;
  height: auto;
}
section#rateSliderWrap {
  position: relative;
  height: 300px;
  padding: 36px 15px 80px 15px;
}
section#rateSliderWrap div#white-circle {
  bottom: -1px;
  z-index: 222;
}
section#rateSliderWrap div#rateCtas {
  margin-bottom: 36px;
}
section#rateSliderWrap div#rateCtas p {
  margin: 0;
}
section#rateSliderWrap div#rateCtas p a {
  margin: 10px;
}
#rateSlider .slick-prev,
#rateSlider .slick-next {
  top: 30%;
}
div#rateSlider .rate-cell {
  color: white;
  text-align: center;
}
div#rateSlider .rate-cell p:first-child {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 14px;
  font-family: nudista-web, sans-serif;
  line-height: 1;
}
div#rateSlider .rate-cell p:first-child * {
  color: white !important;
}
div#rateSlider .rate-cell p:last-child {
  font-family: nudista-web, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
div#rateSlider .rate-cell p:last-child a {
  color: inherit;
}
#mobileOBWrap {
  background: #7a181a;
  color: white;
}
#mobileOBWrap i {
  padding: 0 5px;
}
@media (max-width: 768px) {
  div#navwrap.fixed #mobileOBWrap {
    display: none !important;
  }
}
#social-media {
  max-width: 310px;
  margin: 0 auto;
}
#social-media a {
  font-size: 24px;
  display: inline-block;
  width: 18%;
  text-align: center;
}
#footer-icon-links {
  justify-content: space-between;
  max-width: 310px;
  margin: 0 auto;
}
#footer-icon-links a {
  font-size: 14px;
  display: inline-block;
  font-family: nudista-web, sans-serif;
  color: white;
}
#footer-icon-links a i {
  padding: 0 4px;
}
@media (max-width: 1200px) {
  .toplink {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  #ob-wrap {
    padding: 12px 22px;
  }
  .homelink img:first-child {
    width: 150px;
  }
  .homelink img:last-child {
    width: 150px;
    left: 30px;
  }
}
@media (max-width: 991px) {
  .homelink img:first-child {
    width: 150px;
  }
  .homelink img:last-child {
    width: 150px;
    left: 10px;
  }
  .toplink span {
    display: none;
  }
  .toplink i.fa-bars {
    font-size: 30px;
  }
  .toplink i.fa-search {
    font-size: 26px;
  }
  .toplink i.fa-comments {
    font-size: 28px;
  }
  .homelink {
    justify-content: flex-start;
  }
  div#ob-wrap {
    padding: 8px 12px;
    top: 17px;
    right: 180px;
  }
  section#rateSliderWrap {
    height: auto;
  }
}
@media (max-width: 767px) {
  div#ob-wrap {
    display: none;
  }
  #navwrap {
    position: static !important;
  }
  aside .boxwrap,
  aside .bannerwrap {
    margin: 15px 0;
  }
  .homelink img:first-child {
    width: 150px;
  }
  .homelink img:last-child {
    width: 150px;
    left: 16px;
  }
  .toplink {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  div#rateCtas a.cta {
    min-width: 250px;
    text-align: center;
  }
  .content_rates_table {
    border-collapse: collapse;
  }
  .content_rates_table,
  .content_rates_table_effectivedate,
  .content_rates_table_title,
  .content_rates_table_row_highlight,
  .content_rates_table thead,
  .content_rates_table tbody,
  .content_rates_table_fields,
  .content_rates_table_row1,
  .content_rates_table_row2,
  .content_rates_table tr {
    display: block;
  }
  .content_rates_table_fields_row {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /*.content_rates_table tr { border: 1px solid #ccc; }*/
  td.content_rates_table_row1,
  td.content_rates_table_row2 {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: right;
  }
  .content_rates_table_row1:before,
  .content_rates_table_row2:before {
    position: absolute;
    top: 10px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    content: attr(data-title);
    font-family: nudista-web, sans-serif;
  }
  .content_rates_table_col_6 {
    background: #9e1f22;
    color: white;
  }
}
@media (max-width: 600px) {
  .slick-prev {
    left: 0px;
  }
  .slick-next {
    right: 0px;
  }
}
@media (max-width: 350px) {
  .toplink {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
}
.alertholder {
  width: 100%;
}
.alertbar {
  padding: 10px 0;
  width: 100%;
}
.alert {
  width: 96%;
  max-width: 1160px;
  margin: 0 auto;
  padding-right: 40px;
  position: relative;
  text-align: left;
}
button.exed {
  position: absolute;
  top: 0px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  display: block;
  text-decoration: none !important;
  background: transparent;
  border: 0;
}
button.exed:before {
  content: "\f057";
  font-family: 'Font Awesome 5 Pro';
}
.topnav {
  position: absolute;
  top: 12px;
  right: 50%;
  margin-right: -330px;
  font-size: 13px;
  text-transform: uppercase;
}
@media (min-width: 992px) {.topnav {right: auto; left: 250px; top: 22px;}}
.topnav .RLicon {
  font-size: 18px;
}
.topnav a {
  margin-left: 30px;
}
a.hbcta {
  position: absolute;
  top: 55px;
  right: 26px;
  width: 220px;
  padding: 12px 0;
  font-family: nudista-web, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: white !important;
  background: #9e1f22;
  border: 1px solid white;
  padding: 12px 20px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: inline-block;
  text-align: center;
}
a.hbcta:hover,
a.hbcta:focus,
a.hbcta:active {
  background: #1fafbf;
  color: black !important;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
a.hbcta i {
  padding: 5px;
}
a.Mhbcta {
  display: none;
}
/*L*/
@media only screen and (max-width: 1199px) {
  .topnav {
    margin-right: -230px;
  }
  .topnav a {
    width: 120px;
    display: inline-block;
  }
  a.hbcta {
    padding: 12px 22px;
  }
}
/*M*/
@media only screen and (max-width: 991px) {
  .topnav {
    margin-right: -37px;
    top: 68px;
  }
  .topnav a {
    width: auto;
  }
  .topnav .RLicon {
    font-size: 28px;
  }
  .topnav .RLwords {
    display: none;
  }
  a.hbcta {
    padding: 8px 12px;
    top: 17px;
    right: 180px;
  }
}
/*S*/
@media only screen and (max-width: 767px) {
  .topnav {
    margin-right: -50px;
    top: 22px;
  }
  a.hbcta {
    display: none;
  }
  a.Mhbcta {
    display: block;
    background: #7a181a;
    color: white;
    width: 100%;
    font-size: 14px;
    border-radius: 0;
    top: auto;
    bottom: 0;
    right: auto;
    left: auto;
    padding: 8px;
    text-align: center;
  }
  a.Mhbcta i {
    padding: 0 5px;
  }
}
/*XS*/
@media only screen and (max-width: 575px) {
  .topnav {
    right: 200px;
    margin-right: 0;
  }
  .topnav a {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .topnav {
    right: 0;
    position: relative;
    top: auto;
    width: 100%;
    text-align: center;
  }
  .topnav .RLicon {
    font-size: 18px;
  }
  .topnav .RLwords {
    display: inline;
  }
  .topnav a {
    margin: 10px 10px 0 10px;
  }
}

.row.icons {
  gap: 10px 0;
}

.icons :is(.fa, .fas, .fab, .far) {
  font-size: 32px;
  margin-bottom: .5rem;
}