﻿#masterContent {
    line-height: 1.2;
}
#masterContent,
#contentPanel,
.controlBar {
    width: 100%;
}

.right1 textarea,
.right1 input[type="text"],
.right1 input[type="password"],
.checkboxList,
.checkboxListFilter input {
    width: 100%;
}

#masterContent,
#contentPanel {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}

#homePageIconTable {
    width: 90%;
}

.ui-widget,
#masterContent .inputField > div,
#masterContent .displayField,
#masterContent .clear {
    font-size: 1em;
    font-family: Roboto,sans-serif;
}

    .accordion h4,
    #submittalGuidelineAccordion h4,
    #appealPeriodCommentsGuidelineAccordion h4,
    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button {
        font-family: Roboto,sans-serif;
    }

#masterContent .accordion h4,
#masterContent #submittalGuidelineAccordion h4,
#masterContent #appealPeriodCommentsGuidelineAccordion h4,
#masterContent #homePageIconTable .homeTitle {
    font-size: 1.1em;
}

#masterContent #step-menu {
    margin: 0;
}
#masterContent #step-menu li span {
    font-size: 0.75em;
}

#masterContent fieldset {
    border-top: 1px solid #e5e5e5;
    padding: 1em;
}

    #masterContent fieldset.noborder {
        border: none;
    }

#masterContent legend {
    border: none;
    width: initial;
    padding-right: 0.25em;
    margin-left: 0.5em;
    font-size: 1.15em;
}

#popupAddressBook {
    width: 45%;
}
#printAreaContent #masterContent img.infoQuestionMark {
    height: 1em;
}

#masterContent button.link {

}

#masterContent input[type=radio],
#masterContent input[type=checkbox] {
    margin-top: 0;
}
#masterContent .checkboxListEntry input {
    margin-right: 4px;
}

body.cv-popup-open #main,
body.cv-popup-open #mainContent {
    z-index: auto;
}

body.cv-popup-open #uberMain {
    transition: none;
    transform: none;
}

@media only screen and (min-width: 768px) {
    #intBgImage {
        padding-bottom: 22%;
    }
}

@media only screen and (min-width: 992px) {
    #contentInt {
        padding-top: 30px;
    }
}

@media only screen and (min-width: 1600px) {
	#intBgImage {
		min-height: 250px;
		padding-bottom: 18%;
	}
}