/*!
Theme Name: DEC
Theme URI: http://underscores.me/
Author: Redshift Creative
Author URI: https://www.redshift.com.au/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dec
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

DEC is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, sass/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, sass/_normalize.scss */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 32, sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 45, sass/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 56, sass/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 68, sass/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 77, sass/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 87, sass/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 97, sass/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 108, sass/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 117, sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 125, sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 129, sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 140, sass/_normalize.scss */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 152, sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 168, sass/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 178, sass/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 187, sass/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 198, sass/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 210, sass/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 221, sass/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
/* line 232, sass/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 245, sass/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 253, sass/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 262, sass/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 272, sass/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 282, sass/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 291, sass/_normalize.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 300, sass/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 312, sass/_normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 320, sass/_normalize.scss */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 331, sass/_normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 339, sass/_normalize.scss */
[hidden] {
  display: none;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
/* line 11, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

/* line 16, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* line 22, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 31, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  /* line 37, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  /* line 43, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 49, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .container {
    max-width: 1140px;
  }
}
/* line 54, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 62, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 72, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 77, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 83, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 96, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

/* line 105, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

/* line 113, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

/* line 120, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

/* line 127, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 134, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* line 141, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

/* line 148, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 155, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

/* line 162, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

/* line 169, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 176, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

/* line 183, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

/* line 190, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 197, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

/* line 203, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

/* line 209, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

/* line 215, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

/* line 221, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

/* line 227, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

/* line 233, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

/* line 239, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

/* line 245, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

/* line 251, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

/* line 257, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

/* line 263, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

/* line 269, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

/* line 275, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

/* line 281, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

/* line 287, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.offset-1 {
  margin-left: 8.333333%;
}

/* line 291, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.offset-2 {
  margin-left: 16.666667%;
}

/* line 295, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 299, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.offset-4 {
  margin-left: 33.333333%;
}

/* line 303, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.offset-5 {
  margin-left: 41.666667%;
}

/* line 307, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 311, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.offset-7 {
  margin-left: 58.333333%;
}

/* line 315, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.offset-8 {
  margin-left: 66.666667%;
}

/* line 319, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 323, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.offset-10 {
  margin-left: 83.333333%;
}

/* line 327, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  /* line 332, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 340, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 347, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 353, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 359, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 365, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 371, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 377, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 383, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 389, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 395, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 401, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 407, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 413, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 419, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 424, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 429, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 434, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 439, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 444, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 449, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 454, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 459, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 464, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 469, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 474, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 479, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 484, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 489, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 494, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-sm-0 {
    margin-left: 0;
  }

  /* line 497, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  /* line 500, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  /* line 503, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }

  /* line 506, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  /* line 509, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  /* line 512, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }

  /* line 515, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  /* line 518, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  /* line 521, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }

  /* line 524, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  /* line 527, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  /* line 533, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 541, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 548, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 554, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 560, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 566, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 572, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 578, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 584, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 590, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 596, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 602, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 608, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 614, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 620, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 625, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 630, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 635, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 640, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 645, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 650, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 655, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 660, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 665, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 670, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 675, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 680, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 685, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 690, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 695, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-md-0 {
    margin-left: 0;
  }

  /* line 698, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-md-1 {
    margin-left: 8.333333%;
  }

  /* line 701, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-md-2 {
    margin-left: 16.666667%;
  }

  /* line 704, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-md-3 {
    margin-left: 25%;
  }

  /* line 707, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-md-4 {
    margin-left: 33.333333%;
  }

  /* line 710, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-md-5 {
    margin-left: 41.666667%;
  }

  /* line 713, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-md-6 {
    margin-left: 50%;
  }

  /* line 716, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-md-7 {
    margin-left: 58.333333%;
  }

  /* line 719, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-md-8 {
    margin-left: 66.666667%;
  }

  /* line 722, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-md-9 {
    margin-left: 75%;
  }

  /* line 725, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-md-10 {
    margin-left: 83.333333%;
  }

  /* line 728, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  /* line 734, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 742, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 749, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 755, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 761, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 767, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 773, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 779, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 785, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 791, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 797, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 803, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 809, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 815, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 821, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 826, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 831, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 836, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 841, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 846, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 851, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 856, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 861, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 866, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 871, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 876, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 882, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 887, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 892, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 897, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-lg-0 {
    margin-left: 0;
  }

  /* line 900, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  /* line 903, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  /* line 906, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }

  /* line 909, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  /* line 912, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  /* line 915, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }

  /* line 918, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  /* line 921, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  /* line 924, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }

  /* line 927, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  /* line 930, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  /* line 936, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 944, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 951, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 957, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 963, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 969, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 975, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 981, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 987, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 993, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 999, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 1005, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 1011, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 1017, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 1023, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 1028, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 1033, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 1038, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 1043, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 1048, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 1053, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 1058, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 1063, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 1068, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 1073, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 1078, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 1083, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 1088, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 1093, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 1098, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-xl-0 {
    margin-left: 0;
  }

  /* line 1101, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  /* line 1104, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  /* line 1107, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }

  /* line 1110, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  /* line 1113, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  /* line 1116, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }

  /* line 1119, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  /* line 1122, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  /* line 1125, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }

  /* line 1128, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  /* line 1131, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
/* line 1136, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.d-none {
  display: none !important;
}

/* line 1140, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.d-inline {
  display: inline !important;
}

/* line 1144, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 1148, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.d-block {
  display: block !important;
}

/* line 1152, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.d-table {
  display: table !important;
}

/* line 1156, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.d-table-row {
  display: table-row !important;
}

/* line 1160, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 1164, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 1170, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 1177, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-sm-none {
    display: none !important;
  }

  /* line 1180, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-sm-inline {
    display: inline !important;
  }

  /* line 1183, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }

  /* line 1186, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-sm-block {
    display: block !important;
  }

  /* line 1189, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-sm-table {
    display: table !important;
  }

  /* line 1192, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-sm-table-row {
    display: table-row !important;
  }

  /* line 1195, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }

  /* line 1198, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 1203, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  /* line 1211, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-md-none {
    display: none !important;
  }

  /* line 1214, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-md-inline {
    display: inline !important;
  }

  /* line 1217, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }

  /* line 1220, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-md-block {
    display: block !important;
  }

  /* line 1223, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-md-table {
    display: table !important;
  }

  /* line 1226, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-md-table-row {
    display: table-row !important;
  }

  /* line 1229, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }

  /* line 1232, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 1237, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  /* line 1245, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-lg-none {
    display: none !important;
  }

  /* line 1248, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-lg-inline {
    display: inline !important;
  }

  /* line 1251, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }

  /* line 1254, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-lg-block {
    display: block !important;
  }

  /* line 1257, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-lg-table {
    display: table !important;
  }

  /* line 1260, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-lg-table-row {
    display: table-row !important;
  }

  /* line 1263, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }

  /* line 1266, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 1271, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  /* line 1279, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-xl-none {
    display: none !important;
  }

  /* line 1282, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-xl-inline {
    display: inline !important;
  }

  /* line 1285, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }

  /* line 1288, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-xl-block {
    display: block !important;
  }

  /* line 1291, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-xl-table {
    display: table !important;
  }

  /* line 1294, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-xl-table-row {
    display: table-row !important;
  }

  /* line 1297, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }

  /* line 1300, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 1305, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  /* line 1313, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-print-none {
    display: none !important;
  }

  /* line 1316, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-print-inline {
    display: inline !important;
  }

  /* line 1319, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }

  /* line 1322, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-print-block {
    display: block !important;
  }

  /* line 1325, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-print-table {
    display: table !important;
  }

  /* line 1328, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-print-table-row {
    display: table-row !important;
  }

  /* line 1331, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }

  /* line 1334, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 1339, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/* line 1346, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

/* line 1353, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

/* line 1360, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

/* line 1367, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

/* line 1374, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 1379, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

/* line 1384, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

/* line 1389, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

/* line 1395, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

/* line 1401, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

/* line 1407, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

/* line 1413, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

/* line 1418, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

/* line 1424, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

/* line 1430, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

/* line 1436, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

/* line 1442, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

/* line 1448, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

/* line 1453, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

/* line 1458, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

/* line 1463, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

/* line 1468, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

/* line 1473, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

/* line 1479, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

/* line 1484, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

/* line 1489, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

/* line 1494, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

/* line 1499, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

/* line 1504, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 1510, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  /* line 1516, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  /* line 1522, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  /* line 1528, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* line 1534, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 1538, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 1542, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 1546, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  /* line 1551, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  /* line 1556, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* line 1561, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /* line 1566, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 1570, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* line 1575, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  /* line 1580, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* line 1585, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  /* line 1590, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  /* line 1595, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 1599, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 1603, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 1607, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 1611, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 1615, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 1619, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 1623, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 1627, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 1631, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 1635, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 1639, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  /* line 1646, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  /* line 1652, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  /* line 1658, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  /* line 1664, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* line 1670, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 1674, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 1678, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 1682, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  /* line 1687, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  /* line 1692, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* line 1697, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /* line 1702, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 1706, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* line 1711, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  /* line 1716, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* line 1721, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  /* line 1726, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  /* line 1731, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 1735, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 1739, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 1743, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 1747, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 1751, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 1755, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 1759, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 1763, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 1767, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 1771, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 1775, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  /* line 1782, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  /* line 1788, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  /* line 1794, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  /* line 1800, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* line 1806, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 1810, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 1814, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 1818, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  /* line 1823, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  /* line 1828, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* line 1833, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /* line 1838, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 1842, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* line 1847, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  /* line 1852, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* line 1857, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  /* line 1862, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  /* line 1867, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 1871, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 1875, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 1879, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 1883, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 1887, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 1891, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 1895, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 1899, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 1903, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 1907, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 1911, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  /* line 1918, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  /* line 1924, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  /* line 1930, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  /* line 1936, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* line 1942, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 1946, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 1950, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 1954, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  /* line 1959, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  /* line 1964, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* line 1969, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /* line 1974, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 1978, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* line 1983, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  /* line 1988, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* line 1993, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  /* line 1998, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  /* line 2003, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 2007, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 2011, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 2015, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 2019, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 2023, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 2027, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 2031, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 2035, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 2039, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 2043, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 2047, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_bootstrap.scss */
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
/* line 56, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_mixins.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}
/* line 62, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_mixins.scss */
.no-gutters > [class^="col-"], .no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 69, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/_mixins.scss */
*:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: 'BrauerNeueStd';
  src: url("fonts/BrauerNeueStd-Black.woff2") format("woff2"), url("fonts/BrauerNeueStd-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'National';
  src: url("fonts/National-Bold.woff2") format("woff2"), url("fonts/National-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'National';
  src: url("fonts/National-Book.woff2") format("woff2"), url("fonts/National-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* line 31, sass/typography/_typography.scss */
body,
button,
input,
select,
optgroup,
textarea {
  color: #222;
  font-family: "National";
  font-size: 18.4px;
  font-size: 1.15rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  /* line 31, sass/typography/_typography.scss */
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* line 46, sass/typography/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "National";
  letter-spacing: -.02em;
  line-height: 1;
}
/* line 53, sass/typography/_typography.scss */
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  color: #ed193f;
}

/* line 57, sass/typography/_typography.scss */
h2 {
  font-size: 2.5rem;
}
@media (max-width: 1199px) {
  /* line 57, sass/typography/_typography.scss */
  h2 {
    font-size: 2rem;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  /* line 57, sass/typography/_typography.scss */
  h2 {
    font-size: 1.7rem;
  }
}

/* line 69, sass/typography/_typography.scss */
h3 {
  color: #ed193f;
}
/* line 72, sass/typography/_typography.scss */
.wpb_wrapper > h3:first-child {
  margin-top: 0;
}

/* line 77, sass/typography/_typography.scss */
p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

/* line 82, sass/typography/_typography.scss */
dfn, cite, em, i {
  font-style: italic;
}

/* line 86, sass/typography/_typography.scss */
blockquote {
  margin: 0 1.5em;
}

/* line 90, sass/typography/_typography.scss */
address {
  margin: 0 0 1.5em;
}

/* line 94, sass/typography/_typography.scss */
pre {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

/* line 103, sass/typography/_typography.scss */
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 108, sass/typography/_typography.scss */
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

/* line 113, sass/typography/_typography.scss */
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

/* line 118, sass/typography/_typography.scss */
big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* line 1, sass/elements/_elements.scss */
html {
  box-sizing: border-box;
}

/* line 5, sass/elements/_elements.scss */
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

/* line 11, sass/elements/_elements.scss */
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

/* line 15, sass/elements/_elements.scss */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* line 1, sass/elements/_lists.scss */
ul, ol {
  margin: 0 0 1.5em 3em;
}

/* line 5, sass/elements/_lists.scss */
ul {
  list-style: disc;
}

/* line 9, sass/elements/_lists.scss */
ol {
  list-style: decimal;
}

/* line 13, sass/elements/_lists.scss */
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

/* line 19, sass/elements/_lists.scss */
dt {
  font-weight: bold;
}

/* line 23, sass/elements/_lists.scss */
dd {
  margin: 0 1.5em 1.5em;
}

/* line 24, sass/elements/_elements.scss */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/* line 29, sass/elements/_elements.scss */
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

/* line 1, sass/elements/_tables.scss */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* line 1, sass/forms/_buttons.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}
/* line 14, sass/forms/_buttons.scss */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
/* line 18, sass/forms/_buttons.scss */
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

/* line 1, sass/forms/_fields.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #999;
  padding: 9px 14px;
  font-family: "National";
  width: 100%;
}
/* line 23, sass/forms/_fields.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

/* line 27, sass/forms/_fields.scss */
label {
  color: #555;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: .1em;
}

/* line 34, sass/forms/_fields.scss */
.wpcf7 p {
  margin-bottom: .5em;
}

/* line 38, sass/forms/_fields.scss */
textarea {
  height: 140px;
}

/* line 41, sass/forms/_fields.scss */
input[type=submit] {
  border: 2px solid #ed193f;
  background-color: #000;
  color: #fff;
  padding: 12px 50px;
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 0;
  cursor: pointer;
  margin-top: 10px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
/* line 53, sass/forms/_fields.scss */
input[type=submit]:hover {
  background-color: #ed193f;
  color: #fff;
  border-color: #ed193f;
}

/* line 60, sass/forms/_fields.scss */
select {
  border: 1px solid #ccc;
}

/* line 64, sass/forms/_fields.scss */
textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/* line 1, sass/navigation/_links.scss */
a {
  color: #ed193f;
}
/* line 4, sass/navigation/_links.scss */
a:visited {
  color: #ed193f;
}
/* line 7, sass/navigation/_links.scss */
a:hover, a:focus, a:active {
  color: #ef3153;
}
/* line 12, sass/navigation/_links.scss */
a:focus {
  outline: thin dotted;
}
/* line 15, sass/navigation/_links.scss */
a:hover, a:active {
  outline: 0;
}

/* line 20, sass/navigation/_links.scss */
.vc_btn3-container {
  margin-top: 15px;
}
/* line 23, sass/navigation/_links.scss */
.vc_btn3-container .vc_btn3.vc_btn3-style-outline {
  font-family: "National";
  font-size: 1.1rem;
  font-weight: 700;
  padding: 4px 20px 4px 20px !important;
  border-color: #ed193f !important;
}
/* line 32, sass/navigation/_links.scss */
.vc_btn3-container .vc_btn3.vc_btn3-style-outline.vc_btn3-color-danger {
  color: #222;
  border-color: #222;
}
/* line 36, sass/navigation/_links.scss */
.vc_btn3-container .vc_btn3.vc_btn3-style-outline.vc_btn3-color-danger:hover {
  color: #fff;
  border-color: #ed193f;
  background-color: #ed193f;
}
/* line 43, sass/navigation/_links.scss */
.vc_btn3-container .vc_btn3.vc_btn3-style-outline.vc_btn3-color-inverse:hover {
  background-color: #222;
}
/* line 48, sass/navigation/_links.scss */
.hero-row .vc_btn3-container {
  margin-top: 0;
  display: inline-block;
  margin-right: 20px;
}
/* line 55, sass/navigation/_links.scss */
.hero-row .vc_btn3-container .vc_btn3.vc_btn3-style-outline.vc_btn3-color-danger {
  color: #fff;
  border-color: #ed193f;
  background-color: #ed193f;
}
/* line 60, sass/navigation/_links.scss */
.hero-row .vc_btn3-container .vc_btn3.vc_btn3-style-outline.vc_btn3-color-danger:hover {
  background-color: #f14866;
}
@media (max-width: 767px) {
  /* line 53, sass/navigation/_links.scss */
  .hero-row .vc_btn3-container .vc_btn3.vc_btn3-style-outline {
    padding: 8px 15px;
  }
}
@media (max-width: 767px) {
  /* line 48, sass/navigation/_links.scss */
  .hero-row .vc_btn3-container {
    margin: 0 0 8px;
  }
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* line 1, sass/navigation/_menus.scss */
.main-navigation {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: right;
  padding-right: 60px;
  box-shadow: 0 10px 35px -25px #000;
}
@media (max-width: 1699px) {
  /* line 1, sass/navigation/_menus.scss */
  .main-navigation {
    text-align: right;
  }
}
@media (max-width: 1699px) and (min-width: 991px) {
  /* line 1, sass/navigation/_menus.scss */
  .main-navigation {
    width: calc(100% - 30px);
  }
}

/* line 21, sass/navigation/_menus.scss */
.main-navigation > div {
  display: inline-block;
}
/* line 24, sass/navigation/_menus.scss */
.main-navigation > div > ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding: 0;
}
/* line 31, sass/navigation/_menus.scss */
.main-navigation > div > ul ul {
  padding: 0;
}
@media (min-width: 991px) {
  /* line 31, sass/navigation/_menus.scss */
  .main-navigation > div > ul ul {
    box-shadow: 1px 2px 12px -7px #000;
    float: left;
    position: absolute;
    top: calc(100% - 3px);
    left: -25px;
    z-index: 99999;
    text-align: left;
    list-style: none;
    background-color: #fff;
    transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    -webkit-transition: background-color 1s ease-out;
    -ms-transition: background-color 1s ease-out;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-duration: 5s;
    transition-delay: 2.5s;
    border-top: 1px solid transparent;
    opacity: 0;
    pointer-events: none;
  }
}
/* line 52, sass/navigation/_menus.scss */
body.scrolled .main-navigation > div > ul ul {
  transition-delay: .2s;
  transition-duration: 1s;
  border-color: #d21033;
}
/* line 58, sass/navigation/_menus.scss */
.main-navigation > div > ul ul li {
  padding: 0;
  list-style: none;
}
/* line 61, sass/navigation/_menus.scss */
.main-navigation > div > ul ul li:before {
  display: none;
}
/* line 64, sass/navigation/_menus.scss */
.main-navigation > div > ul ul li:hover {
  background-color: #fafafa;
}
/* line 69, sass/navigation/_menus.scss */
.main-navigation > div > ul ul a {
  width: 240px;
  padding: 8px 17px;
  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
/* line 74, sass/navigation/_menus.scss */
.main-navigation > div > ul ul a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  /* line 31, sass/navigation/_menus.scss */
  .main-navigation > div > ul ul {
    float: none;
    margin: 0;
  }
  /* line 90, sass/navigation/_menus.scss */
  .main-navigation > div > ul ul li {
    display: block;
    float: none;
    text-align: center;
  }
  /* line 95, sass/navigation/_menus.scss */
  .main-navigation > div > ul ul li a {
    width: auto;
    display: inline-block;
    padding: 3px 12px;
    color: #fff;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  /* line 95, sass/navigation/_menus.scss */
  .main-navigation > div > ul ul li a {
    padding: 1px 8px;
    font-size: 1rem;
  }
}

/* line 110, sass/navigation/_menus.scss */
.main-navigation > div > ul li:hover > ul,
.main-navigation > div > ul li.focus > ul {
  opacity: 1;
  pointer-events: all;
}
/* line 115, sass/navigation/_menus.scss */
.main-navigation > div > ul > li {
  position: relative;
}
/* line 118, sass/navigation/_menus.scss */
.main-navigation > div > ul > li > a {
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  outline: none !important;
  box-shadow: 0 0 0 0 #ed193f inset;
}
/* line 123, sass/navigation/_menus.scss */
.main-navigation > div > ul > li > a:hover {
  color: #fff;
  box-shadow: 0 50px 0.01px 0 #ed193f inset;
}
@media (max-width: 991px) {
  /* line 118, sass/navigation/_menus.scss */
  .main-navigation > div > ul > li > a {
    font-family: "BrauerNeueStd";
    color: #fff;
    font-size: 1.4rem;
    text-transform: uppercase;
  }
}
/* line 134, sass/navigation/_menus.scss */
.main-navigation > div > ul > li.current-menu-item > a {
  color: #ed193f;
}
/* line 137, sass/navigation/_menus.scss */
.main-navigation > div > ul > li.current-menu-item > a:hover {
  color: #fff;
}
/* line 144, sass/navigation/_menus.scss */
.main-navigation li {
  float: left;
  position: relative;
  display: block;
  padding: 14px 0;
}
@media (max-width: 991px) {
  /* line 144, sass/navigation/_menus.scss */
  .main-navigation li {
    padding: 10px 22px;
  }
}
@media (max-width: 767px) {
  /* line 144, sass/navigation/_menus.scss */
  .main-navigation li {
    padding: 0;
  }
}
/* line 159, sass/navigation/_menus.scss */
.main-navigation li.contractorlogin {
  padding-left: 12px;
}
/* line 162, sass/navigation/_menus.scss */
.main-navigation li.contractorlogin a {
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-left: 20px;
  margin-right: 10px;
  border: 2px solid #333;
  margin: 6px 0;
  padding: 4px 15px;
}
@media (max-width: 991px) {
  /* line 159, sass/navigation/_menus.scss */
  .main-navigation li.contractorlogin {
    padding: 0;
  }
  /* line 174, sass/navigation/_menus.scss */
  .main-navigation li.contractorlogin a {
    display: inline-block;
    border-color: #fff;
  }
}
/* line 182, sass/navigation/_menus.scss */
.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 8px 20px;
  color: #222;
  text-decoration: none !important;
  font-family: "National";
  font-weight: bold;
  letter-spacing: -.03em;
  font-size: 1.2rem;
}
@media (max-width: 991px) {
  /* line 182, sass/navigation/_menus.scss */
  .main-navigation a {
    letter-spacing: normal;
  }
}
@media (max-width: 991px) {
  /* line 204, sass/navigation/_menus.scss */
  .main-navigation > div {
    position: fixed;
    right: 0;
    width: 320px;
    top: 70px;
    height: calc(100% - 69px);
    background-color: #ed193f;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    z-index: 2;
    padding-bottom: 60px;
    width: 100%;
    top: 0;
    padding-top: 50px;
    height: 100%;
  }
  /* line 220, sass/navigation/_menus.scss */
  body.admin-bar:not(.scrolled) .main-navigation > div {
    top: 102px;
  }
  /* line 223, sass/navigation/_menus.scss */
  .main-navigation > div > ul {
    padding-top: 10vh;
  }
  /* line 226, sass/navigation/_menus.scss */
  .main-navigation > div > ul > li {
    float: none;
    text-align: center;
  }
  /* line 230, sass/navigation/_menus.scss */
  .main-navigation > div > ul > li:not(:last-child):before {
    display: none;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  /* line 223, sass/navigation/_menus.scss */
  .main-navigation > div > ul {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  /* line 238, sass/navigation/_menus.scss */
  body.slideout-menu .main-navigation > div {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  /* line 242, sass/navigation/_menus.scss */
  body.admin-bar:not(.scrolled) .main-navigation > div {
    top: 46px;
  }
}
@media (max-width: 991px) and (max-height: 992px) {
  /* line 204, sass/navigation/_menus.scss */
  .main-navigation > div {
    overflow: auto;
  }
}

/* Small menu. */
/* line 254, sass/navigation/_menus.scss */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

/* line 259, sass/navigation/_menus.scss */
.menu-toggle {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  background-color: transparent;
  border: none;
  border-radius: 0;
  z-index: 3;
  width: 48px;
  height: 40px;
  padding: 8px;
}
/* line 272, sass/navigation/_menus.scss */
.menu-toggle > span {
  display: block;
  height: 4px;
  width: 32px;
  background-color: #222;
  position: absolute;
  left: 8px;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  -moz-transform: none;
  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
/* line 282, sass/navigation/_menus.scss */
.menu-toggle > span:first-child {
  transform-origin: top left;
  top: 8px;
}
/* line 286, sass/navigation/_menus.scss */
.menu-toggle > span:nth-child(2) {
  top: 18px;
}
/* line 289, sass/navigation/_menus.scss */
.menu-toggle > span:last-child {
  bottom: 8px;
  transform-origin: bottom left;
}
/* line 293, sass/navigation/_menus.scss */
body.slideout-menu .menu-toggle > span {
  background-color: #fff;
}
/* line 296, sass/navigation/_menus.scss */
body.slideout-menu .menu-toggle > span:nth-child(2) {
  opacity: 0;
}
/* line 299, sass/navigation/_menus.scss */
body.slideout-menu .menu-toggle > span:first-child {
  width: 41px;
  top: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
/* line 304, sass/navigation/_menus.scss */
body.slideout-menu .menu-toggle > span:last-child {
  width: 41px;
  bottom: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

@media (min-width: 991px) {
  /* line 313, sass/navigation/_menus.scss */
  .menu-toggle {
    display: none;
  }

  /* line 316, sass/navigation/_menus.scss */
  .main-navigation > div > ul {
    display: block;
  }
}
/* line 325, sass/navigation/_menus.scss */
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
/* line 330, sass/navigation/_menus.scss */
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
/* line 335, sass/navigation/_menus.scss */
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/* line 2, sass/modules/_accessibility.scss */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
/* line 14, sass/modules/_accessibility.scss */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
/* line 36, sass/modules/_accessibility.scss */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/* line 1, sass/modules/_alignments.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

/* line 7, sass/modules/_alignments.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

/* line 13, sass/modules/_alignments.scss */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/* line 1, sass/modules/_clearings.scss */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

/* line 16, sass/modules/_clearings.scss */
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
@media (min-width: 1500px) {
  /* line 2, sass/site/_site.scss */
  .container {
    max-width: 1470px;
  }
}
/* line 1, sass/site/_header.scss */
.site-header {
  position: absolute;
  background-color: #fff;
  z-index: 3;
  width: 100%;
  left: 0;
  height: 70px;
  z-index: 101;
  top: 100%;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  padding: 0 60px;
}
/* line 14, sass/site/_header.scss */
body:not(.home) .site-header {
  top: 355px;
}
@media (max-width: 991px) {
  /* line 1, sass/site/_header.scss */
  .site-header {
    height: 55px;
    position: fixed;
    top: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    padding: 0 15px;
  }
  /* line 24, sass/site/_header.scss */
  body:not(.home) .site-header {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 29, sass/site/_header.scss */
  .admin-bar .site-header {
    top: 46px;
  }
  /* line 32, sass/site/_header.scss */
  .admin-bar.scrolled .site-header {
    top: 0;
  }
}
/* line 36, sass/site/_header.scss */
body.scrolled .site-header {
  position: fixed;
  top: 0;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  -moz-transform: none;
}
/* line 41, sass/site/_header.scss */
.admin-bar body.scrolled .site-header {
  top: 32px;
}
/* line 45, sass/site/_header.scss */
.site-header .site-branding {
  display: block;
  float: left;
  padding: 10px 2px;
  position: relative;
  z-index: 2;
}
/* line 53, sass/site/_header.scss */
.site-header .site-branding a img {
  height: 46px;
  width: auto;
  display: block;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
/* line 59, sass/site/_header.scss */
.site-header .site-branding a img.dark {
  display: none;
}
/* line 62, sass/site/_header.scss */
.site-header .site-branding a img.dark {
  display: block;
}
/* line 65, sass/site/_header.scss */
.site-header .site-branding a img.light {
  display: none;
}
@media (max-width: 991px) {
  /* line 45, sass/site/_header.scss */
  .site-header .site-branding {
    margin-left: 0;
    padding: 11px 10px;
  }
  /* line 74, sass/site/_header.scss */
  .site-header .site-branding a img {
    height: 35px;
  }
}
/* line 79, sass/site/_header.scss */
.site-header:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: " ";
  z-index: -1;
  opacity: 0;
  transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-duration: 5s;
  transition-delay: 2.5s;
}
/* line 101, sass/site/_header.scss */
body.scrolled .site-header:before {
  opacity: 1;
  transition-delay: .2s;
  transition-duration: 1s;
}

/* line 109, sass/site/_header.scss */
body.home .slideout-menu-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 500px;
  z-index: 1;
  height: 100vh;
  background-image: url(img/bg-dark.jpg);
  background-repeat: repeat;
  background-size: cover;
  mix-blend-mode: saturation;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
/* line 123, sass/site/_header.scss */
body.home .slideout-menu-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 500px;
  z-index: 5;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
/* line 133, sass/site/_header.scss */
body.home .slideout-menu-wrapper aside {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-self: center;
  padding: 30px 120px;
}
/* line 147, sass/site/_header.scss */
body.home .slideout-menu-wrapper aside section {
  width: 100%;
}
/* line 151, sass/site/_header.scss */
body.home .slideout-menu-wrapper aside form {
  position: relative;
}
/* line 154, sass/site/_header.scss */
body.home .slideout-menu-wrapper aside form input[type=submit] {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0px;
  padding: 0;
  margin: 0;
  opacity: 0;
}
/* line 166, sass/site/_header.scss */
body.home .slideout-menu-wrapper aside input[type=search] {
  border: none;
  border-bottom: 2px solid #fff;
  padding: 4px 2px;
  color: #fff;
  background-color: transparent;
  font-size: 1.3rem;
  background-image: url(img/search-icon.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 24px auto;
}
/* line 178, sass/site/_header.scss */
body.home .slideout-menu-wrapper aside ::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}
/* line 182, sass/site/_header.scss */
body.home .slideout-menu-wrapper aside :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
/* line 186, sass/site/_header.scss */
body.home .slideout-menu-wrapper aside ::placeholder {
  color: #fff;
}
/* line 189, sass/site/_header.scss */
body.home .slideout-menu-wrapper aside .menu {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
/* line 195, sass/site/_header.scss */
body.home .slideout-menu-wrapper aside .menu li a {
  color: #fff;
  text-decoration: none;
}
/* line 199, sass/site/_header.scss */
body.home .slideout-menu-wrapper aside .menu li a:hover {
  color: #f4788e !important;
}
/* line 203, sass/site/_header.scss */
body.home .slideout-menu-wrapper aside .menu li.current-menu-item a {
  color: #ed193f;
}
/* line 207, sass/site/_header.scss */
body.home .slideout-menu-wrapper aside .menu > li > a {
  font-weight: bold;
}
/* line 210, sass/site/_header.scss */
body.home .slideout-menu-wrapper aside .menu ul {
  margin: 0;
}
/* line 214, sass/site/_header.scss */
body.home .slideout-menu-wrapper aside .blockquote {
  position: relative !important;
  color: #fff;
  border-top: 1px solid #fff;
  padding-top: 10px;
  right: initial !important;
  width: 100% !important;
  padding-right: 35px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
}
/* line 226, sass/site/_header.scss */
body.home .slideout-menu-wrapper aside .blockquote:before {
  opacity: 1;
  color: rgba(239, 49, 83, 0.6);
  z-index: -1;
}
/* line 233, sass/site/_header.scss */
body.home .slideout-menu-wrapper + span {
  position: absolute;
  left: 250px;
  top: 50vh;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 5;
  color: #fff;
  border: 2px solid #fff;
  font-weight: bold;
  padding: 1px 17px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
/* line 246, sass/site/_header.scss */
body.home .slideout-menu-wrapper + span:before, body.home .slideout-menu-wrapper + span:after {
  transition: none;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
/* line 249, sass/site/_header.scss */
body.home .slideout-menu-wrapper + span:before {
  height: 2px;
  right: 100%;
  width: 250px;
  content: " ";
  background-color: #fff;
  top: calc(50% - 1px);
  display: block;
  position: absolute;
  pointer-events: none;
}
/* line 260, sass/site/_header.scss */
body.home .slideout-menu-wrapper + span:hover {
  background-color: #fff;
  color: #000;
}
@media (max-width: 1699px) {
  /* line 233, sass/site/_header.scss */
  body.home .slideout-menu-wrapper + span {
    left: 100px;
  }
}
@media (max-width: 991px) {
  /* line 233, sass/site/_header.scss */
  body.home .slideout-menu-wrapper + span {
    left: 25px;
  }
}
@media (max-width: 767px) {
  /* line 233, sass/site/_header.scss */
  body.home .slideout-menu-wrapper + span {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 123, sass/site/_header.scss */
  body.home .slideout-menu-wrapper {
    display: none;
  }
}
/* line 279, sass/site/_header.scss */
body.home:not(.hero-menu) .slideout-menu-wrapper, body.home:not(.hero-menu) .slideout-menu-background {
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
}
/* line 284, sass/site/_header.scss */
body.home.hero-menu .slideout-menu-wrapper + span {
  color: transparent;
  border: none;
  left: 20px;
  padding: 0;
  width: 46px;
  height: 46px;
  border: 1.5px solid #fff;
  border-radius: 50%;
}
/* line 294, sass/site/_header.scss */
body.home.hero-menu .slideout-menu-wrapper + span:before, body.home.hero-menu .slideout-menu-wrapper + span:after {
  content: " ";
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  transition: transform 1s linear;
  -moz-transition: transform 1s linear;
  -o-transition: transform 1s linear;
  -webkit-transition: transform 1s linear;
  -ms-transition: transform 1s linear;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
/* line 306, sass/site/_header.scss */
body.home.hero-menu .slideout-menu-wrapper + span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
/* line 309, sass/site/_header.scss */
body.home.hero-menu .slideout-menu-wrapper + span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
/* line 312, sass/site/_header.scss */
body.home.hero-menu .slideout-menu-wrapper + span:hover {
  background-color: #fff;
}
/* line 315, sass/site/_header.scss */
body.home.hero-menu .slideout-menu-wrapper + span:hover:before, body.home.hero-menu .slideout-menu-wrapper + span:hover:after {
  background-color: #000;
}
/* line 318, sass/site/_header.scss */
body.home.hero-menu .slideout-menu-wrapper + span:hover:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
/* line 321, sass/site/_header.scss */
body.home.hero-menu .slideout-menu-wrapper + span:hover:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
/* line 327, sass/site/_header.scss */
body.home.admin-bar .slideout-menu-wrapper, body.home.admin-bar .slideout-menu-background {
  height: calc(100vh - 32px);
}

/* line 2, sass/site/_pages.scss */
body .site-content .hero-row {
  /*
  &:before {
  	content: " ";
  	display: block;
  	position: absolute;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100%;
  	// background-color: rgba(#000,.2);
  	z-index: 1;
  }*/
}
/* line 19, sass/site/_pages.scss */
body .site-content .hero-row .wpb_single_image {
  margin-bottom: 0;
}
/* line 22, sass/site/_pages.scss */
body .site-content .hero-row .wpb_single_image img {
  max-width: 320px;
  margin-left: 0;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  /* line 29, sass/site/_pages.scss */
  body .site-content .hero-row .wpb_single_image img {
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  /* line 19, sass/site/_pages.scss */
  body .site-content .hero-row .wpb_single_image {
    display: none;
  }
}
/* line 37, sass/site/_pages.scss */
body .site-content .hero-row .vc_column-inner {
  align-items: center;
}
/* line 42, sass/site/_pages.scss */
body .site-content .hero-row .wpb_wrapper > div {
  float: left;
  clear: both;
}
/* line 47, sass/site/_pages.scss */
body .site-content .hero-row h1 {
  font-size: 4.6rem;
  margin: 0;
  line-height: 1.05;
  font-family: "National" !important;
  color: #fff;
  margin-bottom: 25px;
  padding-right: 35px;
}
@media (max-width: 1199px) {
  /* line 47, sass/site/_pages.scss */
  body .site-content .hero-row h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  /* line 47, sass/site/_pages.scss */
  body .site-content .hero-row h1 {
    font-size: 2rem;
  }
}
/* line 63, sass/site/_pages.scss */
body .site-content .hero-row p {
  max-width: 700px;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #fff;
}
/* line 69, sass/site/_pages.scss */
body .site-content .hero-row .vc_btn3 {
  border-color: #fff !important;
}
/* line 72, sass/site/_pages.scss */
body .site-content .hero-row:before {
  position: absolute;
  right: 30px;
  bottom: 95px;
  content: " ";
  display: block;
  width: 150px;
  height: 70px;
  background-image: url(img/bsi-logo.svg);
  background-repeat: no-repeat;
  z-index: 3;
  background-position: bottom right;
}
@media (max-width: 991px) {
  /* line 72, sass/site/_pages.scss */
  body .site-content .hero-row:before {
    bottom: 30px;
    width: 110px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  /* line 72, sass/site/_pages.scss */
  body .site-content .hero-row:before {
    bottom: 30px;
    right: 15px;
    height: 50px;
    width: 90px;
  }
}
@media (max-width: 767px) {
  /* line 2, sass/site/_pages.scss */
  body .site-content .hero-row {
    height: auto;
    min-height: 96vh !important;
    padding: 70px 15px;
  }
  /* line 102, sass/site/_pages.scss */
  body .site-content .hero-row p {
    font-size: 1.1rem;
    margin-top: 15px;
  }
}
/* line 108, sass/site/_pages.scss */
body .site-content .paroller {
  position: relative;
}
/* line 111, sass/site/_pages.scss */
body .site-content .vc_row[class*='page-'] {
  position: relative;
  overflow: hidden;
}
/* line 115, sass/site/_pages.scss */
body .site-content .vc_row[class*='page-'] h2 {
  font-size: 4.4rem;
  line-height: .9;
  margin: 0;
}
/* line 120, sass/site/_pages.scss */
body .site-content .vc_row[class*='page-'] h2 em {
  font-style: normal;
  color: #ed193f;
}
/* line 124, sass/site/_pages.scss */
body .site-content .vc_row[class*='page-'] h2 + p > strong {
  font-size: 1.2rem;
  color: #ed193f;
}
@media (max-width: 767px) {
  /* line 124, sass/site/_pages.scss */
  body .site-content .vc_row[class*='page-'] h2 + p > strong {
    font-size: 1rem;
  }
}
/* line 132, sass/site/_pages.scss */
body .site-content .vc_row[class*='page-'] h2 + h2 {
  margin-bottom: 0.7em;
}
@media (max-width: 991px) {
  /* line 115, sass/site/_pages.scss */
  body .site-content .vc_row[class*='page-'] h2 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  /* line 115, sass/site/_pages.scss */
  body .site-content .vc_row[class*='page-'] h2 {
    font-size: 2rem;
  }
}
/* line 142, sass/site/_pages.scss */
body .site-content .vc_row[class*='page-'] .wpb_button, body .site-content .vc_row[class*='page-'] .wpb_content_element, body .site-content .vc_row[class*='page-'] ul.wpb_thumbnails-fluid > li {
  margin-bottom: 1em;
}
/* line 145, sass/site/_pages.scss */
body .site-content .vc_row[class*='page-']:after {
  content: " ";
  display: block;
  position: absolute;
  width: 900px;
  height: 900px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .035;
}
@media (max-width: 991px) {
  /* line 156, sass/site/_pages.scss */
  body .site-content .vc_row[class*='page-'] .paroller img {
    padding: 10px 0;
    position: static !important;
    max-width: 100% !important;
    transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    -moz-transform: none !important;
    margin: 0 auto !important;
  }
  /* line 163, sass/site/_pages.scss */
  body .site-content .vc_row[class*='page-'] .paroller {
    position: static !important;
    transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    -moz-transform: none !important;
    max-width: 100% !important;
  }
}
/* line 171, sass/site/_pages.scss */
body .site-content .clients-block .wpb_single_image {
  margin-bottom: 0;
}
@media (min-width: 991px) {
  /* line 175, sass/site/_pages.scss */
  body .site-content .vc_row.page-2 {
    padding: 80px 0 60px;
  }
}
@media (max-width: 991px) {
  /* line 175, sass/site/_pages.scss */
  body .site-content .vc_row.page-2 {
    padding: 40px 0 30px;
  }
}
/* line 182, sass/site/_pages.scss */
body .site-content .vc_row.page-2 h2 {
  font-size: 2.4rem;
  line-height: 1.2;
}
@media (max-width: 991px) {
  /* line 182, sass/site/_pages.scss */
  body .site-content .vc_row.page-2 h2 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  /* line 182, sass/site/_pages.scss */
  body .site-content .vc_row.page-2 h2 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
/* line 194, sass/site/_pages.scss */
body .site-content .vc_row.page-2 .paroller img {
  position: absolute;
  right: 60px;
  top: 40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  max-width: 1400px;
}
/* line 201, sass/site/_pages.scss */
body .site-content .vc_row.page-2:after {
  background-image: url(img/plane.svg);
  right: -15%;
  bottom: -40%;
}
@media (max-width: 767px) {
  /* line 208, sass/site/_pages.scss */
  body .site-content .vc_row.page-2 .clients-block .vc_col-sm-4 {
    width: 50% !important;
    float: left;
  }
}
@media (min-width: 991px) {
  /* line 215, sass/site/_pages.scss */
  body .site-content .vc_row.page-5 {
    padding: 120px 0;
  }
}
@media (max-width: 991px) {
  /* line 215, sass/site/_pages.scss */
  body .site-content .vc_row.page-5 {
    padding: 40px 0 30px;
  }
}
/* line 222, sass/site/_pages.scss */
body .site-content .vc_row.page-5 .paroller img {
  position: absolute;
  left: 60px;
  top: 40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  max-width: 1200px;
}
/* line 229, sass/site/_pages.scss */
body .site-content .vc_row.page-5:after {
  background-image: url(img/spanner.svg);
  left: -10%;
  bottom: -15%;
}
@media (min-width: 991px) {
  /* line 235, sass/site/_pages.scss */
  body .site-content .vc_row.page-6 {
    padding: 220px 0 120px;
  }
}
@media (max-width: 991px) {
  /* line 235, sass/site/_pages.scss */
  body .site-content .vc_row.page-6 {
    padding: 40px 0 30px;
  }
}
/* line 242, sass/site/_pages.scss */
body .site-content .vc_row.page-6 .vc_column_container .vc_row.vc_inner {
  padding: 0 30px;
}
/* line 245, sass/site/_pages.scss */
body .site-content .vc_row.page-6 .vc_column_container .vc_row.vc_inner .wpb_text_column {
  text-align: center;
  font-family: "BrauerNeueStd";
  text-transform: uppercase;
  padding: 20px 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  background-color: #ed193f;
  color: #fff;
  margin: 0 auto 35px;
  box-shadow: 3px 3px 35px -12px #000;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e03416+0,d81515+100 */
  background: #e03416;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #e03416 0%, #d81515 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #e03416 0%, #d81515 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #e03416 0%, #d81515 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e03416', endColorstr='#d81515',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
/* line 268, sass/site/_pages.scss */
body .site-content .vc_row.page-6 .vc_column_container .vc_row.vc_inner .wpb_text_column p {
  margin: 0;
}
/* line 275, sass/site/_pages.scss */
body .site-content .vc_row.page-6 .paroller img {
  position: absolute;
  right: 60px;
  top: 40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  max-width: 900px;
  width: 900px;
}
@media (min-width: 991px) {
  /* line 284, sass/site/_pages.scss */
  body .site-content .vc_row.page-7 {
    padding: 80px 0 120px;
  }
}
@media (max-width: 991px) {
  /* line 284, sass/site/_pages.scss */
  body .site-content .vc_row.page-7 {
    padding: 35px 0;
  }
}
/* line 291, sass/site/_pages.scss */
body .site-content .vc_row.page-7 .paroller img {
  max-width: 900px;
  width: 900px;
  margin-left: -5px;
  margin-top: -120px;
}
/* line 297, sass/site/_pages.scss */
body .site-content .vc_row.page-7:after {
  background-image: url(img/check.svg);
  left: -10%;
  bottom: -15%;
}
@media (min-width: 991px) {
  /* line 303, sass/site/_pages.scss */
  body .site-content .vc_row.page-9 {
    padding: 80px 0 120px;
  }
}
@media (max-width: 991px) {
  /* line 303, sass/site/_pages.scss */
  body .site-content .vc_row.page-9 {
    padding: 35px 0;
  }
}
/* line 310, sass/site/_pages.scss */
body .site-content .vc_row.page-9 .paroller img {
  position: absolute;
  right: 60px;
  top: 40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  max-width: 700px;
  width: 700px;
}
/* line 318, sass/site/_pages.scss */
body .site-content .vc_row.page-9:after {
  background-image: url(img/people.svg);
  background-position: bottom right;
  right: -10%;
  width: 500px;
  height: 500px;
  bottom: -15%;
}
@media (min-width: 991px) {
  /* line 327, sass/site/_pages.scss */
  body .site-content .vc_row.page-10 {
    padding: 80px 0 120px;
  }
}
@media (max-width: 991px) {
  /* line 327, sass/site/_pages.scss */
  body .site-content .vc_row.page-10 {
    padding: 35px 0;
  }
}
/* line 334, sass/site/_pages.scss */
body .site-content .vc_row.page-10 .paroller img {
  position: absolute;
  left: 60px;
  top: 40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  max-width: 1200px;
  width: 1200px;
}
/* line 343, sass/site/_pages.scss */
body .site-content .vc_row.page-10 .two-para ul {
  break-inside: avoid;
  margin-left: 20px;
  padding: 0;
  list-style: none;
  margin-top: -10px;
}
/* line 350, sass/site/_pages.scss */
body .site-content .vc_row.page-10 .two-para ul li {
  padding-left: 22px;
  position: relative;
  margin-bottom: .5em;
}
/* line 355, sass/site/_pages.scss */
body .site-content .vc_row.page-10 .two-para ul li:before {
  content: " ";
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #222;
  position: absolute;
  left: -8px;
  top: 13px;
}
/* line 369, sass/site/_pages.scss */
body .site-content .vc_custom_1567999902472 > div {
  margin-bottom: -45px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  display: block;
  max-width: 790px;
}
@media (min-width: 1199px) {
  /* line 369, sass/site/_pages.scss */
  body .site-content .vc_custom_1567999902472 > div {
    width: 1170px;
  }
}
@media (max-width: 991px) {
  /* line 369, sass/site/_pages.scss */
  body .site-content .vc_custom_1567999902472 > div {
    width: 970px;
  }
}
@media (max-width: 767px) {
  /* line 369, sass/site/_pages.scss */
  body .site-content .vc_custom_1567999902472 > div {
    width: 750px;
  }
}
/* line 374, sass/site/_pages.scss */
body .site-content .vc_custom_1567999902472 > div h2 {
  font-size: 3.6rem;
  margin: 15px 0;
}
@media (max-width: 991px) {
  /* line 374, sass/site/_pages.scss */
  body .site-content .vc_custom_1567999902472 > div h2 {
    font-size: 2.6rem;
  }
}
@media (max-width: 991px) {
  /* line 369, sass/site/_pages.scss */
  body .site-content .vc_custom_1567999902472 > div {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 386, sass/site/_pages.scss */
  body .site-content .vc_custom_1567999902472 > div h2 {
    font-size: 1.9rem;
  }
}
/* line 391, sass/site/_pages.scss */
body .site-content .blockquote {
  position: relative;
}
/* line 394, sass/site/_pages.scss */
body .site-content .blockquote:not(.blockquote-small) {
  margin: 65px auto 45px 40px !important;
}
/* line 397, sass/site/_pages.scss */
body .site-content .blockquote p {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.1;
}
/* line 402, sass/site/_pages.scss */
body .site-content .blockquote:before {
  content: "\201c";
  font-family: "National";
  font-size: 29rem;
  pointer-events: none;
  opacity: 0.1;
  position: absolute;
  left: -30px;
  top: -20px;
  line-height: 0.7;
}
/* line 415, sass/site/_pages.scss */
body .site-content .blockquote.blockquote-small:before {
  font-size: 15rem;
  left: -5px;
  top: -5px;
}
/* line 420, sass/site/_pages.scss */
body .site-content .blockquote.blockquote-small p {
  font-size: 1.4rem;
}
/* line 423, sass/site/_pages.scss */
body .site-content .blockquote.blockquote-small:first-child {
  margin-right: 0 !important;
  margin-left: auto !important;
  width: 300px;
  position: absolute;
  top: calc(100% + 50px);
  right: 35px;
}
/* line 431, sass/site/_pages.scss */
body .site-content .blockquote.blockquote-small:first-child:before {
  left: -30px;
  font-size: 19rem;
}
@media (max-width: 767px) {
  /* line 437, sass/site/_pages.scss */
  body .site-content .blockquote.blockquote-small p {
    font-size: 1rem;
  }
  /* line 440, sass/site/_pages.scss */
  body .site-content .blockquote.blockquote-small:before {
    font-size: 8rem;
  }
  /* line 443, sass/site/_pages.scss */
  body .site-content .blockquote.blockquote-small:first-child {
    top: calc(100% + 5px);
  }
}
/* line 447, sass/site/_pages.scss */
body .site-content .blockquote.blockquote-small:not(:first-child) {
  padding-right: 70px;
}
@media (max-width: 1199px) {
  /* line 454, sass/site/_pages.scss */
  body .site-content .blockquote p {
    font-size: 1.8rem;
  }
  /* line 457, sass/site/_pages.scss */
  body .site-content .blockquote:before {
    font-size: 15rem;
  }
}
@media (max-width: 991px) {
  /* line 462, sass/site/_pages.scss */
  body .site-content .blockquote p {
    font-size: 1.5rem;
    max-width: 90%;
  }
}
/* line 469, sass/site/_pages.scss */
body .site-content .wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 12px;
}
/* line 473, sass/site/_pages.scss */
body .site-content .wpcf7 + .blockquote {
  margin: -20px 0 40px auto !important;
  float: right;
}
@media (min-width: 991px) {
  /* line 468, sass/site/_pages.scss */
  body .site-content .wpcf7 {
    padding-right: 50px;
  }
  /* line 480, sass/site/_pages.scss */
  body .site-content .wpcf7 + .blockquote {
    margin: -20px 50px 40px auto !important;
    width: auto;
    max-width: 100%;
  }
  /* line 485, sass/site/_pages.scss */
  body .site-content .wpcf7 + .blockquote:before {
    font-size: 23rem;
    top: -5px;
  }
  /* line 489, sass/site/_pages.scss */
  body .site-content .wpcf7 + .blockquote p {
    font-size: 1.6rem;
  }
}
/* line 495, sass/site/_pages.scss */
body .site-content .vc_separator .vc_sep_holder .vc_sep_line {
  border-color: #000;
  margin-top: 15px;
  border-width: 2px;
}
@media (min-width: 991px) {
  /* line 500, sass/site/_pages.scss */
  body .site-content .vc_row.page-11 {
    padding: 120px 0;
  }
}
@media (max-width: 991px) {
  /* line 500, sass/site/_pages.scss */
  body .site-content .vc_row.page-11 {
    padding: 35px 0;
  }
}
/* line 507, sass/site/_pages.scss */
body .site-content .vc_row.page-11 .paroller {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  max-width: 700px;
  width: 700px;
}
/* line 515, sass/site/_pages.scss */
body .site-content .vc_row.page-11 .paroller-2 {
  right: initial;
  left: 20px;
  top: 45%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  max-width: 1200px;
  width: 1200px;
}
@media (min-width: 991px) {
  /* line 523, sass/site/_pages.scss */
  body .site-content .vc_row.page-11 .vc_col-sm-6 {
    padding: 0 20px;
  }
  /* line 527, sass/site/_pages.scss */
  body .site-content .vc_row.page-11 .vc_col-sm-6:nth-child(3) {
    margin-top: 80px;
  }
  /* line 530, sass/site/_pages.scss */
  body .site-content .vc_row.page-11 .vc_col-sm-6:nth-child(4) {
    margin-top: 80px;
  }
}
/* line 534, sass/site/_pages.scss */
body .site-content .vc_row.page-11 .vc_col-sm-6 strong {
  color: #ed193f;
  font-size: 1.2rem;
}
/* line 539, sass/site/_pages.scss */
body .site-content .vc_row.page-11 .vc_col-sm-6 .wpb_wrapper > p:first-child {
  margin-bottom: .3em;
}
/* line 542, sass/site/_pages.scss */
body .site-content .vc_row.page-11 .vc_col-sm-6 .wpb_wrapper > p {
  margin-bottom: 1em;
}
/* line 545, sass/site/_pages.scss */
body .site-content .vc_row.page-11 .vc_col-sm-6 .wpb_wrapper > p:last-child {
  margin-bottom: 2em !important;
}
/* line 550, sass/site/_pages.scss */
body .site-content .vc_row.page-11:after {
  background-image: url(img/spray.svg);
  background-position: bottom left;
  left: 0;
  bottom: 0;
}
@media (min-width: 991px) {
  /* line 557, sass/site/_pages.scss */
  body .site-content .vc_row.page-14 {
    padding: 120px 0;
  }
}
@media (max-width: 991px) {
  /* line 557, sass/site/_pages.scss */
  body .site-content .vc_row.page-14 {
    padding: 35px 0;
  }
}
/* line 564, sass/site/_pages.scss */
body .site-content .vc_row.page-14 .paroller img {
  position: absolute;
  left: 30px;
  top: 40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  max-width: 1000px;
  width: 1000px;
}
/* line 573, sass/site/_pages.scss */
body .site-content .vc_row.page-14 .two-para table {
  break-inside: avoid;
}
/* line 576, sass/site/_pages.scss */
body .site-content .vc_row.page-14 .two-para table strong {
  color: #ed193f;
}
/* line 579, sass/site/_pages.scss */
body .site-content .vc_row.page-14 .two-para table td {
  border-bottom: 1px solid #dedede;
}
/* line 582, sass/site/_pages.scss */
body .site-content .vc_row.page-14 .two-para table td + td {
  text-align: right;
}
/* line 588, sass/site/_pages.scss */
body .site-content .cta-block {
  padding: 200px 0;
  text-align: center;
  margin-top: 35px;
}
/* line 593, sass/site/_pages.scss */
body .site-content .cta-block h2 {
  font-size: 2.7rem;
  margin-bottom: 15px;
}
/* line 597, sass/site/_pages.scss */
body .site-content .cta-block p, body .site-content .cta-block h2 {
  color: #fff;
}
/* line 603, sass/site/_pages.scss */
body .site-content .cta-block a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: -10px;
}
/* line 609, sass/site/_pages.scss */
body .site-content .cta-block a.vc_btn3 {
  font-size: 1.6rem;
  text-decoration: none;
  border: 3px solid #fff !important;
  display: inline-block;
  padding: 8px 40px !important;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  font-weight: normal;
}
/* line 618, sass/site/_pages.scss */
body .site-content .cta-block a.vc_btn3:hover {
  background-color: #fff;
  color: #000;
}
@media (max-width: 991px) {
  /* line 588, sass/site/_pages.scss */
  body .site-content .cta-block {
    padding: 100px 0 !important;
    margin-top: 0;
  }
  /* line 627, sass/site/_pages.scss */
  body .site-content .cta-block h2 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  /* line 632, sass/site/_pages.scss */
  body .site-content .cta-block h2 {
    font-size: 1.7rem;
  }
  /* line 635, sass/site/_pages.scss */
  body .site-content .cta-block p {
    font-size: 1rem;
  }
  /* line 638, sass/site/_pages.scss */
  body .site-content .cta-block a.vc_btn3 {
    font-size: 1rem;
  }
}

/* line 645, sass/site/_pages.scss */
body.home .site-content .vc_row.page-2 .paroller {
  position: static;
}
/* line 648, sass/site/_pages.scss */
body.home .site-content .vc_row.page-2 .paroller img {
  bottom: 50%;
  top: initial;
  transform: translateY(15%);
  -webkit-transform: translateY(15%);
  -ms-transform: translateY(15%);
  -moz-transform: translateY(15%);
}
/* line 654, sass/site/_pages.scss */
body.home .site-content .vc_row .vc_custom_1568007068557 {
  background-position: 84% 50%;
}

/*
.page-5 {
	h2 {
		display: block;
		float: left;
		clear: both;
		overflow: hidden;
		border-right: .15em solid $red;
		white-space: nowrap;
		margin: 0 auto;
		animation: typing 1.8s linear;
		border-right: .15em solid transparent;

		+ p {
			clear: both;
		}
		+ h2 {
			animation-delay: 2.1s;
		}
		&:after {
			content: " ";
			display: block;
			clear: both;
		}
	  }
	  
	  @keyframes typing {
		from { width: 0 }
		to { width: 100% }
	  }
}*/
@media (max-width: 1199px) {
  /* line 728, sass/site/_pages.scss */
  body.page-id-2092 .site-content .container-half > div > div > div {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  /* line 734, sass/site/_pages.scss */
  body.page-id-2092 .site-content .vc_col-sm-6 {
    width: 100%;
  }
  /* line 738, sass/site/_pages.scss */
  body.page-id-2092 .site-content .container-half {
    width: 100%;
  }
  /* line 741, sass/site/_pages.scss */
  body.page-id-2092 .site-content .container-half > div > div > div {
    width: 100%;
    max-width: none;
  }
}

/* line 750, sass/site/_pages.scss */
.vc_row.plane-bg {
  background-size: 1px auto !important;
}
/* line 753, sass/site/_pages.scss */
.vc_row.plane-bg .vc_parallax-inner {
  background-size: 120% auto !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
/* line 758, sass/site/_pages.scss */
.vc_row.plane-bg .vc_col-sm-5 {
  margin: 45px auto 75px;
}
@media (max-width: 767px) {
  /* line 758, sass/site/_pages.scss */
  .vc_row.plane-bg .vc_col-sm-5 {
    margin: 15px auto 25px;
  }
}
/* line 765, sass/site/_pages.scss */
.vc_row.plane-bg .vc_col-sm-7 {
  margin: 85px auto 60px;
}
/* line 768, sass/site/_pages.scss */
.vc_row.plane-bg .vc_col-sm-7 > div {
  background-position: center;
  background-size: cover;
}
/* line 772, sass/site/_pages.scss */
.vc_row.plane-bg .vc_col-sm-7 > div.vc_custom_1568006911034 {
  background-position: right;
}
@media (max-width: 767px) {
  /* line 765, sass/site/_pages.scss */
  .vc_row.plane-bg .vc_col-sm-7 {
    margin: 35px auto 15px;
  }
}

@media (max-width: 991px) {
  /* line 783, sass/site/_pages.scss */
  .vc_row.vc_row-flex.plane-bg {
    flex-direction: column;
  }
  /* line 786, sass/site/_pages.scss */
  .vc_row.vc_row-flex.plane-bg .vc_col-has-fill {
    height: 550px;
    width: 100%;
    max-height: 66vw;
    margin: 15px auto;
  }
  /* line 792, sass/site/_pages.scss */
  .vc_row.vc_row-flex.plane-bg > div:nth-child(1) {
    order: 1;
  }
  /* line 795, sass/site/_pages.scss */
  .vc_row.vc_row-flex.plane-bg > div:nth-child(2) {
    order: 2;
  }
  /* line 798, sass/site/_pages.scss */
  .vc_row.vc_row-flex.plane-bg > div:nth-child(3) {
    order: 3;
  }
  /* line 801, sass/site/_pages.scss */
  .vc_row.vc_row-flex.plane-bg > div:nth-child(4) {
    order: 5;
  }
  /* line 804, sass/site/_pages.scss */
  .vc_row.vc_row-flex.plane-bg > div:nth-child(5) {
    order: 4;
  }
  /* line 807, sass/site/_pages.scss */
  .vc_row.vc_row-flex.plane-bg > div:nth-child(6) {
    order: 6;
  }
  /* line 810, sass/site/_pages.scss */
  .vc_row.vc_row-flex.plane-bg > div:nth-child(7) {
    order: 7;
  }
  /* line 813, sass/site/_pages.scss */
  .vc_row.vc_row-flex.plane-bg .container-half {
    width: 100%;
    padding: 0 35px;
  }
  /* line 817, sass/site/_pages.scss */
  .vc_row.vc_row-flex.plane-bg .container-half > div > div > div {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
  }

  /* line 825, sass/site/_pages.scss */
  body .vc_custom_1567999902472 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}
@media (max-width: 767px) {
  /* line 832, sass/site/_pages.scss */
  .clients-block .vc_col-sm-3, .clients-block .vc_col-sm-4 {
    width: 50%;
    float: left;
  }
  /* line 836, sass/site/_pages.scss */
  .clients-block .vc_col-sm-3:nth-child(2n+3), .clients-block .vc_col-sm-4:nth-child(2n+3) {
    clear: both;
  }
}
/* line 842, sass/site/_pages.scss */
body:not(.home) .hero-row {
  height: 300px;
  margin-bottom: 55px;
}
/* line 846, sass/site/_pages.scss */
body:not(.home) .hero-row:before {
  width: 110px;
  height: 60px;
  bottom: 62px;
  right: 15px;
}
@media (max-width: 991px) {
  /* line 846, sass/site/_pages.scss */
  body:not(.home) .hero-row:before {
    bottom: 15px;
  }
}

/* line 857, sass/site/_pages.scss */
.vc_custom_1568015053705 {
  position: relative;
}

@media (min-width: 991px) {
  /* line 860, sass/site/_pages.scss */
  .vc_custom_1568015053705 {
    margin-bottom: 200px;
  }
}

/* line 865, sass/site/_pages.scss */
.vc_custom_1568016559593 {
  position: relative;
}
@media (min-width: 991px) {
  /* line 865, sass/site/_pages.scss */
  .vc_custom_1568016559593 {
    margin-bottom: 450px;
  }
  /* line 871, sass/site/_pages.scss */
  .vc_custom_1568016559593 .offset-text {
    position: absolute;
    top: calc(100% + 30px);
    left: -15px;
    margin-left: 0 !important;
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  /* line 883, sass/site/_pages.scss */
  .vc_custom_1568016559593 .offset-text {
    display: none;
  }
}

/* line 890, sass/site/_pages.scss */
.vc_custom_1568016432625 {
  max-height: 600px;
  position: relative;
}
@media (max-width: 991px) {
  /* line 895, sass/site/_pages.scss */
  .vc_custom_1568016432625 .blockquote {
    top: calc(100% + 5px) !important;
    right: -20px !important;
  }
}

/* line 901, sass/site/_pages.scss */
#services {
  color: #fff;
}
/* line 906, sass/site/_pages.scss */
#services .vc_col-sm-6:last-child h3 {
  font-size: 1.4rem;
}
/* line 909, sass/site/_pages.scss */
#services .vc_col-sm-6:last-child h2 {
  margin-bottom: 0;
}
/* line 912, sass/site/_pages.scss */
#services .vc_col-sm-6:last-child h2 + h3 {
  margin-top: 5px;
}
/* line 917, sass/site/_pages.scss */
#services .vc_col-sm-6:first-child {
  text-align: center;
  padding: 100px 0;
  position: relative;
  background-color: rgba(0, 0, 0, 0.05);
  width: 40%;
  margin-left: 10%;
}
/* line 925, sass/site/_pages.scss */
#services .vc_col-sm-6:first-child:before {
  background-image: url(img/bg-dark.jpg);
  background-repeat: repeat;
  background-size: cover;
  mix-blend-mode: saturation;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.9;
}
/* line 940, sass/site/_pages.scss */
#services .vc_col-sm-6:first-child strong {
  color: #ed193f;
  font-size: 1.3rem;
}
/* line 944, sass/site/_pages.scss */
#services .vc_col-sm-6:first-child .blockquote {
  margin: 60px auto 80px !important;
  max-width: 230px;
  padding-right: 0;
}
/* line 949, sass/site/_pages.scss */
#services .vc_col-sm-6:first-child .blockquote:before {
  color: #ef3153;
  opacity: .7;
  z-index: 1;
  left: -30px;
}
/* line 955, sass/site/_pages.scss */
#services .vc_col-sm-6:first-child .blockquote > div {
  z-index: 2;
  position: relative;
}
/* line 960, sass/site/_pages.scss */
#services .vc_col-sm-6:first-child h2 {
  max-width: 290px;
  margin: 0 auto 5px;
}
/* line 964, sass/site/_pages.scss */
#services .vc_col-sm-6:first-child p {
  margin-bottom: 7px;
}
/* line 967, sass/site/_pages.scss */
#services .vc_col-sm-6:first-child .wpb_text_column {
  margin-bottom: 15px;
}
/* line 971, sass/site/_pages.scss */
#services h3 {
  color: #fff;
}
/* line 974, sass/site/_pages.scss */
#services .vc_sep_line {
  border-color: #fff;
}
/* line 977, sass/site/_pages.scss */
#services .blockquote-small {
  margin: 95px auto !important;
}
@media (max-width: 991px) {
  /* line 901, sass/site/_pages.scss */
  #services {
    padding-left: 0 !important;
  }
  /* line 983, sass/site/_pages.scss */
  #services .vc_col-sm-6:first-child {
    margin-left: 0;
    padding: 30px 10px;
  }
  /* line 987, sass/site/_pages.scss */
  #services .vc_col-sm-6:first-child .blockquote-small {
    margin: 95px auto 20px !important;
  }
  /* line 991, sass/site/_pages.scss */
  #services .container-half {
    max-width: none;
    width: 60%;
  }
  /* line 995, sass/site/_pages.scss */
  #services .container-half > div > div > div {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  /* line 901, sass/site/_pages.scss */
  #services {
    flex-direction: column;
  }
  /* line 1004, sass/site/_pages.scss */
  #services .vc_col-sm-6:first-child {
    flex: 1;
    width: 100%;
  }
  /* line 1008, sass/site/_pages.scss */
  #services .vc_col-sm-6:last-child {
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* line 1014, sass/site/_pages.scss */
  body:not(.home) .hero-row {
    min-height: 20px !important;
    margin-bottom: 0;
    height: 120px;
  }
}

/* line 1022, sass/site/_pages.scss */
body .site-content .vc_custom_1568687859861 {
  margin-bottom: 120px !important;
}
/* line 1025, sass/site/_pages.scss */
body .site-content .vc_custom_1568687859861 .blockquote.blockquote-small {
  top: calc(100% - 60px);
}
@media (max-width: 991px) {
  /* line 1025, sass/site/_pages.scss */
  body .site-content .vc_custom_1568687859861 .blockquote.blockquote-small {
    top: calc(100% - 80px);
  }
}

@media (min-width: 991px) {
  /* line 10, sass/site/_site.scss */
  body {
    padding-bottom: 120px;
  }
}
/* line 14, sass/site/_site.scss */
body.slideout-menu {
  overflow: hidden;
}

/* line 19, sass/site/_site.scss */
.container-half > div > div > div {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  display: block;
  max-width: 500px;
  margin-left: 60px;
}
@media (min-width: 1199px) {
  /* line 19, sass/site/_site.scss */
  .container-half > div > div > div {
    width: 585px;
  }
}
@media (min-width: 1600px) {
  /* line 19, sass/site/_site.scss */
  .container-half > div > div > div {
    width: 785px;
  }
}
@media (max-width: 991px) {
  /* line 19, sass/site/_site.scss */
  .container-half > div > div > div {
    width: 485px;
  }
}
@media (max-width: 767px) {
  /* line 19, sass/site/_site.scss */
  .container-half > div > div > div {
    width: 375px;
  }
}
/* line 24, sass/site/_site.scss */
.container-half.left > div > div > div {
  margin-left: auto;
  margin-right: 60px;
}

/* line 29, sass/site/_site.scss */
.site-content {
  position: relative;
  z-index: 2;
  background-color: #fff;
  min-height: calc(100vh - 155px);
}
/* line 65, sass/site/_site.scss */
.site-content h1.entry-title {
  font-size: 4rem;
}
@media (max-width: 991px) {
  /* line 65, sass/site/_site.scss */
  .site-content h1.entry-title {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  /* line 65, sass/site/_site.scss */
  .site-content h1.entry-title {
    font-size: 2.4rem;
  }
}
@media (min-width: 991px) {
  /* line 75, sass/site/_site.scss */
  .site-content .two-para {
    columns: 2;
    column-gap: 50px;
  }
  /* line 80, sass/site/_site.scss */
  .site-content .two-para p {
    break-inside: avoid;
  }
}

/* line 86, sass/site/_site.scss */
.reader-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  height: 4px;
  width: 100%;
  z-index: 122;
}
/* line 94, sass/site/_site.scss */
.reader-wrapper .reader {
  background-color: #ed193f;
  width: 0;
  height: 100%;
}
/* line 100, sass/site/_site.scss */
.admin-bar .reader-wrapper {
  top: 32px;
}
@media (max-width: 991px) {
  /* line 86, sass/site/_site.scss */
  .reader-wrapper {
    top: 55px;
  }
}

@media (min-width: 991px) {
  /* line 107, sass/site/_site.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 113, sass/site/_site.scss */
body.search .site-header {
  top: 0;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  -moz-transform: none;
}
/* line 117, sass/site/_site.scss */
body.search .site-content {
  padding-top: 100px;
}

/* line 2, sass/site/_jobs.scss */
body.page-template-template-jobs .entry-content {
  padding-bottom: 80px;
}
/* line 5, sass/site/_jobs.scss */
body.page-template-template-jobs .vc_row + .job-row {
  margin-top: 40px;
}
/* line 8, sass/site/_jobs.scss */
body.page-template-template-jobs .job-row {
  padding: 15px 20px;
}
/* line 11, sass/site/_jobs.scss */
body.page-template-template-jobs .job-row:nth-child(2n+1) {
  background-color: #f8f8f8;
}
/* line 14, sass/site/_jobs.scss */
body.page-template-template-jobs .job-row h2 {
  margin: 0 0 0;
}
/* line 17, sass/site/_jobs.scss */
body.page-template-template-jobs .job-row p:last-child {
  margin-bottom: 0;
}

/* line 1, sass/site/_footer.scss */
.footer-strip {
  background-color: #f4f6f6;
  position: relative;
  z-index: 1;
}
/* line 6, sass/site/_footer.scss */
.footer-strip > div {
  text-align: center;
  padding: 12px;
  content: "";
  display: table;
  table-layout: fixed;
  width: auto !important;
}
/* line 29, sass/site/_footer.scss */
.footer-strip > div strong + img + img, .footer-strip > div img + img + img {
  margin-left: 23px;
}
/* line 33, sass/site/_footer.scss */
.footer-strip > div img {
  height: 100px;
  padding: 25px 0;
  display: block;
  float: left;
}
/* line 39, sass/site/_footer.scss */
.footer-strip > div strong {
  padding: 34px 30px 10px;
  text-align: right;
  display: block;
  height: 100px;
  float: left;
  margin-right: 30px;
}
@media (max-width: 1699px) {
  /* line 6, sass/site/_footer.scss */
  .footer-strip > div {
    padding: 0;
  }
  /* line 50, sass/site/_footer.scss */
  .footer-strip > div strong {
    font-size: 1.1rem;
  }
}
@media (max-width: 1199px) {
  /* line 60, sass/site/_footer.scss */
  .footer-strip > div strong, .footer-strip > div img {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: center;
  }
  /* line 66, sass/site/_footer.scss */
  .footer-strip > div strong {
    padding: 25px 0 15px;
    height: auto;
  }
  /* line 70, sass/site/_footer.scss */
  .footer-strip > div img {
    height: 50px;
    padding: 0;
    margin: 0 auto 15px;
  }
}
@media (max-width: 767px) {
  /* line 77, sass/site/_footer.scss */
  .footer-strip > div img {
    height: 40px;
  }
}
@media (max-width: 499px) {
  /* line 82, sass/site/_footer.scss */
  .footer-strip > div img {
    height: 30px;
  }
}

/* line 88, sass/site/_footer.scss */
.site-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
/* line 100, sass/site/_footer.scss */
.site-footer a {
  color: #fff;
  text-decoration: underline;
}
/* line 105, sass/site/_footer.scss */
.site-footer .logo-white {
  height: 65px;
  width: auto;
}
/* line 109, sass/site/_footer.scss */
.site-footer p {
  font-size: .9rem;
  color: #ddd;
}
/* line 113, sass/site/_footer.scss */
.site-footer .iso-logo {
  height: 55px;
  width: auto;
  float: right;
}
/* line 118, sass/site/_footer.scss */
.site-footer .copyright {
  text-align: center;
  font-size: .9rem;
  color: #cfcfcf;
  padding: 25px 0 0;
}
@media (max-width: 991px) {
  /* line 88, sass/site/_footer.scss */
  .site-footer {
    height: auto;
    padding: 50px 15px;
    position: static;
  }
  /* line 129, sass/site/_footer.scss */
  .site-footer img {
    float: none !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin: 25px auto;
  }
  /* line 134, sass/site/_footer.scss */
  .site-footer img.logo-white {
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
/* line 2, sass/modules/_infinite-scroll.scss */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
/* line 8, sass/modules/_infinite-scroll.scss */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* line 1, sass/media/_media.scss */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
/* line 11, sass/media/_media.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
/* line 18, sass/media/_media.scss */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
/* line 1, sass/media/_captions.scss */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
/* line 5, sass/media/_captions.scss */
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 9, sass/media/_captions.scss */
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* line 14, sass/media/_captions.scss */
.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/* line 1, sass/media/_galleries.scss */
.gallery {
  margin-bottom: 1.5em;
}

/* line 5, sass/media/_galleries.scss */
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
/* line 13, sass/media/_galleries.scss */
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
/* line 13, sass/media/_galleries.scss */
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
/* line 13, sass/media/_galleries.scss */
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
/* line 13, sass/media/_galleries.scss */
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
/* line 13, sass/media/_galleries.scss */
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
/* line 13, sass/media/_galleries.scss */
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
/* line 13, sass/media/_galleries.scss */
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
/* line 13, sass/media/_galleries.scss */
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

/* line 19, sass/media/_galleries.scss */
.gallery-caption {
  display: block;
}

/*# sourceMappingURL=style.css.map */
