@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@font-face {
  font-family: "Blackjack";
  src: url("/templates/iberville_2018/fonts/blackjack.otf") format("opentype");
}
html {
  margin: 0;
}
img {
  border: 0;
}
body {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #333;
  max-width: 1920px;
  margin: 0 auto;
}
header {
  text-align: left;
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  header .container {
    max-width: 1200px;
  }
}
footer {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 50px 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdd56c+0,ec862e+78,ec862e+100 */
  background: #fdd56c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fdd56c 0%, #ec862e 78%, #ec862e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fdd56c 0%, #ec862e 78%, #ec862e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fdd56c 0%, #ec862e 78%, #ec862e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
footer .bottomlinks {
  font-size: 14px;
}
footer .bottomlinks a {
  color: #333;
}
footer .bottomlinks span.pipe {
  color: #333;
}
footer .bottomlinks span.pipe:last-child {
  display: none;
}
footer .ncua-eol-logos {
  display: flex;
  justify-content: space-evenly;
}
footer .ncua-eol-logos a {
  display: inline-block;
  margin: 10px;
}
footer .ncua-eol-logos a img {
  max-width: 150px;
}
footer .ncua-eol-logos a:last-child img {
  max-width: 60px;
}
footer .ncua-eol-disclaimer {
  text-align: left;
  padding-top: 10px;
}
footer address {
  margin: 20px 0;
  font-weight: 800;
  color: #333;
}
footer #contacts {
  list-style: none;
  padding-left: 0;
  color: #333;
}
footer #contacts li {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid black;
}
footer #contacts li a {
  color: #333;
}
footer #contacts li:last-child {
  border-right: none;
}
footer img.sprint-banner {
  border: 1px solid black;
  max-width: 550px;
  margin: 20px 0px;
  width: 380px;
  height: 50px;
}
@media (max-width: 600px) {
  footer img.sprint-banner {
    width: 100%;
    height: auto;
  }
  footer #contacts li {
    border-right: 0;
  }
}
a,
a:visited {
  color: #22815a;
}
a:hover {
  color: #22815a;
  text-decoration: none;
}
a.cta {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 20px;
  padding: 7px 30px;
  color: white;
  background: #22815a;
  display: inline-block;
}
a.cta:hover {
  background: #0b5a39;
}
h1 {
  font-size: 34px;
  margin: 15px 0;
  color: #22815a;
}
h2 {
  font-size: 28px;
}
h3,
.content_rates_table_title,
.region_faq_header {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
h4,
h5 {
  font-size: 14px;
  font-weight: 700;
}
h6 {
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
}
section {
  background-color: #FFF;
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
article {
  width: 100%;
  min-height: 600px;
  padding: 100px;
  background: white;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.35);
}
aside {
  z-index: 99;
  width: 33%;
  float: right;
  padding: 40px;
  margin: 40px;
  background: #22815a;
}
aside .related-links .title {
  color: white;
  font-size: 28px;
  text-transform: uppercase;
  margin: 10px 0;
}
aside .subpage-links .title {
  color: white;
  font-size: 28px;
  text-transform: uppercase;
  margin: 10px 0;
}
aside .bannerwrap {
  display: block;
}
aside .boxwrap .code_block_indiv_content h2 {
  color: white;
  font-size: 28px;
  text-transform: uppercase;
  margin: 10px 0;
}
aside .boxwrap .code_block_indiv_content p {
  color: white;
}
aside .related-links,
aside .subpage-links,
aside .boxwrap,
aside .bannerwrap {
  margin: 10px 0;
  border-bottom: 1px solid white;
}
aside .related-links:last-child,
aside .subpage-links:last-child,
aside .boxwrap:last-child,
aside .bannerwrap:last-child {
  border: none;
}
aside div > ul {
  list-style: none;
  padding-left: 0;
}
aside div > ul > li {
  padding: 5px 0;
}
aside div > ul.regions_relatedlink_list li a {
  color: white;
}
aside div > ul.regions_relatedlink_list li a:hover {
  color: #fec15e;
  text-decoration: none;
}
aside div > ul.regions_sitemap li a {
  color: white;
}
aside div > ul.regions_sitemap li a:hover {
  color: #fec15e;
  text-decoration: none;
}
@media (max-width: 1200px) {
  article {
    padding: 50px;
  }
  aside {
    margin: 20px 0 20px 25px;
  }
}
.alertbar {
  background: #d71921;
}
.alertbar .alert {
  text-align: center;
  color: white;
}
.alertbar .alert p {
  max-width: 1070px;
  margin: 0 auto;
}
.alertbar div#exed {
  cursor: pointer;
  float: right;
  position: relative;
  top: -30px;
}
.alertbar div#exed i.fa {
  transform: rotate(45deg);
}
.crumbs {
  font-size: 14px;
}
.crumbs a {
  color: #22815a;
  font-weight: 600;
}
.floatR {
  position: relative;
  float: right;
}
.floatL {
  position: relative;
  float: left;
}
.breaker {
  clear: both;
}
.border {
  border: solid 1px red;
}
.abso {
  position: absolute;
}
.captcha_warning {
  font-size: 14px;
  color: red;
  font-weight: 700;
}
.content_rates_table {
  margin-bottom: 20px;
  width: 100%;
}
.content_rates_table_fields {
  background-color: #414853;
  color: #FFF;
  font-weight: 700;
}
.content_rates_table_row2 {
  background-color: #dfe5ef;
}
.content_rates_table_row1 {
  background-color: #FFF;
}
.content_rates_table_row_highlight {
  color: #0a6104;
  background-color: #B6FF00;
}
.content_rates_category1,
.faq_header,
.faq_question,
.comments_section_header {
  color: #C90202;
  font-size: 18px;
  font-weight: 700;
}
.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_calendar_table_headercell {
  background-color: #000;
  color: #FFF;
  text-align: center;
  font-weight: 700;
}
td.content_calendar_table_headercell a,
td.content_calendar_table_headercell a:visited {
  color: #FFF;
  text-decoration: none;
}
td.content_calendar_table_headercell a:hover {
  color: silver;
  text-decoration: none;
}
td.content_calendar_table_selectedcell {
  border: solid 1px #000;
  background-color: silver;
}
ul.content_article_list {
  padding-left: 15px;
}
ul.content_article_list li {
  list-style: none;
}
.content_poll_option,
.regions_poll_option {
  display: inline-block;
  margin: 5px 0;
}
.content_poll_title,
.regions_poll_title {
  display: inline-block;
  font-weight: 700;
  margin: 5px 0;
}
.faq_toolbar {
  padding-bottom: 15px;
}
.faq_viewed {
  color: #000;
  font-size: 11px;
  font-weight: 700;
  font-family: arial, sans-serif;
}
.faq_advanced_search_panel {
  padding: 0;
}
.faq_advanced_search_panel table td {
  padding: 2px 0;
}
.faq_advanced_search_panel i {
  color: silver;
}
ul.region_faq_list li {
  margin-bottom: 5px;
}
span.region_faq_header {
  display: block;
  margin-bottom: 10px;
}
.required_legend {
  padding-bottom: 20px;
  color: gray;
  font-style: italic;
}
a.homelink {
  margin-left: 35px;
  display: inline-block;
}
a.homelink img {
  max-width: 200px;
}
@media (max-width: 1200px) {
  a.homelink {
    margin-left: 0;
  }
}
.search {
  display: none;
}
.search.open {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 120px;
  top: 3px;
}
.searchbox {
  border: solid 1px #d2d6db;
  margin: 5px 0;
  max-width: 180px;
}
.toplinks {
  text-align: right;
  padding-right: 35px;
  width: 100%;
  height: auto;
  border: solid 0 #FF0;
  clear: both;
  margin: 10px auto;
  font-size: 12px;
}
.toplinks .toplink-list {
  padding-top: 5px;
}
.toplinks .toplink-list span.pipe {
  color: #333;
}
.toplinks .toplink-list span.pipe:last-child {
  display: none;
}
@media (max-width: 1200px) {
  .toplinks {
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  .toplinks {
    display: none;
  }
}
.searchbutton {
  padding-top: 10px;
  width: 10px;
}
.pipe {
  font-weight: 700;
  margin: 0 5px;
}
.bx-viewport ul {
  padding: 0;
}
div#header-row {
  margin-bottom: 20px;
  width: 100%;
}
.content {
  width: 100%;
  position: relative;
}
img.content_banner {
  width: 100%;
  height: auto;
}
.bannerwrap {
  display: none;
}
.regionbox ul {
  list-style: none;
  margin: 0;
  padding: 10px 0 0 10px;
}
.regionbox ul li {
  padding-bottom: 5px;
}
.icons img {
  margin-left: 5px;
}
.comments_section_summary {
  border: 1px solid #660;
  background-color: #FF9;
  font-size: 14px;
  width: 100%;
  margin: 10px;
  padding: 10px;
}
.comment_section_summary_would_recommend {
  border-top: 1px solid #000;
  margin-top: 10px;
}
.comments_section_header3 {
  margin-top: 20px;
}
.comments_header_and_sortbox {
  position: relative;
  padding-top: 5px;
  clear: both;
  margin-top: 20px;
}
.comments_sortbox {
  position: absolute;
  top: 5px;
  right: 0;
  width: 100%;
  max-width: 225px;
}
.comment_item {
  width: 96%;
  margin: 10px 0;
  padding: 10px 2%;
}
.comment_rating_number {
  margin-left: 90px;
}
.comment_title,
.comment_reply_title {
  font-size: 12px;
  font-weight: 700;
  margin-top: 10px;
  color: #802021;
}
.comment_posted_by_and_who {
  margin-top: 5px;
  font-style: italic;
  color: gray;
}
.comment_text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.comment_reply {
  border: 1px solid #F2A649;
  background-color: #F6F6DE;
  margin: 10px;
  padding: 10px;
}
.comments_form_textbox {
  width: 100%;
  max-width: 500px;
  height: auto;
}
.comments_form_table {
  width: 94%;
  margin: 10px 3%;
}
.comments_form_table TD {
  border-bottom: solid 1px #F2A649;
  padding: 3px 0;
}
.comments_form_name {
  width: 100%;
  max-width: 200px;
}
.comments_form_errors {
  background: #EFC3C3;
  border: 1px solid #E67A7A;
  color: #E81818;
  font-weight: 700;
  margin: 10px;
  padding: 10px;
}
.comments_form_errors UL,
.comments_form_errors LI {
  color: #E81818;
}
.comments_submitted {
  background: #F6F6DE;
  border: 1px solid #802021;
  color: #802021;
  font-weight: 700;
  width: 92%;
  margin: 10px 2%;
  padding: 10px 2%;
}
.region_ratings {
  padding: 0 0 0 10px;
}
.region_ratings_title {
  font-weight: 700;
  margin-top: 5px;
  font-size: 14px;
}
.region_ratings_posted_by_and_who {
  margin-top: 5px;
  font-weight: 700;
}
div.rating-cancel,
div.star-rating {
  width: 100%;
  max-width: 17px;
  height: auto;
  text-indent: -999em;
  cursor: pointer;
  display: block;
  background: transparent;
  overflow: hidden;
}
div.rating-cancel,
div.rating-cancel a {
  background: url(/admin/js/ratings/delete.gif) no-repeat 0 -16px;
}
div.star-rating,
div.star-rating a {
  background: url(/admin/js/ratings/star.gif) no-repeat 0 0;
}
div.rating-cancel a,
div.star-rating a {
  display: block;
  width: 100%;
  max-width: 16px;
  height: 100%;
  background-position: 0 0;
  border: 0;
}
div.star-rating-on a {
  background-position: 0 -16px !important;
}
div.star-rating-hover a {
  background-position: 0 -32px;
}
div.star-rating-readonly a {
  cursor: default!important;
}
div.star-rating {
  background: transparent!important;
  overflow: hidden!important;
}
.blog_posted_date,
.blog_author {
  display: inline-block;
  color: gray;
  font-style: italic;
  margin: 10px 0;
}
.blog_entry {
  margin-bottom: 30px;
}
.blog_share {
  border: 1px solid #EEE;
  margin-bottom: 5px;
  padding: 5px;
}
.content_blog_header {
  color: #802020;
  font-size: 16px;
  font-family: 'Trebuchet ms', arial, sans-serif;
  font-weight: 700;
}
.bttmpad,
.region table td table,
.bigbanner,
.boxbottom,
.code_block_indiv_bttm {
  margin-bottom: 10px;
}
.regions_rates_table_title,
.print {
  display: none;
}
.content_calendar_table,
td.content_calendar_table_cell {
  border: solid 1px #000;
}
.faq_search,
.faq_advanced_search_panel table {
  margin: 20px 0;
}
.faq_question_block,
.region_ratings_text {
  margin-top: 10px;
}
.toplinks a,
.toplinks a:visited,
.bottomlinks a,
.bottomlinks a:visited,
.blog_title A,
.blog_title A:link,
.blog_title A:active,
.blog_title A:visited {
  text-decoration: none;
}
.toplinks a:hover,
.bottomlinks a:hover {
  text-decoration: underline;
}
.comment_helpful,
.comment_footer {
  font-size: 10px;
}
.blog_title,
.category_name,
.blog_year,
.blog_category_name,
.blog_year_title {
  color: #802020;
  font-family: 'Trebuchet ms', arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.blog_author,
.blog_posted_date {
  font-style: italic;
}
ul.navbar-nav {
  flex-direction: row;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}
ul.nav li {
  display: inline-block;
}
ul.nav li a {
  display: inline-block;
  padding: 15px 0px;
}
.header-actions {
  padding-top: 10px;
  display: flex;
  justify-content: flex-end;
}
.header-actions a {
  display: inline-block;
  text-align: center;
  border: 1px solid #666;
  border-radius: 16px;
  padding: 4px 0;
  margin: 0 5px;
  height: 32px;
  width: 40px;
  color: #003667;
}
.header-actions a > i {
  font-size: 16px;
}
.header-actions a#search_toggle {
  color: #399272;
}
.header-actions a:hover,
.header-actions a#search_toggle:hover {
  color: #222;
}
.benefits-menu {
  position: relative;
  text-align: center;
  margin-top: 20px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.benefits-menu > img {
  position: absolute;
  left: 4px;
}
.benefits-menu > a {
  display: inline-block;
}
.benefits-menu > a > span#benefits-switch {
  display: inline-block;
  cursor: pointer;
  background-color: #22815a;
  width: 300px;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  padding: 10px 0;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.benefits-menu > a > span#benefits-switch:hover {
  background: #0b5a39;
}
@media (max-width: 1200px) {
  .benefits-menu > img {
    left: initial;
    right: -25px;
  }
  .benefits-menu > a {
    float: right;
  }
}
@media (max-width: 768px) {
  .benefits-menu > img {
    left: initial;
    right: -27.5px;
    width: 275px;
  }
  .benefits-menu > a {
    float: right;
  }
  .benefits-menu > a > span#benefits-switch {
    width: 220px;
  }
}
.menu-area {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fee7a9+14,fdd56c+35,ff9b4e+100 */
  background: #fee7a9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fee7a9 14%, #fdd56c 35%, #ff9b4e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fee7a9 14%, #fdd56c 35%, #ff9b4e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fee7a9 14%, #fdd56c 35%, #ff9b4e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media (max-width: 1200px) {
  .menu-area .container {
    max-width: 1200px;
  }
}
@media (max-width: 992px) {
  .menu-area {
    display: none;
  }
}
.hb-col {
  padding-right: 0;
}
.hb-area {
  position: relative;
  text-align: center;
  margin-top: 5px;
  background-color: #22815a;
  color: white;
}
.hb-area > img {
  position: absolute;
  max-width: 320px;
  left: -25px;
}
.hb-wrap > span#hb-switch {
  display: inline-block;
  cursor: pointer;
  background-color: #22815a;
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  padding: 15px 0;
}
.br-btm-16 {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
#hb-arrow-up {
  position: absolute;
  right: 10px;
  bottom: 5px;
  display: block;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
#hb-arrow-down {
  display: none;
  position: absolute;
  right: 5px;
  top: 20px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
#hb-login {
  position: absolute;
  width: 270px;
  height: 130px;
  top: 59px;
  z-index: 1;
  background-color: #22815a;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
#hb-login form input {
  display: block;
  margin: 5px auto;
  padding: 8.5px 0;
  text-align: center;
  border: none;
  width: 220px;
}
#hb-login form input[type=text] {
  border-radius: 20px;
}
#hb-login form input[type=submit] {
  border-radius: 20px;
  background: #ee9044;
}
#hb-login form input[type=submit]:hover {
  background: #d76d17;
  cursor: pointer;
}
#hb-login form a {
  color: white;
}
@media (max-width: 1200px) {
  .hb-wrap {
    width: 290px;
  }
  #hb-login {
    width: 290px;
  }
  #hb-switch {
    min-width: 290px;
  }
  .hb-area > img {
    left: -15px;
  }
}
.mobile-navigation {
  display: none;
  position: relative;
}
.mobile-navigation .mobile-top-links {
  display: none;
  max-height: 45px;
}
.mobile-navigation .mobile-top-links ul {
  margin: 0;
}
.mobile-navigation #mobile-nav {
  background: white;
  display: none;
  padding-left: 0;
  z-index: 100;
  position: absolute;
  top: 45px;
  right: 0;
  left: 0;
  list-style: none;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 20px;
  background: #22815a;
  border-top: 1px solid #22815a;
  border-bottom: 1px solid #22815a;
}
.mobile-navigation #mobile-nav > li {
  display: block;
  border-bottom: 1px solid #fec15e;
  position: relative;
}
.mobile-navigation #mobile-nav > li:first-child {
  border-top: 1px solid #fec15e;
}
.mobile-navigation #mobile-nav > li > h3 {
  color: white;
  padding: 10px 30px;
  font-size: 24px;
  font-weight: 400;
  text-align: right;
  margin-bottom: 0;
}
.mobile-navigation #mobile-nav > li > a {
  display: inline-block;
  width: 100%;
  padding: 15px 50px;
  font-size: 24px;
  color: white;
}
.mobile-navigation #mobile-nav > li > a img {
  width: 30px;
  margin: 0 7px;
}
.mobile-navigation #mobile-nav > li ul.submenu {
  display: none;
  list-style: none;
  padding: 0px 100px;
  margin-bottom: 20px;
}
.mobile-navigation #mobile-nav > li ul.submenu > li {
  padding: 5px 0;
}
.mobile-navigation #mobile-nav > li ul.submenu > li > a {
  color: white;
  font-size: 18px;
  text-decoration: underline;
}
.mobile-navigation #mobile-nav > li span.submenu-indicator {
  position: absolute;
  right: 30px;
  top: 10px;
  color: white;
  font-size: 28px;
}
@media (max-width: 992px) {
  .mobile-navigation .mobile-top-links {
    display: block;
    float: left;
    padding-left: 10px;
    padding-top: 10px;
  }
  .mobile-navigation .mobile-top-links > ul {
    list-style: none;
    padding-left: 0;
  }
  .mobile-navigation .mobile-top-links > ul > li {
    display: inline-block;
  }
  .mobile-navigation .mobile-top-links > ul > li > a {
    display: inline-block;
    background: white;
    padding: 2px 13px;
    border-radius: 12px;
  }
}
@media (max-width: 424px) {
  .mobile-navigation #mobile-nav > li > a {
    padding: 15px 20px;
  }
  .mobile-navigation #mobile-nav > li ul.submenu {
    padding: 0 35px;
  }
}
.mobile-hb-login {
  clear: left;
  display: none;
}
.mobile-hb-login .hb-area {
  margin-top: 0;
}
.mobile-hb-login .hb-area .hb-wrap {
  width: 100%;
}
.mobile-hb-login .hb-area .hb-wrap #hb-login-mobile {
  display: inline-block;
}
.mobile-hb-login .hb-area .hb-wrap #hb-login-mobile form {
  display: inline-block;
}
.mobile-hb-login .hb-area .hb-wrap #hb-login-mobile form input {
  display: inline-block;
  margin: 5px auto;
  padding: 8.5px 0;
  text-align: center;
  border: none;
  width: 220px;
}
.mobile-hb-login .hb-area .hb-wrap #hb-login-mobile form input[type=text] {
  border-radius: 20px;
}
.mobile-hb-login .hb-area .hb-wrap #hb-login-mobile form input[type=submit] {
  border-radius: 20px;
  background: #ee9044;
}
.mobile-hb-login .hb-area .hb-wrap #hb-login-mobile form input[type=submit]:hover {
  background: #d76d17;
  cursor: pointer;
}
.mobile-hb-login .hb-area .hb-wrap #hb-login-mobile form a {
  color: white;
}
@media (max-width: 992px) {
  .mobile-hb-login {
    display: block;
  }
  .mobile-navigation {
    display: block;
  }
  .mobile-navigation .menu-area {
    display: block;
    text-align: right;
  }
  .mobile-navigation .menu-area a.mobile-menu-toggle {
    font-size: 30px;
    padding-right: 30px;
    display: inline-block;
  }
}
@media (max-width: 600px) {
  .mobile-hb-login {
    display: block;
  }
  .mobile-hb-login .hb-area .hb-wrap span {
    display: block;
  }
  .mobile-hb-login .hb-area .hb-wrap #hb-login-mobile form input {
    display: block;
  }
  .mobile-navigation {
    display: block;
  }
  .mobile-navigation .menu-area {
    display: block;
    text-align: right;
  }
  .mobile-navigation .menu-area a.mobile-menu-toggle {
    font-size: 30px;
    padding-right: 30px;
    display: inline-block;
  }
}
#navbar {
  justify-content: flex-end;
}
#navbar ul {
  list-style: none;
  padding-left: 0;
  display: inline-block;
  margin-bottom: 0;
}
#navbar ul li {
  display: inline-block;
  position: relative;
  width: 125px;
  padding: 19.5px 15px;
  padding-right: 0;
}
#navbar ul li a {
  color: #333;
  display: block;
  text-transform: uppercase;
}
#navbar ul li a:hover {
  color: #135c3e;
  text-decoration: none;
}
#navbar ul li a > img {
  display: block;
  width: 33px;
  margin: 0 auto 5px;
}
#navbar ul.submenu {
  display: none;
  position: absolute;
  width: 200px;
  left: -40px;
  top: 98px;
  background: #22815a;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  z-index: 10;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.35);
}
#navbar ul.submenu li {
  padding: 15px 0;
  width: 100%;
}
#navbar ul.submenu li a {
  color: white;
}
#navbar ul.submenu li a:hover {
  color: #fec15e;
}
@media (max-width: 1200px) {
  #navbar {
    padding-right: 0;
  }
  #navbar ul li:last-child ul.submenu {
    left: -80px;
  }
  #header-links {
    padding-right: 10px;
  }
}
.carousel {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.35);
}
.carousel .carousel-inner {
  max-height: 720px;
}
.carousel .carousel-caption {
  top: 200px;
  left: 30%;
  max-width: 850px;
  text-align: left;
  padding: 50px;
}
.carousel .carousel-caption * {
  color: white;
}
.carousel .carousel-caption h1 {
  font-size: 40px;
  font-family: 'Blackjack', sans-serif;
}
.carousel .carousel-caption p {
  font-size: 60px;
  font-weight: 600;
  line-height: 100%;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  margin: 0;
}
.carousel .carousel-caption p > a {
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 20px;
  padding: 7px 30px;
  color: white;
  background: #22815a;
}
.carousel .carousel-caption p > a:hover {
  background: #0b5a39;
}
.carousel .carousel-indicators {
  bottom: 0px;
  background: #fec15e;
  margin: 0;
  padding: 20px 0;
}
.carousel .carousel-indicators li {
  background: white;
  width: 18px;
  height: 18px;
  border-radius: 10px;
}
.carousel .carousel-indicators li.active {
  background: #22815a;
}
.home-promos {
  padding: 50px 0;
  background-image: url(/templates/iberville_2018/images/background.jpg);
  background-size: cover;
}
.internal-hero {
  border-bottom: 55px solid #fec15e;
  height: 400px;
  overflow: hidden;
}
.internal-hero .internal-hero-content {
  position: absolute;
  top: 360px;
  text-align: left;
  color: white;
}
.internal-hero .internal-hero-content h2 {
  font-size: 24px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
}
.internal-hero .internal-hero-content p {
  font-family: 'Blackjack', sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 66px;
  margin-top: 20px;
  margin-bottom: 0;
}
.internal-hero .internal-hero-content p:last-child {
  margin-top: 0;
}
.internal-hero .internal-hero-content p > a {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 20px;
  padding: 7px 30px;
  color: white;
  background: #22815a;
}
.internal-hero .internal-hero-content p > a:hover {
  background: #0b5a39;
}
@media (max-width: 1200px) {
  .internal-hero .internal-hero-content {
    top: 320px;
  }
}
@media (max-width: 992px) {
  .internal-hero {
    border-bottom: 0;
  }
  .internal-hero .container {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .internal-hero .internal-hero-content {
    position: static;
    background: #fec15e;
  }
  .internal-hero .internal-hero-content .boxwrap {
    max-width: 720px;
    margin: 0 auto;
    padding: 10px;
  }
}
div#lmcur_banner {
  margin: 30px 0;
}
#internal-hero-img {
  width: 100%;
}
.inside-section {
  background-image: url(/templates/iberville_2018/images/background.jpg);
}
.inside-section .container {
  padding: 20px 0;
}
.home-promo-wrap {
  background: white;
  margin: 80px 0;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  max-height: 367px;
}
.home-promo-wrap .row.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .home-promos {
    padding-top: 20px;
  }
  .home-promo-wrap {
    background: white;
    margin: 30px 0;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    max-height: none;
  }
  .home-promo-wrap .row,
  .home-promo-wrap .row.reverse {
    flex-direction: column;
  }
}
.promo-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 80px;
}
.promo-text h2 {
  color: #175e44;
  text-transform: uppercase;
}
.promo-text p {
  color: #333;
  font-size: 14px;
  line-height: 26px;
}
.promo-image {
  padding: 0;
}
.promo-image img {
  width: 100%;
  min-height: 100%;
}
@media (max-width: 768px) {
  .cms_form_textinput {
    width: 100% !important;
  }
}
@media (max-width: 992px) {
  .promo-text {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
  }
  .promo-text h2 {
    color: #175e44;
    text-transform: uppercase;
  }
  .promo-text p {
    color: #333;
    font-size: 14px;
    line-height: 26px;
  }
  .promo-image {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .promo-image img {
    width: 100%;
    min-height: initial;
  }
}
@media (min-width: 2400px) {
  .carousel .carousel-caption {
    left: 30%;
  }
}
@media (min-width: 3000px) {
  .carousel .carousel-caption {
    left: 40%;
  }
}
@media (max-width: 1600px) {
  .carousel .carousel-caption {
    left: 30%;
  }
}
@media (max-width: 1400px) {
  .carousel .carousel-caption {
    left: 25%;
    top: 150px;
  }
}
@media (max-width: 1200px) {
  .carousel .carousel-caption {
    left: 10%;
    top: 80px;
  }
  .internal-hero {
    height: auto;
  }
}
@media (max-width: 1200px) {
  .carousel .carousel-caption {
    position: static;
    background: #fec15e;
    max-width: 100%;
  }
  .carousel .carousel-inner {
    max-height: 800px;
  }
  .internal-hero {
    height: auto;
  }
}
@media (max-width: 992px) {
  .carousel .carousel-caption {
    padding-bottom: 80px;
  }
  .carousel .carousel-caption h1 {
    font-size: 32px;
  }
  .carousel .carousel-caption p {
    font-size: 40px;
  }
  .carousel .carousel-caption p > a {
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  .row.reverse {
    flex-direction: row;
  }
  .promo-text,
  .promo-image {
    width: 100%;
  }
}
@media (max-width: 425px) {
  a.homelink img {
    max-width: 166px;
  }
  .benefits-menu > a > span#benefits-switch {
    width: 120px;
  }
  .benefits-menu > img {
    width: 175px;
    right: -27.5px;
  }
}
@media (max-width: 374px) {
  a.homelink img {
    max-width: 140px;
  }
  .benefits-menu > a > span#benefits-switch {
    width: 110px;
  }
  .benefits-menu > img {
    width: 165px;
  }
}

.mobi {display: none;}
@media only screen and (max-width: 600px) {
	.mobi {display: block;}
	.full {display: none;}
}

