@import url("https://pa-hrsuite-production.s3.amazonaws.com/606/docs/538099.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:rgb(30,30,30);
	--header-font-color:rgb(255,255,255);
	--header-font-size:10px;
	--header-font:Georgia;
/*
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:rgb(165,28,48);
	--ff-font-color:rgb(255,255,255);

/*
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:rgb(165,28,48);
	--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:rgb(165,28,48);
	--img-bg-two:rgb(165,28,48);
	--img-bg-three:rgb(165,28,48);
	--img-bg-four:rgb(165,28,48);
	--img-font-color: #FFFFF;
	--img-font: Arial;
	--img-font-size:10px;

/*
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:#FFFFFF;
	--txt-bg-two:#FFFFFF;
	--txt-bg-three:#FFFFFF;
	--txt-bg-four:#FFFFFF;
	--txt-font-color::rgb(0,0,0);
	--txt-link-color:rgb(0,0,255);
	--txt-linkactive-color:rgb(0,0,255);
/*
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:rgb(30,30,30);
	--foot-font:Georgia;
	--foot-font-size:10px;
    
}

h1 {
	margin-top:0px;
}


@media (min-width: 1000px) and (max-width: 1249px){
h1 {
	margin-top:2px;
}

.header-text {
	font-size:16px;
}
}

@media (min-width: 1250px)  and (max-width: 1399px){
h1 {
	margin-top:4px;
}

.header-text {
	font-size:18px;
}
}


@media (min-width: 1400px)  and (max-width: 1549px){
h1 {
	margin-top:5px;
}

.header-text {
	font-size:20px;
}
}

@media (min-width: 1550px){
h1 {
	margin-top:5px;
}

.header-text {
	font-size:22px;
}
}
/*
@media (min-width: 1550px ) and (max-width: 1599px){
h1 {
	margin-top:6p;
}}

@media (min-width: 1600px){
h1 {
	margin-top:7px;
}
}*/

.text-box-title {
	color:rgb(165,28,48)!important;
}

.text-box-one, .text-box-two, .text-box-three, .text-box-four {
	border: 1px solid rgb(191,191,191);
}

.col-md-6 a {
	color:#FFFFFF;
}

div.text-box-body a {
	color: #337ab7;
}

.soc-icon {
    width:10.5%;
	height:auto;
	filter: grayscale(100%);
}

.alert-info, .alert-warning {
    color: #000000;
}


.fast-find ul li a:hover {
    background-color:rgb(143,30,46);
}

.intro-title {
	color:rgb(165,28,48)!important;
	font-weight:500;
}

div#search_results .container-fluid {
border-bottom:1px solid #ccc
}