/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Tabs
	#Forms
    #Menu + Logo
	#Misc 
    #Sidebar
    #Footer
*/

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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;
    color: #424445;
}

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;
}
.tablepress {
   color: #424445;;
}
.tablepress tfoot th, .tablepress thead th {
    background-color: #34544A !important;
    color: #FFF;
}
/* #Basic Styles
================================================== */
body {
    background: #fff;
    font: 16px/1.5em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444;
}

#wpadminbar {
    position: fixed !important;
}

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    color: #181818;
    font-family: 'Courgette';
    font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}

h1 {
    font-size: 46px;
    line-height: 50px;
    padding-bottom: 25px;
}
.entry-title {
  color: #FFF;
}
h1.entry-title {
	font-size: 33px;
	line-height: 50px;
	background: #37476a;
	padding: 5px 0 5px 20px;
}
h2 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 10px;
}

h3 {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 10px;
}

h4 {
    font-size: 21px;
    line-height: 31px;
    padding-bottom: 10px;
}

h5 {
    font-size: 17px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 21px;
}

.subheader {
    color: #777;
}

p {
    margin: 0 0 20px 0;
    font-family: 'Droid Serif';
    font-size: 15px;
    color: #424445;
}

p img {
    margin: 0;
}

p.lead {
    font-size: 21px;
    line-height: 27px;
    color: #777;
}

em {
    font-style: italic;
}

strong, b {
    font-weight: bold;
    color: #333;
}

small {
    font-size: 80%;
}

/*	Blockquotes  */
blockquote, blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #777;
    font-style: italic;
}

blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd;
}

blockquote cite {
    display: block;
    font-size: 12px;
    color: #555;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
    color: #555;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

/* #Links
================================================== */
a, a:visited {
    color: #3933C5;
    text-decoration: underline;
    outline: 0;
}
.entry-content a {
	text-decoration: none;
}
a:hover, a:focus {
    text-decoration: underline;
}

p a, p a:visited {
    line-height: inherit;
}

/* #Lists
================================================== */
ul, ol {
    margin-bottom: 20px;
}

ul {
    list-style: disc outside;
    margin-left: 40px;
}

ol {
    list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc {
    margin-left: 30px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul ul, ul ol,
ol ol, ol ul {
    margin: 4px 0 5px 30px;
    font-size: 90%;
}

ul ul li, ul ol li,
ol ol li, ol ul li {
    margin-bottom: 6px;
}

li {
    line-height: 18px;
    margin-bottom: 12px;
}
.entry-content li {
	font-family: 'Droid Serif';
	font-size: 15px;
	color: #424445;
}
ul.large li {
    line-height: 21px;
}

li p {
    line-height: 21px;
}

/* #Images
================================================== */

img.scale-with-grid {
    max-width: 100%;
    height: auto;
}

.alignleft {
    float: left;
    margin: 0 20px 10px 0;
}

.alignright {
    float: right;
    margin: 0 0 10px 20px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

.attachment-featured-image {
    float: right;
    margin: 0 0 20px 20px;
    border: #858585 5px solid;
}
.event-feat-img {
  float: left;
  margin: 0 20px 20px 0 !important;
  border: #858585 3px solid;
  box-sizing: border-box;
}

/* #Forms
================================================== */

form {
    margin-bottom: 20px;
}

fieldset {
    margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    border: 1px solid #ccc;
    padding: 6px 4px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    width: 210px;
    max-width: 100%;
    display: block;
    background: #fff;
}

select {
    padding: 0 !important;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid #aaa;
    color: #444;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

textarea {
    min-height: 60px;
}

label,
legend {
    padding: 0 0 10px 0;
    display: block;
    font-weight: bold;
    font-size: 13px;
}

select {
    height: 25px;
    width: 220px;
}

input[type="checkbox"] {
    display: inline;
}

label span,
legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444;
}

/* Comments
================================================== */
.comments-holder li {
    margin: 50px 20px 20px 20px;
    list-style: none;
}

.comments-holder li {
    border-bottom: 1px solid;
}

.comments-holder ul {
    list-style: none;
}

.comments-holder li {
    border: none;
}

.comment-author.vcard {
    float: left;
    margin: 0 20px 10px 0;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 2px solid auto;
}

.comment-author.vcard img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.reply-holder {
    margin: 50px 20px 20px 20px;
}

.reply-holder .comment-form label {
    float: left;
    clear: both;
    width: 100%;
}

.reply-holder .comment-form textarea {
    max-width: 100%;
    width: 100%;
}

.reply-holder .comment-form .comment {
    padding: 10px;
    width: 100%;
}

/* #Header
================================================== */
.header {
}

.logo-mobile {
	display: none;
	margin: 0 auto;
}
.logo a {
    text-decoration: none;
}
.top-nav-wrapper {
	background: url(../images/header-wrapper.jpg) repeat-x;
	min-height: 52px;
}
.top-nav-holder {
	background: url(../images/header-background.jpg) no-repeat center top;
}
.menu-top-nav-container, .header-search-form {
	display: inline-block;
}
.header-search-form label.screen-reader-text {
	display: none;
}
.header-search-form input.search-submit {
	float: right;
}
.header-search-form input#search {
  float: left;
  font-size: 16px;
  font-family: 'Droid Serif';
  color: #3e3c5f;
  background: #e1e0ed;
  border-radius: 0;
}
input.search-submit {
  font-family: 'Source Sans Pro';
  font-size: 16px;
  border: 0;
  background: #FFF;
  padding: 6.5px 8px;
}
input.search-submit:hover {
	text-decoration: underline;
}
.header-search-form {
	float: right;
	margin: 7px 0;
}
.mobile-search-wrapper {
	display: none;
	background: url(../images/header-wrapper.jpg) repeat-x;
  min-height: 52px;
}
#menu-top-nav a {
	font-size: 15px;
	font-family: 'Source Sans Pro';
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 15px;
	display: block !important;
}
#menu-top-nav a:hover {
	background: #FFF;
	color: #4E4E72;
}
#menu-top-nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid #72709e;
	border-left: 1px solid #72709e;
}
#menu-top-nav {
	margin: 0;
}
.top-nav-holder > a {
	font-family: 'Courgette', cursive;
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
	display: inline-block;
}
.top-nav-holder > a:hover {
	text-decoration: underline;
}
.img-border-holder {
  float: left;
  border: 1px solid #FFF;
  border-radius: 50%;
  background: #FFF;
  padding: 1.5px 5px;
  margin: 0 5px 0 20px;
}
.logo-wrapper {
  text-align: center;
  padding: 15px 0 !important;
  box-sizing: border-box;
  background: url(../images/logo-wrapper.jpg) no-repeat center;
  background-size: cover !important;
}

/* #Primary Nsavigation
================================================== */
.menu-wrapper {
	background: #34544b;
  border-top: 2px solid #d69e26;
  border-bottom: 2px solid #d69e26;
}
.menu-holder {
    z-index: 2000;
    min-height: 25px;
}

#access {
    position: relative;
    font-family: 'Oswald', sans-serif;
    z-index: 2000;
    text-align: center;
}

#access li {
  margin: 0;
  width: 15.5%;
  display: inline-block;
  border-right: 1px solid #d69e26;
  box-sizing: border-box;
}
.menu-item-has-children {
	position: relative;
}
#access li:first-child {
	border-left: 1px solid #d69e26;
}
#access ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

#access .menu-header,
div.menu {
    font-size: 13px;
}

#access .menu-header ul,
div.menu ul {
    list-style: none;
    margin: 0;
}

#access .menu-header li,
div.menu li {
    margin: 0 0;
}

#access a {
    position: relative;
    color: #FFF;
    font-size: 14px;
    display: block;
    line-height: 30px;
    padding: 23px 5px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Droid Serif';
}

#menu-main-menu {
    text-align: center;
}

#menu-main-menu li {
    display: inline-block;
    position: relative;
    margin: 1px 0 2px 0;
    padding: 0 1%;
}

<!--
[if IE

8
]
>
#menu-main-menu li {
    float: left;
}

#access ul ul {
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    position: absolute;
    width: 180px;
    z-index: 2000;
    margin: 0 0;
    padding: 0 0;
    text-align: left;
}

#access ul ul li {
    min-width: 180px;
    margin: 0 0;
    border-bottom: #d69e26 solid 1px;
    border-left: #d69e26 solid 1px !important;
    padding: 0;
}

#access ul ul ul {
    left: 100%;
    top: 0;
}

#access ul ul a {
    background: #4E4E72;
    line-height: 15px;
    padding: 10px;
    width: 160px;
    height: auto;
    font-size: 11px;
    color: #fff;
}

#access li:hover > a {
    background-color: #FFF;
    color: #34544b;
}

#access ul ul :hover > a {
	background-color: #34544B;
	color: #FFF;
}

#access ul li:hover > ul {
    display: block;
}

/*#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
    color: #333;
}*/
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
    color: #FFF;
}
li#menu-item-14 {
	width: 22%;
}
li#menu-item-3226 a {
	background: #dfac2f !important;
}
li#menu-item-3226 a:hover {
	background: #34544B !important;
}

/* #Topnav
================================================== */
.menu-topnav-container {
    padding: 20px 0 0 0;
}

ul#menu-topnav {
    float: right;
}

ul#menu-topnav li {
    display: inline-block;
    padding: 0 10px;
    border-left: 1px #aaa solid;
    line-height: 18px;
}

ul#menu-topnav li:first-child {
    border-left: none;
}

ul#menu-topnav li a {
    font-size: 14px;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    padding: 5px;
    display: block;
}

ul#menu-topnav li ul li a {
    color: #fff;
}

ul#menu-topnav li a:hover {
    background-color: #666;
    color: #fff;
}

ul#menu-topnav ul.sub-menu {
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    position: absolute;
    width: 170px;
    z-index: 99999;
    margin: 0 0;
    padding: 0 0;
    text-align: left;
    background: #777;
}

ul#menu-topnav ul.sub-menu li {
    min-width: 170px;
    margin: 0 0;
    border-bottom: #666 solid 1px;
    border-left: #666 solid 1px !important;
    border-right: #999 solid 1px !important;
    padding: 0;
    background: #777;
}

ul#menu-topnav ul.sub-menu li:first-child {
    border-top: #666 solid 1px !important;
}

ul#menu-topnav ul ul {
    left: 100%;
    top: 0;
}

ul#menu-topnav ul a {
    font-style: italic;
    font-weight: 700;
    line-height: 1em;
    padding: 10px;
    width: 150px;
    height: auto;
    font-size: 12px;
    display: block;
}

ul#menu-topnav ul :hover > a {
    color: #FFF;
    background-color: #666;
}

ul#menu-topnav li:hover > ul {
    display: block;
}

ul#menu-topnav li:hover > a {
    color: #FFF;
    background-color: #666;
}
.slicknav_menu, .select-menu {
    display: none;
}

.the-selectors {
    margin: 20px auto;
    width: 70%;
}

/* SlickNav
================================================== */
.slicknav_menu {
	background: #47456b !important;
	padding: 0 !important;
}
.slicknav_btn {
	margin: 0 !important;
	background: #28284a !important;
}
.slicknav_icon {
	font-size: 0 !important;
	background: url(../images/slick-nav-bkg.png) no-repeat center;
	padding: 19px !important;
}
.slicknav_nav a {
  color: #FFF !important;
  font-size: 14px !important;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Droid Serif';
}
.slicknav_nav a:hover {
	background: #FFF !important;
	color: #4c4c4c !important;
}
.slicknav_nav li > a:hover > a {
	color: #4c4c4c !important;
}

/* Home Content
================================================== */
body.home .entry-content {
	text-align: center;
}
body.home .page-wrapper {
	background: url(../images/home-content-wrapper.jpg);
}
body.home .entry-content h1 {
	font-size: 37px;
	font-family: 'Courgette';
	color: #d69e26;
	line-height: 40px;
	padding-bottom: 15px;
}
body.home .entry-content h2 {
	color: #FFF;
	font-size: 21px;
	font-family: 'Arial';
	font-weight: 700;
	padding-bottom: 15px;
}
body.home .entry-content p {
	color: #FFF;
	font-size: 18px;
	font-family: 'Arial';
	line-height: 28px;
}

/* Home Events&Sidebar
================================================== */
.home-events-holder {
	font-size: 0;
}
pre {
    font-size: 15px;
}
.home-events-wrapper h1 {
  font-size: 33px;
  font-family: 'Courgette';
  text-align: center;
  background: url(../images/meetings-events-wrapper.jpg) repeat-y;
  background-size: contain;
  color: #FFF;
  padding: 0;
  margin: 40px 0 20px 0;
}
.home-photo-featured {
  position: absolute;
  z-index: 1;
  top: 12.5%;
  width: 100%;
  right: 0;
  box-sizing: border-box;
  padding: 0 8%;
}
.home-events-sidebar a {
  text-decoration: none;
  border: 2px solid #3f3d61;
  display: block;
  margin: 0 0 20px 0;
  box-sizing: border-box;
}
.home-events-sidebar a:hover {
	opacity: .7;
}
.home-billpay h1, .home-ftrans h1 {
  font-family: 'Source Sans Pro';
  font-weight: 600;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 1px;
  color: #3f3d61;
  line-height: 30px;
  padding: 20px 0;
}
.home-billpay h1 {
  display: inline-block;
  margin: 0 0 0 25px;
  vertical-align: top;
}
.home-billpay img {
  display: inline-block;
  vertical-align: text-top;
}
.home-billpay h2, .home-ftrans h2 {
	font-family: 'Droid Serif';
	font-size: 16px;
	text-decoration: none;
	font-style: italic;
	line-height: 23px;
	background: #3f3d61;
	color: #FFF;
	padding: 5px 0;
}
.home-events-holder {
	background: url(../images/meetings-events-bkg.jpg) repeat-x top;
}
.home-photo-holder {
  position: relative;
  width: 100%;
}
.home-events-sidebar {
  width: 45%;
  display: inline-block;
  text-align: center;
	margin: 30px 0 0 0;
}
.home-events-wrapper {
	width: 50%;
	margin: 0 5% 0 0;
	display: inline-block;
	vertical-align: top;
}
.event-item {
	border: 2px solid #d59d26;
	margin: 0 0 30px 0;
}
.event-content {
  display: inline-block;
  width: 80%;
  vertical-align: top;
  padding: 0 15px;
  box-sizing: Border-box;
}
.event-date {
  display: inline-block;
  width: 20%;
  text-align: center;
  background: #33524a;
  border-right: 2px solid #d59d26;
  box-sizing: border-box;
	vertical-align: bottom;
}
.event-date h2, .event-date h3 {
	color: #FFF;
}
.event-date h2 {
	display: inline-block;
	border-bottom: 1px solid #FFF;
	padding: 0 0 3px 0;
	font-family: 'Source Sans Pro';
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
}
.event-date h3 {
	font-size: 40px;
	font-family: 'Droid Serif';
	line-height: 50px;
	margin: 3px 0 0 0;
}
.event-item h1 {
	text-align: left;
	margin: 15px 0 5px 0;
	background: 0;
	line-height: 30px;
}
.event-item h1 a {
	font-size: 28px;
	font-family: 'Source Sans Pro';
	color: #325149;
	font-weight: 600;
	text-decoration: none;
}
.event-item h1 a:hover {
	text-decoration: underline;
}
.event-content h2 {
  color: #424445;
  font-family: 'Droid Serif';
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 5px 0;
}
.event-content h3 {
  font-family: 'Droid Serif';
  font-size: 16px;
  color: #424445;
  line-height: 23px;
}
span.more a {
  font-size: 18px;
  color: #3f3d60;
  text-decoration: none;
  font-family: 'Courgette';
}
span.more a:hover {
	text-decoration: underline;
}
.home-sidebar-holder {
  max-width: 450px;
  margin: 0 auto;
}
.vae-button a {
	font-size: 20px;
	font-family: 'Source Sans Pro';
	color: #325149;
	font-style: italic;
	text-decoration: none;
	border: 1px solid #325149;
	padding: 5px 10px;
}
.vae-button a:hover {
	text-decoration: underline;
}
.ppr-entry-title {
  font-size: 28px;
  font-family: 'Source Sans Pro';
  color: #325149 !important;
  font-weight: 600;
  text-decoration: none;
}

/* Interior
================================================== */
body.home .page-wrapper {
	border-bottom: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.page-wrapper {
	border-bottom: 7px solid #d1d0d0;
	-webkit-box-shadow: inset 0 200px 120px -90px;
	-moz-box-shadow: inset 0 200px 120px -90px;
	box-shadow: inset 0 200px 120px -90px;
	color: #aab0bd;
}
.page-wrapper.city-govt {
	color: #adadbe;
}
.page-wrapper.comm-dev {
	color: #acc1b8;
}
.page-wrapper.pub-works {
	color: #adbac1;
}
.page-wrapper .wp-post-image {
	margin: 0 0 20px 0;
}
.entry-header-101 h1 {
	background: #325263;
}
.entry-header-45 h1 {
	background: #356652;
}
.entry-header-40 h1 {
	background: #4d4b7c;
}
.entry-header-116 h1 {
	background: #284c78;
}
.entry-header-114 h1 {
	background: #632323;
}
.psafety-holder {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 0 10px;
  box-sizing: border-box;
}
.entry-content.public-safety .wp-post-image {
	margin: 0 0 5px 0;
}
.entry-content.public-safety a {
	font-family: 'Droid Serif';
	font-weight: 700;
	font-style: italic;
	color: #2f3d5c;
}
.event-subtitle, .event-location {
  font-family: 'Droid Serif';
  font-size: 14px;
  color: #424445;
  font-style: italic;
  line-height: 19px;
}
.event-subtitle {
	margin: 0 0 5px 0;
}
.event-location {
	margin: 0 0 10px 0;
}

/* Vid stuffs
================================================== */
.vid-holder iframe, .video-wrapper iframe, .vid-holder object, .vid-holder embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-thumb-holder {
    position: relative;
}

.video-thumb {
    position: absolute;
    display: block;
}

.vidsrunner-thumbs img {
    width: 20%;
    padding: 2.5%;
    float: left;
}

/* #Home Callouts
================================================== */
.home-callouts {
	font-size: 0;
	line-height: 0;
	padding: 15px 0 !important;
  z-index: 1000;
}
.home-callouts a {
	position: relative;
	display: inline-block;
	width: 25%;
	padding: 0 1%;
	box-sizing: border-box;
}
.home-callout-text {
  font-family: 'Source Sans Pro';
  text-transform: uppercase;
  font-size: 16px;
  position: absolute;
  z-index: 1;
  top: 0;
  color: #FFF;
  left: 31%;
  line-height: 19px;
  width: 56%;
}
.home-callouts a:hover {
	opacity: .7;
}

/* #Misc
================================================== */
#content {
    padding: 35px 0 0 0;
}
.entry-content {
    padding: 20px 25px;
}

.title {
    padding-bottom: 15px;
}

.full-width {
    padding-left: 10px;
}

/* #Calendar
================================================== */
h2.calendar-result-announcement {
	background: #37476A !important;
}
th.calendar-month-head {
	color: #37476A !important;
}
tr.calenar-row a.view-month {
	color: #37476A !important;
}
.reset-holder input[type="button"], .week-selector {
	background: #37476A !important;
}
.no-events {
	margin: 25px 0 !important;
}
td.calendar-day {
	background: #FFF !important;
}
td.calendar-day.chosen-day {
	background: #37476A !important;
}
td.calendar-day.chosen-day .day-number:hover {
	color: #FFF !important;
}
td.calendar-day-head {
	color: #37476A !important;
	background: #FFF !important;
}
.event-description, .event-time {
  margin: 0 0 20px 0;
  font-family: 'Droid Serif';
  font-size: 15px;
  color: #424445;
}
.event .event-time, .event .event-date {
	margin: 0 0 5px 0;
}
.event .event-date, .event-single .event-date {
	width: 100%;
	display: block;
	text-align: left;
	background: none;
	border-right: none;
	font-family: 'Droid Serif';
	font-size: 15px;
	color: #424445;
}
.reset-holder.cal-reset {
	margin: 0 0 10px 0;
}
.fancybox-type-ajax .fancybox-inner h1 {
  font-size: 35px;
  line-height: 40px;
  padding-bottom: 15px;
}
.cal-reset #reset {
	width: 25% !important;
}
.event-single .event-date p {
	margin: 0 0 5px 0;
	font-style: italic;
}
.blog-entry-meta small {
  font-family: 'Droid Serif';
  font-size: 15px;
  color: #424445;
  font-style: italic;
}
.event-single {
	margin: 20px 0 0 0;
}
.tax-event_type h1.entry-title {
	margin: 0 0 15px;
}
a.prev-month, a.next-month {
	color: #FFF !important;
	background: #1e394b !important;	
	text-decoration: none !important;
}
a.prev-month:hover, a.next-month:hover {
	background: #FFF !important;
	color: #1e394b !important;
	border: 1px solid #1e394b;
}

/* #Sidebar
================================================== */
.sidebar {
    font: 14px/1.5em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.sidebar li {
    list-style: none;
    margin: 0;
}
.sb-headers a {
	display: none;
}
a.hide-btn {
	display: none !important;
}
.sb-headers a.show-head, .sb-buttons a {
	display: block;
}
.sb-buttons a {
	margin: 0 0 20px 0;
}
.sb-buttons h1, .sb-headers h1 {
  font-size: 24px;
  display: inline-block;
  font-family: 'Source Sans Pro';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 27px;
  vertical-align: middle;
  color: #FFF;
  padding: 0 15px;
  box-sizing: border-box;
  width: 69%;
  text-align: left;
}
.sb-buttons img, .sb-headers img {
	display: inline-block;
	vertical-align: middle;
	max-width: 80px;
}
.sb-buttons a:first-child, .sb-headers a:first-child {
	background: #33335e;
}
.sb-headers.departments a:first-child {
	background: #632323;
}
.sb-buttons a:nth-child(2), .sb-headers a:nth-child(2) {
	background: #2f3d5b;
}
.sb-headers.departments a:nth-child(2) {
	background: #284c78;
}
.sb-buttons a:nth-child(3), .sb-headers a:nth-child(3) {
	background: #325263;
}
.sb-buttons a:nth-child(4), .sb-headers a:nth-child(4) {
	background: #356652;
}
.sb-buttons a:hover {
	opacity: .7;
}
.sidebar ul.subnav {
	margin: 0 0 20px 0;
}
.sb-subnav-45 {
	background: #356652;
}
.sb-subnav-45 li a {
	border-bottom: 1px solid #2e9d73;
}
.sb-subnav-45 li a:hover {
	border-bottom: 1px solid #FFF;
	background: #2e9d73;
}
.sb-subnav-40 {
	background: #33335e;
}
.sb-subnav-40 li a {
	border-bottom: 1px solid #5c5a97;
}
.sb-subnav-40 li a:hover {
	border-bottom: 1px solid #FFF;
	background: #5c5a97;
}
.sb-subnav-96 {
	background: #2f3d5b;
}
.sb-subnav-96 li a {
	border-bottom: 1px solid #48619a;
}
.sb-subnav-96 li a:hover {
	border-bottom: 1px solid #FFF;
	background: #48619a;
}
.sb-subnav-101 {
	background: #325263;
}
.sb-subnav-101 li a {
	border-bottom: 1px solid #3d7e9c;
}
.sb-subnav-101 li a:hover {
	border-bottom: 1px solid #FFF;
	background: #3d7e9c;
}
.sb-subnav-114 {
	background: #632323;
}
.sb-subnav-114 li a {
	border-bottom: 1px solid #a23838;
}
.sb-subnav-114 li a:hover {
	border-bottom: 1px solid #FFF;
	background: #a23838;
}
.sb-subnav-116 {
	background: #284c78;
}
.sb-subnav-116 li a {
	border-bottom: 1px solid #48619a;
}
.sb-subnav-116 li a:hover {
	border-bottom: 1px solid #FFF;
	background: #48619a;
}
.sidebar ul.subnav li a {
	padding: 20px 40px;
	display: block;
	box-sizing: border-box;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	font-family: "Source Sans Pro";
}
.sidebar ul.subnav li:last-child a {
	border-bottom: 0;
}
.sb-headers.visitors a:first-child {
	background: #424571;
}
.sb-subnav-8 {
	background: #424571;
}
.sb-subnav-8 li a {
	border-bottom: 1px solid #48619a;
}
.sb-subnav-8 li a:hover {
	border-bottom: 1px solid #FFF;
	background: #67679a;
}
body.page-id-96 ul.children {
	display: none;
}
li.page_item.page-item-94, li.page_item.page-item-99 {
	display: none;
}

/* #Footer
================================================== */
.footer-nav-wrapper {
    background: #FFF;
}
.footer-nav-wrapper ul {
    padding: 20px;
    margin: 0;
}
.footer-nav-wrapper ul li{
    padding: 0;
    margin: 0;
}
#menu-footer-nav  {
    text-align: center;
}
#menu-footer-nav li {
    display: inline-block;
    border-left: #FFF solid 1px;
}
#menu-footer-nav li a {
    display: block;
    font-size: 15px;
    font-family: 'Source Sans Pro';
    text-transform: uppercase;
    line-height: 25px;
    color: #3e3c5f;
    text-decoration: none;
    padding: 0 8px;
    letter-spacing: .5px;
}
li#menu-item-3352 a {
	font-weight: 700;
  color: #dfac2f !important;
}
#menu-footer-nav li:first-child {
    border-left: none;
}
#menu-footer-nav li a:hover {
    background: #34544b;
    color: #FFF;
}
.footer-address {
    font-size: 13px;
    padding: 25px 0;
    text-align: center;
    letter-spacing: 2px;
}
.partners {
    padding: 25px 0;
}
.footer-copyright {
    background: #e3e3e3;
}
.partners {
    text-align: center;
    padding: 25px 0;
}
.footer-cor h1, .footer-cor h2, .footer-cor h3 {
	text-align: center;
	color: #204339;
}
.footer-cor h1 {
	font-size: 29px;
	line-height: 33px;
	font-family: 'Courgette';
	padding: 0;
	margin: 40px 0 5px 0;
}
.footer-cor h2 {
	font-family: 'Source Sans Pro';
	text-transform: uppercase;
	font-size: 10px;
	line-height: 15px;
	margin: 0 0 10px 0;
	letter-spacing: .5px;
}
.footer-cor h3 {
	font-family: 'Source Sans Pro';
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
	margin: 0 0 40px 0;
	font-weight: 700;
}
.mstar{
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    font-size: 10px;
    color: #454545;
    padding: 35px 0 0 0
}
.footer-cor a {
  display: inline-block;
  width: 29%;
  text-align: center;
  margin: 40px 2% 0 2%;
  position: relative;
  box-sizing: border-box;
}
.footer-cor a:hover {
	opacity: .7;
}
.footer-cor a img {
	width: 100%;
}
.footer-cor {
	font-size: 0;
}