* {
  box-sizing: border-box;
}

:root {
  --black-color: #000;
  --white-color: #ffffff;
  --primary-color: #1e90ff;
  --read-color: #AF1F24;
  --Corinthia-font: "Corinthia", cursive;
  --Poppins-font: "Poppins", sans-serif;
  --section-margins: 50px;
  --section-padding: 50px;
  --transition: all 0.4s ease-in-out;
}

@media (min-width:768px) {
  :root {
    --section-margins: 70px;
    --section-padding: 70px;
  }
}

@media (min-width:1200px) {
  :root {
    --section-margins: 100px;
    --section-padding: 100px;
  }
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --Poppins-font: "Poppins", sans-serif;
  font-weight: normal;
  color: var(--black-color);
  background: var(--white-color);
  /* overflow-x: hidden; */
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #0b5798;
}

:focus {
  outline: none !important;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

iframe {
  max-width: 100%;
}

/**
  * Typography
  */

/*
  - Please set up line-heights in ems
  - Set up typography styling based on styles found in .xd file under Assets > Character Styles
  */

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--Poppins-font);
}

h1 {}

h2 {
  font-style: italic;
  font-weight: 900;
  font-size: 22px;
  line-height: 1em;
  text-transform: uppercase;
  color: #0C0C0C;
  margin-bottom: 21px;
}

h2 span {
  font-family: var(--Corinthia-font);
  font-weight: 400;
  font-size: 42px;
  /* line-height: 1.3888888888888888em; */
  line-height: 0.999em;
  color: #AF1F24;
  display: block;
  text-transform: capitalize;
}

h3 {}

h4 {}

p {
  font-family: var(--Poppins-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4em;
  text-transform: uppercase;
  margin-bottom: 15px;
}

p:last-child {
  margin: 0;
}

@media (min-width: 768px) {
  h1 {}

  h2 {}

  h3 {}

  h4 {}

  p {
    font-size: 16px;
  }
}

@media (min-width: 1025px) {
  h1 {}

  h2 {
    font-size: 32px;
  }

  h2 span {
    font-size: 72px;
  }

  h3 {}

  h4 {}

  p {
    font-size: 20px;
    margin-bottom: 20px;
  }

  p:last-child {
    margin: 0;
  }
}

p,
ul,
ol {}

.page-content ul,
.page-content ol {
  /* fix for bulleted lists not wrapping around images correctly in Wordpress */
  width: auto;
  overflow: hidden;
  padding-left: 15px;
}

.page-content ul {
  list-style-type: none;
}

ol {
  padding-left: 25px;
}

ol li {
  counter-increment: list;
  position: relative;
  list-style-type: none;
}

ol li:before {
  content: counter(list) ".";
  position: absolute;
  left: 0;
}

ul li {}

ul li:before {}

ol {
  padding-left: 25px;
}

ol li {
  counter-increment: list;
  position: relative;
  list-style-type: none;
}

ol li:before {
  content: counter(list) ".";
  position: absolute;
  left: 0;
}

hr {}

a {
  word-break: break-word;
  /* force link text to overflow when too long for container */
}

a:hover {}

/*------------------------------------*\
      COMPONENTS
  \*------------------------------------*/

/**
   * Utility Margin/Padding Classes
   *
   * TODO: Update the --margins variable in custom-properties.css to match prototypes margins 
   */

/* Used on outer-most section container so section margins collapse */
.section-margins {
  margin-top: var(--section-margins);
  margin-bottom: var(--section-margins);
}

/* Used only for sections with colored backgrounds */
.section-padding {
  padding-top: var(--section-margins);
  padding-bottom: var(--section-margins);
}

/**
  * Clearfix
  * Apply clearing without adding additional markup
  */

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/*--------------------------------------------------------------*\
       OBJECTS
       Objects are independent generic stylibf classes or UI peices.
       All styles for objects should be self contained.
   
       e.g. an object shouldn't rely on trump helpers to apply padding etc.
   \*--------------------------------------------------------------*/

/**
   * Buttons
   */

.btn {
  font-family: var(--Poppins-font);
  font-weight: 600;
  font-size: 12px;
  line-height: 1.3333333333333333em;
  text-transform: uppercase;
  color: var(--white-color);
  border: none;
  padding: 12px 20px;
  border-radius: 0;
}

.btn-primary {
  background: #0C0C0C;
}

.btn-primary:hover {
  background: var(--read-color);
}

.btn-secondary {}

.btn-secondary:hover {}

.btn+.btn {
  margin-left: 15px;
}

@media (min-width: 600px) {
  .btn+.btn {
    margin-left: 24px;
  }

}

@media (min-width: 1200px) {
  .btn {
    font-size: 18px;
    padding: 18px 20px;
  }

}

/**
   * Icons
   */

@font-face {
  font-family: 'epic';
  src: url('../icons/epic.eot?to1p5r');
  src: url('../icons/epic.eot?to1p5r#iefix') format('embedded-opentype'),
    url('../icons/epic.ttf?to1p5r') format('truetype'),
    url('../icons/epic.woff?to1p5r') format('woff'),
    url('../icons/epic.svg?to1p5r#epic') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'epic' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\e900";
}

.icon-instagram:before {
  content: "\e901";
}

.icon-left-arrow:before {
  content: "\e902";
}

.icon-right-arrow:before {
  content: "\e903";
}

.icon-tick:before {
  content: "\e904";
}

.icon-tweter:before {
  content: "\e905";
}

.icon-youtube:before {
  content: "\e906";
}


/**
   * Forms
   */
.form-col {
  position: relative;
  display: inline-block;
  width: 100%;
}

.form-col .location-select {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  font-family: var(--Poppins-font);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #AF1F24;
}

.select select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

.select::after {
  content: "";  
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  background: url(../img/down-arrow.svg) no-repeat;
  width: 12px;
  height: 6px;
  pointer-events: none;
}

label {}

select {
  width: 100%;
  padding: 13px 20px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
}

textarea {
  width: 100%;
  padding: 13px 20px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  resize: none;
  height: 116px;
}

/* Removes default webkit form styling */
input:not([type="radio"]):not([type="checkbox"]),
button,
textarea {
  -webkit-appearance: none;
}

input:active,
textarea:active,
select:active,
input:focus,
textarea:focus,
select:focus {
  outline: none;
  /* Removes blue border on focus */
  /* border: 1px solid #ccc; */
  /* TODO: Please add a branded border for active and focus */
}

/* default text input style */
[type="text"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="url"],
[type="week"],
[type="date"] {
  width: 100%;
  padding: 13px 20px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
}


[type="text"]::placeholder,
[type="date"]::placeholder,
[type="datetime"]::placeholder,
[type="datetime-local"]::placeholder,
[type="email"]::placeholder,
[type="month"]::placeholder,
[type="number"]::placeholder,
[type="password"]::placeholder,
[type="search"]::placeholder,
[type="tel"],
[type="url"]::placeholder,
[type="week"]::placeholder,
[type="date"]::placeholder,
textarea::placeholder {
  font-family: var(--Poppins-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #747474;
  opacity: 1;
}

/* Removes inconsistent padding from Firefox buttons */
button::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border: none;
  padding: 0;
}

.container-fluid {
  padding: 0 15px;
}

.container {
  max-width: 1400px;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .container-fluid {
    padding: 0 22px;
  }

  .container {
    padding: 0 22px;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    padding: 0 60px;
  }

  .container {
    padding: 0 60px;
  }
}

.bg-light {
  background: #FBFBFB;
}

.bg-drack {
  background: #0C0C0C;
}

.bg-drack-red {
  background: #6B0B1E;
}