@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@-webkit-keyframes DROPDOWN_FADE_IN {
  0% {
    margin-top: 20px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    margin-top: 0px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-moz-keyframes DROPDOWN_FADE_IN {
  0% {
    margin-top: 20px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    margin-top: 0px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-o-keyframes DROPDOWN_FADE_IN {
  0% {
    margin-top: 20px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    margin-top: 0px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@keyframes DROPDOWN_FADE_IN {
  0% {
    margin-top: 20px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    margin-top: 0px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-webkit-keyframes DROPDOWN_FADE_RISE {
  0% {
    margin-top: 20px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    margin-top: 0px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-moz-keyframes DROPDOWN_FADE_RISE {
  0% {
    margin-top: 20px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    margin-top: 0px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-o-keyframes DROPDOWN_FADE_RISE {
  0% {
    margin-top: 20px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    margin-top: 0px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@keyframes DROPDOWN_FADE_RISE {
  0% {
    margin-top: 20px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    margin-top: 0px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}

.rvh_wrap {
  font-size: 16px !important;
  text-shadow: none;
}

.rvh_wrap .rvh_u_small {
    font-size: 0.8075em !important;
    /*font-size: 1.075em !important;*/
}
.rvh_wrap .rvh_u_text_regular {
    font-weight: 400 !important;
}
.rvh_wrap .rvh_u_text_medium {
    font-weight: 600 !important;
}
.rvh_wrap .rvh_u_text_bold {
    font-weight: 700 !important;
}
@media screen and (max-width: 767px) {
  .rvh_wrap .rvh_u_hidden_xs {
    display: none !important;
  }
}
.rvh_wrap .rvh_u_visible_xs {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .rvh_wrap .rvh_u_visible_xs {
    display: block !important;
  }
}
.rvh_wrap .rvh_u_color_primary {
  color: #b4121b !important;
}
.rvh_wrap .rvh_u_color_secondary {
  color: #6F1C2F !important;
}
.rvh_wrap .rvh_u_color_tertiary {
  color: #EE7B2A !important;
}
.rvh_wrap .rvh_u_color_gray_lightest {
  color: #f5f6f7 !important;
}
.rvh_wrap .rvh_u_color_gray_lighter {
  color: #d6d7da !important;
}
.rvh_wrap .rvh_u_color_gray_light {
  color: #9da0a7 !important;
}
.rvh_wrap .rvh_u_color_gray {
  color: #71757f !important;
}
.rvh_wrap .rvh_u_color_gray_dark {
  color: #55585f !important;
}
.rvh_wrap .rvh_u_color_gray_darker {
  color: #3c3e43 !important;
}
.rvh_wrap .rvh_u_color_gray_darkest {
  color: #222326 !important;
}
.rvh_wrap .rvh_u_color_white {
  color: #FFFFFF !important;
}
.rvh_wrap .rvh_u_color_black {
  color: #000000 !important;
}
.rvh_wrap .rvh_u_bg_primary {
  background-color: #b4121b !important;
}
.rvh_wrap .rvh_u_bg_secondary {
  background-color: #6F1C2F !important;
}
.rvh_wrap .rvh_u_bg_tertiary {
  background-color: #EE7B2A !important;
}
.rvh_wrap .rvh_u_bg_gray_lightest {
  background-color: #f5f6f7 !important;
}
.rvh_wrap .rvh_u_bg_gray_lighter {
  background-color: #d6d7da !important;
}
.rvh_wrap .rvh_u_bg_gray_light {
  background-color: #9da0a7 !important;
}
.rvh_wrap .rvh_u_bg_gray {
  background-color: #71757f !important;
}
.rvh_wrap .rvh_u_bg_gray_dark {
  background-color: #55585f !important;
}
.rvh_wrap .rvh_u_bg_gray_darker {
  background-color: #3c3e43 !important;
}
.rvh_wrap .rvh_u_bg_gray_darkest {
  background-color: #222326 !important;
}
.rvh_wrap .rvh_u_bg_white {
  background-color: #FFFFFF !important;
}
.rvh_wrap .rvh_u_bg_black {
  background-color: #000000 !important;
}
@font-face {
  font-family: 'rvh_icon';
  src: url('../fonts/rvh_icon.eot');
  src: url('../fonts/rvh_icon.eot?#iefix') format('embedded-opentype'), url('../fonts/rvh_icon.woff') format('woff'), url('../fonts/rvh_icon.ttf') format('truetype'), url('../fonts/rvh_icon.svg#rv_iconregular') format('svg');
}
.rvh_icon {
  font-family: 'rvh_icon' !important;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-align: center;
}
.rvh_icon:before {
  font-size: 80%;
}
.rvh_icon_2x {
  font-size: 2em;
}
.rvh_icon_3x {
  font-size: 2em;
}
.rvh_icon_4x {
  font-size: 4em;
}
.rvh_icon_wrench:before {
  content: "\f0ad";
}
.rvh_icon_comment:before {
  content: "\f075";
}
.rvh_icon_comments:before {
  content: "\f086";
}
.rvh_icon_phone:before {
  content: "\f095";
}
.rvh_icon_bars:before {
  content: "\f0c9";
}
.rvh_icon_times:before {
  content: "\f00d";
}
.rvh_icon_sign_in:before {
  content: "\f090";
}
.rvh_icon_sign_out:before {
  content: "\f08b";
}
.rvh_icon_user:before {
  content: "\f2bd";
}
.rvh_icon_cart:before {
  content: "\f07a";
}
.rvh_icon_facebook:before {
  content: "\f39e";
}
.rvh_icon_twitter:before {
  content: "\f099";
}
.rvh_icon_linkedin:before {
  content: "\f0e1";
}
.rvh_icon_search:before {
  content: "\f002";
}
.rvh_icon_chevron_left:before {
  content: "\f104";
}
.rvh_icon_chevron_right:before {
  content: "\f105";
}
.rvh_icon_chevron_down:before {
  content: "\f107";
}
.rvh_wrap {
  color: #71757f;
  font-size: 0.95em;
}
.rvh_wrap,
.rvh_wrap * {
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}
.rvh_wrap a {
  text-decoration: none;
  color: #b4121b;
}
.rvh_wrap a:hover,
.rvh_wrap a:focus {
  color: #6F1C2F;
}
.rvh_wrap .rvh_caret + span {
  margin-left: 7px;
}
.rvh_wrap span + .rvh_caret {
  margin-left: 7px;
}
.rvh_wrap .rvh_btn {
  position: relative;
  background: none;
  border: none;
  font-size: 0.8075em;
  font-weight: 600;
  height: 40px;
  padding: 10px 15px;
  margin-bottom: 0;
  text-align: center;
  border-radius: 3px !important;
  cursor: pointer;
}
.rvh_wrap .rvh_btn .rvh_icon {
  margin-right: 7px;
}
.rvh_wrap .rvh_btn.rvh_btn_block {
  display: block;
  width: 100%;
}
.rvh_wrap .rvh_btn.rvh_btn_subtle {
  background: transparent;
  color: #FFFFFF !important;
}
.rvh_wrap .rvh_btn.rvh_btn_subtle.rvh_active {
  border-radius: 0 !important;
  box-shadow: 0 4px 0 #FFFFFF;
}
.rvh_wrap .rvh_btn.rvh_btn_primary {
  background: #b4121b;
  color: #FFFFFF !important;
}
.rvh_wrap .rvh_btn.rvh_btn_secondary {
  background: #6F1C2F;
  color: #FFFFFF !important;
}
.rvh_wrap .rvh_btn.rvh_btn_tertiary {
  background: #EE7B2A;
  color: #FFFFFF !important;
}
.rvh_wrap .rvh_btn.rvh_btn_default {
  background: #FFFFFF;
  color: #6F1C2F !important;
}
.rvh_wrap {
  position: relative;
  display: block;
  z-index: 100;
}
.rvh_wrap .rvh {
  position: relative;
  min-height: 70px;
  background: #b4121b;
  border-top: 1px solid #b4121b;
  z-index: 400;
}
.rvh_wrap .rvh_left,
.rvh_wrap .rvh_right {
  margin-top: -1px;
  height: 70px;
}
.rvh_wrap .rvh_left {
  overflow: hidden;
  float: left;
}
.rvh_wrap .rvh_left .rvh_icon_button {
  margin-right: 17px;
}
.rvh_wrap .rvh_right {
  float: right;
  text-align: right;
}
.rvh_wrap .rvh_right .rvh_icon_button {
  margin-left: 17px;
}
@media screen and (max-width: 767px) {
  .rvh_wrap .rvh_left .rvh_icon_button,
  .rvh_wrap .rvh_right .rvh_icon_button {
    margin-left: 0;
  }
}
.rvh_wrap .rvh_logo {
  position: relative;
  width: 20em;
  padding: 0.8em 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.rvh_wrap .rvh_logo img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .rvh_wrap .rvh_logo {
    padding-left: 17px;
  }
}
.rvh_wrap .rvh_icon_button {
    position: relative;
    background: none;
    border: none;
    color: #b4121b;
    display: inline-block;
    vertical-align: middle;
    height: 69px;
    cursor: pointer;
    border-radius: 0 !important;
    padding: 10px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
}
@media screen and (max-width: 767px) {
  .rvh_wrap .rvh_icon_button {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.rvh_wrap .rvh_icon_button .rvh_icon_2x {
  font-size: 2.5em;
}
.rvh_wrap .rvh_icon_button > .rvh_icon {
  position: relative;
  margin-top: 5px;
}
.rvh_wrap .rvh_icon_button_icons {
  position: relative;
  text-align: center;
  display: inline-block;
  height: 2.8em;
  width: 100%;
}
.rvh_wrap .rvh_icon_button_icon_1,
.rvh_wrap .rvh_icon_button_icon_2 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}
.rvh_wrap .rvh_icon_button_icon_1 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.rvh_wrap .rvh_icon_button_icon_2 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.rvh_icon_button_label1 {
    position: relative;
    top: -15px;
    text-align: center;
    display: block;
    font-weight: 600;
    font-size: 10px;
}
.rvh_wrap .rvh_icon_button_label {
    text-align: center;
    display: block;
    font-weight: 600;
    font-size: 10px;
}
.rvh_wrap .rvh_icon_button_counter {
  position: absolute;
  top: 2.8px;
  right: 1px;
  background: #EE7B2A;
  padding: 0.1em 0.3em;
  font-weight: 700;
  font-size: 12px;
  border-radius: 15px !important;
  height: 26px;
  min-width: 26px;
  border: 3px #b4121b solid;
  color: #FFFFFF;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}
.rvh_wrap .rvh_icon_button.rvh_active .rvh_icon_button_icon_1,
.rvh_wrap .rvh_icon_button.rvh_active .rvh_icon_button_icon_2 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.rvh_wrap .rvh_icon_button.rvh_active .rvh_icon_button_icon_1 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.rvh_wrap .rvh_icon_button.rvh_active .rvh_icon_button_icon_2 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.rvh_wrap .rvh_dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.rvh_wrap .rvh_dropdown .rvh_dropdown_menu {
  position: absolute;
  display: none;
  list-style: none;
  text-align: left;
  padding: 10px 0;
  margin: 0;
  width: 320px;
  background: #FFFFFF;
  top: 100%;
  border-color: #d6d7da;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  z-index: 500;
  -webkit-animation: DROPDOWN_FADE_IN 0.15s ease-in-out;
  -moz-animation: DROPDOWN_FADE_IN 0.15s ease-in-out;
  -ms-animation: DROPDOWN_FADE_IN 0.15s ease-in-out;
}
.rvh_wrap .rvh_dropdown .rvh_dropdown_menu:not(.rvh_dropdown_menu_right) {
  left: 0;
}
.rvh_wrap .rvh_dropdown .rvh_dropdown_menu.rvh_dropdown_menu_right {
  right: 0;
}
.rvh_wrap .rvh_dropdown .rvh_dropdown_menu .rvh_list_item {
  display: block;
  padding: 10px 20px;
  color: #55585f;
}
.rvh_wrap .rvh_dropdown .rvh_dropdown_menu a.rvh_list_item:not( .rvh_presentation) {
  cursor: pointer;
}
.rvh_wrap .rvh_dropdown .rvh_dropdown_menu a.rvh_list_item:not( .rvh_presentation):hover,
.rvh_wrap .rvh_dropdown .rvh_dropdown_menu a.rvh_list_item:not( .rvh_presentation):focus {
  background: #f5f6f7;
  color: #b4121b;
}
.rvh_wrap .rvh_dropdown.rvh_active .rvh_icon_button {
  background: #FFFFFF;
  color: #b4121b;
}
.rvh_wrap .rvh_dropdown.rvh_active .rvh_icon_button .rvh_icon_button_counter {
  border-color: #FFFFFF;
}
.rvh_wrap .rvh_dropdown.rvh_active .rvh_dropdown_menu {
  display: block;
}
.rvh_wrap .rvh_drop {
  position: relative;
  display: inline-block;
}
.rvh_wrap .rvh_drop .rvh_drop_list {
  position: absolute;
  left: 0;
  top: 115%;
  display: none;
  list-style: none;
  margin: 0;
  padding: 5px 0;
  background: #FFFFFF;
  width: 250px;
  z-index: 1000;
  border: 1px solid #d6d7da;
  color: #55585f;
  border-radius: 3px  !important;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-animation: DROPDOWN_FADE_RISE 0.15s ease-in-out;
  -moz-animation: DROPDOWN_FADE_RISE 0.15s ease-in-out;
  -ms-animation: DROPDOWN_FADE_RISE 0.15s ease-in-out;
}
.rvh_wrap .rvh_drop .rvh_drop_list li {
  padding: 7px 15px;
}
.rvh_wrap .rvh_drop .rvh_drop_list li > a {
  color: #b4121b;
}
.rvh_wrap .rvh_drop .rvh_drop_list li > a .rvh_u_small {
  color: #71757f;
}
.rvh_wrap .rvh_drop .rvh_drop_list.rvh_drop_list_right {
  left: inherit;
  right: 0;
}
.rvh_wrap .rvh_drop.rvh_active .rvh_drop_list {
  display: block;
}
.rvh_wrap .rvh_drop_menu {
  position: absolute;
  display: block;
  width: 100%;
  top: 69px;
  left: 0;
  padding: 0;
  background: #b4121b;
  -webkit-box-shadow: inset 0 -1px 0 transparent;
  -moz-box-shadow: inset 0 -1px 0 transparent;
  box-shadow: inset 0 -1px 0 transparent;
  z-index: 300;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.rvh_wrap .rvh_drop_menu .rvh_drop_menu_content {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}
.rvh_wrap .rvh_drop_menu_table {
  position: relative;
  width: 100%;
}
.rvh_wrap .rvh_drop_menu_table tbody tr td {
  vertical-align: top;
  padding: 0 17px 0 34px;
  border-left: 1px solid #FFFFFF;
}
.rvh_wrap .rvh_drop_menu_table ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rvh_wrap .rvh_drop_menu_table ul:hover li a {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.rvh_wrap .rvh_drop_menu_table ul li {
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.rvh_wrap .rvh_drop_menu_table ul li:last-child {
  margin-bottom: 0;
}
.rvh_wrap .rvh_drop_menu_table ul li,
.rvh_wrap .rvh_drop_menu_table ul li a {
  position: relative;
  color: #FFFFFF;
}
.rvh_wrap .rvh_drop_menu_table ul li a {
  display: block;
  padding: 2px 0;
  left: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}
.rvh_wrap .rvh_drop_menu_table ul li a:hover,
.rvh_wrap .rvh_drop_menu_table ul li a:focus {
  left: -17px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.rvh_wrap .rvh_drop_menu .rvh_select_wrap {
  position: relative;
}
.rvh_wrap .rvh_drop_menu .rvh_select_wrap select.rvh_select {
  display: block;
  width: 100%;
  height: 54px;
  min-height: 54px;
  background: #3c3e43;
  color: #FFFFFF;
  padding: 17px 34px !important;
  font-size: 0.8075em;
  font-weight: 600;
  line-height: 1.5;
  background-image: none;
  background-clip: padding-box;
  border: none;
  border-radius: 0 !important;
  margin: 0;
  -webkit-appearance: none;
}
.rvh_wrap .rvh_drop_menu .rvh_select_wrap select.rvh_select::-ms-expand {
  display: none;
}
.rvh_wrap .rvh_drop_menu .rvh_select_wrap .rvh_icon {
  position: absolute;
  top: 21px;
  right: 34px;
  color: #FFFFFF;
}
.rvh_wrap .rvh_drop_menu .rvh_select_wrap + .rvh_select_wrap {
  margin-top: 7px;
}
.rvh_wrap .rvh_drop_menu_search {
  position: relative;
  margin: 34px 0;
}
.rvh_wrap .rvh_drop_menu_search input {
  display: block;
  width: 100%;
  padding: 17px 34px;
  padding-right: 51px;
  font-size: 0.8075em;
  font-weight: 600;
  line-height: 1.5;
  color: #55585f;
  background-color: #FFFFFF;
  background-image: none;
  background-clip: padding-box;
  border: none;
  border-radius: 0  !important;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.rvh_wrap .rvh_drop_menu_search input::-webkit-input-placeholder {
  color: #b4121b;
  font-weight: 700;
  letter-spacing: 1px;
}
.rvh_wrap .rvh_drop_menu_search input::-moz-placeholder {
  color: #b4121b;
  font-weight: 700;
  letter-spacing: 1px;
}
.rvh_wrap .rvh_drop_menu_search input:-ms-input-placeholder {
  color: #b4121b;
  font-weight: 700;
  letter-spacing: 1px;
}
.rvh_wrap .rvh_drop_menu_search input:-moz-placeholder {
  color: #b4121b;
  font-weight: 700;
  letter-spacing: 1px;
}
.rvh_wrap .rvh_drop_menu_search .rvh_icon {
  position: absolute;
  z-index: 1;
  top: 17px;
  right: 17px;
  color: #b4121b;
}
.rvh_wrap .rvh_drop_menu_footer {
  color: #FFFFFF;
  font-weight: 600;
}
.rvh_wrap .rvh_drop_menu_footer_icons .rvh_icon {
  color: #FFFFFF;
  margin-right: 0.8em;
  cursor: pointer;
}
.rvh_wrap .rvh_drop_menu_footer_icons .rvh_icon:hover,
.rvh_wrap .rvh_drop_menu_footer_icons .rvh_icon:focus {
  color: #6F1C2F;
}
.rvh_wrap .rvh_drop_menu_footer span {
  display: inline-block;
  vertical-align: middle;
}
.rvh_wrap .rvh_drop_menu_open {
  max-height: 800px;
  padding: 34px 0;
  -webkit-box-shadow: inset 0 -1px 0 #6F1C2F;
  -moz-box-shadow: inset 0 -1px 0 #6F1C2F;
  box-shadow: inset 0 -1px 0 #6F1C2F;
}
.rvh_wrap .rvh_drop_menu_open .rvh_drop_menu_content {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .rvh_wrap .rvh_drop_menu {
    padding-left: 17px;
    padding-right: 17px;
  }
  .rvh_wrap .rvh_drop_menu_footer {
    text-align: center;
  }
  .rvh_wrap .rvh_drop_menu_footer_icons {
    display: block !important;
    margin-bottom: 10px;
  }
}
.rvh_wrap .rvh_container,
.rvh_wrap .rvh_container_fluid,
.rvh_wrap .rvh_container_lg,
.rvh_wrap .rvh_container_md,
.rvh_wrap .rvh_container_sm,
.rvh_wrap .rvh_container_xs {
/*   position: relative; */
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 17px;
}
@media screen and (max-width: 767px) {
  .rvh_wrap .rvh_container,
  .rvh_wrap .rvh_container_fluid,
  .rvh_wrap .rvh_container_lg,
  .rvh_wrap .rvh_container_md,
  .rvh_wrap .rvh_container_sm,
  .rvh_wrap .rvh_container_xs {
    padding: 0;
  }
}
.rvh_wrap .rvh_container_fluid {
  max-width: 100%;
}
.rvh_wrap .rvh_container,
.rvh_wrap .rvh_container_lg {
  max-width: 1200px;
}
.rvh_wrap .rvh_container_md {
  max-width: 991px;
}
.rvh_wrap .rvh_container_sm {
  max-width: 767px;
}
.rvh_wrap .rvh_container_xs {
  max-width: 540px;
}
.rvh_wrap .rvh_pre {
    height: 30px;
    background: #444444;
    z-index: 500;
    padding: 5px 0;
    border-bottom: 1px solid #6F1C2F;
    line-height: 1.384615385em !important;
}
.rvh_wrap .rvh_pre_list {
    float: right;
    list-style: none;
    padding: 0;
    padding-right: 15px;
    margin: 0;
}
.rvh_wrap .rvh_pre_list .rvh_list_item {
  display: inline-block;
  font-weight: 600 !important;
  margin-right: 20px;
}
.rvh_wrap .rvh_pre_list .rvh_list_item,
.rvh_wrap .rvh_pre_list .rvh_list_item > a {
  font-weight: 600 !important;
  color: #FFFFFF;
}
.rvh_wrap .rvh_pre_list .rvh_list_item:last-child {
  margin-right: 0;
}
.rvh_wrap .rvh_pre_list .rvh_list_item .rvh_icon {
  margin-right: 7px;
  color: #FFFFFF;
}
.rvh_wrap .rvh_pre_list .rvh_list_item .rvh_icon,
.rvh_wrap .rvh_pre_list .rvh_list_item .rvh_icon + span {
  display: inline-block;
  vertical-align: middle;
}
.rvh_wrap .rvh_sub {
  position: relative;
  background: #f5f6f7;
  border-bottom: 1px solid #d6d7da;
  z-index: 200;
  height: 50px;
  overflow: hidden;
}
.rvh_wrap .rvh_sub .rvh_mobile_scroll_list {
  height: 50px;
  z-index: 200;
  width: 100%;
}
.rvh_wrap .rvh_sub .rvh_mobile_scroll_list ul.rvh_sub_list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  height: 50px;
  display: table;
  float: right;
}
    .rvh_wrap .rvh_sub .rvh_mobile_scroll_list ul.rvh_sub_list .rvh_list_item {
        position: relative;
        font-size: 13px;
        font-weight: 600;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 15px;
        display: table-cell;
        vertical-align: middle;
    }
.rvh_wrap .rvh_sub .rvh_mobile_scroll_list ul.rvh_sub_list .rvh_list_item,
.rvh_wrap .rvh_sub .rvh_mobile_scroll_list ul.rvh_sub_list .rvh_list_item a {
  height: 50px;
  color: #b4121b;
}
.rvh_wrap .rvh_sub .rvh_mobile_scroll_list ul.rvh_sub_list .rvh_list_item a {
  height: 100%;
}
.rvh_wrap .rvh_sub .rvh_mobile_scroll_list ul.rvh_sub_list .rvh_list_item .rvh_icon {
  margin-right: 7px;
  color: #FFFFFF;
}
.rvh_wrap .rvh_sub .rvh_mobile_scroll_list ul.rvh_sub_list .rvh_list_item .rvh_icon,
.rvh_wrap .rvh_sub .rvh_mobile_scroll_list ul.rvh_sub_list .rvh_list_item .rvh_icon + span {
  display: inline-block;
  vertical-align: middle;
}
.rvh_wrap .rvh_sub .rvh_mobile_scroll_list ul.rvh_sub_list .rvh_list_item.rvh_active {
  -webkit-box-shadow: inset 0 -5px 0 #b4121b;
  -moz-box-shadow: inset 0 -5px 0 #b4121b;
  box-shadow: inset 0 -5px 0 #b4121b;
}
.rvh_wrap .rvh_sub .rvh_mobile_scroll_list .rvh_mobile_scroll_list_left_arrow,
.rvh_wrap .rvh_sub .rvh_mobile_scroll_list .rvh_mobile_scroll_list_right_arrow {
  display: none;
}
@media screen and (max-width: 767px) {
  .rvh_wrap .rvh_sub {
    height: 55px;
  }
  .rvh_wrap .rvh_sub .rvh_mobile_scroll_list {
    height: 55px;
  }
  .rvh_wrap .rvh_sub .rvh_mobile_scroll_list ul.rvh_sub_list {
    width: 100%;
    height: 55px;
  }
  .rvh_wrap .rvh_sub .rvh_mobile_scroll_list ul.rvh_sub_list .rvh_list_item {
    text-align: center;
    height: 55px;
  }
}
@media screen and (max-width: 540px) {
  .rvh_wrap .rvh_sub {
    height: 55px;
  }
  .rvh_wrap .rvh_sub .rvh_mobile_scroll_list#mobile_scroll_list {
    height: 55px;
    padding: 0 40px;
  }
  .rvh_wrap .rvh_sub .rvh_mobile_scroll_list#mobile_scroll_list ul.rvh_sub_list {
    white-space: nowrap;
    height: 55px;
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  .rvh_wrap .rvh_sub .rvh_mobile_scroll_list#mobile_scroll_list ul.rvh_sub_list .rvh_list_item {
    padding-top: 19.25px;
    overflow: hidden;
    height: 55px;
    width: 33.333333%;
    display: inline-block;
    margin-right: -4px;
  }
  .rvh_wrap .rvh_sub .rvh_mobile_scroll_list#mobile_scroll_list .rvh_mobile_scroll_list_right_arrow,
  .rvh_wrap .rvh_sub .rvh_mobile_scroll_list#mobile_scroll_list .rvh_mobile_scroll_list_left_arrow {
    display: block;
    width: 40px;
    height: 55px;
    position: absolute;
    top: 0;
    background: #d6d7da;
    border-radius: 0  !important;
    border: none;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  .rvh_wrap .rvh_sub .rvh_mobile_scroll_list#mobile_scroll_list .rvh_mobile_scroll_list_right_arrow .rvh_icon,
  .rvh_wrap .rvh_sub .rvh_mobile_scroll_list#mobile_scroll_list .rvh_mobile_scroll_list_left_arrow .rvh_icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    color: #71757f;
  }
  .rvh_wrap .rvh_sub .rvh_mobile_scroll_list#mobile_scroll_list .rvh_mobile_scroll_list_right_arrow .rvh_icon:before,
  .rvh_wrap .rvh_sub .rvh_mobile_scroll_list#mobile_scroll_list .rvh_mobile_scroll_list_left_arrow .rvh_icon:before {
    font-size: 24px;
    height: 30px;
    width: 30px;
    position: absolute;
    display: block;
    text-align: center;
    top: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .rvh_wrap .rvh_sub .rvh_mobile_scroll_list#mobile_scroll_list .rvh_mobile_scroll_list_left_arrow {
    left: -40px;
  }
  .rvh_wrap .rvh_sub .rvh_mobile_scroll_list#mobile_scroll_list .rvh_mobile_scroll_list_right_arrow {
    right: -40px;
  }
  .rvh_wrap .rvh_sub .rvh_mobile_scroll_list#mobile_scroll_list.rvh_mobile_scroll_has_left_arrow .rvh_mobile_scroll_list_left_arrow {
    left: 0;
  }
  .rvh_wrap .rvh_sub .rvh_mobile_scroll_list#mobile_scroll_list.rvh_mobile_scroll_has_right_arrow .rvh_mobile_scroll_list_right_arrow {
    right: 0;
  }
}
.rvh_wrap .rvh_page_header {
  position: relative;
  float: left;
  height: 50px;
  display: inline-block;
}
.rvh_wrap .rvh_page_header_avatar {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: 6.25px;
  width: 37.5px;
  height: 37.5px;
  border-radius: 37.5px !important;
  background: #b4121b;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  margin-right: 10px;
}
.rvh_wrap .rvh_page_header_avatar > span {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.rvh_wrap .rvh_page_header_title {
    display: inline-block;
    vertical-align: middle;
    margin-top: 6.25px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 800;
    color: #b7aaab;
    font-size: 13px;
}

/* TEMP STYLING FOR NEW HEADER */
#rvMenu a {
    text-decoration: none;
    color: white;
    transition: color 0.3s ease;
    font-weight: normal;
}

    #rvMenu a:hover {
        color: #888;
    }

#rvMenu {
    display: block;
/*     position: relative; */
    /* padding-top: 10px; */
    left: 20px;
    z-index: 10;
    -webkit-user-select: none;
    user-select: none;
}

#rvMenu > label {
  display: inline-block;
  padding-top: 20px;
}

#rvMenu > label:hover {
  cursor: pointer;
}

    #rvMenu input {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: -7px;
        left: -5px;
        cursor: pointer;
        opacity: 0; /* hide this */
        z-index: 2; /* and place it over the hamburger */
        -webkit-touch-callout: none;
    }

/* the List of Unordered items=============================== */
#rvListOne {
    position: absolute;
    width: 100%;
    left: 0;
/*     right: -25em; */
    top: 65px;
/*     margin-top: 20px; */
/*     padding: 50px; */
    background: #b4121b;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(0%, -150%);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  z-index: 20;
}
@media screen and (max-width: 512px) {
  #rvListOne {
    top: 125px;
  }
}

    #rvListOne p {
        font-size: 1em;
        padding-left: 1em;
        font-family: comic sans-serif;
    }

.menuOne {
    border-left: solid white 1px;
}


.leftMenu {
/*     margin-left: 100px; */
}

/*
 * And let's slide it in from the left
 */
#rvMenu input:checked ~ #rvListOne {
    transform: none;
    /*left: -1000px;*/
}

.unauth{
  position: relative;
  padding-top: 20px;
  bottom: 10px;
}

.unauth a {
/*   position: absolute; */
    padding-bottom: 22px;
}

.unauth a:hover {
  opacity: 0.65;
    /* border-bottom: 5px solid white; */
}

/* Hamburger Styling ===================================+++++++++++++++++++++++   */
#rvMenu span:not(.menu-dummy-text) {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #cdcdcd;
    border-radius: 3px !important;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
}

    #rvMenu span:first-child {
        transform-origin: 0% 0%;
    }

    #rvMenu input:checked ~ span.menu-dummy-text {
        display: none;
    }

    #rvMenu span:nth-last-child(3) {
        transform-origin: 0% 100%;
    }

#rvMenu input:checked ~ span:not(.menu-dummy-text) {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}

    #rvMenu input:checked ~ span:nth-last-child(4) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    #rvMenu input:checked ~ span:nth-last-child(3) {
        transform: rotate(-45deg) translate(0, -1px);
    }

.menu-social {
  clear: left;
  margin: 0px auto;
  padding-bottom: 1em;
  padding-top: 1em;
  text-align: center;
}

.menu-social a {
  font-size: 25px;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.menu-dummy-text {
  color: #fff;
  display: inline;
  position: absolute;
  bottom: 10px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.6em;
  letter-spacing: 2px;
  z-index: 40;
}

