@charset "UTF-8";
/*!
Theme Name: Montana Roofing Theme
Theme URI: https://www.hookagency.com/
Author: Hook Agency
Author URI: https://www.hookagency.com/
Version: 1.0.1
Text Domain: roofer20
Copyright: Roofer20 © 2020 Hook Agency.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# 1. Scripts + General
# 2. Globals
    -- Colors
    -- Shadows + Gradients
# 3. Typography
# 4. Links + Buttons
# 5. Header 
# 6. Page-Builder Sections
    -- Hero (With Form)
    -- Hero (No Form)
    -- About Hero
    -- Hero Archive(for blog posts)
    -- Testimonial Slider
    -- Trust Factors Slider
    -- Two Column Image + Text
    -- Two Column Fullwidth Image + Text
    -- Location Section
    -- Four Columns
    -- Gallery Section
    -- FAQ Section
    -- Recent Articles
    -- CTA Banner
    -- Service Grid
    -- General Content
    -- About Content
    -- Product Section
# 7. Pages
    -- Careers
    -- Blog Landing Page
    -- Single Blog Post
        * Sassy Social Sharing Functionality
    -- Contact Page
# 8. Gravity Forms
# 9. Footer
# 10. Slick 
-----------------------------------------------------------------

                             _=_               ===
					        // \\              | |
	     __________________//   \\_____________|_|____
	    //__/___/___/___/_//     \\__\___\___\___\___\\
       //___/___/___/___/// _____ \\___\___\___\___\__\\
      //_/___/___/___/__//  |_|_|  \\__\___\___\___\___\\
     //___/___/___/___///   | | |   \\___\___\___\___\__\\
      ||                    =====                      ||
      ||  ___   __   __   ___  ___  ___    ___   ___   ||
      ||  |__] |  | |  | |__  |__   |__]   ___| |   |  ||
      ||  |  \ |__| |__| |    |___  |  \  |___  |___|  ||
	  ||                                               ||
	  ||             +++ VERSION 1.0.1 +++             ||
*/
/*--------------------------------------------------------------- 
>>> # 1. Script + General
----------------------------------------------------------------*/
/*!
 * Bootstrap Reboot v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}


/*!
  * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
  * Copyright 2011-2020 The Bootstrap Authors
  * Copyright 2011-2020 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

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

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

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

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

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

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

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

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

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

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

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

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

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

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

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

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

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

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

/*!
  * Featherlight v1.7.14
 */
html.with-featherlight {
  overflow: hidden;
}

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: rgba(0, 0, 0, 0);
}

.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal;
}

.featherlight .featherlight-inner {
  display: block;
}

.featherlight link.featherlight-inner,
.featherlight script.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: 0;
  padding: 0;
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  border: 0;
}

.featherlight * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}
/*--------------------------------------------------------------- 
 >>> # 2. Globals
 ----------------------------------------------------------------*/
html {
  overflow-x: hidden;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

section {
  position: relative;
}

.banner {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* Colors ------------------------------------------------------- */
:root {
  --c1: #033a8c;
  --c2: #01193e;
  --c3: #0081d1;
  --c4: #ff7100;
  --c5: #ffffff;
  --c6: #000000;
}

/* Shadows + Gradients ------------------------------------------ */
.gradient {
  background: rgb(20, 109, 201);
  background: -webkit-gradient(linear, left top, right top, from(rgb(20, 109, 201)), to(rgb(0, 48, 119)));
  background: linear-gradient(90deg, rgb(20, 109, 201) 0%, rgb(0, 48, 119) 100%);
}

.shadow {
  -webkit-box-shadow: 0px 0px 22px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 22px 5px rgba(0, 0, 0, 0.25);
}

.round {
  border-radius: 22px;
}

/*--------------------------------------------------------------- 
 >>> # 3. Typography
 ----------------------------------------------------------------*/
/* Clearing Default Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: soleil, sans-serif;
  font-style: normal;
}

p,
ul,
ol {
  font-family: "Lato", sans-serif;
  font-style: normal;
}

a {
  font-family: soleil, sans-serif;
  font-weight: 800;
  font-style: normal;
}

.micro {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.5em;
  margin-bottom: 0rem;
}

.jumbo {
  font-size: 3em;
  font-weight: 800;
  font-style: normal;
}

h2 {
  font-size: 2.1875em;
}

.upper {
  text-transform: uppercase;
}

p {
  font-size: 1em;
  font-family: "Lato", sans-serif;
}

.italics {
  font-style: oblique;
}

.strong {
  font-weight: bolder;
}

.regular {
  font-weight: 700;
  font-style: normal;
}

.black {
  color: var(--c6);
}

.white {
  color: var(--c5);
}

.light {
  color: var(--c3);
}

.dark, .service-areas h2 {
  color: var(--c1);
}

.orange {
  color: var(--c4);
}

.left {
  left: 0;
}

.right {
  right: 0;
}

/* Global Styling Media Queries */
@media screen and (max-width: 768px) {
  .banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .jumbo {
    font-size: 2rem;
  }
  .micro {
    font-size: 1rem;
  }
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 2.1875em;
    text-align: center;
  }
  .micro,
  p {
    font-size: 0.875em;
  }
  .jumbo {
    font-size: 2.1875em;
  }
  .btn {
    font-size: 15px;
    padding: 0.75rem 1.25rem;
  }
}
/*--------------------------------------------------------------- 
 >>> # 4. Links + Buttons
 ----------------------------------------------------------------*/
.basic,
.basic:active,
.basic:focus,
.basic:visited {
  font-size: 16px;
  line-height: 16px;
  text-decoration: underline;
}

.btn,
.btn:active,
.btn:focus,
.btn:visited {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  padding: 15px 2rem;
  text-transform: uppercase;
  border-radius: 50px;
  font-family: soleil, sans-serif;
  font-weight: 800;
}

.btn:hover {
  /* color: #fff; */
  text-decoration: none;
}

.primary {
  background-color: var(--c4);
}

.header-cta {
  background: rgb(65, 170, 235);
  background: -webkit-gradient(linear, left top, right top, from(rgb(65, 170, 235)), to(rgb(0, 129, 209)));
  background: linear-gradient(90deg, rgb(65, 170, 235) 0%, rgb(0, 129, 209) 100%);
  color: var(--c4);
}

.slide-button {
  position: relative;
  -webkit-box-shadow: inset 0px 0 0 0 var(--c5);
          box-shadow: inset 0px 0 0 0 var(--c5);
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  color: #fff;
}

.slide-button:hover,
.slide-left-secondary:hover {
  -webkit-box-shadow: inset 500px 0 0 0 #fff;
          box-shadow: inset 500px 0 0 0 #fff;
  color: var(--c3);
}

.slide-left-secondary:hover {
  -webkit-box-shadow: inset 500px 0 0 0 var(--c4);
          box-shadow: inset 500px 0 0 0 var(--c4);
  color: var(--c5);
}

.secondary {
  background-color: var(--c1);
}

.phone-btn {
  color: var(--c4);
}

.phone-btn:hover {
  color: var(--c4);
}

@media screen and (max-width: 575px) {
  .btn {
    font-size: 15px;
    padding: 0.75rem 1.25rem;
  }
}
/*--------------------------------------------------------------- 
 >>> # 5. Header
 ----------------------------------------------------------------*/
.header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  width: 100%;
  height: 90px;
  padding: 0 20px;
  z-index: 9999;
}

.sticky {
  -webkit-transform: translateY(-90px);
          transform: translateY(-90px);
  width: 100%;
  padding: 0 20px;
  z-index: 99999;
  background-color: #fff;
  height: 90px;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.header-scroll {
  position: fixed;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.sticky__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
}

.sticky__message {
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

span.sticky__heading {
  display: block;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  padding: 0;
}

.sticky__form {
  width: calc(100% - 215px);
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: 0 auto;
}

.header__inner__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 60%;
}

.header__inner__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 40%;
  height: 100%;
  margin: auto;
}

img.header__inner__left__logo {
  width: 100%;
  max-width: 150px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__inner__left .primary-nav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding-left: 2rem;
  height: 90px;
}

.header__inner__left .primary-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3rem;
  height: 90px;
}

.header__inner__left .primary-nav li:last-child {
  margin-right: 0;
}

.primary-nav > li > a {
  margin: auto;
  color: var(--c5);
  text-transform: uppercase;
  font-family: soleil, sans-serif;
  font-weight: 800;
  font-style: normal;
}

.primary-nav > li > a:hover,
.primary-nav li > ul.sub-menu li a:hover {
  text-decoration: none;
  color: var(--c5);
}

.primary-nav > li > a::after {
  content: "";
  display: block;
  width: 0px;
  height: 2px;
  background: var(--c4);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  position: relative;
  top: 3px;
}

.primary-nav > li > a:hover::after {
  width: 100%;
}

.primary-nav li > ul.sub-menu {
  display: none;
  position: absolute;
  top: 90px;
  width: auto;
  background-color: rgb(65, 170, 235);
  padding-left: 0;
}

.primary-nav li > ul.sub-menu li {
  margin: auto;
  color: var(--c5);
  text-transform: uppercase;
  font-family: soleil, sans-serif;
  font-weight: 800;
  font-style: normal;
  padding: 1rem;
  height: 55px;
}

.primary-nav li > ul.sub-menu li:hover {
  background-color: var(--c3);
}

.primary-nav li > ul.sub-menu li:last-child {
  padding-bottom: 0;
}

.primary-nav li:hover > .sub-menu {
  display: block;
  padding-left: 0;
}

.header-comp {
  height: 90px;
  width: 100%;
  top: 0;
  position: fixed;
  z-index: -9999;
}

.header__inner__left .primary-nav li.current-menu-item a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  color: var(--c4);
  position: relative;
  top: 3px;
}

/*
  ** Default mobile menu styles
 */
.mobile-menu__wrapper {
  width: 100%;
  max-width: 300px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  padding: 135px 0px 30px;
  z-index: 9995;
  background-color: var(--c1);
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

ul.mobile-menu {
  padding: 0;
  margin: 36px 0 30px;
  list-style: none;
}

ul.mobile-menu li {
  position: relative;
  /* border-top: 1.5px solid var(--c3); */
  border-bottom: 3px solid var(--c3);
}

ul.mobile-menu li:first-child {
  border-top: 3px solid var(--c3);
}

ul.mobile-menu li a {
  display: block;
  font-size: 1em;
  line-height: 2.75em;
  text-transform: uppercase;
  color: var(--c5);
  padding: 1em 0px 1em 25px;
  font-family: soleil, sans-serif;
  font-weight: 800;
  /* margin-bottom: 14px; */
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

ul.mobile-menu li a:hover {
  text-decoration: none;
  background-color: var(--c3);
}

ul.mobile-menu .trigger {
  width: 2.3rem;
  height: 2.3rem;
  position: absolute;
  right: 25px;
  top: 18px;
  background-color: var(--c4);
  cursor: pointer;
  border-radius: 25px;
}

ul.mobile-menu .trigger::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  top: 20px;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background: url(/wp-content/themes/montana-roofing-theme/svg/chevron-down-white.svg) center center no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  will-change: transform;
}

ul.mobile-menu li.nav-trigger.menu-item-has-children.trigger::before.open {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

ul.mobile-menu li.menu-item-has-children > ul.sub-menu {
  padding: 0 0 0 0px;
  margin: 0;
  list-style: none;
  display: none;
}

ul.mobile-menu li.menu-item-has-children > ul.sub-menu.open {
  height: 100%;
  display: block;
  margin-bottom: 15px;
}

ul.mobile-menu li.menu-item-has-children > ul.sub-menu li {
  border: none;
}

ul.mobile-menu li.menu-item-has-children > ul.sub-menu li a {
  font-size: 0.875em;
  line-height: 3em;
  margin-bottom: 0;
  border-bottom: none;
  font-weight: 200;
}

.mobile-menu__wrapper a.btn.outline {
  display: block;
  text-align: center;
  max-width: none;
}

.mobile-menu__wrapper.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.mobile-menu__wrapper.active::before {
  content: "";
  position: absolute;
  left: -100vw;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}

/*
  ** Mobile Navbar
 */
.mobile-navbar {
  position: fixed;
  top: 100px;
  right: 25px;
  display: none;
  z-index: 9999;
}

/*
  ** Hambuger Styles
 */
button.hamburger,
button.header__hamburger {
  width: 3rem;
  height: 3rem;
  background-color: rgb(65, 170, 235);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  margin-left: 1rem;
  border-radius: 50%;
  z-index: 9999;
}

button.hamburger:hover,
button.hamburger:focus,
button.header__hamburger:hover,
button.header__hamburger:focus {
  background-color: rgb(0, 129, 209);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  border-radius: 50%;
}

.hamburger div,
.header__hamburger div {
  -webkit-transition: all 0.125s ease;
  transition: all 0.125s ease;
}

.hamburger__line,
.header__hamburger__line {
  width: 25px;
  height: 4px;
  background-color: #fff;
  margin: 2px 0;
  border-radius: 2px;
}

.toggle .hamburger__line.top,
.toggle .header__hamburger__line.top {
  -webkit-transform: rotate(-45deg) translate(-6px, 6.5px);
          transform: rotate(-45deg) translate(-6px, 6.5px);
}

.toggle .hamburger__line.middle,
.toggle .header__hamburger__line.middle {
  opacity: 0;
}

.toggle .hamburger__line.bottom,
.toggle .header__hamburger__line.bottom {
  -webkit-transform: rotate(45deg) translate(-5px, -5.5px);
          transform: rotate(45deg) translate(-5px, -5.5px);
}

/*
  ** Header/mobile menu Media Queries
 */
@media screen and (max-width: 992px) {
  .header {
    height: 75px;
  }
  .header__inner__left .primary-nav,
  #header-sticky {
    display: none;
  }
  .header__inner__right {
    width: 100%;
  }
  .mobile-navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  nav.header__inner__left__nav {
    display: none;
  }
  .header__inner__left {
    width: 150px;
  }
  .header__inner__right {
    width: calc(100% - 150px);
  }
  .header__inner__right .btn.primary {
    display: none;
  }
}
@media screen and (max-width: 466px) {
  a.btn.header-cta {
    display: none;
  }
}
/*--------------------------------------------------------------- 
 >>> # 6. Page-Builder Section
 ----------------------------------------------------------------*/
/*-- Hero (With Form) --*/
.hero.main::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -11;
}

.hero.main p.micro {
  margin-bottom: 0;
}

.hero.main a {
  margin-top: 25px;
}

.hero.main .black,
.hero.general .black {
  font-family: "Lato", sans-serif;
  font-size: 1.25em;
}

.hero.main .highlight,
.hero.general .highlight {
  margin: 10px 0px;
}

.hero.main .highlight p.black,
.hero.general .highlight p.black {
  margin-bottom: 0;
}

.hero.main .highlight img,
.hero.general .highlight img {
  margin-right: 10px;
  height: auto;
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}

.hero__bg {
  position: absolute;
  width: 55vw;
  height: 100%;
  top: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: -10;
  clip-path: polygon(55% 0, 100% 0, 100% 100%, 0% 100%);
}

.hero__bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__form,
.careers__form {
  position: relative;
  border-radius: 22px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(20, 109, 201)), to(rgb(0, 48, 119)));
  background: linear-gradient(180deg, rgb(20, 109, 201) 0%, rgb(0, 48, 119) 100%);
  bottom: -10px;
  z-index: 2;
}

.hero__form__body,
.careers__form__body {
  background: url(/wp-content/themes/montana-roofing-theme/svg/form-texture.svg) center center;
  padding: 30px 40px;
  border-radius: 22px;
}

.badge-slider {
  width: 65%;
}

.badge-slider .slick-track {
  margin-left: 0;
}

.badge-slider.slick-initialized.slick-slider {
  padding: 25px 0px;
}

.badge-slider .slick-slide {
  margin-right: 10px;
}

.badge-slider img {
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

.hero.general .hero__bg {
  z-index: 1;
}

@media screen and (max-width: 992px) {
  .hero.main {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .hero__bg__wrapper {
    position: relative;
    width: 100%;
    height: 350px;
    top: 75px;
  }
  .hero__bg {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 50%);
    width: 100%;
  }
  .hero.main .hero__content {
    padding-top: 75px;
    padding-bottom: 50px;
  }
  .hero__form {
    width: 80%;
  }
  .badge-slider {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .hero.main .black {
    font-size: 0.875em;
  }
  .hero__form {
    display: none;
  }
  .hero.main .hero__content {
    padding-bottom: 0;
  }
}
/*-- Hero (No Form) --*/
.hero-no-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero.general h2 {
  padding-bottom: 0;
}

.hero.general .black {
  width: 75%;
}

.hero.general .secondary {
  margin-top: 25px;
}

@media screen and (max-width: 992px) {
  .hero.general {
    padding-top: 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 575px) {
  .hero.general {
    padding-bottom: 50px;
  }
  .hero.general h2 {
    text-align: left;
  }
  .hero.general .black {
    font-size: 0.875em;
    width: 100%;
  }
}
/*-- About Hero --*/
.about::before,
.about::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 140px);
  top: 0;
  left: 0;
  background-color: var(--c1);
  z-index: -11;
}

.about::after {
  background-color: transparent;
  background: url(/wp-content/themes/montana-roofing-theme/svg/service-bg.svg);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about .hero-content h4 {
  color: var(--c4);
  font-size: 1.5625em;
  font-weight: 400;
}

.about .hero-content h2 {
  padding-bottom: 0;
}

.about .hero-content h4,
.about .hero-content h2 {
  font-family: soleil, sans-serif;
  text-transform: uppercase;
}

.about .hero-content h2,
.about .hero-content p {
  color: var(--c5);
}

.about .hero-content p {
  font-family: "Lato", sans-serif;
  font-weight: 200;
  font-size: 1.25em;
}

.about__logo-slider__wrapper {
  padding: 0px 0px 50px;
}

.about__logo-slider__wrapper .slick-slide img {
  padding: 0px 5px !important;
  height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 992px) {
  .about::before,
  .about::after {
    height: calc(100% - 105px);
  }
  .about .hero__bg {
    width: 100%;
    height: 400px;
    top: 75px;
  }
  .about__logo-slider__wrapper .slick-slide img {
    padding: 0px 5px !important;
    height: 30px;
  }
}
@media screen and (max-width: 575px) {
  .about .hero-content h2 {
    text-align: left;
  }
  .about__logo-slider__wrapper {
    padding: 0px 0px 50px;
  }
}
/* -- Hero Archive (For blog posts-- */
.hero-archive {
  background-color: var(--c1);
}

.hero-archive h1 {
  text-align: center;
  font-size: 3em;
  font-family: soleil, sans-serif;
}

.hero-archive .hero-post__content {
  padding-bottom: 50px;
}

/*-- Testimonial Slider --*/
.test__bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.testimonials::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 171px);
  top: 0;
  background: rgb(3, 58, 140);
  background: -webkit-gradient(linear, left top, right top, from(rgb(3, 58, 140)), to(rgb(20, 109, 201)));
  background: linear-gradient(90deg, rgb(3, 58, 140) 0%, rgb(20, 109, 201) 100%);
}

/* Using the 'select' fields, and assigning classes with a color picking variable,
 this is the styling for each slightly different layout */
/* LIGHT */
.testimonials.banner.dark .test__bg, .service-areas h2.testimonials.banner .test__bg {
  background-color: var(--c5);
}

.testimonials.banner.light .test__bg::after,
.testimonials.banner.dark .test__bg::after,
.service-areas h2.testimonials.banner .test__bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: url(/wp-content/themes/montana-roofing-theme/svg/testimonial-texture-light.svg);
  bottom: -50%;
}

/* MEDIUM*/
.testimonials.banner.medium::before {
  height: calc(100% - 75px);
}

.testimonials.banner.medium {
  padding-bottom: 0px;
  background-color: transparent;
  z-index: 1;
}

.testimonials.banner.medium .test__bg {
  display: none;
}

/* DARK */
.testimonials.banner.dark .test__bg, .service-areas h2.testimonials.banner .test__bg {
  background-color: var(--c2);
}

.testimonials.banner.dark .test__bg::after, .service-areas h2.testimonials.banner .test__bg::after {
  background: url(/wp-content/themes/montana-roofing-theme/svg/testimonial-texture-medium.svg);
  opacity: 0.3;
}

.testimonials__wrapper h2,
.testimonials__wrapper h4 {
  text-align: center;
  color: var(--c5);
  text-transform: uppercase;
  font-family: soleil, sans-serif;
  font-size: 2.15em;
  padding-bottom: 0;
  white-space: nowrap;
}

.testimonials__wrapper h4 {
  font-size: 1.1875em;
  font-weight: 400;
  color: var(--c4);
  padding-bottom: 25px;
}

.testimonials__inner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  background-color: var(--c5);
  padding: 40px 25px;
  border-radius: 20px;
}

.testimonials__slider .slick-slide {
  padding: 0px 5px;
}

.testimonials__inner__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  margin-right: 20px;
}

.testimonials__inner__left img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  border: 10px solid var(--c3);
}

p.testimonials__inner__left__name {
  margin-bottom: 0;
  color: var(--c1);
  font-weight: 800;
}

img.testimonials__inner__left__stars {
  width: 100px;
  height: auto;
  border: 0;
  margin: 15px 0px;
  border-radius: 0;
}

.test__inner__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 220px);
}

p.test__inner__right__quote {
  margin: 0;
  -ms-flex-item-align: center;
      align-self: center;
}

.logo-slider img.logo {
  width: 90px !important;
  margin: 0 4px;
}

@media screen and (max-width: 1200px) {
  .testimonials__wrapper h2 {
    text-align: center;
    color: var(--c5);
    text-transform: uppercase;
    font-family: soleil, sans-serif;
    font-size: 1.875em;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  .testimonials.banner {
    padding-bottom: 75px;
  }
  .testimonials::before {
    height: 100%;
  }
  .testimonials__wrapper h2,
  .testimonials__wrapper h4 {
    white-space: normal;
  }
  .testimonials__slider {
    padding-top: 50px;
  }
  .testimonials__inner__left {
    margin-right: 0;
  }
  .testimonials__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 40px 80px;
  }
  .test__inner__right {
    width: 100%;
  }
}
/*-- Trust Factors Slider --*/
.trust-factors {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f6f6f6;
}

.trust-factors .col-md-2 {
  -ms-flex-item-align: center;
      align-self: center;
}

.trust-factors__slider {
  width: 100%;
  height: 90px;
}

img.trust-factors__slider__logo {
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
  margin: 0;
  mix-blend-mode: multiply;
}

/*-- Two Column Image + Text --*/
.background-texture {
  position: absolute;
  width: 50%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.15;
}

.background-texture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.two-col__inner::before,
.two-col-full::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: var(--c2);
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 50% 100%);
}

.two-col__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.two-col__image {
  position: relative;
}

.two-col__image img.image-vid,
.two-col-full__image,
.two-col__image img.image-std {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 22px;
}

.two-col__image img.image-std {
  position: absolute;
  left: 0;
  height: 100%;
}

.video-link::after {
  content: "";
  position: absolute;
  height: 70px;
  width: 70px;
  top: 45%;
  left: 43%;
  background: url(/wp-content/themes/montana-roofing-theme/svg/video-play-icon.svg) center center no-repeat;
}

.two-col__content__inner {
  padding-left: 15px;
}

@media screen and (max-width: 992px) {
  .two-col .background-texture {
    position: absolute;
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0.15;
  }
  .two-col__inner::before {
    height: 70%;
    top: auto;
    bottom: 0;
    background-color: var(--c2);
    clip-path: none;
  }
  .two-col__content__inner,
  .two-col__content__inner a {
    text-align: center;
    margin-top: 25px;
  }
  .two-col__content__inner h2 {
    text-align: center;
    padding-bottom: 0px;
  }
  .two-col__image img.image-std {
    position: relative;
  }
}
@media screen and (max-width: 575px) {
  .two-col__image img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 22px;
  }
  img.play-icon {
    height: 70px;
    width: auto;
  }
  .two-col__inner::before {
    height: 65%;
  }
}
/*-- Two Column Fullwidth Image + Text --*/
.two-col-full::before {
  clip-path: polygon(0 0, 65% 0, 45% 100%, 0% 100%);
}

.two-col-full__image {
  position: absolute;
  top: 0;
  right: -35px;
  /* height: 350px; */
  height: 100%;
  /* width: 50%; */
  width: 60%;
  z-index: -1;
}

.two-col-full__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 992px) {
  .two-col-full {
    padding-bottom: 0;
    background-color: var(--c2);
  }
  .two-col-full::before {
    clip-path: none;
    height: 40%;
  }
  .two-col-full .col-lg-6.white.banner {
    /* padding-top: 0;
         padding-bottom: 0; */
    text-align: center;
  }
  .two-col-full__image {
    position: relative;
    /* height: 100%; */
    height: 350px;
    width: auto;
    z-index: 0;
    right: auto;
    /* padding-top: 50px; */
    bottom: 0;
  }
  .two-col-full__image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 575px) {
  .two-col-full::before {
    height: 45%;
  }
}
/*-- Location Section --*/
.location-section {
  position: relative;
  background-color: var(--c2);
}

.location-section__image {
  position: absolute;
  width: 50vw;
  height: 50vw;
  top: -5vw;
  right: -16vw;
}

.location-section__image::before {
  content: "";
  position: absolute;
  width: 53vw;
  height: 53vw;
  background-color: var(--c3);
  border-radius: 50%;
  top: -1.5vw;
  right: -1.5vw;
}

.location-section__image img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

img.map-img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.location-section__bottom__content {
  position: relative;
}

.location-section__bottom__content img.location-icon {
  top: calc(50% - 60px);
  width: 40px;
  left: 40%;
}

@media screen and (max-width: 1200px) {
  .location-section__image {
    width: 60vw;
    height: 60vw;
  }
  .location-section__image::before {
    width: 63vw;
    height: 63vw;
  }
}
@media screen and (max-width: 992px) {
  .location-section__image {
    display: none;
  }
  .location-section .col-lg-6 {
    text-align: center;
  }
}
/*-- Four Columns --*/
.four-col {
  z-index: 1;
}

.four-col__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.four-col__icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding-right: 15px;
}

.four-col__content {
  width: 73%;
}

.four-col__content p {
  font-size: 0.875em;
}

.four-col__content h3 {
  white-space: nowrap;
  font-family: soleil, sans-serif;
}

@media screen and (max-width: 992px) {
  .four-col .col-lg-3.col-md-6.d-flex.justify-content-center {
    margin: 10px 0px;
  }
  .four-col h2 {
    text-align: center;
  }
  .four-col__content {
    width: 75%;
  }
}
/* -- Gallery Section -- */
.gallery {
  background-color: var(--c5);
}

/*-- FAQ Section --*/
.faqs h2.upper.dark, .faqs .service-areas h2.upper, .service-areas .faqs h2.upper {
  padding-bottom: 25px;
}

.dropdown {
  display: block;
  width: 100%;
  margin: auto;
  background-color: var(--c3);
}

.dropdown + .dropdown {
  margin-top: 2rem;
}

.dropdown__top {
  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;
  color: white;
  border-radius: 22px;
  padding: 2rem 4rem 2rem 2rem;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
  font-family: soleil, sans-serif;
  font-size: 1.5em;
  line-height: 1;
  background-color: var(--c1);
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  will-change: background;
}

.dropdown__top::before {
  content: "";
  position: absolute;
  border-radius: 50px;
  right: 25px;
  width: 35px;
  height: 35px;
  background-color: var(--c4);
}

.dropdown__top::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: 35px;
  background: url(/wp-content/themes/montana-roofing-theme/svg/plus.svg) center center no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  will-change: transform;
}

.open .dropdown__top::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dropdown__btm {
  background: var(--c3);
  color: var(--c5);
  font-size: 1.15em;
  font-family: soleil, sans-serif;
  line-height: 24px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem;
  border-radius: 22px;
  display: none;
}

@media screen and (max-width: 992px) {
  .faqs h2.upper.dark, .faqs .service-areas h2.upper, .service-areas .faqs h2.upper {
    text-align: center;
  }
  .dropdown {
    width: 80%;
  }
  .dropdown__top {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 575px) {
  .dropdown {
    width: 100%;
  }
  .dropdown__top {
    padding: 2rem 2rem 1.5em 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    line-height: 1.125em;
  }
  .dropdown__top::before {
    position: relative;
    top: -18px;
    right: auto;
  }
  .dropdown__top::after {
    right: auto;
    top: 24px;
  }
}
/*-- Recent Articles --*/
.recent-articles {
  background-color: var(--c2);
}

.recent-articles__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.recent-articles__post {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(20, 109, 201)), to(rgb(0, 48, 119)));
  background: linear-gradient(180deg, rgb(20, 109, 201) 50%, rgb(0, 48, 119) 100%);
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.5);
  border-radius: 23px;
  margin-bottom: 25px;
}

.recent-articles__post figure {
  margin: 0;
}

.recent-articles__post img,
.blog-posts__single__img img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 23px;
}

.recent-articles__post__inner p,
.recent-articles__post__inner h4,
.recent-articles__post__inner .white {
  font-family: soleil, sans-serif;
  font-size: 0.9375em;
  width: 100%;
}

.recent-articles__post__inner h4 {
  font-size: 1em;
}

.recent-articles__post__inner {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 288px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.recent-articles__post__inner__top {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .recent-articles__post__inner {
    min-height: 328px;
  }
}
@media screen and (max-width: 768px) {
  .recent-articles__post__inner {
    min-height: 300px;
  }
}
@media screen and (max-width: 575px) {
  .recent-articles__post__inner {
    min-height: 280px;
  }
}
/*-- CTA Banner --*/
.cta-banner {
  padding-top: 200px;
  padding-bottom: 200px;
}

.cta-banner h2 {
  display: block;
  margin: 0 auto 1rem;
  width: 100%;
}

img.cta-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -5;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.cta-overlay {
  background-color: var(--c1);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.68;
  z-index: -1;
  mix-blend-mode: multiply;
}

@media screen and (max-width: 992px) {
  .cta-banner {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .cta-banner h2 {
    font-size: 20px;
    text-align: left;
  }
}
@media screen and (max-width: 575px) {
  .cta-banner h2.white {
    text-transform: uppercase;
  }
  .cta-banner a.btn {
    width: 100%;
    text-align: center;
  }
}
/*-- Service Grid --*/
.service-grid h2 {
  padding-bottom: 25px;
}

.service-grid__tile__inner .title p.light {
  margin-bottom: 0;
  font-family: soleil, sans-serif;
  font-weight: 600;
  font-size: 1.25em;
  padding: 0.875rem;
}

.service-grid__tile img {
  border-radius: 22px;
  cursor: pointer;
}

.service-grid__tile img.service {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 22px;
  z-index: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.service-grid__tile {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

.service-grid__tile__inner {
  position: relative;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
}

.service-grid__tile__inner::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--c3);
  border-radius: 23px;
}

.service-grid__tile__inner .title {
  position: absolute;
  width: 70%;
  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;
  bottom: 50px;
  background: var(--c5);
  border-radius: 20px;
  border: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.service-grid__tile__inner .title img {
  position: absolute;
  padding: 0.875em;
  height: 100%;
  width: 65px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 22px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 22px 5px rgba(0, 0, 0, 0.15);
}

.service-highlight-wrapper {
  position: absolute;
  bottom: 20%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.service-highlight-wrapper .highlight {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  opacity: 0;
}

.service-highlight-wrapper img {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}

.service-highlight-wrapper p {
  margin-bottom: 0;
  margin-left: 15px;
}

.service__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.clickable {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hover-area:hover > .service-grid__tile__inner img.service {
  opacity: 0.15;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-area:hover > .service-grid__tile__inner .title {
  -webkit-transform: translateY(-195px);
          transform: translateY(-195px);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  width: 100%;
}

.hover-area:hover > .service-grid__tile__inner .service-highlight-wrapper .highlight {
  opacity: 1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media screen and (max-width: 475px) {
  .service-grid__tile__inner .title {
    width: 100%;
    bottom: 0px;
  }
  .hover-area:hover > .service-grid__tile__inner .title {
    -webkit-transform: translateY(-245px);
            transform: translateY(-245px);
  }
}
/*---- General Content ---- */
.general-content {
  background-color: var(--c5);
}

.general-content h2,
.career-single post-content__wrapper h2 {
  text-transform: uppercase;
  color: var(--c3);
}

.general-content img,
.career-single post-content__wrapper img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 22px;
}

.general-content ul li,
.career-single post-content__wrapper ul li {
  position: relative;
  list-style-type: none;
  padding-bottom: 10px;
}

.general-content ul li::before,
.career-single post-content__wrapper ul li::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  left: -35px;
  background: url(/wp-content/themes/montana-roofing-theme/svg/orange-check.svg) center center no-repeat;
}

.post-content__wrapper table {
  border: 1px solid rgb(0, 48, 119);
}
@media screen and (max-width: 991px) {
  .post-content__wrapper table {
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
}
.post-content__wrapper table td:not(:last-child) {
  border-right: 1px solid;
}
.post-content__wrapper table tr:not(:last-child) td {
  border-bottom: 1px solid;
}
.post-content__wrapper table td,
.post-content__wrapper table th {
  border-color: rgb(0, 48, 119);
  padding: 10px 16px;
}
.post-content__wrapper table thead {
  border-bottom: 0px;
}
.post-content__wrapper table thead tr th {
  background: rgba(78, 157, 214, 0.15);
  color: rgb(0, 48, 119);
  font-weight: 700;
}

/* -- About Content -- */
.about-content.banner {
  padding: 60px 0px 100px 0px;
}

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

.about-content__inner h2 {
  text-transform: uppercase;
  color: var(--c1);
  font-size: 3em;
  padding-bottom: 0px;
}

.about-content__inner p {
  text-align: left;
  font-size: 1.25em;
}

.about-content__inner p img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 22px;
  margin: 25px 0px;
}

@media screen and (max-width: 992px) {
  .about-content__inner h2 {
    font-size: 2em;
  }
  .about .hero-content p,
  .about-content__inner p {
    font-size: 1em;
  }
}
@media screen and (max-width: 575px) {
  .about-content__inner p img {
    height: 300px;
  }
}
/* Product Section */
.product {
  padding-top: 150px;
  padding-bottom: 150px;
}

.product::before,
.product::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
  background-color: var(--c2);
}

.product::after {
  z-index: -1;
  background-color: transparent;
  background: url(/wp-content/themes/montana-roofing-theme/svg/product-texture.svg);
}

.product h2 {
  text-align: center;
  padding-bottom: 25px;
}

img.product-img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 768px) {
  .product {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
/* Thank You */
.ty-headline {
  text-align: center;
}

.thank-you-map {
  position: relative;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------------------------------------------------------------- 
 >>> # 7. Pages
 ----------------------------------------------------------------*/
/*-- Careers --*/
.careers__post {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
  margin-bottom: 25px;
  border-radius: 25px;
}

.careers__post a.primary {
  margin-top: 25px;
}

.careers__post h3 {
  font-size: 2.5em;
  font-family: soleil, sans-serif;
}

@media screen and (max-width: 992px) {
  .careers.banner {
    padding: 150px 0px;
  }
  .careers__post h3 {
    font-size: 2em;
  }
}
/*-- Blog --*/
section.blog-hero {
  position: relative;
}
section.blog-hero .title {
  position: absolute;
  left: 0;
  top: 110px;
  z-index: 1;
  width: 100%;
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  section.blog-hero .title {
    top: 50px;
  }
}

.blog-hero__featured {
  position: relative;
  width: 100%;
  min-height: 500px;
}

.blog-hero__featured__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 130px 0 120px;
}
@media screen and (min-width: 576px) {
  .blog-hero__featured__wrapper {
    padding: 130px 0 150px;
  }
}
@media screen and (min-width: 768px) {
  .blog-hero__featured__wrapper {
    padding: 200px 0 100px;
  }
}
@media screen and (min-width: 992px) {
  .blog-hero__featured__wrapper {
    padding: 200px 0 100px;
  }
}

.blog-hero__featured__content {
  color: #fff;
}

.blog-hero__featured img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -5;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.blog-hero__featured img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.blog-posts h2 {
  padding-bottom: 30px;
}

.blog-posts__single {
  width: 100%;
  min-height: 400px;
  margin-bottom: 50px;
}

ul.categories {
  padding-left: 0;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.categories li {
  list-style-type: none;
  margin-bottom: 10px;
}

ul.categories li a {
  font-size: 12px;
  padding: 1em 1.5em;
  margin-right: 10px;
}

.blog-posts__bottom {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-pagination {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.page-numbers.current {
  color: var(--c4);
  background-color: var(--c5);
  padding: 10px 15px;
  height: 45px;
  width: 45px;
  border: 2px solid var(--c4);
  border-radius: 25px;
  margin-right: 5px;
}

a.page-numbers,
a.prev.page-numbers {
  color: #fff;
  background-color: var(--c4);
  padding: 10px 15px;
  width: 45px;
  height: 45px;
  border-radius: 25px;
  border: 2px solid var(--c4);
  margin-right: 5px;
  cursor: pointer;
}

a.prev.page-numbers {
  position: relative;
}

a.next.page-numbers,
a.prev.page-numbers {
  font-size: 0;
  height: 100%;
}

a.next.page-numbers::after,
a.prev.page-numbers::after {
  content: "...";
  position: absolute;
  height: 45px;
  width: 45px;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 22px;
  background-color: var(--c4);
  border-radius: 25px;
  margin-right: 5px;
}

a.prev.page-numbers::after {
  right: -7px;
  top: -12px;
}

ul.categories li a:hover,
a.page-numbers:hover,
a.next.page-numbers:hover,
a.prev.page-numbers:hover {
  color: var(--c4);
  background-color: var(--c5);
  -webkit-box-shadow: inset 0px 0px 0px 2px var(--c4);
          box-shadow: inset 0px 0px 0px 2px var(--c4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

a.page-numbers:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-numbers.current:hover {
  color: var(--c5);
  background-color: var(--c4);
  -webkit-box-shadow: inset 0px 0px 0px 2px var(--c4);
          box-shadow: inset 0px 0px 0px 2px var(--c4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* styling for slick dots on featured post slider */
.slick-dots {
  position: absolute;
  top: 155px;
  left: -400px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li.slick-active button:before {
  /* opacity: .75; */
  background: var(--c4);
}

.slick-dots li button:before {
  font-family: "slick";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  content: "";
  background: transparent;
  border: 2px solid var(--c4);
  border-radius: 20px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Media Queries for Slick Dots */
@media screen and (max-width: 1200px) {
  .slick-dots {
    left: -330px;
    top: 155px;
  }
}
@media screen and (max-width: 992px) {
  .slick-dots {
    top: auto;
    bottom: 90px;
    left: -290px;
  }
  .blog-hero__featured h2.white.jumbo.upper {
    font-size: 2rem;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .slick-dots {
    left: -195px;
  }
}
@media screen and (max-width: 575px) {
  .slick-dots {
    left: 0px;
    bottom: 70px;
  }
}
/*-- Single Blog Post --*/
.hero-post__bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.hero-post {
  width: 100%;
  height: auto;
  position: relative;
}

.hero-post.banner {
  padding-top: 50px;
  padding-bottom: 0px;
}

.hero-post img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-post__content {
  text-align: left;
  padding-top: 50px;
}

.hero-post__content__inner {
  padding: 50px 0px 25px 0px;
}

.post-content.banner {
  padding-top: 0;
}

.post-content__wrapper p,
.post-content__wrapper h2 {
  font-size: 1em;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  line-height: 1.875em;
}

.post-content__wrapper h2 {
  font-size: 1.375em;
  font-weight: 800;
  padding-bottom: 15px;
}

.post-content__wrapper p img {
  width: 100%;
  height: auto;
  padding: 15px 0px;
}

.post-content__wrapper a {
  color: var(--c1);
}

.post-content__wrapper a:hover {
  color: var(--c2);
}

.post-content__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0px 0px 0px;
  margin-bottom: 2rem;
  color: #5d5d5d;
}

/* -- Sassy Social Sharing Functionality -- */
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .hero-post__bg {
    height: 325px;
  }
  .post-content__wrapper {
    font-size: 0.875rem;
  }
  .post-content__wrapper h2 {
    text-align: left;
  }
}
/*-- Contact Page --*/
.general-contact__wrapper,
.careers,
.hero-post__bg {
  background: url(/wp-content/themes/montana-roofing-theme/svg/contact-texture.svg) center center no-repeat;
}

.general-contact__wrapper::before,
.careers::before,
.hero-post__bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  background: var(--c2);
  z-index: -1;
}

.general-contact__left h2 {
  font-size: 2.5em;
  padding-bottom: 0;
}

.general-contact__left p {
  font-size: 1.25em;
  font-family: "Lato", sans-serif;
  font-weight: 200;
  padding-bottom: 1em;
}

.general-contact__left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.general-contact__left__details {
  padding: 10px 0;
}

.general-contact__left__details__item {
  padding-bottom: 2rem;
  font-family: "Lato", sans-serif;
  font-weight: 200;
}

.general-contact__left__details__item a {
  text-decoration: none;
  font-size: 1.25em !important;
  line-height: 1.5em;
  padding-left: 15px;
}

.general-contact__left__details__item a:hover {
  color: var(--c5);
}

.contact-map__wrapper {
  position: relative;
}

img.contact-map {
  position: relative;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

img.location-icon {
  position: absolute;
  top: calc(50% - 80px);
  left: 40%;
  z-index: 1;
  width: 50px;
  height: auto;
}

@media sreen and (max-width: 768px) {
  .general-contact__left {
    padding-top: 50px;
  }
}
/*--------------------------------------------------------------- 
 >>> # 7. Gravity Forms
 ----------------------------------------------------------------*/
/* Resets and General Styling */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-moz-placeholder {
  color: inherit;
  opacity: 1;
}

/* Firefox 18- */
::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

/* firefox 19+ */
:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

/* ie */

input::-webkit-input-placeholder {
  color: var(--c1);
  font-family: soleil, sans-serif;
}

input::-moz-placeholder {
  color: var(--c1);
  font-family: soleil, sans-serif;
}

input:-ms-input-placeholder {
  color: var(--c1);
  font-family: soleil, sans-serif;
}

input::-ms-input-placeholder {
  color: var(--c1);
  font-family: soleil, sans-serif;
}

input::placeholder {
  color: var(--c1);
  font-family: soleil, sans-serif;
}

.gform_wrapper {
  margin: 0;
}

.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important;
}

.gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
  width: 100% !important;
}

.gform_wrapper li.hidden_label input {
  margin-top: 0 !important;
}

#gform_wrapper_1.gform_wrapper textarea.large,
#gform_wrapper_3.gform_wrapper textarea.large {
  height: 150px !important;
}

#gform_wrapper_2.gform_wrapper .gform_body {
  width: calc(100% - 250px);
  display: inline-block;
}

#gform_wrapper_2.gform_wrapper ul.gform_fields {
  /* margin: 0 !important; */
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px !important;
}

ul#gform_fields_2 > li {
  display: inline-block;
  width: 25%;
  margin: 0 8px 0 0 !important;
}

li#field_2_4 {
  position: relative;
}

li#field_2_4::after {
  content: "";
  position: absolute;
  width: 15px;
  background: url(/wp-content/themes/montana-roofing-theme/svg/form-caret.svg);
  background-repeat: no-repeat !important;
}

#gform_wrapper_2.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#gform_wrapper_2.gform_wrapper ul.gform_fields li.gfield select,
#gform_wrapper_2.gform_wrapper textarea.medium {
  font-size: 10px !important;
  font-weight: 600;
}

#gform_wrapper_2.gform_wrapper .gform_footer {
  position: relative;
  display: inline-block;
  width: 120px;
  padding: 0;
  margin: 0;
}

input#gform_submit_button_2,
#gform_wrapper_1 input#gform_submit_button_1,
input#gform_submit_button_4,
#gform_wrapper_5 input#gform_submit_button_5 {
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  padding: 15px 2rem;
  text-transform: uppercase;
  border-radius: 50px;
  border: none;
  font-family: soleil, sans-serif;
  font-weight: 800;
  background: -webkit-gradient(linear, left top, right top, from(rgb(65, 170, 235)), to(rgb(0, 129, 209)));
  background: linear-gradient(90deg, rgb(65, 170, 235) 0%, rgb(0, 129, 209) 100%);
}

/* Sticky Header Form */
#gform_fields_2 input#input_2_1,
#gform_fields_2 input#input_2_2,
#gform_fields_2 input#input_2_3,
#gform_fields_2 select#input_2_4 {
  border: none;
  border-radius: 15px;
  padding: 15px;
}

/* Hero Form Styling */
.hero__form__body h3,
#gform_wrapper_1 .gform_title,
#gform_wrapper_4 .gform_title,
#gform_wrapper_5 .gform_title {
  margin-top: 0;
  text-transform: uppercase;
  text-align: center;
  color: var(--c5);
  font-family: soleil, sans-serif;
  font-weight: 600;
  font-size: 1.875em;
}

/* #gform_wrapper_1 input#input_1_1,
 #gform_wrapper_1 input#input_1_2,
 #gform_wrapper_1 input#input_1_3,
 #gform_wrapper_1 textarea#input_1_4,
 #gform_wrapper_4 input#input_4_7,
 #gform_wrapper_4 input#input_4_2,
 #gform_wrapper_4 input#input_4_3,
 #gform_wrapper_4 select#input_4_8,
 #gform_wrapper_4 textarea#input_4_5,
 select#input_2_4 {
   border: none;
   border-radius: 10px;
   height: 45px;
   font-size: 0.9375em;
   padding-left: 10px;
   font-family: "Lato", sans-serif;
   color: var(--c1);
   font-weight: 400;
 }

 #gform_wrapper_1 .gform_footer.top_label,
 #gform_wrapper_4 .gform_footer.top_label,
 #gform_wrapper_3 .gform_footer.top_label {
   display: flex;
   justify-content: center;
   margin-top: 0;
 }
 #gform_wrapper_1 input#gform_submit_button_1,
 input#gform_submit_button_4 {
   margin: 0 0 0 0px;
   background: var(--c4);
 } */
#gform_wrapper_1 :is(input, textarea),
#gform_wrapper_4 :is(input, textarea, select),
#gform_wrapper_5 :is(input, textarea, select),
select#input_2_4 {
  border: none;
  border-radius: 10px;
  height: 45px;
  font-size: 0.9375em;
  padding-left: 10px;
  font-family: "Lato", sans-serif;
  color: var(--c1);
  font-weight: 400;
}

#gform_wrapper_1 .gform_footer.top_label,
#gform_wrapper_4 .gform_footer.top_label,
#gform_wrapper_5 .gform_footer.top_label,
#gform_wrapper_3 .gform_footer.top_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
}

#gform_wrapper_1 input#gform_submit_button_1,
input#gform_submit_button_4,
#gform_wrapper_5 input#gform_submit_button_5 {
  margin: 0 0 0 0px;
  background: var(--c4);
}

/* Contact Form Styling */
#gform_wrapper_3 .gform_title {
  color: var(--c4);
  font-family: soleil, sans-serif;
  font-size: 2.5em;
  font-weight: 800;
}

input#input_3_6,
input#input_3_3,
textarea#input_3_5 {
  border: none;
  border-radius: 17px;
  padding: 10px;
  color: var(--c1);
  font-family: soleil, sans-serif;
}

input#gform_submit_button_3 {
  margin-right: 0 !important;
  width: 100%;
  border: none;
  padding: 10px;
  border-radius: 25px;
  font-family: soleil, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  background-color: var(--c4);
}

/* Careers Form Styling */
span#gfield_upload_rules_4_6 {
  display: none;
}

#gform_wrapper_4 textarea#input_4_5 {
  height: 100px;
}

input#gform_submit_button_4 {
  width: 100%;
}

/* file upload */
.ginput_container.ginput_container_fileupload {
  width: 100%;
}

li#field_4_6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

input#input_4_6 {
  position: relative;
  height: 50px;
  border-radius: 30px;
}

input#input_4_6::after {
  content: "Upload Resume";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--c5);
  color: var(--c4);
  text-transform: uppercase;
  font-family: soleil, sans-serif;
  border-radius: 25px;
  cursor: pointer;
}

.single-careers__form {
  background-color: #0056b3;
  padding: 30px;
  border-radius: 22px;
  margin-top: 50px;
}

/*--------------------------------------------------------------- 
 >>> # 8. Footer
 ----------------------------------------------------------------*/
footer {
  position: relative;
  background-color: var(--c1);
  z-index: 20;
}

img.footer__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.15;
  top: 0;
  z-index: 0;
}

.footer-inner {
  z-index: 3;
  padding-top: 75px;
}

a {
  color: var(--c5);
  text-decoration: none;
}

footer a:hover {
  color: var(--c5);
}

.footer-content {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

img.footer__logo {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  height: auto;
  padding: 0px 0px 50px 0px;
}

nav.footer__nav {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
}

nav.footer__nav li {
  display: inline-block;
  padding-right: 4rem;
  margin-bottom: 10px;
}

nav.footer__nav li a {
  color: var(--c5);
  font-family: soleil, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

nav.footer__nav ul.sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin: 10px 0px;
}

nav.footer__nav ul.sub-menu li a {
  font-weight: 400;
}

ul#menu-footer {
  margin: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul#menu-footer li ul.sub-menu li {
  padding-right: 0;
}

.footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  z-index: 5;
}

.footer-contact a.basic {
  text-decoration: none;
  padding-bottom: 25px;
}

.footer-contact__inner {
  width: 100%;
  max-width: 1200px;
  text-align: center;
  padding: 35px 20px;
  margin: auto;
}

.footer-contact__inner a {
  padding: 0 10px;
}

.footer-inner .col-lg-12 {
  z-index: 5 !important;
}

.footer-contact__item {
  padding: 10px 0px;
  font-family: "Lato", sans-serif;
}

.footer-bottom__social {
  padding-bottom: 25px;
  z-index: 5;
}

.footer-contact__item img,
.footer-bottom__social img {
  width: 30px;
  height: 30px;
}

.footer-contact__item a.basic {
  padding-bottom: 0;
  padding-left: 15px;
  line-height: 1.25rem;
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0px;
  z-index: 3;
  border-top: 1px solid white;
}

.footer-bottom p {
  margin-bottom: 0px;
  color: var(--c5);
  text-transform: uppercase;
}

.footer-bottom__social img {
  margin: 25px 0px;
  margin-right: 4rem;
}

.footer-bottom img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.triangle-wrapper {
  z-index: 1;
}

.triangle-wrapper img {
  position: absolute;
  bottom: 0;
  z-index: 0;
}

@media screen and (max-width: 992px) {
  nav.footer__nav {
    display: none;
  }
  .triangle-wrapper .left {
    width: 80%;
  }
  .triangle-wrapper .right {
    width: 50%;
  }
  .footer-bottom__social img {
    margin: 25px 0px;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 575px) {
  img.footer__logo {
    width: 100%;
    max-width: 200px;
    padding: 0px 0px 25px 0px;
  }
}
/*--------------------------------------------------------------- 
 >>> # 9. Slick 
 ----------------------------------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.trust-factors__slider .slick-slide {
  background-color: #f6f6f6;
}

.hero-archive h1 {
  text-transform: capitalize;
}

@media screen and (max-width: 768px) {
  .blog-hero__featured h2.white.jumbo.upper {
    font-size: 1.5rem;
  }
  .blog-hero__featured {
    margin-top: 75px;
  }
  .hero-post__content__inner h1.hero-general {
    color: black;
    /*     margin-bottom: -70px; */
  }
  html .single .banner {
    padding-top: 0px;
  }
  html body .blog-posts__bottom {
    display: block !important;
    width: 100%;
  }
  html body .categories.d-flex {
    display: block !important;
    width: 100%;
  }
  .categories.d-flex li {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
  .hero-archive h1 {
    font-size: 2em;
    text-transform: capitalize;
  }
  ul.categories li a {
    font-size: 12px;
    padding: 1em 1.5em;
    margin-right: 10px;
    width: 100%;
    text-align: center;
  }
}
/*--------------------------------------------------------------- 
 >>> # 10. PPC Landing Page 
 ----------------------------------------------------------------*/
.page-template-page-ppc #scrollto {
  position: absolute;
  width: 100%;
  height: 0;
  background-color: transparent;
  pointer-events: none;
  z-index: 10;
  top: -100px;
}

.page-template-page-ppc img.footer__logo {
  margin-inline: auto;
}

.service-areas {
  background-size: cover;
  padding: 75px 0;
}
@media only screen and (min-width: 768px) {
  .service-areas {
    padding: 100px 0;
  }
}
.service-areas h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .service-areas h2 {
    text-align: left;
  }
}
.service-areas ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  margin: 0 0 20px;
  padding: 0 0 0 20px;
}
.service-areas ul li {
  margin-bottom: 10px;
}
.service-areas ul li a {
  color: var(--c3);
}
.service-areas picture {
  display: block;
  border-radius: 22px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  border: 10px solid var(--c3);
}
.service-areas iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=style.css.map */