@import url('css/onepcssgrid.css') screen;
@import url('css/print.css') print;

/*
Theme Name: State of Hawaii Template
Theme URI: 
Author: HIC
Author URI: 
Description: Main template for the State of Hawaii Government websites.
Version: 1.0
License: 
License URI:
*/

/**********************************************************************
=RESET
**********************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**********************************************************************
=GLOBAL
**********************************************************************/

p {
	margin-bottom: 20px;
}

a {
	text-decoration: none;
	color: #324D6B;
}

a:hover {
	text-decoration: underline;
	color: #6987A8;
}

.center {
	text-align: center;
}

.bold {
	font-weight: 600;
}

::-webkit-selection, ::-moz-selection, ::-ms-selection, ::-o-selection { 
	background : rgba(1,95,115,.8); 
	color : #fff; 
	text-shadow : none; 
}

::selection { 
  background : rgba(1,95,115,.8); 
  color : #fff; 
  text-shadow : none; 
}

.clearfix {
	clear: both;
}


/********* for default WP image align - 130603 RT *********/
img.alignleft { margin-right: 10px;}
.alignleft { float: left;}

img.alignright { margin-left: 10px;}
.alignright { float: right; text-align: right;}

img.alignnone { margin: 0 10px;}

.center, .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/**********************************************************************
=BODY
**********************************************************************/

body {
	font: 400 1em/1.4em 'Open Sans', sans-serif;
	font-size: 0.9em;
	font-weight: 300;
	color: #333;
	background: #BBB;
}

#backgroundCover {
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size:cover;
	-o-background-size: cover;
	width: 100%;
	height: 100%;
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;	
	z-index: -9999999;
}

/**********************************************************************
=SLIVER
**********************************************************************/

#sliver {
	width: 100%;
	height: 49px;
	margin-bottom: 20px;
	font-size: 0.85em;
	background: rgba(0,0,0,0.7);
	border-bottom: 1px solid #000;
}

#sliver .wrapper {
	width: 96%;
	max-width: 960px;
	height: 49px;
	margin: 0 auto;
}

#sliver a {
	color: #FFF;
}

#hawaiigov_link {
	position: relative;
	float: left;
	display: block;
	top: 10px;
	margin-right: 30px;
}

#font_resize {
	float: left;
	line-height: 49px;
	color: #FFF;
}

#font_resize i {
	position: relative;
	top: 3px;
	font-size: 1.6em;
}

#stay_connected {
	float: right;
	line-height: 49px;
	color: #FFF;
}

#stay_connected i {
	position: relative;
	top: -2px;
	margin-right: 5px;
	font-size: 2.5em;
	vertical-align: middle;
}

/**********************************************************************
=Wrapper
**********************************************************************/

#main_wrapper {
	width: 96%;
	max-width: 960px;
	margin: 0 auto;
	box-shadow: 0 0 9px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 9px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 9px rgba(0,0,0,0.4);
	-ms-box-shadow: 0 0 9px rgba(0,0,0,0.4);
	-o-box-shadow: 0 0 9px rgba(0,0,0,0.4);
}

/**********************************************************************
=HEADER
**********************************************************************/

header {
	min-height: 155px;
	padding: 30px 30px 0 30px; 
	background: #FFF url('img/header/background.jpg') top left no-repeat;
}

header #nav_toggle {
	display: none;
	float: left;
	width: 40px;
	height: 30px;
	line-height: 32px;
	text-align: center;
	margin: 10px 20px 0 0;
	background: #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	cursor: pointer;
}

header #nav_toggle i {
	color: #FFF;
	font-size: 16px;
}

#logo_title img {
	float: left;
	width: auto;
	margin-right: 20px;
}

#logo_title .title_tagline {
	float: left;
}

#logo_title .tagline {
	display: block;
	margin-top: 15px;
	font-size: 1.2em;
	color: #79482A;
}

#logo_title .title {
	display: block;
	margin-top: 5px;
	font-size: 1.6em;
	font-weight: 700;
	color: #4D76A4;
}

/********** MAIN SEARCH STYLES INCLUDED HERE TOO **********/

header #search_toggle {
	display: none;
	float: right;
	width: 40px;
	height: 30px;
	line-height: 32px;
	text-align: center;
	margin: 10px 0 0 0;
	background: #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	cursor: pointer;
}

header #search_toggle i {
	color: #FFF;
	font-size: 16px;
}

#header_search, #main_search {
	position: relative;
	white-space: nowrap;
	overflow: hidden;
}

#main_search {
	margin-bottom: 20px;
}

#header_search label, #main_search label {
	position: absolute;
	left: 0;
	height: 30px;
	line-height: 34px;
	color: #AAA;
	background: transparent;
}

#header_search label {
	margin-left: 7px;
}

#main_search label {
	margin-left: 14px;
}

#header_search input[type="text"], #main_search input[type="text"] {
	position: relative;
	float: left;
	width: 74%;
	height: 30px;
	line-height: 30px;
	padding: 0 2%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	background: transparent;
	border: 1px solid #999;
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	box-shadow: inset 0 0 4px #CCC;
	-webkit-box-shadow: inset 0 0 4px #CCC;
	-moz-box-shadow: inset 0 0 4px #CCC;
	-ms-box-shadow: inset 0 0 4px #CCC;
	-o-box-shadow: inset 0 0 4px #CCC;
}

#header_search input[type="text"]:before, #main_search input[type="text"]:before {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #FFF;
	content: "";
	margin-left: -2%;
	z-index: -9999;
}

#main_search input[type="text"] {
	width: 85%;
}

#header_search button, #main_search button {
	float: left;
	width: 20%;
	height: 32px;
	line-height: 32px;
	background-color: #C0C0C0;
	border: 1px solid #999;
	border-left: none;
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-ms-border-radius: 0 5px 5px 0;
	-o-border-radius: 0 5px 5px 0;
	cursor: pointer;
}

#main_search button {
	width: 10%;
}

#header_search button:hover, #main_search button:hover {
	background: #385677;
}

#header_search button i, #main_search button i {
	font-size: 1.8em;
	color: #666;
	text-shadow: 0 1px #EEE;
}

#header_search button:hover i, #main_search button:hover i {
	color: #FFF;
	text-shadow: 0 1px #333;
}

#header_search img {
	display: block;
	width: 120px;
	height: auto;
	margin: 40px auto 0 auto;
}

#social_icons {
	text-align: center;
}

#social_icons img {
	display: inline-block;
	width: 30px;
	height: auto;
	margin-top: 5px;
	margin-left: 0;
}

/**********************************************************************
=NAV
**********************************************************************/

/*nav {
	width: 100%;
	height: 40px;
	background: #4D76A4;
}
*/
nav .menu {
	padding: 0 2%;
}

nav a { /* All */
	position: relative;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
/*	background: #4D76A4;
*/	text-shadow: 0 -1px 0 rgba(0,0,0,.40);
	-webkit-text-shadow: 0 -1px 0 rgba(0,0,0,.40);
	-moz-text-shadow: 0 -1px 0 rgba(0,0,0,.40);
	-ms-text-shadow: 0 -1px 0 rgba(0,0,0,.40);
	-o-text-shadow: 0 -1px 0 rgba(0,0,0,.40);
	white-space: nowrap;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-ms-transition: background 0.5s;
	-o-transition: background 0.5s;
}

nav a:hover { /* All */
/*	background: #324D6B;
*/	color: #FFF;
	text-decoration: none;
}

/*nav .current_page_ancestor > a {
	background: #6987A8;
}

nav .current_page_ancestor > a {
	background: #6987A8;
}

nav .current_page_ancestor:hover > a {
	background: #6987A8;
}

nav .current_page_item > a {
	background: #6987A8;
}

nav .current_page_item:hover > a {
	background: #6987A8;
}
*/
nav > .menu > ul > li { /* Top Level */
	float: left;
}

nav > .menu > ul > li.current_page_item > a { /* Top Level */
/*	background: #6987A8;
*/
	background: none !important;
}

nav > .menu > ul > li.current_page_item > a:after { /* Top Level */
	position: absolute;
	margin-left: 50%;
	left: -6px;
	bottom: 0;
	width: 0;
	height: 0;
	border-bottom: 6px solid #FFF;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	content: "";
}

nav > .menu > ul > li.current_page_ancestor > a:after { /* Top Level */
	position: absolute;
	margin-left: 50%;
	left: -6px;
	bottom: 0;
	width: 0;
	height: 0;
	border-bottom: 6px solid #FFF;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	content: "";
}

nav > .menu > ul > li > a.parent { /* Top Level */
	position: relative;
	padding-right: 30px;
}

.no-js nav > .menu > ul > li:hover > .children {
	display: block !important;
}

nav > .menu > ul > li > a.parent:before { /* Top Level */
	position: absolute;
	right: 10px;
	margin-top: 50%;
	top: -3px;
	content: "";
	width: 0;
	height: 0;
	border-top: 6px solid #FFF;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}

nav > .menu > ul > li > a.drop:before {
	border-top: 0;
	border-bottom: 6px solid #FFF;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}

nav > .menu > ul > li > ul { /* Second Level */
	display: none;
	position: absolute;
	z-index: 9999;
	border-left: 3px solid #555;
}

nav > .menu > ul > li ul li:first-child a { /* All Below Top */
	border-top: 1px solid #FFF;
}

nav > .menu > ul > li ul li {
	position: relative;
} 

nav > .menu > ul > li ul a { /* All Below Top */
	border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

nav > .menu > ul > li ul li a.parent { /* All Below Top */
	position: relative;
	padding-right: 30px;
}

.no-js nav > .menu > ul > li > ul li:hover > .children {
	display: block !important;
	position: relative !important;
}

nav > .menu > ul > li ul li a.parent:before { /* All Below Top */
	position: absolute;
	right: 10px;
	margin-top: 50%;
	top: -6px;
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid #FFF;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}

nav > .menu > ul > li > ul li ul { /* All Below Second Level */
	display: none;
	position: absolute;
	top: 0;
	z-index: 9999;
	border-left: 3px solid #555;
}

/**********************************************************************
=MAIN
**********************************************************************/

#main {
	position: relative;
	padding: 30px;
	background: rgba(255,255,255,0.9);
}

/**********************************************************************
=FEATURED SLIDER
**********************************************************************/

#featured_slider {
	margin-bottom: 20px;
}

#featured_slider .nivo-caption a {
	text-transform: uppercase;
}

#featured_slider .nivo-caption a span {
	text-transform: none;
	font-weight: 700;
}

/**********************************************************************
=FEATURED BUTTONS
**********************************************************************/

#featured_buttons {
	margin-bottom: 20px;
}

#featured_buttons ul li a {
	display: block;
	height: 70px;
	line-height: 70px;
	padding: 0 15px;
	color: #FFF;
	font-size: 1.2em;
	text-decoration: none;
	background: #4D76A4;
	border-bottom: 1px solid #FFF;
	text-shadow: 0 -1px 0 rgba(0,0,0,.40);
	-webkit-text-shadow: 0 -1px 0 rgba(0,0,0,.40);
	-moz-text-shadow: 0 -1px 0 rgba(0,0,0,.40);
	-ms-text-shadow: 0 -1px 0 rgba(0,0,0,.40);
	-o-text-shadow: 0 -1px 0 rgba(0,0,0,.40);
	white-space: nowrap;
	overflow: hidden;
}

#featured_buttons ul li a:hover {
	background: #324D6B;
	text-decoration: none;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-ms-transition: background 0.5s;
	-o-transition: background 0.5s;
	
}

#featured_buttons ul li a i {
	margin-right: 5px;
	font-size: 1.6em;
	vertical-align: middle;
}

/**********************************************************************
=ANNOUNCER
**********************************************************************/
#announcer_wrapper {
	position: relative;
	margin-bottom: 20px;
	background: #777;
}

#announcer {
	padding: 15px 40px 15px 15px;
	text-transform: uppercase;
	color: #FFF;
}

#announcer i {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -12px;
	font-size: 1.7em;
	cursor: pointer;
}

/**********************************************************************
=BREADCRUMB
**********************************************************************/

#breadcrumb {
	margin-bottom: 20px;
}

/**********************************************************************
=CONTENT
**********************************************************************/

#home_content_wrapper, #content_wrapper {
	position: relative;
}

#content_wrapper {
	position: relative;
}

#home_content_wrapper {
	background: #FFF;
	box-shadow: rgba(0, 0, 0, 0.199219) 0px 0px 6px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.199219) 0px 0px 6px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.199219) 0px 0px 6px 0px;
	-ms-box-shadow: rgba(0, 0, 0, 0.199219) 0px 0px 6px 0px;
	-o-box-shadow: rgba(0, 0, 0, 0.199219) 0px 0px 6px 0px;
}

#home_content_wrapper #content {
	padding: 20px;
}

#content_wrapper #content .entry {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #58585B;
}

#content_wrapper #content .pagetitle {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCC;
	color: #58585B;
}

#content_wrapper #content .pagetitle h2 { /* Title for Pages */
	font-weight: 700;
	font-size: 1.4em;
	text-transform: uppercase;
}

#content_wrapper #content .pagetitle span { /* Title for Pages */
	display: block;
	margin-top: 15px;
	font-size: 0.9em;
	color: #929292;
}

#content_wrapper #content h3.blogtitle { /* Title for Posts or Pages in list (i.e. Search, Category Page) */
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 1.1em;
	text-transform: uppercase;
	text-decoration: underline;
}

#content_wrapper #content p.no_results {
	text-align: center;
}

/**********************************************************************
=PAGINATION
**********************************************************************/
#pagination .page-numbers {
	display: inline-block;
	padding: 5px 10px;
	background: #4D76A4;
	font-weight: 700;
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0,0,0,.40);
	-webkit-text-shadow: 0 -1px 0 rgba(0,0,0,.40);
	-moz-text-shadow: 0 -1px 0 rgba(0,0,0,.40);
	-ms-text-shadow: 0 -1px 0 rgba(0,0,0,.40);
	-o-text-shadow: 0 -1px 0 rgba(0,0,0,.40);
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-ms-transition: background 0.5s;
	-o-transition: background 0.5s;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

#pagination .page-numbers:hover {
	background: #324D6B;
	text-decoration: none;
}

#pagination .current {
	background: transparent !important;
	color: #000;
	text-shadow: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	-ms-text-shadow: none;
	-o-text-shadow: none;
}

#pagination .current:hover {
	background: transparent;
	color: #000;
}

/**********************************************************************
=SIDEBAR
**********************************************************************/
#sidebar_wrapper {
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(220,220,220,0.8);
	border-left: 1px solid #CCC;
}

.no-js #sidebar_wrapper {
	position: relative;
}

#sidebar {
	padding: 20px;
}

#sidebar .sidebar_widget {
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid rgba(255,255,255,.4);
	border-bottom: 1px solid rgba(0,0,0,.1);
}

#sidebar .sidebar_widget:first-child {
	border-top: 0;
}

#sidebar .sidebar_widget:last-child {
	border-bottom: 0;
}

#sidebar .sidebar_widget .widgettitle {
	margin-bottom: 20px;
	font-size: 1.4em;
	font-weight: 700;
	text-transform: uppercase;
	color: #324D6B;
	text-shadow: 0 1px 0 rgba(255,255,255,0.9);
	-webkit-text-shadow: 0 1px 0 rgba(255,0,0,0.9);
	-moz-text-shadow: 0 1px 0 rgba(255,255,255,0.9);
	-ms-text-shadow: 0 1px 0 rgba(255,255,255,0.9);
	-o-text-shadow: 0 1px 0 rgba(255,255,255,0.9);
}

#sidebar .sidebar_widget .calendar_wrap {
	width: 100%;
}

#sidebar .sidebar_widget #wp-calendar {
	width: 100%;
}

#sidebar .sidebar_widget #wp-calendar caption {
	font-weight: 700;
	margin-bottom: 10px;
}

#sidebar .sidebar_widget #wp-calendar th, #sidebar .sidebar_widget #wp-calendar tbody td {
	padding: 3px 0;
	border: 1px solid #AAA;
}

#sidebar .sidebar_widget #wp-calendar th {
	font-weight: 700;
}

#sidebar .sidebar_widget #wp-calendar tbody td {
	text-align: center;
}

#sidebar .sidebar_widget #wp-calendar tfoot td {
	padding-top: 10px;
}

#sidebar .sidebar_widget #searchform label {
	display: none;
}

#sidebar .sidebar_widget #searchform input[type='submit'] {
	background: #4D76A4;
	border: 1px solid #4D76A4;
	font-weight: 700;
	font-size: 1em;
	color: #FFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	cursor: pointer;
}

#sidebar .sidebar_widget #searchform input[type='submit']:hover {
	background: #324D6B;
	border: 1px solid #324D6B;
}

/**********************************************************************
=HOME INNER WIDGETS
**********************************************************************/

#home_inner_widgets .home_inner_widget {
	position: relative;
}

#home_inner_widgets .home_inner_widget:nth-last-child(3) {
	margin-left: 0;
	margin-right: 0;
}

#home_inner_widgets .home_inner_widget .widgettitle {
	margin-bottom: 20px;
	font-size: 1.4em;
	font-weight: 700;
	text-transform: uppercase;
	color: #324D6B;
}

#home_inner_widgets .home_inner_widget > a .widgettitle {
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-ms-transition: color 0.5s;
	-o-transition: color 0.5s;
}

#home_inner_widgets .home_inner_widget > a:hover .widgettitle {
	color: #6987A8;
}

/**********************************************************************
=HOME OUTER WIDGETS
**********************************************************************/

#home_outer_widgets .home_outer_widget {
	position: relative;
	margin-top: 20px;
}

#home_outer_widgets .home_outer_widget:nth-last-child(3) {
	margin-left: 0;
	margin-right: 0;
}

#home_outer_widgets .home_outer_widget .widgettitle {
	margin-bottom: 20px;
	font-size: 1.4em;
	font-weight: 700;
	color: #324D6B;
}

#home_outer_widgets .home_outer_widget > a .widgettitle {
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-ms-transition: color 0.5s;
	-o-transition: color 0.5s;
}

#home_outer_widgets .home_outer_widget > a:hover .widgettitle {
	color: #6987A8;
}

/**********************************************************************
=HOME INNER WIDGETS FOR POSTS
**********************************************************************/

#home_inner_widgets .home_inner_widget[id^="singlepostwidget-"] .date {
	position: absolute;
	top: -20px;
	left: -20px;
	display: inline-block;
	width: 60px;
	height: 48px;
	padding-top: 7px;
	background: #4D76A4;
	color: #FFF;
	font-size: 0.9em;
	font-weight: 600;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,.40);
	-webkit-text-shadow: 0 -1px 0 rgba(0,0,0,.40);
	-moz-text-shadow: 0 -1px 0 rgba(0,0,0,.40);
	-ms-text-shadow: 0 -1px 0 rgba(0,0,0,.40);
	-o-text-shadow: 0 -1px 0 rgba(0,0,0,.40);
	text-transform: uppercase;
}

#home_inner_widgets .home_inner_widget[id^="singlepostwidget-"] .date p {
	font-size: 1.5em;
	margin-top: -2px;
	margin-bottom: 0;
	font-weight: 700;
}

#home_inner_widgets .home_inner_widget[id^="singlepostwidget-"] .widgettitle {
	margin-left: 50px;
	font-size: 1em;
	min-height: 40px;
}

/**********************************************************************
=HOME INNER WIDGETS FOR LINKS
**********************************************************************/

#home_inner_widgets .home_inner_widget[id^="list-"] ul {
	margin-left: 40px;
	list-style-type: disc;
}

#home_inner_widgets .home_inner_widget[id^="list-"] ul li {
	margin-top: 10px;
}

/**********************************************************************
=FOOTER
**********************************************************************/

#footer_wrapper {
	padding: 30px;
	background: rgba(0,0,0,.45);
}

#footer {
	background: url('img/footer/footer-seal.png') top right no-repeat;
}

#footer #footer_widgets {
	min-height: 130px;
}

#footer #footer_widgets .footer_widget {
	display: inline-block;
}

#footer #footer_widgets .footer_widget h2 {
	margin-bottom: 10px;
	font-weight: 700;
	color: #FFF;
}

#footer #footer_widgets .footer_widget li {
	padding: 10px 0;
	font-size: 0.9em;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

#footer #footer_widgets .footer_widget li:first-child {
	border-top: 1px solid rgba(255,255,255,0.1);
}

#footer #footer_widgets .footer_widget li i {
	margin-right: 5px;
	color: #FFF;
}

#footer #footer_widgets .footer_widget li a {
	color: #FFF;
}

#footer li.tel, #footer li.email {
	display: block;
	border-top: none !important;
	border-bottom: none !important;
}

#footer li.tel a, #footer li.email a {
	display: inline;
	padding: 5px 10px;
	background: rgba(0,0,0,0.5);
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

#footer li.tel a:hover, #footer li.email a:hover  {
	text-decoration: none;
}

#footer #powered_by {
	height: 18px;
	background: url('img/footer/powered_by.png') top right no-repeat;
}

#footer #copyright_info {
	margin-top: 20px;
	line-height: 1.6em;
	font-size: 0.8em;
	text-align: right;
	color: rgba(255,255,255,0.5);
}

/********************************************************************************************************************************************
=767PX SCREEN & SMALLER
********************************************************************************************************************************************/

@media all and (max-width: 767px) {
	
	/**********************************************************************
	=BODY
	**********************************************************************/

	#backgroundCover {
		display: none;
	}
	
	/**********************************************************************
	=SLIVER
	**********************************************************************/
	
	#sliver {
		height: 29px;
		margin-bottom: 0; 
		font-size: 1;
		border-bottom: 1px solid #FFF;
	}

	#hawaiigov_link {
		float: none;
		top: 0;
		text-align: center;
	}
	
	#hawaiigov_link img {
		height: 30px;
	}
	
	#font_resize {
		display: none;
	}
	
	#stay_connected {
		display: none;
	}
	
	/**********************************************************************
	=Wrapper
	**********************************************************************/
	
	#main_wrapper {
		width: 100%;
	}
	
	/**********************************************************************
	=HEADER
	**********************************************************************/
	
	header {
		min-height: 65px;
		padding: 10px; 
		background: #4D76A4;
	}
	
	header #nav_toggle {
		display: block;
	}
	
	#logo_title img {
		display: none;
	}
	
	#logo_title .tagline {
		margin-top: 5px;
		font-size: 1em;
		color: #FFF;
	}
	
	#logo_title .title {
		margin-top: 0;
		font-size: 1.2em;
		font-weight: 700;
		color: #FFF !important;
	}
	
	header #search_toggle {
		display: block;
	}
	
	#header_search {
		display: none;
		position: absolute;
		left: 0px;
		width: 100%;
		height: 60px;
		padding: 15px 0;
		background: #CCC;
		text-align: center;
		z-index: 9999;
		background: #324D6B;
	}
	
	#header_search label {
		display: none !important;
	}
	
	#header_search input[type="text"] {
		margin-left: 5%;
		width: 76%;
		background: #FFF;
	}
	
	#header_search button {
		width: 10%;
	}
	
	#header_search button i {
		margin-top: 2px;
		margin-left: -5px;
	}
	
	#main_search button i {
		margin-top: 2px;
		margin-left: -6px;
	}
	
	#social_icons {
		text-align: center;
	}
	
	#social_icons img {
		display: inline-block;
		width: 30px;
		height: auto;
		margin-top: 10px;
		margin-left: 5px;
	}
	
	/**********************************************************************
	=NAV
	**********************************************************************/
	
	nav {
		display: none;
		width: 100%;
		height: auto;
		background: #4D76A4;
	}
	
	nav .menu {
		padding: 0;
	}
	
	nav .menu li {
		width: 100%;
	}
	
	nav a { /* All */
		width: 90%;
		padding: 0 5%;
		background: #324D6B;
	}
	
	nav > .menu > ul > li > a {
		border-top: 1px solid rgba(255,255,255,0.2);
		border-bottom: 1px solid rgba(0,0,0,0.2);
	}
	
	nav > .menu > ul > li.current_page_item > a:after { /* Top Level */
		display: none
	}
	
	nav > .menu > ul > li > a.parent { /* Top Level */
		position: relative;
		width: 90%;
		padding: 0 5%;
	}
	
	nav > .menu > ul > li > a.parent:before { /* Top Level */
		right: 5%;
	}
	
	nav > .menu > ul > li > ul { /* Second Level */
		position: static;
		z-index: 0;
		border-left: 0;
	}
	
	nav > .menu > ul > li ul a { /* All Below Top */
		border-top: 1px solid rgba(255,255,255,0.2);
		border-bottom: 1px solid rgba(0,0,0,0.2);
	}
	
	nav > .menu > ul > li ul li a.parent { /* All Below Top */
		width: 90%;
		padding: 0 5%;
	}
	
	nav > .menu > ul > li ul li a.parent:before { /* All Below Top */
		right: 5%;
		top: -3px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #FFF;
	}
	
	nav > .menu > ul > li ul li a.drop:before {
		border-top: 0;
		border-bottom: 6px solid #FFF;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
	}
	
	nav > .menu > ul > li > ul li ul { /* All Below Second Level */
		display: none;
		position: static;
		border-left: 0;
	}
	
	nav > .menu > ul > li ul {
		background: #324D6B;
	}
	
	nav > .menu > ul > li ul a {
		background: rgba(0,0,0,0.5);
	}
	
	nav > .menu > ul > li.current_page_ancestor > a:after {
		display: none;
	}
	
	/**********************************************************************
	=FEATURED BUTTONS
	**********************************************************************/

	#featured_buttons ul li a {
		height: 70px;
		line-height: 70px;
	}

	/**********************************************************************
	=MAIN
	**********************************************************************/
	
	#main {
		height: auto !important;
		padding: 10px;
	}
	
	.nivo-caption {
		position: relative !important;
	}
	
	/**********************************************************************
	=SIDEBAR
	**********************************************************************/
	
	#sidebar_wrapper {
		position: relative;
		height: auto !important;
		background: #CCC;
		border-left: 0;
	}
	
	/**********************************************************************
	=HOME INNER WIDGETS
	**********************************************************************/
	
	#home_inner_widgets .home_inner_widget {
		margin-top: 40px;
	}
	
	#home_inner_widgets .home_inner_widget:first-child {
		margin-top: 0;
	}
	
	/**********************************************************************
	=FOOTER
	**********************************************************************/
	
	#footer_wrapper {
		padding: 20px 10px;
	}
	
	#footer {
		background: none;
	}
	
	#footer #footer_widgets .footer_widget {
		margin-bottom: 30px;
	}
	
	#footer #powered_by {
		background: url('img/footer/powered_by.png') top left no-repeat;
	}
	
	#footer #copyright_info {
		text-align: left;
	}
	
	#footer #copyright_info .bg_credits {
		display: none;
	}
}

/**********************************************************************
=YOUTUBE SIDEBAR WIDGET
**********************************************************************/

#youtube-sidebar-widget ul {
	width: 100%;
	list-style-type: none !important;
	float: left;
}

#youtube-sidebar-widget ul li {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

#youtube-sidebar-widget ul li img {
	margin: 0;
	position: relative;
	float: left;
	z-index: 1;
	max-width: none;
}

#youtube-sidebar-widget ul li div.play_arrow {
	float: left;
	clear: both;
	background: url(img/youtube/play_arrow.png) no-repeat center center;
	cursor: pointer;
	margin-left: 0 !important;
	position: relative;
	z-index: 2;
}

#youtube-sidebar-widget ul li a {
	display: block;
	text-align: center;
	clear: both;
}

#ysw-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #000;
	z-index: 2147483646;
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	-khtml-opacity: .75; /* Safari 1.x */
	-moz-opacity: .75; /* FF lt 1.5, Netscape */
}

#ysw-viewer {
	width: 680px;
	height: 430px;
	display: none;
	position: fixed;
	z-index: 2147483647;
	background: #000;
}

#ysw-viewer a {
	width: 660px;
	height: 20px;
	display: block;
	float: left;
	text-align: right;
	color: #ccc;
	text-decoration: none;
	padding-right: 20px;
	line-height: 20px;
}

#ysw-viewer a:hover {
	text-decoration: underline;
}

#ysw-viewer iframe {
	width: 640px;
	height: 390px;
	float: left;
	clear: both;
	margin: 0 20px 20px 20px;
}