@import url("https://pa-hrsuite-production.s3.amazonaws.com/1398/docs/402373.css");

:root {
/*
GLOBAL

Font
Font-Color
Background-Color
    --global-font: Arial;
    --global-font-color:#FFFFFF;
    --global-bg-color: #282a33;
*/
    
/*
HEADER
    
Background-color
Font-Color
Link-Color
Active-Link Color
Font
Font-Size
    --header-bg-color:red;
    --header-font-color:red;
    --header-link-color:red;
    --header-linkactive-color:red;
    --header-font:Arial;
    --header-font-size:18px;
*/
    --header-bg-color:#eff0f1;
	--header-font-color:#000000;
/*
INTRO TEXT
Font-Color
Link-Color
Active-Link Color
Font
Font-Size 
    --intro-font-color:empty;
    --intro-link-color:empty;
    --intro-linkactive-color:empty;
    --intro-font:empty;
    --intro-font-size:empty;
*/

/*
Fast Find Buttons
Background-Color
Font-Color
Font
Font-Size
    --ff-bg-color:empty;
    --ff-font-color:empty;
    --ff-font:empty;
    --ff-font-size:empty;
    */
	--ff-bg-color:#981e32;
/*
Button
Primary Button Color
Secondary Button Color
Tertiary Button Color
Font-Color
Font
Font-Size
    --primary-button-color:empty;
    --secondary-button-color:empty;
    --tertiary-button-color:empty;
    --button-font-color:empty;
    --button-font:empty;
    --button-font-size:empty;*/
	--primary-button-color:#981e32;
	--tertiary-button-color:#981e32;
	--button-font-color:#FFFFFF;
    

    
/*
Side Menu
Background-Color
Font-Color:
Font
Font-Size
    --nav-bg-color:empty;
    --nav-font-color:empty;
    --nav-font:empty;
    --nav-font-size:empty;*/
    

/*
Images
Image 1-4 Background-Color
Font-Color
Link-Color
Active-Link-Color
Font-Color
Link-Color
Active-Link-Color
Font
Font-Size
    --img-bg-one:empty;
    --img-bg-two:empty;
    --img-bg-three:empty;
    --img-bg-four:empty;
    --img-font-color:empty;
    --img-link-color:empty;
    --img-linkactive-color:empty;
    --img-font:empty;
    --img-font-size:empty;
    */
	--img-bg-one:#981e32;
    --img-bg-two:#981e32;
    --img-bg-three:#981e32;
    --img-bg-four:#981e32;
	--img-font-color:#FFFFFF;

/*
Textbox 1-4 Background Color
Font Color
Link Color
Active Link Color
Font
Title Font Size
Body Font Size
    --txt-bg-one:empty;
    --txt-bg-two:empty;
    --txt-bg-three:empty;
    --txt-bg-four:empty;
    --txt-font-color:empty;
    --txt-link-color:empty;
    --txt-linkactive-color:empty;
    --txt-title-fontsize:empty;
    --txt-body-fontsize:empty;*/
	
	--txt-bg-one:#e3e4e5;
    --txt-bg-two:#e3e4e5;
    --txt-bg-three:#e3e4e5;
    --txt-bg-four:#e3e4e5;
	--txt-font-color:#111111;
/*
Footer
Background-Color
Font-Color
Link-Color
Font
Font-Size
    --foot-bg-color:red;
    --foot-font-color:pink;
    --foot-link-color:magenta;
    --foot-font:Arial;
    --foot-font-size:32px;*/
    --foot-bg-color:#981e32;
}


/*
Line over header
*/
.header-inner {
    border-top: 3px solid #981e32 ;
}


/*
Fast Find Change Background Color on Hover
*/
.fast-find ul li a:hover, .fast-find ul li a:active {
    background: #c60c30;
    transition: background 0.5s ease 0s;
}


/*
Remove Underline from Portal Image Text
*/
.col-md-6 a:hover, .col-md-6 a:focus {
    text-decoration: none;
}

/*
Mouse Over Highlight for Portal Image Text
*/
.widget-header a:hover, .widget-header a:focus, a:hover h3 {
    color: #d7b258;
    text-decoration: none;
}

/*
Resize too large h3 tag
*/
#search_results .job-item h3 {
    font-size: 17px;
    width: 300px;
}

/* exten box 3 */
section.section-default.text-box div.eq-height-parent:nth-child(2) > div:nth-child(1) {
    width: 100%;
}

/* hide box 4 */
.text-box-four {
    display: none;
}

/* hide box 3 */
.text-box-three {
    display: none;
}

/*
Textbox background: cbc4a2
Textbox background 2: cb9b6e
*/
body
{
	background-color:#eff0f1;
}

.text-box a {
    color:#981e32;
}

.text-box a:hover, a:active
{
    color:#4C0000;
}

h4.text-box-title
{
    color: #981e32;
}

#footer a
{
    text-align: center;
}

/*
Remove Color from NavBar
*/
.navbar-default {
    background-color:#eff0f1;
    border-color:#eff0f1;
}

.opening-content
{
    font-weight:bold;
    font-size:22px;
}

#footer
{
	color:white;
}