﻿
.hidden{
    display:none;
}

.unhidden{
    display:block;
}
    
.selected-text {
	border: 0px solid #ccc;
	width: 325px;
	text-align: right;
	color: #555;
  	font-size: 14px;
}

.SearchTitle h3{
	margin-bottom: 20px;
}


.CountyFixCase {
    text-transform: capitalize;
}

body .Content .ServiceContent ul
,body .Content .ServiceContent ol{
	list-style-position: inside;
	margin: 0 0 15px 20px;
	padding: 0;
}

body ul
,body ol{
	list-style-position: inside !important;
	margin: 0 0 15px 20px;
	padding: 0;
}

body .Content .ServiceContent ul li
,body .Content .ServiceContent ol li{
	text-indent: -1em;
	padding-left: 1em;
}


.BreadCrumbsContainer{
    position: absolute;
    left: 26px;
    top: 10px;
   
}

.BreadCrumbs{
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 20px;
}

.BreadCrumbs li{
	float: left;
	line-height: normal;
}

.BreadCrumbs li a{
	display: inline-block;
	padding: 10px 3px 10px 3px;
	font-size: 15px;
}

.BreadCrumbs li:first-child a{
	font-size: 18px;
	padding-left: 0px;
}

.BreadCrumbs li a:hover{
	text-decoration: underline;
}


.BreadCrumbs li:hover{
	background: #003E7E -webkit-linear-gradient(center top , #174e92 0px, #346aad 100%);
	background: #003E7E -o-linear-gradient(center top , #174e92 0px, #346aad 100%);
	background: #003E7E -moz-linear-gradient(center top , #174e92 0px, #346aad 100%);
	background: #003E7E linear-gradient(center top , #174e92 0px, #346aad 100%);
}
	
a.Phone {
   	display: none;
}
span.Phone {
	white-space: nowrap;
}
table#HomeCareResults tbody tr td {
	white-space: wrap;
}	
	/* Small Screens */
@media only screen and (max-width: 40em){
    .BreadCrumbsContainer{
		display: none;
    }
    a.Phone {
    	display: inline-block;
    }
    span.Phone {
		display: none;
    }
}

body ul{
	padding: 0;
	margin: 0;
}

input[type]:not([type="radio"])
, select{
	width: auto;
    height: auto;
    display: inline-block;
    margin: 0;
    padding: 5px;
    font-size: 1rem;
    font-family: inherit;
    border: 1px solid rgba(0, 0, 0, .5);
    line-height: normal;
    color: #000000;
    background-color: #FFFFFF;
    border-radius: 5px;
    -webkit-appearance: initial;
    -moz-appearance: initial;
}

input[type]:focus
, select:focus{
	outline: none;
	border: 1px solid rgba(0, 0, 255, .8);
}


select{
	/*
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    */
    background-size: 9px 6px;
    background-position: right -1rem center;
    background-origin: content-box;
    background-repeat: no-repeat;
    padding-right: 1.5rem;
}




.CategoriesList a{
    display: inline-block;
    margin: 0px  0px 10px 0px;
    color: #000000;
    font-size: 2rem;
}


.CategoriesList span.fa {
    padding: 15px;
    background: rgba(194, 194, 194, .8);
    font-size: 3rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}


.CategoriesList img{
    width: 85px;
    height: 85px;
}



.AllPubsList {
    display: inline-block;
    margin: 30px 0px 5px 0px;
    color: #000000;
    font-size: 1.5rem;
}

.AllPubsList img{
    width: 35px;
    height: 35px;
}




/* Small Screens */
/*Note 4 screen size -- max-width: 61em*/
@media only screen and (max-width: 40em){
    .CategoriesList img{
        width: 50px;
        height: 50px;
    }
}


/* Medium Screens */
/* Medium Down*/
@media only screen and (max-width: 64em){
    
}
@media only screen and (min-width: 40.063em) and (max-width: 64em){

}


/* Large Screens */
@media only screen and (min-width: 64.063em){

}
@media only screen and (min-width: 64.063em) and (max-width: 90em){

}

.FormContain {
    width: 304px;
    /*border: 1px solid black;*/
    margin: 0 auto;
}
.ContactForm{
    text-align: left;
}

.ContactForm label{
    font-weight: bold;
}

.ContactForm input
,.ContactForm textarea{
    width: 100%;
    max-width: 300px;
    display: block;
    /*margin: 0 auto 20px auto;*/
    padding: 5px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, .5);
    background: rgba(236,253,187, .7);
}

.ContactForm input:focus
, .ContactForm textarea:focus{
    /*box-shadow: 0px 1px 3px #2A2A2A;*/
    border: 2px solid rgba(32, 156, 204, 1);
    outline-width: 0;
}

.ContactForm textarea{
    height: 100px;
    max-height: 100px;
}

.ContactForm button{
    padding: 10px 25px;
}


/* Small Screens */
/*Note 4 screen size -- max-width: 61em*/
@media only screen and (max-width: 40em){
    
}


/* Medium Screens */
/* Medium Down*/
@media only screen and (max-width: 64em){
    
}
@media only screen and (min-width: 40.063em) and (max-width: 64em){

}


/* Large Screens */
@media only screen and (min-width: 64.063em){

}
@media only screen and (min-width: 64.063em) and (max-width: 90em){

}


.FooterContainer{
    padding: 30px 50px;
    background: #535353;
    color: rgba(255, 255, 255, .8);
    border-top: 3px solid #2A2A2A;
}

.FooterContainer .Footer > div{
    display: table;
}

.FooterContainer .Footer .FooterSection{
    float: none;
    display: table-cell;
    vertical-align: middle;
}

.Footer .FooterSection div:not(:last-child){
    padding: 0px 0px 10px 0px;
}

.Footer .FooterSection a{
    /*color: rgba(0, 0, 204, .8);*/
    color: #FFFFFF;
    text-decoration: underline;
}





/* Small Screens */
/*Note 4 screen size -- max-width: 61em*/
@media only screen and (max-width: 40em){
    .FooterContainer .Footer .FooterSection{
        display: block;
    }
}


/* Medium Screens */
/* Medium Down*/
@media only screen and (max-width: 64em){
    .FooterContainer .Footer > div{
        display: block;
    }

    .FooterContainer .Footer .FooterSection{
        float: left;
        display: block;
    }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em){

}


/* Large Screens */
@media only screen and (min-width: 64.063em){

}
@media only screen and (min-width: 64.063em) and (max-width: 90em){

}



    /* Set font size for entire site so rem values can be used*/
html{
    font-size: 16px;
    /*font-size: 100%;*/
}


body{
    background: url("../Images/Layout/PALink_Banner.jpeg") no-repeat top left;
    background-size: 100%;
    font-family: 'Nunito', sans-serif;
    /*font-family: "Arial Narrow", Arial, sans-serif;*/
    /*font-family: 'Exo', sans-serif;*/
}

a{
    color: #0000CC;
    text-decoration: none;
}

.Button{
    display: inline-block;
    padding: 5px 10px;
    color: #FFFFFF;
    background: #486376;
    background: #486376 linear-gradient(to bottom, #486376, #5a7283);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 20px!important;
}

.SiteMainRow .SiteMainColumn{

}

.SiteMainRow .SiteMainColumn .Header{
    position: relative;
    padding: 75px 0px;
}

.SiteMainColumn .Header .HeaderIcon{
	text-align: center;
}

.Header .HeaderIcon a{
    /*width: 100%;
    height: 100%;*/
    display: inline-block;
}


.Header .HeaderIcon img{
    width: 100%;
    height: auto;
    display: none;
    margin: 0 auto;
}


.SiteMainRow .SiteMainColumn .DivideBar{
    height: 1rem;
    background: #2A2A2A;
}




/* Small Screens */
/*Note 4 screen size -- max-width: 61em*/
@media all and (max-width: 40em){
        /* Hide background image for small screens */
    body{
        /*background: none;*/
    }

    .SiteMainColumn .Header .SiteTitle{
        color: #000000;
    }

    .Header .HeaderIcon img.LogoSmall{
       display: block;
    }
}


/* Medium Screens */
/* Medium Down*/
@media all and (max-width: 64em){
    html{
        /*font-size: 20px;
        font-size: 62.5%;*/
    }

    .SiteMainRow .SiteMainColumn .Header{
        padding: 20px;
    }
    
}

/* Medium Up */
@media only screen and (min-width: 40.063em){
    .Header .HeaderIcon img{
        max-width: 500px;
    }

    .Header .HeaderIcon img.LogoLarge{
        display: block;
    }
}


/* Large Screens */
@media only screen and (min-width: 64.063em){

}
@media only screen and (min-width: 64.063em) and (max-width: 90em){
}


    /* Holders the icons and text*/
.HomePageButtonContainer > div{
    padding: 0px 0px;
    text-align: center;
}


     /*Anchor to hold icons and text*/ 
.HomePageButtonContainer .HomePageButton{
    display: inline-block;
}



.HomePageButtonContainer .HomePageButton span.fa{
    margin: 0px 0px 20px 0px;
    padding: 30px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #486376;
    background: #486376 linear-gradient(to bottom, #486376, #5a7283);
    font-size: 8rem;
    border: 5px solid #FFFFFF;
    color: #FFFFFF;
}



.HomePageButtonContainer .HomePageButton > span{
    display: block;
    color: #000000;
    font-size: 2rem;
    line-height: 1em;
}






.HomePageBoxContainer{
    display: table;
    font-size: 1rem;
    margin: 0 auto;
}

.HomePageBox{
    width: 350px;
    display: table-cell;
    position: relative;
    padding: 15px 15px 35px 15px;
    background: rgba(194, 194, 194, .8);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    min-height: 205px;
}

.HomePageBox:nth-child(even){
    width: 5%;
    background: rgba(255, 255, 255, 0);
}

.HomePageBox span.fa{
    float: left;
    padding: 0px 5px 0px 0px;
    /*font-size: 2.5em;*/
    color: rgba(0, 0, 0, .8);
    font-size: 1.4em;
}

.HomePageBox .Title{
    display: block;
    margin: 0px 0px 5px 0px;
    /*line-height: 1em;*/
    font-size: 1.7em;
}

.HomePageBox .Text{
    display: block;
    position: relative;
    padding: 0px 0px 20px 0px;
    font-size: 1.1rem;
    line-height: 1em;
}

.HomePageBox a.Button{
    position: absolute;
    /*right: 15px;*/
    bottom: 15px;
}

.HomePageBox a.Button:before{
    /*content: "\f0a9";*/
    padding: 0px 5px;
    font-family: FontAwesome;
    float: right;
}





/* Small Screens */
/*Note 4 screen size -- max-width: 61em*/
@media only screen and (max-width: 40em){
}


/* Medium Screens */
/* Medium Down*/
@media only screen and (max-width: 64em){
    .HomePageBoxContainer{
        display: block;
    }

    .HomePageBoxContainer .HomePageBox{
        width: 100%;
        max-width: 450px;
        display: block;
        margin: 0px auto 50px auto;
    }

    .HomePageBox:nth-child(even){
        display: none;
    }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em){

}


/* Large Screens */
@media only screen and (min-width: 64.063em){

}
@media only screen and (min-width: 64.063em) and (max-width: 90em){

}


.ContentContainer .PreContentWrapper{
    background: rgba(255, 255, 255, .7);
    border-bottom: 2px solid #CCCCCC;
}

.ContentContainer .PreContentWrapper .PreContent{
    width: 100%;
    max-width: 1200px;
}

.ContentContainer .ContentWrapper{
    background: rgba(255, 255, 255, 1);
}

.ContentContainer > .ContentWrapper > .Content{
    width: 100%;
    max-width: 1200px;
    padding: 50px 25px;
    position: relative;
}

.ContentContainer > .ContentWrapper > .Content.Full{
    max-width: 100%;    
}





/* Small Screens */
/*Note 4 screen size -- max-width: 61em*/
@media only screen and (max-width: 40em){
   
}


/* Medium Screens */
/* Medium Down*/
@media only screen and (max-width: 64em){
    .ContentContainer > .ContentWrapper > .Content{
        padding: 75px 15px;
    }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em){

}


/* Large Screens */
@media only screen and (min-width: 64.063em){

}
@media only screen and (min-width: 64.063em) and (max-width: 90em){

}


.ServiceContent{
    padding: 0px 50px 0px 0px;
}


.ServiceContent h1{
    margin: 0;
    font-size: 2rem;
    line-height: 1.1em;
    margin-bottom: 15px;
}
.ServiceContent h3{
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 1.5rem;
}


.RightSidePanel .InfoBox{
    margin: 0px 0px 25px 0px;
    padding: 10px;
    background: rgba(194, 194, 194, .8);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    max-width: 350px;
}

.InfoBox .Title h3{
    margin: 0;
    font-size: 1.4rem;
}

.InfoBox .Info{
    padding: 0px 10px 0px 10px;
    font-size: 1rem;
}
.InfoBox .Info .Button{
    /*float: right;*/
}

.InfoBox .Info select{
    margin: 0px 0px 10px 0px;
    width: 70%;
    max-width: 200px;
    /*padding: 5px 0px;*/
}

.InfoBox .Info .ViewAll{
    padding: 5px 0px 0px 0px;
    text-align: right;
}

.Info .ViewAll a:before{
    font-family: FontAwesome;
    float: right;
    padding: 0px 0px 0px 5px;
}





/* Small Screens */
/*Note 4 screen size -- max-width: 61em*/
@media only screen and (max-width: 40em){
    .ServiceContent{
        padding: 0px 0px 0px 0px;
    }
}


/* Medium Screens */
/* Medium Down*/
@media only screen and (max-width: 64em){
    
}
@media only screen and (min-width: 40.063em) and (max-width: 64em){

}


/* Large Screens */
@media only screen and (min-width: 64.063em){

}
@media only screen and (min-width: 64.063em) and (max-width: 90em){

}


.SearchHeader{
    margin: 0px 0px 20px 0px;
}


    /*==============Start Table Styles==============*/
.Table{
	width: 100%;
    margin: 0 auto;
    font-size: 1em;
    background: rgba(255, 255, 255, 1);
}
	
.Table *{
	border-color: rgba(0, 0, 0, .3) !important;
}
	
.Table .TableRow.Header
,.Table .TableRow.Title{
	background: rgba(221, 204, 170, .3);
	background: #dcd8ce;
}
	
	
.Table .TableRow{
    border: 1px solid rgba(0, 0, 0, 1);
	background: rgba(204, 216, 255, .3)
}

.Table .TableRow:not(.Title){
    border-top: none;
}
	
.Table.Vertical .TableRow:not(.Title):nth-child(odd)
,.Table.Horizontal .TableRow:not(.Header):not(.Title):nth-child(even){
	background: rgba(242, 236, 218, .3);
}
	
div.Table div.TableRow.Title{
	text-align: center;
	font-size: 1.5em;
	padding: 5px;
	font-weight: bold;
}
	
.Table .TableRow.Header{
	text-align: center;
}

.Table .TableRow > div {
    position: relative;
    display: table-row;
    -ms-word-break: normal;
    word-break: normal;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow: hidden;
}

.Table .TableRow > div[data-ColumnLabel]:before {
    display: table-cell;
    padding: 5px 10px 5px 5px;
    font-weight: bold;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
}
	
.Table.Vertical .TableRow > div[data-ColumnLabel]:before{
	content: attr(data-ColumnLabel);
}
	
/* Medium Down */
@media only screen and (max-width: 64em){
	.Table .TableRow.Header{
		display: none;
	}
		
	.Table .TableRow > div{
		display: block;
		padding: 5px 10px 5px 10px;
	}
	
	.Table .TableRow > div[data-ColumnLabel]:before{
		content: attr(data-ColumnLabel);
		display: block;
		margin-left: -9px;
		font-size: 1.1em;
	}
}
	
	
/* Make horizontal tables flow correctly on large screens */
@media only screen and (min-width: 64.063em){
	.Table.Horizontal{
		display: table;
    	table-layout: fixed;
    	border-collapse: collapse;
    	border-spacing: 0 0 0 0;
	}
		
	.Table.Horizontal .TableRow.Title{
		display: table-caption;
	}
		
	.Table.Horizontal .TableRow{
		display: table-row;
	}
		
	.Table.Horizontal .TableRow > div{
		display: table-cell;
		padding: 5px;
		vertical-align: middle;
		border-right: 1px solid rgba(0, 0, 0, 1);
	}
}
	
/*==============End Table Styles==============*/