﻿
/* CSS for Agency Resource Center */

/*-- mainContent and lightblueContent override CSS --*/
#mainContent .lightblueContent .section1 p {
	padding: 0px !important;
	line-height: 1.0em !important;
	color: #333 !important;
}
#mainContent .lightblueContent .section1 img {
	border: 0 !important;
	padding: 0 !important;
	margin: 0px 10px 0px 0px !important;
	background-color: transparent !important;
	background: transparent !important;
	max-width: 100% !important;
}
/*-- .container --*/
.container{
	height:100%;
	margin-right:auto;
	margin-left:auto;
}
@media(min-width:768px){.container{width:inherit;}}
@media(min-width:992px){.container{width:inherit;}}

/*-- .section1 --*/
.section1 h2{
	font-size: 18px !important;
	font-weight: bold !important;
	text-align: left !important;
	margin: 0px !important;
	line-height: 1.0em !important;
	padding: 15px 0px 0px 0px !important;
	border-bottom: none !important;
	color: #333 !important;
	overflow: hidden;
    white-space: normal;
	display: block;
	display: inline-table;
	float: left;
}
.section1 p{
	font-size: 15px;
	margin: auto;
	padding-top: 0;
    font-weight: 200;
	font-family: inherit;
	box-sizing: border-box;
	display: block;
	float: left;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: inherit;
    -webkit-margin-end: inherit;
	margin-top: 1em;
	margin-bottom: 1em;
	-moz-margin-start: inherit;
	-moz-margin-end: inherit;
	text-align: left;
}
.section-style{
    position: relative;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.section-style-r{
    right: 0;
}
/*-- .content1 --*/
.content1{
	padding-top:1px;
	padding-bottom: 15px;
	margin: 5px 5px 25px 5px;
	color:inherit;
	background: #9a0101 !important;
	box-shadow: 1px 8px 16px 1px rgba(0,0,0,0.2);
}
.content1 h1{
	background: none !important;
	color: white !important;
	font-size: 60px !important;
	padding: 0px !important;
	font-family: inherit !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	background-color: transparent !important;
	border-bottom: none !important;
	font-weight: 500 !important;
	line-height: 1.1 !important;
	text-align:center;
	margin: 0.67em;
	display: block;
	box-sizing: border-box;
	-webkit-margin-before: 0.4em;
    -webkit-margin-after: 0.4em;
	-webkit-margin-start: inherit;
    -webkit-margin-end: inherit;
	-moz-margin-start: inherit;
	-moz-margin-end: inherit;
}
.content1 p{
	margin-bottom:auto;
	font-size:21px;
	font-weight:200;
	text-align:center;
}
/*-- .container and .content1 --*/
.container .content1,.container-fluid .content1{
	border-radius:6px;
}
.content1 .container{
	max-width:100%;
}
/*-- .container.section1:before:after --*/
.container-fluid:after,.container-fluid:before,.container:after,.container:before,.section1:after,.section1:before{
	display:table;
	content:" ";
}
.container-fluid:after,.container:after,.section1:after{
	clear:both;
}
/*-- .content1col.content2col.content3col.content1row.section2row.section3row --*/
.section2row,.content2col,.content3col,.section3row,.content1col,.section1row{
	position:inherit;
	min-height:1px;
	padding-right:5px;
	padding-left: 5px;
	padding-bottom: 15px;
}
.section3row,.content3col{
	float:left;
}
.content3col{
	width:inherit;
}
.section3row{
	width:100%;
}
.section1row{
	width:100%
}
@media(min-width:100px){.section2row{float:left;width:33.33333333%;}}
/*-- Universal Selector--*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,*:after{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,:before{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
/*--Button & Dropdown--*/
.dropbtn {
    background-color: #175A8D;
    color: white;
    padding: 6px 12px;
    font-size: 15px;
	border: 1px solid black;
    cursor: pointer;
    border-radius: 6px;
	transition-duration: 0.4s;
	box-shadow: inset 0 -7px 10px rgba(0,0,0,0.3), 0px 4px 6px 0px rgba(0,0,0,0.4);
}
.dropdown {
    position: inherit;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 1px 8px 10px 1px rgba(0,0,0,0.4);
    border-radius: 6px;
    z-index:1;
}
.dropbtn:hover{
	font-weight: bold;
}
.dropbtn:focus{
	background-color: white;
	color: #333;
	font-weight: bold;
}
.dropdown-content a:hover {
    background-color: transparent;
    border-radius: 6px;
	color:#333;
	font-weight:bold !important;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:focus .dropdown-content {
    display: -webkit-box;
}
.dropdown:hover .dropbtn {
    background-color: white;
    color: #333;
}
/*-- Tabs --*/
.tab{
	display: -webkit-box;
	box-sizing: border-box;
	cursor: pointer;
	height:30px;
}
.tab:hover{
	background-color:#e6e6e6;
	border-radius: 6px;
}
.tab img{
	width: 30px;
	height: 30px;
	position: absolute;
}
.tab a {
    font-size: 14px;
    padding-top: 8px;
    padding-left: 40px;
    padding-right: 5px;
    padding-bottom: 8px;
    text-decoration: none;
    display: -webkit-box;
    display: block;
    position: relative;
    width: 100%;
}
.tab a:active{
	outline:thin dotted;
	outline-offset: -2px;
}
/*-- Section Headers --*/
.header{
	display: -webkit-box; /* OLD IOS 6, Safari 3.2-6, BB7 */
	display: -ms-flexbox;/* TWEENER - IE10*/
	display: -webkit-flex;/*NEW -Safari 6.1+, ISO 7.1+, BB10*/
	display: flex;/*NEW, Spec - Firefox, Chrome, Opera*/
	box-sizing: border-box; 
}
.header img{
	width: 55px;
	height: 55px;
	display: block;
	float: left;
}
/*-- Ticker --*/
@keyframes ticker {
	0%{margin-top: 3px}
	25%{margin-top: -29px}
	50%{margin-top: -59px}
	75%{margin-top: -91px}
	100%{margin-top: 0}
}
.news {
    box-shadow: inset 0 -15px 30px rgba(0,0,0,0.4), 0 5px 10px rgba(0,0,0,0.5);
    width: inherit;
	display: block;
    height: 34px;
    margin: auto;
    overflow: hidden;
    border-radius: 0 0 4px 4px;
	text-decoration: none;
} 
.news span {
    float: left;
    color: #fff;
	margin: 3px;
    padding: 6px;
    position: relative;
    border-radius: 4px;
    box-shadow: inset 0 -15px 30px rgba(0,0,0,0.4);
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
	cursor: pointer;
}
.news ul 
{
	position:relative;
    animation: ticker 15s cubic-bezier(1, 0, .5, 0) infinite;
}
.news ul li {
	list-style-image: none !important;
	margin: 0px !important;
	padding: 0px 0px 0px 10px !important;
	line-height: 30px; 
	list-style: none 
}
.news a{
	font-weight: bold !important;
	text-decoration: none !important;
}
.news ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}
.news ul:hover {
	animation-play-state: paused
}
.news span:hover+ul { 
    animation-play-state: paused 
}
.red { 
	background: #e60000 
}
.red span { 
	background: #cc0000 
}
