/* Figtree - Google Font */
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

/* Fonts */
@font-face {
  font-family: 'ProximaNovaCondensed';
  src: url("../fonts/Proxima Nova/ProximaNovaCond-Regular.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNovaCondensed';
  src: url("../fonts/Proxima Nova/ProximaNovaCond-Regular.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNovaCondensed';
  src: url("../fonts/Proxima Nova/ProximaNovaCond-LightIt.otf");
  font-weight: lighter;
  font-style: italic;
}

@font-face {
  font-family: 'ProximaNovaCondensed';
  src: url("../fonts/Proxima Nova/ProximaNovaCond-RegularIt.otf");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Figtree';
  src: url("../fonts/Proxima Nova/ProximaNova-Bold.otf");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Figtree';
  src: url("../fonts/Proxima Nova/ProximaNova-BoldIt.otf");
  font-weight: bold;
  font-style: italic;
}

.iub__us-widget__link {
  font-size: 13px !important;
  padding: 4px !important;
  line-height: 21px;
  font-size: 13px;
  font-family: 'Figtree', sans-serif;
  text-transform: uppercase;

}

.iubenda-cs-uspr-link {
  border-right: 1px solid #f5f5f5 !important;
  padding-right: 18px !important;
}


.iub__us-widget__wrapper {
  border: 0 !important;
  background-color: #f5f5f5 !important;

}

.iub__us-widget__link--privacy-choices::after {
  content: none !important;
}

.iub__us-widget__link:hover {
  background-color: #f5f5f5 !important;
}

.iub__us-widget__link--privacy-choices {
  border-left: 0 !important;
}

.iub__us-widget {
  background-color: #f5f5f5 !important;
  padding: 10px 13px !important;
  max-width: 1005px !important;
  justify-content: left !important;
  align-items: inherit !important;
  margin: auto !important
}

.threaded_msg_list {
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
}
	
table.tb-faqs ol {
  width: 80%;
}

table.tb-faqs {
 float: none;
 }

table.tb-faqs li {
 width: 90%;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Resetters */
input {
  -webkit-appeareance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}

input:active,
input:focus {
  outline: 0;
  box-shadow: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.noDisplay {
  display: none !important;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.clearer {
  clear: both;
}

/* Main layout */
html {
  height: 100%;
  /*overflow: hidden;*/
  line-height: 18px;
}

body {
  height: 100%;
  margin: 0;
  border: 0;
  padding: 0;
  overflow: auto;
  background: #f5f5f5;
  font-family: 'Figtree', sans-serif;
  line-height: 18px;
}

.page-container {
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* Header */
.main-header {
  height: 164px;
  background-color: #820304;
}

@media all and (max-width: 640px) {
  .main-header {
    height: 239px;
  }
}

.main-header .header-content {
  max-width: 990px;
  height: 100%;
  margin: auto;
  padding: 0 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-image: url("../img/header-bg.jpg");
  background-position: center;
}

@media all and (max-width: 640px) {
  .main-header .header-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.main-header .header-content .header-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-diretion: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (min-width: 631px) and (max-width: 768px) {
  .main-header .header-content .header-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media all and (max-width: 640px) {
  .main-header .header-content .header-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.logo-container {
  margin-left: -61px;
  margin-right: 59px;
}

@media all and (min-width: 769px) and (max-width: 980px) {
  .logo-container {
    margin-left: -69px;
    margin-right: -26px;
  }
}

@media all and (min-width: 631px) and (max-width: 768px) {
  .logo-container {
    margin-left: -71px;
    margin-right: -26px;
  }
}

@media all and (max-width: 640px) {
  .logo-container {
    margin: 0;
  }

  .logo-container .logo {
    height: 105px;
    margin: auto;
  }
}

.logo-container .logo {
  display: block;
}

.search-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: baseline;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  /*max-width: calc(100% - 274px)!important;*/
}

@media (max-width: 850px) {
  .search-container {
    max-width: 240px !important;
    display: flex;
  }
}

@media (max-width: 640px) {
  .search-container {
    max-width: 100% !important;
    display: flex;
  }
}

input.form-input {
  border: 0.5px solid #cccccc;
  padding 5px;
}

input.register-input {
  border: 0.5px solid #cccccc;
  padding: 5px;
}

input.login-submit {
  border: 0.5px solid #cccccc;
  background-color: white;
  padding: 10px;
  font-weight: bold;
}


input.register-submit {
  border: 0.5px solid #cccccc;
  background-color: white;
  padding: 10px;
  font-weight: bold;
}

input.register-submit:hover {
  background-color: #f3f3f3;
}

.searchbox-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

table.registration-table {
  width: 100%;
  text-align: center;
}

.searchbox-container .searchbox-wrap {
  max-width: 380px;
  position: relative;
  border: 1px solid #c36319;
  border-radius: 6px;
  padding: 6px;
}

@media all and (max-width: 640px) {
  .searchbox-container .searchbox-wrap {
    max-width: 600px;
  }
}

.searchbox-container .searchbox-wrap:after {
  width: 14px;
  height: 14px;
  content: "\f002";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 24px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.searchbox-container input {
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0px 14px;
  background: #fff;
  -webkit-appearance: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 48px;
}

@media all and (max-width: 640px) {
  .searchbox-container input {
    height: 44px;
    line-height: 44px;
    -webkit-padding-before: 16px;
  }
}

.advanced-search-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-family: "Figtree";
  font-weight: bold;
  color: #fff !important;
}

@media (max-width: 850px) {
  .advanced-search-container {
    align-items: center;
    display: flex;
    margin-left: 30px;
    margin-top: -20px;
  }
}

.advanced-search-container .white {
  display: none;
}

@media (max-width: 850px) {
  .advanced-search-container .white {
    display: flex;
  }
}

.advanced-search-container a {
  margin: 0;
  border: 0;
  padding: 0;
  color: #fff !important;
  line-height: 36px;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 850px) {
  .advanced-search-container a {
    margin-right: 30px;
    font-size: 13px !important;
  }
}

@media (max-width: 850px) {
  .advanced-search-container .white a {
    margin-right: 3px;
    font-size: 13px;
  }
}

.advanced-search-container a:hover {
  color: #ffcc32 !important;
}

@media all and (max-width: 640px) {
  .advanced-search-container a {
    font-size: 12px;
  }

  table.threaded-table {
    margin-right: 0 !important;
  }

  .threaded-table td {
    font-size: 13px !important;
    padding: 3px !important;
    /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;


  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
   }
}

.social-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (min-width: 769px) and (max-width: 980px) {
  .social-container {
    margin-left: 50px;
    margin-right: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media all and (min-width: 631px) and (max-width: 768px) {
  .social-container {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media all and (max-width: 640px) {
  .social-container {
    margin-top: 18px;
    margin-bottom: 18px;
  }
}

.social-container .social-title {
  margin: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

@media all and (min-width: 769px) and (max-width: 980px) {
  .social-container .social-title {
    margin-top: 0;
  }
}

@media all and (min-width: 631px) and (max-width: 768px) {
  .social-container .social-title {
    margin-left: 0;
  }
}

@media all and (max-width: 640px) {
  .social-container .social-title {
    margin-left: 0;
  }
}

.social-container .social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.social-container .social-icons .social-icon {
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  border: 1px solid;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffcc32;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-right: 17px;
}

.social-container .social-icons .social-icon:last-of-type {
  margin-right: 0;
}

.social-container .social-icons .social-icon:hover {
  background: #ffcc32;
  color: #810304;
}

/* Main Section */
.main-section {
  width: 100%;
  max-width: 1007px;
  box-sizing: border-box;
  margin: auto;
  padding: 28px 17px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  /* Main feed */
}

@media all and (min-width: 769px) and (max-width: 980px) {
  .main-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media all and (min-width: 631px) and (max-width: 768px) {
  .main-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media all and (max-width: 640px) {
  .main-section {
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.main-section .sidebar {
  margin-right: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 318px;
  -ms-flex: 1 1 318px;
  flex: 1 1 318px;
}

@media all and (min-width: 769px) and (max-width: 980px) {
  .main-section .sidebar {
    margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media all and (min-width: 631px) and (max-width: 768px) {
  .main-section .sidebar {
    margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media all and (max-width: 640px) {
  .main-section .sidebar {
    margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

.main-section .sidebar .sidebar-menu {
  margin: 0;
  margin-bottom: 27px;
  padding: 6px 16px;
  border-radius: 7px;
  background: url("../img/sidebar-bg.jpg");
  background-size: cover;
  background-position: center;
  font-family: "Figtree";
  font-weight: bold;
}

@media all and (min-width: 769px) and (max-width: 980px) {
  .main-section .sidebar .sidebar-menu {
    display: none;
  }
}

@media all and (min-width: 631px) and (max-width: 768px) {
  .main-section .sidebar .sidebar-menu {
    display: none;
  }
}

@media all and (max-width: 640px) {
  .main-section .sidebar .sidebar-menu {
    display: none;
  }
}

.main-section .sidebar .sidebar-menu li {
  display: block;
  text-decoration: none;
}

.main-section .sidebar .sidebar-menu a.regionalSub {
  margin-left: 20px;
}

.main-section .sidebar .sidebar-menu li:last-of-type a {
  border: 0;
}

.main-section .sidebar .sidebar-menu a {
  margin: 0;
  border: 0;
  border-bottom: 1px solid #d88829;
  padding: 0;
  display: block;
  list-style-type: none;
  color: #fff;
  line-height: 36px;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.main-section .sidebar .sidebar-menu a:hover {
  color: #ffcc32;
}

.main-section .sidebar .newsletter {
  border: 1px solid #060606;
  border-radius: 7px;
  padding: 17px;
  color: #2b2b2b;
}

@media all and (min-width: 769px) and (max-width: 980px) {
  .main-section .sidebar .newsletter .fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .main-section .sidebar .newsletter .fields * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100px;
    -ms-flex: 1 1 100px;
    flex: 1 1 100px;
  }
}

@media all and (min-width: 631px) and (max-width: 768px) {
  .main-section .sidebar .newsletter .fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-section .sidebar .newsletter .fields * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100px;
    -ms-flex: 1 1 100px;
    flex: 1 1 100px;
  }
}

@media all and (max-width: 640px) {
  .main-section .sidebar .newsletter {
    margin: 3px;
    padding: 17px 24px;
  }
}

.main-section .sidebar .newsletter .newsletter-title {
  margin-top: 9px;
  margin-bottom: 27px;
  padding-bottom: 20px;
  position: relative;
  line-height: 1em;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

.main-section .sidebar .newsletter .newsletter-title:after {
  content: "";
  width: 65px;
  height: 1px;
  background: #060606;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.main-section .sidebar .newsletter .newsletter-mail {
  width: 100%;
  height: 36px;
  margin-bottom: 20px;
  border: 1px solid #666666;
  border-radius: 50px;
  padding: 0 26px;
  box-sizing: border-box;
  display: block;
  background: #fff;
  line-height: 36px;
}

@media all and (min-width: 631px) and (max-width: 768px) {
  .main-section .sidebar .newsletter .newsletter-mail {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

.main-section .sidebar .newsletter .newsletter-mail:focus {
  background: #363636;
  color: #fff;
}

.main-section .sidebar .newsletter .newsletter-mail:focus::-webkit-input-placeholder {
  color: #ddd;
  font-style: italic;
  font-family: "Figtree";
  font-weight: bold;
}

.main-section .sidebar .newsletter .newsletter-mail:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #ddd;
  font-style: italic;
  font-family: "Figtree";
  font-weight: bold;
}

.main-section .sidebar .newsletter .newsletter-mail:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #ddd;
  font-style: italic;
  font-family: "Figtree";
  font-weight: bold;
}

.main-section .sidebar .newsletter .newsletter-mail:focus:-ms-input-placeholder {
  color: #ddd;
  font-style: italic;
  font-family: "Figtree";
  font-weight: bold;
}

.main-section .sidebar .newsletter .newsletter-mail::-webkit-input-placeholder {
  color: #000;
  font-style: italic;
  font-family: "Figtree";
  font-weight: bold;
}

.main-section .sidebar .newsletter .newsletter-mail:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  font-style: italic;
  font-family: "Figtree";
  font-weight: bold;
}

.main-section .sidebar .newsletter .newsletter-mail::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  font-style: italic;
  font-family: "Figtree";
  font-weight: bold;
}

.main-section .sidebar .newsletter .newsletter-mail:-ms-input-placeholder {
  color: #000;
  font-style: italic;
  font-family: "Figtree";
  font-weight: bold;
}

.main-section .sidebar .newsletter input[type="checkbox"] {
  display: none;
}

.main-section .sidebar .newsletter label {
  margin-left: 26px;
  margin-bottom: 20px;
  position: relative;
  display: block;
  line-height: 20px;
  font-size: 12px;
  font-style: italic;
}

@media all and (min-width: 769px) and (max-width: 980px) {
  .main-section .sidebar .newsletter label {
    margin-left: 70px;
  }
}

@media all and (min-width: 631px) and (max-width: 768px) {
  .main-section .sidebar .newsletter label:not(:first-of-type) {
    margin-left: 50px;
  }
}

.main-section .sidebar .newsletter label:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #969696;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: -26px;
  display: block;
  background: #fff;
}

.main-section .sidebar .newsletter label b {
  font-style: normal;
}

.main-section .sidebar .newsletter input:not(:checked)+label:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 20px;
  position: absolute;
  top: 5px;
  left: -21px;
  display: block;
  background: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.main-section .sidebar .newsletter input:checked+label:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 20px;
  position: absolute;
  top: 5px;
  left: -21px;
  display: block;
  background: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.main-section .sidebar .newsletter .newsletter-submit {
  width: 138px;
  height: 36px;
  margin: auto;
  border: 1px solid #ffcc32;
  border-radius: 40px;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background: #ffcc32;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.main-section .sidebar .newsletter .newsletter-submit:hover {
  border-color: #476c29;
  background: transparent;
  color: #476c29;
}

.main-section .feed-container {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 650px;
  -ms-flex: 1 1 650px;
  flex: 1 1 650px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media all and (min-width: 769px) and (max-width: 980px) {
  .main-section .feed-container {
    margin-bottom: 28px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

textarea.form-textarea {
  width: 100%;
  border: 0.5px solid #cccccc;
  padding: 5px;
}

@media all and (min-width: 631px) and (max-width: 768px) {
  .main-section .feed-container {
    margin-bottom: 28px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media all and (max-width: 640px) {
  .main-section .feed-container {
    margin-bottom: 28px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.mobile-nav-toggle {
  width: 55px;
  height: 55px;
  border-radius: 7px;
  position: fixed;
  top: 60px;
  left: 150px;
  z-index: 200;
  cursor: pointer;
  background: #810304;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  color: #ffcc32;
  line-height: 55px;
  font-size: 24px;
  text-align: center;
}

.mobile-nav-toggle.menu-fixed {
  position: fixed;
  top: 0px;
  /*left: 20px;*/
}

@media (max-width: 1500px) {
  .mobile-nav-toggle {
    position: fixed;
    top: 0px;
    left: 0px;
  }
}


@media (min-width: 550px) and (max-width: 1024px) {
  .advanced-search-container {
    margin-left: 0px;
    !important
  }
}

@media (max-width: 1024px) {
  .mobile-nav-toggle {
    top: 0px;
    left: 0px;
  }

  input.form-input {
    font-size: 18px;
    width: 100%;
  }

  input.register-input {
    font-size: 18px;
    width: 100%;
  }

  table.registration-table-main tr td:first-child {
    width: 6em;
    min-width: 6em;
    max-width: 6em;
    padding-right: 5px;
  }


  table.searchTable tr td:first-child {
    width: 6em;
    min-width: 6em;
    max-width: 6em;
    padding-right: 5px;
  }

  input.submit {
    background-color: white;
    border: .5px solid #cccccc;
    padding: 8px;
    font-weight: bold;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .1);
  }

  input.register-submit {
    background-color: white;
    border: .5px solid #cccccc;
    padding: 8px;
    font-weight: bold;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .1);
  }


  input.input-submit {
    background-color: white;
    border: .5px solid #cccccc;
    padding: 8px;
    font-weight: bold;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .1);
  }

}

@media all and (max-width: 640px) {
  .mobile-nav-toggle {
    width: 38px;
    height: 38px;
    top: 10px;
    left: 10px;
    line-height: 39px;
    font-size: 19px;
  }

  .mobile-nav-toggle.menu-fixed {
    position: fixed;
    top: 10px;
    left: 10px;
  }
}

@media all and (max-width: 640px) {}

.mobile-nav-toggle.dropdown-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #96181B;
}

.mobile-nav-toggle.dropdown-active .mobile-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.mobile-nav-toggle .mobile-menu {
  width: 310px;
  max-width: calc(100vw - 20px);
  max-height: calc(100vh - 70px);
  box-sizing: border-box;
  margin: 0;
  padding: 6px 16px;
  border-radius: 7px;
  border-top-left-radius: 0;
  position: absolute;
  left: 0;
  top: 50%;
  overflow: auto;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  background: url("../img/sidebar-bg.jpg");
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-family: "Figtree";
  font-weight: bold;
  text-align: left;
}

@media all and (max-width: 1024px) {
  a.usermenu {
    margin: 3px !important;
  }
}


.mobile-nav-toggle .mobile-menu li {
  display: block;
  text-decoration: none;
}

.mobile-nav-toggle .mobile-menu li:last-of-type a {
  border: 0;
}

.mobile-nav-toggle .mobile-menu a {
  margin: 0;
  border: 0;
  border-bottom: 1px solid #d88829;
  padding: 0;
  display: block;
  list-style-type: none;
  color: #fff;
  line-height: 36px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.mobile-nav-toggle .mobile-menu a:hover {
  color: #ffcc32;
}

.main-section .feed-container .feed-filter {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-family: "Figtree";
  font-weight: bold;
  text-transform: uppercase;
}

@media all and (min-width: 769px) and (max-width: 980px) {
  .main-section .feed-container .feed-filter {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

@media all and (min-width: 631px) and (max-width: 768px) {
  .main-section .feed-container .feed-filter {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

@media all and (max-width: 640px) {
  .main-section .feed-container .feed-filter {
    margin-right: 7px;
    border: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.main-section .feed-container .feed-filter .filter-title {
  margin: 0;
  margin-right: 40px;
  padding: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 50px;
}

@media all and (max-width: 640px) {
  .main-section .feed-container .feed-filter .filter-title {
    line-height: 16px;
  }
}

.main-section .feed-container .feed-filter .filter-select {
  width: 100%;
  max-width: 310px;
  height: 38px;
  box-sizing: border-box;
  margin: 6px 0;
  border: 1px solid #666;
  border-radius: 19px;
  position: relative;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 14px;
  font-family: "Figtree";
  font-weight: normal;
  font-style: italic;
  text-transform: none;
}

@media all and (min-width: 769px) and (max-width: 980px) {
  .main-section .feed-container .feed-filter .filter-select {
    width: 310px;
  }
}

@media all and (min-width: 631px) and (max-width: 768px) {
  .main-section .feed-container .feed-filter .filter-select {
    width: 310px;
  }
}

@media all and (max-width: 640px) {
  .main-section .feed-container .feed-filter .filter-select {
    width: 225px;
  }
}

.main-section .feed-container .feed-filter .filter-select:after {
  content: "\f078";
  width: 12px;
  height: 12px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  color: #666;
  font-size: 12px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.main-section .feed-container .feed-filter .filter-select .label {
  margin: 0;
  padding: 0 25px;
  line-height: 36px;
}

.main-section .feed-container .feed-filter .filter-select .select-dropdown {
  box-sizing: border-box;
  border: 1px solid #666;
  border-top: 0;
  border-bottom-left-radius: 19px;
  border-bottom-right-radius: 19px;
  padding: 14px 25px;
  padding-top: 0;
  position: absolute;
  top: 80%;
  left: -1px;
  right: -1px;
  display: block;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.main-section .feed-container .feed-filter .filter-select .select-dropdown a {
  display: block;
  color: #fff;
  line-height: 25px;
  text-decoration: none;
}

.main-section .feed-container .feed-filter .filter-select .select-dropdown a.marked {
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.main-section .feed-container .feed-filter .filter-select .select-dropdown a:hover {
  color: #ffcc32;
}

.main-section .feed-container .feed-filter .filter-select .select-dropdown a.marked:hover {
  border-bottom: 1px solid #ffcc32;
}

.main-section .feed-container .feed-filter .filter-select.dropdown-active {
  border-bottom-color: #363636;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #363636;
  color: #ffcc32;
}

.main-section .feed-container .feed-filter .filter-select.dropdown-active:after {
  content: "\f00d";
  color: #ffcc32;
}

.main-section .feed-container .feed-filter .filter-select.dropdown-active .select-dropdown {
  top: 100%;
  display: block;
  opacity: 1;
  visibility: visible;
  background: #363636;
}

.main-section .feed-container .feed {
  padding-top: 16px;
}

.main-section .feed-container .load-more-button {
  width: 140px;
  height: 36px;
  margin: auto;
  border: 1px solid #7d7d7d;
  border-radius: 40px;
  padding: 0;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #000;
  line-height: 36px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.main-section .feed-container .load-more-button:hover {
  border-color: #ffcc32;
  background: #ffcc32;
}

.main-section .feed-container .feed .feed-day {
  border-radius: 7px;
  padding-left: 55px;
  margin-bottom: 28px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
}

@media all and (max-width: 640px) {
  .main-section .feed-container .feed .feed-day {
    border-radius: 0;
  }
}

.main-section .feed-container .feed .feed-day .feed-date {
  width: 55px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffcc32;
  color: #fff;
  font-family: "Figtree";
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.36);
}

@media all and (max-width: 640px) {
  .main-section .feed-container .feed .feed-day .feed-date {
    width: 49px;
  }
}

.main-section .feed-container .feed .feed-day .feed-date .month {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
}

.main-section .feed-container .feed .feed-day .feed-date .day {
  margin: 0;
  font-weight: bold;
  font-size: 28px;
}

.main-section .feed-container .feed .feed-day .feed-entry {
  border-bottom: 1px solid #d3d3d3;
  padding: 15px;
  padding-top: 20px;
  padding-bottom: 12px;
  position: relative;
  display: block;
  color: inherit;
  text-decoration: inherit;
}

.main-section .feed-container .feed .feed-day .feed-entry:last-of-type {
  border: 0;
}

.main-section .feed-container .feed .feed-day .feed-entry:after {
  content: "\f054";
  width: 32px;
  position: absolute;
  top: 0;
  right: -32px;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffcc32;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 1em;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.36);
  text-decoration: inherit;
  color: #fff;
  font-size: 20px;
}

.main-section .feed-container .feed .feed-day .feed-entry:hover {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e2e2e2));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e2e2e2', GradientType=0);
}

.main-section .feed-container .feed .feed-day .feed-entry:hover:after {
  right: 0;
}

.main-section .feed-container .feed .feed-day .feed-entry .entry-title {
  margin: 0;
  margin-bottom: 8px;
  padding: 0;
  line-height: 1em;
  font-size: 14px;
  font-weight: 200;
  font-family: sans-serif;
  font-style: italic;
}

@media all and (max-width: 640px) {
  .main-section .feed-container .feed .feed-day .feed-entry .entry-title {
    font-size: 12px;
  }
}

.main-section .feed-container .feed .feed-day .feed-entry .entry-title b {
  margin-right: 8px;
  font-weight: bold;
  font-family: "Figtree";
  font-style: normal;
  text-transform: uppercase;
}

.main-section .feed-container .feed .feed-day .feed-entry .entry-location {
  margin: 0;
  padding: 0;
  padding-left: 22px;
  font-size: 13px;
  font-family: "Figtree";
  font-weight: Bold;
}

@media all and (max-width: 640px) {
  .main-section .feed-container .feed .feed-day .feed-entry .entry-location {
    font-size: 12px;
  }
}

.main-section .feed-container .feed .feed-day .feed-entry .entry-location:before {
  content: "\f041";
  margin-left: -22px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  vertical-align: middle;
  color: #bdbdbd;
  font-size: 18px;
  padding-right: 0.5em;
}

/* Footer */
.main-footer {
  height: 124px;
  background: #fff;
  color: #000;
}

@media all and (max-width: 640px) {
  .main-footer {
    height: auto;
  }
  .iub__us-widget {
    height: auto;
  }
}

.main-footer .footer-content {
  width: 100%;
  max-width: 1017px;
  height: 100%;
  box-sizing: border-box;
  margin: auto;
  padding: 0 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (max-width: 640px) {
  .main-footer .footer-content {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .iub__us-widget__wrapper {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.main-footer .footer-content .footer-info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media all and (max-width: 640px) {
  .main-footer .footer-content .footer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .iub__us-widget {
    padding-left: 38px !important;
  }
  .iub__us-widget__link {
    padding: 0 !important;
    border: 0 !important;
    justify-content: left !important;
    align-items: start !important;
    padding-bottom: 10px !important;
  }
  .iub__us-widget__link--privacy-choices, .iubenda-cs-uspr-link {
    padding-bottom: 7px !important;
    margin: 0 !important;
    flex-direction: column !important;
  }
}

.main-footer .footer-content .footer-info p {
  margin: 0;
  margin-right: 18px;
  padding: 0;
  padding-right: 18px;
  border-right: 1px solid #d5d5d5;
  line-height: 21px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

@media all and (max-width: 640px) {
  .main-footer .footer-content .footer-info p {
    border: 0;
  }
}

.main-footer .footer-content .footer-info p:last-of-type {
  border: 0;
  margin: 0;
}

.main-footer .footer-content .footer-info p a {
  color: inherit;
  text-decoration: inherit;
}

.main-footer .footer-content .footer-line {
  height: 1px;
  margin: 0 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: #d5d5d5;
}

.main-footer .footer-content .jump-to-top {
  width: 55px;
  height: 55px;
  box-sizing: border-box;
  margin-left: 20px;
  border: 1px solid #810304;
  border-radius: 22px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #810304;
  font-size: 18px;
}

@media all and (max-width: 640px) {
  .main-footer .footer-content .jump-to-top {
    margin-top: 18px;
    margin-left: 0;
  }
}

.main-footer .footer-content .jump-to-top:hover {
  background: #810304;
  color: #fff;
}

.footerSocialBox {
  display: none;
}

/* Icons */
a .fa,
.fa {
  color: inherit;
  text-decoration: none;
}

page {
  padding: 20px;
}

table {
  font-size: 14px;
  line-height: 18px;
  font-family: Arial;
  /*  width: 100%;*/
  float: right;
  margin: 3px;
  margin-bottom: 0;
  color: #2b2b2b;
  /*  text-align: justify;*/
  max-width: 100%;
}

table.registration-table-main {
  width: 100%
}

table.searchTable {
  width: 100%;
}

td {
  padding-left: 0;
  padding-right: 0;
}



table p {
  font-size: 14px;
  line-height: 18px;
  font-family: Arial;
}

table img {
  border: 1px solid #000;
}

.page-title {
  font-family: "Figtree";
  font-weight: bold;
  font-size: 28px;
  text-align: left;
  line-height: 40px;
  color: #820304;
  margin-top: 0px;
  clear: both;
  font-style: normal;
  margin-bottom: 10px;
  padding-top: 10px;
}

.page-title span {
  float: right;
  font-size: 24px;
}

img {
  max-width: 100%;
}

@media all and (min-width: 1024px) {
  .adsWrapper {
    display: block;
    text-align: center;
    width: 100%;
    height: 100px
  }

  .mobileAds {
    display: none;
  }
}

@media (max-width: 1024px) {
  .adsWrapper {
    display: none;
  }

  .mobileAds {
    display: block;
  }
}



/*
font {
  font-size: 14px;
  line-height: 18px;
  font-family: Arial;
}*/

.links {
  margin-top: -10px;
  font-size: 16px;
  text-align: center;
}

font.font-italic {
  font-style: italic;
}

.page>table {
  width: 100%;
}

.page-title span a {
  background-color: transparent;
  color: #000;
  font-style: normal;
  font-size: 13px;
  line-height: 13px;
  font-weight: 100;
  padding: 11px 20px 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  border: 1px solid #000;
  width: 100px;
  height: 33px;
}

.page-title span a:hover {
  background-color: #ffcc32;
  border-color: transparent;
}

span.link-to-past-review {
  font-weight: bold;
  float: right;
  text-align: center;
}

span.link-to-past-review a {
  font-family: "Figtree";
  font-size: 24px;
  background-color: transparent;
  color: #000;
  font-style: normal;
  font-size: 13px;
  line-height: 13px;
  font-weight: 100;
  padding: 11px 20px 0px 20px;
  border-radius: 6px;
  text-decoration: none;
  border: 1px solid #000;
  width: 100px;
  height: 23px;
  margin-bottom: 23px;
  display: inline-block;
}

span.link-to-past-review a:hover {
  background-color: #ffcc32;
  border-color: transparent;
}

span.name-of-region,
span.name-of-region-uppercase {
  float: none;
  font-size: 28px;
  display: inline-block;
  text-transform: none;
}

span.name-of-region::first-letter {
  display: inline-block;
}

.page-subtitle {
  float: left;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

img {
  margin-right: 20px;
}

a:link {
  color: #820304;
  text-decoration: none;
}

a:visited {
  color: mediumblue;
  text-decoration: underline !important;
}

blockquote {
  display: flex;
} 

.page-rialto blockquote {
  margin: revert;
}

blockquote img {
  width: 20px;
  height: 18px;
  margin-right: 5px;
  margin-top: 0px;
  border: none;
}

table.edit-profile {
  float: left;
  width: 97%;
}

table.edit-profile td:first-child {
    width: 160px;
}

pre {
  white-space: pre-line;
}

.page {
  margin-top: -22px;
}

.page-tonys {
  margin-top: 50px;
}

.page-rialto {
  margin-top: -6px;
}

.collapseMenu .feed-container {
  padding: 0px 10px;
}

.collapseMenu .sidebar {
  display: none;
}

.collapseMenu .mobile-nav-toggle {
  display: block !important;
}

.main-footer a:hover {
  color: #FFCC32 !important;
}

@media (max-width: 980px) {
  .main-section .feed-container {
    padding: 0px 10px;
  }
}

.font-center {
  text-align: center;
  font-style: normal !important;
  width: 100%;
  display: inline-block;
  line-height: 25px;
}

.td-with-image {
  max-width: 400px;
}

.td-with-image font {
  display: inline-block;
}

.tos {
  margin-top: 55px;
}

.year {
  margin-top: 0px;
  font-weight: bold;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  img {
    max-width: 350px;
    margin: 10px auto;
  }

  .searchbox-container input {
    width: 100%;
    height: 28px;
    box-sizing: border-box;
    border: 1px solid #CCC;
    border-radius: 4px;
    padding: 0px 0px;
    background: #FFF none repeat scroll 0% 0%;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
  }

  .searchbox-wrap {
    display: none;
  }

  .topSocialWraper {
    display: none;
  }

  .advanced-search-container {
    text-align: center;
  }

  .footerSocialBox .social-container .social-title {
    color: #000;
  }

  .footerSocialBox {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 230px;
    margin-bottom: 15px;
  }

  #searchFormWrap {
    padding-left: 10px;
  }

}

@media (max-width: 600px) {
  img {
    max-width: 300px;
    margin: 10px auto;
  }
}

@media (max-width: 480px) {
  img {
    max-width: 300px;
    margin: 10px auto;
  }
}

@media (max-width: 400px) {
  img {
    max-width: 280px;
    margin: 10px auto;
  }
}

.fullwidth-box {
  display: inline-block;
  width: 100%;
  float: left;
}

.fullwidth-box table {
  float: left;
}

table.fullwidth {
  width: 100%;
  text-align: center;
}

.tony-awards-page img {
  border: 0;
}

.buttons>a>button {
  width: 80%;
  margin-top: 25px;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #000;
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  font-size: 14px;
  margin-left: 10%;
  font-weight: bold;
}

.buttons>a:hover>button {
  background: #FFCC32;
  cursor: pointer;
}

@media (max-width: 850px) {
  .buttons {
    height: 95px;
    display: flex;
  }
}

span.white {
  display: none;
}

div.white a {
  color: #fff !important;
  font-weight: bold;
  font-size: 13px;
  margin-left: 10px;
  text-decoration: none;
  position: relative;
  top: 30px;
  margin-left: 0;
}

div.white a:hover {
  color: #ffcc32 !important;
}

.menuLabel {
  font-size: 10px;
  top: -10px;
  position: relative;
  font-family: "Figtree";
  font-weight: bold;
}

.upcoming-page {
  margin-top: 5px;
}

.upcoming-page img {
  border: 1px solid #000;
}

.page-rialto span a {
  text-align: center;
}

.page-rialto td>center {
  text-align: left;
}

.center {
  text-align: center;
}

.font-f {
  /* font-style: italic; */
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
}

.mobile-nav-button {
  padding-top: 8px;
}

@media (min-width:981px) {
  .not-show-on-lg {
    display: none;
  }
}

div.input-box {
  border: 0px none;
  background: transparent none repeat scroll 0% 0%;
}

table.search-box {
  border: 1px solid rgb(195, 99, 25);
  border-radius: 5px;
  padding: 0px 5px 6px;
  width: 100%;
  margin-bottom: 2px;
  border-spacing: 0 0;
}

.search-field-cell {
  width: 100%;
  padding: 5px 5px 4px 9px;
  box-sizing: border-box;
}

button.button-search {
  border: 0;
  background: transparent none repeat scroll 0%;
}

.button-submenu {
  display: none;
}

td.search-button {
  width: 1%;
  padding-right: 10px;
}

i.search-button {
  padding: 14px;
  color: rgb(159, 159, 159);
}

.topButtonsWrap {
  margin-top: 20px;
  float: right;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
}


div.search_input .gsc-input input {
  border-radius: 5px;
  padding: 16px 56px 16px 16px;
  width: 100%;
  border: 0;
}


div#___gcse_0 .gsc-input input {
  border-radius: 5px;
  padding: 16px 24px 16px 16px;
  width: 100%;
  border: 0;
}

#gsc-i-id1 {
  padding: 18px 18px 18px 16px !important;
  margin: 10px !important;
}

.gsib_a {
  padding: 0 !important;
}

div.search_input i.fa {
  padding: 15px !important;
}

div#___gcse_0 i.fa {
  padding: 15px !important;
  margin-bottom: 5px;
}

#mainSearchForm {
  margin-top: 20px;
}

p.no-search-results {
  text-align: center;
}

.refinementBlock {
  border-bottom: 1px solid #dfe1e5;
  clear: both;
  padding-top: 20px;
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
}

.refinementHeader {
  text-decoration: none;
  color: #950000;
  font-weight: bold;
  line-height: 27px;
  margin-right: 0;
  margin-bottom: 10px;
}

.refinementHeader a {
  font-size: 13px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 27px;
}

.refinementActive {
  color: #FFFFFF;
  border-color: #FFFFFF;
  background-color: #461200;
}

.refinementInactive {
  color: #FFFFFF;
  border-color: #FFFFFF;
  background-color: #A25B08;
}

.refinementBlock .gs-spacer {
  display: none;
}

.inline-block {
  display: inline-block;
}

.search-results {
  background-color: white;
  border: 1px solid lightgrey;
  padding: 10px;
  clear: both;
}

.search-result {
  padding: 10px 0;
  font-family: Verdana, Geneva, sans-serif;
}

a.search-result-title,
a.search-result-title:hover,
a.search-result-title b {
  text-decoration: none;
  font-size: 16px;
  color: #810304;
  overflow: hidden;
  cursor: pointer;
}

a.currentBoard {
  border-style: solid;
  border-color: black;
  color: white;
  background-color: #820304;
  border-radius: 5px;
  border-width: 1px;
  padding: 10px 20px;
  margin-right: 5px;
}

@media (max-width: 768px) {
  a.currentBoard {
    display: inline-block;
    margin: 5px;
    width: calc(50% - 10px);
    box-sizing: border-box;
    text-align: center;
    padding: 3px 10px;
  }
}

a.currentBoard:hover {
  text-decoration: underline;
}

a.usermenu {
  border-style: solid;
  color: black;
  border-radius: 5px;
  border-width: 1px;
  padding: 9px 20px;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 10px;
}

a.usermenu:hover {
  border-style: solid;
  border-color: #FFCC32;
  color: black;
  background-color: #FFCC32;
  border-radius: 5px;
  border-width: 1px;
  padding: 9px 20px;
  margin-right: 5px;
}

@media (max-width: 768px) {
  a.usermenu {
    display: inline-block;
    margin: 5px;
    width: calc(50% - 10px);
    box-sizing: border-box;
    text-align: center;
    padding: 3px 10px;
  }

  a.usermenu:hover {
    border-style: solid;
    border-color: #FFCC32;
    color: black;
    background-color: #FFCC32;
    margin: 5px;
    width: calc(50% - 10px);
    box-sizing: border-box;
    text-align: center;
    padding: 3px 10px;
  }

  /* Container class to center-align the buttons */
  .button-container {
    text-align: center;
  }
}

a.search-result-title b {
  font-weight: bolder;
}

table.message {
    font-family: Verdana, Helvetica, Arial, sans serif;
    font-size: 14px;
    line-height: 18px;

}

a.messagelink {
  font-weight: 200;
}

li.post_link i {
  font-family: sans-serif;
  font-weight: 200;
  font-size: 15px;
}

.search-snippet {
  font-size: 13px;
  font-weight: normal;
}

table.above-wrapper-area-container {
  width: 100%;
}

table.atc_ad {
  float: unset;
}

div.result-info {
  padding: 20px;
}

div.orderby {
  text-align: right;
  padding: 20px;
}

.search-category,
.search-category a {
  font-size: 13px;
  color: black;
}

.pagerfanta {
  width: 100%;
  margin-top: 10px;
}

.pagerfanta nav {
  text-align: center;
  width: 100%;
}

.pagerfanta a,
.pagerfanta span {
  display: inline-block;
  border: 1px solid white;
  background-color: #A25B08;
  color: white;
  margin-right: .2em;
  padding: .25em .35em;
}

.pagerfanta a {
  text-decoration: none;
}

.pagerfanta a:hover {
  background: #461200;
}

.pagerfanta .dots {
  border-width: 0;
}

.pagerfanta .current {
  background: #461200;
  font-weight: bold;
}

.pagerfanta .disabled {
  border-color: #ffa350;
  background-color: #8a6d3b;
  color: white;
}

table.atc_form {
  font-weight: normal;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  width: 100%;
  font-size: 14px;
}

.threaded-table {
  width: 100%;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: normal !important;
  font-size: 15px;
}

.threaded-table td {
  font-size: 15px;
  padding: 15px;
}

.threaded-table tr td {
  border: solid 1px #CCC;
}

.threaded-table tr:first-child td:first-child {
  border-top-left-radius: 10px;
  background-color: #FFCC32;
  border: solid 0px #FFCC32;
  margin-left: -1px;
}

.threaded-table tr:first-child td:last-child {
  border-top-right-radius: 10px;
  background-color: #FFCC32;
  border: solid 0px #FFCC32;
}

.threaded-table tr:first-child td {
  border: solid 0px #FFCC32;
}

.yellow-bg {
  background-color: #FFCC32;
  border: solid 1px #FFCC32;
}

.threaded-table .flatrow2 {
  background-color: #E7E7E7;
}

.threaded-table tr:hover,
.threaded-table tr:hover .flatrow2 {
  background: transparent linear-gradient(to bottom, #FFF 0%, #E2E2E2 100%) repeat scroll 0% 0% !important;
}

@media (max-width: 768px) {
  .threaded-table {
    max-width: 400px !important;
    /* Override inline styles if necessary */
    border-collapse: collapse;
    overflow-x: auto;
    /* Allows horizontal scrolling */
    margin-right: -50px;
    float: none;
  }
}
