/* if using font awesome */
@import url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);

/* Import section stylesheets */
@import url("/data/layout/css/new_contentstyle.css");
@import url("/data/layout/css/new_calstyle.css");
@import url("/data/layout/css/editor.css");

/********GOOGLE SEARCH*********/
.gsc-input-box {
    height: 32px!important; }
.gsc-control-cse {
    width: 350px!important;
    font-family: Arial, sans-serif;
    border-color: transparent!important;
    background-color: transparent!important;}
.cse .gsc-control-cse, .gsc-control-cse {
  	padding: none!important;
    width: auto;}
.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
    border-color: #08669C!important;
    background-color: #1edcc8!important;		}
.cse .gsc-search-button-v2, .gsc-search-button-v2 {
	padding: 10px 10px!important;
  border: 1px solid #08669C!important; }



/*******************************/
/* body */
body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: 'Droid Sans', sans-serif;
  	font-weight: normal;
	font-size: 14px;
	color: #383838;
}
img {
	border: 0;
}
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1200px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	top: 0;
	z-index: -99;
	left: 0;
}

/** --------- HEADER ---------- **/
/* ----------------------------- */
#header {
	position: relative;
	display: block;
	background: url("/filestorage/4891/header_bg.jpg") top left no-repeat;
	background-size: cover;
	width: 100%;
	position: relative;
	height: 542px;
	border-bottom: solid 4px #0f9def;
	-webkit-box-shadow: inset 0 -2px 3px 1px rgba(0,0,0,.5);
	box-shadow: inset 0 -2px 3px 1px rgba(0,0,0,.5);
}
#header_content {
	position: relative;
	display: block;
	width: 100%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0;
}
#header a.logo img {
	position: relative;
	display: inline-block;
	width: 100%;
  max-width: 339px;
  margin-top: 15px;
}
#header .search {
	display: inline-block;
	float: right;
/*margin-top: 21px; OLD*/
	margin-top: 2px;
	right: 3px;
	position: relative;
}
#header hr {
	width: 100%;
	display: block;
	border: 0;
	height: 0;
	border-bottom: 1px solid rgba(210, 208, 208, 0.3);
}
#header .top_links {
	position: relative;
	display: inline-block;
}
#header .top_links a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 14px;
}
#header .top_links a:first-child {
	margin-left: 0;
}
#header .fa-circle {
	font-size: 4px;
	display: inline;
	top: -3px;
	position: relative;
	color: #fff;
}
#header .social {
	float: right;
	position: relative;
	display: inline-block;
}
#header .fa-facebook {
	font-size: 20px;
	color: #fff;
	margin-right: 7px;
	text-shadow: 1px 1px 2px #000000;
}
#header .fa-youtube {
	font-size: 20px;
	color: #fff;
	margin-right: 7px;
	text-shadow: 1px 1px 2px #000000;
}
#header .fa-twitter {
	font-size: 20px;
	color: #fff;
	text-shadow: 1px 1px 2px #000000;
}
#header .fa-facebook:hover,
#header .fa-twitter:hover {
	color: #1edcc8;
}

/** ---------- MAIN ----------- **/
/* ----------------------------- */
#main {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	max-width: 960px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#home #main{
	min-height: 710px;
}
#main_content {
	margin-top: 20px;
  	width:62.5%;
}
#home #main_content h1{
	font-family: 'Oswald', sans-serif;
	font-size:35px;
  	color:#595959;
  	font-weight:normal;
    text-transform: uppercase;
}
#home #main_content p {
	font-size: 15px;
    line-height: 1.375;
    color: #383838;
    padding-bottom: 10px;
}
#home #main_content .DO_NOT_DELETE {
    height: 174px;
    overflow-y: auto;
}
#internal_main{
	width:68.75%;
}

#internal_main li {
  	line-height:1.375;
	margin: 0 0 10px -10px;
}

/** -- ON PAGE DIRECTORY LISTINGS - **/
/* ---------------------------------- */
#navdiv .menulevel1 {
	font-weight:700;
}

#navdiv li, #navdiv .menulevel1, #navdiv .menulevel2 {
  	line-height:1.375;
	margin-bottom: 10px;
	list-style:none;
}

#navdiv .menulevel1 {
	margin-left:-20px;
}

#navdiv .menulevel2 {
	margin-left:-40px;
}

/** --------- SLIDESHOW --------- **/
/* ------------------------------ */
#slideshow {
	position: relative;
	width: 100%;
	margin: 0;
}

/** ---------- CONTENT --------- **/
/* ------------------------------ */
#content {
	width: 100%;
	position: relative;
	margin: 0 auto;
    background: #fff;
}
#home #content {
    background: url("/data/layout/images/main_content_bg.jpg") top left no-repeat;
	background-size: cover;
}

.read-more {
	font-size:12px;
	text-decoration: none;
	color: #08669C;
}

/** -------- CONTACT CARDS ------ **/
/* ------------------------------ */

.card td {
	border:1px solid #e5e5e5;
	padding:10px;
	overflow:hidden;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(250,250,250,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0 );
}

.card img {
	float:left;
	margin-right:10px;
	border:1px solid #e5e5e5;
}

.card a {
	font-size:1.25em;
	font-weight: bold;
}

/** ---------- BREADCRUMB AND UTILITIES --------- **/
/* ----------------------------------------------- */
#utilities {
  display: block;
  position: relative;
  width: 100%;
  height: 20px;
  margin: 15px 0;
}
#utilities .utilities {
	display: inline-block;
	position: relative;
	float: right;
	margin-top: -3px;
}
#utilities .utilities a, #utilities .utilities img {
	display: inline-block;
	vertical-align: top;
}
#utilities .addthis_toolbox {
	display: inline-block;
}
#utilities .breadcrumb {
	display: inline-block;
	position: relative;
	float: left;
	font-size: 13px;
	font-weight: normal;
	color: #969696;
}
#utilities .breadcrumb a {
	color: #969696;
}
#utilities .breadcrumb a:hover {
	color: #6D78BE;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
#rss {
	position: relative;
	height: 25px;
	width: 25px;
	margin: 0 auto;
}
#rss img {
	position: absolute;
	left: 0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
#rss img.top:hover {
	opacity: 0;
}
#print {
	position: relative;
	height: 25px;
	width: 25px;
	margin: 0 auto;
}
#print img {
	position: absolute;
	left: 0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
#print img.top:hover {
	opacity: 0;
}
#share {
	position: relative;
	height: 25px;
	width: 25px;
	margin: 0 auto;
}
#share img {
	position: absolute;
	left: 0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
#share img.top:hover {
	opacity: 0;
}

/** ---------- FEEDS --------- **/
/* ---------------------------- */
#feeds .grid_5{
  width: 31.944%;
}
#feeds h2{
  	text-transform: uppercase;
	color: #08669c;
  	text-align:center;
  	font-size:40px;
  	font-family: 'Oswald', sans-serif;
  	font-weight:normal;
  	padding-top: 10px;
}
#feeds .news{
  	width:100%;
	height: auto;
	-webkit-box-shadow: inset 0 -1px 1px 0 rgba(0,0,0,.4);
	box-shadow: inset 0 -1px 1px 0 rgba(0,0,0,.4);
	margin-top: 20px;
  	z-index:3;
    height: 335px;
}
#feeds .news_container{
    background: #fff;
    height: 334px;
    margin-left: 1px;
  	width:calc(100% - 2px);
  	width:-moz-calc(100% - 2px);
  	width:-webkit-calc(100% - 2px);
}
#feeds .events{
  	width:100%;
	height: auto;
	-webkit-box-shadow: inset 0 -1px 1px 0 rgba(0,0,0,.4);
	box-shadow: inset 0 -1px 1px 0 rgba(0,0,0,.4);
	margin-top: 20px;
  	z-index:3;
    height: 335px;
}
#feeds .events_container{
    background: #fff;
    height: 334px;
    margin-left: 1px;
  	width:calc(100% - 2px);
  	width:-moz-calc(100% - 2px);
  	width:-webkit-calc(100% - 2px);
}#feeds .meetings{
  	width:100%;
	height: auto;
	-webkit-box-shadow: inset 0 -1px 1px 0 rgba(0,0,0,.4);
	box-shadow: inset 0 -1px 1px 0 rgba(0,0,0,.4);
	margin-top: 20px;
  	z-index:3;
    height: 335px;
}
#feeds .meeting_container{
    background: #fff;
    height: 334px;
    margin-left: 1px;
  	width:calc(100% - 2px);
  	width:-moz-calc(100% - 2px);
  	width:-webkit-calc(100% - 2px);
}
#news,
#events,
#meetings{
	overflow-y: auto;
	height: 249px;
}

.NEWS_FEED_DISPLAY_RSS {
	margin-left:8px;
}

/** ---------- FOOTER --------- **/
/* ----------------------------- */
footer {
	clear: both;
	display: block;
	line-height: 1.5;
	width: 100%;
	position: relative;
	display: block;
	background: #08669c;
	min-height: 230px;
	bottom: 0;
	border-top: solid 6px #1edcc8;
      margin-top: 40px;
}
#home footer{
	margin-top:0;
}
footer img {
	vertical-align: middle;
}
footer a {
	font-weight: bold;
	text-decoration: none;
}
#footer_content {
	max-width: 960px
}
#footer_content h2 {
	font-family: 'Oswald', sans-serif;
  	font-size: 30px;
  	text-transform: uppercase;
	color: #1edcc8;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
    padding-top: 15px;
}
#footer_content ul.footer_mlinks {
	width: 100%;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer_content ul.footer_mlinks li a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
#footer_content .contact_us {
	position: relative;
	display: block;
	width: 100%;
	height: 230px;
	background: url("/data/layout/images/seal.png") top left no-repeat;
	background-size: 209px 209px;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	color: #fff;
}
#footer_content .contact_us p{
	font-size: 16px;
	color: #fff!important;
	line-height: 1.2;
    padding: 0px;
 	margin: 0;
}
#footer_content .contact_us strong{
 	display:block;
  	margin-bottom:6px;
}
#footer_content .contact_us img {
	margin-left: 22px;
	display: block;
	position: relative;
  margin-top: 4px;
}
#footer_content .contact_us a{
	font-size: 16px;
	color: #fff!important;
	line-height: 1.2;
  	font-weight:normal;
}
#footer_content .contact_us a:hover{
	color:#22AEE9!important;
}
#footer_content .contact_us a.directions{
	text-decoration:underline;
}
#footer_content .contact_us span{
	margin:6px 0;
    display: block;
  line-height: 1.7;
}
#copyright{
display: block;
  background: #22AEE9;
  min-height: 32px;
  width: 100%;
}
#copyright .cp_text{
  color: #08669c;
  font-size: 14px;
  font-weight: bold;
  margin-top: 7px;
}

/** -------------------------------------Weather------------------------------------- **/
/** --------------------------------------------------------------------------------- **/

#weather_container{
	width:31.25%;
}
#weather {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 340px;
}
.weather {
	float: right;
	width: 100%;
}
.weatherFeed {
	font-size: 14px;
	margin: 0;
	width: 100%;
}
.weatherFeed a {
	color: #fff;
	text-decoration: none;
	display: none;
}
.weatherFeed a:hover {
	color: #EAF996;
	text-decoration: none;
}
.weatherItem {
	padding: 0;
	text-align: right;
	width: 100%;
}
.weatherCity {
	display: none;
}
.weatherTemp {
	font-family: 'Oswald', sans-serif;
  	font-weight: normal;
	font-size: 76px;
	padding: 0;
	line-height: 1;
	color: #fff;
	margin-bottom: 12px;
}
.weatherDesc {
	font-size: 14px;
	line-height: 1;
	color: #fff;
}
.weatherRange {
	font-size: 14px;
	clear: both;
	display: block;
	color: #fff;
}
.weatherWind {
	display: none;
}
.weatherLink {
	text-align: right;
	font-size: 14px;
	color: #fff;
}



/** ------------ MEDIA QUERIES ---------- **/
/* -------------------------------------- */
/* tablet, landscape iPad, lo-res laptops ands desktops */
@media (max-width: 960px) {
.float-shadow:before {
	display: none!important;
	top: 0!important;
	left: 0!important;
	height: 0!important;
	width: 0!important;
}
.float-shadow:hover, .float-shadow:focus, .float-shadow:active {
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
}
.float-shadow:hover:before, .float-shadow:focus:before, .float-shadow:active:before {
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
}
#header {
	background-size: cover;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
    height: auto;
  padding-bottom: 20px;
}
#header .top_links a:first-child {
	margin-left: 5px;
}
#header .social {
	margin-right: 5px;
}
#home #main {
  	min-height:1040px;
}
#main_content {
  margin-top:0;
  width: calc(100% - 30px)!important;
  width: -moz-calc(100% - 30px)!important;
  width: -webkit-calc(100% - 30px)!important;
  margin-left: 15px!important;
  margin-right: 15px!important;
}
#feeds .grid_5 {
    width: calc(50% - 30px)!important;
  	width: -moz-calc(50% - 30px)!important;
  	width: -webkit-calc(50% - 30px)!important;
  margin-left: 15px!important;
  margin-right: 15px!important;
}
#grid_meetings{
    width: calc(100% - 30px)!important;
  	width: -moz-calc(100% - 30px)!important;
  	width: -webkit-calc(100% - 30px)!important;
  	margin-left: 15px!important;
  	margin-right: 15px!important;
}
#footer_content {
  max-width: 960px;
  padding: 0;
  width: 100%;
}
#utilities{
 	padding:0;
    margin-left: 15px!important;
  	margin-right: 15px!important;
    width: calc(100% - 30px)!important;
  	width: -moz-calc(100% - 30px)!important;
  	width: -webkit-calc(100% - 30px)!important;
}
#header a.logo img,
#header .top_links {
 	margin-left:15px;
}
#header .search,
#header .social{
  margin-right: 15px;
}
#internal_left{
  width: calc(31.25% - 15px);
  width: -moz-calc(31.25% - 15px);
  width: -webkit-calc(31.25% - 15px);
  margin-left:15px;
}
#internal_main {
  width: calc(68.75% - 15px);
  width: -moz-calc(68.75% - 15px);
    width: -webkit-calc(68.75% - 15px);
  margin-right:15px;
}
}

  /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
@media (max-width: 640px) {
#header a.logo img,
#header .top_links {
 	margin-left:0;
}
#header .search,
#header .social{
  margin-right: 0;
}
#utilities .breadcrumb {
  display:none;
}
#utilities .utilities {
	display: block;
}
#internal_left{
  width: calc(100% - 30px)!important;
  width: -moz-calc(100% - 30px)!important;
  width: -webkit-calc(100% - 30px)!important;
  margin-left: 15px!important;
  margin-right: 15px!important;
}
#internal_main{
  width: calc(100% - 30px)!important;
  width: -moz-calc(100% - 30px)!important;
  width: -webkit-calc(100% - 30px)!important;
  margin-left: 15px!important;
  margin-right: 15px!important;
}
#home #main{
 	  min-height: 1400px;
}
#feeds .grid_5 {
    width: calc(100% - 30px)!important;
  	width: -moz-calc(100% - 30px)!important;
  	width: -webkit-calc(100% - 30px)!important;
 	margin-left: 15px!important;
 	margin-right: 15px!important;
}
#weather_container{
    width: calc(100% - 30px)!important;
  	width: -moz-calc(100% - 30px)!important;
  	width: -webkit-calc(100% - 30px)!important;
    margin-left: 15px!important;
    margin-right: 15px!important;
}
}

  /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
@media (max-width: 480px) {

body #header .search {
  display: block;
  float: none;
  right: 3px;
  position: relative;
  margin: 21px auto 21px auto;
  width: 176px;
}

body .SEARCH_FORM_BOX {
  padding: 5px;
  outline: 0;
  margin: 0;
  width: auto;
  right: -20px;
  position: relative;
  background: #fff;
  border: 1px solid #fff;
}
.tophide{
	display:none!important;
  }
#home #main_content h1 {
  font-size: 18px;
}
#home #main_content p {
  font-size: 13px;
}
#feeds h2 {
	font-size:21px;
}
#footer_content h2 {
  	font-size:21px;
}
#footer_content .contact_us p {
  font-size: 13px;
}
#footer_content .contact_us a {
  font-size: 13px;
}
#copyright .cp_text {
  font-size: 13px;
}
.weatherItem{
    min-height: 130px;
}
.weatherFeed {
	font-size: 12px;
	margin: 0;
	width: 100%;
}
.weatherTemp {
	font-size: 46px;
}
.weatherDesc {
	font-size: 12px;
}
.weatherRange {
	font-size: 12px;
}
.weatherLink {
	font-size: 12px;
}
}

@media (max-width: 350px) {
}

  /* smartphones, iPhone, portrait 480x320 phones */
@media (max-width: 320px) {
}