 article,
 aside,
 details,
 figcaption,
 figure,
 footer,
 header,
 hgroup,
 nav,
 section {
     display: block;
 }

 audio,
 canvas,
 video {
     display: inline-block;
     *display: inline;
     *zoom: 1;
 }

 audio:not([controls]) {
     display: none;
 }

 [hidden] {
     display: none;
 }

 html {
     font-size: 100%;
     -webkit-text-size-adjust: 100%;
     -ms-text-size-adjust: 100%;
 }

 html,
 button,
 input,
 select,
 textarea {
     font-family: sans-serif;
     color: rgb(34, 34, 34);
 }

 body {
     margin: 0;
     font-size: 1em;
     line-height: 1.4;
 }

 ::-moz-selection {
     background: rgb(237, 237, 237);
     color: rgb(93, 93, 93);
     text-shadow: none;
 }

 ::selection {
     background: rgb(237, 237, 237);
     color: rgb(93, 93, 93);
     text-shadow: none;
 }

 img::selection {
     background: transparent;
 }

 img::-moz-selection {
     background: transparent;
 }

 body {
     -webkit-tap-highlight-color: rgb(237, 237, 237);
 }

 a {
     color: rgb(0, 0, 0);
     padding: 0 1px;
     text-decoration: none;
 }

 a:visited {
     color: rgb(0, 0, 0);
     padding: 0 1px;
     text-decoration: none;
 }

 a:hover {
     color: rgb(229, 0, 127);
     text-decoration: none;
     outline: none;
     cursor: pointer;
 }

 a:focus {
     outline: thin dotted rgb(72, 72, 72);
 }

 /* Improve readability when focused and hovered in all browsers: h5bp.com/h */

 a:hover,
 a:active {
     outline: 0;
 }

 abbr[title] {
     border-bottom: 1px dotted;
 }

 b,
 strong {
     font-weight: bold;
 }

 blockquote {
     margin: 1em 40px;
 }

 dfn {
     font-style: italic;
 }

 hr {
     display: block;
     height: 1px;
     border: 0;
     border-top: 1px solid rgb(204, 204, 204);
     margin: 1em 0;
     padding: 0;
 }

 ins {
     background: #ff9;
     color: #000;
     text-decoration: none;
 }

 mark {
     background: #ff0;
     color: #000;
     font-style: italic;
     font-weight: bold;
 }

 pre,
 code,
 kbd,
 samp {
     font-family: monospace, serif;
     _font-family: 'courier new', monospace;
     font-size: 1em;
 }

 pre {
     white-space: pre;
     white-space: pre-wrap;
     word-wrap: break-word;
 }

 q {
     quotes: none;
 }

 q:before,
 q:after {
     content: "";
     content: none;
 }

 small {
     font-size: 85%;
 }

 sub,
 sup {
     font-size: 75%;
     line-height: 0;
     position: relative;
     vertical-align: baseline;
 }

 sup {
     top: -0.5em;
 }

 sub {
     bottom: -0.25em;
 }

 ul,
 ol {
     margin: 1em 0;
     padding: 0 0 0 40px;
 }

 dd {
     margin: 0 0 0 40px;
 }

 nav ul,
 nav ol {
     list-style: none;
     list-style-image: none;
     margin: 0;
     padding: 0;
 }

 img {
     border: 0;
     -ms-interpolation-mode: bicubic;
     vertical-align: middle;
 }

 svg:not(:root) {
     overflow: hidden;
 }

 figure {
     margin: 0;
 }

 form {
     margin: 0;
 }

 fieldset {
     border: 0;
     margin: 0;
     padding: 0;
 }

 label {
     cursor: pointer;
 }

 legend {
     border: 0;
     *margin-left: -7px;
     padding: 0;
     white-space: normal;
 }

 button,
 input,
 select,
 textarea {
     font-size: 100%;
     margin: 0;
     vertical-align: baseline;
     *vertical-align: middle;
 }

 button,
 input {
     line-height: normal;
 }

 button,
 input[type="button"],
 input[type="reset"],
 input[type="submit"] {
     cursor: pointer;
     -webkit-appearance: button;
     *overflow: visible;
 }

 button[disabled],
 input[disabled] {
     cursor: default;
 }

 input[type="checkbox"],
 input[type="radio"] {
     box-sizing: border-box;
     padding: 0;
     *width: 13px;
     *height: 13px;
 }

 input[type="search"] {
     -webkit-appearance: textfield;
     -moz-box-sizing: content-box;
     -webkit-box-sizing: content-box;
     box-sizing: content-box;
 }

 input[type="search"]::-webkit-search-decoration,
 input[type="search"]::-webkit-search-cancel-button {
     -webkit-appearance: none;
 }

 button::-moz-focus-inner,
 input::-moz-focus-inner {
     border: 0;
     padding: 0;
 }

 textarea {
     overflow: auto;
     vertical-align: top;
     resize: vertical;
 }

 input:valid,
 textarea:valid {}

 table {
     border-collapse: collapse;
     border-spacing: 0;
 }

 td {
     vertical-align: top;
 }

 .chromeframe {
     margin: 0.2em 0;
     background: rgb(204, 204, 204);
     color: rgb(0, 0, 0);
     padding: 0.2em 0;
 }

 ::-webkit-scrollbar {
     width: 8px;
     height: 3px;
 }

 ::-webkit-scrollbar-track-piece {
     background-color: rgb(255, 255, 255);
     -webkit-box-shadow: inset 1px 0px 2px 2px rgba(0, 0, 0, 0.1);
 }

 ::-webkit-scrollbar-thumb:vertical {
     height: 5px;
     background-color: rgb(72, 72, 72);
 }

 ::-webkit-scrollbar-thumb:horizontal {
     width: 8px;
     background-color: rgb(72, 72, 72);
 }

 ::-webkit-scrollbar-thumb:hover {
     background-color: rgb(0, 148, 210);
 }

 /* LITTLE ANIMATION FUN... */

 @keyframes rainbowLink {
     0% {
         color: rgb(240, 240, 240);
     }
     20% {
         color: rgb(229, 0, 127);
     }
     40% {
         color: rgb(255, 204, 0);
     }
     60% {
         color: rgb(0, 148, 210);
     }
     80% {
         color: rgb(0, 153, 51);
     }
     100% {
         color: rgb(240, 240, 240);
     }
 }

 @-moz-keyframes rainbowLink {
     0% {
         color: rgb(240, 240, 240);
     }
     20% {
         color: rgb(229, 0, 127);
     }
     40% {
         color: rgb(255, 204, 0);
     }
     60% {
         color: rgb(0, 148, 210);
     }
     80% {
         color: rgb(0, 153, 51);
     }
     100% {
         color: rgb(240, 240, 240);
     }
 }

 @-webkit-keyframes rainbowLink {
     0% {
         color: rgb(240, 240, 240);
     }
     20% {
         color: rgb(229, 0, 127);
     }
     40% {
         color: rgb(255, 204, 0);
     }
     60% {
         color: rgb(0, 148, 210);
     }
     80% {
         color: rgb(0, 153, 51);
     }
     100% {
         color: rgb(240, 240, 240);
     }
 }

 @-o-keyframes rainbowLink {
     0% {
         color: rgb(240, 240, 240);
     }
     20% {
         color: rgb(229, 0, 127);
     }
     40% {
         color: rgb(255, 204, 0);
     }
     60% {
         color: rgb(0, 148, 210);
     }
     80% {
         color: rgb(0, 153, 51);
     }
     100% {
         color: rgb(240, 240, 240);
     }
 }

 /* ===== Primary Styles ========================================================
   Author: Timo Heddes
   ========================================================================== */

 h1 {
     color: rgb(192, 8, 127);
     font-size: 150%;
     font-weight: 400;
     line-height: 135%;
 }

 .h1likeh2 {
     display: inline-block;
     text-align: center;
     font-family: 'Georgia', sans-serif;
     font-weight: bold;
     font-style: italic;
     font-size: 12px;
     color: rgb(71, 71, 71);
     margin: 0;
 }

 .italic {
     font-style: italic;
 }

 a.emp {
     font-family: 'Georgia', sans-serif;
     font-weight: bold;
     font-style: italic;
     color: rgb(71, 71, 71);
 }

 a.emp:hover {
     color: rgb(229, 0, 127);
 }

 input,
 textarea,
 button.checkbox,
 select {
     outline: none;
     border: none;
     height: 20px;
     background-color: rgb(255, 255, 255);
     border: 2px solid rgb(237, 237, 237);
     border-bottom: 1px solid rgb(228, 228, 228);
     padding: 0 10px;
     color: rgb(140, 140, 140);
     -webkit-transition: all 0.1s ease-in-out;
     -moz-transition: all 0.1s ease-in-out;
     -o-transition: all 0.1s ease-in-out;
     transition: all 0.1s ease-in-out;
 }

 input:focus,
 textarea:focus,
 select:focus {
     border: 2px solid rgb(224, 224, 224);
     border-bottom: 1px solid rgb(216, 216, 216);
     color: rgb(71, 71, 71);
 }

 textarea {
     width: 525px;
     height: 170px;
     padding: 8px 10px;
 }

 #contact-msg {
     width: 450px;
 }

 select {
     padding-right: 0;
     width: 145px;
     height: 24px;
 }

 .select_long {
     width: 290px;
 }

 button.checkbox {
     width: 16px;
     height: 16px;
     padding: 0;
     display: inline-block;
     border: 1px solid rgb(228, 228, 228) !important;
     cursor: default !important;
 }

 button.checkbox:hover {
     border: 1px solid rgb(216, 216, 216) !important;
 }

 button.checked {
     background: rgb(255, 255, 255) url('../img/misc-elements/check.png') no-repeat center center;
     -webkit-transition: none;
     -moz-transition: none;
     -o-transition: none;
     transition: none;
 }

 input.tiny {
     width: 40px;
     font-size: 11px;
 }

 input.small {
     width: 120px;
     font-size: 11px;
 }

 input.med {
     width: 300px;
     font-size: 12px;
     height: 24px;
     margin-bottom: 8px;
 }

 #zip {
     width: 200px !important;
 }

 #housenumber {
     width: 68px !important;
 }

 .right {
     float: right;
 }

 .left {
     float: left;
 }

 .highlight {
     background-color: rgb(223, 72, 156);
     color: rgb(255, 255, 255);
     padding: 10px;
     margin-top: 25px;
     display: block;
 }

 .highlight_blue {
     background-color: rgb(72, 147, 223);
     color: rgb(255, 255, 255);
     padding: 10px;
     margin-top: 25px;
     display: block;
 }

 .about-us_txt {
     float: right;
     width: 350px;
 }

 .about-us_img {
     float: left;
     margin-top: 17px;
     border: 3px solid rgb(225, 225, 225);
 }

 /* PAGE STRUCTURE ------------------	*/

 html {
     -webkit-font-smoothing: antialiased;
     text-rendering: optimizeLegibility;
     -webkit-text-size-adjust: none;
 }

 body {
     font: 1em/1.4em 'Arial', sans-serif;
     background: rgb(248, 248, 248) url('../img/body-elements/pattern.png') repeat;
     color: rgb(93, 93, 93);
     cursor: default;
 }

 /* HEADER ------------------	*/

 header:after {
     display: block;
     clear: both;
     content: " ";
     height: 0;
     overflow: hidden;
 }

 header {
     width: 992px;
     height: 75px;
     margin: 0 auto;
     margin-top: 25px;
 }

 header h1 {
     background: url(../img/header-elements/logo.png) no-repeat;
     background-size: contain;
     display: block;
     width: 250px;
     height: 48px;
     text-indent: -9999em;
     cursor: pointer;
     margin-left: 30px;
     float: left;
 }

 header nav {
     float: right;
     margin-top: 32px;
     font-size: 13px;
     font-family: 'Georgia', sans-serif;
     font-weight: bold;
     font-style: italic;
 }

 header nav li {
     float: left;
     padding: 0 15px;
     background: transparent url(../img/header-elements/nav-div.png) no-repeat center left;
 }

 header nav li:first-child {
     background: none;
 }

 header nav a {
     padding: 5px 16px;
     display: inline-block;
     -webkit-border-radius: 6px;
     border-radius: 6px;
     color: rgb(73, 73, 73) !important;
 }

 header nav a.active,
 header nav a:hover {
     background-color: rgb(72, 72, 72) !important;
     color: rgb(255, 255, 255) !important;
 }



 /* BANNER ------------------	*/

 div[role="banner"] {
     background-color: rgb(248, 248, 248);
     width: 990px;
     height: 292px;
     margin: 0 auto;
     margin-top: 20px;
     border: 1px solid rgb(229, 229, 229);
     -webkit-border-radius: 3px;
     border-radius: 3px;
     display: block;
 }

 #banner_image {
     width: 610px;
     float: left;
 }

 #banner_image h2 {
     position: absolute;
     color: rgb(255, 255, 255);
     background-color: rgb(229, 0, 127);
     font-family: 'Georgia', sans-serif;
     font-weight: bold;
     font-style: italic;
     font-size: 16px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
     display: inline-block;
     padding: 8px 16px;
     margin-left: 120px;
     margin-top: 20px;
 }

 #banner_image h2:hover {
     background-color: rgb(237, 58, 149) !important;
     -webkit-box-shadow: 0px 0px 5px 4px rgba(229, 0, 127, 0.1);
     box-shadow: 0px 0px 5px 4px rgba(229, 0, 127, 0.1);
 }

 #banner_image h2:active {
     background-color: rgb(229, 0, 127) !important;
 }

 #banner_image img {
     margin: 4px 0 0 3px;
     border: 1px solid rgb(211, 211, 211);
 }

 #banner_text {
     float: right;
     display: inline-block;
     width: 360px;
     height: 260px;
 }

 #banner_text p {
     font-size: 11px;
     width: 335px;
     line-height: 19px;
 }

 /* COLUMNS ------------------	*/

 #columns {
     width: 958px;
     height: 341px;
     background: transparent url(../img/body-elements/column-container.jpg) no-repeat 1px 0px;
     margin: 0 auto;
     margin-top: 20px;
     display: block;
 }

 .column {
     width: 230px;
     display: inline-block;
     float: left;
     margin-right: 12px;
     position: relative;
     height: 295px;
 }

 .column:first-child {
     margin-left: -11px;
 }

 .col-inside {
     text-align: center;
     margin-top: 2px;
     height: 294px;
 }

 .col-inside:hover {
     background-color: rgb(246, 246, 246);
     cursor: pointer;
 }

 .column h2 {
     width: 241px;
     display: inline-block;
     text-align: center;
     font-family: 'Georgia', sans-serif;
     font-weight: bold;
     font-style: italic;
     font-size: 12px;
     color: rgb(71, 71, 71);
     margin: 0;
 }

 .column h3 {
     width: 241px;
     display: inline-block;
     text-align: center;
     font-family: 'Georgia', sans-serif;
     font-weight: normal;
     font-style: italic;
     font-size: 15px;
     color: rgb(71, 71, 71);
     margin: 0;
 }

 .column p {
     font-size: 11px;
     width: 190px;
     display: block;
     margin: 0 auto;
     line-height: 18px;
     margin-top: 15px;
     margin-bottom: 20px;
     text-align: center;
 }

 .house-pink {
     width: 241px;
     height: 50px;
     display: inline-block;
     background: transparent url(../img/misc-elements/house-pink.png) no-repeat center center;
     margin: 20px 0 15px 0;
 }

 .house-pink2 {
     width: 241px;
     height: 50px;
     display: inline-block;
     background: transparent url(../img/misc-elements/house-pink2.png) no-repeat center center;
     margin: 20px 0 15px 0;
 }

 .house-blue {
     width: 241px;
     height: 50px;
     display: inline-block;
     background: transparent url(../img/misc-elements/house-blue.png) no-repeat center center;
     margin: 20px 0 15px 0;
 }

 .house-blue2 {
     width: 241px;
     height: 50px;
     display: inline-block;
     background: transparent url(../img/misc-elements/house-blue2.png) no-repeat center center;
     margin: 20px 0 15px 0;
 }

 .column a {
     display: inline-block;
     -webkit-border-radius: 6px;
     border-radius: 6px;
     font-family: 'Georgia', sans-serif;
     font-weight: bold;
     font-style: italic;
     font-size: 13px;
     color: rgb(255, 255, 255) !important;
     width: 205px;
     height: 33px;
     text-align: center;
     background-color: rgb(229, 0, 127);
     line-height: 32px;
     background-image: url(../img/misc-elements/gear.png);
     background-repeat: no-repeat;
     background-position: 9px 8px;
     padding-left: 13px;
     outline: none !important;
     position: absolutes;
     bottom: 0px;
     left: 5px;
 }

 .column a:hover,
 .column a:focus {
     background-color: rgb(237, 58, 149) !important;
     -webkit-box-shadow: 0px 0px 5px 4px rgba(229, 0, 127, 0.1);
     box-shadow: 0px 0px 5px 4px rgba(229, 0, 127, 0.1);
 }

 .column a:active {
     background-color: rgb(229, 0, 127) !important;
 }

 .column a.blue {
     background-color: rgb(0, 148, 210);
     background-position: 18px 8px;
 }

 .column a.blue:hover,
 .column a.blue:focus {
     background-color: rgb(50, 180, 234) !important;
     -webkit-box-shadow: 0px 0px 5px 4px rgba(0, 148, 210, 0.1);
     box-shadow: 0px 0px 5px 4px rgba(0, 148, 210, 0.1);
 }

 .column a.blue:active {
     background-color: rgb(0, 148, 210) !important;
 }

 /* FOOTER ------------------	*/

 footer {
     width: 100%;
     height: 268px;
     border-top: 1px solid rgb(16, 16, 16);
     border-bottom: 1px solid rgb(16, 16, 16);
     margin-top: 30px;
     display: block;
     background: #eeeeee;
     /*background: -moz-linear-gradient(top, #eaeaea 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #eaeaea 0%,#ffffff 100%);
	background: -o-linear-gradient(top, #eaeaea 0%,#ffffff 100%);
	background: -ms-linear-gradient(top, #eaeaea 0%,#ffffff 100%);
	background: linear-gradient(to bottom, #eaeaea 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 );*/
 }

 footer a,
 footer a:visited {
     color: rgb(93, 93, 93);
 }

 footer a:hover {
     color: rgb(229, 0, 127);
     text-decoration: none;
     outline: none;
     cursor: pointer;
 }

 footer .inside {
     width: 990px;
     margin: 0 auto;
 }

 footer h2 {
     font-family: 'Georgia', sans-serif;
     color: rgb(71, 71, 71);
     font-weight: bold;
     font-style: italic;
     font-size: 14px;
     margin-left: 20px;
 }

 footer>div>div:nth-child(1) h2 {
     background: transparent url(../img/misc-elements/icon-a.png) no-repeat center right;
     width: 85px;
 }

 footer>div>div:nth-child(2) h2 {
     background: transparent url(../img/misc-elements/icon-b.png) no-repeat center right;
     width: 65px;
 }

 footer>div>div:nth-child(3) h2 {
     background: transparent url(../img/misc-elements/icon-c.png) no-repeat 85px 2px;
     width: 110px;
 }

 footer ul {
     display: inline-block;
     width: 170px;
     float: left;
     padding: 0;
     margin: 0;
     font-size: 12px;
     padding-left: 5px;
 }

 footer li {
     list-style-type: none;
     background: transparent url(../img/misc-elements/bullet.png) no-repeat left center;
     padding-left: 15px;
 }

 li.group {
     background: none;
 }

 li.end-group {
     margin-bottom: 8px;
 }

 .footer-hr {
     border-right: 1px dotted rgb(71, 71, 71);
     height: 175px;
 }

 .footer-double {
     width: 380px;
     float: left;
     margin-top: 15px;
 }

 .footer-single {
     width: 175px;
     float: left;
     margin-top: 15px;
     padding: 0 35px;
 }

 .p45 {
     padding-right: 45px;
 }

 #sub-footer {
     width: 100%;
     height: 40px;
     background-color: rgb(72, 72, 72);
     margin: 1px 0 2px 0;
 }

 #sub-footer .inside {
     width: 990px;
     margin: 0 auto;
     font-size: 12px;
     color: rgb(255, 255, 255);
     line-height: 38px;
 }

 #sub-footer a {
     color: rgb(240, 240, 240);
 }

 #sub-footer a:hover,
 #sub-footer a:focus {
     animation: rainbowLink 3s linear 0s infinite normal;
     -moz-animation: rainbowLink 3s linear 0s infinite normal;
     -webkit-animation: rainbowLink 3s linear 0s infinite normal;
     -o-animation: rainbowLink 3s linear 0s infinite normal;
 }

 /* PAGE SPECIFICS ------------------	*/

 /* CALC-TOP */

 #calc-top:after {
     display: block;
     clear: both;
     content: " ";
     height: 0;
     overflow: hidden;
 }

 #calc-top {
     width: 990px;
     margin: 0 auto;
     margin-top: 20px;
     display: block;
 }

 #methods {
     width: 260px;
     display: inline-block;
     float: left;
 }

 #methods .inside {
     width: 250px;
     margin: 0 auto;
     margin-top: 5px;
 }

 #methods h2 {
     font-family: 'Georgia', sans-serif;
     font-weight: bold;
     font-style: italic;
     font-size: 11px;
     color: rgb(71, 71, 71);
     width: 230px;
     text-align: center;
     margin-bottom: 15px;
 }

 #methods a {
     font-family: 'Georgia', sans-serif;
     font-style: italic;
     font-size: 11px;
     color: rgb(71, 71, 71);
     display: inline-block;
     padding-left: 50px;
     margin-left: 15px;
 }

 #methods a:hover {
     opacity: 0.7;
 }

 #methods a#small-p1 {
     background: transparent url(../img/misc-elements/house-small1.png) no-repeat center left;
 }

 #methods a#small-b1 {
     background: transparent url(../img/misc-elements/house-small2.png) no-repeat center left;
 }

 #methods a#small-p2 {
     background: transparent url(../img/misc-elements/house-small3.png) no-repeat center left;
 }

 #methods a#small-b2 {
     background: transparent url(../img/misc-elements/house-small4.png) no-repeat center left;
 }

 .method-div {
     width: 230px;
     height: 21px;
     display: inline-block;
     background: transparent url(../img/misc-elements/method-div.png) no-repeat center center;
 }

 #method-intro {
     width: 728px;
     background-color: rgb(253, 253, 253);
     border: 1px solid rgb(225, 225, 225);
     display: inline-block;
     float: left;
 }

 #method-intro .inside {
     width: 668px;
     margin: 25px auto;
     font-size: 12px;
 }

 #method-intro h2 {
     font-family: 'Georgia', sans-serif;
     font-weight: bold;
     font-style: italic;
     font-size: 13px;
     color: rgb(71, 71, 71);
 }

 #timer {
     width: 100px;
     height: 110px;
     float: right;
     margin-top: 10px;
     margin-bottom: 15px;
     text-align: center;
     font-family: 'Georgia', sans-serif;
     font-weight: bold;
     font-style: italic;
     font-size: 13px;
     color: rgb(71, 71, 71);
     display: none;
 }

 /* CALC */

 #calc:after {
     display: block;
     clear: both;
     content: " ";
     height: 0;
     overflow: hidden;
 }

 #calc {
     background-color: rgb(254, 254, 254);
     width: 990px;
     margin: 0 auto;
     margin-top: 20px;
     border: 1px solid rgb(229, 229, 229);
     -webkit-border-radius: 3px;
     border-radius: 3px;
     display: block;
     padding-bottom: 20px;
 }

 #progress {
     width: 260px;
     display: inline-block;
     float: left;
 }

 #progress .inside {
     width: 230px;
     margin: 0 auto;
     margin-top: 20px;
 }

 #progress a {
     font-size: 13px;
     color: rgb(71, 71, 71);
     display: inline-block;
     width: 200px;
     height: 34px;
     padding: 10px 12px;
     line-height: 18px;
     -webkit-border-radius: 8px;
     border-radius: 8px;
     margin: 3px 0;
 }

 #progress a:hover {
     background-color: rgb(243, 243, 243);
 }

 #progress a.active {
     background: rgb(72, 72, 72) url(../img/misc-elements/arrow.png) no-repeat 195px 8px !important;
     color: rgb(255, 255, 255) !important;
 }

 #progress strong {
     font-family: 'Georgia', sans-serif;
     font-style: italic;
     font-size: 12px;
 }

 #questions {
     width: 728px;
     display: inline-block;
     float: left;
 }

 #questions .inside {
     width: 698px;
     margin-top: 25px;
     margin-bottom: 25px;
     font-size: 12px;
     display: none;
 }

 #questions .active {
     display: block !important;
 }

 #questions h2 {
     background: rgb(229, 0, 127) url(../img/misc-elements/gear.png) no-repeat 14px 8px;
     border: 1px solid rgb(211, 211, 211);
     width: 658px;
     height: 33px;
     font-family: 'Georgia', sans-serif;
     font-style: italic;
     font-size: 12px;
     color: rgb(255, 255, 255);
     line-height: 33px;
     padding-left: 40px;
     margin-bottom: 5px;
 }

 #questions h2.blue {
     background: rgb(0, 148, 210) url(../img/misc-elements/gear.png) no-repeat 14px 8px;
 }

 #q-heating1,
 #q-heating2,
 #q-heating3,
 #q-heating4,
 #kh-heating1,
 #kh-heating2 {
     display: none;
 }

 #total {
     width: 625px;
     height: auto;
     display: block;
     border: 1px solid rgb(227, 227, 227);
     background: rgb(252, 252, 252);
     border-top: none;
     padding: 5px 20px;
     padding-left: 40px;
     padding-right: 33px;
     font-size: 13px;
 }

 #total p {
     font-size: 12px;
 }

 .question {
     width: 625px;
     height: 44px;
     display: block;
     border: 1px solid rgb(227, 227, 227);
     border-top: none;
     padding-left: 40px;
     padding-right: 33px;
     font-size: 13px;
     line-height: 40px;
 }

 .long-question {
     
 }


 .qp {
     height: auto;
 }

 .first-q {
     border-top: 1px solid rgb(227, 227, 227) !important;
 }

 .question:nth-child(even) {
     background: rgb(252, 252, 252);
 }

 .question:nth-child(odd) {
     background: rgb(242, 242, 242);
 }

 .pagination {
     font-family: 'Georgia', sans-serif;
     font-style: italic;
     font-weight: bold;
     font-size: 11px;
     color: rgb(71, 71, 71);
     text-align: right;
     width: 698px;
     height: 44px;
     display: block;
     line-height: 43px;
 }

 .q-name,
 .total-label {
     width: 185px;
     display: inline-block;
     float: left;
     overflow: hidden;
 }

 .total-label {
     font-size: 13px;
     color: rgb(0, 0, 0);
 }

 .q-name_p {
     display: inline-block;
     width: 365px;
     line-height: 20px;
 }

 .q-help {
     width: 230px;
     display: inline-block;
     float: left;
     overflow: hidden;
     display: none;
 }

 .q-total,
 .total-input {
     width: 205px;
     display: inline-block;
     float: right;
     overflow: hidden;
 }

 .total-input {
     width: 400px;
 }

 .total-form {
     height: auto;
     display: block;
     margin-bottom: 10px;
 }

 .q-total_long {
     width: 300px;
     display: inline-block;
     float: right;
     overflow: hidden;
 }

 .q-total_short {
     width: 60px;
     display: inline-block;
     float: right;
     overflow: hidden;
 }

 #report_form {
     display: none;
 }

 a.submit {
     display: inline-block;
     -webkit-border-radius: 6px;
     border-radius: 5px;
     font-family: 'Georgia', sans-serif;
     font-weight: bold;
     font-style: italic;
     font-size: 13px;
     color: white !important;
     width: 135px;
     height: 37px;
     text-align: center;
     background-color: rgb(0, 148, 210);
     line-height: 36px;
     background-image: url(../img/misc-elements/gear.png);
     background-repeat: no-repeat;
     background-position: 11px 10px;
     padding-left: 13px;
     outline: none !important;
     float: right;
     margin-right: 76px;
     margin-top: 15px;
     margin-bottom: 20px;
 }

 a.submit:hover,
 a.submit:focus {
     background-color: rgb(50, 180, 234) !important;
     -webkit-box-shadow: 0px 0px 5px 4px rgba(0, 148, 210, 0.1);
     box-shadow: 0px 0px 5px 4px rgba(0, 148, 210, 0.1);
 }

 a.submit:active {
     -webkit-transition: all 0.1s ease-in-out;
     -moz-transition: all 0.1s ease-in-out;
     -o-transition: all 0.1s ease-in-out;
     transition: all 0.1s ease-in-out;
     background-color: rgb(0, 148, 210) !important;
 }

 #contact-submit {
     margin-right: 25px;
 }

 .contact-label {
     width: 150px;
 }

 .contact-input {
     width: 500px;
 }

 /* =============================================================================
   Media Queries
   ========================================================================== */

 /* Smaller than standard 1040 (devices and browsers) */

 @media only screen and (max-width: 1040px) {}

 /* Smaller than standard 960 (devices and browsers) */

 @media only screen and (max-width: 959px) {}

 /* Tablet Portrait size up to standard 960 (devices and browsers) */

 @media only screen and (min-width: 768px) and (max-width: 959px) {}

 /* All Mobile Sizes (devices and browser) */

 @media only screen and (max-width: 767px) {}

 /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

 @media only screen and (min-width: 480px) and (max-width: 767px) {}

 /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

 @media only screen and (max-width: 479px) {}

 /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

 @media only screen and (max-width: 300px) {}

 /* Retina display */

 @media only screen and (-webkit-min-device-pixel-ratio: 2) {}

 /* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

 .ir {
     display: block;
     border: 0;
     text-indent: -999em;
     overflow: hidden;
     background-color: transparent;
     background-repeat: no-repeat;
     text-align: left;
     direction: ltr;
     *line-height: 0;
 }

 .ir br {
     display: none;
 }

 .hidden {
     display: none !important;
     visibility: hidden;
 }

 .visuallyhidden {
     border: 0;
     clip: rect(0 0 0 0);
     height: 1px;
     margin: -1px;
     overflow: hidden;
     padding: 0;
     position: absolute;
     width: 1px;
 }

 .visuallyhidden.focusable:active,
 .visuallyhidden.focusable:focus {
     clip: auto;
     height: auto;
     margin: 0;
     overflow: visible;
     position: static;
     width: auto;
 }

 .invisible {
     visibility: hidden;
 }

 .clearfix:before,
 .clearfix:after {
     content: "";
     display: table;
 }

 .clearfix:after {
     clear: both;
 }

 .clearfix {
     *zoom: 1;
 }

 /* =============================================================================
   Print Styles
   ========================================================================== */

 @media print {
     * {
         background: transparent !important;
         color: black !important;
         box-shadow: none !important;
         text-shadow: none !important;
         filter: none !important;
         -ms-filter: none !important;
     }
     /* Black prints faster: h5bp.com/s */
     a,
     a:visited {
         text-decoration: underline;
     }
     a[href]:after {
         content: " (" attr(href) ")";
     }
     abbr[title]:after {
         content: " (" attr(title) ")";
     }
     .ir a:after,
     a[href^="javascript:"]:after,
     a[href^="#"]:after {
         content: "";
     }
     /* Don't show links for images, or javascript/internal links */
     pre,
     blockquote {
         border: 1px solid rgb(153, 153, 153);
         page-break-inside: avoid;
     }
     thead {
         display: table-header-group;
     }
     /* h5bp.com/t */
     tr,
     img {
         page-break-inside: avoid;
     }
     img {
         max-width: 100% !important;
     }
     @page {
         margin: 0.5cm;
     }
     p,
     h2,
     h3 {
         orphans: 3;
         widows: 3;
     }
     h2,
     h3 {
         page-break-after: avoid;
     }
 }