/* -------------- COLORS -------------- */
/* ---------------------------- */
/* -------------- FRONT END -------------- */
/* ---------------------------- */
/* -------------- ADMIN -------------- */
/* ---------------------------- */
/* -------------- MIXINS -------------- */
/* ---------------------------- */
/* -------------- MEDIA QUERIES -------------- */
/* ---------------------------- */
/* -------------- SOCIAL ICONS -------------- */
/* -------------- COMMON -------------- */
html {
  height: 100%;
  width: 100%;
  font-size: 16px;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  font-weight: 400;
  color: #55565b;
  line-height: 1.425rem;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  height: 100%;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 80px;
  }
}
*,
::after,
::before {
  box-sizing: border-box;
}
p {
  margin: 0;
  padding: 6px 0;
}
form {
  margin: 0;
  text-align: left;
}
ul,
ol {
  margin: 18px 0;
}
ul ul {
  margin: 8px 0;
}
ul li {
  list-style: square;
}
li {
  padding: 4px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
input,
textarea,
select {
  font-size: 16px;
  font-weight: 400;
}
textarea {
  overflow: auto;
}
.notext {
  font-size: 0;
  line-height: 0;
  text-indent: -10000px;
  margin: 0;
  padding: 0;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.text-center {
  text-align: center;
}
/* html5 elements */
main,
section,
article,
header,
footer,
details,
aside {
  display: block;
}
/* rarely used tags */
address {
  font-weight: bold;
}
blockquote {
  font-weight: bold;
  font-style: italic;
  margin-left: 30px;
}
code {
  font-family: Courier, monospace;
}
dt {
  margin-left: 15px;
  font-weight: bold;
}
dd {
  margin: 15px 0 15px 30px;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
/* WordPress Classes */
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #d4d4d4;
  padding-top: 4px;
  margin: 10px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 80%;
  line-height: 16px;
  padding: 0 4px 5px;
  margin: 0;
}
/* default WP caption for images and cbox layer styles */
.wp-caption {
  background-color: #FFFFFF;
  max-width: 610px !important;
  margin-bottom: 0;
  margin-top: 0;
}
.wp-caption p.wp-caption-text {
  font-size: 100%;
  font-weight: 600;
}
#cboxTitle {
  font-size: 16px;
  font-weight: 400;
}
#cboxContent {
  margin-bottom: 32px !important;
}
.wp-caption {
  border: none;
  text-align: center;
  background-color: transparent;
  padding: 0;
  margin: 0;
  max-width: 100% !important;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 1px solid #DDDDDD;
}
.wp-caption p.wp-caption-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
a.img-link {
  display: inline-block;
  text-align: center;
}
hr {
  border-color: #55565b;
  margin: 40px 0;
  opacity: 0.4;
}
ul.nolist {
  margin: 0;
  padding: 0;
}
ul.nolist li {
  list-style: none;
}
.padding-top-0,
.padding-top-0.h1,
.padding-top-0.h2,
.padding-top-0.h3,
.padding-top-0.h4 {
  padding-top: 0;
}
.responsiveVideoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.responsiveVideoWrapper iframe,
.responsiveVideoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.bg-primary {
  background-color: #c12026;
  color: #ffffff;
}
.bg-gray {
  background-color: #f9f9f9;
}
/* ---------------------------- */
/* -------------- BOOTSTRAP CONTAINER -------------- */
/* bootstrap no gutter */
.container.no-gutters,
.container-fsm.no-gutters,
.container-fluid.no-gutters {
  padding-left: 0;
  padding-right: 0;
}
.container.no-gutters .row,
.container-fsm.no-gutters .row,
.container-fluid.no-gutters .row {
  margin-right: 0;
  margin-left: 0;
}
.container.no-gutters [class*="col-"],
.container-fsm.no-gutters [class*="col-"],
.container-fluid.no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.container-fluid {
  max-width: 100%;
  width: 100%;
}
.container {
  max-width: 1400px;
}
@media screen and (max-width: 1400px) {
  .container {
    max-width: 98%;
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}
.container-small {
  max-width: 900px;
}
@media screen and (max-width: 901px) {
  .container-small {
    max-width: 100%;
  }
}
/* ---------------------------- */
/* -------------- LINKS AND BUTTONS -------------- */
a {
  color: #c12026;
  text-decoration: none;
  transition: all 200ms ease-in;
}
a:hover {
  color: #c12026;
  text-decoration: underline;
}
a img {
  border: none;
}
a:visited {
  color: #c12026;
}
a.btn-fsm {
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  color: #c12026;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #c12026;
  line-height: 20px;
  padding: 6px 12px;
}
a.btn-fsm:hover {
  color: #ffffff;
  background-color: #c12026;
  text-decoration: none;
}
a.btn-fsm.btn-white {
  color: #c12026;
  border-color: #ffffff;
  background-color: #ffffff;
}
a.btn-fsm.btn-white:hover {
  color: #ffffff;
  background-color: #c12026;
  border-color: #c12026;
}
/* ---------------------------- */
/* -------------- TITLES -------------- */
h1,
h2,
h3,
h4,
.fake-h1,
h2.fake-h1 {
  color: #c12026;
  margin: 0;
}
h1,
h2.fake-h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.75rem;
  font-weight: bold;
  color: #c12026;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 30px 0;
}
@media (max-width: 767px) {
  h1,
  h2.fake-h1 {
    font-size: 1.75rem;
    letter-spacing: 1px;
  }
}
h2,
h1.fake-h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 2.25rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 40px 0 10px 0;
}
@media (max-width: 767px) {
  h2,
  h1.fake-h2 {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  padding: 30px 0 10px 0;
}
@media screen and (min-width: 768px) {
  h1.large-title,
  h2.large-title,
  h3.large-title,
  h4.large-title {
    font-size: 3rem;
  }
}
h1.big-title,
h2.big-title,
h3.big-title,
h4.big-title {
  font-size: 2rem;
}
h1.medium-title,
h2.medium-title,
h3.medium-title,
h4.medium-title {
  font-size: 1.5rem;
}
h1.small-title,
h2.small-title,
h3.small-title,
h4.small-title {
  font-size: 1.2rem;
}
h1.title-primary,
h2.title-primary,
h3.title-primary {
  background-color: #c12026;
  color: #ffffff;
  padding: 20px 0;
}
/* ---------------------------- */
/* -------------- FORMS -------------- */
form.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
}
form.wpcf7-form * {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}
form.wpcf7-form p {
  padding: 0;
}
form.wpcf7-form .field {
  width: 100%;
  padding: 10px;
}
form.wpcf7-form .field.required > label:after {
  content: '*';
  color: red;
  padding-left: 5px;
}
form.wpcf7-form label {
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  color: #55565b;
  text-transform: none;
  line-height: 20px;
  width: 100%;
}
form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="email"],
form.wpcf7-form input[type="tel"],
form.wpcf7-form textarea {
  width: 100%;
  padding: 6px 10px;
  color: #55565b;
  background-color: #ffffff;
  border: 1px solid #b0b0b0;
}
form.wpcf7-form input[type="text"]:hover,
form.wpcf7-form input[type="email"]:hover,
form.wpcf7-form input[type="tel"]:hover,
form.wpcf7-form textarea:hover,
form.wpcf7-form input[type="text"]:focus,
form.wpcf7-form input[type="email"]:focus,
form.wpcf7-form input[type="tel"]:focus,
form.wpcf7-form textarea:focus {
  background-color: #ffffff;
  border-color: #c12026;
  outline: none;
}
form.wpcf7-form input[type="file"] {
  border: none;
  background-color: transparent;
}
form.wpcf7-form input[type="submit"] {
  width: auto;
  background-color: #c12026;
  border: 1px solid #c12026;
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px 30px;
}
form.wpcf7-form input[type="submit"]:hover {
  background-color: #ffffff;
  border-color: #c12026;
  color: #c12026;
  cursor: pointer;
}
form.wpcf7-form .wpcf7-response-output {
  margin: 0;
  padding: 5px 10px 0 10px;
}
form.wpcf7-form .section {
  padding: 0;
  display: flex;
  gap: 10px;
}
form.wpcf7-form textarea {
  height: 185px;
}
form.wpcf7-form .half {
  width: 50%;
}
form.wpcf7-form .section {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  form.wpcf7-form .section {
    flex-wrap: wrap;
    gap: 0;
  }
  form.wpcf7-form .half {
    width: 100%;
  }
}
.fsm_custom_select {
  /* Custom Select */
  position: relative;
  display: flex;
  background: #ffffff;
  border: 1px solid #b0b0b0;
  overflow: hidden;
}
.fsm_custom_select::before {
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #b0b0b0;
  content: '';
  display: inline-block;
  height: 14px;
  width: 14px;
  position: absolute;
  top: 6px;
  right: 10px;
  transform: rotate(135deg);
  vertical-align: top;
  z-index: 10;
}
.fsm_custom_select span {
  width: 100%;
}
.fsm_custom_select select {
  /* Reset Select */
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #ffffff;
  background-image: none;
  flex: 1;
  color: #55565b;
  padding: 0 10px;
  width: 100%;
  cursor: pointer;
}
.fsm_custom_select select::-ms-expand {
  /* Remove IE arrow */
  display: none;
}
.fsm_custom_select:hover,
.fsm_custom_select:focus {
  background-color: #ffffff;
  border-color: #c12026;
  outline: none;
}
.fsm_custom_select:hover select,
.fsm_custom_select:focus select {
  background-color: #ffffff;
}
/* ---------------------------- */
/* -------------- COMMON -------------- */
.fotorama__wrap video {
  height: 100%;
  width: 177.77777778vh;
  /* 100 * 16 / 9 */
  min-width: 100%;
  min-height: 56.25vw;
  /* 100 * 9 / 16 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fotorama__nav-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 1;
}
.fotorama__nav-wrap .fotorama__nav--dots .fotorama__nav__frame {
  width: 30px;
  height: 40px;
}
.fotorama__nav-wrap .fotorama__nav--dots .fotorama__nav__frame .fotorama__dot {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 2px solid #ffffff;
  top: 12px;
}
.fotorama__nav-wrap .fotorama__nav--dots .fotorama__nav__frame.fotorama__active .fotorama__dot {
  background-color: #ffffff;
}
.fotorama-overlay .fotorama__wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #000000;
  opacity: 0.5;
  z-index: 3;
}
.fotorama__stage:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
/* ---------------------------- */
.video-container {
  position: relative;
  overflow: hidden;
  max-height: 700px;
}
.video-container:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.section {
  padding: 50px 0;
}
