/**
 * Layout
 * Brings togeather all partials, this is then compiles into layout.min.js
 */
/**
 * SETTINGS 
 * Global vars
 */
.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.justify-content-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.ml-auto {
  margin-left: auto;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  display: block;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Box sizing - border box everything to make life easier.
 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * MIXINS
 */
/**
 * Helper Classes
 */
.m-0 {
  margin: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.p-0 {
  padding: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.m-5 {
  margin: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.p-5 {
  padding: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.p-10 {
  padding: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.p-15 {
  padding: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.p-20 {
  padding: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.m-30 {
  margin: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.m-50 {
  margin: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.p-50 {
  padding: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-none {
  text-transform: none !important;
}

.display-block {
  display: block !important;
}

.display-inline {
  display: inline !important;
}

.display-inline-block {
  display: inline-block !important;
}

.fnt-10 {
  font-size: 10px !important;
}

.fnt-12 {
  font-size: 12px !important;
}

img {
  width: auto;
  max-width: 100%;
}
img.img-inline {
  display: inline-block !important;
}
img.img-center {
  margin: 0 auto;
  display: block;
}

.bdr {
  border-style: solid;
  border-width: 1px;
  border-color: #252525;
}

.bdr-rounded {
  border-radius: 4px;
}

.bdr-top {
  border-top-style: solid;
}

.bdr-bottom {
  border-bottom-style: solid;
}

.bdr-left {
  border-left-style: solid;
}

.bdr-right {
  border-right-style: solid;
}

.bdr-1 {
  border-width: 1px;
}

.hr-1 {
  border-top-width: 1px;
}

.bdr-2 {
  border-width: 2px;
}

.hr-2 {
  border-top-width: 2px;
}

.bdr-3 {
  border-width: 3px;
}

.hr-3 {
  border-top-width: 3px;
}

.bdr-4 {
  border-width: 4px;
}

.hr-4 {
  border-top-width: 4px;
}

.bdr-5 {
  border-width: 5px;
}

.hr-5 {
  border-top-width: 5px;
}

.bdr-white {
  border-color: #FFFFFF !important;
}

.hr-white {
  border-color: #FFFFFF !important;
}

.bdr-black {
  border-color: #000000 !important;
}

.hr-black {
  border-color: #000000 !important;
}

.bdr-light {
  border-color: rgba(0, 0, 0, 0.05) !important;
}

.hr-light {
  border-color: rgba(0, 0, 0, 0.05) !important;
}

.max-320 {
  max-width: 320px !important;
  margin: 0 auto;
}

.max-480 {
  max-width: 480px !important;
  margin: 0 auto;
}

.max-640 {
  max-width: 640px !important;
  margin: 0 auto;
}

.max-980 {
  max-width: 980px !important;
  margin: 0 auto;
}

/**
 * Modified Bootstrap columns. 
 * // TODO - Switch to flex
 */
.container-fluid {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 992px) {
  .container-fluid {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .container-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media only screen and (min-width: 992px) {
  .row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

.col-non-rel {
  position: inherit !important;
}

.col-xxxs-1, .col-xxs-1, .col-xs-1, .col-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xxl-1,
.col-xxxs-2, .col-xxs-2, .col-xs-2, .col-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xxl-2,
.col-xxxs-3, .col-xxs-3, .col-xs-3, .col-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xxl-3,
.col-xxxs-4, .col-xxs-4, .col-xs-4, .col-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xxl-4,
.col-xxxs-5, .col-xxs-5, .col-xs-5, .col-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xxl-5,
.col-xxxs-6, .col-xxs-6, .col-xs-6, .col-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xxl-6,
.col-xxxs-7, .col-xxs-7, .col-xs-7, .col-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xxl-7,
.col-xxxs-8, .col-xxs-8, .col-xs-8, .col-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xxl-8,
.col-xxxs-9, .col-xxs-9, .col-xs-9, .col-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xxl-9,
.col-xxxs-10, .col-xxs-10, .col-xs-10, .col-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xxl-10,
.col-xxxs-11, .col-xxs-11, .col-xs-11, .col-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xxl-11,
.col-xxxs-12, .col-xxs-12, .col-xs-12, .col-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12, .col-xxl-12,
.col-xxxs-2-4, .col-xxs-2-4, .col-xs-2-4, .col-sm-2-4, .col-md-2-4, .col-lg-2-4 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .col-xxxs-1, .col-xxs-1, .col-xs-1, .col-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xxl-1,
  .col-xxxs-2, .col-xxs-2, .col-xs-2, .col-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xxl-2,
  .col-xxxs-3, .col-xxs-3, .col-xs-3, .col-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xxl-3,
  .col-xxxs-4, .col-xxs-4, .col-xs-4, .col-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xxl-4,
  .col-xxxs-5, .col-xxs-5, .col-xs-5, .col-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xxl-5,
  .col-xxxs-6, .col-xxs-6, .col-xs-6, .col-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xxl-6,
  .col-xxxs-7, .col-xxs-7, .col-xs-7, .col-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xxl-7,
  .col-xxxs-8, .col-xxs-8, .col-xs-8, .col-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xxl-8,
  .col-xxxs-9, .col-xxs-9, .col-xs-9, .col-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xxl-9,
  .col-xxxs-10, .col-xxs-10, .col-xs-10, .col-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xxl-10,
  .col-xxxs-11, .col-xxs-11, .col-xs-11, .col-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xxl-11,
  .col-xxxs-12, .col-xxs-12, .col-xs-12, .col-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12, .col-xxl-12,
  .col-xxxs-2-4, .col-xxs-2-4, .col-xs-2-4, .col-sm-2-4, .col-md-2-4, .col-lg-2-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .col-xxxs-1, .col-xxs-1, .col-xs-1, .col-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xxl-1,
  .col-xxxs-2, .col-xxs-2, .col-xs-2, .col-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xxl-2,
  .col-xxxs-3, .col-xxs-3, .col-xs-3, .col-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xxl-3,
  .col-xxxs-4, .col-xxs-4, .col-xs-4, .col-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xxl-4,
  .col-xxxs-5, .col-xxs-5, .col-xs-5, .col-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xxl-5,
  .col-xxxs-6, .col-xxs-6, .col-xs-6, .col-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xxl-6,
  .col-xxxs-7, .col-xxs-7, .col-xs-7, .col-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xxl-7,
  .col-xxxs-8, .col-xxs-8, .col-xs-8, .col-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xxl-8,
  .col-xxxs-9, .col-xxs-9, .col-xs-9, .col-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xxl-9,
  .col-xxxs-10, .col-xxs-10, .col-xs-10, .col-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xxl-10,
  .col-xxxs-11, .col-xxs-11, .col-xs-11, .col-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xxl-11,
  .col-xxxs-12, .col-xxs-12, .col-xs-12, .col-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12, .col-xxl-12,
  .col-xxxs-2-4, .col-xxs-2-4, .col-xs-2-4, .col-sm-2-4, .col-md-2-4, .col-lg-2-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.row .col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.row .col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}
.row .col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}
.row .col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}
.row .col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}
.row .col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}
.row .col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
.row .col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}
.row .col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}
.row .col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}
.row .col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}
.row .col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}
.row .col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .row .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .row .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .row .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .row .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .row .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .row .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .row .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .row .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .row .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .row .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .row .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .row .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .row .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .row .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .row .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .row .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .row .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .row .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .row .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .row .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .row .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .row .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .row .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .row .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .row .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .row .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .row .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .row .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .row .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .row .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .row .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .row .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .row .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .row .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .row .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .row .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .row .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .row .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .row .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .row .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .row .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .row .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .row .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .row .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .row .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}

/**
 * Final responsive classes
 */
@media only screen and (max-width: 479px) {
  .hide-xxs {
    display: none;
  }
}
@media only screen and (max-width: 639px) {
  .hide-xs {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .hide-sm {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .hide-md {
    display: none;
  }
}
@media only screen and (min-width: 480px) {
  .show-xxs {
    display: block;
  }
}
@media only screen and (min-width: 640px) {
  .show-xs {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  .show-sm {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .show-md {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 1rem;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #d5d5d5;
  }
}

/**
 * FONTS
 * Fontello / FontAwesome libs, or webfont kits not hosted
 * on third party sites liek Adobe Fonts / Google Fonts
 */
body {
  padding: 0;
  margin: 0 auto;
  color: #252525;
  font-family: "raleway", sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.3;
  min-width: 320px;
}
body.nav-open #header .wrapper #navigation {
  display: block;
}
body.modal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
body.modal-open #modal {
  display: block;
  background-color: rgba(0, 0, 0, 0.5803921569);
}
body .select2-container--open .select2-dropdown {
  top: -6px;
  border-color: #DDDDDD;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
body .select2-container--open .select2-dropdown .select2-results__options li:last-of-type {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #405681;
  color: #ffffff;
  cursor: pointer;
}

#header, #main, #footer, nav {
  display: block;
  position: relative;
}
#header .wrapper, #main .wrapper, #footer .wrapper, nav .wrapper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media only screen and (min-width: 992px) {
  #header .wrapper, #main .wrapper, #footer .wrapper, nav .wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  #header .wrapper, #main .wrapper, #footer .wrapper, nav .wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

#my-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  width: 100%;
}
#my-gallery a {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 200px;
  min-width: 200px;
  margin-bottom: 10px;
  width: 200px;
}
@media (min-width: 480px) {
  #my-gallery a {
    max-width: 300px;
  }
}
#my-gallery a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/**
 * Header
 */
#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  height: 80px;
  -webkit-box-shadow: 0 0 12px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 12px -2px rgba(0, 0, 0, 0.3);
}
#header .wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .wrapper .logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
#header .wrapper .logo-wrap .logo img {
  max-height: 60px;
  width: 100%;
  max-width: 60px;
}
#header .wrapper #navigation .nav {
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#header .wrapper #navigation .nav li {
  list-style: none;
  margin-left: 16px;
}
#header .wrapper #navigation a {
  color: #ffffff;
}

/**
 * NAVIGATION
 */
@media only screen and (max-width: 1079px) {
  body.nav-open {
    overflow: hidden;
  }
}
/**
 * Footer
 */
/**
 * SPINNER / LOADER
 */
.loading {
  text-align: center;
  position: relative;
  min-height: 60px;
}
.loading.relative {
  min-height: 0;
}
.loading .spinner, .loading .spinner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loading .spinner {
  text-align: center;
  display: inline-block;
  margin: 0;
  font-size: 5px;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid rgba(255, 255, 255, 0.8);
  text-align: center;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loading .spinner.dark {
  border-top: 1.1em solid rgba(0, 0, 0, 0.4);
  border-right: 1.1em solid rgba(0, 0, 0, 0.4);
  border-bottom: 1.1em solid rgba(0, 0, 0, 0.4);
  border-left: 1.1em solid rgba(0, 0, 0, 0.9);
}
.loading .spinner.small {
  width: 20px;
  height: 20px;
  font-size: 4px;
}
.loading .spinner.large {
  width: 80px;
  height: 80px;
  font-size: 8px;
}
.loading .spinner.relative {
  position: relative;
  top: auto;
  margin-top: 0;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loading-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.loading-overlay .loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.65);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.loading-overlay .loading .spinner.relative {
  position: absolute;
  top: 50%;
  margin-top: -22px;
}
.loading-overlay .loading .txt {
  margin-top: 30px;
}

.alert.alert-loading {
  padding: 15px 15px 10px;
  overflow: hidden;
}
.alert.alert-loading .loading {
  min-height: 0;
  float: left;
}
.alert.alert-loading .loading .spinner {
  position: relative;
  top: auto;
  margin-top: 0;
  width: 20px;
  height: 20px;
  font-size: 4px;
}

.btn.btn-wait {
  cursor: wait;
  padding: 10px !important;
}
.btn.btn-wait .loading {
  min-height: 0;
  line-height: 1;
}
.btn.btn-wait .loading .spinner {
  font-size: 4px;
  height: 20px;
  width: 20px;
  top: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
}

/**
 * ALERTS & NOTICES
 */
.info {
  color: #2a91af !important;
}

.success {
  color: #3a993a !important;
}

.error, .danger {
  color: #c42823 !important;
}

.warning {
  color: #e5a242 !important;
}

.alert {
  position: relative;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  background-color: #f5f5f5;
  border: 0 none;
  display: block;
  line-height: normal;
  color: #252525;
}
.alert a:not(.btn) {
  color: #252525 !important;
  font-weight: bold;
}
.alert a:not(.btn):hover {
  color: #252525 !important;
  text-decoration: underline;
}
.alert.alert-success {
  color: #252525;
  background-color: #dff0d8;
}
.alert.alert-error {
  color: #252525;
  background-color: #f2dede;
}
.alert.alert-info {
  color: #252525;
  background-color: #d9edf7;
}
.alert.alert-warning {
  color: #252525;
  background-color: #fcf8e3;
}
.alert.alert-loading {
  background: #ffffff;
  color: #252525;
  border: 1px solid #bfbfbf;
}
.alert .close {
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  float: right;
  background-color: transparent;
  border: 0 none;
  line-height: 20px;
  position: relative;
  right: 0;
  top: 5px;
  opacity: 0.75;
  background-image: url("../img/icon/close.svg");
  background-repeat: no-repeat !important;
  background-size: contain;
  background-position: center;
}
.alert .close:hover {
  opacity: 1;
}

/**
 * BTNS
 */
.btn {
  display: inline-block;
  width: auto;
  padding: 0.7rem 1rem;
  margin: 0;
  border: 0 none;
  border-radius: 25px;
  color: #ffffff;
  background: #252525;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  height: auto;
  cursor: pointer;
  font-size: 1em;
  font-weight: 600;
}
.btn:hover:not(.btn-nohover), .btn:focus:not(.btn-nohover) {
  background-color: #0c0c0c;
  color: #ffffff;
}
.btn.btn-small {
  font-size: 75%;
  padding: 0.5rem 1rem 0.5rem;
  line-height: 1;
}
.btn.btn-full {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .btn.btn-full-md {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .btn.btn-full-sm {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .btn.btn-full-mb {
    width: 100%;
  }
}
.btn.btn-modal, .btn.btn-pointer {
  cursor: pointer;
}
.btn.btn-nopointer {
  cursor: default;
}
.btn.btn-rounded {
  border-radius: 4px;
}
.btn.btn-fixed {
  width: 200px;
}
@media only screen and (max-width: 479px) {
  .btn.btn-fixed {
    width: 100%;
  }
}
.btn.btn-black {
  background: #252525 !important;
  color: #ffffff !important;
}
.btn.btn-black:hover:not(.btn-nohover), .btn.btn-black:focus:not(.btn-nohover) {
  background: #323232 !important;
  color: #ffffff !important;
}
.btn.btn-text {
  background: transparent;
  border-color: transparent;
  color: #252525;
}
.btn.btn-text:hover:not(.btn-nohover), .btn.btn-text:focus:not(.btn-nohover) {
  color: #0c0c0c;
}
.btn.btn-upload {
  display: block;
  text-align: center;
  color: rgba(37, 37, 37, 0.5) !important;
  background: transparent;
  padding: 1rem;
  border: 2px solid rgba(37, 37, 37, 0.1);
  border-radius: 4px;
}

.btn-group {
  overflow: hidden;
  padding: 1rem 0 0;
}
@media only screen and (max-width: 479px) {
  .btn-group button.btn, .btn-group a.btn, .btn-group input.btn, .btn-group span.btn {
    width: 100%;
    display: block;
    margin-bottom: 0.5rem;
  }
  .btn-group button.btn:last-of-type, .btn-group a.btn:last-of-type, .btn-group input.btn:last-of-type, .btn-group span.btn:last-of-type {
    margin-bottom: 0;
  }
}
.btn-group.text-left button.btn, .btn-group.text-left a.btn, .btn-group.text-left input.btn, .btn-group.text-left span.btn {
  float: left;
  margin-right: 1rem;
}
.btn-group.text-right button.btn, .btn-group.text-right a.btn, .btn-group.text-right input.btn, .btn-group.text-right span.btn {
  float: right;
  margin-left: 1rem;
}

.btn.btn-white {
  color: #252525 !important;
  background-color: #ffffff !important;
}
.btn.btn-white:hover:not(.btn-nohover), .btn.btn-white:focus:not(.btn-nohover) {
  color: #252525 !important;
  background-color: #e6e6e6 !important;
}
.btn.btn-black {
  color: #ffffff !important;
  background-color: #252525 !important;
}
.btn.btn-black:hover:not(.btn-nohover), .btn.btn-black:focus:not(.btn-nohover) {
  color: #ffffff !important;
  background-color: #0c0c0c !important;
}
.btn.btn-light {
  color: #252525 !important;
  background-color: #f4f4f4 !important;
}
.btn.btn-light:hover:not(.btn-nohover), .btn.btn-light:focus:not(.btn-nohover) {
  color: #252525 !important;
  background-color: #dbdbdb !important;
}
.btn.btn-outline-light {
  border: 1px solid #8c8c8c;
  background-color: transparent;
  color: #8c8c8c;
}
.btn.btn-outline-light:hover {
  border: 1px solid #8c8c8c !important;
  background-color: #f4f4f4;
  color: #8c8c8c;
}
.btn.btn-blue {
  background-color: #405681;
  color: #ffffff;
}
.btn.btn-blue:hover {
  background-color: #2f3f5f !important;
}

/**
 * FORMS
 */
.control-group {
  position: relative;
  padding: 0;
  margin: 0 0 0.5rem;
}
.control-group.overflow-visible {
  overflow: visible;
}

.placeholder {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3;
  padding: 0 0 0 0;
  margin: 0 0 0.5rem;
  display: block;
  width: auto;
  float: none;
}
.placeholder.mand:after {
  content: " *";
  font-size: 1.125em;
  color: #c30c30;
}

.checkbox-group, .radio-group {
  padding: 0 0.25rem;
}

.control {
  display: block;
  padding: 0.375rem 0.675rem;
  margin: 0 0 0 -1px;
  height: 50px;
  width: 100%;
  font-size: 1em;
  line-height: 1;
  border: 1px solid #d6d6d6;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0);
  color: #252525;
}
@media only screen and (max-width: 1079px) {
  .control {
    height: 40px;
  }
}
.control:focus {
  outline: none;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(36, 62, 141, 0.1);
          box-shadow: 0 0 0 0.25rem rgba(36, 62, 141, 0.1);
}
@media only screen and (max-width: 1079px) {
  .control:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(36, 62, 141, 0.1);
            box-shadow: 0 0 0 0.2rem rgba(36, 62, 141, 0.1);
  }
}
.control[readonly], .control[disabled] {
  background: #f2f2f2;
}
.control[readonly]:focus, .control[disabled]:focus {
  border: 1px solid #d6d6d6;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0);
}

select.control {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea.control {
  min-height: 100px;
  resize: vertical;
  padding: 0.675rem 0.675rem;
}

.control-checkbox, .control-radio {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 50%;
  padding: 0.6rem 15px 0.4rem 40px;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 1079px) {
  .control-checkbox, .control-radio {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .control-checkbox, .control-radio {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .control-checkbox, .control-radio {
    width: auto;
    display: block;
    float: none;
  }
}
.control-checkbox:last-of-type, .control-radio:last-of-type {
  margin-bottom: 0;
}
.control-checkbox.is-inline, .control-radio.is-inline {
  width: auto;
  float: none;
}
.control-checkbox.is-50, .control-radio.is-50 {
  display: block;
  width: 49%;
  float: left;
}
.control-checkbox.is-50:nth-of-type(2n), .control-radio.is-50:nth-of-type(2n) {
  float: right;
}
@media only screen and (max-width: 639px) {
  .control-checkbox.is-50, .control-radio.is-50 {
    float: none;
    width: auto;
  }
  .control-checkbox.is-50:nth-of-type(2n), .control-radio.is-50:nth-of-type(2n) {
    float: none;
  }
}
.control-checkbox.is-25, .control-radio.is-25 {
  display: block;
  width: 24%;
  float: left;
  margin-right: 1%;
}
@media only screen and (max-width: 639px) {
  .control-checkbox.is-25, .control-radio.is-25 {
    float: none;
    width: auto;
    margin-right: 0;
  }
}
.control-checkbox.is-fullwidth, .control-radio.is-fullwidth {
  width: auto;
  float: none;
  display: block;
}
.control-checkbox:hover .checkbox, .control-checkbox:hover .radio, .control-checkbox:focus .checkbox, .control-checkbox:focus .radio, .control-radio:hover .checkbox, .control-radio:hover .radio, .control-radio:focus .checkbox, .control-radio:focus .radio {
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(36, 62, 141, 0.1);
          box-shadow: 0 0 0 0.25rem rgba(36, 62, 141, 0.1);
}
.control-checkbox label, .control-radio label {
  line-height: 1.9;
}
.control-checkbox input, .control-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 1px;
  width: 1px;
  line-height: 1;
}
.control-checkbox .checkbox, .control-checkbox .radio, .control-radio .checkbox, .control-radio .radio {
  position: absolute;
  top: 5px;
  left: 0;
  bottom: 2px;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 0.25rem;
  border-color: 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 1079px) {
  .control-checkbox .checkbox, .control-checkbox .radio, .control-radio .checkbox, .control-radio .radio {
    height: 25px;
    width: 25px;
  }
}
.control-checkbox .checkbox:after, .control-checkbox .radio:after, .control-radio .checkbox:after, .control-radio .radio:after {
  content: "";
  position: absolute;
  display: none;
  left: 10px;
  top: 4px;
  width: 8px;
  height: 15px;
  border-style: solid;
  border-color: #252525;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 1079px) {
  .control-checkbox .checkbox:after, .control-checkbox .radio:after, .control-radio .checkbox:after, .control-radio .radio:after {
    left: 8px;
    top: 3px;
    width: 7px;
    height: 15px;
  }
}
.control-checkbox .radio, .control-radio .radio {
  border-radius: 1rem;
  top: 5px;
}
.control-checkbox .radio:after, .control-radio .radio:after {
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  width: auto;
  height: auto;
  border: 0 none;
  border-radius: 1rem;
  background-color: #252525;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.control-checkbox input:focus ~ .checkbox, .control-checkbox input:focus ~ .radio, .control-radio input:focus ~ .checkbox, .control-radio input:focus ~ .radio {
  border: 1px solid #d6d6d6;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(36, 62, 141, 0.1);
          box-shadow: 0 0 0 0.25rem rgba(36, 62, 141, 0.1);
}
@media only screen and (max-width: 1079px) {
  .control-checkbox input:focus ~ .checkbox, .control-checkbox input:focus ~ .radio, .control-radio input:focus ~ .checkbox, .control-radio input:focus ~ .radio {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(36, 62, 141, 0.1);
            box-shadow: 0 0 0 0.2rem rgba(36, 62, 141, 0.1);
  }
}
.control-checkbox input:checked ~ .checkbox:after, .control-checkbox input:checked ~ .radio:after, .control-radio input:checked ~ .checkbox:after, .control-radio input:checked ~ .radio:after {
  display: block;
}

.control-radio {
  padding: 0.65rem 1rem 0.45rem 2rem;
  margin-bottom: 0;
}

.control-slider {
  position: relative;
  height: 43px;
  padding-top: 5px;
}
.control-slider .min, .control-slider .max {
  position: absolute;
  top: 22px;
  border-bottom: 0;
  padding: 0;
  margin: 0;
  width: 100px;
  font-size: 0.75em;
}
.control-slider .min input, .control-slider .max input {
  border: 0;
  width: 100px;
}
.control-slider .min {
  left: 0;
  right: auto;
}
.control-slider .min input {
  text-align: left;
}
.control-slider .max {
  right: 0;
  left: auto;
}
.control-slider .max input {
  text-align: right;
}

form .note {
  padding: 0;
  margin: 0;
  font-size: 0.813em;
  float: left;
}
@media only screen and (max-width: 991px) {
  form .note {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 1rem;
  }
  form .note p {
    margin: 0;
    display: block;
  }
}
form .hp {
  display: none;
  visibility: hidden;
}
form .btn-group {
  overflow: hidden;
  width: 100%;
}
form .btn-group .control {
  overflow: hidden;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn svg {
  width: 16px;
  margin-right: 5px;
}
.btn svg path {
  fill: #ffffff;
}

form .btn.btn-text {
  background-color: transparent !important;
  text-transform: capitalize;
}
form .btn.btn-text:hover {
  background-color: transparent !important;
  color: #405681 !important;
}

.password-reset .btn-group {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.password-reset .btn-group #btn-submit {
  width: 100%;
}
.password-reset .btn-text {
  margin-left: auto !important;
  margin-right: auto;
}

.frm-bdr, .frm-modal {
  position: relative;
  border: 1px solid #d2d2d2;
  border-bottom: 2px solid #d2d2d2;
  border-radius: 4px;
  padding: 1.5rem;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 640px) {
  .frm-bdr, .frm-modal {
    max-width: 600px;
  }
}
@media only screen and (min-width: 992px) {
  .frm-bdr, .frm-modal {
    max-width: 768px;
  }
}
.frm-bdr .btn-group, .frm-modal .btn-group {
  margin-bottom: -1rem;
}
@media only screen and (min-width: 480px) {
  .frm-bdr .btn-group, .frm-modal .btn-group {
    margin-bottom: 0;
  }
}
.frm-bdr .legend, .frm-modal .legend {
  margin: 0 -1.5rem 1rem !important;
  border-bottom: 1px solid var(--grey);
  border-top: 1px solid var(--grey);
  padding: 1rem 1.5rem;
}
.frm-bdr .legend:first-of-type, .frm-modal .legend:first-of-type {
  margin-top: -1.5rem !important;
  border-top: 0;
}
.frm-bdr .legend.is-first, .frm-modal .legend.is-first {
  border-top: 1px solid var(--grey);
}
.frm-bdr .legend.no-neg, .frm-modal .legend.no-neg {
  margin-top: 0 !important;
}
.frm-bdr .spacer, .frm-modal .spacer {
  border-top: 1px solid var(--grey);
  border-bottom: 0;
  margin: 1rem -1.5rem;
}

.frm-modal {
  border: 0 none;
  max-width: none;
  padding: 0;
}
@media only screen and (min-width: 640px) {
  .frm-modal {
    max-width: none;
  }
}
@media only screen and (min-width: 992px) {
  .frm-modal {
    max-width: none;
  }
}
.frm-modal .btn-group {
  margin-bottom: 0;
}
.frm-modal .legend {
  margin: 0;
  padding: 1rem 1.5rem;
}
.frm-modal .legend:first-of-type {
  margin-top: -1rem !important;
}
.frm-modal .legend.no-neg {
  margin-top: 0 !important;
}
.frm-modal .spacer {
  border-top: 1px solid var(--grey);
  border-bottom: 0;
  margin: 1rem 0;
}

.frm-full-width {
  width: 100%;
  max-width: none;
}

.control-mb-15 .control-group {
  margin-bottom: 1rem;
}

.frm h1:not(:first-child), .frm h2:not(:first-child), .frm h3:not(:first-child), .frm h4:not(:first-child), .frm h5:not(:first-child), .frm h6:not(:first-child) {
  margin-top: 1rem !important;
}
.frm .btn-group {
  display: block;
  padding-top: 0.5rem;
}
@media only screen and (min-width: 480px) {
  .frm .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.frm .btn-group .btn {
  width: 100%;
}
.frm .btn-group .btn:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 480px) {
  .frm .btn-group .btn {
    width: auto;
    margin-bottom: 0 !important;
    margin-left: 0.5rem;
  }
  .frm .btn-group .btn:last-of-type {
    margin-left: 0;
  }
}
@media only screen and (min-width: 480px) {
  .frm .btn-group .grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

/**
 * MODALS
 */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10010;
  background: #000000;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: -webkit-opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.modal-backdrop.in {
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  z-index: 10020;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modal.in .modal-container {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal.in .modal-container.v-center {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 639px) {
  .modal.in .modal-container.v-center {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: absolute;
    top: 0;
  }
}
.modal .modal-container {
  width: 100%;
  max-width: 980px;
  background: #fff;
  font-size: 1em;
  position: relative;
  z-index: 10030;
  margin: 1.75rem auto;
  -webkit-transform: translate(0, 15%);
  transform: translate(0, 15%);
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  -webit-box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.75);
          box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.75);
}
.modal .modal-container.modal-small {
  max-width: 640px;
}
@media only screen and (max-width: 639px) {
  .modal .modal-container.modal-small {
    max-width: none;
  }
}
.modal .modal-container.modal-xsmall {
  max-width: 440px;
}
.modal .modal-container.modal-large {
  width: auto;
  max-width: 90%;
}
@media only screen and (max-width: 991px) {
  .modal .modal-container.modal-large {
    max-width: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    margin: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .modal .modal-container.modal-large .modal-body {
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    overflow-y: auto;
    max-height: none;
  }
  .modal .modal-container.modal-large .modal-body:after {
    content: "";
    display: none;
    height: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .modal .modal-container {
    width: 80%;
  }
}
@media only screen and (max-width: 991px) {
  .modal .modal-container {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .modal .modal-container {
    width: 90%;
  }
}
@media only screen and (max-width: 639px) {
  .modal .modal-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    margin: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.modal .modal-container .modal-header {
  position: relative;
  display: block;
  margin: 0;
  padding: 1rem 66px 1rem 1.5rem;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1199px) {
  .modal .modal-container .modal-header {
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  .modal .modal-container .modal-header {
    font-size: 1em;
  }
}
@media only screen and (max-width: 639px) {
  .modal .modal-container .modal-header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    height: 50px;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.modal .modal-container .modal-header .title {
  padding: 0;
  margin: 0;
  color: #252525;
  font-weight: 900;
  font-size: 1.143em;
  text-transform: uppercase;
}
@media only screen and (max-width: 639px) {
  .modal .modal-container .modal-header .title {
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.modal .modal-container .modal-header .close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  border: 0 none;
  background: transparent;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  filter: alpha(opacity=100);
  opacity: 1;
}
@media only screen and (max-width: 639px) {
  .modal .modal-container .modal-header .close {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.modal .modal-container .modal-header .close:after {
  content: url("../img/icon/close.svg");
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat !important;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  opacity: 0.75;
}
.modal .modal-container .modal-header .close:hover:after {
  opacity: 1;
}
.modal .modal-container .modal-header.no-close {
  padding-right: 1rem;
  text-align: center;
}
.modal .modal-container .modal-header.no-close .close {
  display: none;
}
.modal .modal-container .modal-footer {
  padding: 1rem 1.5rem;
  overflow: hidden;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  text-align: right;
}
@media only screen and (max-width: 1199px) {
  .modal .modal-container .modal-footer {
    padding: 1rem;
  }
}
@media only screen and (max-width: 639px) {
  .modal .modal-container .modal-footer {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.modal .modal-container .modal-body {
  padding: 1rem 1rem;
  margin: 0;
  background: #fff;
  color: #252525;
  /**
   * MODAL CONTENT STYLES
   * Usually generic content styles is enough, 
   * but if we need to put anything else specific to the project, we can include here
   */
  /**
   * GENERIC STYLES
   */
}
@media only screen and (min-width: 992px) {
  .modal .modal-container .modal-body {
    padding: 1rem 1.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .modal .modal-container .modal-body {
    padding: 1rem 1.5rem;
  }
}
@media only screen and (max-width: 639px) {
  .modal .modal-container .modal-body {
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    overflow-y: auto;
    max-height: none;
  }
  .modal .modal-container .modal-body:after {
    content: "";
    display: none;
    height: 40px;
  }
}
@media only screen and (max-width: 639px) {
  .modal .modal-container .modal-body .row-content {
    margin-bottom: 1rem;
  }
}
.modal .modal-container .modal-body .btn.btn-modal-close {
  font-weight: 300;
  background: #ffffff;
  border: 1px solid #252525;
  color: #252525;
  padding: 1rem 1rem 0.5rem;
  font-size: 0.875em;
  max-width: 100px;
  margin: auto;
}
.modal .modal-container .modal-body .btn.btn-modal-close svg {
  margin-top: -5px;
}
.modal .modal-container .modal-body .btn.btn-modal-close svg path {
  fill: #252525;
}
.modal .modal-container .modal-body h1, .modal .modal-container .modal-body h2, .modal .modal-container .modal-body h3, .modal .modal-container .modal-body h4, .modal .modal-container .modal-body h5, .modal .modal-container .modal-body h6,
.modal .modal-container .modal-body .h1, .modal .modal-container .modal-body .h2, .modal .modal-container .modal-body .h3, .modal .modal-container .modal-body .h4, .modal .modal-container .modal-body .h5, .modal .modal-container .modal-body .h6 {
  color: #252525;
  margin: 0 0 1rem;
  font-weight: 600;
  font-family: "raleway", sans-serif;
  line-height: 1.1;
}
.modal .modal-container .modal-body h1 small, .modal .modal-container .modal-body h2 small, .modal .modal-container .modal-body h3 small, .modal .modal-container .modal-body h4 small, .modal .modal-container .modal-body h5 small, .modal .modal-container .modal-body h6 small,
.modal .modal-container .modal-body .h1 small, .modal .modal-container .modal-body .h2 small, .modal .modal-container .modal-body .h3 small, .modal .modal-container .modal-body .h4 small, .modal .modal-container .modal-body .h5 small, .modal .modal-container .modal-body .h6 small {
  color: #f4f4f4;
  font-weight: 700;
  font-size: 65%;
  display: block;
}
.modal .modal-container .modal-body h1, .modal .modal-container .modal-body .h1 {
  color: #252525;
  font-size: 2em;
}
.modal .modal-container .modal-body h2, .modal .modal-container .modal-body .h2 {
  font-size: 1.75em;
}
.modal .modal-container .modal-body h3, .modal .modal-container .modal-body .h3 {
  font-size: 1.625em;
}
.modal .modal-container .modal-body h4, .modal .modal-container .modal-body .h4 {
  font-size: 1.5em;
}
.modal .modal-container .modal-body h5, .modal .modal-container .modal-body .h5,
.modal .modal-container .modal-body h6, .modal .modal-container .modal-body .h6 {
  font-size: 1.375em;
}
.modal .modal-container .modal-body p {
  margin: 0 0 1rem;
}
.modal .modal-container .modal-body a:not(.btn) {
  color: #252525;
  text-decoration: none;
}
.modal .modal-container .modal-body a:not(.btn):hover {
  text-decoration: underline;
}
.modal .modal-container .modal-body .intro {
  font-size: 1.375em;
  line-height: 1.3;
  font-weight: 400;
}
.modal .modal-container .modal-body .intro.light {
  font-family: "raleway", sans-serif;
  font-weight: 300 !important;
}
.modal .modal-container .modal-body .intro.small {
  font-size: 1.125em;
}
@media only screen and (min-width: 640px) {
  .modal .modal-container .modal-body .intro.small {
    font-size: 1em;
  }
}
@media only screen and (min-width: 640px) {
  .modal .modal-container .modal-body .intro {
    font-size: 1.125em;
  }
}
.modal .modal-container .modal-body ul {
  list-style: none;
  margin-left: 20px;
  padding-left: 0;
}
.modal .modal-container .modal-body ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
.modal .modal-container .modal-body ul li:before {
  font-size: 24px;
  line-height: 0;
  position: absolute;
  top: 8px;
  left: 0;
}
.modal .modal-container .modal-body ul.list-alpha {
  list-style-type: lower-alpha;
  margin: 0 0 15px;
}
.modal .modal-container .modal-body ul.list-alpha li {
  list-style-type: lower-alpha;
  margin-left: 20px;
  padding-left: 0;
}
.modal .modal-container .modal-body ul.list-alpha li:before {
  display: none;
}
.modal .modal-container .modal-body ul.list-spaced {
  margin: 0;
  padding: 0;
  list-style: none;
}
.modal .modal-container .modal-body ul.list-spaced li {
  padding: 0 0 0 165px;
  margin: 0 0 3px;
  position: relative;
  overflow: hidden;
}
.modal .modal-container .modal-body ul.list-spaced li:before {
  display: none;
}
.modal .modal-container .modal-body ul.list-spaced li span:first-of-type {
  display: inline-block;
  width: 150px;
  margin-left: -165px;
  float: left;
}
.modal .modal-container .modal-body ul.list-spaced li .width-full {
  width: 100% !important;
}
.modal .modal-container .modal-body ul.list-spaced.ls-thin li {
  padding-left: 100px;
}
.modal .modal-container .modal-body ul.list-spaced.ls-thin li span:first-of-type {
  width: 100px;
  margin-left: -100px;
}
.modal .modal-container .modal-body ul.list-spaced.ls-wide li {
  padding-left: 1rem;
}
@media only screen and (min-width: 640px) {
  .modal .modal-container .modal-body ul.list-spaced.ls-wide li {
    padding-left: 180px;
  }
}
@media only screen and (min-width: 992px) {
  .modal .modal-container .modal-body ul.list-spaced.ls-wide li {
    padding-left: 250px;
  }
}
.modal .modal-container .modal-body ul.list-spaced.ls-wide li span:first-of-type {
  width: 100%;
  display: block;
  float: none;
  margin-left: -1rem;
}
@media only screen and (min-width: 640px) {
  .modal .modal-container .modal-body ul.list-spaced.ls-wide li span:first-of-type {
    float: left;
    width: 165px;
    margin-left: -180px;
  }
}
@media only screen and (min-width: 992px) {
  .modal .modal-container .modal-body ul.list-spaced.ls-wide li span:first-of-type {
    width: 235px;
    margin-left: -250px;
  }
}
.modal .modal-container .modal-body ul.list-spaced.ls-right li span:first-of-type {
  text-align: right;
}
@media only screen and (max-width: 639px) {
  .modal .modal-container .modal-body ul.list-spaced.ls-right li span:first-of-type {
    text-align: left;
  }
}

/**
 * TABLES
 */
table.table {
  border-top: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 1rem;
}
table.table thead tr th {
  padding: 0.5rem 0.5rem;
  margin: 0;
  border-bottom: 2px solid #f4f4f4;
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;
}
table.table tbody tr td {
  border-bottom: 1px solid #f4f4f4;
  padding: 0.5rem 0.5rem;
  margin: 0;
  vertical-align: top;
}
/**
 * MAIN 
 */
#main {
  position: relative;
  z-index: 1;
  margin-top: 80px;
  overflow: hidden;
  /**
   * GENERIC STYLES
   */
  /**
   * PARTIALS
   * Usually used on row-content, but does not warrant its own scss file
   */
}
#main .row-content {
  line-height: 1.4;
}
#main .row-content:first-of-type {
  padding-top: 2.5rem !important;
}
#main .row-content.row-pad {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 992px) {
  #main .row-content.row-pad {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  #main .row-content.row-pad {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6,
#main .h1, #main .h2, #main .h3, #main .h4, #main .h5, #main .h6 {
  color: #252525;
  margin: 0 0 1rem;
  font-weight: 600;
  font-family: "raleway", sans-serif;
  line-height: 1.1;
}
#main h1 small, #main h2 small, #main h3 small, #main h4 small, #main h5 small, #main h6 small,
#main .h1 small, #main .h2 small, #main .h3 small, #main .h4 small, #main .h5 small, #main .h6 small {
  color: #f4f4f4;
  font-weight: 700;
  font-size: 65%;
  display: block;
}
#main h1, #main .h1 {
  color: #252525;
  font-size: 2em;
}
#main h2, #main .h2 {
  font-size: 1.75em;
}
#main h3, #main .h3 {
  font-size: 1.625em;
}
#main h4, #main .h4 {
  font-size: 1.5em;
}
#main h5, #main .h5,
#main h6, #main .h6 {
  font-size: 1.375em;
}
#main p {
  margin: 0 0 1rem;
}
#main a:not(.btn) {
  color: #252525;
  text-decoration: none;
}
#main a:not(.btn):hover {
  text-decoration: underline;
}
#main .intro {
  font-size: 1.375em;
  line-height: 1.3;
  font-weight: 400;
}
#main .intro.light {
  font-family: "raleway", sans-serif;
  font-weight: 300 !important;
}
#main .intro.small {
  font-size: 1.125em;
}
@media only screen and (min-width: 640px) {
  #main .intro.small {
    font-size: 1em;
  }
}
@media only screen and (min-width: 640px) {
  #main .intro {
    font-size: 1.125em;
  }
}
#main ul {
  list-style: none;
  margin-left: 20px;
  padding-left: 0;
}
#main ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
#main ul li:before {
  font-size: 24px;
  line-height: 0;
  position: absolute;
  top: 8px;
  left: 0;
}
#main ul.list-alpha {
  list-style-type: lower-alpha;
  margin: 0 0 15px;
}
#main ul.list-alpha li {
  list-style-type: lower-alpha;
  margin-left: 20px;
  padding-left: 0;
}
#main ul.list-alpha li:before {
  display: none;
}
#main ul.list-spaced {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main ul.list-spaced li {
  padding: 0 0 0 165px;
  margin: 0 0 3px;
  position: relative;
  overflow: hidden;
}
#main ul.list-spaced li:before {
  display: none;
}
#main ul.list-spaced li span:first-of-type {
  display: inline-block;
  width: 150px;
  margin-left: -165px;
  float: left;
}
#main ul.list-spaced li .width-full {
  width: 100% !important;
}
#main ul.list-spaced.ls-thin li {
  padding-left: 100px;
}
#main ul.list-spaced.ls-thin li span:first-of-type {
  width: 100px;
  margin-left: -100px;
}
#main ul.list-spaced.ls-wide li {
  padding-left: 1rem;
}
@media only screen and (min-width: 640px) {
  #main ul.list-spaced.ls-wide li {
    padding-left: 180px;
  }
}
@media only screen and (min-width: 992px) {
  #main ul.list-spaced.ls-wide li {
    padding-left: 250px;
  }
}
#main ul.list-spaced.ls-wide li span:first-of-type {
  width: 100%;
  display: block;
  float: none;
  margin-left: -1rem;
}
@media only screen and (min-width: 640px) {
  #main ul.list-spaced.ls-wide li span:first-of-type {
    float: left;
    width: 165px;
    margin-left: -180px;
  }
}
@media only screen and (min-width: 992px) {
  #main ul.list-spaced.ls-wide li span:first-of-type {
    width: 235px;
    margin-left: -250px;
  }
}
#main ul.list-spaced.ls-right li span:first-of-type {
  text-align: right;
}
@media only screen and (max-width: 639px) {
  #main ul.list-spaced.ls-right li span:first-of-type {
    text-align: left;
  }
}
#main #caravan-filter .dropdown-wrap {
  position: relative;
}
#main #caravan-filter .dropdown-wrap label {
  position: absolute;
  left: 10px;
  top: 8px;
  z-index: 10;
  font-size: 10px;
}
#main #caravan-filter .select2 {
  width: 100% !important;
  margin-bottom: 16px;
}
#main #caravan-filter .select2 .select2-selection--single {
  height: 60px;
  border-color: #DDDDDD;
  padding: 20px 0 10px 0;
  border-radius: 8px;
}
#main #caravan-filter .select2 .select2-selection--single .select2-selection__arrow {
  top: 17px;
}
#main #caravan-filter .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#main #caravan-filter .btn-wrap .btn-outline-light {
  background-color: transparent;
  color: #252525;
  border-color: transparent;
}
#main #caravan-filter .btn-wrap #search {
  padding: 10px 40px;
  border: 0;
  background-color: #405681;
  color: #ffffff;
}
#main .divider {
  display: block;
  width: 100%;
  height: 6px;
  border: 0;
  background-color: #DDDDDD;
}
#main .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#main .item-list .item {
  border: 2px solid #DDDDDD;
  padding: 2px;
  width: 100%;
  margin-bottom: 16px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
#main .item-list .item:hover {
  -webkit-box-shadow: 0 0 12px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 12px -2px rgba(0, 0, 0, 0.3);
}
#main .item-list .item .edition {
  background-color: #405681;
  color: #ffffff;
  width: 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
}
#main .item-list .item .edition p {
  margin-bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  left: calc(0% - 42px);
  top: calc(50% - 10px);
}
#main .item-list .item .details {
  width: calc(100% - 30px);
  padding: 16px;
}
#main .item-list .item .details .year,
#main .item-list .item .details .name {
  font-size: 14px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 769px) {
  #main .item-list .item .details .year,
  #main .item-list .item .details .name {
    font-size: 16px;
  }
}
#main .item-list .item .details .variant {
  font-size: 16px;
  color: #405681;
}
@media only screen and (min-width: 769px) {
  #main .item-list .item .details .variant {
    font-size: 18px;
  }
}
#main .item-list .item .details .plus {
  position: relative;
}
#main .item-list .item .details .plus::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #DDDDDD;
  right: 2px;
  top: 10px;
}
#main .item-list .item .details .plus::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  background-color: #DDDDDD;
  right: 7px;
  top: 5px;
}
#main .item-list .item .details .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#main .item-list .item .details .price-wrap .title {
  font-size: 10px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 769px) {
  #main .item-list .item .details .price-wrap .title {
    font-size: 14px;
  }
}
#main .item-list .item .details .price-wrap .price {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  #main .item-list .item .details .price-wrap .price {
    font-size: 16px;
  }
}
#main .item-list .item .link-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#main #details .details-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 0 1rem;
}
#main #details .details-top .details-left {
  width: 100%;
}
#main #details .details-top .details-left p {
  font-size: 14px;
  padding-right: 120px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 480px) {
  #main #details .details-top .details-left p {
    padding-right: 140px;
  }
}
#main #details .details-top .details-left h2 {
  font-size: 1rem;
  color: #405681;
}
@media only screen and (min-width: 480px) {
  #main #details .details-top .details-left h2 {
    font-size: 1.3rem;
  }
}
#main #details .details-top .details-right {
  position: absolute;
  right: 0;
  top: 0;
}
#main #details .details-top .details-right .btn {
  font-size: 12px;
  text-transform: capitalize;
  cursor: inherit;
}
#main #details .details-top .details-right .btn:hover {
  background-color: #405681 !important;
}
@media only screen and (min-width: 480px) {
  #main #details .details-top .details-right .btn {
    font-size: 14px;
  }
}
#main .details-wrap .title {
  font-size: 14px;
  margin-bottom: 0;
}
@media only screen and (min-width: 640px) {
  #main .details-wrap .title {
    font-size: 16px;
  }
}
#main .details-wrap .price {
  font-size: 14px;
  font-weight: 600;
}
@media only screen and (min-width: 640px) {
  #main .details-wrap .price {
    font-size: 16px;
  }
}
#main .details-wrap .history {
  font-size: 14px;
}
#main .details-wrap .detail-heading {
  margin: 0 auto 1rem auto;
  padding: 0rem 1rem 0 1rem;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
#main .details-wrap .detail-heading .detail-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1600px;
  margin: 0 auto;
}
#main .details-wrap .detail-heading .detail-title .list {
  padding-top: 1rem;
  padding-right: 0.7rem;
  width: calc(33.33% - 8px);
}
@media only screen and (min-width: 480px) {
  #main .details-wrap .detail-heading .detail-title .list {
    padding-right: 1rem;
  }
}
#main .details-wrap .detail-heading .detail-title .trade {
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  padding-top: 1rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  width: calc(33.33% + 8px);
}
@media only screen and (min-width: 480px) {
  #main .details-wrap .detail-heading .detail-title .trade {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
#main .details-wrap .detail-heading .detail-title .retail {
  padding-top: 1rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  width: calc(33.33% - 8px);
}
@media only screen and (min-width: 480px) {
  #main .details-wrap .detail-heading .detail-title .retail {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
#main .details-wrap .detail-body h3 {
  font-size: 1rem;
  color: #555555;
  max-width: 1600px;
  margin: 0 auto 16px auto;
  padding: 0 1rem;
}
#main .details-wrap .detail-body .detail-list .detail-item {
  padding-top: 16px;
}
#main .details-wrap .detail-body .detail-list .detail-item:first-of-type {
  padding-top: 0;
}
#main .details-wrap .detail-body .detail-list .detail-item:nth-of-type(even) {
  background-color: #f4f4f4;
}
#main .details-wrap .detail-body .detail-list .detail-item .detail-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1rem;
}
#main .details-wrap .detail-body .detail-list .detail-item .detail-inner .history {
  width: 100%;
}
#main .details-wrap .detail-body .detail-list .detail-item .detail-inner > div {
  width: 33.33%;
}
@media only screen and (min-width: 480px) {
  #main .details-wrap .detail-body .detail-list .detail-item .detail-inner > div {
    width: 25% !important;
  }
}
#main .details-wrap .btn {
  padding-left: 30px;
  padding-right: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
#main .blue {
  color: #405681;
}

/**
 * GENERIC 
 */
.white {
  color: #ffffff !important;
}

.h-white:hover {
  color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff !important;
  color: #252525 !important;
}
.bg-white h1, .bg-white h2, .bg-white h3, .bg-white h4, .bg-white h5, .bg-white h6,
.bg-white .h1, .bg-white .h2, .bg-white .h3, .bg-white .h4, .bg-white .h5, .bg-white .h6 {
  color: #252525 !important;
}

.hr.hr-white {
  border-color: #ffffff !important;
}

.bdr.bdr-white, .bdr-top.bdr-white, .bdr-bottom.bdr-white, .bdr-left.bdr-white, .bdr-right.bdr-white {
  border-color: #ffffff;
}

.table.table-white > thead > tr > th, .table.table-white > tbody > tr > th, .table.table-white > tfoot > tr > th,
.table.table-white > thead > tr > td, .table.table-white > tbody > tr > td, .table.table-white > tfoot > tr > td {
  border-color: #ffffff !important;
}
.table.table-white.table-bordered {
  border-color: #ffffff !important;
}

.black {
  color: #252525 !important;
}

.h-black:hover {
  color: #252525 !important;
}

.bg-black {
  background-color: #252525 !important;
  color: #ffffff !important;
}
.bg-black h1, .bg-black h2, .bg-black h3, .bg-black h4, .bg-black h5, .bg-black h6,
.bg-black .h1, .bg-black .h2, .bg-black .h3, .bg-black .h4, .bg-black .h5, .bg-black .h6 {
  color: #ffffff !important;
}

.hr.hr-black {
  border-color: #252525 !important;
}

.bdr.bdr-black, .bdr-top.bdr-black, .bdr-bottom.bdr-black, .bdr-left.bdr-black, .bdr-right.bdr-black {
  border-color: #252525;
}

.table.table-black > thead > tr > th, .table.table-black > tbody > tr > th, .table.table-black > tfoot > tr > th,
.table.table-black > thead > tr > td, .table.table-black > tbody > tr > td, .table.table-black > tfoot > tr > td {
  border-color: #252525 !important;
}
.table.table-black.table-bordered {
  border-color: #252525 !important;
}

.light {
  color: #f4f4f4 !important;
}

.h-light:hover {
  color: #f4f4f4 !important;
}

.bg-light {
  background-color: #f4f4f4 !important;
  color: #252525 !important;
}
.bg-light h1, .bg-light h2, .bg-light h3, .bg-light h4, .bg-light h5, .bg-light h6,
.bg-light .h1, .bg-light .h2, .bg-light .h3, .bg-light .h4, .bg-light .h5, .bg-light .h6 {
  color: #252525 !important;
}

.hr.hr-light {
  border-color: #f4f4f4 !important;
}

.bdr.bdr-light, .bdr-top.bdr-light, .bdr-bottom.bdr-light, .bdr-left.bdr-light, .bdr-right.bdr-light {
  border-color: #f4f4f4;
}

.table.table-light > thead > tr > th, .table.table-light > tbody > tr > th, .table.table-light > tfoot > tr > th,
.table.table-light > thead > tr > td, .table.table-light > tbody > tr > td, .table.table-light > tfoot > tr > td {
  border-color: #f4f4f4 !important;
}
.table.table-light.table-bordered {
  border-color: #f4f4f4 !important;
}

.bold, strong {
  font-weight: 400 !important;
}

.light {
  font-weight: 300 !important;
}

.medium {
  font-weight: 400 !important;
}

.hr {
  border: 0 none;
  border-top: 1px solid #f4f4f4;
}

.height-auto {
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
}

.line-height-auto {
  line-height: 1 !important;
}

.iframe {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.iframe.aspect-16-9 {
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.iframe.aspect-4-3 {
  padding-top: 75%; /* 4:3 Aspect Ratio */
}
.iframe.aspect-3-2 {
  padding-top: 66.66%; /* 3:2 Aspect Ratio */
}
.iframe.aspect-8-5 {
  padding-top: 62.5%; /* 8:5 Aspect Ratio */
}
.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}