@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,500,700);
@import url('normalize.css');

/* ----------------------------------------------------------
    Client Name CSS
    Version 1.0

    TABLE OF CONTENTS

    01 - BASE STYLES
    02 - BACKGROUND & TEXT COLORS
    03 - BUTTONS
    04 - LAYOUT
    05 - HEADER STYLES
    06 - NAVIGATION STYLES
    07 - ROTATOR STYLES
    08 - SIDEBAR STYLES
    09 - FOOTER STYLES

    COLOR GUIDE (As of February 5, 2018)
    Main Red: #8F1336;
    Dark "Sand": #A48A65
    Light "Sand": #A7A9AC
    Gray: #D1C392
    Dark Blue: #002E6D
    Light Blue: #00AEEF

    COLOR GUIDE (Main Site Colors and their Hex Codes – Outdated)
    Main Blue: #0b6daf
	Dark Blue: #083e63
	Highlight Blue: #44afe1
	Highlight Orange: #eb8827
	Highlight Green: #72c422
    Text Gray: #777777
	Background Gray: #e9e9e9

  COLOR GUIDE (February 5, 2018)
  Main Red: #8F1336;
  #A48A65
  #A7A9AC
  #D1C392
  #002E6D
  #00AEEF

	font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;

	FONTS USED
    Main Copy:
    Main Headers:
    Secondary Headers:

---------------------------------------------------------- */


/* 01 = BASE STYLES
---------------------------------------------------------- */

div.slider-text, .section-icon {display:none;}

body {
    background: #fff;
    background-size: 3414px 2000px;
    color: #737373;
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 62.5%;
    padding: 0;
    margin: 0;
}

body.sub {
	background: #ebebeb url(../images/background-sub.jpg) top center repeat-x;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:'Roboto Condensed', sans-serif;
}

.enormous {font-size: 45px;}

.gigantic{font-size: 30px;}

h1, .huge {
    font-size: 24px;
}

h2, .large {
    font-size: 20px;
}

h3, .big {
    font-size: 16px;
}

h4, .normal {
    font-size: 14px;
}

h5, .small {
    font-size: 10px;
}

h6, .tiny {
    font-size: 8px;
}

th, td, p {
    font-size: 14px;
    line-height: 20px;
}

a, a:link {
    text-decoration: none;
	color: #8F1336;
}

a:visited {
	color: #002E6D;
}

a:hover {
	color: #A48A65;
}

ul,
ol {
    padding-left: 15px;
	font-size: 14px;
}

dl {font-size: 14px;}


.right,
.align-right {float: right;}

.left,
.align-left {float: left;}

.print {display: none;}

.clear {clear: both;}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}

.tnh {height:30px;}

.nh {
	min-height:660px;
	clear:both;
	}

.si {z-index: 9999;position: absolute !important;}

/* 02 = BACKGROUND & TEXT COLORS
---------------------------------------------------------- */
/* REMOVE THESE INSTRUCTIONS -- This section should include
background and text colors that may change throughout the
site that aren't already set as a default.

(e.g. .t-gray, .bkgd-white) */

/* New colors as of February, 5, 2018 */

.bkgd-red {background-color:#8F1336;}
.bkgd-dark-sand {background-color:#A48A65;}
.bkgd-gray {background-color:#A7A9AC;}
.bkgd-light-sand {background-color:#D1C392;}
.bkgd-dark-blue {background-color:#002E6D;}
.bkgd-light-blue {background-color:#00AEEF;}

/*Reference for "Darker" hover colors....

.bkgd-red:hover {background-color: #6B1029;}
.bkgd-light-sand:hover {background-color: #9B926E;}
.bkgd-dark-sand:hover {background-color: #7A684D;}
.bkgd-gray:hover {background-color: #7D7E80;}
.bkgd-dark-blue:hover {background-color: #002352;}
.bkgd-light-blue:hover {background-color: #0082B3;}

*/


/* .bkgd-blue {background-color:#0C6DB1;} */
/* .bkgd-dark-blue {background-color:#083E64;} */
/* .bkgd-light-gray {background-color:#E9E9E9;} */
/* .bkgd-light-blue {background-color: #44afe1;} */
/* .bkgd-red {background-color: #e73d2e;} */
/* .bkgd-yellow {background-color: #fba800;} */
/* .bkgd-green {background-color: #4ab148;} */
/* .bkgd-purple {background-color: #7c54c6;} */
.bkgd-white {background-color: #fff;}

.t-blue {color: #002E6D;}
.t-dark-blue {color: #002E6D;}
.t-white {color: #fff;}
.t-light-blue {color: #00AEEF;}



/* 03 = BUTTONS
---------------------------------------------------------- */
/* REMOVE THESE INSTRUCTIONS -- This section should include
styles for various buttons throughout the site.  Set size
and color as separate styles.

(e.g. .btn-small, .btn-large, .btn-green, .btn-red) */

.btn {
	font-size: 14px;
	padding: 10px;
	display: inline-block;
	color: #fff !important;
}

.btn-large {font-size: 18px; padding: 15px;}

.btn-red {background-color: #6B1029;}

.btn-red:hover {background-color: #8F1336;}

.btn-light-blue {background-color: #00AEEF;}

.btn-light-blue:hover {background-color: #5CCAF4;} /*Even lighter light-blue*/

.arr-btn:after {
	content: '\f101';
	font-family: 'FontAwesome';
	font-size: 20px;
	color: #fff !important;
	display: inline-block;
	margin-left: 10px;
}


/* 04 = LAYOUT
---------------------------------------------------------- */

.site-wrapper {min-height: 100%;
width: 100%;}

.global-width {
	width: 1060px;
	margin: 0 auto;
	position:relative;
}

.section {
  clear: both;
  margin: 0;
  padding: 0;
}

.section::after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}

.col:first-child {
  margin-left: 0;
}

.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 */
}

.group, .col {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.span_2_of_2 {
  width: 100%;
}

.span_1_of_2 {
  width: 49.2%;
}

.span_3_of_3 {
  width: 100%;
}

.span_2_of_3 {
  width: 66.13%;
}

.span_1_of_3 {
  width: 32.26%;
}

.span_4_of_4 {
  width: 100%;
}

.span_3_of_4 {
  width: 74.6%;
}

.span_2_of_4 {
  width: 49.2%;
}

.span_1_of_4 {
  width: 23.8%;
}

.span_5_of_5 {
  width: 100%;
}

.span_4_of_5 {
  width: 79.67%;
}

.span_3_of_5 {
  width: 59.36%;
}

.span_2_of_5 {
  width: 39.04%;
}

.span_1_of_5 {
  width: 18.72%;
}

.heavy {font-weight: 900;}
.caps {text-transform: uppercase;}

/* REMOVE THESE INSTRUCTIONS -- From here on out, setup your
styles with a "top-down" structure approach that sets styles
as they appear in the source code. */

/* 05 = HEADER STYLES
---------------------------------------------------------- */

.alert-section {background-color: #FFCC00;}
	.alert-section p {
		display: inline-block;
		color: #fff;
		font-size: 15px;
		padding: 0 !important;
	}

	.alert-section .alert-title {
		font-weight: bold;
		text-transform: uppercase;
		font-size: 17px;
		margin-bottom: 0;
	}
	.alert-icon {margin-bottom: 0;}
	.alert-icon:before {
		content: '\f06a';
		font-family: 'FontAwesome';
		color: #fff;
		font-size: 22px;
		display: inline-block;
		margin-right: 10px;
	}

.tnh .global-width {position: relative;}

#top-nav {
	position:absolute;
	top: 0;
	right: 0;
	}

	#top-nav ul {list-style: none;
	padding: 0;
	margin: 0;
	}

	#top-nav li {float:left;
				font-size: 13px;
				font-family: 'Roboto', sans-serif;}

	#top-nav li a {color: #fff;text-decoration:none;display:block;}

	#top-nav li.facebook a, .footer-social > ul > li.facebook a,
	#top-nav li.twitter a, .footer-social > ul > li.twitter a,
	#top-nav li.youtube a, .footer-social > ul > li.youtube a,
	#top-nav li.instagram a, .footer-social > ul > li.instagram a {
		text-indent: -9999px;
		width:17px;
		height: 17px;
		background: url(../images/social-icons.png) top left no-repeat;
		margin-left: 15px;
		margin-top: 5px;
	}

	#top-nav li.holder {width: 32px; height: 17px;}

	#top-nav li.facebook a, .footer-social > ul > li.facebook > a {background-position: 5px 0;}

	#top-nav li.twitter a, .footer-social > ul > li.twitter > a {background-position: -22px 0;}

	#top-nav li.youtube a, .footer-social > ul > li.youtube > a {background-position: -55px 0;}

	#top-nav li.instagram a, .footer-social > ul > li.instagram > a {background-position: -105px 0;}

	#top-nav li a:hover {color: #00AEEF;}

	#top-nav li.jump-to {
	    color: #fff;
	    padding: 6px;
	}

	#top-nav li.site-link a {
	    background-color: #8F1336;
	    padding: 6px 15px;
	}

	#top-nav li.site-link.current a {background-color: #0c6db2;}

#header {
	width: 1060px;
	height: 80px;
	padding-top: 6px;
  	padding-bottom: 5px;
	}

#header h1 {margin: 15px 0 0 0;float:left;}

#header h1 a {
	display:block;
	background: url('../images/logo-2018.png') no-repeat scroll top left;
  background-size: 100% 100%;
	width: 374px;
	height: 52px;
	text-indent: -9999px;
}

.search label {display:none;}

.site-menu-arrow {
    background: url('../images/icon-arrow-site-menu.png') no-repeat bottom center;
    display: block;
    height: 10px;
    left: 378px;
    outline: none !important;
    position: absolute;
    top: 42px;
    width: 15px;
    padding-right: 12px;
}

.site-menu-arrow.active {background-position: center 2px;}

.site-menu {
    background-color: #fff;
    display: none;
    left: 0;
    padding: 0;
    position: absolute;
    top: 80px;
    z-index: 999;
}

.site-menu.active {display: block;}

.site-menu ul {
    float: left;
    font-size: 15px;
    line-height: 30px;
    list-style: none;
    padding: 20px 40px;
}

.site-menu a {
    background: url(../images/icon-site-nav.png) no-repeat;
    display: block;
    padding-left: 35px;
}

.site-menu a:visited {
  color: #002E6D;
}

.site-menu a.arlington {background-position: left 4px;}
.site-menu a.boutwell {background-position: left -22px;}
.site-menu a.land {background-position: left -50px;}
.site-menu a.economic {background-position: -2px -82px;}
.site-menu a.eservices {background-position: left -110px;}
.site-menu a.fire {background-position: left -319px;}
.site-menu a.legion {background-position: left -141px;}
.site-menu a.court {background-position: left -172px;}
.site-menu a.park {background-position: left -199px;}
.site-menu a.police {background-position: -3px -231px;}
.site-menu a.sloss {background-position: left -259px;}
.site-menu a.youth {background-position: left -290px;}
.site-menu a.announce {background-position: left -345px;}
.site-menu a.engage {background-position: left -370px;}

/* 06 = NAVIGATION STYLES
---------------------------------------------------------- */

ul.nav {
	margin-top: 30px;
	float:right;
	list-style:none;
	padding-left: 0;
	position: relative;
	}

ul.nav li {
	float:left;
	}

ul.nav li a {
    font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	font-size: 17px;
	padding: 35px 15px;
}

body.page-id-456 > ul.nav > li:hover > a, ul.nav > #menu-item-19 > a {background-color: #8F1336;} /*Fix for City Directory "Active" State*/

ul.nav > li:hover > a, ul.nav > li.current-menu-item > a, ul.nav > li.current_page_ancestor > a {background-color: #6B1029;}

ul.nav ul {
    background-color: rgba(35,31,32,0.85);
    font-weight: bold;
    left: -9999px;
    list-style: none;
    min-width: 150px;
    position: absolute;
    top: 55px;
    z-index: 99999;
	padding: 20px 5px;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-rule: 1px outset #bbbdbf;
	-moz-column-rule: 1px outset #bbbdbf;
	column-rule: 1px outset #bbbdbf;
	width: 100%;
}

ul.nav ul li {
	float: none;
	line-height: 18px;
	margin: 2px;
	min-width: 175px;
	display: inline-block;
	width: 100%;
	}

ul.nav li:hover ul {left: 0;}

ul.nav ul li a {
	background: none;
	padding: 10px;
	display:block;
	font-weight: 100;
	}

ul.nav ul li a:hover {
	background-color: #8F1336;
}

/*ul.nav li:last-child {
	background: url(../images/nav-bars.png) center right no-repeat;
	}*/

#drop-down-nav {
	width: 100%;
	position: absolute;
	top: 95px;
	left: 0;
	background-color: rgba(255,255,255,0.75);
	display:none;
	}

#drop-down-nav ul {
	float:left;
	width: 200px;
	list-style:none;
	}

#drop-down-nav li {line-height: 22px;}

#drop-down-nav a {
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #002E6D;
}

.search-section .global-width {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 20px;
	position: relative;
}

.mob-search-wrapper {
	display: none;
	position: absolute;
	z-index: 50;
}

.sub .mob-search-wrapper {
	display: block;
  top: 109px;
}

.search-wrapper button {
	border: none;
	background: none;
	position: absolute;
	top: 10px;
	width: 40px;
	height: 40px;
	right: 10px;
}

.search-wrapper button:before {
	content: '\f002';
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 26px;
	pointer-events: none;
}

.search-wrapper input[type="text"] {
	background-color: #A7A9AC;
	color: #fff;
    border: 0px none;
    border-radius: 0;
    font-family: 'Source Sans Pro','Arial','Helvetica',sans-serif;
    font-size: 20px;
    font-style: italic;
	padding: 5px;
    line-height: 30px;
    text-indent: 10px;
	width: 100%;
}

/* 07 = ROTATOR STYLES
---------------------------------------------------------- */

.slider5 {

	float: left;
	width: 100%;
	margin-top: -10px;
	z-index: 2;
}

.slide {
	float:left;
	width: 340px;
	margin-right: 20px;
	}

.slide.img3 {margin-right: 0;}

.slider5 .slide:last-child {margin-right: 0;}

.img1 img {
	border-top: 10px solid #00AEEF;
	width: 340px !important;
	height: 250px !important;
}

.img2 img {
	border-top: 10px solid #A7A9AC;
	width: 340px !important;
	height: 250px !important;
}

.img3 img {
	border-top: 10px solid #72c422;
	width: 340px !important;
	height: 250px !important;
}

.img4 img {
	border-top: 10px solid #00AEEF;
}

.img5 img {
	border-top: 10px solid #A7A9AC;
}

.img6 img {
	border-top: 10px solid #72c422;
}


.rotator-wrap {
    display: block;
    height: 480px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.rotator-wrap ul.rotator {margin: 0;}

    .bx-viewport {
        overflow: visible !important;
        -moz-box-shadow: 0 !important;
        -webkit-box-shadow: 0 !important;
        box-shadow: 0 !important;
        border: 0 !important;
        left: 0 !important;
        background: #fff !important;
    }

    .rotator-navigation {
        height: 56px;
        margin: -235px auto -20px auto;
        position: relative;
        width: 1120px;
        right: 0;
    }

        .rotator-navigation .prev {
            background: url(../images/prev-arrow.png) no-repeat;
            border: 0;
            display: block;
            color: transparent;
            height: 56px;
            position: absolute;
            width: 18px;
        }

         .rotator-navigation .next {
            border: 0;
            background: url(../images/next-arrow.png) no-repeat;
            color: transparent;
            display: block;
            height: 56px;
            position: absolute;
            right: 0;
            width: 18px;
        }

.rotator-text {
    margin: -85px 0 0 800px;
    width: 415px;
    display: block;
    position: relative;
    color: #fff;
}

.r-text-content {
	margin-bottom: 10px;
}

.r-text-content h2 {
    font-size: 26px;
    text-transform: lowercase;
}

    .rtb-content {
        background: #b5b6b4;
        background: rgba(178,179,178,0.6);
        color: #fff;
        padding: 20px;
        width: 100%;
    }

    .rtb-content h2 {
        font-size: 26px;
        text-transform: lowercase;
    }

    .learn-more-btn {
		font-size: 14px;
        background: #b5b6b4;
        background: rgba(178,179,178,0.3);
        border: 1px solid #dedede;
        font-weight: bold;
        height: 15px;
        margin-top: 2px;
        height: 37px;
        text-align: center;
        width: 160px;
    }

    .learn-more-btn:hover {
        background: #a0a19f;
        background: rgba(178,179,178, 0.7);
    }


        .learn-more-btn a {
            color: #fff;
        }

    .learn-more-btn-link {
        display: block;
        height: 100%;
        line-height: 37px;
        width: 100%;
    }

/* 08 = HOME STYLES
---------------------------------------------------------- */

#home-media {
	float:left;
	width: 520px;
	height: 455px;
	margin-top:20px;
}

#home-media .tease, #home-news .tease {
	background-color: #fff;
	padding: 10px 15px;
	margin: 0;
	font-size: 13px;
	min-height: 50px;
	font-weight: bold;

}

#home-media .featured .tease {font-size: 13px;}

#home-media h3, #home-news h3 {
	font-family:'Roboto Condensed', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #002E6D;
}

#home-media .media-post {float:left; width: 250px;}

#home-media .media-post img {border-bottom: 5px solid #D1C392;}

#home-media .media-post.odd img {border-bottom: 5px solid #8F1336;}

#home-media .media-post.odd {margin-left: 20px;margin-bottom: 20px}

#home-media .media-post.featured {
	float:none;
	margin-bottom: 20px;
	width: 520px;
	}

#home-media .media-post.featured img {border-bottom: 5px solid #002E6D;}

#home-news {
	float:left;
	margin-left: 20px;
	height: 625px;
	margin-top:20px;
}

#home-news .news-post {
	float:left;
	width: 250px;
	}

#home-news .news-post.odd {margin-left: 20px;}

#home-news .news-post img {border-bottom: 5px solid #D1C392;}

#home-news .news-post.odd img {border-bottom: 5px solid #8F1336;}

#home-news .news-post.featured {clear:left;margin-top: 20px;width: 520px;margin-bottom: 20px}

#home-news .news-post.featured img {border-bottom: 5px solid #002E6D;}

#home-media a.more-link, #home-news a.more-link {
	clear: both;
	display:block;
	text-align: center;
	padding: 15px 0;
	color: #fff;
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 14px;
	font-family:'Roboto', sans-serif;
	font-weight: 700;
	}

	#home-media a.more-link {background-color: #8F1336;}

	#home-news a.more-link {background-color: #002E6D;}

.magnets-section h1 {margin: 30px 0 10px; font-size: 40px !important;}

.icon-pack {padding: 0;}

.icon-pack li {
	margin: 5px 0 5px 1.5%;
	width: 15.4%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	padding: 22px 10px;
	color: #fff;
	position: relative;
	font-size: 15px;
	line-height: 20px;
	min-height: 130px;
}

.icon-pack li:hover {
	cursor: pointer;
}

.icon-pack li.active:after {
	content: '';
	position: absolute;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid;
	bottom: -19px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

span.fa.icon {
	display: block;
	font-size: 36px;
	height: 45px;
}

.col.icon-block.bkgd-red:hover {background-color: #6B1029;}
.col.icon-block.bkgd-light-sand:hover {background-color: #9B926E;}
.col.icon-block.bkgd-dark-sand:hover {background-color: #7A684D;}
.col.icon-block.bkgd-gray:hover {background-color: #7D7E80;}
.col.icon-block.bkgd-dark-blue:hover {background-color: #002352;}
.col.icon-block.bkgd-light-blue:hover {background-color: #0082B3;}

.icon-block.active.bkgd-red:hover {border-top-color: #6B1029;}
.icon-block.active.bkgd-light-sand:hover {border-top-color: #9B926E;}
.icon-block.active.bkgd-dark-sand:hover {border-top-color: #7A684D;}
.icon-block.active.bkgd-gray:hover {border-top-color: #7D7E80;}
.icon-block.active.bkgd-dark-blue:hover {border-top-color:#002352;}
.icon-block.active.bkgd-light-blue:hover {border-top-color: #0082B3;}

.icon-block.active.bkgd-red:hover:after {border-top-color: #6B1029;}
.icon-block.active.bkgd-light-sand:hover:after {border-top-color: #9B926E;}
.icon-block.active.bkgd-dark-sand:hover:after {border-top-color: #7A684D;}
.icon-block.active.bkgd-gray:hover:after {border-top-color: #7D7E80;}
.icon-block.active.bkgd-dark-blue:hover:after {border-top-color:#002352;}
.icon-block.active.bkgd-light-blue:hover:after {border-top-color: #0082B3;}

.icon-block.active.bkgd-red:after {border-top-color: #8F1336;}
.icon-block.active.bkgd-light-sand:after {border-top-color: #D1C392;}
.icon-block.active.bkgd-dark-sand:after {border-top-color: #A48A65;}
.icon-block.active.bkgd-gray:after {border-top-color: #A7A9AC;}
.icon-block.active.bkgd-dark-blue:after {border-top-color:#002E6D;}
.icon-block.active.bkgd-light-blue:after {border-top-color: #00AEEF;}

.icon-pack li:first-child {margin-left: 0;}

.show-on-ph {display: none;}

.icon-section {
	padding: 30px;
	margin-top: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.icon-section .col.span_1_of_3 {
	-webkit-box-shadow: 0 3px 8px #424242;
    -moz-box-shadow: 0 3px 8px #424242;
    box-shadow: 0 3px 8px #424242;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 15px;
}

.icon-section .col.span_1_of_3 p {font-size: 16px; line-height: 25px;}

.icon-section h2 {margin: 0;}

.icon-section li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	float: left;
	display: block;
	width: 23%;
	margin: 0 1% 2%;
}

.icon-section .grid li a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff !important;
	text-align: center;
	display: block;
	width: 100%;
	height: 105px;
	padding: 10px 15px;
}

.icon-section .grid span.fa.icon {
	font-size: 30px;
	margin-top: 5px;
}

.icon-section .grid {margin: 0; padding: 0;}

.icon-section.bkgd-red .col.span_1_of_3, .icon-section.bkgd-red .grid li a {background-color: #6B1029;}
.icon-section.bkgd-light-sand .col.span_1_of_3, .icon-section.bkgd-light-sand .grid li a {background-color: #9B926E;}
.icon-section.bkgd-dark-sand .col.span_1_of_3, .icon-section.bkgd-dark-sand .grid li a {background-color: #7A684D;}
.icon-section.bkgd-gray .col.span_1_of_3, .icon-section.bkgd-gray .grid li a {background-color: #7D7E80;}
.icon-section.bkgd-dark-blue .col.span_1_of_3, .icon-section.bkgd-dark-blue .grid li a {background-color: #002352;}
.icon-section.bkgd-light-blue .col.span_1_of_3, .icon-section.bkgd-light-blue .grid li a {background-color: #0082B3;}

.icon-section.eservices .col.span_1_of_3, .icon-section.eservices .grid li a {background-color: #8F1336;}

.icon-section.forms .col.span_1_of_3, .icon-section.forms .grid li a {background-color: #002E6D;}

.icon-section.bkgd-red .grid li a:hover {background-color: #500C1F;}
.icon-section.bkgd-light-sand .grid li a:hover {background-color: #746E53;}
.icon-section.bkgd-dark-sand .grid li a:hover {background-color: #5C4E3A;}
.icon-section.bkgd-gray .grid li a:hover {background-color: #5E5F60;}
.icon-section.bkgd-dark-blue .grid li a:hover {background-color: #001A3E;}
.icon-section.bkgd-light-blue .grid li a:hover {background-color: #006286;}

.icon-section.eservices .grid li a:hover {background-color: #6B1029;}

.icon-section.forms .grid li a:hover {background-color: #002352;}


.newsletter-section input {
	font-size: 16px;
	padding: 9px;
	border: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.newsletter-section .formEl {
	float: left;
	width: 75% !important;
}

.newsletter-section .submit-container {
	float: left;
	width: 25%;
	padding-left: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.newsletter-section hr {
	margin: 12px 0;
}

.newsletter-section h2 {
	margin-top: 0;
	margin-bottom: 15px;
}

.newsletter-section a.arr-btn {
	margin: auto;
	width: 160px;
	text-align: center;
	display: block;
}

.newsletter-section {
	color: white;
}

.newsletter-section .overlay {
	background: rgba(65,64,66,0.85);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.newsletter-section .backstretch {
	opacity: 0.7;
}

.newsletter-section img {
	max-width: 100%;
	height: auto;
}

.newsletter-section .global-width {
	padding: 40px !important;
}

.events-section .overlay {
	background: rgba(255,255,255,0.8);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.newsroom-section h2 {
	max-width: calc(100% - 105px);
	display: inline-block;
	margin-bottom: 0;
}

.newsroom-section a.normal {
	margin-top: 40px;
}

.newsletter-section .global-width,
.newsroom-section .global-width,
.events-section .global-width {
	padding: 5px;
	position: relative;
	z-index: 5;
}

ul.news-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

li.news-item {
	display: table;
	width: 100%;
	padding: 10px 0 20px;
}

li.news-item div.news-item-img {
	padding-right: 20px;
}

li.news-item > div {
	display: table-cell;
	vertical-align: top;
}

li.news-item p {
	margin: 5px 0 10px;;
	color: #666;
}

li.news-item p.big {
	padding-right: 70px;
	margin: 0;
	font-weight: 600;
}

a.read-more {
	font-family:'Roboto Condensed', sans-serif;
	font-size: 14px;
}

li.news-item a,
li.news-item a:visited {color: #002E6D;}

li.news-item a:hover {color: #A48A65;}

li.news-item .date {margin-top: 2px;}

.social-feeds .col {
	width: 47%;
	margin: 2% 0 2% 2%;
}

.feed-header {
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 0;
	padding: 7px 0;
}

.feed-header.facebook {
	background-color: #3a5898;
	margin: 0 1px;
	max-width: 233px;
}

.feed-header.twitter {
	background-color: #0b85d0;
}

#twitter-widget-0 {
	border: 1px solid #e2e2e2 !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.events-section h2, .events-section h3{
	margin: 0;
	line-height: 40px;
}

.events-section {padding: 35px 0;}

.event-card {
	padding: 10px;
	margin: 1% 0 1% 2% !important;
	width: 18.4%;
	-webkit-box-shadow: 0 3px 15px #8c8c8c;
	-moz-box-shadow: 0 3px 15px #8c8c8c;
	box-shadow: 0 3px 15px #8c8c8c;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
}

.events-section hr {margin-top: 15px;}

.events-group {
	padding: 0;
}

.events-group .event-card:first-child {
	margin-left: 0 !important;
}

.event-card .event-img {
	height: 100px;
	width: 100%;
}

.event-card .event-img img {
	display: block;
	max-width: 100%;
	margin: auto;
	max-height: 100px;
}

.event-card .event-content .small {
	font-size: 12px;
}

/* 08 = SUBPAGE STYLES
---------------------------------------------------------- */

#content-wrapper {min-height: 400px;padding-top: 20px;}

#content-wrapper iframe {background-color: #fff;}

#content-wrapper.no-side h2, #content-wrapper.no-side #content {margin-left: 0;}

#content-wrapper h2 {
	font-size: 28px;
	margin: 0 0 10px 240px;
	color:#fff;
	font-family:'Roboto Condensed', sans-serif;
	}


#content {
	float:left;
	width: 800px;
	background-color: #fff;
	margin-left: 20px;
	padding:10px;
	min-height:600px;
	}

#content-wrapper.no-side #content {width: 1040px;}

#content ul, #content ol {
	margin-left: 15px;
	line-height: 20px;
}

	#content h1, #content h2, #content h3 {
		color: #002E6D;
		font-family: 'Roboto', sans-serif;
		}

	#content h1 {
		font-size: 26px;
	}

	#content h2 {
		font-size: 22px;
		margin-left: 0;
	}

	#content h3 {
		font-size: 20px;
	}

	#content h3.post {
		margin-bottom: 0px;
	}

	#content h4 {
		color: #002E6D;
		font-size: 18px;
		border-bottom: 1px dotted #002E6D;
		padding-bottom: 5px;;
	}

	#content h5, #content h6 {
		color: #000;
		font-size: 16px;
	}

	#content p.small {margin-top: 0;}

#content #blog-sidebar {
	float:right;
	width: 200px;
	padding-left: 10px;

}

#content #posts-wrapper {
	margin-right: 220px;
	border-right: 1px solid #ddd;
	padding-right: 10px;
	}

#content #posts-wrapper #navigation p {text-align: center;}

#event-calendar {
	height: 305px;
	clear:both;
	margin: 0 0 10px 0;
	padding: 20px;
	}

#event-calendar #event-section-title {
	float:left;
	width: 125px;
}

#event-calendar #event-section-title h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
}

#event-calendar #event-section-title p a {
	color: #fff;
	background-color: #8F1336;
	padding: 5px 10px;
	display:block;
	}

#event-calendar #event-section-title p a:hover { background-color: #6B1029; }

#event-calendar #event-list {
	width: 930px;
	padding: 0;
}

#event-calendar #event-list {
	list-style: none;
	margin-left: 130px;
}

#event-calendar #event-list li {
	float:left;
	width: 175px;
	height: 135px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	position: relative;
}

#event-calendar #event-list li a {
	background-color: #D1C392;
	color: #fff;
	display: block;
	text-align: center;
	position:absolute;
	bottom: 0;
	width: 165px;
	padding: 5px;
	}

	#event-calendar #event-list li a:hover {font-weight: bold;}

#event-calendar #event-list li:first-child {
	background-color: #A48A65;
	color: #fff;
	}

#event-calendar #event-list li:first-child a {
	background-color: #7A684D;
	}

#event-list .event-title {
	padding:10px 0;
	text-align:center;
	display:block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 14px;
	}

#event-list .event-date, #event-list .event-link {
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
}

#event-list .event-date {
	font-weight:bold;
	display:block;
	}


h2.tribe-events-page-title {text-align: left !important;}



.social {
	  list-style: none;
	  /* padding: 0; */
	  margin: 0 auto;
	  width: 96px;
	  display: block;
	  height: 25px;
	  margin-top: -17px;
	  padding: 16px 10px;
}

.social li {
	float:left;
	font-size: 11px;
	font-family: 'Roboto', sans-serif;
}

.social li a {
	color: #fff;
	text-decoration:none;
	display:block;
}

.social li.facebook a,
.social li.twitter a,
.social li.youtube a,
.social li.instagram a {
	text-indent: -9999px;
	width:17px;
	height: 17px;
	background: url(../images/social-icons.png) top left no-repeat;
	margin-right: 15px;
	margin-top: 5px;
}

.social li.holder {width: 32px; height: 17px;}

.social li.facebook a {background-position: 5px 0;}

.social li.twitter a {background-position: -22px 0;}

.social li.youtube a {background-position: -55px 0;}

.social li.instagram a {background-position: -105px 0;}


/* MICROSITE STYLES */

.microsite div.microsite-header {margin-bottom: 10px;}

.microsite #content-wrapper h2 {margin-left: 0;}

.microsite div.microsite-magnet-left {
	float:left;
	margin-bottom: 15px;
	margin-right: 10px;
	width: 395px;
	height: 150px;
	}

.microsite div.microsite-magnet-right {
	float:right;
	margin-bottom: 15px;
	width: 395px;
	height: 150px;
	}

.locations-list {
        list-style: none;
	margin: 0 !important;
	padding: 0;
}

.location-item {
        border-bottom: 1px solid #bbb;
	display: block;
	float: left;
	min-height: 90px;
	overflow: auto;
        padding: 10px;
	width: 46%;
}

.location-item:nth-child(1),
.location-item:nth-child(2) {border-top: 1px solid #bbb;}

.location-item:nth-child(2n+1) {margin-right: 10px;}

.location-item img {padding-right: 20px;}

/* 09 = SIDEBAR STYLES
---------------------------------------------------------- */

#content-sidebar {
	width: 220px;
	float:left;
	background-color: #8F1336;
	}

#content-sidebar ul.sub-nav {
	margin: 10px 0;
	background-color: #A48A65;
	padding: 0;
	}

#content-sidebar ul.sub-nav li {
	font-size: 16px;
	font-family:'Roboto Condensed', sans-serif;
	list-style: none;
	padding: 0;
	margin: 0;
	}

#content-sidebar ul.sub-nav li a {
	color: #fff;
	display:block;
	padding: 15px 10px;
	border-top: 1px solid #fff;
	text-transform: capitalize;
	font-weight: normal;
	}

#content-sidebar ul.sub-nav li:last-child ul li:last-child a {border-bottom: 1px solid #fff;}

#content-sidebar ul.sub-nav li a:hover, #content-sidebar ul.sub-nav li.current_page_item a {background-color: #7A684D;}

#content-sidebar ul.sub-nav ul {margin: 0;padding-left: 0;}

#content-sidebar ul.sub-nav ul li a,
#content-sidebar ul.sub-nav ul li a:last-child {
	border: none;
	padding: 5px 5px 5px 20px;
	text-transform: capitalize;
	font-weight: normal;
	}

#content-sidebar ul.sub-nav ul li ul li a,
#content-sidebar ul.sub-nav ul li ul li a:last-child {
	padding-left: 30px;
	}


#content-sidebar ul.sub-nav ul li a:hover {
	color: #7A684D;
	background-color: #A48A65;
	}

#content-sidebar ul.sub-nav ul li:last-child {
	margin-bottom: 15px;
}

#content-sidebar ul.sub-nav ul.sub-menu {display: none;}

#content-sidebar ul.sub-nav li.current-menu-ancestor ul.sub-menu,
#content-sidebar ul.sub-nav li.current-menu-item ul.sub-menu {display: block;}

#content-sidebar ul.sub-nav li.current_page_item ul.sub-menu li a {background-color: #A48A65;}

/* 10 = FOOTER STYLES
---------------------------------------------------------- */
.footer-wrap {
	background-color: #8F1336;
	border-top: 6px solid #002E6D;
	padding-top: 15px;
	color: #fff;
	overflow-y: hidden;
	margin-bottom: -11px;
	display: table;
	width: 100%;
}

.footer-wrap a {
	font-family: Arial, sans-serif;
	color: #fff;
	text-decoration: underline;
	font-size: 15px;
	line-height: 24px;
	padding: 5px;
	display: inline-block;
}

.footer-wrap a:hover {
	color: #500C1F;
}

#footer {
	clear:both;
	margin: 15px 0;
	}

#footer ul {
	float:left;
	width: 25%;
	list-style:none;
	margin: 20px 0 20px 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

.footer-menus {
	width: 66.66666%;
	float: left;
}

.footer-tagline {
	width: 33.33333%;
	float: left;
	text-align: center;
	color: #fff;
	padding-bottom: 15px;
}

.footer-tagline img {
	display: block;
	height: auto;
	max-width: 100%;
}

#footer-copyright {
	width:100%;
	clear:both;
	min-height: 100px;
	position: relative;
}

.footer-copyright-bg {
	position: absolute;
	width: 50%;
	background-color: #002E6D;
	right: 0;
	top: 0;
	height: 100%;
	z-index: 1;
}

	.footer-social {
		float: left;
		width: 33.33333%;
		position: relative;
		height: 100px;
	}

	.footer-social ul {
		padding: 0;
		list-style: none;
		margin: 25px 0 0;
	}

	.footer-social li {
		display: inline-block;
	}

	.footer-social li a {
		margin-left: 5px !important;
	}

	.footer-copyright {
		float: right;
		width: 62%;
		position: relative;
		z-index: 5;
		background-color: #002E6D;
		text-align: right;
		height: 100px;
	}

	.footer-copyright p, .footer-copyright a {
		font-size: 12px;
		line-height: 20px !important;
		margin: 0;
	}

	.footer-copyright:before {
		content: '';
		display: block;
		position: absolute;
		left: -55px;
		border-width: 100px 55px;
		border-style: solid;
		border-color: #002E6D transparent transparent transparent;
		z-index: -1;
		margin-bottom: -175px;
	}

	.footer-copyright a:hover {
		color: #00AEEF;
	}

	.terms {padding-top: 10px;}

	.ada-comp {padding-top: 20px !important; float: left;}

	#google_translate_element {position: absolute; top: 25px; right: 10px;}
	#google_translate_element a {padding: 0; font-size: 13px;}


#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#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;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li.hover > a,
#access ul ul .hover > a {
	background: #333;
	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: #fff;
}
* 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;
}

iframe[name="google_conversion_frame"] {
	height: 0;
}


/* 11 = City Directory
---------------------------------------------------------- */
.directory-header {
	background-color: #002E6D;
	overflow: auto;
	padding: 30px 20px;
	margin-bottom: 20px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.directory-header p {
	font-size: 20px;
	line-height: 25px;
	display: block;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0px 0px 20px 0px;
}

.directory-header .select-box {
	display: inline-block;
	padding: 0px 10px;
}

.directory-header .select-box select {
	background-color: transparent;
	background-image: url(../images/icon-white-arrow-down.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) center;
	background-size: 16px auto;
	border: solid #fff 2px;
	border-radius: 0px;
	padding: 10px 15px;
	height: auto;
	width: 250px;
	color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 15px;
    display: inline-block;
    cursor: pointer;
    outline: none;
}

.directory-header .select-box select option {
	color: #555;
}

.directory-header .select-box select:disabled {
	background-image: url(../images/icon-grey-arrow-down.svg);
	cursor: unset;
	border-color: #ccc;
	color: #ccc;
}

@media screen and (max-width: 960px) {
	.directory-header .select-box:nth-child(2) select {
		margin-bottom: 10px;
	}
}

#content.city-directory-page {
	padding: 0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.directory {
	padding: 20px;
}

.tiles {
	overflow: auto;
}

.tiles .tile {
	background-color: #8F1336;
	float: left;
	width: 23.5%;
	min-height: 120px;
	color: #fff;
	padding: 20px;
	margin: 0px 2% 20px 0px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
}

.tiles .tile:nth-child(1n+1) {
	background-color: #00AEEF;
}
.tiles .tile:nth-child(2n+2) {
	background-color: #8F1336;
}
.tiles .tile:nth-child(3n+3) {
	background-color: #D1C392;
}
.tiles .tile:nth-child(4n+4) {
	background-color: #002E6D;
}
.tiles .tile:nth-child(5n+5) {
	background-color: #8F1336;
}
.tiles .tile:nth-child(6n+6) {
	background-color: #A48A65;
}
.tiles .tile:nth-child(8n+8) {
	background-color: #8F1336;
}

.tiles .tile:hover {
	opacity: 0.8;
}

.tiles .tile:nth-child(4n+4) {
	margin-right: 0px;
}

@media screen and (max-width: 960px) {
	.tiles .tile {
		width: 32%;
		font-size: 16px;
	}
	.tiles .tile:nth-child(4n+4) {
		margin-right: 2%;
	}
	.tiles .tile:nth-child(3n+3) {
		margin-right: 0;
	}
}

@media screen and (max-width: 667px) {
	.tiles .tile {
		width: 49%;
		font-size: 14px;
	}
	.tiles .tile:nth-child(4n+4) {
		margin-right: 2%;
	}
	.tiles .tile:nth-child(3n+3) {
		margin-right: 2%;
	}
	.tiles .tile:nth-child(2n+2) {
		margin-right: 0;
	}
}

#content .directory h3 {
	font-size: 24px;
	line-height: 28px;
	color: #002E6D;
	margin: 30px 0px 5px 0px;
}

#content .directory h3:first-child {
	margin-top: 0px !important;
}

#content .directory h4 {
	font-size: 20px;
	line-height: 24px;
	color: #444;
	text-decoration: none;
	border-bottom: 0px;
	margin: 20px 0px 5px 0px;
}

#content .directory h5 {
	font-size: 16px;
	line-height: 20px;
	color: #555;
	text-decoration: none;
	text-transform: uppercase;
	margin: 20px 0px 5px 0px;
}

#content .directory h3, #content .directory h4, #content .directory h5 {
	padding: 0px;
}

#content .directory .info-set {
	padding: 20px 0px 5px 0px;
	border-bottom: dotted #ccc 1px;
}

#content .directory p {
	margin: 0px 0px 10px 0px;
}

#content .directory p strong {
	margin: 0px 0px 0px 0px;
	font-size: 15px;
}

#content .directory .child-info {
	padding: 0px 15px;
}

.info-set {
}

.info-set ul {
	list-style: none;
	padding: 0px !important;
	margin: 10px 0px 10px 0px !important;
}
.info-set ul li {
	padding: 0px;
	margin: 0px;
}

.info-set p {
	font-size: 15px;
}

.info-set p strong {
	display: inline;
}

.info-set a {
	font-size: 15px;
	margin-bottom: 10px;
}

.icon-directions {
	display: block;
	padding-left: 22px;
	background-image: url(../images/icon-directions.svg);
	background-size: 16px;
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 15px;
}

.website-link a {
	background-image: url(../images/icon-link.svg);
	background-size: 12px;
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
}

strong.header {
	font-size: 15px;
	font-weight: bold;
}

.social-media {
	overflow: auto;
}

.social-media li {
	float: left;
	margin-right: 10px !important;
}

.social-media li .social-icon {
	background-size: 20px 20px;
	background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0px;
}

.social-media .social-icon.Facebook {
	background-image: url(../images/social-icon-facebook.svg);
}
.social-media .social-icon.Twitter {
	background-image: url(../images/social-icon-twitter.svg);
}
.social-media .social-icon.Instagram {
	background-image: url(../images/social-icon-instagram.svg);
}


/* Search Page Styles */
.search-file-cat {
    display: block;
    color: #083e64;
    font-size: 12px;
    margin: 4px 0 2px 0;
}

.search-result h5 {
    margin: 8px 0;
}

.search-result {
    padding-bottom: 5px;
    display: block;
    border-bottom: 1px solid #aeaeae;
    padding: 10px 0 8px 0;
}

.search-file-url {
    color: #179217;
    font-size: 12px;
}

.search-result {
    padding-bottom: 5px;
}

.page-number-wrapper {
    display: block;
    margin-top: 16px;
}

.page-numbers {
    font-size: 15px;
    padding: 0 3px;
    font-weight: bold;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}