
@import 'template.css';

/* Global font */
html * {
	font-family: Arial;
}


/* Styles specific to site and styles to override below: */

input[type="text"], select {
	height: 1.25rem;
	padding: 0;
}

.seal-container {
    width: 80px;
    height: 80px;
    display: block;
}
.seal-sub-container {
    width: 62px;
    height: 40px;
    display: block;
    float: right;
    margin-right: -10px;
}
.seal-container img {
    width: 100%;
    height: auto;
    
}

.secretary-headshot {
    position: absolute;
    bottom: 0px;
    left: 0px;

}

/* Change site background image */
body {  
	margin:0;
    padding:0;
    background: #527596 none repeat scroll 0% 0%;
	/*
	background: transparent url(../../assets/img/background/library.png) top no-repeat fixed;
	background: transparent url(../../assets/img/background/archives.png) top no-repeat fixed;
	background: transparent url(../../assets/img/background/seal-1024px_antique3.jpg) top no-repeat fixed;
	background: transparent url(../../assets/img/background/aerial-opt-light.jpg) top no-repeat fixed;
	background-size: cover;
	*/
}
#bkg-img-container {
    z-index: -1;
        
}
.bkg-img{
    position:fixed;
    top:0;
    display:none;
    width:100%;
    height:100%;
    opacity: .8;
    z-index: -1;
}
.master {
	margin-top: 1.5em;
}
#search-container {
	height: 54px;
	padding: 0px 0px;
	/*margin-bottom: 14px;*/
	margin-bottom: 1em;
}
#query {
	background-color: #f2f9ff;
    border: 3px solid #075f8d;
    border-radius: 5px;
    box-shadow: none;
    color: #387a9c;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    outline: medium none;
    width: 100%;
	height: 3.415rem;
	line-height: 2em;
	float: left;
}

#search-icon {
	background-color: #075f8d;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	min-height: 100%;
	margin-left: -52px;
	width: 52px;
	height: 52px;
	float: left;
	cursor: pointer;
}
#search-icon > i  {
	color: rgb(255, 255, 255);
	position: absolute;
	top: 17px;
	right: 15px;/*right: 65px;*/
}
.body-row {
	position: relative;
}
.expand-container {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	z-index: 2;
}
.transition-container {
	position: absolute;
	top: opx;
	right: 0px;
	width: 75%;
	z-index: 2;
}
#nav-container {
	/*padding: 0px 5px 0px 0px;*/
	padding: 0em 1em 0em 0em;
}
#highlight-container{
	background-color: white;
	padding: 0px;
}
#highlight-container > img {
	width: 100%;
	height: 438px;
}
.sos-highlights-caption {
	margin: -35px 0px 0px !important;
	background: rgb(51, 51, 51) none repeat scroll 0% 0%;
	background: rgba(51, 51, 51, .40) none repeat scroll 0% 0%;
	position: absolute;
	width: 100%;
	color: white;
	text-align: left;
	padding: 6px 6px 6px 15px;
	height: 35px;
}

.section-container {
	height: 438px;
	background-color: #051C33;/*background-color: white;*/
	/*padding-top: 2px;*/
}
.container-row{
	/*background: #F00 none repeat scroll 0% 0%;*/
	padding: 3px 5px 5px 0px;
	height: 438px;
}
.back-button,.sub-section-back{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80px; /* 75px */
	height: 30px;
	background: #1A4C81  none repeat scroll 0% 0%;
	box-shadow: 3px 3px 8px #333;
	z-index: 2;
	color: #FFF;
	text-shadow: 3px 1px 2px rgba(100, 100, 100, 0.8);
	text-align: center;
	padding: 5px;
	cursor: pointer;
}

.sub-section-container{
	padding:0px;
}
.sub-section-back {
	top: -3px;
	left: -1px;
}
	
.sos-tile-container {
	    padding: 5px 0px 0px 5px;
	    /*padding: 5px 3px 0px 3px;*/
}
.sos-tile {
	display:table;
	width: 100%;
	height: 102px;
	position: relative;
	color: #FFF;
	cursor: pointer;
}
.sos-tile-placeholder {
	cursor: default;
	/*background-color: #FFFFFF !important;*/
}
.sos-tile-caption {
	display:table-cell;
	vertical-align:middle;
	padding-left: 10px;
	font-size: 1.2rem;
	width: 80%;
	text-shadow: 3px 1px 2px rgba(76, 76, 76, 0.8);
}
.sos-tile-icon {
	position: absolute;
	top: 30px;
	right: 20px;
	font-size: 1.3rem;
}
.sos-category-tile, .sos-category-tile-double {
	display: block;
	width: 100%;
	height: 209px;
	position: relative;
	overflow: auto;
	color: #FFF;
}
.sos-category-tile-double {
	height: 425px;
}
.category-icon {
	width: 55px;
	height: 55px;
	background: #1A4C81 none repeat scroll 0% 0%;
	border-radius: 27px;
	position: relative;
	margin: 8px auto;
	box-shadow: 2px 2px 6px #222;
}
.category-icon  i {
	position: absolute;
	top: 11px;
	left: 10px;
	font-size: 2rem;
}
.icon-slightly-left i {
	left: 8px;
}
.icon-slightly-right  i{
	left: 12px;
}
.sos-category-body-container, .sos-category-body-container-double  {
	width: 100%;
	height: 173px;
	margin-top: -35px;
	background-color: #9b3b40;
	box-shadow: 1px 1px 7px #333;
	padding-top: 20px;
}
.sos-category-body-container-double {
	height: 354px;
}
.category-heading, .category-subheading{
	font-size: 1.1rem;
	font-weight: bold;
	color: #FFF; 
	text-shadow: 3px 1px 2px rgba(76, 76, 76, 0.8);
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 9px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 9px;
}
.category-subheading{
	font-size: 0.95rem;
	font-weight: normal;
	padding-left: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.category-subheading:hover{
	background: rgba(111, 158, 204, 0.4) none repeat scroll 0% 0%;
}
.category-heading:hover {
	color: #24A9E1;
}
#business-portal-container > div.container-row > div  {
	height: 100%;
	padding: 0px;
	margin-right: 0px;
}
.sub-nav-left {
	background-color: rgba(21, 61, 103, 0.8);
	margin-top: 6px;
	margin-right: 6px;
	margin-left: 6px;
	padding: 0.9em;
	/* Firefox */
	height: -moz-calc(100% - 8px);
	width: -moz-calc(100% - 7px);
	/* WebKit */
	height: -webkit-calc(100% - 8px);
	width: -webkit-calc(100% - 7px);
	/* Opera */
	height: -o-calc(100% - 8px);
	width: -o-calc(100% - 7px);
	/* Standard */
	height: calc(100% - 8px);
	width: calc(100% - 7px);
	
}
.sub-nav-left, .sub-nav-left h3, .sub-nav-left p { 
	color: #FFF;
	font-size: 1.15em;
}
.sub-nav-left p {
	font-size: 0.70em;
	margin-bottom: 1.5em;
}

.sos-blue, .sos-purple, .sos-green, .sos-red, .sos-orange{
	background: #FFF none repeat scroll 0% 0%; /**color will be overridden*/
	color: #FFF;
}
.sos-blue {	
	background-color: #298DCB;
}
.sos-blue:hover {
	background-color: #1074B2;
}
.sos-purple {	
	background-color: #8A89C0;
}
.sos-purple:hover {
	background-color: #7170A7
}
.sos-green {	
	background-color: #00BC80;
}
.sos-green:hover {	
	background-color: #00A367;
}
.sos-red {	
	background-color: #992A31;
}
.sos-red:hover {	
	background-color: #801118;
}
.sos-orange {	
	background-color: #F9AC2F;
}
.sos-orange:hover {	
	background-color: #E09316;
}

/*.section-container > div > div.highlights > div{*/
.carousel-container {
	height: 209px;
}
/*
.row.display {
	background: #EEE none repeat scroll 0% 0%;
	font-size: 11px;
	margin-bottom: 10px;
	line-height: 2rem;
	border: 1px solid #C6C6C6;
	margin-left: 0px;
	margin-right: 0px;
}
*/
.trans, .sos-tile-caption, .sos-tile-icon, .left-side-nav-tile-icon, .category-subheading:hover, .category-heading:hover,
.sos-blue, .sos-purple, .sos-green, .sos-red, .sos-orange,
.sos-blue:hover, .sos-purple:hover, .sos-green:hover, .sos-red:hover, .sos-orange:hover  {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.owl-demo .item img{
	display: block;
	width: 100%;
	height: 186px;
}

.owl-carousel .owl-item {
	margin-top: 0px;
}

div.owl-item > div > p {
	margin: 0px;
}
.owl-theme .owl-controls {
	margin-top: 0px;
}

.footer-list {
	text-align: center;
}
#footer {
	/* http://foundation.zurb.com/forum/posts/629-sticky-footer */
	position: fixed;
	bottom: 0;
	width: 100%;
	/*height: 149px;*/
	height: 62px;
}


/** Landing Page Styles **/

.side-nav-right-container, .side-nav-right, .side-nav-left-container, .side-nav-left {
	min-height: 500px;
}
.side-nav-right, .side-nav-left {	
	height: 100%;
	padding:5px;
	background-color: rgb(41, 141, 203);
}
.side-nav-right ul li, .side-nav-right ul li a {
	color: #CCC;
	padding: 0.25em;
}
.side-nav-right ul li a:hover {
	color: white;
}

.right-side-nav{
	padding-left: 0px;
}
.left-side-nav-tile-container {
	padding-bottom: 5px;
}	
.left-side-nav-tile {
	display: table;
	width: 100%;
	height: 50px;
	position: relative;
	color: #FFF;
	cursor: pointer;
}
.left-side-nav-tile-caption {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	font-size: 0.85rem;
	width: 80%;
	text-shadow: 3px 1px 2px rgba(76, 76, 76, 0.8);
}
.left-side-nav-tile-icon {
	position: absolute;
    top: 15px;
    right: 10px;
    font-size: 1.3rem;
}
.content-headers {
   color: rgb(12, 61, 111);
}

#ufoIndex {
    width: 552px;
    margin: 0px auto;
}

/* ------------------------
 *  Force footer to bottom
 *
html, body {
    height: 100%;
}
.body-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -149px; 
}
footer, .push {
    height: 149px;
}/*  
 *  Sticky Footer by Ryan Fait
 *  http://ryanfait.com/
 *
 *   End
 * ------------------------ */

 
 /*  http://www.themaninblue.com/writing/perspective/2005/08/29/
html, body {
    height: 100%;
}

.body-wrapper
{
position: relative;
min-height: 100%;
}

* html .body-wrapper
{
height: 100%;
}

.master
{
padding-bottom: 9em;
}

#footer
{
position: relative;
margin-top: -9.35rem;
} 
*/

 /* ---------------
 *   Overrides
 * ---------------
 */
#header {
    background-color: rgba(26, 76, 129, 1);
}
.footer {
    background-color: rgba(15, 45, 77, 1);
}
.basefooter {
    background-color: rgba(5, 28, 51, 1);
}
.basefooter li {
    font-size: 0.9em;
    color: #FFF;
    text-transform: uppercase;
}
.basefooter li, .basefooter li a {
    font-size: 0.9em;
    /*color: #FFF;*/
    color: rgba(255, 255, 255, 0.7);
}
.row {
    max-width: 80rem;
}
#cssmenu > ul > li > a {
    opacity: 1;
    background: #1A4C81 none repeat scroll 0% 0%;
}
#cssmenu ul li a span{
    font-size: 1.34em;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.open > a, #cssmenu ul ul li.active > a {	
    background: rgb(236, 242, 246) none repeat scroll 0% 0%;
    color: #4397B9;
}
#cssmenu > ul > li > a {
    padding: 12px 20px;
}

a[href^="mailto"], a[href^="MAILTO"],a[href$=".xls"], a[href$=".XLS"],a[href$=".pdf"], a[href$=".PDF"],
a[href$=".xlsx"], a[href$=".XLSX"],a[href$=".doc"], a[href$=".DOC"],a[href$=".docx"], a[href$=".DOCX"]{
    background: none;
    padding-left: 0px;
}

a[href$=".pdf"].button, a[href$=".PDF"].button {
    background-color: #2BA6CB;
    padding: 1rem 2rem 1.0625rem;
}
a[href$=".pdf"].button:hover, a[href$=".PDF"].button:hover {
    background-color: #2287A2;
}

#elections-vic-container input[type="text"]{
    border: 1px solid #153D67;
    margin-bottom: 0px;
    background-color: #FFF;
    padding-left: 0.25rem;
}
#elections-vic-container, #elections-vic-container table {
    background-color: rgb(208, 225, 243);
}

#elections-vic-container table, #elections-vic-container table td {
    border: 0px;
    margin: 0px;
    padding: 0.08rem;
}

#elections-vic-container label {
    color: #000;
    text-shadow: 0px 0px #000;
    
}
#elections-vic-container table tr.even, #elections-vic-container table tr.alt, #elections-vic-container table tr:nth-of-type(2n) {
	background: none;
}
/*
ul, ol, dl {
    font-size: 0.9rem;
}
*/
.tab-bar, .left-off-canvas-menu, .left-submenu {
    background: rgb(26, 76, 129) none repeat scroll 0% 0%;
}
ul.off-canvas-list li label {
    background: #051C33;
    color: #FFF;
    font-size: 1em;
    font-weight: normal;
}
.left-submenu {
    height: 100%;
}
.accordion .accordion-navigation.active > a.med-accordion:link {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #2388A6 !important;
} 
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */


/* ============================================================
  FOLDED CORNER
============================================================ */
.note {
	position: relative;
	margin-bottom: 10px;
	padding: 30px 10px 10px 10px;
	background-color: #d1d1d1;
}
.note:last-child {
	margin-bottom: 0;
}
.note:before, .note:after {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
	content: "";
}
.note:before {
	border-top: solid 20px #fff;
	border-right: solid 20px #fff;
	border-left: solid 20px transparent;
	border-bottom: solid 20px transparent;
}
.note:after {
	border-bottom: solid 20px #5b7093;
	border-left: solid 20px #5b7093;
	border-right: solid 20px transparent;
	border-top: solid 20px transparent;
}
.note a{color: #3458c2;}
.note a.button{color:white}
/* ============================================================
  BORDER RADIUS
============================================================ */
.border-radius {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.border-radius:after {
	-webkit-border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
	-ms-border-radius: 0 0 0 10px;
	-o-border-radius: 0 0 0 10px;
	border-radius: 0 0 0 10px;
}

/* ============================================================
  SHADOW
============================================================ */
.shadow {
	overflow: hidden;
}
.shadow:after {
	-webkit-box-shadow: -1px 1px 5px #212835;
	-moz-box-shadow: -1px 1px 5px #212835;
	box-shadow: -1px 1px 5px #212835;

}


.open-data-header{
	background-color:#0095da;
	margin-right:40px;
	margin-bottom:30px;
	padding:10px;
	color:white;
}
.open-data-header:after{
	content: url('/assets/open-data.png');
	position:absolute;
	top:10px;right:40px;
}
.bubble
{
	padding: 0 10px 10px 0;
	margin-bottom:25px;
	position: relative;
	line-height: 1.2em;
	background-color: #fff;
	border: 3px solid #666;
	border-width: 0px 0px 4px 0px;
	color: #0c3d6f;
	/* -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
     border-radius: 30px;
     -webkit-box-shadow: 2px 2px 4px #888;
     -moz-box-shadow: 2px 2px 4px #888;
     box-shadow: 2px 2px 4px #888;*/
}

.thought
{
	line-height: 1.2em;
	-webkit-border-radius: 108px;
	-moz-border-radius: 108px;
	border-radius: 108px;
}

.bubble:before, .bubble:after
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
}

.speech {padding-right:35px;}
.speech:before
{
	left: 85px;
	top: 43px;
	border: 10px solid;
	border-color: #666 transparent transparent #666 ;
}

.speech:after
{
	left: 89px;
	top: 42px;
	border: 5px solid;
	border-color: #fff transparent transparent #fff ;
}

.thought:before, .thought:after
{
	left: 10px;
	top: 70px;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border: 8px solid #666;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
}

.thought:after
{
	width: 20px;
	height: 20px;
	left: 5px;
	top: 100px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}


#waypoint-4 input[data-toggle] {display: none; }
#waypoint-4 input[data-toggle]:checked + label,
#waypoint-4 input[data-toggle]:checked + label:active {background-color: salmon;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05); }
#waypoint-4 .button-group.toggle li:not(first-child) {margin: 0 -0.9rem;}

#waypoint-5 input[data-toggle] {display: none; }
#waypoint-5 input[data-toggle]:checked + label,
#waypoint-5 input[data-toggle]:checked + label:active {background-color: salmon;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05); }
#waypoint-5 .button-group.toggle li:not(first-child) {margin: 0 -0.9rem;}


.chart, .table, .table > table{max-height:400px;width:100%;}
#waypoint-4 .chart{max-height:600px;}
#waypoint-4 .table{max-height:850px;}

#waypoint-5 .chart{max-height:600px;}
.spinner{text-align: center;margin:150px 0 150px 0;width:100%;}
.red-border{border-left: 8px solid #006599;}
.blue-border{border-left: 8px solid #ff6766;}

.note h4{text-align:left !important;text-transform: uppercase;color:#5B7093;}
.note .button{background-color:#5B7093;}

input[data-toggle]:checked + label{background-color: #747474 !important;}

.spanish_content{display:none;}