@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

body {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    background: rgba(220, 220, 220, 1);
}

/* Text alignment and size */
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
strong { font-weight: 600; }
.smaller { font-size: smaller; }
.nowrap { white-space: nowrap; }

/* Text colors */
.alert,
.red-text { color: rgba(225, 46, 4, 1) !important; }
.blue-text { color: rgba(16, 70, 109, 1) !important; }

/* Background colors */
.red { background-color: rgba(225, 46, 4, 1) !important; }
.yellow { background-color: rgba(255, 209, 44, 1) !important; }
.gray { background-color: rgba(245, 245, 245, 1) !important; }
.blue { background-color: rgba(16, 70, 109, 1) !important; }
.green { background-color: rgba(28, 192, 66, 1) !important; }
.zidx100 { z-index: 100 !important; }

/* Floats */
.float-50 {
    float: left;
    clear: none;
    width: 49%;
}

.float-50:first-of-type {
    margin-right: 2%;
}

.wrapper {
    position: relative;
    clear: both;
    margin: 0;
    padding: 0;
    min-width: 1067px;
    text-align: center;
    background-color: #FFFFFF;
    z-index: 1;
}

.wrapper > header {
    margin: 0 auto;
    padding: 8px 16px 0 16px;
    width: 960px;
}

#siteHead {
    background: rgba(255, 209, 44, 1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

#siteFoot {
    background: linear-gradient(rgba(245, 245, 245, 1), rgba(220, 220, 220, 1));
    border-top: 1px solid rgba(220, 220, 220, 0.25);
}

#siteHead nav {
    text-align: right;
    min-width: 540px;
    font-size: 9px;
}

#siteHead nav a {
    position: relative;
    display: inline-block;
    padding: 2em 1em 0 1em;
    height: 68px;
    color: #111111 !important;
    text-align: left;
    text-decoration: none;
}

#siteHead nav a:hover {
    border-bottom: 2px solid #E12E04;
    text-decoration: none;
}

#siteHead nav a strong {
    display: block;
    color: #E12E04;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

#dashboardNav {
    margin-bottom: 2em;
    height: 1.75em;
    border-bottom: 2px solid rgba(220, 220, 220, 1);
}

#dashboardNav a, #dashboardNav a:hover {
    display: inline-block;
    float: left;
    margin-right: -2px;
    padding: 0 0.5em;
    height: 100%;
    color: #333333;
    background-color: rgba(245, 245, 245, 1);
    border: 2px solid rgba(220, 220, 220, 1);
    border-bottom: none;
    text-decoration: none;
}

#dashboardNav a.active {
    background-color: #FFFFFF;
}

.credit-count {
    position: absolute;
    right: 1em;
    font-size: 10px;
    font-weight: 600;
}

.wrapper > footer {
    margin: 0 auto;
    padding: 8px 66px 0 66px;
    width: 960px;
    height: 88px;
    color: rgba(90, 90, 90, 1);
    font-size: 0.7em;
    text-align: left;
}

.wrapper > footer p {
    margin: 0;
    font-weight: 700;
}

.wrapper > footer a {
    color: inherit;
    text-decoration: none;
}

.logo { float: left; }

.logo a {
    display: inline-block;
    background: url("../img/logo.png") no-repeat;
    background-size: 41px;
    padding-left: 48px;
    height: 56px;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.5em;
    text-decoration: none;
    color: rgba(0, 0, 0, 1) !important;
}

.logo a:hover { text-decoration: none; }

.logo strong {
    font-size: 1.4em;
    font-weight: 700;
}
.logo mark {
    font-weight: 600;
    color: rgba(215, 36, 44, 1);
    background: none;
}

.logo h1 {
    margin: -1.5em 0 0 3.4em;
    font-size: 0.9em;
    font-weight: 600;
}

#footerNav { float: right; }

#footerNav a { white-space: nowrap; }

.social-icon { margin-right: 0.1em; }

main {
    display: block;
    clear: both;
    margin: 0 auto;
    padding: 2em 16px;
    width: 960px;
    min-height: 414px;
    text-align: left;
    overflow: auto;
}

.column {
    position: relative;
    display: block;
    float: left;
    width: 368px;
    max-width: 560px;
    z-index: 100;
}

.column-wide {
    width: 560px;
}

.column-half {
    width: 50%;
}

.column:last-of-type {
    margin-right: 0;
    clear: right;
}

.col-mid {
    padding-top: 5em;
}

.clear { clear: left; }

.results p {
    font-size: 1.25em;
    font-weight: 700;
    text-align: left;
}

h1 {
    margin: 0.8em 0;
    font-size: 2em;
    font-weight: 600;
}

h2 {
    margin: 0.8em 0;
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    margin: 0.25em 0 -0.5em 0;
    font-size: 1.9em;
    font-weight: 700;
}

.column h3 { margin: -0.3em 0 0 0; }

h4 {
    margin: 0 1em 0.5em 1em;
    font-size: 24px;
    font-style: italic;
    line-height: 24px;
}

ol, ul { padding-left: 2.5em; }

ol li { margin-bottom: 1em; }

ul { list-style: disc; }

ul.checklist {
    display: inline-block;
    margin: 0 auto;
    padding-left: 2.5em;
    text-align: left;
    list-style: none;
    font-size: 13px;
}

ul.checklist li {
    margin-left: -1.5em;
}

ul.checklist li:before {
    content: "\2713";
    position: relative;
    left: -0.1em;
    font-size: 1.2em;
    color: #10466D;
}

p { margin: 1em 0; }

fieldset {
    padding: 1em;
    border-radius: 3px;
    border: 2px solid rgba(16, 70, 109, 1);
    font-size: 20px;
}

.video iframe {
    width: 560px;
    height: 314px;
}

.pullup {
    position: relative;
    bottom: -3em;
    margin-top: -3em;
}

#contractorTrust {
    width: 400px;
    max-width: none;
}

label {
    display: inline-block;
    margin-bottom: 1em;
    text-align: left;
    box-sizing : border-box;
    width: 100%;
}

span.field {
    display: inline-block;
    width: 260px;
}

span.field-error {
    background-color: rgba(225, 46, 4, 1);
    border: 2px solid rgba(225, 46, 4, 1);
    border-radius: 5px;
    color: #FFFFFF;
}

span.field-error textarea,
span.field-error input,
span.field-error select {
    width: 256px;
}

label > span {
    display: inline-block;
    width: 100px;
    font-weight: bold;
}

input { font-family: 'Open Sans', sans-serif; }

textarea,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="date"],
select {
    padding: 0;
    width: 260px;
    height: 2em;
    background-color: #FFFFFF;
    border: 2px solid rgba(200, 200, 200, 1);
    border-radius: 5px;
    font-size: 16px;
    line-height: 2em;
    text-indent: 0.5em;
    color: #666666;
    clear: both;
    box-sizing: border-box;
}

textarea:focus, input:focus {
    outline: 0;
}

textarea {
    padding: 0.5em;
    height: 8em;
    text-indent: 0;
    line-height: normal;
}

select {
    text-indent: 0;
}

label.field-error textarea,
label.field-error input[type="text"],
label.field-error input[type="password"] {
    box-sizing : border-box;
    border: none;
}

::-webkit-input-placeholder {
    color: #666666;
}

:-moz-placeholder { /* Firefox 18- */
    color: #666666;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #666666;
}

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

#searchForm fieldset {
    margin: 1.5em 0;
    padding: 0;
    border: none;
}

#searchForm input[type="text"] {
    width: 75%;
    height: 36px;
    border-color: rgba(225, 46, 4, 1);
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-sizing : border-box;
}

#searchForm input[type="submit"] {
    width: 25%;
    min-width: 25%;
    height: 36px;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-sizing : border-box;
}

#searchForm p { margin: 0; }

.button {
    display: inline-block;
    padding: 0 0.5em;
    background-color: #10466D;
    border: none;
    border-radius: 5px;
    color: #FFFFFF !important;
    font-size: 18px;
    line-height: 1.8em;
    min-width: 180px;
    height: 2em;
    text-decoration: none;
    vertical-align: middle;
}

.button:hover { text-decoration: none; }

.button.big {
    cursor: pointer;
    height: auto;
}

.hammer-titles { text-align: left !important; }

.hammer-titles article,
.hammer-titles header dl {
    margin: 0 2rem;
}

.hammer-titles h2 {
    position: relative;
    margin: 1em -3rem;
    padding-right: 100px;
    text-align: right;
    background-color: rgba(255, 209, 44, 1);
    border-top-right-radius: 17pt;
    border-bottom-right-radius: 17pt;
    line-height: 35pt;
    font-size: 13pt;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.hammer-titles h2:before {
    position: absolute;
    top: 4px;
    left: 0.5em;
    display: inline-block;
    content: "";
    background: url("../img/hammer.png") no-repeat center;
    background-size: 30px;
    width: 38px;
    height: 38px;
    border: 2px solid #000;
    border-radius: 50%;
}

.hammer-titles h3 {
    font-size: 1em;
    font-weight: 600;
}

.hammer-titles ul { margin-top: 0; }

.glyphsign {
    display: inline-block;
    width: 1.25em;
    height: 1.2em;
    color: rgba(215, 36, 44, 1) !important;
    text-align: center;
    font-family: "Cousine", monospace;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1.2em;
    background-color: #FFF;
    border: 2px solid #000;
    border-radius: 5px;
}

.exclaim {
    position: absolute;
    margin: -0.1em 0 0 -1.5em !important;
}

.overlap {
    clear: both;
    position: relative;
    top: -3em;
    margin-bottom: -3em;
    z-index: 1000;
    text-align: center;
}

ul.plans {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    clear: both;
    list-style: none;
    text-align: center;
}

ul.plans h2 {
    margin-top: -3px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(225, 46, 4, 1);
}

ul.plans h3 {
    height: 2.5em;
    color: rgba(225, 46, 4, 1);
    font-size: 18px;
    font-weight: 600;
}

ul.plans li {
    position: relative;
    display: block;
    float: left;
    margin: 30px 0 2em 0;
    padding-top: 1em;
    border-right: 2px solid rgba(16, 70, 109, 0.6);
    height: 215px;
    background-color: rgba(255, 249, 228, 1);
    box-shadow: 5px 3px 20px rgba(0, 0, 0, 0.6);
}

ul.plans.row-3 li {
    width: 33%;
}

ul.plans.row-4 li {
    width: 25%;
}

ul.plans li:first-of-type {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3), 5px 3px 20px rgba(0, 0, 0, 0.3);
}

ul.plans li div.buynow {
    position: absolute;
    bottom: 1.5em;
    width: 100%;
}

ul.plans li a {
    display: inline-block;
    padding: 0 0.8em;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    color: #FFFFFF;
    background-color: rgba(225, 46, 4, 1);
    border-radius: 5px;
}

ul.plans li input[type="submit"] {
    display: inline-block;
    padding: 0 0.8em;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    color: #FFFFFF;
    background-color: rgba(225, 46, 4, 1);
    border-radius: 5px;
    border: none;
}

ul.plans li.best {
    margin-top: 0;
    clear: right;
    height: 245px;
    border-right: none;
    background-color: rgba(205, 230, 188, 1);
    border-radius: 20px;
    border-bottom-left-radius: 0;
}

ul.plans li p {
    padding: 0 1em;
}

ul.plans li.best em { font-weight: 600; }

ul.plans li.grayscale:after {
    content: "COMING SOON";
    position: absolute;
    bottom: 20%;
    margin-left: -48%;
    transform: rotate(-30deg);
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    color: rgba(225, 46, 4, 1);
    text-transform: uppercase;
}

.wrapper > footer .copyright {
    margin-top: 1em;
    text-align: center;
    font-weight: normal;
}

/* Table Styles */
table.grid {
    position: relative;
    left: -2%;
    margin: 0 auto;
    width: 70%;
    border-collapse: collapse;
    border: none;
    text-align: left;
    font-size: 14px;
}

table.grid thead th {
    padding: 0.25em;
}

table.grid tbody th {
    padding: 0.25em;
    vertical-align: middle;
    text-align: right;
}

/*table.grid tfoot td { padding: 1em; }*/

table.grid td {
    padding: 0.25em;
    width: 30%;
    border: 1px solid #000000;
}

table.list {
    font-size: 14px;
}

table.list thead th {
    padding: 0.25em 1em;
}

table.list tbody td, table.list tbody th {
    padding: 0.25em 1em;
    text-align: left;
}

table.list tbody tr:nth-child(even) {
    background-color: rgba(245, 245, 245, 1);
}

.info-panel {
    margin: 0 auto;
    padding-bottom: 0.5em;
    border-radius: 5px;
    width: 85%;
    text-align: center;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
    overflow: auto;
}

.info-panel header {
    padding: 0.3em;
    background-color: rgba(225, 46, 4, 1);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-weight: 600;
    font-style: italic;
    color: white;
}

.info-panel .column {
    width: 50%;
    max-width: none;
}

.info-panel p { margin: 0.25em 0; }

.info-panel ul {
    display: block;
    padding: 0;
    list-style: none;
    text-align: left;
}
.info-panel ul.separator:after {
    position: absolute;
    right: -1px;
    content: "";
    height: 80%;
    border-right: 2px solid #000000;
}

.info-panel li {
    float: left;
    width: 46%;
    margin: 0 2%;
}

.info-panel li:nth-child(even) {
    float: right;
    text-align: right;
}

a, a:visited {
    color: rgba(225, 46, 4, 1);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#beta {
    display: none;
    position: absolute;
    top: 35%;
    left: -12px;
    transform: rotate(-45deg);
    width: 128px;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

#knowledgePanel {
    margin: 6em 0 0 0;
    padding: 1em 2em 3em 2em;
    border-radius: 5px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
    background-color: rgba(245, 245, 245, 1);
    color: rgba(90, 90, 90, 1);
    width: 400px;
}

#knowledgePanel ul { padding-left: 0.5em; }

#knowledgePanel li {
    background: url("../img/hammer.png") no-repeat left;
    background-size: 1em;
    list-style: none;
    padding-left: 1.5em;
    line-height: 2em;
}

#flashMessages > div {
    margin-bottom: 1em;
    padding: 0.5em;
    border-radius: 5px;
    color: #FFF;
    font-size: 1em;
    font-weight: 600;
}

#flashMessages a {
    color: #FFF !important;
    text-decoration: underline;
}

#flashMessages .errorMessage {
    background-color: rgba(225, 46, 4, 1);
}

#flashMessages .noticeMessage {
    background-color: rgba(16, 70, 109, 1);
}

#flashMessages .successMessage {
    background-color: rgba(28, 192, 66, 1);
}

#subscriberCourtesy {
    position: absolute;
    top: 0;
    padding: 0.25em 0.5em 0.5em 0.5em;
    background-color: rgba(245, 245, 245, 1);
    color: rgba(225, 46, 4, 1);
    font-size: 12px;
    border: 2px solid rgba(220, 220, 220, 0.25);
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.supporter {
    margin-bottom: 1em;
    width: 800px;
}

.big-button {
    position: relative;
    top: 1em;
    margin: 3em auto;
    padding: 0.5em 2em;
    border-radius: 5px;
    border: 3px solid rgba(225, 46, 4, 1);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
    color: rgba(225, 46, 4, 1);
    width: 50%;
    font-size: 0.75em;
}

.big-button:hover {
    background-color: rgba(225, 46, 4, 1);
    color: white;
}

.big-button strong {
    font-weight: bold;
    font-size: 1.2em;
}

.clickable { cursor: pointer; }