html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    font-family: 'PT Sans', sans-serif;
    background: #ffffff;
    font-weight:300;
    font-size: 14px;
    line-height: 22px;
    color: #58595b;
}

.container {
    width: 960px;
    margin: 20px auto;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .container {
        width: 768px;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        width: 420px;
    }
}

@media only screen and (max-width: 480px) {
    .container {
        width: 300px;
    }
}

a img {
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1 {
    font-size: 26px;
    line-height: 32px;
}

p, ul {
    margin-bottom: 10px;
}
.wrapper {
    max-width: 80em;
}

#chargify-success {
    display: none;
}

#easySteps, #signup, #headerText, #upgrade-submit, #upgrade-success, #allStates-HWRET, #enterprise-upgrade {
    display: none;
}

#allstate-upgrade {
    display: none;
}

#loading {
    display: inline;
}
/* Response */
.response{
    padding: 6px;
    display: none;
}

.not-exists{
    color: green;
}

.exists{
    color: red;
}
span.smallHighlight {
    background-color: #6DB8E9;
    color: #ffffff;
}
span.mediumHighlight {
    background-color: #2F9AE0;
    color: #ffffff;
}
span.largeHighlight {
    background-color: #1b79b7;
    color: #ffffff;
}

.form__section {
    padding: 1em 0;
}
/* ADDED by RDH
   11-JAN-2017

   Adds Header image with text to look more like miEdge website.
 */
#header-image {
    width: 100%;
    height: auto;
    /*margin-top: 50px;*/
    position: relative;
/*    min-height: 100px;*/
}

#header-image h2 {
    color: white;
    font-size: 3.5em;
    /*font-family: 'cmlight';*/
    position: relative;
    padding-top: 2%;
    padding-left: 1%;
    text-shadow: 2px 2px #333;
}

#header-image .col {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
}

@media only screen and (max-width: 1100px) {
    #header-image h2 {
        font-size: 3em;
/*        padding-top: 5%;*/
    }
}

@media only screen and (max-width: 900px) {
    #header-image h2 {
        font-size: 2em;
 /*       padding-top: 1%;*/
    }
}
@media only screen and (max-width: 600px) {
    #header-image h2 {
        font-size: 1.25em;
        /*       padding-top: 1%;*/
    }
}

/* Step Indicator */
* {
    box-sizing: border-box;
}

#progress {
    padding: 0;
    list-style-type: none;
    font-family: arial;
    font-size: 12px;
    clear: both;
    line-height: 1em;
    margin: 0 -1px;
    text-align: center;
    width: auto;
}

#progress li {
    float: left;
    padding: 10px 30px 10px 40px;
    background: #135682;
    color: #fff;
    position: relative;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    width: auto;
    margin: 0 1px;
}

#progress li:before {
    content: '';
    border-left: 17px solid #fff;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    position: absolute;
    top: 0;
    left: 0;

}

#progress li:after {
    content: '';
    border-left: 17px solid #135682;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 20;
}

#progress li.active {
    background: #555;
}

#progress li.active:after {
    border-left-color: #555;
}

/* Sidebar table formatting */
.divTable {
    display: table;
    width: 100%;
    border: 0px solid #666666;
    border-spacing: 5px; /* cellspacing:poor IE support for  this */
}
.divRow {
    display: table-row;
    width: 100%;
    clear: both;
}
.divrow plan__summary-total {
    font-size: 18px;
    color: #1B79B7;
}
.border-top {
    border-top: 1px solid #ddd;
}
.divCellLeft {
    float: left; /* fix for  buggy browsers */
    display: table-cell;
    /*width: 80%;*/
}

.divCellRight {
    float: right; /* fix for  buggy browsers */
    display: table-cell;
    text-align: right;
    width: 20%;
}

.divCellFull {
    float: left;
    text-align: left;
    display: table-cell;
    width: 100%;
}

.plan__summary-table .tr {
    display: table-row;
}

.plan__summary-table .td {
    display: table-column;
}
div.transbox {
    /*margin: 5%;*/
    padding-top: 60px;
    padding-bottom: 5px;
    background-color:rgba(0,0,0,0.5);
}

iframe {
    width: 98%;
}
