/*
    Created on : 21-Oct-2016, 14:30:55
    Author     : brian
*/

/* main */

.back-to-top {
    background-color: #0E934B !important;
    border: 1px solid #0E934B !important;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    z-index: 100;
}

.devMode {
    font-family: monospace;
    font-size: 18pt;
    text-align: center;
    background-color: #F21F2B;
    color: #ffffff;
    padding: 3px;
}

.testMode {
    font-family: monospace;
    font-size: 18pt;
    text-align: center;
    background-color: #FF6600;
    color: #ffffff;
    padding: 3px;
}

.no-pad {
    padding: 0;
}

html, body, #basecontainer {
    height: 100%;
}

html {

}

.fraud-image-lightbox {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
}

.fraud-image-lightbox .fraud-image-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.fraud-image-container .fraud-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  max-height: 60%;
  width: auto;
}

.htmlbg1 {
    background: url(../images/page-background1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.htmlbg2 {
    background: url(../images/page-background2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.field-help {
    font-size: 12pt;
    padding: 5px 10px;
    border: 1px solid #bce8f1;
    background: #d9edf7;
    color: #31708f;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12pt;
    /*    background-color: #37b348;*/
    background-color: transparent;
}

a, a:hover, a:visited, a:active {
    color: #0E934B;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #0E934B;
}

a.btn {
    color: #ffffff;
}

a.btn-default {
    color: #333333;
}

header {
    color: #ffffff;
    z-index: 10;
    position: relative;
}

header .btn-default {
    font-family: "HouschkaLight";
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

header .btn-default:hover {
    background-color: #F21F2B;
    border: 1px solid #F21F2B;
    color: #ffffff;
}

header .top-nav-logo {
    border-top: 1px solid #cccccc;
    margin-left: -15px;
    margin-right: -15px;
}

header .top-nav-logo img {
    max-height: 58px;
    padding: 5px;
}

header .top-nav {
    margin-bottom: 20px;
    background: #ffffff;
    background: rgba(255,255,255,0.90);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.25);
}

header .top-nav .container {

}

header .top-nav ul {
    margin: 0;
    float: right;
}

header .top-nav ul.affiliate {
    float: left;
    padding-left: 0;
}

header .top-nav ul li {
    list-style: none;
    display: block;
    vertical-align: middle;
    position: relative;
    float: left;;
    color: #333333;
}

header .top-nav ul li a {
    border-left: 1px solid #cccccc;
}


header .top-nav ul li a, header .top-nav ul li span, header .top-nav .contact {
    display: table-cell;
    height: 58px;
    min-height: 58px;
    overflow:auto;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: middle;
}

header .top-nav ul li a, header .top-nav ul li a:visited, header .top-nav ul li a:active {
    color: #333333;
}

header .top-nav ul li.active {
    background: #F21F2B;
    color: #ffffff;
}

header .top-nav ul li.active a {
    color: #ffffff;
}

header .top-nav ul li a:hover {
    background: #F21F2B;
    color: #ffffff;
    text-decoration: none;
}

header .top-nav .contact, header .top-nav .contact_cs {
    font-size: 9pt;
    font-weight: bold;
    color: #333333;
    background: #FEDE3E;
    line-height: 15pt;
    text-align: right;
}

header .top-nav .contact_cs {
    color: #ffffff;
    background: #0E934B;
}

header .top-nav ul.affiliate li span {
    font-size: 9pt;
}

@media (max-width: 768px) {
    header .container-fluid.top-nav {
        padding: 0;
    }

    header .top-nav ul {
        float: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    header .top-nav ul li {
        border: 0;
        border-bottom: 1px solid #cccccc;
        width: 100%;
    }

    header .top-nav ul li:last-of-type {
        border: 0;
    }

    header .top-nav ul li a, header .top-nav ul li span {
        display: block;
        height: auto;
        min-height: 0;
        padding: 5px 20px;
    }

    header .top-nav .contact, header .top-nav .contact_cs {
        text-align: center;
        display: block;
        height: auto;
        min-height: 0;
        padding: 5px;
        margin: 0;
    }
}




noscript div {
    background-color: rgba(0,0,0,0.25);
    color: #cc4444;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
}

noscript h1 {
    margin: 0;
    padding: 25px 25px 10px;
    background-color: #ffdddd;
}

noscript p {
    margin: 0;
    padding: 10px 25px 25px;
    background-color: #ffdddd;
}

section.footer, section.debug-section {
    background-color: #f2f2f2;
    background-color: rgba(242,242,242,0.90);
}

section.footer {
    font-size: 7pt;
    text-align: left;
    color: #333333;
    padding-bottom: 10px;
}

section.footer a, section.footer a:visited {
    color: #000000;
}


/* TEMP hide cookie warning */
#cookieWarning {
    display: none;
}

.navbar {
    min-height: 0;
}

.navbar-nav > li {
    margin-right: 10px;
}

.navbar-nav > li:last-of-type {
    margin-right: 0;
}

.navbar-nav > li a {
    font-family: "HouschkaMedium";
    color: #ffffff;
    padding: 10px;
    font-size: 12pt;
    background: #0E934B;
    border: 1px solid #0E934B;
}

.navbar-nav > li a:focus {
    background: none;
}

.navbar-nav > li a:hover {
    border: 1px solid #F21F2B;
    background: #F21F2B;
}

.navbar-nav > li a.get-quote-nav-btn {
    background: #F21F2B;
    border: 1px solid #F21F2B;
}

.navbar-nav > li a.get-quote-nav-btn:hover {
    background: #c12132;
}

@media (max-width: 767px) {
    .navbar-nav > li a, .navbar-nav > li a:hover {
        text-align: center;
        border-bottom: 0;
    }

    .navbar-nav > li:last-of-type a {
        border-bottom: 1px solid #ffffff;
    }

    .navbar-nav > li {
        margin: 0;
    }
}

.navbar .navbar-toggle {
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.navbar .navbar-toggle .icon-bar {
    background: #ffffff;
}

@media (max-width: 768px) {
    header .contact {
        margin: 0 0 20px;
    }
}

header .contact div {
    white-space: nowrap;
    overflow: hidden;
}

header .contact .large, header .contact_cs .large {
    font-size: 18pt;
}

.page-banner {
    padding-bottom: 20px;
}

.content-section .page-content {
    background-color: #F2F2F2;
    background-color: rgba(242,242,242,0.80);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.25);
}

.page-banner .banner-title {
    font-family: "HouschkaLight";
    /*color: #ffffff;*/
    margin-top: 0;
    color: #444444;
}

.page-banner .banner-title h1 {
    font-size: 36pt;
    margin-top: 10px;
}

.page-banner .banner-title h2 {
    font-size: 22pt;
}

.page-banner .banner-title .btn-lg {
    margin-bottom: 20px;
}

.header-image-col {
/*    background-image: url('../images/home_page_banner_bg.png');
    background-repeat: no-repeat;
    background-position: 240px 0;
    background-size: 400px;*/
    margin-top: -125px;
/*    height: 342px;*/
/*    min-height: 360px;*/
}

.header-prices-from {
    margin-top: 50px;
    text-align: right;
}

.header-price-from-container {
    background: rgba(255,255,255,0.85);
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    text-align: center;
    display: inline-block;
    padding: 10px;
    margin: 2px;
    font-size: 10pt;
    width: 160px;
}

.header-price-from-container .title {
    font-size: 18pt;
    font-family: "HouschkaMedium";
    color: #0E934B;
}

.header-price-from-container .price {
    font-size: 26pt;
    font-family: "HouschkaMedium";
    color: #C12132;
}

.content-section .page-content h2 {
    margin-top: 25px;
    margin-bottom: 25px;
}

header .logo {
    margin-bottom: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-image-col {
        background-position: 150px 30px;
        background-size: 370px;
    }

    .header-prices-from ul {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-image-col {
        background-position: 85px 35px;
        background-size: 260px;
        height: 240px;
    }

    .header-prices-from {
        margin-top: 0;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .header-image-col {
        background-image: none;
        height: auto;
        margin-top: 0;
    }
    .header-prices-from {
        margin-top: 30px;
        width: 100%;
        text-align: center;
    }
}



@media (min-width: 992px) and (max-width: 1199px) {
    .page-banner .banner-title {
        margin-top: 0;
    }

    .page-banner .banner-title h1 {
        font-size: 30pt;
        margin-top: 0;
    }

    .page-banner .banner-title h2 {
        font-size: 18pt;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header .logo img {
        /*        max-width: 280px;*/
    }

    .navbar-nav > li {
        margin-right: 0;
        margin-left: 5px;
    }

    .navbar-nav > li a {
        padding: 5px 6px;
    }

    .page-banner .banner-title {

    }

    .page-banner .banner-title h1 {
        font-size: 28pt;
        margin-top: 0;
    }

    .page-banner .banner-title h2 {
        font-size: 14pt;
    }

    .header-image-col {
        margin-top: -70px;
    }
}

@media (max-width: 767px) {
    header {

    }

    header .container {
        padding: 0;
    }

    header .logo img {
        max-width: 70%;
    }

    .navbar .navbar-header {
        margin-top: -70px;
    }

    .navbar .navbar-header .navbar-toggle {
        padding: 15px;
        margin-right: 0;
        background: #37b348;
    }

    .navbar .nav {
        background: #37b348;
    }

    .page-banner {
        margin-top: -32px;

    }

    .page-banner .banner-title h1 {
        font-size: 24pt;
        margin-bottom: 0;
        text-align: center;
    }

    .page-banner .banner-title h2 {
        font-size: 18px;
        margin-top: 0;
        text-align: center;
    }
}


.page-breakdown .banner-title h1, .page-breakdown .banner-title h2 {
    width: 160%;
}

.page-cover-details .banner-title h1, .page-cover-details .banner-title h2 {
    width: 140%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .page-cover-details .banner-title h1, .page-cover-details .banner-title h2 {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-breakdown .banner-title h1, .page-breakdown .banner-title h2,
    .page-contact .banner-title h1, .page-contact .banner-title h2 {
        width: 120%;
    }
}

@media (max-width: 767px) {
    .page-breakdown .banner-title h1, .page-breakdown .banner-title h2,
    .page-contact .banner-title h1, .page-contact .banner-title h2,
    .page-cover-details .banner-title h1, .page-cover-details .banner-title h2 {
        width: 100%;
    }
}

.fancy-hr {
    height: 3px;
    background-color: #E5E5E5;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #fbfbfb;
    margin-top: 25px;
    margin-bottom: 25px;
}

.error-msg {
    color: #C12132;
    margin: 0 0 20px;
}

.success-msg {
    color: #004400;
    margin: 0 0 20px;
}



/* bootstrap helper tweaks */

.badge-primary {
    background-color: #c12132;
    color: #ffffff;
}

.col-half-offset{
    margin-left:4.166666667%
}

.btn {
    font-family: "HouschkaMedium";
    font-size: 16pt;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}

.btn-sm {
    font-size: 12pt;
}

.btn-primary, .btn-primary:focus, .btn-primary[disabled]:hover, .label-btn-primary {
    background-color: #F21F2B;
    border-color: #F21F2B;
}

.btn-primary:hover {
    background-color: #C12132;
    border-color: #C12132;
}

.btn-xs {
    font-size: 10pt;
    border-radius: 5px
}

.btn-wrap {
    white-space: normal;
}

.btn-xl {
    font-size: 24pt;
    padding: 15px 70px;
}


/* forms */
.form .title, .info-container .title, .form-container .title {
    font-family: "HouschkaLight";
    font-size: 18pt;
}

.form .form-control {
    font-size: 15pt;
    height: 38px;
}

.form-container {
    background: #Fafafa;
    padding: 20px 30px;
    margin: 0 0 20px;
    border: 1px solid #CFD1D2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.form-container .title {
    color: #0E934B;
    font-weight: bold;
    margin-bottom: 5px;
}

.form-container .radio-inline {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .form-container .radio-inline {
        display: block;
    }

    .form-container .radio-inline + .radio-inline {
        margin-left: 0;
    }
}


/* awesome checkbox mods */

.radio-primary input[type="radio"]:checked + label::after {
    background: #C12132;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #C12132;
}

.radio-x2 {
    margin: 5px 0 20px;
}

.radio-x2 input[type="radio"] {
    cursor: pointer;
    /*    margin-left: 10px !important;
        margin-top: 6px !important;*/
}

.radio-x2 input[type="radio"],
.radio-x2 label::before {
    height: 34px;
    width: 34px;
}
.radio-x2 label::before {
    margin-left:-24px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ fixes crappy radio button margin issue */
    .radio input[type='radio'] {
        margin-left: 10px !important;
        margin-top: 6px !important;
    }
}

.radio-x2 label::after {
    width: 28px;
    height: 28px;
    margin-left:-24px;
}

.radio-check input[type="radio"]:checked + label::after {
    content: "\f00c";
    font-family: FontAwesome;
    color: #ffffff;
    font-size: 19px;
}

.radio-group {
    height: auto !important;
    padding: 0;
}

.radio-group .radio:hover {
    background: #f3f3f3;
}

.radio-group .radio {
    border-bottom: 1px solid #cccccc;
    margin: 0;
}

.radio-group .radio:last-of-type {
    border-bottom: 0;
}

.radio-group .radio label {
    width: 100%;
    padding-left: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.radio-group .radio label::before {
    margin-top: 5px;
    margin-left: -10px;
}

.radio-group .radio label::after {
    top: 13px;
    left: 13px;
}

.checkbox label::before {
    border: 1px solid #555555;
    margin-top: 2px;
}

.checkbox input[type="checkbox"]:checked + label::after {
    margin-top: 2px;
}

.inline {
    display: inline;
}

#cookieWarning {
    background: #ffffff;
    border-top: 1px solid #A0A1A4;
    position: fixed;
    bottom: 0px;
    z-index: 100;
    height: 120px;
    width: 100%;
    padding: 20px 0;
    color: #333333;
}

#cookieWarning .title {
    color: #0E934B;
    font-size: 15pt;
    font-family: "HouschkaLight";
}

#cookieWarning .detail {
    font-size: 12pt;
}

/* info cell */
.info-cell {
    color: #A0A1A4;
    background: #ffffff;
    border: 1px solid #CFD1D2;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    text-align: center;
    padding: 25px 15px;
    margin-bottom: 25px;
}

.info-cell .title {
    padding: 20px 25px 10px;
    font-family: "HouschkaMedium";
    color: #0E934B;
    font-size: 16pt;
    line-height: 22pt;
}

@media (min-width: 768px) and (max-width: 991px) {
    .info-cell {
        padding: 15px;
    }
    .info-cell .title {
        font-size: 18pt;
        line-height: 18pt;
    }
}

.info-cell .detail {
    font-size: 12pt;
    color: #666666;
    padding: 10px 0 20px;
}

.info-cell-plain {

}

.features-table {
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    background: #ffffff;
/*    border: 1px solid #CFD1D2;*/
    margin-bottom: 20px;
    color: #0E934B;
}

.table-responsive > .table.products > tbody > tr > th {
    white-space: normal;
    vertical-align: middle;
}

table.products {
    margin-bottom: 0;
}

table.products .fa-check {
    color: #0E934B;
}

table.products .fa-times {
    color: #dddddd;
}

table.products th, table.products td {
    text-align: center;
    border-left: 1px solid #E4FCEF !important;
    border-bottom: 1px solid #E4FCEF !important;
}

table.products > tbody > tr:first-of-type, table.products > tbody > tr:last-of-type {
    background: #0E934B;
}

table.products > tbody > tr:first-of-type th, table.products > tbody > tr:last-of-type th, table.products > tbody > tr:last-of-type td {
    color: #ffffff;
}

table.products th:first-of-type {
    border-left: 0 !important;
}

table.products th {
    font-family: "HouschkaLight";
    color: #0E934B;
}

table.products td {
    vertical-align: middle !important;
    color: #0E934B;
}

table.products tr:first-of-type th {
    border-top: 0;
}

table.products .product-name, table.products .product-rate {
    font-size: 18pt;
    font-family: "HouschkaMedium";
    color: #0E934B;
/*    font-weight: bold;*/
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.panel-group .panel, .panel-group .panel-heading {
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
}

.panel-group .panel-heading {
    background: #DCDCDC;
    border-top: 1px solid #B5B5B5;
    border-bottom: 1px solid #B5B5B5;
    color: #B5B5B5;
}

.panel-group .panel-heading a, .panel-group .panel-heading a:hover {
    color: #555555;
    text-decoration: none;
}

.stats-container {
    padding: 25px;
    margin-bottom: 25px;
}

.stats-container .title {
    color: #0E934B;
    font-size: 32pt;
    font-weight: bold;
    text-align: center;
}

.stats-container .detail {
    color: #333333;
    padding: 10px 35px;
    text-align: center;
}


#stage2form .address {
    padding: 5px 10px 0 35px;
    font-size: 10pt;
    font-weight: bold;
    color: #0E934B;
    width: 100%;
}

#stage2form .options {
    margin-top: 10px;
    text-align: center;
}

#orderCompleteLinks {
    text-align: center;
}

#orderCompleteLinks .fileItem {
    display: inline-block;
    background: #0E934B;
    border: 1px solid #0E934B;
    margin: 5px;
    vertical-align: top;
    color: #ffffff;
}

#orderCompleteLinks .fileItem a {
    font-size: 14pt;
    font-weight: bold;
    display: inline-block;
    padding: 5px;
    min-width: 250px;
    color: #ffffff;
}

#orderCompleteLinks .fileItem:hover {
    background-color: #F21F2B;
    border: 1px solid #F21F2B;
}

#orderCompleteLinks .fileItem:hover a {
    text-decoration: none;
}

#orderCompleteLinks .fileItem .icon {
    margin-top: 5px;
}


.orderstage {

}

.orderstage > div {
    margin: 25px auto;
    color: #dddddd;
}

.orderstage .row > div > div {
    border: 1px solid #CFD1D2;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    background: #ffffff;
    padding: 5px 20px;
    font-size: 18pt;
    text-align: center;
    font-family: "HouschkaLight";
}

@media (max-width: 991px) {
    .orderstage .row > div > div {
        margin-bottom: 5px;
    }
}

.orderstage .row > div.completed i {
    color: #0E934B;
}

.orderstage .row > div.completed {
    color: #333333;
}

.customer-login, .profile-box {
    font-size: 12pt;
    color: #333333;
    text-align: left;
    background: #ffffff;
    border: 1px solid #CFD1D2;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    padding: 25px 30px;
    margin-bottom: 25px;
}

.my-account-content .title {
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 5px;
    color: #0E934B;
    font-family: "HouschkaLight";
}

.customer-login .form-control, .profile-box .form-control {
    font-size: 14pt;
}

.my-account-nav .title {
    font-size: 14pt;
    padding: 0 5px 5px;
    color: #0E934B;
    font-family: "HouschkaLight";
}

.my-account-nav > ul {
    /*    background: #ffffff;
        border: 1px solid #CFD1D2;
        padding: 5px;*/
    margin-bottom: 15px;
}


.page-content.page-my-account {
    margin-top: 0;
    padding-top: 30px;
}

.page-my-account .tab-content {
    margin-top: 20px;
}

.page-my-account .policy {
    font-size: 14pt;
    color: #555555;
    text-align: left;
    background: #ffffff;
    border: 1px solid #CFD1D2;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    margin-bottom: 25px;
    padding: 15px 20px;
}

.page-my-account .policy .title {
    font-size: 20pt;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

.page-my-account .policy label {
    text-align: right;
}

.page-my-account .policy .status-expired {
    color: #C12132;
}

.page-my-account .policy-type-car {
    background-image: url('../images/my-account/vehicle-car.png');
    background-repeat: no-repeat;
    background-position: center 30px;
}

.page-my-account .policy .btn {
    margin-top: 5px;
}

.page-confirm-cancel .title {
    font-family: "HouschkaLight";
    font-size: 22pt;
    color: #0E934B;
    font-weight: bold;
    padding: 15px 0;
}

.creditmethod-calc {
    border: 1px solid #dddddd;
    padding: 5px;
    font-size: 11pt;
}

.ddi-content {
    background: #ffffff;
    padding: 10px 20px;
    font-size: .8em;
    border: 2px solid #000000;
    margin-bottom: 20px;
}

.ddi-content .title {
    padding: 20px 0;
    color: #000000;
}

.overlay {
    background-color: rgba(0,0,0,0.75);
    z-index: 1000;

    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.overlay > div {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.4em;
    background: #0E934B;

    padding: 50px;
    text-align: center;

    width: 50%;
    min-width: 400px;

    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.overlay > div > div {
    margin-top: 20px;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-30 {
    padding: 30px;
}

.honestyStatement {
    font-weight: bold;
    margin-bottom: 25px;
}
