/****** FILE: themes/megatheme/css/bootstrap/bootstrap.css *****/
/*!
 * Bootstrap v4.0.0-alpha.3 (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)
 */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/* line 8, ../../scss/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 18, ../../scss/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 31, ../../scss/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 50, ../../scss/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/* line 61, ../../scss/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 70, ../../scss/bootstrap/_normalize.scss */
progress {
  vertical-align: baseline;
}

/* line 79, ../../scss/bootstrap/_normalize.scss */
template,
[hidden] {
  display: none;
}

/* line 91, ../../scss/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 100, ../../scss/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/* line 113, ../../scss/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/* line 123, ../../scss/bootstrap/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/* line 132, ../../scss/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/* line 141, ../../scss/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 150, ../../scss/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 159, ../../scss/bootstrap/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/* line 168, ../../scss/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 177, ../../scss/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 185, ../../scss/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 189, ../../scss/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 200, ../../scss/bootstrap/_normalize.scss */
img {
  border-style: none;
}

/* line 208, ../../scss/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 220, ../../scss/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 232, ../../scss/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 241, ../../scss/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 254, ../../scss/bootstrap/_normalize.scss */
button,
input,
select,
textarea {
  font: inherit;
}

/* line 265, ../../scss/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 275, ../../scss/bootstrap/_normalize.scss */
button,
input,
select {
  overflow: visible;
}

/* line 286, ../../scss/bootstrap/_normalize.scss */
button,
input,
select,
textarea {
  margin: 0;
}

/* line 298, ../../scss/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 307, ../../scss/bootstrap/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

/* line 318, ../../scss/bootstrap/_normalize.scss */
[disabled] {
  cursor: default;
}

/* line 328, ../../scss/bootstrap/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 339, ../../scss/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 349, ../../scss/bootstrap/_normalize.scss */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* line 358, ../../scss/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 371, ../../scss/bootstrap/_normalize.scss */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/* line 384, ../../scss/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 393, ../../scss/bootstrap/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 403, ../../scss/bootstrap/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 412, ../../scss/bootstrap/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
}

/* line 421, ../../scss/bootstrap/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

@media print {
  /* line 13, ../../scss/bootstrap/_print.scss */
  *,
  *::before,
  *::after,
  *::first-letter,
  *::first-line {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  /* line 26, ../../scss/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 36, ../../scss/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /* line 51, ../../scss/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 62, ../../scss/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 66, ../../scss/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 71, ../../scss/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 78, ../../scss/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 86, ../../scss/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 91, ../../scss/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 95, ../../scss/bootstrap/_print.scss */
  .tag {
    border: 1px solid #000;
  }

  /* line 99, ../../scss/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 102, ../../scss/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 108, ../../scss/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 22, ../../scss/bootstrap/_reboot.scss */
html {
  box-sizing: border-box;
}

/* line 26, ../../scss/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}
/* line 57, ../../scss/bootstrap/_reboot.scss */
html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

/* line 71, ../../scss/bootstrap/_reboot.scss */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.6875;
  color: #555;
  background-color: #fff;
}

/* line 87, ../../scss/bootstrap/_reboot.scss */
[tabindex="-1"]:focus {
  outline: none !important;
}

/* line 100, ../../scss/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

/* line 109, ../../scss/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 115, ../../scss/bootstrap/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.05);
}

/* line 122, ../../scss/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 128, ../../scss/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 135, ../../scss/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 142, ../../scss/bootstrap/_reboot.scss */
dt {
  font-weight: bold;
}

/* line 146, ../../scss/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 151, ../../scss/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 160, ../../scss/bootstrap/_reboot.scss */
a {
  color: #2a628f;
  text-decoration: none;
}
/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
a:focus, a:hover {
  color: #193954;
  text-decoration: none;
}
/* line 169, ../../scss/bootstrap/_reboot.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 180, ../../scss/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
/* line 189, ../../scss/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]):focus {
  outline: none;
}

/* line 199, ../../scss/bootstrap/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 213, ../../scss/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 224, ../../scss/bootstrap/_reboot.scss */
img {
  vertical-align: middle;
}

/* line 239, ../../scss/bootstrap/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 254, ../../scss/bootstrap/_reboot.scss */
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

/* line 271, ../../scss/bootstrap/_reboot.scss */
table {
  border-collapse: collapse;
  background-color: transparent;
}

/* line 278, ../../scss/bootstrap/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #d4d4d4;
  text-align: left;
  caption-side: bottom;
}

/* line 286, ../../scss/bootstrap/_reboot.scss */
th {
  text-align: left;
}

/* line 296, ../../scss/bootstrap/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: .5rem;
}

/* line 306, ../../scss/bootstrap/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 311, ../../scss/bootstrap/_reboot.scss */
input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}

/* line 330, ../../scss/bootstrap/_reboot.scss */
input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

/* line 336, ../../scss/bootstrap/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 348, ../../scss/bootstrap/_reboot.scss */
textarea {
  resize: vertical;
}

/* line 353, ../../scss/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 364, ../../scss/bootstrap/_reboot.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

/* line 374, ../../scss/bootstrap/_reboot.scss */
input[type="search"] {
  -webkit-appearance: none;
}

/* line 383, ../../scss/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 391, ../../scss/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 5, ../../scss/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #5396cc;
}

/* line 14, ../../scss/bootstrap/_type.scss */
h1, .h1 {
  font-size: 3em;
}

/* line 15, ../../scss/bootstrap/_type.scss */
h2, .h2 {
  font-size: 2.25em;
}

/* line 16, ../../scss/bootstrap/_type.scss */
h3, .h3 {
  font-size: 1.75em;
}

/* line 17, ../../scss/bootstrap/_type.scss */
h4, .h4 {
  font-size: 1.125em;
}

/* line 18, ../../scss/bootstrap/_type.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 19, ../../scss/bootstrap/_type.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 21, ../../scss/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 27, ../../scss/bootstrap/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
}

/* line 31, ../../scss/bootstrap/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
}

/* line 35, ../../scss/bootstrap/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
}

/* line 39, ../../scss/bootstrap/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
}

/* line 49, ../../scss/bootstrap/_type.scss */
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 61, ../../scss/bootstrap/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: normal;
}

/* line 67, ../../scss/bootstrap/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 78, ../../scss/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 83, ../../scss/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 86, ../../scss/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}
/* line 89, ../../scss/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

/* line 100, ../../scss/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 106, ../../scss/bootstrap/_type.scss */
.blockquote {
  padding: 1rem 2rem;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid rgba(0, 0, 0, 0.05);
}

/* line 113, ../../scss/bootstrap/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #d4d4d4;
}
/* line 118, ../../scss/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014 \00A0";
}

/* line 124, ../../scss/bootstrap/_type.scss */
.blockquote-reverse {
  padding-right: 2rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid rgba(0, 0, 0, 0.05);
  border-left: 0;
}

/* line 133, ../../scss/bootstrap/_type.scss */
.blockquote-reverse .blockquote-footer::before {
  content: "";
}
/* line 136, ../../scss/bootstrap/_type.scss */
.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014";
}

/* line 145, ../../scss/bootstrap/_type.scss */
dl.row > dd + dt {
  clear: left;
}

/* line 8, ../../scss/bootstrap/_images.scss */
.img-fluid, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 13, ../../scss/bootstrap/_images.scss */
.img-rounded {
  border-radius: 0.3rem;
}

/* line 18, ../../scss/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 31, ../../scss/bootstrap/_images.scss */
.img-circle {
  border-radius: 50%;
}

/* line 39, ../../scss/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 44, ../../scss/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 1rem;
  line-height: 1;
}

/* line 49, ../../scss/bootstrap/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #d4d4d4;
}

/* line 2, ../../scss/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 10, ../../scss/bootstrap/_code.scss */
code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem;
}

/* line 19, ../../scss/bootstrap/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem;
}
/* line 27, ../../scss/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

/* line 36, ../../scss/bootstrap/_code.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #bcbcbc;
}
/* line 44, ../../scss/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

/* line 54, ../../scss/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 6, ../../scss/bootstrap/_grid.scss */
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 2, ../../scss/bootstrap/mixins/_clearfix.scss */
.container::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 544px) {
  /* line 6, ../../scss/bootstrap/_grid.scss */
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  /* line 6, ../../scss/bootstrap/_grid.scss */
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  /* line 6, ../../scss/bootstrap/_grid.scss */
  .container {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  /* line 6, ../../scss/bootstrap/_grid.scss */
  .container {
    max-width: 1140px;
  }
}

/* line 18, ../../scss/bootstrap/_grid.scss */
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 2, ../../scss/bootstrap/mixins/_clearfix.scss */
.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

/* line 28, ../../scss/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 2, ../../scss/bootstrap/mixins/_clearfix.scss */
.row::after {
  content: "";
  display: table;
  clear: both;
}

/* line 9, ../../scss/bootstrap/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;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  float: left;
  width: 8.33333%;
}

/* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  float: left;
  width: 16.66667%;
}

/* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  float: left;
  width: 25%;
}

/* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  float: left;
  width: 33.33333%;
}

/* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  float: left;
  width: 41.66667%;
}

/* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  float: left;
  width: 50%;
}

/* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  float: left;
  width: 58.33333%;
}

/* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  float: left;
  width: 66.66667%;
}

/* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  float: left;
  width: 75%;
}

/* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  float: left;
  width: 83.33333%;
}

/* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  float: left;
  width: 91.66667%;
}

/* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  float: left;
  width: 100%;
}

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
.pull-xs-0 {
  right: auto;
}

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
.pull-xs-1 {
  right: 8.33333%;
}

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
.pull-xs-2 {
  right: 16.66667%;
}

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
.pull-xs-3 {
  right: 25%;
}

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
.pull-xs-4 {
  right: 33.33333%;
}

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
.pull-xs-5 {
  right: 41.66667%;
}

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
.pull-xs-6 {
  right: 50%;
}

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
.pull-xs-7 {
  right: 58.33333%;
}

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
.pull-xs-8 {
  right: 66.66667%;
}

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
.pull-xs-9 {
  right: 75%;
}

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
.pull-xs-10 {
  right: 83.33333%;
}

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
.pull-xs-11 {
  right: 91.66667%;
}

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
.pull-xs-12 {
  right: 100%;
}

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
.push-xs-0 {
  left: auto;
}

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
.push-xs-1 {
  left: 8.33333%;
}

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
.push-xs-2 {
  left: 16.66667%;
}

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
.push-xs-3 {
  left: 25%;
}

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
.push-xs-4 {
  left: 33.33333%;
}

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
.push-xs-5 {
  left: 41.66667%;
}

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
.push-xs-6 {
  left: 50%;
}

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
.push-xs-7 {
  left: 58.33333%;
}

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
.push-xs-8 {
  left: 66.66667%;
}

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
.push-xs-9 {
  left: 75%;
}

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
.push-xs-10 {
  left: 83.33333%;
}

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
.push-xs-11 {
  left: 91.66667%;
}

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
.push-xs-12 {
  left: 100%;
}

/* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
.offset-xs-1 {
  margin-left: 8.33333%;
}

/* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
.offset-xs-2 {
  margin-left: 16.66667%;
}

/* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
.offset-xs-3 {
  margin-left: 25%;
}

/* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
.offset-xs-4 {
  margin-left: 33.33333%;
}

/* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
.offset-xs-5 {
  margin-left: 41.66667%;
}

/* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
.offset-xs-6 {
  margin-left: 50%;
}

/* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
.offset-xs-7 {
  margin-left: 58.33333%;
}

/* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
.offset-xs-8 {
  margin-left: 66.66667%;
}

/* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
.offset-xs-9 {
  margin-left: 75%;
}

/* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
.offset-xs-10 {
  margin-left: 83.33333%;
}

/* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
.offset-xs-11 {
  margin-left: 91.66667%;
}

@media (min-width: 544px) {
  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    float: left;
    width: 8.33333%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    float: left;
    width: 16.66667%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    float: left;
    width: 25%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    float: left;
    width: 33.33333%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    float: left;
    width: 41.66667%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    float: left;
    width: 50%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    float: left;
    width: 58.33333%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    float: left;
    width: 66.66667%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    float: left;
    width: 75%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    float: left;
    width: 83.33333%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    float: left;
    width: 91.66667%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    float: left;
    width: 100%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-0 {
    right: auto;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-1 {
    right: 8.33333%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-2 {
    right: 16.66667%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-3 {
    right: 25%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-4 {
    right: 33.33333%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-5 {
    right: 41.66667%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-6 {
    right: 50%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-7 {
    right: 58.33333%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-8 {
    right: 66.66667%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-9 {
    right: 75%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-10 {
    right: 83.33333%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-11 {
    right: 91.66667%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-12 {
    right: 100%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-sm-0 {
    left: auto;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-sm-1 {
    left: 8.33333%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-sm-2 {
    left: 16.66667%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-sm-3 {
    left: 25%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-sm-4 {
    left: 33.33333%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-sm-5 {
    left: 41.66667%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-sm-6 {
    left: 50%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-sm-7 {
    left: 58.33333%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-sm-8 {
    left: 66.66667%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-sm-9 {
    left: 75%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-sm-10 {
    left: 83.33333%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-sm-11 {
    left: 91.66667%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-sm-12 {
    left: 100%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    float: left;
    width: 8.33333%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    float: left;
    width: 16.66667%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    float: left;
    width: 25%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    float: left;
    width: 33.33333%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    float: left;
    width: 41.66667%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    float: left;
    width: 50%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    float: left;
    width: 58.33333%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    float: left;
    width: 66.66667%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    float: left;
    width: 75%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    float: left;
    width: 83.33333%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    float: left;
    width: 91.66667%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    float: left;
    width: 100%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-md-0 {
    right: auto;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-md-1 {
    right: 8.33333%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-md-2 {
    right: 16.66667%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-md-3 {
    right: 25%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-md-4 {
    right: 33.33333%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-md-5 {
    right: 41.66667%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-md-6 {
    right: 50%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-md-7 {
    right: 58.33333%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-md-8 {
    right: 66.66667%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-md-9 {
    right: 75%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-md-10 {
    right: 83.33333%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-md-11 {
    right: 91.66667%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-md-12 {
    right: 100%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-md-0 {
    left: auto;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-md-1 {
    left: 8.33333%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-md-2 {
    left: 16.66667%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-md-3 {
    left: 25%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-md-4 {
    left: 33.33333%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-md-5 {
    left: 41.66667%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-md-6 {
    left: 50%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-md-7 {
    left: 58.33333%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-md-8 {
    left: 66.66667%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-md-9 {
    left: 75%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-md-10 {
    left: 83.33333%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-md-11 {
    left: 91.66667%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-md-12 {
    left: 100%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.33333%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.66667%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.33333%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.66667%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.33333%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.66667%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.33333%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    float: left;
    width: 8.33333%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    float: left;
    width: 16.66667%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    float: left;
    width: 25%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    float: left;
    width: 33.33333%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    float: left;
    width: 41.66667%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    float: left;
    width: 50%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    float: left;
    width: 58.33333%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    float: left;
    width: 66.66667%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    float: left;
    width: 75%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    float: left;
    width: 83.33333%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    float: left;
    width: 91.66667%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    float: left;
    width: 100%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-0 {
    right: auto;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-1 {
    right: 8.33333%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-2 {
    right: 16.66667%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-3 {
    right: 25%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-4 {
    right: 33.33333%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-5 {
    right: 41.66667%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-6 {
    right: 50%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-7 {
    right: 58.33333%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-8 {
    right: 66.66667%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-9 {
    right: 75%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-10 {
    right: 83.33333%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-11 {
    right: 91.66667%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-12 {
    right: 100%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-lg-0 {
    left: auto;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-lg-1 {
    left: 8.33333%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-lg-2 {
    left: 16.66667%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-lg-3 {
    left: 25%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-lg-4 {
    left: 33.33333%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-lg-5 {
    left: 41.66667%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-lg-6 {
    left: 50%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-lg-7 {
    left: 58.33333%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-lg-8 {
    left: 66.66667%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-lg-9 {
    left: 75%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-lg-10 {
    left: 83.33333%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-lg-11 {
    left: 91.66667%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-lg-12 {
    left: 100%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    float: left;
    width: 8.33333%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    float: left;
    width: 16.66667%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    float: left;
    width: 25%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    float: left;
    width: 33.33333%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    float: left;
    width: 41.66667%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    float: left;
    width: 50%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    float: left;
    width: 58.33333%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    float: left;
    width: 66.66667%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    float: left;
    width: 75%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    float: left;
    width: 83.33333%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    float: left;
    width: 91.66667%;
  }

  /* line 47, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    float: left;
    width: 100%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-0 {
    right: auto;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-1 {
    right: 8.33333%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-2 {
    right: 16.66667%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-3 {
    right: 25%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-4 {
    right: 33.33333%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-5 {
    right: 41.66667%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-6 {
    right: 50%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-7 {
    right: 58.33333%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-8 {
    right: 66.66667%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-9 {
    right: 75%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-10 {
    right: 83.33333%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-11 {
    right: 91.66667%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-12 {
    right: 100%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-xl-0 {
    left: auto;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-xl-1 {
    left: 8.33333%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-xl-2 {
    left: 16.66667%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-xl-3 {
    left: 25%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-xl-4 {
    left: 33.33333%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-xl-5 {
    left: 41.66667%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-xl-6 {
    left: 50%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-xl-7 {
    left: 58.33333%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-xl-8 {
    left: 66.66667%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-xl-9 {
    left: 75%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-xl-10 {
    left: 83.33333%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-xl-11 {
    left: 91.66667%;
  }

  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .push-xl-12 {
    left: 100%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  /* line 63, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
/* line 5, ../../scss/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
}
/* line 10, ../../scss/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
/* line 17, ../../scss/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}
/* line 22, ../../scss/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid rgba(0, 0, 0, 0.05);
}
/* line 26, ../../scss/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 37, ../../scss/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 48, ../../scss/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
/* line 51, ../../scss/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
/* line 57, ../../scss/bootstrap/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 70, ../../scss/bootstrap/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 11, ../../scss/bootstrap/mixins/_hover.scss */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, ../../scss/bootstrap/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 11, ../../scss/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
/* line 23, ../../scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, ../../scss/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

/* line 11, ../../scss/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #d0e9c6;
}
/* line 23, ../../scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

/* line 7, ../../scss/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

/* line 11, ../../scss/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #c4e3f3;
}
/* line 23, ../../scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

/* line 7, ../../scss/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

/* line 11, ../../scss/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #faf2cc;
}
/* line 23, ../../scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

/* line 7, ../../scss/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

/* line 11, ../../scss/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #ebcccc;
}
/* line 23, ../../scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

/* line 107, ../../scss/bootstrap/_tables.scss */
.thead-inverse th {
  color: #fff;
  background-color: #bcbcbc;
}

/* line 114, ../../scss/bootstrap/_tables.scss */
.thead-default th {
  color: #e3e3e3;
  background-color: #eceeef;
}

/* line 120, ../../scss/bootstrap/_tables.scss */
.table-inverse {
  color: #eceeef;
  background-color: #bcbcbc;
}
/* line 124, ../../scss/bootstrap/_tables.scss */
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #e3e3e3;
}
/* line 130, ../../scss/bootstrap/_tables.scss */
.table-inverse.table-bordered {
  border: 0;
}

/* line 143, ../../scss/bootstrap/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  min-height: .01%;
  overflow-x: auto;
}

/* line 157, ../../scss/bootstrap/_tables.scss */
.table-reflow thead {
  float: left;
}
/* line 161, ../../scss/bootstrap/_tables.scss */
.table-reflow tbody {
  display: block;
  white-space: nowrap;
}
/* line 166, ../../scss/bootstrap/_tables.scss */
.table-reflow th,
.table-reflow td {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
/* line 171, ../../scss/bootstrap/_tables.scss */
.table-reflow th:last-child,
.table-reflow td:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
/* line 180, ../../scss/bootstrap/_tables.scss */
.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
/* line 188, ../../scss/bootstrap/_tables.scss */
.table-reflow tr {
  float: left;
}
/* line 191, ../../scss/bootstrap/_tables.scss */
.table-reflow tr th,
.table-reflow tr td {
  display: block !important;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 7, ../../scss/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #a2a2a2;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
}
/* line 27, ../../scss/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
/* line 58, ../../scss/bootstrap/mixins/_forms.scss */
.form-control:focus {
  color: #a2a2a2;
  background-color: #fff;
  border-color: #66afe9;
  outline: none;
}
/* line 36, ../../scss/bootstrap/_forms.scss */
.form-control::placeholder {
  color: #999;
  opacity: 1;
}
/* line 47, ../../scss/bootstrap/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #eceeef;
  opacity: 1;
}
/* line 54, ../../scss/bootstrap/_forms.scss */
.form-control:disabled {
  cursor: not-allowed;
}

/* line 60, ../../scss/bootstrap/_forms.scss */
select.form-control:not([size]):not([multiple]) {
  height: 2.6875rem;
}
/* line 64, ../../scss/bootstrap/_forms.scss */
select.form-control:focus::-ms-value {
  color: #a2a2a2;
  background-color: #fff;
}

/* line 76, ../../scss/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
}

/* line 88, ../../scss/bootstrap/_forms.scss */
.col-form-label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}

/* line 94, ../../scss/bootstrap/_forms.scss */
.col-form-label-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.25rem;
}

/* line 100, ../../scss/bootstrap/_forms.scss */
.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
}

/* line 113, ../../scss/bootstrap/_forms.scss */
.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

/* line 126, ../../scss/bootstrap/_forms.scss */
.form-control-static {
  min-height: 2.6875rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}
/* line 134, ../../scss/bootstrap/_forms.scss */
.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

/* line 150, ../../scss/bootstrap/_forms.scss */
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

/* line 157, ../../scss/bootstrap/_forms.scss */
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8125rem;
}

/* line 162, ../../scss/bootstrap/_forms.scss */
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

/* line 169, ../../scss/bootstrap/_forms.scss */
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.16667rem;
}

/* line 180, ../../scss/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 2rem;
}

/* line 184, ../../scss/bootstrap/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.5rem;
}

/* line 194, ../../scss/bootstrap/_forms.scss */
.form-check {
  position: relative;
  display: block;
  margin-bottom: 1.5rem;
}
/* line 200, ../../scss/bootstrap/_forms.scss */
.form-check + .form-check {
  margin-top: -.25rem;
}
/* line 205, ../../scss/bootstrap/_forms.scss */
.form-check.disabled .form-check-label {
  color: #d4d4d4;
  cursor: not-allowed;
}

/* line 212, ../../scss/bootstrap/_forms.scss */
.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

/* line 218, ../../scss/bootstrap/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem;
}
/* line 223, ../../scss/bootstrap/_forms.scss */
.form-check-input:only-child {
  position: static;
}

/* line 229, ../../scss/bootstrap/_forms.scss */
.form-check-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
}
/* line 237, ../../scss/bootstrap/_forms.scss */
.form-check-inline + .form-check-inline {
  margin-left: .75rem;
}
/* line 241, ../../scss/bootstrap/_forms.scss */
.form-check-inline.disabled {
  cursor: not-allowed;
}

/* line 251, ../../scss/bootstrap/_forms.scss */
.form-control-feedback {
  margin-top: 0.5rem;
}

/* line 255, ../../scss/bootstrap/_forms.scss */
.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.67188rem;
  background-size: 1.34375rem 1.34375rem;
}

/* line 8, ../../scss/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label,
.has-success .custom-control {
  color: #5cb85c;
}
/* line 22, ../../scss/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #5cb85c;
}
/* line 34, ../../scss/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea;
}
/* line 40, ../../scss/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #5cb85c;
}
/* line 268, ../../scss/bootstrap/_forms.scss */
.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

/* line 8, ../../scss/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label,
.has-warning .custom-control {
  color: #f0ad4e;
}
/* line 22, ../../scss/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #f0ad4e;
}
/* line 34, ../../scss/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white;
}
/* line 40, ../../scss/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #f0ad4e;
}
/* line 276, ../../scss/bootstrap/_forms.scss */
.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

/* line 8, ../../scss/bootstrap/mixins/_forms.scss */
.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline, .has-danger.radio label, .has-danger.checkbox label, .has-danger.radio-inline label, .has-danger.checkbox-inline label,
.has-danger .custom-control {
  color: #d9534f;
}
/* line 22, ../../scss/bootstrap/mixins/_forms.scss */
.has-danger .form-control {
  border-color: #d9534f;
}
/* line 34, ../../scss/bootstrap/mixins/_forms.scss */
.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7;
}
/* line 40, ../../scss/bootstrap/mixins/_forms.scss */
.has-danger .form-control-feedback {
  color: #d9534f;
}
/* line 284, ../../scss/bootstrap/_forms.scss */
.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

@media (min-width: 544px) {
  /* line 304, ../../scss/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 311, ../../scss/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 318, ../../scss/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 322, ../../scss/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 326, ../../scss/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 334, ../../scss/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 338, ../../scss/bootstrap/_forms.scss */
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 345, ../../scss/bootstrap/_forms.scss */
  .form-inline .form-check {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 351, ../../scss/bootstrap/_forms.scss */
  .form-inline .form-check-label {
    padding-left: 0;
  }
  /* line 354, ../../scss/bootstrap/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    margin-left: 0;
  }
  /* line 360, ../../scss/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 7, ../../scss/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
}
/* line 23, ../../scss/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
.btn:focus, .btn:hover {
  text-decoration: none;
}
/* line 32, ../../scss/bootstrap/_buttons.scss */
.btn.focus {
  text-decoration: none;
}
/* line 36, ../../scss/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
}
/* line 43, ../../scss/bootstrap/_buttons.scss */
.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: .65;
}

/* line 52, ../../scss/bootstrap/_buttons.scss */
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 62, ../../scss/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #5396cc;
  border-color: #5396cc;
}
/* line 11, ../../scss/bootstrap/mixins/_hover.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #367db6;
  border-color: #3477ae;
}
/* line 21, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #367db6;
  border-color: #3477ae;
}
/* line 28, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #367db6;
  border-color: #3477ae;
  background-image: none;
}
/* line 38, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #2e6a9a;
  border-color: #24547b;
}
/* line 49, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
  background-color: #5396cc;
  border-color: #5396cc;
}
/* line 11, ../../scss/bootstrap/mixins/_hover.scss */
.btn-primary.disabled:hover, .btn-primary:disabled:hover {
  background-color: #5396cc;
  border-color: #5396cc;
}

/* line 65, ../../scss/bootstrap/_buttons.scss */
.btn-secondary {
  color: #bcbcbc;
  background-color: #fff;
  border-color: #ccc;
}
/* line 11, ../../scss/bootstrap/mixins/_hover.scss */
.btn-secondary:hover {
  color: #bcbcbc;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 21, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  color: #bcbcbc;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 28, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  color: #bcbcbc;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-image: none;
}
/* line 38, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
  color: #bcbcbc;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
/* line 49, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
  background-color: #fff;
  border-color: #ccc;
}
/* line 11, ../../scss/bootstrap/mixins/_hover.scss */
.btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
  background-color: #fff;
  border-color: #ccc;
}

/* line 68, ../../scss/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
/* line 11, ../../scss/bootstrap/mixins/_hover.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}
/* line 21, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}
/* line 28, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
  background-image: none;
}
/* line 38, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a;
}
/* line 49, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
/* line 11, ../../scss/bootstrap/mixins/_hover.scss */
.btn-info.disabled:hover, .btn-info:disabled:hover {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

/* line 71, ../../scss/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
/* line 11, ../../scss/bootstrap/mixins/_hover.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}
/* line 21, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}
/* line 28, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
  background-image: none;
}
/* line 38, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #2d672d;
}
/* line 49, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
/* line 11, ../../scss/bootstrap/mixins/_hover.scss */
.btn-success.disabled:hover, .btn-success:disabled:hover {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

/* line 74, ../../scss/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
/* line 11, ../../scss/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}
/* line 21, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}
/* line 28, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
  background-image: none;
}
/* line 38, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #b06d0f;
}
/* line 49, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
/* line 11, ../../scss/bootstrap/mixins/_hover.scss */
.btn-warning.disabled:hover, .btn-warning:disabled:hover {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

/* line 77, ../../scss/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
/* line 11, ../../scss/bootstrap/mixins/_hover.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
/* line 21, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
/* line 28, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
  background-image: none;
}
/* line 38, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #8b211e;
}
/* line 49, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
  background-color: #d9534f;
  border-color: #d9534f;
}
/* line 11, ../../scss/bootstrap/mixins/_hover.scss */
.btn-danger.disabled:hover, .btn-danger:disabled:hover {
  background-color: #d9534f;
  border-color: #d9534f;
}

/* line 82, ../../scss/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #5396cc;
  background-image: none;
  background-color: transparent;
  border-color: #5396cc;
}
/* line 11, ../../scss/bootstrap/mixins/_hover.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #5396cc;
  border-color: #5396cc;
}
/* line 73, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  color: #fff;
  background-color: #5396cc;
  border-color: #5396cc;
}
/* line 80, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:active, .btn-outline-primary.active, .open > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #5396cc;
  border-color: #5396cc;
}
/* line 87, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus, .open > .btn-outline-primary.dropdown-toggle:hover, .open > .btn-outline-primary.dropdown-toggle:focus, .open > .btn-outline-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #2e6a9a;
  border-color: #24547b;
}
/* line 98, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
  border-color: #a2c6e3;
}
/* line 11, ../../scss/bootstrap/mixins/_hover.scss */
.btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
  border-color: #a2c6e3;
}

/* line 85, ../../scss/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}
/* line 11, ../../scss/bootstrap/mixins/_hover.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
/* line 73, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
/* line 80, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:active, .btn-outline-secondary.active, .open > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
/* line 87, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus, .open > .btn-outline-secondary.dropdown-toggle:hover, .open > .btn-outline-secondary.dropdown-toggle:focus, .open > .btn-outline-secondary.dropdown-toggle.focus {
  color: #fff;
  background-color: #a1a1a1;
  border-color: #8c8c8c;
}
/* line 98, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
  border-color: white;
}
/* line 11, ../../scss/bootstrap/mixins/_hover.scss */
.btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
  border-color: white;
}

/* line 88, ../../scss/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}
/* line 11, ../../scss/bootstrap/mixins/_hover.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
/* line 73, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
/* line 80, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-info:active, .btn-outline-info.active, .open > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
/* line 87, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus, .open > .btn-outline-info.dropdown-toggle:hover, .open > .btn-outline-info.dropdown-toggle:focus, .open > .btn-outline-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a;
}
/* line 98, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
  border-color: #b0e1ef;
}
/* line 11, ../../scss/bootstrap/mixins/_hover.scss */
.btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
  border-color: #b0e1ef;
}

/* line 91, ../../scss/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}
/* line 11, ../../scss/bootstrap/mixins/_hover.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
/* line 73, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
/* line 80, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-success:active, .btn-outline-success.active, .open > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
/* line 87, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus, .open > .btn-outline-success.dropdown-toggle:hover, .open > .btn-outline-success.dropdown-toggle:focus, .open > .btn-outline-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #2d672d;
}
/* line 98, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
  border-color: #a3d7a3;
}
/* line 11, ../../scss/bootstrap/mixins/_hover.scss */
.btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
  border-color: #a3d7a3;
}

/* line 94, ../../scss/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}
/* line 11, ../../scss/bootstrap/mixins/_hover.scss */
.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
/* line 73, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
/* line 80, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:active, .btn-outline-warning.active, .open > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
/* line 87, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus, .open > .btn-outline-warning.dropdown-toggle:hover, .open > .btn-outline-warning.dropdown-toggle:focus, .open > .btn-outline-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #b06d0f;
}
/* line 98, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
  border-color: #f8d9ac;
}
/* line 11, ../../scss/bootstrap/mixins/_hover.scss */
.btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
  border-color: #f8d9ac;
}

/* line 97, ../../scss/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}
/* line 11, ../../scss/bootstrap/mixins/_hover.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
/* line 73, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
/* line 80, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:active, .btn-outline-danger.active, .open > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
/* line 87, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus, .open > .btn-outline-danger.dropdown-toggle:hover, .open > .btn-outline-danger.dropdown-toggle:focus, .open > .btn-outline-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #8b211e;
}
/* line 98, ../../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
  border-color: #eba5a3;
}
/* line 11, ../../scss/bootstrap/mixins/_hover.scss */
.btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
  border-color: #eba5a3;
}

/* line 107, ../../scss/bootstrap/_buttons.scss */
.btn-link {
  font-weight: normal;
  color: #2a628f;
  border-radius: 0;
}
/* line 112, ../../scss/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}
/* line 119, ../../scss/bootstrap/_buttons.scss */
.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 11, ../../scss/bootstrap/mixins/_hover.scss */
.btn-link:hover {
  border-color: transparent;
}
/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
.btn-link:focus, .btn-link:hover {
  color: #193954;
  text-decoration: none;
  background-color: transparent;
}
/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
.btn-link:disabled:focus, .btn-link:disabled:hover {
  color: #d4d4d4;
  text-decoration: none;
}

/* line 145, ../../scss/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

/* line 149, ../../scss/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

/* line 159, ../../scss/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 165, ../../scss/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 173, ../../scss/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 1, ../../scss/bootstrap/_animation.scss */
.fade {
  opacity: 0;
  transition: opacity .15s linear;
}
/* line 5, ../../scss/bootstrap/_animation.scss */
.fade.in {
  opacity: 1;
}

/* line 10, ../../scss/bootstrap/_animation.scss */
.collapse {
  display: none;
}
/* line 13, ../../scss/bootstrap/_animation.scss */
.collapse.in {
  display: block;
}

/* line 20, ../../scss/bootstrap/_animation.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height;
}

/* line 2, ../../scss/bootstrap/_dropdown.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 9, ../../scss/bootstrap/_dropdown.scss */
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
/* line 22, ../../scss/bootstrap/_dropdown.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 29, ../../scss/bootstrap/_dropdown.scss */
.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

/* line 37, ../../scss/bootstrap/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  color: #555;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
}

/* line 59, ../../scss/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 1px;
  margin: 1rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 66, ../../scss/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  color: #bcbcbc;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
.dropdown-item:focus, .dropdown-item:hover {
  color: #afafaf;
  text-decoration: none;
  background-color: #f5f5f5;
}
/* line 37, ../../scss/bootstrap/mixins/_hover.scss */
.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
  outline: 0;
}
/* line 37, ../../scss/bootstrap/mixins/_hover.scss */
.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  color: #d4d4d4;
}
/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}

/* line 116, ../../scss/bootstrap/_dropdown.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 121, ../../scss/bootstrap/_dropdown.scss */
.open > a {
  outline: 0;
}

/* line 130, ../../scss/bootstrap/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 135, ../../scss/bootstrap/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 141, ../../scss/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 5px 20px;
  font-size: 0.875rem;
  color: #d4d4d4;
  white-space: nowrap;
}

/* line 150, ../../scss/bootstrap/_dropdown.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 167, ../../scss/bootstrap/_dropdown.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid;
}
/* line 174, ../../scss/bootstrap/_dropdown.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

/* line 4, ../../scss/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 10, ../../scss/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 15, ../../scss/bootstrap/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
/* line 11, ../../scss/bootstrap/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}

/* line 28, ../../scss/bootstrap/_button-group.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 37, ../../scss/bootstrap/_button-group.scss */
.btn-toolbar {
  margin-left: -0.5rem;
}
/* line 2, ../../scss/bootstrap/mixins/_clearfix.scss */
.btn-toolbar::after {
  content: "";
  display: table;
  clear: both;
}
/* line 41, ../../scss/bootstrap/_button-group.scss */
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 46, ../../scss/bootstrap/_button-group.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 0.5rem;
}

/* line 53, ../../scss/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 58, ../../scss/bootstrap/_button-group.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 61, ../../scss/bootstrap/_button-group.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 66, ../../scss/bootstrap/_button-group.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 72, ../../scss/bootstrap/_button-group.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 75, ../../scss/bootstrap/_button-group.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 79, ../../scss/bootstrap/_button-group.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 84, ../../scss/bootstrap/_button-group.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 89, ../../scss/bootstrap/_button-group.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 107, ../../scss/bootstrap/_button-group.scss */
.btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
/* line 111, ../../scss/bootstrap/_button-group.scss */
.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 116, ../../scss/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 121, ../../scss/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

/* line 140, ../../scss/bootstrap/_button-group.scss */
.btn .caret {
  margin-left: 0;
}

/* line 144, ../../scss/bootstrap/_button-group.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0;
}

/* line 149, ../../scss/bootstrap/_button-group.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 0.3em 0.3em;
}

/* line 160, ../../scss/bootstrap/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 2, ../../scss/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group::after {
  content: "";
  display: table;
  clear: both;
}
/* line 173, ../../scss/bootstrap/_button-group.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 178, ../../scss/bootstrap/_button-group.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 188, ../../scss/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 191, ../../scss/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 194, ../../scss/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 198, ../../scss/bootstrap/_button-group.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 202, ../../scss/bootstrap/_button-group.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 207, ../../scss/bootstrap/_button-group.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 227, ../../scss/bootstrap/_button-group.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 5, ../../scss/bootstrap/_input-group.scss */
.input-group {
  position: relative;
  width: 100%;
  display: table;
  border-collapse: separate;
}
/* line 18, ../../scss/bootstrap/_input-group.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 54, ../../scss/bootstrap/mixins/_hover.scss */
.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

/* line 40, ../../scss/bootstrap/_input-group.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 47, ../../scss/bootstrap/_input-group.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 52, ../../scss/bootstrap/_input-group.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 83, ../../scss/bootstrap/_input-group.scss */
.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #a2a2a2;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
}
/* line 96, ../../scss/bootstrap/_input-group.scss */
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
/* line 101, ../../scss/bootstrap/_input-group.scss */
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
/* line 109, ../../scss/bootstrap/_input-group.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 121, ../../scss/bootstrap/_input-group.scss */
.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 130, ../../scss/bootstrap/_input-group.scss */
.input-group-addon:not(:last-child) {
  border-right: 0;
}

/* line 133, ../../scss/bootstrap/_input-group.scss */
.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 142, ../../scss/bootstrap/_input-group.scss */
.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

/* line 150, ../../scss/bootstrap/_input-group.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 159, ../../scss/bootstrap/_input-group.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 161, ../../scss/bootstrap/_input-group.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 54, ../../scss/bootstrap/mixins/_hover.scss */
.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3;
}
/* line 172, ../../scss/bootstrap/_input-group.scss */
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}
/* line 178, ../../scss/bootstrap/_input-group.scss */
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
/* line 54, ../../scss/bootstrap/mixins/_hover.scss */
.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

/* line 12, ../../scss/bootstrap/_custom-forms.scss */
.custom-control {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  cursor: pointer;
}
/* line 18, ../../scss/bootstrap/_custom-forms.scss */
.custom-control + .custom-control {
  margin-left: 1rem;
}

/* line 23, ../../scss/bootstrap/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
/* line 28, ../../scss/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #0074d9;
}
/* line 34, ../../scss/bootstrap/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
}
/* line 39, ../../scss/bootstrap/_custom-forms.scss */
.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #84c6ff;
}
/* line 46, ../../scss/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eee;
}
/* line 51, ../../scss/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-description {
  color: #767676;
  cursor: not-allowed;
}

/* line 62, ../../scss/bootstrap/_custom-forms.scss */
.custom-control-indicator {
  position: absolute;
  top: .0625rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* line 83, ../../scss/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}
/* line 87, ../../scss/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
/* line 91, ../../scss/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #0074d9;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

/* line 103, ../../scss/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-indicator {
  border-radius: 50%;
}
/* line 107, ../../scss/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

/* line 119, ../../scss/bootstrap/_custom-forms.scss */
.custom-controls-stacked .custom-control {
  display: inline;
}
/* line 122, ../../scss/bootstrap/_custom-forms.scss */
.custom-controls-stacked .custom-control::after {
  display: block;
  margin-bottom: 0.25rem;
  content: "";
}
/* line 128, ../../scss/bootstrap/_custom-forms.scss */
.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

/* line 142, ../../scss/bootstrap/_custom-forms.scss */
.custom-select {
  display: inline-block;
  max-width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  padding-right: 0.75rem \9;
  color: #a2a2a2;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* line 158, ../../scss/bootstrap/_custom-forms.scss */
.custom-select:focus {
  border-color: #51a7e8;
  outline: none;
}
/* line 163, ../../scss/bootstrap/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #a2a2a2;
  background-color: #fff;
}
/* line 174, ../../scss/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #d4d4d4;
  cursor: not-allowed;
  background-color: #eceeef;
}
/* line 181, ../../scss/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 186, ../../scss/bootstrap/_custom-forms.scss */
.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

/* line 202, ../../scss/bootstrap/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  cursor: pointer;
}

/* line 210, ../../scss/bootstrap/_custom-forms.scss */
.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 222, ../../scss/bootstrap/_custom-forms.scss */
.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
}
/* line 239, ../../scss/bootstrap/_custom-forms.scss */
.custom-file-control:lang(en)::after {
  content: "Choose file...";
}
/* line 244, ../../scss/bootstrap/_custom-forms.scss */
.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0 0.25rem 0.25rem 0;
}
/* line 261, ../../scss/bootstrap/_custom-forms.scss */
.custom-file-control:lang(en)::before {
  content: "Browse";
}

/* line 6, ../../scss/bootstrap/_nav.scss */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 12, ../../scss/bootstrap/_nav.scss */
.nav-link {
  display: inline-block;
}
/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}
/* line 20, ../../scss/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #d4d4d4;
}
/* line 37, ../../scss/bootstrap/mixins/_hover.scss */
.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
  color: #d4d4d4;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 35, ../../scss/bootstrap/_nav.scss */
.nav-inline .nav-item {
  display: inline-block;
}
/* line 39, ../../scss/bootstrap/_nav.scss */
.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem;
}

/* line 50, ../../scss/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
/* line 2, ../../scss/bootstrap/mixins/_clearfix.scss */
.nav-tabs::after {
  content: "";
  display: table;
  clear: both;
}
/* line 54, ../../scss/bootstrap/_nav.scss */
.nav-tabs .nav-item {
  float: left;
  margin-bottom: -1px;
}
/* line 59, ../../scss/bootstrap/_nav.scss */
.nav-tabs .nav-item + .nav-item {
  margin-left: 0.2rem;
}
/* line 64, ../../scss/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid transparent;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef rgba(0, 0, 0, 0.05);
}
/* line 37, ../../scss/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
  color: #d4d4d4;
  background-color: transparent;
  border-color: transparent;
}
/* line 37, ../../scss/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
  color: #e3e3e3;
  background-color: #fff;
  border-color: #ddd #ddd transparent;
}
/* line 92, ../../scss/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 2, ../../scss/bootstrap/mixins/_clearfix.scss */
.nav-pills::after {
  content: "";
  display: table;
  clear: both;
}
/* line 108, ../../scss/bootstrap/_nav.scss */
.nav-pills .nav-item {
  float: left;
}
/* line 111, ../../scss/bootstrap/_nav.scss */
.nav-pills .nav-item + .nav-item {
  margin-left: 0.2rem;
}
/* line 116, ../../scss/bootstrap/_nav.scss */
.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.25rem;
}
/* line 37, ../../scss/bootstrap/mixins/_hover.scss */
.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #0275d8;
}

/* line 133, ../../scss/bootstrap/_nav.scss */
.nav-stacked .nav-item {
  display: block;
  float: none;
}
/* line 137, ../../scss/bootstrap/_nav.scss */
.nav-stacked .nav-item + .nav-item {
  margin-top: 0.2rem;
  margin-left: 0;
}

/* line 151, ../../scss/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 154, ../../scss/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 6, ../../scss/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  padding: 1rem 2rem;
}
/* line 2, ../../scss/bootstrap/mixins/_clearfix.scss */
.navbar::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 544px) {
  /* line 6, ../../scss/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 0.25rem;
  }
}

/* line 23, ../../scss/bootstrap/_navbar.scss */
.navbar-full {
  z-index: 1000;
}
@media (min-width: 544px) {
  /* line 23, ../../scss/bootstrap/_navbar.scss */
  .navbar-full {
    border-radius: 0;
  }
}

/* line 32, ../../scss/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 544px) {
  /* line 32, ../../scss/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 45, ../../scss/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
}

/* line 49, ../../scss/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
}

/* line 53, ../../scss/bootstrap/_navbar.scss */
.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
}
@media (min-width: 544px) {
  /* line 53, ../../scss/bootstrap/_navbar.scss */
  .navbar-sticky-top {
    border-radius: 0;
  }
}

/* line 70, ../../scss/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
}
/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}
/* line 81, ../../scss/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}

/* line 87, ../../scss/bootstrap/_navbar.scss */
.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  margin-right: 2rem;
  margin-left: 2rem;
  overflow: hidden;
}
/* line 96, ../../scss/bootstrap/_navbar.scss */
.navbar-divider::before {
  content: "\00a0";
}

/* line 107, ../../scss/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

/* line 125, ../../scss/bootstrap/_navbar.scss */
.navbar-nav .nav-item {
  float: left;
}
/* line 129, ../../scss/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem;
}
/* line 134, ../../scss/bootstrap/_navbar.scss */
.navbar-nav .nav-link + .nav-link {
  margin-left: 1rem;
}
/* line 139, ../../scss/bootstrap/_navbar.scss */
.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem;
}

/* line 146, ../../scss/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.8);
}
/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.8);
}
/* line 155, ../../scss/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: #444;
}
/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.6);
}
/* line 37, ../../scss/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8);
}
/* line 173, ../../scss/bootstrap/_navbar.scss */
.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 180, ../../scss/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: white;
}
/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: white;
}
/* line 189, ../../scss/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
/* line 37, ../../scss/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: white;
}
/* line 207, ../../scss/bootstrap/_navbar.scss */
.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075);
}

/* line 2, ../../scss/bootstrap/mixins/_clearfix.scss */
.navbar-toggleable-xs::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 543px) {
  /* line 222, ../../scss/bootstrap/_navbar.scss */
  .navbar-toggleable-xs .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
}
@media (min-width: 544px) {
  /* line 219, ../../scss/bootstrap/_navbar.scss */
  .navbar-toggleable-xs {
    display: block !important;
  }
}
/* line 2, ../../scss/bootstrap/mixins/_clearfix.scss */
.navbar-toggleable-sm::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  /* line 235, ../../scss/bootstrap/_navbar.scss */
  .navbar-toggleable-sm .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  /* line 232, ../../scss/bootstrap/_navbar.scss */
  .navbar-toggleable-sm {
    display: block !important;
  }
}
/* line 2, ../../scss/bootstrap/mixins/_clearfix.scss */
.navbar-toggleable-md::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 991px) {
  /* line 248, ../../scss/bootstrap/_navbar.scss */
  .navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 245, ../../scss/bootstrap/_navbar.scss */
  .navbar-toggleable-md {
    display: block !important;
  }
}

/* line 5, ../../scss/bootstrap/_card.scss */
.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 15, ../../scss/bootstrap/_card.scss */
.card-block {
  padding: 1.25rem;
}
/* line 2, ../../scss/bootstrap/mixins/_clearfix.scss */
.card-block::after {
  content: "";
  display: table;
  clear: both;
}

/* line 20, ../../scss/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 24, ../../scss/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 29, ../../scss/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 11, ../../scss/bootstrap/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}
/* line 46, ../../scss/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 53, ../../scss/bootstrap/_card.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
/* line 59, ../../scss/bootstrap/_card.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 70, ../../scss/bootstrap/_card.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
/* line 2, ../../scss/bootstrap/mixins/_clearfix.scss */
.card-header::after {
  content: "";
  display: table;
  clear: both;
}
/* line 76, ../../scss/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
}

/* line 81, ../../scss/bootstrap/_card.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
/* line 2, ../../scss/bootstrap/mixins/_clearfix.scss */
.card-footer::after {
  content: "";
  display: table;
  clear: both;
}
/* line 87, ../../scss/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}

/* line 97, ../../scss/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 104, ../../scss/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 114, ../../scss/bootstrap/_card.scss */
.card-primary {
  background-color: #0275d8;
  border-color: #0275d8;
}
/* line 7, ../../scss/bootstrap/mixins/_cards.scss */
.card-primary .card-header,
.card-primary .card-footer {
  background-color: transparent;
}

/* line 117, ../../scss/bootstrap/_card.scss */
.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
/* line 7, ../../scss/bootstrap/mixins/_cards.scss */
.card-success .card-header,
.card-success .card-footer {
  background-color: transparent;
}

/* line 120, ../../scss/bootstrap/_card.scss */
.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
/* line 7, ../../scss/bootstrap/mixins/_cards.scss */
.card-info .card-header,
.card-info .card-footer {
  background-color: transparent;
}

/* line 123, ../../scss/bootstrap/_card.scss */
.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
/* line 7, ../../scss/bootstrap/mixins/_cards.scss */
.card-warning .card-header,
.card-warning .card-footer {
  background-color: transparent;
}

/* line 126, ../../scss/bootstrap/_card.scss */
.card-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}
/* line 7, ../../scss/bootstrap/mixins/_cards.scss */
.card-danger .card-header,
.card-danger .card-footer {
  background-color: transparent;
}

/* line 131, ../../scss/bootstrap/_card.scss */
.card-outline-primary {
  background-color: transparent;
  border-color: #5396cc;
}

/* line 134, ../../scss/bootstrap/_card.scss */
.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc;
}

/* line 137, ../../scss/bootstrap/_card.scss */
.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de;
}

/* line 140, ../../scss/bootstrap/_card.scss */
.card-outline-success {
  background-color: transparent;
  border-color: #5cb85c;
}

/* line 143, ../../scss/bootstrap/_card.scss */
.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e;
}

/* line 146, ../../scss/bootstrap/_card.scss */
.card-outline-danger {
  background-color: transparent;
  border-color: #d9534f;
}

/* line 23, ../../scss/bootstrap/mixins/_cards.scss */
.card-inverse .card-header,
.card-inverse .card-footer {
  border-color: rgba(255, 255, 255, 0.2);
}
/* line 27, ../../scss/bootstrap/mixins/_cards.scss */
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}
/* line 33, ../../scss/bootstrap/mixins/_cards.scss */
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}
/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff;
}

/* line 162, ../../scss/bootstrap/_card.scss */
.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

/* line 169, ../../scss/bootstrap/_card.scss */
.card-img {
  border-radius: 0.25rem;
}

/* line 173, ../../scss/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 185, ../../scss/bootstrap/_card.scss */
.card-img-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

/* line 188, ../../scss/bootstrap/_card.scss */
.card-img-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

@media (min-width: 544px) {
  /* line 222, ../../scss/bootstrap/_card.scss */
  .card-deck {
    display: table;
    width: 100%;
    margin-bottom: 0.75rem;
    table-layout: fixed;
    border-spacing: 1.25rem 0;
  }
  /* line 229, ../../scss/bootstrap/_card.scss */
  .card-deck .card {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: top;
  }

  /* line 235, ../../scss/bootstrap/_card.scss */
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
@media (min-width: 544px) {
  /* line 247, ../../scss/bootstrap/_card.scss */
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  /* line 257, ../../scss/bootstrap/_card.scss */
  .card-group .card {
    display: table-cell;
    vertical-align: top;
  }
  /* line 265, ../../scss/bootstrap/_card.scss */
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 272, ../../scss/bootstrap/_card.scss */
  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  /* line 275, ../../scss/bootstrap/_card.scss */
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  /* line 278, ../../scss/bootstrap/_card.scss */
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  /* line 282, ../../scss/bootstrap/_card.scss */
  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  /* line 285, ../../scss/bootstrap/_card.scss */
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  /* line 288, ../../scss/bootstrap/_card.scss */
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  /* line 293, ../../scss/bootstrap/_card.scss */
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  /* line 296, ../../scss/bootstrap/_card.scss */
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}
@media (min-width: 544px) {
  /* line 312, ../../scss/bootstrap/_card.scss */
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  /* line 316, ../../scss/bootstrap/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
/* line 1, ../../scss/bootstrap/_breadcrumb.scss */
.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 2rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem;
}
/* line 2, ../../scss/bootstrap/mixins/_clearfix.scss */
.breadcrumb::after {
  content: "";
  display: table;
  clear: both;
}

/* line 10, ../../scss/bootstrap/_breadcrumb.scss */
.breadcrumb-item {
  float: left;
}
/* line 14, ../../scss/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #d4d4d4;
  content: "/";
}
/* line 28, ../../scss/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
/* line 31, ../../scss/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
/* line 35, ../../scss/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #5396cc;
}

/* line 1, ../../scss/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 0.25rem;
}

/* line 9, ../../scss/bootstrap/_pagination.scss */
.page-item {
  display: inline;
}
/* line 13, ../../scss/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
/* line 19, ../../scss/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
/* line 37, ../../scss/bootstrap/mixins/_hover.scss */
.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #0275d8;
  border-color: #0275d8;
}
/* line 37, ../../scss/bootstrap/mixins/_hover.scss */
.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
  color: #d4d4d4;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 45, ../../scss/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  color: #2a628f;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
.page-link:focus, .page-link:hover {
  color: #193954;
  background-color: #eceeef;
  border-color: #ddd;
}

/* line 4, ../../scss/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
/* line 11, ../../scss/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}
/* line 16, ../../scss/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

/* line 4, ../../scss/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
}
/* line 11, ../../scss/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}
/* line 16, ../../scss/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

/* line 6, ../../scss/bootstrap/_tags.scss */
.tag {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
/* line 19, ../../scss/bootstrap/_tags.scss */
.tag:empty {
  display: none;
}

/* line 25, ../../scss/bootstrap/_tags.scss */
.btn .tag {
  position: relative;
  top: -1px;
}

/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
a.tag:focus, a.tag:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 45, ../../scss/bootstrap/_tags.scss */
.tag-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 55, ../../scss/bootstrap/_tags.scss */
.tag-default {
  background-color: #d4d4d4;
}
/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
.tag-default[href]:focus, .tag-default[href]:hover {
  background-color: #bbbbbb;
}

/* line 59, ../../scss/bootstrap/_tags.scss */
.tag-primary {
  background-color: #0275d8;
}
/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
.tag-primary[href]:focus, .tag-primary[href]:hover {
  background-color: #025aa5;
}

/* line 63, ../../scss/bootstrap/_tags.scss */
.tag-success {
  background-color: #5cb85c;
}
/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
.tag-success[href]:focus, .tag-success[href]:hover {
  background-color: #449d44;
}

/* line 67, ../../scss/bootstrap/_tags.scss */
.tag-info {
  background-color: #5bc0de;
}
/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
.tag-info[href]:focus, .tag-info[href]:hover {
  background-color: #31b0d5;
}

/* line 71, ../../scss/bootstrap/_tags.scss */
.tag-warning {
  background-color: #f0ad4e;
}
/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
.tag-warning[href]:focus, .tag-warning[href]:hover {
  background-color: #ec971f;
}

/* line 75, ../../scss/bootstrap/_tags.scss */
.tag-danger {
  background-color: #d9534f;
}
/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
.tag-danger[href]:focus, .tag-danger[href]:hover {
  background-color: #c9302c;
}

/* line 1, ../../scss/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 0.3rem;
}
@media (min-width: 544px) {
  /* line 1, ../../scss/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 12, ../../scss/bootstrap/_jumbotron.scss */
.jumbotron-hr {
  border-top-color: #d0d5d8;
}

/* line 16, ../../scss/bootstrap/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, ../../scss/bootstrap/_alert.scss */
.alert {
  padding: 15px;
  margin-bottom: 2rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 13, ../../scss/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 19, ../../scss/bootstrap/_alert.scss */
.alert-link {
  font-weight: bold;
}

/* line 28, ../../scss/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 35px;
}
/* line 32, ../../scss/bootstrap/_alert.scss */
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 45, ../../scss/bootstrap/_alert.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}
/* line 8, ../../scss/bootstrap/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #c1e2b3;
}
/* line 11, ../../scss/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 48, ../../scss/bootstrap/_alert.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}
/* line 8, ../../scss/bootstrap/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #a6d5ec;
}
/* line 11, ../../scss/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 51, ../../scss/bootstrap/_alert.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}
/* line 8, ../../scss/bootstrap/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #f7ecb5;
}
/* line 11, ../../scss/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 54, ../../scss/bootstrap/_alert.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}
/* line 8, ../../scss/bootstrap/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #e4b9b9;
}
/* line 11, ../../scss/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #843534;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 2rem 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 15, ../../scss/bootstrap/_progress.scss */
.progress {
  display: block;
  width: 100%;
  height: 2rem;
  margin-bottom: 2rem;
}

/* line 21, ../../scss/bootstrap/_progress.scss */
.progress[value] {
  background-color: #eee;
  border: 0;
  appearance: none;
  border-radius: 0.25rem;
}

/* line 33, ../../scss/bootstrap/_progress.scss */
.progress[value]::-ms-fill {
  background-color: #0074d9;
  border: 0;
}

/* line 38, ../../scss/bootstrap/_progress.scss */
.progress[value]::-moz-progress-bar {
  background-color: #0074d9;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

/* line 42, ../../scss/bootstrap/_progress.scss */
.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

/* line 47, ../../scss/bootstrap/_progress.scss */
.progress[value="100"]::-moz-progress-bar {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 50, ../../scss/bootstrap/_progress.scss */
.progress[value="100"]::-webkit-progress-value {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 55, ../../scss/bootstrap/_progress.scss */
.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 0.25rem;
}

/* line 60, ../../scss/bootstrap/_progress.scss */
base::-moz-progress-bar,
.progress[value] {
  background-color: #eee;
  border-radius: 0.25rem;
}

@media screen and (min-width: 0\0) {
  /* line 69, ../../scss/bootstrap/_progress.scss */
  .progress {
    background-color: #eee;
    border-radius: 0.25rem;
  }

  /* line 74, ../../scss/bootstrap/_progress.scss */
  .progress-bar {
    display: inline-block;
    height: 2rem;
    text-indent: -999rem;
    background-color: #0074d9;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
  }

  /* line 81, ../../scss/bootstrap/_progress.scss */
  .progress[width="100%"] {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
}
/* line 91, ../../scss/bootstrap/_progress.scss */
.progress-striped[value]::-webkit-progress-value {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 2rem 2rem;
}

/* line 95, ../../scss/bootstrap/_progress.scss */
.progress-striped[value]::-moz-progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 2rem 2rem;
}

/* line 99, ../../scss/bootstrap/_progress.scss */
.progress-striped[value]::-ms-fill {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 2rem 2rem;
}

@media screen and (min-width: 0\0) {
  /* line 105, ../../scss/bootstrap/_progress.scss */
  .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 2rem 2rem;
  }
}
/* line 116, ../../scss/bootstrap/_progress.scss */
.progress-animated[value]::-webkit-progress-value {
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 119, ../../scss/bootstrap/_progress.scss */
.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
}

@media screen and (min-width: 0\0) {
  /* line 124, ../../scss/bootstrap/_progress.scss */
  .progress-animated .progress-bar-striped {
    animation: progress-bar-stripes 2s linear infinite;
  }
}
/* line 4, ../../scss/bootstrap/mixins/_progress.scss */
.progress-success[value]::-webkit-progress-value {
  background-color: #5cb85c;
}
/* line 8, ../../scss/bootstrap/mixins/_progress.scss */
.progress-success[value]::-moz-progress-bar {
  background-color: #5cb85c;
}
/* line 13, ../../scss/bootstrap/mixins/_progress.scss */
.progress-success[value]::-ms-fill {
  background-color: #5cb85c;
}
@media screen and (min-width: 0\0) {
  /* line 19, ../../scss/bootstrap/mixins/_progress.scss */
  .progress-success .progress-bar {
    background-color: #5cb85c;
  }
}

/* line 4, ../../scss/bootstrap/mixins/_progress.scss */
.progress-info[value]::-webkit-progress-value {
  background-color: #5bc0de;
}
/* line 8, ../../scss/bootstrap/mixins/_progress.scss */
.progress-info[value]::-moz-progress-bar {
  background-color: #5bc0de;
}
/* line 13, ../../scss/bootstrap/mixins/_progress.scss */
.progress-info[value]::-ms-fill {
  background-color: #5bc0de;
}
@media screen and (min-width: 0\0) {
  /* line 19, ../../scss/bootstrap/mixins/_progress.scss */
  .progress-info .progress-bar {
    background-color: #5bc0de;
  }
}

/* line 4, ../../scss/bootstrap/mixins/_progress.scss */
.progress-warning[value]::-webkit-progress-value {
  background-color: #f0ad4e;
}
/* line 8, ../../scss/bootstrap/mixins/_progress.scss */
.progress-warning[value]::-moz-progress-bar {
  background-color: #f0ad4e;
}
/* line 13, ../../scss/bootstrap/mixins/_progress.scss */
.progress-warning[value]::-ms-fill {
  background-color: #f0ad4e;
}
@media screen and (min-width: 0\0) {
  /* line 19, ../../scss/bootstrap/mixins/_progress.scss */
  .progress-warning .progress-bar {
    background-color: #f0ad4e;
  }
}

/* line 4, ../../scss/bootstrap/mixins/_progress.scss */
.progress-danger[value]::-webkit-progress-value {
  background-color: #d9534f;
}
/* line 8, ../../scss/bootstrap/mixins/_progress.scss */
.progress-danger[value]::-moz-progress-bar {
  background-color: #d9534f;
}
/* line 13, ../../scss/bootstrap/mixins/_progress.scss */
.progress-danger[value]::-ms-fill {
  background-color: #d9534f;
}
@media screen and (min-width: 0\0) {
  /* line 19, ../../scss/bootstrap/mixins/_progress.scss */
  .progress-danger .progress-bar {
    background-color: #d9534f;
  }
}

/* line 16, ../../scss/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}
/* line 19, ../../scss/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 23, ../../scss/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
}

/* line 27, ../../scss/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 30, ../../scss/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 36, ../../scss/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 39, ../../scss/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 49, ../../scss/bootstrap/_media.scss */
.media-object {
  display: block;
}
/* line 53, ../../scss/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 63, ../../scss/bootstrap/_media.scss */
.media-right {
  padding-left: 10px;
}

/* line 67, ../../scss/bootstrap/_media.scss */
.media-left {
  padding-right: 10px;
}

/* line 76, ../../scss/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 86, ../../scss/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 5, ../../scss/bootstrap/_list-group.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 0;
}

/* line 16, ../../scss/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* line 25, ../../scss/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
/* line 29, ../../scss/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
/* line 37, ../../scss/bootstrap/mixins/_hover.scss */
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #d4d4d4;
  cursor: not-allowed;
  background-color: #eceeef;
}
/* line 41, ../../scss/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
/* line 44, ../../scss/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #d4d4d4;
}
/* line 37, ../../scss/bootstrap/mixins/_hover.scss */
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
  border-color: #0275d8;
}
/* line 59, ../../scss/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small {
  color: inherit;
}
/* line 64, ../../scss/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #a8d6fe;
}

/* line 72, ../../scss/bootstrap/_list-group.scss */
.list-group-flush .list-group-item {
  border-radius: 0;
}

/* line 83, ../../scss/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #555;
  text-align: inherit;
}
/* line 88, ../../scss/bootstrap/_list-group.scss */
.list-group-item-action .list-group-item-heading {
  color: #333;
}
/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
.list-group-item-action:focus, .list-group-item-action:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 4, ../../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 9, ../../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
/* line 13, ../../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
/* line 37, ../../scss/bootstrap/mixins/_hover.scss */
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, ../../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 9, ../../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
/* line 13, ../../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
/* line 37, ../../scss/bootstrap/mixins/_hover.scss */
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, ../../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 9, ../../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
/* line 13, ../../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
/* line 37, ../../scss/bootstrap/mixins/_hover.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, ../../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 9, ../../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
/* line 13, ../../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
/* line 37, ../../scss/bootstrap/mixins/_hover.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 116, ../../scss/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 120, ../../scss/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 3, ../../scss/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 10, ../../scss/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 25, ../../scss/bootstrap/_responsive-embed.scss */
.embed-responsive-21by9 {
  padding-bottom: 42.85714%;
}

/* line 29, ../../scss/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, ../../scss/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 37, ../../scss/bootstrap/_responsive-embed.scss */
.embed-responsive-1by1 {
  padding-bottom: 100%;
}

/* line 1, ../../scss/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}
/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
}

/* line 24, ../../scss/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 8, ../../scss/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 13, ../../scss/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
/* line 28, ../../scss/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -25%);
}
/* line 32, ../../scss/bootstrap/_modal.scss */
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

/* line 34, ../../scss/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 40, ../../scss/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 47, ../../scss/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 59, ../../scss/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 69, ../../scss/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}
/* line 70, ../../scss/bootstrap/_modal.scss */
.modal-backdrop.in {
  opacity: 0.5;
}

/* line 75, ../../scss/bootstrap/_modal.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
/* line 2, ../../scss/bootstrap/mixins/_clearfix.scss */
.modal-header::after {
  content: "";
  display: table;
  clear: both;
}

/* line 81, ../../scss/bootstrap/_modal.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 86, ../../scss/bootstrap/_modal.scss */
.modal-title {
  margin: 0;
  line-height: 1.6875;
}

/* line 93, ../../scss/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 99, ../../scss/bootstrap/_modal.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
/* line 2, ../../scss/bootstrap/mixins/_clearfix.scss */
.modal-footer::after {
  content: "";
  display: table;
  clear: both;
}

/* line 107, ../../scss/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 544px) {
  /* line 118, ../../scss/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto;
  }

  /* line 127, ../../scss/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 131, ../../scss/bootstrap/_modal.scss */
  .modal-lg {
    max-width: 900px;
  }
}
/* line 2, ../../scss/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.6875;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
/* line 14, ../../scss/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
}
/* line 16, ../../scss/bootstrap/_tooltip.scss */
.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}
/* line 21, ../../scss/bootstrap/_tooltip.scss */
.tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 29, ../../scss/bootstrap/_tooltip.scss */
.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}
/* line 34, ../../scss/bootstrap/_tooltip.scss */
.tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 42, ../../scss/bootstrap/_tooltip.scss */
.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}
/* line 47, ../../scss/bootstrap/_tooltip.scss */
.tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 55, ../../scss/bootstrap/_tooltip.scss */
.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}
/* line 60, ../../scss/bootstrap/_tooltip.scss */
.tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 71, ../../scss/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 81, ../../scss/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 1, ../../scss/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.6875;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.3rem;
}
/* line 24, ../../scss/bootstrap/_popover.scss */
.popover.popover-top, .popover.bs-tether-element-attached-bottom {
  margin-top: -10px;
}
/* line 28, ../../scss/bootstrap/_popover.scss */
.popover.popover-top .popover-arrow, .popover.bs-tether-element-attached-bottom .popover-arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.1);
  border-bottom-width: 0;
}
/* line 34, ../../scss/bootstrap/_popover.scss */
.popover.popover-top .popover-arrow::after, .popover.bs-tether-element-attached-bottom .popover-arrow::after {
  bottom: 1px;
  margin-left: -10px;
  content: "";
  border-top-color: #fff;
  border-bottom-width: 0;
}
/* line 44, ../../scss/bootstrap/_popover.scss */
.popover.popover-right, .popover.bs-tether-element-attached-left {
  margin-left: 10px;
}
/* line 48, ../../scss/bootstrap/_popover.scss */
.popover.popover-right .popover-arrow, .popover.bs-tether-element-attached-left .popover-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.1);
  border-left-width: 0;
}
/* line 54, ../../scss/bootstrap/_popover.scss */
.popover.popover-right .popover-arrow::after, .popover.bs-tether-element-attached-left .popover-arrow::after {
  bottom: -10px;
  left: 1px;
  content: "";
  border-right-color: #fff;
  border-left-width: 0;
}
/* line 64, ../../scss/bootstrap/_popover.scss */
.popover.popover-bottom, .popover.bs-tether-element-attached-top {
  margin-top: 10px;
}
/* line 68, ../../scss/bootstrap/_popover.scss */
.popover.popover-bottom .popover-arrow, .popover.bs-tether-element-attached-top .popover-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
/* line 74, ../../scss/bootstrap/_popover.scss */
.popover.popover-bottom .popover-arrow::after, .popover.bs-tether-element-attached-top .popover-arrow::after {
  top: 1px;
  margin-left: -10px;
  content: "";
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 84, ../../scss/bootstrap/_popover.scss */
.popover.popover-left, .popover.bs-tether-element-attached-right {
  margin-left: -10px;
}
/* line 88, ../../scss/bootstrap/_popover.scss */
.popover.popover-left .popover-arrow, .popover.bs-tether-element-attached-right .popover-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0.1);
}
/* line 94, ../../scss/bootstrap/_popover.scss */
.popover.popover-left .popover-arrow::after, .popover.bs-tether-element-attached-right .popover-arrow::after {
  right: 1px;
  bottom: -10px;
  content: "";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 107, ../../scss/bootstrap/_popover.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0.2375rem 0.2375rem 0 0;
}
/* line 116, ../../scss/bootstrap/_popover.scss */
.popover-title:empty {
  display: none;
}

/* line 121, ../../scss/bootstrap/_popover.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 131, ../../scss/bootstrap/_popover.scss */
.popover-arrow, .popover-arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 141, ../../scss/bootstrap/_popover.scss */
.popover-arrow {
  border-width: 11px;
}

/* line 144, ../../scss/bootstrap/_popover.scss */
.popover-arrow::after {
  content: "";
  border-width: 10px;
}

/* line 2, ../../scss/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 6, ../../scss/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* line 11, ../../scss/bootstrap/_carousel.scss */
.carousel-inner > .carousel-item {
  position: relative;
  display: none;
  transition: .6s ease-in-out left;
}
/* line 17, ../../scss/bootstrap/_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, ../../scss/bootstrap/_carousel.scss */
  .carousel-inner > .carousel-item {
    transition: transform .6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  /* line 29, ../../scss/bootstrap/_carousel.scss */
  .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }
  /* line 34, ../../scss/bootstrap/_carousel.scss */
  .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
  /* line 39, ../../scss/bootstrap/_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 48, ../../scss/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 54, ../../scss/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 58, ../../scss/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 65, ../../scss/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 68, ../../scss/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 71, ../../scss/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 76, ../../scss/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 79, ../../scss/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 89, ../../scss/bootstrap/_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 104, ../../scss/bootstrap/_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);
}
/* line 107, ../../scss/bootstrap/_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);
}
/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
/* line 122, ../../scss/bootstrap/_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 134, ../../scss/bootstrap/_carousel.scss */
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
/* line 138, ../../scss/bootstrap/_carousel.scss */
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
/* line 144, ../../scss/bootstrap/_carousel.scss */
.carousel-control .icon-prev::before {
  content: "\2039";
}
/* line 149, ../../scss/bootstrap/_carousel.scss */
.carousel-control .icon-next::before {
  content: "\203a";
}

/* line 161, ../../scss/bootstrap/_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 172, ../../scss/bootstrap/_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 189, ../../scss/bootstrap/_carousel.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 202, ../../scss/bootstrap/_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 214, ../../scss/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media (min-width: 544px) {
  /* line 227, ../../scss/bootstrap/_carousel.scss */
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  /* line 234, ../../scss/bootstrap/_carousel.scss */
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  /* line 237, ../../scss/bootstrap/_carousel.scss */
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  /* line 243, ../../scss/bootstrap/_carousel.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  /* line 250, ../../scss/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 5, ../../scss/bootstrap/utilities/_background.scss */
.bg-inverse {
  background-color: #bcbcbc;
}

/* line 9, ../../scss/bootstrap/utilities/_background.scss */
.bg-faded {
  background-color: #F9F9F9;
}

/* line 4, ../../scss/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  color: #fff !important;
  background-color: #0275d8 !important;
}

/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5 !important;
}

/* line 4, ../../scss/bootstrap/mixins/_background-variant.scss */
.bg-success {
  color: #fff !important;
  background-color: #5cb85c !important;
}

/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important;
}

/* line 4, ../../scss/bootstrap/mixins/_background-variant.scss */
.bg-info {
  color: #fff !important;
  background-color: #5bc0de !important;
}

/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important;
}

/* line 4, ../../scss/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  color: #fff !important;
  background-color: #f0ad4e !important;
}

/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important;
}

/* line 4, ../../scss/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  color: #fff !important;
  background-color: #d9534f !important;
}

/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important;
}

/* line 2, ../../scss/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* line 5, ../../scss/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 8, ../../scss/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 11, ../../scss/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 3, ../../scss/bootstrap/utilities/_pulls.scss */
.pull-xs-left {
  float: left !important;
}

/* line 6, ../../scss/bootstrap/utilities/_pulls.scss */
.pull-xs-right {
  float: right !important;
}

/* line 9, ../../scss/bootstrap/utilities/_pulls.scss */
.pull-xs-none {
  float: none !important;
}

@media (min-width: 544px) {
  /* line 3, ../../scss/bootstrap/utilities/_pulls.scss */
  .pull-sm-left {
    float: left !important;
  }

  /* line 6, ../../scss/bootstrap/utilities/_pulls.scss */
  .pull-sm-right {
    float: right !important;
  }

  /* line 9, ../../scss/bootstrap/utilities/_pulls.scss */
  .pull-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  /* line 3, ../../scss/bootstrap/utilities/_pulls.scss */
  .pull-md-left {
    float: left !important;
  }

  /* line 6, ../../scss/bootstrap/utilities/_pulls.scss */
  .pull-md-right {
    float: right !important;
  }

  /* line 9, ../../scss/bootstrap/utilities/_pulls.scss */
  .pull-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  /* line 3, ../../scss/bootstrap/utilities/_pulls.scss */
  .pull-lg-left {
    float: left !important;
  }

  /* line 6, ../../scss/bootstrap/utilities/_pulls.scss */
  .pull-lg-right {
    float: right !important;
  }

  /* line 9, ../../scss/bootstrap/utilities/_pulls.scss */
  .pull-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 3, ../../scss/bootstrap/utilities/_pulls.scss */
  .pull-xl-left {
    float: left !important;
  }

  /* line 6, ../../scss/bootstrap/utilities/_pulls.scss */
  .pull-xl-right {
    float: right !important;
  }

  /* line 9, ../../scss/bootstrap/utilities/_pulls.scss */
  .pull-xl-none {
    float: none !important;
  }
}
/* line 5, ../../scss/bootstrap/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, ../../scss/bootstrap/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, ../../scss/bootstrap/utilities/_spacing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, ../../scss/bootstrap/utilities/_spacing.scss */
.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
.m-a-0 {
  margin: 0 0 !important;
}

/* line 18, ../../scss/bootstrap/utilities/_spacing.scss */
.m-t-0 {
  margin-top: 0 !important;
}

/* line 19, ../../scss/bootstrap/utilities/_spacing.scss */
.m-r-0 {
  margin-right: 0 !important;
}

/* line 20, ../../scss/bootstrap/utilities/_spacing.scss */
.m-b-0 {
  margin-bottom: 0 !important;
}

/* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
.m-l-0 {
  margin-left: 0 !important;
}

/* line 24, ../../scss/bootstrap/utilities/_spacing.scss */
.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 28, ../../scss/bootstrap/utilities/_spacing.scss */
.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
.m-a-1 {
  margin: 2rem 2rem !important;
}

/* line 18, ../../scss/bootstrap/utilities/_spacing.scss */
.m-t-1 {
  margin-top: 2rem !important;
}

/* line 19, ../../scss/bootstrap/utilities/_spacing.scss */
.m-r-1 {
  margin-right: 2rem !important;
}

/* line 20, ../../scss/bootstrap/utilities/_spacing.scss */
.m-b-1 {
  margin-bottom: 2rem !important;
}

/* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
.m-l-1 {
  margin-left: 2rem !important;
}

/* line 24, ../../scss/bootstrap/utilities/_spacing.scss */
.m-x-1 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

/* line 28, ../../scss/bootstrap/utilities/_spacing.scss */
.m-y-1 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

/* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
.m-a-2 {
  margin: 3rem 3rem !important;
}

/* line 18, ../../scss/bootstrap/utilities/_spacing.scss */
.m-t-2 {
  margin-top: 3rem !important;
}

/* line 19, ../../scss/bootstrap/utilities/_spacing.scss */
.m-r-2 {
  margin-right: 3rem !important;
}

/* line 20, ../../scss/bootstrap/utilities/_spacing.scss */
.m-b-2 {
  margin-bottom: 3rem !important;
}

/* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
.m-l-2 {
  margin-left: 3rem !important;
}

/* line 24, ../../scss/bootstrap/utilities/_spacing.scss */
.m-x-2 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 28, ../../scss/bootstrap/utilities/_spacing.scss */
.m-y-2 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
.m-a-3 {
  margin: 6rem 6rem !important;
}

/* line 18, ../../scss/bootstrap/utilities/_spacing.scss */
.m-t-3 {
  margin-top: 6rem !important;
}

/* line 19, ../../scss/bootstrap/utilities/_spacing.scss */
.m-r-3 {
  margin-right: 6rem !important;
}

/* line 20, ../../scss/bootstrap/utilities/_spacing.scss */
.m-b-3 {
  margin-bottom: 6rem !important;
}

/* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
.m-l-3 {
  margin-left: 6rem !important;
}

/* line 24, ../../scss/bootstrap/utilities/_spacing.scss */
.m-x-3 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

/* line 28, ../../scss/bootstrap/utilities/_spacing.scss */
.m-y-3 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

/* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
.p-a-0 {
  padding: 0 0 !important;
}

/* line 18, ../../scss/bootstrap/utilities/_spacing.scss */
.p-t-0 {
  padding-top: 0 !important;
}

/* line 19, ../../scss/bootstrap/utilities/_spacing.scss */
.p-r-0 {
  padding-right: 0 !important;
}

/* line 20, ../../scss/bootstrap/utilities/_spacing.scss */
.p-b-0 {
  padding-bottom: 0 !important;
}

/* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
.p-l-0 {
  padding-left: 0 !important;
}

/* line 24, ../../scss/bootstrap/utilities/_spacing.scss */
.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 28, ../../scss/bootstrap/utilities/_spacing.scss */
.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
.p-a-1 {
  padding: 2rem 2rem !important;
}

/* line 18, ../../scss/bootstrap/utilities/_spacing.scss */
.p-t-1 {
  padding-top: 2rem !important;
}

/* line 19, ../../scss/bootstrap/utilities/_spacing.scss */
.p-r-1 {
  padding-right: 2rem !important;
}

/* line 20, ../../scss/bootstrap/utilities/_spacing.scss */
.p-b-1 {
  padding-bottom: 2rem !important;
}

/* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
.p-l-1 {
  padding-left: 2rem !important;
}

/* line 24, ../../scss/bootstrap/utilities/_spacing.scss */
.p-x-1 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

/* line 28, ../../scss/bootstrap/utilities/_spacing.scss */
.p-y-1 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

/* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
.p-a-2 {
  padding: 3rem 3rem !important;
}

/* line 18, ../../scss/bootstrap/utilities/_spacing.scss */
.p-t-2 {
  padding-top: 3rem !important;
}

/* line 19, ../../scss/bootstrap/utilities/_spacing.scss */
.p-r-2 {
  padding-right: 3rem !important;
}

/* line 20, ../../scss/bootstrap/utilities/_spacing.scss */
.p-b-2 {
  padding-bottom: 3rem !important;
}

/* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
.p-l-2 {
  padding-left: 3rem !important;
}

/* line 24, ../../scss/bootstrap/utilities/_spacing.scss */
.p-x-2 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 28, ../../scss/bootstrap/utilities/_spacing.scss */
.p-y-2 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
.p-a-3 {
  padding: 6rem 6rem !important;
}

/* line 18, ../../scss/bootstrap/utilities/_spacing.scss */
.p-t-3 {
  padding-top: 6rem !important;
}

/* line 19, ../../scss/bootstrap/utilities/_spacing.scss */
.p-r-3 {
  padding-right: 6rem !important;
}

/* line 20, ../../scss/bootstrap/utilities/_spacing.scss */
.p-b-3 {
  padding-bottom: 6rem !important;
}

/* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
.p-l-3 {
  padding-left: 6rem !important;
}

/* line 24, ../../scss/bootstrap/utilities/_spacing.scss */
.p-x-3 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

/* line 28, ../../scss/bootstrap/utilities/_spacing.scss */
.p-y-3 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

/* line 37, ../../scss/bootstrap/utilities/_spacing.scss */
.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 7, ../../scss/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 8, ../../scss/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 9, ../../scss/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 15, ../../scss/bootstrap/utilities/_text.scss */
.text-xs-left {
  text-align: left !important;
}

/* line 16, ../../scss/bootstrap/utilities/_text.scss */
.text-xs-right {
  text-align: right !important;
}

/* line 17, ../../scss/bootstrap/utilities/_text.scss */
.text-xs-center {
  text-align: center !important;
}

@media (min-width: 544px) {
  /* line 15, ../../scss/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }

  /* line 16, ../../scss/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }

  /* line 17, ../../scss/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  /* line 15, ../../scss/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }

  /* line 16, ../../scss/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }

  /* line 17, ../../scss/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  /* line 15, ../../scss/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }

  /* line 16, ../../scss/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }

  /* line 17, ../../scss/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  /* line 15, ../../scss/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }

  /* line 16, ../../scss/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }

  /* line 17, ../../scss/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}
/* line 23, ../../scss/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 24, ../../scss/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 25, ../../scss/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 29, ../../scss/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: normal;
}

/* line 30, ../../scss/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: bold;
}

/* line 31, ../../scss/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic;
}

/* line 4, ../../scss/bootstrap/mixins/_text-emphasis.scss */
.text-muted {
  color: #d4d4d4 !important;
}

/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
a.text-muted:focus, a.text-muted:hover {
  color: #bbbbbb;
}

/* line 4, ../../scss/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #0275d8 !important;
}

/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
a.text-primary:focus, a.text-primary:hover {
  color: #025aa5;
}

/* line 4, ../../scss/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #5cb85c !important;
}

/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
a.text-success:focus, a.text-success:hover {
  color: #449d44;
}

/* line 4, ../../scss/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #5bc0de !important;
}

/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
a.text-info:focus, a.text-info:hover {
  color: #31b0d5;
}

/* line 4, ../../scss/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #f0ad4e !important;
}

/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
a.text-warning:focus, a.text-warning:hover {
  color: #ec971f;
}

/* line 4, ../../scss/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #d9534f !important;
}

/* line 21, ../../scss/bootstrap/mixins/_hover.scss */
a.text-danger:focus, a.text-danger:hover {
  color: #c9302c;
}

/* line 49, ../../scss/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 7, ../../scss/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

/* line 14, ../../scss/bootstrap/utilities/_visibility.scss */
.hidden-xs-up {
  display: none !important;
}

@media (max-width: 543px) {
  /* line 19, ../../scss/bootstrap/utilities/_visibility.scss */
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 544px) {
  /* line 14, ../../scss/bootstrap/utilities/_visibility.scss */
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  /* line 19, ../../scss/bootstrap/utilities/_visibility.scss */
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  /* line 14, ../../scss/bootstrap/utilities/_visibility.scss */
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  /* line 19, ../../scss/bootstrap/utilities/_visibility.scss */
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  /* line 14, ../../scss/bootstrap/utilities/_visibility.scss */
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  /* line 19, ../../scss/bootstrap/utilities/_visibility.scss */
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 14, ../../scss/bootstrap/utilities/_visibility.scss */
  .hidden-xl-up {
    display: none !important;
  }
}

/* line 19, ../../scss/bootstrap/utilities/_visibility.scss */
.hidden-xl-down {
  display: none !important;
}

/* line 31, ../../scss/bootstrap/utilities/_visibility.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 31, ../../scss/bootstrap/utilities/_visibility.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 38, ../../scss/bootstrap/utilities/_visibility.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 38, ../../scss/bootstrap/utilities/_visibility.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 45, ../../scss/bootstrap/utilities/_visibility.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 45, ../../scss/bootstrap/utilities/_visibility.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 53, ../../scss/bootstrap/utilities/_visibility.scss */
  .hidden-print {
    display: none !important;
  }
}


/****** FILE: themes/megatheme/css/font-awesome.min.css *****/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}


/****** FILE: themes/megatheme/css/remodal.min.css *****/
/* Remodal - v1.1.0 - Made by Ilya Makarov - http://vodkabears.github.io/remodal/ - Under MIT License */
html.remodal-is-locked{overflow:hidden;-ms-touch-action:none;touch-action:none}.remodal,[data-remodal-id]{display:none}.remodal-overlay{position:fixed;z-index:9999;top:-5000px;right:-5000px;bottom:-5000px;left:-5000px;display:none}.remodal-wrapper{position:fixed;z-index:10000;top:0;right:0;bottom:0;left:0;display:none;overflow:auto;text-align:center;-webkit-overflow-scrolling:touch}.remodal-wrapper:after{display:inline-block;height:100%;margin-left:-.05em;content:""}.remodal-overlay,.remodal-wrapper{-webkit-backface-visibility:hidden;backface-visibility:hidden}.remodal{position:relative;outline:none;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}.remodal-is-initialized{display:inline-block}.remodal-bg.remodal-is-opening,.remodal-bg.remodal-is-opened{-webkit-filter:blur(3px);filter:blur(3px)}.remodal-overlay{background:rgba(43,46,56,0.9)}.remodal-overlay.remodal-is-opening,.remodal-overlay.remodal-is-closing{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.remodal-overlay.remodal-is-opening{-webkit-animation-name:remodal-overlay-opening-keyframes;animation-name:remodal-overlay-opening-keyframes}.remodal-overlay.remodal-is-closing{-webkit-animation-name:remodal-overlay-closing-keyframes;animation-name:remodal-overlay-closing-keyframes}.remodal-wrapper{padding:10px 10px 0}.remodal{box-sizing:border-box;width:100%;margin-bottom:10px;padding:35px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);color:#2b2e38;background:#fff}.remodal.remodal-is-opening,.remodal.remodal-is-closing{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.remodal.remodal-is-opening{-webkit-animation-name:remodal-opening-keyframes;animation-name:remodal-opening-keyframes}.remodal.remodal-is-closing{-webkit-animation-name:remodal-closing-keyframes;animation-name:remodal-closing-keyframes}.remodal,.remodal-wrapper:after{vertical-align:middle}.remodal-close{position:absolute;top:0;left:0;display:block;overflow:visible;width:35px;height:35px;margin:0;padding:0;cursor:pointer;-webkit-transition:color .2s;transition:color .2s;text-decoration:none;color:#95979c;border:0;outline:0;background:transparent}.remodal-close:hover,.remodal-close:focus{color:#2b2e38}.remodal-close:before{font-family:Arial,"Helvetica CY","Nimbus Sans L",sans-serif!important;font-size:25px;line-height:35px;position:absolute;top:0;left:0;display:block;width:35px;content:"\00d7";text-align:center}.remodal-confirm,.remodal-cancel{font:inherit;display:inline-block;overflow:visible;min-width:110px;margin:0;padding:12px 0;cursor:pointer;-webkit-transition:background .2s;transition:background .2s;text-align:center;vertical-align:middle;text-decoration:none;border:0;outline:0}.remodal-confirm{color:#fff;background:#81c784}.remodal-confirm:hover,.remodal-confirm:focus{background:#66bb6a}.remodal-cancel{color:#fff;background:#e57373}.remodal-cancel:hover,.remodal-cancel:focus{background:#ef5350}.remodal-confirm::-moz-focus-inner,.remodal-cancel::-moz-focus-inner,.remodal-close::-moz-focus-inner{padding:0;border:0}@-webkit-keyframes remodal-opening-keyframes{from{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:0}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes remodal-opening-keyframes{from{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:0}to{-webkit-transform:none;transform:none;opacity:1}}@-webkit-keyframes remodal-closing-keyframes{from{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(0.95);transform:scale(0.95);opacity:0}}@keyframes remodal-closing-keyframes{from{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(0.95);transform:scale(0.95);opacity:0}}@-webkit-keyframes remodal-overlay-opening-keyframes{from{opacity:0}to{opacity:1}}@keyframes remodal-overlay-opening-keyframes{from{opacity:0}to{opacity:1}}@-webkit-keyframes remodal-overlay-closing-keyframes{from{opacity:1}to{opacity:0}}@keyframes remodal-overlay-closing-keyframes{from{opacity:1}to{opacity:0}}@media only screen and (min-width: 641px){.remodal{max-width:600px}}.lt-ie9 .remodal-overlay{background:#2b2e38}.lt-ie9 .remodal{width:600px}


/****** FILE: themes/megatheme/css/swipebox.min.css *****/
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */html.swipebox-html.swipebox-touch{overflow:hidden!important}#swipebox-overlay img{border:none!important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999!important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#swipebox-container{position:relative;width:100%;height:100%}#swipebox-slider{-webkit-transition:-webkit-transform .4s ease;transition:transform .4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block}#swipebox-slider .slide:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide .swipebox-inline-container,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide img{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-video-container{background:0 0;max-width:1140px;max-height:100%;width:100%;padding:5%;-webkit-box-sizing:border-box;box-sizing:border-box}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#swipebox-slider .slide-loading{background:url(../img/loader.gif) center center no-repeat}#swipebox-bottom-bar,#swipebox-top-bar{-webkit-transition:.5s;transition:.5s;position:absolute;left:0;z-index:999;height:50px;width:100%}#swipebox-bottom-bar{bottom:-50px}#swipebox-bottom-bar.visible-bars{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}#swipebox-top-bar{top:-50px}#swipebox-top-bar.visible-bars{-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}#swipebox-title{display:block;width:100%;text-align:center}#swipebox-close,#swipebox-next,#swipebox-prev{background-image:url(../img/icons.png);background-repeat:no-repeat;border:none!important;text-decoration:none!important;cursor:pointer;width:50px;height:50px;top:0}#swipebox-arrows{display:block;margin:0 auto;width:100%;height:50px}#swipebox-prev{background-position:-32px 13px;float:left}#swipebox-next{background-position:-78px 13px;float:right}#swipebox-close{top:0;right:0;position:absolute;z-index:9999;background-position:15px 12px}.swipebox-no-close-button #swipebox-close{display:none}#swipebox-next.disabled,#swipebox-prev.disabled{opacity:.3}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{-webkit-animation:rightSpring .3s;animation:rightSpring .3s}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{-webkit-animation:leftSpring .3s;animation:leftSpring .3s}.swipebox-touch #swipebox-container:after,.swipebox-touch #swipebox-container:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease;content:' ';position:absolute;z-index:999;top:0;height:100%;width:20px;opacity:0}.swipebox-touch #swipebox-container:before{left:0;-webkit-box-shadow:inset 10px 0 10px -8px #656565;box-shadow:inset 10px 0 10px -8px #656565}.swipebox-touch #swipebox-container:after{right:0;-webkit-box-shadow:inset -10px 0 10px -8px #656565;box-shadow:inset -10px 0 10px -8px #656565}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after{opacity:1}@-webkit-keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@-webkit-keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@media screen and (min-width:800px){#swipebox-close{right:10px}#swipebox-arrows{width:92%;max-width:800px}}#swipebox-overlay{background:#0d0d0d}#swipebox-bottom-bar,#swipebox-top-bar{text-shadow:1px 1px 1px #000;background:#000;opacity:.95}#swipebox-top-bar{color:#fff!important;font-size:15px;line-height:43px;font-family:Helvetica,Arial,sans-serif}

/****** FILE: themes/megatheme/css/ui.totop.css *****/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url(../images/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background:url(../images/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

/****** FILE: themes/megatheme/css/animate.min.css *****/
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}

/****** FILE: themes/megatheme/css/owl.carousel.css *****/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(../images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}



/****** FILE: themes/megatheme/css/owl.theme.css *****/
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(../images/AjaxLoader.gif) no-repeat center center
}

/****** FILE: themes/megatheme/css/style.css *****/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat|Open+Sans:400,700");
/* line 1, ../scss/blocks/_blocks.scss */
.block {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  /* line 1, ../scss/blocks/_blocks.scss */
  .block {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  /* line 1, ../scss/blocks/_blocks.scss */
  .block {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

/* line 17, ../scss/blocks/_blocks.scss */
.container .site-content {
  padding: 1rem 0;
}
/* line 20, ../scss/blocks/_blocks.scss */
.container .site-content section:nth-child(even):not(.actionbox) {
  background-color: #F7F9F9;
  border-top: 1px solid #E8EAEB;
  border-bottom: 1px solid #E8EAEB;
}
/* line 25, ../scss/blocks/_blocks.scss */
.container .site-content section:nth-child(even):not(.actionbox).even {
  background-color: inherit;
  border-top: 0;
  border-bottom: 0;
}
@media (min-width: 768px) {
  /* line 34, ../scss/blocks/_blocks.scss */
  .container .site-content {
    padding: 2rem 0;
  }
}

/* line 41, ../scss/blocks/_blocks.scss */
section.odd {
  background-color: #F7F9F9;
  border-top: 1px solid #E8EAEB;
  border-bottom: 1px solid #E8EAEB;
}

/* line 49, ../scss/blocks/_blocks.scss */
.block-404 .well-wrapper, .block-resume .well-wrapper, .block-register .well-wrapper {
  background: #FFF;
  display: table;
  width: 100%;
  max-width: 100%;
}
/* line 56, ../scss/blocks/_blocks.scss */
.block-404 .error-404, .block-resume .error-404, .block-register .error-404 {
  font-size: 200px;
  font-weight: 800;
}
/* line 61, ../scss/blocks/_blocks.scss */
.block-404 .search-form, .block-resume .search-form, .block-register .search-form {
  margin: 15px 0;
}
@media (min-width: 544px) {
  /* line 67, ../scss/blocks/_blocks.scss */
  .block-404 .well, .block-resume .well, .block-register .well {
    display: table-cell;
    width: 100%;
  }
  /* line 71, ../scss/blocks/_blocks.scss */
  .block-404 .well.error-code, .block-resume .well.error-code, .block-register .well.error-code {
    vertical-align: middle;
  }
}

/* line 79, ../scss/blocks/_blocks.scss */
.block-404 .fa, .block-resume .fa {
  font-size: 200px;
}

/* line 85, ../scss/blocks/_blocks.scss */
.well-v2 {
  background-color: #fff;
  border-radius: 0;
  padding: 50px;
}

/* line 91, ../scss/blocks/_blocks.scss */
.well-v5 {
  background-color: white;
  border-radius: 3px;
  *border: 2px solid #F0F0F0;
}

/* line 97, ../scss/blocks/_blocks.scss */
.our-services {
  padding-bottom: 50px;
}

/* line 101, ../scss/blocks/_blocks.scss */
.has-background {
  background-size: cover;
}

/* line 105, ../scss/blocks/_blocks.scss */
.section-compact {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 110, ../scss/blocks/_blocks.scss */
.has-side-pic {
  position: relative;
}
/* line 113, ../scss/blocks/_blocks.scss */
.has-side-pic .side-pic, .has-side-pic .side-pic-v1, .has-side-pic .side-pic-v2 {
  position: absolute;
  height: 100%;
}
/* line 118, ../scss/blocks/_blocks.scss */
.has-side-pic .side-pic-v1 {
  left: 15px;
  right: 15px;
}
/* line 122, ../scss/blocks/_blocks.scss */
.has-side-pic .side-pic-v1 .background-pic {
  position: absolute;
  width: auto;
  top: 0;
  left: -30px;
  bottom: 0;
  right: 15px;
}
/* line 133, ../scss/blocks/_blocks.scss */
.has-side-pic .side-pic-v2 {
  right: 15px;
}
/* line 136, ../scss/blocks/_blocks.scss */
.has-side-pic .side-pic-v2 .background-pic {
  width: auto;
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  right: -30px;
}
/* line 146, ../scss/blocks/_blocks.scss */
.has-side-pic .side-content {
  padding-top: 85px;
  padding-bottom: 85px;
}
/* line 151, ../scss/blocks/_blocks.scss */
.has-side-pic .background-pic {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 161, ../scss/blocks/_blocks.scss */
.has-side-pic .background-pic.v2:before {
  content: "hhhhhhhhhhhhhhh";
  position: absolute;
  top: 0;
  left: 0;
}
/* line 169, ../scss/blocks/_blocks.scss */
.has-side-pic .pull-right {
  right: 0;
}
@media (min-width: 768px) {
  /* line 174, ../scss/blocks/_blocks.scss */
  .has-side-pic .side-content {
    padding-left: 50px;
  }
  /* line 177, ../scss/blocks/_blocks.scss */
  .has-side-pic .side-content.v2 {
    padding-left: 0;
    padding-right: 50px;
  }
}

/* line 185, ../scss/blocks/_blocks.scss */
.position-relative {
  position: relative;
}

/* line 189, ../scss/blocks/_blocks.scss */
.signup {
  padding: 0;
}

/* line 193, ../scss/blocks/_blocks.scss */
.icon-wrap {
  background-color: #eceeef;
  text-align: center;
  font-size: 150px;
  color: #2a628f;
  padding: 125px 0;
}

/* line 201, ../scss/blocks/_blocks.scss */
.form-wrap {
  padding: 100px 0;
}

/* line 205, ../scss/blocks/_blocks.scss */
.table-block {
  display: table;
  width: 100%;
  margin: 0;
}

/* line 211, ../scss/blocks/_blocks.scss */
.table-row {
  display: table-row;
}

/* line 215, ../scss/blocks/_blocks.scss */
.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/* line 220, ../scss/blocks/_blocks.scss */
.bg-default {
  background-color: #1abc9c;
  color: #fff;
}
/* line 224, ../scss/blocks/_blocks.scss */
.bg-default h1, .bg-default h2, .bg-default h3, .bg-default h4, .bg-default h5, .bg-default h6, .bg-default .h1, .bg-default .h2, .bg-default .h3, .bg-default .h4, .bg-default .h5, .bg-default .h6 {
  color: #fff;
}

/* line 229, ../scss/blocks/_blocks.scss */
.text-default {
  color: #fff;
}
/* line 232, ../scss/blocks/_blocks.scss */
.text-default h1, .text-default h2, .text-default h3, .text-default h4, .text-default h5, .text-default h6, .text-default .h1, .text-default .h2, .text-default .h3, .text-default .h4, .text-default .h5, .text-default .h6 {
  color: #fff;
}

/* line 237, ../scss/blocks/_blocks.scss */
.section-header {
  margin-bottom: 50px;
  position: relative;
}
/* line 241, ../scss/blocks/_blocks.scss */
.section-header .section-title {
  margin-top: 0;
}

/* line 246, ../scss/blocks/_blocks.scss */
.overlay-default, .overlay-dark, .overlay-gray, .overlay-dark-lighter, .overlay-green-lighter, .overlay-consult, .overlay-simple, .overlay-primary {
  position: relative;
}
/* line 249, ../scss/blocks/_blocks.scss */
.overlay-default:before, .overlay-dark:before, .overlay-gray:before, .overlay-dark-lighter:before, .overlay-green-lighter:before, .overlay-consult:before, .overlay-simple:before, .overlay-primary:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background-color: #000;
  opacity: 0.5;
  top: 0;
  left: 0;
}

/* line 263, ../scss/blocks/_blocks.scss */
.overlay-dark:before {
  background-color: #202020;
  opacity: 0.8;
}

/* line 271, ../scss/blocks/_blocks.scss */
.overlay-gray:before {
  background-color: #F2F5F7;
  opacity: 0.8;
}

/* line 278, ../scss/blocks/_blocks.scss */
.overlay-dark-lighter:before {
  background-color: #0275d8;
  opacity: 0.2;
}

/* line 285, ../scss/blocks/_blocks.scss */
.overlay-green-lighter:before {
  background-color: #2a628f;
  opacity: 0.8;
}

/* line 292, ../scss/blocks/_blocks.scss */
.overlay-consult:before {
  background-color: #0275d8;
  opacity: 0.9;
}

/* line 299, ../scss/blocks/_blocks.scss */
.overlay-simple:before {
  background-color: #00b295;
  opacity: 0.4;
}

/* line 306, ../scss/blocks/_blocks.scss */
.overlay-primary:before {
  background-color: #0275d8;
  opacity: 0.9;
}

/* line 313, ../scss/blocks/_blocks.scss */
.name small {
  display: block;
}

/* line 318, ../scss/blocks/_blocks.scss */
.row-compact {
  margin-left: -14px;
  margin-right: -14px;
}
/* line 322, ../scss/blocks/_blocks.scss */
.row-compact .col-xs-1, .row-compact .col-sm-1, .row-compact .col-md-1, .row-compact .col-lg-1, .row-compact .col-xs-2, .row-compact .col-sm-2, .row-compact .col-md-2, .row-compact .col-lg-2, .row-compact .col-xs-3, .row-compact .col-sm-3, .row-compact .col-md-3, .row-compact .col-lg-3, .row-compact .col-xs-4, .row-compact .col-sm-4, .row-compact .col-md-4, .row-compact .col-lg-4, .row-compact .col-xs-5, .row-compact .col-sm-5, .row-compact .col-md-5, .row-compact .col-lg-5, .row-compact .col-xs-6, .row-compact .col-sm-6, .row-compact .col-md-6, .row-compact .col-lg-6, .row-compact .col-xs-7, .row-compact .col-sm-7, .row-compact .col-md-7, .row-compact .col-lg-7, .row-compact .col-xs-8, .row-compact .col-sm-8, .row-compact .col-md-8, .row-compact .col-lg-8, .row-compact .col-xs-9, .row-compact .col-sm-9, .row-compact .col-md-9, .row-compact .col-lg-9, .row-compact .col-xs-10, .row-compact .col-sm-10, .row-compact .col-md-10, .row-compact .col-lg-10, .row-compact .col-xs-11, .row-compact .col-sm-11, .row-compact .col-md-11, .row-compact .col-lg-11, .row-compact .col-xs-12, .row-compact .col-sm-12, .row-compact .col-md-12, .row-compact .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}

/* line 328, ../scss/blocks/_blocks.scss */
.row-narrow {
  margin-left: -1px;
  margin-right: -1px;
}
/* line 332, ../scss/blocks/_blocks.scss */
.row-narrow .col-xs-1, .row-narrow .col-sm-1, .row-narrow .col-md-1, .row-narrow .col-lg-1, .row-narrow .col-xs-2, .row-narrow .col-sm-2, .row-narrow .col-md-2, .row-narrow .col-lg-2, .row-narrow .col-xs-3, .row-narrow .col-sm-3, .row-narrow .col-md-3, .row-narrow .col-lg-3, .row-narrow .col-xs-4, .row-narrow .col-sm-4, .row-narrow .col-md-4, .row-narrow .col-lg-4, .row-narrow .col-xs-5, .row-narrow .col-sm-5, .row-narrow .col-md-5, .row-narrow .col-lg-5, .row-narrow .col-xs-6, .row-narrow .col-sm-6, .row-narrow .col-md-6, .row-narrow .col-lg-6, .row-narrow .col-xs-7, .row-narrow .col-sm-7, .row-narrow .col-md-7, .row-narrow .col-lg-7, .row-narrow .col-xs-8, .row-narrow .col-sm-8, .row-narrow .col-md-8, .row-narrow .col-lg-8, .row-narrow .col-xs-9, .row-narrow .col-sm-9, .row-narrow .col-md-9, .row-narrow .col-lg-9, .row-narrow .col-xs-10, .row-narrow .col-sm-10, .row-narrow .col-md-10, .row-narrow .col-lg-10, .row-narrow .col-xs-11, .row-narrow .col-sm-11, .row-narrow .col-md-11, .row-narrow .col-lg-11, .row-narrow .col-xs-12, .row-narrow .col-sm-12, .row-narrow .col-md-12, .row-narrow .col-lg-12 {
  padding-left: 1px;
  padding-right: 1px;
}

/* line 338, ../scss/blocks/_blocks.scss */
.parallax {
  background-image: url(../images/parallax/squares.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

/* line 346, ../scss/blocks/_blocks.scss */
.parallax-v2 {
  background-image: url(../images/parallax/parallax-two.jpg);
}

/* line 350, ../scss/blocks/_blocks.scss */
.parallax-v3 {
  background-image: url(../images/parallax/parallax-three.jpg);
}

/* line 354, ../scss/blocks/_blocks.scss */
.parallax-v4 {
  background-image: url(../images/parallax/parallax-four.jpg);
}

/* line 358, ../scss/blocks/_blocks.scss */
.parallax-v5 {
  background-image: url(../images/parallax/parallax-five.jpg);
}

/* line 362, ../scss/blocks/_blocks.scss */
.parallax-v6 {
  background-image: url(../images/parallax/parallax-six.jpg);
}

/* line 366, ../scss/blocks/_blocks.scss */
.parallax-v7 {
  background-image: url(../images/parallax/polygon.jpg);
}

/* line 370, ../scss/blocks/_blocks.scss */
.background-v1 {
  background-image: url(../images/parallax/parallax-pattern.png);
  background-repeat: repeat;
}

/* line 375, ../scss/blocks/_blocks.scss */
.tscarousel .background-v1 {
  background-size: inherit !important;
}

/* line 379, ../scss/blocks/_blocks.scss */
.picture-box {
  margin-bottom: 35px;
  background-color: #fff;
  display: table;
  margin-left: 0;
}
/* line 386, ../scss/blocks/_blocks.scss */
.picture-box .row > div {
  display: table-cell;
  float: none;
  vertical-align: middle;
  position: relative;
}
/* line 392, ../scss/blocks/_blocks.scss */
.picture-box .row > div img {
  display: inline-block;
  width: 100%;
  min-width: 150px;
}
/* line 398, ../scss/blocks/_blocks.scss */
.picture-box .row > div h3 {
  margin-top: 0;
}
/* line 402, ../scss/blocks/_blocks.scss */
.picture-box .row > div .content-right {
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}
/* line 408, ../scss/blocks/_blocks.scss */
.picture-box .row > div .content-left {
  padding-left: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}

/* line 417, ../scss/blocks/_blocks.scss */
.action-box {
  margin-bottom: 35px;
  background-color: #fff;
  width: 100%;
  padding: 35px;
}
@media (min-width: 768px) {
  /* line 424, ../scss/blocks/_blocks.scss */
  .action-box {
    display: table;
    margin-left: 0;
  }
  /* line 429, ../scss/blocks/_blocks.scss */
  .action-box > div {
    display: table-cell;
    vertical-align: middle;
  }
}
/* line 435, ../scss/blocks/_blocks.scss */
.action-box.action-box-v2 {
  background-color: #0275d8;
  color: #fff;
}

/* line 441, ../scss/blocks/_blocks.scss */
.well-v3 {
  background-color: #fff;
  min-height: 300px;
  margin-bottom: 50px;
}

/* line 448, ../scss/blocks/_blocks.scss */
.well-v4 {
  background-color: #fff;
  padding: 0;
  min-height: 300px;
  margin-bottom: 50px;
  border: 0;
}
/* line 455, ../scss/blocks/_blocks.scss */
.well-v4 .nav > li > a {
  padding: 25px;
  background-color: #eceeef;
  border-color: #eceeef;
  border-radius: 0;
}
/* line 462, ../scss/blocks/_blocks.scss */
.well-v4 .nav > .active > a {
  border-color: #fff;
  background-color: #fff;
}
/* line 467, ../scss/blocks/_blocks.scss */
.well-v4 .tab-pane {
  padding: 35px;
  padding-top: 0;
}

/* line 474, ../scss/blocks/_blocks.scss */
.has-bottom-line {
  display: inline-block;
}
/* line 477, ../scss/blocks/_blocks.scss */
.has-bottom-line:after {
  content: '';
  width: 50px;
  height: 3px;
  background-color: #2a628f;
  display: block;
  margin-top: 10px;
}

/* line 489, ../scss/blocks/_blocks.scss */
.has-bottom-line.middle:after {
  margin: 10px auto;
}

/* line 495, ../scss/blocks/_blocks.scss */
.arrow-right {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -17.5px;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 35px solid #fff;
}

/* line 507, ../scss/blocks/_blocks.scss */
.arrow-left {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin-top: -17.5px;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-right: 35px solid #fff;
}

/* line 520, ../scss/blocks/_blocks.scss */
.block-about-v1 {
  padding: 0;
}
/* line 523, ../scss/blocks/_blocks.scss */
.block-about-v1 .back-gray-light {
  position: relative;
  padding: 50px 0;
}
/* line 527, ../scss/blocks/_blocks.scss */
.block-about-v1 .back-gray-light:before {
  content: '';
  position: absolute;
  background-color: #eceeef;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -15px;
  right: -15px;
}
/* line 539, ../scss/blocks/_blocks.scss */
.block-about-v1 .back-gray-lighter {
  position: relative;
  padding: 50px 0;
}
/* line 543, ../scss/blocks/_blocks.scss */
.block-about-v1 .back-gray-lighter:before {
  content: '';
  position: absolute;
  background-color: #d4d4d4;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -15px;
  right: -15px;
}
@media (min-width: 768px) {
  /* line 556, ../scss/blocks/_blocks.scss */
  .block-about-v1 .row {
    display: table;
  }
  /* line 559, ../scss/blocks/_blocks.scss */
  .block-about-v1 .row > div {
    display: table-cell;
    float: none;
  }
  /* line 565, ../scss/blocks/_blocks.scss */
  .block-about-v1 .back-gray-light {
    padding: 100px 0 100px 50px;
  }
  /* line 568, ../scss/blocks/_blocks.scss */
  .block-about-v1 .back-gray-light:before {
    content: '';
    position: absolute;
    top: -250px;
    bottom: -250px;
    left: -15px;
    right: -500px;
  }
  /* line 578, ../scss/blocks/_blocks.scss */
  .block-about-v1 .back-gray-lighter {
    padding: 100px 50px 100px 0;
  }
  /* line 581, ../scss/blocks/_blocks.scss */
  .block-about-v1 .back-gray-lighter:before {
    content: '';
    position: absolute;
    top: -250px;
    bottom: -250px;
    left: -500px;
    right: -15px;
  }
}

/* line 593, ../scss/blocks/_blocks.scss */
.block-map {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 599, ../scss/blocks/_blocks.scss */
.block-map iframe {
  margin-bottom: 0;
}
/* line 603, ../scss/blocks/_blocks.scss */
.block-map .block-address {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* line 610, ../scss/blocks/_blocks.scss */
.block-map .back-gray-light {
  position: relative;
}
/* line 612, ../scss/blocks/_blocks.scss */
.block-map .back-gray-light:before {
  content: '';
  position: absolute;
  top: -250px;
  bottom: -1000px;
  left: -250px;
  right: -15px;
  background-color: #2a628f;
  opacity: 0.9;
  z-index: 1;
}
/* line 625, ../scss/blocks/_blocks.scss */
.block-map .map-content {
  position: absolute;
  z-index: 2;
  margin-top: -143.5px;
  color: #fff;
  font-size: 18px;
  top: 50%;
}
/* line 634, ../scss/blocks/_blocks.scss */
.block-map .block-content {
  height: 450px;
}
/* line 638, ../scss/blocks/_blocks.scss */
.block-map .map {
  position: relative;
}
/* line 641, ../scss/blocks/_blocks.scss */
.block-map .map iframe {
  height: 450px;
}
/* line 645, ../scss/blocks/_blocks.scss */
.block-map .map .touchable-area {
  position: absolute;
  top: 0;
  height: 450px;
  width: 30px;
  background: #FFF;
  background: rgba(255, 255, 255, 0.6);
}
/* line 653, ../scss/blocks/_blocks.scss */
.block-map .map .touchable-area.touchable-area-left {
  left: 0;
}
/* line 657, ../scss/blocks/_blocks.scss */
.block-map .map .touchable-area.touchable-area-right {
  right: 0;
}

/* line 664, ../scss/blocks/_blocks.scss */
.mc-hide-address {
  color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  display: inline-block;
  padding: 5px 8px;
  background: rgba(0, 0, 0, 0.6);
}

/* line 678, ../scss/blocks/_blocks.scss */
.block-result-list {
  padding-top: 35px;
}

/* line 683, ../scss/blocks/_blocks.scss */
.result-list > li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

/* line 690, ../scss/blocks/_blocks.scss */
.portfolio-filter {
  display: inline-block;
  margin-bottom: 35px;
}
/* line 698, ../scss/blocks/_blocks.scss */
.portfolio-filter.nav-pills > li.active > a, .portfolio-filter.nav-pills > li.active > a:hover, .portfolio-filter.nav-pills > li.active > a:focus {
  background-color: transparent;
  border: 2px solid #0275d8;
  color: #0275d8;
  border-radius: 1000px;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 714, ../scss/blocks/_blocks.scss */
.service-box.v2 {
  margin-bottom: 30px;
}
/* line 717, ../scss/blocks/_blocks.scss */
.service-box.v2 .service-icon {
  float: left;
  width: 65px;
}
/* line 722, ../scss/blocks/_blocks.scss */
.service-box.v2 .service-detail {
  margin-left: 65px;
}
/* line 725, ../scss/blocks/_blocks.scss */
.service-box.v2 .service-detail > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 734, ../scss/blocks/_blocks.scss */
.user-form-popup {
  text-align: left;
}
/* line 737, ../scss/blocks/_blocks.scss */
.user-form-popup .Actions {
  text-align: center;
}

/* line 742, ../scss/blocks/_blocks.scss */
.ufp-header {
  padding-bottom: 1rem;
}

/* line 1, ../scss/blocks/box/_box-simple.scss */
.bx-simple {
  margin-bottom: 0 !important;
  border: 1px solid #eceeef;
}
/* line 4, ../scss/blocks/box/_box-simple.scss */
.bx-simple .bx-inner {
  padding: 3rem 1rem;
}

@media (min-width: 768px) {
  /* line 10, ../scss/blocks/box/_box-simple.scss */
  .no-gutter .bx-simple + .bx-simple {
    margin-left: -1px;
  }
}
/* line 1, ../scss/blocks/box/_box-bullets.scss */
.bx-bullets {
  margin-left: -20px;
}
/* line 4, ../scss/blocks/box/_box-bullets.scss */
.bx-bullets li {
  padding-left: 0;
  padding-right: 30px;
}

/* line 2, ../scss/blocks/box/_box-color.scss */
.bx-color .bx-inner {
  padding: 3rem 1rem;
}
/* line 6, ../scss/blocks/box/_box-color.scss */
.bx-color .bx-title {
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
}
/* line 13, ../scss/blocks/box/_box-color.scss */
.bx-color .icon {
  width: 55px;
  float: left;
  font-size: 2rem;
}
/* line 19, ../scss/blocks/box/_box-color.scss */
.bx-color .detail {
  margin-left: 55px;
}

/* line 2, ../scss/blocks/box/_box-image-fixed-fluid.scss */
.bx-image a {
  color: #fff;
}
/* line 5, ../scss/blocks/box/_box-image-fixed-fluid.scss */
.bx-image a:hover {
  color: #0275d8;
}

/* line 1, ../scss/blocks/box/_box-image.scss */
.bx-image {
  margin-bottom: 0;
  text-align: center;
}
/* line 4, ../scss/blocks/box/_box-image.scss */
.bx-image img {
  max-width: 100%;
  display: inline-block;
}

/* line 8, ../scss/blocks/box/_box.scss */
.bx {
  margin-bottom: 0.5rem;
}
/* line 11, ../scss/blocks/box/_box.scss */
.bx .detail {
  opacity: 0;
  padding: 8rem 4rem;
}
/* line 16, ../scss/blocks/box/_box.scss */
.bx:hover .detail {
  opacity: 1;
}

/* line 22, ../scss/blocks/box/_box.scss */
.bx-case-study .detail {
  opacity: 1;
}

/* line 27, ../scss/blocks/box/_box.scss */
.bx-image,
.bx-image-full,
.bx-case-study {
  color: #fff;
}
/* line 32, ../scss/blocks/box/_box.scss */
.bx-image .bx-inner,
.bx-image-full .bx-inner,
.bx-case-study .bx-inner {
  overflow: hidden;
  position: relative;
}
/* line 37, ../scss/blocks/box/_box.scss */
.bx-image .bx-title,
.bx-image-full .bx-title,
.bx-case-study .bx-title {
  color: #fff;
}
/* line 41, ../scss/blocks/box/_box.scss */
.bx-image .bx-thumbnail,
.bx-image-full .bx-thumbnail,
.bx-case-study .bx-thumbnail {
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 480px;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
}
/* line 55, ../scss/blocks/box/_box.scss */
.bx-image .overlay,
.bx-image-full .overlay,
.bx-case-study .overlay {
  opacity: .5;
  z-index: 2;
}
/* line 60, ../scss/blocks/box/_box.scss */
.bx-image:hover .bx-thumbnail,
.bx-image-full:hover .bx-thumbnail,
.bx-case-study:hover .bx-thumbnail {
  -ms-transform: scale(1.05);
  /* IE 9 */
  -webkit-transform: scale(1.05);
  /* Safari */
  transform: scale(1.05);
}
/* line 65, ../scss/blocks/box/_box.scss */
.bx-image .detail,
.bx-image-full .detail,
.bx-case-study .detail {
  position: relative;
  z-index: 3;
}

/* line 1, ../scss/blocks/team/_team.scss */
.tm-member {
  margin-bottom: 0.5rem;
}
/* line 4, ../scss/blocks/team/_team.scss */
.tm-member .member-pic {
  max-width: 100%;
}
/* line 8, ../scss/blocks/team/_team.scss */
.tm-member .member-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}
/* line 14, ../scss/blocks/team/_team.scss */
.tm-member .member-ccupation {
  font-size: 1rem;
  color: #fff;
}
/* line 19, ../scss/blocks/team/_team.scss */
.tm-member:hover .overlay {
  opacity: 0.5;
}

/* line 2, ../scss/blocks/team/_team-social.scss */
.tm-social .tm-member-inner {
  position: relative;
  min-height: 200px;
}
/* line 6, ../scss/blocks/team/_team-social.scss */
.tm-social .member-pic {
  border-radius: 3px;
}
/* line 10, ../scss/blocks/team/_team-social.scss */
.tm-social .detail,
.tm-social .social {
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  z-index: 2;
}
/* line 19, ../scss/blocks/team/_team-social.scss */
.tm-social .social {
  top: auto;
  bottom: 1rem;
}

/* line 2, ../scss/blocks/team/_team-flip.scss */
.tm-flip .back .detail,
.tm-flip .front .detail,
.tm-flip .social {
  width: 100%;
  position: absolute;
  text-align: center;
  padding: 2rem;
  left: 0;
}
/* line 12, ../scss/blocks/team/_team-flip.scss */
.tm-flip .front .detail {
  bottom: 0;
  z-index: 2;
}
/* line 18, ../scss/blocks/team/_team-flip.scss */
.tm-flip .back .detail {
  top: 0;
}
/* line 22, ../scss/blocks/team/_team-flip.scss */
.tm-flip .back .member-pic {
  visibility: hidden;
}
/* line 27, ../scss/blocks/team/_team-flip.scss */
.tm-flip .social {
  bottom: 0;
  margin-top: 20px;
}
/* line 32, ../scss/blocks/team/_team-flip.scss */
.tm-flip .social > li > a {
  background: #FFF;
}

/* line 39, ../scss/blocks/team/_team-flip.scss */
.flip-container {
  perspective: 1000px;
}

/* line 43, ../scss/blocks/team/_team-flip.scss */
.flip-container, .front, .back {
  height: 280px;
}

/* line 47, ../scss/blocks/team/_team-flip.scss */
.front, .back {
  width: 100%;
  background-size: cover;
}

/* line 52, ../scss/blocks/team/_team-flip.scss */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

/* line 59, ../scss/blocks/team/_team-flip.scss */
.front, .back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 67, ../scss/blocks/team/_team-flip.scss */
.front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
  background-size: cover;
}

/* line 74, ../scss/blocks/team/_team-flip.scss */
.back {
  transform: rotateY(180deg);
}

@media (min-width: 768px) {
  /* line 79, ../scss/blocks/team/_team-flip.scss */
  .flip-container:hover .flipper, .flip-container.hover .flipper {
    transform: rotateY(180deg);
  }
}
/* line 2, ../scss/blocks/team/_team-slider.scss */
.tm-slider .detail {
  padding: 2rem;
}
/* line 6, ../scss/blocks/team/_team-slider.scss */
.tm-slider .member-ccupation,
.tm-slider .member-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 28, ../scss/blocks/team/_team.scss */
.person {
  margin-bottom: 0.5rem;
}
/* line 31, ../scss/blocks/team/_team.scss */
.person img {
  max-width: 100%;
}
/* line 35, ../scss/blocks/team/_team.scss */
.person .person-thumb {
  margin-bottom: 0.5rem;
  position: relative;
  overflow: hidden;
}
/* line 40, ../scss/blocks/team/_team.scss */
.person .person-thumb:after {
  background-color: #2a628f;
  position: absolute;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
/* line 56, ../scss/blocks/team/_team.scss */
.person-v2 .person .person-thumb {
  border-radius: 50%;
}
/* line 59, ../scss/blocks/team/_team.scss */
.person-v2 .person .person-thumb::after {
  border-radius: 50%;
}
/* line 65, ../scss/blocks/team/_team.scss */
.person .person-detail {
  position: absolute;
  bottom: 100%;
  left: 0;
  padding: 0 2rem;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
}
/* line 78, ../scss/blocks/team/_team.scss */
.person .img-circle {
  display: inline-block;
}
/* line 82, ../scss/blocks/team/_team.scss */
.person .name {
  font-weight: 900;
  margin-bottom: 5px;
}
/* line 89, ../scss/blocks/team/_team.scss */
.person:hover .person-thumb:after {
  opacity: 0.8;
}
/* line 94, ../scss/blocks/team/_team.scss */
.person:hover .person-detail {
  bottom: 50%;
  opacity: 1;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  transform: translateY(50%);
}
/* line 103, ../scss/blocks/team/_team.scss */
.person .social-icons .fa {
  color: #fff !important;
}

/* line 2, ../scss/blocks/content/_content-image-left.scss */
.ct-img-left .image {
  padding: 0;
  background-size: cover;
}
/* line 7, ../scss/blocks/content/_content-image-left.scss */
.ct-img-left .content {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  /* line 1, ../scss/blocks/content/_content-image-left.scss */
  .ct-img-left {
    min-height: 480px;
    display: table;
    width: 100%;
  }
  /* line 17, ../scss/blocks/content/_content-image-left.scss */
  .ct-img-left .image,
  .ct-img-left .content {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
  }
  /* line 24, ../scss/blocks/content/_content-image-left.scss */
  .ct-img-left .container {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  /* line 29, ../scss/blocks/content/_content-image-left.scss */
  .ct-img-left .image {
    min-height: 200px;
  }
  /* line 32, ../scss/blocks/content/_content-image-left.scss */
  .ct-img-left .content {
    padding: 0.5rem 0;
  }
}

/* line 2, ../scss/blocks/content/_content-image-right.scss */
.ct-img-right .image {
  padding: 0;
  background-size: cover;
}
/* line 7, ../scss/blocks/content/_content-image-right.scss */
.ct-img-right .content {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  /* line 1, ../scss/blocks/content/_content-image-right.scss */
  .ct-img-right {
    min-height: 480px;
    display: table;
    width: 100%;
  }
  /* line 17, ../scss/blocks/content/_content-image-right.scss */
  .ct-img-right .image,
  .ct-img-right .content {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
  }
  /* line 24, ../scss/blocks/content/_content-image-right.scss */
  .ct-img-right .container {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  /* line 29, ../scss/blocks/content/_content-image-right.scss */
  .ct-img-right .image {
    min-height: 200px;
  }
  /* line 33, ../scss/blocks/content/_content-image-right.scss */
  .ct-img-right .content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* line 2, ../scss/blocks/content/_content-slider.scss */
.content-slider .carousel .carousel-item {
  min-height: 300px;
  background-size: cover;
}
/* line 7, ../scss/blocks/content/_content-slider.scss */
.content-slider .carousel .carousel-item .carousel-caption {
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-shadow: none;
  text-align: left;
}
/* line 21, ../scss/blocks/content/_content-slider.scss */
.content-slider .caption {
  position: absolute;
  left: 0;
  top: 0;
}
/* line 27, ../scss/blocks/content/_content-slider.scss */
.content-slider .carousel-indicators {
  z-index: 999;
}
/* line 29, ../scss/blocks/content/_content-slider.scss */
.content-slider .carousel-indicators li {
  border-color: #bcbcbc;
}
/* line 33, ../scss/blocks/content/_content-slider.scss */
.content-slider .carousel-indicators .active {
  background-color: #bcbcbc;
}
/* line 38, ../scss/blocks/content/_content-slider.scss */
.content-slider .white.carousel-indicators li {
  border-color: #fff;
}
/* line 42, ../scss/blocks/content/_content-slider.scss */
.content-slider .white.carousel-indicators .active {
  background-color: #fff;
}
@media (min-width: 768px) {
  /* line 47, ../scss/blocks/content/_content-slider.scss */
  .content-slider .carousel-indicators {
    width: auto;
    right: 5%;
    top: 50%;
    left: auto;
  }
  /* line 53, ../scss/blocks/content/_content-slider.scss */
  .content-slider .carousel-indicators li {
    display: block;
  }
  /* line 58, ../scss/blocks/content/_content-slider.scss */
  .content-slider .carousel .carousel-item {
    min-height: 500px;
  }
}
/* line 63, ../scss/blocks/content/_content-slider.scss */
.content-slider img {
  max-width: 100%;
}
/* line 68, ../scss/blocks/content/_content-slider.scss */
.content-slider .delay1 {
  animation-delay: 1s;
}
/* line 71, ../scss/blocks/content/_content-slider.scss */
.content-slider .delay2 {
  animation-delay: 1.5s;
}
/* line 74, ../scss/blocks/content/_content-slider.scss */
.content-slider .delay2 {
  animation-delay: 2s;
}
/* line 77, ../scss/blocks/content/_content-slider.scss */
.content-slider .delay4 {
  animation-delay: 2.5s;
}
/* line 81, ../scss/blocks/content/_content-slider.scss */
.content-slider h3.caption {
  color: #fff;
}

/* line 2, ../scss/blocks/content/_content-video.scss */
.ct-vid .ct-vid-header,
.ct-vid .embed-responsive {
  margin-bottom: 2rem;
}

/* line 1, ../scss/blocks/content/_content-default.scss */
.ct-img-bg,
.ct-norm {
  text-align: center;
}

/* line 6, ../scss/blocks/content/_content-default.scss */
.ct-img-bg {
  color: #fff;
}
/* line 9, ../scss/blocks/content/_content-default.scss */
.ct-img-bg h2 {
  color: #fff;
}

@media (min-width: 768px) {
  /* line 16, ../scss/blocks/content/_content-default.scss */
  .ct-img-left .row {
    display: table;
    width: 100%;
  }
  /* line 20, ../scss/blocks/content/_content-default.scss */
  .ct-img-left .row .col-md-6 {
    display: table-cell;
    float: none;
  }
}
/* line 10, ../scss/blocks/content/_content.scss */
.block-v4 {
  padding: 48px 0;
  text-align: center;
}

/* line 1, ../scss/blocks/testimonial/_testimonial-company.scss */
.testi-comp {
  text-align: center;
  padding: 0 15%;
  color: #fff;
}

/* line 6, ../scss/blocks/testimonial/_testimonial-company.scss */
.carouel-comp {
  position: relative;
  z-index: 2;
}
/* line 9, ../scss/blocks/testimonial/_testimonial-company.scss */
.carouel-comp .carousel-indicators {
  text-align: center;
  position: relative;
  left: auto;
  margin-left: 0;
  width: 100%;
  right: auto;
}
/* line 17, ../scss/blocks/testimonial/_testimonial-company.scss */
.carouel-comp .carousel-indicators li {
  display: inline-block;
  text-indent: inherit;
  width: auto;
  height: auto;
  border: 0;
  background-color: transparent;
}
/* line 26, ../scss/blocks/testimonial/_testimonial-company.scss */
.carouel-comp .carousel-indicators img {
  max-height: 60px;
  max-width: 140px;
  cursor: pointer;
  opacity: 0.3;
}
/* line 33, ../scss/blocks/testimonial/_testimonial-company.scss */
.carouel-comp .carousel-indicators .active img {
  opacity: 1;
}

/* line 1, ../scss/blocks/testimonial/_testimonial-default.scss */
.testimonial-default {
  margin-bottom: 0.5rem;
  text-align: center;
}
/* line 5, ../scss/blocks/testimonial/_testimonial-default.scss */
.testimonial-default cite {
  display: block;
  font-size: 75%;
}
/* line 10, ../scss/blocks/testimonial/_testimonial-default.scss */
.testimonial-default .img-circle,
.testimonial-default header {
  margin-bottom: 10.5px;
}

/* line 1, ../scss/blocks/testimonial/_testimonial-grid.scss */
.testimonial-grid {
  margin-bottom: 0.5rem;
}
/* line 3, ../scss/blocks/testimonial/_testimonial-grid.scss */
.testimonial-grid .thumbnail {
  float: left;
}
/* line 7, ../scss/blocks/testimonial/_testimonial-grid.scss */
.testimonial-grid .testimonial-detail {
  margin-left: 130px;
}

/* line 1, ../scss/blocks/testimonial/_testimonial-single.scss */
.tes-single {
  text-align: center;
  padding: 0 15%;
  margin-bottom: 0;
}
/* line 6, ../scss/blocks/testimonial/_testimonial-single.scss */
.tes-single .avatar {
  width: 85px;
  height: 85px;
  border-radius: 100%;
  margin-bottom: 1rem;
}

/* line 1, ../scss/blocks/testimonial/_testimonial-multiple.scss */
.tes-multi {
  padding: 0;
  margin-bottom: 0;
  display: table;
}
/* line 6, ../scss/blocks/testimonial/_testimonial-multiple.scss */
.tes-multi .avatar {
  background-size: cover;
}
@media (min-width: 992px) {
  /* line 11, ../scss/blocks/testimonial/_testimonial-multiple.scss */
  .tes-multi .avatar,
  .tes-multi .detail {
    display: table-cell;
    width: 50%;
  }
  /* line 17, ../scss/blocks/testimonial/_testimonial-multiple.scss */
  .tes-multi .detail {
    padding: 10rem 5%;
    padding-bottom: 20rem;
    font-weight: 100;
  }
}
@media (max-width: 991px) {
  /* line 25, ../scss/blocks/testimonial/_testimonial-multiple.scss */
  .tes-multi .detail {
    padding: 0.5rem 10%;
    text-align: center;
    padding-bottom: 100px;
  }
}

/* line 34, ../scss/blocks/testimonial/_testimonial-multiple.scss */
.carousel-multi .carousel-indicators {
  text-align: left;
  margin-left: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  margin-bottom: 0.5rem;
  z-index: 2;
}
/* line 43, ../scss/blocks/testimonial/_testimonial-multiple.scss */
.carousel-multi .carousel-indicators img {
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  opacity: 0.3;
}
/* line 50, ../scss/blocks/testimonial/_testimonial-multiple.scss */
.carousel-multi .carousel-indicators li {
  cursor: pointer;
  display: inline-block;
  text-indent: inherit;
  width: auto;
  height: auto;
  border: 0;
  background-color: transparent;
}
/* line 60, ../scss/blocks/testimonial/_testimonial-multiple.scss */
.carousel-multi .carousel-indicators .active img {
  opacity: 1;
}

@media (max-width: 991px) {
  /* line 68, ../scss/blocks/testimonial/_testimonial-multiple.scss */
  .carousel-multi .carousel-indicators {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 992px) {
  /* line 77, ../scss/blocks/testimonial/_testimonial-multiple.scss */
  .carousel-multi .carousel-indicators {
    margin-left: 5%;
    margin-bottom: 2rem;
  }
}
/* line 7, ../scss/blocks/testimonial/_testimonial.scss */
.tes-single,
.tes-multi,
.testi-comp {
  font-family: Georgia, "Times New Roman", Times, serif;
  border-left: 0;
  font-size: 1.125em;
}
/* line 14, ../scss/blocks/testimonial/_testimonial.scss */
.tes-single footer,
.tes-multi footer,
.testi-comp footer {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
}

/* line 1, ../scss/blocks/contact/_contact-strip.scss */
.ct-strip-header {
  padding: 0 10%;
  margin-bottom: 6rem;
}
/* line 5, ../scss/blocks/contact/_contact-strip.scss */
.ct-strip-header .ct-strip-title {
  color: #fff;
  text-transform: uppercase;
}

/* line 11, ../scss/blocks/contact/_contact-strip.scss */
.ct-strip-info {
  text-align: center;
}
/* line 13, ../scss/blocks/contact/_contact-strip.scss */
.ct-strip-info .icon {
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: 8rem;
  display: inline-block;
  margin-bottom: 2rem;
}
/* line 24, ../scss/blocks/contact/_contact-strip.scss */
.ct-strip-info .social > li > a {
  border: 0;
}

/* line 2, ../scss/blocks/contact/_contact-form-full.scss */
.ct-form-full .ct-strip-title {
  border-bottom: 2px solid #2a628f;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.125em;
}
/* line 10, ../scss/blocks/contact/_contact-form-full.scss */
.ct-form-full .ct-form-full-header {
  margin-bottom: 3rem;
}

/* line 2, ../scss/blocks/contact/_contact-form.scss */
.contact-form address strong {
  font-size: 1.25rem;
  font-weight: bold;
  color: #bcbcbc;
}
/* line 8, ../scss/blocks/contact/_contact-form.scss */
.contact-form .contact-form-title {
  margin-bottom: 3rem;
  position: relative;
  padding-bottom: 4rem;
}
/* line 13, ../scss/blocks/contact/_contact-form.scss */
.contact-form .contact-form-title::before {
  content: "";
  width: 6rem;
  height: 3px;
  background-color: #2a628f;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 6, ../scss/blocks/contact/_contact.scss */
.ct-form-full,
.contact-form {
  /* all */
  /* firefox 19+ */
  /* ie */
}
/* line 9, ../scss/blocks/contact/_contact.scss */
.ct-form-full .form-control::-webkit-input-placeholder,
.contact-form .form-control::-webkit-input-placeholder {
  text-transform: uppercase;
}
/* line 12, ../scss/blocks/contact/_contact.scss */
.ct-form-full .form-control::-moz-placeholder,
.contact-form .form-control::-moz-placeholder {
  text-transform: uppercase;
}
/* line 16, ../scss/blocks/contact/_contact.scss */
.ct-form-full .form-control:-ms-input-placeholder,
.contact-form .form-control:-ms-input-placeholder {
  text-transform: uppercase;
}
/* line 20, ../scss/blocks/contact/_contact.scss */
.ct-form-full .form-control:-moz-placeholder,
.contact-form .form-control:-moz-placeholder {
  text-transform: uppercase;
}
/* line 24, ../scss/blocks/contact/_contact.scss */
.ct-form-full .form-control,
.contact-form .form-control {
  background-color: #eceeef;
  border-color: #eceeef;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
}

/* line 1, ../scss/blocks/cta/_cta.scss */
.fbcta {
  position: relative;
  width: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* line 10, ../scss/blocks/cta/_cta.scss */
.fbcta .sc-image {
  margin: 0;
}
/* line 13, ../scss/blocks/cta/_cta.scss */
.fbcta .sc-image .caption {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 20, ../scss/blocks/cta/_cta.scss */
.fbcta .typography img {
  border: none;
  border-radius: 0;
}

/* line 27, ../scss/blocks/cta/_cta.scss */
.fbcta-row {
  display: table;
  width: calc(100% + 30px);
}
/* line 31, ../scss/blocks/cta/_cta.scss */
.fbcta-row > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
@media (max-width: 991px) {
  /* line 27, ../scss/blocks/cta/_cta.scss */
  .fbcta-row {
    display: block;
    width: auto;
  }
  /* line 41, ../scss/blocks/cta/_cta.scss */
  .fbcta-row > div {
    display: block;
    width: auto;
  }
}

@media (max-width: 767px) {
  /* line 49, ../scss/blocks/cta/_cta.scss */
  .fbcta-contents .fbcta-heading {
    text-align: center;
    margin-bottom: 1rem;
  }
}

/* line 58, ../scss/blocks/cta/_cta.scss */
.fbcta-buttons .btn {
  margin-bottom: 0.5rem;
}
/* line 61, ../scss/blocks/cta/_cta.scss */
.fbcta-buttons .btn:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  /* line 57, ../scss/blocks/cta/_cta.scss */
  .fbcta-buttons {
    margin-top: 1rem;
    text-align: center !important;
  }
  /* line 70, ../scss/blocks/cta/_cta.scss */
  .fbcta-buttons .btn {
    display: block;
  }
}

/* line 77, ../scss/blocks/cta/_cta.scss */
.fbcta-button-align-right .fbcta-buttons {
  text-align: right;
}

/* line 83, ../scss/blocks/cta/_cta.scss */
.fbcta-button-align-center .fbcta-buttons {
  text-align: center;
}

/* line 88, ../scss/blocks/cta/_cta.scss */
.fbcta-default {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}

/* line 93, ../scss/blocks/cta/_cta.scss */
.fbcta-success {
  border-color: #d0e9c6;
  background-color: #dff0d8;
}
/* line 97, ../scss/blocks/cta/_cta.scss */
.fbcta-success * {
  color: #3c763d;
}

/* line 102, ../scss/blocks/cta/_cta.scss */
.fbcta-info {
  border-color: #bcdff1;
  background-color: #d9edf7;
}
/* line 106, ../scss/blocks/cta/_cta.scss */
.fbcta-info * {
  color: #31708f;
}

/* line 111, ../scss/blocks/cta/_cta.scss */
.fbcta-warning {
  border-color: #faf2cc;
  background-color: #fcf8e3;
}
/* line 115, ../scss/blocks/cta/_cta.scss */
.fbcta-warning * {
  color: #8a6d3b;
}

/* line 120, ../scss/blocks/cta/_cta.scss */
.fbcta-danger {
  border-color: #ebcccc;
  background-color: #f2dede;
}
/* line 124, ../scss/blocks/cta/_cta.scss */
.fbcta-danger * {
  color: #a94442;
}

/* line 130, ../scss/blocks/cta/_cta.scss */
.fbcta-light-text * {
  color: #F9F9F9;
}

@media (max-width: 991px) {
  /* line 136, ../scss/blocks/cta/_cta.scss */
  .fbcta-button-left .fbcta-buttons {
    margin-bottom: 1rem;
    margin-top: 0;
  }
}

/* line 145, ../scss/blocks/cta/_cta.scss */
.fbcta-button-bottom .fbcta-buttons {
  margin-top: 0;
}
/* line 148, ../scss/blocks/cta/_cta.scss */
.fbcta-button-bottom .fbcta-buttons .btn {
  margin-bottom: 0;
  margin-top: 0.5rem;
}

/* line 4, ../scss/blocks/client/_client.scss */
.client {
  margin-bottom: 0.5rem;
  opacity: .8;
}
/* line 7, ../scss/blocks/client/_client.scss */
.client:hover {
  opacity: 1;
}
/* line 11, ../scss/blocks/client/_client.scss */
.client img {
  max-width: 100%;
}

/* line 2, ../scss/blocks/iconbox/_iconbox.scss */
.iconbox .fa {
  color: #2a628f;
}

/* line 9, ../scss/blocks/iconbox/_iconbox.scss */
.icon-left .iconbox .iconbox-icon {
  float: left;
  width: 60px;
}
/* line 14, ../scss/blocks/iconbox/_iconbox.scss */
.icon-left .iconbox .detail {
  padding-left: 60px;
}

/* line 22, ../scss/blocks/iconbox/_iconbox.scss */
.icon-right .iconbox .iconbox-icon {
  float: right;
  width: 60px;
  text-align: right;
}
/* line 28, ../scss/blocks/iconbox/_iconbox.scss */
.icon-right .iconbox .iconbox-detail {
  padding-right: 60px;
  text-align: justify;
}

/* line 1, ../scss/blocks/iconbox/_iconbox-big-rows.scss */
.iconbox-big-row {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
/* line 4, ../scss/blocks/iconbox/_iconbox-big-rows.scss */
.iconbox-big-row .detail {
  margin-right: 100px;
}
/* line 8, ../scss/blocks/iconbox/_iconbox-big-rows.scss */
.iconbox-big-row .iconbox-icon {
  float: right;
}
/* line 12, ../scss/blocks/iconbox/_iconbox-big-rows.scss */
.iconbox-big-row:nth-child(even) {
  background-color: #eceeef;
}

/* line 1, ../scss/blocks/iconbox/_iconbox-compact-grid.scss */
.iconbox-compact {
  text-align: center;
  padding: 32px;
}
/* line 5, ../scss/blocks/iconbox/_iconbox-compact-grid.scss */
.iconbox-compact:hover {
  background-color: #5396cc;
  color: #fff;
}
/* line 9, ../scss/blocks/iconbox/_iconbox-compact-grid.scss */
.iconbox-compact:hover a {
  color: #fff;
}
/* line 12, ../scss/blocks/iconbox/_iconbox-compact-grid.scss */
.iconbox-compact:hover a:hover, .iconbox-compact:hover a:focus {
  opacity: 0.8;
}

/* line 1, ../scss/blocks/iconbox/_iconbox-image-left.scss */
.iconbox-image-left {
  padding: 0;
}
/* line 4, ../scss/blocks/iconbox/_iconbox-image-left.scss */
.iconbox-image-left .header {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  /* line 1, ../scss/blocks/iconbox/_iconbox-image-left.scss */
  .iconbox-image-left {
    display: table;
    min-height: 500px;
  }
  /* line 12, ../scss/blocks/iconbox/_iconbox-image-left.scss */
  .iconbox-image-left .image {
    padding: 0;
    background-size: cover;
    display: table-cell;
    float: none;
  }
  /* line 19, ../scss/blocks/iconbox/_iconbox-image-left.scss */
  .iconbox-image-left .content {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
  }
  /* line 25, ../scss/blocks/iconbox/_iconbox-image-left.scss */
  .iconbox-image-left .container {
    padding: 20px 5%;
  }
}
@media (max-width: 991px) {
  /* line 31, ../scss/blocks/iconbox/_iconbox-image-left.scss */
  .iconbox-image-left .image {
    min-height: 300px;
  }
  /* line 35, ../scss/blocks/iconbox/_iconbox-image-left.scss */
  .iconbox-image-left .content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* line 1, ../scss/blocks/iconbox/_iconbox-image-right.scss */
.iconbox-image-right {
  padding: 0;
}
/* line 4, ../scss/blocks/iconbox/_iconbox-image-right.scss */
.iconbox-image-right .header {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  /* line 1, ../scss/blocks/iconbox/_iconbox-image-right.scss */
  .iconbox-image-right {
    display: table;
    min-height: 500px;
  }
  /* line 12, ../scss/blocks/iconbox/_iconbox-image-right.scss */
  .iconbox-image-right .image {
    padding: 0;
    background-size: cover;
    display: table-cell;
    float: none;
  }
  /* line 19, ../scss/blocks/iconbox/_iconbox-image-right.scss */
  .iconbox-image-right .content {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
  }
  /* line 25, ../scss/blocks/iconbox/_iconbox-image-right.scss */
  .iconbox-image-right .container {
    padding: 20px 5%;
  }
}
@media (max-width: 991px) {
  /* line 31, ../scss/blocks/iconbox/_iconbox-image-right.scss */
  .iconbox-image-right .image {
    min-height: 300px;
    padding: 0;
    background-size: cover;
  }
  /* line 37, ../scss/blocks/iconbox/_iconbox-image-right.scss */
  .iconbox-image-right .content {
    padding: 0.5rem 0;
  }
}

/* line 2, ../scss/blocks/iconbox/_iconbox-introduction.scss */
.iconbox-intro .iconbox-icon {
  width: 65px;
  float: left;
}
/* line 6, ../scss/blocks/iconbox/_iconbox-introduction.scss */
.iconbox-intro .iconbox-detail {
  margin-left: 65px;
}

/* line 1, ../scss/blocks/iconbox/_iconbox-statistics.scss */
.iconbox-statistic {
  text-align: center;
}
/* line 4, ../scss/blocks/iconbox/_iconbox-statistics.scss */
.iconbox-statistic .iconbox-icon {
  font-size: 48px;
}
/* line 8, ../scss/blocks/iconbox/_iconbox-statistics.scss */
.iconbox-statistic .number,
.iconbox-statistic .des {
  display: block;
}
/* line 13, ../scss/blocks/iconbox/_iconbox-statistics.scss */
.iconbox-statistic .number {
  font-size: 32px;
}

/* line 1, ../scss/blocks/iconbox/_iconbox-three-tiles.scss */
.iconbox-compact-circle {
  text-align: center;
  padding: 32px;
  background-color: #fff;
}
/* line 6, ../scss/blocks/iconbox/_iconbox-three-tiles.scss */
.iconbox-compact-circle:hover {
  background-color: #5396cc;
  color: #fff;
}
/* line 10, ../scss/blocks/iconbox/_iconbox-three-tiles.scss */
.iconbox-compact-circle:hover a {
  color: #fff;
}
/* line 13, ../scss/blocks/iconbox/_iconbox-three-tiles.scss */
.iconbox-compact-circle:hover a:hover, .iconbox-compact-circle:hover a:focus {
  opacity: 0.8;
}
/* line 20, ../scss/blocks/iconbox/_iconbox-three-tiles.scss */
.iconbox-compact-circle .iconbox-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100px;
  text-align: center;
  font-size: 25px;
  border: 1px solid #F9F9F9;
  display: inline-block;
}
/* line 30, ../scss/blocks/iconbox/_iconbox-three-tiles.scss */
.iconbox-compact-circle .iconbox-icon .fa {
  font-size: 24px;
}

/* line 1, ../scss/blocks/iconbox/_iconbox-tiles.scss */
.iconbox-win-tile {
  margin: 0 !important;
  text-align: center;
  padding: 48px 0;
  font-size: 24px;
}
/* line 7, ../scss/blocks/iconbox/_iconbox-tiles.scss */
.iconbox-win-tile a {
  color: #fff;
}
/* line 10, ../scss/blocks/iconbox/_iconbox-tiles.scss */
.iconbox-win-tile a:hover, .iconbox-win-tile a:focus {
  opacity: 0.8;
}
/* line 16, ../scss/blocks/iconbox/_iconbox-tiles.scss */
.iconbox-win-tile .fa {
  color: #FFF;
}

/* line 1, ../scss/blocks/iconbox/_iconbox-two-columns-grid.scss */
.iconbox-2-columns {
  padding: 32px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
/* line 7, ../scss/blocks/iconbox/_iconbox-two-columns-grid.scss */
.iconbox-2-columns .fa {
  color: #fff;
}
/* line 11, ../scss/blocks/iconbox/_iconbox-two-columns-grid.scss */
.iconbox-2-columns .iconbox-icon {
  width: 75px;
  float: left;
}
/* line 16, ../scss/blocks/iconbox/_iconbox-two-columns-grid.scss */
.iconbox-2-columns .iconbox-title {
  color: #fff;
}
/* line 19, ../scss/blocks/iconbox/_iconbox-two-columns-grid.scss */
.iconbox-2-columns .iconbox-title > a {
  color: #fff;
}
/* line 22, ../scss/blocks/iconbox/_iconbox-two-columns-grid.scss */
.iconbox-2-columns .iconbox-title > a:hover {
  opacity: 0.8;
}
/* line 28, ../scss/blocks/iconbox/_iconbox-two-columns-grid.scss */
.iconbox-2-columns .iconbox-detail {
  margin-left: 75px;
}

/* line 1, ../scss/blocks/iconbox/_iconbox-squares.scss */
.iconbox-squares {
  padding: 3rem;
  text-align: center;
  background-color: rgba(83, 150, 204, 0.8);
}
/* line 6, ../scss/blocks/iconbox/_iconbox-squares.scss */
.iconbox-squares .iconbox-icon {
  margin-bottom: 2rem;
}
/* line 8, ../scss/blocks/iconbox/_iconbox-squares.scss */
.iconbox-squares .iconbox-icon .fa {
  color: white;
}
/* line 14, ../scss/blocks/iconbox/_iconbox-squares.scss */
.iconbox-squares .iconbox-detail .iconbox-title a {
  color: white;
}
/* line 16, ../scss/blocks/iconbox/_iconbox-squares.scss */
.iconbox-squares .iconbox-detail .iconbox-title a:hover, .iconbox-squares .iconbox-detail .iconbox-title a:focus {
  color: #2a628f;
}

/* line 1, ../scss/blocks/iconbox/_iconbox-default.scss */
.iconbox {
  margin-bottom: 0.5rem;
}

/* line 1, ../scss/blocks/textbox/_textbox.scss */
.textbox {
  margin-bottom: 0.5rem;
}

/* line 1, ../scss/blocks/textbox/_textbox-grid.scss */
.textbox-grid h3 {
  margin: 12px 0;
}

/* line 2, ../scss/blocks/textbox/_textbox-horizontal-rounded.scss */
.textbox-horizontal-rounded .nav-tabs {
  margin-bottom: 21px;
  border: 0;
  text-align: center;
}
/* line 7, ../scss/blocks/textbox/_textbox-horizontal-rounded.scss */
.textbox-horizontal-rounded .nav-tabs .nav-item {
  display: inline-block;
  float: none;
  margin-left: -4px;
}
/* line 12, ../scss/blocks/textbox/_textbox-horizontal-rounded.scss */
.textbox-horizontal-rounded .nav-tabs .nav-item .nav-link {
  border-radius: 2px;
}
/* line 17, ../scss/blocks/textbox/_textbox-horizontal-rounded.scss */
.textbox-horizontal-rounded .nav-tabs .active .nav-link, .textbox-horizontal-rounded .nav-tabs .active.nav-link {
  background-color: #2a628f;
  color: #fff;
  border: 0;
}
@media (max-width: 767px) {
  /* line 25, ../scss/blocks/textbox/_textbox-horizontal-rounded.scss */
  .textbox-horizontal-rounded .nav-tabs .nav-item {
    width: 100%;
  }
}

/* line 2, ../scss/blocks/textbox/_textbox-vertical-tabs.scss */
.textbox-vertical-tabs .nav-link {
  border-radius: 2px;
  background-color: #eceeef;
}
/* line 7, ../scss/blocks/textbox/_textbox-vertical-tabs.scss */
.textbox-vertical-tabs .active.nav-link, .textbox-vertical-tabs .active.nav-link:hover, .textbox-vertical-tabs .active.nav-link:focus {
  background-color: #2a628f;
  color: #fff;
}

/* line 1, ../scss/blocks/pricing/_pricing.scss */
.pricing-table {
  border: 1px solid #ddd;
  margin-bottom: 0.5rem;
  text-align: center;
}
/* line 6, ../scss/blocks/pricing/_pricing.scss */
.pricing-table:hover {
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.1);
}

/* line 10, ../scss/blocks/pricing/_pricing.scss */
.pricing-table-content {
  padding: 32px;
}

/* line 13, ../scss/blocks/pricing/_pricing.scss */
.pricing-table-header {
  padding: 25px 0;
  text-align: center;
}
/* line 17, ../scss/blocks/pricing/_pricing.scss */
.pricing-table-header .pricing-table-price {
  font-size: 75px;
  font-weight: bold;
  line-height: 75px;
}
/* line 22, ../scss/blocks/pricing/_pricing.scss */
.pricing-table-header .pricing-table-name {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 21px;
}
/* line 28, ../scss/blocks/pricing/_pricing.scss */
.pricing-table-header .pricing-table-renew {
  text-transform: uppercase;
}

/* line 33, ../scss/blocks/pricing/_pricing.scss */
.pricing-table-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 38, ../scss/blocks/pricing/_pricing.scss */
.pricing-table-list li {
  padding: 10px 50px;
  background: #fff;
  border-bottom: 1px solid #e7e7e7;
}

/* line 45, ../scss/blocks/pricing/_pricing.scss */
.pricing-table-footer {
  padding: 25px 0;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 52, ../scss/blocks/pricing/_pricing.scss */
  .pricing-tables .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 56, ../scss/blocks/pricing/_pricing.scss */
  .pricing-tables .row > div {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 63, ../scss/blocks/pricing/_pricing.scss */
  .pricing-table {
    margin-right: -1px;
  }
}
/* line 1, ../scss/blocks/portfolio/_portfolio.scss */
.portfolio-item {
  position: relative;
  color: #fff;
  overflow: hidden;
  display: block;
}
/* line 8, ../scss/blocks/portfolio/_portfolio.scss */
.portfolio-item .portfolio-thumbnail > img {
  width: 100%;
}
/* line 13, ../scss/blocks/portfolio/_portfolio.scss */
.portfolio-item .portfolio-detail {
  background-color: #2a628f;
  position: absolute;
  left: 0;
  bottom: -150px;
  right: 0;
  text-align: center;
  padding: 10px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
}
/* line 25, ../scss/blocks/portfolio/_portfolio.scss */
.portfolio-item .portfolio-detail h4 {
  margin-bottom: 5px;
  color: #fff;
}
/* line 31, ../scss/blocks/portfolio/_portfolio.scss */
.portfolio-item .categories {
  font-size: 12px;
}
/* line 35, ../scss/blocks/portfolio/_portfolio.scss */
.portfolio-item:hover {
  color: #fff;
}
/* line 38, ../scss/blocks/portfolio/_portfolio.scss */
.portfolio-item:hover .portfolio-detail {
  bottom: 0;
}
/* line 43, ../scss/blocks/portfolio/_portfolio.scss */
.portfolio-item:hover .portfolio-thumbnail > img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

/* line 57, ../scss/blocks/portfolio/_portfolio.scss */
#portfolio .portfolio-item {
  margin-bottom: 30px;
}

/* line 62, ../scss/blocks/portfolio/_portfolio.scss */
.portfolio-filtering-header {
  text-align: center;
  margin-bottom: 35px;
}

/* line 1, ../scss/blocks/_login.scss */
.l-form {
  padding: 4rem;
  background-color: #fff;
}

/* line 6, ../scss/blocks/_login.scss */
.r-form {
  padding: 4rem;
}

/* line 3, ../scss/blocks/workbox/_workbox.scss */
.block-FlexBlock_WorkBox .row-compact img {
  width: 100%;
  max-width: 100%;
}

/* line 10, ../scss/blocks/workbox/_workbox.scss */
.workbox {
  position: relative;
  overflow: hidden;
  display: block;
}
/* line 15, ../scss/blocks/workbox/_workbox.scss */
.workbox img {
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  max-width: 100%;
}
/* line 22, ../scss/blocks/workbox/_workbox.scss */
.workbox:hover img {
  -ms-transform: scale(1.05);
  /* IE 9 */
  -webkit-transform: scale(1.05);
  /* Safari */
  transform: scale(1.05);
}
/* line 28, ../scss/blocks/workbox/_workbox.scss */
.workbox .detail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 4rem;
}
/* line 36, ../scss/blocks/workbox/_workbox.scss */
.workbox .detail * {
  color: #fff;
}
/* line 41, ../scss/blocks/workbox/_workbox.scss */
.workbox .make-center {
  display: table;
  width: 100%;
  height: 100%;
}
/* line 46, ../scss/blocks/workbox/_workbox.scss */
.workbox .make-center .center {
  display: table-cell;
  vertical-align: middle;
}

/* line 55, ../scss/blocks/workbox/_workbox.scss */
.workbox-default .detail {
  text-align: center;
}

/* line 62, ../scss/blocks/workbox/_workbox.scss */
html.no-touch .workbox-default .detail {
  cursor: pointer;
  opacity: 0;
}
/* line 66, ../scss/blocks/workbox/_workbox.scss */
html.no-touch .workbox-default .detail h3, html.no-touch .workbox-default .detail p {
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
/* line 72, ../scss/blocks/workbox/_workbox.scss */
html.no-touch .workbox-default .detail h3 {
  -webkit-transform: translate(0, 25px);
  -ms-transform: translate(0, 25px);
  -o-transform: translate(0, 25px);
  transform: translate(0, 25px);
}
/* line 79, ../scss/blocks/workbox/_workbox.scss */
html.no-touch .workbox-default .detail p {
  -webkit-transform: translate(0, -25px);
  -ms-transform: translate(0, -25px);
  -o-transform: translate(0, -25px);
  transform: translate(0, -25px);
}
/* line 86, ../scss/blocks/workbox/_workbox.scss */
html.no-touch .workbox-default .detail:hover {
  background-color: rgba(87, 111, 158, 0.8);
  opacity: 1;
}
/* line 90, ../scss/blocks/workbox/_workbox.scss */
html.no-touch .workbox-default .detail:hover h3, html.no-touch .workbox-default .detail:hover p {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 103, ../scss/blocks/workbox/_workbox.scss */
html.touch .workbox-default .detail {
  background-color: rgba(87, 111, 158, 0.8);
  cursor: pointer;
}
/* line 107, ../scss/blocks/workbox/_workbox.scss */
html.touch .workbox-default .detail h3, html.touch .workbox-default .detail p {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 118, ../scss/blocks/workbox/_workbox.scss */
.servicebox {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}
/* line 123, ../scss/blocks/workbox/_workbox.scss */
.servicebox img {
  max-width: 100%;
}
/* line 127, ../scss/blocks/workbox/_workbox.scss */
.servicebox .fa {
  color: #2a628f;
}
/* line 131, ../scss/blocks/workbox/_workbox.scss */
.servicebox .servicebox-detail {
  position: absolute;
  left: 0;
  bottom: 50%;
  width: 100%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: center;
  z-index: 2;
}
/* line 145, ../scss/blocks/workbox/_workbox.scss */
.servicebox .servicebox-detail .servicebox-top {
  display: inline-block;
  width: 166px;
  height: 134px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  border-radius: 6px;
  border: 2px solid #f0f0f0;
  margin-bottom: 25px;
}
/* line 157, ../scss/blocks/workbox/_workbox.scss */
.servicebox .servicebox-detail .servicebox-bottom {
  display: none;
}
/* line 162, ../scss/blocks/workbox/_workbox.scss */
.servicebox .servicebox-thumbnail {
  z-index: 0;
}
/* line 167, ../scss/blocks/workbox/_workbox.scss */
.servicebox:hover:after {
  position: absolute;
  background: transparent;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #2a628f;
  opacity: 0.5;
}
/* line 184, ../scss/blocks/workbox/_workbox.scss */
.servicebox:hover .servicebox-bottom {
  display: block;
}

/* line 191, ../scss/blocks/workbox/_workbox.scss */
html.touch .servicebox .servicebox-detail .servicebox-bottom {
  display: block;
}

@media (max-width: 767px) {
  /* line 199, ../scss/blocks/workbox/_workbox.scss */
  .row-workbox > div:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  /* line 209, ../scss/blocks/workbox/_workbox.scss */
  .workbox-case-study .row-workbox > div:not(:last-child) {
    margin-bottom: 1rem;
  }
}
/* line 1, ../scss/components/_social-icons.scss */
.social-icons {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}
/* line 8, ../scss/components/_social-icons.scss */
.social-icons > li {
  padding: 0;
  margin: 0;
  border-right: 0;
  display: inline-block;
}
/* line 14, ../scss/components/_social-icons.scss */
.social-icons > li a {
  margin-left: -4px;
  width: 45px;
  height: 45px;
  display: block;
  text-align: center;
  line-height: 45px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 23, ../scss/components/_social-icons.scss */
.social-icons > li a > .fa {
  line-height: 30px;
}
/* line 29, ../scss/components/_social-icons.scss */
.social-icons > li:first-child a {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 36, ../scss/components/_social-icons.scss */
.social-icons > .social-facebook > a:hover, .social-icons > .social-facebook > a:focus {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #fff;
}
/* line 44, ../scss/components/_social-icons.scss */
.social-icons > .social-twitter > a:hover, .social-icons > .social-twitter > a:focus {
  background-color: #00aced;
  border-color: #00aced;
  color: #fff;
}
/* line 52, ../scss/components/_social-icons.scss */
.social-icons > .social-google-plus > a:hover, .social-icons > .social-google-plus > a:focus {
  background-color: #dd4b39;
  border-color: #dd4b39;
  color: #fff;
}
/* line 60, ../scss/components/_social-icons.scss */
.social-icons > .social-behance > a:hover, .social-icons > .social-behance > a:focus {
  background-color: #45668e;
  border-color: #45668e;
  color: #fff;
}
/* line 68, ../scss/components/_social-icons.scss */
.social-icons > .social-dribbble > a:hover, .social-icons > .social-dribbble > a:focus {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #fff;
}
/* line 76, ../scss/components/_social-icons.scss */
.social-icons > .social-pinterest > a:hover, .social-icons > .social-pinterest > a:focus {
  background-color: #cb2027;
  border-color: #cb2027;
  color: #fff;
}
/* line 84, ../scss/components/_social-icons.scss */
.social-icons > .social-flickr > a:hover, .social-icons > .social-flickr > a:focus {
  background-color: #ff0084;
  border-color: #ff0084;
  color: #fff;
}
/* line 92, ../scss/components/_social-icons.scss */
.social-icons.social-icons-v2 > li > a {
  width: 40px;
  height: 40px;
  line-height: 1;
  border-radius: 100%;
  border: 1px solid transparent;
  margin-left: 0;
}
/* line 100, ../scss/components/_social-icons.scss */
.social-icons.social-icons-v2 > li > a > .fa {
  line-height: 40px;
}
/* line 107, ../scss/components/_social-icons.scss */
.social-icons.social-icons-v3 > li > a {
  width: 30px;
  height: 30px;
  line-height: 1;
  border-radius: 100%;
  border: 1px solid transparent;
  margin-left: 0;
}
/* line 115, ../scss/components/_social-icons.scss */
.social-icons.social-icons-v3 > li > a > .fa {
  line-height: 30px;
}

/* line 124, ../scss/components/_social-icons.scss */
.social-icons-default.social-icons-v2 > li > a {
  border-color: #eceeef;
}
/* line 130, ../scss/components/_social-icons.scss */
.social-icons-default.social-icons-v3 > li > a {
  border-color: #eceeef;
}

/* line 138, ../scss/components/_social-icons.scss */
.icon-block .social-icons-v2 > li > a {
  width: 65px;
  height: 65px;
  line-height: 59px;
  font-size: 25px;
  border: 3px solid #2a628f;
}

/* line 149, ../scss/components/_social-icons.scss */
.site-footer .social-icons li {
  display: inline-block;
}
/* line 152, ../scss/components/_social-icons.scss */
.site-footer .social-icons li::before {
  content: '' !important;
}
/* line 156, ../scss/components/_social-icons.scss */
.site-footer .social-icons li a {
  width: 40px;
  height: 40px;
  line-height: 1;
  border-radius: 100%;
  border: 1px solid #fff;
  display: block;
  text-align: center;
}

/* line 168, ../scss/components/_social-icons.scss */
.topbar .social-icons {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

/* line 173, ../scss/components/_social-icons.scss */
.social {
  list-style: none;
  padding-left: 0;
}
/* line 177, ../scss/components/_social-icons.scss */
.social > li {
  display: inline-block;
}
/* line 180, ../scss/components/_social-icons.scss */
.social > li > a {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #fff;
  display: block;
  text-align: center;
  font-size: 0.875rem;
  line-height: 30px;
  color: #fff;
}
/* line 191, ../scss/components/_social-icons.scss */
.social > li > a:hover {
  color: #2a628f;
}

/* line 2, ../scss/components/_panels.scss */
.accordion-heading {
  font-size: 1.25rem;
}
/* line 5, ../scss/components/_panels.scss */
.accordion-heading span {
  display: inline-block;
  border-bottom: 3px solid #0275d8;
  padding-bottom: 3px;
}

/* line 12, ../scss/components/_panels.scss */
.panel {
  padding: 1.3rem 0 0;
  border-bottom: 1px solid #eceeef;
}
/* line 16, ../scss/components/_panels.scss */
.panel .panel-heading {
  padding-bottom: 1.3rem;
}
/* line 20, ../scss/components/_panels.scss */
.panel .panel-title {
  padding: 0;
  margin: 0;
  font-size: 1.1rem;
  font-weight: normal;
}
/* line 26, ../scss/components/_panels.scss */
.panel .panel-title a::after {
  content: "\f147";
  float: right;
  font-family: "FontAwesome";
}
/* line 32, ../scss/components/_panels.scss */
.panel .panel-title .collapsed::after {
  content: "\f196";
}
/* line 38, ../scss/components/_panels.scss */
.panel .panel-body * {
  font-size: 0.9rem;
}
/* line 45, ../scss/components/_panels.scss */
.panel.active .panel-title a::after {
  content: "\f196";
}

/**
 * Timeline
 */
/* line 16, ../scss/components/_timeline.scss */
.timeline-wrapper .pagination-wrapper {
  margin-top: 30px;
}

/* line 21, ../scss/components/_timeline.scss */
.timeline-sidebar {
  margin-top: 5px;
}

/* line 25, ../scss/components/_timeline.scss */
.timeline {
  list-style: none;
  padding: 60px 0 20px;
  position: relative;
  margin: 0;
}
/* line 31, ../scss/components/_timeline.scss */
.timeline img {
  max-width: 100%;
}
/* line 35, ../scss/components/_timeline.scss */
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
/* line 46, ../scss/components/_timeline.scss */
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
/* line 50, ../scss/components/_timeline.scss */
.timeline > li.last {
  margin-bottom: 80px;
}
/* line 54, ../scss/components/_timeline.scss */
.timeline > li:last-child {
  margin-bottom: 0;
}
/* line 58, ../scss/components/_timeline.scss */
.timeline > li:before {
  content: " ";
  display: table;
  content: " ";
  display: table;
}
/* line 65, ../scss/components/_timeline.scss */
.timeline > li:after {
  content: " ";
  display: table;
  clear: both;
  content: " ";
  display: table;
  clear: both;
}
/* line 74, ../scss/components/_timeline.scss */
.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #ecf0f1;
  border-radius: 2px;
  padding: 20px;
  position: relative;
}
/* line 82, ../scss/components/_timeline.scss */
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ecf0f1;
  border-right: 0 solid #ecf0f1;
  border-bottom: 15px solid transparent;
  content: " ";
}
/* line 94, ../scss/components/_timeline.scss */
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
/* line 107, ../scss/components/_timeline.scss */
.timeline > li > .timeline-badge {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 31px;
  left: 50%;
  margin-left: -11px;
  z-index: 100;
  border-radius: 50%;
  border: 2px solid #2a628f;
  color: #FFF;
  background: #FFF;
}
/* line 124, ../scss/components/_timeline.scss */
.timeline > li > .timeline-date {
  color: #ededed;
  background-color: #414141;
  padding: 12px 0;
  width: 180px;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -90px;
  z-index: 100;
  border-radius: 3px;
}
/* line 141, ../scss/components/_timeline.scss */
.timeline > li:nth-child(even) > .timeline-panel {
  float: right;
}
/* line 144, ../scss/components/_timeline.scss */
.timeline > li:nth-child(even) > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
/* line 151, ../scss/components/_timeline.scss */
.timeline > li:nth-child(even) > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

/* line 161, ../scss/components/_timeline.scss */
.timeline-title {
  margin-top: 0;
  color: #2a628f;
}
/* line 165, ../scss/components/_timeline.scss */
.timeline-title a {
  color: inherit;
}

/* line 170, ../scss/components/_timeline.scss */
.timeline-event-date {
  color: #999;
}

/* line 175, ../scss/components/_timeline.scss */
.timeline-body > p {
  margin-bottom: 0;
}
/* line 177, ../scss/components/_timeline.scss */
.timeline-body > p + p {
  margin-top: 5px;
}
/* line 182, ../scss/components/_timeline.scss */
.timeline-body > ul {
  margin-bottom: 0;
}

/* line 187, ../scss/components/_timeline.scss */
.timeline-thumbnail {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  /* line 192, ../scss/components/_timeline.scss */
  ul.timeline:before {
    left: 40px;
  }
  /* line 197, ../scss/components/_timeline.scss */
  ul.timeline > li > .timeline-panel {
    float: right;
    width: 80%;
  }
  /* line 201, ../scss/components/_timeline.scss */
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  /* line 208, ../scss/components/_timeline.scss */
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
  /* line 216, ../scss/components/_timeline.scss */
  ul.timeline > li > .timeline-badge {
    left: 30px;
    top: 32px;
    margin-left: 0;
  }
  /* line 222, ../scss/components/_timeline.scss */
  ul.timeline > li > .timeline-date {
    margin-left: 0;
    right: 0;
    left: auto;
  }
}
/**
 * Timeline Event
 */
/* line 234, ../scss/components/_timeline.scss */
.tle-heading {
  margin: 0 0 5px;
}

/* line 238, ../scss/components/_timeline.scss */
.tle-meta {
  margin-bottom: 25px;
}

/* line 1, ../scss/components/_page-header.scss */
.page-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eceeef;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 8, ../scss/components/_page-header.scss */
.page-header .page-intro {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
  /* line 8, ../scss/components/_page-header.scss */
  .page-header .page-intro {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
/* line 18, ../scss/components/_page-header.scss */
.page-header .page-heading {
  font-size: 1.6em;
  font-weight: 400;
}
@media (min-width: 768px) {
  /* line 18, ../scss/components/_page-header.scss */
  .page-header .page-heading {
    font-size: 2.5em;
  }
}
/* line 27, ../scss/components/_page-header.scss */
.page-header .breadcrumb {
  margin-bottom: 0;
  padding: 0;
  background: none;
  border-radius: 0;
}
/* line 33, ../scss/components/_page-header.scss */
.page-header .breadcrumb .breadcrumb-item {
  font-size: 0.8rem;
  font-weight: 400;
}
/* line 39, ../scss/components/_page-header.scss */
.page-header .breadcrumb-item + .breadcrumb-item::before {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
/* line 44, ../scss/components/_page-header.scss */
.page-header .container > .row {
  width: 100%;
}
/* line 47, ../scss/components/_page-header.scss */
.page-header .container > .row > div {
  width: 100% !important;
}
@media (min-width: 992px) {
  /* line 1, ../scss/components/_page-header.scss */
  .page-header {
    padding-top: 2rem;
    padding-bottom: 2rem;
    		/*
            .container > .row {
                display: table;
                width: 100%;
    
                > div {
                    display: table-cell;
                    vertical-align: middle;
                    float: none;
    
                    .breadcrumb {
                        float: right;
                    }
                }
            }
    		*/
  }
}

/* line 1, ../scss/components/_headings.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  letter-spacing: -1px;
}

@media (max-width: 1199px) {
  /* line 7, ../scss/components/_headings.scss */
  h1 {
    font-size: 2.5em;
  }

  /* line 10, ../scss/components/_headings.scss */
  h2 {
    font-size: 2.25em;
  }

  /* line 13, ../scss/components/_headings.scss */
  h3 {
    font-size: 1.5em;
  }
}
@media (max-width: 991px) {
  /* line 19, ../scss/components/_headings.scss */
  h1 {
    font-size: 2em;
  }

  /* line 22, ../scss/components/_headings.scss */
  h2 {
    font-size: 1.625em;
  }

  /* line 25, ../scss/components/_headings.scss */
  h3 {
    font-size: 1.375em;
  }
}
/* line 31, ../scss/components/_headings.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #333;
}

/* line 37, ../scss/components/_headings.scss */
.block-white-heading .section-title, .block-white-heading .typography {
  color: #FFF;
}

/* line 2, ../scss/components/_buttons.scss */
.btn-rounded {
  border-radius: 1000px !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 9, ../scss/components/_buttons.scss */
.btn-brand-second {
  color: #fff;
  background-color: #367db6;
  border-color: #367db6;
}
/* line 11, ../scss/bootstrap/mixins/_hover.scss */
.btn-brand-second:hover {
  color: #fff;
  background-color: #2a628f;
  border-color: #285c87;
}
/* line 21, ../scss/bootstrap/mixins/_buttons.scss */
.btn-brand-second:focus, .btn-brand-second.focus {
  color: #fff;
  background-color: #2a628f;
  border-color: #285c87;
}
/* line 28, ../scss/bootstrap/mixins/_buttons.scss */
.btn-brand-second:active, .btn-brand-second.active, .open > .btn-brand-second.dropdown-toggle {
  color: #fff;
  background-color: #2a628f;
  border-color: #285c87;
  background-image: none;
}
/* line 38, ../scss/bootstrap/mixins/_buttons.scss */
.btn-brand-second:active:hover, .btn-brand-second:active:focus, .btn-brand-second:active.focus, .btn-brand-second.active:hover, .btn-brand-second.active:focus, .btn-brand-second.active.focus, .open > .btn-brand-second.dropdown-toggle:hover, .open > .btn-brand-second.dropdown-toggle:focus, .open > .btn-brand-second.dropdown-toggle.focus {
  color: #fff;
  background-color: #224f73;
  border-color: #193954;
}
/* line 49, ../scss/bootstrap/mixins/_buttons.scss */
.btn-brand-second.disabled:focus, .btn-brand-second.disabled.focus, .btn-brand-second:disabled:focus, .btn-brand-second:disabled.focus {
  background-color: #367db6;
  border-color: #367db6;
}
/* line 11, ../scss/bootstrap/mixins/_hover.scss */
.btn-brand-second.disabled:hover, .btn-brand-second:disabled:hover {
  background-color: #367db6;
  border-color: #367db6;
}

/* line 13, ../scss/components/_buttons.scss */
.btn-brand-third {
  color: #fff;
  background-color: #2a628f;
  border-color: #2a628f;
}
/* line 11, ../scss/bootstrap/mixins/_hover.scss */
.btn-brand-third:hover {
  color: #fff;
  background-color: #1f4767;
  border-color: #1c425f;
}
/* line 21, ../scss/bootstrap/mixins/_buttons.scss */
.btn-brand-third:focus, .btn-brand-third.focus {
  color: #fff;
  background-color: #1f4767;
  border-color: #1c425f;
}
/* line 28, ../scss/bootstrap/mixins/_buttons.scss */
.btn-brand-third:active, .btn-brand-third.active, .open > .btn-brand-third.dropdown-toggle {
  color: #fff;
  background-color: #1f4767;
  border-color: #1c425f;
  background-image: none;
}
/* line 38, ../scss/bootstrap/mixins/_buttons.scss */
.btn-brand-third:active:hover, .btn-brand-third:active:focus, .btn-brand-third:active.focus, .btn-brand-third.active:hover, .btn-brand-third.active:focus, .btn-brand-third.active.focus, .open > .btn-brand-third.dropdown-toggle:hover, .open > .btn-brand-third.dropdown-toggle:focus, .open > .btn-brand-third.dropdown-toggle.focus {
  color: #fff;
  background-color: #16344c;
  border-color: #0d1e2c;
}
/* line 49, ../scss/bootstrap/mixins/_buttons.scss */
.btn-brand-third.disabled:focus, .btn-brand-third.disabled.focus, .btn-brand-third:disabled:focus, .btn-brand-third:disabled.focus {
  background-color: #2a628f;
  border-color: #2a628f;
}
/* line 11, ../scss/bootstrap/mixins/_hover.scss */
.btn-brand-third.disabled:hover, .btn-brand-third:disabled:hover {
  background-color: #2a628f;
  border-color: #2a628f;
}

/* line 18, ../scss/components/_buttons.scss */
.btn-outline-brand-second {
  color: #367db6;
  background-image: none;
  background-color: transparent;
  border-color: #367db6;
}
/* line 11, ../scss/bootstrap/mixins/_hover.scss */
.btn-outline-brand-second:hover {
  color: #fff;
  background-color: #367db6;
  border-color: #367db6;
}
/* line 73, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-brand-second:focus, .btn-outline-brand-second.focus {
  color: #fff;
  background-color: #367db6;
  border-color: #367db6;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-brand-second:active, .btn-outline-brand-second.active, .open > .btn-outline-brand-second.dropdown-toggle {
  color: #fff;
  background-color: #367db6;
  border-color: #367db6;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-brand-second:active:hover, .btn-outline-brand-second:active:focus, .btn-outline-brand-second:active.focus, .btn-outline-brand-second.active:hover, .btn-outline-brand-second.active:focus, .btn-outline-brand-second.active.focus, .open > .btn-outline-brand-second.dropdown-toggle:hover, .open > .btn-outline-brand-second.dropdown-toggle:focus, .open > .btn-outline-brand-second.dropdown-toggle.focus {
  color: #fff;
  background-color: #224f73;
  border-color: #193954;
}
/* line 98, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-brand-second.disabled:focus, .btn-outline-brand-second.disabled.focus, .btn-outline-brand-second:disabled:focus, .btn-outline-brand-second:disabled.focus {
  border-color: #7aaed8;
}
/* line 11, ../scss/bootstrap/mixins/_hover.scss */
.btn-outline-brand-second.disabled:hover, .btn-outline-brand-second:disabled:hover {
  border-color: #7aaed8;
}

/* line 22, ../scss/components/_buttons.scss */
.btn-outline-brand-third {
  color: #2a628f;
  background-image: none;
  background-color: transparent;
  border-color: #2a628f;
}
/* line 11, ../scss/bootstrap/mixins/_hover.scss */
.btn-outline-brand-third:hover {
  color: #fff;
  background-color: #2a628f;
  border-color: #2a628f;
}
/* line 73, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-brand-third:focus, .btn-outline-brand-third.focus {
  color: #fff;
  background-color: #2a628f;
  border-color: #2a628f;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-brand-third:active, .btn-outline-brand-third.active, .open > .btn-outline-brand-third.dropdown-toggle {
  color: #fff;
  background-color: #2a628f;
  border-color: #2a628f;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-brand-third:active:hover, .btn-outline-brand-third:active:focus, .btn-outline-brand-third:active.focus, .btn-outline-brand-third.active:hover, .btn-outline-brand-third.active:focus, .btn-outline-brand-third.active.focus, .open > .btn-outline-brand-third.dropdown-toggle:hover, .open > .btn-outline-brand-third.dropdown-toggle:focus, .open > .btn-outline-brand-third.dropdown-toggle.focus {
  color: #fff;
  background-color: #16344c;
  border-color: #0d1e2c;
}
/* line 98, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-brand-third.disabled:focus, .btn-outline-brand-third.disabled.focus, .btn-outline-brand-third:disabled:focus, .btn-outline-brand-third:disabled.focus {
  border-color: #5396cc;
}
/* line 11, ../scss/bootstrap/mixins/_hover.scss */
.btn-outline-brand-third.disabled:hover, .btn-outline-brand-third:disabled:hover {
  border-color: #5396cc;
}

/* line 26, ../scss/components/_buttons.scss */
.btn-outline-brand-white {
  color: #fff;
  background-image: none;
  background-color: transparent;
  border-color: #fff;
}
/* line 11, ../scss/bootstrap/mixins/_hover.scss */
.btn-outline-brand-white:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
/* line 73, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-brand-white:focus, .btn-outline-brand-white.focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-brand-white:active, .btn-outline-brand-white.active, .open > .btn-outline-brand-white.dropdown-toggle {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-brand-white:active:hover, .btn-outline-brand-white:active:focus, .btn-outline-brand-white:active.focus, .btn-outline-brand-white.active:hover, .btn-outline-brand-white.active:focus, .btn-outline-brand-white.active.focus, .open > .btn-outline-brand-white.dropdown-toggle:hover, .open > .btn-outline-brand-white.dropdown-toggle:focus, .open > .btn-outline-brand-white.dropdown-toggle.focus {
  color: #fff;
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}
/* line 98, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-brand-white.disabled:focus, .btn-outline-brand-white.disabled.focus, .btn-outline-brand-white:disabled:focus, .btn-outline-brand-white:disabled.focus {
  border-color: white;
}
/* line 11, ../scss/bootstrap/mixins/_hover.scss */
.btn-outline-brand-white.disabled:hover, .btn-outline-brand-white:disabled:hover {
  border-color: white;
}
/* line 29, ../scss/components/_buttons.scss */
.btn-outline-brand-white:hover, .btn-outline-brand-white:focus {
  color: #2a628f;
}

@media (max-width: 767px) {
  /* line 36, ../scss/components/_buttons.scss */
  .btn-block-sm {
    display: block;
  }
}
/* line 2, ../scss/components/_forms.scss */
.form-control.required, .form-control.error {
  border: 1px solid #ebcccc;
  margin-bottom: 3px;
}

/**
 * Form
 */
/* line 12, ../scss/components/_forms.scss */
form .message {
  padding: 3px 8px;
  font-weight: normal;
  font-size: 80%;
}
/* line 17, ../scss/components/_forms.scss */
form .message.required, form .message.error {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}
/* line 8, ../scss/bootstrap/mixins/_alert.scss */
form .message.required hr, form .message.error hr {
  border-top-color: #e4b9b9;
}
/* line 11, ../scss/bootstrap/mixins/_alert.scss */
form .message.required .alert-link, form .message.error .alert-link {
  color: #843534;
}
/* line 23, ../scss/components/_forms.scss */
form fieldset > .field {
  margin-bottom: 15px;
}
/* line 26, ../scss/components/_forms.scss */
form fieldset > .field > label {
  font-weight: 700;
}
/* line 33, ../scss/components/_forms.scss */
form fieldset > .checkbox > .middleColumn > input {
  margin-left: 0;
  position: static;
  display: inline-block;
}
/* line 39, ../scss/components/_forms.scss */
form fieldset > .checkbox > .middleColumn > label {
  font-weight: normal;
  padding-left: 0;
  float: none;
}
/* line 48, ../scss/components/_forms.scss */
form fieldset > .optionset > legend {
  font-size: 1rem;
  line-height: 1.6875;
  border: none;
  color: #555;
  font-weight: 700;
}
/* line 56, ../scss/components/_forms.scss */
form fieldset > .optionset ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 61, ../scss/components/_forms.scss */
form fieldset > .optionset ul li {
  padding: 0;
  margin: 0;
}
/* line 65, ../scss/components/_forms.scss */
form fieldset > .optionset ul li label {
  font-weight: normal;
}
/* line 71, ../scss/components/_forms.scss */
form fieldset > .optionset input.checkbox, form fieldset > .optionset input.radio {
  display: inline-block;
}
/* line 78, ../scss/components/_forms.scss */
form .middleColumn > span.message {
  display: block;
}
/* line 83, ../scss/components/_forms.scss */
form .middleColumn > .message.error {
  color: #fff;
  background: #d9534f;
  border: 1px solid #d9534f;
}

/**
 * Input group
 */
/* line 96, ../scss/components/_forms.scss */
.input-group-addon button[type="submit"], .input-group-addon input[type="submit"] {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  color: inherit;
}
/* line 104, ../scss/components/_forms.scss */
.input-group-addon.primary {
  color: #fff;
  background: #5396cc;
  border-color: #5396cc;
}
/* line 110, ../scss/components/_forms.scss */
.input-group-addon.success {
  color: #fff;
  background: #5cb85c;
  border-color: #5cb85c;
}
/* line 116, ../scss/components/_forms.scss */
.input-group-addon.info {
  color: #fff;
  background: #5bc0de;
  border-color: #5bc0de;
}
/* line 122, ../scss/components/_forms.scss */
.input-group-addon.warning {
  color: #fff;
  background: #f0ad4e;
  border-color: #f0ad4e;
}
/* line 128, ../scss/components/_forms.scss */
.input-group-addon.danger {
  color: #fff;
  background: #d9534f;
  border-color: #d9534f;
}

/**
 * reCaptcha field
 */
/* line 138, ../scss/components/_forms.scss */
.g-recaptcha > div {
  width: auto !important;
}
/* line 141, ../scss/components/_forms.scss */
.g-recaptcha > div > div {
  width: inherit !important;
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
  max-width: 300px;
  min-height: 78px;
  border-right: 1px solid #d3d3d3;
  border-radius: 4px;
  box-shadow: 2px 0px 4px -1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 2px 0px 4px -1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 2px 0px 4px -1px rgba(0, 0, 0, 0.08);
}
/* line 155, ../scss/components/_forms.scss */
.g-recaptcha > div > div iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* line 165, ../scss/components/_forms.scss */
.g-recaptcha > div > div > div {
  position: relative;
}
/* line 168, ../scss/components/_forms.scss */
.g-recaptcha > div > div > div:before {
  content: 'Loading captcha...';
  position: absolute;
  top: 38%;
  left: 0;
}
/* line 176, ../scss/components/_forms.scss */
.g-recaptcha > div > div:empty:before {
  content: 'Something went wrong!';
}

/**
 * General search form
 */
/* line 185, ../scss/components/_forms.scss */
.search-form {
  position: relative;
}
/* line 188, ../scss/components/_forms.scss */
.search-form .action {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 195, ../scss/components/_forms.scss */
.bottom-search-form {
  max-width: 480px;
  margin: 0 auto;
}

/**
 * Member login form
 */
/* line 204, ../scss/components/_forms.scss */
.login-wrapper .section-title, .login-wrapper .primary-content {
  margin-bottom: 25px;
}
/* line 208, ../scss/components/_forms.scss */
.login-wrapper #ForgotPassword {
  margin-top: 15px;
  text-align: right;
}
/* line 213, ../scss/components/_forms.scss */
.login-wrapper input[type="submit"] {
  display: block;
  width: 100%;
}

/**
 * Member register form
 */
/* line 223, ../scss/components/_forms.scss */
.register-wrapper .section-title, .register-wrapper .primary-content {
  margin-bottom: 25px;
}
/* line 227, ../scss/components/_forms.scss */
.register-wrapper input[type="submit"] {
  display: block;
  width: 100%;
}

/**
 * Contact form
 */
/* line 237, ../scss/components/_forms.scss */
.Contact_Message textarea {
  max-height: 100px;
}

/**
 * Responsive table
 */
/* line 4, ../scss/components/_tables.scss */
table.fluid-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
}
/* line 9, ../scss/components/_tables.scss */
table.fluid-table td {
  vertical-align: top;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  /* Force table to not be like tables anymore */
  /* line 17, ../scss/components/_tables.scss */
  table.fluid-table,
  table.fluid-table thead,
  table.fluid-table tbody,
  table.fluid-table th,
  table.fluid-table td,
  table.fluid-table tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  /* line 27, ../scss/components/_tables.scss */
  table.fluid-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  /* line 33, ../scss/components/_tables.scss */
  table.fluid-table td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    white-space: normal;
    text-align: left;
  }
}
/* line 1, ../scss/components/_sidebars.scss */
.widget {
  margin-bottom: 1rem;
}
/* line 4, ../scss/components/_sidebars.scss */
.widget .widget-title {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  color: #555;
}
/* line 12, ../scss/components/_sidebars.scss */
.widget ul {
  padding-left: 0;
  list-style: none;
}
/* line 17, ../scss/components/_sidebars.scss */
.widget ul li:before {
  font-family: 'FontAwesome';
  content: "\f105";
  margin-right: 10px;
}
/* line 25, ../scss/components/_sidebars.scss */
.widget .social-icons li::before {
  margin-right: 0;
  content: "";
}
/* line 31, ../scss/components/_sidebars.scss */
.widget a:hover, .widget a:focus {
  opacity: 0.8;
}

/* line 16, ../scss/components/_common.scss */
.color-bright,
.color-bright .h1,
.color-bright .h2,
.color-bright .h3,
.color-bright .h4,
.color-bright .h5,
.color-bright .h6,
.color-bright a,
.color-bright h1,
.color-bright h2,
.color-bright h3,
.color-bright h4,
.color-bright h5,
.color-bright h6 {
  color: #fff;
}
/* line 33, ../scss/components/_common.scss */
.color-bright a:hover {
  opacity: 0.8;
}

/* line 39, ../scss/components/_common.scss */
.bg-none {
  background-color: transparent !important;
}

/* line 43, ../scss/components/_common.scss */
.bg-brand-first {
  background-color: #5396cc;
}

/* line 47, ../scss/components/_common.scss */
.bg-brand-second {
  background-color: #367db6;
}

/* line 51, ../scss/components/_common.scss */
.bg-brand-third {
  background-color: #2a628f;
}

/* line 55, ../scss/components/_common.scss */
.bg-brand-fourth {
  background-color: #1f4767;
}

/* line 59, ../scss/components/_common.scss */
.bg-brand-fifth {
  background-color: #132c40;
}

/* line 65, ../scss/components/_common.scss */
.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  margin-top: 0 !important;
}
/* line 69, ../scss/components/_common.scss */
.typography img {
  border: 3px solid #CCC;
  height: auto;
  border-radius: 5px;
  background: transparent url(../images/ajax-loader.gif) no-repeat center center;
}
/* line 75, ../scss/components/_common.scss */
.typography img.left {
  float: left;
  max-width: 50%;
  margin: 5px 20px 10px 0;
}
/* line 81, ../scss/components/_common.scss */
.typography img.right {
  float: right;
  max-width: 50%;
  margin: 5px 0 10px 20px;
}
/* line 87, ../scss/components/_common.scss */
.typography img.leftAlone {
  float: left;
  margin-right: 100%;
  margin-bottom: 10px;
  clear: both;
}
/* line 94, ../scss/components/_common.scss */
.typography img.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 10px;
  clear: both;
  max-width: 100%;
}
/* line 105, ../scss/components/_common.scss */
.typography .captionImage {
  width: 100% !important;
  margin-top: 5px;
}
/* line 109, ../scss/components/_common.scss */
.typography .captionImage img {
  margin: 0;
}
/* line 113, ../scss/components/_common.scss */
.typography .captionImage p {
  clear: both;
  margin: 5px 0;
  font-style: italic;
  color: #888;
}
/* line 120, ../scss/components/_common.scss */
.typography .captionImage .caption {
  border-left: 3px solid #CCC;
  padding: 5px 0 0 10px;
}
/* line 125, ../scss/components/_common.scss */
.typography .captionImage.left {
  float: left;
  margin: 5px 30px 20px 0px;
}
/* line 129, ../scss/components/_common.scss */
.typography .captionImage.left img {
  float: none;
  max-width: none;
  width: 100%;
  margin-right: -10px;
}
/* line 137, ../scss/components/_common.scss */
.typography .captionImage.right {
  float: right;
  margin: 5px 0 20px 30px;
}
/* line 141, ../scss/components/_common.scss */
.typography .captionImage.right img {
  float: none;
  max-width: none;
  width: 100%;
  margin-left: -10px;
}
/* line 148, ../scss/components/_common.scss */
.typography .captionImage.right p {
  margin-left: -10px;
  text-align: left;
  margin-left: -10px;
}
/* line 155, ../scss/components/_common.scss */
.typography .captionImage.left[style] {
  max-width: 50%;
}
/* line 159, ../scss/components/_common.scss */
.typography .captionImage.right[style] {
  max-width: 50%;
}
/* line 163, ../scss/components/_common.scss */
.typography .captionImage.leftAlone {
  float: none;
  margin: 0 20px 20px 0px;
}
/* line 168, ../scss/components/_common.scss */
.typography .captionImage.center {
  margin: 0 auto 20px;
}
/* line 173, ../scss/components/_common.scss */
.typography > :last-child {
  margin-bottom: 0 !important;
}
/* line 177, ../scss/components/_common.scss */
.typography .btn {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  /* line 185, ../scss/components/_common.scss */
  .typography img.left, .typography img.right, .typography img.leftAlone {
    float: none;
    max-width: 100%;
    margin: 0;
  }
  /* line 193, ../scss/components/_common.scss */
  .typography .captionImage.left, .typography .captionImage.right {
    float: none;
    margin: 0;
    padding: 0;
  }
  /* line 198, ../scss/components/_common.scss */
  .typography .captionImage.left p, .typography .captionImage.left img, .typography .captionImage.right p, .typography .captionImage.right img {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 204, ../scss/components/_common.scss */
  .typography .captionImage.left[style], .typography .captionImage.right[style] {
    max-width: 100%;
  }
}
/* line 212, ../scss/components/_common.scss */
.border-top {
  border-top: 1px solid #EEE;
}

/* line 216, ../scss/components/_common.scss */
.border-btm {
  border-bottom: 1px solid #EEE;
}

/* line 220, ../scss/components/_common.scss */
.brand-first-color {
  color: #5396cc;
}

/* line 224, ../scss/components/_common.scss */
.brand-second-color {
  color: #367db6;
}

/* line 228, ../scss/components/_common.scss */
.brand-third-color {
  color: #2a628f;
}

/* line 232, ../scss/components/_common.scss */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}

/* line 244, ../scss/components/_common.scss */
.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
/* line 248, ../scss/components/_common.scss */
.no-gutter .col-md-3,
.no-gutter .col-md-4,
.no-gutter .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}

/* line 256, ../scss/components/_common.scss */
.p-t-4 {
  padding-top: 8rem;
}

/* line 260, ../scss/components/_common.scss */
.p-t-5 {
  padding-top: 10rem;
}

/* line 264, ../scss/components/_common.scss */
.p-b-4 {
  padding-bottom: 8rem;
}

/* line 268, ../scss/components/_common.scss */
.p-b-5 {
  padding-bottom: 10rem;
}

@media (max-width: 767px) {
  /* line 273, ../scss/components/_common.scss */
  .p-a-3 {
    padding: 3rem 3rem !important;
  }

  /* line 277, ../scss/components/_common.scss */
  .p-t-3 {
    padding-top: 3rem !important;
  }

  /* line 281, ../scss/components/_common.scss */
  .p-r-3 {
    padding-right: 3rem !important;
  }

  /* line 285, ../scss/components/_common.scss */
  .p-b-3 {
    padding-bottom: 3rem !important;
  }

  /* line 289, ../scss/components/_common.scss */
  .p-l-3 {
    padding-left: 3rem !important;
  }

  /* line 293, ../scss/components/_common.scss */
  .p-x-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
}
/* line 300, ../scss/components/_common.scss */
.text-center {
  text-align: center;
}

/* line 305, ../scss/components/_common.scss */
.fa-6x {
  font-size: 6em;
}

/* line 309, ../scss/components/_common.scss */
.fa-7x {
  font-size: 7em;
}

/* line 313, ../scss/components/_common.scss */
.fa-8x {
  font-size: 8em;
}

/* line 317, ../scss/components/_common.scss */
.fa-9x {
  font-size: 9em;
}

/* line 321, ../scss/components/_common.scss */
.fa-10x {
  font-size: 10em;
}

/* line 328, ../scss/components/_common.scss */
.widget .arrow {
  display: none;
}

/* line 333, ../scss/components/_common.scss */
.row-same-height {
  overflow: hidden;
}
/* line 336, ../scss/components/_common.scss */
.row-same-height > [class*="col-"] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

/* line 342, ../scss/components/_common.scss */
.display-table {
  display: table;
}

/* line 346, ../scss/components/_common.scss */
.display-table-cell {
  display: table-cell;
}

/* line 350, ../scss/components/_common.scss */
.align-middle {
  vertical-align: middle;
}

/* line 355, ../scss/components/_common.scss */
.js-circle-box {
  display: table !important;
  padding: 0 !important;
  margin-left: auto;
  margin-right: auto;
  line-height: 1 !important;
}
/* line 362, ../scss/components/_common.scss */
.js-circle-box > div {
  display: table-cell !important;
  vertical-align: middle !important;
  text-align: center;
}

/* line 370, ../scss/components/_common.scss */
.shortcode-divider {
  display: none;
}

/* line 374, ../scss/components/_common.scss */
.shortcode-wrapper {
  padding: 0;
  margin: 0;
}

/* line 379, ../scss/components/_common.scss */
.sc-image {
  margin-bottom: 20px;
}
/* line 382, ../scss/components/_common.scss */
.sc-image .caption {
  border-left: 3px solid #CCC;
  padding: 5px 0 0 10px;
  margin-top: 3px;
  font-style: italic;
}
/* line 389, ../scss/components/_common.scss */
.sc-image.center {
  display: table;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
/* line 397, ../scss/components/_common.scss */
.sc-image.left {
  display: block;
  float: left;
  margin-right: 20px;
  max-width: 50%;
}
/* line 404, ../scss/components/_common.scss */
.sc-image.right {
  float: right;
  display: block;
  margin-left: 20px;
  max-width: 50%;
}
/* line 411, ../scss/components/_common.scss */
.sc-image img {
  max-width: 100% !important;
}

/* line 1, ../scss/navbar/_navbar.scss */
.navbar {
  transition: all 0.1s linear;
}
@media (max-width: 991px) {
  /* line 5, ../scss/navbar/_navbar.scss */
  .navbar .navbar-nav {
    height: auto !important;
    padding: 1rem 1rem;
  }
  /* line 9, ../scss/navbar/_navbar.scss */
  .navbar .navbar-nav .nav-item {
    height: auto !important;
    line-height: normal !important;
  }
}
/* line 14, ../scss/navbar/_navbar.scss */
.navbar .navbar-nav .nav-link {
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}
/* line 22, ../scss/navbar/_navbar.scss */
.navbar .dropdown-toggle::after {
  content: '\f107';
  font-family: 'FontAwesome';
  border: 0;
  display: inline;
}
@media (max-width: 1199px) {
  /* line 32, ../scss/navbar/_navbar.scss */
  .navbar .mega-menu-content .row > div {
    margin-bottom: 15px;
  }
  /* line 36, ../scss/navbar/_navbar.scss */
  .navbar .mega-menu-content .row h5 {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  /* line 45, ../scss/navbar/_navbar.scss */
  .navbar .mega-menu-content .list-unstyled > li a {
    display: block;
    padding: 5px 0;
    color: #444;
  }
  /* line 50, ../scss/navbar/_navbar.scss */
  .navbar .mega-menu-content .list-unstyled > li a:hover {
    background-color: #eceeef;
    color: #2a628f;
    text-decoration: none;
  }
  /* line 58, ../scss/navbar/_navbar.scss */
  .navbar .open > .dropdown-menu {
    height: auto;
    margin: 0;
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-top: 2px solid #2a628f;
    border: 0;
    padding: 1rem 2rem;
  }
  /* line 67, ../scss/navbar/_navbar.scss */
  .navbar .open > .dropdown-menu .dropdown-item {
    height: auto;
    line-height: normal;
    padding: 1rem 1rem;
  }
  /* line 72, ../scss/navbar/_navbar.scss */
  .navbar .open > .dropdown-menu .dropdown-item:hover {
    background-color: #eceeef;
  }
  /* line 76, ../scss/navbar/_navbar.scss */
  .navbar .open > .dropdown-menu .dropdown-item > a {
    height: 2rem;
    color: #444;
  }
  /* line 80, ../scss/navbar/_navbar.scss */
  .navbar .open > .dropdown-menu .dropdown-item > a:hover {
    color: #2a628f;
    text-decoration: none;
  }
  /* line 88, ../scss/navbar/_navbar.scss */
  .navbar .dropdown.yamm-fw .dropdown-menu {
    padding: 4rem;
  }
}
@media (max-width: 991px) {
  /* line 1, ../scss/navbar/_navbar.scss */
  .navbar {
    border-top: 2px solid #2a628f;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 98, ../scss/navbar/_navbar.scss */
  .navbar .navbar-brand {
    display: none;
  }
  /* line 102, ../scss/navbar/_navbar.scss */
  .navbar .open > .dropdown-menu {
    position: relative;
    width: 100%;
    border: 0;
  }
  /* line 106, ../scss/navbar/_navbar.scss */
  .navbar .open > .dropdown-menu .dropdown-item {
    padding: 7px 15px;
  }
}

@media (min-width: 992px) {
  /* line 115, ../scss/navbar/_navbar.scss */
  .navbar:not(.scrolled):not(.navbar-w-100) .open > .dropdown-menu {
    top: calc(100% + 24px);
  }
}
/* line 121, ../scss/navbar/_navbar.scss */
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 126, ../scss/navbar/_navbar.scss */
.navbar-toggler {
  border: 1px solid #eceeef;
}

/* line 130, ../scss/navbar/_navbar.scss */
.fake-navbar {
  display: none;
  width: 100%;
  opacity: 0;
}

@media (min-width: 992px) {
  /* line 137, ../scss/navbar/_navbar.scss */
  .fake-navbar {
    display: block;
  }
}
/* line 146, ../scss/navbar/_navbar.scss */
.navbar-default {
  background-color: #fff;
  border-bottom: 1px solid #eceeef;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
/* line 152, ../scss/navbar/_navbar.scss */
.navbar-default + .fake-navbar {
  height: 72px;
  display: block;
}
@media (min-width: 992px) {
  /* line 146, ../scss/navbar/_navbar.scss */
  .navbar-default {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  /* line 161, ../scss/navbar/_navbar.scss */
  .navbar-default.scrolled {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  /* line 166, ../scss/navbar/_navbar.scss */
  .navbar-default + .fake-navbar {
    height: 102px;
  }
}

@media (min-width: 992px) {
  /* line 177, ../scss/navbar/_navbar.scss */
  .has-bright-header .nabvar-transparent:not(.scrolled) .nav > li > a, .has-bright-header .semi-transparent:not(.scrolled) .nav > li > a {
    color: #FFF;
  }
  /* line 180, ../scss/navbar/_navbar.scss */
  .has-bright-header .nabvar-transparent:not(.scrolled) .nav > li > a:hover, .has-bright-header .nabvar-transparent:not(.scrolled) .nav > li > a:focus, .has-bright-header .semi-transparent:not(.scrolled) .nav > li > a:hover, .has-bright-header .semi-transparent:not(.scrolled) .nav > li > a:focus {
    color: #cccccc;
  }
  /* line 186, ../scss/navbar/_navbar.scss */
  .has-bright-header .nabvar-transparent:not(.scrolled) .nav > li.active > a, .has-bright-header .semi-transparent:not(.scrolled) .nav > li.active > a {
    color: #cccccc;
  }
  /* line 193, ../scss/navbar/_navbar.scss */
  .has-bright-header .nabvar-transparent:not(.scrolled) .logo-dark, .has-bright-header .semi-transparent:not(.scrolled) .logo-dark {
    display: none;
  }
  /* line 197, ../scss/navbar/_navbar.scss */
  .has-bright-header .nabvar-transparent:not(.scrolled) .logo-white, .has-bright-header .semi-transparent:not(.scrolled) .logo-white {
    display: block;
  }
}
/* line 203, ../scss/navbar/_navbar.scss */
.has-bright-header .page-header * {
  color: #FFF;
}

@media (min-width: 992px) {
  /* line 213, ../scss/navbar/_navbar.scss */
  .bright-banner-text .nabvar-transparent:not(.scrolled) .nav > li > a, .bright-banner-text .semi-transparent:not(.scrolled) .nav > li > a {
    color: #FFF;
  }
  /* line 216, ../scss/navbar/_navbar.scss */
  .bright-banner-text .nabvar-transparent:not(.scrolled) .nav > li > a:hover, .bright-banner-text .nabvar-transparent:not(.scrolled) .nav > li > a:focus, .bright-banner-text .semi-transparent:not(.scrolled) .nav > li > a:hover, .bright-banner-text .semi-transparent:not(.scrolled) .nav > li > a:focus {
    color: #cccccc;
  }
  /* line 222, ../scss/navbar/_navbar.scss */
  .bright-banner-text .nabvar-transparent:not(.scrolled) .nav > li.active > a, .bright-banner-text .semi-transparent:not(.scrolled) .nav > li.active > a {
    color: #cccccc;
  }
  /* line 229, ../scss/navbar/_navbar.scss */
  .bright-banner-text .nabvar-transparent:not(.scrolled) .logo-dark, .bright-banner-text .semi-transparent:not(.scrolled) .logo-dark {
    display: none;
  }
  /* line 233, ../scss/navbar/_navbar.scss */
  .bright-banner-text .nabvar-transparent:not(.scrolled) .logo-white, .bright-banner-text .semi-transparent:not(.scrolled) .logo-white {
    display: block;
  }
}

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
/* line 15, ../scss/navbar/_yamm.scss */
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
  position: static;
}
/* line 20, ../scss/navbar/_yamm.scss */
.yamm .container {
  position: relative;
}
/* line 25, ../scss/navbar/_yamm.scss */
.yamm .dropdown-menu {
  left: auto;
}
/* line 30, ../scss/navbar/_yamm.scss */
.yamm .yamm-content {
  padding: 20px 30px;
}
/* line 35, ../scss/navbar/_yamm.scss */
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

/* line 1, ../scss/navbar/_navbar-centered.scss */
.navbar-centered {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
/* line 5, ../scss/navbar/_navbar-centered.scss */
.navbar-centered + .fake-navbar {
  height: 72px;
  display: block;
}
@media (min-width: 992px) {
  /* line 1, ../scss/navbar/_navbar-centered.scss */
  .navbar-centered {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  /* line 14, ../scss/navbar/_navbar-centered.scss */
  .navbar-centered .navbar-nav {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
  }
  /* line 20, ../scss/navbar/_navbar-centered.scss */
  .navbar-centered .navbar-nav .nav-item {
    float: none;
    display: inline-block;
  }
  /* line 26, ../scss/navbar/_navbar-centered.scss */
  .navbar-centered .navbar-brand {
    text-align: center;
    float: none;
    display: block;
  }
  /* line 31, ../scss/navbar/_navbar-centered.scss */
  .navbar-centered .navbar-brand > img {
    display: inline-block;
  }
  /* line 36, ../scss/navbar/_navbar-centered.scss */
  .navbar-centered.scrolled {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  /* line 42, ../scss/navbar/_navbar-centered.scss */
  .navbar-centered + .fake-navbar {
    height: 160px;
  }
}

/* line 1, ../scss/navbar/_navbar-flat.scss */
.navbar-flat {
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
/* line 5, ../scss/navbar/_navbar-flat.scss */
.navbar-flat + .fake-navbar {
  height: 72px;
  display: block;
}
@media (min-width: 992px) {
  /* line 1, ../scss/navbar/_navbar-flat.scss */
  .navbar-flat {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  /* line 15, ../scss/navbar/_navbar-flat.scss */
  .navbar-flat .navbar-nav > .active > a {
    position: relative;
  }
  /* line 18, ../scss/navbar/_navbar-flat.scss */
  .navbar-flat .navbar-nav > .active > a::before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #5396cc;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -3rem;
  }
  /* line 31, ../scss/navbar/_navbar-flat.scss */
  .navbar-flat.scrolled {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  /* line 35, ../scss/navbar/_navbar-flat.scss */
  .navbar-flat.scrolled .navbar-nav > .active > a::before {
    margin-top: -1rem;
  }
  /* line 40, ../scss/navbar/_navbar-flat.scss */
  .navbar-flat + .fake-navbar {
    height: 102px;
  }
}

/* line 46, ../scss/navbar/_navbar-flat.scss */
.topbar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eceeef;
}
/* line 51, ../scss/navbar/_navbar-flat.scss */
.topbar ul {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  /* line 59, ../scss/navbar/_navbar-flat.scss */
  .header-Flat_topbar .topbar .social-icons {
    text-align: center;
    padding: 0;
  }
}
/* line 1, ../scss/navbar/_navbar-full.scss */
.navbar-w-100 {
  background-color: #fff;
}
/* line 4, ../scss/navbar/_navbar-full.scss */
.navbar-w-100 + .fake-navbar {
  height: 72px;
  display: block;
}
/* line 9, ../scss/navbar/_navbar-full.scss */
.navbar-w-100 .navbar-contact {
  color: #fff;
  font-size: 1.25rem;
  background-color: #2a628f;
  margin-right: -47px;
  margin-top: -24px;
  padding: 16px 25px;
}
/* line 17, ../scss/navbar/_navbar-full.scss */
.navbar-w-100 .navbar-contact .display-table-cell {
  vertical-align: middle;
}
/* line 21, ../scss/navbar/_navbar-full.scss */
.navbar-w-100 .navbar-contact .icon {
  padding-right: 1rem;
}
/* line 26, ../scss/navbar/_navbar-full.scss */
.navbar-w-100 .navbar-contact .detail span {
  display: block;
}
/* line 30, ../scss/navbar/_navbar-full.scss */
.navbar-w-100 .navbar-contact .detail .contact-number {
  font-weight: bold;
}
/* line 36, ../scss/navbar/_navbar-full.scss */
.navbar-w-100.scrolled {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) {
  /* line 1, ../scss/navbar/_navbar-full.scss */
  .navbar-w-100 {
    padding-top: 1.5rem;
    padding-bottom: 2px;
  }
  /* line 44, ../scss/navbar/_navbar-full.scss */
  .navbar-w-100.scrolled {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  /* line 48, ../scss/navbar/_navbar-full.scss */
  .navbar-w-100.scrolled .navbar-contact {
    margin-top: -8px;
    margin-bottom: -8px;
    padding: 0 25px;
  }
  /* line 55, ../scss/navbar/_navbar-full.scss */
  .navbar-w-100 + .fake-navbar {
    height: 100px;
  }
}
/* line 60, ../scss/navbar/_navbar-full.scss */
.navbar-w-100 .social-icons {
  margin: 0 15px;
}

/* line 1, ../scss/navbar/_navbar-radius.scss */
.navbar-radius {
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
/* line 5, ../scss/navbar/_navbar-radius.scss */
.navbar-radius + .fake-navbar {
  height: 72px;
  display: block;
}
/* line 11, ../scss/navbar/_navbar-radius.scss */
.navbar-radius .navbar-nav .nav-link {
  line-height: 1;
  padding-top: .75rem;
  padding-bottom: .585rem;
}
/* line 18, ../scss/navbar/_navbar-radius.scss */
.navbar-radius .social-icons {
  margin-left: 15px;
}
@media (min-width: 992px) {
  /* line 1, ../scss/navbar/_navbar-radius.scss */
  .navbar-radius {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  /* line 27, ../scss/navbar/_navbar-radius.scss */
  .navbar-radius .navbar-nav .active > a {
    border: 2px solid #5396cc;
    border-radius: 1000px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 35, ../scss/navbar/_navbar-radius.scss */
  .navbar-radius.scrolled {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  /* line 40, ../scss/navbar/_navbar-radius.scss */
  .navbar-radius.scrolled .navbar-nav > li > a {
    border: 0;
    padding: 0;
  }
  /* line 47, ../scss/navbar/_navbar-radius.scss */
  .navbar-radius.scrolled .navbar-nav .nav-link {
    padding-top: 0.35rem;
  }
  /* line 51, ../scss/navbar/_navbar-radius.scss */
  .navbar-radius.scrolled .navbar-nav > .active > a {
    color: #2a628f;
    border-radius: 0;
    border: none;
  }
  /* line 59, ../scss/navbar/_navbar-radius.scss */
  .navbar-radius + .fake-navbar {
    height: 102px;
  }
}

/* line 1, ../scss/navbar/_semi-transparent.scss */
.semi-transparent {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 4, ../scss/navbar/_semi-transparent.scss */
.semi-transparent + .page-header {
  margin-top: 62px;
}
/* line 8, ../scss/navbar/_semi-transparent.scss */
.semi-transparent.navbar-light .navbar-nav .nav-link {
  color: #444;
}
/* line 11, ../scss/navbar/_semi-transparent.scss */
.semi-transparent.navbar-light .navbar-nav .nav-link:hover {
  opacity: 0.8;
}
@media (min-width: 992px) {
  /* line 1, ../scss/navbar/_semi-transparent.scss */
  .semi-transparent {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  /* line 20, ../scss/navbar/_semi-transparent.scss */
  .semi-transparent + .page-header {
    margin-top: 125px;
  }
  /* line 24, ../scss/navbar/_semi-transparent.scss */
  .semi-transparent .logo-white {
    display: none;
  }
  /* line 28, ../scss/navbar/_semi-transparent.scss */
  .semi-transparent.scrolled {
    background-color: rgba(255, 255, 255, 0.9);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) {
  /* line 1, ../scss/navbar/_semi-transparent.scss */
  .semi-transparent {
    background-color: #fff;
  }
}

/* line 42, ../scss/navbar/_semi-transparent.scss */
.header-semi_transparent:not(.has-banner) .page-header, .header-semi_transparent:not(.has-banner) .page-header-blank {
  padding-top: 90px;
}
@media (min-width: 992px) {
  /* line 42, ../scss/navbar/_semi-transparent.scss */
  .header-semi_transparent:not(.has-banner) .page-header, .header-semi_transparent:not(.has-banner) .page-header-blank {
    padding-top: 8rem;
  }
}
@media (max-width: 991px) {
  /* line 53, ../scss/navbar/_semi-transparent.scss */
  .header-semi_transparent.has-banner .page-header, .header-semi_transparent.has-banner .page-header-blank {
    padding-top: 72px;
  }
}
@media (min-width: 992px) {
  /* line 61, ../scss/navbar/_semi-transparent.scss */
  .header-semi_transparent .banner-carousel .display-table {
    padding-top: 85px;
  }
}

/* line 2, ../scss/navbar/_transparent.scss */
.nabvar-transparent + .page-header {
  margin-top: 62px;
}
/* line 6, ../scss/navbar/_transparent.scss */
.nabvar-transparent.navbar-light .navbar-nav .nav-link {
  color: #444;
}
/* line 9, ../scss/navbar/_transparent.scss */
.nabvar-transparent.navbar-light .navbar-nav .nav-link:hover {
  opacity: 0.8;
}
@media (min-width: 992px) {
  /* line 1, ../scss/navbar/_transparent.scss */
  .nabvar-transparent {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  /* line 15, ../scss/navbar/_transparent.scss */
  .nabvar-transparent + .page-header {
    margin-top: 125px;
  }
  /* line 22, ../scss/navbar/_transparent.scss */
  .nabvar-transparent .logo-white {
    display: none;
  }
  /* line 26, ../scss/navbar/_transparent.scss */
  .nabvar-transparent.scrolled {
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 0.66667rem;
    padding-bottom: 0.66667rem;
  }
}
@media (max-width: 991px) {
  /* line 1, ../scss/navbar/_transparent.scss */
  .nabvar-transparent {
    background-color: #fff;
  }
}

/* line 41, ../scss/navbar/_transparent.scss */
.header-transparent:not(.has-banner) .page-header, .header-transparent:not(.has-banner) .page-header-blank {
  padding-top: 90px;
}
@media (min-width: 992px) {
  /* line 41, ../scss/navbar/_transparent.scss */
  .header-transparent:not(.has-banner) .page-header, .header-transparent:not(.has-banner) .page-header-blank {
    padding-top: 6.5rem;
  }
}
@media (max-width: 991px) {
  /* line 52, ../scss/navbar/_transparent.scss */
  .header-transparent.has-banner .page-header, .header-transparent.has-banner .page-header-blank {
    padding-top: 72px;
  }
}
@media (min-width: 992px) {
  /* line 60, ../scss/navbar/_transparent.scss */
  .header-transparent .banner-carousel .display-table {
    padding-top: 85px;
  }
}

/* line 1, ../scss/banners/_sliders.scss */
.home-slider {
  margin-top: -40px;
  padding-top: 40px;
  background-color: #fbfbfb;
  background-image: -webkit-radial-gradient(circle, #fbfbfb, #dcdcdc);
  background-image: radial-gradient(circle, #fbfbfb, #dcdcdc);
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.05);
}
/* line 11, ../scss/banners/_sliders.scss */
.home-slider .item {
  height: 500px;
  overflow: hidden;
}
/* line 15, ../scss/banners/_sliders.scss */
.home-slider .item > .bg-img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
}
/* line 21, ../scss/banners/_sliders.scss */
.home-slider .item > .bg-img > img {
  height: 100%;
  width: auto;
}
/* line 28, ../scss/banners/_sliders.scss */
.home-slider .logo-img {
  max-width: 250px;
  margin: 140px auto 20px;
}
/* line 33, ../scss/banners/_sliders.scss */
.home-slider .slogan {
  display: inline-block;
  margin-bottom: 30px;
  padding: 12px 18px;
  background: #505050;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
}

/* line 44, ../scss/banners/_sliders.scss */
.fully-responsive {
  margin-top: 140px;
}

@media (max-width: 767px) {
  /* line 49, ../scss/banners/_sliders.scss */
  .fully-responsive {
    margin-top: 120px;
  }
}
/* line 54, ../scss/banners/_sliders.scss */
.fully-responsive__title {
  display: inline-block;
  margin: 0 auto 10px;
  font-size: 28px;
  font-weight: 700;
  color: #505050;
  text-transform: capitalize;
}

/* line 63, ../scss/banners/_sliders.scss */
.fully-responsive__text {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
}

/* line 69, ../scss/banners/_sliders.scss */
.fully-responsive__btns {
  margin-top: 30px;
}

/* line 73, ../scss/banners/_sliders.scss */
.fully-responsive-btns__btn {
  font-weight: 400;
  text-transform: capitalize;
}

/* line 78, ../scss/banners/_sliders.scss */
.home-slider .key-features.primary {
  margin-top: 140px;
}

/* line 82, ../scss/banners/_sliders.scss */
.home-slider .key-features.secondary {
  margin-top: 20px;
}

/* line 86, ../scss/banners/_sliders.scss */
.home-slider .key-features.primary > span, .home-slider .key-features.secondary > span {
  display: inline-block;
  margin-bottom: 5px;
  padding: 8px 18px;
  color: white;
  font-weight: 600;
  text-transform: capitalize;
}

/* line 95, ../scss/banners/_sliders.scss */
.home-slider .key-features.primary > span {
  background: #505050;
}

/* line 99, ../scss/banners/_sliders.scss */
.home-slider .key-features.secondary > span {
  background: #ec7263;
}

/* line 103, ../scss/banners/_sliders.scss */
a.carousel-arrow {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -25px;
  background-color: transparent;
  color: transparent;
  font-size: 28px;
  cursor: pointer;
  -webkit-transition: background 300ms;
  -moz-transition: background 300ms;
  transition: background 300ms;
}

/* line 122, ../scss/banners/_sliders.scss */
.carousel:hover a.carousel-arrow {
  background: rgba(0, 0, 0, 0.2);
  color: #f6f6f6 !important;
}

/* line 127, ../scss/banners/_sliders.scss */
.carousel a.carousel-arrow:hover {
  background: rgba(0, 0, 0, 0.5);
  color: white;
}

/* line 132, ../scss/banners/_sliders.scss */
a.carousel-arrow:hover, a.carousel-arrow:active {
  text-decoration: none;
}

/* line 136, ../scss/banners/_sliders.scss */
a.carousel-arrow-prev {
  left: 20px;
  right: auto;
  padding-right: 5px;
}

/* line 142, ../scss/banners/_sliders.scss */
a.carousel-arrow-next {
  right: 20px;
  left: auto;
  padding-left: 5px;
}

/* line 148, ../scss/banners/_sliders.scss */
.g-delay_1 {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  animation-delay: 300ms;
}

/* line 154, ../scss/banners/_sliders.scss */
.g-delay_2 {
  -webkit-animation-delay: 600ms;
  -moz-animation-delay: 600ms;
  animation-delay: 600ms;
}

/* line 160, ../scss/banners/_sliders.scss */
.g-delay_3 {
  -webkit-animation-delay: 900ms;
  -moz-animation-delay: 900ms;
  animation-delay: 900ms;
}

/* line 166, ../scss/banners/_sliders.scss */
.g-delay_4 {
  -webkit-animation-delay: 1200ms;
  -moz-animation-delay: 1200ms;
  animation-delay: 1200ms;
}

/* line 172, ../scss/banners/_sliders.scss */
.g-delay_5 {
  -webkit-animation-delay: 1500ms;
  -moz-animation-delay: 1500ms;
  animation-delay: 1500ms;
}

/* line 178, ../scss/banners/_sliders.scss */
.g-delay_6 {
  -webkit-animation-delay: 1800ms;
  -moz-animation-delay: 1800ms;
  animation-delay: 1800ms;
}

/* line 184, ../scss/banners/_sliders.scss */
.g-delay_7 {
  -webkit-animation-delay: 2100ms;
  -moz-animation-delay: 2100ms;
  animation-delay: 2100ms;
}

/* line 190, ../scss/banners/_sliders.scss */
.g-delay_8 {
  -webkit-animation-delay: 2400ms;
  -moz-animation-delay: 2400ms;
  animation-delay: 2400ms;
}

/* line 196, ../scss/banners/_sliders.scss */
.g-delay_9 {
  -webkit-animation-delay: 2700ms;
  -moz-animation-delay: 2700ms;
  animation-delay: 2700ms;
}

/* line 202, ../scss/banners/_sliders.scss */
.ccaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
}

/* line 210, ../scss/banners/_sliders.scss */
.something-semantic {
  display: table;
  width: 100%;
  height: 500px;
}

/* line 216, ../scss/banners/_sliders.scss */
.something-else-semantic {
  display: table-cell;
  vertical-align: middle;
}

/* line 221, ../scss/banners/_sliders.scss */
.tscarousel {
  overflow: hidden;
  background-color: #2a628f;
}
/* line 225, ../scss/banners/_sliders.scss */
.tscarousel .item {
  background-size: cover;
  overflow: hidden;
  background-position: center center;
}
/* line 231, ../scss/banners/_sliders.scss */
.tscarousel, .tscarousel .display-table, .tscarousel .has-side-pic {
  width: 100%;
  height: 500px;
}
/* line 236, ../scss/banners/_sliders.scss */
.tscarousel .carousel-caption {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  text-shadow: none;
}
/* line 247, ../scss/banners/_sliders.scss */
.tscarousel h1 {
  font-size: 52px;
  font-weight: 700;
}
/* line 252, ../scss/banners/_sliders.scss */
.tscarousel .btn-circle {
  border: 2px solid #fff;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50% !important;
}
/* line 259, ../scss/banners/_sliders.scss */
.tscarousel .btn-circle:hover {
  color: #0275d8;
  background-color: #fff;
}
/* line 265, ../scss/banners/_sliders.scss */
.tscarousel .has-border {
  margin-top: 50px;
  border: 3px solid #0275d8;
  display: inline-block;
  padding: 15px;
}
/* line 272, ../scss/banners/_sliders.scss */
.tscarousel .caption-big {
  background-color: #2a628f;
  display: inline-block;
  color: #fff;
  font-weight: normal;
  margin: 0;
  margin-bottom: 5px;
  padding: 15px 25px;
  font-size: 35px;
}
/* line 283, ../scss/banners/_sliders.scss */
.tscarousel .caption-small {
  background-color: #0275d8;
  display: inline-block;
  color: #fff;
  padding: 10px 25px;
  font-size: 20px;
  margin-bottom: 20px;
}
/* line 292, ../scss/banners/_sliders.scss */
.tscarousel .well {
  height: 500px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 35px;
  margin: 0;
  border-radius: 0;
}
/* line 300, ../scss/banners/_sliders.scss */
.tscarousel .caption-type1 {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 300;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding: 0 105px;
}
/* line 310, ../scss/banners/_sliders.scss */
.tscarousel .caption-type2 {
  font-weight: 800;
  border: 0;
}
/* line 315, ../scss/banners/_sliders.scss */
.tscarousel form {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 35px;
}
/* line 320, ../scss/banners/_sliders.scss */
.tscarousel .facade-minimal {
  padding: 0;
  margin: 0;
  padding-top: 5px;
  margin-bottom: -5px;
  margin-top: 50px;
}
/* line 328, ../scss/banners/_sliders.scss */
.tscarousel .carousel-indicators {
  width: 100%;
  left: 0;
  right: 0;
}
/* line 334, ../scss/banners/_sliders.scss */
.tscarousel .carousel-control {
  color: #F9F9F9;
  border-color: #F9F9F9;
  width: 30px;
  height: 30px;
  line-height: 28px;
}
/* line 341, ../scss/banners/_sliders.scss */
.tscarousel .carousel-control:hover, .tscarousel .carousel-control:focus {
  color: #FFF;
}
/* line 345, ../scss/banners/_sliders.scss */
.tscarousel .carousel-control.left {
  left: 1rem;
  bottom: 1rem;
}
/* line 350, ../scss/banners/_sliders.scss */
.tscarousel .carousel-control.right {
  right: 1rem;
  bottom: 1rem;
}

/* line 359, ../scss/banners/_sliders.scss */
.no-touch .tscarousel .carousel-control {
  display: none !important;
}

/* line 366, ../scss/banners/_sliders.scss */
.has-transparent-header + .carousel.tscarousel--v2, .has-transparent-header + .carousel.tscarousel--v2 .display-table, .has-transparent-header + .carousel.tscarousel--v2 .has-side-pic {
  height: 424px !important;
}
/* line 370, ../scss/banners/_sliders.scss */
.has-transparent-header + .carousel.tscarousel--v2 .carousel-caption {
  padding-top: 25px;
}

/* line 376, ../scss/banners/_sliders.scss */
.carousel-control {
  *display: none;
  top: 50%;
  bottom: auto;
  width: 52px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  margin-top: -21px;
  font-size: 14px;
  text-shadow: none;
  background-color: transparent;
  color: #0275d8;
  border: 2px solid #0275d8;
  border-radius: 1000px;
}
/* line 394, ../scss/banners/_sliders.scss */
.carousel-control.left {
  background-image: none;
  top: auto;
  bottom: 0;
  left: auto;
  right: 54px;
}
/* line 402, ../scss/banners/_sliders.scss */
.carousel-control.right {
  background-image: none;
  top: auto;
  bottom: 0;
}
/* line 408, ../scss/banners/_sliders.scss */
.carousel-control:hover, .carousel-control:focus {
  color: #0275d8;
  cursor: pointer;
}
/* line 413, ../scss/banners/_sliders.scss */
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-prev, .carousel-control .icon-next {
  font-size: 14px;
  width: auto;
  height: auto;
  margin-top: 0;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  z-index: 5;
  display: inline-block;
}
/* line 426, ../scss/banners/_sliders.scss */
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  margin-left: 0;
}
/* line 430, ../scss/banners/_sliders.scss */
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  margin-right: 0;
}
/* line 434, ../scss/banners/_sliders.scss */
.section-header .carousel-control {
  top: 0;
  margin-top: 0;
}

/* line 440, ../scss/banners/_sliders.scss */
.carousel-control-birght {
  color: #FFF;
  border-color: #FFF;
  opacity: .6;
}
/* line 445, ../scss/banners/_sliders.scss */
.carousel-control-birght:hover, .carousel-control-birght:focus {
  color: #FFF;
  border-color: #FFF;
  opacity: 1;
}

/* line 453, ../scss/banners/_sliders.scss */
.carousel-control-middle.left {
  top: 50%;
  left: 15px;
}
/* line 458, ../scss/banners/_sliders.scss */
.carousel-control-middle.right {
  top: 50%;
  right: 15px;
}

/* line 465, ../scss/banners/_sliders.scss */
.block-carousel .carousel {
  padding-top: 75px;
}
/* line 468, ../scss/banners/_sliders.scss */
.block-carousel .carousel-control {
  background-color: #2a628f;
  color: #fff;
  bottom: auto;
  top: 0;
  left: 50%;
}
/* line 475, ../scss/banners/_sliders.scss */
.block-carousel .carousel-control.left {
  margin-left: -61px;
}
/* line 479, ../scss/banners/_sliders.scss */
.block-carousel .carousel-control.right {
  margin-right: -5px;
}

/* line 486, ../scss/banners/_sliders.scss */
.carou-wrap .carousel-control {
  bottom: auto;
  top: 0;
  right: 0;
  margin-top: 0;
  z-index: 9999;
}
/* line 493, ../scss/banners/_sliders.scss */
.carou-wrap .carousel-control.left {
  right: 61px;
}
/* line 500, ../scss/banners/_sliders.scss */
.carou-wrap .carousel-control:hover {
  cursor: pointer;
}

/* line 508, ../scss/banners/_sliders.scss */
.carousel:hover .carousel-control {
  display: block;
}

/* line 514, ../scss/banners/_sliders.scss */
.carousel-indicators {
  width: auto;
  margin-left: 0;
  left: auto;
  right: 168px;
  bottom: 0;
}

/* line 523, ../scss/banners/_sliders.scss */
.carou-wrap {
  position: relative;
}

@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
/* line 581, ../scss/banners/_sliders.scss */
.scroll-btn {
  margin-top: 50px;
  display: block;
}

/* line 585, ../scss/banners/_sliders.scss */
.scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  color: #0275d8;
  letter-spacing: 2px;
}

/* line 594, ../scss/banners/_sliders.scss */
.scroll-btn > *:hover, .scroll-btn > *:focus, .scroll-btn > *.active {
  color: #0275d8;
}

/* line 597, ../scss/banners/_sliders.scss */
.scroll-btn > *:hover, .scroll-btn > *:focus, .scroll-btn > *:active, .scroll-btn > *.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 601, ../scss/banners/_sliders.scss */
.scroll-btn .mouse {
  position: relative;
  display: block;
  width: 46px;
  height: 73px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #0275d8;
  border-radius: 23px;
}

/* line 613, ../scss/banners/_sliders.scss */
.scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #0275d8;
  border-radius: 50%;
  -webkit-animation: ani-mouse 4s linear infinite;
  -moz-animation: ani-mouse 4s linear infinite;
  animation: ani-mouse 4s linear infinite;
}

/* line 628, ../scss/banners/_sliders.scss */
.has-transparent-header + .carousel, .has-transparent-header + .carousel .display-table {
  height: 600px;
}
/* line 632, ../scss/banners/_sliders.scss */
.has-transparent-header + .carousel .carousel-caption {
  padding-top: 100px;
}

/* line 3, ../scss/banners/_banner.scss */
.banner {
  overflow: hidden;
}
/* line 6, ../scss/banners/_banner.scss */
.banner .banner-inner {
  height: 600px;
}
/* line 9, ../scss/banners/_banner.scss */
.banner .banner-inner.banner-inner-v2 {
  padding: 0;
  position: relative;
}
/* line 13, ../scss/banners/_banner.scss */
.banner .banner-inner.banner-inner-v2 img {
  position: absolute;
  bottom: -175px;
  right: 0;
}
/* line 22, ../scss/banners/_banner.scss */
.banner.banner-v1 .caption-lg {
  font-size: 45px;
  margin-bottom: 25px;
  margin-top: 0;
}
/* line 28, ../scss/banners/_banner.scss */
.banner.banner-v1 .banner-btns {
  margin-top: 25px;
}
/* line 33, ../scss/banners/_banner.scss */
.banner.banner-v2 {
  padding-top: 50px;
}

/* line 39, ../scss/banners/_banner.scss */
.banner-carousel .carousel-item {
  background-size: cover;
}
/* line 43, ../scss/banners/_banner.scss */
.banner-carousel, .banner-carousel .display-table {
  height: 750px;
}
/* line 47, ../scss/banners/_banner.scss */
.banner-carousel .bc-heading {
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: -3px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 10px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
/* line 56, ../scss/banners/_banner.scss */
.banner-carousel .bc-heading [class^="caption-"] {
  margin-bottom: 0;
}
/* line 61, ../scss/banners/_banner.scss */
.banner-carousel .bc-subheading {
  font-size: 1.6rem;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 1.75rem;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
/* line 68, ../scss/banners/_banner.scss */
.banner-carousel .bc-subheading [class^="caption-"] {
  margin-bottom: 0;
}
/* line 73, ../scss/banners/_banner.scss */
.banner-carousel .btn {
  margin-bottom: 10px;
}
/* line 77, ../scss/banners/_banner.scss */
.banner-carousel .bc-content {
  margin-bottom: 15px;
}

/* line 84, ../scss/banners/_banner.scss */
.carousel-caption.left .bc-heading, .carousel-caption.left .bc-subheading, .carousel-caption.left .bc-content, .carousel-caption.left .bc-buttons {
  text-align: left;
}
/* line 90, ../scss/banners/_banner.scss */
.carousel-caption.right .bc-heading, .carousel-caption.right .bc-subheading, .carousel-caption.right .bc-content, .carousel-caption.right .bc-buttons {
  text-align: right;
}
/* line 96, ../scss/banners/_banner.scss */
.carousel-caption.center .bc-heading, .carousel-caption.center .bc-subheading, .carousel-caption.center .bc-content, .carousel-caption.center .bc-buttons {
  text-align: center;
}

@media (min-width: 768px) {
  /* line 105, ../scss/banners/_banner.scss */
  .banner-carousel .bc-heading {
    font-size: 4.2rem;
  }
  /* line 109, ../scss/banners/_banner.scss */
  .banner-carousel .bc-subheading {
    font-size: 2rem;
  }
}
/* line 3, ../scss/footers/_footers.scss */
footer .widget .widget-title {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}

/* line 13, ../scss/footers/_footers.scss */
#supplementary {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333;
  color: #ccc;
}
/* line 19, ../scss/footers/_footers.scss */
#supplementary a {
  color: #ccc;
}
/* line 22, ../scss/footers/_footers.scss */
#supplementary a:hover {
  color: #fff;
}
@media (min-width: 992px) {
  /* line 13, ../scss/footers/_footers.scss */
  #supplementary {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}

/* line 33, ../scss/footers/_footers.scss */
.site-info {
  padding: 2rem 0;
  background-color: #282828;
  color: #bbb;
}
/* line 38, ../scss/footers/_footers.scss */
.site-info a {
  color: #bbb;
}
/* line 41, ../scss/footers/_footers.scss */
.site-info a:hover {
  color: #fff;
}

/* line 1, ../scss/footers/_has-contacts.scss */
.widget h5 {
  color: #fff;
}

/* line 2, ../scss/pages/_general.scss */
.ct-faq-header {
  margin-bottom: 2rem;
}

/* line 7, ../scss/pages/_general.scss */
.page-type-HelpPage .block-help-center {
  padding-top: 0;
  padding-bottom: 1.5rem;
}
/* line 13, ../scss/pages/_general.scss */
.page-type-HelpPage .help-article-lists:not(.first) {
  margin-top: 2.5rem;
}

/* line 20, ../scss/pages/_general.scss */
.page-type-HelpArticle .block-blog {
  padding-top: 0;
  padding-bottom: 1.5rem;
}

/* line 1, ../scss/pages/_blog_post.scss */
.entry-title {
  margin-top: 0;
}

/* line 5, ../scss/pages/_blog_post.scss */
.entry-thumbnail {
  margin-bottom: 25px;
}

/* line 9, ../scss/pages/_blog_post.scss */
article.v2 {
  margin-bottom: 25px;
}
/* line 12, ../scss/pages/_blog_post.scss */
article.v2 .entry-date {
  color: #2a628f;
  float: left;
  font-weight: 700;
  text-align: center;
  line-height: 20px;
  padding: 18px;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid #2a628f;
  width: 75px;
  height: 75px;
}
/* line 25, ../scss/pages/_blog_post.scss */
article.v2 .entry-date span {
  display: block;
}
/* line 30, ../scss/pages/_blog_post.scss */
article.v2 .entry-content {
  margin-left: 95px;
}
/* line 33, ../scss/pages/_blog_post.scss */
article.v2 .entry-content a {
  color: #4c4c4c;
}

/* line 39, ../scss/pages/_blog_post.scss */
.block-blog {
  padding-bottom: 0;
}
/* line 42, ../scss/pages/_blog_post.scss */
.block-blog .hentry {
  padding-bottom: 40px;
}
/* line 45, ../scss/pages/_blog_post.scss */
.block-blog .hentry:last-of-type {
  border-bottom: 0;
}
/* line 50, ../scss/pages/_blog_post.scss */
.block-blog .entry-meta {
  padding-bottom: 1.25rem;
  font-size: .95rem;
}

/* line 57, ../scss/pages/_blog_post.scss */
.blog-v2 .site-content {
  background-color: #eceeef;
  padding-top: 0;
  padding-bottom: 25px;
}
/* line 63, ../scss/pages/_blog_post.scss */
.blog-v2 .hentry {
  padding-bottom: 0;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  position: relative;
  margin-bottom: 75px;
}
/* line 72, ../scss/pages/_blog_post.scss */
.blog-v2 .entry-header {
  padding: 25px 50px 0 50px;
}
/* line 76, ../scss/pages/_blog_post.scss */
.blog-v2 .entry-content {
  padding: 0 50px 50px 50px;
}
/* line 81, ../scss/pages/_blog_post.scss */
.blog-v2 .posted-on a.date-circle {
  display: none;
}
/* line 86, ../scss/pages/_blog_post.scss */
.blog-v2 .posted-on span.hidden-date {
  display: block;
}
/* line 92, ../scss/pages/_blog_post.scss */
.blog-v2 .pagination {
  margin-bottom: 0;
}
/* line 95, ../scss/pages/_blog_post.scss */
.blog-v2 .pagination > li > a, .blog-v2 .pagination > li > span {
  margin-left: 10px;
  border-radius: 3px;
}
@media (min-width: 768px) {
  /* line 102, ../scss/pages/_blog_post.scss */
  .blog-v2 .posted-on {
    display: table;
    position: absolute;
    top: 10px;
    left: -100px;
  }
  /* line 108, ../scss/pages/_blog_post.scss */
  .blog-v2 .posted-on a.date-circle {
    background-color: #2a628f;
    color: #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: block;
    text-align: center;
    line-height: 1;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    vertical-align: middle;
    display: table-cell;
  }
  /* line 122, ../scss/pages/_blog_post.scss */
  .blog-v2 .posted-on .day {
    font-weight: bold;
    font-size: 20px;
  }
  /* line 127, ../scss/pages/_blog_post.scss */
  .blog-v2 .posted-on span {
    display: block;
  }
  /* line 130, ../scss/pages/_blog_post.scss */
  .blog-v2 .posted-on span.hidden-date {
    display: none;
  }
  /* line 136, ../scss/pages/_blog_post.scss */
  .blog-v2 .block-blog {
    border-left: 1px solid #d4d4d4;
    padding-left: 65px;
    margin-left: 35px;
    margin-bottom: 75px;
  }
}

/* line 146, ../scss/pages/_blog_post.scss */
.blog-v3 .hentry {
  padding-bottom: 0;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  position: relative;
  margin-bottom: 75px;
}
/* line 155, ../scss/pages/_blog_post.scss */
.blog-v3 .entry-title {
  font-size: 30px;
}
/* line 159, ../scss/pages/_blog_post.scss */
.blog-v3 .entry-header {
  padding: 0 30px 10px 30px;
}
/* line 163, ../scss/pages/_blog_post.scss */
.blog-v3 .entry-content {
  padding: 0 30px 10px 30px;
}
/* line 167, ../scss/pages/_blog_post.scss */
.blog-v3 .entry-meta {
  padding: 0 30px 30px 30px;
}
/* line 171, ../scss/pages/_blog_post.scss */
.blog-v3 .pagination {
  margin-bottom: 0;
}
/* line 174, ../scss/pages/_blog_post.scss */
.blog-v3 .pagination > li > a, .blog-v3 .pagination > li > span {
  margin-right: 10px;
  border-radius: 3px;
}

/* line 181, ../scss/pages/_blog_post.scss */
.blog-header {
  padding: 100px 0;
  color: #fff;
}
/* line 185, ../scss/pages/_blog_post.scss */
.blog-header .blog-title {
  color: #fff;
}
/* line 189, ../scss/pages/_blog_post.scss */
.blog-header .social-icons {
  margin-top: 15px;
}
/* line 192, ../scss/pages/_blog_post.scss */
.blog-header .social-icons > li > a {
  width: 50px;
  height: 50px;
  line-height: 45px;
  border-width: 2px;
  font-size: 22px;
}

/* line 203, ../scss/pages/_blog_post.scss */
.layout-Blog-Blog_Home .has-transparent-header + .page-header {
  padding-bottom: 120px;
}
/* line 207, ../scss/pages/_blog_post.scss */
.layout-Blog-Blog_Home .entry-thumbnail {
  margin-bottom: 0;
}

/* line 213, ../scss/pages/_blog_post.scss */
.blog-v4 .entry-thumbnail {
  position: relative;
}
/* line 217, ../scss/pages/_blog_post.scss */
.blog-v4 .entry-header, .blog-v4 .entry-footer, .blog-v4 .entry-content {
  text-align: center;
}
/* line 221, ../scss/pages/_blog_post.scss */
.blog-v4 .entry-title {
  font-size: 2rem !important;
}
/* line 227, ../scss/pages/_blog_post.scss */
.blog-v4 .posted-on {
  display: table;
  position: absolute;
  top: 10px;
  right: 10px;
}
/* line 233, ../scss/pages/_blog_post.scss */
.blog-v4 .posted-on a {
  background-color: #2a628f;
  color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: block;
  text-align: center;
  line-height: 1;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  vertical-align: middle;
  display: table-cell;
}
/* line 247, ../scss/pages/_blog_post.scss */
.blog-v4 .posted-on .day {
  font-weight: bold;
  font-size: 20px;
}
/* line 252, ../scss/pages/_blog_post.scss */
.blog-v4 .posted-on span {
  display: block;
}

/* line 258, ../scss/pages/_blog_post.scss */
.hentry-v2 {
  text-align: center;
  position: relative;
  background-color: #fff;
  margin-bottom: 35px;
}
/* line 264, ../scss/pages/_blog_post.scss */
.hentry-v2 .entry-header {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 0;
  padding: 35px;
  padding-bottom: 0;
}
/* line 270, ../scss/pages/_blog_post.scss */
.hentry-v2 .entry-header .entry-title {
  font-size: 20px;
  margin: 0;
}
/* line 276, ../scss/pages/_blog_post.scss */
.hentry-v2 .entry-content {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-top: 0;
  padding: 35px;
  padding-top: 15px;
}
/* line 283, ../scss/pages/_blog_post.scss */
.hentry-v2 .posted-on {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2a628f;
  color: #fff;
  display: inline-block;
  padding: 15px;
  text-align: center;
  line-height: 1;
}
/* line 294, ../scss/pages/_blog_post.scss */
.hentry-v2 .posted-on span {
  display: block;
}
/* line 298, ../scss/pages/_blog_post.scss */
.hentry-v2 .posted-on .day {
  font-size: 30px;
  font-weight: bold;
}

/* line 305, ../scss/pages/_blog_post.scss */
.post-meta {
  margin-bottom: 15px;
}
/* line 308, ../scss/pages/_blog_post.scss */
.post-meta span {
  margin-right: 5px;
}

/* line 313, ../scss/pages/_blog_post.scss */
.blogTagCloud {
  font-size: 15px;
}

/* line 317, ../scss/pages/_blog_post.scss */
.tagCount10 {
  font-size: 140%;
}

/* line 321, ../scss/pages/_blog_post.scss */
.tagCount9 {
  font-size: 135%;
}

/* line 325, ../scss/pages/_blog_post.scss */
.tagCount8 {
  font-size: 130%;
}

/* line 329, ../scss/pages/_blog_post.scss */
.tagCount7 {
  font-size: 125%;
}

/* line 333, ../scss/pages/_blog_post.scss */
.tagCount6 {
  font-size: 120%;
}

/* line 337, ../scss/pages/_blog_post.scss */
.tagCount5 {
  font-size: 115%;
}

/* line 341, ../scss/pages/_blog_post.scss */
.tagCount4 {
  font-size: 110%;
}

/* line 345, ../scss/pages/_blog_post.scss */
.tagCount3 {
  font-size: 105%;
}

/* line 349, ../scss/pages/_blog_post.scss */
.tagCount2 {
  font-size: 90%;
}

/* line 353, ../scss/pages/_blog_post.scss */
.tagCount1 {
  font-size: 80%;
}

/* line 358, ../scss/pages/_blog_post.scss */
.blog-authors img {
  max-width: 100%;
}
/* line 361, ../scss/pages/_blog_post.scss */
.blog-authors .author-name {
  font-size: 18px;
  line-height: 1;
  margin: 0 0 10px;
}
/* line 367, ../scss/pages/_blog_post.scss */
.blog-authors .blog-author {
  margin-bottom: 20px;
}
/* line 370, ../scss/pages/_blog_post.scss */
.blog-authors .blog-author:last-child {
  margin-bottom: 40px;
}

/* line 1, ../scss/pages/_blog_comments.scss */
.comments-section {
  margin: 0 0 75px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  padding: 50px;
}

/* line 11, ../scss/pages/_blog_comments.scss */
.comments-holder-container .form-actions input[type="submit"] {
  border-radius: 1000px !important;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 18px;
}

/* line 20, ../scss/pages/_blog_comments.scss */
.comments-holder {
  margin-bottom: 40px;
}

/* line 24, ../scss/pages/_blog_comments.scss */
.comments-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 29, ../scss/pages/_blog_comments.scss */
.comments-list .comments-list {
  margin-left: 25px;
}
/* line 34, ../scss/pages/_blog_comments.scss */
.comments-list.root-level > li {
  border-bottom: 1px solid #ebebeb;
}

/* line 40, ../scss/pages/_blog_comments.scss */
.comment {
  margin-bottom: 15px;
}
/* line 43, ../scss/pages/_blog_comments.scss */
.comment .comment-text {
  margin-bottom: 5px;
}
/* line 47, ../scss/pages/_blog_comments.scss */
.comment .comment-action-links {
  margin-bottom: 15px;
}
/* line 51, ../scss/pages/_blog_comments.scss */
.comment .comment-author-meta {
  margin-bottom: 8px;
}
/* line 55, ../scss/pages/_blog_comments.scss */
.comment .author {
  font-weight: bold;
}
/* line 59, ../scss/pages/_blog_comments.scss */
.comment .gravatar {
  float: left;
  max-width: 48px;
  margin-right: 8px;
}
/* line 65, ../scss/pages/_blog_comments.scss */
.comment .comment-time {
  font-size: 12px;
}
/* line 68, ../scss/pages/_blog_comments.scss */
.comment .comment-time .date {
  font-weight: bold;
}
/* line 73, ../scss/pages/_blog_comments.scss */
.comment .comment-reply-link {
  text-transform: uppercase;
  border-bottom: 1px solid #c5c5c5;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
}
/* line 81, ../scss/pages/_blog_comments.scss */
.comment .comment-reply-form-holder {
  margin-bottom: 20px;
}

/* line 86, ../scss/pages/_blog_comments.scss */
.commenting-rss-feed {
  text-align: right;
  font-size: 13px;
}

/* line 5, ../scss/pages/_blog.scss */
body.page-type-Blog .block-blog, .page-type-BlogPost .block-blog {
  padding-bottom: 0;
  padding-top: 0;
}

/* line 13, ../scss/pages/_blog.scss */
.blog-infinitelist img,
.blog-listing img {
  max-width: 100%;
}

/* line 19, ../scss/pages/_blog.scss */
.posts-grid .blog-post-summary,
.posts-grid .entry-title,
.posts-grid .home-blog-post-summary,
.posts-grid .post-meta {
  margin-top: 1rem;
  margin-bottom: 0;
}

/* line 29, ../scss/pages/_blog.scss */
.carousel-grid .post {
  position: relative;
  border: 1px solid #eceeef;
  background-color: #fff;
  text-align: center;
}
/* line 35, ../scss/pages/_blog.scss */
.carousel-grid .post .entry-thumbnail {
  margin-bottom: 1rem;
}
/* line 39, ../scss/pages/_blog.scss */
.carousel-grid .post .entry-footer,
.carousel-grid .post .entry-header,
.carousel-grid .post .entry-summary {
  padding-left: 3rem;
  padding-right: 3rem;
  margin-bottom: 1rem;
}
/* line 47, ../scss/pages/_blog.scss */
.carousel-grid .post .post-meta {
  margin: 0;
}
/* line 51, ../scss/pages/_blog.scss */
.carousel-grid .post .post-date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2a628f;
  color: #fff;
  display: inline-block;
  padding: 15px;
  text-align: center;
  line-height: 1;
}
/* line 63, ../scss/pages/_blog.scss */
.carousel-grid .post .month,
.carousel-grid .post .day,
.carousel-grid .post .year {
  display: block;
  font-size: 0.875rem;
}
/* line 70, ../scss/pages/_blog.scss */
.carousel-grid .post .day {
  font-size: 1.75em;
  font-weight: bold;
}

/* line 79, ../scss/pages/_blog.scss */
.posts-fluid-grid .post,
.posts-fixed-grid .post {
  border: 1px solid #eceeef;
  background-color: #fff;
  margin-right: -1px;
}
/* line 84, ../scss/pages/_blog.scss */
.posts-fluid-grid .post .entry-thumbnail,
.posts-fixed-grid .post .entry-thumbnail {
  margin-bottom: 1rem;
}
/* line 88, ../scss/pages/_blog.scss */
.posts-fluid-grid .post .entry-footer,
.posts-fluid-grid .post .entry-header,
.posts-fixed-grid .post .entry-footer,
.posts-fixed-grid .post .entry-header {
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 1rem;
}
/* line 95, ../scss/pages/_blog.scss */
.posts-fluid-grid .post .entry-header,
.posts-fixed-grid .post .entry-header {
  border-bottom: 1px solid #eceeef;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
/* line 100, ../scss/pages/_blog.scss */
.posts-fluid-grid .post .entry-header .entry-title,
.posts-fixed-grid .post .entry-header .entry-title {
  font-size: 1.25rem;
}
/* line 105, ../scss/pages/_blog.scss */
.posts-fluid-grid .post .post-meta,
.posts-fixed-grid .post .post-meta {
  margin: 0;
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  /* line 112, ../scss/pages/_blog.scss */
  .blog-sidebar {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e3e3e3;
  }
}


