@font-face {
    font-family: /*font name here*/;
    src: url(Current_Site_Content//*font name here*/.otf) format("opentype");  
}

#downloadPreviewForm {
    visibility: hidden;
}

#continueYourSubmission {
    visibility: hidden;
}

#previewTheForm {
    visibility: hidden;    
}

#startASubmission {
    visibility: hidden;    
}

#viewYourSubmission {
    visibility: hidden;    
}

.minornote {
    background-color: white;
    border: none;
}

html, body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    background-color: rgba(243, 244, 244, 1);
}

a, a:link, a:visited {
    color: rgba(30, 111, 140, 1);
}

a:active, a:hover, a:focus {
    color: rgba(13, 13, 13, 1);
    border: none;
}

#header-wrap {
    padding-bottom: 10px;
    background-color: rgba(19, 80, 109, 1);
    border-top: 48px solid rgba(8, 38, 53, 1);
    border-bottom: 30px solid rgba(255, 255, 255, 0);
}

#header {
    width: 1080px;
    height: 65px;
    margin: 0 auto;
    display: flex;
}

#header img {
    width: 73px;
    height: 90px;
    display: inline-block;
}

#header-text {
    padding-top: 27px;
    padding-right: 30px;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 28px;
    color: rgba(255, 255, 255, 1);
}

#head {
    height: 30px;
    margin-top: -40px;
    padding-left: 80px;
    color: rgba(255, 255, 255, 1);
}

#head a, #head a:link, #head a:visited {
    margin-left: 15px;
    padding: 10px 15px 20px 15px;
    text-decoration: none;
    color: rgba(19, 80, 109, 1);
}

#head a:active, #head a:hover, #head a:focus {
    color: rgba(19, 80, 109, 1);
    border-radius: 4px;    
}

#headlinks {
    font-size: 14px;
}

#headlinks a, #headlinks a:link, #headlinks a:visited {
    color: rgba(19, 80, 109, 1);
}

#headlinks a:active, #headlinks a:hover, #headlinks a:focus {
    color: rgba(19, 80, 109, 1);
    border-radius: 4px;    
}

#wrap {
    width: 1080px;
    margin: 0 auto;
}

#main {
    padding: 5px;
    background-color: rgba(255, 255, 255, 1);
}

#body {
    min-height: 1000px;
    padding: 15px;
}

/*h1 scrolls accross*/
#body h1 {
    /*white-space: nowrap;*/
    overflow: scroll;
    overflow-x: auto;
    overflow-y: hidden;
}

#lastSaved {
    margin-top: -75px;
    float: right;
}

.ftEditForm {
    width: 750px;
}

/*nav pane left or right*/
#appnav {
    width: 165px;
    margin: 50px 0 10px 0;
    padding: 5px 5px 5px 10px;
    float: right;
    background-color: rgba(242, 241, 241, 1);
    border: 1px solid rgba(217, 218, 217, 1);
}

/*form placed left or right*/
#htmlForm .appform{
    margin-right:200px;
}

#appnav h3 {
    padding: 10px;
    background-color: rgba(19, 80, 109, 1);
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 54, 95, 1);
}

#appnav .current {
    padding: 12px 5px 12px 6px;
}

#appnav li {
    padding: 5px;
}

.btn.uploadWait {
    width: 750px;
}

.appform .btn input:hover, #body .appform .btn a.linkbtn:hover {
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.appform .btn {
    background-color: inherit;
    border: none;
}

.appform .btn .mid {
    width: 460px;
}

.appform .btn input, #body .appform .btn a.linkbtn {
    width: 130px;
    height: 24px;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
}

.appform .btn:active {
    box-shadow: none;
}

.appform .btn .left {

}

.appform .btn .prev {
    padding: 0px 3px 2px 28px;
    background-image: url(/s/site/feedback/Current_Site_Content/leftarrow.png);
}

.appform .btn .close {
    padding: 0px 0px 0px 0px;
    background-color: rgba(255, 255, 255, 1);
}

.appform .btn .right {

}

.appform .btn .next, .appform .btn .review {
    padding: 0px 25px 2px 3px;
    background-image: url(/s/site/feedback/Current_Site_Content/rightarrow.png);
}

.appform h2 {
    width: inherit;
    background-color: rgba(19, 80, 109, 1);
    color: rgba(255, 255, 255, 1);
}

.appform .ftEditSectionHeading {
    width: inherit;
    background-color: rgba(19, 80, 109, 1);
    color: rgba(255, 255, 255, 1);
}


.loginbox .appform {
    
}

.loginbox .appform .btn {
    
}


.loginbox .appform .field {
    
}

.loginbox .appform h2 {
    
}

.loginbox .l {
    width: 135px !important;
}

.loginbox .l img, #body p img {

}

#j_username, #j_password {
    
}

.validationerror, .ftValidError {
    margin: 10px 0px;
    padding: 15px 10px 15px 20px !important;
    background-color: rgba(242, 222, 222, 1);
    color: rgba(185, 74, 72, 1) !important;
    border: 1px solid;
    border-radius: 5px;
    border-color: rgba(238, 211, 215, 1);
}

#footer-wrap {
    height: 140px;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
}

#footer-wrap a, #footer-wrap a:link, #footer-wrap a:visited {
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;
}

#footer-wrap a:active, #footer-wrap a:hover, #footer-wrap a:focus {
    color: rgba(26, 176, 216, 1);
    text-decoration: none;
}

#footer {
    width: 1080px;
    height: 100px;
    margin: 0 auto;
}

#footer h2 {
    margin: 0px 0px 15px 0px;
    padding-right: 20px;
    padding-left: 5px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

#footer ul li {
    padding-bottom: 5px;
    list-style: none;
}

#footer ul {
    margin: 0;
}

.footer-content {
    padding-top: 20px;
    display: flex;
}

#footer-content-1 {
    padding-left: 10px;
    display: flex;
}

#footer-content-2 {
    padding-left: 50px;
}

.appform .review h3 {
    color: rgba(144, 0, 40, 1);
}

.appform .review h4 {
    color: rgba(144, 0, 40, 1);
}

.appform .review label {
    color: rgba(144, 0, 40, 1);
}

.chooseform .actions a {
    background-color: rgba(251, 251, 251, 1);
    border: 1px solid rgba(232, 232, 232, 1);
}

.chooseform .actions a:hover {
    background-color: rgba(255, 225, 108, 1);
    border: 1px solid rgba(121, 139, 35, 1);
}

/*alter warning text (delete next class)
.ftAppWarn {
    width: 13%;
    margin-top: 120px;
    padding: 1%;
    position: absolute;
    left: 0px;
    text-align: left;
}
*/

.ftAppWarn {
    visibility: hidden;
    margin-top: 10px;
}

/*ie11 glitch fix*/
.questionLegend{
    width:inherit;
}