/* Theme Name: SDBX Skeleton
 * Author: Craig Tran
 * Author URI: http://www.sdbxstudio.com
 * Description: Bare bones wordpress theme
 * Version: 1.0
 */

/* Default styles */
html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
  /* Set your content font stack here: */
  font-family: "proxima-nova", sans-serif, Times, "Times New Roman", serif;
}
body {
  color: #394042;
  font-size: 16px;
  font-weight: 300;
  position: relative;
}
.hide {
	display: none !important;
}
.ajax-loader {
  display: none;
  background: rgba(33,33,33,0.1);
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.ajax-loader-content {
  position: fixed;
  top: 50%;
  border-radius: 25px;
  width: 175px;
  height: 30px;
  padding: 5px 5px 0 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #FFF;
  z-index: 2;
  font-style: italic;
  color: #41A2CD;
  background: #CCC;
  
}
.mobile-padding {
	padding: 0 15px;
}
a {
  text-decoration: none;
  color: #41A1CC;
}
a:hover {
  text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
  font-weight: 300;
  letter-spacing: 1px;
}
h1 {
  font-size: 20px;
  color: #394042;
}
.default-content h1,
.page-content h1 {
  color: #394042;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
  color: #41A1CC;
  margin:0;
  margin-bottom: 10px;
}
h4 {
  font-size: 16px;
  margin:0;
}
p {
  line-height: 25px;
  margin-top:10px;
}
.prev-arrow {
    display: none;
    width: 24px;
    height: 24px;
    border-color: #FFF;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
}

.next-arrow {
    display: none;
    width: 24px;
    height: 24px;
    border-color: #FFF;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(-135deg);
}
header.media:hover .prev-arrow,
header.media:hover .next-arrow {
    display: block;
}

.diamond {
  position: relative;
   display: inline-block;
	 width: 10px; 
   height: 10px; 
   background: #000;
   margin: 0 0 0 4px;
   /* Rotate */
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   transform: rotate(-45deg);
   /* Rotate Origin */
   -webkit-transform-origin: 0 100%;
   -moz-transform-origin: 0 100%;
   -ms-transform-origin: 0 100%;
   -o-transform-origin: 0 100%;
   transform-origin: 0 100%;
}
/* CONDITIONS REPORT */
.conditions-report {
  font-size: 13px;
}
.conditions-report h3 {
  margin-bottom: 15px;
}
.conditions-legend {
  text-align: right;
  font-size: 14px;
}
.conditions-report .fa-times-circle {
  color: #ED4337; 
}
.conditions-report .fa-check-circle {
  color: lightgreen;
}
.conditions-report .fa-clock-o {
  color: blue;
}
.conditions-report .fa-circle {
  color: lightgreen;
}
.conditions-report .fa-exclamation-circle {
  color: orange;
}
.conditions-report .fa-square {
  color: #37FDFC;
}
.conditions-report .fa-diamond {
  color: #000;
}

/* === CODE ADDED BY DREW D. ON 8/7/2017 === */
/*ul {
  margin-top: -1em;
}
ul li ul {
  margin-top: 0;
}*/
/* === END CODE ADD === */
strong {
  font-weight: 500;
}
table {
  width: 100%;
  margin-bottom: 35px;
}
table th {
   padding: 10px;
   text-align: left;
  border: 1px solid #F7F7F7;
}
table thead td {
  /*font-weight: bold;*/
  background-color: #555;
  color:#fff;
  font-weight:500;
}
table td {
  padding: 10px;
  border: 1px solid #F7F7F7;
}
table tr:nth-child(even) {
    background-color: #f2f2f2;
}
table tr.darkGrayRow {
    background-color: #555;
    color:#fff;
}
table tr.lightGrayRow {
    background-color: #bcbcbc;
}
.weather-widget table tr {
    background-color: transparent;
}
.weather-widget table td {
  padding: 0;
  border: 0;
}
.weather-widget a {
  color: #FFF;
}
.hidden {
  display: none;
}
.center {
  text-align: center;
}
.clear {
  clear: both;
}
.wrap {
  max-width: 100%;
  margin: 0 auto;
}
.logo {
  max-width: 260px;
  margin: 15px 0;
}
.logo-wrapper {
	width: 55px;
	overflow: hidden;
}
.scroll-down {
  cursor: pointer;
}
.footnote {
  font-size: 12px;
}
button {
  background: #41A2CD;
  color: #FFF;
  padding: 15px 25px;
  border: 0;
  border-radius: 0;
}
.site-alert {
  padding: 5px 0;
}
.site-alert .wrap {
  position: relative;
}
.site-alert p {
  color: #FFF;
  padding: 5px 0;
  margin: 0;
}
.alert-high {
  background: #CC3300;
}
.alert-medium {
  background: #FF9900;
}
.alert-low {
  background: #7CC142;
}
.alert-text {
  padding-left: 25px;
  padding-right: 25px;
}
.alert-text a {
  color: #FFF;
  text-decoration: underline;
}
.alert-close {
  cursor: pointer;
  color: #FFF;
  position: absolute;
  top: 8px;
  right: 0;
}
.hide {
  display: none;
}
.member-only {
  display: none;
}
.hide-mobile {
  display: none;
}
.hide-desktop {
  display: block;
}
.show-mobile {
  display: block;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* SNOW REPORT STYLES */

/* MENU OVERLAY */
#menu-overlay {
  background-size: cover;
  background-position: center -30px;
  color: #FFF;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: auto;
  text-align: center;
}
#menu-overlay em {
  font-size: 15px;
}
#menu-overlay .main-toolbar-wrapper,
#menu-overlay #main-toolbar {
  background: none;
}
#toolbar-socialmedia {
  display: none;
}
.menu-toggle-close img {
  margin-top: 3px;
}
.menu-nav {
  box-sizing: border-box;
  padding-right: 25px;
}
#menu-content ul {
  list-style: none;
  font-size: 20px;
  font-weight: 100;
  margin-left: 0;
  padding-left: 0;
}
#menu-content ul li {
  margin-bottom: 15px;
}
#menu-content ul li a {
  color: #7BAE32;
  text-decoration: none;
  font-weight: 500;
}
#menu-content ul li a:hover,
#menu-content ul.sub-menu li a:hover {
  color: #C2FF8A;
}
#menu-content .menu-main-4-container ul li a {
  color: #41A0CB;
}
#menu-content .menu-main-4-container ul li a:hover,
#menu-content .menu-main-4-container ul.sub-menu li a:hover  {
  color: #97D7FF;
}
#menu-content ul.sub-menu {
  font-size: 16px;
  font-weight: 300;
  padding-left: 15px;
}
#menu-content ul.sub-menu li {
    margin-bottom: 7px;
    line-height: 18px;
}
#menu-content ul.sub-menu li a {
  color: #FFF;
}
/* GALLERY */
.gallery { margin: 0 auto 18px; }
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery img {
	padding: 2px;
	background: #FFF;
}
.gallery img:hover {
	background: #394042;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }
/* HEADER */
#menu-overlay header {
  background: none;
}
header {
  background: #394042;
  color: #FFF;
  position: relative;
}
header.media {
  background: none;
  height: 320px;
}
.main-toolbar-wrapper {
  color: #FFF;
  width: 100%;
  z-index: 999;
}
.main-toolbar-wrapper a {
  text-decoration: none;
}
.main-toolbar-wrapper .fa {
  color: #41A2CD;
  padding-left: 12px;
}
.main-toolbar-wrapper #toolbar-actions {
  text-align: center;
  margin-top: 10px;
}
.main-toolbar-wrapper .toolbar-item {
  cursor: pointer;
  text-align: center;
}
.main-toolbar-wrapper .toolbar-item-last {
  border-right: 0;
  padding-right: 0;
}
.main-toolbar-wrapper .toolbar-item-search-wrapper {
  text-align: right;
  box-sizing: border-box;
}
.toolbar-item-search-wrapper-mobile {
  padding-top: 10px;
}
.toolbar-item-search-wrapper-mobile .fa {
  font-size: 22px;
}
.toolbar-item-search-wrapper-desktop {
  display: none;
}
.main-toolbar-wrapper #main-toolbar {
  background: #394042;
  text-align: center;
  height: 75px;
}
.media-caption {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
}
.media-caption h2 {
  font-size: 20px;
  margin-bottom: 5px;
}
.media-caption p {
  margin: 5px 5px 10px 5px;
  font-size: 15px;
  font-weight: 100;
  line-height: 16px;
}
.media-caption-content {
  max-width: 680px;
  margin: 0 auto;
}
.media-caption-content img {
  max-height: 80px;
  width: auto;
}
.featured-image img {
}
.featured-video {
  display: none;
}
#main {
}
#main img {
  /*max-width: 100%;
  height: auto;*/
}
.search #main {
  background: #FFF;
  padding: 35px 0;
}
.default #main {
  padding-top: 0;
}
.default .default-content {
  min-height: 200px;
}
.search #main {
  background: #E4E4E4;
}

/* MAIN MENU */
#main-nav-icon {
  text-align: center;
  cursor: pointer;
  margin-top: 15px;
  font-size: 24px;
}
#main-nav-icon.fa-times {
	color: #FFFFFF;
	font-weight: normal;
}
.main-nav {
  display: none;
}
#main-toolbar-links {
	display: none;
}
#toolbar-menu {
  background: #FFF;
  text-align: center;
  box-sizing: border-box;
  z-index: 999999;
}
#menu-main {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  padding: 35px 0;
}
#menu-main li {
  display: block;
  border-bottom: 1px solid #CCC;
  margin: 0 20px;
}
#menu-main li a {
  display: block;
  font-size: 15px;
  pointer-events: none;
  cursor: default;
  color: #272A2B;
  font-weight: bold;
  text-align: left;
  padding: 10px 0;
}

#menu-main li:hover a {
  color: #41A2CD;
}

#menu-main li:hover,
#menu-main li.current-menu-item a,
#menu-main li.current-page-ancestor a,
#menu-main li.current-mouseover a {
  color: #41A2CD;
}


.main-menu-links {
  display: none;
}
#main-toolbar-links {
   display: block;
   padding: 0 15px;
}
#main-toolbar-links ul.sub-menu {
 display: none;
}
#main-toolbar-links ul {
  list-style: none;
  padding: 0;
}
#main-toolbar-links ul a {
  color: #8CBE56;
  font-size: 20px;
}
#main-toolbar-links h2 {
  color: #8CBE56;
  font-size: 18px;
  display: inline-block;
  margin-right: 15px;
}
#main-toolbar-links ul li {
  position: relative;
}
#main-toolbar-links ul.sub-menu {
  margin-top: 10px;
}
#main-toolbar-links ul.sub-menu a {
  color: #FFF;
  font-size: 16px;
}
#main-menu-link-content ul.sub-menu a:hover,
#main-toolbar-links ul.sub-menu a:hover {
  color: #41A2CD;
}
#main-toolbar-links ul.sub-menu li.subheader {
  margin-bottom: 10px; 
  margin-top: 10px;
}
#main-toolbar-links ul.sub-menu li.subheader:first {
  margin-top: 0;
}

#main-toolbar-links ul.menu {
  margin-top: 0;
}
#main-toolbar-links ul.menu > li {
  margin-bottom: 15px;
}
#main-toolbar-links ul.menu li a {
  pointer-events: none;
  cursor: default;
}
#main-toolbar-links ul.sub-menu li a {
  pointer-events: auto;
  cursor: pointer;
}
#main-toolbar-links ul.sub-menu li.subheader a {
  color: #8CBE56;
  pointer-events: none;
  cursor: default;
}
#main-toolbar-links .sub-menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  color: #8CBE56;
  cursor: pointer;
}
#question-links-content {
  text-align: center;
  font-size: 12px;
}
#question-links-content h2 {
	margin-right: 10px;
	font-size: 14px;
}

.members, .closed {
  position:relative;
}
.members .fa-caret-up {
  padding: 0;
  position: absolute;
  top: 4px;
  right: 3px;
  width: 10px;
}
.closed .fa-ban {
  padding: 0;
  position: absolute;
  top: 4px;
  right: 0;
  width: 10px;
}
.members.closed .fa-caret-up {
  right: 20px;
}
.main-menu-link-footnote {
  padding-bottom: 15px;
  text-align: center;
}

#customer-service-icon.active {
  color: #8CBE56;
}

/* MAIN MENU MOBILE */
.main-nav-mobile {
	display: none;
	position: relative;
	background: #FFFFFF;
	list-style: none;
	margin-bottom: 25px;
}
.main-nav-mobile .menu {
	padding-top: 10px;
}
.main-nav-mobile ul {
	list-style: none;
	margin: 0;
	padding: 0 25px 25px 25px;
	width: 100%;
    background: #FFFFFF;
    box-sizing: border-box;
}
.main-nav-mobile ul li {
	position: relative;
	z-index: 999999;
	top: 0;
	left: 0;
	list-style: none;
	min-height: 55px;
}
.main-nav-mobile ul li a {
	color: #000000;
	padding: 12px 0;
	display: block;
	border-bottom: 1px solid #CCC;
}
.main-nav-mobile ul li a:hover {
	color: #394042;
}
.main-nav-mobile .sub-menu {
	display: none;
	padding-left: 25px;
	padding-bottom: 0;
}
.main-nav-mobile .sub-menu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 24px;
	color: #41A1CC;
	cursor: pointer;
	padding: 10px 0 10px 25px;
	box-sizing: border-box;
}
.main-nav-mobile .sub-menu-toggle.fa-angle-left {
	top: 3px;
	left: 0;
	right: auto;
}
.main-nav-mobile .sub-menu-toggle.fa-plus,
.main-nav-mobile .sub-menu-toggle.fa-minus {
	font-weight: normal;
	font-size: 16px;
	top: 3px;
}
.main-nav-mobile-load li {
	padding: 0;
}
.main-nav-mobile-load a {
	display: block;
}
.main-nav-mobile-load > li:first-child {
	background: #CCC;
	padding: 0;
}
.main-nav-mobile-load li > a:first-child {
	padding: 15px 0;
	margin-left: 55px;
	font-weight: bold;
	color: #000000;
	cursor: pointer;
}
.main-nav-mobile-load .menu li a,
.main-nav-mobile-load li ul.sub-menu a {
	padding: 14px 0;
	margin-left: 0;
	font-weight: normal;
}

/* SEARCH TEMPLATE */
.search-wrapper {
  background: #41A2CD;
  padding: 5px 0;
  display: none;
}
.search-wrapper input[type="text"] {
  background: none;
  border: 0;
  color: #FFF;
  width: 100%;
}
.search-wrapper ::-webkit-input-placeholder {
   color: #97D7FF;
}
.search-wrapper :-moz-placeholder {
   color: #97D7FF;
}
.search-wrapper ::-moz-placeholder  {
   color: #97D7FF;
}
.search-wrapper :-ms-input-placeholder {
   color: #97D7FF;
}
.search-wrapper .search-button {
  text-align: right;
}
.search-wrapper .search-button input[type="submit"] {
  background: none;
  border: 0;
  color: #FFFFFF;
}
.search-wrapper .search-button img {
  vertical-align: middle;
}
.search-wrapper #searchbuttonarrow {
  text-align: center;
}
.search .tile-large,
.search .tile-large-thumbnail,
.search .tile-large-excerpt {
  height: auto;
}
.search .tile-large-thumbnail {
  font-size: 0;
}
.search .navigation {
  text-align: center;
}
.search .navigation span {
  background: #394042;
  color: #FFFFFF;
  padding: 5px 10px;
  margin: 0 5px;
}
.search .navigation span a {
  color: #FFF;
  text-decoration: none;
}
/* FOOTER */
footer {
  background: #394042;
  color: #FFF;
  padding: 35px 0;
  font-size: 18px;
  font-weight: 100;
  text-align: center;
}
footer h2 {
  color: #41A2CD;
  font-size: 26px;
}
footer a {
  font-size: 18px;
  font-weight: 100;
  color: #FFF;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  padding-bottom: 5px;
}
.footer-block {
  margin-bottom: 35px; 
  padding: 0 15px;
  box-sizing: border-box;
}
footer .logo {
  width: 100%;
  margin-bottom: 35px;
}
footer button {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 15px;
  background: #000;
  margin-bottom: 5px;
}
footer button:hover {
  background: #41A2CD;
}
#footer-social-media {
  margin-top: 35px;
}
#footer-social-media i {
  margin-right: 20px;
  font-size: 24px;
}
#footer-contact a {
  color: #41A2CD;
}
#footer-sponsors {
	height: 95px;
	width: 1280px;
	overflow: hidden;	
	position: relative;
	margin: 35px auto;
}
#footer-sponsors ul {
  white-space:nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer-sponsors ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
#footer-sponsors ul li:first-child {
	margin-left: 0;
}
#footer-sponsors ul li:last-child {
	margin-right: 0;
}
#footer-sponsors ul li img {
	max-height: 95px;
	max-width: 140px;
	width: auto;
}

#footer-column-1 hr {
  border: 1px solid #41A2CD;
  width: 25%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

#footer-column-4 hr {
  border: 1px solid #41A2CD;
  width: 25%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

#menu-footer-2 {
  margin-top: 25px;
}
#site-copyright {
  margin-top: 125px;
}

/* MEDIA HEADER */
.media-header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  font-size: 0;
}
.media-header img {
  width: 100%;
}
header .media-background {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  width: 100%;
  height: 320px;
  background: rgba(33,33,33,0.35);
  z-index: 10;
}

/* MEDIA HEADER 2 */
.media-header-2-wrapper {
  color: #FFF;
  position: relative;
  height: 220px;
  overflow: hidden;
}
.media-header-2 {
  position: relative;
}
.media-header-2 img {
  width: 100%;
}
.media-header-2 .media-background {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  width: 100%;
  height: 220px;
  background: rgba(33,33,33,0.2);
}

/* WEATHER WIDGET */
.weather-widget {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.weather-widget-content {
  background: rgba(65,164,207,0.9);
  position: relative;
}
.ww-td {
  box-sizing: border-box;
  border-right: 1px solid #97D7FF;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  padding: 10px 0 5px 0;
  height: 90px;
  box-sizing: border-box;
  float: left;
}
.ww-td strong {
  letter-spacing: 1px;
}
.ww-td span {
  color: #97D7FF;
}
.ww-time {
  margin-top: 5px;
}
.ww-status {
  text-transform: uppercase;
  font-size: 14px;
}
.ww-temperature {
  font-size: 40px;
}
#ww-td-weather-icon {
  padding-top: 10px;
}
#ww-td-1 {
  width: 22%;
  padding-top: 25px;
}
#ww-td-2 {
  width: 18%;
}
#ww-td-3 {
  width: 10%;
}
#ww-td-4 {
  width: 45%;
  text-align: center;
  border-right: 0;
}
#ww-td-4 table {
  width: 100%;
}
#ww-td-4 table td {
  padding-left: 10px;
  padding-bottom: 5px;
}
#ww-td-4 tr td:first-child {
  text-align: right;
}
#ww-td-4 tr td:last-child {
  text-align: left;
}
#ww-td-5 {
  width: 5%;
  height: 90px;
  float: right;
}
.ww-td-toggle {
  position: absolute;
  bottom: 0;
  right:0;
  height: 90px;
  width: 30px;
  background: #97D7FF;
  line-height: 90px;
  cursor: pointer;
  text-align: center;
}
.ww-td-toggle .expand {
  display: none;
}
.ww-td-small {
  display: none;
  background: rgba(65,164,207,0.9);
  position: absolute;
  bottom: 0;
  height: 90px;
  right: 30px;
  width: 125px;
}
.ww-td-small table {
  width: 100%;
}
.ww-td-small table td {
  padding: 5px;
  text-align: center;
  height: 21px;
  line-height: 21px;
}
.td-icon {
  border-right: 1px solid #97D7FF;
}
.ww-td-small td.td-webcam {
  border-top: 1px solid #97D7FF;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
}
/* BREADCRUMB */
.breadcrumb {
  margin-bottom: 15px;
  padding: 0 15px;
}
.breadcrumb-spacer {
  display: inline-block;
  width: 9px;
  height: 16px;
}
.breadcrumb a:first-child {
  margin-left: 0;
}
.breadcrumb a {
  color: #FFF;
  margin: 0 15px;
  font-size: 16px;
}
.breadcrumb a:last-child {
  color: #41A2CD;
}
.subpage-navigation .breadcrumb a {
  color: #FFF;
}
.subpage-navigation .breadcrumb a:last-child {
  color: #41A2CD;
}

.page-breadcrumb {
  display: none; /* Comment to add back in */
  color:#41A1CC;
  font-size: 14px;
  margin-bottom: 15px;
}
.page-breadcrumb a:last-child {
  color: #292A2B;
  font-weight: bold;
}
.page-breadcrumb-spacer {
  padding: 0 8px;
}
/* PAGE NAVIGATION */
#subpage-navigation-menu {
}
.subpage-navigation-menus {
  display: none;
  padding: 0 15px;
}
.subpage-navigation-content {
  position: relative;
}
.subpage-navigation-toggle {
  cursor: pointer;
  width: 100%;
  text-align: center;
}
.sbnt {
  height: 57px;
  width: 100%;
  text-align: center;
  line-height: 27px;
  padding: 15px 0;
  box-sizing: border-box;
  position: relative;
}
.sbnt-expand {
  background: #41A2CD;
}
.sbnt-collapse {
  display: none;
}
.sbnt-collapse .close {
  position: relative;
}
.subpage-navigation {
  background: #272A2B;
  color: #FFFFFF;
  padding: 35px 0;  
  padding-bottom: 0;
}
.subpage-navigation a {
  color: #41A2CD;
  text-decoration: none;
}
.subpage-navigation .menu-child {
  margin-top: 15px;
}
.subpage-navigation .menu-child li {
  padding-bottom: 5px;
}
.subpage-navigation .menu-child a {
  color: #FFFFFF;
}
.interior-home-blurb1 .page-navigation h2,
.page-navigation h2,
.page-navigation h2 a,
.page-navigation h3,
.page-navigation h3 a {
 color: #8CBE56;
}
.page-navigation {
  display: none;
  margin-bottom: 55px;
}
.page-navigation h3 {
  color: #41A2CD;
  font-weight: bold;
}
.page-navigation h3 a {
	color: #394042;
}
.page-navigation h3 a:hover {
	text-decoration: none;
}
.page-nav-background .page-content-background {
  
}
.page-navigation h2 {
  font-size: 23px;
  margin-bottom: 12px;
}

.page-navigation h3 {
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CCC;
  text-transform: uppercase;
}
.page-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.page-navigation ul a {
  font-size: 14px;
  display: block;
}
.page-navigation ul.menu-child a {
  font-size: 12px;
}
.page-navigation ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: block;
  border-bottom: 1px solid #CCC;
  position: relative;
}
.page-navigation ul li .page-navigation-toggle {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 99;
	display: block;
}
.page-navigation ul.children li .page-navigation-toggle {
	top: 6px;
}
.page-navigation ul.children {
	padding-top: 15px;
	margin-left: 15px;
	display: none;
}
.page-navigation ul.children li {
	border-bottom: 0;
	margin: 0;
	padding: 5px 0;
}
.page-navigation ul.menu-child li {
  margin-bottom: 0;
}
.page-navigation ul.menu-child {
  margin-left: 15px;
  font-size: 15px;
}
.page-navigation li a:hover {
	text-decoration: none;
}
.page-navigation li.current_page_item > a {
  color: #41A2CD;
  text-decoration: none;
}
.page-navigation li.current_page_ancestor .children {
	display: block;
}
.interior-home-blurb1 .page-navigation ul a {
  font-size: 14px;
}
.interior-home-blurb1 .page-navigation ul a.current-menu-item,
.interior-home-blurb1 .page-navigation ul a:hover {
  color: #41A2CD;
  text-decoration: none;
}
.interior-home-blurb1 .page-navigation ul.menu-child a {
  font-size: 14px;
}

/* DEFAULT TEMPLATE */
.post-content {
  margin-bottom: 35px;
}
.post-content img {
	max-width: 100%;
}
.post-content table img {
	max-width: none;
}
/* CONTENT EXPANDING GROUP */
.content-group {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #CCCCCC;
}
.content-group li {
	border-bottom: 1px solid #CCCCCC;
	padding: 25px 0;
	position: relative;
}
.content-group-item-name {
	font-size: 30px;
	width: 95%;
}
.content-group-item-toggle {
	cursor: pointer;
	position: absolute;
	top: 30px;
	right: 0;
	font-size: 24px;
}
.content-group-item-content {
	display: none;
	padding: 25px 0;
}
.content-group-item-content ul {
	list-style-type: disc;
}
.content-group-item-content ul li {
	border-bottom:  0;
	padding: 3px 0;
}
.default-template {
	padding-top: 15px;
}
 .main-toolbar-wrapper {
  background: #394042; 
}

.page-template-default .media-header {
}
  
.default-content {
    padding: 0;
}
.default-content .page-aside-blurb,
.page-content {
  padding: 15px;
  box-sizing: border-box;
}
.default .subpage-navigation {
  margin-bottom: 35px;
}
.subpage-navigation.sbn-empty {
  padding: 0;
}
.default-content {
  margin: 0 auto;
}
.default-content p:first-child {
  margin-top: 0;
}
#page-navigation-icon {
  color: #FFF;
  font-size: 20px;
  text-align: center;
  width: 100%;
  cursor: pointer;
  margin: 0 auto;
}
.page-content {
    background: #FFF;    
    font-size: 18px;
}
.page-content img {
  max-width: 100%;
  height: auto;
}
.page-content-background {
  background: #FFF;
  font-size: 0;
}
.default-template-simple .default-content {
  padding: 35px 0;
}
  
/* HOME - TEMPLATE */
.home .interior-home-blurb1 {
  background: #394042;

}
.home #blog-news .interior-home-blurb1 a,
.home #blog-news .interior-home-blurb2 a {
  color: #FFFFFF;
}
.home .interior-home-blurb1 h2 {
	color: #7CC142;
}
.home .interior-home-blurb2 {
  background: #7CC142;
}
.home .interior-home-blurb2 h2 {
  color: #394042;
}
#buy-online {
  background: #FFF;
  padding: 25px 0;
}
#buy-online a:hover {
  text-decoration: underline;
}
#buy-online ul {
  list-style: none;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
#buy-online ul li {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 5px;
  border-right: 1px solid #49A2C9;
}
#buy-online ul li a {
  color: #49A2C9;
  text-decoration: none;
}
#buy-online ul li:first-child {
  padding-left: 0;
}
#buy-online ul li:last-child {
  padding-right: 0;
  border-right: 0;
}

#member-resources .grid-more-content {
	background: /*#b7e4f4 #cbebf4*/ #cbebf4;
}

#special-occassions .grid-more-content {
  background: #FFF;
}
#special-occassions .tile-medium {
  background: #E4E4E4;
}
#event-highlights .grid-more-content {
  background: #272A2B;
  padding: 15px 0 35px 0;
}
#event-highlights .grid-more-content h2 {
  color: #FFF;
}
#blog-news {
	background: #E4E4E4;
	padding: 0;
}
#blog-news .wrap {
	max-width: 1024px;
}
#blog-news a {
	color: #394042;
}
#blog-news,
#blog-news .interior-home-content {
  background: #E4E4E4;
}
#blog-news .interior-home-content .post {
  margin-bottom: 35px;
}
#blog-news .blog-excerpt {
	padding: 15px;;
}
#blog-news h4 {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 15px;
}
#blog-news ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#blog-news ul li {
	margin-bottom: 10px;
}
.arrow-button {
  display: inline-block;
  background: #41A2CD;
  padding: 2px 8px;
}
.caption-video-link {
  color: #FFF;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
}
.caption-video-link img {
  height: 10px !important;
}
.caption-video-link:hover {
  text-decoration: none;
}
/* LANDING - ROWS TEMPLATE */

.page-template-page-landing-rows #main {
  background: #E4E4E4;
}  
.page-template-page-landing-rows #main-toolbar {
    background: #394042; 
  }
.landing-rows {
  padding: 35px 0;
}
.landing-rows .subPage {
  background: #FFFFFF;
  margin-bottom: 35px;
}
.landing-rows .subPage button {
  background: #394042;
  color: #FFFFFF;
}
.landing-rows .subPageMedia {
  float: none;
}
.landing-rows .subPageMedia img {
  /*width: 100%;*/
  height:100%;
  overflow-x:hidden!important;
}
@media screen and (max-width: 767px) {
  
 
  .landing-rows .subPageMedia img {
  width: 100%;
  }
}
.landing-rows .subPageExcerpt {
  float: none;
  text-align: center;
  margin: 35px 0 auto 0;
  /* formerly no margin. Added by Drew on 4/6/2017
  padding: 35px 0;  */
}

/* LANDING - GRID TEMPLATE */
#members-only-disclaimer {
  display: none;
}
.page-template-page-landing-grid #main-toolbar {
  background: #394042; 
}
.landing-grid {
  background: #E5E5E5;
  padding-bottom: 35px;
}
.page-template-page-capitalprojects-category .landing-grid {
  padding-bottom: 0;
}
.page-template-page-capitalprojects-category .tiles {
  padding-bottom: 35px;
}
.grid-more-content {
  background: #E4E4E4;
  text-align: center;
  padding: 35px 0;
}
.lg-content .tile,
.lg-content .tile-on,
.lg-content .tile-off  {
	width: 280px;
	height: 344px;
}
.lg-content .tile-content {
  top: 35%;
}
.lg-content .tile-content h2 {
  font-size: 20px;
}

.tiles {
  text-align: center;
}
.tile {
  position: relative;
  width: 320px;
  height: 375px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 35px;
  background-position: center;
}
.tile-medium {
  background: #FFF;
  position: relative;
  height: auto;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 35px;
}
.tile-medium-excerpt,
.tile-medium-thumbnail {
  height: 375px;
  box-sizing: border-box;
}
.tile-medium-thumbnail {
  background-position: center;
  cursor: pointer;
}
.tile-medium-excerpt {
  text-align: center;
  padding: 15px;
}
.tile-medium-excerpt button {
  background: #394042;
  color: #FFF;
}
.tile-large {
  background: #FFF;
  position: relative;
  width: 100%;
  max-width: 1024px;
  height: auto;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 35px;
}
.tile-large-excerpt,
.tile-large-thumbnail {
  height: 375px;
  max-width: 671px;
  box-sizing: border-box;
}
.tile-large-thumbnail {
  cursor: pointer;
}
.tile-large-excerpt {
  text-align: center;
  padding: 15px;
}
.tile-large-excerpt button {
  color: #FFF;
}
.tile-off {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(57,64,66,0.4);
  background-size: cover;
  color: #FFF;
  height: 375px;
}
.tile-content {
  position: absolute;
  top: 42%;
  left: 0;
  right: 0;
  padding: 0 15px;
  text-align: center;
}
.tile-content h2 {
  font-size: 18px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}
.tile-on {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background: #41A2CD;
  color: #FFFFFF;
  height: 375px;
  display: none;
  width: 100%;
}
/* INTERIOR - HOME TEMPLATE */
.interior-home-template {
	padding-top: 35px;
}
.interior-home {
  background: #FFF;
}
.interior-home-content {
  background: #FFF;
  padding: 15px;
}
.interior-home-content h1 {
  color: #394042;
}
.interior-home-aside h2 {
  margin-top: 0;
}
.interior-home-blurb1 {
  padding: 15px;
}
.interior-home-blurb1 a {
  color: #394042;
}
.interior-home-blurb1 h2 {
}
.interior-home-blurb2 {
  padding: 35px;
  color: #394042;
}
.interior-home-blurb2 button {
  background-color: #292A2B;
}
.interior-home-blurb2 h2,
.interior-home-blurb2 h3 {
  color: #FFF;
}
.interior-home-blurb1 ul,
.interior-home-blurb2 ul {
  list-style: none;
  padding: 0;
  font-size: 20px;
}
.interior-home-blurb1 ul li,
.interior-home-blurb2 ul li {
  margin-bottom: 5px; 
}
.interior-home-blurb2 a {
  color: #FFF;
}
.interior-home-slides {
  position: relative;
  margin-bottom: 35px;
}
.blurb {
	background: #f5f5f5;
	padding: 15px;
	margin-bottom: 35px;
}
.rslides_tabs {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  list-style: none;
  z-index: 9999;
  margin: 0;
  padding: 0;
  text-align: center;
}
.rslides_tabs li {
  display: inline-block;
}
.rslides_tabs li a {
  display: inline-block;
  width: 12px;
	height: 12px;
	background: none;
	border: 2px solid #FFF;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	text-indent: -9999px;
	margin: 0 2px;
}
.rslides_tabs li.rslides_here a {
  background: #FFF;
}
.pager-container .rslides_tabs {
    left: 15px;
    right: auto;
}
.pager-container .rslides_tabs li a {
    width: 8px;
    height: 8px;
}
.pager-container .rslides_nav.prev {
    position: absolute;
    left: 25px;
    top: 40%;
    color: #FFF;
}
.pager-container .rslides_nav.next {
    position: absolute;
    right: 25px;
    top: 40%;
    color: #FFF;
}
.sub-contact {
  background: #272A2B;
  color: #FFF;
  text-align: center;
  padding: 35px 15px;
}
.sub-contact a {
  color: #FFF;
  text-decoration: none;
}
.sub-contact h2 {
  color: #41A2CD;
}

/* INTERIOR - TABBED TEMPLATE */
.interior-tabbed {
  background: #FFF;
}
.interior-tabbed .default-content {
  padding: 15px;
}
.interior-tabbed .default-content p:first-child {
  margin-top: 0;
}
.subpage-tabbed-navigation {
  list-style: none;
  text-align: center;
  padding: 0;
  padding-top: 25px;
}
.subpage-tabbed-navigation li {
  display: inline-block;
  border-right: 1px solid #41A2CD;
  margin-bottom: 10px;
}
.subpage-tabbed-navigation li a {
  color: #394042;
  padding: 5px;
  font-size: 12px;
  text-decoration: none;
}
.subpage-tabbed-navigation li.current-menu-item a,
.subpage-tabbed-navigation li:hover a  {
  color: #41A2CD
}
.subpage-tabbed-navigation li:last-child {
  border-right: 0;
}

/* CAPITAL PROJECTS TEMPLATE */
.map-projects {
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 1;
}
#map-capital-projects {
}
.projects-map {
  position: relative;
  text-align: center;
}
#map-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
#map-header-toolbar {
  background: #394042;
  color: #FFF;
  padding: 25px 0;
}
#map-header-toolbar label {
  margin-left: 10px;
  cursor: pointer;
}
#map-header-toolbar label.active {
  color: #41A2CD;
}
.infowindow-project-thumbnail {
  max-width: 50px !important;
  margin-right: 8px;
}
table.infowindow-project {
  border: 0;  
}
.infowindow-project a {
  color: #41A2CD;
  text-decoration: none;
}
.infowindow-project td {
  text-align: left;  
  border: 0;  
}
.gm-style-iw {
  left: 0 !important;
}

/* CAPITAL PROJECTS CATEGORY TEMPLATE */
.map-projects-toggle {
  text-align: center;
  margin-bottom: 25px;
}
.map-projects-toggle button {
  background: none;
  color: #41A2CD;
  border: 1px solid #41A2CD;
}
.map-projects-toggle button:hover,
.map-projects-toggle button.active {
  background: #41A2CD;
  border: 1px solid #41A2CD;
  color: #FFF;
}
.lg-map {
  display: none;
}

/* BLOG TEMPLATE */

.blog-featured-post .tile-large {
  background: #F5F5F5;
  max-width: 1280px;
}
.blog-featured-post .tile-large-thumbnail {
	max-width: 1000px;
}
.blog-featured-post .tile-large-excerpt {
  background: #F5F5F5;
	text-align: left;
	padding: 25px;
}
.blog {
  padding: 35px 0;
}
.blog h2 {
	text-transform: uppercase;
	font-weight: bold;
}
.widget {
  background: #272A2B;
  padding: 25px;
}
.widget h2 {
  color: #FFF;
}
.widget a {
  color: #41A1CC;
  text-decoration: none;
}
.widget ul {
  list-style: none;
  padding: 0;
}
.blog-content {
  box-sizing: border-box;
  padding: 0 25px;
}
.blog-content hr {
	border: 0;
	border-top: 1px solid #CCC;
	margin: 25px 0;
}
.blog-content .breadcrumb {
  margin-bottom: 15px;
  font-size: 17px;
}
.blog-content .breadcrumb a {
  color: #41A1CC;
  text-decoration: none;
}
.blog-content a {
  margin: 0;
}
.blog-content .breadcrumb a:last-child {
  font-size: 17px;   
}
.blog-thumbnail img {
	width: 100%;
	height: auto;
}
.blog-news-aside {
	margin-top: 25px;
}
.blog-excerpt {
	line-height: 25px;
	background: #FFF;
	/*padding-top: 25px;*/
	padding-left: 5%;
}
.blog-excerpt h2 {
	margin-bottom: 5px;
	line-height: 26px;
	text-transform: capitalize;
}
.blog-content h1,
.blog-excerpt h2 a {
	color: #000;
	font-size: 22px;
	font-weight: bold;
}
.blog-content h3,
.blog-excerpt h3 {
	/*color: #000;*/
	font-size: 18px;
}
.blog-excerpt a {
	color: #41A1CC;
	font-size: 18px;
}
.blog-single.wrap {
	max-width: 1024px;
}
.blog-content .post-featured-image {
	margin-bottom: 25px;
}
.blog-content .post-featured-image img {
	width: 100%;
}
.blog-content .post-date {
	margin: 15px 0 25px 0;
}
.blog-aside h2 {
}
.blog-aside .widget {
	margin-bottom: 35px;
	background: #F5F5F5;	
}
.blog-aside .widget h2 {
	color: #000;
}
.blog-aside .widget a {
	color: #394042;
	line-height: 18px;
}
.blog-categories a {
	color: #41A1CC !important;
	
}
.featured-post-widget {
	background: #FFF;
	min-height: 312px;
	margin-bottom: 35px;
}
.featured-post-widget .blog-thumbnail {
	height: 200px;
	overflow: hidden;
}
/* EVENTS TEMPLATE */
#event-search {
  margin-bottom: 25px;
}
#event-search-form {
  background: #394042;
  color: #FFF;
  padding: 35px;
  box-sizing: border-box;
}
#event-search-button {
  cursor: pointer;  
  text-align: center;
}
#event-search-button .fa-search {
  color: #41A2CD;
}
#event-search-input {
  display: none;
}
#event-search-close {
  cursor: pointer;
}
#event-filters {
  padding-top: 15px;
}
#event-search-form input#keywords {
  background: none;
  border: 0;
}
#event-search-form label {
  cursor: pointer;
  margin-left: 8px;
}
.event-checkbox {
  margin-bottom: 8px;
}
.search-filter-wrap.active label {
  color: #41A2CD;
}
.search-filter-wrap label img {
  vertical-align: middle;
}
.event-search-toggle {
  cursor: pointer;
  margin-top: 15px;
  text-align: center;
}
#more-filters {
  
}
#less-filters {
  display: none;
}
#event-filters {
  display: none;
}
#events {
  padding: 35px 0;
}
#event-header {
  text-align: center;
  position: relative;
}
.event {
  position: relative;
  padding: 35px;
}
.event-odd {
}
.event-even {
  background: #E7E7E7;
}
.event button {
  color: #FFF;
}
.event-date,
.event-blurb {
  box-sizing: border-box;
}
.event-date {
  font-size: 21px;
  color: #272A2B;
}
.event-blurb h2 {
  font-size: 21px;
  color: #272A2B;
  font-weight: 300;
}
.event-blurb-content {
  margin-top: 25px;
}
.event-blurb-thumbnail {
  box-sizing: border-box;
}
.event-blurb-thumbnail img {
  width: 100%;
}
.event-blurb-content p:first-child {
  margin-top: 0;
}
.event-blurb-description {
  position: relative;
}
.event-action {
  position: relative;
}
.event-meta {
  color: #41A2CD;
  position: relative;
}
.event-meta img {
  vertical-align: middle;
}
.event-blurb-fulltext {
  display: none;
}
.event-action {
  position: relative;
  text-align: center;
  
}
.event-blurb-toggle {
  position: absolute;
  right: 35px;
  bottom: 35px;
  border: 1px solid #41A2CD;
  color: #41A2CD;
  text-align: center;
  height: 40px;
  width: 40px;
  line-height: 40px;
  cursor: pointer;
}

#slides-wrapper {
}

/* COMMUNITY MAP TEMPLATE */
.community-map-infowindow {
  font-weight: bold;
  font-size: 14px;
  padding: 5px 15px;
  text-align: center;
  width: 100%; 
  overflow: hidden;
}
.gm-style-iw div {
  overflow: hidden !important;
}
#community-map {
  height: 500px;
  box-sizing: border-box;
}
#community-map-legend {
  padding: 15px;
  height: 500px;
  overflow-x: scroll;
  box-sizing: border-box;
  background: #E4E4E4;
}
#map-legend-links {
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#map-legend-links li a {
  padding: 5px 0;
  display: block;
  color: #000;
}
/* RESPONSIVE */
@media screen and (min-width: 568px) { /* ≥ 568px */
  .alert-text {
    padding-left: 0;  
  }
  header.media {
	height: 790px;
    max-height: 790px;
  }
  header .media-background {
	  height: 790px;
  }
  .media-header {
    
  }
  .media-header img {
    width: 100%; 
    max-width: none; 
  }
  #buy-online ul li {
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) { /* ≥ 768px */
  body {
    font-size: 18px;
  }
  .hide-mobile {
    display: block;
  }
  .hide-desktop {
    display: none;
  }
  .show-mobile {
    display: none;
  }
  .toolbar-item-last {
    text-align: right;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 22px;
    margin:0;
  }
  h4 {
    font-size: 22px;
    margin:0;
  }
  .media-caption h2 {
    font-size: 48px;
    font-weight: bold;
  }
  .media-caption {
    top: 30%;
  }
  .media-caption h2 {
    margin-bottom: 35px;
  }
  .media-caption p {
  }
  
  .media-caption p {
    margin: 15px 0;
    font-size: 20px;
    font-weight: 100;
    line-height: 30px;
  }
  .media-caption-content img {
    max-height: none;
    width: auto;
  }
  footer {
    padding: 65px 0;
  }
  .breadcrumb {
    margin-bottom: 0;
    padding: 0;
  }
  .breadcrumb a {
    font-size: 18px;
  }
  .breadcrumb a:last-child {
    font-size: 30px;
  }
  .blurb {
	padding: 35px;
  }
  .page-breadcrumb {
    font-size: 16px;
    padding: 0;
  }
  .search #main {
    padding: 100px 0;
  }
  .default #main {
    padding-top: 0;
  }
  .main-toolbar-wrapper #main-toolbar {
    background: none;
  }
  header.media {
    max-height: 790px;
    overflow: hidden;
  }
  header .media-background {
  }
  .media-header-2-wrapper {
    height: 490px;
    overflow: hidden;
  }
  .media-header-2 .media-background {
    height: 490px;
  }
  .media-header {
    position: absolute;
  }
  .media-header img {
    max-height: none;
  }
  .featured-image {
    margin-top: 0;
  }
  .featured-video {
    display: block;
  }
  .main-toolbar-wrapper #main-toolbar {
  	height: 200px;
  }
  .main-toolbar-wrapper {
    position: absolute;
  }
 .main-toolbar-wrapper,
  #menu-overlay .main-toolbar-wrapper {
    position: relative;
  }
  .main-toolbar-wrapper a {
	color: #FFF;
  }
  .main-toolbar-wrapper .toolbar-item-last {
    text-align: right;
  }
  #toolbar-socialmedia {
    display: block;
  }
  footer {
    text-align: left;
  }
  #menu-overlay {  
    text-align: left;
  } 
  .weather-widget {
    display: block;
  }
  .member-only {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
  }
  #footer-column-1 hr {
    text-align: left;
    margin-left: 0;
    margin-top: 60px;
  }
  #footer-column-4 hr {
    text-align: left;
    margin-left: 0;
    margin-top: 60px;
  }
  .footer-block {
    padding: 0;
  }
  
  /* MAIN MENU */
  .logo-wrapper {
	width: 100%;
	overflow: visible;
  }
  .logo {
  	margin: 25px 0;
   }
  #main-nav-icon {
    display: none;
  }
  .main-nav {
   display: inline !important;
  }
  #main-toolbar-links {
	background:#272A2B;
  }
  #main-toolbar-links .fa {
	  color: #41A1CC;
  }
  #main-toolbar-links .sub-menu-toggle { 
    display: none;  
  }
  #main-toolbar-links ul.sub-menu {
   display: block;
  }
 .main-menu-link-content {
   padding-top: 25px;
   padding-bottom: 15px;
 }
  #main-toolbar-links ul a {
    font-size: 22px;
  }
  #main-toolbar-links ul a:hover {
	  text-decoration: none;
  }
  #main-toolbar-links h2 {
    font-size: 22px;
    margin-right: 25px;
  }
  #menu-main {
    margin-top: 0;
    padding: 0;
  }
  #menu-main li {
  	display: inline-block;
  	height: 100px;
  	border: 0;
  	margin: 0;
  }
  #menu-main li a {
	  color: #FFF;
	  display: inline-block;
	  font-size: 15px;
	  font-weight: 300;
	  margin-bottom: 10px;
	  line-height: 40px;
	  text-align: center;
	  padding: 30px 12px;
  }
  

  #menu-main li.highlight a,
	#menu-main li:nth-last-child(2) a,
	#menu-main li:last-child a {
		color: #41A1CC;
	}
 
  #menu-main li.current-menu-item a,
  #menu-main li.current-page-ancestor a{
   background: #303435;
  }
  #menu-main li:hover,
  #menu-main li.current-mouseover a {
	background: #272A2B;
  }
  #toolbar-menu {
	  background: #394042;
    text-align: center;
    height: 100px;
  }
  #toolbar-menu .menu-main-container {
    display: inline-block;
    padding-right: 15px;
    text-align: right;
  }
  #toolbar-menu .menu-main-container #menu-main li:last-child {
    padding-right: 0;
  }
  .toolbar-item-search-wrapper {
    padding-left: 15px;
    border-left: 2px solid #41A2CD;
    display: inline-block;
    font-size: 17px;
  }
  .toolbar-item-search-wrapper-mobile {
    display: none;
  }
  .toolbar-item-search-wrapper-desktop {
    display: inline-block;
  }
  #question-links-content {
    text-align: right;
    font-size: 17px;
  }
  #main-toolbar-links .fa-caret-up {
    font-size: 20px;
  }
  #main-toolbar-links .fa-ban {
    font-size: 14px;
  }
  .members, .closed {
    position: relative;
  }
  .members .fa-caret-up {
    padding: 0;
    position: absolute;
    top: 0px;
    left: -20px;
  }
  .closed .fa-ban {
    padding: 0;
    position: absolute;
    top: 4px;
    left: -20px;
  }
  .members.closed .fa-caret-up {
    left: -40px;
  }
  .main-menu-link-footnote {
    position: relative;
    font-size: 16px;
    color: #41A2CD;
    text-align: right;
    padding-bottom: 25px;
  }
  #main-toolbar-links .main-menu-link-footnote .fa-caret-up {
    font-size: 20px;
  }
  .page-navigation {
	  display: block !important;
  }
  
 /* MAIN MENU MOBILE */
 .main-nav-mobile {
   display: none !important;
 }
  
  
  /* DEFAULT TEMPLATE */
  .default-template {
    padding: 35px 15px;
  }
  .page-template-default .media-header {
  }
  .default-content {
    padding: 0;
  }
  .default-content .page-aside-blurb,
  .page-content {
    padding: 35px;
    box-sizing: border-box;
  }
  .subpage-navigation {
    margin-bottom: 0;
    padding-bottom: 35px;
  }
  .default .default-content {
  }
  .default-content {
    max-width: 800px;  
  }
  .default-template .default-content {
    max-width: none;
  }
  /* PAGE NAVIGATION */
  .page-navigation ul {
    font-size: 15px;
  }
  .page-navigation ul a {
    font-size: 15px;
    color: #394042;
  }
  .page-navigation ul.menu-child a {
    font-size: 18px;
  }
  .page-navigation ul li {
  }
  
  .page-navigation a:hover,
  .page-navigation a.current-menu-item {
    color: #41A2CD;
  }
  .interior-home-blurb1 .page-navigation ul {
    margin-top: 10px;
  }
  .interior-home-blurb1 .page-navigation ul li {
    margin-bottom: 10px;
  }
  .interior-home-blurb1 .page-navigation ul a {
    font-size: 18px;
  }
  .interior-home-blurb1 .page-navigation ul.menu-child a {
    font-size: 18px;
  }
  .page-aside-blurb {
    padding: 35px;
   /* background: #41A2CD;
    color: #394042;*/
  }
  .subpage-navigation {
  }
  #subpage-navigation-menu {
  }
  .subpage-navigation-menus {
    margin-top: 35px;
    padding: 0;
  }
  .subpage-navigation-content {
  }
  .subpage-navigation-toggle {
    position: absolute;
    top: -35px;
    right: 0;
    width: 155px;
    height: 107px;
  }
  .sbnt {
    height: 107px;
    width: 155px;
    line-height: 77px;
    padding: 15px 0;
  }
  .sbnt-collapse .close {
    position: absolute;
    top: 19px;
    right: 5px;
  }
  .subpage-tabbed-navigation {
    padding-top: 35px;
  }
  .subpage-tabbed-navigation li a {
    padding: 5px 25px;
    font-size: 22px;
  }
  .interior-tabbed .default-content {
    padding: 35px 0;
    padding-top: 0;
    margin-left: 65px;
  }
  .sub-contact {
    padding: 35px 0;
  }
  #page-navigation-icon {
    display: none;
  }
  
  .page-aside .page-navigation {
    display: block;
  }

  .page-aside-nav {
    padding: 35px;
    box-sizing: border-box;
   /* background: #282A2B;*/
  }
  .page-aside a {
    color: #394042;
  }
  
  
  /* HOME TEMPLATE */
  #slides-wrapper {
  }
  .home .grid-more-content {
    padding: 50px 0;
  }
  #buy-online ul li {
    margin-bottom: 0;
  }
  #blog-news .blog-excerpt {
	padding: 25px;;
}
.blog-news-aside {
	margin-top: 0;
}
  /* LANDING - ROWS TEMPLATE */

  .landing-rows {
    padding: 100px 0;
  }
  .landing-rows .subPageMedia {
    height: 429px;
    overflow: hidden;
  }
  .landing-rows .media-left .subPageMedia {
    display: block;
    float: left;
    width: 66.7%;
  }
  .landing-rows .media-right .subPageMedia {
    display: block;
    float: right;
    width: 66.7%;
  }
  .landing-rows .subPageExcerpt {
    float: left;
    width: 33.3%;
  }
  /* LANDING - GRID TEMPLATE */
  .landing-grid {
    padding-bottom: 100px;
  }
  .page-template-page-capitalprojects-category .landing-grid {
    padding-bottom: 0;
  }
  .page-template-page-capitalprojects-category .tiles {
    padding-bottom: 100px;
  }
  .landing-grid .lg-header {
    padding: 100px 0;
  }
  .landing-grid .lg-content {
    padding-top: 100px;
  }
  .landing-grid .page-content .lg-content {
    padding-top: 0;
  }
  .landing-grid .default-content {
    min-height: 0; 
  }
  .tile {
    vertical-align: top;
    display: inline-block;
    margin-left: 9px;
    margin-right: 9px;
    margin-bottom: 24px;
  }
  .tile-left {
    margin-left: 0;
    width: 329px;
  }
  .tile-right {
    margin-right: 0;
    width: 329px
  }
  .tile-content h2 {
    font-size: 22px;
  }
  .tile-medium {
    width: 640px;
    vertical-align: top;
    display: inline-block;
    margin-left: 9px;
    margin-right: 9px;
    margin-bottom: 20px;
  }
  .tile-medium.tile-right {
    margin-right: 0;
    width: 663px;
  }
  .tile-large {
    height: 375px;
  }
  
  /* INTERIOR - HOME TEMPLATE */
  .grid-more-content {
    padding: 100px 0;
  }
  .interior-home-content {
    float: left;
    width: 62.5%;
    padding: 35px 0 35px 225px;
    box-sizing: border-box;
  }
  .interior-home-content .wrap {
    max-width: 760px !important; 
    margin-right: auto;
  }
  .interior-home-aside {
    float: left;
    width: 37.5%;
  }
  .interior-home-aside .wrap {
    max-width: 400px;
    margin-left: 0;
  }
  .interior-home-slides {
    position: relative;
  }
  .interior-home-blurb1,
  .interior-home-blurb2 {
    min-height: 320px;
    padding: 35px 205px 35px 35px;
  }  
  
  .interior-home-2 .interior-home-content {
    float: left;  
  }
  .interior-home-2 .interior-home-content .wrap {
    
    margin-right: 65px;
    margin-left: auto;
  }
  .interior-home-2 .interior-home-aside {
    float: right;
  }
  .interior-home-2 .interior-home-aside .wrap {
    margin-left: 35px;
    margin-right: auto;
  }
  .interior-home-2 .interior-home-blurb1,
  .interior-home-2 .interior-home-blurb2 {
    min-height: 320px;
    padding: 35px 205px 35px 35px;
  }  
  
  
  .page-aside {
    margin-bottom: 0;
    float: left;
    width: 37.5%;
  }
  .page-aside .wrap {
    max-width: 300px;
    margin-right: 45px;
  }
  .page-aside-nav {
    min-height: 320px;
  }
  .page-aside-blurb {
    min-height: 120px;
  }
  .page-content {
    background: #FFF;
    float: right;
    width: 62.5%;
    padding: 35px 0;
  }
  .page-content .wrap {
    max-width: 650px; 
    margin-right: auto;
    margin-left: 65px;
  }
  /* BLOG TEMPLATE */
  .blog {
    padding: 35px 0;
  }
  .blog-content {
    padding: 0;
  }
  
  /* EVENT TEMPLATE */
  .event-blurb {
    padding: 0 25px;
  }
  .event-blurb-thumbnail {
    padding-right: 25px;
  }
  .event-action {
    position: absolute;
    right: 35px;
    top: 35px;
  }
  .event-blurb-toggle {
    bottom: 53px;
  }
  #event-search-button {
    text-align: left;
  }
  .event-search-toggle {
    margin-top: 0;
  }
  
  /* WEBCAM TEMPLATE */
  .page-template-page-webcam .default-content {
    padding-bottom: 35px;
  }
  
  header.media {
    overflow: hidden;
    max-height: 790px;
  }
  
  
  header .media-background {
  }
}
@media screen and (min-width: 1024px) { /* ≥ 1024px */
  .wrap { max-width: 1280px; }
  .simple-template.wrap {
    max-width: 1024px;
  }
  header.media {
    overflow: hidden;
  }
  header .media-background {
  }
   #toolbar-menu {
    text-align: right;
    overflow: hidden;
  }
	.main-toolbar-wrapper #main-toolbar {
		height: 100px
	}
	#menu-main li a {
	  color: #FFF;
	  display: inline-block;
	  font-size: 17px;
	  font-weight: 300;
	  margin-bottom: 10px;
	  line-height: 40px;
	  text-align: center;
	  padding: 30px 12px;
  }
  
}
@media screen and (min-width: 1281px) { /* > 1280px */
	.default-template {
		padding: 35px 0;
	}	
	
  .mobile-padding {
	  padding: 0;
  }
}

@media screen and (min-width: 1920px) { /* ≥ 1460px */
  header.media {
    max-height: 790px;
  }
  
  header .media-background {
  }
}

/* CUSTOM CODE BY DREW DEURLINGTON */
.fav {
color:#008000;
}
.unfav {
color:#dd0000;
}
.homeButton {
color: #fff!important; 
border: solid 2px #fff; 
background-color: rgba(0,0,0,0);
padding: 2%; 
margin: 1% 1% 8px 1%;
/*display: block;
width: 42%;
float: left;*/
}
.homeButtonLink {
color: #fff!important; 
}
.twoButtons {
width:48%;
margin:0 1%;
float: left;
}
.threeButtons {
width:31%;
margin:0 1%;
float: left;
}
.fourButtons {
width:23%;
margin:0 1%;
float: left;
}
.fiveButtons {
width:18%;
margin:0 1%;
float: left;
}
.sixButtons {
width:14.5%;
margin:0 1%;
float: left;
}
.sevenButtons {
width:12.25%;
margin:0 1%;
float: left;
}
#latest-blog-posts .pure-u-1 .pure-u-md-2-24 {
	width:3.3333%!important;
}

@media screen and (max-width: 500px) {
p span.homeTag {
display: none;
}
.homeButton {
height:35px;
}
.twoButtons {
width:100%;
margin-bottom:5%;
}	
.threeButtons {
width:100%;
margin-bottom:5%;
}
.fourButtons {
width:100%;
margin-bottom:5%;
}
.fiveButtons {
width:100%;
margin-bottom:5%;
}
}
.jobColumn {
    float: left;
    width: 50%;
}
/* Clear floats after the columns */
.endColumn:after {
    content: "";
    display: table;
    clear: both;
}