/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	*
	{
	}

	body, input, textarea
	{
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
	}

	body
	{
		background: #fff;
		color: #000;
		font-size: 10pt;
		line-height: 1.75em;
	}

	a
	{
		color: #2255AA;
	}

		a:hover
		{
			text-decoration: none;
		}

	h1,h2,h3,h4,h5,h6
	{
		font-weight: 300;
		color: #373737;
	}

	h3
	{
		font-weight: 400;
		margin: 0 0 0.5em 0;
	}
h4 {
        font-weight:800;
        text-transform:uppercase;/*JSS*/
    }
h5 {
     font-weight:700;
     margin:0 0 0 0;
     padding:0 0 0 0;
     line-height:0;
     display:inline;
    }

	p, ul
	{
		margin-bottom: 1em;
	}

	form
	{
	}
	
		form input, form select
		{
			/*-webkit-appearance: none;*/
			border-radius: 0;
		}

		form input
		{
			border: solid 1px #d9d9d9;
			padding: 0.5em 1em 0.5em 1em;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
		
		form input.button
		{
			cursor: pointer;
		}
	
	.grid-spaced
	{
	}

		.grid-spaced > .row
		{
			margin-bottom: 1em;
		}

		.grid-spaced > .row:last-child
		{
			margin-bottom: 0;
		}
	
	.date
	{
		font-style: italic;
		color: #a0a0a0;
	}
	
	.image
	{
		display: inline-block;
		border: solid 1px #d9d9d9;
		padding: 3px;
	}

		.image img
		{
			display: block;
		}

	.image-fit
	{
		display: block;
		margin: 0 0 2em 0;
	}

		.image-fit img
		{
			width: 100%;
		}
		
	.align-left
	{
		float: left;
		margin-right: 2em;
	}

    .center-block
    {
        text-align: center;
    }
		
	.blocks
	{
	}

		.blocks a
		{
			position: relative;
			display: block;
			color: #fff;
			text-decoration: none;
			padding: 3em 7em 3em 2em;
			margin: 0 0 0.5em 0;
			outline: 0;
			transition: background-color .25s ease-in-out;
			-moz-transition: background-color .25s ease-in-out;
			-webkit-transition: background-color .25s ease-in-out;
		}

		.blocks a:after
		{
			content: '';
			display: block;
			width: 48px;
			height: 48px;
			background: url('images/sprites.png');
			position: absolute;
			right: 2.5em;
			bottom: 3em;
		}

		.blocks p
		{
			font-size: 1.25em;
			margin: 0;
			color: rgba(255,255,255,0.8);
		}
		
		.blocks h2
		{
			color: #fff;
			font-size: 2.25em;
            font-size: 1.75em;
			letter-spacing: -1px;
			margin: 0 0 0.5em 0;
			line-height: 1em;
		}

		.blocks .one
		{
			background: #2255AA;
		}
		
			.blocks .one:hover
			{
				background: #10b6fb;
			}
			
		.blocks .two
		{
			background: #990000;
		}

			.blocks .two:hover
			{
				background: #999999;
			}
		
		.blocks .three
		{
			background: #2f2f2f url('images/bg1.png');
		}

			.blocks .three:hover
			{
				background: #3f3f3f;
			}

        .investigation .blocks
        {
            float:right;
            width:300px;
            margin-left:1em;
            margin-bottom:1em;
        }
		
	ul.style1
	{
	}

		ul.style1 li
		{
			border-top: solid 1px #d9d9d9;
			padding: 1em 0 0 0;
			margin: 1em 0 0 0;
		}
		
		ul.style1 li:after
		{
			content: '';
			display: block;
			clear: both;
		}
		
		ul.style1 li:first-child
		{
			padding-top: 0;
			border-top: 0;
		}
		
		ul.style1 p
		{
			margin: 0 0 0.5em 0;
		}

	ul.style2
	{
        list-style-type:none;
	}

		ul.style2 li
		{
			border-top: solid 1px #d9d9d9;
			/*padding: 1em 0 0 0;
            margin: 1em 0 0 0;    */
            padding: 0.25em 0 0 0;
			margin: 0.25em 0 0 0;
		}
		
		ul.style2 li:after
		{
			content: '';
			display: block;
			clear: both;
		}
		
		ul.style2 li:first-child
		{
			padding-top: 0;
			border-top: 0;
		}
		
	ul.posts
	{
	}

		ul.posts h3
		{
			margin: 0.25em 0 0.25em 0;
		}

		ul.posts p
		{
			margin-bottom: 0.1em;
		}
		
	ul.contact
	{
        list-style-type: none;
	}
	
		ul.contact li
		{
			position: relative;
			margin: 0 0 2.1em 0;
			padding: 0 0 0 60px;
		}
		
		ul.contact li:before
		{
			content: '';
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			width: 40px !important;
			height: 40px !important;
			background: #676767 url('images/sprites.png');
			border: solid 4px #676767;
		}

		ul.contact li:after
		{
			content: '';
			display: block;
			clear: both;
		}
		
			ul.contact li.address:before
			{
				background-position: 0px -48px;
			}
		
			ul.contact li.email:before
			{
				background-position: -32px -48px;
			}
		
			ul.contact li.social:before
			{
				background-position: -64px -48px;
			}
		
			ul.contact li.phone:before
			{
				background-position: -96px -48px;
			}

	.button
	{
		position: relative;
		display: inline-block;
		background: #2255AA;
		color: #fff;
		padding: 1.2em 3.25em 1.2em 1.75em;
		text-decoration: none;
		font-size: 1.1em;
		outline: 0;
		transition: background-color .25s ease-in-out;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
	}
	
		.button:hover
		{
			background: #10b6fb;
		}
	
		.button:before
		{
			content: '';
			display: block;
			position: absolute;
			right: 1.75em;
			bottom: 1.6em;
			border-left: solid 5px #fff;
			border-top: solid 5px transparent;
			border-bottom: solid 5px transparent;			
		}
		
	.button-alt
	{
		background: #2f2f2f url('images/bg1.png');
	}
	
		.button-alt:hover
		{
			background: #3f3f3f;
		}
strong { font-weight: bold; }

.spacer5 { height: 5px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer10 { height: 10px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer20 { height: 20px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }

body { padding-top: 60px; }

    CAPTION.MYTABLE
    {
         color:black;
         border-style:dashed;
         border-width:1px;
         border-color:black;
         margin: 2em 2em 2em 2em;
    }

    table.MYTABLE
    { 
        font-family: 'Open Sans', sans-serif;
        border-collapse:collapse;
        font-size:10pt;
        /*border-color:black;*/
        border-width:0;
    }

    .MYTABLE th
    {
        font-size:10pt;
        background-color:#2255AA;
        color:white;
        text-align:left;
    }
        .MYTABLE th a {
            color:#fff;
            font-weight:600;
        }

    .MYTABLE tr
    { 

    }

    /*TD.MYTABLE*/
    .MYTABLE td
    {  
        font-size:10pt;
        background-color:white;
        color:black;
        /*border-style:solid;
        border-width:1px;
        padding:5px;*/
        text-align:left;
        padding-top: 0.4em;
        padding-bottom:0.4em;
    }
    .MYTABLE td.form-left {
    text-align:right;
    padding-right: 1em;
    padding-left:1em;
}
.MYTABLE td.center {
    text-align: center;
}
        
.MYTABLE td input.formbutton {
    height:50px;
    font-size:1.2em;
}

.news-title {
    font-size:2em; 
    line-height:1.1em;
}

.carousel-caption {
    max-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
}

.footer-ul {
    border: 1px solid black;
}

table#facilitytbl {

    margin: 0px auto;
}

table#facilitytbl td:first-child {
    text-align:right;
}

table#facilitytbl td:last-child {
    text-align:left;
    padding:20px;
}

.warden {
    font-size: 2em;
    font-family: Georgia, 'Times New Roman', serif;
    font-style:italic;
    text-align:center;
}

.blueheader {
    font-size:10pt;
    background-color:#2255AA;
    padding-top:3px;
    padding-bottom:3px;
    padding-left: 3px;
    color:white;
    text-align:left;
}

.homecolor {
    color: dodgerblue !important;
}

.table th, .table td { 
     border-top: none !important; 
 }

@media print {
  a:link:after {
    content: none;
  }
}

table#visitation {
 
}
table#visitation table, th, td {
     border: 1px solid white;
}
table#visitation td:first-child {
     text-align:right;
}

.list-circle, .list-circle ul{
    padding-left: 25px;
    list-style: circle;
}

.row.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.font-bold {
    font-weight: bold;
}

.text-align-center
{
    text-align: center
}

.medium-icon {
    font-size: 20px;
}

.indent-left {
    margin-left: 25px;
}
.indent-right {
    margin-right: 25px;
}
.anchor {
    padding-top: 45px;
    margin-top: -45px;
}
.sidebar.affix {
    margin-top: -150px;
    position: fixed;
    width: 165px;
}
.sidebar.affix-top {
    width: 165px;
}
.sidebar.affix-bottom {
    position: fixed;
    width: 165px;
}
.text-black {
    color: black;
}

.text-white {
    color: white;
}

.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 25px;
}

.text-outline 
{
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.bg-image {
    /* The image used */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.crop-height {
    max-height: 250px;
    overflow: hidden;
}

img.scale {
    /* corrects inline gap in enclosing div */
    display: block;
    max-width: 200px;
    /* just in case, to force correct aspect ratio */
    height: auto !important;
    width: auto\9; /* ie8+9 */
    /* lt ie8 */
    -ms-interpolation-mode: bicubic;
}

.facility-image {
    align-content: center;
    width: auto%;
    height: 400px;
    max-width: 100%;
}

.center {
    align-content: center;
}

.facility-button {
    width:150px;
    height: 150px;
    margin: 5px 10px 5px 10px;
}

.facility-button img {
    height: 75px;
    width: 75px;
}

.newsletter-img {
    width: 150px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #033c73;
}

.centered-table {
    margin-left: auto;
    margin-right: auto;
}