 
/* STYLE.CSS */



/* ------------------------------------------------------------------------
/* !LAYOUT:  Basic Template */
/* ----------------------------------------------------------------------*/

/* change declarations + line 40 style.css to */
#wrapper {
    padding: .3rem;
}

/* change declarations + line 47 style.css */
#main #content {
	font-family: "proxima-nova-condensed-1", "proxima-nova-condensed-2", sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.8rem;
	padding: 0;
}


/* !COMPONENT STYLES */
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/

/* change declarations + line 84 style.css to */
h1.componentheading {
 display:none;
}


/* !Results Table */

/* change declarations + line 229 style.css to */
table.resultsTBL thead th {
	background-color: #EB4F0F;
}

/* add selector to style.css */
.totalResults {
	color: #00A6B7;
}



/* !Section Containers Content & Forms */

/* add selector to style.css */
ul.lightweight {
    list-style-type: square;
    padding-left:2rem;
}

/* add selector to style.css */
li.lightweight {
	color: #505957;
	font-size: 1.4rem;
	font-weight: 300;
	list-style-type:disc;
}



/* body elements */
/* add selector to style.css */
.box {
    background-color: #f7f6f4;
    border: medium none;	
	padding: 1.25rem;
	margin: 1.5rem 0 0 0;
}

.boxerr {
    background-color: #eb4f0f;
    border: medium none;	
	padding: 1.25rem;
	margin: 1.5rem 0 0 0;
        color: #ffffff;
}

/* add selector to style.css */
.bullet {
	list-style-type: circle;
	margin: 1rem 0 0 0;
}

/* add selector to style.css */
.button.button {
	-moz-appearance: none;
	background:none;
	background-color: #eb4f0f;
	border-color: #bc3f0c;
	border-radius: 0;
	border-style: solid;
	border-width: 0;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: normal;
	margin: 1.25rem;
	padding: 1rem 2rem 1.0625rem;
    width:150px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 300ms ease-out 0s;
}

/* add selector to style.css */
.button.button:hover, .button.button:focus, .button.button:hover, .button.button:focus {
  background-color: #bc3f0c;
  color:#ffffff;
  text-decoration:none;
}

/* add selector to style.css */
.desc {
	color: #00A6B7;
	font-family: "proxima-nova-condensed-1", "proxima-nova-condensed-2", sans-serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 2rem;
	margin-bottom: 0;
}

/* add selector to style.css */
label.desc {
font-weight: 700;
font-size: 1.4rem;
}

/* add selector to style.css */
.highlight {
	color: #505957;
	background-color: #fdf4b9;
	font-weight: 700;
}

/* add selector to style.css */
.label {
	color: #00A6B7;
	font-family: "proxima-nova-condensed-1", "proxima-nova-condensed-2", sans-serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 2rem;
	margin-bottom: 0;
}

/* add selector to style.css */
.lightweight {
	color: #505957;
	font-size: 1.4rem;
	font-weight: 300;
}

/* add selector to style.css */
.uppercase {
	text-transform: uppercase;
}

/* add selector to style.css */
#btnReturn {
	display: none;
}

/* add selector to style.css */
#btnSubmit, #btnSearch, #btnReset, #btnCancel {
	-moz-appearance: none;
	background: none;
	background-color: #eb4f0f;
	border-color: #bc3f0c;
	border-radius: 0;
	border-style: solid;
	border-width: 0;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: normal;
	margin: 1.25rem;
	padding: 1rem 2rem 1.0625rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 300ms ease-out 0s;
        width: 12rem;
}
/* add selector to style.css */
#btnSubmit:hover, #btnSubmit:focus, #btnSearch:hover, #btnSearch:focus, #btnReset:hover, #btnReset:focus, #btnCancel:hover, #btnCancel:focus {
	background-color: #bc3f0c;
	color: #ffffff;
	text-decoration: none;
}

/* add selector to style.css */
#return {
	font-weight:700;
}

/* add selector to style.css */
#submit {
	background-color: #fdf4b9;
	color: #ff0000;
}


/* !Form:  Fields */
/* add selector to style.css */
.field.file {
    color: #505957;
    font-size: 0.9rem;
    text-transform: uppercase;
}

/* change declarations + line 462 style.css to */
input.field.text, textarea.field, .inputbox, .input-text, td.paramlist_value select {
	-moz-appearance: none;
	border-radius: 0px;
	background-color: #FFF;
	border-style: solid;
	border-width: 1px;
	border-color: #DEDBD6;
	box-shadow: none;
	color: #505957;
	font-family: "proxima-nova-condensed-1", "proxima-nova-condensed-2", sans-serif;
}

/* add selector to style.css */
input.field.text, textarea.field, input.input-text, textarea.textarea, .inputbox, .input-text, td.paramlist_value select {
	background: none;
	background-color: #FFF;
	border-color: #DEDBD6;
	color: #505957;
}

/* add selector to style.css */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    -moz-appearance: none;
    border-radius: 0px;
    background-color: #FFF;
    border-style: solid;
    border-width: 1px;
    border-color: #DEDBD6;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    font-size: 0.775rem;
    height: 2.3125rem;
    margin: 0px 0px 1rem;
    padding: 0.5rem;
    width: 100%;
    box-sizing: border-box;
    transition: border-color 0.15s linear 0s, background 0.15s linear 0s;
}

/* add selector to style.css */
select.inputbox, select.select {
	-moz-appearance: none;
	border-radius: 0px;
	background-color: #FFF;
	border-style: solid;
	border-width: 1px;
	border-color: #DEDBD6;
	box-shadow: none;
	color: #505957;
	font-family: "proxima-nova-condensed-1", "proxima-nova-condensed-2", sans-serif;
	padding: 2px 1px 2px 0;
}

/* add selector to style.css */
textarea.field, input.input-text, textarea.textarea {
    background: none;
	background-color:#FFF;
	border-color: #DEDBD6;
}


/* !Item Actions */

/* change declarations + line 527 style.css */
a.ia-link {
	-moz-appearance: none;
	background: none;
	background-color: #eb4f0f;
	border-color: #bc3f0c;
	border-radius: 0;
	border-style: solid;
	border-width: 0;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 300ms ease-out 0s;
}

/* add selector to style.css */
a.ia-link {
	display: block;
	margin: 1.25rem;
	padding: 1rem 2rem 1.0625rem;
}

/* change declarations + line 534 style.css */
a.ia-link:hover {
	background-color: #bc3f0c;
	color: #ffffff;
	text-decoration: none;
}












/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
/* TYPOGRAPHY.CSS */


/* ------------------------------------------------------------------------
/* !GLOBAL */
/* ----------------------------------------------------------------------*/

/* !Heading */

/* change declarations +  line 112 typography.css */
h1 {
	color: #eb4f0f;
}

/* change declarations + line 115 typography.css */
h2 {
	color: #eb4f0f;
	font-size: 3.5rem;
	line-height: 3.75rem;
	margin: 0;
	text-transform: uppercase;
}

/* add selector to style.css */
h2.contentheading {
	color: #eb4f0f;
	font-size: 3.5rem;
	line-height: 3.75rem;
	margin: 0;
	text-transform: uppercase;
}

/* change declarations + line 118 typography.css */
h3 {
	color: #00a6b7;
	font-family: "proxima-nova-condensed-1", "proxima-nova-condensed-2", sans-serif;
	font-size: 1.25rem;
	margin: 0;
	text-transform: uppercase;
}

/* add selector to style.css */
h3.sub {
	color: #eb4f0f;
	font-size: 1.25rem;
	margin: 2rem 0 0 0;
	text-transform: uppercase;
}

/* change declarations + line 121 typography.css */
h4 {
	color: #00a6b7;
    font-family: "proxima-nova-condensed-1","proxima-nova-condensed-2",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
	margin-top:1rem;
	font-size: 2.8rem;
  	letter-spacing: -.1rem;
  	line-height: 2.5rem;
}
/* add selector to style.css */
h4.sub {
	color: #EB4F0F;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 5rem;
	font-size: 2.8rem;
	letter-spacing: -.1rem;
	line-height: 2.5rem;
}
/* change declarations + line 124 typography.css */
h5 {
	color: #eb4f0f;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 6rem;
	font-size: 2.8rem;
	letter-spacing: -.1rem;
	line-height: 2.5rem;
}
/* change declarations + line 127 typography.css */
h6 {
	color: #eb4f0f;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 4rem;
	font-size: 1.4rem;
	letter-spacing: .01rem;
	line-height: 2.5rem;
}


/* !Link */
/* change declarations + line 27 typography.css */
a {
	color: #eb4f0f;
	text-decoration: underline;
}

/* change declarations + line 31 typography.css */
a:hover {
	color: #555;
	text-decoration: underline;
}

#btnReturn, #btnCancel {
	display: none;
}
#draft, #save {
	width: 180px;
}










/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
/* SOAPBOXTYPOGRAHY.MIN.CSS */

table.tableStyle tr.row1 td, table.tableStyle tr.row2 td {
	border: none;
	border-width: 0;
}












/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
/* SOAPBOX-BOOTSTRAP.MIN.CSS */

ul.compList label.desc {
	font-weight: 700;
	font-size: 1.4rem;
}

ul.compList label.choice, ul.compList li div label, ul.compList li span label, .compSect-content label.choice, .compSect-content li div label, .compSect-content li span label {
	color: #eb4f0f;
	font-weight: 700;
	text-transform: uppercase;
}

.article-title h2.contentheading {
	color: #505957;
	font-weight: 700;
	text-transform: uppercase;
}
.btn {
	-moz-appearance: none;
	background: none;
	background-color: #eb4f0f;
	border-color: #bc3f0c;
	border-radius: 0;
	border-style: solid;
	border-width: 0;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: normal;
	margin: 1.25rem;
	padding: 1rem 2rem 1.0625rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	transition: background-color 300ms ease-out 0s;
}
.btn:hover, .btn:focus {
	background-color: #bc3f0c;
	color: #ffffff;
	text-decoration: none;
}

.compSect-content li.section, .compSect-content li.sectionInstruct {
    border-style: none;
    border-width: 0;
}
.compDesc-content span {
    font-weight: 300;
}

/* 4culture.css + add to typography.css */
.compDesc-content span.uppercasehighlight {
	background-color: #fdf4b9;
	color: #505957;
	font-weight: 700;
	text-transform: uppercase;
}

.compSect-wrap {
    margin: 1rem 0;
	position: relative;
}

.compSect-contentwrap {
    padding: 0;
    position: relative;
}

.compNavBar-wrap {
	border: none;
	border-width: 0;
}

.compNavBar-content ul li a {
	font-weight: bold;
	padding: 1rem 2rem 1.0625rem;
}

.leftSide {
	color: #00A6B7;
}

.pos-intro .element h4 {
	color: #00a6b7;
	font-family: "proxima-nova-condensed-1", "proxima-nova-condensed-2", sans-serif;
	border: 0 none;
	display: block;
	font-size: 1em;
	font-weight: bold;
	line-height: 150%;
	letter-spacing: .02rem;
	margin: 0;
	padding: 0 0 3px;
	text-transform: uppercase;
}

.pos-table .element-label {
	color: #00A6B7;
	font-weight: bold;
	text-transform: uppercase;
	width: 20%;
}

#system-message ul li {
    font-size: 1em;
}

/* ----------------------------------------------------------------------*/
/* Additions For Session Timer Script Functions */
/* ----------------------------------------------------------------------*/


.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(66,66,66);
    background-color: rgba(66,66,66, 0.9);
    overflow-y: hidden;
    transition: 0.8s;
}

.overlay-content {
    position: relative;
    top: 25%;
    left: 10%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #f1f1f1;
    display: block;
    transition: 0.8s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closeoverlaybtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

