@charset "utf-8";


@font-face{
    font-family: fontawesome;
    src: url(../fonts/fontawesome-webfont.eot); /* For IE */
    src: local(fontawesome-webfont), url(../fonts/fontawesome-webfont.ttf) format(truetype); /* For non-IE */
}

@font-face {
  font-family: 'wessapp';
  src: url('../fonts/wessapp.eot?58447348');
  src: url('../fonts/wessapp.eot?58447348#iefix') format('embedded-opentype'),
       url('../fonts/wessapp.woff?58447348') format('woff'),
       url('../fonts/wessapp.ttf?58447348') format('truetype'),
       url('../fonts/wessapp.svg?58447348#wessapp') format('svg');
  font-weight: normal;
  font-style: normal;
}

html, body, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}


h1 {
    font-family: helvetica, arial, sans-serif;
}

h2 {
    margin-top: 0;
    color: #333;
}


h2, h3 {
    font-family: Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
}

h4 {
    margin: .3em 0 .3em 0;
    font-weight:400;
}

.returned-label {
    display: block;
    width: 100%;
    padding: 10px 0 10px 0;
    font-weight: bold;

}

.returned-value {
    color: #17469e;
    margin-left: 12px;
    font-weight: bold;
}

.main-val {
    font-size: 1.3em;
    font-weight: bold;
    color: #17469e;
}
body{
  background-image: url('../images/balloonbg.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size:900px;
}
.logo {
    text-align: center;
    margin-top: 45px;
}
#container {
    max-width: 640px;
    margin: 0px auto 40px;
    width: 100%;
    box-shadow: 0 0 30px hsla(170, 0%, 0%, .35);
    padding-bottom: 20px;
    -webkit-border-bottom-right-radius: 0.4em;
    border-bottom-right-radius: 0.4em;
    -webkit-border-bottom-left-radius: 0.4em;
    border-bottom-left-radius: 0.4em;
background: #ededed /*{a-body-background-color}*/;
background-image: -webkit-gradient(linear, left top, left bottom, from( #ededed /*{a-body-background-start}*/), to( #ededed /*{a-body-background-end}*/));
background-image: -webkit-linear-gradient( #ededed /*{a-body-background-start}*/, #ededed /*{a-body-background-end}*/);
background-image: -moz-linear-gradient( #ededed /*{a-body-background-start}*/, #ededed /*{a-body-background-end}*/);
background-image: -ms-linear-gradient( #ededed /*{a-body-background-start}*/, #ededed /*{a-body-background-end}*/);
background-image: -o-linear-gradient( #ededed /*{a-body-background-start}*/, #ededed /*{a-body-background-end}*/);
background-image: linear-gradient( #ededed /*{a-body-background-start}*/, #ededed /*{a-body-background-end}*/)

}

.ui-page  {
    min-height: 200px !important;
    padding-top: 0 !important;
}

.wrapit {
    width: 640px;
    margin: 0 auto;
}

div.ui-input-text input.ui-input-text, div.ui-input-text textarea.ui-input-text, .ui-input-search input.ui-input-text {
    display: inline-block;
    color: #262626;
}

.ui-field-contain div.ui-input-text {
    width: 100%;
    background: #E0E0E0;
}
.residential_box, .commercial_box {
    border: 2px solid #C20E1A;
    padding: 10px 30px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.commercial_box h3:nth-of-type(2) {
    margin-top: 50px;
}
.commercial_box h3:nth-of-type(2) {
    margin-top: 30px;
}

.commercial_box div, .residential_box div {
    padding-left: 20px;
}

.commercial_box h3, .residential_box h3 {
    margin-bottom: 10px;
}

.residential_box h2, .commercial_box h2 {
    margin-left: -20px;
}
.ui-field-contain .ui-select {
    width: 100%;
}

.calc-icon {
    position: relative;
    float: right;
    top: -39px;
    right: 8px;
    width: 25px;
    font-family: "wessapp";
    font-size: 24px;
    padding: 8px;
    background-color: transparent;
    cursor: pointer;
    color: #808080;
    text-decoration: none;

}

.calc-icon:visited {
    color: #fff !important;
    font-weight:bold !important;
}

.calc-icon:hover {
    color: #ecfcFF !important;
}


.menu-i {
    display: block;
}

.picture-icon {
    position: relative;
    top: -46px;
    right: 8px;
    height: 12px;
    float: right;
    font-family: "wessapp";
    font-size: 24px;
    padding: 8px;
    background-color: transparent;
    cursor: pointer;
    color: #d8d8d8 !important;
    text-decoration: none;
    font-weight: normal;
}

.picture-icon:visited {
    color: #fff !important;
}

.picture-icon:hover {
    color: #ecfcFF !important;
}

.first {
    width:90%;
}


.help-icon {
   position: relative;
    float: right;
    top: -39px;
    right: 8px;
    width: 25px;
    font-family: "wessapp";
    font-size: 24px;
    padding: 8px;
    background-color: transparent;
    cursor: pointer;
    color: #fff!important;
    text-decoration: none;
    font-weight: normal;
}
.ui-link span {
    /* color: #1E90FF; */
    color:white;
    /* background-color: #C20E1A; */
    border-radius: 100%;
}

.ui-link:hover span {
    color: #4169E1;
}

.ios .help-icon, .ios .calc-icon {
    top: -43px;
}
.ios .help-icon-btn {
    padding-top: 12px;
}
.ios .ui-btn {
    position: relative;
    height: 38px;
}
.ios .ui-btn-inner {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    box-sizing: border-box;
}

.clr {
    width: 100%;
    clear:both;
}

.clr .ui-btn {
    width: 85%;
    display: inline-block;
}

.help-icon-btn {
    display: inline-block;
    float:right;
    width: 8%;
    font-family: "wessapp";
    font-size: 24px;
    /* padding: 16px 2% 8px 2%; */
    padding: 15px 2px;
    background-color: transparent;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}


.help-icon {
    text-decoration: none;
    font-weight: normal;
}

img.full {

    max-width: 100%;
    border: 1px rgb(12,108,169) solid;
}

.hidden-l {
    display: none;
}

.more-p {
    width: 85%;
}


.divider {
    margin: 1.3em 0 1.3em 0;
    background-image: url('../images/divider-half-width-red.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
	height: 30px;
}

label {
    display: block !important;
    width: 100%;
}

.product-feature {
    list-style: square;
    margin-left: 20px;

}

.product-feature li {
    margin-bottom: .4em;
}


.ui-field-contain label.ui-input-text {
    width: 100%;
    margin-top: 1.5em;
    margin-bottom: .3em;
}

label.ui-input-text:first-child {
    margin-top: 0;
}

.ui-field-contain label.ui-select {
    width: 100%;
    margin-top: 1em;
    margin-bottom: .3em;
}


.ui-mobile [data-role=page] {
    position: relative;
}

.ui-controlgroup-controls {
    margin-bottom: .8em;
}

.ui-grid-a .ui-btn{
    margin-left: 0;
}

.ui-grid-b .ui-btn {

    }

.ui-body-a {
    text-shadow: 0 0 0 #000 !important;
}

.mcTooltipInner {
    text-align: justify;
}
.tooltip h3 {
    margin-top: 0;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color:    #787878;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #787878;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #787878;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #787878;
}

input[placeholder], [placeholder], *[placeholder] {
   color: #787878;
}

.mobile-cg {
    display: none;
}

@media all and (max-width: 28em){
.ui-field-contain div.ui-input-text {
    width: 94%;}

.ui-controlgroup-horizontal .ui-controlgroup-controls {
    display: block;
    }

div#mcttCo {
    display: none;
    }

.mobile-cg {
    display: block;
}

.large-cg {
    display: none;
    }

.ui-grid-a>:nth-child(n) {
    width: 100%;
    }

.ui-grid-a .ui-btn, .ui-grid-b .ui-btn {
    margin-right: 0;
    margin-left: 0;
    }

}
@media all and (max-width: 768px){
    .hidden-l {
    display: block;
    }
}

@media all and (min-width: 768px){
    .ui-header.ui-bar-a {
    display: none;
    }}


.invalid{
	color: #c20e1a;
	/*text-align: center;*/
	/*background-color: #FFFFFF;
	border-radius: 4px;
	border: solid 1px #E28622;*/
	margin-bottom: 6px;
	margin-top: -2px;
	padding: 2px 0 0 2px;
	font-style: italic;
	font-size: .9em;

}

.ui-select .ui-btn select {
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
}
a.tooltip.help-icon:visited {
    color: #cedce5 !important;
}
.ui-popup-container {
    left: auto !important;
    right: 30px;
    width: 75% !important;
}
.ui-popup {
    background: #FFF;
    padding: 15px;
    text-shadow: none !important;
    color: #555;
    font-size: 12px;
    line-height: 16px;
    font-family: helvetica, Arial, sans-serif;
    text-align: justify;
}
.ui-popup h3 {
    margin-left: 0px !important;
}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #e0e0e0 inset !important;
}
