:root {
    --primary: #ff948a;
        --secondary: #fcb1aa;
    --blue-light: #ebebeb;
    --white: white;
}

@font-face {
    font-family: 'forma_djr_displayregular';
    src: url('fonts/formadjrdisplay-regular-webfont.woff2') format('woff2'),
        url('fonts/formadjrdisplay-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'forma_djr_microregular';
    src: url('fonts/formadjrmicro-regular-webfont.woff2') format('woff2'),
        url('fonts/formadjrmicro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'hp_simplifiedbold';
    src: url('fonts/hpsimplified-webfont.eot');
    src: url('fonts/hpsimplified-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/hpsimplified-webfont.woff2') format('woff2'),
         url('fonts/hpsimplified-webfont.woff') format('woff'),
         url('fonts/hpsimplified-webfont.svg#hp_simplifiedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'hp_simplifiedlight';
    src: url('fonts/hpsimplified_lt-webfont.eot');
    src: url('fonts/hpsimplified_lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/hpsimplified_lt-webfont.woff2') format('woff2'),
         url('fonts/hpsimplified_lt-webfont.woff') format('woff'),
         url('fonts/hpsimplified_lt-webfont.svg#hp_simplifiedlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'hp_simplifiedregular';
    src: url('fonts/hpsimplified_rg-webfont.eot');
    src: url('fonts/hpsimplified_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/hpsimplified_rg-webfont.woff2') format('woff2'),
         url('fonts/hpsimplified_rg-webfont.woff') format('woff'),
         url('fonts/hpsimplified_rg-webfont.svg#hp_simplifiedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body { font-family: 'forma_djr_microregular'; font-size: 17px; margin:15px 0; padding:0; }
h1 { font-weight: normal; font-family: 'forma_djr_displayregular'; font-size: 50px; color: var(--primary);}
main h1 { padding:40px 0 20px 0; }
h2 { font-weight: normal; color:var(--primary); font-size: 30px;}
h3 { font-weight:normal; color:#04a2df; }
p { line-height:30px; }
img { border:none; margin:0; max-width:100% !important; height:auto !important; }
.width { width:995px; max-width:100%; padding:0 20px; box-sizing:border-box; margin:0 auto; }
.clr { clear:both; }

.msgError { background:var(--primary); padding:20px; color:#fff; margin-bottom:10px; font-family:'forma_djr_microregular'; }
.msgDone { background:var(--primary); padding:20px; color:#fff; margin-bottom:10px; font-family:'forma_djr_microregular'; }
.msgError a,
.msgDone a { color:#333; }

#bannerImg { max-width:100%; }
#bannerBtn { position:relative; }
#bannerBtn a { position:absolute; top:-65px; right:20px; }

header { line-height:80px; height:80px; position:fixed; top:0; left:0; width:100%; background:#fff; background:rgba(255,255,255,0.9); }
header .logo { display:inline-block; vertical-align:middle; height:70px; margin:0 10px 0 10px; }
header .logo img { display:block; }
header nav { line-height:70px; display:inline-block; vertical-align:middle; }
header nav ul { padding:0; margin:0; }
header nav li { padding:0; margin:0; display:block; float:left; }
header nav a { padding:0; margin:0; display:block; height:70px; line-height:70px; padding:0 30px; font-size:20px; color:#000; text-decoration:none; }
header nav a:hover { color:var(--secondary); }
main { padding-top:70px; }
main .tab { display:none; padding:20px 0; }
main section { padding:20px 0; }

.formItem { margin:0 auto 19px auto; /* width:800px; max-width:95%; */ }
.formLabel { float:left; width:48%; text-align:right; line-height:29px; vertical-align:middle; }
.formInput { float:right; width:48%; }
.formInput input,
.formInput select,
.formInput textarea { box-sizing:border-box; border:1px solid #c9942c; line-height:27px; padding:0 15px; width:100%; vertical-align:middle; background:transparent; }
.formInput select { height:27px; }
.formInput textarea { height:200px; line-height:120%; font-family:inherit; padding:15px; }
.formFile { box-sizing:border-box; border:1px solid #c9942c; padding:15px; width:100%; vertical-align:middle; }
.formFile input { border:none; line-height:auto; padding:0; }

.formInput .row { margin-bottom:20px; }
.formInput input.prodLabel { float:left; width:75%; }
.formInput input.prodCount { float:right; width:18%; text-align:right; }

.buttons {padding: 40px 0 20px; }
button, a.btn {text-decoration:none; display:inline-block; background:var(--primary); border:none; font-weight:normal; font-size: 22px; cursor:pointer; color:#fff; padding:0 30px; line-height:41px; transition:background 200ms; text-transform: uppercase; font-family: 'forma_djr_microregular';}
button:hover,
a.btn:hover { background:var(--secondary); }

footer { line-height:24px; background:url(images/bpr.gif) left top no-repeat; padding:0 0 0 70px; min-height:100px; font-size:17px; color:#595858; }
footer a { color:inherit; text-decoration:none; }
footer .copy { font-size:14px; }


table { width:100%; margin:0 0 15px 0; border:1px solid #000; }
table td,
table th { border:1px solid #000; padding:7px 15px; }
table th { background:#656768; color:#fff; text-align:left; }

body.admin .width { width:90%; }
body.admin { margin:0; }
body.admin header nav { border-bottom:2px solid #ccc; line-height:50px; height:50px; display:block; }
body.admin header nav li a { border-radius:5px 5px 0 0; line-height:50px; height:50px; }
body.admin header nav li.active a { background:#eee; }
body.admin > form { background:#eee; padding:30px; display:none; }
body.admin > form input { background:#fff; }
body.admin header > button { float:right; margin:0 0 0 5px; }
body.admin .formItem { width:auto; }
body.admin .formLabel { width:28%; }
body.admin .formInput { width:68%; }
body.admin header { position:static; }

.cntLeft { float:left; width:48%; }
.cntRight { float:right; width:48%; }
@media screen and (max-width: 800px) {
	.cntLeft { float:none; width:auto; }
	.cntRight { float:none; width:auto; }
}

.sltghue { color:#04a2df; font-size:18px; }

#closed > div { padding: 25px 50px; position: relative; }
.closed__1 { background: #ff948a; line-height: 36px; font-size: 26px; }
.closed__2 { background:  rgba(255, 148, 138,.8); line-height: 32px; font-size: 20px; padding-right: 160px !important; }
.closed__3 { background:  rgba(255, 148, 138,.6); line-height: 32px; font-size: 18px; }
.closed__4 { background:  rgba(255, 148, 138,.4); line-height: 32px; font-size: 18px; }
.closed__2 img { position: absolute; right: 50px; top: 50%; height: 100px; width: 100px; transform: translateY(-50%); object-fit: contain; }

@media screen and (max-width: 800px) {
    #closed > div { padding: 10px 20px; }
    .closed__2 img { display: none; }
    .closed__2 { padding-right: 20px !important; }

    header {position: relative; height: auto;}
    h1 {margin-top: 0; padding-top: 0;}
    main {padding-top: 20px;}
    header nav a {padding-left: 16px; padding-right: 16px; font-size: 16px;}
    h1 {font-size: 36px;}
    h2 {font-size: 24px;}

}


@media screen and (max-width: 470px) {
    .formLabel,
    .formInput {width: 100%; text-align: left;}
}