/*! --------------------------------------
		Brand variables
----------------------------------------- */
/*! --------------------------------------
		Text variables
----------------------------------------- */
/*! --------------------------------------
		Table variables
----------------------------------------- */
/*! --------------------------------------
		Button variables
----------------------------------------- */
/*! --------------------------------------
		Form variables
----------------------------------------- */
/*! --------------------------------------
		Menu/Nav variables
----------------------------------------- */
/*! --------------------------------------
		Footer variables
----------------------------------------- */
/*! --------------------------------------
		Bootstrap variables
----------------------------------------- */
/*!
 * Bootstrap v4.0.0-alpha.4 (http://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* Breakpoint viewport sizes and media queries.*/
/**/
/* Breakpoints are defined as a map of (name: minimum width), order from small to large:*/
/**/
/*    (xs: 0, sm: 544px, md: 768px)*/
/**/
/* The map defined in the `$grid-breakpoints` global variable is used as the `$breakpoints` argument by default.*/
/* Name of the next breakpoint, or null for the last breakpoint.*/
/**/
/*    >> breakpoint-next(sm)*/
/*    md*/
/*    >> breakpoint-next(sm, (xs: 0, sm: 544px, md: 768px))*/
/*    md*/
/*    >> breakpoint-next(sm, $breakpoint-names: (xs sm md))*/
/*    md*/
/* Minimum breakpoint width. Null for the smallest (first) breakpoint.*/
/**/
/*    >> breakpoint-min(sm, (xs: 0, sm: 544px, md: 768px))*/
/*    544px*/
/* Maximum breakpoint width. Null for the largest (last) breakpoint.*/
/* The maximum value is calculated as the minimum of the next one less 0.1.*/
/**/
/*    >> breakpoint-max(sm, (xs: 0, sm: 544px, md: 768px))*/
/*    767px*/
/* Media of at least the minimum breakpoint width. No query for the smallest breakpoint.*/
/* Makes the @content apply to the given breakpoint and wider.*/
/* Media of at most the maximum breakpoint width. No query for the largest breakpoint.*/
/* Makes the @content apply to the given breakpoint and narrower.*/
/* Media between the breakpoint's minimum and maximum widths.*/
/* No minimum for the smallest breakpoint, and no maximum for the largest one.*/
/* Makes the @content apply only to the given breakpoint, not viewports any wider or narrower.*/
/* Media that spans multiple breakpoint widths.*/
/* Makes the @content apply between the min and max breakpoints*/
/* Image Mixins*/
/* - Responsive image*/
/* - Retina image*/
/* Responsive image*/
/**/
/* Keep images from scaling beyond the width of their parents.*/
/* Retina image*/
/**/
/* Short retina mixin for setting background-image and -size.*/
/* Tags*/
/* Reset filters for IE*/
/**/
/* When you need to remove a gradient background, do not forget to use this to reset*/
/* the IE filter for IE9.*/
/* Resize anything*/
/* Only display content to screen readers*/
/**/
/* See: http://a11yproject.com/posts/how-to-hide-content*/
/* Use in conjunction with .sr-only to only display content when it's focused.*/
/**/
/* Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1*/
/**/
/* Credit: HTML5 Boilerplate*/
/* Sizing shortcuts*/
/* WebKit-style focus*/
/* Typography*/
/* CSS image replacement*/
/* Text truncate*/
/* Requires inline-block or block for proper styling*/
/* Alerts*/
/* Button variants*/
/**/
/* Easily pump out default styles, as well as :hover, :focus, :active,*/
/* and disabled options for all buttons*/
/* Button sizes*/
/* Card variants*/
/**/
/* Inverse text within a card for use with dark backgrounds*/
/**/
/* Pagination*/
/* Lists*/
/* Unstyled keeps list items block level, just removes default browser padding and list-style*/
/* List Groups*/
/* Horizontal dividers*/
/**/
/* Dividers (basically an hr) within dropdowns and nav lists*/
/* Form validation states*/
/**/
/* Used in _forms.scss to generate the form validation CSS for warnings, errors,*/
/* and successes.*/
/* Form control focus state*/
/**/
/* Generate a customized focus state and for any input with the specified color,*/
/* which defaults to the `@input-border-focus` variable.*/
/**/
/* We highly encourage you to not customize the default value, but instead use*/
/* this to tweak colors on an as-needed basis. This aesthetic change is based on*/
/* WebKit's default styles, but applicable to a wider range of browsers. Its*/
/* usability and accessibility should be taken into account with any change.*/
/**/
/* Example usage: change the default blue border and shadow to white for better*/
/* contrast against a dark gray background.*/
/* Form control sizing*/
/**/
/* Relative text size, padding, and border-radii changes for form controls. For*/
/* horizontal sizing, wrap controls in the predefined grid classes. `<select>`*/
/* element gets special love because it's special, and that's a fact!*/
/* Progress bars*/
/* Tables*/
/* Contextual backgrounds*/
/* Single side border-radius*/
/* Gradients*/
/* Horizontal gradient, from left to right*/
/**/
/* Creates two color stops, start and end, by specifying a color and position for each color stop.*/
/* Color stops are not available in IE9.*/
/* Vertical gradient, from top to bottom*/
/**/
/* Creates two color stops, start and end, by specifying a color and position for each color stop.*/
/* Color stops are not available in IE9.*/
/* Framework grid generation*/
/**/
/* Used only by Bootstrap to generate the correct number of grid classes given*/
/* any value of `$grid-columns`.*/
/*/ Grid system*/
/**/
/* Generate semantic grid columns with these mixins.*/
/* For each breakpoint, define the maximum width of the container in a media query*/
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/* line 8, ../bootstrap/scss/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 18, ../bootstrap/scss/_normalize.scss */
body {
  margin: 0;
}

/* line 31, ../bootstrap/scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 50, ../bootstrap/scss/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/* line 61, ../bootstrap/scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 70, ../bootstrap/scss/_normalize.scss */
progress {
  vertical-align: baseline;
}

/* line 79, ../bootstrap/scss/_normalize.scss */
template,
[hidden] {
  display: none;
}

/* line 91, ../bootstrap/scss/_normalize.scss */
a {
  background-color: transparent;
}

/* line 100, ../bootstrap/scss/_normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/* line 113, ../bootstrap/scss/_normalize.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/* line 123, ../bootstrap/scss/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/* line 132, ../bootstrap/scss/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/* line 141, ../bootstrap/scss/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 150, ../bootstrap/scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 159, ../bootstrap/scss/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/* line 168, ../bootstrap/scss/_normalize.scss */
small {
  font-size: 80%;
}

/* line 177, ../bootstrap/scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 185, ../bootstrap/scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 189, ../bootstrap/scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 200, ../bootstrap/scss/_normalize.scss */
img {
  border-style: none;
}

/* line 208, ../bootstrap/scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 220, ../bootstrap/scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 232, ../bootstrap/scss/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 241, ../bootstrap/scss/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 254, ../bootstrap/scss/_normalize.scss */
button,
input,
select,
textarea {
  font: inherit;
}

/* line 265, ../bootstrap/scss/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 275, ../bootstrap/scss/_normalize.scss */
button,
input,
select {
  overflow: visible;
}

/* line 286, ../bootstrap/scss/_normalize.scss */
button,
input,
select,
textarea {
  margin: 0;
}

/* line 298, ../bootstrap/scss/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 307, ../bootstrap/scss/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

/* line 318, ../bootstrap/scss/_normalize.scss */
[disabled] {
  cursor: default;
}

/* line 328, ../bootstrap/scss/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 339, ../bootstrap/scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 349, ../bootstrap/scss/_normalize.scss */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* line 358, ../bootstrap/scss/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 371, ../bootstrap/scss/_normalize.scss */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/* line 384, ../bootstrap/scss/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 393, ../bootstrap/scss/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 403, ../bootstrap/scss/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 412, ../bootstrap/scss/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
}

/* line 421, ../bootstrap/scss/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 22, ../bootstrap/scss/_reboot.scss */
html {
  box-sizing: border-box;
}

/* line 26, ../bootstrap/scss/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}
/* line 57, ../bootstrap/scss/_reboot.scss */
html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

/* line 71, ../bootstrap/scss/_reboot.scss */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: black;
  background-color: #fff;
}

/* line 87, ../bootstrap/scss/_reboot.scss */
[tabindex="-1"]:focus {
  outline: none !important;
}

/* line 100, ../bootstrap/scss/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

/* line 109, ../bootstrap/scss/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 115, ../bootstrap/scss/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

/* line 122, ../bootstrap/scss/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 128, ../bootstrap/scss/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 135, ../bootstrap/scss/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 142, ../bootstrap/scss/_reboot.scss */
dt {
  font-weight: bold;
}

/* line 146, ../bootstrap/scss/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 151, ../bootstrap/scss/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 160, ../bootstrap/scss/_reboot.scss */
a {
  color: #6B98BF;
  text-decoration: none;
}
/* line 21, ../bootstrap/scss/mixins/_hover.scss */
a:focus, a:hover {
  color: #43729b;
  text-decoration: underline;
}
/* line 169, ../bootstrap/scss/_reboot.scss */
a:focus {
  /* WebKit-specific. Other browsers will keep their default outline style.*/
  /* (Initially tried to also force default via `outline: initial`,*/
  /* but that seems to erroneously remove the outline in Firefox altogether.)*/
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 180, ../bootstrap/scss/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
/* line 21, ../bootstrap/scss/mixins/_hover.scss */
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
/* line 189, ../bootstrap/scss/_reboot.scss */
a:not([href]):not([tabindex]):focus {
  outline: none;
}

/* line 199, ../bootstrap/scss/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 213, ../bootstrap/scss/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 224, ../bootstrap/scss/_reboot.scss */
img {
  vertical-align: middle;
}

/* line 239, ../bootstrap/scss/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 254, ../bootstrap/scss/_reboot.scss */
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/* line 272, ../bootstrap/scss/_reboot.scss */
table {
  border-collapse: collapse;
  background-color: transparent;
}

/* line 279, ../bootstrap/scss/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom;
}

/* line 287, ../bootstrap/scss/_reboot.scss */
th {
  text-align: left;
}

/* line 297, ../bootstrap/scss/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: .5rem;
}

/* line 307, ../bootstrap/scss/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 312, ../bootstrap/scss/_reboot.scss */
input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}

/* line 331, ../bootstrap/scss/_reboot.scss */
input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

/* line 337, ../bootstrap/scss/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 349, ../bootstrap/scss/_reboot.scss */
textarea {
  resize: vertical;
}

/* line 354, ../bootstrap/scss/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 365, ../bootstrap/scss/_reboot.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

/* line 375, ../bootstrap/scss/_reboot.scss */
input[type="search"] {
  -webkit-appearance: none;
}

/* line 384, ../bootstrap/scss/_reboot.scss */
output {
  display: inline-block;
}

/* line 392, ../bootstrap/scss/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 5, ../bootstrap/scss/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 14, ../bootstrap/scss/_type.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 15, ../bootstrap/scss/_type.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 16, ../bootstrap/scss/_type.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 17, ../bootstrap/scss/_type.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 18, ../bootstrap/scss/_type.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 19, ../bootstrap/scss/_type.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 21, ../bootstrap/scss/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 27, ../bootstrap/scss/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
}

/* line 31, ../bootstrap/scss/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
}

/* line 35, ../bootstrap/scss/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
}

/* line 39, ../bootstrap/scss/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
}

/* line 49, ../bootstrap/scss/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 61, ../bootstrap/scss/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: normal;
}

/* line 67, ../bootstrap/scss/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 78, ../bootstrap/scss/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 83, ../bootstrap/scss/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 86, ../bootstrap/scss/_type.scss */
.list-inline-item {
  display: inline-block;
}
/* line 89, ../bootstrap/scss/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

/* line 100, ../bootstrap/scss/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 106, ../bootstrap/scss/_type.scss */
.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

/* line 113, ../bootstrap/scss/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #818a91;
}
/* line 118, ../bootstrap/scss/_type.scss */
.blockquote-footer::before {
  content: "\2014 \00A0";
}

/* line 124, ../bootstrap/scss/_type.scss */
.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0;
}

/* line 133, ../bootstrap/scss/_type.scss */
.blockquote-reverse .blockquote-footer::before {
  content: "";
}
/* line 136, ../bootstrap/scss/_type.scss */
.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014";
}

/* line 8, ../bootstrap/scss/_images.scss */
.img-fluid, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  display: block;
  max-width: 100%;
  /* Part 1: Set a maximum relative to the parent*/
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching*/
}

/* line 13, ../bootstrap/scss/_images.scss */
.img-rounded {
  border-radius: 0.3rem;
}

/* line 18, ../bootstrap/scss/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  /* Part 1: Set a maximum relative to the parent*/
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching*/
}

/* line 31, ../bootstrap/scss/_images.scss */
.img-circle {
  border-radius: 50%;
}

/* line 39, ../bootstrap/scss/_images.scss */
.figure {
  display: inline-block;
}

/* line 44, ../bootstrap/scss/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 49, ../bootstrap/scss/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #818a91;
}

/* line 2, ../bootstrap/scss/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 10, ../bootstrap/scss/_code.scss */
code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem;
}

/* line 19, ../bootstrap/scss/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem;
}
/* line 27, ../bootstrap/scss/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

/* line 36, ../bootstrap/scss/_code.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: black;
}
/* line 44, ../bootstrap/scss/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

/* line 54, ../bootstrap/scss/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 6, ../bootstrap/scss/_grid.scss */
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
}
@media (min-width: 544px) {
  /* line 6, ../bootstrap/scss/_grid.scss */
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  /* line 6, ../bootstrap/scss/_grid.scss */
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  /* line 6, ../bootstrap/scss/_grid.scss */
  .container {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  /* line 6, ../bootstrap/scss/_grid.scss */
  .container {
    max-width: 1140px;
  }
}

/* line 18, ../bootstrap/scss/_grid.scss */
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
}

/* line 28, ../bootstrap/scss/_grid.scss */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1em;
  margin-right: -1em;
}

/* Common properties for all breakpoints*/
/* line 9, ../bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .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-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-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-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 {
  position: relative;
  /* Prevent columns from collapsing when empty*/
  min-height: 1px;
  /* Inner gutter via padding*/
  padding-right: 1em;
  padding-left: 1em;
  width: 100%;
}

/* Provide basic `.col-{bp}` classes for equal-width flexbox columns*/
/* line 35, ../bootstrap/scss/mixins/_grid-framework.scss */
.col-xs {
  position: relative;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  min-height: 1px;
  padding-right: 1em;
  padding-left: 1em;
}

/* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  /* Add a `max-width` to ensure content within each column does not blow out*/
  /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
  /* do not appear to require this.*/
  max-width: 8.33333%;
}

/* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  /* Add a `max-width` to ensure content within each column does not blow out*/
  /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
  /* do not appear to require this.*/
  max-width: 16.66667%;
}

/* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  /* Add a `max-width` to ensure content within each column does not blow out*/
  /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
  /* do not appear to require this.*/
  max-width: 25%;
}

/* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  /* Add a `max-width` to ensure content within each column does not blow out*/
  /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
  /* do not appear to require this.*/
  max-width: 33.33333%;
}

/* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  /* Add a `max-width` to ensure content within each column does not blow out*/
  /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
  /* do not appear to require this.*/
  max-width: 41.66667%;
}

/* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  /* Add a `max-width` to ensure content within each column does not blow out*/
  /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
  /* do not appear to require this.*/
  max-width: 50%;
}

/* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  /* Add a `max-width` to ensure content within each column does not blow out*/
  /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
  /* do not appear to require this.*/
  max-width: 58.33333%;
}

/* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  /* Add a `max-width` to ensure content within each column does not blow out*/
  /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
  /* do not appear to require this.*/
  max-width: 66.66667%;
}

/* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  /* Add a `max-width` to ensure content within each column does not blow out*/
  /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
  /* do not appear to require this.*/
  max-width: 75%;
}

/* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  /* Add a `max-width` to ensure content within each column does not blow out*/
  /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
  /* do not appear to require this.*/
  max-width: 83.33333%;
}

/* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  /* Add a `max-width` to ensure content within each column does not blow out*/
  /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
  /* do not appear to require this.*/
  max-width: 91.66667%;
}

/* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  /* Add a `max-width` to ensure content within each column does not blow out*/
  /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
  /* do not appear to require this.*/
  max-width: 100%;
}

/* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
.pull-xs-0 {
  /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
  right: auto;
}

/* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
.pull-xs-1 {
  /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
  right: 8.33333%;
}

/* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
.pull-xs-2 {
  /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
  right: 16.66667%;
}

/* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
.pull-xs-3 {
  /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
  right: 25%;
}

/* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
.pull-xs-4 {
  /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
  right: 33.33333%;
}

/* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
.pull-xs-5 {
  /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
  right: 41.66667%;
}

/* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
.pull-xs-6 {
  /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
  right: 50%;
}

/* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
.pull-xs-7 {
  /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
  right: 58.33333%;
}

/* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
.pull-xs-8 {
  /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
  right: 66.66667%;
}

/* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
.pull-xs-9 {
  /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
  right: 75%;
}

/* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
.pull-xs-10 {
  /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
  right: 83.33333%;
}

/* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
.pull-xs-11 {
  /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
  right: 91.66667%;
}

/* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
.pull-xs-12 {
  /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
  right: 100%;
}

/* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
.push-xs-0 {
  /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
  left: auto;
}

/* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
.push-xs-1 {
  /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
  left: 8.33333%;
}

/* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
.push-xs-2 {
  /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
  left: 16.66667%;
}

/* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
.push-xs-3 {
  /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
  left: 25%;
}

/* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
.push-xs-4 {
  /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
  left: 33.33333%;
}

/* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
.push-xs-5 {
  /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
  left: 41.66667%;
}

/* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
.push-xs-6 {
  /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
  left: 50%;
}

/* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
.push-xs-7 {
  /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
  left: 58.33333%;
}

/* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
.push-xs-8 {
  /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
  left: 66.66667%;
}

/* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
.push-xs-9 {
  /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
  left: 75%;
}

/* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
.push-xs-10 {
  /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
  left: 83.33333%;
}

/* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
.push-xs-11 {
  /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
  left: 91.66667%;
}

/* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
.push-xs-12 {
  /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
  left: 100%;
}

/* `$columns - 1` because offsetting by the width of an entire row isn't possible*/
/* Avoid emitting useless .offset-xs-0*/
/* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
.offset-xs-1 {
  /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
  margin-left: 8.33333%;
}

/* Avoid emitting useless .offset-xs-0*/
/* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
.offset-xs-2 {
  /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
  margin-left: 16.66667%;
}

/* Avoid emitting useless .offset-xs-0*/
/* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
.offset-xs-3 {
  /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
  margin-left: 25%;
}

/* Avoid emitting useless .offset-xs-0*/
/* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
.offset-xs-4 {
  /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
  margin-left: 33.33333%;
}

/* Avoid emitting useless .offset-xs-0*/
/* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
.offset-xs-5 {
  /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
  margin-left: 41.66667%;
}

/* Avoid emitting useless .offset-xs-0*/
/* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
.offset-xs-6 {
  /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
  margin-left: 50%;
}

/* Avoid emitting useless .offset-xs-0*/
/* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
.offset-xs-7 {
  /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
  margin-left: 58.33333%;
}

/* Avoid emitting useless .offset-xs-0*/
/* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
.offset-xs-8 {
  /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
  margin-left: 66.66667%;
}

/* Avoid emitting useless .offset-xs-0*/
/* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
.offset-xs-9 {
  /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
  margin-left: 75%;
}

/* Avoid emitting useless .offset-xs-0*/
/* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
.offset-xs-10 {
  /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
  margin-left: 83.33333%;
}

/* Avoid emitting useless .offset-xs-0*/
/* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
.offset-xs-11 {
  /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
  margin-left: 91.66667%;
}

@media (min-width: 544px) {
  /* Provide basic `.col-{bp}` classes for equal-width flexbox columns*/
  /* line 35, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm {
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 1em;
    padding-left: 1em;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 8.33333%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 16.66667%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 25%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 33.33333%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 41.66667%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 50%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 58.33333%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 66.66667%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 75%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 83.33333%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 91.66667%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 100%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-sm-0 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: auto;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-sm-1 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 8.33333%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-sm-2 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 16.66667%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-sm-3 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 25%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-sm-4 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 33.33333%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-sm-5 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 41.66667%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-sm-6 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 50%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-sm-7 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 58.33333%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-sm-8 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 66.66667%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-sm-9 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 75%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-sm-10 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 83.33333%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-sm-11 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 91.66667%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-sm-12 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 100%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-sm-0 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: auto;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-sm-1 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 8.33333%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-sm-2 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 16.66667%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-sm-3 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 25%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-sm-4 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 33.33333%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-sm-5 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 41.66667%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-sm-6 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 50%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-sm-7 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 58.33333%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-sm-8 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 66.66667%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-sm-9 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 75%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-sm-10 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 83.33333%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-sm-11 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 91.66667%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-sm-12 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 100%;
  }

  /* `$columns - 1` because offsetting by the width of an entire row isn't possible*/
  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-0 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 0%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-1 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 8.33333%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-2 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 16.66667%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-3 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 25%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-4 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 33.33333%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-5 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 41.66667%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-6 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 50%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-7 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 58.33333%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-8 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 66.66667%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-9 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 75%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-10 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 83.33333%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-11 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  /* Provide basic `.col-{bp}` classes for equal-width flexbox columns*/
  /* line 35, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-md {
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 1em;
    padding-left: 1em;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 8.33333%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 16.66667%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 25%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 33.33333%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 41.66667%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 50%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 58.33333%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 66.66667%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 75%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 83.33333%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 91.66667%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 100%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-md-0 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: auto;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-md-1 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 8.33333%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-md-2 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 16.66667%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-md-3 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 25%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-md-4 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 33.33333%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-md-5 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 41.66667%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-md-6 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 50%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-md-7 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 58.33333%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-md-8 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 66.66667%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-md-9 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 75%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-md-10 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 83.33333%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-md-11 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 91.66667%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-md-12 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 100%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-md-0 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: auto;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-md-1 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 8.33333%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-md-2 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 16.66667%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-md-3 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 25%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-md-4 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 33.33333%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-md-5 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 41.66667%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-md-6 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 50%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-md-7 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 58.33333%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-md-8 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 66.66667%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-md-9 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 75%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-md-10 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 83.33333%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-md-11 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 91.66667%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-md-12 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 100%;
  }

  /* `$columns - 1` because offsetting by the width of an entire row isn't possible*/
  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-0 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 0%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-1 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 8.33333%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-2 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 16.66667%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-3 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 25%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-4 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 33.33333%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-5 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 41.66667%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-6 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 50%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-7 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 58.33333%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-8 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 66.66667%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-9 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 75%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-10 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 83.33333%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-11 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  /* Provide basic `.col-{bp}` classes for equal-width flexbox columns*/
  /* line 35, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg {
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 1em;
    padding-left: 1em;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 8.33333%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 16.66667%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 25%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 33.33333%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 41.66667%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 50%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 58.33333%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 66.66667%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 75%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 83.33333%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 91.66667%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 100%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-lg-0 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: auto;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-lg-1 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 8.33333%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-lg-2 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 16.66667%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-lg-3 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 25%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-lg-4 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 33.33333%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-lg-5 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 41.66667%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-lg-6 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 50%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-lg-7 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 58.33333%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-lg-8 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 66.66667%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-lg-9 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 75%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-lg-10 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 83.33333%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-lg-11 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 91.66667%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-lg-12 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 100%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-lg-0 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: auto;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-lg-1 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 8.33333%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-lg-2 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 16.66667%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-lg-3 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 25%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-lg-4 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 33.33333%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-lg-5 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 41.66667%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-lg-6 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 50%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-lg-7 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 58.33333%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-lg-8 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 66.66667%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-lg-9 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 75%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-lg-10 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 83.33333%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-lg-11 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 91.66667%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-lg-12 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 100%;
  }

  /* `$columns - 1` because offsetting by the width of an entire row isn't possible*/
  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-0 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 0%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-1 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 8.33333%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-2 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 16.66667%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-3 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 25%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-4 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 33.33333%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-5 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 41.66667%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-6 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 50%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-7 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 58.33333%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-8 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 66.66667%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-9 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 75%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-10 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 83.33333%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-11 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  /* Provide basic `.col-{bp}` classes for equal-width flexbox columns*/
  /* line 35, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl {
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 1em;
    padding-left: 1em;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 8.33333%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 16.66667%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 25%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 33.33333%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 41.66667%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 50%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 58.33333%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 66.66667%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 75%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 83.33333%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 91.66667%;
  }

  /* line 49, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    /* Add a `max-width` to ensure content within each column does not blow out*/
    /* the width of the column. Applies to IE10+ and Firefox. Chrome and Safari*/
    /* do not appear to require this.*/
    max-width: 100%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-xl-0 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: auto;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-xl-1 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 8.33333%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-xl-2 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 16.66667%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-xl-3 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 25%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-xl-4 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 33.33333%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-xl-5 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 41.66667%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-xl-6 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 50%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-xl-7 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 58.33333%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-xl-8 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 66.66667%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-xl-9 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 75%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-xl-10 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 83.33333%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-xl-11 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 91.66667%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .pull-xl-12 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    right: 100%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-xl-0 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: auto;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-xl-1 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 8.33333%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-xl-2 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 16.66667%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-xl-3 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 25%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-xl-4 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 33.33333%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-xl-5 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 41.66667%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-xl-6 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 50%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-xl-7 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 58.33333%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-xl-8 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 66.66667%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-xl-9 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 75%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-xl-10 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 83.33333%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-xl-11 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 91.66667%;
  }

  /* line 56, ../bootstrap/scss/mixins/_grid-framework.scss */
  .push-xl-12 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    left: 100%;
  }

  /* `$columns - 1` because offsetting by the width of an entire row isn't possible*/
  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-0 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 0%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-1 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 8.33333%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-2 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 16.66667%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-3 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 25%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-4 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 33.33333%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-5 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 41.66667%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-6 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 50%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-7 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 58.33333%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-8 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 66.66667%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-9 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 75%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-10 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 83.33333%;
  }

  /* Avoid emitting useless .offset-xs-0*/
  /* line 65, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-11 {
    /* Work around the lack of dynamic mixin @include support (https://github.com/sass/sass/issues/626)*/
    margin-left: 91.66667%;
  }
}
/* line 2, ../bootstrap/scss/_carousel.scss */
.carousel {
  position: relative;
}

/* line 6, ../bootstrap/scss/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* line 11, ../bootstrap/scss/_carousel.scss */
.carousel-inner > .carousel-item {
  position: relative;
  display: none;
  transition: .6s ease-in-out left;
}
/* line 17, ../bootstrap/scss/_carousel.scss */
.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 11, ../bootstrap/scss/_carousel.scss */
  .carousel-inner > .carousel-item {
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  /* line 30, ../bootstrap/scss/_carousel.scss */
  .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }
  /* line 35, ../bootstrap/scss/_carousel.scss */
  .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
  /* line 40, ../bootstrap/scss/_carousel.scss */
  .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
/* line 49, ../bootstrap/scss/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 55, ../bootstrap/scss/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 59, ../bootstrap/scss/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 66, ../bootstrap/scss/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 69, ../bootstrap/scss/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 72, ../bootstrap/scss/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 77, ../bootstrap/scss/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 80, ../bootstrap/scss/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 90, ../bootstrap/scss/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}
/* line 105, ../bootstrap/scss/_carousel.scss */
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  /* IE9*/
}
/* line 108, ../bootstrap/scss/_carousel.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  /* IE9*/
}
/* line 21, ../bootstrap/scss/mixins/_hover.scss */
.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
/* line 123, ../bootstrap/scss/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}
/* line 135, ../bootstrap/scss/_carousel.scss */
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
/* line 139, ../bootstrap/scss/_carousel.scss */
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
/* line 145, ../bootstrap/scss/_carousel.scss */
.carousel-control .icon-prev::before {
  content: "\2039";
}
/* line 150, ../bootstrap/scss/_carousel.scss */
.carousel-control .icon-next::before {
  content: "\203a";
}

/* line 162, ../bootstrap/scss/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
/* line 173, ../bootstrap/scss/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}
/* line 190, ../bootstrap/scss/_carousel.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 203, ../bootstrap/scss/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 215, ../bootstrap/scss/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media (min-width: 544px) {
  /* line 228, ../bootstrap/scss/_carousel.scss */
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  /* line 235, ../bootstrap/scss/_carousel.scss */
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  /* line 238, ../bootstrap/scss/_carousel.scss */
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  /* line 244, ../bootstrap/scss/_carousel.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  /* line 251, ../bootstrap/scss/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 5, ../bootstrap/scss/utilities/_background.scss */
.bg-faded {
  background-color: #f7f7f9;
}

/* line 4, ../bootstrap/scss/mixins/_background-variant.scss */
.bg-primary {
  color: #fff !important;
  background-color: #0275d8 !important;
}

/* line 21, ../bootstrap/scss/mixins/_hover.scss */
a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5 !important;
}

/* line 4, ../bootstrap/scss/mixins/_background-variant.scss */
.bg-success {
  color: #fff !important;
  background-color: #5cb85c !important;
}

/* line 21, ../bootstrap/scss/mixins/_hover.scss */
a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important;
}

/* line 4, ../bootstrap/scss/mixins/_background-variant.scss */
.bg-info {
  color: #fff !important;
  background-color: #5bc0de !important;
}

/* line 21, ../bootstrap/scss/mixins/_hover.scss */
a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important;
}

/* line 4, ../bootstrap/scss/mixins/_background-variant.scss */
.bg-warning {
  color: #fff !important;
  background-color: #f0ad4e !important;
}

/* line 21, ../bootstrap/scss/mixins/_hover.scss */
a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important;
}

/* line 4, ../bootstrap/scss/mixins/_background-variant.scss */
.bg-danger {
  color: #fff !important;
  background-color: #d9534f !important;
}

/* line 21, ../bootstrap/scss/mixins/_hover.scss */
a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important;
}

/* line 4, ../bootstrap/scss/mixins/_background-variant.scss */
.bg-inverse {
  color: #fff !important;
  background-color: black !important;
}

/* line 21, ../bootstrap/scss/mixins/_hover.scss */
a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: black !important;
}

/* line 2, ../bootstrap/scss/mixins/_clearfix.scss */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* line 5, ../bootstrap/scss/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 8, ../bootstrap/scss/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 11, ../bootstrap/scss/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* Flex variation*/
/**/
/* Custom styles for additional flex alignment options.*/
/* Flex column reordering*/
/* line 9, ../bootstrap/scss/utilities/_flex.scss */
.flex-xs-first {
  -ms-flex-order: -1;
  order: -1;
}

/* line 10, ../bootstrap/scss/utilities/_flex.scss */
.flex-xs-last {
  -ms-flex-order: 1;
  order: 1;
}

/* line 11, ../bootstrap/scss/utilities/_flex.scss */
.flex-xs-unordered {
  -ms-flex-order: 0;
  order: 0;
}

/* Alignment for every item*/
/* line 16, ../bootstrap/scss/utilities/_flex.scss */
.flex-items-xs-top {
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 17, ../bootstrap/scss/utilities/_flex.scss */
.flex-items-xs-middle {
  -ms-flex-align: center;
  align-items: center;
}

/* line 18, ../bootstrap/scss/utilities/_flex.scss */
.flex-items-xs-bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}

/* Alignment per item*/
/* line 23, ../bootstrap/scss/utilities/_flex.scss */
.flex-xs-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

/* line 24, ../bootstrap/scss/utilities/_flex.scss */
.flex-xs-middle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

/* line 25, ../bootstrap/scss/utilities/_flex.scss */
.flex-xs-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

/* Horizontal alignment of item*/
/* line 30, ../bootstrap/scss/utilities/_flex.scss */
.flex-items-xs-left {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 31, ../bootstrap/scss/utilities/_flex.scss */
.flex-items-xs-center {
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 32, ../bootstrap/scss/utilities/_flex.scss */
.flex-items-xs-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* line 33, ../bootstrap/scss/utilities/_flex.scss */
.flex-items-xs-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* line 34, ../bootstrap/scss/utilities/_flex.scss */
.flex-items-xs-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* Flex column reordering*/
@media (min-width: 544px) {
  /* line 9, ../bootstrap/scss/utilities/_flex.scss */
  .flex-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 10, ../bootstrap/scss/utilities/_flex.scss */
  .flex-sm-last {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 11, ../bootstrap/scss/utilities/_flex.scss */
  .flex-sm-unordered {
    -ms-flex-order: 0;
    order: 0;
  }
}
/* Alignment for every item*/
@media (min-width: 544px) {
  /* line 16, ../bootstrap/scss/utilities/_flex.scss */
  .flex-items-sm-top {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  /* line 17, ../bootstrap/scss/utilities/_flex.scss */
  .flex-items-sm-middle {
    -ms-flex-align: center;
    align-items: center;
  }

  /* line 18, ../bootstrap/scss/utilities/_flex.scss */
  .flex-items-sm-bottom {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
/* Alignment per item*/
@media (min-width: 544px) {
  /* line 23, ../bootstrap/scss/utilities/_flex.scss */
  .flex-sm-top {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  /* line 24, ../bootstrap/scss/utilities/_flex.scss */
  .flex-sm-middle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  /* line 25, ../bootstrap/scss/utilities/_flex.scss */
  .flex-sm-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
/* Horizontal alignment of item*/
@media (min-width: 544px) {
  /* line 30, ../bootstrap/scss/utilities/_flex.scss */
  .flex-items-sm-left {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /* line 31, ../bootstrap/scss/utilities/_flex.scss */
  .flex-items-sm-center {
    -ms-flex-pack: center;
    justify-content: center;
  }

  /* line 32, ../bootstrap/scss/utilities/_flex.scss */
  .flex-items-sm-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  /* line 33, ../bootstrap/scss/utilities/_flex.scss */
  .flex-items-sm-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  /* line 34, ../bootstrap/scss/utilities/_flex.scss */
  .flex-items-sm-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
/* Flex column reordering*/
@media (min-width: 768px) {
  /* line 9, ../bootstrap/scss/utilities/_flex.scss */
  .flex-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 10, ../bootstrap/scss/utilities/_flex.scss */
  .flex-md-last {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 11, ../bootstrap/scss/utilities/_flex.scss */
  .flex-md-unordered {
    -ms-flex-order: 0;
    order: 0;
  }
}
/* Alignment for every item*/
@media (min-width: 768px) {
  /* line 16, ../bootstrap/scss/utilities/_flex.scss */
  .flex-items-md-top {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  /* line 17, ../bootstrap/scss/utilities/_flex.scss */
  .flex-items-md-middle {
    -ms-flex-align: center;
    align-items: center;
  }

  /* line 18, ../bootstrap/scss/utilities/_flex.scss */
  .flex-items-md-bottom {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
/* Alignment per item*/
@media (min-width: 768px) {
  /* line 23, ../bootstrap/scss/utilities/_flex.scss */
  .flex-md-top {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  /* line 24, ../bootstrap/scss/utilities/_flex.scss */
  .flex-md-middle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  /* line 25, ../bootstrap/scss/utilities/_flex.scss */
  .flex-md-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
/* Horizontal alignment of item*/
@media (min-width: 768px) {
  /* line 30, ../bootstrap/scss/utilities/_flex.scss */
  .flex-items-md-left {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /* line 31, ../bootstrap/scss/utilities/_flex.scss */
  .flex-items-md-center {
    -ms-flex-pack: center;
    justify-content: center;
  }

  /* line 32, ../bootstrap/scss/utilities/_flex.scss */
  .flex-items-md-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  /* line 33, ../bootstrap/scss/utilities/_flex.scss */
  .flex-items-md-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  /* line 34, ../bootstrap/scss/utilities/_flex.scss */
  .flex-items-md-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
/* Flex column reordering*/
@media (min-width: 992px) {
  /* line 9, ../bootstrap/scss/utilities/_flex.scss */
  .flex-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 10, ../bootstrap/scss/utilities/_flex.scss */
  .flex-lg-last {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 11, ../bootstrap/scss/utilities/_flex.scss */
  .flex-lg-unordered {
    -ms-flex-order: 0;
    order: 0;
  }
}
/* Alignment for every item*/
@media (min-width: 992px) {
  /* line 16, ../bootstrap/scss/utilities/_flex.scss */
  .flex-items-lg-top {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  /* line 17, ../bootstrap/scss/utilities/_flex.scss */
  .flex-items-lg-middle {
    -ms-flex-align: center;
    align-items: center;
  }

  /* line 18, ../bootstrap/scss/utilities/_flex.scss */
  .flex-items-lg-bottom {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
/* Alignment per item*/
@media (min-width: 992px) {
  /* line 23, ../bootstrap/scss/utilities/_flex.scss */
  .flex-lg-top {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  /* line 24, ../bootstrap/scss/utilities/_flex.scss */
  .flex-lg-middle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  /* line 25, ../bootstrap/scss/utilities/_flex.scss */
  .flex-lg-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
/* Horizontal alignment of item*/
@media (min-width: 992px) {
  /* line 30, ../bootstrap/scss/utilities/_flex.scss */
  .flex-items-lg-left {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /* line 31, ../bootstrap/scss/utilities/_flex.scss */
  .flex-items-lg-center {
    -ms-flex-pack: center;
    justify-content: center;
  }

  /* line 32, ../bootstrap/scss/utilities/_flex.scss */
  .flex-items-lg-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  /* line 33, ../bootstrap/scss/utilities/_flex.scss */
  .flex-items-lg-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  /* line 34, ../bootstrap/scss/utilities/_flex.scss */
  .flex-items-lg-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
/* Flex column reordering*/
@media (min-width: 1200px) {
  /* line 9, ../bootstrap/scss/utilities/_flex.scss */
  .flex-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 10, ../bootstrap/scss/utilities/_flex.scss */
  .flex-xl-last {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 11, ../bootstrap/scss/utilities/_flex.scss */
  .flex-xl-unordered {
    -ms-flex-order: 0;
    order: 0;
  }
}
/* Alignment for every item*/
@media (min-width: 1200px) {
  /* line 16, ../bootstrap/scss/utilities/_flex.scss */
  .flex-items-xl-top {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  /* line 17, ../bootstrap/scss/utilities/_flex.scss */
  .flex-items-xl-middle {
    -ms-flex-align: center;
    align-items: center;
  }

  /* line 18, ../bootstrap/scss/utilities/_flex.scss */
  .flex-items-xl-bottom {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
/* Alignment per item*/
@media (min-width: 1200px) {
  /* line 23, ../bootstrap/scss/utilities/_flex.scss */
  .flex-xl-top {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  /* line 24, ../bootstrap/scss/utilities/_flex.scss */
  .flex-xl-middle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  /* line 25, ../bootstrap/scss/utilities/_flex.scss */
  .flex-xl-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
/* Horizontal alignment of item*/
@media (min-width: 1200px) {
  /* line 30, ../bootstrap/scss/utilities/_flex.scss */
  .flex-items-xl-left {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /* line 31, ../bootstrap/scss/utilities/_flex.scss */
  .flex-items-xl-center {
    -ms-flex-pack: center;
    justify-content: center;
  }

  /* line 32, ../bootstrap/scss/utilities/_flex.scss */
  .flex-items-xl-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  /* line 33, ../bootstrap/scss/utilities/_flex.scss */
  .flex-items-xl-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  /* line 34, ../bootstrap/scss/utilities/_flex.scss */
  .flex-items-xl-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
/* line 3, ../bootstrap/scss/utilities/_pulls.scss */
.pull-xs-left {
  float: left !important;
}

/* line 6, ../bootstrap/scss/utilities/_pulls.scss */
.pull-xs-right {
  float: right !important;
}

/* line 9, ../bootstrap/scss/utilities/_pulls.scss */
.pull-xs-none {
  float: none !important;
}

@media (min-width: 544px) {
  /* line 3, ../bootstrap/scss/utilities/_pulls.scss */
  .pull-sm-left {
    float: left !important;
  }

  /* line 6, ../bootstrap/scss/utilities/_pulls.scss */
  .pull-sm-right {
    float: right !important;
  }

  /* line 9, ../bootstrap/scss/utilities/_pulls.scss */
  .pull-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  /* line 3, ../bootstrap/scss/utilities/_pulls.scss */
  .pull-md-left {
    float: left !important;
  }

  /* line 6, ../bootstrap/scss/utilities/_pulls.scss */
  .pull-md-right {
    float: right !important;
  }

  /* line 9, ../bootstrap/scss/utilities/_pulls.scss */
  .pull-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  /* line 3, ../bootstrap/scss/utilities/_pulls.scss */
  .pull-lg-left {
    float: left !important;
  }

  /* line 6, ../bootstrap/scss/utilities/_pulls.scss */
  .pull-lg-right {
    float: right !important;
  }

  /* line 9, ../bootstrap/scss/utilities/_pulls.scss */
  .pull-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 3, ../bootstrap/scss/utilities/_pulls.scss */
  .pull-xl-left {
    float: left !important;
  }

  /* line 6, ../bootstrap/scss/utilities/_pulls.scss */
  .pull-xl-right {
    float: right !important;
  }

  /* line 9, ../bootstrap/scss/utilities/_pulls.scss */
  .pull-xl-none {
    float: none !important;
  }
}
/* line 5, ../bootstrap/scss/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 23, ../bootstrap/scss/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 3, ../bootstrap/scss/utilities/_spacing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, ../bootstrap/scss/utilities/_spacing.scss */
.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 17, ../bootstrap/scss/utilities/_spacing.scss */
.m-a-0 {
  margin: 0 0 !important;
}

/* line 18, ../bootstrap/scss/utilities/_spacing.scss */
.m-t-0 {
  margin-top: 0 !important;
}

/* line 19, ../bootstrap/scss/utilities/_spacing.scss */
.m-r-0 {
  margin-right: 0 !important;
}

/* line 20, ../bootstrap/scss/utilities/_spacing.scss */
.m-b-0 {
  margin-bottom: 0 !important;
}

/* line 21, ../bootstrap/scss/utilities/_spacing.scss */
.m-l-0 {
  margin-left: 0 !important;
}

/* line 24, ../bootstrap/scss/utilities/_spacing.scss */
.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 28, ../bootstrap/scss/utilities/_spacing.scss */
.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 17, ../bootstrap/scss/utilities/_spacing.scss */
.m-a-1 {
  margin: 1rem 1rem !important;
}

/* line 18, ../bootstrap/scss/utilities/_spacing.scss */
.m-t-1 {
  margin-top: 1rem !important;
}

/* line 19, ../bootstrap/scss/utilities/_spacing.scss */
.m-r-1 {
  margin-right: 1rem !important;
}

/* line 20, ../bootstrap/scss/utilities/_spacing.scss */
.m-b-1 {
  margin-bottom: 1rem !important;
}

/* line 21, ../bootstrap/scss/utilities/_spacing.scss */
.m-l-1 {
  margin-left: 1rem !important;
}

/* line 24, ../bootstrap/scss/utilities/_spacing.scss */
.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 28, ../bootstrap/scss/utilities/_spacing.scss */
.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 17, ../bootstrap/scss/utilities/_spacing.scss */
.m-a-2 {
  margin: 1.5rem 1.5rem !important;
}

/* line 18, ../bootstrap/scss/utilities/_spacing.scss */
.m-t-2 {
  margin-top: 1.5rem !important;
}

/* line 19, ../bootstrap/scss/utilities/_spacing.scss */
.m-r-2 {
  margin-right: 1.5rem !important;
}

/* line 20, ../bootstrap/scss/utilities/_spacing.scss */
.m-b-2 {
  margin-bottom: 1.5rem !important;
}

/* line 21, ../bootstrap/scss/utilities/_spacing.scss */
.m-l-2 {
  margin-left: 1.5rem !important;
}

/* line 24, ../bootstrap/scss/utilities/_spacing.scss */
.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 28, ../bootstrap/scss/utilities/_spacing.scss */
.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 17, ../bootstrap/scss/utilities/_spacing.scss */
.m-a-3 {
  margin: 3rem 3rem !important;
}

/* line 18, ../bootstrap/scss/utilities/_spacing.scss */
.m-t-3 {
  margin-top: 3rem !important;
}

/* line 19, ../bootstrap/scss/utilities/_spacing.scss */
.m-r-3 {
  margin-right: 3rem !important;
}

/* line 20, ../bootstrap/scss/utilities/_spacing.scss */
.m-b-3 {
  margin-bottom: 3rem !important;
}

/* line 21, ../bootstrap/scss/utilities/_spacing.scss */
.m-l-3 {
  margin-left: 3rem !important;
}

/* line 24, ../bootstrap/scss/utilities/_spacing.scss */
.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 28, ../bootstrap/scss/utilities/_spacing.scss */
.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 17, ../bootstrap/scss/utilities/_spacing.scss */
.p-a-0 {
  padding: 0 0 !important;
}

/* line 18, ../bootstrap/scss/utilities/_spacing.scss */
.p-t-0 {
  padding-top: 0 !important;
}

/* line 19, ../bootstrap/scss/utilities/_spacing.scss */
.p-r-0 {
  padding-right: 0 !important;
}

/* line 20, ../bootstrap/scss/utilities/_spacing.scss */
.p-b-0 {
  padding-bottom: 0 !important;
}

/* line 21, ../bootstrap/scss/utilities/_spacing.scss */
.p-l-0 {
  padding-left: 0 !important;
}

/* line 24, ../bootstrap/scss/utilities/_spacing.scss */
.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 28, ../bootstrap/scss/utilities/_spacing.scss */
.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 17, ../bootstrap/scss/utilities/_spacing.scss */
.p-a-1 {
  padding: 1rem 1rem !important;
}

/* line 18, ../bootstrap/scss/utilities/_spacing.scss */
.p-t-1 {
  padding-top: 1rem !important;
}

/* line 19, ../bootstrap/scss/utilities/_spacing.scss */
.p-r-1 {
  padding-right: 1rem !important;
}

/* line 20, ../bootstrap/scss/utilities/_spacing.scss */
.p-b-1 {
  padding-bottom: 1rem !important;
}

/* line 21, ../bootstrap/scss/utilities/_spacing.scss */
.p-l-1 {
  padding-left: 1rem !important;
}

/* line 24, ../bootstrap/scss/utilities/_spacing.scss */
.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 28, ../bootstrap/scss/utilities/_spacing.scss */
.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 17, ../bootstrap/scss/utilities/_spacing.scss */
.p-a-2 {
  padding: 1.5rem 1.5rem !important;
}

/* line 18, ../bootstrap/scss/utilities/_spacing.scss */
.p-t-2 {
  padding-top: 1.5rem !important;
}

/* line 19, ../bootstrap/scss/utilities/_spacing.scss */
.p-r-2 {
  padding-right: 1.5rem !important;
}

/* line 20, ../bootstrap/scss/utilities/_spacing.scss */
.p-b-2 {
  padding-bottom: 1.5rem !important;
}

/* line 21, ../bootstrap/scss/utilities/_spacing.scss */
.p-l-2 {
  padding-left: 1.5rem !important;
}

/* line 24, ../bootstrap/scss/utilities/_spacing.scss */
.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 28, ../bootstrap/scss/utilities/_spacing.scss */
.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 17, ../bootstrap/scss/utilities/_spacing.scss */
.p-a-3 {
  padding: 3rem 3rem !important;
}

/* line 18, ../bootstrap/scss/utilities/_spacing.scss */
.p-t-3 {
  padding-top: 3rem !important;
}

/* line 19, ../bootstrap/scss/utilities/_spacing.scss */
.p-r-3 {
  padding-right: 3rem !important;
}

/* line 20, ../bootstrap/scss/utilities/_spacing.scss */
.p-b-3 {
  padding-bottom: 3rem !important;
}

/* line 21, ../bootstrap/scss/utilities/_spacing.scss */
.p-l-3 {
  padding-left: 3rem !important;
}

/* line 24, ../bootstrap/scss/utilities/_spacing.scss */
.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 28, ../bootstrap/scss/utilities/_spacing.scss */
.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 37, ../bootstrap/scss/utilities/_spacing.scss */
.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 7, ../bootstrap/scss/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 8, ../bootstrap/scss/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 9, ../bootstrap/scss/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 15, ../bootstrap/scss/utilities/_text.scss */
.text-xs-left {
  text-align: left !important;
}

/* line 16, ../bootstrap/scss/utilities/_text.scss */
.text-xs-right {
  text-align: right !important;
}

/* line 17, ../bootstrap/scss/utilities/_text.scss */
.text-xs-center {
  text-align: center !important;
}

@media (min-width: 544px) {
  /* line 15, ../bootstrap/scss/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }

  /* line 17, ../bootstrap/scss/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  /* line 15, ../bootstrap/scss/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }

  /* line 17, ../bootstrap/scss/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  /* line 15, ../bootstrap/scss/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }

  /* line 17, ../bootstrap/scss/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  /* line 15, ../bootstrap/scss/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }

  /* line 17, ../bootstrap/scss/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}
/* line 23, ../bootstrap/scss/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 24, ../bootstrap/scss/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 25, ../bootstrap/scss/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 29, ../bootstrap/scss/utilities/_text.scss */
.font-weight-normal {
  font-weight: normal;
}

/* line 30, ../bootstrap/scss/utilities/_text.scss */
.font-weight-bold {
  font-weight: bold;
}

/* line 31, ../bootstrap/scss/utilities/_text.scss */
.font-italic {
  font-style: italic;
}

/* line 4, ../bootstrap/scss/mixins/_text-emphasis.scss */
.text-muted {
  color: #818a91 !important;
}

/* line 21, ../bootstrap/scss/mixins/_hover.scss */
a.text-muted:focus, a.text-muted:hover {
  color: #687077 !important;
}

/* line 4, ../bootstrap/scss/mixins/_text-emphasis.scss */
.text-primary {
  color: #0275d8 !important;
}

/* line 21, ../bootstrap/scss/mixins/_hover.scss */
a.text-primary:focus, a.text-primary:hover {
  color: #025aa5 !important;
}

/* line 4, ../bootstrap/scss/mixins/_text-emphasis.scss */
.text-success {
  color: #5cb85c !important;
}

/* line 21, ../bootstrap/scss/mixins/_hover.scss */
a.text-success:focus, a.text-success:hover {
  color: #449d44 !important;
}

/* line 4, ../bootstrap/scss/mixins/_text-emphasis.scss */
.text-info {
  color: #5bc0de !important;
}

/* line 21, ../bootstrap/scss/mixins/_hover.scss */
a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important;
}

/* line 4, ../bootstrap/scss/mixins/_text-emphasis.scss */
.text-warning {
  color: #f0ad4e !important;
}

/* line 21, ../bootstrap/scss/mixins/_hover.scss */
a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important;
}

/* line 4, ../bootstrap/scss/mixins/_text-emphasis.scss */
.text-danger {
  color: #d9534f !important;
}

/* line 21, ../bootstrap/scss/mixins/_hover.scss */
a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important;
}

/* line 4, ../bootstrap/scss/mixins/_text-emphasis.scss */
.text-gray-dark {
  color: black !important;
}

/* line 21, ../bootstrap/scss/mixins/_hover.scss */
a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: black !important;
}

/* line 53, ../bootstrap/scss/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 5, ../bootstrap/scss/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

/* line 12, ../bootstrap/scss/utilities/_visibility.scss */
.hidden-xs-up {
  display: none !important;
}

@media (max-width: 543px) {
  /* line 17, ../bootstrap/scss/utilities/_visibility.scss */
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 544px) {
  /* line 12, ../bootstrap/scss/utilities/_visibility.scss */
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  /* line 17, ../bootstrap/scss/utilities/_visibility.scss */
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  /* line 12, ../bootstrap/scss/utilities/_visibility.scss */
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  /* line 17, ../bootstrap/scss/utilities/_visibility.scss */
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  /* line 12, ../bootstrap/scss/utilities/_visibility.scss */
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  /* line 17, ../bootstrap/scss/utilities/_visibility.scss */
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, ../bootstrap/scss/utilities/_visibility.scss */
  .hidden-xl-up {
    display: none !important;
  }
}

/* line 17, ../bootstrap/scss/utilities/_visibility.scss */
.hidden-xl-down {
  display: none !important;
}

/* line 29, ../bootstrap/scss/utilities/_visibility.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 29, ../bootstrap/scss/utilities/_visibility.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 36, ../bootstrap/scss/utilities/_visibility.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 36, ../bootstrap/scss/utilities/_visibility.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 43, ../bootstrap/scss/utilities/_visibility.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 43, ../bootstrap/scss/utilities/_visibility.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 51, ../bootstrap/scss/utilities/_visibility.scss */
  .hidden-print {
    display: none !important;
  }
}

/*! --------------------------------------
		Partials
----------------------------------------- */
/*! --------------------------------------
		Typography
----------------------------------------- */
/* line 4, ../scss/partials/_base.scss */
p {
  color: #000000;
  font-size: 1em;
  margin-bottom: 1em;
}
/* line 8, ../scss/partials/_base.scss */
p:last-child {
  margin-bottom: 0;
}

/* line 12, ../scss/partials/_base.scss */
a {
  color: #6B98BF;
}

/* line 17, ../scss/partials/_base.scss */
.no-touch a:hover {
  color: #43729b;
  text-decoration: none;
}

/* line 24, ../scss/partials/_base.scss */
h1 {
  color: #262626;
  font-size: 2em;
}

/* line 28, ../scss/partials/_base.scss */
h2 {
  color: #262626;
  font-size: 1.625em;
}

/* line 32, ../scss/partials/_base.scss */
h3 {
  color: #262626;
  font-size: 1.375em;
}

/* line 36, ../scss/partials/_base.scss */
h4 {
  color: #262626;
  font-size: 1.125em;
}

/*! --------------------------------------
		Tables
----------------------------------------- */
/* line 44, ../scss/partials/_base.scss */
table {
  width: 100%;
  border: 2px solid #000000;
  line-height: 1em;
  margin-bottom: 1em;
}

/* line 50, ../scss/partials/_base.scss */
td {
  padding: .5em;
  border: 1px solid #000000;
}

/* line 54, ../scss/partials/_base.scss */
.table-header {
  background-color: #8FCBFF;
  font-weight: bold;
}

/* line 58, ../scss/partials/_base.scss */
.table-accent {
  background-color: #dcefff;
}

/*! --------------------------------------
		Forms
----------------------------------------- */
/* line 66, ../scss/partials/_base.scss */
input[type="text"], input[type="email"], select, textarea {
  width: 100%;
  line-height: 1em;
  border: 1px solid #000000;
}

/* line 71, ../scss/partials/_base.scss */
input[type="text"], textarea {
  padding: 0.5em;
}

/* line 74, ../scss/partials/_base.scss */
input[type="radio"] + label, input[type="checkbox"] + label {
  display: inline;
  margin-right: 1em;
}

/* line 78, ../scss/partials/_base.scss */
input, select, textarea {
  margin-bottom: 1em;
}
/* line 80, ../scss/partials/_base.scss */
input:last-child, select:last-child, textarea:last-child {
  margin-bottom: 0;
}

/* line 84, ../scss/partials/_base.scss */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0 !important;
  height: 2.25em;
  padding: 0 2em 0 0.5em;
  background-image: url("../themes/lms-theme/assets/img/select-icon.svg");
  background-repeat: no-repeat;
  background-size: .5em;
  background-position: calc(100% - 10px), 50%;
  background-color: #eeeff0;
}

/* line 97, ../scss/partials/_base.scss */
input[type="submit"] {
  display: block;
  line-height: 1em;
}

/*! --------------------------------------
		Structure
----------------------------------------- */
/* line 105, ../scss/partials/_base.scss */
img {
  width: 100%;
  height: auto;
}

/* line 109, ../scss/partials/_base.scss */
figure {
  margin: 0;
}

/* line 112, ../scss/partials/_base.scss */
.spacer {
  margin-bottom: 1em;
}

/* line 115, ../scss/partials/_base.scss */
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 1, ../scss/partials/_buttons.scss */
button, .btn1, .btn2, .btn3, .white-btn {
  line-height: 1em;
  display: inline-block;
}

/* line 5, ../scss/partials/_buttons.scss */
.right-icon:after {
  font-family: FontAwesome;
  content: "\f0da";
  margin-left: .5em;
}

/* line 10, ../scss/partials/_buttons.scss */
.btn1 {
  background-color: #262626;
  text-transform: uppercase;
  color: #262626;
  font-size: 1em;
  padding: 1em;
  border-width: 0;
  border-style: solid;
  border-color: #000000;
  font-weight: 600;
}
/* line 20, ../scss/partials/_buttons.scss */
.btn1:hover, .btn1:active, .btn1:visited, .btn1:focus {
  text-decoration: none;
}

/* line 25, ../scss/partials/_buttons.scss */
.no-touch .btn1:hover {
  color: #262626;
  background-color: #404040;
}
/* line 29, ../scss/partials/_buttons.scss */
.no-touch .btn1:active {
  color: #262626;
  background-color: #404040;
}

/* line 35, ../scss/partials/_buttons.scss */
.btn2 {
  background-color: #6F6F6E;
  text-transform: normal;
  color: #ffffff;
  font-size: 1em;
  padding: 1em;
  border-width: 0;
  border-style: solid;
  border-color: #000000;
}
/* line 44, ../scss/partials/_buttons.scss */
.btn2:hover, .btn2:active, .btn2:visited, .btn2:focus {
  text-decoration: none;
}

/* line 49, ../scss/partials/_buttons.scss */
.no-touch .btn2:hover {
  color: #ffffff;
  background-color: #898987;
}
/* line 53, ../scss/partials/_buttons.scss */
.no-touch .btn2:active {
  color: #ffffff;
  background-color: #898987;
}

/* line 59, ../scss/partials/_buttons.scss */
.btn3 {
  background-color: #333333;
  text-transform: normal;
  color: #ffffff;
  font-size: 0.9em;
  padding: 0.8em 1em;
  border-width: 0;
  border-style: solid;
  border-color: #000000;
}
/* line 68, ../scss/partials/_buttons.scss */
.btn3:hover, .btn3:active, .btn3:visited, .btn3:focus {
  text-decoration: none;
}

/* line 73, ../scss/partials/_buttons.scss */
.no-touch .btn3:hover {
  color: #ffffff;
  background-color: #4d4d4d;
}
/* line 77, ../scss/partials/_buttons.scss */
.no-touch .btn3:active {
  color: #ffffff;
  background-color: #4d4d4d;
}

/* line 83, ../scss/partials/_buttons.scss */
.white-btn {
  background-color: transparent;
  color: #FFFFFF;
  font-size: 1em;
  text-transform: uppercase;
  padding: 1em;
  border-width: 1px;
  border-style: solid;
  border-color: #FFFFFF;
}

/* line 94, ../scss/partials/_buttons.scss */
.no-touch .white-btn:hover {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.1);
}
/* line 98, ../scss/partials/_buttons.scss */
.no-touch .white-btn:active {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 1, ../scss/partials/_header.scss */
header {
  background-color: #ffffff;
}

/* line 4, ../scss/partials/_header.scss */
.site-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 1em 0.5em;
}
/* line 7, ../scss/partials/_header.scss */
.site-header .navicon {
  width: 3em;
  height: 3em;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url("../themes/lms-theme/assets/img/navicon.svg");
  position: absolute;
  left: 82%;
  top: 60px;
}
/* line 13, ../scss/partials/_header.scss */
.site-header .navicon.show-nav {
  background-image: url("../themes/lms-theme/assets/img/navicon-close.svg");
}
/* line 20, ../scss/partials/_header.scss */
.site-header .number-container {
  display: none;
  margin: auto 0 0 0;
}
/* line 24, ../scss/partials/_header.scss */
.site-header .number-container h2 {
  color: #90ADBA !important;
  margin: 0;
}
@media (max-width: 991px) {
  /* line 24, ../scss/partials/_header.scss */
  .site-header .number-container h2 {
    display: none !important;
  }
}

/* line 33, ../scss/partials/_header.scss */
.header-content {
  display: none;
}

/* line 38, ../scss/partials/_header.scss */
#main-nav {
  display: none;
  background-color: #90ADBA;
}

/* line 42, ../scss/partials/_header.scss */
#main-nav.active {
  display: block;
}

/* line 45, ../scss/partials/_header.scss */
#main-nav > ul {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  list-style: none;
  position: relative;
}

/* line 53, ../scss/partials/_header.scss */
#main-nav ul {
  padding: 0;
  list-style: none;
}

/* line 57, ../scss/partials/_header.scss */
#main-nav ul.social-icons {
  flex-direction: row;
  flex-wrap: wrap;
}
/* line 60, ../scss/partials/_header.scss */
#main-nav ul.social-icons li:hover {
  background: none;
}

/* line 64, ../scss/partials/_header.scss */
#main-nav ul li {
  line-height: 1em;
  z-index: 10;
  border-bottom: 1px solid #ffffff;
}
/* line 68, ../scss/partials/_header.scss */
#main-nav ul li:last-of-type {
  border-bottom: 0;
}

/* line 72, ../scss/partials/_header.scss */
#main-nav > ul li a {
  display: block;
  padding: 1em;
  font-size: 1em;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: normal;
}
/* line 79, ../scss/partials/_header.scss */
#main-nav > ul li a:hover, #main-nav > ul li a:active, #main-nav > ul li a:visited, #main-nav > ul li a:focus {
  text-decoration: none;
}

/* line 83, ../scss/partials/_header.scss */
#main-nav > ul li ul {
  display: none;
  background-color: #90ADBA;
}

/* line 88, ../scss/partials/_header.scss */
.no-touch #main-nav > ul li:hover {
  background-color: #afc4ce;
}
/* line 90, ../scss/partials/_header.scss */
.no-touch #main-nav > ul li:hover > ul {
  display: block;
}

/* line 95, ../scss/partials/_header.scss */
#main-nav > ul li a:not(:only-child):after {
  font-family: FontAwesome;
  content: "\f0d7";
  margin-left: .5em;
}

/* line 100, ../scss/partials/_header.scss */
#main-nav > ul li ul li ul {
  top: 0;
  left: 100%;
}

/* line 1, ../scss/partials/_footer.scss */
.site-footer {
  padding: 1em 0;
  background-color: #90ADBA;
  font-size: 0.8em;
}
/* line 5, ../scss/partials/_footer.scss */
.site-footer p {
  color: #ffffff;
}
/* line 8, ../scss/partials/_footer.scss */
.site-footer a {
  color: #ffffff;
}
/* line 11, ../scss/partials/_footer.scss */
.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4 {
  color: #ffffff;
  margin-bottom: 0;
}
/* line 15, ../scss/partials/_footer.scss */
.site-footer span {
  white-space: nowrap;
}
/* line 18, ../scss/partials/_footer.scss */
.site-footer .row {
  margin-bottom: 1em;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
/* line 23, ../scss/partials/_footer.scss */
.site-footer .footer-details {
  float: left;
}
/* line 26, ../scss/partials/_footer.scss */
.site-footer .footer-details p {
  text-align: left;
  font-size: 1.3em;
  font-weight: 500;
}
/* line 32, ../scss/partials/_footer.scss */
.site-footer .right-footer {
  margin-top: auto;
  margin-bottom: 1em;
}

/* line 37, ../scss/partials/_footer.scss */
.footer-links {
  text-align: center;
  display: inline-block;
}
/* line 40, ../scss/partials/_footer.scss */
.footer-links a {
  padding: 0 10px;
  font-weight: 600;
}
/* line 43, ../scss/partials/_footer.scss */
.footer-links a:first-of-type {
  padding-left: 0;
}
/* line 46, ../scss/partials/_footer.scss */
.footer-links a:not(:last-child) {
  border-right: 1px solid #ffffff;
}

/* line 51, ../scss/partials/_footer.scss */
.push-down {
  margin-top: auto;
}

/* line 54, ../scss/partials/_footer.scss */
.footer-title {
  text-align: center;
}

/* line 57, ../scss/partials/_footer.scss */
.footer-details {
  float: right;
}
/* line 59, ../scss/partials/_footer.scss */
.footer-details p {
  font-size: 1.2em;
  text-align: right;
}

/* line 65, ../scss/partials/_footer.scss */
.footer-address p {
  padding: 2px 0;
  margin: 0;
}

/* line 70, ../scss/partials/_footer.scss */
.footer-logos {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
/* line 74, ../scss/partials/_footer.scss */
.footer-logos li {
  margin-right: 1em;
}
/* line 76, ../scss/partials/_footer.scss */
.footer-logos li:last-child {
  margin-right: 0;
}

/* line 82, ../scss/partials/_footer.scss */
.bottom-banner {
  position: fixed;
  bottom: 0%;
  width: 100%;
  text-align: center;
  background-color: #464646;
  height: 3.5em;
  z-index: 100;
}
/* line 90, ../scss/partials/_footer.scss */
.bottom-banner .bottom-banner-container {
  color: #ffffff;
  margin: 0.75em 0;
  display: inline-flex;
}
/* line 94, ../scss/partials/_footer.scss */
.bottom-banner .bottom-banner-container .banner-text-container {
  margin: 0.25em 2px;
}
/* line 96, ../scss/partials/_footer.scss */
.bottom-banner .bottom-banner-container .banner-text-container p {
  color: #ddd;
}
/* line 99, ../scss/partials/_footer.scss */
.bottom-banner .bottom-banner-container .banner-text-container a {
  color: #ffffff;
  text-decoration: underline;
}
/* line 102, ../scss/partials/_footer.scss */
.bottom-banner .bottom-banner-container .banner-text-container a:hover {
  text-decoration: none;
}
/* line 107, ../scss/partials/_footer.scss */
.bottom-banner .bottom-banner-container .banner-close-container {
  margin-left: 10px;
}
/* line 109, ../scss/partials/_footer.scss */
.bottom-banner .bottom-banner-container .banner-close-container button {
  background-color: #ddd;
  color: #000;
  font-weight: 400;
  height: 2em;
  border-radius: 3px;
  border: 0;
}
/* line 116, ../scss/partials/_footer.scss */
.bottom-banner .bottom-banner-container .banner-close-container button:hover {
  background-color: #eaeaea;
}

/* line 1, ../scss/partials/_custom.scss */
.site-logo {
  max-width: 250px;
  max-height: 150px;
}

/* line 9, ../scss/partials/_custom.scss */
aside {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

/* line 12, ../scss/partials/_custom.scss */
aside.about-columns {
  border-right: 0;
  padding: 0 1em;
}

/* line 16, ../scss/partials/_custom.scss */
.col-xs-12.image-wrap {
  padding: 0 1em;
}

/* line 19, ../scss/partials/_custom.scss */
main {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

/* line 23, ../scss/partials/_custom.scss */
.contact-text p {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
}
/* line 28, ../scss/partials/_custom.scss */
.contact-text h4 {
  margin: 0.5em 0 0 0;
  padding: 0;
}

/* line 33, ../scss/partials/_custom.scss */
.contact-us {
  background-color: #DFDFDF;
}

/* line 38, ../scss/partials/_custom.scss */
.formContact .form-group label {
  margin: 0.5em 0 0 0;
  padding: 0;
}
/* line 42, ../scss/partials/_custom.scss */
.formContact .form-group input, .formContact .form-group textarea {
  margin: 10px 0;
  border: 0;
  padding-left: 12px;
}
/* line 48, ../scss/partials/_custom.scss */
.formContact #email {
  padding: 7px 0;
  padding-left: 12px;
  width: 100%;
}
/* line 53, ../scss/partials/_custom.scss */
.formContact .send-button {
  float: right;
}

/* line 57, ../scss/partials/_custom.scss */
.read-more, .read-less {
  display: inline-block;
  cursor: pointer;
  color: #000000;
  font-weight: bold;
}
/* line 62, ../scss/partials/_custom.scss */
.read-more:after, .read-less:after {
  font-family: FontAwesome;
  content: "\f0d7";
  margin-left: .5em;
}

/* line 68, ../scss/partials/_custom.scss */
.read-less {
  display: none;
}
/* line 71, ../scss/partials/_custom.scss */
.read-less:after {
  content: "\f0d8";
}

/* line 75, ../scss/partials/_custom.scss */
.read-more-content {
  display: none;
}

/* line 78, ../scss/partials/_custom.scss */
.block, .round-block, .news-item {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* line 82, ../scss/partials/_custom.scss */
.block div, .round-block div, .news-item div {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
/* line 84, ../scss/partials/_custom.scss */
.block div img, .round-block div img, .news-item div img, .block div h3, .round-block div h3, .news-item div h3, .block div p, .round-block div p, .news-item div p {
  margin-bottom: 16px !important;
}
/* line 88, ../scss/partials/_custom.scss */
.block a, .round-block a, .news-item a {
  display: table;
}

/* line 92, ../scss/partials/_custom.scss */
.image-placeholder {
  width: 100%;
  height: auto;
  vertical-align: middle;
  flex: 1 1 auto;
}

/* line 98, ../scss/partials/_custom.scss */
.round-block {
  text-align: center;
}
/* line 101, ../scss/partials/_custom.scss */
.round-block img {
  border-radius: 50%;
  width: 50%;
}
/* line 105, ../scss/partials/_custom.scss */
.round-block a {
  margin: 0 auto;
}
/* line 108, ../scss/partials/_custom.scss */
.round-block .circle-box {
  border: 1px solid #90ADBA;
  border-radius: 50%;
}

/* line 115, ../scss/partials/_custom.scss */
.news-item div h3 {
  margin-bottom: 8px !important;
}
/* line 118, ../scss/partials/_custom.scss */
.news-item .date {
  color: #b7bdc1;
  margin-bottom: 8px !important;
  font-size: 0.8em;
}

/* line 127, ../scss/partials/_custom.scss */
.about-us-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* line 130, ../scss/partials/_custom.scss */
.about-us-big .image-container {
  flex: 10 100;
}
/* line 133, ../scss/partials/_custom.scss */
.about-us-big .text-container {
  flex: 100;
}
/* line 136, ../scss/partials/_custom.scss */
.about-us-big .btn-container {
  flex: 1 1;
}

/* line 143, ../scss/partials/_custom.scss */
.gradient-theme {
  background: #f3bc4a;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0JSIgc3RvcC1jb2xvcj0iI2YzYmM0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2E0Yzc0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk2JSIgc3RvcC1jb2xvcj0iIzgwYTRiNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(left, #f3bc4a 4%, #a4c746 50%, #80a4b6 96%);
  background: -webkit-gradient(linear, left top, right top, color-stop(4%, #f3bc4a), color-stop(50%, #a4c746), color-stop(96%, #80a4b6));
  background: -webkit-linear-gradient(left, #f3bc4a 4%, #a4c746 50%, #80a4b6 96%);
  background: -o-linear-gradient(left, #f3bc4a 4%, #a4c746 50%, #80a4b6 96%);
  background: -ms-linear-gradient(left, #f3bc4a 4%, #a4c746 50%, #80a4b6 96%);
  background: linear-gradient(to right, #f3bc4a 4%, #a4c746 50%, #80a4b6 96%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3bc4a', endColorstr='#80a4b6',GradientType=1 );
}

/* line 154, ../scss/partials/_custom.scss */
.about-theme {
  background-color: #F3BC4A;
}

/* line 157, ../scss/partials/_custom.scss */
.we-do-theme {
  background-color: #638EA5;
}

/* line 160, ../scss/partials/_custom.scss */
.services-theme {
  background-color: #A4C746;
}

/* line 163, ../scss/partials/_custom.scss */
.news-item-theme {
  background-color: #DFDFDF;
}

/* line 166, ../scss/partials/_custom.scss */
a.btn1.about-theme:hover {
  background-color: #f6ce7a !important;
}

/* line 169, ../scss/partials/_custom.scss */
a.btn1.we-do-theme:hover {
  background-color: #83a5b8 !important;
}

/* line 172, ../scss/partials/_custom.scss */
a.btn1.services-theme:hover {
  background-color: #b7d36d !important;
}

/* line 175, ../scss/partials/_custom.scss */
a.btn1.news-item-theme:hover {
  background-color: #f9f9f9 !important;
}

/* line 178, ../scss/partials/_custom.scss */
.intro-section {
  padding: 1em 0;
}
/* line 181, ../scss/partials/_custom.scss */
.intro-section .breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 188, ../scss/partials/_custom.scss */
.intro-section .breadcrumb li:after, .intro-section .breadcrumb li a {
  color: #404040;
  font-size: 0.8em;
  font-weight: 500;
  text-transform: uppercase;
}
/* line 194, ../scss/partials/_custom.scss */
.intro-section .breadcrumb li:after {
  margin: 0 0.2em;
  content: "/";
}
/* line 198, ../scss/partials/_custom.scss */
.intro-section .breadcrumb li:last-child:after {
  content: "";
}
/* line 202, ../scss/partials/_custom.scss */
.intro-section .breadcrumb a:hover {
  color: #0d0d0d;
}

/* line 207, ../scss/partials/_custom.scss */
.full-width-background-image {
  padding: 8px 0;
}

/* line 211, ../scss/partials/_custom.scss */
.related-link:not(:last-child) {
  margin-bottom: 1em;
}

/* line 216, ../scss/partials/_custom.scss */
.image-wrap img {
  float: left;
  margin: 0 1em 0 0;
}
/* line 220, ../scss/partials/_custom.scss */
.image-wrap ul {
  margin: 0;
  padding: 0.5em 1.5em;
  list-style-position: outside;
}
/* line 225, ../scss/partials/_custom.scss */
.image-wrap li {
  padding: 0.2em 0;
}
/* line 234, ../scss/partials/_custom.scss */
.image-wrap #scf-form input {
  border: 1px solid #DFDFDF !important;
}
/* line 237, ../scss/partials/_custom.scss */
.image-wrap #scf-form textarea {
  border: 1px solid #DFDFDF !important;
}

/* line 243, ../scss/partials/_custom.scss */
#scf-form label {
  display: none;
}
/* line 246, ../scss/partials/_custom.scss */
#scf-form .form-group {
  margin: 1em 0;
}

/* line 251, ../scss/partials/_custom.scss */
.hide-banner {
  display: none;
}

/* CMS Default */
/*
 * Text
 */
/* line 259, ../scss/partials/_custom.scss */
.oc-text-gray {
  color: #AAA !important;
}

/* line 262, ../scss/partials/_custom.scss */
.oc-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}

/* line 267, ../scss/partials/_custom.scss */
.oc-text-spaced {
  letter-spacing: 1px;
}

/* line 270, ../scss/partials/_custom.scss */
.oc-text-uppercase {
  text-transform: uppercase;
}

/*
 * Links
 */
/* line 277, ../scss/partials/_custom.scss */
a.oc-link-strong {
  font-weight: 700;
}

/* line 280, ../scss/partials/_custom.scss */
a.oc-link-green {
  color: green;
}

/*
 * Table
 */
/* line 287, ../scss/partials/_custom.scss */
table.oc-dashed-borders td,
table.oc-dashed-borders th {
  border-style: dashed;
}

/* line 291, ../scss/partials/_custom.scss */
table.oc-alternate-rows tbody tr:nth-child(2n) {
  background: #f5f5f5;
}

/*
 * Table cell
 */
/* line 298, ../scss/partials/_custom.scss */
table td.oc-cell-highlighted,
table th.oc-cell-highlighted {
  border: 1px double red;
}

/* line 302, ../scss/partials/_custom.scss */
table td.oc-cell-thick-border,
table th.oc-cell-thick-border {
  border-width: 2px;
}

/*
 * Images
 */
/* line 310, ../scss/partials/_custom.scss */
img.oc-img-rounded {
  border-radius: 100%;
  background-clip: padding-box;
}

/* line 314, ../scss/partials/_custom.scss */
img.oc-img-bordered {
  border: solid 10px #CCC;
  box-sizing: content-box;
}

/*! --------------------------------------
		Media
----------------------------------------- */
@media (min-width: 544px) {
  /* line 3, ../scss/media/_min-544-sm.scss */
  p {
    font-size: 0.975em;
  }

  /* line 6, ../scss/media/_min-544-sm.scss */
  h1 {
    font-size: 2em;
  }

  /* line 9, ../scss/media/_min-544-sm.scss */
  h2 {
    font-size: 1.625em;
  }

  /* line 12, ../scss/media/_min-544-sm.scss */
  h3 {
    font-size: 1.375em;
  }

  /* line 15, ../scss/media/_min-544-sm.scss */
  h4 {
    font-size: 1.125em;
  }

  /* line 19, ../scss/media/_min-544-sm.scss */
  .image-wrap ul {
    font-size: 0.975em;
    margin-left: 1em;
  }

  /* line 24, ../scss/media/_min-544-sm.scss */
  .site-footer .row {
    flex-wrap: wrap-reverse;
  }
  /* line 26, ../scss/media/_min-544-sm.scss */
  .site-footer .row .footer-details {
    float: left;
  }
  /* line 28, ../scss/media/_min-544-sm.scss */
  .site-footer .row .footer-details p {
    text-align: left;
  }
}
@media (min-width: 768px) {
  /* line 3, ../scss/media/_min-768-md.scss */
  p {
    font-size: 0.95em;
  }

  /* line 6, ../scss/media/_min-768-md.scss */
  h1 {
    font-size: 2em;
  }

  /* line 9, ../scss/media/_min-768-md.scss */
  h2 {
    font-size: 2em;
  }

  /* line 12, ../scss/media/_min-768-md.scss */
  h3 {
    font-size: 1.5em;
  }

  /* line 15, ../scss/media/_min-768-md.scss */
  h4 {
    font-size: 1.125em;
  }

  /* line 19, ../scss/media/_min-768-md.scss */
  .image-wrap ul {
    font-size: 1.125em;
  }

  /* line 23, ../scss/media/_min-768-md.scss */
  .spacer {
    margin-bottom: 2em;
  }

  /* line 26, ../scss/media/_min-768-md.scss */
  aside {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 29, ../scss/media/_min-768-md.scss */
  main {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    list-style-position: inside;
  }

  /* line 33, ../scss/media/_min-768-md.scss */
  .intro-section {
    padding: 1em 0 1em 0;
    margin: 0 0 2em 0;
  }

  /* line 38, ../scss/media/_min-768-md.scss */
  .image-wrap img {
    width: 48%;
    padding: 0 1em 1em 0;
  }

  /* line 43, ../scss/media/_min-768-md.scss */
  .number-container {
    display: block !important;
  }

  /* line 46, ../scss/media/_min-768-md.scss */
  .site-footer {
    padding: 2em 0;
    margin-bottom: 0;
  }
  /* line 49, ../scss/media/_min-768-md.scss */
  .site-footer .footer-details {
    float: right;
  }
  /* line 51, ../scss/media/_min-768-md.scss */
  .site-footer .footer-details p {
    text-align: right;
  }
  /* line 56, ../scss/media/_min-768-md.scss */
  .site-footer .right-footer {
    margin-top: auto;
    margin-bottom: 0;
  }

  /* line 62, ../scss/media/_min-768-md.scss */
  .footer-title {
    text-align: left;
  }

  /* line 65, ../scss/media/_min-768-md.scss */
  .footer-address, .footer-links {
    text-align: left;
  }

  /* line 68, ../scss/media/_min-768-md.scss */
  .footer-logos {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }

  /* line 71, ../scss/media/_min-768-md.scss */
  .col-xs-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 75, ../scss/media/_min-768-md.scss */
  .footer-details {
    float: right !important;
    margin-bottom: 0;
  }
  /* line 77, ../scss/media/_min-768-md.scss */
  .footer-details p {
    text-align: right !important;
  }
}
@media (min-width: 992px) {
  /* line 3, ../scss/media/_min-992-lg.scss */
  p {
    font-size: 0.925em;
  }

  /* line 6, ../scss/media/_min-992-lg.scss */
  h1 {
    font-size: 2.25em;
  }

  /* line 9, ../scss/media/_min-992-lg.scss */
  h2 {
    font-size: 2.25em;
  }

  /* line 12, ../scss/media/_min-992-lg.scss */
  h3 {
    font-size: 1.75em;
  }

  /* line 15, ../scss/media/_min-992-lg.scss */
  h4 {
    font-size: 1.125em;
  }

  /* line 19, ../scss/media/_min-992-lg.scss */
  .image-wrap ul {
    font-size: 0.925em;
    margin-left: 0;
  }

  /* line 24, ../scss/media/_min-992-lg.scss */
  .site-header {
    padding: 1em;
  }

  /* line 27, ../scss/media/_min-992-lg.scss */
  .header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* line 31, ../scss/media/_min-992-lg.scss */
  .image-container {
    flex: 10 100 160px !important;
  }

  /* line 34, ../scss/media/_min-992-lg.scss */
  span.navicon {
    display: none;
  }

  /* line 37, ../scss/media/_min-992-lg.scss */
  aside.about-columns {
    border-right: 0;
    padding: 0 3em 0 1em;
    border-right: 1px solid #000000;
  }

  /* line 42, ../scss/media/_min-992-lg.scss */
  .col-xs-12.image-wrap {
    padding: 0 2.5em;
  }

  /* line 45, ../scss/media/_min-992-lg.scss */
  #main-nav {
    display: block;
  }

  /* line 48, ../scss/media/_min-992-lg.scss */
  #main-nav > ul {
    padding: 0 1em;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    text-align: left;
  }

  /* line 54, ../scss/media/_min-992-lg.scss */
  #main-nav ul li {
    position: relative;
    white-space: nowrap;
    border-bottom: 0;
  }

  /* line 59, ../scss/media/_min-992-lg.scss */
  #main-nav > ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
  }

  /* line 64, ../scss/media/_min-992-lg.scss */
  #main-nav > ul li ul a:not(:only-child):after {
    content: "\f0da";
  }

  /* line 68, ../scss/media/_min-992-lg.scss */
  footer.site-footer-opt1 .column:after {
    display: none;
  }
  /* line 71, ../scss/media/_min-992-lg.scss */
  footer.site-footer-opt1 i:after {
    content: '';
  }
  /* line 74, ../scss/media/_min-992-lg.scss */
  footer.site-footer-opt1 input[type=checkbox] {
    display: none;
  }
  /* line 77, ../scss/media/_min-992-lg.scss */
  footer.site-footer-opt1 input[type=checkbox] ~ ul {
    display: initial;
  }

  /* line 81, ../scss/media/_min-992-lg.scss */
  .col-xs-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* IMPORTANT */
  /* line 86, ../scss/media/_min-992-lg.scss */
  .mob {
    display: none !important;
  }

  /* line 90, ../scss/media/_min-992-lg.scss */
  .feed-display .item {
    width: 50%;
    padding: 0px;
  }
  /* line 93, ../scss/media/_min-992-lg.scss */
  .feed-display .item:nth-child(odd) {
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  /* line 3, ../scss/media/_min-1200-xl.scss */
  p {
    font-size: 0.9em;
  }

  /* line 6, ../scss/media/_min-1200-xl.scss */
  h1 {
    font-size: 2em;
  }

  /* line 9, ../scss/media/_min-1200-xl.scss */
  h2 {
    font-size: 2.25em;
  }

  /* line 12, ../scss/media/_min-1200-xl.scss */
  h3 {
    font-size: 1.75em;
  }

  /* line 15, ../scss/media/_min-1200-xl.scss */
  h4 {
    font-size: 1.125em;
  }

  /* line 19, ../scss/media/_min-1200-xl.scss */
  .image-wrap ul {
    font-size: 0.9em;
  }

  /* line 23, ../scss/media/_min-1200-xl.scss */
  .image-container {
    flex: 10 100 200px !important;
  }
}
/*! --------------------------------------
		Misc
----------------------------------------- */
@media (max-width: 991px) {
  /* line 3, ../scss/misc/_max-between-width.scss */
  #main-nav ul {
    max-width: 100%;
  }
  /* line 6, ../scss/misc/_max-between-width.scss */
  #main-nav .site-nav {
    max-width: 100%;
    padding: 0;
  }
  /* line 9, ../scss/misc/_max-between-width.scss */
  #main-nav .site-nav li {
    width: 100%;
  }
  /* line 13, ../scss/misc/_max-between-width.scss */
  #main-nav .site-nav .social-icons li {
    width: inherit;
  }
}
/* Edge*/
@-moz-document url-prefix() {
  /* line 2, ../scss/misc/_browser-compatibility.scss */
  .site-logo {
    width: 200px;
    height: 100px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 8, ../scss/misc/_browser-compatibility.scss */
  .image-wrap ul {
    list-style-position: inside !important;
    padding: 0 !important;
  }
}
@supports (-ms-ime-align: auto) {
  /* line 14, ../scss/misc/_browser-compatibility.scss */
  .image-wrap ul {
    list-style-position: inside !important;
    padding: 0 !important;
  }
}
/*
	Small CSS fix for the news page
*/
/* line 38, ../scss/main.scss */
.news-item .image {
  display: flex;
  align-items: center;
  overflow: hidden;
}
/* line 43, ../scss/main.scss */
.news-item .image img {
  width: 100%;
  height: unset;
}

/*
	Responsive YouTube videos on the news page
*/
/* line 54, ../scss/main.scss */
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
/* line 59, ../scss/main.scss */
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/*
	List bullet size fix
*/
/* line 74, ../scss/main.scss */
.bullet-fix ul li {
  font-size: 1em;
  color: black;
}

/* line 81, ../scss/main.scss */
p {
  font-size: 1em;
}

/*
	BBC feed display
*/
/* line 89, ../scss/main.scss */
.feed-display {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid black;
  padding: 30px 0px;
}
/* line 95, ../scss/main.scss */
.feed-display .item {
  display: flex;
  flex-direction: column;
  width: 25%;
}
/* line 99, ../scss/main.scss */
.feed-display .item a {
  order: 1;
}
/* line 102, ../scss/main.scss */
.feed-display .item a:hover h4 {
  color: #90ADBA;
}
/* line 107, ../scss/main.scss */
.feed-display .item p {
  order: 2;
}
/* line 110, ../scss/main.scss */
.feed-display .item:not(:last-child) {
  padding-right: 20px;
}
/* line 114, ../scss/main.scss */
.feed-display h3 {
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  /* line 122, ../scss/main.scss */
  .feed-display .item {
    width: 100%;
    padding: 0px;
  }
  /* line 125, ../scss/main.scss */
  .feed-display .item:not(:last-child) {
    padding-bottom: 15px;
  }
}
