/* Custom styles */
/* Core & Helpers */
/* Colors */
/*$alt: #F8F9FA;*/
/*$basic-text-color: #2A2825;*/
/*$basic-text-color: #002d72;*/
/* Brand Colors */
/*$primary-color: rgb(0, 45, 114);*/
/*$brand-color: #00CD90;*/
/*$primary-bg-color: $alt;*/
/* Brand Variables */
/*$base-font-size: 1.5rem;*/
/* Form Variables */
/* Button Variables */
/* Layout */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 2, ../sass/site/core/_resets.scss */
html {
  /*font-family: 'humnst' !important;*/
  /*font-family: sans-serif;*/
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 7, ../sass/site/core/_resets.scss */
body {
  margin: 0;
   /*font-family: 'humnst' !important;*/
}

/* line 10, ../sass/site/core/_resets.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 25, ../sass/site/core/_resets.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 32, ../sass/site/core/_resets.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 36, ../sass/site/core/_resets.scss */
[hidden],
template {
  display: none;
}

/* line 40, ../sass/site/core/_resets.scss */
a {
  background-color: transparent;
}

/* line 43, ../sass/site/core/_resets.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 47, ../sass/site/core/_resets.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 50, ../sass/site/core/_resets.scss */
b,
strong {
  font-weight: bold;
}

/* line 54, ../sass/site/core/_resets.scss */
dfn {
  font-style: italic;
}

/* line 57, ../sass/site/core/_resets.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 61, ../sass/site/core/_resets.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 65, ../sass/site/core/_resets.scss */
small {
  font-size: 80%;
}

/* line 68, ../sass/site/core/_resets.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 75, ../sass/site/core/_resets.scss */
sup {
  top: -0.5em;
}

/* line 78, ../sass/site/core/_resets.scss */
sub {
  bottom: -0.25em;
}

/* line 81, ../sass/site/core/_resets.scss */
img {
  border: 0;
}

/* line 84, ../sass/site/core/_resets.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 87, ../sass/site/core/_resets.scss */
figure {
  margin: 1em 40px;
}

/* line 90, ../sass/site/core/_resets.scss */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 96, ../sass/site/core/_resets.scss */
pre {
  overflow: auto;
}

/* line 99, ../sass/site/core/_resets.scss */
code,
kbd,
pre,
samp {
  /*font-family: monospace, monospace;*/
 /*font-family: 'humnst' !important;*/
  font-size: 1em;
}

/* line 106, ../sass/site/core/_resets.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 115, ../sass/site/core/_resets.scss */
button {
  overflow: visible;
}

/* line 118, ../sass/site/core/_resets.scss */
button,
select {
  text-transform: none;
}

/* line 122, ../sass/site/core/_resets.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 129, ../sass/site/core/_resets.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 133, ../sass/site/core/_resets.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 138, ../sass/site/core/_resets.scss */
input {
  line-height: normal;
}

/* line 141, ../sass/site/core/_resets.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* line 148, ../sass/site/core/_resets.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 152, ../sass/site/core/_resets.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 158, ../sass/site/core/_resets.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 162, ../sass/site/core/_resets.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 167, ../sass/site/core/_resets.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 171, ../sass/site/core/_resets.scss */
textarea {
  overflow: auto;
}

/* line 174, ../sass/site/core/_resets.scss */
optgroup {
  font-weight: bold;
}

/* line 177, ../sass/site/core/_resets.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 181, ../sass/site/core/_resets.scss */
td,
th {
  padding: 0;
}

/* line 185, ../sass/site/core/_resets.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 190, ../sass/site/core/_resets.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.__disapper__{
    display:none;
}

/* line 196, ../sass/site/core/_resets.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 204, ../sass/site/core/_resets.scss */
figure {
  margin: 0;
}

/* line 207, ../sass/site/core/_resets.scss */
img {
  vertical-align: middle;
}

/* line 210, ../sass/site/core/_resets.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 216, ../sass/site/core/_resets.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 226, ../sass/site/core/_resets.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 235, ../sass/site/core/_resets.scss */
[role="button"] {
  cursor: pointer;
}

/*@font-face {
    font-family: 'Stick-A-Round';
    src: url('../fonts/stick-around/StickARound-And-Have-Some-Fun.woff2') format('woff2'),
        url('../fonts/stick-around/StickARound-And-Have-Some-Fun.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/
/*@font-face {*/
/*  font-family: 'Stick-A-Round';*/
/*  src: url("../fonts/fonts/stick-around/StickARound.woff2") format("woff2"), url("../fonts/fonts/stick-around/StickARound.woff") format("woff");*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*}*/
/*@font-face {*/
/*  font-family: 'Uni Neue';*/
/*  src: local("Uni Neue Heavy"), local("UniNeueHeavy"), url("../fonts/fonts/unineue/UniNeueHeavy.woff2") format("woff2"), url("../fonts/fonts/unineue/UniNeueHeavy.woff") format("woff");*/
/*  font-weight: 800;*/
/*  font-style: normal;*/
/*}*/
/*@font-face {*/
/*  font-family: 'Uni Neue';*/
/*  src: local("Uni Neue Regular"), local("UniNeueRegular"), url("../fonts/fonts/unineue/UniNeueRegular.woff2") format("woff2"), url("../fonts/fonts/unineue/UniNeueRegular.woff") format("woff");*/
/*  font-weight: 500;*/
/*  font-style: normal;*/
/*}*/
/*@font-face {*/
/*  font-family: 'Uni Neue';*/
/*  src: local("Uni Neue Light"), local("UniNeueLight"), url("../fonts/fonts/unineue/UniNeueLight.woff2") format("woff2"), url("../fonts/fonts/unineue/UniNeueLight.woff") format("woff");*/
/*  font-weight: 300;*/
/*  font-style: normal;*/
/*}*/
/*@font-face {*/
/*  font-family: 'customs';*/
/*  src: url("../fonts/CustomSans/CustomSansWeb-Medium.woff");*/
/*  font-weight: 500;*/
/*  font-style: normal;*/
/*}*/
/*@font-face {*/
/*  font-family: 'roboto';*/
/*  src: url("../fonts/roboto/Roboto-Regular.ttf");*/
  /*src: url("../fonts/roboto/Roboto-MediumItalic.ttf");*/
/*  font-weight: 500;*/
/*  font-style: normal;*/
/*}*/
/*@font-face {*/
/*  font-family: 'poppins';*/
/*  src: url("../fonts/poppins/poppins-v4-latin-regular.woff");*/
/*  font-weight: 500;*/
/*  font-style: normal;*/
/*}*/
/*@font-face {*/
/*  font-family: 'humnst';*/
/*  src: url("../fonts/Humnst/Humanist522.woff");*/
/*  font-weight: 500;*/
/*  font-style: normal;*/
/*}*/
/*@font-face {*/
/*  font-family: 'humnst';*/
/*  src: url("../fonts/Humnst/Humanist522.woff");*/
  /*src: url("../fonts/roboto/Roboto-MediumItalic.ttf");*/
/*  font-weight: 500;*/
/*  font-style: normal;*/
/*}*/
/*@font-face {*/
/*  font-family: 'humnst';*/
/*  src: url("../fonts/Humnst/Humanist522.woff");*/
/*  font-weight: 500;*/
/*  font-style: normal;*/
/*}*/
/* line 53, ../sass/site/core/_fonts.scss */
/*.basic-font {*/
/*  font-family: 'humnst' !important;*/
/*}*/
body{
    font-family: 'humnst' !important ;
    font-weight:400 !important;
    /*font-size:17px !important;*/
}
/* Utilities */
/* line 1, ../sass/site/utilities/_text.scss */
a {
  color: inherit;
  text-decoration: none;
  text-decoration-skip: ink;
}

/* line 7, ../sass/site/utilities/_text.scss */
html {
  font-size: 70.5%;
}
@media screen and (max-width: 991px) {
  /* line 7, ../sass/site/utilities/_text.scss */
  html {
    font-size: 58%;
  }
}

/* line 14, ../sass/site/utilities/_text.scss */
body {
  /*color: #023546;*/
  color: #000000;
  -webkit-font-smoothing: antialiased;
  font-family:  'humnst' !important;
  /*font-family:  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;*/
  font-size: 1.6rem;
  line-height: 2.4rem;
  /*line-height: 1.6;*/
  overflow-x: hidden;
  background-color: #FFF;
}

/* line 26, ../sass/site/utilities/_text.scss */
h1,
h2,
h3,
h4,
h5 {
  color: #023545;
  font-weight: 500;
}

/* line 35, ../sass/site/utilities/_text.scss */
.block {
  display: block;
  overflow: hidden;
}

/* line 40, ../sass/site/utilities/_text.scss */
.text-xs {
  font-size: 1.2rem;
}

/* line 43, ../sass/site/utilities/_text.scss */
.text-sm {
  font-size: 1.4rem;
}

/* line 47, ../sass/site/utilities/_text.scss */
.text-center {
  text-align: center;
}

/* line 50, ../sass/site/utilities/_text.scss */
.text-left {
  text-align: left;
}

/* line 53, ../sass/site/utilities/_text.scss */
.text-right {
  text-align: right;
}

/* line 56, ../sass/site/utilities/_text.scss */
.text-white {
  color: #FFFFFF !important;
}

/* line 59, ../sass/site/utilities/_text.scss */
.text-green {
  color: #3ECF8E !important;
}

/* line 62, ../sass/site/utilities/_text.scss */
.text-black {
  color: #000000 !important;
}

/* line 65, ../sass/site/utilities/_text.scss */
.text-basic {
  color: #023546 !important;
}

/* line 68, ../sass/site/utilities/_text.scss */
.text-light {
  /*color: #999 !important;*/
  font-weight: 400 !important;
}

/* line 72, ../sass/site/utilities/_text.scss */
.text-scattered {
  /*color: #777;*/
  /*font-weight: 400;*/
  letter-spacing: 3px;
  /*font-size: $tiny-font-size;*/
  /*line-height: 1.4;*/
  /*text-transform: uppercase;*/
}

/* line 80, ../sass/site/utilities/_text.scss */
.text-normal {
  font-weight: 500 !important;
}

/* line 83, ../sass/site/utilities/_text.scss */
.text-primary {
  color: #FCE900 !important;
}

/* line 86, ../sass/site/utilities/_text.scss */
.text-brand {
  color: #023545 !important;
}

/* line 89, ../sass/site/utilities/_text.scss */
.text-brand-alt {
  color: #5AC2E7 !important;
}

/* line 92, ../sass/site/utilities/_text.scss */
.bold {
  font-weight: 600 !important;
}

/* line 95, ../sass/site/utilities/_text.scss */
.text-orange {
  color: #FF7E65;
}

/* line 98, ../sass/site/utilities/_text.scss */
.text-money {
  font-family: 'Arial' !important;
}

/* line 101, ../sass/site/utilities/_text.scss */
.text-slogan {
  /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;*/
  font-family: humnst;
}

/* line 104, ../sass/site/utilities/_text.scss */
.text-link {
  color: #023545;
}

/* line 107, ../sass/site/utilities/_text.scss */
.text-dark {
  color: #999;
}

/* line 110, ../sass/site/utilities/_text.scss */
.text-link-underline {
  color: inherit;
  text-decoration: underline;
}

/* line 114, ../sass/site/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 119, ../sass/site/utilities/_text.scss */
.row-header__title {
  margin-top: 0;
  color: #34345F;
  font-weight: 700;
  line-height: 1.3;
}
/* line 125, ../sass/site/utilities/_text.scss */
.row-header__title span {
  /*position: relative;*/
  font-style: normal;
  background-size: 100% 13px;
  color: #023545;
}
/* line 132, ../sass/site/utilities/_text.scss */
.row-header__title--no-margin {
  margin-bottom: 0px !important;
}
/* line 136, ../sass/site/utilities/_text.scss */
.row-header__sub-title {
  margin-top: 0px !important;
  color: #5B5E5F;
}
/* line 140, ../sass/site/utilities/_text.scss */
.row-header__link {
  float: right;
}
/* line 144, ../sass/site/utilities/_text.scss */
.row-header--has-border-bottom {
  position: relative;
  display: inline-block;
  margin-bottom: 6rem;
}
/* line 149, ../sass/site/utilities/_text.scss */
.row-header--has-border-bottom::after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: -20px;
  display: block;
  width: 45%;
  height: 0px;
  border-top: solid 5px;
}

/* line 161, ../sass/site/utilities/_text.scss */
.highlight-as-link {
  /*border-bottom: solid 2px #CACDCD;*/
  border-bottom: solid 2px;
  padding-bottom: 2px;
}

/* line 167, ../sass/site/utilities/_text.scss */
.cursor--pointer {
  cursor: pointer;
}

/* line 171, ../sass/site/utilities/_text.scss */
.steps-number {
  opacity: .5;
  font-size: .4em;
}

/* line 176, ../sass/site/utilities/_text.scss */
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 182, ../sass/site/utilities/_text.scss */
li {
  display: list-item;
}

/* line 185, ../sass/site/utilities/_text.scss */
i {
  /*font-family: Georgia, 'Times New Roman', Times, serif;*/
   font-family: 'humnst';
}

/* line 189, ../sass/site/utilities/_text.scss */
.wrap {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 193, ../sass/site/utilities/_text.scss */
.no-gutter > [class*='col-'] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 197, ../sass/site/utilities/_text.scss */
.col-center {
  margin-left: auto;
  margin-right: auto;
  float: none !important;
}

/* line 1, ../sass/site/utilities/_bg.scss */
.bg-primary {
  background-color: #FCE900;
}

/* line 4, ../sass/site/utilities/_bg.scss */
.bg-blue {
  background-color: #2D9BF3;
}

/* line 7, ../sass/site/utilities/_bg.scss */
.bg-alt {
  background-color: #F7F5F1;
}

/* line 10, ../sass/site/utilities/_bg.scss */
.bg-gray {
  background-color: #F1F3F4;
}

/* line 13, ../sass/site/utilities/_bg.scss */
.bg-white {
  background-color: #FFFFFF;
}

/* line 16, ../sass/site/utilities/_bg.scss */
.bg-brand {
  background-color: #023546;
}

/* line 1, ../sass/site/utilities/_images.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 6, ../sass/site/utilities/_images.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 9, ../sass/site/utilities/_images.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 22, ../sass/site/utilities/_images.scss */
.img-circle {
  border-radius: 50%;
}

/* line 26, ../sass/site/utilities/_images.scss */
.svg-loader {
  text-align: center;
  height: 100%;
  display: inline-block;
  width: 100%;
}
/* line 32, ../sass/site/utilities/_images.scss */
.svg-loader .middle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
/* line 38, ../sass/site/utilities/_images.scss */
.svg-loader .spinner {
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url(../../assets/images/loaders/oval.svg) no-repeat;
}
/* line 44, ../sass/site/utilities/_images.scss */
.svg-loader .spinner.alt {
  background: url(../../assets/images/loaders/oval-primary.svg) no-repeat;
}

.svg-loader .spinner_dot {
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url(../../assets/images/loaders/oval.svg) no-repeat;
}
/* line 1, ../sass/site/utilities/_common.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 6, ../sass/site/utilities/_common.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 12, ../sass/site/utilities/_common.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 16, ../sass/site/utilities/_common.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

/* line 21, ../sass/site/utilities/_common.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 27, ../sass/site/utilities/_common.scss */
.m-t-xs {
  margin-top: 5px;
}

/* line 28, ../sass/site/utilities/_common.scss */
.m-t-sm {
  margin-top: 10px;
}

/* line 29, ../sass/site/utilities/_common.scss */
.m-t-md {
  margin-top: 30px;
}

/* line 30, ../sass/site/utilities/_common.scss */
.m-t-lg {
  margin-top: 60px;
}

/* line 32, ../sass/site/utilities/_common.scss */
.m-b-xs {
  margin-bottom: 10px;
}

/* line 33, ../sass/site/utilities/_common.scss */
.m-b-sm {
  margin-bottom: 15px;
}

/* line 34, ../sass/site/utilities/_common.scss */
.m-b-md {
  margin-bottom: 30px;
}

/* line 35, ../sass/site/utilities/_common.scss */
.m-b-lg {
  margin-bottom: 60px;
}

/* line 37, ../sass/site/utilities/_common.scss */
.m-l-xs {
  margin-left: 10px !important;
}

/* line 38, ../sass/site/utilities/_common.scss */
.m-l-sm {
  margin-left: 15px !important;
}

/* line 39, ../sass/site/utilities/_common.scss */
.m-l-md {
  margin-left: 30px !important;
}

/* line 40, ../sass/site/utilities/_common.scss */
.m-l-lg {
  margin-left: 60px !important;
}

/* line 42, ../sass/site/utilities/_common.scss */
.m-r-xs {
  margin-right: 10px;
}

/* line 43, ../sass/site/utilities/_common.scss */
.m-r-sm {
  margin-right: 15px;
}

/* line 44, ../sass/site/utilities/_common.scss */
.m-r-md {
  margin-right: 30px;
}

/* line 45, ../sass/site/utilities/_common.scss */
.m-r-lg {
  margin-right: 60px;
}

/* line 47, ../sass/site/utilities/_common.scss */
.p-xs {
  padding: 5px;
}

/* line 48, ../sass/site/utilities/_common.scss */
.p-sm {
  padding: 15px;
}

/* line 49, ../sass/site/utilities/_common.scss */
.p-md {
  padding: 15px 30px;
}

/* line 50, ../sass/site/utilities/_common.scss */
.p-lg {
  padding: 60px;
}

/* line 53, ../sass/site/utilities/_common.scss */
.design-listing__item {
  /*position: relative;*/
  /*height: 270px;*/
  background: #FFF;
}
/* line 58, ../sass/site/utilities/_common.scss */
.design-listing__item__image {
  width: 100%;
}
/* line 62, ../sass/site/utilities/_common.scss */
.design-listing__item figure {
  position: relative;
  width: 100%;
}
/* line 66, ../sass/site/utilities/_common.scss */
.design-listing__item figure .cover {
  /*display: none;*/
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(transparent 70%, rgba(0, 0, 0, 0.3) 100%);
  background: -o-linear-gradient(transparent 70%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(transparent 70%, rgba(0, 0, 0, 0.3) 100%);
}
/* line 77, ../sass/site/utilities/_common.scss */
.design-listing__item figure figcaption {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  width: 100%;
}
/* line 85, ../sass/site/utilities/_common.scss */
.design-listing__item figure figcaption .title {
  margin-top: 0;
  margin-bottom: 0;
  color: #023546;
  /*text-shadow: 0 1px 0 #FFF;*/
  text-transform: uppercase;
  display: inline-block;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 2px;
  padding: 1px 5px;
}
/* line 102, ../sass/site/utilities/_common.scss */
.design-listing__item__footer {
  display: none;
}
/* line 104, ../sass/site/utilities/_common.scss */
.design-listing__item__footer .title {
  margin-top: 10px;
}

/* line 111, ../sass/site/utilities/_common.scss */
.loan-offer {
  margin-bottom: 15px;
}
/* line 114, ../sass/site/utilities/_common.scss */
.loan-offer__title {
  /*text-transform: uppercase;*/
  font-size: 13px;
  color: #80B0C0;
  margin-bottom: 2px;
}
/* line 120, ../sass/site/utilities/_common.scss */
.loan-offer__value {
  /*color: #000000;*/
  min-height: 30px;
}
/* line 124, ../sass/site/utilities/_common.scss */
.loan-offer__description {
  font-size: 14px;
  line-height: 1.6;
  /*color: #000000;*/
}

/* line 1, ../sass/site/utilities/_helpers.scss */
.helper--no-box-shadow {
  box-shadow: none !important;
}

/* line 4, ../sass/site/utilities/_helpers.scss */
.svg-fill--grey {
  fill: #DDD;
}

/* line 7, ../sass/site/utilities/_helpers.scss */
.svg-fill--light {
  fill: #EEE;
}

/* line 10, ../sass/site/utilities/_helpers.scss */
.svg-plain-grey {
  fill: #CCC;
  stroke: #CCC;
}

/* line 14, ../sass/site/utilities/_helpers.scss */
.svg-plain-dark {
  fill: #555;
  stroke: #555;
}

/* line 18, ../sass/site/utilities/_helpers.scss */
.svg-plain-brand {
  fill: #023545;
  stroke: #023545;
}

/* line 22, ../sass/site/utilities/_helpers.scss */
.common-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
/* line 26, ../sass/site/utilities/_helpers.scss */
.common-section--md {
  padding-top: 60px;
  padding-bottom: 60px;
}
/* line 30, ../sass/site/utilities/_helpers.scss */
.common-section--lg {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* line 35, ../sass/site/utilities/_helpers.scss */
.no-margin {
  margin: 0 !important;
}

/* line 38, ../sass/site/utilities/_helpers.scss */
.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #CCCCCC;
}
/* line 44, ../sass/site/utilities/_helpers.scss */
.dot--active {
  background: #767676;
}

/* line 48, ../sass/site/utilities/_helpers.scss */
.alert {
  text-align: left;
  line-height: 1.4 !important;
  /*font-weight: 600;*/
  margin-bottom: 20px;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
  transition: all .2s;
  color: #c09853;
  padding: 5px 10px 5px;
  position: relative;
  font-size: 14px;
}
/* line 63, ../sass/site/utilities/_helpers.scss */
.alert.has-icon {
  padding-left: 32px;
}
/* line 66, ../sass/site/utilities/_helpers.scss */
.alert.has-icon::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  left: 8px;
  top: 4px;
  background-size: 20px 20px;
  display: block;
}
/* line 76, ../sass/site/utilities/_helpers.scss */
.alert.has-error-icon::before {
  background-image: url(../images/icons/error.svg);
}
/* line 79, ../sass/site/utilities/_helpers.scss */
.alert.has-info-icon::before {
  background-image: url(../images/icons/bell-info.svg);
}

/* line 84, ../sass/site/utilities/_helpers.scss */
.alert h4 {
  margin: 0;
}

/* line 88, ../sass/site/utilities/_helpers.scss */
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

/* line 95, ../sass/site/utilities/_helpers.scss */
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 101, ../sass/site/utilities/_helpers.scss */
.alert-success h4 {
  color: #468847;
}

/* line 105, ../sass/site/utilities/_helpers.scss */
.alert-danger,
.alert-error {
  /*color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;*/
  color: #bf3533;
  background-color: #fff2f2;
  border-color: #FECDC2;
}

/* line 115, ../sass/site/utilities/_helpers.scss */
.alert-danger h4,
.alert-error h4 {
  color: #bf3533;
}

/* line 120, ../sass/site/utilities/_helpers.scss */
.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 126, ../sass/site/utilities/_helpers.scss */
.alert-info h4 {
  color: #3a87ad;
}

/* line 130, ../sass/site/utilities/_helpers.scss */
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

/* line 135, ../sass/site/utilities/_helpers.scss */
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

/* line 140, ../sass/site/utilities/_helpers.scss */
.alert-block p + p {
  margin-top: 5px;
}

/* line 144, ../sass/site/utilities/_helpers.scss */
.has-border-top {
  border-top: solid 2px #EEE;
}

/* PIN CODE FOR SMS CONFIRMATIONS */
@font-face {
  font-family: "pincode-input-mask";
  src: url(data:font/woff;charset:utf-8;base64,d09GRgABAAAAAAusAAsAAAAAMGgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZjRmM5Y21hcAAAAYQAAAgCAAArYmjjYVVnbHlmAAAJiAAAAEEAAABQiOYj2mhlYWQAAAnMAAAALgAAADYOxVFUaGhlYQAACfwAAAAcAAAAJAqNAyNobXR4AAAKGAAAAAgAAAAIAyAAAGxvY2EAAAogAAAABgAAAAYAKAAAbWF4cAAACigAAAAeAAAAIAEOACJuYW1lAAAKSAAAAUIAAAKOcN63t3Bvc3QAAAuMAAAAHQAAAC5lhHRpeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGScwDiBgZWBgSGVtYKBgVECQjMfYEhiYmFgYGJgZWbACgLSXFMYHIAq/rNfAHK3gEmgASACAIekCT4AAHic7dhl0zDVmUXh5+XFHYK7E0IguFtwt4QQgmtwd3d3d7cED+4SXIO7u7vbsNfaUzU1fyGcu66u1adOf+6uHhgYGGpgYGDwL37/iyEHBoZZcWDQLzUw9NK/7A5if/DA8OwPOfQknBky+0P8/PPPOcd1UJ785frr/Dq/zq/z6/w3zsCgoX/xX74GRsxbcYpRB1iDB/7PGvT/DFGDenBwe8hKD1XpoSs9TKWHrfRwlR6+0iNUesRKj1TpkSs9SqVHrfRolR690r+p9BiVHrPSY1V67EqPU+lxKz1epcev9ASVnrDSE1V64kpPUulJKz1ZpSev9BSVnrLSU1V66kr/ttLTVPp3lZ62/KJSerpKT1/pP1R6hkrPWOmZKj1zpWep9KyVnq3Ss1d6jkrPWem5Kj13peep9LyVnq/S81d6gUr/sdILVnqhSi9c6UUqvWilF6v04pVeotJLVnqpSi9d6WUqvWyll6v08pVeodIrVvpPlf5zpVeq9F8qvXKl/1rpVSr9t0qvWunVKr16pdeo9JqVXqvSa1d6nUqvW+n1Kr1+pTeo9N8rvWGlN6r0xpXepNKbVnqzSm9e6S0qvWWlt6r01pXeptLbVnq7Sm9f6R0qvWOld6r0zpXepdK7Vnq3Su9e6T0qvWel96r03pXep9L7Vnq/Su9f6QMqfWClD6r0wZU+pNKHVvqwSh9e6SMqfWSlj6r00ZU+ptLHVvq4Sh9f6RMqfWKlT6r0yZU+pdKnVvq0Sp9e6TMqfWalz6r02ZU+p9LnVvq8Sp9f6QsqfWGl/1Hpf1b6okpfXOlLKn1ppS+r9OWVvqLS/6r0lZW+qtJXV/qaSl9b6esqfX2lb6j0jZW+qdI3V/qWSt9a6dsqfXul76j0vyt9Z6XvqvTdlb6n0vdW+r5K31/pByr9YKUfqvTDlX6k0v+p9KOVfqzSj1f6iUo/WemnKv10pZ+p9LOVfq7Sz1f6hUq/WOmXKv1ypV+p9KuVfq3Sr1f6jUq/Wem3Kv12pd+p9LuVfq/S71f6g0p/WOmPKv1xpT+p9KeV/qzSn1f6i0p/WemvKv11pb+p9LeV/q7S31f6h0r/WOmfKv1zDfI26KKHED1Y9JCihxI9tOhhRA8rejjRw4seQfSIokcSPbLoUUSPKno00aOL/o3oMUSPKXos0WOLHkf0uKLHEz2+6AlETyh6ItETi55E9KSiJxM9uegpRE8peirRU4v+rehpRP9O9LSify96OtHTi/6D6BlEzyh6JtEzi55F9KyiZxM9u+g5RM8pei7Rc4ueR/S8oucTPb/oBUT/UfSCohcSvbDoRUQvKnox0YuLXkL0kqKXEr206GVELyt6OdHLi15B9Iqi/yT6z6JXEv0X0SuL/qvoVUT/TfSqolcTvbroNUSvKXot0WuLXkf0uqLXE72+6A1E/130hqI3Er2x6E1Ebyp6M9Gbi95C9JaitxK9tehtRG8rejvR24veQfSOoncSvbPoXUTvKno30buL3kP0nqL3Er236H1E7yt6P9H7iz5A9IGiDxJ9sOhDRB8q+jDRh4s+QvSRoo8SfbToY0QfK/o40ceLPkH0iaJPEn2y6FNEnyr6NNGniz5D9JmizxJ9tuhzRJ8r+jzR54u+QPSFov8h+p+iLxJ9sehLRF8q+jLRl4u+QvS/RF8p+irRV4u+RvS1oq8Tfb3oG0TfKPom0TeLvkX0raJvE3276DtE/1v0naLvEn236HtE3yv6PtH3i35A9IOiHxL9sOhHRP9H9KOiHxP9uOgnRD8p+inRT4t+RvSzop8T/bzoF0S/KPol0S+LfkX0q6JfE/266DdEvyn6LdFvi35H9Lui3xP9vugPRH8o+iPRH4v+RPSnoj8T/bnoL0R/Kfor0V+L/kb0t6K/E/296B9E/yj6J9E/K/2/v/npoocQPVj0kKKHEj206GFEDyt6ONHDix5B9IiiRxI9suhRRI8qejTRo4v+jegxRI8peizRY4seR/S4oscTPb7oCURPKHoi0ROLnkT0pKInEz256ClETyl6KtFTi/6t6GlE/070tKJ/L3o60dOL/oPoGUTPKHom0TOLnkX0rKJnEz276DlEzyl6LtFzi55H9Lyi5xM9v+gFRP9R9IKiFxK9sOhFRC8qejHRi4teQvSSopcSvbToZUQvK3o50cuLXkH0iqL/JPrPolcS/RfRK4v+q+hVRP9N9KqiVxO9uug1RK8pei3Ra4teR/S6otcTvb7oDUT/XfSGojcSvbHoTURvKnoz0ZuL3kL0lqK3Er216G1Ebyt6O9Hbi95B9I6idxK9s+hdRO8qejfRu4veQ/SeovcSvbfofUTvK3o/0fuLPkD0gaIPEn2w6ENEHyr6MNGHiz5C9JGijxJ9tOhjRB8r+jjRx4s+QfSJok8SfbLoU0SfKvo00aeLPkP0maLPEn226HNEnyv6PNHni75A9IWi/yH6n6IvEn2x6EtEXyr6MtGXi75C9L9EXyn6KtFXi75G9LWirxN9vegbRN8o+ibRN4u+RfStom8TfbvoO0T/W/Sdou8Sfbfoe0TfK/o+0feLfkD0g6IfEv2w6EdE/0f0o6IfE/246CdEPyn6KdFPi35G9LOinxP9vOgXRL8o+iXRL4t+RfSrol8T/broN0S/Kfot0W+Lfkf0u6LfE/2+6A9Efyj6I9Efi/5E9KeiPxP9uegvRH8p+ivRX4v+RvS3or8T/b3oH0T/KPon0T9rYND/AOaSEScAAHicY2BiAAKmPSy+QEqUgYFRUURcTFzMyNzM3MxEXU1dTYmdjZ2NccK/K5oaLm6L3Fw0NOEMZoVAFD6IAQD4PA9iAAAAeJxjYGRgYADirq+zjOP5bb4ycLNfAIowXCttkUWmmfaw+AIpDgYmEA8ANPUJwQAAeJxjYGRgYL/AAATMCiCSaQ8DIwMqYAIAK/QBvQAAAAADIAAAAAAAAAAoAAB4nGNgZGBgYGIQA2IGMIuBgQsIGRj+g/kMAArUATEAAHicjY69TsMwFIWP+4doJYSKhMTmoUJIqOnPWIm1ZWDq0IEtTZw2VRpHjlu1D8A7MPMczAw8DM/AifFEl9qS9d1zzr3XAK7xBYHqCHTdW50aLlj9cZ1057lBfvTcRAdPnlvUnz23mXj13MEN3jhBNC6p9PDuuYYrfHquU//23CD/eG7iVnQ9t9ATD57bWIgXzx3ciw+rDrZfqmhnUnvsx2kZzdVql4Xm1DhVFsqUqc7lKBiemjOVKxNaFcvlUZb71djaRCZGb+VU51ZlmZaF0RsV2WBtbTEZDBKvB5HewkLhwLePkhRhB4OU9ZFKTCqpzems6GQI6Z7TcU5mQceQUmjkkBghwPCszhmd3HWHLh+ze8mEpLvnT8dULRLWCTMaW9LUbanSGa+mUjhv47ZY7l67rgITDHiTf/mAKU76BTuXfk8AAHicY2BigAARBuyAiZGJkZmBJSWzOJmBAQALQwHHAAAA) format("woff");
}
/* line 155, ../sass/site/utilities/_helpers.scss */
.pincode-input-text-masked {
  font-family: pincode-input-mask;
  color: inherit;
}

/* line 160, ../sass/site/utilities/_helpers.scss */
.pincode-input-container.touch .pincode-input-text-masked {
  letter-spacing: 24px !important;
}
@media screen and (max-width: 991px) {
  /* line 160, ../sass/site/utilities/_helpers.scss */
  .pincode-input-container.touch .pincode-input-text-masked {
    letter-spacing: 14px !important;
  }
}

/* line 168, ../sass/site/utilities/_helpers.scss */
.pincode-input-container {
  display: inline-block;
}

/* line 172, ../sass/site/utilities/_helpers.scss */
.pincode-input-text, .form-control.pincode-input-text {
  width: 35px;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}

/* line 178, ../sass/site/utilities/_helpers.scss */
.pincode-input-container .pincode-input-text {
  background-color: #FFF;
  border: none !important;
  border-bottom: #CCC solid 2px !important;
  border-radius: 0 !important;
  text-align: center;
  font-weight: 700;
  color: blue;
}

/* line 187, ../sass/site/utilities/_helpers.scss */
.pincode-input-container .pincode-input-text:focus {
  border-bottom-color: blue !important;
}

/* line 191, ../sass/site/utilities/_helpers.scss */
.pincode-input-error {
  clear: both;
}

/* line 195, ../sass/site/utilities/_helpers.scss */
.pincode-input-container.touch .touchwrapper {
  position: relative;
  height: 38px;
  margin-right: 5px;
  overflow: hidden;
}

/* line 201, ../sass/site/utilities/_helpers.scss */
.pincode-input-container.touch .touchwrapper .pincode-input-text {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  display: block;
  background-color: transparent;
  background: transparent;
  letter-spacing: 19px;
}

/*
  On every digit we use the letter-spacing of the above textbox to determine the table background
*/
/* line 217, ../sass/site/utilities/_helpers.scss */
.pincode-input-container.touch .touchwrapper.touch1 {
  width: 40px;
}

/* line 218, ../sass/site/utilities/_helpers.scss */
.pincode-input-container.touch .touchwrapper.touch2 {
  width: 65px;
}

/* line 219, ../sass/site/utilities/_helpers.scss */
.pincode-input-container.touch .touchwrapper.touch3 {
  width: 90px;
}

/* line 220, ../sass/site/utilities/_helpers.scss */
.pincode-input-container.touch .touchwrapper.touch4 {
  width: 120px;
}

/* line 221, ../sass/site/utilities/_helpers.scss */
.pincode-input-container.touch .touchwrapper.touch5 {
  width: 150px;
}

/* line 222, ../sass/site/utilities/_helpers.scss */
.pincode-input-container.touch .touchwrapper.touch6 {
  width: 175px;
}

/* line 223, ../sass/site/utilities/_helpers.scss */
.pincode-input-container.touch .touchwrapper.touch7 {
  width: 205px;
}

/* line 224, ../sass/site/utilities/_helpers.scss */
.pincode-input-container.touch .touchwrapper.touch8 {
  width: 235px;
}

/* line 225, ../sass/site/utilities/_helpers.scss */
.pincode-input-container.touch .touchwrapper.touch9 {
  width: 260px;
}

/* line 227, ../sass/site/utilities/_helpers.scss */
.pincode-input-container.touch .touchwrapper .touchtable {
  width: 100%;
  height: 100%;
  table-layout: fixed;
}

/* line 232, ../sass/site/utilities/_helpers.scss */
.pincode-input-container.touch .touchwrapper .touchtable td {
  border-bottom: 2px solid #ccc;
}

/* line 236, ../sass/site/utilities/_helpers.scss */
.appstage-nav {
  display: inline-block;
  /*width: 100%;*/
  /*width: 83%;*/
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 1;
  height: 80px;
   /*margin-left: 16%;*/
}
@media screen and (max-width: 991px) {
  /* line 236, ../sass/site/utilities/_helpers.scss */
  .appstage-nav {
    position: absolute !important;
    top: 0;
    height: 50px;
  }
}

/* line 251, ../sass/site/utilities/_helpers.scss */
.appstage-list {
/*margin-left:7%;*/
  text-align: center;
  padding: 12px 0 8px;
  display: inline-block;
  width: 100%;
  font-size: 1.4rem;
}

.h_stying{
            height: 3px;
    background-color: #212529 !important;
    width: 0% !important;
    display: inline-block;
    position: absolute;
    margin-top: 11px;
    margin-left: -153px;

         }
        .h_stying_2{
             height: 3px;
    background-color: #212529 !important;
width: 0% !important;
display: inline-block;
    position: absolute;
    margin-top: 11px;
    margin-left: -7%;
         }
    .h_stying_3{
             height: 3px;
    background-color: #212529 !important;
    width: 0% !important;
    display: inline-block;
    position: absolute;
    margin-top: 11px;
    margin-left: -136px;
        
    }
/* line 258, ../sass/site/utilities/_helpers.scss */
.appstage-list__item {
  display: inline-block;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  margin: 0 -2px 0;
}
/* line 268, ../sass/site/utilities/_helpers.scss */
.appstage-list__item:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 12px;
  width: calc(50% - 12px);
  height: 1px;
  background-color: #FFFFFF;
}
/* line 277, ../sass/site/utilities/_helpers.scss */
.appstage-list__item:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 12px;
  width: calc(50% - 12px);
  height: 1px;
  background-color: #FFFFFF;
}
/* line 288, ../sass/site/utilities/_helpers.scss */
.appstage-list__item:first-child:before {
  display: none !important;
}
/* line 293, ../sass/site/utilities/_helpers.scss */
.appstage-list__item:last-child:after {
  display: none !important;
}
@media screen and (max-width: 991px) {
  /* line 258, ../sass/site/utilities/_helpers.scss */
  .appstage-list__item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* line 303, ../sass/site/utilities/_helpers.scss */
.appstage-list__item__counter {
  width: 24px;
  height: 24px;
  line-height: 0;
  border-radius: 50%;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  position: relative;
  background-color: #A6A6A6;
  color: #023546;
}
/* line 315, ../sass/site/utilities/_helpers.scss */
.appstage-list__item__counter span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 24px;
}
/* line 324, ../sass/site/utilities/_helpers.scss */
.appstage-list__item.completed .appstage-list__item__counter {
  background-color: #95D5A1;
  color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='38' viewBox='0 0 40 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M39.027 19.0004C39.027 24.0754 36.9972 28.8465 33.3117 32.4351C29.6262 36.0236 24.7261 38 19.5139 38C14.3017 38 9.40086 36.0236 5.71533 32.4351C2.02979 28.8465 0 24.0754 0 19.0004C0 13.9253 2.02979 9.15347 5.71533 5.56492C9.40086 1.97637 14.3017 0 19.5139 0C24.7261 0 29.6262 1.97637 33.3117 5.56492C36.9972 9.15347 39.027 13.9253 39.027 19.0004Z' fill='%23F5F0EB'/%3E%3Cpath d='M39.0272 19.0004C39.0272 24.0754 36.9974 28.8465 33.3117 32.4351C29.6261 36.0236 24.726 38 19.5137 38V0C24.726 0 29.6261 1.97637 33.3117 5.56492C36.9974 9.15347 39.0272 13.9253 39.0272 19.0004Z' fill='%23DCD2CD'/%3E%3Cpath d='M33.8915 18.4868C33.8915 26.415 27.4411 32.8648 19.5131 32.8648C11.5845 32.8648 5.13477 26.415 5.13477 18.4868C5.13477 10.5579 11.5845 4.10809 19.5131 4.10809C27.4411 4.10809 33.8915 10.5579 33.8915 18.4868Z' fill='%2395D5A1'/%3E%3Cpath d='M24.2942 17.338L19.4769 21.851L19.0367 22.2633C18.8007 22.4844 18.4916 22.5946 18.1816 22.5946H18.1634C17.8582 22.5946 17.5531 22.4859 17.3202 22.2678L14.7272 19.8383C14.2615 19.4028 14.2615 18.6957 14.7272 18.2595C15.1929 17.8234 15.9478 17.8233 16.4127 18.2595L18.153 19.8889L19.4768 18.6489L22.5855 15.737C23.0576 15.2949 23.8228 15.2949 24.2941 15.737C24.7662 16.179 24.7662 16.8958 24.2942 17.338Z' fill='white'/%3E%3Cpath d='M24.2972 17.2531L19.5137 21.5676V18.5062L22.6006 15.7224C23.0694 15.2997 23.8293 15.2997 24.2972 15.7224C24.766 16.1451 24.766 16.8303 24.2972 17.2531Z' fill='%23F5F0EB'/%3E%3C/svg%3E%0A");
  background-size: cover;
}
/* line 331, ../sass/site/utilities/_helpers.scss */
.appstage-list__item.completed .appstage-list__item__counter span {
  display: none !important;
}
/* line 337, ../sass/site/utilities/_helpers.scss */
.appstage-list__item.active .appstage-list__item__counter {
  background-color: #FCE900;
  color: #023545;
}
/* line 343, ../sass/site/utilities/_helpers.scss */
.appstage-list__item__title {
  margin-top: 5px;
}
@media screen and (max-width: 991px) {
  /* line 343, ../sass/site/utilities/_helpers.scss */
  .appstage-list__item__title {
    display: none;
    margin-top: 0;
  }
}

/* line 355, ../sass/site/utilities/_helpers.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
  min-width: 200px;
}

/* line 367, ../sass/site/utilities/_helpers.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 372, ../sass/site/utilities/_helpers.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 377, ../sass/site/utilities/_helpers.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 382, ../sass/site/utilities/_helpers.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 387, ../sass/site/utilities/_helpers.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 392, ../sass/site/utilities/_helpers.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 6px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}

/* line 402, ../sass/site/utilities/_helpers.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 410, ../sass/site/utilities/_helpers.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

/* line 418, ../sass/site/utilities/_helpers.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

/* line 425, ../sass/site/utilities/_helpers.scss */
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

/* line 432, ../sass/site/utilities/_helpers.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

/* line 440, ../sass/site/utilities/_helpers.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

/* line 448, ../sass/site/utilities/_helpers.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

/* line 456, ../sass/site/utilities/_helpers.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

/* line 463, ../sass/site/utilities/_helpers.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

/* line 469, ../sass/site/utilities/_helpers.scss */
.app-form-container {
  margin-top: 200px;
}
@media screen and (max-width: 991px) {
  /* line 469, ../sass/site/utilities/_helpers.scss */
  .app-form-container {
    margin-top: 40px;
  }
}

/* line 476, ../sass/site/utilities/_helpers.scss */
.app-form-row {
  border-bottom: solid 1px #e5e5e5;
  /*padding: 0 0 30px;*/
    padding: 20px 42px 30px;
    margin-bottom: 30px;
}

/* Components */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.3/customize/?id=83e1182b3578edc5e9ae942540cf27cb)
 * Config saved to config.json and https://gist.github.com/83e1182b3578edc5e9ae942540cf27cb
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 16, ../sass/vendor/_bootstrap.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  /* line 23, ../sass/vendor/_bootstrap.scss */
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  /* line 28, ../sass/vendor/_bootstrap.scss */
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 33, ../sass/vendor/_bootstrap.scss */
  .container {
    width: 1160px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  /* line 37, ../sass/vendor/_bootstrap.scss */
  .container {
    width: 1100px !important;
  }
}
/* line 42, ../sass/vendor/_bootstrap.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 48, ../sass/vendor/_bootstrap.scss */
.row {
  margin-left: -10px;
  margin-right: -10px;
}

/* line 52, ../sass/vendor/_bootstrap.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 58, ../sass/vendor/_bootstrap.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 {
  float: left;
}

/* line 61, ../sass/vendor/_bootstrap.scss */
.col-xs-12 {
  width: 100%;
}

/* line 64, ../sass/vendor/_bootstrap.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 67, ../sass/vendor/_bootstrap.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 70, ../sass/vendor/_bootstrap.scss */
.col-xs-9 {
  width: 75%;
}

/* line 73, ../sass/vendor/_bootstrap.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 76, ../sass/vendor/_bootstrap.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 79, ../sass/vendor/_bootstrap.scss */
.col-xs-6 {
  width: 50%;
}

/* line 82, ../sass/vendor/_bootstrap.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 85, ../sass/vendor/_bootstrap.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 88, ../sass/vendor/_bootstrap.scss */
.col-xs-3 {
  width: 25%;
}

/* line 91, ../sass/vendor/_bootstrap.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 94, ../sass/vendor/_bootstrap.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 97, ../sass/vendor/_bootstrap.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 100, ../sass/vendor/_bootstrap.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 103, ../sass/vendor/_bootstrap.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 106, ../sass/vendor/_bootstrap.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 109, ../sass/vendor/_bootstrap.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 112, ../sass/vendor/_bootstrap.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 115, ../sass/vendor/_bootstrap.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 118, ../sass/vendor/_bootstrap.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 121, ../sass/vendor/_bootstrap.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 124, ../sass/vendor/_bootstrap.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 127, ../sass/vendor/_bootstrap.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 130, ../sass/vendor/_bootstrap.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 133, ../sass/vendor/_bootstrap.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 136, ../sass/vendor/_bootstrap.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 139, ../sass/vendor/_bootstrap.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 142, ../sass/vendor/_bootstrap.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 145, ../sass/vendor/_bootstrap.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 148, ../sass/vendor/_bootstrap.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 151, ../sass/vendor/_bootstrap.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 154, ../sass/vendor/_bootstrap.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 157, ../sass/vendor/_bootstrap.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 160, ../sass/vendor/_bootstrap.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 163, ../sass/vendor/_bootstrap.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 166, ../sass/vendor/_bootstrap.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 169, ../sass/vendor/_bootstrap.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 172, ../sass/vendor/_bootstrap.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 175, ../sass/vendor/_bootstrap.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 178, ../sass/vendor/_bootstrap.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 181, ../sass/vendor/_bootstrap.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 184, ../sass/vendor/_bootstrap.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 187, ../sass/vendor/_bootstrap.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 190, ../sass/vendor/_bootstrap.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 193, ../sass/vendor/_bootstrap.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 196, ../sass/vendor/_bootstrap.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 199, ../sass/vendor/_bootstrap.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 202, ../sass/vendor/_bootstrap.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 205, ../sass/vendor/_bootstrap.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 208, ../sass/vendor/_bootstrap.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 211, ../sass/vendor/_bootstrap.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  /* line 215, ../sass/vendor/_bootstrap.scss */
  .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 {
    float: left;
  }

  /* line 218, ../sass/vendor/_bootstrap.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 221, ../sass/vendor/_bootstrap.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 224, ../sass/vendor/_bootstrap.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 227, ../sass/vendor/_bootstrap.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 230, ../sass/vendor/_bootstrap.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 233, ../sass/vendor/_bootstrap.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 236, ../sass/vendor/_bootstrap.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 239, ../sass/vendor/_bootstrap.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 242, ../sass/vendor/_bootstrap.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 245, ../sass/vendor/_bootstrap.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 248, ../sass/vendor/_bootstrap.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 251, ../sass/vendor/_bootstrap.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 254, ../sass/vendor/_bootstrap.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 257, ../sass/vendor/_bootstrap.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 260, ../sass/vendor/_bootstrap.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 263, ../sass/vendor/_bootstrap.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 266, ../sass/vendor/_bootstrap.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 269, ../sass/vendor/_bootstrap.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 272, ../sass/vendor/_bootstrap.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 275, ../sass/vendor/_bootstrap.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 278, ../sass/vendor/_bootstrap.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 281, ../sass/vendor/_bootstrap.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 284, ../sass/vendor/_bootstrap.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 287, ../sass/vendor/_bootstrap.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 290, ../sass/vendor/_bootstrap.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 293, ../sass/vendor/_bootstrap.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 296, ../sass/vendor/_bootstrap.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 299, ../sass/vendor/_bootstrap.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 302, ../sass/vendor/_bootstrap.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 305, ../sass/vendor/_bootstrap.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 308, ../sass/vendor/_bootstrap.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 311, ../sass/vendor/_bootstrap.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 314, ../sass/vendor/_bootstrap.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 317, ../sass/vendor/_bootstrap.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 320, ../sass/vendor/_bootstrap.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 323, ../sass/vendor/_bootstrap.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 326, ../sass/vendor/_bootstrap.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 329, ../sass/vendor/_bootstrap.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 332, ../sass/vendor/_bootstrap.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }

  /* line 335, ../sass/vendor/_bootstrap.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 338, ../sass/vendor/_bootstrap.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 341, ../sass/vendor/_bootstrap.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 344, ../sass/vendor/_bootstrap.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 347, ../sass/vendor/_bootstrap.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 350, ../sass/vendor/_bootstrap.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 353, ../sass/vendor/_bootstrap.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 356, ../sass/vendor/_bootstrap.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 359, ../sass/vendor/_bootstrap.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 362, ../sass/vendor/_bootstrap.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 365, ../sass/vendor/_bootstrap.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 368, ../sass/vendor/_bootstrap.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  /* line 373, ../sass/vendor/_bootstrap.scss */
  .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 {
    float: left;
  }

  /* line 376, ../sass/vendor/_bootstrap.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 379, ../sass/vendor/_bootstrap.scss */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 382, ../sass/vendor/_bootstrap.scss */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 385, ../sass/vendor/_bootstrap.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 388, ../sass/vendor/_bootstrap.scss */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 391, ../sass/vendor/_bootstrap.scss */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 394, ../sass/vendor/_bootstrap.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 397, ../sass/vendor/_bootstrap.scss */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 400, ../sass/vendor/_bootstrap.scss */
  .col-md-4 {
    width: 33.33333333%;
  }

  /* line 403, ../sass/vendor/_bootstrap.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 406, ../sass/vendor/_bootstrap.scss */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 409, ../sass/vendor/_bootstrap.scss */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 412, ../sass/vendor/_bootstrap.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 415, ../sass/vendor/_bootstrap.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 418, ../sass/vendor/_bootstrap.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

  /* line 421, ../sass/vendor/_bootstrap.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 424, ../sass/vendor/_bootstrap.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 427, ../sass/vendor/_bootstrap.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

  /* line 430, ../sass/vendor/_bootstrap.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 433, ../sass/vendor/_bootstrap.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 436, ../sass/vendor/_bootstrap.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

  /* line 439, ../sass/vendor/_bootstrap.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 442, ../sass/vendor/_bootstrap.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 445, ../sass/vendor/_bootstrap.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

  /* line 448, ../sass/vendor/_bootstrap.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 451, ../sass/vendor/_bootstrap.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 454, ../sass/vendor/_bootstrap.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 457, ../sass/vendor/_bootstrap.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }

  /* line 460, ../sass/vendor/_bootstrap.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 463, ../sass/vendor/_bootstrap.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 466, ../sass/vendor/_bootstrap.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }

  /* line 469, ../sass/vendor/_bootstrap.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 472, ../sass/vendor/_bootstrap.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 475, ../sass/vendor/_bootstrap.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }

  /* line 478, ../sass/vendor/_bootstrap.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 481, ../sass/vendor/_bootstrap.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 484, ../sass/vendor/_bootstrap.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }

  /* line 487, ../sass/vendor/_bootstrap.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 490, ../sass/vendor/_bootstrap.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }

  /* line 493, ../sass/vendor/_bootstrap.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 496, ../sass/vendor/_bootstrap.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 499, ../sass/vendor/_bootstrap.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 502, ../sass/vendor/_bootstrap.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 505, ../sass/vendor/_bootstrap.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 508, ../sass/vendor/_bootstrap.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 511, ../sass/vendor/_bootstrap.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 514, ../sass/vendor/_bootstrap.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 517, ../sass/vendor/_bootstrap.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 520, ../sass/vendor/_bootstrap.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 523, ../sass/vendor/_bootstrap.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 526, ../sass/vendor/_bootstrap.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  /* line 531, ../sass/vendor/_bootstrap.scss */
  .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 {
    float: left;
  }

  /* line 534, ../sass/vendor/_bootstrap.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 537, ../sass/vendor/_bootstrap.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 540, ../sass/vendor/_bootstrap.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }

  /* line 543, ../sass/vendor/_bootstrap.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 546, ../sass/vendor/_bootstrap.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 549, ../sass/vendor/_bootstrap.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }

  /* line 552, ../sass/vendor/_bootstrap.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 555, ../sass/vendor/_bootstrap.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 558, ../sass/vendor/_bootstrap.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 561, ../sass/vendor/_bootstrap.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 564, ../sass/vendor/_bootstrap.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 567, ../sass/vendor/_bootstrap.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 570, ../sass/vendor/_bootstrap.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 573, ../sass/vendor/_bootstrap.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 576, ../sass/vendor/_bootstrap.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  /* line 579, ../sass/vendor/_bootstrap.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 582, ../sass/vendor/_bootstrap.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 585, ../sass/vendor/_bootstrap.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  /* line 588, ../sass/vendor/_bootstrap.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 591, ../sass/vendor/_bootstrap.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 594, ../sass/vendor/_bootstrap.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  /* line 597, ../sass/vendor/_bootstrap.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 600, ../sass/vendor/_bootstrap.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 603, ../sass/vendor/_bootstrap.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  /* line 606, ../sass/vendor/_bootstrap.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 609, ../sass/vendor/_bootstrap.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 612, ../sass/vendor/_bootstrap.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 615, ../sass/vendor/_bootstrap.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

  /* line 618, ../sass/vendor/_bootstrap.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 621, ../sass/vendor/_bootstrap.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 624, ../sass/vendor/_bootstrap.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

  /* line 627, ../sass/vendor/_bootstrap.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 630, ../sass/vendor/_bootstrap.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 633, ../sass/vendor/_bootstrap.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

  /* line 636, ../sass/vendor/_bootstrap.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 639, ../sass/vendor/_bootstrap.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 642, ../sass/vendor/_bootstrap.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

  /* line 645, ../sass/vendor/_bootstrap.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 648, ../sass/vendor/_bootstrap.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }

  /* line 651, ../sass/vendor/_bootstrap.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 654, ../sass/vendor/_bootstrap.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 657, ../sass/vendor/_bootstrap.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 660, ../sass/vendor/_bootstrap.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 663, ../sass/vendor/_bootstrap.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 666, ../sass/vendor/_bootstrap.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 669, ../sass/vendor/_bootstrap.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 672, ../sass/vendor/_bootstrap.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 675, ../sass/vendor/_bootstrap.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 678, ../sass/vendor/_bootstrap.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 681, ../sass/vendor/_bootstrap.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 684, ../sass/vendor/_bootstrap.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* line 688, ../sass/vendor/_bootstrap.scss */
table {
  background-color: transparent;
}

/* line 691, ../sass/vendor/_bootstrap.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 697, ../sass/vendor/_bootstrap.scss */
th {
  text-align: left;
}

/* line 700, ../sass/vendor/_bootstrap.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 705, ../sass/vendor/_bootstrap.scss */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

/* line 716, ../sass/vendor/_bootstrap.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

/* line 720, ../sass/vendor/_bootstrap.scss */
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 728, ../sass/vendor/_bootstrap.scss */
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

/* line 731, ../sass/vendor/_bootstrap.scss */
.table .table {
  background-color: #ffffff;
}

/* line 734, ../sass/vendor/_bootstrap.scss */
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 742, ../sass/vendor/_bootstrap.scss */
.table-bordered {
  border: 1px solid #dddddd;
}

/* line 745, ../sass/vendor/_bootstrap.scss */
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

/* line 753, ../sass/vendor/_bootstrap.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 757, ../sass/vendor/_bootstrap.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 760, ../sass/vendor/_bootstrap.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 763, ../sass/vendor/_bootstrap.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 768, ../sass/vendor/_bootstrap.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 774, ../sass/vendor/_bootstrap.scss */
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 788, ../sass/vendor/_bootstrap.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 795, ../sass/vendor/_bootstrap.scss */
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 809, ../sass/vendor/_bootstrap.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 816, ../sass/vendor/_bootstrap.scss */
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 830, ../sass/vendor/_bootstrap.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 837, ../sass/vendor/_bootstrap.scss */
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 851, ../sass/vendor/_bootstrap.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 858, ../sass/vendor/_bootstrap.scss */
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 872, ../sass/vendor/_bootstrap.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 879, ../sass/vendor/_bootstrap.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  /* line 884, ../sass/vendor/_bootstrap.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }

  /* line 891, ../sass/vendor/_bootstrap.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }

  /* line 894, ../sass/vendor/_bootstrap.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  /* line 902, ../sass/vendor/_bootstrap.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }

  /* line 905, ../sass/vendor/_bootstrap.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  /* line 913, ../sass/vendor/_bootstrap.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  /* line 921, ../sass/vendor/_bootstrap.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* line 928, ../sass/vendor/_bootstrap.scss */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

/* line 939, ../sass/vendor/_bootstrap.scss */
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

/* line 945, ../sass/vendor/_bootstrap.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 950, ../sass/vendor/_bootstrap.scss */
.pull-right {
  float: right !important;
}

/* line 953, ../sass/vendor/_bootstrap.scss */
.pull-left {
  float: left !important;
}

/* line 956, ../sass/vendor/_bootstrap.scss */
.hide {
  display: none !important;
}

/* line 959, ../sass/vendor/_bootstrap.scss */
.show {
  display: block !important;
}

/* line 962, ../sass/vendor/_bootstrap.scss */
.invisible {
  visibility: hidden;
}

/* line 965, ../sass/vendor/_bootstrap.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 972, ../sass/vendor/_bootstrap.scss */
.hidden {
  display: none !important;
}

/* line 975, ../sass/vendor/_bootstrap.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 981, ../sass/vendor/_bootstrap.scss */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

/* line 987, ../sass/vendor/_bootstrap.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 1002, ../sass/vendor/_bootstrap.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 1005, ../sass/vendor/_bootstrap.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 1008, ../sass/vendor/_bootstrap.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 1011, ../sass/vendor/_bootstrap.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 1017, ../sass/vendor/_bootstrap.scss */
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  /* line 1022, ../sass/vendor/_bootstrap.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  /* line 1027, ../sass/vendor/_bootstrap.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1032, ../sass/vendor/_bootstrap.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 1035, ../sass/vendor/_bootstrap.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 1038, ../sass/vendor/_bootstrap.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 1041, ../sass/vendor/_bootstrap.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1047, ../sass/vendor/_bootstrap.scss */
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1052, ../sass/vendor/_bootstrap.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1057, ../sass/vendor/_bootstrap.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1062, ../sass/vendor/_bootstrap.scss */
  .visible-md {
    display: block !important;
  }

  /* line 1065, ../sass/vendor/_bootstrap.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 1068, ../sass/vendor/_bootstrap.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 1071, ../sass/vendor/_bootstrap.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1077, ../sass/vendor/_bootstrap.scss */
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1082, ../sass/vendor/_bootstrap.scss */
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1087, ../sass/vendor/_bootstrap.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  /* line 1092, ../sass/vendor/_bootstrap.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 1095, ../sass/vendor/_bootstrap.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 1098, ../sass/vendor/_bootstrap.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 1101, ../sass/vendor/_bootstrap.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 1107, ../sass/vendor/_bootstrap.scss */
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  /* line 1112, ../sass/vendor/_bootstrap.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  /* line 1117, ../sass/vendor/_bootstrap.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  /* line 1122, ../sass/vendor/_bootstrap.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1127, ../sass/vendor/_bootstrap.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1132, ../sass/vendor/_bootstrap.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 1137, ../sass/vendor/_bootstrap.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 1141, ../sass/vendor/_bootstrap.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 1145, ../sass/vendor/_bootstrap.scss */
  .visible-print {
    display: block !important;
  }

  /* line 1148, ../sass/vendor/_bootstrap.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 1151, ../sass/vendor/_bootstrap.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 1154, ../sass/vendor/_bootstrap.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 1159, ../sass/vendor/_bootstrap.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 1163, ../sass/vendor/_bootstrap.scss */
  .visible-print-block {
    display: block !important;
  }
}
/* line 1167, ../sass/vendor/_bootstrap.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 1171, ../sass/vendor/_bootstrap.scss */
  .visible-print-inline {
    display: inline !important;
  }
}
/* line 1175, ../sass/vendor/_bootstrap.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 1179, ../sass/vendor/_bootstrap.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  /* line 1184, ../sass/vendor/_bootstrap.scss */
  .hidden-print {
    display: none !important;
  }
}
/* Custom */
@media only screen and (min-width: 768px) {
  /* line 5, ../sass/site/components/_layout.scss */
  .is-table-row {
    display: table;
  }

  /* line 8, ../sass/site/components/_layout.scss */
  .is-table-row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
}
/* line 1, ../sass/site/components/_page.scss */
.page {
  background-color: #FFF;
  min-height: 100vh;
}
/* line 5, ../sass/site/components/_page.scss */
.page--alt {
  background-color: #F7F5F1;
}
/* line 9, ../sass/site/components/_page.scss */
.page hr {
  border-top-width: 2px;
  /*background-color: red;*/
  /*border-color: green;*/
}
/* line 14, ../sass/site/components/_page.scss */
.page--centered {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
@media screen and (max-width: 991px) {
  /* line 14, ../sass/site/components/_page.scss */
  .page--centered {
    padding-top: 40px;
    display: block;
  }
}
/* line 26, ../sass/site/components/_page.scss */
.page--apply {
  background-color: #F0F0F0 !important;
  background-image: url("../images/page-bg.svg");
  background-repeat: no-repeat;
  background-size: 750px;
  background-position: -200px 50px;
  background-attachment: fixed;
}

/* line 37, ../sass/site/components/_page.scss */
#loan-proposition.affix {
  position: fixed !important;
  margin-left: 0px !important;
  margin-top: 0px !important;
}

/* line 1, ../sass/site/components/_header.scss */
.main-header {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 80px;
  /*height: 200px;*/
  background-color: #FFF;
  /*box-shadow: 0 0 5px #DDD;*/
  z-index: 1000;
  vertical-align: middle;
}
/* line 12, ../sass/site/components/_header.scss */
.main-header__left {
  float: left;
}
/* line 15, ../sass/site/components/_header.scss */
.main-header__right {
  float: right;
}
/* line 18, ../sass/site/components/_header.scss */
.main-header__logo {
  display: inline-block;
  /*width: 140px;*/
  line-height: 80px;
  vertical-align: middle;
}
/* line 23, ../sass/site/components/_header.scss */
.main-header__logo img {
  height: 50px;
}
/* line 27, ../sass/site/components/_header.scss */
.main-header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
@media screen and (max-width: 991px) {
  /* line 27, ../sass/site/components/_header.scss */
  .main-header--fixed {
    position: relative !important;
  }
}
/* line 37, ../sass/site/components/_header.scss */
.main-header__search-form {
  line-height: 80px;
  vertical-align: middle;
}
/* line 41, ../sass/site/components/_header.scss */
.main-header__nav {
  display: none;
}
/* line 45, ../sass/site/components/_header.scss */
.main-header--no-shadow {
  box-shadow: none !important;
  border-bottom: none !important;
}
/* line 49, ../sass/site/components/_header.scss */
.main-header--has-border-bottom {
  /*border-bottom: solid 1px #555;*/
}
/* line 52, ../sass/site/components/_header.scss */
.main-header--transparent {
  background-color: transparent !important;
}
/* line 55, ../sass/site/components/_header.scss */
.main-header--dark {
  background-color: #FCE900 !important;
}

/* line 60, ../sass/site/components/_header.scss */
.header-margin {
  display: block;
  width: 100%;
  overflow: hidden;
}
/* line 65, ../sass/site/components/_header.scss */
.header-margin--has-fixed-header {
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  /* line 65, ../sass/site/components/_header.scss */
  .header-margin--has-fixed-header {
    margin-top: 0;
  }
}

/* line 74, ../sass/site/components/_header.scss */
.sub-header {
  border-top: solid 1px #DDD;
}

/* line 1, ../sass/site/components/_fixed-footer.scss */
.fixed-footer {
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  background: #FFFFFF;
  /*padding-top: 15px;*/
  /*padding-bottom: 15px;*/
  vertical-align: middle;
  border-top: 1px solid #e4e4e4;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
  height: 100px;
  line-height: 100px;
  margin-bottom: 0;
  overflow: hidden;
}
/* line 18, ../sass/site/components/_fixed-footer.scss */
.fixed-footer--fixed {
  position: fixed;
  z-index: 1000;
}
/* line 23, ../sass/site/components/_fixed-footer.scss */
.fixed-footer__left {
  float: left;
}
/* line 26, ../sass/site/components/_fixed-footer.scss */
.fixed-footer__right {
  float: right;
}
@media screen and (max-width: 991px) {
  /* line 1, ../sass/site/components/_fixed-footer.scss */
  .fixed-footer {
    position: relative;
  }
}

/* line 36, ../sass/site/components/_fixed-footer.scss */
.footer-margin {
  display: block;
  width: 100%;
  overflow: hidden;
}
/* line 41, ../sass/site/components/_fixed-footer.scss */
.footer-margin--has-fixed-footer {
  margin-top: 200px;
}
@media screen and (max-width: 991px) {
  /* line 41, ../sass/site/components/_fixed-footer.scss */
  .footer-margin--has-fixed-footer {
    /*margin-top: 0;*/
  }
}

/* line 1, ../sass/site/components/_nav.scss */
.nav {
  display: inline-block;
  vertical-align: middle;
  height: 80px;
}
/* line 6, ../sass/site/components/_nav.scss */
.nav--sub {
  height: 40px;
  text-align: center;
  display: block;
  width: 100%;
  overflow: hidden;
}
/* line 13, ../sass/site/components/_nav.scss */
.nav--sub .nav__item {
  line-height: 40px;
  text-align: center;
  float: none;
  border-right: solid 1px #DDD;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 23, ../sass/site/components/_nav.scss */
.nav--sub .nav__item:first-child {
  border-left: solid 1px #DDD;
}
/* line 27, ../sass/site/components/_nav.scss */
.nav--sub .nav__item a {
  color: inherit;
}
/* line 33, ../sass/site/components/_nav.scss */
.nav--shift-right {
  margin-left: 30px;
}
/* line 37, ../sass/site/components/_nav.scss */
.nav--right {
  float: right;
}
/* line 41, ../sass/site/components/_nav.scss */
.nav__menu {
  display: inline-block;
  margin-bottom: 0;
  margin: 0;
}
/* line 46, ../sass/site/components/_nav.scss */
.nav__item {
  position: relative;
  display: inline-block;
  color: #002d72;
  text-align: center;
  line-height: 80px;
  margin-left: 15px;
  margin-right: 15px;
}
/* line 56, ../sass/site/components/_nav.scss */
.nav__item a {
  display: block;
  color: inherit;
  /*color: #FFF;*/
  cursor: pointer;
  /*font-weight: 500;*/
}
/* line 64, ../sass/site/components/_nav.scss */
.nav__item.active a {
  /*color: $black;*/
  border-bottom: solid 2px #023545;
}
/* line 68, ../sass/site/components/_nav.scss */
.nav__item.active .icon {
  color: #023545;
}
/* line 73, ../sass/site/components/_nav.scss */
.nav__item--has-dropdown {
  padding-right: 15px;
  cursor: pointer;
}
/* line 77, ../sass/site/components/_nav.scss */
.nav__item--has-dropdown::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #999;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 29px;
}
/* line 93, ../sass/site/components/_nav.scss */
.nav__dropdown {
  position: absolute;
  top: 100%;
  left: 0px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background: #FFF;
  padding: 10px;
  opacity: 0;
}
/* line 105, ../sass/site/components/_nav.scss */
.nav__dropdown.open {
  opacity: 1;
}
/* line 109, ../sass/site/components/_nav.scss */
.nav__dropdown::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  -webkit-filter: drop-shadow(0px -1px 1px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px -1px 1px rgba(0, 0, 0, 0.2));
  cursor: pointer;
  display: inline-block;
  position: absolute;
  left: 18px;
  top: -10px;
}
/* line 125, ../sass/site/components/_nav.scss */
.nav__dropdown__item {
  line-height: 1.6;
  text-align: left;
}
/* line 129, ../sass/site/components/_nav.scss */
.nav__dropdown__item a {
  padding: 4px 6px;
  display: block;
  word-break: unset;
}
/* line 135, ../sass/site/components/_nav.scss */
.nav__dropdown__icon {
  display: inline-flex;
  margin-right: 10px;
}
/* line 141, ../sass/site/components/_nav.scss */
.nav__button {
  position: relative;
  display: inline-block;
  line-height: 80px;
  text-align: center;
  margin-left: 10px;
}
/* line 149, ../sass/site/components/_nav.scss */
.nav__button a {
  font-weight: 500;
  padding: 8px 16px;
  color: inherit;
  background: white;
  cursor: pointer;
  border-radius: 3px;
  border: solid 1px inherit;
  /*box-shadow: 0 2px 3px rgba(50,50,93,.11), 0 1px 2px rgba(0,0,0,.08);*/
  /*font-family: $simple-font-family;*/
}
/* line 162, ../sass/site/components/_nav.scss */
.nav__button--brand a {
  color: inherit;
  background-color: #023545;
}
/* line 168, ../sass/site/components/_nav.scss */
.nav__button--primary a {
  color: inherit;
  background-color: #FCE900;
}
/* line 174, ../sass/site/components/_nav.scss */
.nav__button--default a {
  /*color: #FFF;*/
  border: 1px solid #023546;
  background-color: white;
}
/* line 181, ../sass/site/components/_nav.scss */
.nav__mobile-button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
/* line 185, ../sass/site/components/_nav.scss */
.nav__mobile-button a {
  font-weight: 700;
  padding: 0px;
  color: #3ECF8E;
  cursor: pointer;
  font-size: 2rem;
}

/* Sub-nav */
/* line 196, ../sass/site/components/_nav.scss */
.sub-nav {
  display: inline-block;
  width: 100%;
  border-bottom: solid 1px #EEE;
  margin-top: 30px;
}
/* line 203, ../sass/site/components/_nav.scss */
.sub-nav--right {
  float: right;
}
/* line 206, ../sass/site/components/_nav.scss */
.sub-nav--right .sub-nav__item:last-child {
  margin-right: 0;
}
/* line 212, ../sass/site/components/_nav.scss */
.sub-nav__menu {
  display: inline-block;
  margin-bottom: 0;
  margin: 0;
}
/* line 217, ../sass/site/components/_nav.scss */
.sub-nav__item {
  position: relative;
  display: inline-block;
  /*color: $nav-link-color;*/
  text-align: left;
  line-height: 40px;
  margin-left: 0px;
  margin-right: 25px;
  opacity: .7;
}
/* line 230, ../sass/site/components/_nav.scss */
.sub-nav__item a {
  display: block;
  color: inherit;
  cursor: pointer;
  font-weight: 400;
}
/* line 236, ../sass/site/components/_nav.scss */
.sub-nav__item.active {
  opacity: 1;
}
/* line 239, ../sass/site/components/_nav.scss */
.sub-nav__item.active a {
  color: #000000;
  border-bottom: solid 2px #023545;
  margin-bottom: -2px;
}
/* line 245, ../sass/site/components/_nav.scss */
.sub-nav__item.active .icon {
  color: #023545;
}
/* line 251, ../sass/site/components/_nav.scss */
.sub-nav__button {
  position: relative;
  display: inline-block;
  text-align: center;
}
/* line 255, ../sass/site/components/_nav.scss */
.sub-nav__button a {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
  color: #FFF;
  background: #023545;
  cursor: pointer;
  border-radius: 3px;
}

/* line 268, ../sass/site/components/_nav.scss */
.fade-in {
  animation: fade-in 1s linear;
  -webkit-animation: fade-in 1s linear;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 282, ../sass/site/components/_nav.scss */
.mobile-nav {
  float: right;
  position: relative;
  display: none;
}
@media screen and (max-width: 480px) {
  /* line 282, ../sass/site/components/_nav.scss */
  .mobile-nav {
    display: block;
  }
}
/* line 291, ../sass/site/components/_nav.scss */
.mobile-nav__trigger {
  cursor: pointer;
  display: inline-block;
  margin-top: 3.6rem;
  float: right;
}
/* line 297, ../sass/site/components/_nav.scss */
.mobile-nav__trigger .icon {
  display: inline-block;
  float: left;
  width: 14px;
  margin: 0 5px 0 0;
  padding-top: 3px;
}
/* line 304, ../sass/site/components/_nav.scss */
.mobile-nav__trigger .icon .line {
  display: block;
  width: 100%;
  height: 2px;
  background: #023545;
  transform-origin: 0;
  transition: ease .2s;
}
/* line 313, ../sass/site/components/_nav.scss */
.mobile-nav__trigger .icon .line--2 {
  margin-top: 6px;
}
/* line 318, ../sass/site/components/_nav.scss */
.mobile-nav__trigger .menu-text {
  font-weight: 500;
  display: inline-block;
  margin: 0;
  line-height: 1;
  float: left;
  text-transform: uppercase;
  color: #023545;
  font-size: 16px;
}
/* line 330, ../sass/site/components/_nav.scss */
.mobile-nav__trigger.active .line--1 {
  transform: rotate(35deg);
}
/* line 333, ../sass/site/components/_nav.scss */
.mobile-nav__trigger.active .line--2 {
  transform: rotate(-35deg);
}
/* line 339, ../sass/site/components/_nav.scss */
.mobile-nav .mobile-nav-menu {
  background: #8E8877;
  /*background: rgba(255, 255, 255, .99);*/
  width: calc(100vw - 40px) !important;
  box-shadow: 0 0px 1px #B9BCBF;
  border-radius: 2px;
  padding: 10px 30px 25px;
  position: absolute;
  top: 8rem;
  right: 0;
  display: none;
  animation: fade-in .5s;
  -webkit-animation: fade-in .5s;
}
/* line 357, ../sass/site/components/_nav.scss */
.mobile-nav .mobile-nav-menu__list li {
  width: 100% !important;
  display: block !important;
  margin-top: 14px;
}
/* line 362, ../sass/site/components/_nav.scss */
.mobile-nav .mobile-nav-menu__list li a {
  display: block !important;
  text-align: center;
}
/* line 368, ../sass/site/components/_nav.scss */
.mobile-nav .mobile-nav-menu__list__item a {
  color: #023545;
  color: #FFF;
  font-weight: 500;
}

/* Inherited from Bootrap 3 */
/* line 2, ../sass/site/components/_form.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 11, ../sass/site/components/_form.scss */
button {
  overflow: visible;
}

/* line 14, ../sass/site/components/_form.scss */
button,
select {
  text-transform: none;
}

/* line 18, ../sass/site/components/_form.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 25, ../sass/site/components/_form.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 29, ../sass/site/components/_form.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 34, ../sass/site/components/_form.scss */
input {
  line-height: normal;
}

/* line 37, ../sass/site/components/_form.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* line 44, ../sass/site/components/_form.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 48, ../sass/site/components/_form.scss */
input[type="number"] {
  -moz-appearance: textfield;
}

/* line 51, ../sass/site/components/_form.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

/* line 55, ../sass/site/components/_form.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 61, ../sass/site/components/_form.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 65, ../sass/site/components/_form.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 70, ../sass/site/components/_form.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 74, ../sass/site/components/_form.scss */
textarea {
  overflow: auto;
}

/* line 77, ../sass/site/components/_form.scss */
optgroup {
  font-weight: bold;
}

/* line 80, ../sass/site/components/_form.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 84, ../sass/site/components/_form.scss */
td,
th {
  padding: 0;
}

/* line 88, ../sass/site/components/_form.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 93, ../sass/site/components/_form.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 99, ../sass/site/components/_form.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 107, ../sass/site/components/_form.scss */
figure {
  margin: 0;
}

/* line 110, ../sass/site/components/_form.scss */
img {
  vertical-align: middle;
}

/* line 113, ../sass/site/components/_form.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 118, ../sass/site/components/_form.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 121, ../sass/site/components/_form.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 134, ../sass/site/components/_form.scss */
.img-circle {
  border-radius: 50%;
}

/* line 137, ../sass/site/components/_form.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 147, ../sass/site/components/_form.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 156, ../sass/site/components/_form.scss */
[role="button"] {
  cursor: pointer;
}

/* line 159, ../sass/site/components/_form.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 165, ../sass/site/components/_form.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 176, ../sass/site/components/_form.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 182, ../sass/site/components/_form.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 187, ../sass/site/components/_form.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 193, ../sass/site/components/_form.scss */
input[type="file"] {
  display: block;
}

/* line 196, ../sass/site/components/_form.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 200, ../sass/site/components/_form.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 204, ../sass/site/components/_form.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 210, ../sass/site/components/_form.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}

/* line 217, ../sass/site/components/_form.scss */
.form-control {
  display: block;
  width: 100%;
  height: 3.6rem;
  padding: 6px 8px;
  font-size: inherit;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 2px solid #E1EEF4;
  border-radius: 2px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 233, ../sass/site/components/_form.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
}

/* line 237, ../sass/site/components/_form.scss */
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

/* line 241, ../sass/site/components/_form.scss */
.form-control:-ms-input-placeholder {
  color: #999999;
}

/* line 244, ../sass/site/components/_form.scss */
.form-control::-webkit-input-placeholder {
  color: #999999;
}

/* line 247, ../sass/site/components/_form.scss */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

/* line 251, ../sass/site/components/_form.scss */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

/* line 257, ../sass/site/components/_form.scss */
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 261, ../sass/site/components/_form.scss */
textarea.form-control {
  height: auto;
}

/* line 264, ../sass/site/components/_form.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 268, ../sass/site/components/_form.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  /* line 274, ../sass/site/components/_form.scss */
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  /* line 284, ../sass/site/components/_form.scss */
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
/* line 295, ../sass/site/components/_form.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 298, ../sass/site/components/_form.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 305, ../sass/site/components/_form.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 313, ../sass/site/components/_form.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 321, ../sass/site/components/_form.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 325, ../sass/site/components/_form.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 335, ../sass/site/components/_form.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 340, ../sass/site/components/_form.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 348, ../sass/site/components/_form.scss */
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 354, ../sass/site/components/_form.scss */
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 360, ../sass/site/components/_form.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

/* line 366, ../sass/site/components/_form.scss */
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

/* line 371, ../sass/site/components/_form.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 378, ../sass/site/components/_form.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 382, ../sass/site/components/_form.scss */
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

/* line 386, ../sass/site/components/_form.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 393, ../sass/site/components/_form.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 397, ../sass/site/components/_form.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

/* line 401, ../sass/site/components/_form.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 408, ../sass/site/components/_form.scss */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 415, ../sass/site/components/_form.scss */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 419, ../sass/site/components/_form.scss */
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

/* line 423, ../sass/site/components/_form.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 430, ../sass/site/components/_form.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 434, ../sass/site/components/_form.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

/* line 438, ../sass/site/components/_form.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 445, ../sass/site/components/_form.scss */
.has-feedback {
  position: relative;
}

/* line 448, ../sass/site/components/_form.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 451, ../sass/site/components/_form.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 463, ../sass/site/components/_form.scss */
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 470, ../sass/site/components/_form.scss */
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 477, ../sass/site/components/_form.scss */
.has-success .help-block,
.has-success .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 {
  color: #3c763d;
}

/* line 489, ../sass/site/components/_form.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 494, ../sass/site/components/_form.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 499, ../sass/site/components/_form.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

/* line 504, ../sass/site/components/_form.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 507, ../sass/site/components/_form.scss */
.has-warning .help-block,
.has-warning .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 {
  color: #8a6d3b;
}

/* line 519, ../sass/site/components/_form.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 524, ../sass/site/components/_form.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 529, ../sass/site/components/_form.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 534, ../sass/site/components/_form.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 537, ../sass/site/components/_form.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

/* line 549, ../sass/site/components/_form.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 554, ../sass/site/components/_form.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 559, ../sass/site/components/_form.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

/* line 564, ../sass/site/components/_form.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 567, ../sass/site/components/_form.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 570, ../sass/site/components/_form.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 573, ../sass/site/components/_form.scss */
.help-block {
  display: block;
  /*margin-top: 5px;*/
  margin-top: 10px;
  margin-bottom: 0px;
  color: #737373;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  /* line 582, ../sass/site/components/_form.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 587, ../sass/site/components/_form.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 592, ../sass/site/components/_form.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }

  /* line 595, ../sass/site/components/_form.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 599, ../sass/site/components/_form.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  /* line 604, ../sass/site/components/_form.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }

  /* line 607, ../sass/site/components/_form.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 611, ../sass/site/components/_form.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 618, ../sass/site/components/_form.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  /* line 622, ../sass/site/components/_form.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  /* line 627, ../sass/site/components/_form.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
/* line 631, ../sass/site/components/_form.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

/* line 639, ../sass/site/components/_form.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

/* line 643, ../sass/site/components/_form.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  /* line 648, ../sass/site/components/_form.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 654, ../sass/site/components/_form.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 658, ../sass/site/components/_form.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 664, ../sass/site/components/_form.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
/* line 669, ../sass/site/components/_form.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 674, ../sass/site/components/_form.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 679, ../sass/site/components/_form.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 686, ../sass/site/components/_form.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 689, ../sass/site/components/_form.scss */
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 698, ../sass/site/components/_form.scss */
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

/* line 704, ../sass/site/components/_form.scss */
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

/* line 712, ../sass/site/components/_form.scss */
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 721, ../sass/site/components/_form.scss */
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

/* line 727, ../sass/site/components/_form.scss */
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

/* line 735, ../sass/site/components/_form.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 740, ../sass/site/components/_form.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 745, ../sass/site/components/_form.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 751, ../sass/site/components/_form.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

/* line 762, ../sass/site/components/_form.scss */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 767, ../sass/site/components/_form.scss */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 772, ../sass/site/components/_form.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

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

/* line 786, ../sass/site/components/_form.scss */
.input-group-addon:first-child {
  border-right: 0;
}

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

/* line 799, ../sass/site/components/_form.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 802, ../sass/site/components/_form.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 807, ../sass/site/components/_form.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 810, ../sass/site/components/_form.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 813, ../sass/site/components/_form.scss */
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

/* line 818, ../sass/site/components/_form.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 822, ../sass/site/components/_form.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 827, ../sass/site/components/_form.scss */
.clearfix:before,
.clearfix:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

/* line 834, ../sass/site/components/_form.scss */
.clearfix:after,
.form-horizontal .form-group:after {
  clear: both;
}

/* line 838, ../sass/site/components/_form.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 843, ../sass/site/components/_form.scss */
.pull-right {
  float: right !important;
}

/* line 846, ../sass/site/components/_form.scss */
.pull-left {
  float: left !important;
}

/* line 849, ../sass/site/components/_form.scss */
.hide {
  display: none !important;
}

/* line 852, ../sass/site/components/_form.scss */
.show {
  display: block !important;
}

/* line 855, ../sass/site/components/_form.scss */
.invisible {
  visibility: hidden;
}

/* line 858, ../sass/site/components/_form.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 865, ../sass/site/components/_form.scss */
.hidden {
  display: none !important;
}

/* line 868, ../sass/site/components/_form.scss */
.affix {
  position: fixed;
}

/* line 872, ../sass/site/components/_form.scss */
.form-label {
  color: #666 !important;
  font-weight: 600 !important;
  font-size: 1.4rem;
  margin: 0 0 2px !important;
  padding: 0 !important;
  position: relative;
  transition: all .2s;
}

/* line 882, ../sass/site/components/_form.scss */
.form-group {
  /*border: solid 1px $primary-color;*/
  border: none !important;
  border-radius: 4px;
  /*background-color: #FFF !important;*/
  /*background-color: red !important;*/
  position: relative;
  /*padding: 1px 12px 10px;*/
  /*padding: 2px 3px;*/
}
/* line 893, ../sass/site/components/_form.scss */
.form-group__inner {
  display: inline-block;
  width: 100%;
  /*padding: 1px 12px 10px;*/
  background: #FFF;
}
/* line 900, ../sass/site/components/_form.scss */
.form-group.has-loader .form-group__inner {
  position: relative;
}
/* line 903, ../sass/site/components/_form.scss */
.form-group.has-loader .form-group__inner:before {
  position: absolute;
  content: '';
  right: -50px;
  bottom: 0px;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../../assets/images/loaders/horizontal.svg) !important;
  background-size: 40px 40px;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent !important;
}
.loading_details{
    display: inline-block;
    float: right;
    margin-top: -6px;
  right: -50px;
  bottom: 0px;
  width: 40px;
  height: 40px;
  background-image: url(../../assets/images/loaders/horizontal.svg) !important;
  background-size: 40px 40px;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent !important;
}
/* line 920, ../sass/site/components/_form.scss */
.form-group.has-error {
  /*background: #eb644d !important;*/
  /*border-radius: 6px;*/
}
/* line 924, ../sass/site/components/_form.scss */
.form-group.has-error .form-group__inner {
  border-radius: 0px;
}
/* line 927, ../sass/site/components/_form.scss */
.form-group.has-error .input-custom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #eb644d;
}
/* line 932, ../sass/site/components/_form.scss */
.form-group.has-error .form-label {
  color: #000 !important;
}
/* line 935, ../sass/site/components/_form.scss */
.form-group.has-error .form-label::after {
  background: #eb644d !important;
}
/* line 939, ../sass/site/components/_form.scss */
.form-group.has-error .form-group__feedback {
  background: #eb644d;
  padding: 2px 6px 2px;
  font-size: 12px;
  border-radius: 0 0 4px 4px;
  font-weight: 600;
  line-height: 1.4;
  color: #FFF;
}
/* line 948, ../sass/site/components/_form.scss */
.form-group.has-error .form-group__feedback:empty {
  background: #eb644d;
  height: 1000px;
}
/* line 953, ../sass/site/components/_form.scss */
.form-group.has-error .form-group__feedback label.error {
  margin: 0 !important;
}
/* line 959, ../sass/site/components/_form.scss */
.form-group .form-group__feedback:empty {
  display: none;
}

/* line 964, ../sass/site/components/_form.scss */
.form-group:focus-within .form-label {
  color: #000;
  /*text-indent: 10px;*/
  /*&:after {
      position: absolute;
      content: '';
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #00CD90;
      top: 50%;
      left: 0px;
      transform: translateY(-2.5px);
  }*/
}
/* line 980, ../sass/site/components/_form.scss */
.form-group:focus-within .help-block {
  color: #FCE900;
}

/* line 985, ../sass/site/components/_form.scss */
.input-group-addon--simple {
  background-color: transparent !important;
  padding: 0px;
  padding-right: 10px;
  font-weight: 600;
  border: none !important;
  color: inherit;
}
/* line 993, ../sass/site/components/_form.scss */
.input-group-addon--simple--right {
  padding-right: 0px;
  padding-left: 10px;
}

/*.form-group:focus-within {
    .form-label {
        color: $primary-color !important;
    }
    .help-block {
        color: $primary-color;
    }
}*/
/* My custom input styles */
/* line 1011, ../sass/site/components/_form.scss */
.form--lg .form-group {
  margin-bottom: 30px;
}

/* line 1016, ../sass/site/components/_form.scss */
.common-form {
  padding-top: 0px;
  padding-bottom: 100px;
}
/* line 1020, ../sass/site/components/_form.scss */
.common-form__header {
  padding-bottom: 60px;
}
/* line 1024, ../sass/site/components/_form.scss */
.common-form__row {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: solid 2px #E6E6E6;
}
/* line 1029, ../sass/site/components/_form.scss */
.common-form__row--last {
  border-bottom: none;
}

/* line 1035, ../sass/site/components/_form.scss */
.input-custom {
  font-size: inherit;
  border: none;
  width: 100%;
  padding: .5em 1em .5em;
  height: 3.6rem;
  transition: border-color linear .05s;
  transition: box-shadow linear .05s;
  color: #000;
  /* Sizes */
}
/* line 1047, ../sass/site/components/_form.scss */
.input-custom:focus {
  outline: 0;
}
/* line 1051, ../sass/site/components/_form.scss */
.input-custom:-moz-read-only {
  /* For Firefox */
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: #f9f9f9 !important;
  /*background-color: transparent !important;*/
  /*border-color: transparent !important;*/
  border-color: 1px solid #a2c546 !important;
  font-weight: 600;
}
/* line 1058, ../sass/site/components/_form.scss */
/*.input-custom:read-only {*/
/*  padding-left: 0 !important;*/
/*  padding-right: 0 !important;*/
/*  background-color: transparent !important;*/
/*  border-color: transparent !important;*/
/*  font-weight: 600;*/
/*}*/

.input-custom:read-only {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: #f9f9f9 !important;
  border-color: 1px solid #a2c546 !important;
  font-weight: 600;
  }
/* line 1066, ../sass/site/components/_form.scss */
.input-custom--search {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><path fill='%23838D99' d='M13.22 14.63a8 8 0 1 1 1.41-1.41l4.29 4.29a1 1 0 1 1-1.41 1.41l-4.29-4.29zm-.66-2.07a6 6 0 1 0-8.49-8.49 6 6 0 0 0 8.49 8.49z'></path></svg>");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 16px 16px;
  padding-left: 2.5em;
  padding-right: 2.5em;
}
/* line 1076, ../sass/site/components/_form.scss */
.input-custom--elevated {
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  border-color: transparent;
}
/* line 1082, ../sass/site/components/_form.scss */
.input-custom--elevated::placeholder {
  color: #838D99;
}
/* line 1086, ../sass/site/components/_form.scss */
.input-custom--elevated:focus {
  outline: none;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.16);
  border-color: transparent;
}
/* line 1093, ../sass/site/components/_form.scss */
.input-custom--border-bottom {
  border: none;
  border-bottom: 1px solid #C5CBD5;
  padding-left: 0;
  padding-right: 0;
  color: #000;
}
/* line 1100, ../sass/site/components/_form.scss */
.input-custom--border-bottom::placeholder {
  color: #DDD;
}
/* line 1104, ../sass/site/components/_form.scss */
.input-custom--border-bottom:focus {
  outline: none;
  border-bottom: 2px solid #FCE900;
}
/* line 1110, ../sass/site/components/_form.scss */
.input-custom--plain {
  border: none !important;
  box-shadow: none !important;
  background-color: #FFFFFF;
  /*padding: 0;*/
  border-radius: 3px;
}
/* line 1118, ../sass/site/components/_form.scss */
.input-custom--plain::placeholder {
  color: #D9DADD;
}
/* line 1122, ../sass/site/components/_form.scss */
.input-custom--plain:focus {
  outline: none;
}
/* line 1127, ../sass/site/components/_form.scss */
.input-custom--simple {
  border: 1px solid #a2c546;
  /*border: 1px solid #E5E5E5;*/
  box-shadow: none !important;
  background-color: #F9F9F9;
  /*padding: 0;*/
  height: auto;
  border-radius: 3px;
}
/* line 1136, ../sass/site/components/_form.scss */
.input-custom--simple::placeholder {
  color: #D9DADD;
}
/* line 1140, ../sass/site/components/_form.scss */
.input-custom--simple:focus {
  outline: none;
  border-color: #DDD;
  background: #FFF !important;
}
/* line 1148, ../sass/site/components/_form.scss */
.input-custom--lg {
  height: 4.8rem;
}
/* line 1151, ../sass/site/components/_form.scss */
.input-custom--lg--search {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><path fill='%23838D99' d='M13.22 14.63a8 8 0 1 1 1.41-1.41l4.29 4.29a1 1 0 1 1-1.41 1.41l-4.29-4.29zm-.66-2.07a6 6 0 1 0-8.49-8.49 6 6 0 0 0 8.49 8.49z'></path></svg>");
  padding-left: .5em;
  padding-right: .5em;
}
/* line 1157, ../sass/site/components/_form.scss */
.input-custom--short {
  max-width: 200px;
}

/* line 1161, ../sass/site/components/_form.scss */
textarea.input-custom {
  height: auto;
}

/* line 1165, ../sass/site/components/_form.scss */
.radio-custom {
  background-color: #FFF;
  color: #525f7f;
  box-shadow: rgba(50, 50, 93, 0.1) 0px 0px 0px 1px, rgba(50, 50, 93, 0.08) 0px 2px 5px 0px, rgba(0, 0, 0, 0.07) 0px 1px 1.5px 0px, rgba(0, 0, 0, 0.08) 0px 1px 2px 0px, transparent 0px 0px 0px 0px;
  border-radius: 4px;
  /*padding: .6rem .8rem 1.2rem;*/
  text-align: center;
}
/* line 1174, ../sass/site/components/_form.scss */
.radio-custom input {
  display: none;
}
/* line 1178, ../sass/site/components/_form.scss */
.radio-custom input:checked + .label-text {
  color: #FCE900;
  font-weight: 600;
}
/* line 1183, ../sass/site/components/_form.scss */
.radio-custom label {
  border-left: solid 1px #CCC;
  padding: 1.2rem;
  opacity: .8;
}
/* line 1188, ../sass/site/components/_form.scss */
.radio-custom label:first-of-type {
  border-left: none;
}
/* line 1192, ../sass/site/components/_form.scss */
.radio-custom label:hover {
  opacity: 1;
}

/* line 1198, ../sass/site/components/_form.scss */
.input-inset {
  font-size: 16px;
  line-height: 1.5;
  background: #FFFFFF;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19'><path fill='%23838D99' d='M13.98 12.57a2 2 0 0 1 1.93.52l2.5 2.5a2 2 0 0 1-2.82 2.82l-2.5-2.5a2 2 0 0 1-.52-1.93l-1.38-1.37a7 7 0 1 1 1.42-1.42l1.37 1.38zm-3.37-2.03a5 5 0 1 0-7.08-7.08 5 5 0 0 0 7.08 7.08z'></path></svg>");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-size: 20px 20px;
  border: 1px solid #C5CBD5;
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  width: 300px;
  padding: .5em 1em .5em 2.5em;
}

/* line 1213, ../sass/site/components/_form.scss */
.input-inset::placeholder {
  color: #838D99;
}

/* line 1217, ../sass/site/components/_form.scss */
.input-inset:focus {
  outline: none;
  border: 1px solid #84A2FA;
}

/* line 1222, ../sass/site/components/_form.scss */
.input-bottom-border::placeholder {
  color: #838D99;
}

/* line 1226, ../sass/site/components/_form.scss */
.input-grey-rounded {
  font-size: 16px;
  line-height: 1.5;
  background: #E9EEF0;
  border: 1px solid #D5D9DB;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'><path fill='%238C92A0' d='M11.44 10.73l4.41 4.42a.5.5 0 1 1-.7.7l-4.42-4.41a6.5 6.5 0 1 1 .7-.7v-.01zM6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11z'></path></svg>");
  background-repeat: no-repeat;
  background-position: 15px 10px;
  background-size: 20px 20px;
  border-radius: 100px;
  width: 300px;
  padding: .5em 1em .5em 2.5em;
}

/* line 1240, ../sass/site/components/_form.scss */
.input-grey-rounded::placeholder {
  color: #838D99;
}

/* line 1244, ../sass/site/components/_form.scss */
.input-grey-rounded:focus {
  outline: none;
  background-color: #FFF;
  border: 1px solid #84A2FA;
}

/* line 1250, ../sass/site/components/_form.scss */
.input-transparent {
  font-size: 16px;
  line-height: 1.5;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border: none;
  background: rgba(255, 255, 255, 0.2);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><path fill='%23FFFFFF' d='M13.22 14.63a8 8 0 1 1 1.41-1.41l4.29 4.29a1 1 0 1 1-1.41 1.41l-4.29-4.29zm-.66-2.07a6 6 0 1 0-8.49-8.49 6 6 0 0 0 8.49 8.49z'></path></svg>");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-size: 20px 20px;
  border-radius: 5px;
  width: 300px;
  padding: .5em 1em .5em 2.5em;
  margin-bottom: 0px;
}

/* line 1266, ../sass/site/components/_form.scss */
.input-transparent::placeholder {
  color: #FFF;
}

/* line 1270, ../sass/site/components/_form.scss */
.input-transparent:focus {
  outline: none;
  background: white;
  text-shadow: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><path fill='%238C92A0' d='M13.22 14.63a8 8 0 1 1 1.41-1.41l4.29 4.29a1 1 0 1 1-1.41 1.41l-4.29-4.29zm-.66-2.07a6 6 0 1 0-8.49-8.49 6 6 0 0 0 8.49 8.49z'></path></svg>");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-size: 20px 20px;
}

/* line 1279, ../sass/site/components/_form.scss */
.select-custom {
  display: inline-block;
  position: relative;
  background: #F9F9F9;
  padding: 0;
  width: 100%;
  /*border: solid 1px #E5E5E5;*/
  border: solid 1px #a2c546;
  border-radius: 3px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 1290, ../sass/site/components/_form.scss */
.select-custom select {
  display: inline-block;
  width: 100%;
  height: 3.6rem;
  background: transparent !important;
  border: none !important;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  box-shadow: none;
  box-sizing: border-box;
  color: #2a2825;
  cursor: pointer;
  font-stretch: 100%;
  outline-color: #2a2825;
  outline-style: none;
  outline-width: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 24px;
  padding-top: 0px;
  position: relative;
  text-align: start;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-border-image: none;
  /*color: #D9DADD;*/
}
/* line 1324, ../sass/site/components/_form.scss */
.select-custom select.input-custom--plain {
  background-color: #FFF !important;
}
/* line 1329, ../sass/site/components/_form.scss */
.select-custom select:invalid {
  color: #D9DADD;
}
/* line 1333, ../sass/site/components/_form.scss */
.select-custom select:focus {
  outline: none !important;
}
/* line 1338, ../sass/site/components/_form.scss */
.select-custom .select-icon {
  display: block;
  /*display: none;*/
  position: absolute;
  top: 10px;
  right: 8px;
  pointer-events: none;
}

/* line 1349, ../sass/site/components/_form.scss */
.loan-form__label {
  color: #34345F !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
/* line 1354, ../sass/site/components/_form.scss */
.loan-form__input {
  padding: 5px 10px;
  background-color: #FFFFFF;
  border-radius: 2px;
}
/* line 1359, ../sass/site/components/_form.scss */
.loan-form__input .select-custom {
  background-color: white !important;
  border: none !important;
}
@media screen and (max-width: 991px) {
  /* line 1366, ../sass/site/components/_form.scss */
  .loan-form__input {
    margin-top: 50px;
  }
  /* line 1369, ../sass/site/components/_form.scss */
  .loan-form__input-handle {
    margin-top: 54px;
  }
}
/* line 1374, ../sass/site/components/_form.scss */
.loan-form__estimator {
  background-color: #FFFFFF;
  text-align: center;
  padding: 30px;
  color: #023546 !important;
}
/* line 1380, ../sass/site/components/_form.scss */
.loan-form__estimator__container {
  padding: 30px;
}
/* line 1384, ../sass/site/components/_form.scss */
.loan-form__estimator__value {
  font-size: 2em;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  /* line 1374, ../sass/site/components/_form.scss */
  .loan-form__estimator {
    padding: 10px;
  }
  /* line 1392, ../sass/site/components/_form.scss */
  .loan-form__estimator__container {
    padding: 10px;
  }
  /* line 1395, ../sass/site/components/_form.scss */
  .loan-form__estimator__value {
    font-size: 1.5em;
  }
  /* line 1398, ../sass/site/components/_form.scss */
  .loan-form__estimator__type {
    line-height: 1.2;
    margin-top: 1rem;
  }
}

/* line 1407, ../sass/site/components/_form.scss */
.file-form-group.has-error .inn {
  border-color: red !important;
}

/* line 1, ../sass/site/components/_buttons.scss */
button,
.button {
  display: inline-block;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 3px;
  border: none;
  outline-color: none;
  font-family: 'humnst' !important;
  /*font-family: "Uni Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;*/
  font-weight: 500;
  font-size: 1em;
  height: 3.8rem;
  line-height: 3.8rem;
  padding: 0 1.2em;
  text-align: center;
  /*padding-top: 0;*/
  text-decoration: none;
  transition-delay: 0s;
  transition-duration: 0.15s;
  transition-property: all;
  transition-timing-function: ease;
  white-space: nowrap;
  /*-moz-osx-font-smoothing: grayscale;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: 0.1px;
  /*box-shadow: 1px 1px 3px 0 rgba(50,50,54,0.13), 0 0 3px 1px rgba(63,63,68,0.05);*/
  /*cursor: pointer;*/
  /* Colors */
  /* Size */
  /* Icons */
  /* width */
}
/* line 34, ../sass/site/components/_buttons.scss */
button:hover,
.button:hover {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 2px 3px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
/* line 40, ../sass/site/components/_buttons.scss */
button:focus,
.button:focus {
  outline: none !important;
}
/* line 44, ../sass/site/components/_buttons.scss */
button--active,
.button--active {
  font-weight: 600 !important;
}
/* line 48, ../sass/site/components/_buttons.scss */
button--rounded,
.button--rounded {
  border-radius: 50px;
}
/* line 52, ../sass/site/components/_buttons.scss */
button--loading,
.button--loading {
  background-image: url(../../assets/images/loaders/oval.svg) !important;
  background-size: 22px 22px;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent !important;
}
/* line 59, ../sass/site/components/_buttons.scss */
button--loading.button--default,
.button--loading.button--default {
  background-image: url(../../assets/images/loaders/oval-primary.svg) !important;
}
/* line 65, ../sass/site/components/_buttons.scss */
button--brand,
.button--brand {
  /*background-color: #023545;*/
  background-color: #a2c546;
  color: white;
}
/* line 70, ../sass/site/components/_buttons.scss */
button--primary,
.button--primary {
  margin-right: 34px;
  background-color: #a2c546;
  /*background-color: #FCE900;*/
  color: inherit;
}
/* line 75, ../sass/site/components/_buttons.scss */
button--green,
.button--green {
  background-color: #3ECF8E;
  color: white;
}
/* line 80, ../sass/site/components/_buttons.scss */
button--file,
.button--file {
  color: #023545;
  background-color: #FFF;
  border: solid 1px #023545;
}
/* line 86, ../sass/site/components/_buttons.scss */
button--gray,
.button--gray {
  background-color: #AAA;
  color: #333;
}
/* line 91, ../sass/site/components/_buttons.scss */
button--default,
.button--default {
  background-color: white;
  color: #023546;
}
/* line 96, ../sass/site/components/_buttons.scss */
button--form,
.button--form {
  height: 58px;
  border-radius: 0 0 5px 5px;
}
/* line 101, ../sass/site/components/_buttons.scss */
button--no-box-shadow,
.button--no-box-shadow {
  box-shadow: none !important;
}
/* line 105, ../sass/site/components/_buttons.scss */
button--transparent,
.button--transparent {
  background-color: transparent;
  box-shadow: none;
}
/* line 109, ../sass/site/components/_buttons.scss */
button--transparent:hover,
.button--transparent:hover {
  box-shadow: none;
}
/* line 114, ../sass/site/components/_buttons.scss */
button--alt,
.button--alt {
  background-color: #E6E6E6;
  color: inherit;
}
/* line 120, ../sass/site/components/_buttons.scss */
button--link,
.button--link {
  background-color: transparent;
  box-shadow: none;
  color: #023546;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* line 127, ../sass/site/components/_buttons.scss */
button--link:hover,
.button--link:hover {
  box-shadow: inherit;
}
/* line 131, ../sass/site/components/_buttons.scss */
button--plain,
.button--plain {
  background-color: transparent;
  box-shadow: none;
  color: inherit;
}
/* line 136, ../sass/site/components/_buttons.scss */
button--plain:hover,
.button--plain:hover {
  box-shadow: inherit;
}
/* line 141, ../sass/site/components/_buttons.scss */
button--input,
.button--input {
  border-radius: 0;
  line-height: 1;
  font-weight: 700;
  border: solid 1px transparent;
  box-shadow: 0px 0px 0px 3.6px #E6E9E9;
  margin-left: 10px;
}
/* line 149, ../sass/site/components/_buttons.scss */
button--input:hover,
.button--input:hover {
  box-shadow: 0px 0px 0px 3px #E6E9E9;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
/* line 156, ../sass/site/components/_buttons.scss */
button--link-primary,
.button--link-primary {
  background-color: transparent;
  box-shadow: none;
  color: #FCE900;
  padding-left: 0;
  padding-right: 0;
}
/* line 163, ../sass/site/components/_buttons.scss */
button--link-primary:hover,
.button--link-primary:hover {
  box-shadow: inherit;
}
/* line 168, ../sass/site/components/_buttons.scss */
button--link-brand,
.button--link-brand {
  background-color: transparent;
  box-shadow: none;
  color: #023545;
  padding-left: 0;
  padding-right: 0;
}
/* line 175, ../sass/site/components/_buttons.scss */
button--link-brand:hover,
.button--link-brand:hover {
  box-shadow: inherit;
}
/* line 181, ../sass/site/components/_buttons.scss */
button--lg,
.button--lg {
  height: 4.8rem;
  font-size: 1.8rem;
  line-height: 4.8rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}
/* line 188, ../sass/site/components/_buttons.scss */
button--xlg,
.button--xlg {
  height: 6.0rem;
  line-height: 6.0rem;
  font-size: 2rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
/* line 195, ../sass/site/components/_buttons.scss */
button--sm,
.button--sm {
  height: 2.8rem;
  line-height: 2.8rem;
  font-size: 1.4rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
/* line 204, ../sass/site/components/_buttons.scss */
button__icon,
.button__icon {
  vertical-align: middle;
  font-size: .9em;
  margin-top: -4px;
}
/* line 209, ../sass/site/components/_buttons.scss */
button__icon--left,
.button__icon--left {
  margin-right: 8px;
}
/* line 212, ../sass/site/components/_buttons.scss */
button__icon--right,
.button__icon--right {
  margin-left: 8px;
}
/* line 215, ../sass/site/components/_buttons.scss */
button__icon--extreme-right,
.button__icon--extreme-right {
  display: inline-block;
  float: right;
  line-height: 1;
}
/* line 223, ../sass/site/components/_buttons.scss */
button--block,
.button--block {
  width: 100%;
}
@media screen and (max-width: 480px) {
  /* line 226, ../sass/site/components/_buttons.scss */
  button--xs-block,
  .button--xs-block {
    width: 100%;
  }
}
/* line 232, ../sass/site/components/_buttons.scss */
button:disabled,
.button:disabled {
  /*cursor: default;*/
  opacity: .4;
}

/* line 238, ../sass/site/components/_buttons.scss */
.chat-btn {
  position: fixed;
  bottom: 40px;
  right: 20px;
  border-radius: 50px;
}

/* line 1, ../sass/site/components/_pagination.scss */
.pagination {
  /*display: inline-block;*/
  border-block-end-width: 100%;
}
/* line 5, ../sass/site/components/_pagination.scss */
.pagination__item {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  font-size: 1.6rem;
  line-height: 2.4;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 600;
}
/* line 18, ../sass/site/components/_pagination.scss */
.pagination__item a {
  display: block;
}
/* line 22, ../sass/site/components/_pagination.scss */
.pagination__item.active {
  background: #023545;
  color: #FFF;
}

/* line 1, ../sass/site/components/_pills.scss */
.pill {
  display: inline-block;
  position: relative;
  /*background-color: transparent !important;*/
  border-radius: 3px;
  outline-color: none;
   font-family: 'humnst' !important;
  /*font-family: "Uni Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;*/
  font-weight: 500;
  font-size: 1.4rem;
  height: 2.8rem;
  line-height: 2.4rem;
  padding: 0 .5em;
  text-align: center;
  /*padding-top: 0;*/
  text-decoration: none;
  transition-delay: 0s;
  transition-duration: 0.15s;
  transition-property: all;
  transition-timing-function: ease;
  white-space: nowrap;
  /*-moz-osx-font-smoothing: grayscale;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: 0.1px;
  box-shadow: none !important;
}
/* line 30, ../sass/site/components/_pills.scss */
.pill--brand {
  background-color: #023545;
  color: rgba(255, 90, 96, 0.84);
}

/* line 1, ../sass/site/components/_label.scss */
.label {
  background: #eee;
  border-radius: 20px;
  color: #555;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding: 2px 10px 2px 10px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}
/* line 14, ../sass/site/components/_label.scss */
.label--brand {
  background: rgba(255, 90, 96, 0.84);
  color: #FFF;
}
/* line 18, ../sass/site/components/_label.scss */
.label--success {
  background: #D2F0CD;
  color: #173615;
}
/* line 22, ../sass/site/components/_label.scss */
.label--green {
  color: #15bd76;
  background: #e2f8ee;
}
/* line 26, ../sass/site/components/_label.scss */
.label--danger {
  background: #FFE0E0;
  color: #722727;
}
/* line 30, ../sass/site/components/_label.scss */
.label--warning {
  background: #F9EDC7;
  color: #46382C;
}

/* line 2, ../sass/site/components/_list.scss */
.list li {
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 7, ../sass/site/components/_list.scss */
.list--border-bottom li {
  border-bottom: solid 1px #E3E6E6;
}
/* line 10, ../sass/site/components/_list.scss */
.list--border-bottom li.dashed {
  border-bottom: dashed 1px #DDD;
}
/* line 14, ../sass/site/components/_list.scss */
.list--border-bottom li:last-child {
  border-bottom: none;
}

@-webkit-keyframes animate-width {
  0% {
    width: 0;
  }
  100% {
    visibility: visible;
  }
}
@-moz-keyframes animate-width {
  0% {
    width: 0;
  }
  100% {
    visibility: visible;
  }
}
@keyframes animate-width {
  0% {
    width: 0;
  }
  100% {
    visibility: visible;
  }
}
@-webkit-keyframes animate-height {
  0% {
    height: 0;
  }
  100% {
    visibility: visible;
  }
}
@-moz-keyframes animate-height {
  0% {
    height: 0;
  }
  100% {
    visibility: visible;
  }
}
@keyframes animate-height {
  0% {
    height: 0;
  }
  100% {
    visibility: visible;
  }
}
/* line 50, ../sass/site/components/_progress.scss */
.stat-bar {
  background-color: #CCCCC9;
  /*box-shadow: inset 0 5px 15px rgba(0, 0, 0, 0.6);*/
  height: 2px;
  overflow: hidden;
  /*padding: 1px;*/
  margin-bottom: 20px;
  margin-left: 0;
}

/* line 59, ../sass/site/components/_progress.scss */
.stat-bar:last-child {
  margin-bottom: 0;
}

/* line 63, ../sass/site/components/_progress.scss */
.stat-bar-rating {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: white;
  text-align: center;
  text-indent: -9999px;
  background-color: #FFF;
}

/* line 74, ../sass/site/components/_progress.scss */
.stat-1 > .stat-bar-rating {
  background-color: #5ac2e7;
}

/* line 78, ../sass/site/components/_progress.scss */
.stat-2 > .stat-bar-rating {
  background-image: -webkit-linear-gradient(bottom, #b8f123 0%, #b8f123 47%, #79a602 50%, #79a602 100%);
  background-image: linear-gradient(to bottom, #b8f123 0%, #b8f123 47%, #79a602 50%, #79a602 100%);
}

/* line 83, ../sass/site/components/_progress.scss */
.stat-3 > .stat-bar-rating {
  background-image: -webkit-linear-gradient(bottom, #00c5ff 0%, #00c5ff 47%, #0383a9 50%, #0383a9 100%);
  background-image: linear-gradient(to bottom, #00c5ff 0%, #00c5ff 47%, #0383a9 50%, #0383a9 100%);
}

/* line 88, ../sass/site/components/_progress.scss */
.stat-bar-rating {
  visibility: hidden;
  width: 0;
  -webkit-animation: animate-width;
  -moz-animation: animate-width;
  animation: animate-width;
  animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
  -webkit-animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
  -moz-animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

/* line 104, ../sass/site/components/_progress.scss */
.stat-bar:nth-of-type(1) .stat-bar-rating {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
}

/* line 108, ../sass/site/components/_progress.scss */
.stat-bar:nth-of-type(2) .stat-bar-rating {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

/* line 112, ../sass/site/components/_progress.scss */
.stat-bar:nth-of-type(3) .stat-bar-rating {
  animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
}

/* line 1, ../sass/site/components/_icons.scss */
.icon {
  height: 1em;
  width: 1em;
  display: inline-block;
  margin-top: -.4rem;
  vertical-align: middle;
  color: inherit;
}

/* line 11, ../sass/site/components/_icons.scss */
.gradient-icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  border-radius: 50%;
  background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
}

/* line 19, ../sass/site/components/_icons.scss */
.icon-filled--brand {
  fill: #023545;
  stroke: #023545;
}

/* line 23, ../sass/site/components/_icons.scss */
.icon-filled--brand-alt {
  fill: #FF5666;
  stroke: #FF5666;
}

/* line 27, ../sass/site/components/_icons.scss */
.icon-filled--primary {
  fill: #FCE900;
  stroke: #FCE900;
}

/* line 1, ../sass/site/components/_heading.scss */
.heading {
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.035em;
  /*color: inherit;*/
  color:#000000 ;
}
/* line 9, ../sass/site/components/_heading.scss */
.heading--h2 {
  font-size: 48px;
  margin-bottom: 1.8rem;
  line-height: 1.15;
  letter-spacing: -.015em;
}
/* line 15, ../sass/site/components/_heading.scss */
.heading--h3 {
  font-size: 32px;
  margin-bottom: 1.6rem;
  line-height: 1.15;
  letter-spacing: -.015em;
}
/* line 21, ../sass/site/components/_heading.scss */
.heading--h4 {
  font-size: 22px;
  margin-bottom: 1.6rem;
  line-height: 1.15;
  letter-spacing: -.015em;
}
/* line 27, ../sass/site/components/_heading.scss */
.heading--h5 {
  font-size: 18px;
  margin-bottom: 1.6rem;
  /*line-height: 1.15;*/
  line-height: 1.5;
  letter-spacing: -.015em;
}
/* line 34, ../sass/site/components/_heading.scss */
.heading--h6 {
  font-size: 16px;
  margin-bottom: 1.6rem;
  line-height: 1.5;
  letter-spacing: -.015em;
}
/* line 41, ../sass/site/components/_heading.scss */
.heading--light {
  font-weight: 400;
}
/* line 45, ../sass/site/components/_heading.scss */
.heading--no-margin {
  margin-bottom: 0 !important;
}
/* line 49, ../sass/site/components/_heading.scss */
.heading--inline-block {
  display: inline-block;
}
/* line 54, ../sass/site/components/_heading.scss */
.heading--has-border-bottom {
  border-bottom: solid 1px #D3D6D6;
}
/* line 57, ../sass/site/components/_heading.scss */
.heading--has-border-bottom .heading__text {
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
}
/* line 62, ../sass/site/components/_heading.scss */
.heading--has-border-bottom .heading__text::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #000;
  left: 0;
  bottom: -1px;
}

/* line 1, ../sass/site/components/_bordered-box.scss */
.bordered-box {
  position: relative;
  border-style: solid;
  border-width: 10px;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: #fff;
  border-color: currentColor;
}
/* line 11, ../sass/site/components/_bordered-box.scss */
.bordered-box--reduced-padding {
  padding: 10px;
}
/* line 14, ../sass/site/components/_bordered-box.scss */
.bordered-box__bottom-right-element {
  text-align: right;
}

/* line 3, ../sass/site/components/_bordered-list.scss */
.bordered-list__item {
  border-color: #E6E6E6;
  color: #555;
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 2px;
  border-left-width: 0;
  border-right-width: 0;
  padding: 10px 5px;
}
/* line 13, ../sass/site/components/_bordered-list.scss */
.bordered-list__item:last-child {
  border-bottom-width: 0px;
}
/* line 18, ../sass/site/components/_bordered-list.scss */
.bordered-list--no-margin {
  margin-bottom: 0 !important;
}

/* line 1, ../sass/site/components/_paragraph.scss */
.paragraph {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 1.6rem;
  color: #999;
  font-weight: 400;
}
/* line 9, ../sass/site/components/_paragraph.scss */
.paragraph--no-margin {
  margin-bottom: 0;
}

/* line 1, ../sass/site/components/_sticker.scss */
.sticker {
  display: inline-block;
  border-radius: 20px;
  font-weight: 600;
}
/* line 6, ../sass/site/components/_sticker.scss */
.sticker--dark {
  background-color: #555;
  color: #FFF;
  padding: 5px 10px;
}
/* line 11, ../sass/site/components/_sticker.scss */
.sticker__icon {
  fill: #FFF;
}

/* line 1, ../sass/site/components/_ribbon.scss */
.ribbon {
  display: inline-block;
  font-weight: 600;
}
/* line 5, ../sass/site/components/_ribbon.scss */
.ribbon--dark {
  background-color: #555;
  color: #FFF;
  padding: 5px 10px;
}
/* line 10, ../sass/site/components/_ribbon.scss */
.ribbon__icon {
  fill: #FFF;
}

/* line 1, ../sass/site/components/_footer.scss */
.footer {
  background-color: #012935;
  color: #FFF;
  min-height: 40vh;
  /*background-color: #FF;*/
  padding-top: 60px;
  padding-bottom: 10px;
}
/* line 10, ../sass/site/components/_footer.scss */
.footer address {
  font-style: normal;
  color: #FFF;
}
/* line 16, ../sass/site/components/_footer.scss */
.footer__nav__item {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 21, ../sass/site/components/_footer.scss */
.footer__nav__item a {
  display: inline-block;
  border-bottom: 2px solid transparent;
  color: #9ac3ed;
}
/* line 26, ../sass/site/components/_footer.scss */
.footer__nav__item a:hover {
  border-bottom-color: #CCC;
  color: #FFF;
}
/* line 33, ../sass/site/components/_footer.scss */
.footer__nav .heading {
  color: #FFF;
}
/* line 38, ../sass/site/components/_footer.scss */
.footer hr {
  border-color: transparent !important;
}

/* line 43, ../sass/site/components/_footer.scss */
.c-icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
  transition: .2s;
}

/* line 50, ../sass/site/components/_footer.scss */
.c-link--facebook:hover {
  color: #3b5998;
}

/* line 51, ../sass/site/components/_footer.scss */
.c-link--twitter:hover {
  color: #55acee;
}

/* line 52, ../sass/site/components/_footer.scss */
.c-link--google:hover {
  color: #dd4b39;
}

/* line 53, ../sass/site/components/_footer.scss */
.c-link--pinterest:hover {
  color: #bd081c;
}

/* line 54, ../sass/site/components/_footer.scss */
.c-link--instagram:hover {
  color: #833ab4;
}

/* line 55, ../sass/site/components/_footer.scss */
.c-link--snapchat:hover {
  color: #fbe00f;
}

/* line 56, ../sass/site/components/_footer.scss */
.c-link--facebook:hover::after {
  background: #3b5998;
}

/* line 57, ../sass/site/components/_footer.scss */
.c-link--twitter:hover::after {
  background: #55acee;
}

/* line 58, ../sass/site/components/_footer.scss */
.c-link--google:hover::after {
  background: #dd4b39;
}

/* line 59, ../sass/site/components/_footer.scss */
.c-link--pinterest:hover::after {
  background: #bd081c;
}

/* line 60, ../sass/site/components/_footer.scss */
.c-link--instagram:hover::after {
  background: #833ab4;
}

/* line 61, ../sass/site/components/_footer.scss */
.c-link--snapchat:hover::after {
  background: #fbe00f;
}

/* line 63, ../sass/site/components/_footer.scss */
.c-link {
  position: relative;
  color: #bbb;
}

/* line 68, ../sass/site/components/_footer.scss */
.c-link:not(:last-of-type) {
  margin-right: 15px;
}

/* line 72, ../sass/site/components/_footer.scss */
.mini-footer {
  background-color: #012935;
  color: #FFF;
  padding: 15px 0 0px;
  font-size: 1.4rem;
  line-height: 20px;
}
/* line 80, ../sass/site/components/_footer.scss */
.mini-footer .footer-nav li {
  margin-left: 10px;
  margin-right: 10px;
  float: left;
}
/* line 88, ../sass/site/components/_footer.scss */
.mini-footer .social-nav li a {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #000;
  text-align: center;
  line-height: 20px;
  padding-top: 1px;
}
/* line 97, ../sass/site/components/_footer.scss */
.mini-footer .social-nav li a svg {
  fill: #CCD7FF;
}

/*$notie-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5) !default;*/
/* line 51, ../sass/vendor/notie/_notie.scss */
.notie-container {
  font-size: 1.6rem;
  height: auto;
  left: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 2147483647;
  box-sizing: border-box;
  /*@include box-shadow($notie-box-shadow);*/
}
@media screen and (max-width: 900px) {
  /* line 51, ../sass/vendor/notie/_notie.scss */
  .notie-container {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 51, ../sass/vendor/notie/_notie.scss */
  .notie-container {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 400px) {
  /* line 51, ../sass/vendor/notie/_notie.scss */
  .notie-container {
    font-size: 1rem;
  }
}

/* line 74, ../sass/vendor/notie/_notie.scss */
.notie-background-success {
  background-color: #57BF57;
}

/* line 77, ../sass/vendor/notie/_notie.scss */
.notie-background-warning {
  background-color: #D6A14D;
}

/* line 80, ../sass/vendor/notie/_notie.scss */
.notie-background-error {
  background-color: rgba(255, 113, 91, 0.9);
}

/* line 83, ../sass/vendor/notie/_notie.scss */
.notie-background-info {
  background-color: #4D82D6;
}

/* line 86, ../sass/vendor/notie/_notie.scss */
.notie-background-neutral {
  background-color: #A0A0A0;
}

/* line 89, ../sass/vendor/notie/_notie.scss */
.notie-background-overlay {
  background-color: #FFFFFF;
}

/* line 93, ../sass/vendor/notie/_notie.scss */
.notie-textbox {
  color: #FFFFFF;
  padding: 10px;
  font-weight: 600;
}

/* line 99, ../sass/vendor/notie/_notie.scss */
.notie-textbox-inner {
  margin: 0 auto;
  max-width: 900px;
}

/* line 103, ../sass/vendor/notie/_notie.scss */
.notie-overlay {
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2147483646;
}

/* line 113, ../sass/vendor/notie/_notie.scss */
.notie-button {
  color: #FFFFFF;
  padding: 10px;
  cursor: pointer;
}

/* line 120, ../sass/vendor/notie/_notie.scss */
.notie-element {
  color: #FFFFFF;
  padding: 10px;
}

/* line 125, ../sass/vendor/notie/_notie.scss */
.notie-element-half {
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
}

/* line 132, ../sass/vendor/notie/_notie.scss */
.notie-element-third {
  display: inline-block;
  width: 33.3333%;
  box-sizing: border-box;
}

/* line 139, ../sass/vendor/notie/_notie.scss */
.notie-alert {
  cursor: pointer;
}

/* line 143, ../sass/vendor/notie/_notie.scss */
.notie-input-field {
  background-color: #FFFFFF;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  outline: 0;
  padding: 10px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

/* line 156, ../sass/vendor/notie/_notie.scss */
.notie-select-choice-repeated {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}

/* line 162, ../sass/vendor/notie/_notie.scss */
.notie-date-selector-inner {
  margin: 0 auto;
  max-width: 900px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 166, ../sass/vendor/notie/_notie.scss */
.notie-date-selector-inner [contenteditable], .notie-date-selector-inner [contenteditable]:focus {
  outline: 0px solid transparent;
}

/* line 171, ../sass/vendor/notie/_notie.scss */
.notie-date-selector-up {
  transform: rotate(180deg);
}

/* Animations/Demos */
/* Modules */
/* line 1, ../sass/site/modules/_landing.scss */
.landing-hero {
  width: 100%;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 480px) {
  /* line 1, ../sass/site/modules/_landing.scss */
  .landing-hero {
    padding-bottom: 2rem;
    background-image: none !important;
  }
}
/* line 12, ../sass/site/modules/_landing.scss */
.landing-hero:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: red;
  left: 0;
  top: 0;
  display: block;
  z-index: 0;
  background-color: #FCE903;
  background-image: url("../images/page-bg.svg"), url("../images/landing/arrow-down.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 1000px, 40px;
  background-position: -180px -100px, center 660px;
}
/* line 30, ../sass/site/modules/_landing.scss */
.landing-hero.radius:before {
  transform: scale(1.05);
  border-radius: 0 0 50% 50%/0 0 40% 80%;
}
/* line 35, ../sass/site/modules/_landing.scss */
.landing-hero__slogan {
  font-family: "humnst" !important;
  /*font-family: "Stick-A-Round", "Uni Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;*/
  font-size: 5.4rem;
  line-height: 1.1;
  letter-spacing: 2px;
  margin-top: 10rem;
  margin-bottom: 0;
}
/* line 43, ../sass/site/modules/_landing.scss */
.landing-hero__slogan.sm {
  font-size: 4.5rem !important;
}
@media screen and (max-width: 480px) {
  /* line 35, ../sass/site/modules/_landing.scss */
  .landing-hero__slogan {
    font-size: 4rem;
    margin-top: 2rem;
  }
}
/* line 52, ../sass/site/modules/_landing.scss */
.landing-hero__sub-slogan {
  color: #000000;
  font-size: 2.2rem;
  margin-top: 1rem;
}
/* line 57, ../sass/site/modules/_landing.scss */
.landing-hero__buttons {
  margin-top: 6rem;
}
/* line 60, ../sass/site/modules/_landing.scss */
.landing-hero__buttons--first {
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  /* line 60, ../sass/site/modules/_landing.scss */
  .landing-hero__buttons--first {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) {
  /* line 68, ../sass/site/modules/_landing.scss */
  .landing-hero__buttons .button {
    text-align: center;
    width: 100%;
  }
}
/* line 76, ../sass/site/modules/_landing.scss */
.landing-hero__phone {
  position: relative;
  display: inline-block;
  width: 280px;
  height: 600px;
  float: right;
  margin-right: 80px;
}
/* line 84, ../sass/site/modules/_landing.scss */
.landing-hero__phone .p_phone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/landing/phone-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
/* line 94, ../sass/site/modules/_landing.scss */
.landing-hero__phone .p_phone_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/landing/phone-screen.svg);
  background-size: 246px;
  background-repeat: no-repeat;
  left: 18px;
  top: 40px;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1366px) {
  /* line 1, ../sass/site/modules/_landing.scss */
  .landing-hero {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  /* line 103, ../sass/site/modules/_landing.scss */
  .landing-hero__slogan {
    font-size: 4.2rem !important;
    margin-top: 8rem;
  }
  /* line 107, ../sass/site/modules/_landing.scss */
  .landing-hero__sub-slogan {
    color: #000000;
    font-size: 2rem;
  }
  /* line 111, ../sass/site/modules/_landing.scss */
  .landing-hero__buttons {
    margin-top: 4rem !important;
  }
  /* line 114, ../sass/site/modules/_landing.scss */
  .landing-hero:before {
    background-size: 800px, 40px;
    background-position: -180px -100px, center calc(100% - 30px);
  }
  /* line 118, ../sass/site/modules/_landing.scss */
  .landing-hero.radius:before {
    transform: scale(1);
    /*border-radius: 0 0 50% 50%/0 0 40% 80%;*/
    border-radius: 0 0 60% 60%/0 0 50% 80%;
  }
  /* line 124, ../sass/site/modules/_landing.scss */
  .landing-hero__phone {
    width: 220px;
    height: 500px;
    margin-right: 80px;
  }
  /* line 129, ../sass/site/modules/_landing.scss */
  .landing-hero__phone .p_phone_inner {
    background-size: 196px;
    left: 12px;
    top: 32px;
    z-index: 1;
  }
}

/* line 138, ../sass/site/modules/_landing.scss */
#landing-hero__design-categories {
  position: relative;
}
/* line 141, ../sass/site/modules/_landing.scss */
#landing-hero__design-categories::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 80%;
  height: 0px;
  border-top: solid 5px;
}
@media screen and (max-width: 991px) {
  /* line 141, ../sass/site/modules/_landing.scss */
  #landing-hero__design-categories::after {
    display: none;
  }
}

/* Categories Section */
/* line 156, ../sass/site/modules/_landing.scss */
.landing-categories {
  /*text-align: center;*/
  padding-top: 60px;
  padding-bottom: 60px;
}
/* line 161, ../sass/site/modules/_landing.scss */
.landing-categories__item {
  padding: 15px 10px;
  margin-bottom: 20px;
  border: solid 1px #F9F9F9;
  background-color: #F9F9F9;
}
/* line 168, ../sass/site/modules/_landing.scss */
.landing-categories__item figure figcaption {
  margin-top: 10px;
}
/* line 174, ../sass/site/modules/_landing.scss */
.landing-categories__button {
  margin-top: 60px;
}

/* line 179, ../sass/site/modules/_landing.scss */
#hero-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 184, ../sass/site/modules/_landing.scss */
#hero-slider-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

/* line 190, ../sass/site/modules/_landing.scss */
#homepage-slider .container {
  position: relative;
}

/* line 193, ../sass/site/modules/_landing.scss */
#homepage-slider ul {
  list-style: none;
}

/* line 196, ../sass/site/modules/_landing.scss */
#homepage-slider ul li {
  position: relative;
}

/* line 199, ../sass/site/modules/_landing.scss */
#homepage-slider .controls {
  position: absolute;
  bottom: 15px;
  left: 0;
  z-index: 200;
}

/* line 205, ../sass/site/modules/_landing.scss */
#homepage-slider .controls a {
  width: 34px;
  height: 34px;
  background-image: url("../img/slider-controls.png");
  text-indent: -9999px;
  text-transform: capitalize;
  float: left;
  margin-right: 5px;
}

/* line 214, ../sass/site/modules/_landing.scss */
#homepage-slider .controls a.next {
  background-position: -34px 0;
}

/* line 217, ../sass/site/modules/_landing.scss */
#homepage-slider .controls a.next:hover {
  background-position: -34px -34px;
}

/* line 220, ../sass/site/modules/_landing.scss */
#homepage-slider .controls a.prev {
  background-position: 0px 0;
}

/* line 223, ../sass/site/modules/_landing.scss */
#homepage-slider .controls a.prev:hover {
  background-position: 0px -34px;
}

/* line 226, ../sass/site/modules/_landing.scss */
#homepage-slider .text-box {
  margin-left: 0;
  margin-top: 30px;
}

/* line 230, ../sass/site/modules/_landing.scss */
#homepage-slider .text-box h1 a {
  font-size: 41px;
  line-height: 42px;
  font-weight: bold;
  margin: 0;
  color: white;
}

/* line 237, ../sass/site/modules/_landing.scss */
#homepage-slider .text-box p {
  color: white;
  font-size: 15px;
}

/* line 241, ../sass/site/modules/_landing.scss */
#homepage-slider .description {
  position: absolute;
  bottom: 15px;
  right: 0;
  background-color: #09101b;
  text-align: center;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}

/* line 254, ../sass/site/modules/_landing.scss */
#homepage-slider .description .left {
  float: left;
  width: 200px;
}

/* line 258, ../sass/site/modules/_landing.scss */
#homepage-slider .description .right {
  width: 100px;
  float: left;
  border-left: solid 1px #222832;
  padding: 15px 0;
}

/* line 264, ../sass/site/modules/_landing.scss */
#homepage-slider .description .title {
  float: left;
  width: 100%;
  border-bottom: solid 1px #222832;
  padding: 2px 0;
}

/* line 270, ../sass/site/modules/_landing.scss */
#homepage-slider .description .title .big {
  color: white;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 276, ../sass/site/modules/_landing.scss */
#homepage-slider .description .title .small {
  color: #b5b7ba;
  font-size: 13px;
  font-weight: 300;
}

/* line 281, ../sass/site/modules/_landing.scss */
#homepage-slider .description .rooms {
  float: left;
  width: 100%;
  color: #b5b7ba;
  font-size: 13px;
  font-weight: 300;
  padding: 2px 0;
}

/* line 289, ../sass/site/modules/_landing.scss */
#homepage-slider .description .price {
  color: white;
}

/* line 292, ../sass/site/modules/_landing.scss */
#homepage-slider .description .price .number {
  font-size: 21px;
  font-weight: bold;
}

/* line 296, ../sass/site/modules/_landing.scss */
#homepage-slider .description .price .rate {
  font-size: 13px;
}

/* line 299, ../sass/site/modules/_landing.scss */
#homepage-slider .bg-image {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  /*height: 100%;*/
}

/* line 309, ../sass/site/modules/_landing.scss */
#homepage-slider .slider-wrapper {
  width: 100%;
  height: 275px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 318, ../sass/site/modules/_landing.scss */
#homepage-slider .controls-wrapper {
  width: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

/* line 326, ../sass/site/modules/_landing.scss */
#homepage-slider .homepage-slider {
  width: 100%;
  overflow-y: hidden;
}

/* line 331, ../sass/site/modules/_landing.scss */
.page-placeholder-item {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
}

/* line 336, ../sass/site/modules/_landing.scss */
.page-placeholder-item figure {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: solid 2px #AAA;
  border-radius: 1px;
}

/* line 345, ../sass/site/modules/_landing.scss */
.page-placeholder-item .main-img {
  width: 100%;
}

/* line 348, ../sass/site/modules/_landing.scss */
.page-placeholder-item-lg {
  display: inline-block;
  width: 100%;
  min-height: 304px;
  max-height: 305px;
  background-color: whitesmoke;
  overflow: hidden;
}

/* line 356, ../sass/site/modules/_landing.scss */
.page-placeholder-item-sm {
  display: inline-block;
  width: 100%;
  min-height: 140px;
  max-height: 140px;
  overflow: hidden;
  background-color: whitesmoke;
}

/* line 364, ../sass/site/modules/_landing.scss */
.page-placeholder-item .desc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #FFF;
  white-space: nowrap;
  text-align: center;
}

/* line 374, ../sass/site/modules/_landing.scss */
.page-placeholder-item .desc:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}

/* line 381, ../sass/site/modules/_landing.scss */
.page-placeholder-item .desc hgroup {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

/* line 386, ../sass/site/modules/_landing.scss */
.page-placeholder-item .desc hgroup h3 {
  color: #FFF;
  margin-bottom: 0;
}

/* line 390, ../sass/site/modules/_landing.scss */
.page-placeholder-item .desc hgroup h4 {
  margin-top: 5px;
  font-size: 15px;
}

/* line 395, ../sass/site/modules/_landing.scss */
.cities-list a {
  /*color: $primary-color;*/
  color: #f5f5f5;
  font-weight: 700;
  line-height: 2;
}

/* line 402, ../sass/site/modules/_landing.scss */
.intro-sect {
  margin-top: 120px;
}
/* line 405, ../sass/site/modules/_landing.scss */
.intro-sect__block {
  background: #DCF3FF;
  display: inline-block;
  width: 100%;
  padding: 20px;
  border: solid #C9E9FF 1px;
}
/* line 413, ../sass/site/modules/_landing.scss */
.intro-sect__icon {
  max-height: 80px;
  margin-bottom: 20px;
}
/* line 418, ../sass/site/modules/_landing.scss */
.intro-sect .heading {
  /*color: $primary-color;*/
}
/* line 421, ../sass/site/modules/_landing.scss */
.intro-sect .paragraph {
  /*color: $primary-color;*/
}

/* line 427, ../sass/site/modules/_landing.scss */
.leadership .leader {
  margin-bottom: 25px;
  background: #EEE;
  /*border: solid 1px #DDD;*/
}
/* line 432, ../sass/site/modules/_landing.scss */
.leadership .leader .details {
  margin-top: 20px;
}
/* line 435, ../sass/site/modules/_landing.scss */
.leadership .leader .details p {
  margin: 0;
}
/* line 440, ../sass/site/modules/_landing.scss */
.leadership .leader img {
  border: solid #DDD 1px;
  background: #EEE;
  width: 100%;
  max-width: 200px;
  /*box-shadow: 0 0 1px 0 #AAA;*/
}

/* line 454, ../sass/site/modules/_landing.scss */
.landing-products__item {
  display: table !important;
  width: 100% !important;
  height: 100% !important;
  border-spacing: 0px !important;
  background-color: #F7F5F1;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 8px 0px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
  border-image: initial !important;
  border-radius: 4px !important;
  transition: all 0.15s;
}
/* line 471, ../sass/site/modules/_landing.scss */
.landing-products__item:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  background-color: #FFF;
}
/* line 478, ../sass/site/modules/_landing.scss */
.landing-products__icon {
  display: table-cell !important;
  vertical-align: middle !important;
}
/* line 482, ../sass/site/modules/_landing.scss */
.landing-products__icon .cont {
  width: 160px !important;
  height: 102px !important;
  min-height: 100% !important;
  overflow: auto !important;
  background: #AAA !important;
}
/* line 490, ../sass/site/modules/_landing.scss */
.landing-products__desc {
  display: table-cell !important;
  vertical-align: middle !important;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 497, ../sass/site/modules/_landing.scss */
.landing-products__desc p {
  margin: 0;
  font-size: 1.4rem;
   font-family: 'humnst' !important;
   /*font-family: "Uni Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;*/
}
/* line 503, ../sass/site/modules/_landing.scss */
.landing-products__title {
  color: #34345F;
  font-size: 2.0rem;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* line 512, ../sass/site/modules/_landing.scss */
.how-it-works {
  /*background: url(../images/dots.png);*/
  background-size: cover;
  background-repeat: repeat;
  background-position: left center;
}
/* line 518, ../sass/site/modules/_landing.scss */
.how-it-works__item {
  /*background: #FFF;*/
  background: #F7F5F1;
  padding: 20px;
  margin-top: 0px;
  /*margin-bottom: 20px;*/
  border-radius: 5px;
  /*box-shadow: 0 0px 1px #DDD;*/
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-bottom: solid 10px #E7FAF4;
}
/* line 531, ../sass/site/modules/_landing.scss */
.how-it-works__icon {
  position: absolute;
  top: 0;
  right: -200px;
  z-index: -1;
  width: 100%;
  height: 100%;
  /*background-color: red;*/
}
/* line 540, ../sass/site/modules/_landing.scss */
.how-it-works__icon img {
  height: 100%;
  /*max-height: 60px;*/
  /*height: 100%;*/
  /*z-index: 1;*/
}
/* line 547, ../sass/site/modules/_landing.scss */
.how-it-works__title {
  color: #34345F;
  font-size: 2.0rem;
  font-weight: 600;
  margin-top: 0px;
}
/* line 553, ../sass/site/modules/_landing.scss */
.how-it-works .step-count {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #E7FAF4;
  color: #555;
  text-align: center;
  margin-right: 20px;
  margin-top: 20px;
  float: left;
  border-radius: 50% 50% 4px;
  font-weight: 600;
  padding: 5px;
}
/* line 567, ../sass/site/modules/_landing.scss */
.how-it-works__desc {
  font-size: 1.6rem;
  line-height: 1.6;
  width: calc(100% - 120px);
  z-index: 2;
  /*max-width: 300px;*/
  /*padding-left: 30.5px;*/
}

/* line 580, ../sass/site/modules/_landing.scss */
.landing-intro__item {
  background-color: #FFF;
  padding: 40px 30px;
  border-radius: 5px;
  /*box-shadow: 0 3px 7px #C19708, 0 0px 3px red;*/
  box-shadow: 0 3px 7px #EEE, 0 0px 3px #DDD;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 30px;
}
/* line 590, ../sass/site/modules/_landing.scss */
.landing-intro__icon {
  margin-bottom: 30px;
}
/* line 593, ../sass/site/modules/_landing.scss */
.landing-intro__icon img {
  max-height: 100px;
}
/* line 597, ../sass/site/modules/_landing.scss */
.landing-intro__title {
  font-size: 2.0rem;
  font-weight: 600;
  margin-top: 0px;
}
/* line 602, ../sass/site/modules/_landing.scss */
.landing-intro__desc {
  font-size: 1.6rem;
  line-height: 1.6;
  max-width: 280px;
  /*display: block;*/
  /*margin: 0 auto;*/
}

/* line 611, ../sass/site/modules/_landing.scss */
.phone-hand {
  /*background-color: $alt;*/
  text-align: center;
}
/* line 615, ../sass/site/modules/_landing.scss */
.phone-hand img {
  /*width: 100%;*/
  height: 600px;
}
/* line 620, ../sass/site/modules/_landing.scss */
.phone-hand .bxslider img {
  width: 200px;
  height: 354px;
}

/* line 627, ../sass/site/modules/_landing.scss */
.landing-steps__item {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  clear: right;
  padding: 10px 25px 10px 10px;
  margin-top: 20px;
  cursor: pointer;
  transition: background .2s linear;
}
/* line 637, ../sass/site/modules/_landing.scss */
.landing-steps__item.active {
  background-color: white;
  /*box-shadow: 0 0 4px #EEE;*/
}
/* line 641, ../sass/site/modules/_landing.scss */
.landing-steps__item.active .position {
  background: #96D501;
}
/* line 646, ../sass/site/modules/_landing.scss */
.landing-steps__item .position {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #DDD;
  color: #FFF;
  text-align: center;
  margin-right: 20px;
  margin-top: 0px;
  float: left;
  border-radius: 50% 50% 4px;
  font-weight: 600;
  padding: 5px;
   font-family: 'humnst' !important;
  /*font-family: "Uni Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;*/
}
/* line 662, ../sass/site/modules/_landing.scss */
.landing-steps__title {
  display: inline-block;
  font-size: 2.6rem;
  margin: 2px 0 0 0;
}

/* line 670, ../sass/site/modules/_landing.scss */
.testimonials__item {
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 2px 10px #DDD;
  margin-top: 30px;
  overflow: hidden;
  margin-left: 10px;
  margin-right: 10px;
}
/* line 679, ../sass/site/modules/_landing.scss */
.testimonials__item.mid {
  margin-top: 110px;
}
/* line 682, ../sass/site/modules/_landing.scss */
.testimonials__item.mid-2 {
  margin-top: 70px;
}
/* line 686, ../sass/site/modules/_landing.scss */
.testimonials__content {
  color: #000;
  line-height: 1.8;
  margin: 0 0 50px;
  padding: 30px;
  text-align: center;
}
/* line 693, ../sass/site/modules/_landing.scss */
.testimonials__customer {
  background: #E7FAF4;
  padding: 20px;
  text-align: center;
}
/* line 698, ../sass/site/modules/_landing.scss */
.testimonials__customer-image {
  text-align: center;
}
/* line 700, ../sass/site/modules/_landing.scss */
.testimonials__customer-image img {
  margin-top: -70px;
  max-width: 60px;
  box-shadow: 0 0 5px #999 inset;
}
/* line 706, ../sass/site/modules/_landing.scss */
.testimonials__customer-name {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
}
/* line 711, ../sass/site/modules/_landing.scss */
.testimonials__customer-profile {
  font-size: 1.5rem;
  color: #222;
}

/* line 717, ../sass/site/modules/_landing.scss */
.hero-loan-requirements {
  counter-reset: li;
  list-style: none;
  list-style: circle;
  padding: 0;
  margin-top: 10px;
  display: table;
}
/* line 725, ../sass/site/modules/_landing.scss */
.hero-loan-requirements li {
  position: relative;
  transition: all .2s ease-in-out;
  margin-bottom: 1rem;
  display: inline-block;
  width: 100%;
}
/* line 732, ../sass/site/modules/_landing.scss */
.hero-loan-requirements li span {
  vertical-align: top;
  font-size: 1.8rem;
  color: #000000;
  padding-left: 3rem;
  font-weight: 500;
  display: inline-block;
  width: 100%;
}
/* line 742, ../sass/site/modules/_landing.scss */
.hero-loan-requirements li:before {
  position: absolute;
  left: 0px;
  top: .7rem;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #023546;
}

/* line 1, ../sass/site/modules/_auth.scss */
.auth {
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  background-color: #FFFFFF;
  width: 100%;
  position: relative;
  color: #023546;
}
/* line 10, ../sass/site/modules/_auth.scss */
.auth--mini-border-radius {
  border-radius: 4px;
}
/* line 14, ../sass/site/modules/_auth.scss */
.auth--has-box-shadow {
  box-shadow: rgba(50, 50, 93, 0.15) 0px 2px 5px 0px;
  /*box-shadow: rgba(50, 50, 93, .4) 0px 5px 20px 0px;*/
}
/* line 19, ../sass/site/modules/_auth.scss */
.auth__inner {
  padding: 4rem 4rem 4rem;
}
/* line 26, ../sass/site/modules/_auth.scss */
.auth--alt {
  /*background-color: #F1F3F4;*/
  background-color: #FFFFF;
}
/* line 30, ../sass/site/modules/_auth.scss */
.auth .side-auth-buttons {
  margin-top: 260px;
}
/* line 33, ../sass/site/modules/_auth.scss */
.auth .side-auth-buttons--login {
  margin-top: 120px;
}
@media screen and (max-width: 991px) {
  /* line 30, ../sass/site/modules/_auth.scss */
  .auth .side-auth-buttons {
    /*margin-top: 0;*/
    display: none;
  }
}
/* line 42, ../sass/site/modules/_auth.scss */
.auth .form-label {
  color: #999;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  /* line 46, ../sass/site/modules/_auth.scss */
  .auth .auth-bottom {
    /*margin-top: 0;*/
    display: none;
  }
}

/* line 1, ../sass/site/modules/_categories.scss */
.categories-listing {
  /*background: $primary-bg-color;*/
  padding-top: 60px;
  padding-bottom: 60px;
}
/* line 6, ../sass/site/modules/_categories.scss */
.categories-listing__header {
  padding-bottom: 60px;
}
/* line 10, ../sass/site/modules/_categories.scss */
.categories-listing__row {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: solid 2px #E6E6E6;
}
/* line 15, ../sass/site/modules/_categories.scss */
.categories-listing__row--last {
  border-bottom: none;
}
/* line 18, ../sass/site/modules/_categories.scss */
.categories-listing__row--padding-sm {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 23, ../sass/site/modules/_categories.scss */
.categories-listing__item {
  background: white;
  box-shadow: rgba(50, 50, 93, 0) 0px 10px 15px 0px, rgba(0, 0, 0, 0.08) 0px 3px 15px 0px;
  border: solid 5px white;
  padding: 25px 10px;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all .1s ease-in;
  border: solid 3px transparent;
}
/* line 34, ../sass/site/modules/_categories.scss */
.categories-listing__item--no-padding {
  padding: 0px !important;
}
/* line 38, ../sass/site/modules/_categories.scss */
.categories-listing__item.active {
  border: solid 3px #FCE900;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
}
/* line 42, ../sass/site/modules/_categories.scss */
.categories-listing__item.active-dark {
  border: solid 3px #000;
  /*box-shadow: 0 5px 30px rgba(0,0,0,.4);*/
}
/* line 46, ../sass/site/modules/_categories.scss */
.categories-listing__item.active-dark::after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="white" stroke="rgb(49, 133, 252)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check-circle"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg>');
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  bottom: 2px;
  z-index: 10;
}
/* line 57, ../sass/site/modules/_categories.scss */
.categories-listing__figure {
  width: 100%;
}
/* line 60, ../sass/site/modules/_categories.scss */
.categories-listing__desc {
  margin-bottom: 0;
}
/* line 63, ../sass/site/modules/_categories.scss */
.categories-listing__desc-outer {
  margin-top: -10px;
  margin-bottom: 0;
  text-indent: 15px;
}

/* line 2, ../sass/site/modules/_projects-listing.scss */
.projects-listing__item {
  border-radius: 3px;
  background-color: #FFF;
  transition-delay: 0s;
  transition-duration: 0.15s;
  transition-property: all;
  transition-timing-function: ease;
  /*box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);*/
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
/* line 14, ../sass/site/modules/_projects-listing.scss */
.projects-listing__item:hover {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 2px 3px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
/* line 20, ../sass/site/modules/_projects-listing.scss */
.projects-listing__item--featured-designer {
  padding-bottom: 30px;
}
/* line 25, ../sass/site/modules/_projects-listing.scss */
.projects-listing__figure {
  overflow: hidden;
  border-radius: 3px 3px 0 0;
  height: 270px;
  background-color: #E6E8EF;
  width: 100%;
  position: relative;
}
/* line 33, ../sass/site/modules/_projects-listing.scss */
.projects-listing__preview {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  padding: 2px 6px;
  background: rgba(0, 0, 0, 0.2);
  color: #EEE;
  border-radius: 4px;
}
/* line 43, ../sass/site/modules/_projects-listing.scss */
.projects-listing__preview svg {
  stroke-width: 4px;
  stroke: #F5F5F5;
}
/* line 48, ../sass/site/modules/_projects-listing.scss */
.projects-listing__info {
  padding: 10px;
  /*background-color: #FAFBFD;*/
}
/* line 52, ../sass/site/modules/_projects-listing.scss */
.projects-listing__info .sub {
  border-top: solid 1px #EEE;
  margin-top: 10px;
  padding-top: 5px;
  font-size: 1.4rem;
  font-weight: lighter;
  color: #555;
}
/* line 60, ../sass/site/modules/_projects-listing.scss */
.projects-listing__info .sub a {
  font-weight: 600;
}
/* line 65, ../sass/site/modules/_projects-listing.scss */
.projects-listing__title {
  font-weight: 600;
  color: #002d72;
}
/* line 69, ../sass/site/modules/_projects-listing.scss */
.projects-listing__designer {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
/* line 73, ../sass/site/modules/_projects-listing.scss */
.projects-listing__designer a {
  font-weight: 600;
}
/* line 77, ../sass/site/modules/_projects-listing.scss */
.projects-listing__designer-profile {
  padding: 15px;
  display: flex;
  flex-direction: row;
}
/* line 82, ../sass/site/modules/_projects-listing.scss */
.projects-listing__designer-image-cont {
  display: inline-flex;
  margin-right: 10px;
}
/* line 86, ../sass/site/modules/_projects-listing.scss */
.projects-listing__designer-image-cont img {
  border-radius: 50%;
  width: 100%;
}

/* line 2, ../sass/site/modules/_projects-list.scss */
.spots-list__item {
  position: relative;
  background: #FFF;
  border-radius: 3px;
  /*padding: 10px 10px 6px;*/
  margin-bottom: 30px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
}
/* line 11, ../sass/site/modules/_projects-list.scss */
.spots-list__overlay-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
/* line 18, ../sass/site/modules/_projects-list.scss */
.spots-list__thumbnail {
  background: #023545;
  border-top: solid 3px #023545;
  border-radius: 3px 3px 0 0;
  height: 140px;
  overflow: hidden;
}
/* line 25, ../sass/site/modules/_projects-list.scss */
.spots-list__thumbnail img {
  width: 100%;
  /*border-radius: 3px 3px 0 0;*/
}
/* line 31, ../sass/site/modules/_projects-list.scss */
.spots-list__details {
  padding: 10px 10px 0px;
}
/* line 34, ../sass/site/modules/_projects-list.scss */
.spots-list__details .sub {
  font-size: 1.4rem;
  font-weight: 400;
  color: #999;
  margin: 0;
}
/* line 42, ../sass/site/modules/_projects-list.scss */
.spots-list__title {
  font-weight: 600;
  /*color: $brand-color;*/
  /*color: #000;*/
}
/* line 48, ../sass/site/modules/_projects-list.scss */
.spots-list__icon {
  display: inline-flex;
  margin-right: 10px;
}
/* line 52, ../sass/site/modules/_projects-list.scss */
.spots-list__icon svg {
  fill: #DDD;
}

/* line 61, ../sass/site/modules/_projects-list.scss */
.spot-image {
  border: solid 1px #DDD;
  padding: 3px;
  background: #FFF;
  box-shadow: 4px 4px 0 0 #DDD;
  display: inline-block;
}
/* line 68, ../sass/site/modules/_projects-list.scss */
.spot-image img {
  width: 100%;
  max-width: 200px;
}

/* line 1, ../sass/site/modules/_package.scss */
.package {
  /* Colors */
}
/* line 2, ../sass/site/modules/_package.scss */
.package__item {
  position: relative;
  cursor: pointer;
  opacity: .5;
  transition: ease-out opacity .3s;
}
/* line 8, ../sass/site/modules/_package.scss */
.package__item__top-tag {
  position: absolute;
  top: -45px;
  left: 0;
  width: 100%;
}
/* line 15, ../sass/site/modules/_package.scss */
.package__item .bordered-box {
  transition: ease-out box-shadow .3s;
}
/* line 18, ../sass/site/modules/_package.scss */
.package__item .button {
  transition: ease-out background-color .3s;
}
/* line 23, ../sass/site/modules/_package.scss */
.package__item:hover {
  opacity: 1;
}
/* line 26, ../sass/site/modules/_package.scss */
.package__item:hover .bordered-box {
  /*box-shadow: 0 0 30px rgba(0,0,0,.1);*/
}
/* line 30, ../sass/site/modules/_package.scss */
.package__item.active {
  opacity: 1;
}
/* line 33, ../sass/site/modules/_package.scss */
.package__item.active .bordered-box {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
/* line 38, ../sass/site/modules/_package.scss */
.package__description {
  display: inline-block;
  width: 100%;
  min-height: 100px;
}
/* line 43, ../sass/site/modules/_package.scss */
.package__list {
  margin-top: 10px;
  margin-bottom: 20px;
}
/* line 49, ../sass/site/modules/_package.scss */
.package--bronze {
  color: #E0B48C;
}
/* line 53, ../sass/site/modules/_package.scss */
.package--bronze.active .button {
  background-color: #E0B48C;
  color: #FFF;
  box-shadow: none;
}
/* line 60, ../sass/site/modules/_package.scss */
.package--silver {
  color: #B2B2B2;
}
/* line 64, ../sass/site/modules/_package.scss */
.package--silver.active .button {
  background-color: #B2B2B2;
  color: #FFF;
  box-shadow: none;
}
/* line 71, ../sass/site/modules/_package.scss */
.package--gold {
  color: #E8B954;
}
/* line 75, ../sass/site/modules/_package.scss */
.package--gold.active .button {
  background-color: #E8B954;
  color: #FFF;
  box-shadow: none;
}
/* line 82, ../sass/site/modules/_package.scss */
.package--platinum {
  color: #555;
}
/* line 86, ../sass/site/modules/_package.scss */
.package--platinum.active .button {
  background-color: #555;
  color: #FFF;
  box-shadow: none;
}

/* Vendor styles */
/*!
 * # Semantic UI 2.2.12 - Transition
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
          Transitions
*******************************/
/* line 16, ../sass/vendor/semantic_ui/_transition.scss */
.transition {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*******************************
            States
*******************************/
/* Animating */
/* line 34, ../sass/vendor/semantic_ui/_transition.scss */
.animating.transition {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: visible !important;
}

/* Loading */
/* line 41, ../sass/vendor/semantic_ui/_transition.scss */
.loading.transition {
  position: absolute;
  top: -99999px;
  left: -99999px;
}

/* Hidden */
/* line 48, ../sass/vendor/semantic_ui/_transition.scss */
.hidden.transition {
  display: none;
  visibility: hidden;
}

/* Visible */
/* line 54, ../sass/vendor/semantic_ui/_transition.scss */
.visible.transition {
  display: block !important;
  visibility: visible !important;
  /*  backface-visibility: @backfaceVisibility;
    transform: @use3DAcceleration;*/
}

/* Disabled */
/* line 62, ../sass/vendor/semantic_ui/_transition.scss */
.disabled.transition {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

/*******************************
          Variations
*******************************/
/* line 72, ../sass/vendor/semantic_ui/_transition.scss */
.looping.transition {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/*******************************
          Transitions
*******************************/
/*
  Some transitions adapted from Animate CSS
  https://github.com/daneden/animate.css

  Additional transitions adapted from Glide
  by Nick Pettit - https://github.com/nickpettit/glide
*/
/*--------------
     Browse
---------------*/
/* line 94, ../sass/vendor/semantic_ui/_transition.scss */
.transition.browse {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

/* line 98, ../sass/vendor/semantic_ui/_transition.scss */
.transition.browse.in {
  -webkit-animation-name: browseIn;
  animation-name: browseIn;
}

/* line 102, ../sass/vendor/semantic_ui/_transition.scss */
.transition.browse.out,
.transition.browse.left.out {
  -webkit-animation-name: browseOutLeft;
  animation-name: browseOutLeft;
}

/* line 107, ../sass/vendor/semantic_ui/_transition.scss */
.transition.browse.right.out {
  -webkit-animation-name: browseOutRight;
  animation-name: browseOutRight;
}

/* In */
@-webkit-keyframes browseIn {
  0% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
  }
  10% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1.05) translateZ(0px);
    transform: scale(1.05) translateZ(0px);
    opacity: 1;
    z-index: 999;
  }
  100% {
    -webkit-transform: scale(1) translateZ(0px);
    transform: scale(1) translateZ(0px);
    z-index: 999;
  }
}
@keyframes browseIn {
  0% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
  }
  10% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1.05) translateZ(0px);
    transform: scale(1.05) translateZ(0px);
    opacity: 1;
    z-index: 999;
  }
  100% {
    -webkit-transform: scale(1) translateZ(0px);
    transform: scale(1) translateZ(0px);
    z-index: 999;
  }
}
/* Out */
@-webkit-keyframes browseOutLeft {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
  50% {
    z-index: -1;
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: -1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0;
  }
}
@keyframes browseOutLeft {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
  50% {
    z-index: -1;
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: -1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0;
  }
}
@-webkit-keyframes browseOutRight {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
  50% {
    z-index: 1;
    -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: 1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0;
  }
}
@keyframes browseOutRight {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
  50% {
    z-index: 1;
    -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: 1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0;
  }
}
/*--------------
     Drop
---------------*/
/* line 252, ../sass/vendor/semantic_ui/_transition.scss */
.drop.transition {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
}

/* line 260, ../sass/vendor/semantic_ui/_transition.scss */
.drop.transition.in {
  -webkit-animation-name: dropIn;
  animation-name: dropIn;
}

/* line 264, ../sass/vendor/semantic_ui/_transition.scss */
.drop.transition.out {
  -webkit-animation-name: dropOut;
  animation-name: dropOut;
}

/* Drop */
@-webkit-keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
/*--------------
      Fade
---------------*/
/* line 323, ../sass/vendor/semantic_ui/_transition.scss */
.transition.fade.in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* line 327, ../sass/vendor/semantic_ui/_transition.scss */
.transition[class*="fade up"].in {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* line 331, ../sass/vendor/semantic_ui/_transition.scss */
.transition[class*="fade down"].in {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/* line 335, ../sass/vendor/semantic_ui/_transition.scss */
.transition[class*="fade left"].in {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/* line 339, ../sass/vendor/semantic_ui/_transition.scss */
.transition[class*="fade right"].in {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/* line 343, ../sass/vendor/semantic_ui/_transition.scss */
.transition.fade.out {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

/* line 347, ../sass/vendor/semantic_ui/_transition.scss */
.transition[class*="fade up"].out {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

/* line 351, ../sass/vendor/semantic_ui/_transition.scss */
.transition[class*="fade down"].out {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

/* line 355, ../sass/vendor/semantic_ui/_transition.scss */
.transition[class*="fade left"].out {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

/* line 359, ../sass/vendor/semantic_ui/_transition.scss */
.transition[class*="fade right"].out {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

/* In */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
/* Out */
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}
/*--------------
     Flips
---------------*/
/* line 596, ../sass/vendor/semantic_ui/_transition.scss */
.flip.transition.in,
.flip.transition.out {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
}

/* line 601, ../sass/vendor/semantic_ui/_transition.scss */
.horizontal.flip.transition.in {
  -webkit-animation-name: horizontalFlipIn;
  animation-name: horizontalFlipIn;
}

/* line 605, ../sass/vendor/semantic_ui/_transition.scss */
.horizontal.flip.transition.out {
  -webkit-animation-name: horizontalFlipOut;
  animation-name: horizontalFlipOut;
}

/* line 609, ../sass/vendor/semantic_ui/_transition.scss */
.vertical.flip.transition.in {
  -webkit-animation-name: verticalFlipIn;
  animation-name: verticalFlipIn;
}

/* line 613, ../sass/vendor/semantic_ui/_transition.scss */
.vertical.flip.transition.out {
  -webkit-animation-name: verticalFlipOut;
  animation-name: verticalFlipOut;
}

/* In */
@-webkit-keyframes horizontalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes horizontalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes verticalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes verticalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1;
  }
}
/* Out */
@-webkit-keyframes horizontalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes horizontalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes verticalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
}
@keyframes verticalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
}
/*--------------
      Scale
---------------*/
/* line 722, ../sass/vendor/semantic_ui/_transition.scss */
.scale.transition.in {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

/* line 726, ../sass/vendor/semantic_ui/_transition.scss */
.scale.transition.out {
  -webkit-animation-name: scaleOut;
  animation-name: scaleOut;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* Out */
@-webkit-keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
/*--------------
      Fly
---------------*/
/* Inward */
/* line 787, ../sass/vendor/semantic_ui/_transition.scss */
.transition.fly {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 793, ../sass/vendor/semantic_ui/_transition.scss */
.transition.fly.in {
  -webkit-animation-name: flyIn;
  animation-name: flyIn;
}

/* line 797, ../sass/vendor/semantic_ui/_transition.scss */
.transition[class*="fly up"].in {
  -webkit-animation-name: flyInUp;
  animation-name: flyInUp;
}

/* line 801, ../sass/vendor/semantic_ui/_transition.scss */
.transition[class*="fly down"].in {
  -webkit-animation-name: flyInDown;
  animation-name: flyInDown;
}

/* line 805, ../sass/vendor/semantic_ui/_transition.scss */
.transition[class*="fly left"].in {
  -webkit-animation-name: flyInLeft;
  animation-name: flyInLeft;
}

/* line 809, ../sass/vendor/semantic_ui/_transition.scss */
.transition[class*="fly right"].in {
  -webkit-animation-name: flyInRight;
  animation-name: flyInRight;
}

/* Outward */
/* line 815, ../sass/vendor/semantic_ui/_transition.scss */
.transition.fly.out {
  -webkit-animation-name: flyOut;
  animation-name: flyOut;
}

/* line 819, ../sass/vendor/semantic_ui/_transition.scss */
.transition[class*="fly up"].out {
  -webkit-animation-name: flyOutUp;
  animation-name: flyOutUp;
}

/* line 823, ../sass/vendor/semantic_ui/_transition.scss */
.transition[class*="fly down"].out {
  -webkit-animation-name: flyOutDown;
  animation-name: flyOutDown;
}

/* line 827, ../sass/vendor/semantic_ui/_transition.scss */
.transition[class*="fly left"].out {
  -webkit-animation-name: flyOutLeft;
  animation-name: flyOutLeft;
}

/* line 831, ../sass/vendor/semantic_ui/_transition.scss */
.transition[class*="fly right"].out {
  -webkit-animation-name: flyOutRight;
  animation-name: flyOutRight;
}

/* In */
@-webkit-keyframes flyIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes flyIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1500px, 0);
    transform: translate3d(0, 1500px, 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);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1500px, 0);
    transform: translate3d(0, 1500px, 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);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500px, 0);
    transform: translate3d(0, -1500px, 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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500px, 0);
    transform: translate3d(0, -1500px, 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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
    transform: translate3d(1500px, 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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
    transform: translate3d(1500px, 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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500px, 0, 0);
    transform: translate3d(-1500px, 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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500px, 0, 0);
    transform: translate3d(-1500px, 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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* Out */
@-webkit-keyframes flyOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes flyOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@-webkit-keyframes flyOutUp {
  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);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes flyOutUp {
  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);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@-webkit-keyframes flyOutDown {
  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);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes flyOutDown {
  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);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@-webkit-keyframes flyOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes flyOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@-webkit-keyframes flyOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes flyOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/*--------------
     Slide
---------------*/
/* line 1244, ../sass/vendor/semantic_ui/_transition.scss */
.transition.slide.in,
.transition[class*="slide down"].in {
  -webkit-animation-name: slideInY;
  animation-name: slideInY;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

/* line 1251, ../sass/vendor/semantic_ui/_transition.scss */
.transition[class*="slide up"].in {
  -webkit-animation-name: slideInY;
  animation-name: slideInY;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

/* line 1257, ../sass/vendor/semantic_ui/_transition.scss */
.transition[class*="slide left"].in {
  -webkit-animation-name: slideInX;
  animation-name: slideInX;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

/* line 1263, ../sass/vendor/semantic_ui/_transition.scss */
.transition[class*="slide right"].in {
  -webkit-animation-name: slideInX;
  animation-name: slideInX;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

/* line 1269, ../sass/vendor/semantic_ui/_transition.scss */
.transition.slide.out,
.transition[class*="slide down"].out {
  -webkit-animation-name: slideOutY;
  animation-name: slideOutY;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

/* line 1276, ../sass/vendor/semantic_ui/_transition.scss */
.transition[class*="slide up"].out {
  -webkit-animation-name: slideOutY;
  animation-name: slideOutY;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

/* line 1282, ../sass/vendor/semantic_ui/_transition.scss */
.transition[class*="slide left"].out {
  -webkit-animation-name: slideOutX;
  animation-name: slideOutX;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

/* line 1288, ../sass/vendor/semantic_ui/_transition.scss */
.transition[class*="slide right"].out {
  -webkit-animation-name: slideOutX;
  animation-name: slideOutX;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

/* In */
@-webkit-keyframes slideInY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes slideInY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes slideInX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes slideInX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
/* Out */
@-webkit-keyframes slideOutY {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@keyframes slideOutY {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-webkit-keyframes slideOutX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@keyframes slideOutX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
/*--------------
     Swing
---------------*/
/* line 1399, ../sass/vendor/semantic_ui/_transition.scss */
.transition.swing {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

/* line 1403, ../sass/vendor/semantic_ui/_transition.scss */
.transition[class*="swing down"].in {
  -webkit-animation-name: swingInX;
  animation-name: swingInX;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

/* line 1409, ../sass/vendor/semantic_ui/_transition.scss */
.transition[class*="swing up"].in {
  -webkit-animation-name: swingInX;
  animation-name: swingInX;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

/* line 1415, ../sass/vendor/semantic_ui/_transition.scss */
.transition[class*="swing left"].in {
  -webkit-animation-name: swingInY;
  animation-name: swingInY;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

/* line 1421, ../sass/vendor/semantic_ui/_transition.scss */
.transition[class*="swing right"].in {
  -webkit-animation-name: swingInY;
  animation-name: swingInY;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

/* line 1427, ../sass/vendor/semantic_ui/_transition.scss */
.transition.swing.out,
.transition[class*="swing down"].out {
  -webkit-animation-name: swingOutX;
  animation-name: swingOutX;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

/* line 1434, ../sass/vendor/semantic_ui/_transition.scss */
.transition[class*="swing up"].out {
  -webkit-animation-name: swingOutX;
  animation-name: swingOutX;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

/* line 1440, ../sass/vendor/semantic_ui/_transition.scss */
.transition[class*="swing left"].out {
  -webkit-animation-name: swingOutY;
  animation-name: swingOutY;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

/* line 1446, ../sass/vendor/semantic_ui/_transition.scss */
.transition[class*="swing right"].out {
  -webkit-animation-name: swingOutY;
  animation-name: swingOutY;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

/* In */
@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(15deg);
    transform: perspective(1000px) rotateX(15deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
}
@keyframes swingInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(15deg);
    transform: perspective(1000px) rotateX(15deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
}
@-webkit-keyframes swingInY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-17.5deg);
    transform: perspective(1000px) rotateY(-17.5deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }
}
@keyframes swingInY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-17.5deg);
    transform: perspective(1000px) rotateY(-17.5deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }
}
/* Out */
@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(17.5deg);
    transform: perspective(1000px) rotateX(17.5deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(17.5deg);
    transform: perspective(1000px) rotateX(17.5deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes swingOutY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }
  40% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
    transform: perspective(1000px) rotateY(-10deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
}
@keyframes swingOutY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }
  40% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
    transform: perspective(1000px) rotateY(-10deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
}
/*******************************
       Static Animations
*******************************/
/*--------------
    Emphasis
---------------*/
/* line 1659, ../sass/vendor/semantic_ui/_transition.scss */
.flash.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* line 1665, ../sass/vendor/semantic_ui/_transition.scss */
.shake.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: shake;
  animation-name: shake;
}

/* line 1671, ../sass/vendor/semantic_ui/_transition.scss */
.bounce.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

/* line 1677, ../sass/vendor/semantic_ui/_transition.scss */
.tada.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* line 1683, ../sass/vendor/semantic_ui/_transition.scss */
.pulse.transition {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

/* line 1689, ../sass/vendor/semantic_ui/_transition.scss */
.jiggle.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: jiggle;
  animation-name: jiggle;
}

/* Flash */
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
/* Shake */
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
/* Bounce */
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
/* Tada */
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
/* Pulse */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
/* Rubberband */
@-webkit-keyframes jiggle {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jiggle {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Popup
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Popup
*******************************/
/* line 16, ../sass/vendor/semantic_ui/_popup.scss */
.ui.popup {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  /* Fixes content being squished when inline (moz only) */
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  z-index: 1900;
  border: 1px solid #D4D4D5;
  line-height: 1.4285em;
  max-width: 250px;
  background: #FFFFFF;
  padding: 0.833em 1em;
  font-weight: normal;
  font-style: normal;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0.28571429rem;
  box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
}

/* line 38, ../sass/vendor/semantic_ui/_popup.scss */
.ui.popup > .header {
  padding: 0em;
   font-family: 'humnst' !important;
   /*font-family: "Uni Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;*/
  font-size: 1.14285714em;
  line-height: 1.2;
  font-weight: bold;
}

/* line 45, ../sass/vendor/semantic_ui/_popup.scss */
.ui.popup > .header + .content {
  padding-top: 0.5em;
}

/* line 48, ../sass/vendor/semantic_ui/_popup.scss */
.ui.popup:before {
  position: absolute;
  content: '';
  width: 0.71428571em;
  height: 0.71428571em;
  background: #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
  box-shadow: 1px 1px 0px 0px #bababc;
}

/*******************************
            Types
*******************************/
/*--------------
    Tooltip
---------------*/
/* Content */
/* line 72, ../sass/vendor/semantic_ui/_popup.scss */
[data-tooltip] {
  position: relative;
}

/* Arrow */
/* line 77, ../sass/vendor/semantic_ui/_popup.scss */
[data-tooltip]:before {
  pointer-events: none;
  position: absolute;
  content: '';
  font-size: 1rem;
  width: 0.71428571em;
  height: 0.71428571em;
  background: #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
  box-shadow: 1px 1px 0px 0px #bababc;
}

/* Popup */
/* line 92, ../sass/vendor/semantic_ui/_popup.scss */
[data-tooltip]:after {
  pointer-events: none;
  content: attr(data-tooltip);
  position: absolute;
  text-transform: none;
  text-align: left;
  white-space: nowrap;
  font-size: 1rem;
  border: 1px solid #D4D4D5;
  line-height: 1.4285em;
  max-width: none;
  background: #FFFFFF;
  padding: 0.833em 1em;
  font-weight: normal;
  font-style: normal;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0.28571429rem;
  box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
  z-index: 1;
}

/* Default Position (Top Center) */
/* line 114, ../sass/vendor/semantic_ui/_popup.scss */
[data-tooltip]:not([data-position]):before {
  top: auto;
  right: auto;
  bottom: 100%;
  left: 50%;
  background: #FFFFFF;
  margin-left: -0.07142857rem;
  margin-bottom: 0.14285714rem;
}

/* line 123, ../sass/vendor/semantic_ui/_popup.scss */
[data-tooltip]:not([data-position]):after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  margin-bottom: 0.5em;
}

/* Animation */
/* line 132, ../sass/vendor/semantic_ui/_popup.scss */
[data-tooltip]:before,
[data-tooltip]:after {
  pointer-events: none;
  visibility: hidden;
}

/* line 137, ../sass/vendor/semantic_ui/_popup.scss */
[data-tooltip]:before {
  opacity: 0;
  -webkit-transform: rotate(45deg) scale(0) !important;
  transform: rotate(45deg) scale(0) !important;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

/* line 146, ../sass/vendor/semantic_ui/_popup.scss */
[data-tooltip]:after {
  opacity: 1;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

/* line 153, ../sass/vendor/semantic_ui/_popup.scss */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  pointer-events: auto;
}

/* line 158, ../sass/vendor/semantic_ui/_popup.scss */
[data-tooltip]:hover:before {
  -webkit-transform: rotate(45deg) scale(1) !important;
  transform: rotate(45deg) scale(1) !important;
  opacity: 1;
}

/* Animation Position */
/* line 165, ../sass/vendor/semantic_ui/_popup.scss */
[data-tooltip]:after,
[data-tooltip][data-position="top center"]:after,
[data-tooltip][data-position="bottom center"]:after {
  -webkit-transform: translateX(-50%) scale(0) !important;
  transform: translateX(-50%) scale(0) !important;
}

/* line 171, ../sass/vendor/semantic_ui/_popup.scss */
[data-tooltip]:hover:after,
[data-tooltip][data-position="bottom center"]:hover:after {
  -webkit-transform: translateX(-50%) scale(1) !important;
  transform: translateX(-50%) scale(1) !important;
}

/* line 176, ../sass/vendor/semantic_ui/_popup.scss */
[data-tooltip][data-position="left center"]:after,
[data-tooltip][data-position="right center"]:after {
  -webkit-transform: translateY(-50%) scale(0) !important;
  transform: translateY(-50%) scale(0) !important;
}

/* line 181, ../sass/vendor/semantic_ui/_popup.scss */
[data-tooltip][data-position="left center"]:hover:after,
[data-tooltip][data-position="right center"]:hover:after {
  -webkit-transform: translateY(-50%) scale(1) !important;
  transform: translateY(-50%) scale(1) !important;
}

/* line 186, ../sass/vendor/semantic_ui/_popup.scss */
[data-tooltip][data-position="top left"]:after,
[data-tooltip][data-position="top right"]:after,
[data-tooltip][data-position="bottom left"]:after,
[data-tooltip][data-position="bottom right"]:after {
  -webkit-transform: scale(0) !important;
  transform: scale(0) !important;
}

/* line 193, ../sass/vendor/semantic_ui/_popup.scss */
[data-tooltip][data-position="top left"]:hover:after,
[data-tooltip][data-position="top right"]:hover:after,
[data-tooltip][data-position="bottom left"]:hover:after,
[data-tooltip][data-position="bottom right"]:hover:after {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

/*--------------
    Inverted
---------------*/
/* Arrow */
/* line 207, ../sass/vendor/semantic_ui/_popup.scss */
[data-tooltip][data-inverted]:before {
  box-shadow: none !important;
}

/* Arrow Position */
/* line 212, ../sass/vendor/semantic_ui/_popup.scss */
[data-tooltip][data-inverted]:before {
  background: #1B1C1D;
}

/* Popup  */
/* line 217, ../sass/vendor/semantic_ui/_popup.scss */
[data-tooltip][data-inverted]:after {
  background: #1B1C1D;
  color: #FFFFFF;
  border: none;
  box-shadow: none;
}

/* line 223, ../sass/vendor/semantic_ui/_popup.scss */
[data-tooltip][data-inverted]:after .header {
  background-color: none;
  color: #FFFFFF;
}

/*--------------
    Position
---------------*/
/* Top Center */
/* line 234, ../sass/vendor/semantic_ui/_popup.scss */
[data-position="top center"][data-tooltip]:after {
  top: auto;
  right: auto;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 0.5em;
}

/* line 243, ../sass/vendor/semantic_ui/_popup.scss */
[data-position="top center"][data-tooltip]:before {
  top: auto;
  right: auto;
  bottom: 100%;
  left: 50%;
  background: #FFFFFF;
  margin-left: -0.07142857rem;
  margin-bottom: 0.14285714rem;
}

/* Top Left */
/* line 254, ../sass/vendor/semantic_ui/_popup.scss */
[data-position="top left"][data-tooltip]:after {
  top: auto;
  right: auto;
  left: 0;
  bottom: 100%;
  margin-bottom: 0.5em;
}

/* line 261, ../sass/vendor/semantic_ui/_popup.scss */
[data-position="top left"][data-tooltip]:before {
  top: auto;
  right: auto;
  bottom: 100%;
  left: 1em;
  margin-left: -0.07142857rem;
  margin-bottom: 0.14285714rem;
}

/* Top Right */
/* line 271, ../sass/vendor/semantic_ui/_popup.scss */
[data-position="top right"][data-tooltip]:after {
  top: auto;
  left: auto;
  right: 0;
  bottom: 100%;
  margin-bottom: 0.5em;
}

/* line 278, ../sass/vendor/semantic_ui/_popup.scss */
[data-position="top right"][data-tooltip]:before {
  top: auto;
  left: auto;
  bottom: 100%;
  right: 1em;
  margin-left: -0.07142857rem;
  margin-bottom: 0.14285714rem;
}

/* Bottom Center */
/* line 288, ../sass/vendor/semantic_ui/_popup.scss */
[data-position="bottom center"][data-tooltip]:after {
  bottom: auto;
  right: auto;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 0.5em;
}

/* line 297, ../sass/vendor/semantic_ui/_popup.scss */
[data-position="bottom center"][data-tooltip]:before {
  bottom: auto;
  right: auto;
  top: 100%;
  left: 50%;
  margin-left: -0.07142857rem;
  margin-top: 0.14285714rem;
}

/* Bottom Left */
/* line 307, ../sass/vendor/semantic_ui/_popup.scss */
[data-position="bottom left"][data-tooltip]:after {
  left: 0;
  top: 100%;
  margin-top: 0.5em;
}

/* line 312, ../sass/vendor/semantic_ui/_popup.scss */
[data-position="bottom left"][data-tooltip]:before {
  bottom: auto;
  right: auto;
  top: 100%;
  left: 1em;
  margin-left: -0.07142857rem;
  margin-top: 0.14285714rem;
}

/* Bottom Right */
/* line 322, ../sass/vendor/semantic_ui/_popup.scss */
[data-position="bottom right"][data-tooltip]:after {
  right: 0;
  top: 100%;
  margin-top: 0.5em;
}

/* line 327, ../sass/vendor/semantic_ui/_popup.scss */
[data-position="bottom right"][data-tooltip]:before {
  bottom: auto;
  left: auto;
  top: 100%;
  right: 1em;
  margin-left: -0.14285714rem;
  margin-top: 0.07142857rem;
}

/* Left Center */
/* line 337, ../sass/vendor/semantic_ui/_popup.scss */
[data-position="left center"][data-tooltip]:after {
  right: 100%;
  top: 50%;
  margin-right: 0.5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 344, ../sass/vendor/semantic_ui/_popup.scss */
[data-position="left center"][data-tooltip]:before {
  right: 100%;
  top: 50%;
  margin-top: -0.14285714rem;
  margin-right: -0.07142857rem;
}

/* Right Center */
/* line 352, ../sass/vendor/semantic_ui/_popup.scss */
[data-position="right center"][data-tooltip]:after {
  left: 100%;
  top: 50%;
  margin-left: 0.5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 359, ../sass/vendor/semantic_ui/_popup.scss */
[data-position="right center"][data-tooltip]:before {
  left: 100%;
  top: 50%;
  margin-top: -0.07142857rem;
  margin-left: 0.14285714rem;
}

/* Arrow */
/* line 367, ../sass/vendor/semantic_ui/_popup.scss */
[data-position~="bottom"][data-tooltip]:before {
  background: #FFFFFF;
  box-shadow: -1px -1px 0px 0px #bababc;
}

/* line 371, ../sass/vendor/semantic_ui/_popup.scss */
[data-position="left center"][data-tooltip]:before {
  background: #FFFFFF;
  box-shadow: 1px -1px 0px 0px #bababc;
}

/* line 375, ../sass/vendor/semantic_ui/_popup.scss */
[data-position="right center"][data-tooltip]:before {
  background: #FFFFFF;
  box-shadow: -1px 1px 0px 0px #bababc;
}

/* line 379, ../sass/vendor/semantic_ui/_popup.scss */
[data-position~="top"][data-tooltip]:before {
  background: #FFFFFF;
}

/* Inverted Arrow Color */
/* line 384, ../sass/vendor/semantic_ui/_popup.scss */
[data-inverted][data-position~="bottom"][data-tooltip]:before {
  background: #1B1C1D;
  box-shadow: -1px -1px 0px 0px #bababc;
}

/* line 388, ../sass/vendor/semantic_ui/_popup.scss */
[data-inverted][data-position="left center"][data-tooltip]:before {
  background: #1B1C1D;
  box-shadow: 1px -1px 0px 0px #bababc;
}

/* line 392, ../sass/vendor/semantic_ui/_popup.scss */
[data-inverted][data-position="right center"][data-tooltip]:before {
  background: #1B1C1D;
  box-shadow: -1px 1px 0px 0px #bababc;
}

/* line 396, ../sass/vendor/semantic_ui/_popup.scss */
[data-inverted][data-position~="top"][data-tooltip]:before {
  background: #1B1C1D;
}

/* line 399, ../sass/vendor/semantic_ui/_popup.scss */
[data-position~="bottom"][data-tooltip]:before {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/* line 403, ../sass/vendor/semantic_ui/_popup.scss */
[data-position~="bottom"][data-tooltip]:after {
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

/* line 407, ../sass/vendor/semantic_ui/_popup.scss */
[data-position="left center"][data-tooltip]:before {
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

/* line 411, ../sass/vendor/semantic_ui/_popup.scss */
[data-position="left center"][data-tooltip]:after {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

/* line 415, ../sass/vendor/semantic_ui/_popup.scss */
[data-position="right center"][data-tooltip]:before {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

/* line 419, ../sass/vendor/semantic_ui/_popup.scss */
[data-position="right center"][data-tooltip]:after {
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

/*--------------
     Spacing
---------------*/
/* line 428, ../sass/vendor/semantic_ui/_popup.scss */
.ui.popup {
  margin: 0em;
}

/* Extending from Top */
/* line 433, ../sass/vendor/semantic_ui/_popup.scss */
.ui.top.popup {
  margin: 0em 0em 0.71428571em;
}

/* line 436, ../sass/vendor/semantic_ui/_popup.scss */
.ui.top.left.popup {
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

/* line 440, ../sass/vendor/semantic_ui/_popup.scss */
.ui.top.center.popup {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/* line 444, ../sass/vendor/semantic_ui/_popup.scss */
.ui.top.right.popup {
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

/* Extending from Vertical Center */
/* line 450, ../sass/vendor/semantic_ui/_popup.scss */
.ui.left.center.popup {
  margin: 0em 0.71428571em 0em 0em;
  -webkit-transform-origin: right 50%;
  transform-origin: right 50%;
}

/* line 455, ../sass/vendor/semantic_ui/_popup.scss */
.ui.right.center.popup {
  margin: 0em 0em 0em 0.71428571em;
  -webkit-transform-origin: left 50%;
  transform-origin: left 50%;
}

/* Extending from Bottom */
/* line 462, ../sass/vendor/semantic_ui/_popup.scss */
.ui.bottom.popup {
  margin: 0.71428571em 0em 0em;
}

/* line 465, ../sass/vendor/semantic_ui/_popup.scss */
.ui.bottom.left.popup {
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

/* line 469, ../sass/vendor/semantic_ui/_popup.scss */
.ui.bottom.center.popup {
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

/* line 473, ../sass/vendor/semantic_ui/_popup.scss */
.ui.bottom.right.popup {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

/*--------------
     Pointer
---------------*/
/*--- Below ---*/
/* line 485, ../sass/vendor/semantic_ui/_popup.scss */
.ui.bottom.center.popup:before {
  margin-left: -0.30714286em;
  top: -0.30714286em;
  left: 50%;
  right: auto;
  bottom: auto;
  box-shadow: -1px -1px 0px 0px #bababc;
}

/* line 493, ../sass/vendor/semantic_ui/_popup.scss */
.ui.bottom.left.popup {
  margin-left: 0em;
}

/*rtl:rename*/
/* line 497, ../sass/vendor/semantic_ui/_popup.scss */
.ui.bottom.left.popup:before {
  top: -0.30714286em;
  left: 1em;
  right: auto;
  bottom: auto;
  margin-left: 0em;
  box-shadow: -1px -1px 0px 0px #bababc;
}

/* line 505, ../sass/vendor/semantic_ui/_popup.scss */
.ui.bottom.right.popup {
  margin-right: 0em;
}

/*rtl:rename*/
/* line 509, ../sass/vendor/semantic_ui/_popup.scss */
.ui.bottom.right.popup:before {
  top: -0.30714286em;
  right: 1em;
  bottom: auto;
  left: auto;
  margin-left: 0em;
  box-shadow: -1px -1px 0px 0px #bababc;
}

/*--- Above ---*/
/* line 520, ../sass/vendor/semantic_ui/_popup.scss */
.ui.top.center.popup:before {
  top: auto;
  right: auto;
  bottom: -0.30714286em;
  left: 50%;
  margin-left: -0.30714286em;
}

/* line 527, ../sass/vendor/semantic_ui/_popup.scss */
.ui.top.left.popup {
  margin-left: 0em;
}

/*rtl:rename*/
/* line 531, ../sass/vendor/semantic_ui/_popup.scss */
.ui.top.left.popup:before {
  bottom: -0.30714286em;
  left: 1em;
  top: auto;
  right: auto;
  margin-left: 0em;
}

/* line 538, ../sass/vendor/semantic_ui/_popup.scss */
.ui.top.right.popup {
  margin-right: 0em;
}

/*rtl:rename*/
/* line 542, ../sass/vendor/semantic_ui/_popup.scss */
.ui.top.right.popup:before {
  bottom: -0.30714286em;
  right: 1em;
  top: auto;
  left: auto;
  margin-left: 0em;
}

/*--- Left Center ---*/
/*rtl:rename*/
/* line 553, ../sass/vendor/semantic_ui/_popup.scss */
.ui.left.center.popup:before {
  top: 50%;
  right: -0.30714286em;
  bottom: auto;
  left: auto;
  margin-top: -0.30714286em;
  box-shadow: 1px -1px 0px 0px #bababc;
}

/*--- Right Center  ---*/
/*rtl:rename*/
/* line 565, ../sass/vendor/semantic_ui/_popup.scss */
.ui.right.center.popup:before {
  top: 50%;
  left: -0.30714286em;
  bottom: auto;
  right: auto;
  margin-top: -0.30714286em;
  box-shadow: -1px 1px 0px 0px #bababc;
}

/* Arrow Color By Location */
/* line 575, ../sass/vendor/semantic_ui/_popup.scss */
.ui.bottom.popup:before {
  background: #FFFFFF;
}

/* line 578, ../sass/vendor/semantic_ui/_popup.scss */
.ui.right.center.popup:before,
.ui.left.center.popup:before {
  background: #FFFFFF;
}

/* line 582, ../sass/vendor/semantic_ui/_popup.scss */
.ui.top.popup:before {
  background: #FFFFFF;
}

/* Inverted Arrow Color */
/* line 587, ../sass/vendor/semantic_ui/_popup.scss */
.ui.inverted.bottom.popup:before {
  background: #1B1C1D;
}

/* line 590, ../sass/vendor/semantic_ui/_popup.scss */
.ui.inverted.right.center.popup:before,
.ui.inverted.left.center.popup:before {
  background: #1B1C1D;
}

/* line 594, ../sass/vendor/semantic_ui/_popup.scss */
.ui.inverted.top.popup:before {
  background: #1B1C1D;
}

/*******************************
            Coupling
*******************************/
/* Immediate Nested Grid */
/* line 605, ../sass/vendor/semantic_ui/_popup.scss */
.ui.popup > .ui.grid:not(.padded) {
  width: calc(100% + 1.75rem);
  margin: -0.7rem -0.875rem;
}

/*******************************
            States
*******************************/
/* line 615, ../sass/vendor/semantic_ui/_popup.scss */
.ui.loading.popup {
  display: block;
  visibility: hidden;
  z-index: -1;
}

/* line 620, ../sass/vendor/semantic_ui/_popup.scss */
.ui.animating.popup,
.ui.visible.popup {
  display: block;
}

/* line 624, ../sass/vendor/semantic_ui/_popup.scss */
.ui.visible.popup {
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*******************************
            Variations
*******************************/
/*--------------
     Basic
---------------*/
/* line 641, ../sass/vendor/semantic_ui/_popup.scss */
.ui.basic.popup:before {
  display: none;
}

/*--------------
     Wide
---------------*/
/* line 649, ../sass/vendor/semantic_ui/_popup.scss */
.ui.wide.popup {
  max-width: 350px;
}

/* line 652, ../sass/vendor/semantic_ui/_popup.scss */
.ui[class*="very wide"].popup {
  max-width: 550px;
}

@media only screen and (max-width: 767px) {
  /* line 656, ../sass/vendor/semantic_ui/_popup.scss */
  .ui.wide.popup,
  .ui[class*="very wide"].popup {
    max-width: 250px;
  }
}
/*--------------
     Fluid
---------------*/
/* line 666, ../sass/vendor/semantic_ui/_popup.scss */
.ui.fluid.popup {
  width: 100%;
  max-width: none;
}

/*--------------
     Colors
---------------*/
/* Inverted colors  */
/* line 677, ../sass/vendor/semantic_ui/_popup.scss */
.ui.inverted.popup {
  background: #1B1C1D;
  color: #FFFFFF;
  border: none;
  box-shadow: none;
}

/* line 683, ../sass/vendor/semantic_ui/_popup.scss */
.ui.inverted.popup .header {
  background-color: none;
  color: #FFFFFF;
}

/* line 687, ../sass/vendor/semantic_ui/_popup.scss */
.ui.inverted.popup:before {
  background-color: #1B1C1D;
  box-shadow: none !important;
}

/*--------------
     Flowing
---------------*/
/* line 696, ../sass/vendor/semantic_ui/_popup.scss */
.ui.flowing.popup {
  max-width: none;
}

/*--------------
     Sizes
---------------*/
/* line 704, ../sass/vendor/semantic_ui/_popup.scss */
.ui.mini.popup {
  font-size: 0.78571429rem;
}

/* line 707, ../sass/vendor/semantic_ui/_popup.scss */
.ui.tiny.popup {
  font-size: 0.85714286rem;
}

/* line 710, ../sass/vendor/semantic_ui/_popup.scss */
.ui.small.popup {
  font-size: 0.92857143rem;
}

/* line 713, ../sass/vendor/semantic_ui/_popup.scss */
.ui.popup {
  font-size: 1rem;
}

/* line 716, ../sass/vendor/semantic_ui/_popup.scss */
.ui.large.popup {
  font-size: 1.14285714rem;
}

/* line 719, ../sass/vendor/semantic_ui/_popup.scss */
.ui.huge.popup {
  font-size: 1.42857143rem;
}



.loading_content_div {
  color:black;
  font-family: 'humnst' !important;
  /*font-family:sans-serif;*/
  height:5vh;
  left:50%;
  overflow-x:hidden;
  padding-top:7vh;
  position:absolute;
  text-align:center;
  top:50%;
  transform:translate(-50%,-50%);
  width:30vw;
  &:before {
    animation:left-to-right 3s alternate infinite linear;
    background-image:linear-gradient(to right, transparent, #a3c546, transparent);
    // bottom:0;
    content:"";
    height:5vh;
    left:0;
    overflow:hidden;
    position:absolute;
    right:0;
    top:0;
  }
  &:after {
    background-image:repeating-linear-gradient(
      90deg,
      white,
      white 1vw,
      transparent 1vw,
      transparent 10vw
    );
    content:"";
    height:5vh;
    left:0;
    overflow:hidden;
    position:absolute;
    right:0;
    top:0;
  }
}

@keyframes left-to-right {
  0% {
    transform:translateX(-100%);
  }
  100% {
    transform:translateX(100%);
  }
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
        User Overrides
*******************************/

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid
    var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5)
    calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(var(--bs-modal-header-padding-y) * -0.5)
    calc(var(--bs-modal-header-padding-x) * -0.5)
    calc(var(--bs-modal-header-padding-y) * -0.5) auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid
    var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-footer,
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-footer,
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-footer,
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-footer,
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-footer,
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
