/***********************************************************************************************************************
* Color Variables
************************************************************************************************************************/
/***********************************************************************************************************************
* Font Variables
************************************************************************************************************************/
/***********************************************************************************************************************
* Input Variables
************************************************************************************************************************/
/***********************************************************************************************************************
* SVG Variables
*
* Images are encoded as data, and the color can be set by selectImgColor.
* Usage: background-image: url($selectImg);
************************************************************************************************************************/
/* Arrow down (used for e.g. selects) */
/* Arrow left */
/* Arrow Right */
/* X for close */
/* Checkmark Medium */
/***********************************************************************************************************************
*   1.  General Typography
************************************************************************************************************************/
body,
html {
  color: #133541;
}

strong, b {
  font-weight: bold;
}

body,
body .site-body {
  font-size: 1.7rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "DM Sans", sans-serif;
  margin: 2rem 0 1rem 0;
  color: #133541;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  font-family: "DM Sans", sans-serif;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin: 0 0 2rem 0;
}

h1 {
  font-size: 4.5rem;
}

h2 {
  font-size: 3.4rem;
}

h3 {
  font-size: 2.6rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.4rem;
}

@media screen and (max-width: 990px) {
  h1 {
    font-size: 3.2rem;
  }
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 2.1rem;
  }
  h4 {
    font-size: 1.6rem;
  }
  h5 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 800px) {
  body,
  body .site-body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 550px) {
  h1 {
    font-size: 2.4rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.7rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.2rem;
  }
  body,
  body .site-body {
    font-size: 1.6rem;
  }
}
/***********************************************************************************************************************
*   2.  Page Typography
************************************************************************************************************************/
.page-heading {
  color: #133541;
}

.page-heading h1,
.page-heading h2,
.page-heading h3,
.page-heading h4,
.page-heading h5,
.page-heading h6 {
  color: #133541;
}

.page-heading h1,
.modal-component-header h1 {
  line-height: 1em;
}

.modal-component-header h1 {
  line-height: 1em;
}

.modal-component-header,
.modal-component-header h1,
.modal-component-header h2,
.modal-component-header h3,
.modal-component-header h4,
.modal-component-header h5 {
  overflow-wrap: break-word;
}

/***********************************************************************************************************************
*   3.  Section Typography
************************************************************************************************************************/
.section h2 {
  text-transform: uppercase;
  color: #fff;
}

/***********************************************************************************************************************
*   4.  Form Typography and Shadows
************************************************************************************************************************/
label {
  font-weight: 300;
}

.slider-label, label.checkbox {
  opacity: 1;
}

.slider-value,
.slider-label,
.slider-value .range-measurement-unit {
  font-size: 3rem;
}

.slider-value {
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .slider-value,
  .slider-label,
  .slider-value .range-measurement-unit {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 990px) {
  .slider-value,
  .slider-label,
  .slider-value .range-measurement-unit {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .slider-value,
  .slider-label,
  .slider-value .range-measurement-unit {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 420px) {
  .slider-value,
  .slider-label,
  .slider-value .range-measurement-unit {
    font-size: 2rem;
  }
}
/***********************************************************************************************************************
*   5.  MENU Typography
************************************************************************************************************************/
.nav-menu {
  text-transform: uppercase;
  font-size: 1.8rem;
}

/***********************************************************************************************************************
*   6. Content Row Typography
************************************************************************************************************************/
.content-rows.rejected-offers,
#bottomContent .content-row,
.footer .content-row {
  color: #fff;
}
.content-rows.rejected-offers h1, .content-rows.rejected-offers h2, .content-rows.rejected-offers h3, .content-rows.rejected-offers h4, .content-rows.rejected-offers h5, .content-rows.rejected-offers h6,
#bottomContent .content-row h1,
#bottomContent .content-row h2,
#bottomContent .content-row h3,
#bottomContent .content-row h4,
#bottomContent .content-row h5,
#bottomContent .content-row h6,
.footer .content-row h1,
.footer .content-row h2,
.footer .content-row h3,
.footer .content-row h4,
.footer .content-row h5,
.footer .content-row h6 {
  color: #fff;
}

/***********************************************************************************************************************
*   7. FOOTER Typography
************************************************************************************************************************/
.site-footer,
.site-footer .content-row,
.site-footer p,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.site-footer li {
  color: #fff;
}

/***********************************************************************************************************************
*   1.  Input Containers
************************************************************************************************************************/
.form-input,
.form-description {
  position: relative;
  width: 100%;
  margin: 10px 0;
}

.form-input:after {
  content: "";
  clear: both;
  display: table;
}

@media screen and (max-width: 800px) {
  .form-input,
  .form-description {
    margin: 10px 0;
  }
}
@media screen and (max-width: 500px) {
  .form-input,
  .form-description {
    margin: 10px 0 0 0;
  }
}
/***********************************************************************************************************************
*   2.  Inputs
************************************************************************************************************************/
input,
input[type=text],
input[type=email],
input[type=number],
textarea,
select {
  width: 100%;
  line-height: 4.5rem;
  padding: 0 14px;
  color: #133541;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.125em;
  box-sizing: border-box;
  border: 1px solid #133541;
  border-radius: 2.25rem;
}

select {
  line-height: 4.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27.41 15.12'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:#F19F0F;stroke-miterlimit:10;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EAsset 1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpolyline class='cls-1' points='26.71 0.71 13.71 13.71 0.71 0.71'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 1.4em;
}

textarea {
  line-height: 3.6rem;
  border-radius: 2.25rem;
}

@media screen and (max-width: 800px) {
  input,
  input[type=text],
  input[type=email],
  input[type=number],
  textarea,
  select {
    line-height: 4.05rem;
    font-size: 1em;
  }
}
/***********************************************************************************************************************
*   Text Area Char Count
************************************************************************************************************************/
.form-input .char-count {
  font-size: 80%;
  opacity: 0.5;
  text-align: right;
}

/***********************************************************************************************************************
*   3.  Labels
************************************************************************************************************************/
.form-description label {
  display: block;
}

label.checkbox {
  position: relative;
  max-width: 37px;
  float: left;
  overflow: hidden;
  min-height: 35px;
  margin: 0;
  font-size: 1.125em;
  font-weight: normal;
}

.slider-label {
  margin-bottom: 0;
}

/***********************************************************************************************************************
    Checkboxes
***********************************************************************************************************************/
.form-input input[type=checkbox] {
  position: absolute;
  left: -999em;
}

.form-input input[type=checkbox] + span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 2.25rem;
  cursor: pointer;
}

.form-input input[type=checkbox] + span:before {
  width: 100%;
  height: 100%;
  display: block;
  color: #F19F0F;
  font-size: 2.2rem;
  text-align: center;
  line-height: 30px;
  content: "";
  border-radius: 2.25rem;
  transition: all ease-out 0.2s;
}

.form-input input[type=checkbox]:checked + span:before {
  content: "\f00c";
  color: #F19F0F;
  transition: all ease-in 0.2s;
  font-family: "FontAwesome";
  font-size: 1.5rem;
  line-height: 30px;
  text-align: center;
}

.form-input .checkbox-label {
  display: inline-block;
  margin: 0 10px 0 0;
  line-height: 1em;
  vertical-align: top;
}

.form-input .checkbox-label + span {
  display: inline-block;
  width: calc(100% - 50px);
}

/***********************************************************************************************************************
    Boolean Radiobuttons

    These are rendered as "Yes/No" type buttons side-by-side and are used as a nicer checkbox basically.
***********************************************************************************************************************/
.radio-bool input[type=radio] {
  position: absolute;
  left: -999em;
}

.radio-bool {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  text-transform: none;
  margin-right: -4px;
}

.radio-bool input[type=radio] ~ span {
  display: block;
  position: relative;
  cursor: pointer;
  border: 1px solid #fff;
  border-right: none;
  background: #fff;
  font-weight: 400;
  text-align: center;
  color: #fff;
  line-height: 4.5rem;
  transition: all ease-in-out 0.2s;
  width: 100%;
}

.radio-bool:last-child input[type=radio] ~ span {
  border-right: 1px solid #000;
  border-top-right-radius: 2.25rem;
  border-bottom-right-radius: 2.25rem;
}

.radio-bool:first-child input[type=radio] ~ span {
  border-top-left-radius: 2.25rem;
  border-bottom-left-radius: 2.25rem;
}

.radio-bool input[type=radio]:checked ~ span {
  color: #fff;
  background-color: #fff;
  transition: all ease-in-out 0.2s;
}

@media screen and (max-width: 800px) {
  .radio-bool input[type=radio] ~ span {
    line-height: 4.05rem;
  }
}
/***********************************************************************************************************************
*   5.  Buttons
************************************************************************************************************************/
.btn-success,
.btn,
.btn-primary,
input[type=button],
input[type=submit] {
  width: auto;
  display: inline-block;
  margin-top: 15px;
  padding: 0 30px;
  font-size: 1.7rem;
  line-height: 4.5rem;
  font-weight: 700;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 2.25rem;
  background: #F19F0F;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.btn:hover,
.btn-primary:hover,
.btn-secondary:hover,
input[type=button]:hover {
  text-decoration: none;
}

.btn-secondary {
  border: 1px solid #F19F0F;
  background: transparent;
  color: #F19F0F;
}

.btn-primary:hover,
.btn-primary:active {
  border: 1px solid #F19F0F;
  background: transparent;
  color: #F19F0F;
  transition: background ease-out 0.35s;
}

.btn-secondary:hover,
.btn-secondary:active {
  border: 1px solid #F19F0F;
  background: #F19F0F;
  color: #fff;
  transition: background ease-out 0.35s;
}

@media screen and (max-width: 800px) {
  .btn-success,
  .btn,
  .btn-primary,
  input[type=button] {
    line-height: 4.05rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-success,
  .btn,
  .btn-primary {
    padding: 0 20px;
  }
}
/***********************************************************************************************************************
*   6.  Range slider
************************************************************************************************************************/
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
  border: none;
  padding: 0;
  margin-top: 0;
  position: relative;
  z-index: 2;
}

input[type=range]:focus {
  outline: none;
}

/* THUMB */
/* WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 20px;
  width: 20px;
  background: #F19F0F;
  cursor: pointer;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin-top: -9px;
}

body::-webkit-scrollbar-thumb {
  color: #F19F0F;
}

/* Mozilla */
input[type=range]::-moz-range-thumb {
  border: none;
  height: 20px;
  width: 20px;
  background: #F19F0F;
  cursor: pointer;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

/* Internet Explorer */
input[type=range]::-ms-thumb {
  border: none;
  height: 20px;
  width: 20px;
  background: #F19F0F;
  cursor: pointer;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

/* TRACK */
/* WebKit/Blink */
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: #F19F0F;
  border-left: 3px solid #F19F0F;
  border-radius: 25px;
}

/* Mozilla */
input[type=range]::-moz-focus-outer {
  border: 0;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: #F19F0F;
}

input[type=range]::-moz-range-progress {
  background: #F19F0F;
  height: 3px;
}

/* Internet Explorer */
input[type=range]::-ms-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: #F19F0F;
}

input[type=range]::-ms-fill-lower {
  background: #F19F0F;
  height: 3px;
}

input[type=range]:focus::-ms-fill-lower {
  background: #F19F0F;
}

input[type=range]::-ms-fill-upper {
  background: transparent;
}

.input-range-wrapper:before,
.input-range-wrapper:after {
  content: "";
  border: 4px solid #F19F0F;
  border-radius: 25px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
}

.input-range-wrapper:before {
  left: 0;
}

.input-range-wrapper:after {
  right: 0;
}

.input-range-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}

.input-range-container .input-range-wrapper {
  position: relative;
  flex-grow: 1;
  padding: 0;
}

.input-range-container .input-range-label {
  margin: 0;
  flex-basis: 8rem;
  flex-shrink: 0;
  font-size: 1.4rem;
}

.input-range-container .input-range-label-min {
  padding-left: 0;
  padding-right: 10px;
  text-align: left;
}

.input-range-container .input-range-label-max {
  padding-left: 10px;
  padding-right: 0;
  text-align: right;
}

@media screen and (max-width: 550px) {
  .input-range-container .input-range-label {
    display: none;
  }
}
/***********************************************************************************************************************
*   5.  Input Pseudo Classes
************************************************************************************************************************/
input:focus,
textarea:focus {
  outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
  box-shadow: rgba(0, 0, 0, 0.2) inset 0 2px 2px;
}

input[type=range]:focus {
  outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
  box-shadow: none;
}

.btn:focus {
  outline: none;
  text-decoration: none;
  color: #fff;
}

input.disabled,
.disabled input,
input:disabled,
select.disabled,
.disabled select,
select:disabled,
textarea.disabled,
.disabled textarea,
textarea:disabled {
  background-color: #fff;
  transition: all ease-in 0.3s;
}

select:invalid,
select [disabled],
option:disabled {
  -webkit-appearance: none;
  cursor: not-allowed !important;
}

input[type=radio][disabled] ~ span {
  background-color: #F19F0F;
  opacity: 0.4;
}

input[type=radio][disabled]:checked ~ span {
  background-color: #fff;
}

.step.invalid input[type=button],
.refinance-exceeded .control-accept,
.repeater-item.error .control-accept {
  cursor: not-allowed !important;
}

.step.valid input[type=button] {
  background-color: #F19F0F;
  color: #fff;
  cursor: pointer !important;
}

select.disabled,
select[disabled] {
  background-image: none;
}

.slider-value {
  padding: 0 5px;
}

body::-webkit-scrollbar-thumb {
  color: #F19F0F;
}

/***********************************************************************************************************************
*   7.  Validation Errors
************************************************************************************************************************/
.form-input.error > label:before {
  margin: 0 5px 0 0;
  display: inline-block;
  content: "!";
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  text-shadow: none;
  color: #fff;
  border-radius: 50%;
  background-color: #dc4200;
}

.form-input.error .error {
  color: #dc4200;
}

.form-input.error > label.checkbox:before,
.form-input.error > label.checkbox ~ p {
  content: none;
  color: #dc4200;
}

/* Validation Styling */
.form-input input.error,
.form-input select.error,
.form-input input[type=radio].error,
.form-input input[type=checkbox].error ~ span {
  border: 1px solid #dc4200;
  background-color: rgb(248, 217.2, 204);
  z-index: 999;
  color: #dc4200;
}

.form-input input[type=range].error {
  border: none;
  background-color: transparent;
  border-left-color: #dc4200;
}

.form-input.error input[type=range]::-webkit-slider-runnable-track {
  background: #dc4200;
  border-left: 3px solid #dc4200;
}

/* Mozilla */
.form-input.error input[type=range]::-moz-range-track {
  background: #dc4200;
}

/* Internet Explorer */
.form-input.error input[type=range]::-ms-track {
  background: #dc4200;
}

.form-input.error input[type=range]::-ms-fill-lower {
  background: #dc4200;
}

.form-input.error input[type=range]:focus::-ms-fill-lower {
  background: #dc4200;
}

.form-input.error input[type=range]::-webkit-slider-thumb {
  background: #dc4200;
}

/* Mozilla */
.form-input.error input[type=range]::-moz-range-thumb {
  background: #dc4200;
}

/* Internet Explorer */
.form-input.error input[type=range]::-ms-thumb {
  background: #dc4200;
}

input[type=radio].error ~ span {
  border-color: #dc4200;
  color: #dc4200;
  background-color: rgb(248, 217.2, 204);
}

.warning > .form-input input,
.warning > .form-input select,
.warning > .form-input input[type=radio],
.warning > .form-input input[type=checkbox] ~ span:before {
  border: 1px solid #dc4200;
  background-color: rgb(248, 217.2, 204);
  color: #dc4200;
}

.warning > .form-input input[type=range] {
  border-left-color: #dc4200;
}

.warning > .form-input input[type=range]::-webkit-slider-runnable-track {
  background: #dc4200;
  border-left: 3px solid #dc4200;
}

/* Mozilla */
.warning > .form-input input[type=range]::-moz-range-track {
  background: #dc4200;
}

/* Internet Explorer */
.warning > .form-input input[type=range]::-ms-track {
  background: #dc4200;
}

.warning > .form-input input[type=range]::-ms-fill-lower {
  background: #dc4200;
}

.warning > .form-input input[type=range]:focus::-ms-fill-lower {
  background: #dc4200;
}

.warning > .form-input input[type=range]::-webkit-slider-thumb {
  background: #dc4200;
}

/* Mozilla */
.warning > .form-input input[type=range]::-moz-range-thumb {
  background: #dc4200;
}

/* Internet Explorer */
.warning > .form-input input[type=range]::-ms-thumb {
  background: #dc4200;
}

.warning input[type=radio] ~ span {
  border: 1px solid #dc4200;
  color: #dc4200;
  background-color: rgb(248, 217.2, 204);
}

.warning .date-suggestions {
  border-color: #dc4200;
}

/***********************************************************************************************************************
*   4.  Native Input Styling
************************************************************************************************************************/
/***********************************************************
Numeric fields
***********************************************************/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/***********************************************************************************************************************
*   4.  Switch Input Styling
************************************************************************************************************************/
.toggle-switch {
  height: 0;
  width: 0;
  visibility: hidden;
}

.toggle-switch-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  width: 100px;
  height: 50px;
  background: grey;
  border-radius: 100px;
  position: relative;
  transition: background-color 0.2s;
}

.toggle-switch-label .toggle-switch-button {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  transition: 0.2s;
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(10, 10, 10, 0.29);
}

.toggle-switch:checked + .toggle-switch-label .toggle-switch-button {
  left: calc(100% - 2px);
  transform: translateX(-100%);
}

.toggle-switch-label:active .toggle-switch-button {
  width: 60px;
}

/***********************************************************
Placeholders
***********************************************************/
input::-webkit-input-placeholder {
  color: #133541;
}

select::-webkit-input-placeholder {
  color: #133541;
}

textarea::-webkit-input-placeholder {
  color: #133541;
}

input:-moz-placeholder {
  color: #133541;
}

select:-moz-placeholder {
  color: #133541;
}

textarea:-moz-placeholder {
  color: #133541;
}

input:-ms-input-placeholder {
  color: #133541;
}

select:-ms-input-placeholder {
  color: #133541;
}

textarea:-ms-input-placeholder {
  color: #133541;
}

input::placeholder {
  color: #133541;
}

select::placeholder {
  color: #133541;
}

textarea::placeholder {
  color: #133541;
}

input[type=text]::placeholder {
  color: #133541;
}

select::placeholder {
  color: #133541;
}

textarea::placeholder {
  color: #133541;
}

input:disabled,
textarea:disabled,
option:disabled,
optgroup:disabled,
select:disabled {
  color: #133541;
}

/*************************************************************
* Typography
*************************************************************/
html {
  font-size: 62.5%;
}

h1 {
  font-size: 4rem;
  margin-top: 30px;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.2rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.2rem;
}

a {
  color: #F19F0F;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

footer {
  color: rgba(19, 53, 65, 0.5);
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
    margin-top: 30px;
  }
  h2 {
    font-size: 2.3rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.6rem;
  }
  h5 {
    font-size: 1.2rem;
  }
}
/*************************************************************
* Structure
*************************************************************/
body,
html {
  position: relative;
  height: auto;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  height: 100%;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  z-index: 99;
}

.site-footer {
  background: #133541;
  color: #fff;
}

.site-footer .content-row {
  color: #fff;
}

/*************************************************************
* Identity
*************************************************************/
.site-identity img {
  max-width: 220px;
}

@media screen and (max-width: 767px) {
  .site-identity {
    text-align: center;
  }
}
/*************************************************************
* Page heading
*************************************************************/
.page-heading {
  position: relative;
}

/*************************************************************
* Hero
*************************************************************/
.hero {
  padding: 60px 0;
  color: #fff;
}

.page-template-front-page .hero {
  min-height: 90vh;
}

.hero h1,
.hero h2,
.hero h3,
.hero h4,
.hero h5,
.hero h6 {
  color: #fff;
}

.page-template-front-page .hero .container,
.page-template-front-page .hero .row {
  height: 100%;
}

.page-template-front-page .hero .col-md-5,
.page-template-front-page .hero .col-md-7 {
  display: flex;
  flex-direction: column;
  margin: 20% auto 60px auto;
}

.page-template-default .hero .page-heading {
  display: flex;
  flex-direction: column;
  margin: 60px auto;
}

@media screen and (max-width: 1200px) {
  .page-template-front-page .hero .col-md-5,
  .page-template-front-page .hero .col-md-7 {
    margin: 12% auto 30px auto;
  }
  .page-template-front-page .hero {
    min-height: 70vh;
  }
}
@media screen and (max-width: 900px) {
  .page-template-front-page .hero .col-md-5,
  .page-template-front-page .hero .col-md-7 {
    margin: 60px auto;
  }
  .page-template-front-page .hero {
    min-height: 70vh;
  }
}
@media screen and (max-width: 767px) {
  .page-template-front-page .hero {
    padding-top: 80px;
  }
  .page-template-front-page .hero .col-md-5,
  .page-template-front-page .hero .col-md-7 {
    margin: 15px 0;
  }
  .page-template-front-page .hero {
    min-height: 70vh;
  }
}
/*************************************************************
* Layout tags
*************************************************************/
hr {
  display: block;
  border-top: 1px solid grey;
  margin: 40px 0;
}

/*************************************************************
* PRE tags
*************************************************************/
code, samp, kbd {
  font-family: "Courier New", Courier, monospace, sans-serif;
  text-align: left;
  color: #555;
}

pre code {
  line-height: 1.6em;
  font-size: 1.11rem;
}

pre {
  font-family: "Courier new", Courier, "Andale Mono", monospace;
  padding: 0.1em 0.5em 0.3em 0.7em;
  border-left: 11px solid #ccc;
  margin: 1.7em 0 1.7em 0.3em;
  overflow: auto;
  width: 93%;
}

/* target IE7 and IE6 */
*:first-child + html pre {
  padding-bottom: 2em;
  overflow-y: hidden;
  overflow: visible;
  overflow-x: auto;
}

* html pre {
  padding-bottom: 2em;
  overflow: visible;
  overflow-x: auto;
}

/* Handle headings in pre */
pre h1, pre h2, pre h3, pre h4, pre h5, pre h6 {
  display: inline;
  text-align: left;
  color: #555;
  font-family: "Courier New", Courier, monospace, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1rem;
  margin: auto;
  padding: auto;
  white-space: nowrap;
}

.site-navigation {
  text-align: right;
  z-index: 999;
}

.site-navigation ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.site-navigation li {
  display: inline-block;
}

.site-navigation li a {
  padding: 8px 16px;
  font-weight: 700;
}

.site-navigation li a:hover {
  color: #fff;
  text-decoration: none;
}

/*************************************************************
* Login Form Frontend
*************************************************************/
body.login {
  background-color: #133541;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.login-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  border-radius: 2px;
  background: #fff;
  width: 320px;
}

.login-wrapper form,
.login form {
  padding: 30px;
  color: #133541;
}

.login-logo {
  padding: 30px 30px 0 30px;
}

.login label {
  display: block;
  color: #133541;
}

.login input,
.login form .input,
.login input[type=text] {
  padding: 10px;
  font-size: 1.8rem;
}

.login input[type=text] {
  width: 100%;
  background-color: #ffffff;
  border-color: #dddddd;
  -webkit-border-radius: 4px;
}

.login input[type=password] {
  width: 100%;
  background-color: #ffffff;
  border-color: #dddddd;
  -webkit-border-radius: 4px;
}

#login .button-primary,
#loginWrapper .button-primary {
  margin: 15px 0 0 0;
  padding: 0 20px;
  width: 100%;
  line-height: 45px;
  height: 45px;
  background-color: #F19F0F !important;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: normal;
  color: #ffffff;
  border: none;
  border-radius: 4px;
}

.login .button-primary:hover {
  background-color: #17a8e3 !important;
}

.login .button-primary:active {
  background-color: #17a8e3 !important;
}

/*************************************************************
* Native Login Form
*************************************************************/
.login h1 a {
  background-image: url(../images/nordiqo_logo.svg);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 84px;
  font-size: 20px;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  outline: 0;
  display: block;
}

/***********************************************************************************************************************
*   ContentRows
*
* Provides a flexible layout element to render content on a page.
************************************************************************************************************************/
.content-row {
  position: relative;
  padding: 60px 0px;
  color: #133541;
  border-top: 1px solid #fff;
}

.content-block {
  position: relative;
}

.block-heading {
  margin-bottom: 40px;
}

.content-block-cta {
  margin: 20px;
  text-align: center;
}

.content-block-cta .btn {
  width: auto;
}

/***********************************************************************************************************************
*   2.  Content Block Super
************************************************************************************************************************/
.content-row-super.large-space .content-block-row {
  margin-bottom: 60px;
}

.content-row-super.large-space .content-block-row:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .content-block-super .content-col.col-sm-4,
  .content-block-super .content-col.col-sm-6 {
    margin-bottom: 40px;
  }
  .content-block-super .content-col.col-sm-4:last-child,
  .content-block-super .content-col.col-sm-6:last-child {
    margin-bottom: 0;
  }
  .content-row-super.large-space .content-block-row {
    margin-bottom: 30px;
  }
}
/***********************************************************************************************************************
*   2.  Content Block Gallery
************************************************************************************************************************/
.content-row-type-gallery {
  padding: 30px 0;
}

/***********************************************************************************************************************
*   4.  Color Classes
*
*   Can be used to add colors by class in the editor so CSS does not need modification. These classes should only
*   modify background and text color.
************************************************************************************************************************/
.background-primary.background-primary {
  background-color: #133541;
}
.background-primary.background-primary h1, .background-primary.background-primary h2, .background-primary.background-primary h3, .background-primary.background-primary h4, .background-primary.background-primary h5, .background-primary.background-primary h6, .background-primary.background-primary p, .background-primary.background-primary a, .background-primary.background-primary a:hover {
  color: #fff;
}
.background-primary.background-primary a, .background-primary.background-primary a:hover {
  color: #F19F0F;
}
.background-primary.background-primary .btn {
  background: #f9b54a;
  color: #133541;
  border: 1px solid #F19F0F;
}
.background-primary.background-primary .btn:hover {
  background: transparent;
  color: #F19F0F;
  border: 1px solid #F19F0F;
}

.background-transparent.background-transparent {
  background-color: transparent;
}
.background-transparent.background-transparent h1, .background-transparent.background-transparent h2, .background-transparent.background-transparent h3, .background-transparent.background-transparent h4, .background-transparent.background-transparent h5, .background-transparent.background-transparent h6, .background-transparent.background-transparent p, .background-transparent.background-transparent a, .background-transparent.background-transparent a:hover {
  color: #fff;
}
.background-transparent.background-transparent a, .background-transparent.background-transparent a:hover {
  color: #F19F0F;
}
.background-transparent.background-transparent .btn-primary.btn-primary {
  color: #fff;
}
.background-transparent.background-transparent .btn-primary.btn-primary:hover {
  color: #F19F0F;
}

.background-white.background-white,
.background-neutral.background-neutral {
  background-color: #fff;
}
.background-white.background-white h1, .background-white.background-white h2, .background-white.background-white h3, .background-white.background-white h4, .background-white.background-white h5, .background-white.background-white h6, .background-white.background-white p, .background-white.background-white a, .background-white.background-white a:hover,
.background-neutral.background-neutral h1,
.background-neutral.background-neutral h2,
.background-neutral.background-neutral h3,
.background-neutral.background-neutral h4,
.background-neutral.background-neutral h5,
.background-neutral.background-neutral h6,
.background-neutral.background-neutral p,
.background-neutral.background-neutral a,
.background-neutral.background-neutral a:hover {
  color: #133541;
}
.background-white.background-white a, .background-white.background-white a:hover,
.background-neutral.background-neutral a,
.background-neutral.background-neutral a:hover {
  color: #133541;
}
.background-white.background-white .btn-primary.btn-primary,
.background-neutral.background-neutral .btn-primary.btn-primary {
  color: #fff;
}
.background-white.background-white .btn-primary:hover.btn-primary:hover,
.background-neutral.background-neutral .btn-primary:hover.btn-primary:hover {
  color: #F19F0F;
  background: transparent;
}

.background-color1.background-color1 {
  background-color: #3e5f78;
  color: #fff;
}
.background-color1.background-color1 h1, .background-color1.background-color1 h2, .background-color1.background-color1 h3, .background-color1.background-color1 h4, .background-color1.background-color1 h5, .background-color1.background-color1 h6, .background-color1.background-color1 p, .background-color1.background-color1 a, .background-color1.background-color1 a:hover {
  color: #fff;
}
.background-color1.background-color1 a, .background-color1.background-color1 a:hover {
  color: #F19F0F;
}
.background-color1.background-color1 a.btn-primary {
  color: #fff;
}

.background-color2.background-color2 {
  background-color: #2a4960;
  color: #fff;
}
.background-color2.background-color2 h1, .background-color2.background-color2 h2, .background-color2.background-color2 h3, .background-color2.background-color2 h4, .background-color2.background-color2 h5, .background-color2.background-color2 h6, .background-color2.background-color2 p, .background-color2.background-color2 a, .background-color2.background-color2 a:hover {
  color: #fff;
}
.background-color2.background-color2 a, .background-color2.background-color2 a:hover {
  color: #F19F0F;
}
.background-color2.background-color2 a.btn-primary {
  color: #fff;
}

.background-color3.background-color3 {
  background-color: #2a3e55;
  color: #fff;
}
.background-color3.background-color3 h1, .background-color3.background-color3 h2, .background-color3.background-color3 h3, .background-color3.background-color3 h4, .background-color3.background-color3 h5, .background-color3.background-color3 h6, .background-color3.background-color3 p, .background-color3.background-color3 a, .background-color3.background-color3 a:hover {
  color: #fff;
}
.background-color3.background-color3 a, .background-color3.background-color3 a:hover {
  color: #F19F0F;
}
.background-color3.background-color3 a.btn-primary {
  color: #fff;
}

.background-action.background-action {
  background-color: #F19F0F;
  color: #fff;
}
.background-action.background-action h1, .background-action.background-action h2, .background-action.background-action h3, .background-action.background-action h4, .background-action.background-action h5, .background-action.background-action h6, .background-action.background-action p, .background-action.background-action a, .background-action.background-action a:hover {
  color: #fff;
}
.background-action.background-action .btn.btn {
  background-color: #133541;
  color: #fff;
  border: 1px solid #133541;
}
.background-action.background-action .bnt:hover {
  background-color: transparent;
  color: #133541;
  border-color: #133541;
}

[data-modal] {
  cursor: pointer;
  text-decoration: underline;
}

.modal-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}

.modal-wrapper:after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
}

[data-modal-content=title] {
  text-align: center;
}

.modal-content {
  position: absolute;
  width: 95%;
  max-width: 700px;
  height: auto;
  max-height: 90%;
  padding: 30px;
  background-color: #fff;
  color: #133541;
  box-shadow: rgb(52, 57, 62) 0 20px 30px -10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  z-index: 999;
}

.modal-body {
  overflow-y: auto;
  padding: 0;
}

.modal-actions {
  margin-top: 30px;
  text-align: center;
}

.modal-actions .btn {
  margin: 0 20px;
}

.modal-actions .btn.btn-primary {
  background: #F19F0F !important;
  color: #fff !important;
}

.modal-actions .btn.btn-secondary {
  background: transparent !important;
  color: #F19F0F !important;
  border: 1px solid #F19F0F !important;
}

.modal-close:after {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  content: "\f00d";
  font-family: "FontAwesome";
  font-size: 40px;
  cursor: pointer;
}

.modal-wrapper.warning .modal-content {
  background: #d38900;
  color: #fff;
}

.modal-wrapper.warning .modal-actions .btn.btn-secondary {
  border-color: #fff !important;
  color: #fff !important;
}

.gallery {
  width: 100%;
}

.gallery .tile-wrapper {
  display: block;
  position: relative;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}

.gallery .tile-container {
  display: flex;
  position: relative;
  width: calc(100% + 30px);
  flex-wrap: wrap;
}

.gallery .tile {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 30px;
  min-height: 400px;
  line-height: 400px;
  text-align: center;
  background-size: cover;
  background-position: center center;
}

.gallery .two-thirds {
  flex: 0 0 calc(66.66% - 30px);
}

.gallery .third {
  flex: 0 0 calc(33.33% - 30px);
}

.gallery .half {
  flex: 0 0 calc(50% - 30px);
}

.gallery .sixth {
  flex: 0 0 calc(16.66% - 30px);
}

@media screen and (max-width: 1200px) {
  .gallery .two-thirds {
    flex: 1 0 50%;
  }
  .gallery .third {
    flex: 1 0 50%;
  }
  .gallery .half {
    flex: 1 0 33%;
  }
  .gallery .sixth {
    flex: 1 0 33%;
  }
}
@media screen and (max-width: 800px) {
  .gallery .two-thirds {
    flex: 1 0 33%;
  }
  .gallery .third {
    flex: 1 0 33%;
  }
  .gallery .half {
    flex: 1 0 33%;
  }
  .gallery .sixth {
    flex: 1 0 33%;
  }
  .gallery .tile {
    min-height: 120px;
    line-height: 120px;
    text-align: center;
    background-size: cover;
    background-position: center center;
  }
}
html {
  scroll-behavior: smooth;
}

.countdown {
  font-size: 3.2rem;
  font-weight: 800;
}

body {
  overflow-x: hidden;
  min-height: 100vh;
  /* If you want to change the site height you can remove overflow-y */
  /* pureSnow will automatically detect height of body tag */
  color: white;
}

.snowflake {
  position: absolute;
  width: 10px;
  height: 10px;
  background: linear-gradient(white, white);
  /* Workaround for Chromium's selective color inversion */
  border-radius: 50%;
  filter: drop-shadow(0 0 10px white);
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1;
}

.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.alignnone, img.alignnone {
  /* not sure about this one */
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

/*# sourceMappingURL=main.css.map */
