@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,700');

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

 html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

 body {
  margin: 0;
}

/* HTML5 display definitions
========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

 article,
 aside,
 details,
 figcaption,
 figure,
 footer,
 header,
 hgroup,
 main,
 menu,
 nav,
 section,
 summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

 audio,
 canvas,
 progress,
 video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

 audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

 [hidden],
 template {
  display: none;
}

/* Links
========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

 a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

 a:active,
 a:hover {
  outline: 0;
}

/* Text-level semantics
========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

 abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

 b,
 strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

 dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

 h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

 mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

 small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

 sub,
 sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

 img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

 svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

 figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

 hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

 pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

 code,
 kbd,
 pre,
 samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

 button,
 input,
 optgroup,
 select,
 textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

 button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

 button,
 select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

 button,
 html input[type="button"], /* 1 */
 input[type="reset"],
 input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

 button[disabled],
 html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

 button::-moz-focus-inner,
 input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

 input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

 input[type="checkbox"],
 input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

 input[type="number"]::-webkit-inner-spin-button,
 input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

 input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

 input[type="search"]::-webkit-search-cancel-button,
 input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

 fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

 legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

 textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

 optgroup {
  font-weight: bold;
}

/* Tables
========================================================================== */

/**
 * Remove most spacing between table cells.
 */

 .subpage #page, .subpage .ptl_page, .subpage .ptl_portlet_vertical {
  overflow: visible;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.mm-opening #page, .mm-opening #menubar, .mm-opening #header, .mm-opened #page, .mm-opened #menubar, .mm-opened #header {
  position: relative;
  z-index: 2;
}


body .nivo-startstopNav {
  z-index: 9;
}

.mm-opened #bodyBackground, .mm-opening #bodyBackground { z-index: 1 !important; }

.designMode header, .designMode #menubar, .designMode header.fixed {
  position: relative;
}

.add-new-page header, .add-new-page header.fixed {
  position: relative;
}

.portletEditMode header ,.portletEditMode header.fixed {
  position: relative;
  margin-bottom: 50px;
}

.portletEditMode table#ctl00_ContentPlaceHolder1_ctl03_tblEdit {
  position: relative;
  margin: 100px auto 100px;
}

div#divMonthlyViewSelectionToolbar_12472377 button#btn_month_12472377 {
  color: #000;
}


h1, h2, h3, h4, h5 {
 font-weight: 500;
 color: #282828;
}


h1 {
  font-size: 2.5em;
  line-height: 1.2;
  margin: 0.37em 0;
}

h2 {
  font-size: 2.1em;
  margin: 0.37em 0;
  line-height: 1.2;
}

h3 {
  font-size: 1.7em;
  margin: 0.37em 0;
  line-height: 1.2;
}

h4 {
  font-size: 1.5em;
  margin: 0.57em 0;
  line-height: 1.2;
}

h5 {
  font-size: 1.3em;
  margin: 0.67em 0;
  line-height: 1.2;
}

a, a:hover{
  color: #0b4d7e;
}


p {
  margin: 0px 0px 15px 0px;
  line-height: 1.5em;
}


.subpage #news-summary .row .image {
 height: 150px;
}

.mainContent #news_content_body{
  padding: 0px;
}



.inside-padding {
 padding: 10px;
 margin: 0px auto;
 max-width: 1300px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

.mainContent .inside-padding {
  line-height: 1.7em;
}

#content {
  margin-bottom: 50px;
  margin-top:  30px;
}


.designMode #overlaybanner-section > .inside-padding {
  padding: 2px;
  overflow: hidden;
}


#skip { background: #000; }


#skip a {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
  color: #FFF !important;
}
#skip a:focus { 
	left: 50%;
	font-size: 1.3em;
  position: relative;
  width: auto;
  height: auto;
  color: #fff !important;
  margin-left: -60px;
  text-decoration: none;
  font-weight: 700;
  padding: 5px 0 3px;
  display: inline-block;
  line-height: 1;
}
#skip a:hover { text-decoration: underline; }

.homepage #page > .tbl {
	position: relative;
	margin: 100px auto 100px;	
}


.w-33 { width: 33.333334%; float: left; }
.w-66 { width: 66.666667%; float: left; }
.w-25 { width: 25%; float: left; }
.w-30 { width: 30%; float: left; }
.w-33 { width: 33.33334%; float: left; }
.w-34 { width: 34%; float: left; }
.w-38 { width: 38%; float: left; }
.w-40 { width: 40%; float: left; }
.w-45 { width: 45%; float: left; }
.w-50 { width: 50%; float: left; }
.w-60 { width: 60%; float: left; }
.w-65 { width: 65%; float: left; }
.w-62 { width: 62%; float: left; }
.w-66whole { width: 66%; float: left; }
.w-66 { width: 66.66667%; float: left; }
.w-70 { width: 70%; float: left; }
.w-75 {width: 75%;float: left; }


.row:after, .row > .inside-padding:after, #footer > .inside-padding:after, #header > .inside-padding:after {
 content: '';
 display: block;
 clear: both;
}

.row .ptl_portlet_vertical { overflow: visible; overflow-x: visible; }


.bg-d {
 background: #f6f7f8;
 border-top: 1px solid #e7e7e7;
}

.row.welcome { text-align: center; }

.welcome h2 {
  font-size: 22px;
  margin-top: 0px;
}

.bg-d > .inside-padding {
 padding: 50px 0px 50px 0px;
}

.logo img { max-width: 100%; max-height: 100%; width: auto; height: auto; }


body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #131313;
  position: relative;
}

header .inside-padding {
 display: table;
}

header {
 background: #FFF;
 width: 100%;
 z-index: 999;
 opacity: 0;
 position: absolute;
 top: 0;
}

header.animated.fadeInDown.visible {
 opacity: 1;
 -webkit-animation-name: fade-in;
 -webkit-animation-duration: 1s;
 -webkit-animation-timing-function: ease-in;
 -webkit-animation-iteration-count: 1;
}

header .inside-padding {
 display: table;
 width: 100%;
 max-width: 1300px;
}

header .logo {
  display: table-cell;
  vertical-align: middle;
  max-width: 400px;
}

header .city-name {
  display: table-cell;
  vertical-align: bottom;
  text-align: right;
  width: 69%;
  padding-right: 25px;
}


header .city-name h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  margin: 0px;
  font-size: 2em;
  line-height: 1.2;
}

header .city-name span {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  margin: 0px;
  font-size: 2em;
  line-height: 1.2;
  display: block;
}


.city-name em {
  font-family: 'times new roman';
  line-height: 28px;
}

header .header-right {
  display: table-cell;
  width: 50%;
  text-align: right;
  vertical-align: middle;
  position: relative;
}

.header-left {
  width: 40%;
  display: table-cell;
  vertical-align: middle;
}

.headerLinks {
  width: 65%;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding-right: 30px;
}


header a#ctl00_lnkGateway {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 1em;
  border: 1px solid #FFF;
  padding: 5px 10px;
}

header a#ctl00_lnkGateway:hover, header a#ctl00_lnkGateway:focus {
  border: 1px solid #000;
}

.header-right:before {
  content: '';
  position: absolute;
  border-left: 2px solid #000;
  height: 59px;
  left: -5px;
  bottom: 10px;
}

.search {
  width: 10%;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}



.header-right ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.header-right li {
  display: inline;
}


ul.social {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: right;
}

ul.social li {
  display: inline-block;
  margin-bottom: 6px;
}

.social a {
  display: block;
  width: 1.8em;
  line-height: 1.8em;
  text-align: center;
  border-radius: 5px;
  margin-right: 10px;
  color: #27588d;
  text-decoration: none;
  font-size: 1.3em;
  transition: all 0.2s ease-in-out;
  margin-top: 10px;
}

.social a:hover, .social a:focus {
  transform: scale(1.3,1.3);
}

.header-image {
 height: 350px;
/*background-image: url('https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_12463606/Templates/hero/hero-image.png
');*/
background-size: cover;
background-position: center;
position: relative;
z-index: 2;
background-attachment: fixed;
overflow: hidden;
}

.header-image a img {
  z-index: 999;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.header-image a {
  position: absolute;
  top: 51%;
  z-index: 99;
}


.main-overlay {
	background: rgba(0,0,0,.5);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
  display: none;
}


header.fixed {
  position: fixed;
  /* box-shadow: 1px 1px 3px #000; */
  transition: all .3s ease-out;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.10);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.10);
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.10);
}

header.fixed .city-name h1 {
  font-size: 1.5em;
}


header.fixed .city-name span {
  font-size: 1.5em;
}

header.fixed .city-name {
  width: 100%;
}

header.fixed .logo {
  display: none;
  transition: all .3s ease-out;
}

header.fixed .header-left {
  width: 18%;
  transition: all .3s ease-out;
}

header.fixed #searchBox input {
  height: 40px;
}

header.fixed .header-right:before {
  display: none;
}

header.fixed  .search {
  display: none;
  transition: all .3s ease-out;
}

header.fixed .headerLinks {
  display: none;
}



.btn{
  color: #700720;
}

.btn.invert {
  background: #9d5d09;
  color: #ffffff;
}

.btn:after {
	background: #064c80;
}

.btn.invert:after {
  background: #ffffff;
}

.btn:hover {
	color: #ffffff;
	background: #700720;
}

.btn.invert:hover {
  color: #9d5d09;
}


.btn{
  display: inline-block;
  text-decoration: none!important;
  padding: .6em 1.2em;
  z-index:9;
  outline: none;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  letter-spacing: 0.02em;
}


.btn:after {
	/*content: '';*/
	position: absolute;
	z-index: -1;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
}

.btn:hover:after, .btn:focus:after {
	width: 100%;
}


a.btn.stackedIconButton:after {
  background: #ececec;
}


a.iconButton.btn:hover {
  color: #FFF;
}



/**fixedMedia**********************************************/

#fixedMedia {
  position: fixed;
  right: 2px;
  top: 300px;
  z-index: 7006;
}
#fixedMedia .socialmedia li {
  display: block;
  padding-top:20px;
}

#fixedMedia a {
  color: #FFF;
}

/*Social medai*/

.socialmedia{
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 999;
}

.socialmedia li{
  display: inline-block;
  text-align: center;
  margin: 0 auto;	
}

.socialmedia li a{
  display: inline-block;
  margin: 0 15px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}


.socialmedia li a .fa{
  position: absolute;
  font-size: 1.6em;
}

.socialmedia li a .fa-facebook{
  left: 2%;
  background: #4971A5;
  padding: 8px 13px;
}

.socialmedia li a .fa-twitter{
  left: 4%;
  background: #35C1DC;
  padding: 8px;
}

.socialmedia li a .fa-linkedin{
  left: 2%;
  background: #007797;
  padding: 8px 10px;
}


.socialmedia li a .fa-instagram{
  left: 2%;
  background: #517f86;
  padding: 10px 12px;
  display: none;
}


.socialmedia li a .insta {
  width: 33px;
  height: 33px;
  left: 2%;
  padding: 9px 5px;
  position: absolute;
  background: #517f86;
}

.socialmedia li a:hover .insta {
  background: #700720;
}


.socialmedia li a .fa-envelope{
  left: 2%;
  background: #E36C2F;
  padding: 10px;
}
.socialmedia li a .fa-google-plus{
  left: 2%;
  background: #D12727;
  padding: 10px 7px;
}
.socialmedia li a .fa-phone{
  left: 2%;
  background: #03888F;
  padding: 10px 12px;
}


.socialmedia li a:hover {
	background: rgba(255, 255, 255, 0);
 color: #fff;
}

.socialmedia li a .fa-twitter:hover, 
.socialmedia li a .fa-twitter:focus{
  background: #700720;
}

.socialmedia li a .fa-facebook:hover, 
.socialmedia li a .fa-facebook:focus{
 background: #700720;
}

.socialmedia li a .fa-instagram:hover, 
.socialmedia li a .fa-instagram:focus{
 background: #700720;
}

.socialmedia li a .fa-linkedin:hover, 
.socialmedia li a .fa-linkedin:focus{
 background: #700720;
}


.socialmedia li a .fa-envelope:hover{
  background: #700720;
}
.socialmedia li a .fa-google-plus:hover{
  background: #700720;
}
.socialmedia li a .fa-phone:hover{
  background: #700720;
}

.socialmedia li a:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}


.header-right .socialMedia a {
  color: #1f5d8a;
  font-size: 30px;
  display: inline-block;
  padding: 0px 0px 0px 15px;
  transition: all .2s ease-in-out;
}

.header-right .socialMedia a:hover {
 opacity: 0.7;
}

.headerLinks a {
  padding: 0px 2px 0px 2px;
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
  margin-left: -2px;
  display: inline-block;
  transition: all .2s ease-in-out;
}

.headerLinks a:hover {
 opacity: 0.7;
}

#menubar {
  opacity: 0;
  width: 100%;
  z-index: 9999;
}

#menubar.visible {
 opacity: 1;
 -webkit-animation-name: fade-in;
 -webkit-animation-duration: .5s;
 -webkit-animation-timing-function: ease-in;
 -webkit-animation-iteration-count: .5s;
}



/*==== QUICKLINK SECTION =====*/



.quicklinks-bar__link a {
  transition: all .2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em;
  border-right: 1px solid #d4d5d6;
  border-top: 4px solid rgba(117,154,206,0);
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  font-size: .8em;
}

.portlet.quicklinks-bar .sr-only {
  display: none;
}


.quicklinks-bar__link a em {
  display: block;
  color: #aab037;
  font-size: 4.5em;
  text-decoration: none;
  margin-bottom: 12px;
}

.quicklinks-bar__link a:hover, .quicklinks-bar__link a:focus {
  background: #FFF;
}


.quicklinks-bar__link a {
  display: block;
  text-align: center;
  text-decoration: none;
}

button.quicklinks-bar__arrow {
  color: #e26b2b;
  display: block;
}

quicklinks-bar__arrow {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  color: #3d8541;
  background: transparent;
  border: none;
  font-size: 1em;
  border-radius: 0;
  transition: all .2s ease-in-out;
  padding-left: 1em;
  padding-right: 1em;
  background-color: #eff0f1;
}

.quicklinks-bar__arrow, .quicklinks-bar__links {
  position: relative;
}

.quicklinks-bar__arrow {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  color: #3d8541;
  background: transparent;
  border: none;
  font-size: 1em;
  border-radius: 0;
  transition: all .2s ease-in-out;
  padding-left: 1em;
  padding-right: 1em;
}


.quicklinks-bar__links {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 5em);

  overflow: hidden;
  margin: 0 auto;
}

.quicklinks-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.25em;
}


section.quick-links {
  background: #f4f4f5;
  padding: 15px 0px;
}


.quicklinks-department a:hover span.icn-background, .quicklinks-department a:focus span.icn-background {
  background: #000;
  transition: .2s all ease-in;
}

.quicklinks-department a:hover span.icn-background em, .quicklinks-department a:focus span.icn-background em {
  color: #FFF;
  transform: scale(1.1);
  transition: .2s all ease-in;
}

/*==== RECREATION SECTION =====*/

.rec-logo {
}

.rec-footer{display: none;}

.rec-dept .ptl_col_1_3 {
  margin-top: 35px;
}

.rec-dept a.btn.stackedIconButton em {
  font-size: 6.5em;
}

.rec-footer .footer-links .w-33:nth-child(2) ul {
  margin: 0px;
}

.rec-footer .footer-links span {
  font-weight: 600;
  font-size: 1.2em;
  margin: 10px 0px;
}

#footer ul.socialMedia li a {
  text-decoration: none;
}


/*==== WELCOME SECTION =====*/

section.welcome {
  background: #fbfbfb;
  padding: 40px 0px 60px;
  
}

h3.welcome-title {
  padding-bottom: 10px;
  width: 245px;
  margin: 0 auto;
  border-bottom: 3px solid #e36b2d;
  margin-bottom: 20px;
}

section.welcome .w-33 .inside-padding {
  padding: 20px;
}

section.welcome h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 600;
}

section.welcome p {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}

/*==== NEWSLETTER SECTION =====*/

section.newsletter {
  background: #164c6c;
  transition: .2s all ease-in-out;
}

section.newsletter a {
  text-decoration: none;
}


section.newsletter:hover,section.newsletter:focus {
  background: #0b2738;
  transition: .2s all ease-in;
}

section.newsletter a:hover span.newsletter-arrow,section.newsletter a:focus span.newsletter-arrow {
  padding-left: 10px;
  transition: .2s all ease-in-out;
}


#newsletter{
 display: table;
 position: relative;}

 #newsletter .email,
 #newsletter .newsletterContents{
   display: table-cell;
   vertical-align: middle;}

   #newsletter .email{
     padding-right: 30px;}

     #newsletter .newsletterContents h2{
       font-size: 1.625em;
       color: #FFF;
       text-transform: uppercase;
       margin: 0;
       font-weight: 500;}

       #newsletter .newsletterContents h2 span{
         font-weight: 300;
         color: #FFF;}

         #newsletter .newsletterContents p{
           color: #FFF;
           font-weight: 400;
           margin: 0;}

           /** Departmentpage newsletter signup **/
           #department-middle-container .inside-padding{
             padding: 0 10px 0 10px;}

             #department-middle-container #newsletter .newsletterContents h2{
               color: #fff;}

               #department-middle-container #newsletter .newsletterContents h2 span{
                 color: #fff;}

                 #department-middle-container  #newsletter .newsletterContents p{
                   color: #fff;}


                   section.newsletter > .inside-padding {
                    padding: 40px 0px;
                    position: relative;
                  }


                  span.newsletter-arrow {
                    background: url('https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_12463606/Templates/icn/news-letter-arrow.png');
                    width: 50px;
                    background-repeat: no-repeat;
                    height: 50px;
                    position: absolute;
                    right: 0;
                    top: 20px;
                  }

                  .newsletterContents {
                    width: 90%;
                  }


                  section.emergency-rec > .inside-padding {
                    padding: 0px;
                  }

                  /*==== ROTATING BANNER =====*/

                  .mainContent a.nivo-nextNav {
                    background: url('https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_12463606/Templates/icn/arrows-right-1.png');
                  }

                  .mainContent a.nivo-prevNav {
                    background: url('https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_12463606/Templates/icn/arrows-left-1.png');
                  }


                  .mainContent .nivo-directionNav a{
                    width: 30px;
                    height: 30px;
                  }



                  /*==== HERO SECTION =====*/

                  section.banner {
                    border-bottom: 15px solid #004c6d;
                  }


                  #banner-section > div > div {
                    -webkit-box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.21);
                    -moz-box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.21);
                    box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.21);
                  }


                  .nivo-controlNav a {
                    background: #b9b89f !important;
                    border-radius: 10px !important;
                    height: 15px !important;
                    width: 15px !important;
                  }

                  .nivo-controlNav a.active {
                    background: #FFF !important;
                  }

                  .nivo-directionNav a {
                    z-index: 9 !important;
                  }


                  .nivo-controlNav a {
                    margin: 5px !important;
                  }

                  .nivoSlider {
                    -webkit-box-shadow: none !important;
                    -moz-box-shadow: none !important;
                    box-shadow: none !important;
                  }

                  .bannerContainer.bannerShowControls .nivo-caption {
                    padding-bottom: 1em !important;
                    z-index: 9 !important;
                  }


                  .nivo-controlNav {
                    display: none !important;
                  }




                  /*==== EVENT SECTION =====*/

                  section.events {
                    position: relative;
                  }

                  section.events > .inside-padding {
                    padding-top: 0px;
                  }

                  .hidden{
                    display: none;
                  }


                  .eventsList {
                    text-align: center;
                  }

                  a.event {
                    text-decoration: none;
                  }

                  a.event {
                    display: inline-block;
                    width: 25%;
                    vertical-align: top;
                    text-align: left;
                    padding: 0px 25px;
                  }

                  a.event:hover {
                    text-decoration: none;
                  }

                  .event .weekday {
                    font-weight: 600;
                    font-size: 13px;
                    margin-bottom: 6px;
                    color: #717171;
                    letter-spacing: 0.03em;
                  }

                  .event .eventDate {
                    text-transform: uppercase;
                    font-weight: 700;
                    padding: .8em;
                    text-align: center;
                    margin-right: 2em;
                    border-radius: 50px;
                    width: 50px;
                    margin: 0 auto;
                    border: 2px solid #abb137;
                  }

                  .event .eventDate span {
                    text-transform: uppercase;
                    font-weight: 700;
                    color: #353536;

                  }

                  .events-footer a:hover em, .events-footer a:focus em {
                    padding-right: 10px;
                    transition: .2s ease-in;   
                  }

                  .event .eventName {
                    color: #000;
                    font-size:  1em;
                  }


                  span.numTime {
                    margin-left: 5px;
                  }

                  span.location em {
                    margin-right: 5px;
                  }

                  span.location {
                    color: #717171;
                    font-size: .7em;
                  }

                  .eventsList .event .eventDate span.event-month {
                    font-size: .8em;
                    font-weight: 300;
                  }

                  .eventsList .event span.event-day {
                    font-size: 1.3em;
                  }

                  .eventsList button {
                    -webkit-box-flex: 0;
                    -ms-flex-positive: 0;
                    flex-grow: 0;
                    color: #e26a2c;
                    background: transparent;
                    border: none;
                    font-size: 1em;
                    border-radius: 0;
                    transition: all .2s ease-in-out;
                    padding-right: 1em;
                  }

                  .eventsList .slick-track {
                    -webkit-box-flex: 1;
                    -ms-flex-positive: 1;
                    flex-grow: 1;
                    width: calc(100% - 3em);
                    z-index: 1;
                    overflow: hidden;
                    margin: 0 auto;
                  }

                  .eventsList {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: stretch;
                    -ms-flex-align: stretch;
                    align-items: stretch;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    font-size: 1.25em;
                  }
                  
                  #upcomingEvents .slick-list {

                    -webkit-box-flex: 1;
                    -ms-flex-positive: 1;
                    flex-grow: 1;
                    width: calc(100% - 5em);
                    z-index: 1;
                    overflow: hidden;
                    margin: 0 auto;
                  }


                  .events-footer {
                    text-align: right;
                    margin-bottom: 20px;
                  }

                  .events-footer a {
                    text-decoration: none;
                    color: #5a5a5a;
                  }

                  .department .events-footer {
                    display: none;
                  }


                  button.prev-arrow.slick-arrow {
                    position: absolute;
                    left: 0px;
                    top: 20%;
                  }


                  button.next-arrow.slick-arrow {
                    position: absolute;
                    right: 0px;
                    top: 20%;
                  }


                  .eventsList {
                    margin: 50px 0px;
                  }


                  .event-details {
                    display: table-cell;
                    vertical-align: middle;
                    padding-left: 15px;
                  }

                  .slick-list a.event {
                    display: table;
                  }

                  .eventsList .event .eventDate span {
                    display: block;
                    text-align: center;
                  }


                  .department div#upcomingEvents {
                    position: relative;
                  }

                  .department .events-header.clearfix {
                    display: table;
                    width: calc(100% - 40px);
                    padding: 0px 30px;
                  }

                  .department button.slick-arrow {
                    -webkit-box-flex: 0;
                    -ms-flex-positive: 0;
                    flex-grow: 0;
                    color: #e26a2c;
                    background: transparent;
                    border: none;
                    font-size: 1em;
                    border-radius: 0;
                    transition: all .2s ease-in-out;
                    padding-right: 1em;
                  }

                  .department .events-header h3 {
                    display: table-cell;
                    font-size: 1.5em;
                    text-transform: uppercase;
                    font-weight: 600;
                    width: 50%;
                  }


                  .department:not(.full-news-event) .event-details {
                    display: inline-block;
                    vertical-align: sub;
                  }


                  .department .events-nav {
                    display: table-cell;
                    text-align: right;
                  }

                  .department .eventDate {
                    display: inline-block;
                  }


                  .department:not(.full-news-event) button.prev-arrow.slick-arrow {
                    position: relative;
                  }

                  .department:not(.full-news-event) button.next-arrow.slick-arrow {
                    position: relative;
                  }


                  .department a.event {
                    margin-bottom: 23px;
                  }

                  .department #upcomingEvents .slick-list {
                    width: 90%;
                    margin: 0 auto
                  }

                  a.event:hover .eventDate, a.event:focus .eventDate {
                    background: #abb137;
                    transition: all .3s ease-out;
                  }

                  .homepage .events-header.clearfix {
                    display: none;
                  }


                  /*==== FULLWIDTH/DEPARTMENT SECTION =====*/

                  .fullwidth .mainContent {
                    width: 100%;
                    float: none;
                  }

                  .rec-dept .mainContent > .inside-padding {
                    background: #fbfbfb;
                  }


                  /*==== DEPARTMENT VIDEO SECTION =====*/

                  .video-header.clearfix h3 {
                    display: table-cell;
                    font-size: 1.5em;
                    text-transform: uppercase;
                    font-weight: 600;
                    width: 50%;
                  }

                  .video-header.clearfix {
                    display: table;
                    width: calc(100% - 10px);
                    padding: 0px 10px;
                    margin-bottom: 40px;
                  }

                  .video-nav {
                    display: table-cell;
                    text-align: right;
                  }





                  /*==== NEWS SECTION =====*/
                  section.news {
                    position: relative;
                  }

                  .mainContent #news-summary .content .date{color:#4a4a4a; }

                  div#RSSLink {
                    display: none;
                  }

                  section.news > .inside-padding {
                    padding-top: 0px;
                  }



                  h2.section-title:before {
                    content: '';
                    width: 50%;
                    height: 50px;
                    position: absolute;
                    z-index: -1; 
                    left: 0;
                    top: 0px;
                    border-top: 50px solid #164c6c;
                    border-right: 50px solid transparent;
                    display: block;
                  }

                  h2.section-title {
                    color: #FFF;
                    margin: 0px;
                    font-size: 1.5em;
                    line-height: 2em;
                    z-index: 9;
                    text-transform: uppercase;
                  }

                  .news-footer {
                    text-align: right;
                  }

                  .news-footer a {
                    text-decoration: none;
                    color: #5a5a5a;
                  }

                  .news-footer a:hover em, .news-footer a:focus em {
                    padding-right: 10px;
                    transition: .2s ease-in;
                  }



                  /*==== NEWS SECTION =====*/

                  .section-header {
                    font-size: 2em;
                    color: #4d4d4d;
                    display: inline-block;
                    margin-left: 15px;
                    letter-spacing: 0.03em;
                  }


                  .section-tilte em {
                    display: inline-block;
                    color: #860000;
                    font-size: 2em;
                  }


                  #news-wrapper a.big-story {
                    width: 55%;
                    height: 500px;
                    display: block;
                    float: left;
                    margin-right: 20px;
                    position: relative;
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-position: center;
                    -webkit-transition: all .3s ease-out;
                    transition: all .3s ease-out;
                  }



                  .news-outer-wrapper {
                    padding: 60px 0px 40px;
                    width: 100%;
                    position: relative;

                  }


                  #news {
                    margin-top: 40px;
                  }


                  h2.latest-news-heading {
                    background: #b5d222;
                    color: #333;
                    font-weight: 400;
                    padding: 8px 20px;
                    display: inline-block;
                    position: absolute;
                    left: -20px;
                    font-size: 20px;
                    z-index: 1;
                  }

                  #news .w-70 .ptl_portlet_vertical {
                    overflow: visible;
                  }

                  h2.latest-news-heading:after {
                    position: absolute;
                    height: 0;
                    border-top: 10px solid #929B1B;
                    border-right: 10px solid #92A314;
                    border-left: 10px solid transparent;
                    border-bottom: 10px solid transparent;
                    top: 37px;
                    left: 0;
                  }

                  a.small-story {
                    display: block;
                    float: left;
                    width: calc(45% - 40px);
                    height: 240px;
                    margin-top: 20px;
                    position: relative;
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-position: center;
                    transition: all .3s ease-out;
                  }


                  /* Department revision */

                  .department:not(.full-news-event) a.small-story{
                    height: 230px;
                    margin-top:0px;
                    width: 100%;
                  }


                  .department:not(.full-news-event) .news-left {
                    width: 50%;
                  }

                  .department:not(.full-news-event) .news-right {
                    width: 50%;
                  }

                  .department:not(.full-news-event) a.small-story-sidebar{
                    margin-bottom: 10px;
                  }


                  a.small-story-sidebar:hover, a.small-story-sidebar:focus {
                    background: #fdfdfd;
                    box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.10);
                    transition: all .3s ease-out;
                  }

                  .story-info,.story-info .read-more {
                    position: absolute;
                    -webkit-transition: all .3s ease-out;
                  }

                  a.small-story .title-summary {
                    width: calc(100% - 145px);
                  }


                  .department:not(.full-news-event) a.small-story:nth-child(2) {
                    margin-top: 10px;
                  }


                  .department .news-header h3 {
                    display: table-cell;
                    font-size: 1.5em;
                    text-transform: uppercase;
                    font-weight: 600;
                    width: 50%;
                  }

                  .homepage .news-header h3{
                    display: none;
                    
                  }

                  .department .news-outer-wrapper {
                    padding: 0px 0px 40px;
                  }

                  .news-header.clearfix {
                    margin-bottom: 30px;
                  }


                  a.small-story:nth-child(2) {
                    margin-top: 0;
                  }

                  .story-info {
                    bottom: 0;
                    padding: 10px;
                    width: 100%;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    transition: all .3s ease-out;
                  }

                  .big-story .story-info,.small-story .story-info {
                    background: #333;
                    background: rgba(55,55,55,.85);
                    color: #fff;
                    padding: 15px 10px;
                  }

                  a.big-story:focus .story-info,a.big-story:hover .story-info,a.small-story:focus .story-info,a.small-story:hover .story-info {
                    background: #101010;
                    color: #fff;
                  }

                  .story-info h2 {
                    margin-top: 0;
                    margin-bottom: 10px;
                    font-weight: 700;
                    font-size: 16px;
                  }

                  .big-story .story-info h2 {
                    font-size: 20px;
                  }

                  .story-info p {
                    font-weight: 300;
                    margin: 10px 0 0;
                    font-size: 15px;
                  }

                  .story-info .read-more {
                    color: #fff;
                    display: inline-block;
                    padding: 10px;
                    font-weight: 500;
                    font-size: 14px;
                    top: 50%;
                    right: 10px;
                    -webkit-transform: translate(0,-50%);
                    transform: translate(0,-50%);
                    transition: all .3s ease-out;
                    border: 1px solid #FFF;
                    letter-spacing: 0.05em;
                    text-transform: uppercase;
                  }

                  a[class*=story]:focus .read-more,a[class*=story]:hover .read-more {
                    background: #1e1e1e;
                  }

                  .story-info .title-summary {
                    width: calc(100% - 135px);
                    float: left;
                  }

                  .news-right .title-summary {
                    width: 100%;
                  }

                  #page .story-info .title-summary p {
                    color: #fff;
                  }

                  #page .big-story:focus .story-info .title-summary p,#page .big-story:hover .story-info .title-summary p {
                    color: #333;
                  }

                  .title-summary h3 {
                    color: #FFF;
                    font-size: 1.1em;
                  }


                  .news-left {
                    width: 70%;
                    float: left;
                  }

                  div#news-wrapper {
                    width: 100%;
                    position: relative;
                  }

                  .news-right {
                    width: 30%;
                    float: left;
                    position: relative;
                  }

                  a.small-story-sidebar {
                    position: relative;
                    width: calc(100% - 40px);
                    background: #e8eeef;
                    min-height: 80px;
                    display: block;
                    padding:15px;
                    margin: 0px 5px; 
                    margin-bottom: 7px;
                  }

                  a.small-story-sidebar .story-info {
                    position: relative;
                    padding: 0px;
                    color: #000;
                    font-weight: 300;
                  }



                  /*==== BACK TO TOP =====*/


                  #back-to-top {
                    position: fixed;
                    bottom: 20px;
                    right: 10px;
                    z-index: 9999;
                    width: 50px;
                    height: 50px;
                    line-height: 1;
                    text-align: center;
                    font-weight: 700;
                    text-transform: uppercase;
                    font-size: .65em;
                    background: rgb(228, 123, 70);
                    color: #FFF;
                    cursor: pointer;
                    border: 0;
                    border-radius: 0;
                    text-decoration: none;
                    transition: opacity 0.2s ease-out;
                    opacity: 0;
                    outline: none;
                    border-radius: 50px;
                    
                  }
                  #back-to-top:hover {
                    background:#164c6b;
                    color: #fff;
                  }
                  #back-to-top.show {
                    opacity: 1;
                  }
                  #back-to-top .fa {
                   display: block;
                   margin-bottom: .15em;
                   font-size: 3em;
                   text-align: center;
                 }

                 @media only screen and (max-width: 480px) {
                  #back-to-top { width: 40px; height: 40px; right: 0; }
                  #back-to-top .fa { font-size: 3.3em; margin-top: 2px; }
                }



                /*==== SUBAPGE =====*/


                #Contact > .inside-padding > .ptl_col_1 {
                  padding: 0px;
                }

                .contact h3 {
                  text-transform: uppercase;
                  font-size: 1.3em;
                  border-bottom: 3px solid #abb138;
                  padding-bottom: 10px;
                }

                .contact h2 {
                  text-transform: uppercase;
                  font-size: 1.3em;
                  border-bottom: 3px solid #abb138;
                  padding-bottom: 10px;
                }


                .contact {
                  margin-top: 50px;
                  margin-bottom: 30px;
                }

                .contact ul {
                  margin: 0;
                  padding: 0;
                  list-style: none;
                  
                }

                .contact ul li {
                  font-weight: 300;
                  line-height: 1.4em;
                }


                .departmentContact ul li span:nth-child(2) {
                  margin-left: 18px;
                  display: block;
                  font-weight: 400;
                  
                }


                .departmentContact ul li span:first-child {
                  color: #1e5887;
                  font-weight: 600;
                }

                #Contact > .inside-padding > .ptl_col_1 {
                  padding: 0px;
                }



                #Contact > .inside-padding > .ptl_col_1 {
                  padding: 0px;
                }


                span.address_1 {
                  display: block;
                }


                .departmentContact ul {
                  text-decoration: none;
                  margin: 0 auto;
                  padding: 0px;
                  width: 100%;
                  display: table;
                }

                .departmentContact ul li {
                  display: block;
                  padding: 10px;
                  margin-bottom: 10px;
                }

                .departmentContact ul li em {
                  color: #1e5887;
                  margin-right: 5px;
                }

                li.contact-box-red {
                  color: #0b4d7e;
                  border-bottom: 1px solid #b3b3b3;
                  width: 90%;
                  margin: 0 auto;
                }


                .departmentContact {
                  background: #f5f4f3;
                  display: table;
                  width: 100%;
                  margin-bottom: 5px;
                }

                .departmentContact > .inside-padding {
                  padding: 0px;
                }


                .departmentPage .main-content .box {
                 padding: 0px 0px 85px 0px;
               }


               .subHero {
                 height: 400px;
                 background-size: cover;
                 background-position: center;
                 position: relative;
                 opacity: 0;
                 padding-top: 50px;
                 z-index: -1;
                 overflow: hidden;
                 display: table;
                 width: 100%;
                 border-bottom: 10px solid #004c6d;
                 transition: background-position 0.5s ease-out;
                 margin-top: 120px;

               }

               .subHero.visible {
                 opacity: 1;
                 -webkit-animation-name: fade-in;
                 -webkit-animation-duration: 1s;
                 -webkit-animation-timing-function: ease-in;
                 -webkit-animation-iteration-count: 1;
               }

               .subHero:before {
                 /* content: '';*/
                 position: absolute;
                 top: 0;
                 right: 0;
                 bottom: 0;
                 left: 0;
                 background-color: #212121;
                 opacity: 0.3;
                 z-index: -1;
               }


               h2.page-title {
                font-size: 2em;
                letter-spacing: 0.02em;
                font-weight: 300; 
                text-transform: uppercase;
              }


              h1.page-title {
                font-size: 2em;
                color: #004b8d;
                letter-spacing: 0.02em;
                font-weight: 300; 
                text-transform: uppercase;
              }


              #page-title-divider {
                background: #000;
                background: rgba(0, 0, 0, 0.65);
                position: absolute;
                width: 100%;
                bottom: 0px;
              }


              .page-title-sidebar {
                position: absolute;
                bottom: 36px;
                background: #000;
                right: 0px;
                background: rgba(13, 13, 13, 0.85);
                padding: 1em;
                padding-right: 12%;
              }

              .page-title-sidebar h2 {
                color: #FFF;
                font-weight: 400;
                letter-spacing: 0.03em;
                text-transform: capitalize;
                font-size: 1.7em;
              }

              .page-title-sidebar h1 {
                color: #FFF;
                font-weight: 400;
                letter-spacing: 0.03em;
                text-transform: capitalize;
                font-size: 1.7em;
              }


              #page-title-divider > .inside-padding {
                padding: 0px;
              }

              .sidebar {
                width: 30%;
                float: left;

              }

              .sidebar a img {
                max-width: 100%;
                max-height: 100%;
                width: auto;
                height: auto;
              }

              .full-width .mainContent {
                width: 100%;
                float: none;
              }


              .mainContent {
                width: 70%;
                float: left;
              }

              .mainContent p {
                font-weight: 300;
                color: #131313;
                font-size: 1.1em;
              }

              .mainContent .inside-padding .ptl_col_1 {
                background: #fbfbfb;
                padding: 20px;
                width: calc(100% - 40px);
                margin-top: 20px;
              }


              .department .row > div {
               padding: 10px;
               box-sizing: border-box;
             }

             .department .w-50 { width: 50%; float: left; }



             .mainContent > .inside-padding {
              min-height: 500px;
              padding: 10px 10px 10px 10px;
            }


            .media img {
             max-width: 50%;
             margin: 0px 20px 0px 0px;
             float: left;
           }



           .sidebar > .inside-padding {
            padding: 10px 25px 10px 0px;
          }

          .row.breadcrumbArea {
           display: table;
           width: 100%;
         }

         #bread-bar {
          background: #FFA300;
          -webkit-box-shadow: 1px 5px 6px 0px rgba(0,0,0,0.11);
          -moz-box-shadow: 1px 5px 6px 0px rgba(0,0,0,0.11);
          box-shadow: 1px 5px 6px 0px rgba(0,0,0,0.11);
        }

        .sb-r ul {
          list-style: none;
          margin: 0px;
          padding: 0px;
          display: inline;
        }

        a.print {
          margin-right: 5px;
        }

        .sb-r ul li {
          display: inline;
        }

        .sb-r {
          display: table-cell;
          vertical-align: middle;
          width: 200px;
          text-align: right;
        }


        a#share {
          font-size: 22px;
        }

        span.fa.fa-print {
          font-size: 23px;
        }

        #breadcrumbs {
          font-weight: 700;
          display: table-cell;
          vertical-align: middle;
          color: #1c355e;
          letter-spacing: 0.03em;
        }

        #breadcrumbs a {
          color: #000;
          font-weight: normal;
          text-decoration: none;
          transition: all .2s ease-in-out;
        }

        #breadcrumbs a:hover {
         opacity: 0.7;
       }

       .sb-r a {
        text-decoration: none;
        width: 26px;
        height: 30px;
        display: inline-block;
        text-align: center;
        line-height: 35px;
        color: #000;
        font-size: 25px;
        margin-left: 5px;
        transition: all .2s ease-in-out;
        cursor: pointer;
      }

      .sb-r .fontSize a {
        color: #353434;
        font-weight: 600;
        font-size: 25px;
        transition: all .2s ease-in-out;
      }

      .sb-r a:hover, .sb-r .fontSize a:hover {
       opacity: 0.7;
     }



     /*==== DEPARTMENT QUICKLINK SECTION =====*/


     span.icn-background {
      background: #25252a;
      display: block;
      padding: 0px 15px 15px 15px;
      height: 60px;
      overflow: hidden;
      position: relative;
    }

    span.icn-background em {
      color: #FFF;
      color: rgba(255, 255, 255, 0.3);
      font-size: 6.8em;
      position: absolute;
      transform: rotate(-25deg);
      top: -15px;
    }

    span.link-title {
      background: #aab037;
      color: #000;
      display: block;
      font-size: .9em;
      padding: 10px;
    }

    .quicklinks-department a {
      text-decoration: none;
    }

    .quicklinks-department {
     width: calc(50% - 20px) !important;
     margin: 10px;
   }

   .quicklinks-department-bar .slick-dots li button {
    color: transparent;
    background: #000;
    border-radius: 50px;
    width: 10px;
    height: 10px;
  }

  .portlet.department-quicklinks-bar .slick-dots li button:before {
    display: none;
  }


  .quicklinks-department-bar .slick-dots li.slick-active button:before {
    color: transparent;
  }

  .quicklinks-department-bar ul.slick-dots {
    position: relative;
    bottom: 0;
  }


  .quicklinks-department-bar .slick-dots li.slick-active button {
    background: #aab036;
  }

  .quicklinks-department-bar {
    border-bottom: 2px solid #25252a;
  }



  /* --------------------- CRM ---------------------- */



  /* CRM Search */

  .crmSearch .sidebarClass > div:first-child {
    display: none;
  }


  .DisplaySearch .headerRight select {
    color: #000;
  }


  .crmSearch .viewcontentClass {
    width: 100% !important;
    padding: 0;
    display: block;
  }

  .crmSearch .sidebarImageClass {
    display: none;
  }

  .crmSearch .sidebarClass {
    width: 100%;
    border: none;
    padding: 0;
    display: block;
  }

  .divFilter input[type="checkbox"] {
    margin: 10px 0px 5px;
  }

  .filterWrap {
    float: left;
    width: 33.33334%;
  }

  a.moreBtn {
    clear: both;
  }

  @media screen and (max-width: 850px){
    .filterWrap {
      width: 50%;
    }
  }

  @media screen and (max-width: 550px){
    .filterWrap {
      width: 100%;
    }


    h2.page-title {
      display: none;
    }

    .page-title-sidebar{display: none;}


  }

  .crmSearch .header {
    background: #700720;
    color: #fff;
    padding: 10px;
    line-height: 30px;
  }

  .crmSearch .header > * {
    margin: 0;
  }

  .crm_advanced_search {
    margin-bottom: 20px;
  }

  p.business-name {
    font-size: 18px;
    font-weight: 500;
  }

  .business-directory-result p {
    margin: 0.5em 0;
  }

  .business-directory-result {
    margin: 10px 0px;
    border-bottom: 1px solid #c3c3c3;
    padding: 10px 0px;
  }

  .business-directory-result .w-50:last-child {
    font-size: 90%;
  }

  @media screen and (max-width: 640px){
    .business-directory-result .w-50 {
      width: 100%;
      float: none;
    }

  }

  .TA-tabMode table td,
  div[id*="_divContent"] table td {
    padding: 6px 10px;
  }



  /* --------------------- HOMEPAGE BTNS ---------------------- */

  .btnWrapper { padding: 5px;box-sizing: border-box;display: block;position: relative;-webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0);box-shadow: 0 0 1px transparent;position: relative;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-property: transform;transition-property: transform;overflow: visible; }
  .imageButton {
    height: 250px;
    display: table;
    background-size: cover;
    background-position: center center;
    width: 100%;
    color: #333;
    overflow: hidden;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    position: relative;
  }
  a .imageButton.blueImageBtn:hover, a .imageButton.blueImageBtnn:focus {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1) rotate(0.1deg);
  }

  span.btnWrapper:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-10px);
  }

  span.btnWrapper:before {
    pointer-events: none;
    position: absolute;
    z-index: 99;
    content: '';
    top: 99%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.19) 0%, transparent 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
  }

  span.btnWrapper:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }


  a.imageLink {
    text-decoration: none;
  }

  a.imageButton:hover,a.imageButton:focus {
    text-decoration: none;
    color: #000;
  }

  a.imageButton:hover .buttonText, a.imageButton:focus .buttonText {
    background: #ffffff;
    color: #2a76c0;
    border: 1px solid #ddd;
  }


  a.imageButton:hover .buttonText em, a.imageButton:focus .buttonText em {
    background: #eeeeee;
    color: #2a76c0;
  }

  .buttonText {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px;
    color: #000;
    transition: all .2s ease-in-out;
    box-sizing: border-box;
    background: #abb138;
    font-weight: 700;
    font-size: 1.1em;
    display: table;
    border: 1px solid transparent;

  }

  .description {
    min-height: 135px;
    margin: 0px;
  }


  span.btn-links {
    background: #e8efef;
    display: block;
    margin: 0px;
  }

  section.welcome span.btnWrapper h3 {
    margin: 0px;
    font-size: 1.3em;
    line-height: 2em;
    letter-spacing: 0.03em;
  }


  a.imageButton h3 {
    color: #333;
    font-weight: 700;
    margin: 10px 0px 0px;
  }
  .buttonText em {
    text-align: center;
    display: table-cell;
    background: #006cac;
    padding: 15px;
    border-radius: 5px;
    width: 15px;
    font-size: 23px;
  }
  .buttonText span {
    text-align: center;
    font-size: .9em;
    letter-spacing: 0.03em;
  }
  .imageButton:hover .buttonText span {
  }
  a.imageButton p {
    font-size: 1.1em;
    line-height: 1.6em;
  }


  ul.description li a {
    color: #282828;
    text-decoration: none;
    line-height: 1.5em;
    font-weight: 300;
  }


  span.imageButton.blueImageBtn:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 30px;
    border-color: transparent transparent #e8efef transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  a.imageLink .buttonText:hover, a.imageLink .buttonText:focus {
    background: #164c6b;
    color: #FFF;
  }


  ul.description li a:hover, ul.description li a:focus {
    text-decoration: underline;
  }

  /* --------------------- DEPT BTNS ---------------------- */


  .btnWrap { padding: 7px; box-sizing: border-box; display: block; }

  .imageButtons {
    height: 185px;
    display: table;
    background-size: cover;
    background-position: center center;
    width: 100%;
  }

  .imageButtons .buttonTexts {
    display: table-cell;
    vertical-align: bottom;
  }

  .imageButtons .buttonTexts span {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px;
    color: #ffffff;
    transition: all .2s ease-in-out;
    box-sizing: border-box;
    background: #174d6c;
    font-weight: 300;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }

  .imageButtons:hover .buttonTexts span {
   padding: 10px 10px 25px 10px;
 }


 a.btn.stackedIconButton {
  display: block;
  box-sizing: border-box;
  padding: 15px 10px 15px 10px;
  text-align: center;
  color: #FFF;
  background: #164c6c;
}

a.btn.stackedIconButton img {
  margin-top: 18px;
  transition: all .2s ease-in-out;
}

a.btn.stackedIconButton em {
  font-size: 4em;
  display: block;
  margin-top: 15px;
  transition: all .2s ease-in-out;
}


a.btn.stackedIconButton:hover em,
a.btn.stackedIconButton:focus em,
a.btn.stackedIconButton:hover img,
a.btn.stackedIconButton:focus img {
  transform: scale(1.2);
}



a.btn.stackedIconButton > span {
  -ms-transform: translate(0px,-3px);
  -webkit-transform: translate(0px,-3px);
  transform: translate(0px,-3px);
  display: block;
  margin-top: 15px;
}

a.btn.stackedIconButton > span span {
  max-height: 2em;
  line-height: 1.2em;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
}

a.btn.stackedIconButton > span:before {
  content: '';
  height: 2.2em;
  display: inline-block;
  vertical-align: middle;
}


.btnWrap a.btn.stackedIconButton:after {
  background: #1c355e;
}


a.iconButton.btn:focus {
  color: #000;
}






/**animate on load**********************************************/

.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards; }

  .come-in:nth-child(odd) {
    animation-duration: 0.6s; }

    .already-visible {
      transform: translateY(0);
      animation: none; }

      @keyframes come-in {
        to {
          transform: translateY(0); } }




          /* --------------------- ACCORDION STYLES ---------------------- */

          button.btn-accordion {
            background: #004b8d;
            color: #FFF;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            font-weight: 600;
          }


          .acc_trigger a {
            font-size: 18px;
            color: #092235;
            text-decoration: none;
          }

          h2.acc_trigger {
            margin: 0px;
          }

          .acc_container .block {
            margin: 0px;
          }

          a.btn.acc_expand-all {
            background-color: #0e2f48;
            padding: 8px 10px 8px 10px;
            display: inline-block;
            border-radius: 5px;
            color: #ffffff;
            text-decoration: none;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
          }

          a.btn.acc_expand-all:hover {
           opacity: 0.7;
         }

         /*==== FOOTER ====*/

         #footer {
           background: #FFF;
           color: #000;
           overflow: hidden;
           -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.08);
           -moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.08);
           box-shadow:0px 0px 15px 1px rgba(0,0,0,0.08);
           position: relative;
           font-weight: 300;
         }


         .footer-links span {
          font-size: 1.5em;
          font-weight: 300;
        }

        .footer-links ul li {
          line-height: 1.7em;
        }

        #footer > .inside-padding {
         position: relative;
         padding: 40px 0px 20px 0px;
       }

       #footer a {
         color: #000;
         transition: all .2s ease-in-out;
       }

       span.email.smi {
        margin: 0px;
      }

      #footer span.email a {
        color: #0b4d7e;
        font-weight: 300;
        text-decoration: underline;
        font-size: 16px;
      }

      #footer a:hover {
       opacity: 0.7;
     }

     #footer .logo {
       float: left;
       width: 15%;
       margin-right: 6%;
       margin-top: 1%;
       height: 150px;
     }

     #footer .logo a {
     }

     #footer .logo a img {
      margin-bottom: 10px;
    }

    #footer .logo p {
      /*display: table-cell;*/
      vertical-align: middle;
      line-height: 11px;
    }

    .footer-links span {
      display: block;
      margin-bottom: 10px;
    }

    #footer .footer-links {
     float: left;
     width: 73%;
     position: relative;
     z-index: 2;
     padding-left: 2%;
     margin-top: 1%;
   }

   #footer .footer-links:after {
     content: '';
     display: block;
     clear: both;
   }

   #footer .logo em {
    margin-right: 5px;
    color: #f5b239;
  }


  #footer .w-50 {
    width: 48%;
    float: left;
    margin-left: 2%;
  }

  #footer .w-50 {
    width: 48%;
    float: left;
    margin-left: 2%;
  }

  .footer-links ul {
    margin: 10px 0px 0px;
    line-height: 31px;
    padding: 0px;
    list-style: none;
  }

  .footer-links .w-33:nth-child(2) ul {
    margin: 10px 0px 0px 35px;
  }

  .footer-links ul a {
    text-decoration: none;
  }


  #footer .phone {
    color: #caa56a;

  }

  #footer a em {
    color: #ffa400;
    margin-right: 10px;
    font-size: 7px;
  }


  .footer-links strong {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
  }


  .footer-links .w-33:nth-child(2) ul a:hover, .footer-links .w-33:nth-child(2) ul a:focus {
   
  }


  #footer .credits {
   margin-top: 20px;
   background:#000;
   padding: 20px;
   color: #fff;
 }

 #footer .credits p {
   margin: 0px;
   font-size: 17px;
   line-height: 25px;
   text-align: center;
   letter-spacing: 0.02em;
 }

 #footer .credits a {
   color: #ffffff;
   text-decoration: underline;
 }

 #footer .credits a:hover {
   text-decoration: none;
 }


 ul.socialMedia {
  list-style: none;
  margin: 20px 0px 0px 0px;
  padding: 0px; 
  text-align: center;
}

ul.socialMedia li {
  display: inline-block;
}

#footer ul.socialMedia li a {
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  margin: 0px 5px 0px 5px;
  font-size: 25px;
  border-radius: 50px;
}

ul.socialMedia li a:hover {
 text-decoration: none;
}

ul.socialMedia li.instagram a:hover,
ul.socialMedia li.instagram a:focus {
  background: #000;
}

ul.socialMedia li.twitter a:hover,
ul.socialMedia li.twitter a:focus { 
  background-color: #000;
}



ul.socialMedia li.facebook a:hover,
ul.socialMedia li.facebook a:focus { 
  background-color: #000;
}


ul.socialMedia li.youtube a:hover,
ul.socialMedia li.youtube a:focus {
  background: #000;
}

ul.socialMedia li.email a:hover,
ul.socialMedia li.email a:focus {
  background: #000;
  
}



ul.socialMedia li.facebook a { background-color: #395a9a; }
ul.socialMedia li.twitter a { background-color: #1385b4; }
ul.socialMedia li.youtube a { background-color: #aa2928; }
ul.socialMedia li.instagram a { background-color: #e36b2d; }
ul.socialMedia li.email a { background-color: #aad0d3; color:#000; }




/*==== TEMP SEARCH ====*/

.row.search > .inside-padding {
  display: table;
  vertical-align: middle;
  height: 100%;
}


a#ctl00_btnSearch {
  background: url('https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_12463606/Templates/icn/search-icn.png');
  color: #FFF;
  background-repeat: no-repeat;
  background-position:center;
  position: absolute;
  top: 25%;
  right: 0;
  
}

a#ctl00_btnSearch img {opacity: 0;}

#searchBox input {
  font-size: 17px;
  margin: 0px;
  border: 1px solid #949494;
  border-radius: 3px;
  padding: 2px;
  width: calc(100% - 30px);
  height: 42px;
  border: 2px solid #f4f3f3;
  padding-left: 20px;
  font-weight: 300;
}


#searchBox input {
  max-width: 550px;
  width: 300px;
  margin-bottom: 5px;
}


.search input#ctl00_SearchTerm:hover,.search input#ctl00_SearchTerm:focus {
  background: #FFF;
}

.sPlace {
  display: table-cell;
  vertical-align: middle;
}

.sPlace span {
  display: block;
  background: #ffffff;
  padding: 10px;
  width: 350px;
}

.gsc-clear-button {
  display: none;
}


input#gsc-i-id1 {
  background: #FFF !important;
}

.search .gsc-input-box {
  border: none;
  height: auto;
  background: transparent;
}

td.gsc-input {
  border: none;
}

input.gsc-input {
  border: none !important;
  background-color: #FFF !important;
}

input.gsc-search-button {}


.search input.gsc-search-button, .search input.gsc-search-button:hover, .search input.gsc-search-button:focus {
  background: transparent;
  border: none;
  width: auto;
  height: auto;
  padding: 3px;
  min-width: inherit;
  margin: 0px;
  color: #FFF;
}

body .search .sPlace td#gs_tti50 input {
  background: #FFE !important;
}

@media screen and (max-width: 960px) {

  .rec-logo {
    margin-top: 0px;
  }


  ul.nav-menu {
    display: none;
  }

  .hero-cta .box {
    position: relative;
  }

  .hero-cta h3 {
    font-size: 2em;
  }

  .info-cta {
    position: relative;
    font-size: 16px;
  }

  section.cta-moreinfo a {
    text-decoration: none;
  }


  header.fixed .header-left {
    width: 100%;
  }

  .header-right:before {
    display: none;
  }

  section.welcome .w-33 .inside-padding {
    padding: 0px;
  }

  .mobileMenuButton a {
    font-size: 1.2em;
    color: #1c355e;
    font-weight: 500;
    border: 1px solid #000;
    padding: 5px 30px;
    text-decoration: none;
    text-transform: uppercase;
    transition: .2s ease-in;
  }

  .mobileMenuButton a:hover,.mobileMenuButton a:focus {
    background: #000;
    color: #FFF;
    transition: background .2s ease-in;
  }

  .slideCaption{ display: none;}

  .mobileMenuButton {
    display: block;
    text-align: center;
    padding: 20px;
  }

  div#ctl00_ContentPlaceHolder1_ctl00_ctl00_menu {
    display: none;
  }
  div#divMenuOffset {
    display: none;
  }

  .w-75 {
    width: 100%;
    float: none;
  }

  header .header-left {
    width: 100%;
    display: block;
  }

  header .header-right {
    width: 100%;
    display: block;
  }

  header .logo {
    display: block;
    text-align: center;
  }

  header .city-name {
    display: block;
    width: 100%;
    text-align: center;
    padding-right: 0px;

  }

  .search {width: 100%; display: block;}

  #searchBox input {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }

  .w-33 { width: 100%; float: none; }
  .w-66 { width: 100%; float: none; }
  .w-65 { width: 100%; float: none; }
  .w-25 { width: 100%; float: none; }
  .w-30 { width:100%; float: none; }
  .w-34 { width: 100%; float: none; }
  .w-38 { width:100%; float: none; }
  .w-40 { width:100%; float: none; }
  .w-45 { width:100%; float: none;}
  .w-50 { width:100%; float: none; }
  .w-60 { width:100%; float: none; }
  .w-62 { width:100%; float: none; }
  .w-66whole { width: 66%; float: left; }
  .w-66 { width:100%; float: none; }
  .w-70 { width:100%; float: none; }

  .headerLinks {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 0px;
  }


  #footer .logo, #footer .footer-links { width: 100%; float: none; padding: 15px; height: auto; text-align: center;}

  #footer .footer-links{text-align: center; width: calc(100% - 30px);}

  #footer .logo a img {height: 150px; }
  .headerLinks {width: 100%; display: block; }


  .footer-links .w-33:nth-child(2) ul {
    margin: 10px 0px 0px 0px;
  }

  .news-left {
    width: 100%;
    float: none;
  }

  .news-right {
    width: 100%;
    float: none;
  }

  #news-wrapper a.big-story {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }

  a.small-story {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .department .w-50 {
    width: 100%;
    float: none;
  }

  .department .news-left {
    width: 100%;
  }

  .department .news-right {
    width: 100%;
  }


  #newsletter .email, #newsletter .newsletterContents {
    display: block;
    text-align: center;
    padding: 0px;
    width: 100%;
  }

  span.newsletter-arrow {
    bottom: 0;
    position: relative;
    margin: 0 auto;
    display: block;
    top: 0;
  }

  #newsletter .newsletterContents h2 {
    margin-bottom: 10px;
    font-size: 1.5em;
  }

  #newsletter .newsletterContents p{
    margin-bottom: 20px;}

    #newsletter{width: calc(100% - 20px); padding: 10px;}


  }


  @media only screen and (max-width: 1350px) {
    #footer:before{ width: 30%;}

  }
  @media screen and (max-width: 1250px) {
    .events-list .event-item a{
      min-height: 52px;
    }


    .subHero {
      background-attachment: initial;
    }
    .megamenu .level1 > a{
      font-size: 1em;
      padding: 20px 10px;
    }

    header .city-name h1{ font-size: 1.5em;}
    header .city-name span{ font-size: 1.5em;}


  }


  @media screen and (max-width: 950px) {
   .CMS_adminBar, #placeholder-CMS_admin_ToolBar, .RadMenu_PageControls, #divMenuOffset {
    display: none;
  }

  header.animated.fadeInDown.visible.fixed{
    top: 0px !important;
  }

  header {
    position: relative;
    top: 0px !important;
  }

  header.fixed .city-name h1 {
    font-size: 1.3em;
  }


  header.fixed .city-name span {
    font-size: 1.3em;
  }


  header.fixed  .mobileMenuButton a {
    font-size: .9em;
  }

  header.fixed .mobileMenuButton {
    padding: 15px;
  }

  header.fixed .city-name em {
    font-size: .9em;
  }

  .hero{
    height: 450px !important; background-attachment: inherit;}

    a#ctl00_btnSearch {
      top: 25%;
    }

    #homeNewsWrapper a {
      text-decoration: none;
    }

    .w-30, .w-33, .w-34, .w-38, .w-40, .w-50, .w-62, .w-66whole, .w-66, .w-70 { width: 100%; float: none;  }

    a.newsItem.main {
      width: 100%;
      float: none;
      margin: 0px;
      border-bottom: 1px solid #DEDADA;
      padding-bottom: 20px;
    }

    .image {
      width: 100%;
      float: none;
    }

    .Tab-portlet {
      padding: 0px;
      margin-top: 50px;
    }


    #quick-links-section .w-33 {
      margin-bottom: 0px;
    }

    #footer .logo {

      text-align: center;
      width: 100%;
      float: none;
      display: block;
    }

    #footer:after{ display: none;}


    #footer .logo, #footer .footer-links { width: 100%; float: none; padding: 15px; height: auto; }

    .footer-links .w-33:nth-child(2) ul {
      margin: 10px 0px 0px 0px;
    }

    .hero{margin-top: 0px;}

    #footer .footer-links { text-align: center;     width: calc(100% - 30px);}

    #footer:before{ display: none;}

    #footer > .inside-padding { padding: 0px; }

    #footer .footer-links .w-33 {margin-bottom: 20px;}

    #footer .footer-links {text-align: center;}

    #spotlight-section{ padding: 10px;}

    .inner-news-content {
      width: 100%;
      float: none;
      margin: 0px;
    }

    #footer .logo a img {height: 150px; }


    span.btnWrapper {
      margin-bottom: 0px;
    }

    a.newsItem.main .newsContent {
      width: 100%;
      float: none;
      padding: 10px;
      margin-top: 0px;
      text-decoration: none;
    }

    .secondaryNewsItems .newsItem {
      width: 100%;
    }

    .secondaryNewsItems {
      width: 100%;
      margin: 0px;
      float: none;
    }

    #news-section {
      padding: 10px;
      margin-top: 20px;
    }

    .section-tilte {
      width: 70%;
    }


    #events-section > .inside-padding {
      padding: 17px;
    }

    #events-section {
      padding: 10px;
      margin-top: 0px;
    }

    #events-section .slick-vertical .slick-slide {
      width: 100% !important;
    }

    .events-list .event-item a {
      min-height: 48px;
    }

    .events-list .event-details{
      width: 65%;
    }

    .events-list .event-date{
      width: 22%;
    }

    .mainContent > .inside-padding {
      padding: 0px;
    }


    .departmentContact ul li {
      width: calc(100% - 40px);
      display: block;
    }

    .sidebar > .inside-padding {
      width: 100%;
      padding: 0px;
      margin-bottom: 11px;
    }

    #spotlight-section:after{
      display: none;
    }

    .newsItem.main .image .inside {
      height: 200px;
    }


    #quick-links-section {
      padding: 10px;
    }


  }


  @media screen and (max-width: 940px) {

   .subHero { text-align: center; }
   .subHero .inside-padding { padding: 20px;    display: table-cell;
    vertical-align: middle; }
    .subHero span { float: none; margin: 0px auto; width: 240px; top: 0px; }
    .subHero span img { width: 240px; }
    .subHero .text { font-size: 15px; color: #333333; }
    .sub-title { font-size: 38px; margin-top: 0px; }
    .sub-title:after { display: none; }
    .rec-logo {
      display: none;
    }
    .subHero{ height: 350px; margin-top: 0px !important; }
  }



  @media screen and (max-width: 900px) {

   .desktopMenu { display: none; }

   #mobile-bar { display: block; }

 }

 @media screen and (max-width: 840px) {

   .bg-d .w-66, .bg-d .w-33 { width: 100%; float: none; }
   #footer:after {display: none;}

   #upcoming-event-wrapper { padding: 0px; }

   .upcomingEvents { width: 100%; }

   #upcoming-event-wrapper .flex-viewport ul { height: 200px !important; }

   a.eventPlaceHolder { width: 50%; float: left; }

   #footer > .inside-padding { padding: 0px; }

   #footer:before { display: none;}

   #footer .logo, #footer .footer-links { width: 100%; float: none; padding: 15px; height: auto;}

   #footer .footer-links { text-align: center; width: calc(100% - 30px);}

   #footer > .inside-padding:before { display: none; }

   .section-header {
    font-size: 2em;
  }
  #spotlight-section h3 {
    font-size: 30px;
  }


  #footer:before {
    width: 28%;
  }

}

@media screen and (max-width: 830px) {

 .sidebar, .mainContent { width: 100%; float: none; }
 header.fixed {
  top: 0px !important;
  
}

}

@media screen and (max-width: 720px) {

 .department .row > .w-33, .department .row > .w-66 { float: none; width: 100%; }
 .department .row > .w-33 { margin-top: 20px; }
}

@media screen and (max-width: 720px) {

 #header .inside-padding { display: block; }

 #header .logo, #header .header-right { width: 100%; float: none; text-align: center;  display: block; }

}

@media screen and (max-width: 640px) {

 #footer .logo { display: block; padding: 15px 0px 15px 0px; height: auto; width: 100%;}

 #footer .logo a, #footer .logo p { display: block; text-align: center; width: 100%; }
 #footer:after {display: none;}

 .hero .box .inside {padding: 0px 10px;}
 .headerLinks {width: 100%; display: block; }
 .search {display: block; width: 100%;}
 ul.social {text-align: center;}
 .headerLinks {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 0px;
}

#header:after {
  display: none;
}

.events-list .event-details {
  width: 100%;
  float: none;
  padding: 0px;
}

.events-list .event-date {
  width: 100%;
  float: none;
  min-height: 30px;
}

.events-list .event-name {
  width: 100%;
}

.subHero{ height: 250px; background-attachment: initial; margin-top: 0px;}


header.fixed {
  
}

h2.section-title:before {
  width: 100%;
}

}


@media screen and (max-width: 560px) {


  .quicklinks-department {
    width: calc(100% - 10px) !important;
    margin: 5px;
  }

  .bg-d > .inside-padding { padding: 10px 0px 10px 0px; }

  #upcoming-event-wrapper .flex-viewport ul { height: 410px !important; }

  a.eventPlaceHolder { width: 100%; float: none; }

  #homeNewsWrapper { display: block; }
  #homeNewsWrapper a {
    text-decoration: none;
  }

  .newsLeft, .newsRight { width: 100%; display: block; }

  #articleSlider { margin: 0px; }
  
  .newsLeft { height: 200px; display: table; width: 100%; margin-bottom: 20px; }

  .newsLeft .newsCaption { display: table-cell; vertical-align: bottom; }

  .row.breadcrumbArea, #breadcrumbs { width: 100%; display: block; }

  .sb-r { text-align: left; }

  #footer .w-50 { width: 98%; float: none; }

  .socialmedia{ display: none;}

  .quicklinks-bar__link a {
    border-right: 0px;
  }


}

@media screen and (max-width: 470px) {
  .homepage .event-details {
    float: none;
    width: 100%;
    display: block;
    padding-left: 0px;
    text-align: center;
    margin-top: 20px;
  }

  .slick-list a.event {
    display: block;
  }


}
@media screen and (max-width: 400px) {

  .sliderbanner-portlet ul.slick-dots{
    bottom: 3px;
    width: 100%;
  }

  .sliderbanner-portlet .slider-caption p.slider-title{
    margin:1em 15px 1.5em;
  }
  .department a.event{
    text-align: center;
    margin-bottom: 40px;
    padding: 0px;
  }

  .department .eventDate{
    display: block;
  }

  .department .event-details{
    display:block;
    margin-top: 10px;
  }

  .event-name {
    display: block;
    width: 100%;
  }
  .homepage .event-details {
    float: none;
    width: 100%;
    display: block;
    padding-left: 0px;
    text-align: center;
    margin-top: 20px;
  }
  .event-date {
    display: block;
    width: 100%;
    float: none;
  }

  header.fixed .city-name{display: none;}
  .slick-list a.event {
    display: block;
  }


}




table.border {
  border: 1px solid #b1b1b1;
}


td.tbl_header {
  background: #1c355e;
  color: #ffffff;
  border: none;
  padding: 10px;
}

td.tbl_header a {
  color: #FFF;
}


.tbl {
  border: none;
}

div.tbl div.tbl_header {
  background: #1c355e;
  border: none;
  color: #ffffff;
  padding: 10px;
  text-transform: none;
  font-size: 17px;
  letter-spacing: .8px;
  margin-bottom: 20px;
}

.subpageContent .tbl_header.titlediv {
  background: #1b6b8c;
  color: #FFF;
}


.subpageContent ul li {
  margin-bottom: 7px;
}

.bannerContainer {
  margin-bottom: 10px;
}

table.telerik-reTable-4 td {
  border: 1px solid #b8b8b8;
}


tr.header-row {
  border: 1pt solid #1c355e;
  margin-top: 0in;
  margin-right: 0in;
  margin-bottom: 10.0pt;
  margin-left: 0in;
  line-height: 115%;
  height: 35px;
  font-size: 11.0pt;
  width: 119.7pt;
  text-align: center;
  background-color: #1c355e;
  padding: 0in 5.4pt 0in 5.4pt;
  color: #FFFFFF;
}

table.blue-tbl tr td {
  background-color: rgb(248, 248, 248);
  padding: 10px;
  font-size: 12pt;
  border: 1px solid #c6c6c6;
}



.form-label {
  font-size: 17px;
  margin: 15px 0px 5px;
}

input {
  font-size: 15px;
  margin: 0px;
  border: 1px solid #949494;
  border-radius: 3px;
  margin-bottom: 5px;
  padding: 2px;
}

.article-content div#ctl00_ContentPlaceHolder1_ctl12_dvFormTemplate {
  padding: 10px 10px 0px 10px;
}

div[id*="divEdit"] input {
  width: auto;
  margin-right: 5px;
}

.grid_row input, .grid_row_alt input {
  width: auto;
}

textarea {
  min-width: 300px;
  padding: 2%;
  font-size: 15px;
  margin: 0px;
  width: 94%;
  height: 100%;
  max-width: 94%;
  border: 1px solid #DADADA;
  border-radius: 3px;
}

input[type="submit"] {
  width: auto;
  padding: 15px;
  border: none;
  font-size: 15px;
  letter-spacing: 0.7px;
  background: #1c355e;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

input[type="submit"]:hover {
 background: #081b36;
}

input[type="image"] {
  width: auto;
  height: auto;
  padding: 0px;
  border: none;
}


table.border td {
  border: 1px solid #b1b1b1;
}


input[type="checkbox"],
input[type="radio"] {
  margin-right: 10px;
}


.mm-opened header.fixed { position: absolute; }
.mm-opening { position: absolute; }


/*-- Fix Default Layouts --*/

/*-- One Col 100% --*/
/*.ptl_col_1 { width: 98%; padding: 1%; }*/

/*-- Two Col 50% --*/
.ptl_col_1_2 { width: 48%; padding: 1%; overflow: visible; }

/*-- Two Coll 25% / 65% --*/
.ptl_col_1_4 { width: 23%; padding: 1%; overflow: visible; }
.ptl_col_3_4 { width: 63%; padding: 1%; overflow: visible;}

/*-- Two Coll 66% / 33% --*/
.ptl_col_2_3 {width: 65%; padding: 1%; overflow: visible;}
.ptl_col_1_3 {width: 31%; padding: 1%; overflow: visible;}


@media screen and (max-width: 750px) {
  .ptl_col_1_4 { width: 100%; padding: 0%; }
  .ptl_col_3_4 { width: 100%; padding: 0%; }
}


@media screen and (max-width: 580px) {
 .ptl_col_1 { width: 100%; padding: 0%; }

 .ptl_col_1_2 { width: 100%; padding: 0%; }

 .ptl_col_2_3 { width: 100%; padding: 0%; }
 .ptl_col_1_3 { width: 100%; padding: 0%; }
}

/* Department Revision */

.department.full-news-event button.slick-arrow {
  z-index: 500000;
}

.department #news-wrapper.two-columns .news-right {width:  100%;display:  flex;flex-wrap:  wrap;}

.department #news-wrapper.two-columns .news-right a {
  box-sizing:  border-box;
  float:  left;
  width: calc(50% - 20px);
  margin: 10px;
}

.homepage a.small-story-sidebar .story-info {
  height: 90px;
  line-height: 20px;
  overflow: hidden;
}

.rec-dept .ptl_col_1_3 .btnWrap.ImageWrapper {
  clear: both;
}

.rec-dept .ptl_col_1_3 .btnWrap.ImageWrapper a {
  height: 192px;
}

a.event {
  box-sizing: border-box;
}

a.btn.stackedIconButton img {
  max-height: 90px;
}

.subpage .eventsList {
  margin-bottom: 10px;
}

.department .events-footer {
  display: block;
}

div#content-wrapper {
  padding-top: 170px;
}

@media screen and (max-width: 950px) {

  div#content-wrapper {
    padding-top: 0px;
  }

}

header {
 position: fixed !important;
}

#page{
  margin-top: 145px;
}

@media screen and (max-width: 960px) {
  #page{
    margin-top: 375px;
  }

  #content-wrapper {
    margin-top: 300px;
  }
}

.label_skin_corporation {
    font-size: 17px;
}

#content-wrapper > .inside-padding > table {
    width: 100%;
}
