@import url("https://pa-hrsuite-production.s3.amazonaws.com/414/docs/50601204.css");

:root {
/*
GLOBAL

Font
Font-Color
Background-Color
    --global-font: Arial;
    --global-font-color:#FFFFFF;
    --global-bg-color: #282a33;
*/
    --global-font:"Arial Narrow";
/*
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:#ffffff;  
/*
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;
*/
    --intro-font-color:#000000;
    --intro-link-color:#ffba00;
    --intro-linkactive-color:#e57200;
    --intro-font-size:18px;
    
/*
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:#63656a;
    --ff-font-color:#ffffff;
/*
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:#ffba00;
    --secondary-button-color:#ffba00;
    --tertiary-button-color:#ffba00;
    --button-font-color:#000000;
    
/*
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:#ffba00;
    --img-bg-two:#ffba00;
    --img-bg-three:#ffba00;
    --img-bg-four:#ffba00;
    --img-font-color:#000000;
    --img-link-color:#000000;
    --img-font-size:20px;
/*
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:#4A4A4A;
    --txt-bg-two:#4A4A4A;
    --txt-bg-three:#4A4A4A;
    --txt-bg-four:#4A4A4A;
    --txt-font-color:#FFFFFF;
    --txt-link-color:#ffba00;
    --txt-linkactive-color:#FFBA00;
    --txt-body-fontsize:16px;
/*
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:#FFFFFF;
    --foot-font-color:#000000;
    --foot-link-color:#e57200;
    
}

/* Fast Find Change Background Color on Hover */

.fast-find ul li a:hover, .fast-find ul li a:active {
    background: #2a2b2d;
    transition: background 0.5s ease 0s;
}

/* search page title modifications */

#search_results .job-item h3 {
    font-size: 17px;
    width: 300px;
}

#header {
    display: none;
}

.footer-img {
    max-height: 250px;
}

.soc-icon {
	height:64px;
	width:64px;
	}

@media (max-width: 480px) {

	.soc-icon {
	height:42px;
	width:42px;
	}
}

@media (max-width: 768px) {

	.soc-icon {
	height:64px;
	width:64px;
	}
}

@media (max-width: 992p) {

	.soc-icon {
	height:64px;
	width:64px;
	}
}

@media (max-width: 1200px) {

	.soc-icon {
	height:64px;
	width:64px;
	}
}

#search_results .job-description {
    font-size: 16px;
}

#form_container_15976 td {
    font-size: 16px;
}
