/**
 * This css file is generated by bin/mkcss using
 * less/base_XXXX.less as the source.  Any global changes
 * should be made either in base.less or one of its
 * included files.
 **/
 
:root {
    --darkblue-color: #0857C3;    
    --teal-color: #7CE0D3;
    --gold-color: #998542;
    --yellow-color: #FFBF3F;
    --moss-color: #173F35;
    --green-color: #E0EC89;
    --darkred-color: #3C0F11;
    --poppy-color: #F9423A;
}

/* This is colour.less */
/* @import "css_bs5_progress_bar.css"; */

#logo > div {
    float: right;
}

.page-header {
    padding-bottom: inherit;
    margin: inherit;
    border-bottom: 0;
}

#login-page {
    height: 100% !important;
    min-height: 790px;
}

html {
    height: 100%;
}
/* This is base.less */
top-spacer3 {
    margin-top: 3px;
}

bottom-spacer3 {
    margin-bottom: 3px;
}

left-spacer3 {
    margin-left: 3px;
}

right-spacer3 {
    margin-right: 3px;
}

top-spacer5 {
    margin-top: 5px;
}

bottom-spacer5 {
    margin-bottom: 5px;
}

left-spacer5 {
    margin-left: 5px;
}

right-spacer5 {
    margin-right: 5px;
}

top-spacer10 {
    margin-top: 10px;
}

bottom-spacer10 {
    margin-bottom: 10px;
}

left-spacer10 {
    margin-left: 10px;
}

right-spacer10 {
    margin-right: 10px;
}

top-spacer15 {
    margin-top: 15px;
}

bottom-spacer15 {
    margin-bottom: 15px;
}

left-spacer15 {
    margin-left: 15px;
}

right-spacer15 {
    margin-right: 15px;
}

top-spacer20 {
    margin-top: 20px;
}

bottom-spacer20 {
    margin-bottom: 20px;
}

top-spacer25 {
    margin-top: 25px;
}

bottom-spacer25 {
    margin-bottom: 25px;
}

top-spacer30 {
    margin-top: 30px;
}

bottom-spacer30 {
    margin-bottom: 30px;
}

top-spacer35 {
    margin-top: 35px;
}

bottom-spacer35 {
    margin-bottom: 35px;
}

top-spacer40 {
    margin-top: 40px;
}

bottom-spacer40 {
    margin-bottom: 40px;
}

top-spacer45 {
    margin-top: 45px;
}

bottom-spacer45 {
    margin-bottom: 45px;
}

top-spacer50 {
    margin-top: 50px;
}

bottom-spacer50 {
    margin-bottom: 50px;
}

.outline {
    outline: 1px solid red;
}

@font-face {
    font-family: 'Manrope';
  src: url("/fonts/Manrope-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
    font-family: 'Manrope';
  src: url("/fonts/Manrope-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
    font-family: 'Manrope';
  src: url("/fonts/Manrope-ExtraBold.otf") format("opentype");
  font-weight: 800 900;
  font-style: normal;
}

@font-face {
    font-family: 'Manrope';
  src: url("/fonts/Manrope-ExtraLight.otf") format("opentype");
  font-weight: 100 200;
  font-style: normal;
}

@font-face {
    font-family: 'Manrope';
  src: url("/fonts/Manrope-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
    font-family: 'Manrope';
  src: url("/fonts/Manrope-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
    font-family: 'Manrope';
  src: url("/fonts/Manrope-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

* {
    font-family: var(--body-font), "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*  Types to be implemented:
radio-sm:       based on checkbox 3-1
radio-md:       based on checkbox 3-2
radio-lg:       based on checkbox 3-3
checkbox-lg:    based on existing styled checkbox
labelled:       based on checkbox 7-1
slider:         based on checkbox 9-1
toggle:         based on checkbox 11-1 (or maybe 11-2)
*/
input[type="checkbox"].radio-sm,
input[type="radio"].radio-sm,
input[type="checkbox"].radio-md,
input[type="radio"].radio-md,
input[type="checkbox"].radio-lg,
input[type="radio"].radio-lg,
input[type="checkbox"].checkbox-lg,
input[type="radio"].checkbox-lg,
input[type="checkbox"].labelled,
input[type="radio"].labelled,
input[type="checkbox"].slider,
input[type="radio"].slider,
input[type="checkbox"].toggle,
input[type="radio"].toggle {
    display: none;
}

input[type="checkbox"].radio-sm + label.radiocheck,
input[type="radio"].radio-sm + label.radiocheck,
input[type="checkbox"].radio-md + label.radiocheck,
input[type="radio"].radio-md + label.radiocheck,
input[type="checkbox"].radio-lg + label.radiocheck,
input[type="radio"].radio-lg + label.radiocheck,
input[type="checkbox"].checkbox-lg + label.radiocheck,
input[type="radio"].checkbox-lg + label.radiocheck,
input[type="checkbox"].labelled + label.radiocheck,
input[type="radio"].labelled + label.radiocheck,
input[type="checkbox"].slider + label.radiocheck,
input[type="radio"].slider + label.radiocheck,
input[type="checkbox"].toggle + label.radiocheck,
input[type="radio"].toggle + label.radiocheck {
    cursor: pointer;
    font-size: 1em;
}

input[type="checkbox"].radio-sm:disabled + label.radiocheck,
input[type="radio"].radio-sm:disabled + label.radiocheck,
input[type="checkbox"].radio-md:disabled + label.radiocheck,
input[type="radio"].radio-md:disabled + label.radiocheck,
input[type="checkbox"].radio-lg:disabled + label.radiocheck,
input[type="radio"].radio-lg:disabled + label.radiocheck,
input[type="checkbox"].checkbox-lg:disabled + label.radiocheck,
input[type="radio"].checkbox-lg:disabled + label.radiocheck,
input[type="checkbox"].labelled:disabled + label.radiocheck,
input[type="radio"].labelled:disabled + label.radiocheck,
input[type="checkbox"].slider:disabled + label.radiocheck,
input[type="radio"].slider:disabled + label.radiocheck,
input[type="checkbox"].toggle:disabled + label.radiocheck,
input[type="radio"].toggle:disabled + label.radiocheck,
input[type="checkbox"].radio-sm.disabled + label.radiocheck,
input[type="radio"].radio-sm.disabled + label.radiocheck,
input[type="checkbox"].radio-md.disabled + label.radiocheck,
input[type="radio"].radio-md.disabled + label.radiocheck,
input[type="checkbox"].radio-lg.disabled + label.radiocheck,
input[type="radio"].radio-lg.disabled + label.radiocheck,
input[type="checkbox"].checkbox-lg.disabled + label.radiocheck,
input[type="radio"].checkbox-lg.disabled + label.radiocheck,
input[type="checkbox"].labelled.disabled + label.radiocheck,
input[type="radio"].labelled.disabled + label.radiocheck,
input[type="checkbox"].slider.disabled + label.radiocheck,
input[type="radio"].slider.disabled + label.radiocheck,
input[type="checkbox"].toggle.disabled + label.radiocheck,
input[type="radio"].toggle.disabled + label.radiocheck {
    cursor: not-allowed;
    background-color: #eee;
}

input[type="checkbox"].checkbox-lg + label.radiocheck,
input[type="radio"].checkbox-lg + label.radiocheck {
    width: 29px;
    height: 29px;
    background-color: var(--core-color-soft-white);
    border: 1px solid var(--teal-color);
    border-radius: 0px;
    display: inline-block;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: bottom;
}

input[type="checkbox"].checkbox-lg + label.radiocheck:active,
input[type="radio"].checkbox-lg + label.radiocheck:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

input[type="checkbox"].checkbox-lg:checked + label.radiocheck:after,
input[type="radio"].checkbox-lg:checked + label.radiocheck:after {
    content: '\2713';
    font-size: 26px;
    font-family: courier, monospace;
    position: absolute;
    top: -5px;
    left: 4px;
    color: var(--teal-color);
}

input[type="checkbox"].checkbox-lg:checked:disabled + label.radiocheck:after,
input[type="radio"].checkbox-lg:checked:disabled + label.radiocheck:after {
    color: grey;
}

input[type="checkbox"].radio-sm + label.radiocheck,
input[type="radio"].radio-sm + label.radiocheck,
input[type="checkbox"].radio-md + label.radiocheck,
input[type="radio"].radio-md + label.radiocheck,
input[type="checkbox"].radio-lg + label.radiocheck,
input[type="radio"].radio-lg + label.radiocheck {
    background-color: var(--core-color-soft-white);
    border: 1px solid var(--teal-color);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    border-radius: 1000px;
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    margin-bottom: -5px;
}

input[type="checkbox"].radio-sm + label.radiocheck:active,
input[type="radio"].radio-sm + label.radiocheck:active,
input[type="checkbox"].radio-md + label.radiocheck:active,
input[type="radio"].radio-md + label.radiocheck:active,
input[type="checkbox"].radio-lg + label.radiocheck:active,
input[type="radio"].radio-lg + label.radiocheck:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.2);
}

input[type="checkbox"].radio-sm:checked + label.radiocheck,
input[type="radio"].radio-sm:checked + label.radiocheck,
input[type="checkbox"].radio-md:checked + label.radiocheck,
input[type="radio"].radio-md:checked + label.radiocheck,
input[type="checkbox"].radio-lg:checked + label.radiocheck,
input[type="radio"].radio-lg:checked + label.radiocheck {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: var(--teal-color);
}

input[type="checkbox"].radio-sm:checked + label.radiocheck:before,
input[type="radio"].radio-sm:checked + label.radiocheck:before,
input[type="checkbox"].radio-md:checked + label.radiocheck:before,
input[type="radio"].radio-md:checked + label.radiocheck:before,
input[type="checkbox"].radio-lg:checked + label.radiocheck:before,
input[type="radio"].radio-lg:checked + label.radiocheck:before {
    content: ' ';
    border-radius: 1000px;
    position: absolute;
    background-color: var(--darkblue-color);
    opacity: 0.8;
    display: inline-block;
    box-shadow: inset 0 15px 23px -10px rgba(187, 230, 240, 0.3), 0 2px 2px rgba(0, 0, 0, 0.1);
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
}

input[type="checkbox"].radio-sm:disabled:checked + label.radiocheck:before,
input[type="radio"].radio-sm:disabled:checked + label.radiocheck:before,
input[type="checkbox"].radio-md:disabled:checked + label.radiocheck:before,
input[type="radio"].radio-md:disabled:checked + label.radiocheck:before,
input[type="checkbox"].radio-lg:disabled:checked + label.radiocheck:before,
input[type="radio"].radio-lg:disabled:checked + label.radiocheck:before {
    background-color: grey;
}

input[type="checkbox"].radio-md:checked + label.radiocheck:before,
input[type="radio"].radio-md:checked + label.radiocheck:before {
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
}

input[type="checkbox"].radio-md + label.radiocheck,
input[type="radio"].radio-md + label.radiocheck {
    width: 28px;
    height: 28px;
}

input[type="checkbox"].radio-lg:checked + label.radiocheck:before,
input[type="radio"].radio-lg:checked + label.radiocheck:before {
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
}

input[type="checkbox"].radio-lg + label.radiocheck,
input[type="radio"].radio-lg + label.radiocheck {
    width: 32px;
    height: 32px;
}

input[type="checkbox"].labelled + label.radiocheck,
input[type="radio"].labelled + label.radiocheck {
    box-sizing: content-box;
    background-color: white;
    padding: 6px 43px 8px 9px;
    border: 1px solid var(--teal-color);
    display: inline-block;
    position: relative;
    top: 0.5em;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    height: 17px;
    overflow: hidden;
    color: var(core-color-grey);
    -webkit-transition: all 0.3s linear, color 0 linear;
    -khtml-transition: all 0.3s linear, color 0 linear;
    -moz-transition: all 0.3s linear, color 0 linear;
    -ms-transition: all 0.3s linear, color 0 linear;
    transition: all 0.3s linear, color 0 linear;
}

input[type="checkbox"].labelled + label.radiocheck:after,
input[type="radio"].labelled + label.radiocheck:after {
    box-sizing: content-box;
    content: ' ';
    position: absolute;
    background: white;
    top: 4px;
    right: 3px;
    width: 24px;
    display: block;
    font-size: 1.5em !important;
    line-height: 16px;
    height: 16px;
    border-radius: 3px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.6), inset 0 -18px 15px -10px rgba(0, 0, 0, 0.05);
    padding: 4px 0px;
    text-align: center;
    color: var(--teal-color);
}

input[type="checkbox"].labelled + label.radiocheck:before,
input[type="radio"].labelled + label.radiocheck:before {
    box-sizing: content-box;
    content: ' ';
    position: absolute;
    background: var(--teal-color);
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

input[type="checkbox"].labelled + label.radiocheck > span,
input[type="radio"].labelled + label.radiocheck > span {
    box-sizing: content-box;
    position: relative;
    z-index: 9;
    font-family: 'adelle-sans' sans-serif;
}

input[type="checkbox"].labelled:active + label.radiocheck:after,
input[type="radio"].labelled:active + label.radiocheck:after {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.6), inset 0 2px 6px rgba(0, 0, 0, 0.1), inset 0 -18px 15px -10px rgba(0, 0, 0, 0.05);
}

input[type="checkbox"].labelled:checked + label.radiocheck,
input[type="radio"].labelled:checked + label.radiocheck {
    color: white;
}

input[type="checkbox"].labelled:checked + label.radiocheck:after,
input[type="radio"].labelled:checked + label.radiocheck:after {
    content: "\2713";
}

input[type="checkbox"].labelled:checked + label.radiocheck:before,
input[type="radio"].labelled:checked + label.radiocheck:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
}

input[type="checkbox"].labelled:disabled + label.radiocheck > span,
input[type="radio"].labelled:disabled + label.radiocheck > span,
input[type="checkbox"].labelled.disabled + label.radiocheck > span,
input[type="radio"].labelled.disabled + label.radiocheck > span,
input[type="checkbox"].labelled:disabled + label.radiocheck:after,
input[type="radio"].labelled:disabled + label.radiocheck:after,
input[type="checkbox"].labelled.disabled + label.radiocheck:after,
input[type="radio"].labelled.disabled + label.radiocheck:after,
input[type="checkbox"].labelled:disabled + label.radiocheck:before,
input[type="radio"].labelled:disabled + label.radiocheck:before,
input[type="checkbox"].labelled.disabled + label.radiocheck:before,
input[type="radio"].labelled.disabled + label.radiocheck:before {
    background: #eee;
    color: grey;
    -webkit-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

input[type="checkbox"].slider + label.radiocheck,
input[type="radio"].slider + label.radiocheck {
    background-color: white;
    padding: 9px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    margin-right: 30px;
    box-shadow: 0 0 2px var(--teal-color);
    height: 26px;
}

input[type="checkbox"].slider + label.radiocheck:before,
input[type="radio"].slider + label.radiocheck:before {
    content: ' ';
    position: absolute;
    background: var(--teal-color);
    top: -1px;
    z-index: 9;
    left: -1px;
    right: auto;
    width: 21px;
    height: 30px;
    border-radius: 3px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.6), inset 0 -18px 15px -10px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="checkbox"].slider + label.radiocheck:after,
input[type="radio"].slider + label.radiocheck:after {
    content: attr(data-off);
    position: absolute;
    top: 6px;
    left: 27px;
    right: 6px;
    font-size: 1.2rem;
    text-align: center;
}

input[type="checkbox"].slider:checked + label.radiocheck:after,
input[type="radio"].slider:checked + label.radiocheck:after {
    content: attr(data-on);
    left: 6px;
    right: 27px;
    color: var(--darkblue-color);
}

input[type="checkbox"].slider:checked + label.radiocheck:before,
input[type="radio"].slider:checked + label.radiocheck:before {
    left: calc(100% - 20px);
}

input[type="checkbox"].slider:checked:disabled + label.radiocheck:after,
input[type="radio"].slider:checked:disabled + label.radiocheck:after,
input[type="checkbox"].slider:checked.disabled + label.radiocheck:after,
input[type="radio"].slider:checked.disabled + label.radiocheck:after {
    color: inherit;
}

input[type="checkbox"].toggle + label.radiocheck,
input[type="radio"].toggle + label.radiocheck {
    background-color: white;
    padding: 11px 9px;
    border-radius: 7px;
    display: inline-block;
    position: relative;
    margin-right: 30px;
    background: #f78360;
    height: 26px;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1), 0 0 10px rgba(245, 146, 146, 0.4);
}

input[type="checkbox"].toggle + label.radiocheck:before,
input[type="radio"].toggle + label.radiocheck:before {
    content: ' ';
    position: absolute;
    background: white;
    top: -3px;
    z-index: 9;
    left: 0px;
    width: 24px;
    color: white;
    height: 32px;
    border-radius: 7px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

input[type="checkbox"].toggle + label.radiocheck:after,
input[type="radio"].toggle + label.radiocheck:after {
    content: attr(data-off);
    position: absolute;
    font-size: 1.2rem;
    color: white;
    font-weight: bold;
    left: 30px;
    right: 6px;
    text-align: center;
    top: 4px;
    border-radius: 100px;
}

input[type="checkbox"].toggle:checked + label.radiocheck,
input[type="radio"].toggle:checked + label.radiocheck {
    background: #67A5DF;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1), 0 0 10px rgba(146, 196, 245, 0.4);
}

input[type="checkbox"].toggle:checked + label.radiocheck:after,
input[type="radio"].toggle:checked + label.radiocheck:after {
    content: attr(data-on);
    left: 6px;
    right: 30px;
}

input[type="checkbox"].toggle:checked + label.radiocheck:before,
input[type="radio"].toggle:checked + label.radiocheck:before {
    left: calc(100% - 20px);
}

input[type="checkbox"].toggle:checked:disabled + label.radiocheck:after,
input[type="radio"].toggle:checked:disabled + label.radiocheck:after,
input[type="checkbox"].toggle:checked.disabled + label.radiocheck:after,
input[type="radio"].toggle:checked.disabled + label.radiocheck:after {
    color: inherit;
}

input[type="checkbox"] ~ span.text-info,
input[type="radio"] ~ span.text-info {
    display: inline-block;
    position: relative;
    top: -7px;
    margin-left: 0.5ex;
}

input[type="checkbox"]:disabled ~ span.text-info,
input[type="radio"]:disabled ~ span.text-info {
    color: var(--core-color-grey);
}

body {
    padding-top: 20px;
    position: relative;
    min-height: 100vh;
    color: var(--moss-color);
}

html.wait,
html.wait * {
    cursor: wait !important;
}

img,
object {
    max-width: 100%;
    height: auto;
}

ul {
    padding-left: 1.2em;
}

ol {
    padding-left: 1.5em;
}

h1,
.h1 {
    font-size: 1.3em;
    margin-bottom: 1em;
}

h2,
.h2 {
    font-size: 1.3em;
    margin-bottom: 1em;
}

h3,
.h3 {
    font-size: 1.2em;
    margin-bottom: 0.5em;
}

h4,
.h4 {
    font-size: 1.15em;
    margin-bottom: 0.5em;
}

h5,
.h5 {
    font-size: 1em;
    margin-bottom: 0.2em;
}

h6,
.h6 {
    font-size: 1em;
    margin-bottom: 0;
}

h1,
.h1,
h2,
.h2 {
    color: var(--teal-color);
}

h1.dark,
.h1.dark,
h2.dark,
.h2.dark {
    color: var(--moss-color);
}

small,
.small {
    font-size: 80%;
}
/* headers loop */
h1,
.h1 {
    position: relative;
    padding-bottom: 5px;
    margin-top: 0;
    font-weight: normal;
}

h1 small,
.h1 small,
h1 .small,
.h1 .small {
    font-weight: 300;
}

h2,
.h2 {
    position: relative;
    padding-bottom: 5px;
    margin-top: 0;
    font-weight: normal;
}

h2 small,
.h2 small,
h2 .small,
.h2 .small {
    font-weight: 300;
}

h3,
.h3 {
    position: relative;
    padding-bottom: 5px;
    margin-top: 0;
    font-weight: normal;
}

h3 small,
.h3 small,
h3 .small,
.h3 .small {
    font-weight: 300;
}

h4,
.h4 {
    position: relative;
    padding-bottom: 5px;
    margin-top: 0;
    font-weight: bold;
}

h4 small,
.h4 small,
h4 .small,
.h4 .small {
    font-weight: 300;
}

h5,
.h5 {
    position: relative;
    padding-bottom: 5px;
    margin-top: 0;
    font-weight: bold;
}

h5 small,
.h5 small,
h5 .small,
.h5 .small {
    font-weight: 300;
}

h6,
.h6 {
    position: relative;
    padding-bottom: 5px;
    margin-top: 0;
    font-weight: bold;
}

h6 small,
.h6 small,
h6 .small,
.h6 .small {
    font-weight: 300;
}

.underbar:after {
    content: '';
    height: 1px;
    background-color: var(--core-color-grey);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.main-content {
    margin-bottom: 140px;
}

.main-content > .row:first-child > div:first-child > .alert:first-child {
    margin-top: 0;
}

.box {
    padding: 15px;
}

.box > .btn + .btn {
    margin-top: 2px;
}

.separate {
    margin-bottom: 30px;
}

tr.separate {
    margin-bottom: 0;
}

.table > thead > tr.separate > th,
.table > tbody > tr.separate > th,
.table > tfoot > tr.separate > th,
.table > thead > tr.separate > td,
.table > tbody > tr.separate > td,
.table > tfoot > tr.separate > td,
tr.separate > th,
tr.separate > td {
    padding-bottom: 18px;
}

img.box,
object.box {
    padding: 20px;
}

html,
button,
input,
select,
textarea {
    font-family: Manrope, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
    color: inherit;
}

hr,
.hr {
    border-color: var(--moss-color);
}
/* proportional loop */
.proportional > div.col-sm-1 {
    display: table-cell;
    float: none;
}

.proportional > div.col-md-1 {
    display: table-cell;
    float: none;
}

.proportional > div.col-lg-1 {
    display: table-cell;
    float: none;
}

.proportional > div.col-sm-2 {
    display: table-cell;
    float: none;
}

.proportional > div.col-md-2 {
    display: table-cell;
    float: none;
}

.proportional > div.col-lg-2 {
    display: table-cell;
    float: none;
}

.proportional > div.col-sm-3 {
    display: table-cell;
    float: none;
}

.proportional > div.col-md-3 {
    display: table-cell;
    float: none;
}

.proportional > div.col-lg-3 {
    display: table-cell;
    float: none;
}

.proportional > div.col-sm-4 {
    display: table-cell;
    float: none;
}

.proportional > div.col-md-4 {
    display: table-cell;
    float: none;
}

.proportional > div.col-lg-4 {
    display: table-cell;
    float: none;
}

.proportional > div.col-sm-5 {
    display: table-cell;
    float: none;
}

.proportional > div.col-md-5 {
    display: table-cell;
    float: none;
}

.proportional > div.col-lg-5 {
    display: table-cell;
    float: none;
}

.proportional > div.col-sm-6 {
    display: table-cell;
    float: none;
}

.proportional > div.col-md-6 {
    display: table-cell;
    float: none;
}

.proportional > div.col-lg-6 {
    display: table-cell;
    float: none;
}

.proportional > div.col-sm-7 {
    display: table-cell;
    float: none;
}

.proportional > div.col-md-7 {
    display: table-cell;
    float: none;
}

.proportional > div.col-lg-7 {
    display: table-cell;
    float: none;
}

.proportional > div.col-sm-8 {
    display: table-cell;
    float: none;
}

.proportional > div.col-md-8 {
    display: table-cell;
    float: none;
}

.proportional > div.col-lg-8 {
    display: table-cell;
    float: none;
}

.proportional > div.col-sm-9 {
    display: table-cell;
    float: none;
}

.proportional > div.col-md-9 {
    display: table-cell;
    float: none;
}

.proportional > div.col-lg-9 {
    display: table-cell;
    float: none;
}

.proportional > div.col-sm-10 {
    display: table-cell;
    float: none;
}

.proportional > div.col-md-10 {
    display: table-cell;
    float: none;
}

.proportional > div.col-lg-10 {
    display: table-cell;
    float: none;
}

.proportional > div.col-sm-11 {
    display: table-cell;
    float: none;
}

.proportional > div.col-md-11 {
    display: table-cell;
    float: none;
}

.proportional > div.col-lg-11 {
    display: table-cell;
    float: none;
}

.proportional > div.col-sm-12 {
    display: table-cell;
    float: none;
}

.proportional > div.col-md-12 {
    display: table-cell;
    float: none;
}

.proportional > div.col-lg-12 {
    display: table-cell;
    float: none;
}

.form-horizontal .form-group {
    display: table;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.form-horizontal .form-group > div {
    display: table-cell;
    float: none;
    padding-right: 0;
    vertical-align: middle;
}

.form-horizontal .form-group.align-bottom > div {
    vertical-align: bottom;
}

.form-horizontal .form-group.align-bottom > div label {
    padding-bottom: 2px;
}

.form-horizontal .form-group.align-top > div {
    vertical-align: top;
}

.form-horizontal .form-group.align-top > div label {
    padding-top: 0;
}

.form-horizontal .control-label {
    text-align: left;
}

.valign-top,
.form-horizontal .form-group > div.valign-top {
    vertical-align: top;
}

.table-striped > tbody > tr {
    background-color: var(--core-color-soft-white);
}

.table-striped > tbody > tr:nth-child(odd) {
    background-color: #cfecfc;
}

.table-striped-light > thead > tr {
    background-color: #cfecfc;
    font-weight: bold;
}

.table-striped-light > tbody > tr:nth-child(even) {
    background-color: var(--core-color-soft-white);
}

.table-striped-dark > thead > tr > th,
.table-striped-dark > tbody > tr > th,
.table-striped-dark > tfoot > tr > th,
.table-striped-dark > thead > tr > td,
.table-striped-dark > tbody > tr > td,
.table-striped-dark > tfoot > tr > td {
    border-top: 2px solid white;
}

.table-striped-dark > tbody > tr {
    background-color: #cfecfc;
}

.table-striped-dark > tbody > tr:nth-child(odd) {
    background-color: var(--teal-color);
}

.no-left-padding {
    padding-left: 0;
}

.no-left-padding > thead > tr > th,
.no-left-padding > tbody > tr > th,
.no-left-padding > tfoot > tr > th,
.no-left-padding > thead > tr > td,
.no-left-padding > tbody > tr > td,
.no-left-padding > tfoot > tr > td {
    padding-left: 0;
}

.no-right-padding {
    padding-right: 0;
}

.no-right-padding > thead > tr > th,
.no-right-padding > tbody > tr > th,
.no-right-padding > tfoot > tr > th,
.no-right-padding > thead > tr > td,
.no-right-padding > tbody > tr > td,
.no-right-padding > tfoot > tr > td {
    padding-right: 0;
}

.no-padding {
    padding: 0;
}

table.table-detail tr th,
table.table-detail tr td {
    border: none;
}

table.table-detail tr th {
    border-right: 2px solid #ddd;
    padding-left: 0;
}

th.notbold {
    font-weight: normal;
}

.table-hover > tbody > tr:hover {
    background-color: var(--core-color-soft-white);
}

table.no-border tr th,
table.no-border tr td {
    border: none;
}

.table.rowlink th:not(.rowlink-skip),
table.rowlink th:not(.rowlink-skip),
.table.rowlink td:not(.rowlink-skip),
table.rowlink td:not(.rowlink-skip) {
    cursor: pointer;
}

.table-bordered-dark {
    border: 1px solid var(--moss-color);
}

.table-bordered-dark > thead > tr > th,
.table-bordered-dark > tbody > tr > th,
.table-bordered-dark > tfoot > tr > th,
.table-bordered-dark > thead > tr > td,
.table-bordered-dark > tbody > tr > td,
.table-bordered-dark > tfoot > tr > td {
    border: 1px solid var(--moss-color);
}

.table-bordered-light {
    border: 1px solid var(--teal-color);
}

.table-bordered-light > thead > tr > th,
.table-bordered-light > tbody > tr > th,
.table-bordered-light > tfoot > tr > th,
.table-bordered-light > thead > tr > td,
.table-bordered-light > tbody > tr > td,
.table-bordered-light > tfoot > tr > td {
    border: 1px solid var(--teal-color);
}
/* NAVIGATION */
.navbar {
    border: none;
    border-radius: 0;
    min-height: 0;
    margin-bottom: 0;
}

.navbar .first {
    border-bottom: 2px solid var(--teal-color);
    margin-bottom: 15px;
}

.navbar-brand {
    height: auto;
    padding: 29px 0;
}

.icon-bar {
    background-color: currentColor;
}

.navbar-collapse {
    box-shadow: none;
    padding: 0;
}

.nav > li {
    display: inline-block;
    border-right: 1px solid white;
}

.nav > li > a {
    color: inherit;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: var(--core-color-grey);
}

.nav > li.active > a {
    background-color: var(--teal-color);
}

.navbar-header {
    float: left;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}

.nav-pills > li > a {
    border-radius: 0;
    padding: 10px 20px 27px 20px;
    line-height: normal;
    background-color: white;
    color: var(--moss-color);
}

.nav-pills > li > a:hover {
    text-decoration: underline;
}

.primary-navigation {
    background-color: var(--teal-color);
    color: white;
}

.secondary-navigation {
    position: relative;
    margin-left: 261px;
}

.secondary-navigation ul {
    margin-top: 47px;
}

.nav-tabs {
    margin-bottom: 15px;
    padding-bottom: 2px;
    border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
    width: auto;
    max-width: 100%;
    border: none;
    margin: 0;
    height: 100%;
    border-left: 1px solid white;
}

.nav-tabs > li > a {
    border: none;
    background-color: var(--teal-color);
    color: white;
    margin: 0;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    border: none;
    color: var(--teal-color);
    background-color: var(--core-color-soft-white);
}

.nav-tabs > li:last-child {
    border: none;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: none;
    color: var(--teal-color) !important;
    background-color: #c0d9ff !important;
}

.nav-tabs.fill {
    position: relative;
    top: -15px;
    border: none;
    border-left: 2px solid var(--teal-color);
    border-bottom: 2px solid var(--teal-color);
    margin-left: -17px;
    margin-right: 0;
    padding-bottom: 0;
    background-color: var(--core-color-soft-white);
    overflow: hidden;
    height: 100%;
    width: calc(100% + 34px);
    display: table;
    table-layout: fixed;
}

.nav-tabs.fill > li {
    border: none;
    margin: 0;
    width: 100%;
    float: none;
    display: table-cell;
    height: 100%;
    border-left: 2px solid var(--teal-color);
    color: white;
    background-color: var(--teal-color);
}

.nav-tabs.fill > li:last-child {
    border-right: 2px solid var(--teal-color);
}

.nav-tabs.fill > li > a {
    color: var(--moss-color);
    border: none;
    margin: 0;
    padding: 5px;
    text-transform: none;
    text-align: left;
    background-color: var(--core-color-soft-white);
    display: block;
    height: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav-tabs.fill > li > a:hover,
.nav-tabs.fill > li > a:focus {
    color: white;
    background-color: #c0d9ff;
}

.nav-tabs.fill > li > a .tab-title {
    font-size: 0.88em;
    display: block;
    vertical-align: top;
    text-align: center;
}

.nav-tabs.fill > li > a .tab-ornament {
    float: right;
    display: inline-block;
    width: 12px;
}

.nav-tabs.fill li.complete a {
    border-left: 2px solid white;
    color: white;
    background-color: var(--teal-color);
}

.nav-tabs.fill li.complete a .tab-ornament {
    position: absolute;
    top: 5px;
    right: 5px;
}

.nav-tabs.fill li.complete a .tab-ornament:before {
    font-family: FontAwesome;
    content: "\f058";
    width: 12px;
    height: 14px;
}

.nav-tabs.fill > li:first-child,
.nav-tabs.fill > li:first-child > a,
.nav-tabs.fill > li:first-child > a:hover,
.nav-tabs.fill > li:first-child > a:focus,
.nav-tabs.fill > li:first-child.active > a,
.nav-tabs.fill > li:first-child.active > a:hover,
.nav-tabs.fill > li:first-child.active > a:focus,
.nav-tabs.fill > li:first-child.complete > a,
.nav-tabs.fill > li:first-child.complete > a:hover,
.nav-tabs.fill > li:first-child.complete > a:focus {
    border: none;
}

.tiny-text {
    display: inline-block;
    font-size: 65%;
    line-height: 1.4;
}

.jumbo-text {
    font-size: 127%;
    margin-bottom: 10px;
}

.light-blue-text {
    color: var(--teal-color);
}

#login-page .container {
    position: relative;
    height: 100%;
    min-height: 890px;
}

#login-page .justify p {
    text-align: justify;
    text-justify: inter-character;
}

footer {
    position: absolute;
    bottom: 0;
    height: 95px;
    margin-bottom: 0 !important;
    padding: 0;
}

.footer {
    padding-top: 15px;
    border-top: 2px solid var(--teal-color);
}

.footer .list-inline a {
    display: inline-block;
    width: 100%;
}

textarea {
    resize: vertical;
}

.form-group {
    margin-bottom: 10px;
}

label {
    font-weight: normal;
}

label a {
    font-weight: bold;
}

input[type="file"] {
    max-width: 100%;
}

.form-control {
    border-radius: 0;
    border-color: var(--teal-color);
    background-color: var(--core-color-soft-white);
    line-height: normal;
}

.radio label {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn {
    text-transform: uppercase;
    white-space: normal;
}

.btn:hover,
.btn:focus {
    background-color: var(--teal-color);
    border: 1px solid white;
}

.btn-primary {
    color: white;
    border: 1px solid var(--moss-color);
    background-color: var(--moss-color);
}

.btn-info {
    background-color: var(--gold-color);
}

.btn-link {
    margin-left: -5px;
    margin-right: -5px;
}

.btn-help {
    cursor: pointer;
}

.btn-help:hover,
.btn-help:active,
.btn-help:focus,
.btn-help:active:focus {
    background-color: transparent;
    outline: none;
}

.btn-xl,
.btn-group-xl > .btn {
    padding: 15px 21px;
    font-size: 21px;
    line-height: 1.3333333;
    border-radius: 0;
}

.submit-row {
    text-align: right;
}

.submit-row:before,
.submit-row:after {
    display: table;
    content: " ";
}

.submit-row:after {
    clear: both;
}

.frame {
    border: 2px solid var(--core-color-soft-white);
}

.frame-rounded {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.list {
    padding: 0;
    list-style-type: none;
}

.list .list-item + .list-item:before {
    content: "";
    display: block;
    position: relative;
    top: -15px;
    left: 0;
    height: 1px;
    background-color: #ddd;
}

.stepped-progress,
.stepped-progess {
    counter-reset: step;
    padding-left: 4em;
    list-style-type: none;
    position: relative;
}

.stepped-progress:before,
.stepped-progess:before,
.stepped-progress:before,
.stepped-progess:before {
    content: "";
    position: absolute;
    background-color: #ddd;
    height: 100%;
    width: 0.3em;
    left: 1.85em;
    top: 0;
}

.stepped-progress .step-item,
.stepped-progess .step-item {
    margin-bottom: 10px;
    color: var(--moss-color);
}

.stepped-progress .step-item > span,
.stepped-progess .step-item > span {
    display: inline-block;
    vertical-align: middle;
}

.step-indicator {
    position: relative;
    margin-left: -1em;
    width: 1em;
    height: 1em;
    font-size: 4em;
    line-height: 1em;
    text-align: center;
}

.step-indicator:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f1db";
    color: #ddd;
    background-color: white;
    width: 1em;
}

.step-indicator:after {
    content: counter(step);
    counter-increment: step;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 0.4em;
    color: var(--teal-color);
}

.active .step-indicator:after {
    font-family: FontAwesome;
    content: "\f061";
    position: absolute;
    color: var(--teal-color);
}

.completed .step-indicator:after {
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    color: var(--teal-color);
}

.white-bg-img {
    background-image: url(/img/supergraphic.png);
    background-origin: border-box;
    background-repeat: no-repeat;
    background-size: 50% 100%;
}

.blue-bg {
    background-color: var(--teal-color);
    color: var(--moss-color);
    font-weight: 300;
}

.blue-bg .alert-danger {
    border: none;
    margin: 10px 0;
    padding: 0;
    background: inherit;
    color: var(--poppy-color);
}

.blue-bg h1,
.blue-bg .h1,
.blue-bg h2,
.blue-bg .h2,
.blue-bg h3,
.blue-bg .h3 {
    color: var(--moss-color);
    font-weight: 300;
}

.blue-bg > a:hover,
.blue-bg > a:focus {
    color: var(--moss-color);
}

.blue-bg .step-indicator:before {
    background-color: var(--teal-color);
}

.blue-bg .step-indicator:after {
    color: white;
}

.blue-bg .step-text {
    color: white;
}

.login-bg {
    background-color: var(--teal-color);
    color: white;
    font-weight: 300;
}

.login-bg .alert-danger {
    border: none;
    margin: 10px 0;
    padding: 0;
    background: inherit;
    color: var(--poppy-color);
}

.login-bg h1,
.login-bg .h1,
.login-bg h2,
.login-bg .h2,
.login-bg h3,
.login-bg .h3 {
    color: white;
    font-weight: 300;
}

.login-bg > a:hover,
.login-bg > a:focus {
    color: var(--moss-color);
}

.login-bg .step-indicator:before {
    background-color: var(--teal-color);
}

.login-bg .step-indicator:after {
    color: white;
}

.login-bg .step-text {
    color: white;
}

.login-bg .alert-danger {
    border: none;
    margin: 10px 0;
    padding: 0;
    background: inherit;
    color: var(--poppy-color);
}

.login-bg h1,
.login-bg .h1,
.login-bg h2,
.login-bg .h2,
.login-bg h3,
.login-bg .h3 {
    color: white;
    font-weight: 300;
}

.login-bg > a:hover,
.login-bg > a:focus {
    color: var(--moss-color);
}

.login-bg .step-indicator:before {
    background-color: var(--teal-color);
}

.login-bg .step-indicator:after {
    color: white;
}

.login-bg .step-text {
    color: white;
}

.dark-blue-bg {
    background-color: var(--darkblue-color);
    color: white;
    font-weight: 300;
}

.mid-blue-bg {
    background-color: var(--darkblue-color);
    color: white;
    font-weight: 300;
}

.light-blue-bg {
    background-color: var(--teal-color);
    color: #000;
    font-weight: 300;
}

.grey-bg {
    background-color: var(--core-color-grey);
    color: white;
}

.white-bg {
    background-color: white;
    color: var(--moss-color);
}

.panel-default {
    border-radius: 0;
}

.panel-default .panel-heading {
    padding: 10px 0;
    position: relative;
    background-color: var(--teal-color);
    color: white;
    font-weight: 300;
    padding: 10px 10px;
}

.panel-default .panel-heading .fa-chevron-down {
    margin-left: -28px;
    background: transparent;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
}

.panel-default .panel-heading .collapsed .fa-chevron-down {
    background: transparent;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.panel-default .panel-body {
    padding: 10px 10px;
}

.panel-default > .panel-heading a {
    display: block;
    margin: -10px -15px;
    padding: 10px 15px 10px 41px;
}

.panel-default > .panel-heading a:hover,
.panel-default > .panel-heading a:focus {
    color: inherit;
    text-decoration: none;
}

.panel-body {
    padding: 10px 0;
}

.panel-checked > .panel-heading a {
    display: block;
    margin: -10px -15px;
    padding: 10px 15px 10px 41px;
    text-decoration: none;
}

.panel-checked .panel-heading .accessory {
    margin-left: -28px;
}

.panel-checked .panel-heading .accessory:before {
    content: "\f046";
}

.panel-checked .panel-heading .collapsed .accessory:before {
    content: "\f096";
}

#login {
    margin-top: 250px;
    margin-bottom: 0;
}

.login-form label {
    font-weight: normal;
}

.login-form .login-a-name {
    border: none;
    float: right;
    width: 5px;
    color: var(--teal-color);
    background-color: var(--teal-color);
}

.form-errors {
    margin-bottom: 20px;
}

.form-errors ul {
    color: var(--darkred-color);
    padding-left: 0;
}

.form-errors li {
    list-style-type: none;
}

.error-box {
    border-color: var(--darkred-color);
}

.error-box .form-errors,
.error-box .form-errors ul {
    margin-bottom: 0;
}

.error {
    color: var(--darkred-color);
}

.input-error,
.label-error {
    color: var(--darkred-color);
}

.input-error:focus,
.label-error:focus {
    border-color: var(--darkred-color);
    -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;
}

.align-right {
    text-align: right;
}

.alert {
    border-radius: 0;
    border: 2px solid var(--teal-color);
    background: white;
    margin-top: 30px;
    margin-bottom: 30px;
    color: var(--moss-color);
}

.alert a {
    text-decoration: underline;
}

div[class^="col-"] > .alert:first-child {
    margin-top: 0;
}

.alert-success {
    border: 2px solid var(--moss-color);
    color: var(--moss-color);
}

.alert-danger {
    border: 2px solid var(--darkred-color);
}

.alert-sm {
    padding: 5px 10px;
}

.alert-xs {
    padding: 1px 5px;
}

.help-block {
    margin: 0;
}

.help-block .fa-question-circle {
    font-size: 28px;
    color: var(--moss-color);
    margin-bottom: 3px;
}

.help-block .fa-question-circle:hover {
    color: var(--core-color-grey);
}

.purple-circle {
    margin: 0 auto;
    color: var(--moss-color);
    border: 3px solid var(--moss-color);
    border-radius: 50%;
    width: 44px;
    height: 44px;
}

.purple-circle span {
    font-size: 28px;
    padding-top: 7px;
    padding-left: 8px;
}

.bordered {
    border: 4px solid #B0DDFE;
}

.textarea-counter {
    margin-top: calc(-2em + 2px);
    float: right;
    padding: 3px 6px;
    color: var(--teal-color);
}

.popover {
    max-width: 100%;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.number {
    text-align: right;
}

.premium-label {
    color: var(--moss-color);
    font-size: 1.3em;
}

.premium {
    color: var(--moss-color);
    font-size: 36px;
}

.total {
    font-weight: bold;
}

.hide {
    display: none;
}

.showable {
    display: none;
}

#calculation {
    text-align: right;
    padding-right: 4em;
}

.tab-pane .tab-buttons {
    margin-top: 15px;
}

.tab-pane .tab-buttons .prevnext-buttons .prev-tab {
    margin-right: 4px;
}

.tab-pane .prevnext-buttons {
    padding-left: 0;
}

.carousel-indicators {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    z-index: 15;
    width: 100%;
    margin-left: 0%;
    padding-left: 0;
    list-style: none;
    text-align: left;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: var(--gold-color);
    border-color: transparent;
    margin: 1px 2px 1px 1px;
}

.carousel-indicators li.active {
    width: 15px;
    height: 15px;
    margin: 1px 2px 1px 1px;
    background-color: var(--moss-color);
}

.carousel-control {
    position: absolute;
    top: 50%;
    left: auto;
    bottom: auto;
    width: 56px;
    height: 69px;
    padding: 19px 0;
    margin-top: -34px;
    font-size: 20px;
    color: var(--gold-color);
    text-align: center;
    background-color: var(--core-color-soft-white);
    opacity: 1;
    filter: alpha(opacity=100);
    text-shadow: none;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: var(--moss-color);
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    text-shadow: none;
}

.carousel-caption .box {
    position: relative;
    min-height: 185px;
}

.carousel-caption .box .btn {
    position: absolute;
    bottom: 15px;
}

.ekko-lightbox {
    background-color: red;
}

.ekko-lightbox .modal-title {
    margin: 0 20px;
}

.ekko-lightbox-container {
    height: initial !important;
}

.ekko-lightbox-container iframe {
    width: 100%;
    height: 100%;
}

.modal-header {
    text-align: center;
    font-variant: small-caps;
    background-color: var(--teal-color);
    color: white;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}

body.iframed {
    padding-right: 1em;
}

@keyframes moving-background {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 10px 5px;
    }
}

.dropzone {
    position: relative;
    background: #187eaa;
    background-image: repeating-linear-gradient(-60deg, hsla(0, 0%, 70%, 0.6), hsla(0, 0%, 70%, 0.6) 5px, transparent 0, transparent 10px);
    color: white;
    font-size: larger;
    font-weight: bold;
    text-shadow: 1px 1px 2px black;
}

.dropzone .dz-preview.dz-image-preview {
    background: transparent;
}

.dropzone .dz-details {
    text-shadow: none;
    font-weight: normal;
}

.dropzone .dz-filename {
    margin-top: 28px;
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.8);
}

.dropzone.dz-drag-hover {
    animation: moving-background 0.5s linear infinite;
}

.dropzone button.close {
    position: relative;
    top: -15px;
    right: -10px;
    font-size: larger;
    font-weight: bold;
    text-shadow: 1px 1px 2px black;
    color: white !important;
    opacity: 1;
}

.chosen.chosen-container-single {
    padding: 0;
    border: 1px solid var(--teal-color);
    font-family: inherit;
    font-size: inherit;
}

.chosen.chosen-container-single .chosen-single {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
    padding-left: 0;
    border: none;
}

.chosen.chosen-container-single .chosen-single span {
    background-color: var(--core-color-soft-white);
    padding-left: 8px;
    margin-right: 0;
}

.chosen.chosen-container-single.chosen-disabled {
    opacity: 1 !important;
}

.chosen.chosen-container-single.chosen-disabled .chosen-single {
    cursor: not-allowed !important;
    background-color: #eee !important;
    color: #555 !important;
}

.chosen.chosen-container-single.chosen-disabled .chosen-single span {
    cursor: inherit !important;
    background-color: inherit !important;
    color: inherit !important;
}

.chosen-container-multi .chosen-choices {
    border-radius: 0;
    border-color: var(--teal-color);
    background: var(--core-color-soft-white);
    line-height: normal;
    padding-top: 3px;
    padding-bottom: 3px;
}

.chosen-container-multi.chosen-disabled {
    cursor: not-allowed;
}

.chosen-container-multi.chosen-disabled .chosen-choices {
    background: #333 !important;
    color: #555;
    cursor: inherit;
}

.chosen-container-multi.chosen-disabled .chosen-search-input,
.chosen-container-multi.chosen-disabled .search-choice {
    cursor: inherit !important;
}

.chosen-container-multi.chosen-disabled .chosen-search-input span,
.chosen-container-multi.chosen-disabled .search-choice span,
.chosen-container-multi.chosen-disabled .chosen-search-input .search-choice-close,
.chosen-container-multi.chosen-disabled .search-choice .search-choice-close {
    cursor: inherit !important;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(100, 100, 100, 0.8);
}

.modal .message {
    width: 600px;
    height: 300px;
    background: white;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -300px;
    padding: 50px 20px;
    text-align: center;
}

.modal .message h1 {
    text-align: center;
    width: 100%;
    font-weight: lighter;
    font-size: 300%;
}

.underline {
    text-decoration: underline !important;
}

#ex1 > .message {
    padding: 0;
    border-radius: 6px;
    height: auto;
}

#ex1 .modal-footer {
    text-align: center;    
}

.ui-datepicker {
    position: relative;
    z-index: 9999999 !important;
}

html.loading body {
    overflow: hidden;
}

html.loading body .modal {
    display: block;
}

.help-block.inline {
    display: inline;
}
/* This is borders.less */
.left-border {
    border-left: 1px solid #ccc;
}

.right-border {
    border-right: 1px solid #ccc;
}

.top-border {
    border-top: 1px solid #ccc;
}

.bottom-border {
    border-bottom: 1px solid #ccc;
}

.all-border {
    border: 1px solid #ccc;
}

@media (min-width: 1200px) {
    .left-border-lg {
        border-left: 1px solid #ccc;
    }

    .left-border-md,
  .left-border-sm,
  .left-border-xs {
        border: none;
    }

    .right-border-lg {
        border-right: 1px solid #ccc;
    }

    .right-border-md,
  .right-border-sm,
  .right-border-xs {
        border: none;
    }

    .top-border-lg {
        border-top: 1px solid #ccc;
    }

    .top-border-md,
  .top-border-sm,
  .top-border-xs {
        border: none;
    }

    .bottom-border-lg {
        border-bottom: 1px solid #ccc;
    }

    .bottom-border-md,
  .bottom-border-sm,
  .bottom-border-xs {
        border: none;
    }

    .all-border-lg {
        border: 1px solid #ccc;
    }

    .all-border-md,
  .all-border-sm,
  .all-border-xs {
        border: none;
    }

    .left-border-lg {
        border-left: 1px solid #ccc;
    }

    .left-border-md,
  .left-border-sm,
  .left-border-xs {
        border: none;
    }

    .right-border-lg {
        border-right: 1px solid #ccc;
    }

    .right-border-md,
  .right-border-sm,
  .right-border-xs {
        border: none;
    }

    .top-border-lg {
        border-top: 1px solid #ccc;
    }

    .top-border-md,
  .top-border-sm,
  .top-border-xs {
        border: none;
    }

    .bottom-border-lg {
        border-bottom: 1px solid #ccc;
    }

    .bottom-border-md,
  .bottom-border-sm,
  .bottom-border-xs {
        border: none;
    }

    .all-border-lg {
        border: 1px solid #ccc;
    }

    .all-border-md,
  .all-border-sm,
  .all-border-xs {
        border: none;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .left-border-md {
        border-left: 1px solid #ccc;
    }

    .left-border-lg,
  .left-border-sm,
  .left-border-xs {
        border: none;
    }

    .right-border-md {
        border-right: 1px solid #ccc;
    }

    .right-border-lg,
  .right-border-sm,
  .right-border-xs {
        border: none;
    }

    .top-border-md {
        border-top: 1px solid #ccc;
    }

    .top-border-lg,
  .top-border-sm,
  .top-border-xs {
        border: none;
    }

    .bottom-border-md {
        border-bottom: 1px solid #ccc;
    }

    .bottom-border-lg,
  .bottom-border-sm,
  .bottom-border-xs {
        border: none;
    }

    .all-border-md {
        border: 1px solid #ccc;
    }

    .all-border-lg,
  .all-border-sm,
  .all-border-xs {
        border: none;
    }

    .left-border-md {
        border-left: 1px solid #ccc;
    }

    .left-border-lg,
  .left-border-sm,
  .left-border-xs {
        border: none;
    }

    .right-border-md {
        border-right: 1px solid #ccc;
    }

    .right-border-lg,
  .right-border-sm,
  .right-border-xs {
        border: none;
    }

    .top-border-md {
        border-top: 1px solid #ccc;
    }

    .top-border-lg,
  .top-border-sm,
  .top-border-xs {
        border: none;
    }

    .bottom-border-md {
        border-bottom: 1px solid #ccc;
    }

    .bottom-border-lg,
  .bottom-border-sm,
  .bottom-border-xs {
        border: none;
    }

    .all-border-md {
        border: 1px solid #ccc;
    }

    .all-border-lg,
  .all-border-sm,
  .all-border-xs {
        border: none;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .left-border-sm {
        border-left: 1px solid #ccc;
    }

    .left-border-lg,
  .left-border-md,
  .left-border-xs {
        border: none;
    }

    .right-border-sm {
        border-right: 1px solid #ccc;
    }

    .right-border-lg,
  .right-border-md,
  .right-border-xs {
        border: none;
    }

    .top-border-sm {
        border-top: 1px solid #ccc;
    }

    .top-border-lg,
  .top-border-md,
  .top-border-xs {
        border: none;
    }

    .bottom-border-sm {
        border-bottom: 1px solid #ccc;
    }

    .bottom-border-lg,
  .bottom-border-md,
  .bottom-border-xs {
        border: none;
    }

    .all-border-sm {
        border: 1px solid #ccc;
    }

    .all-border-lg,
  .all-border-md,
  .all-border-xs {
        border: none;
    }

    .left-border-sm {
        border-left: 1px solid #ccc;
    }

    .left-border-lg,
  .left-border-md,
  .left-border-xs {
        border: none;
    }

    .right-border-sm {
        border-right: 1px solid #ccc;
    }

    .right-border-lg,
  .right-border-md,
  .right-border-xs {
        border: none;
    }

    .top-border-sm {
        border-top: 1px solid #ccc;
    }

    .top-border-lg,
  .top-border-md,
  .top-border-xs {
        border: none;
    }

    .bottom-border-sm {
        border-bottom: 1px solid #ccc;
    }

    .bottom-border-lg,
  .bottom-border-md,
  .bottom-border-xs {
        border: none;
    }

    .all-border-sm {
        border: 1px solid #ccc;
    }

    .all-border-lg,
  .all-border-md,
  .all-border-xs {
        border: none;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .left-border-xs {
        border-left: 1px solid #ccc;
    }

    .left-border-lg,
  .left-border-md,
  .left-border-sm {
        border: none;
    }

    .right-border-xs {
        border-right: 1px solid #ccc;
    }

    .right-border-lg,
  .right-border-md,
  .right-border-sm {
        border: none;
    }

    .top-border-xs {
        border-top: 1px solid #ccc;
    }

    .top-border-lg,
  .top-border-md,
  .top-border-sm {
        border: none;
    }

    .bottom-border-xs {
        border-bottom: 1px solid #ccc;
    }

    .bottom-border-lg,
  .bottom-border-md,
  .bottom-border-sm {
        border: none;
    }

    .all-border-xs {
        border: 1px solid #ccc;
    }

    .all-border-lg,
  .all-border-md,
  .all-border-sm {
        border: none;
    }

    .left-border-xs {
        border-left: 1px solid #ccc;
    }

    .left-border-lg,
  .left-border-md,
  .left-border-sm {
        border: none;
    }

    .right-border-xs {
        border-right: 1px solid #ccc;
    }

    .right-border-lg,
  .right-border-md,
  .right-border-sm {
        border: none;
    }

    .top-border-xs {
        border-top: 1px solid #ccc;
    }

    .top-border-lg,
  .top-border-md,
  .top-border-sm {
        border: none;
    }

    .bottom-border-xs {
        border-bottom: 1px solid #ccc;
    }

    .bottom-border-lg,
  .bottom-border-md,
  .bottom-border-sm {
        border: none;
    }

    .all-border-xs {
        border: 1px solid #ccc;
    }

    .all-border-lg,
  .all-border-md,
  .all-border-sm {
        border: none;
    }
}

.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 {
    overflow-wrap: break-word;
}

.highlight:hover {
    background-color: var(--teal-color) !important;
}

.clickable-row:hover {
    cursor: pointer;
}

.push {
    height: 50px !important;
}

.wrapper {
    position: relative;
    min-height: 100%;
}

.page-header {
    padding-bottom: 0;
    margin: 0;
    border-bottom: 0;
}

.sitefooter {
    position: absolute;
    bottom: 0px;
    padding: 30px 0 10px 0;
    width: 100%;
    height: auto;
}

div.align-right .g-recaptcha > div {
    margin: 0 0 15px auto;
}

#cookie-bar {
    background: #000e1f;
    width: 100% !important;
    height: auto;
    min-height: 50px;
    line-height: 24px;
    font-size: 9px !important;
    color: #eee;
    text-align: center;
    padding: 13px 0;
    z-index: 999;
}

#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto;
}

#cookie-bar p {
    margin: 0;
    padding: 0;
}

#cookie-bar a {
    color: white;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    padding: 0 6px;
    margin-left: 8px;
}

#cookie-bar .cb-enable {
    background: #070;
}

#cookie-bar .cb-enable:hover {
    background: #090;
}

#cookie-bar .cb-disable {
    background: #900;
}

#cookie-bar .cb-disable:hover {
    background: #bb0000;
}

#cookie-bar .cb-policy {
    background: #03b;
}

#cookie-bar .cb-policy:hover {
    background: #0055dd;
}

.cookie-no-margin {
    margin: 0 -10px 0 -6px !important;
}
/* Styling for <iframe class="ifauto"> */
iframe.ifauto {
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
/* Styling for <body class="ifauto"< for use inside an iframe */
body.ifauto {
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
}

body.ifauto .container {
    padding: 0;
}

body.ifauto .container .main-content {
    overflow: hidden;
}

body.ifauto pre {
    overflow: hidden;
    margin-bottom: 0;
}
/* media.less */
@media (max-width: 767px) {
    .pull-xs-left {
        float: left;
    }

    .pull-xs-right {
        float: right;
    }

    .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 {
        margin-bottom: 1px;
    }

    .panel-default .panel-title {
        font-size: 1em;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pull-sm-left {
        float: left;
    }

    .pull-sm-right {
        float: right;
    }
}

@media (min-width: 992px) and (max-width: 1999px) {
    .pull-md-left {
        float: left;
    }

    .pull-md-right {
        float: right;
    }
}

@media (min-width: 1200px) {
    .pull-lg-left {
        float: left;
    }

    .pull-lg-right {
        float: right;
    }
}

@media (min-width: 768px) {
    .footer .list-inline li:nth-child(odd) {
        border-right: 2px solid var(--teal-color);
    }

    .dl-inline {
        margin-bottom: 15px;
    }

    .dl-inline dt {
        display: inline;
        width: auto;
    }

    .dl-inline dt:before {
        display: table;
        content: " ";
        clear: both;
    }

    .dl-inline dt:after {
        content: '\2000';
    }

    .dl-inline dd {
        display: inline;
    }
}

@media (min-width: 992px) {
    .jumbo-text {
        font-size: 160%;
    }

    .footer .list-inline li {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 991px) {
    .carousel-control {
        top: 25%;
    }

    .box {
        padding-left: 8px;
        padding-right: 8px;
    }

    .primary-navigation li:last-child {
        border-right: none;
    }

    .primary-navigation li a {
        padding: 5px 4px;
    }

    .nav-tabs.fill {
        margin-left: -10px;
        width: calc(100% + 20px);
    }
}
/* This is base_howdenmodula.less */
.main-content {
    margin-bottom: 140px;
}

.wrapper {
    position: relative;
    min-height: 100%;
}

.push {
    height: 200px !important;
}

.modal {
    z-index: 1000;
}

.chosen-container a {
    line-height: 40px !important;
}

.chosen-container a b {
    margin-top: 50%;
    margin-top: calc(50% - 1%);
}

.chosen.chosen-container-single .chosen-single span {
    background-color: white !important;
}

/* Howden Modula theme override */




/* CSS */

.progress-wrap {
    height: 70px;
    margin: 30px auto;
}

ul.progress-bar {
    position: absolute;
    overflow: visible;
    display: block;
    left: 5%;
    padding: 0;
    width: 90%;
    height: 5px;
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    background-color: var(--core-color-soft-white);
    border-radius: 2px;
}

ul.progress-bar li {
    position: relative;
    margin: 50px auto;
    padding: 0;
    width: 24.5%;
    color: var(--core-color-grey);
    display: inline-block;
    text-align: center;
    z-index: 0;
}

ul.progress-bar li:before {
    position: absolute;
    top: -60px;
    left: 0%;
    height: 24px;
    width: 24px;
    background: #e5e5e5;
    border-radius: 50%;
    color: var(--core-color-grey);
    font-family: var(--body-font), Arial, sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    line-height: 25px;
    z-index: 99999;
}

ul.progress-bar li:before a {
    font-size: 2px;
}

ul.progress-bar li.active {
    color: var(--moss-color);
    font-weight: bold;
}

ul.progress-bar li.active:before {
    background: var(--gold-color);
    color: #ffffff;
}

ul.progress-bar li:nth-child(1):before {
    content: "1";
    left: -5%;
}

ul.progress-bar li a {
    top: -25px;
    font-family: var(--body-font), Arial, sans-serif;
    font-size: 17px;
    color: var(--core-color-grey);
}

ul.progress-bar li:nth-child(1) a {
    position: relative;
    left: -50%;
}

ul.progress-bar li:nth-child(2) a {
    position: relative;
    left: -16%;
}

ul.progress-bar li:nth-child(3) a {
    position: relative;
    left: 20%;
}

ul.progress-bar li:nth-child(4) a {
    position: relative;
    left: 55%;
}

ul.progress-bar li:nth-child(2):before {
    content: "2";
    left: 30%;
}

ul.progress-bar li:nth-child(3):before {
    content: "3";
    left: 65%;
}

ul.progress-bar li:nth-child(4):before {
    content: "4";
    left: 100%;
}

ul.progress-bar a {
    text-decoration: none;
}

ul.progress-bar li.active a {
    color: var(--moss-color);
}

ul.progress-bar li.visited a {
    color: var(--moss-color);
}

.progress-bar li.active:after {
    position: absolute;
    top: -50px;
    left: 0%;
    width: 134%;
    height: 5px;
    background-color: var(--moss-color);
    content: "";
    z-index: 0;
}

.progress-bar li.active:nth-child(1):after {
    background-color: transparent;
}

.progress-bar li.active:nth-child(2):after {
    left: 35%;
    width: 138%;
    background-color: transparent;
}

.progress-bar li.active:nth-child(3):after {
    left: 70%;
    width: 138%;
    background-color: transparent;
}

ul.progress-bar li.completed a {
    color: var(--moss-color);
    font-weight: bold;
}

ul.progress-bar li.completed:before {
    background: var(--moss-color);
    color: #ffffff;
}

.progress-bar li.completed:after {
    position: absolute;
    top: -50px;
    left: 0%;
    width: 134%;
    height: 5px;
    background-color: var(--moss-color);
    content: "";
    z-index: 0;
}

.progress-bar li.completed:nth-child(2):after {
    left: 35%;
    width: 138%;
}

.progress-bar li.completed:nth-child(3):after {
    left: 70%;
    width: 138%;
}

.progress-bar li.completed:nth-child(4):after {
    width: 108%;
}

ul.progress-bar li.visited:after {
    background-size: 35px 35px;
    background-color: var(--moss-color);
    content: "";
    height: 15px;
    left: 50%;
    position: absolute;
    top: -50px;
    width: 100%;
    z-index: 99;
}

.no-bottom-margin {
    margin-bottom: 0 !important;
}

#user-one, #user-two {
    margin: 25px 0 70px 0;
    width: 100%;
    height: 475px;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    overflow: hidden;
}

#VALUE {
    color: var(--moss-color);
    font-family: var(--body-font), Arial, sans-serif;
    font-size: 32px;
}

.bond-value-label .control-label {
    color: var(--moss-color);
    font-family: 'RotisSansSerifStd-ExtraBold', Arial, sans-serif !important;
    font-size: 25px !important;
}

.bond-value-label .help-block .fa-question-circle {
    margin-top: -10px !important;
}

.user {
    padding: 20px;
    float: right;
    min-height: 100%;
    width: 50%;
}

.user img {
    width: 70%;
    height: auto;
    margin: 0 0 5px 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 10px solid #f2f2f2;
}

.user-info {
    padding: 20px;
    float: left;
    min-height: 100%;
    width: 50%;
    font-size: 13px;
}

.user-info img {
    width: 70%;
    height: auto;
    margin: 0 0 5px 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 10px solid #f2f2f2;
}

.user-info-icon {
    height: 25px;
    width: 25px;
    color: rgba(0, 0, 0, .4);
    font-family: 'georgia', Arial, serif, sans-serif;
    font-size: 1.5em;
    font-style: italic;
    text-align: center;
    line-height: 25px;
    background-color: var(--core-color-soft-white);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.left-user-info-text {
    position: absolute;
    bottom: 252px;
    width: 40%;
}

.right-user-info-text {
    position: absolute;
    bottom: 205px;
    width: 40%;
}

.left-user-info p, .right-user-info p {
    margin: 10px 0 20px 0;
    font-family: 'UniversLTStd', Arial, sans-serif;
    font-size: 15px;
    color: #000;
}

.left-user-info-text p, .right-user-info-text p {
    font-size: 0.9em
}

p {
    font-size: 1.2em;
}

.right-user, .left-user, .left-user-btn, .right-user-btn , .hidden {
    display: none;
}

.text-center {
    text-align: center;
}

.text-center b {
    font-family: var(--body-font), Arial, sans-serif;
    color: var(--moss-color);
    font-size: 20px;
    font-weight: 500;
}

.premium-box {
    position: absolute;
    top: 0;
}

.premium-box p {
    margin: 0 0 0 0;
}

.high-premium-box {
    position: absolute;
    top: 0;
}

.premium-box-info {
    font-family: 'RotisSansSerifStd-ExtraBold', Arial, sans-serif;
}

.premium-box-info:nth-last-of-type(1) {
    font-size: 12px;
    float: left;
    line-height: 15px;
    margin: 15px auto 0 auto;
}

.docs p {
    font-size: 14px;
}

.form-group h2 {
    color: var(--moss-color);
    font-family: 'RotisSansSerifStd-ExtraBold', Arial, sans-serif;
    font-size: 25px;
}

.clearable, .showable {
    padding: 0;
    font-size: 17px;
    font-family: 'RotisSansSerifStd-ExtraBold', Arial, sans-serif;
}

.confirmation-info {
    margin-top: -20px;
    text-align: left;
    font-size: 17px;
    font-family: 'RotisSansSerifStd-ExtraBold', Arial, sans-serif;
}

.frame .bond h3 {
    margin-top: 10px;
    font-size: 17px;
}

.frame  h3, .h3 {
    padding-bottom: 5px;
    margin-top: 0;
}

.frame h4, .h4 {
    margin-bottom: 0px;
}

.text-space {
    margin: 0 0 15px 0;
    font-size: 15px;
    color: var(--moss-color);
    font-family: var(--body-font), Arial, sans-serif;
}

.frame .bond-value {
    margin: 0 0 15px 0;
    font-size: 15px;
    color: var(--moss-color);
    font-family: var(--body-font), Arial, sans-serif;
}

.header-space {
    margin-top: 15px;
}

.faq h2 {
    margin: 1.5em 0 0 0;
}

.bond-maintenanceBg {
    background: url('../upload/f391ee6e601b6b6a6edc3b5788cb1276fc1f7797.jpg');
    height: 195px;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.bond-maintenance-content {
    width: 415px;
    margin: 0 auto;
    font-family: var(--body-font), Arial, sans-serif;
    font-size: 50px;
    padding: 28px 0 0 50px;
}

.bond-maintenance-text {
    font-size: 20px;
    font-family: var(--body-font), Arial, sans-serif;
    text-align: center;
}

.deputy-details {
  /*min-height: 455px;*/
    min-height: 495px;
    word-break: break-word;
}

.deputy {
    text-align: center;
    margin: 40px auto;
    font-family: var(--headings-font), Arial, sans-serif;
}

.deputy p {
    font-family: var(--body-font), Arial, sans-serif;
    font-size: 2.5em;
    color: var(--moss-color);
}

.deputy a {
    text-decoration: none;
    color: red;
}

.deputy-number p {
    margin: 0 0 -30px 0;
    padding: 20px 0;
}

.deputy-btn {
    margin: 0 0 30px 0;
    font-size: 3.2em !important;
    word-spacing: 0.07em;
    padding: 15px 20px !important;
    width: 330px;
    background: #771d8c !important;
    border: 0
}

.deputy-form-link {
    color: var(--gold-color);
}

.glyphicon-chevron-right {
    font-size: 30px;
}

.deputy-btn:hover, .deputy-btn:focus {
    border: 0 !important;
    background-color: var(--moss-color) !important;
    border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
}

.table {
    margin-bottom: 0;
}

.table>tbody>tr>th, .table>tbody>tr>td {
    border-top: 1px solid #eee;
}

.btn-warning, .btn-danger {
    padding: 5px 25px 5px 25px;
    font-family: var(--body-font), Arial, sans-serif;
    font-size: 20px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    text-transform: none;
}

.tandc {
    padding: 15px;
    text-align: left;
    color: #000;
    font-size: 13px;
}

#purchase_form .btn-primary {
    padding: 5px 25px 5px 25px;
    font-family: var(--body-font), Arial, sans-serif;
    font-size: 20px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

#purchase_form .btn-primary:focus, .btn-primary:hover {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

#loading-message p {
    font-size: 17px;
    font-family: 'RotisSansSerifStd-ExtraBold', Arial, sans-serif
}

.premium-ref {
    color: var(--gold-color);
    font-size: 30px !important;
    font-family: 'UniversLTStd', Arial, sans-serif !important;
}

.separate-top {
    margin: 10px auto;
}

.popover-content {
    color: var(--core-color-grey);
    font-family: var(--body-font), Arial, sans-serif;
    font-size: 0.9em;
}

.popover {
    border: 1px solid #d9d9d9 !important;
}

.popover-content a {
    font-size: 13px;
}

html, body {
    position: relative;
    min-height: 100%;
}

.wrapper {
    position: relative;
    min-height: 100%;
}

.push {
    height: 200px !important;
}

#bond-document {
    cursor: pointer;
}

.bondfooter {
    position: absolute;
    bottom: 0px;
    padding: 30px 0 10px 0;
    width: 100%;
    height: auto;
    background-color: var(--core-color-soft-white);
    color: var(--moss-color);
}

.bondfooter p {
    margin: 20px auto;
    color: var(--moss-color);
    font-size: 10px;
}

.bondfooter h1 {
    margin: -25px auto;
    font-family: var(--headings-font), Arial, sans-serif;
    float: right;
    font-size: 2.69em;
}

.bondfooter hr {
    margin-bottom: 5px;
    width: 100%;
}

.bondfooter strong {
    color: #000;
    font-family: sans-serif;
    font-size: 0.85em;
}

.bondfooter ul {
    padding: 0;
}

.bondfooter ul li {
    margin: 0 5px 0 5px;
    color: var(--gold-color);
    font-size: 12px;
    font-family: var(--body-font), Arial, sans-serif;
    display: inline-block;
    list-style: none;
}

.bondfooter ul li:nth-child(1) {
    margin: 0 5px 0 0;
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {
    .more-premium p {
        font-size: 10px !important;
    }

    .more-premium span {
        font-size: 10px !important;
    }

    #user-one, #user-two {
        height: 505px;
    }
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) and (orientation: portrait) {
    .blue-bg .btn-primary {
        font-size: 16px;
    }
}

.footer {
    display: none;
}


/**
 * This css file is generated by bin/mkcss using
 * less/style.less as the source.  Any changes should
 * be made in style.less or in the individual included
 * files.
 **/
/* Spacers loop */
top-spacer3 {
    margin-top: 3px;
}

bottom-spacer3 {
    margin-bottom: 3px;
}

left-spacer3 {
    margin-left: 3px;
}

right-spacer3 {
    margin-right: 3px;
}

top-spacer5 {
    margin-top: 5px;
}

bottom-spacer5 {
    margin-bottom: 5px;
}

left-spacer5 {
    margin-left: 5px;
}

right-spacer5 {
    margin-right: 5px;
}

top-spacer10 {
    margin-top: 10px;
}

bottom-spacer10 {
    margin-bottom: 10px;
}

left-spacer10 {
    margin-left: 10px;
}

right-spacer10 {
    margin-right: 10px;
}

top-spacer15 {
    margin-top: 15px;
}

bottom-spacer15 {
    margin-bottom: 15px;
}

left-spacer15 {
    margin-left: 15px;
}

right-spacer15 {
    margin-right: 15px;
}

top-spacer20 {
    margin-top: 20px;
}

bottom-spacer20 {
    margin-bottom: 20px;
}

top-spacer25 {
    margin-top: 25px;
}

bottom-spacer25 {
    margin-bottom: 25px;
}

top-spacer30 {
    margin-top: 30px;
}

bottom-spacer30 {
    margin-bottom: 30px;
}

top-spacer35 {
    margin-top: 35px;
}

bottom-spacer35 {
    margin-bottom: 35px;
}

top-spacer40 {
    margin-top: 40px;
}

bottom-spacer40 {
    margin-bottom: 40px;
}

top-spacer45 {
    margin-top: 45px;
}

bottom-spacer45 {
    margin-bottom: 45px;
}

top-spacer50 {
    margin-top: 50px;
}

bottom-spacer50 {
    margin-bottom: 50px;
}
/* This is howden.less */
#logo > div {
    float: right;
}

.outline {
    outline: 1px solid red;
}

body {
    padding-top: 20px;
    position: relative;
    min-height: 100vh;
}

html.wait,
html.wait * {
    cursor: wait !important;
}

.navbar-brand>img {
    max-width: 190px;
}

img,
object {
    max-width: 100%;
    height: auto;
}

ul {
    padding-left: 1.2em;
}

ol {
    padding-left: 1.5em;
}

h1,
.h1 {
    font-size: 1.3em;
    margin-bottom: 0.4em;
}

h2,
.h2 {
    font-size: 1.3em;
    margin-bottom: 1em;
    text-align: left;
}

h3,
.h3 {
    font-size: 1.2em;
    margin-bottom: 0.5em;
}

h4,
.h4 {
    margin-bottom: 0px;
    font-size: 15px;
    color: var(--moss-color);
    font-family: var(--headings-font), Arial, sans-serif;
    font-weight: normal;
}

h5,
.h5 {
    font-size: 1em;
    margin-bottom: 0.2em;
}

h6,
.h6 {
    font-size: 1em;
    margin-bottom: 0;
}

h1,
.h1,
h2,
.h2 {
    color: var(--moss-color);
}

h1.dark,
.h1.dark,
h2.dark,
.h2.dark {
    color: var(--moss-color);
}

small,
.small {
    font-size: 80%;
}
/* headers loop */
h1,
.h1 {
    position: relative;
    padding-bottom: 0;
    margin-top: 0;
    font-family: var(--headings-font), Arial, sans-serif;
    font-size: 30px;
    color: var(--moss-color);
    font-weight: normal;
}

h1 small,
.h1 small,
h1 .small,
.h1 .small {
    font-weight: 300;
}

.bond-h1 
h1,
.h1 {
    font-size: 35px;
}

h2,
.h2 {
    position: relative;
    padding-bottom: 5px;
    margin-top: 0;
    color: var(--moss-color);
    font-weight: normal;
    font-size: 18px;
    font-family: var(--headings-font), Arial, sans-serif;
}

h2 small,
.h2 small,
h2 .small,
.h2 .small {
    font-weight: 300;
}

h2 .small a {
    margin: 0 0 0 10px;
    color: var(--gold-color);
    text-transform: capitalize;
    font-family: var(--body-font), Arial, sans-serif;
    font-size: 14px;
}

h3,
.h3 {
    position: relative;
    padding-bottom: 5px;
    margin-top: 0;
    font-weight: normal;
    color: var(--moss-color);
    font-family: var(--headings-font), Arial, sans-serif;
    font-size: 20px;
}

h3 small,
.h3 small,
h3 .small,
.h3 .small {
    font-weight: 300;
}

h4,
.h4 {
    position: relative;
    padding-bottom: 5px;
    margin-top: 0;
    font-weight: bold;
}

h4 small,
.h4 small,
h4 .small,
.h4 .small {
    font-weight: 300;
}

h5,
.h5 {
    position: relative;
    padding-bottom: 5px;
    margin-top: 0;
    font-weight: bold;
}

h5 small,
.h5 small,
h5 .small,
.h5 .small {
    font-weight: 300;
}

h6,
.h6 {
    position: relative;
    padding-bottom: 5px;
    margin-top: 0;
    font-weight: bold;
}

h6 small,
.h6 small,
h6 .small,
.h6 .small {
    font-weight: 300;
}
.underbar:after {
  content: '';
  height: 1px;
  background-color: #ddd;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.main-content > .row:first-child > div:first-child > .alert:first-child {
  margin-top: 0;
}
.box {
  padding: 15px;
  background-color: var(--core-color-soft-white);
}
.box p{
  font-family: var(--body-font), Arial, sans-serif;
  /*font-size: 17px;*/
}
.box strong{
  font-family: var(--body-font), Arial, sans-serif;
}
.col-sm-9 .hide-person:nth-child(even) {
   background-color: transparent;
}
.hide-person .box h2{
   color: var(--core-color-black);
}
.box > .btn + .btn {
  margin-top: 2px;
}
.separate {
  margin-bottom: 0;
}
img.box,
object.box {
  padding: 20px;
}
html,
button,
input,
select,
textarea {
  font-family: var(--body-font), Helvetica, Arial, sans-serif;
}
a {
  color: inherit;
}
hr,
.hr {
  border-color: var(--core-color-grey);
}
/* proportional loop */
.proportional > div.col-sm-1 {
  display: table-cell;
  float: none;
}
.proportional > div.col-md-1 {
  display: table-cell;
  float: none;
}
.proportional > div.col-lg-1 {
  display: table-cell;
  float: none;
}
.proportional > div.col-sm-2 {
  display: table-cell;
  float: none;
}
.proportional > div.col-md-2 {
  display: table-cell;
  float: none;
}
.proportional > div.col-lg-2 {
  display: table-cell;
  float: none;
}
.proportional > div.col-sm-3 {
  display: table-cell;
  float: none;
}
.proportional > div.col-md-3 {
  display: table-cell;
  float: none;
}
.proportional > div.col-lg-3 {
  display: table-cell;
  float: none;
}
.proportional > div.col-sm-4 {
  display: table-cell;
  float: none;
}
.proportional > div.col-md-4 {
  display: table-cell;
  float: none;
}
.proportional > div.col-lg-4 {
  display: table-cell;
  float: none;
}
.proportional > div.col-sm-5 {
  display: table-cell;
  float: none;
}
.proportional > div.col-md-5 {
  display: table-cell;
  float: none;
}
.proportional > div.col-lg-5 {
  display: table-cell;
  float: none;
}
.proportional > div.col-sm-6 {
  display: table-cell;
  float: none;
}
.proportional > div.col-md-6 {
  display: table-cell;
  float: none;
}
.proportional > div.col-lg-6 {
  display: table-cell;
  float: none;
}
.proportional > div.col-sm-7 {
  display: table-cell;
  float: none;
}
.proportional > div.col-md-7 {
  display: table-cell;
  float: none;
}
.proportional > div.col-lg-7 {
  display: table-cell;
  float: none;
}
.proportional > div.col-sm-8 {
  display: table-cell;
  float: none;
}
.proportional > div.col-md-8 {
  display: table-cell;
  float: none;
}
.proportional > div.col-lg-8 {
  display: table-cell;
  float: none;
}
.proportional > div.col-sm-9 {
  display: table-cell;
  float: none;
}
.proportional > div.col-md-9 {
  display: table-cell;
  float: none;
}
.proportional > div.col-lg-9 {
  display: table-cell;
  float: none;
}
.proportional > div.col-sm-10 {
  display: table-cell;
  float: none;
}
.proportional > div.col-md-10 {
  display: table-cell;
  float: none;
}
.proportional > div.col-lg-10 {
  display: table-cell;
  float: none;
}
.proportional > div.col-sm-11 {
  display: table-cell;
  float: none;
}
.proportional > div.col-md-11 {
  display: table-cell;
  float: none;
}
.proportional > div.col-lg-11 {
  display: table-cell;
  float: none;
}
.proportional > div.col-sm-12 {
  display: table-cell;
  float: none;
}
.proportional > div.col-md-12 {
  display: table-cell;
  float: none;
}
.proportional > div.col-lg-12 {
  display: table-cell;
  float: none;
}
.form-horizontal .form-group {
  display: table;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.form-horizontal .form-group > div {
  display: table-cell;
  float: none;
  padding-right: 0;
  vertical-align: middle;
}
.form-horizontal .form-group.align-bottom > div {
  vertical-align: bottom;
}
.form-horizontal .control-label {
  text-align: left;
  color: var(--moss-color);
  font-size: 15px;
  font-family: var(--body-font), Arial, sans-serif;
}
.valign-top,
.form-horizontal .form-group > div.valign-top {
  vertical-align: top;
}
.table-striped > tbody > tr {
  background-color: var(--core-color-soft-white);
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: var(--teal-color);
}
.table-striped-light > thead > tr {
  background-color: var(--teal-color);
  font-weight: bold;
}
.table-striped-light > tbody > tr:nth-child(even) {
  background-color: var(--core-color-soft-white);
}
.table-striped-dark > thead > tr > th,
.table-striped-dark > tbody > tr > th,
.table-striped-dark > tfoot > tr > th,
.table-striped-dark > thead > tr > td,
.table-striped-dark > tbody > tr > td,
.table-striped-dark > tfoot > tr > td {
  border-top: 2px solid white;
}
.table-striped-dark > tbody > tr {
  background-color: var(--darkblue-color);
}
.table-striped-dark > tbody > tr:nth-child(odd) {
  background-color: var(--teal-color);
}
.no-left-padding {
  padding-left: 0;
}
.no-left-padding > thead > tr > th,
.no-left-padding > tbody > tr > th,
.no-left-padding > tfoot > tr > th,
.no-left-padding > thead > tr > td,
.no-left-padding > tbody > tr > td,
.no-left-padding > tfoot > tr > td {
  padding-left: 0;
}
.no-right-padding {
  padding-right: 0;
}
.no-right-padding > thead > tr > th,
.no-right-padding > tbody > tr > th,
.no-right-padding > tfoot > tr > th,
.no-right-padding > thead > tr > td,
.no-right-padding > tbody > tr > td,
.no-right-padding > tfoot > tr > td {
  padding-right: 0;
}
.no-padding {
  padding: 0;
}
table.table-detail tr th,
table.table-detail tr td {
  border: none;
}
table.table-detail tr th {
  border-right: 2px solid #ddd;
  padding-left: 0;
}
th.notbold {
  font-weight: normal;
}
.table-hover > tbody > tr:hover {
  background-color: var(--core-color-soft-white);
}
table.no-border tr th,
table.no-border tr td {
  border: none;
}
.table.rowlink th:not(.rowlink-skip),
table.rowlink th:not(.rowlink-skip),
.table.rowlink td:not(.rowlink-skip),
table.rowlink td:not(.rowlink-skip) {
  cursor: pointer;
}
.table-bordered-dark {
  border: 1px solid var(--moss-color);
}
.table-bordered-dark > thead > tr > th,
.table-bordered-dark > tbody > tr > th,
.table-bordered-dark > tfoot > tr > th,
.table-bordered-dark > thead > tr > td,
.table-bordered-dark > tbody > tr > td,
.table-bordered-dark > tfoot > tr > td {
  border: 1px solid var(--moss-color);
}
.table-bordered-light {
  border: 1px solid #41b6e6;
}
.table-bordered-light > thead > tr > th,
.table-bordered-light > tbody > tr > th,
.table-bordered-light > tfoot > tr > th,
.table-bordered-light > thead > tr > td,
.table-bordered-light > tbody > tr > td,
.table-bordered-light > tfoot > tr > td {
  border: 1px solid #41b6e6;
}
/* NAVIGATION */
.navbar {
  /*border: none;*/
  /*border-radius: 0;*/
  /*min-height: 0;*/
  /*margin-bottom: 0;*/
  /*background-color: #002e5f;*/
}
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 75px;
    z-index: 4;
    background: var(--teal-color);
    max-height: none;
    -webkit-transition: background .35s linear .25s,height .35s ease-in .25s,min-height .35s ease-in .25s;
    transition: background .35s linear .25s,height .35s ease-in .25s,min-height .35s ease-in .25s;
}
.navbar .first {
  border-bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  height: auto;
  padding: 4px 0;
}
.icon-bar {
  background-color: currentColor;
}
.navbar-collapse {
  box-shadow: none;
  padding: 0;
}
.nav > li {
  display: inline-block;
  border-right: 0;
}
.nav > li > a {
  color: inherit;
  padding: 5px 15px;
  text-align: center;
  text-transform: capitalize;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: var(--core-color-grey);
}
.nav > li.active > a {
  background-color: var(--moss-color);
}
.navbar-header {
  float: left;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: 0;
}
.nav-pills > li > a {
  border-radius: 0;
  padding: 20px 20px 10px 20px;
  font-family: var(--body-font), Arial, sans-serif;
  font-size: 16px;
  line-height: normal;
  background-color: transparent;
  color: var(--moss-color);
}
.nav-pills > li > a:hover {
  background-color: transparent;
}
.primary-navigation {
  background-color: var(--moss-color);
  color: white;
}
.secondary-navigation {
  position: relative;
  margin-left: 261px;
}
.secondary-navigation ul {
  margin-top: 4px;
  float: right;
}
.nav-tabs {
  margin-bottom: 15px;
  padding-bottom: 2px;
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  width: auto;
  max-width: 100%;
  border: none;
  margin: 0;
  height: 100%;
  border-left: 1px solid white;
}
.nav-tabs > li > a {
  border: none;
  background-color: var(--gold-color);
  color: white;
  margin: 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border: none;
  color: var(--gold-color);
  background-color: var(--moss-color);
}
.nav-tabs > li:last-child {
  border: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
  color: var(--gold-color) !important;
  background-color: var(--moss-color) !important;
}
.nav-tabs.fill {
  position: relative;
  top: 75px;
  border: none;
  border-bottom: 2px solid #41b6e6;
  /*margin-left: -15px;*/
  /*margin-right: 0;*/
  margin: 0 -15px 120px 0;
  padding-bottom: 0;
  background-color: var(--core-color-soft-white);
  overflow: hidden;
  height: 100%;
  width: 471px;
  display: table;
  table-layout: fixed;
}
.nav-tabs.fill > li {
  border: none;
  margin: 0;
  width: 100%;
  float: none;
  display: table-cell;
  height: 100%;
  border-left: 2px solid var(--moss-color);
  color: white;
  background-color: var(--moss-color);
}
.nav-tabs.fill > li:last-child {
  border-right: 1px solid var(--moss-color);
}
.nav-tabs.fill > li > a {
  color: var(--moss-color);
  border: none;
  margin: 0;
  padding: 5px;
  text-transform: none;
  text-align: left;
  background-color: var(--core-color-soft-white);
  display: block;
  height: 100%;
  -moz-box-sizing: border-box;
}
.nav-tabs.fill > li > a:hover,
.nav-tabs.fill > li > a:focus {
  color: white;
  background-color: var(--moss-color);
}
.nav-tabs.fill > li > a .tab-title {
  font-size: 0.88em;
  display: block;
  vertical-align: top;
  text-align: center;
}
.nav-tabs.fill > li > a .tab-ornament {
  float: right;
  display: inline-block;
  width: 12px;
}
.nav-tabs.fill li.complete a {
  border-left: 2px solid white;
  color: white;
  background-color: var(--moss-color);
}
.nav-tabs.fill li.complete a .tab-ornament {
  position: absolute;
  top: 5px;
  right: 5px;
}
.nav-tabs.fill li.complete a .tab-ornament:before {
  font-family: FontAwesome;
  content: "\f058";
  width: 12px;
  height: 14px;
}
.nav-tabs.fill > li:first-child,
.nav-tabs.fill > li:first-child > a,
.nav-tabs.fill > li:first-child > a:hover,
.nav-tabs.fill > li:first-child > a:focus,
.nav-tabs.fill > li:first-child.active > a,
.nav-tabs.fill > li:first-child.active > a:hover,
.nav-tabs.fill > li:first-child.active > a:focus,
.nav-tabs.fill > li:first-child.complete > a,
.nav-tabs.fill > li:first-child.complete > a:hover,
.nav-tabs.fill > li:first-child.complete > a:focus {
  border: none;
}
.tiny-text {
  display: inline-block;
  font-size: 65%;
  line-height: 1.4;
  display: none;
}
.jumbo-text {
  font-size: 127%;
  margin-bottom: 10px;
}
.light-blue-text {
  color: var(--teal-color);
}
.page-header {
  padding-bottom: 0px;
  margin: 90px 0 60px;
  border-bottom: 0;
}
.page-bottom {
  margin: 0 0 200px;
}
.col-text{
  text-align: center;
  color: var(--moss-color);
}
.col-text p{
  font-family: var(--body-font), Arial, sans-serif;
  font-size: 1.7em;
  font-weight: 700;
}
.col-text h1{
  margin: 60px 0 45px;
  font-family: var(--headings-font), Arial, sans-serif;
  font-size: 58px;
  text-align: center;
  color: var(--moss-color);
}
footer {
  position: absolute;
  bottom: 0;
  height: 95px;
}
.footer {
  padding-top: 15px;
  border-top: 2px solid #41b6e6;
}
.footer .list-inline a {
  display: inline-block;
  width: 100%;
}
textarea {
  resize: vertical;
}
.form-group {
  margin-bottom: 10px;
}
label {
  font-weight: normal;
  font-family: var(--body-font), Arial, sans-serif;
}
label a {
  font-weight: bold;
}
.radio-inline {
  font-family: inherit;
}
input[type="file"] {
  max-width: 100%;
}
.form-control {
  min-height: 40px;
  font-family: var(--body-font), Arial, sans-serif;
  color: var(--core-color-grey);
  border-radius: 0;
  border-color: #d9d9d9;
  background-color: #ffffff;
  line-height: normal;
  box-shadow: none;
}
.radio label {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn {
  text-transform: capitalize;
}
.btn:hover,
.btn:focus,
.btn-primary:hover,
.btn-primary:focus
{
  background-color: var(--moss-color);
  border: 1px solid var(--moss-color);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.btn-primary {
  color: white;
  border: 1px solid var(--gold-color);
  background-color: var(--gold-color);
  padding: 5px 25px 5px 25px;
  font-family: var(--body-font), Arial, sans-serif;
  font-size: 20px;
}

.btn-info {
  padding: 5px 25px 5px 25px;
  font-family: var(--body-font), Arial, sans-serif;
  font-size: 20px;
  background-color: var(--gold-color);
  border-color: var(--gold-color);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  text-transform: none;
}
.btn-link {
  margin-left: -5px;
  margin-right: -5px;
  border: 0;
}
.btn-help {
  cursor: pointer;
}
.btn-help:hover,
.btn-help:active,
.btn-help:focus,
.btn-help:active:focus {
  background-color: transparent;
  outline: none;
  border: 0;
}
.btn-xl,
.btn-group-xl > .btn {
  padding: 15px 21px;
  font-size: 21px;
  line-height: 1.3333333;
  border-radius: 0;
}
.modal-backdrop{
    z-index: 999;
}
.popover{
    z-index: 999;
}
.next-tab{
    font-size: 23px;
}
.add-more{
  font-size: 24px;
  font-family: var(--body-font), Arial, sans-serif;
  text-transform: inherit;
  border: none;
  border-radius: 2px;
}
.add-more:hover,
.add-more:active,
.add-more:focus,
.add-more:active:focus{
  background-color: var(--moss-color);
  border: none;
  border-radius: 2px;
}
.add-more.disabled:hover{
  background-color: var(--moss-color);
  opacity: .65;
}
#submit_proceed{
  padding: 5px 25px 5px 25px;
  font-family: var(--body-font), Arial, sans-serif;
  font-size: 20px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  text-transform: none;
}
.submit-row {
  text-align: right;
}
.submit-row:before,
.submit-row:after {
  display: table;
  content: " ";
}
.submit-row:after {
  clear: both;
}
.frame {
  margin: 0 0 20px 0;
  border: none;
  /*border: 0px solid #f5d6eb;*/
}
.frame-rounded {
  border: 1px solid #ddd;
  border-radius: 4px;
}
.list {
  padding: 0;
  list-style-type: none;
}
.list .list-item + .list-item:before {
  content: "";
  display: block;
  position: relative;
  top: -15px;
  left: 0;
  height: 1px;
  background-color: #ddd;
}
.stepped-progress,
.stepped-progess {
  counter-reset: step;
  padding-left: 4em;
  list-style-type: none;
  position: relative;
}
.stepped-progress:before,
.stepped-progess:before,
.stepped-progress:before,
.stepped-progess:before {
  content: "";
  position: absolute;
  background-color: #ddd;
  height: 100%;
  width: 0.3em;
  left: 1.85em;
  top: 0;
}
.stepped-progress .step-item,
.stepped-progess .step-item {
  margin-bottom: 10px;
  color: var(--gold-color);
}
.stepped-progress .step-item > span,
.stepped-progess .step-item > span {
  display: inline-block;
  vertical-align: middle;
}
.step-indicator {
  position: relative;
  margin-left: -1em;
  width: 1em;
  height: 1em;
  font-size: 4em;
  line-height: 1em;
  text-align: center;
}
.step-indicator:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f1db";
  color: #ddd;
  background-color: white;
  width: 1em;
}
.step-indicator:after {
  content: counter(step);
  counter-increment: step;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 0.4em;
  color: var(--moss-color);
}
.active .step-indicator:after {
  font-family: FontAwesome;
  content: "\f061";
  position: absolute;
  color: var(--moss-color);
}
.completed .step-indicator:after {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  color: var(--moss-color);
}
.form-footer p{
  color: var(--core-color-grey);
  font-family: var(--body-font), Arial, sans-serif !important;
}
.gray-bg {
  margin: 35px auto;
  padding-top: 20px;  
  background-color: var(--core-color-soft-white);
  color: var(--moss-color);
  font-size: 15px;
  font-weight: 300;
  font-family: var(--body-font), Arial, sans-serif;
  text-align: left;
  word-break: normal;
}
.gray-bg a{
  color: var(--gold-color);
}
.gray-bg p {
  margin: 0 0 15px;
}
.no-bg{
  background-color: transparent;
}
.no-bg .control-label{
  font-family: var(--body-font), Arial, sans-serif;
}
.no-bg p{
  font-size: 1.6em;
  font-family: var(--body-font), Arial, sans-serif;
  background-color: transparent;
}
.no-bg-top{
  margin: -25px 0 0 -10px;
}
.no-bg-error{
  width: 97% !important;
  margin: 0 auto !important;
 }
.blue-bg {
  background-color: var(--core-color-soft-white);
  color: var(--moss-color);
  font-size: 15px;
  font-weight: 300;
  font-family: var(--body-font), Arial, sans-serif;
  text-align: center;
  word-break: normal;
}
.blue-bg a{
    color: var(--gold-color);
}
.blue-bg p{
    margin-bottom: 0;
}
.blue-bg .btn-primary {
  padding: 5px 10px;
}
.popover-content .btn-info{
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    margin: 0 10px 0 0;
}
.popover-content .btn-default{
    font-family: var(--body-font), Arial, sans-serif;
    font-size: 20px;
    border: 1px solid var(--core-color-soft-white);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    text-transform: none;
}
.popover-content .btn-default:focus, .btn-default:hover{
    background-color: var(--core-color-soft-white);
    font-family: var(--body-font), Arial, sans-serif;
    font-size: 20px;
    border: 1px solid var(--core-color-soft-white);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    text-transform: none;
}
.blue-bg .btn-warning a{
    color: #ffffff;
}
.blue-bg .btn-danger a{
    color: #ffffff;
}
.blue-bg .alert-danger {
  border: none;
  margin: 10px 0;
  padding: 0;
  background: inherit;
  color: #ffffff;
}
.blue-bg h1,
.blue-bg .h1,
.blue-bg h2,
.blue-bg .h2,
.blue-bg h3,
.blue-bg .h3 {
  color: var(--moss-color);
  font-size: 19px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0px;
}
.blue-bg > a:hover,
.blue-bg > a:focus {
  color: var(--moss-color);
}
.blue-bg .step-indicator:before {
  background-color: var(--teal-color);
}
.blue-bg .step-indicator:after {
  color: white;
}
.blue-bg .step-text {
  color: white;
}
.dark-blue-bg {
  background-color: var(--darkblue-color);
  color: white;
  font-weight: 300;
}
.mid-blue-bg {
  background-color: var(--darkblue-color);
  color: white;
  font-weight: 300;
}
.light-blue-bg {
  background-color: var(--teal-color);
  color: #000;
  font-weight: 300;
}
.grey-bg {
  background-color: var(--core-color-grey);
  color: white;
}
.white-bg {
  background-color: white;
  color: var(--moss-color);
}
.panel-default {
  border-radius: 0;
}
.panel-default .panel-heading {
  padding: 10px 0;
  position: relative;
  background-color: var(--teal-color);
  color: white;
  font-weight: 300;
  padding: 10px 10px;
}
.panel-default .panel-heading .fa-chevron-down {
  margin-left: -28px;
  background: transparent;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform .3s ease;
}
.panel-default .panel-heading .collapsed .fa-chevron-down {
  background: transparent;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.panel-default .panel-body {
  padding: 10px 10px;
}
.panel-default > .panel-heading a {
  display: block;
  margin: -10px -15px;
  padding: 10px 15px 10px 41px;
}
.panel-default > .panel-heading a:hover,
.panel-default > .panel-heading a:focus {
  color: inherit;
  text-decoration: none;
}
.panel-body {
  padding: 10px 0;
}
.panel-checked > .panel-heading a {
  display: block;
  margin: -10px -15px;
  padding: 10px 15px 10px 41px;
  text-decoration: none;
}
.panel-checked .panel-heading .accessory {
  margin-left: -28px;
}
.panel-checked .panel-heading .accessory:before {
  content: "\f046";
}
.panel-checked .panel-heading .collapsed .accessory:before {
  content: "\f096";
}
#login {
  margin-top: 250px;
}
.login-form label {
  font-weight: normal;
}
.form-errors {
  margin-bottom: 20px;
}
.form-errors ul {
  color: var(--darkred-color);
  padding-left: 0;
}
.form-errors li {
  list-style-type: none;
}
.error-box {
  width: 68%;
  margin: -35px auto 10px auto;
  /*border-color: var(--darkred-color);*/
  background: transparent;
  text-align: left;
  font-family: var(--body-font), Arial, sans-serif;
  font-size: 16px;
  line-height: 25px;
}
.error-box p{
    text-align: left;
    font-size: 20px;
}
.error-box .form-errors,
.error-box .form-errors ul {
  margin-bottom: 0;
}
.error {
  color: var(--darkred-color);
}
.input-error,
.label-error {
  color: var(--darkred-color);
}
.input-error:focus,
.label-error:focus {
  border-color: var(--darkred-color);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px var(--poppy-color);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px var(--poppy-color);
}
.align-right {
  text-align: right;
}
.alert {
  border-radius: 0;
  border: 2px solid var(--teal-color);
  background: white;
  margin-top: 30px;
  margin-bottom: 30px;
  color: var(--darkblue-color);
}
.alert a {
  text-decoration: underline;
}
.alert-success {
  border: 2px solid var(--moss-color);
  color: var(--moss-color);
}
.alert-danger {
  border: 1px solid var(--darkred-color);
}
.alert-info {
  font-family: var(--body-font), Arial, sans-serif;
  font-size: 15px;
  background-color: var(--core-color-soft-white);
  border: 1px solid var(--core-color-soft-white);
  color: var(--moss-color);
}
.alert-sm {
  padding: 5px 10px;
}
.alert-xs {
  padding: 1px 5px;
}
.help-block {
  margin: 0;
}
.horizontal-fa-question-circle{
  margin: -28px 104px;
}
.help-block .fa-question-circle {
  font-size: 25px;
  color: var(--moss-color);
  margin-bottom: 3px;
}
.help-block .fa-question-circle:hover {
  color: var(--core-color-grey);
}
.purple-circle {
  margin: 0 auto;
  color: var(--moss-color);
  border: 3px solid var(--moss-color);
  border-radius: 50%;
  width: 44px;
  height: 44px;
}
.purple-circle span {
  font-size: 28px;
  padding-top: 7px;
  padding-left: 8px;
}
.bordered {
  border: 4px solid #B0DDFE;
}
.textarea-counter {
  top: calc(0em);
  display: inline-block;
  position: relative;
  float: right;
  padding: 3px 6px;
  color: var(--moss-color);
}
.popover {
  max-width: 100%;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.number {
  text-align: right;
}
.default-premium {
  margin: -20px 0 -5px;
  padding: 30px 10px 10px 10px;
  color: var(--gold-color);
  font-size: 30px;
  line-height: 26px;
  
}
.premium {
  color: var(--gold-color);
  font-size: 50px;
  margin: 0 0 -5px;
}
.premium-label {
  color: var(--moss-color);
  font-size: 1.3em;
}
.premium-top{
  position: absolute;
  top: 0;
  width: 97.5%;
}
.more-premium {
  color: var(--gold-color);
  margin-top: 3px;
}
.more-premium:nth-last-of-type(1){
  margin-bottom:5px;
}
.more-premium p{
  font-family: var(--body-font), Arial, sans-serif;
  font-size: 12px;
}
.more-premium span{
  font-family: var(--body-font), Arial, sans-serif;
  font-size: 15px;
}
.confirmation-premium h2{
  margin: 10px 0 20px 0;
  color: var(--gold-color);
  font-size: 45px;
  font-family: var(--headings-font), Arial, sans-serif;
}
.total {
  font-weight: bold;
}
.hide {
  display: none;
}
.showable {
  display: none;
}
.btn-sm{
  font-size: 15px !important;
}
.container-fluid {
    margin: 0 auto;
    max-width: 1100px;
}
#calculation {
  text-align: right;
  padding-right: 4em;
}
.tab-pane .tab-buttons {
  margin-top: 15px;
}
.tab-pane .tab-buttons .prevnext-buttons .prev-tab {
  margin-right: 4px;
}
.tab-pane .prevnext-buttons {
  padding-left: 0;
}
.carousel-indicators {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  z-index: 15;
  width: 100%;
  margin-left: 0%;
  padding-left: 0;
  list-style: none;
  text-align: left;
}
.carousel-indicators li {
  width: 15px;
  height: 15px;
  background-color: var(--gold-color);
  border-color: transparent;
  margin: 1px 2px 1px 1px;
}
.carousel-indicators li.active {
  width: 15px;
  height: 15px;
  margin: 1px 2px 1px 1px;
  background-color: var(--moss-color);
}
.carousel-control {
  position: absolute;
  top: 50%;
  left: auto;
  bottom: auto;
  width: 56px;
  height: 69px;
  padding: 19px 0;
  margin-top: -34px;
  font-size: 20px;
  color: var(--moss-color);
  text-align: center;
  background-color: var(--core-color-soft-white);
  opacity: 1;
  filter: alpha(opacity=100);
  text-shadow: none;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: var(--gold-color);
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  text-shadow: none;
}
.carousel-caption .box {
  position: relative;
  min-height: 185px;
}
.carousel-caption .box .btn {
  position: absolute;
  bottom: 15px;
}
.ekko-lightbox .modal-title {
  margin: 0 20px;
}
@keyframes moving-background {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 10px 5px;
  }
}
.dropzone {
  position: relative;
  background: #1ca1d8;
  background-image: repeating-linear-gradient(-60deg, rgba(179, 179, 179, 0.6), rgba(179, 179, 179, 0.6) 5px, transparent 0, transparent 10px);
  color: white;
  font-size: larger;
  font-weight: bold;
  text-shadow: 1px 1px 2px black;
}
.dropzone .dz-preview.dz-image-preview {
  background: transparent;
}
.dropzone.dz-drag-hover {
  animation: moving-background 0.5s linear infinite;
}
.dropzone button.close {
  position: relative;
  top: -15px;
  right: -10px;
  font-size: larger;
  font-weight: bold;
  text-shadow: 1px 1px 2px black;
  color: white !important;
  opacity: 1;
}
/* media.less */
@media (max-width: 767px) {
  .pull-xs-left {
    float: left;
  }
  .pull-xs-right {
    float: right;
  }
  .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 {
    margin-bottom: 1px;
  }
  .panel-default .panel-title {
    font-size: 1em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pull-sm-left {
    float: left;
  }
  .pull-sm-right {
    float: right;
  }
}
@media (min-width: 992px) and (max-width: 1999px) {
  .pull-md-left {
    float: left;
  }
  .pull-md-right {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-lg-left {
    float: left;
  }
  .pull-lg-right {
    float: right;
  }
}
@media (min-width: 0px) {
  .col-sm-8 .nav-tabs.fill {
    width: 471px;
  }
  .bondfooter {
  min-width: 800px;
  }
}
@media (min-width: 768px) {
  .footer .list-inline li:nth-child(odd) {
    border-right: 2px solid var(--gold-color);
  }
  .dl-inline {
    margin-bottom: 15px;
  }
  .dl-inline dt {
    display: inline;
    width: auto;
  }
  .dl-inline dt:before {
    display: table;
    content: " ";
    clear: both;
  }
  .dl-inline dt:after {
    content: '\2000';
  }
  .dl-inline dd {
    display: inline;
  }
}
@media (min-width: 992px) {
  .col-sm-8 .nav-tabs.fill {
    width: 617px;
  }
  .jumbo-text {
    font-size: 160%;
  }
  .footer .list-inline li {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .col-sm-8 .nav-tabs.fill {
    width: 751px;
  }
}
@media (max-width: 991px) {
  .carousel-control {
    top: 25%;
  }
  .box {
    padding-left: 8px;
    padding-right: 8px;
  }
  .nav-tabs.fill {
    margin-left: -8px;
  }
  .primary-navigation li:last-child {
    border-right: none;
  }
  .primary-navigation li a {
    padding: 5px 4px;
  }
}
span.premium-1 {
    font-size: 35px;
}

p.premium-text {
    font-size: 9px;
    margin-top: 20px;
}