@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

@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');

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800&display=swap');

/*! 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.
 */

#page, .ptl_page, .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;
}

.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_13012726 button#btn_month_13012726 {
    color: #000;
}

h1, h2, h3, h4, h5 {
 font-weight: 500;
 color: #282828;
}


h1 {
    font-size: 3em;
    line-height: 1.2;
    margin: 0.37em 0;
}

h2 {
    font-size: 2.7em;
    margin: 0.37em 0;
    line-height: 1.2;
}

h3 {
    font-size: 2.4em;
    margin: 0.37em 0;
    line-height: 1.2;
}

h4 {
    font-size: 2.1em;
    margin: 0.57em 0;
line-height: 1.2;
}

h5 {
    font-size: 1.7em;
    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;
}

.subpage .row.contentArea > .inside-padding {
    max-width: calc(100% - 10px);
}

nav.megamenu.twelve.columns.mega_menu {
    max-width: calc(100% - 30px);
}

.portlet.homepage-quicklinks-bar .slick-list {
    max-width: calc(100% - 40px);
}

footer > .inside-padding {
    max-width: calc(100% - 40px);
}


.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;
}


.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;
}
#skip a:focus { 
	left: 50%;
	font-size: 1.3em;
    position: relative;
    width: auto;
    height: auto;
    color: #fff;
    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: Arial;
 font-size: 18px;
 font-weight: 400;
 color: #131313;
position: relative;
}

header .inside-padding {
 display: table;
}

header {
 background: url(/UserFiles/Servers/Server_10946972/Templates/img/SkylinePicPinole2.png);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
width: 100%;
z-index: 999;
position: relative;
}

header .inside-padding {
 display: table;
width: 100%;
max-width: calc(100% - 40px);
}

header .logo {
display: table-cell;
vertical-align: middle;
padding-right: 15px;
}

header .city-name {
    display: table-cell;
    vertical-align: middle;
}

header .city-name h1 {
font-family: Arial;
font-weight: 600;
margin: 0px;
font-size: 2em;
}

header .city-name span {
    font-family: Arial;
    font-weight: 600;
    margin: 0px;
    font-size: 2em;
    display: block;
}


.city-name em {
    font-family: 'times new roman';
    line-height: 28px;
   font-size: 1.3em;
}

header .header-right {
display: table-cell;
 width: 55%;
    text-align: right;
 vertical-align: middle;
  position: relative;
}

.header-left {
    width: 55%;
    display: table-cell;
    vertical-align: middle;
}

.headerLinks {
    width: 40%;
    display: table-cell;
   vertical-align: middle;
    position: relative;
    padding-right: 10px;
}


header a#ctl00_lnkGateway {
    color: #000;
    font-family: Arial;
    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;
}

.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: block;
   width: 100%;
}


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);
}






.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 {
font-size: .8em;
}

header.fixed .logo {
    transition: all .3s ease-out;
}

header.fixed .megamenu .level1 > a {
    font-size: 1em;
    padding: 15px;
    transition: all .3s ease-out;
}

header.fixed .header-left {
    transition: all .3s ease-out;
}

header.fixed #searchBox input {
    height: 40px;
}

header.fixed  .search {
    transition: all .3s ease-out;
}

header.fixed .headerLinks a.heroToggle {
    font-size: .8em;
}

header.animated.fadeInDown.fixed .inside-padding {
    padding: 2px;
    transition: all .3s ease-out;
 display: none;
}




.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;
}


.section-title h2 {
    font-size: 1.7em;
    margin-bottom: 20px;
   text-transform: uppercase;
   font-weight: 600;
}


/**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:hover {
	background: rgba(255, 255, 255, 0);
       color: #fff;
}


.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;
}

#menubar {
width: 100%;
background: #FFF;
}


/*==== QUICKLINK SECTION =====*/

.subpage .slick-track {
    margin: 0 auto;
    background: #f0efef;
}

.subpage .quicklinks-homepage-bar.slick-initialized.slick-slider {
    background: #f0efef;
   padding: 20px 0px;
}

.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;
}

.quicklinks-homepage-bar.slick-initialized.slick-slider button {
    top: 30%;
    background: transparent;
    border: none;
    z-index: 9;
}

.quicklinks-homepage-bar.slick-initialized.slick-slider button em {color: #253671;font-size: 3em;}

.quicklinks-bar__link a em {
    display: block;
    color: #aab037;
    font-size: 4em;
    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);
    z-index: 1;
    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 {
    padding: 30px 0px;
  border-bottom: 8px solid #036747;
}


.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;
}
.quicklinks-homepage a:hover > span.icn-background, .quicklinks-homepage a:focus > span.icn-background {
    background: #FFF;
}

#footer ul.socialMedia li a {
    text-decoration: none;
}


/*==== NEWS SECTION =====*/

#homeNewsWrapper .inside-padding {
    padding: 30px;
}

#newsFooterWrapper button.prev-arrow.slick-arrow, #newsFooterWrapper button.next-arrow.slick-arrow {position: relative;display: inline-block !important; background: transparent; color: #3d3d3d; font-size: 27px; border: none;}

#newsFooterWrapper a {
    display: inline-block;
  color: #3d3d3d;
   text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#newsFooterWrapper a:hover, #newsFooterWrapper a:focus {
    padding-left: 10px;
}

.news-nav {
    position: relative;
   display: inline-block;
 margin-left: 20px;
}

#newsFooterWrapper {
    position: relative;
   text-align: center;
  margin: 20px 0px;
}


ul.News-nav .slick-slide li:hover{
-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);
    transition: all 0.3s;
    
}

.tab-content  .inside .newsContent {
    display: none;
}

#homeNewsWrapper .tab {
    display: block;
    width: 100%;

}

#homeNewsWrapper .tab > ul, #homeNewsWrapper .tab > div {
    float: left;
   position: relative;
}

ul.tabs-menu {
    background: #FFF;
    width: 45%;
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative;
    border-left: 4px solid #036747;
}

#homeNewsWrapper {
    border: 2px solid #036847;
}


#homeNewsWrapper .tab > div {
 width: 55%;
    position: absolute;
    top: -10000px;
    left: -10000px;
}

section.news-events .w-60 > .inside-padding, section.news-events .w-40 > .inside-padding {
    padding: 30px;
}

section.news-events > .inside-padding {
    max-width: calc(100% - 10px);
}

.tab-content > .inside {
    display: table;
    width: 100%;
}

.tab-content .inside > div {
    display: table-cell;
    vertical-align: top;
}

.tab-content .inside > div.image { width: 60%; }
.tab-content .inside > div.newContent { width: 40%; }

ul.tabs-menu a {
    display: block;
    padding: 15px;
    color: #000;
    font-weight: 700;
    position: relative;
    background: #f4f4f5;
    margin-bottom: 20px;
}


ul.tabs-menu li a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -2px;
    margin-top: -8px;
    display: block;
    z-index: 3;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent transparent;
    transition: all .2s ease-in-out;
}

ul.tabs-menu .slick-slide.slick-current.slick-active li.current a:after, ul.tabs-menu li a:hover:after {
 border-color: transparent transparent transparent #1b6747;
}

ul.tabs-menu li.current a, ul.tabs-menu li a:hover {
 text-decoration: none;
}

.tab-content .image .inside {
    height: 460px;
}

#homeNewsWrapper .tab > div.current {
    position: static;
}

.newsTitle {
    color: #3a3c57;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px;
}

.newsDate {
    color: #696969;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 15px;
}

a.readMore {
    font-style: italic;
    color: #3a3c57;
    display: block;
    text-align: right;
    margin-top: 20px;
    font-size: 13px; 
}

span.titleText {
    padding-left: 10px;
    display: block;
}


.newsSummary {
    color: #3a3c57;
line-height: 1.7em;
}

.news-left {
    width: 50%;
    float: left;
   height: 400px;
  overflow: hidden;
}

.news-right {
    width: 50%;
    float: left;
    position: relative;
}


ul.News-nav .slick-slide.slick-current.slick-active li {
    background: #f3f2f2;
}

ul.News-nav .slick-slide.slick-current.slick-active li a:after {
     border-color: transparent transparent transparent #1b6747;
}

ul.News-nav li a:after {

     content: '';
    position: absolute;
    top: 50%;
    left: -2px;
    margin-top: -15px;
    display: block;
    z-index: 3;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 10px;
    border-color: transparent transparent transparent transparent;
    transition: all .2s ease-in-out;
}


ul.News-nav li a, ul.News-nav li a:hover {
 text-decoration: none;
 display: block;
}


.news-images .image .inside {
    height: 400px;
}

ul.News-nav li {
    min-height: 80px;
    background: #f1f1f1;
    margin-bottom: 11px;
   position: relative;
   padding-left: 15px;
   padding-top: 4px;
    width: calc(100% - 15px) !important;
}


.news-imgWrapper.slick-initialized.slick-slider {
    border-right: 4px solid #246646;
}




/*==== ROTATING BANNER =====*/

/* Banner */
  .banner > .container {
    max-width: 1280px; }
ul.reset {
  margin: 0;
  padding: 0;
  list-style: none; }
  .banner .main-slider {
    position: relative;
    opacity: 0; }
    .banner .main-slider {

}
.slide-title {
    position: absolute;
    z-index: 99;
    bottom: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.62);
    width: 100%;
    padding: 20px;
}

.slide-title h2 {
    color: #FFF;
    max-width: 1300px;
    margin: 0 auto;
    font-size: 1.1em;
}
.banner .main-slider .caption h2 {
    margin: 0px;
}

.banner .main-slider > a:hover, .banner .main-slider > a:focus {
    background: #FFF;
    color: #1b6747;
    transition: all .2s ease-in-out;
}

    .banner .main-slider .mobile-arrows {
      display: none; }
    .banner .main-slider > a {
      display: block;
      position: absolute;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      font-size: 2.5em;
      color: #fff;
      text-decoration: none;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10; }
      .banner .main-slider > a.fa-caret-left {
        left: 0; }
      .banner .main-slider > a.fa-caret-right {
        right: 0; }
      .banner .main-slider > a.sliderPlayPause {
          font-size: 1em;
        top: 0;
        right: 0;
        transform: translate(0%);
        background: #4c4b46; 
        color: #FFF;}
    .banner .main-slider ul.portlet.slick-dotted.slick-slider {
      margin-bottom: 0; }
      .banner .main-slider ul.portlet.slick-dotted.slick-slider .slick-dots {
        bottom: 0; }
        .banner .main-slider ul.portlet.slick-dotted.slick-slider .slick-dots li {
          width: 25px;
          height: 25px;
          margin: 10px 5px; }
          .banner .main-slider ul.portlet.slick-dotted.slick-slider .slick-dots li.slick-active button:before {
            background: #fff;
            border: 4px solid #00a2e3;
            opacity: 1; }
          .banner .main-slider ul.portlet.slick-dotted.slick-slider .slick-dots li button {
            padding: 0;
            text-align: center;
            width: 25px;
            height: 25px; }
            .banner .main-slider ul.portlet.slick-dotted.slick-slider .slick-dots li button:before {
              background: #00a2e3;
              opacity: 1;
              border-radius: 50%;
              box-sizing: border-box;
              border: 4px solid #00a2e3;
              content: '';
              width: 25px;
              height: 25px; }
    .banner .main-slider ul.portlet a {
      position: relative;
      display: block; }
      .banner .main-slider ul.portlet a .image {
        display: block;
        height: 400px;
}
        .banner .main-slider ul.portlet a .image:before {
            content: '';
           position: absolute;
          height: 70%;
          width: 100%;
          left: 0;
          bottom: 0;
          z-index: 1;
         /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */ }
    .banner .main-slider .caption {
     position: absolute;
      bottom: 0px;
      transform: translateY(-50%);
      width: 1000px;
      max-width: 55%;
      z-index: 1;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      text-align: center;
       color: #FFF; }
      .banner .main-slider .caption p {
        color: #FFF;
        font-weight: bold;
        font-size: 1.4em;
        line-height: 1.5em; }
       
      .banner .main-slider .caption span {
         }

@media screen and (max-width: 768px) {
  .banner .main-slider > a.sliderPlayPause {
    right: 0;
    top: 0px;
    transform: none; }
  .banner .main-slider ul.portlet a .image {
    height: 300px; }
    .banner .main-slider ul.portlet a .image:before {
      display: none; }
  .banner .main-slider .caption {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    max-width: none;
    width: 100%;
    padding: 20px;
    box-sizing: border-box; } 
   .banner .main-slider > a {
    transform: translateY(-40%);
    top: 40%;
}
    .banner .main-slider .caption p {
      font-size: 1em;
      color: #fff; }
    .banner .main-slider .caption span {
      font-size: 0.875em;
      color: #fff; } }


/*==== NIVO SLIDER =====*/

.mainContent a.nivo-nextNav {
    background: url('/UserFiles/Servers/Server_10946972/Templates/icn/arrow-right-1.png');
    width: 45px;
    height: 45px;
   top: 35%;
}

.mainContent a.nivo-prevNav {
    background: url('/UserFiles/Servers/Server_10946972/Templates/icn/arrow-left-1a.png');
    width: 45px;
    height: 45px;
   top: 35%;
}




/*==== HERO SECTION =====*/

section.banner {
   position: relative;
}


#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.news-events {
    padding: 30px 0px;
}

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 30px;
}

a.event:hover {
    text-decoration: none;
}

.event .weekday {
    font-weight: 700;
    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: #565657;

}

.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-top: 25px;
}

.events-footer a {
    text-decoration: none;
    color: #5a5a5a;
}


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;
}

a.event:hover .eventDate, a.event:focus .eventDate {
    background: #abb137;
    transition: all .3s ease-out;
}

.homepage .events-header.clearfix {
    display: none;
}



/*==== 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;
}

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-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;
}

.homepage .news-header h3{
display: none;
    
}

.news-header.clearfix {
    margin-bottom: 30px;
}

a[class*=story]:focus .read-more,a[class*=story]:hover .read-more {
  background: #1e1e1e;
}


.title-summary h3 {
    color: #FFF;
   font-size: 1.1em;
}



/*==== 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: #246646;
    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: 2.5em;
	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 strong {
    font-weight: 600;
}

.contact h3 {
    text-transform: uppercase;
    font-size: 1.5em;
    border-bottom: 3px solid #abb138;
    padding-bottom: 10px;
}

.contact {
    margin-top: 50px;
   margin-bottom: 30px;
    padding: 20px;
}

.contact h2 {
    color: #243771;
    letter-spacing: 0.03em;
    font-weight: 800;
    background: #f0efef;
    position: inherit;
    font-size: 20px;
    padding: 14px 7px;
}

.contact ul li span {
}

.contact h2:before {
    content: '';
    position: absolute;
    left: 0;
    background: #f0efef;
    width: 23%;
    height: 24px;
    z-index: -1;
    padding: 14px 7px;
    margin-top: -14px;
}

.contact ul {
    margin: 0;
    padding: 0;
   list-style: none;
  margin-top: 40px;
    
}

.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: 250px;
 background-size: cover;
 background-position: center;
 position: relative;
 opacity: 0;
 padding-top: 30px;
z-index: -1;
overflow: hidden;
display: table;
width: 100%;
border-bottom: 8px solid #036747;
transition: background-position 0.5s ease-out;

}

.subHero.visible {
 opacity: 1;
  -webkit-animation-name: fade-in;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
}

.quicklinks-homepage-bar.visible {
 opacity: 1;
  -webkit-animation-name: fade-in;
  -webkit-animation-duration: 4s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
}

.quicklinks-homepage-bar{opacity: 0;}

.featured-img-info {
    display: none;
    visibility: hidden;
}

.subHero:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #212121;
    opacity: 0.3;
    z-index: -1;
}

.main-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 0px);
    z-index: 1;
}

.main-header-bg img {
    border-left: 4px solid #fff;
    box-sizing: border-box;
    object-fit: cover;
    height: 100%;
}

.main-header-bg.three-imgs img {
    width: 33.33334%;
}


h1.page-title {
    color: #243771;
    letter-spacing: 0.03em;
    font-weight: 800;
    background: #f0efef;
    position: inherit;
    font-size: 20px;
    padding: 14px 7px;
    padding-left: 23px;
    margin-top: 30px;
}

h1.page-title:after {
    content: '';
    position: absolute;
    right: 0;
    background: #f0efef;
    width: 23%;
    height: 24px;
    z-index: -1;
    padding: 14px 7px;
    margin-top: -14px;
}


h2.page-title {
    color: #243771;
    letter-spacing: 0.03em;
    font-weight: 800;
    background: #f0efef;
    position: inherit;
    font-size: 20px;
    padding: 14px 7px;
    padding-left: 23px;
    margin-top: 30px;
}


h2.page-title:after {
    content: '';
    position: absolute;
    right: 0;
    background: #f0efef;
    width: 23%;
    height: 24px;
    z-index: -1;
    padding: 14px 7px;
    margin-top: -14px;
}


#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-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: 1em;
}

.mainContent .inside-padding .ptl_col_1 {
    padding: 20px;
    width: calc(100% - 40px);
}


.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;
}

.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: #0c274f;
    letter-spacing: 0.03em;
}

#breadcrumbs a {
    color: #5f5d5d;
    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: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    color: #000;
    font-size: 25px;
    margin-left: 0px;
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 {
    border: 3px solid #263770;
    padding: 17px 15px 13px 15px;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    display: block;
    line-height: 60px;
    border-radius: 50%;
    background: #f4f4f5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

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.icn-background img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
        -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.quicklinks-homepage a:hover span img, .quicklinks-homepage a:focus span img {
    -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.link-title {
    color: #000;
    display: block;
    font-size: 1.1em;
    padding: 10px 0px;
    text-align: center;
}

.portlet.homepage-quicklinks-bar .slick-list {
    max-width: 1300px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}


.quicklinks-homepage a {
    text-decoration: none;
   display: block;
}

.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;
}




/*==== TRANSLATE ====*/


.heroControls ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.heroControls ul:after {
    content: '';
    display: block;
    clear: both;
}

.heroControls > ul > li {
    display: inline-block;
    vertical-align: middle;
}

li.heroControlDrop {
    position: relative;
}

a.heroToggle {
    display: block;
    line-height: 50px;
    background: #ffffff;
    text-align: center;
    border-radius: 5px;
    margin-left: 10px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    color: #FFF;
    font-size: .9em;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16),0px 2px 5px 0px rgba(0, 0, 0, 0.26);
   text-transform: uppercase;
   letter-spacing: 0.05em;
}

a.heroToggle em { font-style: normal; }

.translateWrapper a.heroToggle {     background-color: #000;
    background-color: rgba(0, 0, 0, 0.82); }

a.heroToggle:hover, a.heroToggle:focus {
    transform: scale(1.01,1.01);
}

a.heroToggle em {
    font-size: 1.4em;
    margin-left: 10px;
}


.mainContent a.heroToggle {
    width: 275px;
    background: #f2f2f2;
   float: right;
   margin: 4px;
}


.mainContent a.heroToggle:hover, a.heroToggle:focus {
    transform: none;
    background: #1b6747;
}



ul.heroDropdown {
    display: none;
    position: absolute;
    top: 100%;
    background: #ffffff;
    z-index: 99999;
    border-radius: 5px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
    overflow: hidden;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16),0px 2px 5px 0px rgba(0, 0, 0, 0.26);
}

ul.heroDropdown a {
    display: block;
    padding: 0.6em 0.8em;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #eeeeee;
    transition: all 0.2s ease-in-out;
    font-size: 0.9em;
}

ul.heroDropdown a:hover {
    background: #eeeeee;
}




/* --------------------- 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: 5px; 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: 6px 10px 6px 10px;
     text-align: center;
    color: #FFF;
    background: #164c6c;
}

a.btn.stackedIconButton img {
    margin-top: 10px;
 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: 5px;
}

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: #0c274f;
}


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: #253671;
 color: #FFF;
 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: #FFF;
transition: all .2s ease-in-out;
}

footer a:hover {
 opacity: 0.7;
}

.footer-links span {
    display: block;
    margin-bottom: 10px;
    border-bottom: 2px solid #FFF;
    border-bottom: 2px solid rgba(255, 255, 255, 0.45);
    padding-bottom: 10px;
}

.footer-links .w-33 {
    padding: 10px;
    width: calc(33% - 20px);
}


footer .footer-links {
 float: left;
 width: 100%;
 position: relative;
 z-index: 2;
    padding-left: 2%;
  margin-top: 1%;
}

footer .footer-links:after {
 content: '';
 display: block;
 clear: both;
}


.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 0px;
   width: 100%;
}

.footer-links ul a {
    text-decoration: none;
}



.footer-links .w-33:nth-child(2) ul {
    width: 33%;
    float: left;
}

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 {
    padding-left: 15px;
   color: #FFF;
}


footer .credits {
 margin-top: 20px;
 background:#282828;
  padding: 20px;
color: #fff;
}

footer .credits p {
 margin: 0px;
 font-size: 14px;
 line-height: 17px;
text-align: center;
}

footer .credits a {
 color: #ffffff;
 text-decoration: underline;
}

footer .credits a:hover {
 text-decoration: none;
 color: #FFF;
}


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;
    
}


/*==== TEMP SEARCH ====*/

.row.search > .inside-padding {
    display: table;
    vertical-align: middle;
    height: 100%;
}


a#ctl00_btnSearch {
    color: #FFF;
    position: absolute;
    top: 25%;
    right: 20px;
   font-size: 22px;
   text-decoration: none;   
}

a#ctl00_btnSearch img {opacity: 0; display: none;}

#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 #000;
 padding-left: 20px;
font-weight: 300;
background: #000;
background: rgba(0, 0, 0, 0.72);
  color: #e3e3e3;
}


#searchBox input {
max-width: 550px;
width: 350px;
margin-bottom: 5px;
}


.search input#ctl00_SearchTerm:hover,.search input#ctl00_SearchTerm:focus {
    background: #FFF;
   color: #000;
}

.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: 18px;
}

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: #0c274f;
    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; }

#footer .logo a img {height: 150px; }
.headerLinks {width: 100%; display: block; }


.footer-links .w-33:nth-child(2) ul {
    margin: 10px 0px 0px 0px;
   width: 100%;
}

.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;
}

.header-left {
    width: 45%;
}

.subHero {
background-attachment: initial;
}
.megamenu .level1 > a{
font-size: 1em;
padding: 20px 10px;
}

header .city-name h1{ font-size: 1.5em;}


}


@media screen and (max-width: 950px) {
 .CMS_adminBar, #placeholder-CMS_admin_ToolBar, .RadMenu_PageControls, #divMenuOffset {
  display: none;
 }


section.news-events .w-60 > .inside-padding, section.news-events .w-40 > .inside-padding {
    padding: 10px;
}


.contact {
    margin-top: 0px;
    margin-bottom: 0px;
}

header {
    position: relative !important;
}

.hero{
height: 450px;}

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; }

.footer-links .w-33:nth-child(2) ul {
    margin: 10px 0px 0px 0px;
}


 #footer .footer-links { text-align: left; }

#footer:before{ display: none;}

 #footer > .inside-padding { padding: 0px; }

#footer .footer-links .w-33 {margin-bottom: 20px;     width: calc(100% - 30px); text-align: center;}

#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; }
}



@media screen and (max-width: 900px) {

 .desktopMenu { display: none; }

 #mobile-bar { display: block; }

header { position: relative;}



}

@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: calc(100% - 30px); float: none; padding: 15px; }

 #footer .footer-links { text-align: left; }

 #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; }

}

@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; }

 #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;}
header {
    position: relative;
}

.news-imgWrapper.slick-initialized.slick-slider {
    border-right: none;
}


.headerLinks {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 0px;
}

#header:after {
    display: none;
}


.subHero{ height: 250px; background-attachment: initial; }


header.fixed {
    position: relative;
}

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 { display: none; }

 #footer .w-50 { width: 98%; float: none; }

.socialmedia{ display: none;}

.quicklinks-bar__link a {
    border-right: 0px;
}


}


@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;
}

}




table.border {
    border: 1px solid #b1b1b1;
}


td.tbl_header {
    background: #0c274f;
    color: #ffffff;
    border: none;
    padding: 10px;
}

td.tbl_header a {
    color: #FFF;
}


.tbl {
  border: none;
}

div.tbl div.tbl_header {
  background: #0c274f;
  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 #0c274f;
    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: #0c274f;
    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: #0c274f;
  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;
}



/*-- 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%; }
}




#homeNewsWrapper .newsDate {
    display: none;
}

#homeNewsWrapper ul.News-nav li {
    display: flex !important;
    align-items: center;
}


.logo img {
    max-width: 120px;
}

.events-list .event-date {
    background: #036747;
}

footer {
    background: #015439;
}

span.icn-background {
    border: 3px solid #263671;
}

.quicklinks-homepage a:hover > span.icn-background, .quicklinks-homepage a:focus > span.icn-background {
    border-color: #036747;
    background: #263671;
}

.events-list .event-item a:hover .event-date, .events-list .event-item a:focus .event-date {
    background: #263671;
}


.quicklinks-homepage-bar.slick-initialized.slick-slider button em {
    color: #036747;
}

.quicklinks-homepage-bar.slick-initialized.slick-slider button:hover em,
.quicklinks-homepage-bar.slick-initialized.slick-slider button:focus em {
    color: #263671;
}

header .city-name span, .city-name em {
    font-family: 'Cinzel', serif;
}

.city-name em {
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
}

.translateWrapper a.heroToggle {
    background: #036747;
}

#searchBox input {
     border-color: #fff;
     background: #d2d2d2;
}


header {
    background: #015439;
}

header .city-name span, .city-name em {
    color: #fff;
}

a#ctl00_btnSearch {
    color: #015439;
}

.quicklinks-homepage a span.icn-background {
    background: #036747;
}

.mfp-item-content img {
    max-width: 300px;
}

textarea.reTextArea {
    line-height: normal;
}

/* New Fonts */

body {
    font-family: 'Open Sans', sans-serif;
}

.megamenu .level1 > a {
    text-transform: uppercase;
}

.section-title h2 {
    font-family: 'Poppins', sans-serif;
}

.footer-links span {
    font-family: 'Poppins', sans-serif;
}

h2.cat-title {
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

h2 {
    color: #246646;
}

body li.level2:hover, body li.level2:focus {
    background: none;
}

body li.level2:hover a, body li.level2:focus a {
    color: #000;
}
