@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Roboto:wght@300;400;500;700;900&display=swap");
@import url(jquery-1.11.3-ui.css);
@import url(swipe.css);
:root {
  --success: $main-color;
  --dark-grey: $dark-color;
  --light-color: $light-color;
  --main: $main-color;
  --second: $secondary-color;
  --third: $third-color;
  --heading: $title-stack;
  --font: $paragraph-stack;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
html,
body {
  height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
b,
strong {
  font-weight: 700;
}
img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
li {
  display: list-item;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td,
caption {
  font-weight: 400;
  vertical-align: top;
  text-align: left;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
sub,
sup,
small {
  font-size: 75%;
}
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg {
  overflow: hidden;
}
html {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::-moz-selection {
  background: #ad201d;
  color: #fff;
}
::selection {
  background: #ad201d;
  color: #fff;
}
body {
  background: #333;
  color: #333;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  text-shadow: none;
  -webkit-text-size-adjust: none;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0;
  color-adjust: economy;
}
hr {
  clear: both;
  border-top: 1px solid #dbe1e8;
  height: 1px;
  margin: 20px 0;
}
a {
  color: #ca2128;
}
a:hover {
  color: #222;
  text-decoration: none;
}
.clear {
  clear: both;
}
.swipebox_full {
  display: flex;
  flex-wrap: wrap;
}
.swipebox_full a {
  width: calc(25% - 5px);
  margin: 5px 2.5px 0;
  height: auto;
  text-decoration: none;
}
.swipebox_full a > img {
  width: 100%;
  -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;
  transition: all 0.2s ease-in-out;
}
.swipebox_full a img:hover {
  opacity: 0.5;
  -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;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 760px) {
  .swipebox_full a {
    width: calc(50% - 5px);
    margin: 5px 2.5px 0;
  }
}
@media screen and (max-width: 400px) {
  .swipebox_full a {
    width: 100%;
    margin: 5px 0 0;
  }
}
.menu_section_nav {
  background-color: #ca2128;
  cursor: pointer;
}
.menu_section_nav span {
  display: block;
  padding: 10px;
}
.menu_section_nav span a {
  color: #fff;
}
.summary-content {
  background-color: #f0f0f0;
  padding: 10px;
}
.banner-scroll-down a {
  animation: bounce 4s infinite;
}
@keyframes bounce {
  10%,
  20%,
  30%,
  40%,
  50% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-30px);
  }
  25% {
    transform: translateY(-15px);
  }
  35% {
    transform: translateY(-5px);
  }
  45% {
    transform: translateY(-2px);
  }
}
a[href^="x-apple-data-detectors:"] {
  color: inherit;
  text-decoration: inherit;
}
#map {
  padding: 15% 0;
  min-height: 300px;
}
.map-container {
  position: relative;
}
.map-container .servicing {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ca2128;
  padding: 15px 20px;
}
.servicing h3,
.servicing p {
  margin: 0;
  color: #333;
}
.servicing a {
  transition: 0.3s ease;
}
.servicing a:hover {
  color: #333;
  transition: 0.3s ease;
}
@media (max-width: 960px) {
  .map-container .servicing {
    position: initial;
    display: block;
    background-color: #ca2128;
    padding: 20px;
  }
}
summary.btn {
  cursor: pointer;
  display: inline-block;
  background-color: #ca2128;
  padding: 5px 20px;
  border-radius: 10px;
  margin: 10px 0;
}
.details-with-modal summary::-webkit-details-marker {
  display: none;
}
details-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  max-height: 80vh;
  overflow: scroll;
  max-width: 90vw;
  width: 448px;
  background-color: #fff;
}
.details-with-modal[open] > summary:before {
  content: " ";
  background: rgba(0, 0, 0, 0.3);
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.modal-header {
  padding: 20px;
  background-color: #ca2128;
  border-bottom: 1px solid #f0f0f0;
}
.modal-body {
  padding: 20px;
}
.modal-footer {
  border-top: 1px solid #f0f0f0;
  padding: 20px;
  text-align: center;
}
.modal-footer button {
  width: 95%;
  display: inline-block;
  background-color: #ca2128;
  font-size: 1rem;
  padding: 10px;
  cursor: pointer;
  transition: 0.3s ease;
}
.modal-footer button:hover {
  background-color: #333;
  color: #333;
  transition: 0.3s ease;
}
html {
  font-size: 50px;
}
body {
  margin: 0;
  line-height: 1.5;
}
body,
p,
ol li,
ul li,
pre,
.banner_content .banner_details .description,
.banner_content .banner_details a {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.form_holder input,
.form_holder textarea,
.form_holder select {
  font-size: 16px;
}
@media (max-width: 1200px) {
  html {
    font-size: 45px;
  }
}
@media (max-width: 960px) {
  html {
    font-size: 40px;
  }
  body,
  p,
  ol li,
  ul li,
  pre,
  .banner_content .banner_details .description,
  .banner_content .banner_details a {
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
  }
  h5,
  .h5,
  h6,
  .h6 {
    font-size: 0.65rem;
    line-height: 0.65rem;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 35px;
  }
  body,
  p,
  ol li,
  ul li,
  pre,
  .banner_content .banner_details .description,
  .banner_content .banner_details a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 30px;
  }
  body,
  p,
  ol li,
  ul li,
  pre,
  .form_holder select,
  .form_holder input,
  .form_holder textarea,
  .form_holder select,
  .banner_content .banner_details .description,
  .banner_content .banner_details a {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Oswald", sans-serif;
  margin-bottom: 20px;
}
h1,
.h1,
h3,
.h3,
h5,
.h5 {
  color: #002159;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
h2,
.h2,
h4,
.h4,
h6,
.h6 {
  color: #ca2128;
  font-weight: 400;
  letter-spacing: 2px;
}
h1,
.h1 {
  font-size: 1rem;
  line-height: 1rem;
}
h2,
.h2 {
  font-size: 0.9rem;
  line-height: 0.9rem;
}
h3,
.h3 {
  font-size: 0.8rem;
  line-height: 0.8rem;
}
h4,
.h4 {
  font-size: 0.7rem;
  line-height: 0.7rem;
}
h5,
.h5 {
  font-size: 0.6rem;
  line-height: 0.6rem;
}
h6,
.h6 {
  font-size: 0.5rem;
  line-height: 0.5rem;
}
p {
  margin: 0 0 20px;
}
.full_header {
  display: block;
  background: #002156;
  width: 100%;
  z-index: 999;
  top: 0;
  position: sticky;
  position: -webkit-sticky;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.jqueryslidemenu {
  width: 100%;
  max-width: 1200px;
  padding: 0 0 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.jqueryslidemenu .social-header {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.jqueryslidemenu .social-header .social_media ul {
  float: right;
  margin: 5px 0;
  width: auto;
  display: block;
}
.jqueryslidemenu .social-header .social_media ul li {
  padding: 0;
  margin: 0 0 0 10px;
}
.jqueryslidemenu .social-header .social_media ul li a {
  padding: 0;
  font-size: 14px;
  line-height: 14px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: #ca2128;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.jqueryslidemenu .social-header .social_media ul li a:after {
  display: none;
}
.jqueryslidemenu .social-header .social_media ul li a:hover {
  background: #002159;
  color: #fff;
}
.jqueryslidemenu .social-header .social_media ul li a i {
  font-size: 14px;
  line-height: 14px;
}
.jqueryslidemenu:before {
  content: "";
  height: 40px;
  width: 100%;
  position: absolute;
  background: #ca2128;
}
.jqueryslidemenu a.logo {
  width: 175px;
  height: 150px;
  display: block;
  float: left;
  margin: 0 80px 0 0;
  padding: 24px 0 29px;
  position: relative;
  background: #fff;
  z-index: 2;
}
.jqueryslidemenu a.logo:after {
  content: "";
  background: url(/assets/images/layout/icon-white-star.svg) right bottom no-repeat;
  background-size: auto 150px;
  width: 80px;
  height: 150px;
  position: absolute;
  right: -79px;
  top: 0;
}
.jqueryslidemenu a.logo img {
  width: 100%;
  height: auto;
}
.jqueryslidemenu ul {
  list-style: none;
  width: calc(100% - 270px);
  display: block;
  float: right;
  margin: 40px 0 0;
}
.jqueryslidemenu ul li {
  position: relative;
  float: left;
  display: inline;
  margin: 0;
  width: auto;
}
.jqueryslidemenu ul li.home-item {
  display: none;
}
.jqueryslidemenu ul li a {
  width: 100%;
  padding: 46px 21px;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  position: relative;
}
.jqueryslidemenu ul li:last-of-type a {
  padding-right: 0;
}
.jqueryslidemenu ul li a:after {
  content: "";
  width: 0;
  height: 3px;
  background: #ca2128;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.jqueryslidemenu ul li:last-of-type a:after {
  left: calc(50% + 14px);
}
.jqueryslidemenu ul li a:hover:after,
.jqueryslidemenu ul li:hover a:after,
.jqueryslidemenu ul li.Selected a:after,
.jqueryslidemenu ul li.Selected a:hover:after {
  width: 80%;
}
.jqueryslidemenu ul li ul {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  left: 0;
  display: block;
  visibility: hidden;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: none;
  width: 265px;
  box-shadow: 0 0 15px rgb(0 0 0/10%);
}
.jqueryslidemenu ul li ul li {
  display: list-item;
  float: none;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  background: #ca2128;
}
.jqueryslidemenu ul li ul li a {
  color: #fff;
  line-height: 20px;
  padding: 15px;
  margin: 0;
  background: 0 0;
}
.jqueryslidemenu ul li ul li a:after {
  display: none;
}
.jqueryslidemenu ul li:hover ul li a {
  color: #fff;
  line-height: 20px;
  padding: 15px;
  margin: 0;
  background: 0 0;
}
.jqueryslidemenu ul li.Selected ul li a:hover,
.jqueryslidemenu ul li ul li a:hover {
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.1);
}
.jqueryslidemenu ul li ul li ul {
  top: 0;
  margin: -1px 0 0 2px;
}
#menu .mm-list a {
  color: #fff;
  font-weight: 600;
  padding: 15px 20px;
  text-decoration: none;
  display: block;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.content {
  margin: 0 auto;
  max-width: 940px;
  padding: 0;
}
.content_container {
  width: 100%;
  padding: 30px 20px;
  background: #fff;
}
.editable_content img {
  max-width: 100%;
  max-height: 100%;
  height: auto !important;
}
.editable_content ul {
  list-style: disc outside none;
  margin: 0 0 20px 20px;
  font-weight: 400;
}
.editable_content ul li {
  padding: 5px 0 0 3px;
  margin: 0;
}
.editable_content ol {
  list-style: decimal outside none;
  margin: 0 0 20px 20px;
  font-weight: 400;
}
.editable_content ol li {
  padding: 5px 0 0 3px;
  margin: 0;
}
.editable_content img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.editable_content table {
  margin: 15px 0 5px;
  background: #fff;
  text-align: center;
  width: 100%;
  display: block;
  overflow: scroll;
}
.editable_content table tr th,
.editable_content table thead tr td {
  border: 2px solid #fff;
  color: #fff;
  background: #022259;
  padding: 8px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.editable_content table tr td {
  background: #f4f8fc;
  border: 2px solid #fff;
  padding: 8px;
}
.editable_content iframe[width="500"] {
  width: 100% !important;
  height: 220px;
}
@media (max-width: 960px) {
  .editable_content figure {
    float: none !important;
    margin: 0 0 1em !important;
  }
  .editable_content figure img {
    display: block;
    margin: 0 auto;
  }
}
.full_header {
  display: none;
  width: 100%;
  z-index: 999;
  background: linear-gradient(to left, #002159 87%, #fff 87%);
}
.full_header:before {
  content: "";
  height: 40px;
  width: 50%;
  position: absolute;
  background: #ca2128;
  right: 0;
  top: 0;
}
@media screen and (min-width: 1550px) {
  .full_header {
    background: linear-gradient(to left, #002159 80%, #fff 50%);
  }
}
@media screen and (min-width: 1900px) {
  .full_header {
    background: linear-gradient(to left, #002159 71%, #fff 50%);
  }
}
.header_spacer {
  width: 100%;
  height: 47px;
}
.inner_header {
  width: 100%;
  height: 60px;
  background: url(/assets/images/layout/inner_header.jpg) center center no-repeat;
  background-size: cover;
}
.language {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.language span {
  cursor: pointer;
  color: #fff;
}
.mobile_header {
  background: #fff;
  color: #fff;
  font-weight: 700;
  padding: 7px 0 8px;
  text-align: left;
  width: 100%;
  z-index: 999;
  font-size: 25px;
}
.mobile_header .logo_area {
  padding: 0 50px;
  text-align: center;
}
.mobile_header .phone {
  position: absolute;
  right: 10px;
  top: 7px;
}
.mobile_header .cart_link {
  right: 32px;
  position: absolute;
  top: 6px;
}
.mobile_header a {
  color: #333;
  position: absolute;
  text-decoration: none;
}
.mobile_header a#menu_button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.logo_area a {
  display: inline-block;
  position: inherit;
}
.mobile_header .logo_area img {
  height: auto;
}
.mobile_header {
  display: inherit;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 6px solid #ca2128;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.mobile_photo_video {
  display: inherit;
}
.full_photo_video {
  display: none;
}
.footer {
  background: #333;
  color: #fff;
  border-top: 1px solid #333;
  margin: 0;
  padding: 30px 0;
  display: none;
}
.footer_pages_inner {
  text-align: center;
  margin-top: 18px;
}
.footer_pages_inner:empty {
  display: none;
}
.footer_pages a {
  color: #fff;
  padding: 0 5px;
}
.footer_pages a:hover {
  color: #ca2128;
}
#signature {
  background: #333;
  margin: 0;
  padding: 10px;
}
#signature .signature_content {
  margin: 0 auto;
  max-width: 960px;
  text-align: center;
}
#signature .signature_content p,
#signature .signature_content a {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}
.full_register {
  width: 35%;
  float: right;
  border-left: 1px solid #dedede;
  display: none;
  padding-left: 10px;
}
@media (min-width: 960px) {
  .footer {
    display: inherit;
  }
  #signature {
    font-size: 12px;
  }
  .mobile_header {
    display: none;
  }
  .full_header {
    display: inherit;
  }
  .header_spacer {
    height: 82px;
  }
  .inner_header {
    height: 150px;
  }
  .mobile_photo_video {
    display: none;
  }
  .full_photo_video {
    display: inherit;
  }
  .content_container {
    padding: 100px 20px;
  }
}
.faq-block {
  margin: 20px 0;
}
h5.toggle_faq {
  color: #333;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 55px;
}
.faq-block div.toggler {
  padding-left: 0;
}
span.faq-icon,
h5.toggle_faq {
  transition: 0.3s ease;
  transition-delay: 0.4s;
  cursor: pointer;
}
span.faq-icon {
  background-color: #333;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin: 0;
  left: 0;
}
i.faq-icon {
  display: block;
  height: 2px;
  width: 15px;
  background-color: #fff;
  position: absolute;
}
span.faq-icon .one {
  transform: rotate(90deg);
  transition: 0.4s ease-in-out;
}
span.faq-icon .two {
  transform: rotate(180deg);
  transition: 0.4s ease-in-out;
}
h5.toggle_faq.active .one {
  transform: rotate(-45deg);
  transition: 0.4s ease-in-out;
}
h5.toggle_faq.active .two {
  transform: rotate(45deg);
  transition: 0.4s ease-in-out;
}
span.faq-icon,
h5.toggle_faq {
  transition: 0.3s ease;
  transition-delay: 0.4s;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
}
h5.toggle_faq.active span {
  background-color: #ca2128;
}
#page h5.toggle_faq.active {
  color: #ca2128;
}
@media (max-width: 767px) {
  span.faq-icon {
    width: 30px;
    height: 30px;
  }
  h5.toggle_faq {
    padding-left: 40px;
  }
  i.faq-icon {
    width: 10px;
    height: 2px;
  }
}
.home_banner_system {
  display: flex;
  flex-wrap: wrap;
}
.home_banner_content,
.home_banner_image {
  width: 50%;
}
.home_banner_content {
  padding: 60px 5% 60px 0;
}
.home_banner_image {
  background-position: center;
  background-size: cover;
}
.swal2-popup {
  font-size: 23px !important;
  border-radius: 0 !important;
}
.swal2-popup .swal2-styled.swal2-cancel,
.swal2-popup .swal2-styled.swal2-confirm {
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .home_banner_content,
  .home_banner_image {
    width: 100%;
  }
  .home_banner_image {
    min-height: 200px;
  }
}
.banner_content .banner_details .title {
  font-size: 50px;
  font-size: 1rem;
  line-height: 55px;
  line-height: 1.1rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
.banner_content .banner_details .description {
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
  display: none;
}
.banner_content .banner_details a {
  border: 2px solid #ca2128;
  padding: 5px 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #333;
  text-decoration: none;
  background: #ca2128;
  font-weight: 600;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.banner_content .banner_details a:hover {
  background: #fff;
  border-color: #fff;
  color: #333;
}
.form_holder form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.banner_pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 10px;
  color: #fff;
  z-index: 2;
}
.banner_pagination > div {
  margin: 0 3px;
  cursor: pointer;
  color: #002159;
}
.banner_pagination > div i {
  border: 2px solid #fff;
  border-radius: 50%;
}
.banner_pagination > div:hover {
  opacity: 0.4;
  color: #002159;
}
.banner_pagination > .active {
  color: #ca2128;
}
.banner-scroll-down {
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: center;
  bottom: 10px;
}
.banner-scroll-down a {
  text-align: center;
  background-color: none;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s ease;
}
.banner-scroll-down a i {
  color: #fff;
  font-size: 25px;
}
.banner-scroll-down a:hover {
  background-color: #333;
  transition: 0.3s ease;
}
input.superbutton {
  margin: 0;
  height: auto;
  text-align: center;
  font-size: 16px;
  float: none;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transition: 0.3s ease;
  padding: 5px 45px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background: #ca2128;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  display: inline-block;
}
input.superbutton:hover {
  cursor: pointer;
  color: #fff;
  background: #002159;
  transition: 0.3s ease;
}
a.button,
button.superbutton {
  margin: 0;
  height: auto;
  text-align: center;
  font-size: 16px;
  float: none;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transition: 0.3s ease;
  padding: 5px 45px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background: #ca2128;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  display: inline-block;
}
a.button:hover,
button.superbutton:hover {
  cursor: pointer;
  color: #fff;
  background: #002159;
  transition: 0.3s ease;
}
a.superbutton {
  margin: 0;
  height: auto;
  text-align: center;
  font-size: 16px;
  float: none;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transition: 0.3s ease;
  padding: 5px 45px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background: #ca2128;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  display: inline-block;
}
a.superbutton:hover {
  cursor: pointer;
  color: #fff;
  background: #002159;
  transition: 0.3s ease;
}
a.cart_button {
  position: fixed;
  bottom: 50px;
  right: 50px;
  background: #ca2128;
  border-radius: 100%;
  text-decoration: none;
  z-index: 999;
  transform: scale(1);
  transition: 0.3s ease;
  height: 60px;
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
a.cart_button:hover {
  background: #222;
  transform: scale(1.2);
  transition: 0.3s ease;
}
span.shopping-widget-holder {
  position: relative;
  left: -2.5px;
}
span.shopping-widget-holder i {
  color: #333;
}
span.shopping-widget-holder span {
  position: absolute;
  top: 0;
  right: -10px;
  width: 15px;
  height: 15px;
  font-size: 13px;
  background-color: #333;
  border-radius: 100%;
  color: #ca2128;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cart_quantity {
  margin: 0;
  transition: 0.3s ease;
}
.cart_quantity .quantity_text {
  float: right;
  margin: 5px 5px 0 0;
  transition: 0.3s ease;
}
.cart_quantity label {
  float: left;
  width: 100%;
  margin: 10px 0 0;
  transition: 0.3s ease;
}
.cart_quantity input,
select.cart_price_option {
  border: none;
  height: 26px;
  margin: 5px 0 10px;
  outline: 0 none;
  padding: 1px 2% 2px;
  width: 96%;
  transition: 0.3s ease;
}
.cart_quantity select {
  width: 100%;
  height: 30px;
  padding: 5px 0;
  margin: 5px 0 0;
  border-radius: 0;
  border: none;
  outline: none;
  transition: 0.3s ease;
}
.cart_quantity select option {
  padding: 8px 12px;
  transition: 0.3s ease;
}
input.superbutton[type="submit"] {
  margin: 0;
  height: auto;
  text-align: center;
  font-size: 16px;
  float: none;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transition: 0.3s ease;
  padding: 5px 45px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background: #ca2128;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  display: inline-block;
}
input.superbutton[type="submit"]:hover {
  cursor: pointer;
  color: #fff;
  background: #002159;
  transition: 0.3s ease;
}
.stripe-button-el {
  background-color: transparent !important;
}
.stripe-button-el span {
  background-color: #ca2128 !important;
}
.stripe-button-el,
.stripe-button-el span {
  background-image: none !important;
  box-shadow: none !important;
  border: transparent !important;
  text-shadow: none !important;
  font-family: inherit !important;
  text-transform: uppercase;
  transition: 0.25s ease;
}
.stripe-button-el span:hover {
  background-color: #333 !important;
  border-color: #333;
  transition: 0.25s ease;
}
.button_container {
  position: fixed;
  top: 30px;
  right: 30px;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 999;
  transition: opacity 0.25s ease;
}
.button_container:hover {
  opacity: 0.7;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #fff;
}
.button_container.active .middle {
  opacity: 0;
  background: #fff;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #fff;
}
.button_container span {
  background-color: #f0f0f0;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}
.overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.85);
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.overlay.open {
  opacity: 0.7;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}
.overlay.open li:nth-of-type(5) {
  animation-delay: 0.55s;
}
.overlay.open li:nth-of-type(6) {
  animation-delay: 0.6s;
}
.overlay.open li:nth-of-type(7) {
  animation-delay: 0.65s;
}
.overlay.open li:nth-of-type(8) {
  animation-delay: 0.7s;
}
.overlay.open li:nth-of-type(9) {
  animation-delay: 0.75s;
}
.overlay.open li:nth-of-type(10) {
  animation-delay: 0.8s;
}
.overlay.open li:nth-of-type(11) {
  animation-delay: 0.85s;
}
.overlay.open li:nth-of-type(12) {
  animation-delay: 0.9s;
}
.overlay.open li:nth-of-type(13) {
  animation-delay: 0.95s;
}
.overlay.open li:nth-of-type(14) {
  animation-delay: 1s;
}
.overlay.open li:nth-of-type(15) {
  animation-delay: 1.05s;
}
.overlay.open li:nth-of-type(16) {
  animation-delay: 1.1s;
}
.overlay.open li:nth-of-type(17) {
  animation-delay: 1.15s;
}
.overlay.open li:nth-of-type(18) {
  animation-delay: 1.2s;
}
.overlay.open li:nth-of-type(19) {
  animation-delay: 1.25s;
}
.overlay.open li:nth-of-type(20) {
  animation-delay: 1.3s;
}
.overlay.open li:nth-of-type(21) {
  animation-delay: 1.35s;
}
.overlay.open li:nth-of-type(22) {
  animation-delay: 1.4s;
}
.overlay.open li:nth-of-type(23) {
  animation-delay: 1.45s;
}
.overlay.open li:nth-of-type(24) {
  animation-delay: 1.5s;
}
.overlay.open li:nth-of-type(25) {
  animation-delay: 1.55s;
}
.overlay.open li:nth-of-type(26) {
  animation-delay: 1.6s;
}
.overlay.open li:nth-of-type(27) {
  animation-delay: 1.65s;
}
.overlay.open li:nth-of-type(28) {
  animation-delay: 1.7s;
}
.overlay.open li:nth-of-type(29) {
  animation-delay: 1.75s;
}
.overlay.open li:nth-of-type(30) {
  animation-delay: 1.8s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 45%;
  transform: translateY(-50%);
  font-size: 35px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  height: auto;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: inline-block;
  position: relative;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  font-size: 0.6rem;
  padding-left: 0;
  padding-bottom: 10px;
}
.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  transform: translateX(-50%);
  height: 3px;
  background: #fff;
  transition: 0.35s;
  background-color: transparent;
}
.overlay ul li a:hover:after {
  background-color: #fff;
}
.overlay ul li ul {
  display: none;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.overlay.open {
  opacity: 1;
  overflow: scroll;
}
.banner-container-constrained {
  position: relative;
  background: #002159;
}
.banner-container-constrained:hover .banner-next,
.banner-container-constrained:hover .banner-previous {
  opacity: 1;
  cursor: pointer;
}
.ms-banner-constrained {
  display: inline-flex;
  width: 100%;
  overflow: hidden;
}
.ms-banner-constrained li {
  width: 100%;
  flex-shrink: 0;
  position: relative;
  opacity: 0;
}
.ms-banner-constrained li .banner-details {
  position: absolute;
  width: calc(30% - 100px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 1;
}
.banner-container-constrained .banner-details .small-title {
  font-weight: 400;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  font-size: 24px;
  line-height: 24px;
}
.banner-container-constrained .banner-details .title {
  font-size: 65px;
  line-height: 70px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 600;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.banner-container-constrained .banner-details .description {
  color: #fff;
  font-weight: 400;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 28px;
}
.banner-container-constrained .banner-details a {
  padding: 5px 45px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background: #ca2128;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.banner-container-constrained .banner-details a:hover {
  background: #fff;
  color: #002159;
}
.banner-container-constrained .banner-next i,
.banner-container-constrained .banner-previous i {
  color: #fff;
  font-size: 25px;
  line-height: 40px;
}
.banner-container-constrained .banner-next:hover,
.banner-container-constrained .banner-previous:hover {
  background-color: #ca2128;
  transition: 0.3s ease;
}
.banner-container-constrained .banner-next,
.banner-container-constrained .banner-previous {
  opacity: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  align-items: center;
  text-decoration: none;
  transition: 0.3s ease;
  z-index: 2;
  display: none !important;
}
.banner-container-constrained .banner-next {
  right: 10px;
}
.banner-container-constrained .banner-previous {
  left: 10px;
}
.ms-banner-constrained li img {
  position: relative;
  width: 70%;
  height: auto;
}
.ms-banner-constrained li img.image_left {
  float: right;
}
.ms-banner-constrained li.image_left:after {
  content: "";
  background: url(/assets/images/layout/graphic-slash-left.svg) left center no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: calc(30% - 2px);
  height: 100%;
  width: 100%;
  top: 0;
}
.ms-banner-constrained li.image_right:after {
  content: "";
  background: url(/assets/images/layout/graphic-slash-right.svg) right center no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: 2px;
  height: 100%;
  width: 70%;
  top: 0;
}
.ms-banner-constrained .top-right {
  top: 15% !important;
  left: 85% !important;
  transform: translate(-85%, -15%) !important;
  text-align: right !important;
}
.ms-banner-constrained .top-center {
  top: 15% !important;
  transform: translate(-50%, -15%) !important;
}
.ms-banner-constrained .top-left {
  top: 15% !important;
  left: 15% !important;
  transform: translate(-15%, -15%) !important;
  text-align: left !important;
}
.ms-banner-constrained .middle-right {
  left: 70% !important;
  transform: translate(0%, -50%) !important;
  text-align: right !important;
}
.ms-banner-constrained .middle-left {
  left: 15% !important;
  transform: translate(-15%, -50%) !important;
  text-align: left !important;
}
.ms-banner-constrained .bottom-right {
  top: 85% !important;
  left: 85% !important;
  transform: translate(-85%, -85%) !important;
  text-align: right !important;
}
.ms-banner-constrained .bottom-center {
  top: 85% !important;
  transform: translate(-50%, -85%) !important;
}
.ms-banner-constrained .bottom-left {
  top: 85% !important;
  left: 15% !important;
  transform: translate(-15%, -85%) !important;
  text-align: left !important;
}
.ms-banner-constrained .left {
  left: 15% !important;
  transform: translate(-15%, -50%) !important;
  text-align: left !important;
}
.ms-banner-constrained .right {
  left: auto !important;
  transform: translate(0%, -50%) !important;
  text-align: right !important;
  right: 100px;
}
@media screen and (max-width: 960px) {
  .banner-container-constrained .banner-scroll-down {
    display: none;
  }
}
@media screen and (max-width: 735px) {
  .ms-banner-constrained li img {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  .ms-banner-constrained li .banner-details .title {
    margin-bottom: 6px;
  }
  .ms-banner-constrained li .banner-details .description {
    margin-bottom: 10px;
  }
  .ms-banner-constrained li .banner-details a {
    padding: 1px 10px;
    font-size: 10px;
  }
}
.banner-container {
  position: relative;
  overflow: hidden;
  display: flex;
  height: 100vh;
  min-height: 500px;
}
.banner-container:hover .banner-next,
.banner-container:hover .banner-previous {
  opacity: 1;
  cursor: pointer;
}
.ms-banner li {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
}
.ms-banner li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
}
.ms-banner li .banner-details {
  width: 90%;
  max-width: 625px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  z-index: 1;
}
.banner-container .banner-details .small-title {
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.banner-container .banner-details .title {
  font-size: 75px;
  line-height: 75px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 20px;
}
.banner-container .banner-details .description {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.banner-container .banner-details a {
  border: 2px solid #fff;
  padding: 7px 40px 8px;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background: 0 0;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.banner-container .banner-details a:hover {
  background: #fff;
  border-color: #fff;
  color: #333;
}
.banner-container .banner-next i,
.banner-container .banner-previous i {
  color: #fff;
  font-size: 25px;
  line-height: 40px;
}
.banner-container .banner-next:hover,
.banner-container .banner-previous:hover {
  background-color: #ca2128;
  transition: 0.3s ease;
}
.banner-container .banner-next,
.banner-container .banner-previous {
  opacity: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  align-items: center;
  text-decoration: none;
  transition: 0.3s ease;
  z-index: 2;
}
.banner-container .banner-next {
  right: 10px;
}
.banner-container .banner-previous {
  left: 10px;
}
.ms-banner:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  content: "";
  background: linear-gradient(to bottom, transparent, #333 200%);
}
.ms-banner .top-right {
  top: 15% !important;
  left: 85% !important;
  transform: translate(-85%, -15%) !important;
  text-align: right !important;
}
.ms-banner .top-center {
  top: 15% !important;
  transform: translate(-50%, -15%) !important;
}
.ms-banner .top-left {
  top: 15% !important;
  left: 15% !important;
  transform: translate(-15%, -15%) !important;
  text-align: left !important;
}
.ms-banner .middle-right {
  left: 85% !important;
  transform: translate(-85%, -50%) !important;
  text-align: right !important;
}
.ms-banner .middle-left {
  left: 15% !important;
  transform: translate(-15%, -50%) !important;
  text-align: left !important;
}
.ms-banner .bottom-right {
  top: 85% !important;
  left: 85% !important;
  transform: translate(-85%, -85%) !important;
  text-align: right !important;
}
.ms-banner .bottom-center {
  top: 85% !important;
  transform: translate(-50%, -85%) !important;
}
.ms-banner .bottom-left {
  top: 85% !important;
  left: 15% !important;
  transform: translate(-15%, -85%) !important;
  text-align: left !important;
}
.ms-banner-constrained .left {
  left: 100px !important;
  transform: translate(0, -50%) !important;
  text-align: left !important;
}
.ms-banner .right {
  left: auto !important;
  transform: translate(0%, -50%) !important;
  text-align: right !important;
  right: 100px;
}
.ms-banner .animate-image {
  animation: imageAnimation 8s linear infinite 0s;
}
.ms-banner .animate-details {
  z-index: 1000;
  animation: detailsAnimation 8s linear infinite 0s;
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.03);
  }
}
@keyframes detailsAnimation {
  0% {
    opacity: 0;
    visibility: visible;
  }
  5% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.box_list .box {
  background: #f0f0f0;
  float: left;
  padding: 15px;
  width: 98%;
  margin: 0 1% 10px;
  text-align: center;
}
.box_list .full {
  width: 100%;
  margin: 0 0 10px;
  text-align: center;
}
.box_list .video_box {
  width: 100%;
  margin-bottom: 5px;
}
.box_list .video_box iframe {
  width: 100%;
  height: 225px;
}
.box_list .box .quote {
  color: #ca2128;
}
.box_list .name {
  color: #ca2128;
  padding: 5px 10px 2px 0;
  margin: 0;
}
.box_list .featured {
  background-color: rgba(53, 117, 225, 0.3);
}
.box_list .box .title {
  color: #ca2128;
  margin: 4px 0 2px;
  text-transform: uppercase;
  font-weight: 700;
}
.box_list .box .menu_title {
  color: #ca2128;
  margin: 10px 0 3px 2px;
}
.box_list .no_image .title {
  margin: 0 0 10px;
}
.box_list .box .title a {
  font-weight: 700;
  text-transform: uppercase;
  color: #ca2128;
  text-decoration: none;
}
.box_list .box .title a:hover {
  color: #222;
  text-decoration: none;
}
.box_list .location_title {
  padding: 5px 0 0;
  line-height: 16px;
}
.box_list .job_title {
  color: #ca2128;
  margin: -5px 0 0;
}
.box_list p {
  padding: 0;
  margin: 2px 0 10px;
}
.box_list .box .date {
  font-style: italic;
  font-weight: 400;
  color: #ca2128;
  padding: 0;
  margin: 0;
}
.box_list .box .price {
  color: #ca2128;
  margin: 0 0 3px 2px;
  float: right;
}
.box_list .box .description {
  font-style: italic;
  padding: 0;
  margin: 8px 0 0;
}
.box_list .box .options {
  font-style: italic;
  padding: 0;
  margin: 2px 0 10px;
}
.box_list .box i {
  float: none;
  color: #ca2128;
  padding: 0 5px 0 0;
}
.box_list .box .specials_title {
  font-style: bold;
  color: #ca2128;
  padding: 0;
}
.box_list .box .special {
  font-style: italic;
  color: #333;
  padding: 0;
}
.box_list .box img {
  border: none;
  background: #fff;
  padding: 0;
  margin: 0 0 10px;
  float: none;
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
}
.box_list .box img.large_image {
  border: 1px solid #f0f0f0;
  background: #fff;
  padding: 3px;
  margin: 5px 10px 10px 0;
  max-width: 200%;
  max-height: 200%;
  width: 97%;
  height: auto;
}
.box_list .box ul {
  margin: 0;
}
.box_list .box ul li {
  list-style-type: none;
  width: 100%;
  float: none;
  background: 0 0;
  margin: 10px 0;
  padding: 0 10px 0 0;
}
.box_list .box ul.careers_list li {
  list-style-type: none;
  width: 100%;
  float: left;
  background: 0 0;
  margin: 10px 0;
  padding: 0 10px 0 0;
}
.box_list .box ul li.last {
  border-right: none;
}
.box_list ul {
  margin: 0;
  padding: 0 0 8px 5px;
}
.box_list ul li {
  margin: 0;
  padding: 0;
}
.content .product_number {
  color: #ca2128;
  float: right;
}
.box_list .product_highlight {
  margin: 0;
}
.box_list .product_highlight .alert {
  float: right;
  color: #ca2128;
  margin: -5px 0 0;
}
.box_list .product_highlight ul {
  margin: 0;
  padding: 0;
}
.box_list .product_highlight ul li {
  margin: 0;
  padding: 0;
}
.box_list .product_highlight ul li .strike {
  text-decoration: line-through;
}
.box_list .product_highlight ul li .sale {
  color: #ca2128;
}
.box_list .product_check_list ul,
.box_list .product_check_list,
.box_list .product_highlight ul.gallery,
.box_list .product_highlight ul.gallery li {
  margin: 0;
  padding: 0;
}
.box_list .product_check_list ul li {
  color: #ca2128;
  background: 0 0;
  float: left;
  margin: 0;
  padding: 0;
}
.box_list .box ul.pricing {
  margin: -1px 0 0;
  padding: 0;
}
.box_list .box ul.pricing li {
  display: inline;
  border-right: none;
  margin: 0 4px 4px 0;
  padding: 0;
  color: #ca2128;
}
.box_list .box ul.pricing li.strike {
  text-decoration: line-through;
}
.box_list .box ul.pricing li.sale {
  color: #ca2128;
}
.box_list .box .alert_overlay {
  background-color: rgba(53, 117, 225, 0.3);
  padding: 2px 5px;
  margin-bottom: 5px;
  color: #ca2128;
}
.box_list .box .alert_overlay h6 {
  text-decoration: none;
  font-size: 0.2rem;
  padding: 0;
  margin: 0;
  float: left;
}
.box_list .box .alert_overlay h6 span {
  padding: 0;
  margin: 0 0 0 10px;
}
.box_list .box .alert_overlay p {
  color: #ca2128;
}
.box_list .box .alert_overlay i {
  color: #ca2128;
  padding: 0 5px;
  float: left;
}
.box_list .box .date_title {
  margin-top: 6px;
}
.box_list .box .date_box,
.content .date_box {
  background: 0 0;
  border: none;
  float: none;
  width: 100%;
  margin: 2px 0;
  text-align: center;
  text-decoration: none;
  color: #ca2128;
}
.date_box_event {
  background: 0 0;
  border: none;
  float: none;
  width: 100%;
  margin: 2px 0;
  text-decoration: none;
  color: #ca2128;
  text-align: left;
  padding-left: 12px;
}
.box_list .box .date_box .month,
.content .date_box .month {
  color: #fff;
  background: #ca2128;
  padding: 1px 0 4px;
  text-transform: uppercase;
}
.box_list .box .date_box .day_of_week,
.content .date_box .day_of_week {
  color: #ca2128;
  font-size: 0.22rem;
  text-transform: none;
  padding: 2px 0 0;
  margin: 0 0 -2px;
}
.box_list .box .date_box .day,
.content .date_box .day {
  color: #ca2128;
  font-size: 0.6rem;
  padding: 0;
}
.box_list .box .date_box .year,
.content .date_box .year {
  color: #ca2128;
  font-size: 0.22rem;
  letter-spacing: 4px;
  padding: 0 0 2px 5px;
  margin: -3px 0 0;
}
.box_list .box ul.date_list {
  margin: 3px 10px 0 0;
  padding: 0;
  color: #ca2128;
  font-size: 12px;
}
.box_list .box ul.date_list li {
  background: 0 0;
  display: inline;
  list-style: none;
  color: #ca2128;
  border-left: 1px solid #ca2128;
  padding: 0 0 0 10px;
  margin: 0 0 0 6px;
}
.box_list .box ul.date_list li.first {
  border-left: none;
  padding: 0;
  margin: 0;
}
.content .box_list .box ul.date_list li i {
  padding: 4px 4px 0 0;
}
.box_list .box ul.eventdata_list {
  margin: 0 10px 10px 0;
  padding: 0 0 10px;
  color: #ca2128;
  border-bottom: 1px solid #333;
}
.box_list .box ul.eventdata_list li {
  background: 0 0;
  list-style: none;
  color: #333;
  padding: 0 0 0 10px;
  margin: 2px 0 2px 6px;
}
.content .box_list .box ul.eventdata_list li i {
  padding: 0 5px 0 0;
  width: auto;
  float: none;
  color: #333;
}
.box_list .address {
  color: #ca2128;
}
.box_list .address i {
  padding: 0 4px 0 0;
  margin-top: -1px;
}
.box_list .event p {
  margin: 5px 0 0;
}
.box_list .box_links a {
  color: #ca2128;
}
.box_list .comment_box {
  width: 100%;
  margin: 0 0 10px;
  text-align: left;
}
.box_list .comment_box .comment_name {
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  margin: 0 0 5px;
}
.box_list .comment_box .comment_name span {
  font-weight: 400;
  font-style: italic;
  color: #333;
  text-transform: capitalize;
}
.box_list .past_news {
  width: 100%;
  margin: 0 0 10px;
  text-align: left;
}
.contact_info {
  margin: 0;
}
.contact_info h4 {
  padding: 0 0 10px;
  color: #ca2128;
}
.contact_info ul {
  margin: 5px 0 15px;
  width: 100%;
}
.contact_info ul li {
  margin: 0 0 5px;
  list-style: none;
  font-weight: 400;
}
.contact_info ul li a {
  color: #ca2128;
  text-decoration: underline;
}
.contact_info ul li a:hover {
  color: #222;
  text-decoration: none;
}
.contact_info span {
  margin: 0 0 2px;
}
.contact_info h6 {
  color: #ca2128;
  margin: 0 0 10px;
}
.contact_info pre {
  margin: 3px 0 0;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  width: 99%;
}
.contact_info ul.hours {
  margin: 3px 0 0;
  padding: 0;
  width: 100%;
}
.contact_info ul.hours li {
  margin: 0;
  padding: 0;
}
.contact_info ul.hours li span {
  width: 100px;
  color: #333;
  display: inline-block;
}
.map_holder {
  margin-bottom: -6px;
}
.map_holder .overlay {
  background: 0 0;
  position: relative;
  width: 100%;
  height: 450px;
  top: 450px;
  margin-top: -450px;
}
.map_holder .map_overlay {
  background: 0 0;
  position: relative;
  width: 100%;
  height: 450px;
  top: 450px;
  margin-top: -450px;
  -webkit-overflow-scrolling: touch;
  z-index: 104;
}
#map_canvas {
  width: 100%;
  height: 450px;
}
.map_holder {
  background-color: #fff;
}
@media (min-width: 960px) {
  .contact .form_holder .third_width {
    width: calc(33.33% - 10px) !important;
  }
}
#header .menu_holder .menu_content ul li.login_btn {
  float: left;
}
#header .menu_holder .menu_content ul li.login_btn a {
  text-decoration: none;
  color: #fff;
  background: #ca2128;
  float: left;
  padding: 8px 10px;
}
#header .menu_holder .menu_content ul li.login_btn a:hover {
  background: #222;
}
#header .menu_holder .menu_content ul li.login_btn a i {
  color: #fff;
  position: relative;
  left: 3px;
}
.login_btn {
  float: right;
  margin: 0;
}
#header .login_btn {
  margin: 15px 0 3px;
}
.login_btn i {
  float: left;
  font-size: 0.46rem;
  margin: 2px 5px 0 0;
  color: #ca2128;
}
.login_wrapper.hide {
  display: none;
}
.login_wrapper {
  width: 100%;
  position: fixed;
  z-index: 102;
  top: 34px;
  right: 0;
  left: 0;
}
.login_wrapper .login_wrapper_inner {
  width: 960px;
  margin: 0 auto;
}
.menu_holder .login_box {
  width: 300px;
  background: #ca2128;
  padding: 15px;
  float: right;
  margin-right: 3px;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
}
.menu_holder .login_box input {
  width: 94%;
  padding: 3%;
  margin: 2% 0;
  float: left;
  border: none;
  background: #f0f0f0;
}
.menu_holder .login_box input:focus {
  outline: none;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
}
.menu_holder .login_box input.checkbox {
  width: auto !important;
  padding: 0;
  margin: 2% 0 0 4%;
}
.menu_holder .login_box a {
  text-decoration: none;
  color: #fff;
}
.menu_holder .login_box a:hover {
  text-decoration: underline;
}
.menu_holder .login_box a.superbutton {
  margin-top: 5px;
  background: #333;
}
.menu_holder .login_box a.superbutton:hover {
  text-decoration: none;
  background: #333;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
}
.menu_holder .login_box a.superbutton i {
  margin: 0 -2px 0 3px;
}
.sub_accounts_table {
  width: 100%;
}
.sub_accounts_table thead tr {
  border-bottom: 1px solid #ddd;
}
.StripeElement {
  background-color: #fff;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 0.15s ease;
  transition: box-shadow 0.15s ease;
}
.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
  border-color: #fa755a;
}
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
#card_table {
  width: 100%;
}
#card_table table {
  width: 100%;
}
#card_table table thead {
  border-bottom: 1px solid #ddd;
}
#add_card_button {
  float: right;
  cursor: pointer;
}
#add_card_section,
#event_payment_div {
  position: relative;
  display: none;
  width: 100%;
}
#cancel_add_card,
#cancel_payment {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  transition: 0.2s;
}
#cancel_add_card:hover,
#cancel_payment:hover {
  transform: scale(1.3);
}
.login-form .content_container {
  background-size: cover;
  background-position: left center;
  min-height: 100vh;
  display: flex;
  justify-content: flex-end;
}
.login-form .inner_header {
  display: none;
}
.login-form .content_container .content:not(.content_form) {
  border-radius: 10px;
  padding: 30px;
  width: 500px;
  position: relative;
  z-index: 9;
}
.login-form .content_container .content:not(.content_form):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: blur(2px);
  background-color: rgba(255, 255, 255, 0.9);
}
#password_score {
  display: inline-block;
  width: calc(100% - 30px);
  background: #efefef;
  text-align: center;
  font-weight: 700;
  padding: 1px 5px;
  margin-bottom: 7px;
}
.strong_pw {
  border-bottom: 4px solid #00ff5e;
}
.medium_pw {
  border-bottom: 4px solid #93fc17;
}
.weak_pw {
  border-bottom: 4px solid red;
}
.login-form .content_container .dark,
.login-form .content_container .color {
  height: 40px;
  line-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: 400;
  border: none;
  margin: 10px 10px 0 0;
}
.login-form .content_container .dark i,
.login-form .content_container .color i {
  display: none;
}
.login-form .content_container .color:hover,
.login-form .content_container .dark {
  background-color: var(--dark-grey);
}
.login-form .content_container .dark:hover {
  background-color: var(--main);
}
.login-form hr {
  margin: 10px 0;
}
.login-form a.tooltip > span {
  right: 0;
}
.login-form a.tooltip span b {
  right: 5px;
}
.login-form .form_holder .full_width {
  position: relative;
}
@media (max-width: 1200px) {
  .login-form .content_container .content:not(.content_form) {
    float: none;
    max-width: 85%;
    margin: 80px auto;
  }
  .login-form .content_container {
    min-height: 1px;
  }
}
@media (max-width: 960px) {
  .login-form a.tooltip {
    right: 0;
    position: absolute;
  }
  .login-form #password_score {
    width: calc(100% - 25px);
  }
}
@media (max-width: 767px) {
  .login-form .content_container .dark,
  .login-form .content_container .color {
    width: 100%;
  }
}
.dashboard-page .content h1,
.dashboard-page .content .h1 {
  margin-bottom: 30px;
}
.dashboard-page .content .dashboard-welcome {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.dashboard-page .content .button-container {
  margin: auto 0px;
  width: auto;
}
.dashboard-page .content .button-container a.superbutton,
.dashboard-page .content .button-container input.superbutton,
.dashboard-page .content .button-container button.superbutton {
  font-size: 14px;
  line-height: 14px;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  margin: 0 3px;
}
.dashboard-page .content .button-container a.superbutton i {
  margin: 0 -1px 0 0;
}
.dashboard-page .content .button-container button.superbutton i {
  margin: 0 -3px 0 0;
}
.dashboard-page .content a.half-button {
  width: 100%;
}
.dashboard-page .content .box_list .box {
  width: 100%;
  margin: 0 0 20px;
  float: left;
  border-left: 5px solid #c0b595;
  padding: 20px;
  background: #f7f7f7;
}
.dashboard-page .content .box_list .box .title {
  font-family: "Cormorant", serif;
  color: #272727;
  margin-bottom: 5px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 28px;
  line-height: 28px;
  margin: 0 0 -3px;
}
.dashboard-page .content .box_list .box .title a {
  font-family: "Cormorant", serif;
  color: #272727;
  margin-bottom: 5px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 28px;
  line-height: 28px;
}
.dashboard-page .content .box_list .box .title a:hover {
  color: #616161;
}
.dashboard-page .content .box_list .box .date {
  font-size: 14px;
  line-height: 16px;
  margin-left: 5px;
  color: #c0b595;
  font-weight: 600;
}
.dashboard-page .content .box_list .box p {
  margin: 20px 0 20px;
  font-size: 14px;
  line-height: 20px;
  color: #7d7d7d;
  height: 80px;
  overflow: hidden;
}
.dashboard-page .content .box_list .box a.superbutton {
  border: 2px solid #272727;
  background: 0 0;
  color: #272727;
  padding: 5px 20px;
  width: auto;
  float: right;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 14px;
}
.dashboard-page .content .box_list .box a.superbutton:hover {
  background: #272727;
  color: #fff;
}
.dashboard_icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding: 20px 0;
}
.dashboard_icons a {
  position: relative;
  text-align: center;
  width: 24%;
  text-decoration: none;
  transition: 0.2s ease;
  padding: 50px 0;
  border-radius: 5px;
  background-color: #f7f7f7;
  color: #333;
}
.dashboard_icons a:hover {
  transform: scale(1.05);
  box-shadow: 0px 1px 5px 0px #3333;
}
.dashboard_icons a i {
  width: 100%;
}
.dashboard_icons a i:before {
  font-size: 90px;
}
.dashboard_icons a span {
  font-size: 20px;
  display: block;
  padding-top: 10px;
}
.dashboard_icons .unread_notifications {
  color: #fff;
  background-color: #d32d27;
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 51px;
  right: 85px;
  border-radius: 50%;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  padding-top: 7px;
}
.popover__title {
  font-size: 24px;
  line-height: 36px;
  text-decoration: none;
  color: #e44444;
  text-align: center;
  padding: 15px 0;
}
.popover__wrapper {
  position: relative;
  margin-top: 0;
  display: inline-block;
}
.popover__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -72px;
  transform: translate(0, 20px);
  background-color: #f7f7f7;
  padding: 10px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: 180px;
  font-size: 14px;
  line-height: 14px;
  height: auto;
}
.popover__content:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(50% - 10px);
  top: -8px;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: transparent transparent #f7f7f7;
  transition-duration: 0.3s;
  transition-property: transform;
}
.popover__wrapper:hover .popover__content {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, 10px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}
.popover__message {
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
}
@media (max-width: 960px) {
  .dashboard_icons a {
    width: 49%;
    margin-bottom: 2%;
  }
}
@media (max-width: 540px) {
  .dashboard_icons a {
    width: 100%;
    margin-bottom: 4%;
  }
}
h2#form {
  font-size: 0.4rem;
  line-height: 0.4rem;
  color: #ca2128;
  margin: 0;
  padding: 5px 10px;
}
.form_holder {
  background: 0 0;
  padding: 10px 11px 10px 10px;
}
.form_holder .half_width {
  width: 100%;
  margin-right: 0;
  float: none;
}
.form_holder .full_width {
  float: left;
  width: 100%;
  margin: 0;
}
.form_holder .last {
  margin: 0;
}
.form_holder input {
  font-weight: 400;
  width: 100%;
  padding: 5px 8px;
  height: auto;
  font-size: 16px;
  margin: 1px 0 5px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  color: #333;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form_holder input.checkbox {
  float: left;
  width: auto;
  height: auto;
  margin: 8px 0;
  padding: 0;
  background: 0 0;
  border: 1px solid #f0f0f0;
  box-shadow: none;
  color: #333;
  outline: none;
}
.form_holder textarea {
  font-weight: 400;
  width: 100%;
  padding: 5px 5px 5px 8px;
  margin: 1px 0 10px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  color: #333;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form_holder select {
  font-weight: 400;
  width: 100%;
  height: 36px;
  padding: 5px 0;
  margin: 1px 0 10px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  color: #333;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form_holder select option {
  padding: 8px 0;
}
.form_holder .uploader {
  width: 100%;
  height: 30px;
  padding: 0;
  margin: 1px 0 5px;
  background-color: #fff;
  border: 0 solid #fff;
  color: #333;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form_holder input:focus,
.form_holder textarea:focus {
  background-color: #fff;
  color: #333;
  outline: none;
}
.form_holder label {
  display: block;
  font-size: 14px;
  color: #333;
}
.form_holder .message {
  margin: 0 0 10px;
}
.form_holder .check_label {
  float: left;
  margin: 4px 0 0;
  padding: 0 0 0 5px;
}
.form_holder .require {
  color: #ca2128;
}
.form_holder .form_error {
  background-color: var(--main);
  color: #333;
  padding: 10px;
  margin: 15px 0;
}
.form_top {
  margin-top: 30px;
}
.directions_form input {
  width: 98%;
  padding: 3px;
}
.form_holder .email_half_width input {
  width: 100%;
}
.captcha {
  margin-bottom: 20px !important;
}
::-webkit-input-placeholder {
  color: #777c86;
  opacity: 0.5;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}
::-moz-placeholder {
  color: #777c86;
  opacity: 0.5;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}
:-ms-input-placeholder {
  color: #777c86;
  opacity: 0.5;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}
:-moz-placeholder {
  color: #777c86;
  opacity: 0.5;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}
.form_holder input,
.form_holder textarea {
  border-color: #f0f0f0;
}
form#contact_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form_holder input:not([type="submit"]):focus:valid,
.form_holder textarea:focus:valid,
.form_holder select:focus:valid {
  box-shadow: 0px 0px 5px #ca2128;
}
.form_holder input:not([type="submit"]):focus:invalid,
.form_holder textarea:focus:invalid,
.form_holder select:focus:invalid {
  box-shadow: 0px 0px 5px red;
}
.ui-datepicker .ui-datepicker-header {
  border: none;
  border-radius: 0;
  background-image: none;
  background: #ca2128;
}
#ui-datepicker-div {
  padding: 0;
}
.ui-datepicker .ui-datepicker-title {
  color: #fff;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  background-color: transparent !important;
  background-image: none;
  border: none;
}
.ui-datepicker .ui-datepicker-next:hover span,
.ui-datepicker .ui-datepicker-prev:not(.ui-state-disabled):hover span {
  filter: brightness(1000%);
}
.ui-datepicker th {
  padding: 5px 0;
}
table.ui-datepicker-calendar span {
  border: none !important;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
.ui-state-highlight,
.ui-widget-content {
  font-family: "Roboto", sans-serif;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #ca2128;
  background-image: none;
  background-color: rgba(212, 175, 55, 0.7);
  background-color: #fff !important;
}
.ui-datepicker .ui-datepicker-title {
  text-transform: uppercase;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background-image: none;
  background-color: #f5f5f5;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border-color: #ca2128;
  background-image: none;
  background-color: #fff;
}
td.ui-datepicker-current-day a {
  background: #ca2128 !important;
  color: #fff !important;
}
td.ui-datepicker-days-cell-over.ui-datepicker-current-day.ui-datepicker-today a.ui-state-default.ui-state-highlight.ui-state-active {
  color: #333 !important;
}
.form_holder input,
.form_holder textarea,
.form_holder select {
  font-family: "Roboto", sans-serif !important;
  background: #f4f8fc;
  border: none;
  border-bottom: 3px solid #ca2128;
}
#menu a {
  text-decoration: none;
}
html.mm-opened .mm-page,
html.mm-opened #mm-blocker,
html.mm-opened .mm-fixed-top,
html.mm-opened .mm-fixed-bottom,
html.mm-opened .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, border, -webkit-transform;
  -moz-transition-property: top, right, bottom, left, border, -moz-transform;
  -ms-transition-property: top, right, bottom, left, border, -ms-transform;
  -o-transition-property: top, right, bottom, left, border, -o-transform;
  transition-property: top, right, bottom, left, border, transform;
}
html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
  left: 0;
  top: 0;
  margin: 0;
  border: 0 solid rgba(0, 0, 0, 0);
}
html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker {
  border: 0 solid rgba(100, 100, 100, 0);
}
.mm-menu .mm-hidden {
  display: none;
}
.mm-fixed-top,
.mm-fixed-bottom {
  position: sticky;
  position: -webkit-sticky;
  left: 0;
}
.mm-fixed-top {
  top: 0;
}
.mm-fixed-bottom {
  bottom: 0;
}
html.mm-opened .mm-page,
.mm-menu > .mm-panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html.mm-opened,
html.mm-opened body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
html.mm-opened .mm-page {
  height: 100%;
  overflow: hidden;
  position: absolute;
}
html.mm-background .mm-page {
  background: inherit;
}
#mm-blocker {
  background: #fff;
  opacity: 0;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
}
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block;
}
.mm-menu.mm-current {
  display: block;
}
.mm-menu {
  background: inherit;
  display: none;
  overflow: hidden;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 0;
}
.mm-menu > .mm-panel.mm-opened {
  left: 0;
}
.mm-menu > .mm-panel.mm-subopened {
  left: -40%;
}
.mm-menu > .mm-panel.mm-highest {
  z-index: 1;
}
.mm-menu > .mm-panel.mm-hidden {
  display: block;
  visibility: hidden;
}
.mm-menu .mm-list {
  padding: 20px 0;
}
.mm-menu > .mm-list {
  padding: 20px 0 40px;
}
.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px;
}
.mm-panel > .mm-list:first-child {
  padding-top: 0;
}
.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-list * {
  -webkit-text-size-adjust: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  text-shadow: none;
}
.mm-list a,
.mm-list a:hover {
  text-decoration: none;
}
.mm-list > li {
  position: relative;
}
.mm-list > li > a,
.mm-list > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  line-height: 20px;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
  width: auto;
  margin-left: 0;
  position: relative;
  left: auto;
}
.mm-list a.mm-subopen {
  width: 40px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.mm-list a.mm-subopen:before {
  content: "";
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mm-list a.mm-subopen.mm-fullsubopen {
  width: 100%;
}
.mm-list a.mm-subopen.mm-fullsubopen:before {
  border-left: none;
}
.mm-list a.mm-subopen + a,
.mm-list a.mm-subopen + span {
  padding-right: 5px;
  margin-right: 40px;
}
.mm-list > li.mm-selected > a.mm-subopen {
  background: 0 0;
}
.mm-list > li.mm-selected > a.mm-fullsubopen + a,
.mm-list > li.mm-selected > a.mm-fullsubopen + span {
  padding-right: 45px;
  margin-right: 0;
}
.mm-list a.mm-subclose {
  text-indent: 20px;
  padding-top: 30px;
  margin-top: -20px;
}
.mm-list > li.mm-label {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}
.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 7px;
  height: 7px;
  margin-bottom: -5px;
  position: absolute;
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-list a.mm-subopen:after {
  border-top: none;
  border-left: none;
  right: 18px;
}
.mm-list a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-bottom: -4px;
  left: 22px;
}
.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
  border-color: transparent;
}
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block;
}
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
  height: 40px;
}
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
  right: 16px;
}
html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-ismenu {
  background: #002159;
}
.mm-menu {
  color: #fff;
}
.mm-menu .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu .mm-list > li > a.mm-subopen:after,
.mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: #fff;
}
.mm-menu .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-list li.mm-label {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.05);
}
html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker,
html.mm-opened.mm-opening .mm-fixed-top,
html.mm-opened.mm-opening .mm-fixed-bottom {
  left: 80%;
}
.mm-menu {
  width: 80%;
}
@media all and (max-width: 175px) {
  .mm-menu {
    width: 140px;
  }
  html.mm-opened.mm-opening .mm-page,
  html.mm-opened.mm-opening #mm-blocker,
  html.mm-opened.mm-opening .mm-fixed-top,
  html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 140px;
  }
}
@media all and (min-width: 550px) {
  .mm-menu {
    width: 440px;
  }
  html.mm-opened.mm-opening .mm-page,
  html.mm-opened.mm-opening #mm-blocker,
  html.mm-opened.mm-opening .mm-fixed-top,
  html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 440px;
  }
}
html.mm-nooverflowscrolling.mm-opened {
  height: auto;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll;
}
html.mm-nooverflowscrolling.mm-opened body {
  overflow: auto;
}
html.mm-nooverflowscrolling.mm-opened .mm-page {
  min-height: 1000px;
  position: fixed;
}
html.mm-nooverflowscrolling.mm-opened .mm-menu {
  height: auto;
  min-height: 1000px;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
  left: auto;
  top: auto;
}
html.mm-nooverflowscrolling.mm-opened > .mm-panel {
  position: relative;
  height: auto;
  display: none;
  left: 0;
}
html.mm-nooverflowscrolling.mm-opened > .mm-panel.mm-current {
  display: block;
}
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-ismenu.mm-light {
  background: #f3f3f3;
}
.mm-menu.mm-light {
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-light .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-light .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-list > li > a.mm-subopen:after,
.mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-light .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-light .mm-list li.mm-label {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-light li.mm-noresults {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-header a:before {
  border-color: rgba(0, 0, 0, 0.3);
}
html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-ismenu.mm-white {
  background: #fff;
}
.mm-menu.mm-white {
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-white .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-white .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-list > li > a.mm-subopen:after,
.mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-white .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.08);
}
.mm-menu.mm-white .mm-list li.mm-label {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-white li.mm-noresults {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-header a:before {
  border-color: rgba(0, 0, 0, 0.3);
}
html.mm-opened.mm-black .mm-page {
  box-shadow: none;
}
.mm-ismenu.mm-black {
  background: #000;
}
.mm-menu.mm-black {
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-black .mm-list > li:after {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-black .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-list > li > a.mm-subopen:after,
.mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-black .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.25);
}
.mm-menu.mm-black .mm-list li.mm-label {
  background: rgba(255, 255, 255, 0.15);
}
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.15);
}
.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-black li.mm-noresults {
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-header a:before {
  border-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-top {
  width: 100%;
}
html.mm-top.mm-opened .mm-page,
html.mm-top.mm-opened #mm-blocker {
  top: 0;
}
html.mm-top.mm-opened.mm-opening .mm-page,
html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top,
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
  left: 0;
}
.mm-menu.mm-right {
  left: auto;
  right: 0;
}
html.mm-right.mm-opened .mm-page,
html.mm-right.mm-opened #mm-blocker,
html.mm-right.mm-opened .mm-fixed-top,
html.mm-right.mm-opened .mm-fixed-bottom {
  left: auto;
  right: 0;
}
html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
  left: auto;
}
.mm-menu.mm-bottom {
  width: 100%;
  top: auto;
  bottom: 0;
}
html.mm-bottom.mm-opened .mm-page,
html.mm-bottom.mm-opened #mm-blocker {
  bottom: 0;
  top: auto;
}
html.mm-bottom.mm-opened.mm-opening .mm-page,
html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
  top: auto;
  left: 0;
}
.mm-menu.mm-top {
  height: 80%;
}
html.mm-top.mm-opened.mm-opening .mm-page,
html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top {
  top: 80%;
}
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
  bottom: -80%;
}
@media all and (max-height: 175px) {
  .mm-menu.mm-top {
    height: 140px;
  }
  html.mm-top.mm-opened.mm-opening .mm-page,
  html.mm-top.mm-opened.mm-opening #mm-blocker,
  html.mm-top.mm-opened.mm-opening .mm-fixed-top {
    top: 140px;
  }
  html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: -140px;
  }
}
@media all and (min-height: 1100px) {
  .mm-menu.mm-top {
    height: 880px;
  }
  html.mm-top.mm-opened.mm-opening .mm-page,
  html.mm-top.mm-opened.mm-opening #mm-blocker,
  html.mm-top.mm-opened.mm-opening .mm-fixed-top {
    top: 880px;
  }
  html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: -880px;
  }
}
.mm-menu.mm-right {
  width: 80%;
}
html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
  right: 80%;
}
@media all and (max-width: 175px) {
  .mm-menu.mm-right {
    width: 140px;
  }
  html.mm-right.mm-opened.mm-opening .mm-page,
  html.mm-right.mm-opened.mm-opening #mm-blocker,
  html.mm-right.mm-opened.mm-opening .mm-fixed-top,
  html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
    right: 140px;
  }
}
@media all and (min-width: 550px) {
  .mm-menu.mm-right {
    width: 440px;
  }
  html.mm-right.mm-opened.mm-opening .mm-page,
  html.mm-right.mm-opened.mm-opening #mm-blocker,
  html.mm-right.mm-opened.mm-opening .mm-fixed-top,
  html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
    right: 440px;
  }
}
.mm-menu.mm-bottom {
  height: 80%;
}
html.mm-bottom.mm-opened.mm-opening .mm-page,
html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
  bottom: 80%;
}
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
  top: -80%;
}
@media all and (max-height: 175px) {
  .mm-menu.mm-bottom {
    height: 140px;
  }
  html.mm-bottom.mm-opened.mm-opening .mm-page,
  html.mm-bottom.mm-opened.mm-opening #mm-blocker,
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: 140px;
  }
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
    top: -140px;
  }
}
@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom {
    height: 880px;
  }
  html.mm-bottom.mm-opened.mm-opening .mm-page,
  html.mm-bottom.mm-opened.mm-opening #mm-blocker,
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: 880px;
  }
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
    top: -880px;
  }
}
html.mm-front.mm-opened .mm-page {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}
.mm-menu.mm-front,
.mm-menu.mm-next {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, -webkit-transform;
  -moz-transition-property: top, right, bottom, left, -moz-transform;
  -ms-transition-property: top, right, bottom, left, -o-transform;
  -o-transition-property: top, right, bottom, left, -o-transform;
  transition-property: top, right, bottom, left, transform;
}
html.mm-front .mm-page,
html.mm-front #mm-blocker {
  z-index: 0;
}
.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
html.mm-opened.mm-next .mm-page {
  box-shadow: none;
}
html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
  left: 0;
}
.mm-menu.mm-top.mm-front,
.mm-menu.mm-top.mm-next {
  left: 0;
}
html.mm-opening .mm-menu.mm-top.mm-front,
html.mm-opening .mm-menu.mm-top.mm-next {
  left: 0;
  top: 0;
}
.mm-menu.mm-right.mm-front,
.mm-menu.mm-right.mm-next {
  left: auto;
}
html.mm-opening .mm-menu.mm-right.mm-front,
html.mm-opening .mm-menu.mm-right.mm-next {
  left: auto;
  right: 0;
}
.mm-menu.mm-bottom.mm-front,
.mm-menu.mm-bottom.mm-next {
  top: auto;
  left: 0;
}
html.mm-opening .mm-menu.mm-bottom.mm-front,
html.mm-opening .mm-menu.mm-bottom.mm-next {
  left: 0;
  bottom: 0;
}
.mm-menu.mm-front,
.mm-menu.mm-next {
  left: -80%;
}
@media all and (max-width: 175px) {
  .mm-menu.mm-front,
  .mm-menu.mm-next {
    left: -140px;
  }
}
@media all and (min-width: 550px) {
  .mm-menu.mm-front,
  .mm-menu.mm-next {
    left: -440px;
  }
}
.mm-menu.mm-top.mm-front,
.mm-menu.mm-top.mm-next {
  top: -80%;
}
@media all and (max-height: 175px) {
  .mm-menu.mm-top.mm-front,
  .mm-menu.mm-top.mm-next {
    top: -140px;
  }
}
@media all and (min-height: 1100px) {
  .mm-menu.mm-top.mm-front,
  .mm-menu.mm-top.mm-next {
    top: -880px;
  }
}
.mm-menu.mm-right.mm-front,
.mm-menu.mm-right.mm-next {
  right: -80%;
}
@media all and (max-width: 175px) {
  .mm-menu.mm-right.mm-front,
  .mm-menu.mm-right.mm-next {
    right: -140px;
  }
}
@media all and (min-width: 550px) {
  .mm-menu.mm-right.mm-front,
  .mm-menu.mm-right.mm-next {
    right: -440px;
  }
}
.mm-menu.mm-bottom.mm-front,
.mm-menu.mm-bottom.mm-next {
  bottom: -80%;
}
@media all and (max-height: 175px) {
  .mm-menu.mm-bottom.mm-front,
  .mm-menu.mm-bottom.mm-next {
    bottom: -140px;
  }
}
@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom.mm-front,
  .mm-menu.mm-bottom.mm-next {
    bottom: -880px;
  }
}
html.mm-opened.mm-front .mm-fixed-top,
html.mm-opened.mm-front .mm-fixed-bottom,
html.mm-opened.mm-opening.mm-front .mm-fixed-top,
html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
  left: 0;
  right: auto;
}
html.mm-opened.mm-front .mm-fixed-top,
html.mm-opened.mm-opening.mm-front .mm-fixed-top {
  top: 0;
}
html.mm-opened.mm-front .mm-fixed-bottom,
html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
  bottom: 0;
}
.downarrowclass {
  display: none;
  position: absolute;
  top: 8px;
  right: 7px;
}
.rightarrowclass {
  display: none;
  position: absolute;
  top: 9px;
  right: 5px;
}
.jqueryslidemenu ul li:hover ul {
  visibility: visible !important;
}
.cart_box_wrapper {
  float: left;
  width: 100%;
}
a.clear_button {
  width: 49% !important;
  float: left;
  margin: 5px 2% 5px 0 !important;
  width: auto;
  padding: 10px;
  float: left;
}
a.continue_shopping {
  width: 49% !important;
  float: right;
  margin: 5px 0;
  width: auto;
  padding: 10px;
}
a.shop_more {
  float: none;
  padding: 10px;
}
a.buy_button {
  padding: 10px 0;
  float: right;
  background: rgba(53, 117, 225, 0.3);
}
a.discount_button {
  width: 49% !important;
  float: right !important;
}
.cart_box_wrapper .item_box {
  padding: 3% 0;
  float: left;
  margin-left: 0;
  margin-bottom: 3px;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
}
.cart_box_wrapper .item_box.small {
  float: left;
  width: 96%;
  padding: 2%;
}
.cart_box_wrapper .item_box.simple .right_cart_form {
  float: left;
}
.item_box.simple h4.product_title {
  width: 100%;
  margin-top: 7px;
  float: left;
}
.item_box.simple div.product_price_per {
  float: right;
  padding: 0 5px;
  color: #333;
}
.item_box.simple div.product_price_per.large_right {
  text-align: right;
}
.item_box.simple div.product_price_per.small {
  float: left;
  padding: 0 5px 0 0;
  color: #333;
}
.item_box.simple div.product_price_per.small .quantity {
  float: right;
  margin-left: 5px;
}
.cart_box_wrapper .item_box .right_cart_form {
  float: left;
  text-align: right;
  width: 100%;
  margin: 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #f0f0f0;
}
.cart_box_wrapper .item_box a.order_remove {
  float: right;
  margin: 2px 0 0;
  font-size: 0.5rem;
  text-decoration: none;
  color: var(--danger);
  width: 6%;
}
.cart_box_wrapper .item_box a.order_remove:hover {
  cursor: pointer;
  color: rgba(53, 117, 225, 0.3);
}
.item_box .pro_info {
  float: left;
  margin: 0;
  width: 70%;
  padding: 0 2%;
}
.item_box .pro_info .product_title a {
  color: #333;
  text-decoration: none;
}
div.product_price_per {
  float: right;
  text-align: right;
  margin-top: 10px;
  padding: 0 5px;
  color: #333;
}
div.product_price_per.large_right {
  float: right;
  text-align: right;
}
div.product_price_per.small {
  float: left;
  text-align: left;
  margin-top: 9px;
  padding: 0 5px;
  color: #333;
}
div.product_price_per .discount_price_colour {
  color: #ca2128;
}
.right_cart_form input.quantity_input {
  margin-top: 2px;
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
}
.right_cart_form span.quantity_text {
  margin-top: 9px;
  padding: 0 5px;
}
span.order_buttons {
  float: right;
  color: #333;
  margin: 0 5px;
}
input.quantity_input {
  float: right;
  width: 56px;
  height: 28px;
  padding: 0 0 0 10px;
  border: 1px solid #f5f5f5;
}
span.quantity_text {
  float: right;
}
div.total_info {
  float: right;
  margin: 5px 0;
}
div.total_info .sale_alert {
  color: #ca2128;
  margin: -5px 0 2px;
  float: right;
}
div.total {
  float: right;
  max-width: 100px;
  margin: 0 0 5px 15px;
  font-size: 0.44rem;
  text-align: right;
  border: none;
  background: 0 0;
  color: #333;
}
label.total_text {
  float: right;
  margin: 2px 0 0;
}
label.total_text.small {
  margin: 0;
  float: left;
}
span.total_text_taxes {
  font-size: 9px;
  margin: -5px 0 3px;
  color: var(--dark-grey);
  float: right;
}
ul.customer_information {
  list-style: none;
  display: inline-block;
  width: 100%;
}
ul.customer_information li {
  float: left;
  width: 100%;
  margin: 0;
  margin-right: 1%;
  color: var(--dark-grey);
}
ul.customer_information li a {
  color: var(--dark-grey);
  text-decoration: none;
}
ul.customer_information li strong {
  color: #333;
  font-weight: 700;
}
a.add_to_cart {
  width: 100% !important;
  margin: 10px 0 !important;
  padding: 10px 0 !important;
}
.cart_quantity .quantity_text {
  float: left;
  margin: 5px 5px 0 0;
}
.cart_quantity input,
select.cart_price_option {
  background: #fff;
  width: 100%;
  position: relative;
  border: none;
  outline: 0px;
  padding: 2px 2px 2px 10px;
  float: left;
  border-radius: 7px;
}
.box_list .box .cart_quantity input {
  background: #fff;
}
img.small_cart_thumbnail {
  width: 10%;
  height: auto;
  margin: 0;
  float: left;
}
.cart_options {
  margin-top: 20px;
}
.cart_options select {
  width: 75%;
  height: 26px;
  border: none;
  outline: 0px;
  padding: 2px 2px 2px 10px;
  float: right;
}
.cart_options select option {
  padding: 8px 12px;
}
.discount_input {
  margin: 10px 0;
  float: right;
  width: 100%;
  border-radius: none;
}
.discount_input input {
  padding: 13px 2%;
  margin: 5px 1% 0 0;
  width: 45%;
  border: 1px solid #ddd;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0;
}
.discount_input a {
  background: #262422;
  width: 15%;
  min-width: 120px;
  text-align: center;
  float: right;
  cursor: pointer;
}
.discount_input a i {
  margin-right: 0;
}
.discount_input a.applied {
  background: 0 0;
  color: var(--dark-grey);
  margin-left: 13px;
  padding-right: 0;
}
.discount_input a.applied i {
  margin-right: 0;
  color: var(--success);
}
.message_positive {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
  background-color: #ca2128;
}
.message_wrapper a.cart_message_link i {
  background-color: #fff;
  color: #ca2128;
  text-align: center;
  border-radius: 100%;
  line-height: 40px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  margin-right: 10px;
}
.message_positive p {
  text-transform: uppercase;
  font-weight: 800;
  color: #333;
  margin: 0;
}
.cart_item {
  position: relative;
  margin: 20px 0;
}
.cart-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.cart-content > div {
  padding: 40px 2%;
}
.your-cart {
  width: 45%;
}
.checkout-form {
  width: 55%;
}
.checkout-form {
  background-color: #ededed;
}
.cart .content_container {
  padding: 0;
}
.cart .message_wrapper {
  height: auto;
  width: 100%;
}
.product_cart_content {
  display: flex;
  align-items: center;
}
.product_cart_content .product-thumb {
  width: 100px;
}
.product_cart_content .product-thumb img {
  width: 100%;
  height: auto;
}
.product-details {
  width: 50%;
}
.product_cart_pricing {
  position: relative;
  width: auto;
  text-align: right;
}
.product_cart_quantity {
  position: absolute;
  top: 0;
  right: -25px;
  color: #ca2128;
  border-radius: 100%;
  font-size: 15px;
  line-height: 25px;
  height: 25px;
  width: 25px;
  text-align: center;
  font-weight: 600;
}
input.cart_product_quantity {
  width: calc(100% - 150px);
  height: 30px;
  padding: 0 10px;
}
input.superbutton.cart_product_submit {
  height: 30px;
  padding: 0;
  line-height: 30px;
  width: 140px;
}
input.superbutton[type="submit"][value="X"] {
  background-color: transparent;
  color: #ca2128;
  position: absolute;
  top: 0;
  padding: 0;
  margin: 0;
  left: 0;
  width: auto;
}
@media (max-width: 960px) {
  .your-cart,
  .checkout-form {
    width: 100%;
  }
}
.cart_totals .cart_total {
  text-transform: uppercase;
  font-weight: 600;
  color: #ca2128;
}
.product_cart_subtotal {
  font-weight: 600;
}
@media (min-width: 960px) {
  .form_holder .third_width.same-shipping,
  .form_holder .third_width.coupon,
  .form_holder .third_width.country {
    width: 100% !important;
  }
}
.shipping_info {
  clear: both;
  display: none;
  padding-top: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .form_holder .third_width.coupon,
  .form_holder .third_width.country,
  .form_holder .third_width {
    width: 100%;
    display: inline-block;
  }
  .cart-content > div {
    padding: 40px 5%;
  }
  .checkout_form.form_holder {
    padding: 0;
  }
}
@media (max-width: 450px) {
  .product_cart_content {
    display: block;
  }
  .product_cart_content > div {
    width: auto;
    text-align: left;
  }
  .product_cart_quantity {
    position: inherit;
    width: auto;
    text-align: left;
    right: 0;
  }
  input.superbutton[type="submit"][value="X"] {
    right: 20px;
    left: initial;
    background-color: #ca2128;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
  }
  .your-cart .cart_item {
    margin: 20px auto;
  }
  .your-cart .cart_item img {
    margin-bottom: 20px;
  }
}
.third_width.same-shipping input#same_as_billing {
  display: inline-block;
  width: auto;
  margin-right: 5px;
  height: auto;
}
.third_width.same-shipping {
  width: 100%;
}
.cart-form input.superbutton[type="submit"] {
  width: 250px;
  display: block;
  padding: 10px;
  position: relative;
  clear: both;
  height: auto;
}
@media (min-width: 960px) {
  .cart-form input.superbutton[type="submit"] {
    top: 20px;
    margin: 40px 0;
  }
}
.cart-checkout-wrapper .content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 100%;
  width: 100%;
}
.cart-checkout-wrapper .content > div {
  padding: 40px 2%;
}
.cart_totals > div {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.user-info {
  width: 50%;
  background-color: #eee;
}
.user_shipping_info {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 20px;
}
.cart-checkout {
  width: 50%;
}
.cart-checkout-wrapper {
  padding: 0;
}
@media (max-width: 960px) {
  .cart-checkout,
  .user-info {
    width: 100%;
  }
}
.cart-success-wrapper {
  display: flex;
}
.flexThanks {
  padding: 0;
}
.flexThanks .content {
  width: 100%;
  max-width: 100%;
}
.cart-success-wrapper > div {
  padding: 40px 2%;
}
.product_cart_price small {
  color: #ca2128;
  font-weight: 600;
  position: absolute;
}
.cart_quantity select,
.cart_quantity input,
select.cart_price_option {
  height: 35px;
}
a#close_message i {
  display: none;
}
.empty-cart {
  width: 100%;
  text-align: center;
}
.empty-cart a.button {
  display: inline-block;
  width: auto;
  padding: 10px 30px;
  margin-top: 20px;
}
.empty-cart h3 {
  margin-bottom: 0 !important;
}
.form_holder input {
  height: 35px;
}
.checkout_form form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.checkout_form form .clear {
  display: none;
}
.cart-form input.superbutton[type="submit"].disabled_btn {
  cursor: not-allowed !important;
}
.content ul.date_list {
  margin: 5px 10px 0;
  color: #ca2128;
}
.content ul.date_list li {
  background: 0 0;
  list-style: none;
  display: inline;
  border-left: 1px solid #ca2128;
  color: #ca2128;
  padding: 0 7px 0 10px;
  margin: 0;
}
.content ul.date_list li.first {
  border-left: none;
  padding: 0 7px 0 0;
}
.content ul.date_list li i {
  padding: 2px 4px 0 0;
}
.content ul.eventdata_list {
  margin: 5px 10px 0;
  color: #ca2128;
}
.content ul.eventdata_list li {
  background: 0 0;
  list-style: none;
  color: #ca2128;
  padding: 0 0 0 2px;
  margin: 0;
}
.content ul.eventdata_list li i {
  padding: 2px 4px 0 0;
  width: 15px;
}
.content ul.eventdata_list li a {
  padding: 4px 30px;
  color: #ca2128;
  background: #ca2128;
  text-decoration: none;
}
ul.menu_section_nav {
  max-width: 940px;
  margin: 0 auto;
  list-style: none;
  margin-bottom: 0;
  text-align: center;
}
ul.menu_section_nav li {
  float: left;
  margin: 0;
}
ul.menu_section_nav li a {
  background: #ca2128;
  color: #fff;
  font-size: 0.52rem;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 20px;
  display: inline-block;
}
ul.menu_section_nav li a:hover {
  background: #222;
}
ul.menu_section_nav li.active a {
  background: #333;
}
h4.menu_category {
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-top: 20px;
}
p.menu_section_description {
  margin-bottom: 40px;
}
.grid_list .menu_item {
  width: 100%;
  margin: 0 0 10px;
  float: none;
}
.grid_list .menu_item .price {
  float: right;
  color: #ca2128;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 5px;
}
.grid_list .menu_item .menu_title {
  margin: 0 0 5px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}
.grid_list .menu_item p.menu_options {
  background: #ecebeb;
  padding: 5px;
}
.grid_list {
  display: flex;
  flex-wrap: wrap;
}
.grid_list .grid_item {
  width: 100%;
  float: left;
  margin: 5px;
}
.grid_list .last {
  margin-right: 0;
}
.grid_list .title {
  text-align: center;
  color: #fff;
  background: #ca2128;
  display: flex;
  align-items: center;
  height: 60px;
}
.grid_list .title:hover {
  background: #222;
}
.grid_list .title a {
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 15% 5%;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
}
.grid_list .title a:hover {
  color: #f0f0f0;
  text-decoration: none;
}
.grid_list img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  background: #fff;
}
.grid_list .grid_video {
  width: 48%;
  float: left;
  margin-right: 2%;
  margin-bottom: 10px;
}
.full-width-content .animated_list {
  display: flex;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  justify-content: center;
}
.animated_list .list_item {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 450px;
  text-decoration: none;
}
.animated_list .spacer {
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.animated_list .list_item:hover .spacer {
  background-color: rgba(108, 83, 56, 0.8);
}
.animated_list .animate-box {
  position: relative;
  width: 100%;
}
.animated_list h2 {
  color: #fff;
  text-align: center;
  position: relative;
}
.animated_list h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.15rem;
  left: calc(50% - (115px / 2));
  height: 4px;
  width: 115px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.animated_list .list_item:hover h2:after {
  opacity: 1;
}
.animated_list .description {
  text-align: center;
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.animated_list .description p {
  color: #fff;
}
.animated_list .list_item:hover .description {
  opacity: 1;
  height: 144px;
}
@media (min-width: 960px) {
  a.third-width {
    width: 33.333%;
  }
}
.hours_box {
  margin: 0 0 10px;
  width: 100%;
}
.hours_box .holder {
  padding: 3px 0;
}
.hours_box .holder a {
  color: #ca2128;
}
.content .location {
  margin: 0;
  height: 500px;
  overflow: hidden;
}
.content .location .address {
  background: #333;
  padding: 8px;
  margin: -6px 0 0;
}
.content .location iframe {
  width: 100%;
  height: 500px;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0;
}
.menu_list ul.pages {
  display: flex;
  flex-wrap: wrap;
}
.menu_list ul.pages li {
  background: #ca2128;
  float: left;
  text-align: center;
  width: 100%;
  text-decoration: none;
  list-style: none;
  margin: 5px;
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.menu_list ul.pages li:hover {
  background: #333;
}
.menu_list ul.pages li a {
  padding: 0 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background: #ca2128;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.menu_list ul.pages li a:hover {
  background: #fff;
  color: #002159;
}
.menu_list ul.pages li a.blue-hover:hover {
  background: #002159;
  color: #fff;
}
h4.menu_toggle,
h4.toggle.active.open {
  color: #ca2128;
  color: #fff;
  background: url(/assets/images/layout/toggle-light.png) no-repeat 10px 11px #ca2128;
  padding: 8px 0 8px 35px;
  margin: 10px;
  cursor: pointer;
}
h4.menu_toggle.active,
h4.toggle.open {
  background-position: 10px -39px;
}
h4.menu_toggle:hover,
h4.toggle.active.open:hover {
  text-decoration: underline;
}
div.menu_toggler {
  color: #333;
  border-top: none;
  margin: 0 0 10px;
  padding: 0;
  overflow: hidden;
}
div.menu_toggler hr {
  border-top: 1px solid #ccc;
}
div.menu_toggler p {
  margin: 0;
  padding: 5px 0;
}
div.message_wrapper {
  margin: -7px 0 5px;
  height: 64px;
}
.content h2.hide_message {
  display: none;
}
.content h2.message_positive {
  width: 100%;
  color: #fff !important;
  background: #ca2128 !important;
  padding: 15px 2%;
}
.content h2.message_negative {
  width: 96%;
  color: #fff !important;
  background: #ca2128 !important;
  padding: 15px 2%;
}
.message_wrapper a.message_link {
  color: #fff !important;
  text-decoration: underline;
}
.message_wrapper a.message_link:hover {
  text-decoration: none;
}
.message_wrapper a.cart_message_link {
  float: right;
  color: #fff !important;
  text-decoration: none;
  padding-bottom: 1px;
}
.message_wrapper a.cart_message_link:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.filter_list {
  width: 100%;
  margin-bottom: 15px;
}
.filter_list ul {
  margin: 0;
  list-style: none;
}
.filter_list ul li {
  background: #ca2128;
  padding: 0;
  margin: 5px 0;
  text-align: center;
  list-style: none;
  width: 100%;
  float: left;
}
.filter_list ul li a {
  color: #fff;
  width: 100%;
  padding: 5px 10px;
  display: block;
  background: #ca2128;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
.filter_list ul li a:hover {
  color: #fff;
  background: #333;
}
.filter_list ul li.active a {
  background: #333;
  text-decoration: none;
}
.filter_list ul li.active a:hover {
  color: #fff;
}
.showroom_list h3 {
  margin: 0 0 5px;
}
.showroom_list .box {
  background: #e9e9e9;
  float: left;
  padding: 20px;
  width: calc(50% - 20px);
  margin: 0 0 10px;
  position: relative;
  overflow: hidden;
}
.showroom_list .featured {
  background: #ca2128;
  border: 1px solid #8eadbc;
}
.showroom_list .last {
  margin: 0;
}
.showroom_list .box .title {
  color: #ca2128;
  margin: 0 0 3px 2px;
}
.showroom_list .box .title a {
  color: #ca2128;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}
.showroom_list .box .title a:hover {
  color: #222;
}
.showroom_list .box .flag_featured {
  background: #ca2128;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  float: left;
  width: auto;
  position: absolute;
  transform: rotate(45deg);
  top: 30px;
  right: -35px;
  text-align: center;
  padding: 5px 45px;
}
.showroom_list .box .flag_sold {
  background: #ca2128;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  float: left;
  width: auto;
  position: absolute;
  transform: rotate(45deg);
  top: 24px;
  right: -33px;
  text-align: center;
  padding: 5px 55px;
}
.showroom_list .box .flag_low_kms {
  background: #ca2128;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  float: left;
  width: auto;
  position: absolute;
  transform: rotate(45deg);
  top: 48px;
  right: -43px;
  text-align: center;
  padding: 5px 45px;
}
.showroom_list .box .flag_new {
  background: #ca2128;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  float: left;
  width: auto;
  position: absolute;
  transform: rotate(45deg);
  top: 38px;
  right: -39px;
  text-align: center;
  padding: 5px 45px;
}
.showroom_list .box .flag_like_new {
  background: #ca2128;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  float: left;
  width: auto;
  position: absolute;
  transform: rotate(45deg);
  top: 30px;
  right: -37px;
  text-align: center;
  padding: 5px 50px;
}
.showroom_list .box .flag_loaded {
  background: #ca2128;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  float: left;
  width: auto;
  position: absolute;
  transform: rotate(45deg);
  top: 25px;
  right: -33px;
  text-align: center;
  padding: 5px 45px;
}
.showroom_list .box .flag_sale_price {
  background: #a12621;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  float: left;
  width: auto;
  position: absolute;
  transform: rotate(45deg);
  top: 31px;
  right: -36px;
  text-align: center;
  padding: 5px 45px;
}
.showroom_list .box .price {
  font-size: 16px;
  float: left;
  min-width: 55%;
  width: auto;
  line-height: 10px;
  margin: 6px 0 0;
  color: #ca2128;
  font-weight: 700;
}
.showroom_list .box .price .taxes {
  font-size: 8px;
  color: #ca2128;
  font-weight: 400;
}
.showroom_list .box .kms {
  font-size: 12px;
  float: left;
  min-width: 55%;
  width: auto;
  color: #df0000;
}
.showroom_list .box .kms span {
  font-size: 12px;
}
.showroom_list .box ul {
  margin: 0;
}
.showroom_list .box ul li {
  display: inline;
  background: 0 0;
  font-size: 12px;
  margin: 0 6px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #000;
}
.showroom_list .box ul li.last {
  border-right: none;
}
.showroom_list .box .date {
  float: right;
  font-weight: 400;
  font-size: 12px;
  color: #262626;
  padding: 8px 0 0;
}
.showroom_list .box img {
  border: none;
  background: #fff;
  padding: 0;
  margin: 0 0 10px;
  float: none;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
.showroom_title {
  font-size: 26px;
  margin: 0;
  padding-top: 8px;
  font-weight: 400;
  color: #205b79;
}
.showroom_description p {
  font-size: 14px;
}
.showroom_image {
  width: 30%;
  float: right;
  border: none;
  background: #fff;
  padding: 0;
  margin: 10px 15px 0 0;
}
.fb-like iframe {
  padding-top: 12px;
  margin: 5px 15px;
  -webkit-box-shadow: 0 0 0 -0px #000;
  -moz-box-shadow: 0 0 0 -0px #000;
  box-shadow: 0 0 0 -0px #000;
}
.showroom_table {
  background: #ececec;
}
.showroom_table ul {
  padding: 5px 0;
}
.showroom_table ul li {
  font-size: 12px;
  background: 0 0;
  list-style: none;
  margin: 0 1%;
  padding: 2px 0;
  float: left;
  width: 98%;
  font-weight: 700;
}
.showroom_table ul li div {
  float: left;
  width: 100px;
  font-weight: 400;
}
.showroom_features_table {
  background: #ececec;
}
.showroom_features_table ul {
  padding: 5px 0;
}
.showroom_features_table ul li {
  font-size: 12px;
  background: 0 0;
  list-style: none;
  margin: 0 1%;
  padding: 5px 5px 5px 20px;
  float: left;
  width: 98%;
}
.multi_maps {
  margin: 0;
}
.multi_maps .multi_map {
  background: #f0f0f0;
  float: left;
  margin: 0 0 20px;
  width: 100%;
}
.multi_maps .multi_map .overlay {
  background: 0 0;
  position: relative;
  width: 100%;
  height: 300px;
  top: 300px;
  margin-top: -300px;
}
.multi_maps .multi_map iframe {
  width: 100%;
  height: 300px;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0;
}
.multi_maps .multi_map .content {
  float: left;
  padding: 5px 10px;
}
.multi_map h3 {
  padding: 0;
  color: #ca2128;
}
.multi_map ul {
  margin: 5px 0 0;
  width: 100%;
  list-style: none;
}
.multi_map ul li {
  margin: 0;
  padding: 0 0 6px;
}
.multi_map ul li a {
  color: #ca2128;
  text-decoration: underline;
}
.multi_map ul li a:hover {
  color: #ca2128;
  text-decoration: none;
}
.content_container .content .editable_content img.people_image {
  float: none;
  margin: 0 auto 10px auto;
}
.content_container .content .editable_content h1.person_name {
  font-size: 0.56rem;
  line-height: 0.56rem;
  margin: 0;
}
.content_container .content .editable_content h4.person_title {
  font-size: 0.32rem;
  line-height: 0.32rem;
  margin: 0;
  font-style: italic;
  color: #ca2128;
}
.gallery_holder {
  width: 100%;
  background: #f0f0f0;
  float: left;
  margin: 6px 0;
  padding: 0;
}
.gallery_holder a {
  text-decoration: none;
}
.gallery_holder a .title {
  text-align: left;
  margin: 2px 0;
  color: #ca2128;
  text-decoration: none;
}
.gallery_holder a:hover .title {
  color: #ca2128;
}
.gallery_holder a .description {
  color: #333;
}
.gallery_holder img {
  background: #fff;
  border: 1px solid #bebebe;
  margin: 5px;
  float: left;
  padding: 2px;
}
#before_after_gallery ul li {
  background: 0 0;
  list-style: none;
  width: 100%;
  float: left;
  margin: 0 0 10px;
  padding: 0;
}
#before_after_gallery ul li p {
  margin: 0 0 6px;
}
#before_after_gallery ul li.last {
  margin: 0 0 10px;
}
#before_after_gallery ul li .image_holder {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  background: #f0f0f0;
}
#before_after_gallery ul li .image_holder .banner {
  padding: 0 0 0 10px;
}
#before_after_gallery ul li .image_holder .banner h3 {
  font-style: italic;
  margin: -5px 0 2px;
}
#before_after_gallery ul li .image_holder .thumbnails {
  width: 94%;
  padding: 3%;
  margin: 0;
}
#before_after_gallery ul li .last {
  margin: 0;
}
h4.toggle,
h4.toggle.active.open {
  color: #333;
  background: url(/assets/images/layout/toggle.png) no-repeat 10px 11px;
  padding: 8px 0 8px 35px;
  margin: 10;
  cursor: pointer;
}
h4.toggle.active,
h4.toggle.open {
  background-position: 10px -39px;
}
h4.toggle:hover,
h4.toggle.active.open:hover {
  background-position: 10px -39px;
}
div.toggler {
  border-top: none;
  margin: 0 0 10px;
  overflow: hidden;
}
div.toggler hr {
  border-top: 1px solid #f0f0f0;
}
div.toggler p {
  margin: 0;
  padding: 5px 0;
}
#video_gallery {
  background: #f0f0f0;
  margin: 0 0 20px;
  padding: 4px 0 16px 6px;
}
#video_gallery ul {
  margin: 0;
  padding: 0;
}
#video_gallery ul li {
  background: 0 0;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 228px;
}
#video_gallery ul li .vid_title {
  padding: 5px 10px;
  width: 208px;
  overflow: hidden;
  float: left;
  text-decoration: underline;
}
#video_gallery ul li a:hover .vid_title {
  text-decoration: none;
}
#video_gallery .thumbnails {
  background: #fff;
  border: 1px solid #f0f0f0;
  padding: 3px;
  margin: 10px 0 0 5px;
}
#gallery_content2 {
  background: #f0f0f0;
  margin: 0 0 20px;
  padding: 4px 0 16px 6px;
}
#gallery_content2 ul {
  margin: 0;
  padding: 0;
}
#gallery_content2 ul li {
  background: 0 0;
  display: inline;
  margin: 0;
  padding: 0;
}
#gallery_content2 .thumbnails {
  background: #fff;
  padding: 0;
  margin: 10px 1% 0;
  width: 23%;
  height: auto;
}
#before_after_gallery ul {
  list-style: none;
}
#before_after_gallery ul li {
  background: 0 0;
  width: 450px;
  float: left;
  margin: 0 40px 20px 0;
  padding: 0;
}
#before_after_gallery ul li p {
  margin: 0 0 6px;
}
#before_after_gallery ul li.last {
  margin: 0 0 20px;
}
#before_after_gallery ul li .image_holder {
  float: left;
  margin: 0 1%;
  width: 48%;
  text-align: center;
}
#before_after_gallery ul li .image_holder h3 {
  font-style: normal;
  margin: 7px 0 9px;
  text-align: center;
}
#before_after_gallery ul li .image_holder .thumbnails {
  background: #fff;
  border: none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
#before_after_gallery ul li .last {
  margin: 0;
}
.gallery_container {
  display: flex;
  flex-wrap: wrap;
}
.gallery_item {
  width: 33.33%;
  padding: 2px;
}
.product_highlight {
  width: 100%;
  margin-bottom: 15px;
  background: #efefef;
}
.product_highlight .alert {
  float: right;
  color: #6d6d6d;
  margin: 5px 12px 0 0;
}
.product_highlight .strike {
  text-decoration: line-through;
}
.product_highlight .sale {
  color: #6d6d6d;
}
.product_highlight .holder {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.product_highlight .holder > a {
  width: calc(80% - 5px);
  text-decoration: none;
  text-align: center;
}
.product_highlight .holder .img_select {
  width: 20%;
  display: flex;
  justify-content: left;
  flex-direction: column;
}
.product_highlight .holder #img_title {
  font-style: normal;
  font-weight: 500;
}
.product_highlight .holder .img_select figure {
  width: 100%;
  margin: 0 5px 5px 0;
  cursor: pointer;
}
.product_highlight .holder .img_select > figure.active {
  box-shadow: 0px 0px 4px 0px #333;
}
.product_highlight .holder .img_select figure img {
  width: 100%;
}
.product-strip01 {
  padding-bottom: 30px;
}
.product-strip01 .content .product-title {
  text-align: center;
}
.product-strip01 .content .product-title:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #838383;
  margin: 30px auto;
}
.product-strip01 .content .product_highlight {
  margin: 0;
  float: none;
  width: 100%;
  background: 0 0;
  display: flex;
  justify-content: space-around;
}
.product-strip01 .content .product_highlight .holder {
  width: 45%;
  margin: 0 auto;
}
.product-strip01 .content .product_highlight .product_form {
  width: 45%;
}
.product-strip02 {
  padding-top: 30px;
  background: #f7f7f7;
}
@media screen and (max-width: 645px) {
  .product-strip01 .content .product_highlight {
    flex-direction: column;
  }
  .product-strip01 .content .product_highlight .holder,
  .product-strip01 .content .product_highlight .product_form {
    width: 100%;
  }
}
.pickup-delivery {
  margin-bottom: 25px;
}
.pickup-delivery input {
  width: 20px;
  height: 20px;
  float: left;
  margin: 5px 10px 0 0;
}
.pickup-delivery label {
  position: relative;
  width: 100%;
  display: block;
  float: left;
  text-align: center;
  padding: 30px 20px;
  border-radius: 10px;
  background: #fdfbfb;
  margin: 0;
  font-size: 16px;
  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;
  transition: all 0.35s ease-in-out;
}
.pickup-delivery label:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}
.pickup-delivery label input {
  opacity: 0;
  cursor: pointer;
}
.pickup-delivery label span.yes-no {
  width: 100%;
  display: block;
  margin: 50px 0 0;
}
.checkmark {
  position: absolute;
  top: 30px;
  left: calc(50% - 25px);
  height: 50px;
  width: 50px;
  background-color: #ededed;
  border-radius: 50%;
  cursor: pointer;
}
.pickup-delivery label:hover input ~ .checkmark {
  background-color: #ccc;
}
.pickup-delivery label input:checked ~ .checkmark {
  background: #ca2128;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.pickup-delivery label input:checked ~ .checkmark:after {
  display: block;
}
.pickup-delivery label .checkmark:after {
  top: 10px;
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
}
.properties_alert {
  background: rgba(53, 117, 225, 0.3);
  color: #ca2128;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  margin: 0 0 10px;
}
.properties_alert h2 {
  font-size: 0.36rem;
  margin: 0;
  padding: 0;
}
.properties_alert h5 {
  font-size: 0.24rem;
  margin: 0;
  padding: 0;
}
.properties_alert p {
  color: #ca2128;
  margin: 0;
  padding: 0;
}
.properties_alert i {
  font-size: 1.2rem;
  color: #ca2128;
  padding: 0 15px 0 0;
  float: left;
}
.property_highlight {
  width: 100%;
  margin-bottom: 20px;
}
.property_highlight img {
  width: 100%;
  margin-bottom: 5px;
}
.property_highlight .alert {
  float: right;
  color: #ca2128;
  margin: 5px 12px 0 0;
}
.property_highlight ul {
  background: #f0f0f0;
  margin: 0;
  padding: 8px 5px;
}
.property_highlight ul li {
  background: 0 0;
  margin: 0;
  padding: 0 0 0 10px;
  list-style: none;
}
.property_highlight ul li .strike {
  text-decoration: line-through;
}
.property_highlight ul li .sale {
  color: #ca2128;
}
.property_highlight ul.gallery {
  margin: 0;
  padding: 0;
}
.property_highlight ul.gallery li {
  margin: 0;
  padding: 0;
}
.properties_list {
  margin: 0;
}
.properties_list .title {
  margin: 0;
  padding-top: 15px;
  font-weight: 400;
  color: #ca2128;
  border-top: 1px solid #f0f0f0;
}
.properties_list ul {
  margin: 0;
  padding: 5px 0 0;
}
.properties_list ul li {
  background: 0 0;
  list-style: none;
  margin: 0;
  padding: 2px 10px 2px 0;
  display: inline-block;
}
.properties_list ul li.title {
  display: block;
}
.properties_specs {
  margin: 20;
}
.properties_specs .title {
  margin: 0;
  font-weight: 400;
  color: #ca2128;
}
.properties_specs ul {
  margin: 0;
  padding: 5px 0 0;
}
.properties_specs ul li {
  background: 0 0;
  list-style: none;
  margin: 0;
  padding: 2px 10px 2px 0;
  display: inline-block;
}
.property_location {
  margin: 0;
}
.property_location .address {
  background: #e9e9e9;
  padding: 8px;
  margin-top: -6px;
}
.property_location .overlay {
  background: 0 0;
  position: relative;
  width: 100%;
  height: 300px;
  top: 300px;
  margin-top: -300px;
}
.property_location iframe {
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0;
}
.properties_menu {
  background: #f0f0f0;
  margin: 0;
  padding: 0;
}
.properties_menu ul {
  margin: 0 0 5px;
}
.properties_menu ul li {
  list-style: none;
  border-bottom: 1px solid #bebebe;
  box-shadow: 0 1px 0 #fff;
  color: #ca2128;
  margin: 0;
}
.properties_menu ul li i {
  padding: 10px 0 0 10px;
  font-size: 0.6rem;
  float: left;
}
.properties_menu ul li a {
  display: block;
  padding: 15px 0 15px 50px;
}
.properties_map_holder .properties_overlay {
  background: 0 0;
  position: relative;
  width: 100%;
  height: 450px;
  top: 450px;
  margin-top: -450px;
}
.properties_map_holder .properties_map_overlay {
  background: 0 0;
  position: relative;
  width: 100%;
  height: 450px;
  top: 450px;
  margin-top: -450px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 104;
}
.widget_reviews {
  margin: 15px 0 0;
  padding: 15px 0 10px;
}
.widget_reviews ul.reviews {
  overflow: visible;
  position: relative;
  background: 0 0;
  display: block;
  margin: 0;
}
.widget_reviews ul.reviews li {
  background: 0 0;
  list-style: none;
  padding: 60px 40px;
  margin: 0;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.widget_reviews ul.reviews li img {
  width: 225px;
  height: 225px;
  border-radius: 50%;
  border: 5px solid #ca2128;
  float: left;
}
.widget_reviews ul.reviews li .review {
  width: calc(100% - 275px);
  float: right;
}
.widget_reviews ul.reviews li .review p {
  letter-spacing: normal;
  text-transform: none;
  padding: 0;
  margin: 0 0 30px;
}
.widget_reviews ul.reviews li .review .review-name {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  line-height: 30px;
  margin: 0;
  text-transform: uppercase;
  color: #002159;
  font-weight: 600;
  letter-spacing: 1px;
}
.widget_reviews ul.reviews li .review .review-affiliation {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  line-height: 18px;
  margin: 0;
  text-transform: capitalize;
  color: #ca2128;
  font-weight: 400;
  letter-spacing: 2px;
}
div.rating-cancel {
  float: left;
  width: 17px;
  height: 15px;
  text-indent: -999em;
  cursor: pointer;
  display: none;
  background: 0 0;
  overflow: hidden;
}
div.rating-cancel,
div.rating-cancel a {
  background: url(/assets/images/layout/form-stars-delete.png) no-repeat 0 -16px;
}
div.rating-cancel a {
  display: block;
  width: 16px;
  height: 100%;
  background-position: 0 0;
  border: 0;
}
div.star-rating {
  float: left;
  width: 60px;
  height: 60px;
  text-indent: -999em;
  cursor: pointer;
  display: block;
  background: 0 0;
  overflow: hidden;
}
div.star-rating,
div.star-rating a {
  background: url(/assets/images/layout/form-stars.png) no-repeat 0 0px;
}
div.star-rating a {
  display: block;
  width: 60px;
  height: 100%;
  background-position: 0 0;
  border: 0;
}
div.star-rating-on a {
  background-position: 0 -153px !important;
}
div.star-rating-hover a {
  background-position: 0 -153px;
}
div.star-rating-readonly a {
  cursor: default !important;
}
div.star-rating {
  background: 0 0 !important;
  overflow: hidden !important;
}
div.rating-cancel {
  display: none !important;
}
.timetable_clearfix:after {
  font-size: 0px;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.event_container strong {
  word-break: break-word;
}
.tt_tabs_navigation,
.tt_items_list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tt_tabs {
  border: none !important;
}
.tt_tabs .ui-tabs-panel {
  padding: 0 !important;
}
table.tt_timetable {
  width: 100%;
  font-size: 11px;
  color: #666;
  margin-top: 30px;
  border: none;
  letter-spacing: normal;
  font-size: 11px;
  line-height: normal;
  font-family: "Roboto", sans-serif;
  border-collapse: separate !important;
  border-spacing: 2px !important;
  background: #fff !important;
  table-layout: fixed;
}
table.tt_timetable * {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border: none;
  padding: 0;
}
.tt_timetable th,
.tt_timetable td {
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #545454;
  text-transform: none;
  border: none !important;
}
.tt_timetable th,
.tt_timetable td.tt_hours_column {
  text-align: center;
  vertical-align: middle;
}
.tt_timetable th {
  width: 12.5%;
  padding: 10px 15px 12px;
  letter-spacing: normal;
}
.tt_timetable .event_container {
  padding: 7px 5px;
}
.tt_timetable td {
  width: 12.5%;
  vertical-align: top;
  height: 10px;
  border: none;
  padding: 0;
  text-align: center;
  color: #d8d8d8;
}
.tt_timetable .hours {
  color: #fff;
}
.tt_timetable .event {
  background-color: #ca2128;
  color: #fff;
  line-height: 140%;
  text-align: center;
  padding: 0 !important;
  vertical-align: middle;
}
.tt_timetable tr {
  background-color: #fff !important;
}
.tt_timetable .row_gray {
  background-color: #ebebeb !important;
}
.tt_timetable.small {
  display: none;
  font-size: 13px;
  margin-bottom: 20px;
}
.tt_items_list {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
.tt_items_list.margin_top {
  margin-top: 8px;
}
.tt_items_list li {
  padding: 12px !important;
  margin: 0 !important;
  list-style: none !important;
  border-bottom: 1px solid #fff;
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 120%;
  font-family: "Roboto", sans-serif;
  background: #ca2128;
  color: #fff;
}
.tt_items_list.thin a,
.tt_items_list.thin span {
  font-weight: 400;
}
.tt_items_list .value {
  float: right;
  color: #fff;
}
.tt_items_list li a:hover {
  text-decoration: underline;
}
.tt-ui-tabs-hide {
  display: none;
}
.tt_tabs .ui-tabs-panel p {
  padding: 24px 0 25px;
}
.tt_tabs_navigation {
  float: none !important;
  clear: both;
  width: 100% !important;
  padding: 0;
  margin: 0;
  list-style: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  background: 0 0 !important;
  border: none !important;
}
.tt_tabs_navigation li {
  float: left;
  margin: 0 20px 0 0 !important;
  padding: 0 !important;
  font-size: 18px !important;
  background: 0 0 !important;
  border: none !important;
  list-style: none !important;
}
.tt_tabs_navigation li:last-child {
  margin-right: 0 !important;
}
.tt_tabs_navigation li a {
  width: auto !important;
  display: block;
  text-align: center;
  color: #666 !important;
  padding: 8px 0 !important;
  border: none !important;
  border-bottom: 1px solid #e5e5e5 !important;
  line-height: normal;
  outline: none;
  text-decoration: none;
  font-size: 15px !important;
  font-family: "Roboto", sans-serif;
  transition: none !important;
  margin-bottom: 1px;
}
.tt_tabs_navigation li a:hover,
.tt_tabs_navigation li a.selected,
.tt_tabs_navigation li.ui-tabs-active a {
  border-bottom-width: 3px !important;
  padding-bottom: 7px !important;
  border-color: #ca2128 !important;
  color: #000 !important;
  margin-bottom: 0;
}
.sf-timetable-menu a:hover,
.tt_tabs_navigation li a:hover,
.tt_tabs_navigation li a:focus,
.tt_tabs_navigation li a:active {
  text-decoration: none;
}
.tabs_box_navigation.sf-timetable-menu {
  float: none;
  clear: both;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}
.tabs_box_navigation.sf-timetable-menu li.submenu:hover:after {
  background: 0 0;
}
.schedule_print_button {
  font-family: "Roboto", sans-serif;
  float: right;
  font-size: 18px;
}
.schedule_print_button a {
  text-decoration: none;
  color: #ca2128;
}
.schedule_print_button a:hover {
  color: #333;
}
@media screen and (max-width: 1009px) {
  .tt_upcoming_events li a {
    padding: 10px;
  }
  .tt_event_items_list li.type_info {
    padding: 5px 0;
  }
  .tt_responsive .tt_timetable {
    margin-top: 23px;
  }
  .tt_responsive .tt_timetable th,
  .tt_responsive .tt_timetable .event_container,
  .tt_responsive .tt_tooltip .tt_tooltip_content {
    padding: 4px 4px 5px;
  }
  .tt_responsive .tt_timetable td {
    height: 18px;
  }
  .timetable_sidebar_box {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .tt_responsive .tt_timetable {
    display: none;
  }
  .tt_responsive .tt_timetable.small {
    display: block;
  }
  .tt_responsive .tt_timetable.small .box_header {
    font-size: 16px !important;
    color: #545454 !important;
    background: #ebebeb;
    font-family: "Roboto", sans-serif;
    margin: 6px 0 0;
    padding: 12px;
    border-bottom: 1px solid #fff;
  }
  .tt_responsive .tt_timetable.small .tt_items_list a,
  .tt_responsive .tt_timetable.small .tt_items_list span {
    width: 302px;
    font-family: "Roboto", sans-serif;
    color: #545454 !important;
    text-decoration: none;
    outline: none;
  }
}
.with_bg {
  margin: 5px 0 3px;
}
.with_bg.icon2 {
  right: 44px !important;
}
.with_bg i {
  float: left;
  margin: 2px 5px 0 0;
  color: #ca2128;
}
.with_bg .search_input {
  float: left;
  padding: 8px 1% 8px 2%;
  height: 50px;
  width: 75%;
  margin: 1px 1% 0 0;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  outline: none;
  font-size: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.social_media ul {
  float: left;
  margin: 5px 0 0;
}
.social_media ul li {
  display: inline-block;
  padding: 3px 5px 0 0;
  margin: 0;
  float: left;
}
.social_media ul li i {
  font-size: 0.6rem;
}
a.tooltip {
  text-decoration: none;
  color: #ca2128;
}
a.tooltip:hover {
  color: #222;
}
a.tooltip > span {
  color: #fff;
  background: #ca2128;
  width: 200px;
  padding: 10px 15px;
  margin-top: 0;
  margin-left: -40px;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  position: absolute;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  border-radius: 0;
  -webkit-transition-property: opacity, margin-top, visibility, margin-left;
  -webkit-transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
  -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-property: opacity, margin-top, visibility, margin-left;
  transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
}
a.tooltip:hover > span {
  opacity: 1;
  text-decoration: none;
  visibility: visible;
  overflow: visible;
  margin-top: 35px;
  display: inline;
  margin-left: -40px;
}
a.tooltip span b {
  width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-top: -15px;
  display: block;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #ca2128;
}
@media (min-width: 960px) {
  .box_list .box {
    width: calc(33.33% - 10px);
  }
  .box_list .full {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }
  .grid_list .grid_item {
    width: calc(33.33% - 10px);
  }
  hr {
    margin: 40px 0;
  }
  .content_container .content .editable_content img.people_image {
    float: left;
    margin: 0 10px 0 0;
  }
  .box_list .comment_box {
    width: 100%;
    margin: 0 0 10px;
  }
  .box_list .past_news {
    width: calc(50% - 10px);
    margin: 5px;
    text-align: left;
  }
  .mobile_register {
    display: none;
  }
  .full_register {
    display: inherit;
  }
  .events_editable_content {
    float: left;
    width: 60%;
  }
  .contact_info ul {
    margin: 5px;
    width: calc(50% - 10px);
    float: left;
  }
  .product_highlight {
    width: 35%;
    float: right;
    margin: 0 0 0 5%;
  }
  .form_holder .third_width {
    width: 32.3333%;
    margin: 0 0 10px;
  }
  .form_holder .half_width {
    width: 49%;
    margin-right: 1%;
    float: left;
  }
  .form_holder textarea {
    width: 100%;
    min-height: 200px;
  }
  .form_holder select {
    width: 100%;
  }
  .grid_list .menu_item {
    width: calc(33.33% - 10px);
  }
  .filter_list ul li {
    width: calc(33.33% - 10px);
  }
  .property_highlight {
    width: 35%;
    float: right;
    margin: 0 0 10px 10px;
  }
  .properties_menu ul li {
    width: 25%;
  }
  .box_list .box ul.careers_list li {
    list-style-type: none;
    width: 33.3333%;
    float: left;
    background: 0 0;
    margin: 10px 0;
    padding: 0 10px 0 0;
  }
  .content ul.career li {
    width: 33.3333%;
  }
}
@media (min-width: 600px) and (max-width: 960px) {
  .box_list .box {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .box_list .full {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }
  .grid_list .grid_item {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .menu_list ul.pages li {
    width: calc(100% - 10px);
    margin: 5px;
  }
  .box_list .comment_box {
    width: 100%;
    margin: 0 0 10px;
  }
  .box_list .past_news {
    width: calc(50% - 10px);
    margin: 5px;
    text-align: left;
  }
  .grid_list .menu_item {
    width: calc(50% - 10px);
    margin: 5px;
    float: left;
  }
  .filter_list ul li {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .showroom_list .box {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .showroom_table ul li {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .showroom_features_table ul li {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .properties_menu ul li {
    border-right: 1px solid #f0f0f0;
    box-shadow: 1px 0 0 #fff;
    border-bottom: none;
    width: 50%;
    float: left;
  }
  .content ul.career li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .gallery_item {
    width: 50%;
    padding: 2px;
  }
}
table.stacktable.large-only {
  display: table;
}
table.stacktable.small-only {
  display: none;
}
@media (max-width: 767px) {
  table.stacktable.large-only {
    display: none;
  }
  table.stacktable.small-only {
    display: table;
    margin-bottom: 10px;
  }
  .small-only tr td.st-key {
    background-color: #ca2128;
    color: #333;
  }
  table.stacktable.small-only:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin: 20px 0;
  }
  .editable_content table tr td.st-val {
    border-top: none;
  }
  .editable_content table tr {
    display: flex;
    flex-direction: column;
  }
  .editable_content table tr td.st-key {
    font-size: 20px;
    line-height: 20px;
    border: 2px solid #fff;
    color: #fff;
    background: #022259;
    padding: 8px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  table.stacktable.small-only {
    margin: 0;
  }
  .stackable-table {
    margin-top: 20px;
  }
}
#logo-link-slider {
  overflow: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#logo-link-slider .logo-link-slider-wrapper {
  display: block;
  width: 100%;
  position: relative;
}
#logo-link-slider .logo-link-slider-wrapper ul {
  position: relative;
  left: 0;
  display: flex;
  justify-content: space-around;
  list-style: none;
}
#logo-link-slider .logo-link-slider-wrapper ul li {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
}
#logo-link-slider .logo-link-slider-wrapper ul li a img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
  opacity: 0.65;
  width: 100%;
}
.logo_link_static {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.logo_link_static a img {
  width: 200px;
}
.logo_link_section {
  position: relative;
}
.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe_wrap {
  overflow: hidden;
  position: relative;
}
.swipe_wrap > div {
  float: left;
  width: 100%;
  position: relative;
}
#logo_swipe .fourth-width {
  width: 25%;
  margin: 0;
}
#logo_swipe .fourth-width img {
  width: 100%;
  height: auto;
}
#pagi_wrap {
  position: absolute;
  bottom: 15px;
  left: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.pagi_box.active {
  background: var(--main);
}
.pagi_box {
  display: block;
  height: 15px;
  width: 15px;
  margin: 0 5px;
  border-radius: 50%;
  background: var(--light-color);
}
.cta-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  max-width: 475px;
  width: 100%;
  padding: 20px;
  padding-top: 0;
  text-align: center;
  border: none;
  z-index: 99999;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
span.close-popup {
  position: absolute;
  top: -12px;
  right: -12px;
  font-weight: 800;
  cursor: pointer;
  color: #ffff;
  width: 25px;
  height: 25px;
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  padding: 0 0 4px;
  background: #be1e2c;
}
span.close-popup:hover {
  background: #333;
}
.cta-popup h3 {
  font-size: 30px;
  line-height: 30px;
  color: #333;
  text-transform: normal;
  letter-spacing: 2px;
  margin: 40px 0 10px;
}
.cta-popup h3:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #be1e2c;
  margin: 13px auto;
}
.cta-popup p {
  color: #333;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  margin: 8px 0 15px;
  letter-spacing: 0.5px;
}
.cta-popup pre {
  color: #333;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
  margin: 8px 0 15px;
  letter-spacing: 0.5px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  width: 99%;
}
.cta-popup a.superbutton {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  padding: 10px 20px;
  margin: 5px 0 0;
  width: auto;
  height: auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  float: none;
  text-decoration: none;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  letter-spacing: 2px;
  background-color: var(--main);
  transition: 0.3s ease;
}
.cta-popup a.superbutton:hover {
  background: #333;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .cta-popup {
    width: calc(100% - 40px);
  }
}
body {
  overflow-x: hidden !important;
  width: 100%;
}
.strip01 {
  position: relative;
  padding-bottom: 0;
}
.strip01:before {
  content: "";
  width: 35%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/assets/images/layout/logo.png) right top no-repeat;
  background-size: 80% auto;
  background-position: 15px 430px;
    opacity: 0.2;
}
.strip01 .content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  padding-bottom: 100px;
}
.strip01 .content .image-holder {
  width: 400px;
  height: auto;
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
}
.strip01 .content .image-holder img {
  width: 100%;
  height: auto;
}
.strip01 .content .editable_content {
  width: calc(100% - 550px);
  float: right;
  min-height: 480px;
}
.strip01 .content .editable_content h6:first-of-type {
  margin: 0;
}
.strip01 .content .editable_content p {
  margin: 0 0 30px;
}
.strip01 .content .editable_content p:last-of-type {
  margin: 0;
}
a.half-box {
  background: url(/assets/images/layout/image-camp.jpg) center center no-repeat;
  background-size: cover;
  display: flex;
  width: 50%;
  height: 500px;
  position: relative;
  float: left;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
a.half-box:first-of-type {
  background: url(/assets/images/layout/image-academy.jpg) center center no-repeat;
  background-size: cover;
}
a.half-box:after {
  content: "";
  background: #002159;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a.half-box:hover:after {
  opacity: 0.8;
}
a.half-box span.box-content {
  width: 80%;
  position: relative;
  z-index: 2;
}
a.half-box span.box-content span {
  display: block;
}
a.half-box span.box-content span.small-title {
  font-size: 22px;
  line-height: 22px;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin: 0;
}
a.half-box span.box-content span.title {
  font-size: 55px;
  line-height: 55px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  margin: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a.half-box:hover span.box-content span.title {
  margin: 0 0 30px;
}
a.half-box span.box-content p {
  margin: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a.half-box:hover span.box-content p {
  margin: 0 0 30px;
  height: 112px;
  opacity: 1;
}
a.half-box span.box-content span.learn-btn {
  padding: 0 45px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background: #ca2128;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  display: inline-block;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a.half-box:hover span.box-content span.learn-btn {
  height: auto;
  opacity: 1;
  padding: 5px 45px;
}
a.half-box span.box-content span.learn-btn:hover {
  background: #fff;
  color: #002159;
}
.strip02 {
  background: #f4f8fc;
}
.strip02 .content {
  max-width: 1200px;
}
.strip02 .content .h1 {
  text-align: center;
}
.strip02 .content h6 {
  margin: 0;
  text-align: center;
}
.strip02 .content a.superbutton {
  margin: 30px auto 0;
  width: 310px;
  display: block;
}
.strip03 {
  background: #002159;
  position: relative;
}
.strip03:before {
  content: "";
  background: url(/assets/images/layout/image-register.jpg) center center no-repeat;
  background-size: cover;
  width: 45%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.strip03:after {
  content: "";
  background: url(/assets/images/layout/graphic-star-blue.svg) right top no-repeat;
  background-size: auto 100%;
  height: 100%;
  width: 45%;
  position: absolute;
  top: 0;
  left: 2px;
}
.strip03 .content {
  position: relative;
  z-index: 2;
}
.strip03 .content .editable_content {
  width: 55%;
  float: right;
  position: relative;
  padding-left: 0;
}
.strip03 .content .editable_content .h1,
.strip03 .content .editable_content h6,
.strip03 .content .editable_content p {
  color: #fff;
}
.strip03 .content .editable_content h6 {
  margin: 0;
}
.strip03 .content .editable_content p {
  margin: 0 0 30px;
}
.strip03 .content .editable_content a.superbutton:hover {
  color: #002159;
  background: #fff;
}
.strip04 {
  background: #f4f8fc;
}
.strip04 .content {
  max-width: 1200px;
}
.strip04 .content .h1 {
  text-align: center;
  margin-bottom: 50px;
}
.strip04 .content h6 {
  text-align: center;
  margin: 0;
}
.strip04 .content .contact_info ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.strip04 .content .contact_info ul li {
  background: #fff;
  padding: 20px;
  width: calc(33.3333% - 30px);
  margin: 0 15px 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.strip04 .content .contact_info ul li figure {
  margin: 0 20px 0 0;
}
.strip04 .content .contact_info ul li figure img {
  width: 75px;
  height: auto;
}
.strip04 .content .contact_info ul li span {
  font-family: "Oswald", sans-serif;
  color: #777c86;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 1px;
}
.strip04 .content .contact_info ul li span strong {
  line-height: 18px;
  margin: 0;
  color: #292a2c;
  font-weight: 600;
  text-transform: uppercase;
}
.strip04 .content .contact_info ul li span a {
  color: #777c86;
  text-decoration: none;
}
.strip04 .content .contact_info ul li span a:hover {
  color: #ca2128;
}
.strip04 .content .contact_info .social_media ul {
  display: flex;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.strip04 .content .contact_info .social_media ul li {
  background: 0 0;
  padding: 0;
  width: auto;
  margin: 0 5px;
  box-shadow: none;
  border-radius: 0;
  float: none;
}
.strip04 .content .contact_info .social_media ul li a {
  width: 50px;
  height: 50px;
  background: #ca2128;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 25px;
  line-height: 25px;
}
.strip04 .content .contact_info .social_media ul li a:hover {
  background: #002159;
}
.strip04 .content .contact_info .social_media ul li a i {
  font-size: 25px;
  line-height: 25px;
}
.strip05 .content {
  max-width: 1200px;
}
.strip05 .content .h1 {
  text-align: center;
}
.strip05 .content h6 {
  text-align: center;
  margin: 0;
}
.strip05 .content button.superbutton {
  width: 160px;
  text-align: center;
  margin-left: calc(100% - 160px);
}
.swiper {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #d6d6d6;
  padding: 0 25px !important;
  background: #fff;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 350px !important;
  border-right: 1px solid #d6d6d6 !important;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0 !important;
  color: #fff !important;
  background: #ca2128 !important;
  width: 25px !important;
  height: 350px !important;
  top: 0 !important;
  left: 0 !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #002159 !important;
}
.swiper-button-next {
  right: 0 !important;
  left: auto !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 24px !important;
}
.swiper-slide span {
  display: block;
  width: 100%;
}
.swiper-slide > span {
  width: calc(100% - 40px);
}
.swiper-slide span span.vs {
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  color: #002156;
  font-family: "Oswald", sans-serif;
  margin: 35px 0 35px;
}
.swiper-slide span span.score-date {
  color: #292a2c;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: left;
  padding: 0 15px;
}
.swiper-slide span span.score-location {
  color: #777c86;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: left;
  border-bottom: 1px solid #d6d6d6;
  padding: 0 15px 20px;
  margin: 0 0 5px;
}
.swiper-slide span span.score-holder {
  margin-top: 15px;
}
.swiper-slide span span.score-holder span.score {
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  color: #002156;
  font-family: "Oswald", sans-serif;
  margin: 0 0 10px;
}
.swiper-slide span span.score-holder span.team-name {
  display: flex;
  justify-content: center;
  font-family: "Oswald", sans-serif;
}
.swiper-slide span span.score-holder span.team-name img {
  width: 45px;
  height: auto;
  object-fit: contain;
  margin: 0 10px 0 0;
}
.swiper-slide span span.score-holder span.team-name strong {
  font-weight: 600;
}
.grecaptcha-badge {
  z-index: 999;
}
.about-strip01 {
  position: relative;
}
.about-strip01:before {
  content: "";
  position: absolute;
  background: url(/assets/images/layout/image-about-strip01.jpg) center center no-repeat;
  background-size: cover;
  width: 32%;
  height: 100%;
  top: 0;
  left: 0;
}
.about-strip01 .content .editable_content {
  width: 68%;
  float: right;
}
.about-strip02 {
  background: #002159;
  position: relative;
}
.about-strip02:before {
  content: "";
  background: url(/assets/images/layout/image-about-strip02.jpg) center center no-repeat;
  background-size: cover;
  width: 45%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.about-strip02:after {
  content: "";
  background: url(/assets/images/layout/graphic-star-blue-left.svg) left top no-repeat;
  background-size: auto 100%;
  height: 100%;
  width: 45%;
  position: absolute;
  top: 0;
  right: 0;
}
.about-strip02 .content {
  position: relative;
  z-index: 2;
}
.about-strip02 .content .editable_content {
  width: 55%;
  position: relative;
  padding-left: 0;
}
.about-strip02 .content .editable_content .h1,
.about-strip02 .content .editable_content h6,
.about-strip02 .content .editable_content p {
  color: #fff;
}
.about-strip02 .content .editable_content h6 {
  margin: 0;
}
.about-strip02 .content .editable_content p {
  margin: 0 0 30px;
}
.about-strip02 .content .editable_content a.superbutton:hover {
  color: #002159;
  background: #fff;
}
.about-strip03 {
  background: #002159;
}
.about-strip03 .content {
  text-align: center;
}
.about-strip03 .content .h1 {
  color: #fff;
  margin: 0 0 50px;
}
.about-strip03 .content h4 {
  color: #fff;
  margin: 0 0 30px;
  text-align: left;
}
.grey-background {
  background: #f4f8fc;
}
.team-strip01 .content h6 {
  margin: 0;
}
.team-list .box {
  width: calc(50% - 50px);
  margin: 0 25px 60px;
  padding: 0;
  background: 0 0;
}
.team-list .box img {
  background: 0 0;
  margin: 0 auto;
  width: 80%;
  height: auto;
}
.team-list .box .box-content {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 35px;
  position: relative;
}
.team-list .box .box-content a.team-name {
  color: #002159;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.team-list .box .box-content .team-title {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: #ca2128;
  letter-spacing: 2px;
}
.team-list .box .box-content a.superbutton {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.review-strip02 .content {
  max-width: 1200px;
}
.calendar-strip01 .content h6 {
  margin-bottom: 0;
}
.event-strip01 {
  background: #ca2128;
}
.event-strip01 .content {
  text-align: center;
}
.event-strip01 .content h1 {
  color: #fff;
}
.event-strip01 .content .event_top {
  border-top: 2px solid #88050c;
  border-bottom: 2px solid #88050c;
  padding: 5px 10px;
  display: flex;
  flex-wrap: wrap;
}
.event-strip01 .content .event_top > div {
  color: #fff;
  width: 50%;
}
.event-strip01 .content .event_top > div:first-of-type {
  border-right: 2px solid #88050c;
}
.event-strip02 .content .box-score .period-line {
  border-bottom: 2px solid #d6d6d6;
  font-family: "Oswald", sans-serif;
  color: #adb3bb;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  flex-wrap: wrap;
}
.event-strip02 .content .box-score .period-line .name-box {
  padding: 5px 10px;
  width: calc(100% - 32px * 4);
  letter-spacing: 1px;
}
.event-strip02 .content .box-score .period-line .first-box,
.event-strip02 .content .box-score .period-line .second-box,
.event-strip02 .content .box-score .period-line .third-box,
.event-strip02 .content .box-score .period-line .final-box {
  padding: 5px 10px;
  width: 32px;
  height: 32px;
}
.event-strip02 .content .box-score .box-line {
  border-bottom: 2px solid #d6d6d6;
  font-family: "Oswald", sans-serif;
  color: #002159;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 22px;
  display: flex;
  flex-wrap: wrap;
}
.event-strip02 .content .box-score .box-line .name-box {
  border-left: 2px solid #d6d6d6;
  border-right: 2px solid #d6d6d6;
  letter-spacing: 1px;
  padding: 5px 10px;
  width: calc(100% - 32px * 4);
}
.event-strip02 .content .box-score .box-line .first-box,
.event-strip02 .content .box-score .box-line .second-box,
.event-strip02 .content .box-score .box-line .third-box {
  border-right: 2px solid #d6d6d6;
  padding: 5px 10px;
  width: 32px;
  height: 32px;
}
.event-strip02 .content .box-score .box-line .final-box {
  border-right: 2px solid #d6d6d6;
  padding: 5px 10px;
  color: #fff;
  width: 32px;
  height: 32px;
  background: #002159;
}
.academy-strip01 .content h6 {
  margin: 0;
}
.academy-strip02 {
  background: #f4f8fc;
}
.academy-strip02 .content h6 {
  margin: 0;
}
.box_list.teams-list a.box {
  width: 50%;
  margin: 0;
  height: 450px;
  display: block;
  position: relative;
  text-decoration: none;
  color: #fff;
}
.box_list.teams-list a.box span.content-box {
  width: 100%;
  margin: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 33, 90, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.box_list.teams-list a.box:hover span.content-box {
  background: rgba(0, 33, 90, 0.8);
}
.box_list.teams-list a.box span.content-box > span span.title {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  margin: 0;
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.box_list.teams-list a.box:hover span.content-box > span span.title {
  margin: 0 0 20px;
}
.box_list.teams-list a.box span.content-box > span p {
  width: 60%;
  margin: 0 auto 0;
  display: block;
  overflow: hidden;
  height: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.box_list.teams-list a.box:hover span.content-box > span p {
  height: 84px;
  margin: 0 auto 20px;
}
.box_list.teams-list a.box span.content-box > span span.superbutton {
  padding: 0 45px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background: #ca2128;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  display: inline-block;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.box_list.teams-list a.box:hover span.content-box > span span.superbutton {
  height: auto;
  opacity: 1;
  padding: 5px 45px;
}
.box_list.teams-list a.box span.content-box > span span.superbutton:hover {
  background: #fff;
  color: #002159;
}
.academy-strip03 {
  background: #ca2128;
}
.academy-strip03 .content {
  text-align: center;
}
.academy-strip03 .content h1,
.academy-strip03 .content h6,
.academy-strip03 .content p {
  color: #fff;
}
.academy-strip03 .content h6 {
  margin: 0;
}
.academy-strip03 .content a {
  color: #fff;
}
.academy-strip03 .content a:hover {
  color: #fff;
}
.academy-strip03 .content a.superbutton {
  background: #002159;
  color: #fff;
}
.academy-strip03 .content a.superbutton:hover {
  background: #fff;
  color: #002159;
}
.content_container .center-content {
  text-align: center;
}
.academy-list {
  display: flex;
  flex-wrap: wrap;
}
.academy-list .box {
  padding: 0;
  background: #fff;
  box-shadow: 0 0 15px rgb(0 0 0/10%);
  border-radius: 10px;
  position: relative;
  width: calc(33.3333% - 30px);
  margin: 0 15px 50px;
}
.academy-list .box img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px 10px 0 0;
}
.academy-list .box a.title {
  margin: 0 0 10px;
  color: #002159;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 22px;
  line-height: 22px;
  font-family: "Oswald", sans-serif;
}
.academy-list .box a.title:hover {
  color: #ca2128;
}
.academy-list .box p {
  color: #777c86;
  font-size: 16px;
  line-height: 24px;
  padding: 0 20px 25px;
}
.academy-list .box a.superbutton {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 190px;
  padding: 5px;
  transform: translate(-50%, 50%);
}
.content_container .content .editable_content img.people_image {
  width: 225px;
  margin: 0 20px 0 0;
}
.content_container .content .person-info {
  height: 225px;
  display: flex;
  align-items: center;
  text-align: left;
}
.content_container .content .person-info > div h4.person_title {
  font-style: normal;
  color: #ca2128;
  margin: 5px 0 15px;
  font-size: 20px;
  line-height: 20px;
}
.content_container .content .person-info > div p {
  color: #022259;
}
.content_container .content .person-info > div p i {
  color: #ca2128;
  margin: 0 10px 0 0;
  line-height: 30px;
}
.content_container .content .person-info > div p a {
  color: #022259;
}
.content_container .content .person-info > div p a:hover {
  color: #ca2128;
}
.score-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 450px;
  margin: 0 auto 30px;
  text-align: center;
}
.score-holder > div {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 22px;
  margin: 0;
  width: calc(50% - 15px);
  font-family: "Oswald", sans-serif;
}
.score-holder > div.dash {
  width: 30px;
  font-size: 55px;
}
.score-holder > div .game-score {
  color: #88050c;
  font-size: 125px;
  line-height: 125px;
  margin: 0 0 20px;
}
.half-box-strip {
  position: relative;
}
.half-box-strip a.other-programs {
  padding: 12px 45px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background: #ca2128;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  left: 50%;
  top: auto;
  bottom: -26px;
  z-index: 10;
  transform: translate(-50%, 0);
}
.half-box-strip a.other-programs:hover {
  background: #002159;
}
.calendar-strip02 {
  padding: 50px 20px;
}
.calendar-strip02 .content form {
  border-bottom: 1px solid #d7dee5;
  padding: 0 0 20px;
  margin: 0 0 20px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.calendar-strip02 .content form select {
  width: calc(50% - 85px);
  font-size: 20px;
  height: 38px;
  border-radius: 0;
  border: none;
  padding: 0 10px;
  margin: 0 20px 0 0;
  border-bottom: 3px solid #022259;
  background-color: #fff;
  background-image: -ms-linear-gradient(top, #fff 0%, #fff 100%);
  background-image: -moz-linear-gradient(top, #fff 0%, #fff 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #fff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #fff));
  background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
}
.calendar-strip02 .content form input {
  padding: 8px 45px 10px;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  display: inline-block;
  border: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 125px;
  text-align: center;
  background-color: #ca2128;
  background-image: -ms-linear-gradient(top, #ca2128 0%, #ca2128 100%);
  background-image: -moz-linear-gradient(top, #ca2128 0%, #ca2128 100%);
  background-image: -o-linear-gradient(top, #ca2128 0%, #ca2128 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ca2128), color-stop(1, #ca2128));
  background-image: -webkit-linear-gradient(top, #ca2128 0%, #ca2128 100%);
  background-image: linear-gradient(to bottom, #ca2128 0%, #ca2128 100%);
}
.calendar-strip02 .content form input:hover {
  background-color: #022259;
  background-image: -ms-linear-gradient(top, #022259 0%, #022259 100%);
  background-image: -moz-linear-gradient(top, #022259 0%, #022259 100%);
  background-image: -o-linear-gradient(top, #022259 0%, #022259 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #022259), color-stop(1, #022259));
  background-image: -webkit-linear-gradient(top, #022259 0%, #022259 100%);
  background-image: linear-gradient(to bottom, #022259 0%, #022259 100%);
}
.calendar-strip02 .content .game_schedule .schedule_item {
  border-bottom: 1px solid #d7dee5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.calendar-strip02 .content .game_schedule .schedule_item .game_info a img {
  width: 125px;
}
.calendar-strip02 .content .game_schedule .schedule_item .game_info .first-box {
  justify-content: center;
}
.calendar-strip02 .content .game_schedule .schedule_item .game_info .first-box a {
  color: #022259;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 22px;
  line-height: 22px;
  margin: 0 0 2px;
}
.calendar-strip02 .content .game_schedule .schedule_item .game_info .first-box a:hover {
  color: #ca2128;
}
.calendar-strip02 .content .game_schedule .schedule_item .game_info .first-box .time-holder {
  color: #777c86;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: left;
  font-size: 16px;
  line-height: 16px;
}
.calendar-strip02 .content .game_schedule .schedule_item .game_location {
  color: #777c86;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: left;
  font-size: 16px;
  line-height: 16px;
}
.calendar-strip02 .content .game_schedule .schedule_item .result {
  color: #022259;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 22px;
  line-height: 22px;
  margin: 0 0 2px;
}
.eapps-instagram-feed-title {
  display: none !important;
}
.swipebox_video_full {
  display: flex;
  flex-wrap: wrap;
}
.swipebox_video_full a {
  width: calc(50% - 20px);
  margin: 0 10px;
  position: relative;
}
.swipebox_video_full a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.swipebox_video_full a:hover:before {
  opacity: 0.25;
}
.swipebox_video_full a:after {
  content: "";
  background: url(/assets/images/layout/play-btn.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  opacity: 0.8;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.swipebox_video_full a:hover:after {
  opacity: 1;
}
.swipebox_video_full a img {
  width: 100%;
  margin: 0;
  height: auto;
}
.wof-strip {
  background: linear-gradient(to left, #fff 70%, #002159 50%);
  position: relative;
}
.wof-strip:after {
  content: "";
  background: url(/assets/images/layout/graphic-star-blue-left.svg) left top no-repeat;
  background-size: auto 100%;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: calc(30% - 1px);
}
.wof-strip .content {
  position: relative;
  z-index: 2;
}
.wof-strip .content .editable_content {
  width: 60%;
  float: right;
  text-align: left;
  padding-left: 40px;
}
.wof-strip .content .editable_content h6 {
  margin: 0 0 -5px;
}
.jqueryslidemenu .social-header a.wof-header {
  color: #fff;
  float: right;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  padding: 5px 20px;
  margin: 6px 20px 0 0;
  border-right: 3px solid rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.jqueryslidemenu .social-header a.wof-header:hover {
  color: #002159;
}
.jqueryslidemenu .social-header a.wof-header i {
  position: relative;
  top: -2px;
}
.jqueryslidemenu ul li.wall-of-fame {
  display: none;
}
.academy-list-bottom .box {
  margin: 0 0 20px;
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.academy-list-bottom .box:before {
  content: "";
  background: #ca2128;
  width: 31px;
  height: 300px;
  position: absolute;
  left: 0;
  top: 0;
}
.academy-list-bottom .box:after {
  content: "";
  background: url(/assets/images/layout/graphic-star-red-left.svg) left top no-repeat;
  background-size: auto 300px;
  width: 200px;
  height: 300px;
  position: absolute;
  left: 30px;
  top: 0;
}
.academy-list-bottom .box .content-holder {
  padding: 20px;
  position: relative;
  width: calc(100% - 250px);
  margin: 0 0 0 250px;
  height: 300px;
  display: flex;
  align-items: center;
}
.academy-list-bottom .box .content-holder > div {
  width: 100%;
}
.academy-list-bottom .box .content-holder a.title {
  margin: 0;
  padding: 0;
}
.academy-list-bottom .box .content-holder p {
  margin: 20px 0;
  padding: 0;
}
.academy-list-bottom .box .content-holder a.superbutton {
  margin: 0;
  position: inherit;
  left: auto;
  bottom: auto;
  transform: translate(0, 0);
}
.wof-list .grid_item {
  position: relative;
  width: calc(50% - 10px);
}
.wof-list .grid_item a.title {
  background: rgba(0, 33, 90, 0.85);
  color: #fff;
  text-decoration: none;
  display: flex;
  text-align: center;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 22px;
  line-height: 28px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 4px solid rgba(202, 32, 38, 0.85);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.wof-list .grid_item:hover a.title {
  height: 100%;
}
.wof-full-list a {
  text-align: center;
  width: calc(25% - 30px);
  margin: 0 15px 30px;
}
.wof-full-list a img.headshot {
  border-radius: 50%;
  border: 4px solid #ca2128;
  width: 150px;
  height: 150px;
  margin: 0 0 20px;
}
.wof-full-list a p.name {
  font-family: "Oswald", sans-serif;
  color: #002159;
  font-size: 22px;
  line-height: 22px;
  margin: 0;
  font-weight: 600;
}
.wof-full-list a p.country {
  margin: 0;
}
.wof-full-list a p.country img {
  width: 40px;
  height: auto;
  margin: 10px;
}
.wof-full-list a p.description {
  color: #333;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
.roster_table {
  width: 100%;
}
.roster_table td {
  border: 1px solid #dddd;
}
.roster_table .player_info {
  cursor: pointer;
}
.roster_table .player_info > img {
  border-radius: 50%;
}
.roster_table .player_info > .player_number {
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
.player_info_modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  background-color: #78787800;
  z-index: 9999;
}
.info_container {
  position: absolute;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  background-color: #fff;
  box-shadow: 0px 0px 20px 5px #3333;
}
.close_modal {
  position: absolute;
  top: -20px;
  right: -20px;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 30px;
  background-color: #d24726;
  padding: 4px 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s;
}
.close_modal:hover {
  transform: scale(1.1);
}
.roster_table thead tr td {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  background: #002159;
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
  text-align: center;
}
.roster_table thead tr td:first-of-type {
  font-size: 22px;
  text-align: left;
}
.roster_table tbody tr td {
  background: #f7f7f7;
  border: 2px solid #fff;
  padding: 10px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}
.roster_table tbody tr td:first-of-type {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #002159;
  text-align: left;
}
.roster_table tbody tr td a {
  color: #002159;
}
.roster_table tbody tr td a:hover {
  color: #ca2128;
}
.roster_table tbody tr td img,
.roster_table tbody tr td .player_number {
  border: 2px solid #ca2128;
  width: 40px !important;
  height: 40px;
  line-height: 36px;
  margin: 0 10px 0 0;
}
.player_info_modal .info_container {
  padding: 30px;
  text-align: center;
  height: auto;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.player_info_modal .info_container .player_details img,
.player_info_modal .info_container .player_details .player_number {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 4px solid #ca2128;
  margin: 0 0 15px;
}
.player_info_modal .info_container .player_details .player_number {
  margin: 0 auto 15px auto;
  color: #002159;
  font-size: 2rem;
  font-weight: 700;
  line-height: 200px;
}
.player_info_modal .info_container .player_details h2 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #002159;
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 10px;
}
.player_info_modal .info_container .player_details p {
  font-size: 16px;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #e1e1e1;
}
.player_info_modal .info_container .player_stats table {
  width: 100%;
}
.player_info_modal .info_container .player_stats table thead tr td {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  background: #002159;
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 10px;
}
.player_info_modal .info_container .player_stats table tbody tr td {
  background: #f7f7f7;
  border: 2px solid #fff;
  text-align: center;
  padding: 10px;
}
.team-page .menu_list ul.pages li {
  width: calc(33.3333% - 20px);
  margin: 0 10px;
}
.team-page .menu_list ul.pages li a:hover {
  background: #002159;
  color: #fff;
}
.team-page h3 {
  position: relative;
}
.team-page h3 > div {
  position: absolute;
  top: -120px;
}
.reg-page .menu_list ul.pages li a:hover {
  background: #002159;
  color: #fff;
}
.calendar-strip01 iframe {
  width: 100% !important;
}
@media screen and (max-width: 1550px) {
  .banner-container-constrained .banner-details .title {
    font-size: 55px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1450px) {
  .wof-strip .content .editable_content {
    padding-left: 80px;
  }
}
@media screen and (max-width: 1375px) {
  .banner-container-constrained .banner-details .title {
    font-size: 45px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1240px) {
  .jqueryslidemenu ul {
    width: 760px;
  }
  .jqueryslidemenu ul li a {
    padding: 46px 11px;
  }
  .jqueryslidemenu .social-header .social_media {
    padding-right: 20px;
  }
  .wof-strip .content .editable_content {
    padding-left: 120px;
  }
}
@media screen and (max-width: 1175px) {
  .banner-container-constrained .banner-details .title {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 40px;
  }
  .banner-container-constrained .banner-details .description {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }
  .ms-banner-constrained li .banner-details {
    width: calc(30% - 50px);
  }
  .ms-banner-constrained .left {
    left: 50px !important;
  }
  .ms-banner-constrained .right {
    right: 50px;
  }
  .banner-container-constrained .banner-details a {
    padding: 5px 35px;
    letter-spacing: 0;
    font-size: 14px;
  }
  .banner-container-constrained .banner-details .small-title {
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 18px;
  }
  .strip04 .content .contact_info ul li figure img {
    width: 50px;
    height: auto;
  }
  .strip04 .content .contact_info ul li span {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1040px) {
  .jqueryslidemenu ul li a {
    font-size: 14px;
    padding: 46px 7px;
  }
  .jqueryslidemenu ul {
    width: 635px;
  }
  .strip01 .content .image-holder {
    width: 400px;
  }
  .strip01 .content .editable_content {
    width: calc(100% - 450px);
    float: right;
  }
}
@media screen and (max-width: 960px) {
  .ms-banner-constrained li img {
    width: 100%;
    float: none !important;
  }
  .ms-banner-constrained li.image_right:after,
  .ms-banner-constrained li.image_left:after {
    display: none;
  }
  .ms-banner-constrained li:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 33, 89, 0.6);
    position: absolute;
    z-index: 2;
  }
  .ms-banner-constrained li .banner-details {
    width: 80% !important;
    left: 10% !important;
    text-align: center !important;
    z-index: 3 !important;
  }
  .strip01 .content {
	  padding-bottom: 320px;
  }
  .strip01 .content .image-holder {
    width: 400px;
    left: calc(50% - 200px);
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .strip01 .content .image-holder img{
	  width: auto;
	  height: 300px;
	  margin: 0 auto;
  }
  .strip01:before {
    width: 100%;
    height: 300px;
    background: url(/assets/images/layout/logo.png) center top no-repeat;
    background-size: 100%;
    top: auto;
    bottom: 0;
    left: calc(50% - 200px);
    max-width: 400px;
    overflow: visible;
  }
  .strip01 .content .editable_content{
	  min-height: 0;
  }
  .strip01 .content .editable_content {
    width: 100%;
    float: none;
  }
  a.half-box {
    width: 100%;
  }
  .widget_reviews ul.reviews li img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid #ca2128;
    float: none;
    margin: 0 auto 30px;
    display: block;
  }
  .widget_reviews ul.reviews li .review {
    width: 100%;
    float: none;
  }
  .strip04 .content .contact_info ul li {
    width: calc(100% - 30px);
    margin: 0 15px 20px;
  }
  .about-strip01:before {
    width: 100%;
    height: 250px;
  }
  .about-strip01 {
    padding-top: 290px;
  }
  .about-strip01 .content .editable_content {
    width: 100%;
    float: none;
  }
  .team-list .box {
    width: 100%;
    margin: 0 auto 60px;
    padding: 0;
    background: 0 0;
    max-width: 500px;
    float: none;
  }
  .content_container .content .editable_content img.people_image {
    width: 225px;
    margin: 0 auto 20px auto;
  }
  .content_container .content .person-info {
    height: auto;
    display: block;
    text-align: center;
  }
  .box_list.teams-list a.box {
    width: 100%;
  }
  .academy-list .box {
    width: calc(50% - 30px);
  }
  .event-strip01 .content .event_top > div {
    width: 100%;
  }
  .event-strip01 .content .event_top > div:first-of-type {
    border-right: none;
    border-bottom: 2px solid #88050c;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .swiper-slide span span.score-holder span.team-name img {
    display: none;
  }
  .swiper-slide span span.score-date {
    font-size: 14px;
    line-height: 14px;
  }
  .swiper-slide span span.score-location {
    font-size: 16px;
    line-height: 20px;
  }
  .swiper-slide span span.score-holder span.score {
    font-size: 30px;
    line-height: 30px;
  }
  .swiper-slide span span.score-holder span.team-name {
    font-size: 16px;
  }
  .swiper-slide span span.vs {
    font-size: 30px;
    line-height: 30px;
    margin: 35px 0 35px;
  }
  .swiper-slide span span.score-holder {
    margin-bottom: 0;
  }
  .swiper-slide {
    height: 275px !important;
  }
  .swiper-button-next,
  .swiper-button-prev {
    height: 275px !important;
  }
  .swiper-slide > span {
    width: calc(100% - 20px);
  }
  .calendar-strip02 .content .game_schedule .schedule_item {
    display: block;
    text-align: center;
  }
  .game_schedule .schedule_item .game_info {
    display: block !important;
    width: 100%;
  }
  .calendar-strip02 .content .game_schedule .schedule_item .game_info a img,
  .calendar-strip02 .content .game_schedule .schedule_item .game_info .first-box a {
    margin: 0 0 10px;
  }
  .calendar-strip02 .content .game_schedule .schedule_item .game_info .first-box .time-holder,
  .calendar-strip02 .content .game_schedule .schedule_item .game_location {
    text-align: center;
    margin: 0 0 10px;
  }
  .swipebox_video_full a {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .wof-strip {
    background: #fff;
  }
  .wof-strip:after {
    display: none;
  }
  .wof-strip:before {
    content: "";
    background: url(/assets/images/layout/blue-star.svg) center center no-repeat;
    background-size: 200px auto;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0.15;
    transform: translate(-50%, -50%);
  }
  .wof-strip .content .editable_content {
    padding-left: 0;
    width: 100%;
    float: none;
    text-align: center;
  }
  .academy-list-bottom .box {
    width: 100%;
    margin: 0 0 20px;
  }
  .academy-list-bottom .box .content-holder {
    width: calc(100% - 220px);
    margin: 0 0 0 220px;
  }
  .strip04 .content .contact_info ul li figure {
    margin: 0 auto 20px;
    float: none;
    display: block;
  }
  .strip04 .content .contact_info ul li span {
    width: 100%;
    text-align: center;
  }
  .wof-full-list a {
    width: calc(50% - 30px);
  }
  .calendar-strip02 .content form select {
    width: 100%;
    margin: 0 0 20px;
  }
  .calendar-strip02 .content form input {
    width: 100%;
    text-align: center;
  }
  .strip02 {
    padding-top: 70px;
  }
  .half-box-strip a.other-programs {
    padding: 12px 25px;
    text-align: center;
  }
  .banner-container-constrained .banner-details .title {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 32px;
  }
  .banner-container-constrained .banner-details .description {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .team-page .menu_list ul.pages li {
    width: 100%;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 750px) {
  .strip03:before,
  .about-strip02:before {
    width: 100%;
  }
  .about-strip02:after,
  .strip03:after {
    content: "";
    background: #002159;
    background-size: auto 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.85;
  }
  .about-strip02 .content .editable_content,
  .strip03 .content .editable_content {
    width: 100%;
    float: none;
    padding: 40px;
  }
  .wof-list .grid_item {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 700px) {
  .swiper-slide {
    display: none;
  }
  .swiper-slide span span.score-date {
    font-size: 10px;
    line-height: 10px;
  }
  .swiper-slide span span.score-location {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .swiper-slide span span.score-holder span.score {
    font-size: 22px;
    line-height: 22px;
    margin: 0;
  }
  .swiper-slide span span.vs {
    font-size: 22px;
    line-height: 22px;
    margin: 15px 0;
  }
  .swiper-slide {
    height: 225px !important;
  }
  .swiper-button-next,
  .swiper-button-prev {
    height: 225px !important;
  }
  .swiper-slide span span.score-holder span.team-name {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .academy-list .box {
    width: calc(100% - 30px);
  }
  .event-strip02 .content .box-score .box-line .name-box {
    font-size: 16px;
  }
  .academy-list-bottom .box {
    width: 100%;
    margin: 0 0 20px;
  }
  .academy-list-bottom .box:before {
    display: none;
  }
  .academy-list-bottom .box:after {
    left: 0;
    opacity: 0.1;
  }
  .academy-list-bottom .box .content-holder {
    width: calc(100% - 180px);
    margin: 0 0 0 180px;
  }
  .roster_table thead tr td {
    font-size: 14px;
    line-height: 22px;
    padding: 5px;
  }
  .roster_table thead tr td:first-of-type {
    font-size: 16px;
  }
  .roster_table tbody tr td {
    padding: 5px;
    font-size: 14px;
  }
  .player_info_modal .info_container .player_stats table thead tr td {
    font-size: 14px;
    line-height: 22px;
  }
  .player_info_modal .info_container .player_stats table tbody tr td {
    font-size: 14px;
    line-height: 22px;
  }
  .academy-list-bottom .box .content-holder {
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 2;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .wof-full-list a {
    width: 100%;
    margin: 0 0 30px;
  }
  .score-holder {
    width: 300px;
  }
  .banner-container-constrained .banner-details .title {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width: 440px) {
  .strip01:before {
    width: 80%;
    left: 10%;
    background-size: 100%;
  }
}
@media screen and (max-width: 400px) {
  .half-box-strip a.other-programs {
    padding: 12px 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 350px) {
  .score-holder {
    width: 200px;
  }
}
.previous-years-section{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.previous-years-section > label{
    width: 130px;
}
.previous-years-section > .custom-select{
  width: calc(100% - 266px);
}
.previous-years-section > button.superbutton{
  width: 120px;
  text-align: center;
}
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: var(--main);
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border-right: 2px solid var(--dark);
  border-bottom: 2px solid var(--dark);
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  top: calc(50% - .2rem);
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  color: white;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}
.select-selected{
  user-select: none;
  font-size: 16px;
  line-height: 1;
  color: var(--medium);
  background: white;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 2px solid #eaeaea;
  padding: 8px 6px;
  border-radius: 5px;
  cursor: pointer;
  transition: all .35s ease-in-out;
}
.select-selected.select-arrow-active{
  border-radius: 5px 5px 0 0;
}
.select-selected::after{
  width: .8rem;
  height: .8rem;
  top: calc(50% - 7px);
  right: 16px;
  transition: all .35s ease-in-out;
  transform: rotate(45deg);
}
.select-selected.select-arrow-active::after{
  transform: rotate(225deg);
  top: calc(50% - .2rem);
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #002159;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  max-height: calc(46px * 3);
  overflow: scroll;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.extra-bot-pad{
  padding-bottom: 150px;
}
.calendar-strip02 .content form{
  gap: 16px;
}
.calendar-strip02 .custom-select{
  width: 320px;
}
.calendar-strip02 .content form input{
    padding: 7px 45px 9px;
}
@media screen and (max-width: 960px) {
  .extra-bot-pad{
    padding-bottom: 100px;
  }
  .previous-years-section{
    flex-direction: column;
  }
.calendar-strip02 .custom-select,
  .previous-years-section > label,
  .previous-years-section > .custom-select,
  .previous-years-section > button.superbutton{
    width: 100%
  }
}
.light-bg{
  background: #f4f8fc;
}
.colour-bg{
  background: #002159;
}
.colour-bg h1,
.colour-bg h2,
.colour-bg h3,
.colour-bg h4,
.colour-bg h5,
.colour-bg h6,
.colour-bg p,
.colour-bg ul li,
.colour-bg ol li,
.colour-bg pre{
  color: white;
}
.shop-list{
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.shop-list .card{
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: white;
  box-shadow: 0 0 16px hsla(0 0% 0% / .16);
  border-radius: 16px;
  overflow: hidden;
}
.shop-list .card > img,
.shop-list .card .shop-swiper{
  padding: 0 !important;
  width: calc(40% - 8px);
  aspect-ratio: 1 / 1;
    border: none;
    box-shadow: none;
    outline: none;
}
.shop-list .card .shop-swiper .swiper-slide{
  border: none !important;
}
.shop-list .card .shop-swiper .swiper-button-next, 
.shop-list .card .shop-swiper .swiper-button-prev{
  width: 24px !important;
  height: 24px !important;
  top: auto !important;
  left: auto !important;
  bottom: 8px !important;
  right: 8px !important;
  border-radius: 50%;
  border: 1px solid hsla(0 0% 100% / .3);
  background: hsla(0 0% 100% / .1) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.shop-list .card .shop-swiper .swiper-button-prev{
  right: 36px !important;
}
.shop-list .card .shop-swiper .swiper-button-next::after{
  font-size: 12px !important;
  padding: 1px 0 0 2px;
} 
.shop-list .card .shop-swiper .swiper-button-prev::after{
  font-size: 12px !important;
  padding: 0;
}
.shop-list .card .content-wrapper{
  width: calc(60% - 8px);
  padding: 16px 16px 16px 0;
}
.shop-list .card .content-wrapper .price_display{
  font-size: 16px;
  font-weight: 600;
}
.shop-list .card .content-wrapper .price_display span.strike{
  color: #959595;
}
.shop-list .card .content-wrapper .price_display strong{
  color: #333;
  font-weight: 600;
}
.shop-list .card .content-wrapper .title{
  color: #002159;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 22px;
  margin: 0 0 8px;
  padding: 0 0 8px;
  border-bottom: 1px solid hsla(0 0% 0% / .1);
}
.shop-list .card .content-wrapper .line_detail{
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
}
.shop-list .card .content-wrapper .line_detail .size-list .size-option{
  line-height: 1;
  padding: 4px 12px 3px;
  border-radius: 4rem;
  border: 1px solid #d0d7db;
  background: #f6f6f6;
}
.shop-list .card .content-wrapper .line_detail .color-list{
  margin: 0;
}
.shop-list .card .content-wrapper .line_detail .color-list .color-option .color-swatch{
  border: 1px solid #d0d7db;
  width: 20px;
  height: 20px;
}
.shop-list .card .content-wrapper .desc-wrapper{
  margin: 8px 0 0;
  padding: 8px 0 0;
  border-top: 1px solid hsla(0 0% 0% / .1);
}
.shop-list .card .content-wrapper .desc-wrapper p{
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 8px;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: calc(16px * 3 * 1.4);
  transition: all .35s ease-in-out;
}
.shop-list .card .content-wrapper .desc-wrapper.active p{
  max-height: 100%;
  display: block;
}
.shop-list .card .content-wrapper .desc-wrapper .read-more{
  font-weight: 600;
  font-size: 14px;
  color: #959595;
  cursor: pointer;
}
.shop-list .card .content-wrapper .desc-wrapper .read-more::after{
  content: 'Read More...';
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #959595;
  cursor: pointer;
}
.shop-list .card .content-wrapper .desc-wrapper.active .read-more::after{
  content: 'Read Less...';
}
@media screen and (max-width: 768px) {
  .shop-list .card{
    flex-direction: column;
    gap: 0;
  }
  .shop-list .card > img, .shop-list .card .shop-swiper,
  .shop-list .card .content-wrapper{
    width: 100%;
  }
  .shop-list .card .content-wrapper{
    padding: 16px;
  }
  .shop-list .card .content-wrapper .line_detail{
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .shop-list .card .shop-swiper .swiper-slide{
    height: auto !important;
  }
}