/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
ul,li,span,body,label,br,h1,h2,h3,h4,h5 { margin:0; padding:0}
.col-50 { width:50%; margin:10px 0; display:table}
body { line-height:20px; font-size:14px; background:url(../img/crossword.png) repeat; color:#727272; }
.col-50 { width:50%; margin:10px 0; display:table}
.col-900 { width:900px; margin:0 auto}
.col-900 .col-50 .col-50:first-child { width:40%}
.col-900 .col-50 .col-50:nth-child(2) { width:60%}
.col-1200 { width:1200px; margin:0 auto}
.section-h1 {font-size:40px; line-height:50px;}
.section-h2 {font-size:20px; line-height:30px;}
.adjusted li:nth-child(4) input[type=radio],
.adjusted li:nth-child(5) input[type=radio] {  top: -14px !important;}
.adjusted li:nth-child(4) label,
.adjusted li:nth-child(5) label {  width: 200px;  display: inline-block;}
section { padding:30px 0}
.center-text { text-align:center}
.steps-header { background:#fcfcfc; padding:5px 0; margin:10px 0; -webkit-box-shadow: 0px 3px 5px 0px rgba(224,220,224,1);-moz-box-shadow: 0px 3px 5px 0px rgba(224,220,224,1);box-shadow: 0px 3px 5px 0px rgba(224,220,224,1);}
.col-50 > div { display:table-cell; vertical-align:middle}
.steps-holder { text-align:center; padding:10px;}
.steps-holder li { display:inline-block; float:left; width:33.3%}
.steps-holder h2 { display:inline; color:#696969; margin-left:20px; position:relative; top:-23px; }
.arrow-right {
	display:inline-block;
	width: 0; 
	height: 0;
	position:relative;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 40px solid #696969;
}
.arrow-right span { font-size:23px; position:absolute; left:-34px; top:-11px; color:#fff }

.active .arrow-right {border-left: 40px solid #034da2;}
article {}
.right-border { border-right:1px solid #b3b3b3}
.left-border { border-left:1px solid #b3b3b3}
.left { float:left}
.right { float:right}
.options-holder label {display:inline; font-weight:normal; font-size:15px;}
.options-holder input[type=text] { border-radius:20px; width:100px; padding:3px 10px; font-size:14px; margin:5px 0; outline:none; background:#e9e9e9; border:#F3F3F3 1px solid}
.pad10 { padding:10px;}
.section-h3 {font-size:30px; line-height:30px; font-weight:300; text-align:right;}
input[type=radio] { top:2px; position:relative; height:15px; width:15px; margin-right:20px;}
.no-top-padding { padding-top:0 !important}
.min-height-229 { min-height:250px;}
.min-height-186 { min-height:186px}
.min-height-135 { min-height:135px;}
.min-height-112 { min-height:112px}
.min-height-202 { min-height:275px}

.bottom-nav-container { border-top:5px solid #696969; min-height:100px; width:100%; display:table}
.bottom-nav-container  > div { display:table-cell; vertical-align:middle}
.blue-btn {
  background: #0070ba;
  background-image: -webkit-linear-gradient(top, #0070ba, #0450a4);
  background-image: -moz-linear-gradient(top, #0070ba, #0450a4);
  background-image: -ms-linear-gradient(top, #0070ba, #0450a4);
  background-image: -o-linear-gradient(top, #0070ba, #0450a4);
  background-image: linear-gradient(to bottom, #0070ba, #0450a4);
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  display:inline-block;
  border:none;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
.right-text { text-align:right}
.bottom-nav-container .right span { margin-right:10px;}
.bottom-nav-container .left span { margin-left:10px;} 
article.step-2,
article.step-3 { display:none}
.pad-l20 { padding-left:20px}
.options-list { list-style:none}
.options-list li { padding:3px 0;}
.field-holder { box-sizing:border-box; margin:10px 0;}
.field-holder input,
.field-holder textarea { width:300px; box-sizing:border-box; outline:none; padding:10px;border-radius:5px;background:#e9e9e9; border:#F3F3F3 1px solid}
.bg { background:#f6f6f6; margin:20px 0}
.field-holder textarea { height:80px}


.customer-info-holder { list-style:none; margin-top:50px;}
.customer-info-holder li { display:inline-block; padding:10px}
.customer-info-holder .name,
.customer-info-holder .email a,
.customer-info-holder .contact a,
.customer-info-holder .address
 { font-size:12px; color:#034da2; font-weight:300}
.customer-info-holder .fa { color:#727272; font-size:20px !important}
a { text-decoration:none}
.customer-info-holder .name { font-size:18px !important; letter-spacing:-1px}
.record-container {text-align:center; font-size:16px; margin:10px 0; list-style:none;}
.record-container li { width:33.33%; padding:10px 0; float:left;}
.records-holder {padding:13px 0 50px 0}
.records-holder .bill-headings:first-child,
.record-container li:first-child { text-align:left; font-size:18px;}
.records-holder .bill-headings:nth-child(3),
.record-container li:last-child { text-align:right}
.bill-headings { width:33.33%; padding:10px 0; color:#034da2; text-align:center; float:left; font-size:24px !important; line-height:26px}
.total { float:right; text-align:right}
.total span { color:#034da2; margin-right:20px; }
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}
.msg{  text-align: center;
  color: green;

}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 767px ) {
	.col-50,
	.col-900 { width:100% !important}
	.col-50 .col-50 { width:45% !important}
	.steps-holder { text-align:left }
.section-h3 { font-size:22px}
.steps-holder li { float:left; display:inline-block; width:auto !important}
.options-holder label { font-size:13px;}
}


@media only screen and (max-width: 1000px) {
.col-900 .col-50 .col-50:nth-child(2) {
  width: 54%;
}
	.col-900 { width:700px}
}

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}