html {
    height: 100%;
    font-size: 17px;
}

body {
    background-color: #F4F4F4;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    font-size: 17px;
}

 main, footer, .footer-bar {
    display: flex;
    justify-content: center;
}

header {
    background-color: #FFF;
    padding: 1.764rem;
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    justify-content: center;
}

main {
    flex: 1;
    align-items: flex-start;
    padding: 0 1.764rem;
}

footer {
    text-align: center;
    font-size: 0.823rem;
    flex-wrap: wrap;
}

.footer-bar {
    padding: 1.764rem;
    width: 100%;
    color: #FFF;
    background-color: #000;
}

section {
    width: 100%;
    margin: 1.47rem 0;
}

section:first-of-type {
    margin: 0.882rem 0 ;
}

section:nth-of-type(2) {
    margin: 0.882rem 0 1.47rem 0;
}

section:last-of-type {
    margin: 1.47rem 0 2.94rem 0;
}


/* Containers */

.contain {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

header .contain {
    align-items: center;
}

main .contain {
    flex-direction: column;
}

.contain.contain--sm {
    max-width: 1140px;
}

.contain.contain--lg {
    max-width: 1600px;
}

.banner div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}


/* Navigation */

nav.navbar {
    padding: 0;
    width: 100%;
    max-width: 1600px;
}

.navbar-brand img {
    height: 47px;
}

nav, ul.navbar-nav {
    display: flex;
    align-items: center;
}

ul.navbar-nav {
    margin: 0 0.5rem;
    list-style: none;
}

ul.navbar-nav li a.nav-link,
.navbar-light ul.navbar-nav li a.nav-link {
    font-weight: 500;
    color: #333;
    text-decoration: none;
    margin: 0 0.5rem;
}

.navbar-collapse {
    justify-content: flex-end;
    text-align: center;
}

.navbar-light .navbar-nav .nav-item.active .nav-link,
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
    color: #F26433;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs li a {
    background: transparent;
    padding: 0.8rem 1.5rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 10px 10px 0 0;
}

.nav-tabs li a:hover {
  background: #e8e8e8;
}

.nav-tabs li.active a {
    background: #FFF;
    color: #333;
}

.nav-tabs li.refresh {
    align-self: flex-start;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
}

.nav-tabs.nav-tabs--vertical {
  border-bottom: 0;
}

.nav-tabs.nav-tabs--vertical > li {
  float: none;
  width: 100%;
}

.nav-tabs.nav-tabs--vertical {
    margin-top: 1rem;
}

.nav-tabs.nav-tabs--vertical .nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-right: 0;
}

.nav-tabs.nav-tabs--vertical .nav-link {
    margin-right: 0;
    position: relative;
    padding-left: calc(35px + 4rem);
    color: #333;
    font-weight: 500;
    background-color: #F8F8F8;
    border: 1px solid #DDD;
}

.nav-tabs.nav-tabs--vertical .nav-link {
    border-color: #DDD;
}

.nav-tabs.nav-tabs--vertical > li > a {
    border-radius: 0;
}

.nav-tabs.nav-tabs--vertical > li:first-of-type > a {
    border-radius: 4px 0 0 0;

}

.nav-tabs.nav-tabs--vertical > li:last-of-type > a {
    border-radius: 0 0 0 4px;
}

.nav-tabs.nav-tabs--vertical .nav-item.active .nav-link {
    background-color: #FFF;
    border-right: 1px solid #FFF;
}

.nav-tabs.nav-tabs--vertical .nav-link:hover,
.nav-tabs.nav-tabs--vertical .nav-link:focus,
.highlight {
    background-color: #FFF;
}

.nav-tabs.nav-tabs--vertical .nav-item.active .nav-link:hover,
.nav-tabs.nav-tabs--vertical .nav-item.active .nav-link:focus {
    background-color: #FFF;
    border-color: #DDD;
    border-right: 1px solid #FFF;
}

.nav-tabs.nav-tabs--vertical .nav-item .nav-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 2rem;
    bottom: 0;
    height: 35px;
    width: 35px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.nav-item--interactivefactfind .nav-link::before  {
    background-image: url('/image/mortgage-icon.svg');
}

.nav-item--email .nav-link::before  {
    background-image: url('/image/emailcampaign-icon.svg');
}

.nav-item--lender .nav-link::before  {
    background-image: url('/image/lenderlockout-icon.svg');
}

.nav-item--cover .nav-link::before  {
    background-image: url('/image/coverreview-icon.svg');
}

.nav-item--social .nav-link::before  {
    background-image: url('/image/socialmedia-icon.svg');
}

.nav-item--chatbot .nav-link::before  {
    background-image: url('/image/chatbot-icon.svg');
}

.nav-item--signature .nav-link::before  {
    background-image: url('/image/emailsignature-icon.svg');
}

/* Typography */

h1, h2, h3 {
    font-weight: bold;
    margin-top: 1.764rem;
    margin-bottom: 20px;
    color: #000;
}

h1 {
    font-size: 1.764rem;
}

h2 {
    font-size: 1.47rem;
}

.h2--orange {
  color: #F15A24;
}

h3 {
    font-size: 1rem;
}

.h3--list-heading {
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
}

.h3__icon {
    display: flex;
    align-items: center;
    margin: 0 0 1.764rem 0;
}

.h3__icon--regular {
    font-weight: 400;
}

.h3__icon img {
    margin-right: 1rem;
}

.small, small {
    font-size: 0.88235rem;
}

a {
    color: #337AB7;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

footer p {
    width: 100%;
    padding: 0;
    margin: 0;
}

footer a {
    color: #FFF;
}

footer a:hover {
    color: #F15A24;
}

.video-container {
  width: 100%;
  height: 455px;
  max-width: 800px;
  margin: 4rem auto;
}

.video-container iframe {
  border-radius: 10px;
}

/* Images */

.qms-logo {
    align-self: center;
    margin-bottom: 2.94rem;
}


/* Buttons */

.btn {
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
}

.btn-orange,
.btn-primary {
    color: #fff;
    background-color: #F15A24;
    border-color: #F15A24;
}

.btn-orange:hover,
.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-outline-orange,
.nav-tabs li.refresh button {
    color: #F15A24;
    background-color: transparent;
    background-image: none;
    border-color: #F15A24;
}

.btn-outline-orange:hover,
.nav-tabs li.refresh button:hover {
    color: #fff;
    background-color: #F15A24;
    border-color: #F15A24;
}

.btn-white {
    color: #F15A24;
    background-color: #FFF;
    border-color: #FFF;
}

.btn-white:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn.disabled {
    background-color: #eee;
    color: #ccc;
    border-color: #ccc;
}


/* Panels */

.panel {
    border-radius: 10px;
    margin: 0;
    margin-bottom: 2rem;
    background-color: #FFF;
}

.panel-heading {
    margin: 0 1.764rem;
    border-bottom: 1px solid #EEE;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.panel-heading h2 {
    margin: 1.764rem 0;
}

.panel-body {
    padding: 1.764rem;
}

.panel-body h1:first-of-type,
.panel-body h2:first-of-type, 
.panel-body h3:first-of-type  {
  margin-top: 0;
}

.panel-footer {
    background-color: inherit;
    margin: 0 1.764rem;
    padding: 1.764rem 0;
    border-top: 1px solid #EEE;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    text-align: right;
}

.panel-footer--try {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 1.45rem 0;
}

.panel-footer--try p {
    font-family: 'Architects Daughter', cursive;
    margin: 0;
    transform: rotate(-15deg);
    margin-right: 4rem;
    font-size: 1rem;
    position: relative;
}

.panel-footer--try p::after {
    content: "";
    position: absolute;
    height: 13px;
    width: 60px;
    background-image: url(/image/arrow-sketch.svg);
    background-repeat: no-repeat;
    bottom: -15px;
    transform: rotate(15deg);
    left: 65px;
}

.panel.panel--orange {
    background-color: #F15A24;
    color: #FFF;
}

.panel.panel--orange .panel-heading,
.panel.panel--orange .panel-footer {
    border-color: #F18058;
}

.panel.panel--orange .panel-heading h2 {
    color: inherit;
}

.panel.panel--black {
    border: 1px solid #000;
    box-shadow: none;
    color: #000;
}

.panel.panel--black .panel-heading {
    background-color: #000;
    color: #FFF;
    font-weight: 500;
    margin: 0;
    padding: 0.65rem 1.764rem;
    border-color: #000;
}

.panel.panel--black .panel-heading p {
    margin: 0;
}

.panel.panel--stepped {
    border: 1px solid #F15A24;
}

.panel.panel--stepped .panel-heading {
    margin: 0;
    padding: 0;
}

.panel.panel--stepped .panel-heading ul {
    display: flex;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.panel.panel--stepped .panel-heading ul li {
    padding: 1.2rem 1.2rem 1.4rem 3rem;
    width: 100%;
    flex-grow: unset;
    flex-basis: auto;
    font-weight: bold;
    font-size: 1.47rem;
    background: #FFF;
    color: #DDD;
    position: relative;
    border-bottom: 1px solid #F15A24;
}

.panel.panel--stepped .panel-heading ul li:before {
    content: "";
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 30px solid #F26433;
    position: absolute;
    left: 0;
    top: 0;
}

.panel.panel--stepped .panel-heading ul li.active:before {
    border-left: 0;
}

.panel.panel--stepped .panel-heading ul li:after {
    content: "";
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 30px solid #FFF;
    position: absolute;
    right: -29px;
    top: 0;
    z-index: 1;
}

.panel.panel--stepped .panel-heading ul li.active:after {
    border-left: 30px solid #F26433;
}

.panel.panel--stepped .panel-heading ul li:first-child {
    padding-left: 2rem;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 0;
}

.panel.panel--stepped .panel-heading ul li:first-child::before {
    display: none;
}

.panel.panel--stepped .panel-heading ul li:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 0;
}

.panel.panel--stepped .panel-heading ul li:last-child:after {
    border-left: 0;
}

.panel.panel--stepped .panel-heading ul li.active,
.panel.panel--stepped .panel-heading ul li.active a {
    background: #F26433;
    color: #FFF;
}

.panel.panel--stepped .panel-heading ul li.complete,
.panel.panel--stepped .panel-heading ul li.complete a {
    background: #F26433;
    color: #FFF;
}

.panel.panel--stepped .panel-heading ul li.complete::after {
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 30px solid #F26433;
}

.panel.panel--stepped .panel-heading ul li.active::before,
.panel.panel--stepped .panel-heading ul li.complete::before {
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 30px solid #FFF;
}


/* Grid */

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
}

.row.logos {
  align-items: stretch;
}

.row.logos div {
  display: flex;
  justify-content: center;
  min-height: 150px;
}

.row.logos img {
  max-width: 200px;
  align-self: center;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    margin-right: 1.764rem;
    padding: 0;
}

.col--no-grow {
  flex-grow: 0;
}

.row .col:last-child {
    margin-right: 0;
    border: 0;
}

.row--divided .col,
.row--grided .col {
    margin: 0;
    padding: 0 1.764rem 0 0;
}

.row--divided .col + .col,
.row--grided .col + .col {
    padding: 0 1.764rem;
    border-left: 1px solid #EEE;
}

.row--divided .col:last-child,
.row--grided .col:last-child {
    border-left: 1px solid #EEE;
    padding: 0 0 0 1.764rem;
}

.row--grided .col,
.row--grided .col + .col {
    padding-bottom: 0.764rem;
}

.row--grided + .row--grided {
    border-top: 1px solid #EEE;
}

.row--grided + .row--grided .col, 
.row--grided + .row--grided .col + .col {
    padding-top: 1.764rem;
    padding-bottom: 0;
}

/* Lists */

ul {
    padding-left: 1rem;
}

ul.ticks {
    list-style: none;
    padding-left: 0;
    position: relative;
    margin: 1rem 0;
}

ul.ticks li {
    padding-left: 1.3rem;
    margin: 0.6rem 0;
}

ul.ticks li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    font-family: 'Arial Unicode MS';
    display: inline-block;
    color: #F15A24;
}

ul.ticks.ticks--sm li {
    font-size: 0.88235rem;
}

ul.ticks.ticks--inline {
    display: inline;
    margin: 1.764rem 0;
}

ul.ticks.ticks--inline li {
    display: inline;
    margin-right: 1rem;
}

ul.ticks.ticks--inline li:last-of-type {
    margin-right: 0;
}

ul.ticks.ticks--inline li::before {
    left: unset;
    margin-left: -1.3rem;
}


/* Utilities */

.mtb30 {
    margin-top: 1.764rem;
    margin-bottom: 1.764rem;
}

.mt10 {
    margin-top: 0.588rem;
}

.mt20 {
    margin-top: 1.176rem;
}

.mt30 {
    margin-top: 1.764rem;
}

.mt35 {
    margin-top: 2rem;
}

.pb10 {
    padding-bottom: 10px;
}

.shadow {
    -webkit-box-shadow: 0px 10px 10px 0px rgba(153, 153, 153, 0.25);  
    -moz-box-shadow: 0px 10px 10px 0px rgba(153, 153, 153, 0.25);  
    box-shadow: 0px 10px 10px 0px rgba(153, 153, 153, 0.25);  
}

/* Custom Radio and Checkboxes */

.custom-select-container {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    padding-top: 1rem;
    margin: 0 -1rem;
}

.custom-select-container div {
    min-height: 126px;
    margin: 0 0.75rem;
    margin-bottom: 1.5rem;
    position: relative;
    flex: 1 1 45%;
}

@media screen and (min-width: 1200px) {
    .custom-select-container div {
        flex: 0 1 31%;
    }
}

.custom-select-container img {
    width: 55px;
    margin-right: 1rem;
}

.question.disabled input,
.question.disabled label,
.question.disabled p,
.question.disabled .custom-select-container input,
.question.disabled .custom-select-container label,
.custom-select-container div.disabled input,
.custom-select-container div.disabled label {
    opacity: 0.3;
}

.question.disabled input:hover,
.question.disabled .custom-select-container input:hover,
.question.disabled .custom-select-container label:hover,
.custom-select-container div.disabled input:hover,
.custom-select-container div.disabled label:hover {
    cursor: default;
}

.custom-select-container div.disabled a.connect {
    width:100px;
    height:30px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-15px 0 0 -50px;
    font-size:16px;
    line-height:30px;
    color:#fff;
    background:#e88b6b;
    border-radius:4px;
    text-align:center;
    font-weight:700;
    display:block;
    z-index:100;
    text-decoration:none;
}

.custom-select-container div.disabled a.connect:hover {
    background:#F26433;
}

.custom-radio[type="radio"]:checked,
.custom-checkbox[type="checkbox"]:checked,
.custom-radio[type="radio"]:not(:checked),
.custom-checkbox[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.custom-radio[type="radio"]:checked + label,
.custom-radio[type="radio"]:not(:checked) + label,
.custom-checkbox[type="checkbox"]:checked + label,
.custom-checkbox[type="checkbox"]:not(:checked) + label {
    position: relative;
    padding: 2rem 2rem 2rem 3rem;
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 1.25;
    display: inline-block;
    z-index: 1;
    color: #FFF;
    font-weight: 500;
    border: 1px solid #DDD;
    border-radius: 4px;
    background-color: #F8F8F8;
    display: flex;
    align-items: center;
}

.custom-radio[type="radio"]:checked + label.descriptive,
.custom-radio[type="radio"]:not(:checked) + label.descriptive,
.custom-checkbox[type="checkbox"]:checked + label.descriptive,
.custom-checkbox[type="checkbox"]:not(:checked) + label.descriptive {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.custom-radio[type="radio"]:checked + label.descriptive small,
.custom-radio[type="radio"]:not(:checked) + label.descriptive small,
.custom-checkbox[type="checkbox"]:checked + label.descriptive small,
.custom-checkbox[type="checkbox"]:not(:checked) + label.descriptive small {
    padding-top: 0.8rem;
    font-size: 14px;
}

.custom-radio[type="radio"]:checked + label:hover,
.custom-radio[type="radio"]:not(:checked) + label:hover,
.custom-checkbox[type="checkbox"]:checked + label:hover,
.custom-checkbox[type="checkbox"]:not(:checked) + label:hover {
    background-color: #FFF;
}

.custom-radio[type="radio"]:checked + label,
.custom-checkbox[type="checkbox"]:checked + label {
     color: #333;
}

.custom-radio[type="radio"]:not(:checked) + label,
.custom-radio[type="radio"]:not(:checked) + label svg path,
.custom-checkbox[type="checkbox"]:not(:checked) + label,
.custom-checkbox[type="checkbox"]:not(:checked) + label svg path {
    color: #333;
    fill: #333;
}

.custom-radio[type="radio"]:checked + label::before,
.custom-radio[type="radio"]:not(:checked) + label::before,
.custom-checkbox[type="checkbox"]:checked + label::before,
.custom-checkbox[type="checkbox"]:not(:checked) + label::before {
    content: '';
    position: absolute;
    left: 1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #FFF;
    border: 1px solid #DDD;
    z-index: -1;
}

.custom-radio[type="radio"]:checked + label::after,
.custom-radio[type="radio"]:not(:checked) + label::after,
.custom-checkbox[type="checkbox"]:checked + label::after,
.custom-checkbox[type="checkbox"]:not(:checked) + label::after {
    content: '';
    width: 20px;
    height: 20px;
    background: #F26433;
    position: absolute;
    border-radius: 100%;
    border: 1px solid #DDD;
    top: 0;
    left: 1rem;
    bottom: 0;
    margin: auto;
    color: #333;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: -1;
}

.custom-radio[type="radio"]:not(:checked) + label::after,
.custom-checkbox[type="checkbox"]:not(:checked) + label::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom-radio[type="radio"]:checked + label::after,
.custom-checkbox[type="checkbox"]:checked + label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* Forms */

.alert {
    margin: 1rem 0;
    width: 100%;
    border-radius: 10px;
}

label {
    font-weight: 400;
}

.emailpreview {
    border: 1px solid #DDD;
    padding: 1rem;
    border-radius: .25rem;
}

.emailtabpreview {
    border: 1px solid #DDD;
    padding: 2rem;
    border-radius: 0 4px 4px 4px;
    margin-top: 1rem;
    min-height: 530px;
}

.form-control:not(textarea.form-control) {
    color: #666;
    height: 40px;
    font-size: 17px;
}

.form-group {
    margin-bottom: 1rem;
}

.box-ticks[type="radio"]:checked,
.box-ticks[type="checkbox"]:checked,
.box-ticks[type="radio"]:not(:checked),
.box-ticks[type="checkbox"]:not(:checked) {
    position: absolute;
    margin-top: 5px;
}


.box-ticks[type="radio"]:checked + label,
.box-ticks[type="radio"]:not(:checked) + label,
.box-ticks[type="checkbox"]:checked + label,
.box-ticks[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding: 0.35rem 0 0.35rem 2rem;
    cursor: pointer;
    width: 100%;
    margin: 0;
    line-height: 1.25rem;
    display: inline-block;
    z-index: 1;
    color: #333;
}

.box-ticks[type="radio"]:checked + label,
.box-ticks[type="checkbox"]:checked + label {
     color: #333;
}

.box-ticks[type="radio"]:not(:checked) + label,
.box-ticks[type="radio"]:not(:checked) + label svg path,
.box-ticks[type="checkbox"]:not(:checked) + label,
.box-ticks[type="checkbox"]:not(:checked) + label svg path {
    color: #333;
    fill: #333;
}

.box-ticks[type="radio"]:checked + label::before,
.box-ticks[type="radio"]:not(:checked) + label::before,
.box-ticks[type="checkbox"]:checked + label::before,
.box-ticks[type="checkbox"]:not(:checked) + label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin-top: 0.35rem;
    box-shadow: 0 0 0 1px #ccc;
    background: #FFF;
    border-radius: 3px;
    z-index: -1;
}
.box-ticks[type="radio"]:checked + label::before,
.box-ticks[type="checkbox"]:checked + label::before {
    box-shadow: 0 0 0 1px #F15A24;
}

.box-ticks[type="radio"]:checked + label::after,
.box-ticks[type="radio"]:not(:checked) + label::after,
.box-ticks[type="checkbox"]:checked + label::after,
.box-ticks[type="checkbox"]:not(:checked) + label::after {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\2713";
    font-family: 'Arial Unicode MS';
    width: 20px;
    height: 20px;
    margin-top: 0.3rem;
    box-sizing: border-box;
    border-radius: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    color: #F15A24;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: -1;
}

.box-ticks[type="radio"]:not(:checked) + label::after,
.box-ticks[type="checkbox"]:not(:checked) + label::after {
    opacity: 0;
}

.box-ticks[type="radio"]:checked + label::after,
.box-ticks[type="checkbox"]:checked + label::after {
    opacity: 1;
}

#question11other {
    display: none;
    margin-top: 0.5rem;
}

#ar_only_fields,
#da_only_fields {
    display: none;
}

/* Glyphicons */

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
  }
  .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .glyphicon-asterisk:before {
    content: "\002a";
  }
  .glyphicon-plus:before {
    content: "\002b";
  }
  .glyphicon-euro:before,
  .glyphicon-eur:before {
    content: "\20ac";
  }
  .glyphicon-minus:before {
    content: "\2212";
  }
  .glyphicon-cloud:before {
    content: "\2601";
  }
  .glyphicon-envelope:before {
    content: "\2709";
  }
  .glyphicon-pencil:before {
    content: "\270f";
  }
  .glyphicon-glass:before {
    content: "\e001";
  }
  .glyphicon-music:before {
    content: "\e002";
  }
  .glyphicon-search:before {
    content: "\e003";
  }
  .glyphicon-heart:before {
    content: "\e005";
  }
  .glyphicon-star:before {
    content: "\e006";
  }
  .glyphicon-star-empty:before {
    content: "\e007";
  }
  .glyphicon-user:before {
    content: "\e008";
  }
  .glyphicon-film:before {
    content: "\e009";
  }
  .glyphicon-th-large:before {
    content: "\e010";
  }
  .glyphicon-th:before {
    content: "\e011";
  }
  .glyphicon-th-list:before {
    content: "\e012";
  }
  .glyphicon-ok:before {
    content: "\e013";
  }
  .glyphicon-remove:before {
    content: "\e014";
  }
  .glyphicon-zoom-in:before {
    content: "\e015";
  }
  .glyphicon-zoom-out:before {
    content: "\e016";
  }
  .glyphicon-off:before {
    content: "\e017";
  }
  .glyphicon-signal:before {
    content: "\e018";
  }
  .glyphicon-cog:before {
    content: "\e019";
  }
  .glyphicon-trash:before {
    content: "\e020";
  }
  .glyphicon-home:before {
    content: "\e021";
  }
  .glyphicon-file:before {
    content: "\e022";
  }
  .glyphicon-time:before {
    content: "\e023";
  }
  .glyphicon-road:before {
    content: "\e024";
  }
  .glyphicon-download-alt:before {
    content: "\e025";
  }
  .glyphicon-download:before {
    content: "\e026";
  }
  .glyphicon-upload:before {
    content: "\e027";
  }
  .glyphicon-inbox:before {
    content: "\e028";
  }
  .glyphicon-play-circle:before {
    content: "\e029";
  }
  .glyphicon-repeat:before {
    content: "\e030";
  }
  .glyphicon-refresh:before {
    content: "\e031";
  }
  .glyphicon-list-alt:before {
    content: "\e032";
  }
  .glyphicon-lock:before {
    content: "\e033";
  }
  .glyphicon-flag:before {
    content: "\e034";
  }
  .glyphicon-headphones:before {
    content: "\e035";
  }
  .glyphicon-volume-off:before {
    content: "\e036";
  }
  .glyphicon-volume-down:before {
    content: "\e037";
  }
  .glyphicon-volume-up:before {
    content: "\e038";
  }
  .glyphicon-qrcode:before {
    content: "\e039";
  }
  .glyphicon-barcode:before {
    content: "\e040";
  }
  .glyphicon-tag:before {
    content: "\e041";
  }
  .glyphicon-tags:before {
    content: "\e042";
  }
  .glyphicon-book:before {
    content: "\e043";
  }
  .glyphicon-bookmark:before {
    content: "\e044";
  }
  .glyphicon-print:before {
    content: "\e045";
  }
  .glyphicon-camera:before {
    content: "\e046";
  }
  .glyphicon-font:before {
    content: "\e047";
  }
  .glyphicon-bold:before {
    content: "\e048";
  }
  .glyphicon-italic:before {
    content: "\e049";
  }
  .glyphicon-text-height:before {
    content: "\e050";
  }
  .glyphicon-text-width:before {
    content: "\e051";
  }
  .glyphicon-align-left:before {
    content: "\e052";
  }
  .glyphicon-align-center:before {
    content: "\e053";
  }
  .glyphicon-align-right:before {
    content: "\e054";
  }
  .glyphicon-align-justify:before {
    content: "\e055";
  }
  .glyphicon-list:before {
    content: "\e056";
  }
  .glyphicon-indent-left:before {
    content: "\e057";
  }
  .glyphicon-indent-right:before {
    content: "\e058";
  }
  .glyphicon-facetime-video:before {
    content: "\e059";
  }
  .glyphicon-picture:before {
    content: "\e060";
  }
  .glyphicon-map-marker:before {
    content: "\e062";
  }
  .glyphicon-adjust:before {
    content: "\e063";
  }
  .glyphicon-tint:before {
    content: "\e064";
  }
  .glyphicon-edit:before {
    content: "\e065";
  }
  .glyphicon-share:before {
    content: "\e066";
  }
  .glyphicon-check:before {
    content: "\e067";
  }
  .glyphicon-move:before {
    content: "\e068";
  }
  .glyphicon-step-backward:before {
    content: "\e069";
  }
  .glyphicon-fast-backward:before {
    content: "\e070";
  }
  .glyphicon-backward:before {
    content: "\e071";
  }
  .glyphicon-play:before {
    content: "\e072";
  }
  .glyphicon-pause:before {
    content: "\e073";
  }
  .glyphicon-stop:before {
    content: "\e074";
  }
  .glyphicon-forward:before {
    content: "\e075";
  }
  .glyphicon-fast-forward:before {
    content: "\e076";
  }
  .glyphicon-step-forward:before {
    content: "\e077";
  }
  .glyphicon-eject:before {
    content: "\e078";
  }
  .glyphicon-chevron-left:before {
    content: "\e079";
  }
  .glyphicon-chevron-right:before {
    content: "\e080";
  }
  .glyphicon-plus-sign:before {
    content: "\e081";
  }
  .glyphicon-minus-sign:before {
    content: "\e082";
  }
  .glyphicon-remove-sign:before {
    content: "\e083";
  }
  .glyphicon-ok-sign:before {
    content: "\e084";
  }
  .glyphicon-question-sign:before {
    content: "\e085";
  }
  .glyphicon-info-sign:before {
    content: "\e086";
  }
  .glyphicon-screenshot:before {
    content: "\e087";
  }
  .glyphicon-remove-circle:before {
    content: "\e088";
  }
  .glyphicon-ok-circle:before {
    content: "\e089";
  }
  .glyphicon-ban-circle:before {
    content: "\e090";
  }
  .glyphicon-arrow-left:before {
    content: "\e091";
  }
  .glyphicon-arrow-right:before {
    content: "\e092";
  }
  .glyphicon-arrow-up:before {
    content: "\e093";
  }
  .glyphicon-arrow-down:before {
    content: "\e094";
  }
  .glyphicon-share-alt:before {
    content: "\e095";
  }
  .glyphicon-resize-full:before {
    content: "\e096";
  }
  .glyphicon-resize-small:before {
    content: "\e097";
  }
  .glyphicon-exclamation-sign:before {
    content: "\e101";
  }
  .glyphicon-gift:before {
    content: "\e102";
  }
  .glyphicon-leaf:before {
    content: "\e103";
  }
  .glyphicon-fire:before {
    content: "\e104";
  }
  .glyphicon-eye-open:before {
    content: "\e105";
  }
  .glyphicon-eye-close:before {
    content: "\e106";
  }
  .glyphicon-warning-sign:before {
    content: "\e107";
  }
  .glyphicon-plane:before {
    content: "\e108";
  }
  .glyphicon-calendar:before {
    content: "\e109";
  }
  .glyphicon-random:before {
    content: "\e110";
  }
  .glyphicon-comment:before {
    content: "\e111";
  }
  .glyphicon-magnet:before {
    content: "\e112";
  }
  .glyphicon-chevron-up:before {
    content: "\e113";
  }
  .glyphicon-chevron-down:before {
    content: "\e114";
  }
  .glyphicon-retweet:before {
    content: "\e115";
  }
  .glyphicon-shopping-cart:before {
    content: "\e116";
  }
  .glyphicon-folder-close:before {
    content: "\e117";
  }
  .glyphicon-folder-open:before {
    content: "\e118";
  }
  .glyphicon-resize-vertical:before {
    content: "\e119";
  }
  .glyphicon-resize-horizontal:before {
    content: "\e120";
  }
  .glyphicon-hdd:before {
    content: "\e121";
  }
  .glyphicon-bullhorn:before {
    content: "\e122";
  }
  .glyphicon-bell:before {
    content: "\e123";
  }
  .glyphicon-certificate:before {
    content: "\e124";
  }
  .glyphicon-thumbs-up:before {
    content: "\e125";
  }
  .glyphicon-thumbs-down:before {
    content: "\e126";
  }
  .glyphicon-hand-right:before {
    content: "\e127";
  }
  .glyphicon-hand-left:before {
    content: "\e128";
  }
  .glyphicon-hand-up:before {
    content: "\e129";
  }
  .glyphicon-hand-down:before {
    content: "\e130";
  }
  .glyphicon-circle-arrow-right:before {
    content: "\e131";
  }
  .glyphicon-circle-arrow-left:before {
    content: "\e132";
  }
  .glyphicon-circle-arrow-up:before {
    content: "\e133";
  }
  .glyphicon-circle-arrow-down:before {
    content: "\e134";
  }
  .glyphicon-globe:before {
    content: "\e135";
  }
  .glyphicon-wrench:before {
    content: "\e136";
  }
  .glyphicon-tasks:before {
    content: "\e137";
  }
  .glyphicon-filter:before {
    content: "\e138";
  }
  .glyphicon-briefcase:before {
    content: "\e139";
  }
  .glyphicon-fullscreen:before {
    content: "\e140";
  }
  .glyphicon-dashboard:before {
    content: "\e141";
  }
  .glyphicon-paperclip:before {
    content: "\e142";
  }
  .glyphicon-heart-empty:before {
    content: "\e143";
  }
  .glyphicon-link:before {
    content: "\e144";
  }
  .glyphicon-phone:before {
    content: "\e145";
  }
  .glyphicon-pushpin:before {
    content: "\e146";
  }
  .glyphicon-usd:before {
    content: "\e148";
  }
  .glyphicon-gbp:before {
    content: "\e149";
  }
  .glyphicon-sort:before {
    content: "\e150";
  }
  .glyphicon-sort-by-alphabet:before {
    content: "\e151";
  }
  .glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
  }
  .glyphicon-sort-by-order:before {
    content: "\e153";
  }
  .glyphicon-sort-by-order-alt:before {
    content: "\e154";
  }
  .glyphicon-sort-by-attributes:before {
    content: "\e155";
  }
  .glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
  }
  .glyphicon-unchecked:before {
    content: "\e157";
  }
  .glyphicon-expand:before {
    content: "\e158";
  }
  .glyphicon-collapse-down:before {
    content: "\e159";
  }
  .glyphicon-collapse-up:before {
    content: "\e160";
  }
  .glyphicon-log-in:before {
    content: "\e161";
  }
  .glyphicon-flash:before {
    content: "\e162";
  }
  .glyphicon-log-out:before {
    content: "\e163";
  }
  .glyphicon-new-window:before {
    content: "\e164";
  }
  .glyphicon-record:before {
    content: "\e165";
  }
  .glyphicon-save:before {
    content: "\e166";
  }
  .glyphicon-open:before {
    content: "\e167";
  }
  .glyphicon-saved:before {
    content: "\e168";
  }
  .glyphicon-import:before {
    content: "\e169";
  }
  .glyphicon-export:before {
    content: "\e170";
  }
  .glyphicon-send:before {
    content: "\e171";
  }
  .glyphicon-floppy-disk:before {
    content: "\e172";
  }
  .glyphicon-floppy-saved:before {
    content: "\e173";
  }
  .glyphicon-floppy-remove:before {
    content: "\e174";
  }
  .glyphicon-floppy-save:before {
    content: "\e175";
  }
  .glyphicon-floppy-open:before {
    content: "\e176";
  }
  .glyphicon-credit-card:before {
    content: "\e177";
  }
  .glyphicon-transfer:before {
    content: "\e178";
  }
  .glyphicon-cutlery:before {
    content: "\e179";
  }
  .glyphicon-header:before {
    content: "\e180";
  }
  .glyphicon-compressed:before {
    content: "\e181";
  }
  .glyphicon-earphone:before {
    content: "\e182";
  }
  .glyphicon-phone-alt:before {
    content: "\e183";
  }
  .glyphicon-tower:before {
    content: "\e184";
  }
  .glyphicon-stats:before {
    content: "\e185";
  }
  .glyphicon-sd-video:before {
    content: "\e186";
  }
  .glyphicon-hd-video:before {
    content: "\e187";
  }
  .glyphicon-subtitles:before {
    content: "\e188";
  }
  .glyphicon-sound-stereo:before {
    content: "\e189";
  }
  .glyphicon-sound-dolby:before {
    content: "\e190";
  }
  .glyphicon-sound-5-1:before {
    content: "\e191";
  }
  .glyphicon-sound-6-1:before {
    content: "\e192";
  }
  .glyphicon-sound-7-1:before {
    content: "\e193";
  }
  .glyphicon-copyright-mark:before {
    content: "\e194";
  }
  .glyphicon-registration-mark:before {
    content: "\e195";
  }
  .glyphicon-cloud-download:before {
    content: "\e197";
  }
  .glyphicon-cloud-upload:before {
    content: "\e198";
  }
  .glyphicon-tree-conifer:before {
    content: "\e199";
  }
  .glyphicon-tree-deciduous:before {
    content: "\e200";
  }
  .glyphicon-cd:before {
    content: "\e201";
  }
  .glyphicon-save-file:before {
    content: "\e202";
  }
  .glyphicon-open-file:before {
    content: "\e203";
  }
  .glyphicon-level-up:before {
    content: "\e204";
  }
  .glyphicon-copy:before {
    content: "\e205";
  }
  .glyphicon-paste:before {
    content: "\e206";
  }
  .glyphicon-alert:before {
    content: "\e209";
  }
  .glyphicon-equalizer:before {
    content: "\e210";
  }
  .glyphicon-king:before {
    content: "\e211";
  }
  .glyphicon-queen:before {
    content: "\e212";
  }
  .glyphicon-pawn:before {
    content: "\e213";
  }
  .glyphicon-bishop:before {
    content: "\e214";
  }
  .glyphicon-knight:before {
    content: "\e215";
  }
  .glyphicon-baby-formula:before {
    content: "\e216";
  }
  .glyphicon-tent:before {
    content: "\26fa";
  }
  .glyphicon-blackboard:before {
    content: "\e218";
  }
  .glyphicon-bed:before {
    content: "\e219";
  }
  .glyphicon-apple:before {
    content: "\f8ff";
  }
  .glyphicon-erase:before {
    content: "\e221";
  }
  .glyphicon-hourglass:before {
    content: "\231b";
  }
  .glyphicon-lamp:before {
    content: "\e223";
  }
  .glyphicon-duplicate:before {
    content: "\e224";
  }
  .glyphicon-piggy-bank:before {
    content: "\e225";
  }
  .glyphicon-scissors:before {
    content: "\e226";
  }
  .glyphicon-bitcoin:before {
    content: "\e227";
  }
  .glyphicon-btc:before {
    content: "\e227";
  }
  .glyphicon-xbt:before {
    content: "\e227";
  }
  .glyphicon-yen:before {
    content: "\00a5";
  }
  .glyphicon-jpy:before {
    content: "\00a5";
  }
  .glyphicon-ruble:before {
    content: "\20bd";
  }
  .glyphicon-rub:before {
    content: "\20bd";
  }
  .glyphicon-scale:before {
    content: "\e230";
  }
  .glyphicon-ice-lolly:before {
    content: "\e231";
  }
  .glyphicon-ice-lolly-tasted:before {
    content: "\e232";
  }
  .glyphicon-education:before {
    content: "\e233";
  }
  .glyphicon-option-horizontal:before {
    content: "\e234";
  }
  .glyphicon-option-vertical:before {
    content: "\e235";
  }
  .glyphicon-menu-hamburger:before {
    content: "\e236";
  }
  .glyphicon-modal-window:before {
    content: "\e237";
  }
  .glyphicon-oil:before {
    content: "\e238";
  }
  .glyphicon-grain:before {
    content: "\e239";
  }
  .glyphicon-sunglasses:before {
    content: "\e240";
  }
  .glyphicon-text-size:before {
    content: "\e241";
  }
  .glyphicon-text-color:before {
    content: "\e242";
  }
  .glyphicon-text-background:before {
    content: "\e243";
  }
  .glyphicon-object-align-top:before {
    content: "\e244";
  }
  .glyphicon-object-align-bottom:before {
    content: "\e245";
  }
  .glyphicon-object-align-horizontal:before {
    content: "\e246";
  }
  .glyphicon-object-align-left:before {
    content: "\e247";
  }
  .glyphicon-object-align-vertical:before {
    content: "\e248";
  }
  .glyphicon-object-align-right:before {
    content: "\e249";
  }
  .glyphicon-triangle-right:before {
    content: "\e250";
  }
  .glyphicon-triangle-left:before {
    content: "\e251";
  }
  .glyphicon-triangle-bottom:before {
    content: "\e252";
  }
  .glyphicon-triangle-top:before {
    content: "\e253";
  }
  .glyphicon-console:before {
    content: "\e254";
  }
  .glyphicon-superscript:before {
    content: "\e255";
  }
  .glyphicon-subscript:before {
    content: "\e256";
  }
  .glyphicon-menu-left:before {
    content: "\e257";
  }
  .glyphicon-menu-right:before {
    content: "\e258";
  }
  .glyphicon-menu-down:before {
    content: "\e259";
  }
  .glyphicon-menu-up:before {
    content: "\e260";
  }



/* Media Queries */

@media screen and (max-width: 530px) {
    .try-text {
        display: none;
    }

    .navbar-brand img {
        height: 30px;
    }
}

@media screen and (max-width: 1200px) {
    .panel.panel--stepped .panel-heading ul li span {
        display: none;
    }
}



@media screen and (max-width: 768px) {
   .col {
    min-width: 100%;
   }  
  
  .row--divided .col, 
    .row--grided .col,
    .row--divided .col + .col, 
    .row--grided .col + .col,
    .row--divided .col:last-child, 
    .row--grided .col:last-child {
        min-width: 100%;
        padding: 1.764rem 0 1rem 0;
        border: 0;
        border-top: 1px solid #EEE;
    }

    .row--divided .col:first-child, 
    .row--grided .col:first-child {
        border: 0;
    }

}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    
 .row--divided .col, 
   .row--grided .col,
   .row--divided .col + .col, 
   .row--grided .col + .col,
   .row--divided .col:last-child, 
   .row--grided .col:last-child  {
       min-width: 50%;
       padding: 1.764rem 1.764rem 1rem 1.764rem;
       border: 1px solid #EEE;
   }

}