@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700,500);
@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900';
@import 'https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900';



/*! 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: 2.5em;
  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.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


/*----- FONTS -----

    font-family: 'montserratblack';
    font-family: 'montserratbold';
    font-family: 'montserratlight';
    font-family: 'montserratregular';

*/

/*============================== START TEMPLATE ==============================*/

a, a:hover {
  color: #333333;
  text-decoration: none;
}

.searchBox{
display: block;}


#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; }


.clear { clear: both; }
.row:after { content: ''; display: block; clear: both; }
.inside-padding { max-width: 1400px; margin: 0px auto; padding: 10px; }
.w-33 { width: 33.333334%; float: left; }
.w-66 { width: 66.666667%; float: left; }

strong, em {
 font-weight: 700;
}

a.sizeable {
  color: #2e2e2e;
  text-decoration: underline;
  font-weight: 600;
}

a.sizeable:hover {
  /*opacity: 0.8;*/
}

p {
  line-height: 1.5em;
  font-size: 17px;
}

.row .ptl_portlet_vertical { overflow: visible; overflow-x: visible; }

.row > .inside-padding {
 padding: 10px 50px 10px 50px;
}

.designMode .background {
    z-index: -1;
    dsiplay: none;
}


body {
 background: #FFF;
font-family: 'Maven Pro', sans-serif;
 font-size: 16px;
 line-height: 1.5em;
 font-weight: 400;
 color: #3e3e3e;
 -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
font-family:'Maven Pro', sans-serif;
 margin: 0.67em 0;
line-height: 1.2em;
}

h2 { font-size: 2.1em; }
h3 { font-size: 1.7em; }
h4 { font-size: 1.5em; }
h5 { font-size: 1em; }
h6 { font-size: .9em; }

.nivoSlider {box-shadow: none !important;}

.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-62 { width: 62%; float: left; }
.w-66whole { width: 66%; float: left; }
.w-66 { width: 66.66667%; float: left; }
.w-70 { width: 70%; float: left; }

a.btn { font-size: 19px; padding: 10px; display: inline-block; text-decoration: none;   color: #ffffff; transition: all .2s ease-in-out; text-align: center; }
a.btn:hover, a.btn:focus {  transform: scale(1.07); }

a.readbtn {
    background: #ed7c2f;
    padding: 8px;
    position: relative;
    color: #FFF;
}

.readbtn em.fa.fa-angle-right {
    padding-left: 28px;
    color: #FFF;
    z-index: 99999999999999999;
    font-size: 22px;
}

a.readbtn:after {content: '';background: rgba(211, 104, 32, 0.38);width: 33px;height: 33px;position: absolute;top: 0px;right: 0px;/* z-index: -1; */}

span.offscreen {
    width: 1px;
    height: 1px;
    position: absolute;
    overflow: hidden;
    left: -10000px;
    top: -10000px;
}


ul.sizeable li, ol.sizeable li {
 margin-bottom: 5px;
}

.img-fl{
    margin-right: 10px;
}

.img-fr{
    margin-left: 10px;
}

.hascaption {
    border: 2px solid #577B20;
    border-radius: 3px;
    padding: 4px;
    background: #6c9134;
    display: inline-block;
}

.caption-holder {
    color: #ffffff;
    text-align: center;
    padding: 5px;
    font-size: 13px;
    line-height: 1;
    font-family: 'montserratregular';
}

.tbl {
  border: none;
}

div.tbl div.tbl_header {
  background: #404040;
  border: none;
  color: #ffffff;
  padding: 10px;
  text-transform: none;
  font-size: 17px;
  letter-spacing: .8px;
}

.form-label {
  font-size: 17px;
  margin: 15px 0px 5px;
}

input {
  max-width: 300px;
  padding: 2%;
  font-size: 15px;
  margin: 0px;
  width: 94%;
  border: 1px solid #DADADA;
  border-radius: 3px;
}

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: #404040;
  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: #000;
}

input[type="image"] {
  width: auto;
  height: auto;
  padding: 0px;
  border: none;
}

blockquote {
  border-left: 5px solid #6c9134;
  padding-left: 10px;
}


.sec-header h2,
.sec-header h3 {
 font-size: 24px;
 position:relative;
 font-weight: 500;
color: #666666;
margin: 0px;
letter-spacing: 0.02em
}

#search-area {
    background-color: #333333;
    padding: 20px;
 position: relative;
 -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.4);
    z-index: 1;
}


#search-area:before {
    position: absolute;
    background: #4d4d4d;
    width: 50%;
    z-index: 2;
    content: '';
    padding: 20px;
    bottom: 0;
    left: 0px;
-webkit-box-shadow: 5px 0px 9px 0px rgba(0,0,0,0.16);
-moz-box-shadow: 5px 0px 9px 0px rgba(0,0,0,0.16);
box-shadow: 5px 0px 9px 0px rgba(0,0,0,0.16);
}

#content-bottom {
    position: relative;
   background-color: #FFF;
}




#menubar ul#social-department.menu-social {
    position: absolute;
    right: 96px;
    top: 19px;
   width: 13%;
margin: 0 auto;
padding: 0px;
display: none;
}

#menubar ul#social-department.menu-social li.icn.facebook {
    background: transparent;
    color: #000;
}

#menubar ul#social-department.menu-social li a span {
    color: #000;
    font-size: 20px;
}

#menubar ul#social-department.menu-social li.icn.youtube {
    background: transparent;
}

#menubar ul#social-department.menu-social li.icn.twitter {
    background: none;
}


.portletEditMode #menubar { position: relative; top: 0px !important; }


#eventsRow > .inside-padding {
 background: #3b3a3a;
 padding: 0px;
 position: relative;
}


#events > .inside-padding > .w-60 {
    width: 55%;
    margin-right: 5%;
}


#news > .inside-padding > .w-60 {
    width: 55%;
    margin-right: 5%;
}


#news > .inside-padding {
    background: #FFF;
    position: relative;   
padding: 70px;
}





#eventsRow > .inside-padding > div {
 position: relative;
 z-index: 2;
}


#main-slider {
 position: relative;
}



.news-heading {
 text-align: center;
}

.news-heading h3 {
 font-size: 50px;
 border-bottom: 5px solid #7da93e;
 padding-bottom: 10px;
 margin: 40px 10px 10px;
}

.news-heading p {
 width: 60%;
 margin: 0px auto;
 color: #575757;
}

#newsControls .flex-control-nav {
 display: none;
}



#events {padding: 50px 10px 50px 10px;background: #2E7C35;border-top: 5px solid #166D1C;position: relative;-webkit-box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.34);-moz-box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.34);box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.34);background-image: url('/UserFiles/Servers/Server_5730343/Image/watermark/watermark-logo.png');background-repeat: no-repeat;background-position: right;}



.event-header > h3 {
    text-transform: uppercase;
}

.event-header h3 a:after {
    position: absolute;
    content: '';
    background: url('/UserFiles/Servers/Server_5730343/Templates/images/icons/right-arrow.png');
    width: 25px;
    height: 25px;
    top: -1px;
    margin-left: 6px;
}



.event-header h3 a {
    color: #FFF;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 200;
position: relative;
   margin-left: 20px;

}

.event-header {
    position: absolute;
    top: 0px;
    background: #166d1c;
    color: #FFF;
    padding: 0px 45px 0px 45px;
    -webkit-box-shadow: -1px 2px 14px 0px rgba(99,99,99,0.43);
    -moz-box-shadow: -1px 2px 14px 0px rgba(99,99,99,0.43);
    box-shadow: -1px 2px 14px 0px rgba(99, 99, 99, 0.28);
 width: 415px;
}

.w-50.tabs {
    width: 35%;
    margin-right: 15%;
}


#video {
    background: url(/UserFiles/Servers/Server_5730343/Templates/images/bottom-background-2.png);
    height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
   display: table;
  width: 100%;
}


.w-50.video-text {
    width: 45%;
    margin-right: 5%;
}

#video > .inside-padding {
   /* display: table-cell;
    vertical-align: middle;*/
margin: 50px auto;
}


#video-feature {
    background: #c17425;
    text-align: center;
    padding: 40px;
    -webkit-box-shadow: -1px 2px 14px 0px rgba(99, 99, 99, 0.93);
    -moz-box-shadow: -1px 2px 14px 0px rgba(99,99,99,0.93);
    box-shadow: -1px 10px 14px 3px rgba(31, 30, 30, 0.38);
}

.menuLogo {
 position: relative;
 width: 193px;
 padding: 5px;
 overflow: hidden;
 transition: all .4s ease-in-out;
 margin-left: 8px;
 z-index: 20;
display: table-cell;
vertical-align: middle;
}

a.menuLogo:hover {
    -webkit-transition: background .4s ease-out;
  -moz-transition: background .4s ease-out;
  -o-transition: background .4s ease-out;
  transition: background .4s ease-out;
opacity: 1;
    
}




.inner-bar {
    max-width: 1400px;
    margin: 0 auto;
   width: 100%;
display: table;
}

.menuLogo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
















/*-- Footer --*/

#footer {
 background: #404040;
 color: #ffffff;
padding-top: 30px;
padding-bottom: 20px;
}

#footer > .inside-padding {
 padding: 10px 50px 25px 50px;
}

#footer-left {
 float: left;
 width: 36%;
}

ul#contact-footer-links li {
    display: inline-block;
    width: 50%;
}

.footer-logo {
    width: 12%;
    float: left;
}

.footer-address {
    width: 80%;
    float: left;
}

#footer-right {
 float: left;
 width: 64%;
margin-top: 20px;
}


ul#contact-footer-links li em {
    color: #e2a90c;
}

.footer-links-left {
    width: 33%;
    float: left;
}

.footer-links-center {
    float: left;
width: 33%;
}

.footer-links-right {
    float: left;
width: 33%;
}


.footer-links ul a.btn {
    padding: 15px 0px;
    width: 100%;
    color: #FFF;
    margin-top: 30px;
    line-height: 20px;
}


#footer-right .footer-links strong {
    color: #e2a90c;
    font-size: 19px;
}


#footer-right .footer-links ul li a em {
    color: #FFF;
   font-size: 17px;
}


.footer-links.w-50 {
    margin-top: -46px;
}

.footer-links.w-50 ul {
    width: 100%;
}


#footer-right .footer-links {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px 1% 0px 0px;
    list-style: none;
}

#footer-right .footer-links ul {
    width: 100%;
}


.footer-links ul {
 float: left;
 width: 100%;
 margin: 0px;
 padding: 0px 1% 0px 0px;
 list-style: none;
}

ul#social-department li a:hover {
    border: none;
    opacity: 0.7;
}

.footer-links ul a {
 padding: 7px 0px 7px 0px;
 display: block;
 color: #ffffff;
 text-decoration: none;
 line-height: 6px;
 position: relative;
 transition: all .2s ease-in-out;
}


.footer-links ul li a:hover,
.footer-links ul li a:focus {
    padding-left: 7px;
}


.footer-links ul li {
 padding: 7px 0px 3px 0px;
 display: block;
 color: #FFF;
 text-decoration: none;
 line-height: 5px;
 position: relative;
 transition: all .2s ease-in-out;
}



#footer h2 {
  font-size: 41px;
  margin: 0px;
font-family: 'Roboto Condensed', sans-serif;
text-transform: uppercase;
}

#footer p {
 margin: 0px 0px 20px;
}

#footer .copy {
 margin-top: 20px;
border-top: 3px solid #e2a90c;
padding-top: 20px;
}

#footer .copy p {
 margin: 0px;
 font-size: 14px;
 line-height: 17px;
text-align: center;
}

#footer .copy a {
 color: #ffffff;
 text-decoration: none;
}

#footer .copy a:hover {
 text-decoration: underline;
}

.footer-links-right ul li {
    display: inline-block !important;
    padding: 12px !important;
}



/*-- SUBPPAGE --*/

/*.subpage #content > .row > .inside-padding {
 overflow: hidden;
}*/

#subpage-row > .inside-padding {
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
    z-index: 9;
    position: relative;
   min-height: 1200px;
}


.subpage .sidebar {
 float: left;
 width: 25%;
 position: relative;
 min-height: 10px;
}


#pageTitle h3 {
    font-weight: 700;
    color: #FFF;
   font-size: 22px;
}

#pageTitle h2 {
    font-weight: 700;
    color: #FFF;
   font-size: 22px;
}



#pageTitle.row {
background-color: #404040;
color: #FFF;
background-image: url('/UserFiles/Servers/Server_5730343/Image/watermark/subpage-watermark.png');background-repeat: no-repeat;background-position: right;
padding: 5px;

}


#sidenavMenu{
background-color: #E2A90C;
border-top: 7px solid #C18B14;
-webkit-box-shadow: 0px 3px 12px -2px rgba(0,0,0,0.44);
-moz-box-shadow: 0px 3px 12px -2px rgba(0,0,0,0.44);
box-shadow: 0px 3px 12px -2px rgba(0,0,0,0.44);
}


#sidenavMenu > .inside-padding {
    padding: 0px 50px;
    max-width: 1400px;
}


span.stButton {
    display: none !important;
}


.stButton .stLarge {
    display: none;
}

.crm_gridview_table .header {
    background-color: #b7704f;
    border: none;
    color: #FFF;
}

.crm_gridview_table {
    border: none;
}

.grid_header, tr.grid_header td, tr.grid_header th {
    border: none;
    padding: 10px;
}


tr.grid_row td a {
    text-decoration: none;
}

tr.grid_pager {
    background: #f2f2f2;
}

.grid_pager span {
    background: #b7704f;
    color: #fff;
}

tr.grid_row_alt {
    background: #f2f2f2;
}



.subpage #sub-content-left #sidebar .cover {
 background: #F2F2F2;
 display: block;
 width: 0px;
 height: 0px;
 position: absolute;
 top: -10px;
 right: 0px;
 z-index: -1;
}



.subpage .sidebar .cover {
 display: block;
 width: 0px;
 height: 0px;
 top: -10px;
 right: 0px;
 z-index: 1;
}

.subpage .sidebar #nav {
 position: relative;
 z-index: 2;
}

.subpage .main-content {
 width: 100%;
 min-height: 500px;
}

.main-content {
    background: #FFF;
}


.subpage.fullWidth .main-content { width: 100%; }

.subpage .main-content > .inside-padding {
 padding: 10px 10px 10px 30px;
}

.subpage.fullWidth .main-content > .inside-padding {
 padding: 10px 10px 10px 10px;
}

h3.page-title {
 font-size: 30px;
 margin: 0px;
 font-weight: normal;
 padding-bottom: 0px;
 margin-bottom: 10px;
 line-height: 50px;
color: #333333;
}

.subpage-bottom {
 opacity: 0;
 transition: all .2s ease-in-out;
padding: 8px;
background-color: #4d4d4d;
position: absolute;
width: 99%;
left: 0;
top: 0;
}

.subpage-bottom:after {content: '';background: #353535;width: 174px;height: 54px;position: absolute;right: 0px;top: 0px;}


ul#social-department li {
    display: inline-block;
    letter-spacing: 1px;
    margin: 10px auto;
    text-align:center;
padding: 4px;
margin: 5px;
}

ul#social-department li a {
    padding: 0px;
}




ul#social-department li a span {
    font-size: 24px;
    color: #E2DCCB;
    padding: 7px;
    text-align:center;
}

ul#social-department {
    margin: 0 auto;
    padding: 0px;
width: 100%;
}



ul#social-department li.icn.facebook {
    background-color: #5f6165;
    border-radius: 20px;
    text-align: center;
     width: 36px;
}

 ul#social-department li.icn.instagram {
    background-color: #5f6165;
    border-radius: 50px;
}

 ul#social-department li.icn.twitter {
    background-color: #5f6165;
    border-radius: 50px;
}

 ul#social-department li.icn.youtube {
    background-color: #5f6165;
    border-radius: 50px;
}

/* DEPARTMENT PAGE STYLING */

#Contact {
    background: #f7f7f7;
    -webkit-box-shadow: 0px 3px 12px -2px rgba(0,0,0,0.44);
    -moz-box-shadow: 0px 3px 12px -2px rgba(0,0,0,0.44);
    box-shadow: 0px 3px 12px -2px rgba(0, 0, 0, 0.22);
font-size: 17px;
padding: 0px 50px;
}

.departmentContact ul li span {
    display: block;
}

.departmentPage.Fire .dateTime {
   /* color: #FFF !important;*/
    /*background: #931928 !important;*/
}

.Fire #sidenavMenu .sidenavWrapper ul.sidenav {
    background: #541018;
}


.Fire ul.sidenav a:hover {
    background: #861d29;
}


.Fire .sb-r ul li a, .Fire .sb-r ul li a span {
    color: #FFF !important;
}


.Fire a.subnav-btn {
    color: #FFF;
}

.Fire ul.sidenav a{
color: #FFF;
    
}



li.contact-address span {
    font-weight: 200 !important;
}

.departmentPage.Fire .row .w-33 {
    padding: 15px;
    width: 30%;
}

.Fire #sidenavMenu {
    background: #931928;
    border-top: 7px solid #541018;
}

.Fire #sidenavMenu .sidenavWrapper {
    background: #541018;
}


.Parks #sidenavMenu {
    background: #247A31;
    border-top: 7px solid #1c5d26;
}

.Parks #sidenavMenu .sidenavWrapper {
    background: #1c5d26;
}

.Parks ul.sidenav {
    background: #1c5d26;
}

.Parks ul.sidenav a:hover {
    background: #247A31;
}


.Parks a.subnav-btn {
    color: #FFF;
}

.Parks ul.sidenav a{
color: #FFF;
    
}


.Parks.sb-r ul li a, .Parks .sb-r ul li a span {
    color: #FFF !important;
}



.development #sidenavMenu {
    background: #0074b0;
    border-top: 7px solid #056394;
}

.development #sidenavMenu .sidenavWrapper {
    background: #046496;
}

.development ul.sidenav {
    background: #0074b0;
}

.development ul.sidenav a:hover {
    background: #056394;
}

.development .sb-r ul li a, .development .sb-r ul li a span {
    color: #FFF !important;
}


.development a.subnav-btn {
    color: #FFF;
}

.development ul.sidenav a{
color: #FFF;
    
}


.Police a.subnav-btn {
    color: #FFF;
}

.Police ul.sidenav a{
color: #FFF;
    
}



.Police .sb-r ul li a, .Police .sb-r ul li a span {
    color: #FFF !important;
}

.Police #sidenavMenu {
    background: #00386B;
    border-top: 7px solid #052d52;
}

.Police #sidenavMenu .sidenavWrapper {
    background: #052d52;
}

.Police ul.sidenav {
    background: #052d52;
}

.Police ul.sidenav a:hover {
    background: #00386B;
}


.Public #sidenavMenu {
    background: #e56e2c;
    border-top: 7px solid #af521c;
}

.Public #sidenavMenu .sidenavWrapper {
    background: #af521c;
}

.Public ul.sidenav {
    background: #af521c;
}

.Public ul.sidenav a:hover {
    background: #9b430f;
}

.Public .sb-r ul li a, .Public .sb-r ul li a span {
    color: #FFF !important;
}

.Public .buttonText span {
}

.Public a.btn.textButton {
}

.Public a.subnav-btn {
    color: #FFF;
}

.Public ul.sidenav a{
color: #FFF;
    
}



.departmentContact ul li span:nth-child(2) {
    margin-left: 18px;
}


.departmentContact ul li span:first-child {
    font-weight: 600;
}

#Contact > .inside-padding > .ptl_col_1 {
    padding: 0px;
}



.departmentPage .row {
    padding: 50px 0px;
}


.departmentContact ul {
    text-decoration: none;
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    display: table;
}

.departmentContact ul li {
    display: table-cell;
   margin: 20px;
 width: 19%;
}

.departmentContact ul li em {
    color: #e2a90c;
}


.nivo-directionNav { display: none; }
.nivoSlider .nivo-caption {
 background: rgba(0,0,0,.5);
 opacity: 1;
}

.departmentPage .main-content .box {
 padding: 0px 0px 85px 0px;
}

.departmentPage .w-70 { width: 70%; float: left; }

.departmentPage .w-30 { width: 30%; float: left; }

.departmentPage .w-70 .inside {
 padding: 20px 20px 20px 0px;
}


.departmentPage .inside.subpageLogo {

 padding: 10px;
 margin-top: 20px;
 background-color: #333333;
 color: #FFF;
 margin-bottom: 20px;
    
}


.subpageLogo h4 {
    color: #FFF;
}

.departmentPage .row .subpageLogo a {
    color: #B7704F;
}


.departmentPage .main-content .box {
 padding: 0px 0px 85px 0px;
}

.departmentPage .w-30 .inside {
  margin-top: 20px;
}



#breadcrumbs {line-height: 40px;}


#breadcrumbs span {
    color: #FFF;
}


#breadcrumbs > div {
 margin-top: 6px;
}

#breadcrumbs span#spanBreadcrumbPageId { font-weight: 700; color: #FFF; letter-spacing: 0.5px;  }

#breadcrumbs a {
 color: #FFF;
 text-decoration: none;
}

#breadcrumbs a:hover {
 opacity: 0.8;
 text-decoration: underline;
}

.sb-r {
  position: relative;
  z-index: 99;
}


#bc.w-50 {
    float: right;
    text-align: right;
}

#items.w-50 {
    float: right;
    text-align: right;
}


.sb-r ul {
 margin: 0px;
 padding: 0px;
 list-style: none;
 text-align: right;
 display: inline;
 float: right;
}

.sb-r ul li {
 display: inline-block;
}

.sb-r ul li a {
 color: #404040;
 margin-left: 12px;
 cursor: pointer;
}

a#fs-plus span, a#fs-minus span {
  display: inline-block;
  padding: 7px 4px 5px 0px;
  font-size: 22px;
  font-family: arial;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #404040;
  font-weight: 700;
}

a#fs-plus:hover span, a#fs-minus:hover span {
}

.sb-r ul li .fa {
 font-size: 27px;
 position: relative;
 top: 5px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.sb-r ul li .fa.fa-share-square-o {
 top: 7px;
 cursor: pointer;
}

.sb-r ul li a:hover .fa {
 opacity: 0.8;
}

.sharePanel {
 position: absolute;
 top: -76px;
 left: 50%;
 margin-left: -117px;
 display: none;
 padding-bottom: 20px;
}

.sharePanel .inside {
 background: #3b3a3a;
 border: 2px solid #2b2b2b;
 border-radius: 5px;
 padding: 4px 5px 5px 5px;
 width: 220px;
 height: 49px;
 color: #ffffff;
}

.sharePanel .inside .share-icn {
 display: inline;
 width: 50%;
 float: left;
 text-align: center;
 line-height: 30px;
 line-height: 21px;
 font-size: 12px;
 cursor: pointer;
 width: 55px;
 font-family: 'Montserrat', sans-serif;
}

.sharePanel .inside .share-icn:hover {
 opacity: 0.8;
}

.sharePanel:after {
 content: '';
 display: block;
 position: absolute;
 bottom: 8px;
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 12px 10px 0 10px;
 border-color: #2b2b2b transparent transparent transparent;
 left: 50%;
 margin-left: -10px;
}

.sb-r ul li .fa.fa-share-square-o:hover .sharePanel {
 display: block
}

.sharePanel .fa {
  display: block;
}







@-webkit-keyframes fade-in {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}


.subHero {
 height: 380px;
 background-size: cover;
 position: relative;
 opacity: 0;
 padding-top: 50px;
 /*background-attachment: fixed;*/
 background-position: center;
}


.RotateBackground .subHero {
    height: 380px;
    opacity: 1;
    padding-top: 0px;
    z-index: -1;
   background-attachment: inherit;
}

.RotateBackground .subHero {
background-image: url("/UserFiles/Servers/Server_5730343/Image/bridge.jpg");
    
}


.Court.RotateBackground .subHero{
opacity: 0 !important;
}

.Fire.RotateBackground .subHero{
opacity: 0 !important;
}

.Parks.RotateBackground .subHero{
opacity: 0 !important;
}

.Police.RotateBackground .subHero{
opacity: 0 !important;
}

.subpage.RotateBackground .subHero {
    opacity: 0 !important;
}


.subHero.visible {
 opacity: 1;
  -webkit-animation-name: fade-in;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
}

.RotateBackground .subHero.visible {
    opacity: 0;
}

#nav .ptl_col_1 {
    padding: 0px;
}


.subHero h2 {
 font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif;
 font-style: italic;
 font-size: 60px;
 margin: 0px;
 text-shadow: 3px 3px 1px #333333;
}

.sidenav li {
 display: block;
 clear: both;
}

.sidenav a {
 color: #2e2e2e;
 text-decoration: none;
 font-size: 15px;
 display: block;
 font-family: 'Montserrat', sans-serif;
 font-weight: 400;
 position: relative;
 line-height: 17px;
}

ul.sidenav {
 list-style: none;
 margin: 0px;
 padding: 20px 10px 10px 0px;
}



.sidenav .level1 a {
 font-weight: 700;
 margin-top: 0px;
 display: inline;
}

.sidenav .level2 a {
 margin-left: 20px;
}

.sidenav .level2 a span, .sidenav .level3 a span {
 transition: all .3s ease-in-out;
 display: inline-block;
}

.sidenav .level2 a:hover span, .sidenav .level3 a:hover span {
 margin-left: 9px;
}

.waterWidget img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}


/*-- GOOGLE CUSTOM SEARCH --*/

/*--BAR--*/

#search form.gsc-search-box {
  font-size: 15px;
  margin: 0px;
}

#search table.gsc-search-box {
  border: none;
  margin: 0px;
  position: relative;
}

#search .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding: 0px;
}

#search .gsc-input-box {
  border: none;
  height: auto;
  background: transparent;
}

#search .gsib_a {
  padding: 0px;
}

#search td#gs_tti50 input {
  height: auto !important;
  margin: 0px !important;
  background: #ffffff !important;
}

#search .gsst_b {
  padding: 0px;
  font-size: 15px;
}

/*--BUTTON--*/

#search td.gsc-search-button {
  width: auto;
  position: absolute;
  top: 0px;
  right: 0px;
}

#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;
}

/*--SIERRA STYLES--*/

#search {
 position: relative;
 max-width: 1100px;
 margin: 0px auto;
}

#search > #___gcse_0 {
  width: 300px;
  position: absolute;
  right: 0px;
  top: 40px;
}

#search.gsib_b {
 display: none !important;
}

body #search td#gs_tti50 input {
  padding: 6px 30px 6px 6px !important;
  font-weight: 400
  font-size: 14px;
  color: #2e2e2e;
  letter-spacing: .5px;
  -webkit-box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.75);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body #search td#gs_tti50 input.watermark {
  color: #888888;
}

.gsst_a {
 display: none !important;
}

.search-results-page-box input.gsc-search-button, .search-results-page-box input.gsc-search-button:hover, .search-results-page-box input.gsc-search-button:focus {
  background: none;
  border: none;
  padding: 0px;
  margin: 0px;
  width: auto;
  height: auto;
  min-width: inherit;
}


/*-------- END GOOGLE SEARCH --------*/


a#ctl00_btnSearch {
    background: url(/UserFiles/Servers/Server_8941388/Templates/icn/search-icn.png);
    color: #FFF;
    background-repeat: no-repeat;
    padding: 0px;
   margin-left: -25px;
   display: none;
   
}

a#ctl00_btnSearch img {opacity: 0;}


.searchBox input#ctl00_SearchTerm {
    border-radius: 5px;
    background: #ffffff;
    border: none;
    height: 20px;
    padding: 12px;
    color: #000;
}

.searchBox input#ctl00_SearchTerm:hover,.search input#ctl00_SearchTerm:focus {
    background: #FFF;
}

.homepage .searchBox {
    position: absolute;
    height: 30px;
    bottom: 45%;
    width: 100%;
}


.homepage .hero .box input#ctl00_SearchTerm {
    max-width: 500px;
}

.homepage .divSearchBox {
    width: 500px;
}


.mega_search ul.second-level-list .searchBox {
    position: relative;
    margin: 0 auto;
}

.subpage .searchBox .divSearchBox {width: 250px;padding: 14px;}


.searchBox input#ctl00_SearchTerm:hover,.searchBox input#ctl00_SearchTerm:focus {
    opacity: 0.85;
}



#mobile-bar {
 display: none;
 line-height: 75px;
 font-weight: 700;
 color: #FFF;
 font-size: 21px;
 text-decoration: none;
 text-align: center;
}
.mobileMenuButton {
    display: none;
}


@media screen and (max-width: 950px) {
 .RadMenu_PageControls, #divMenuOffset {
  display: none;
 }

.CMS_adminBar, .CMS_DragDropWrapper {
    display: none;
}

#placeholder-CMS_admin_ToolBar {
    display: none;
}

}

@media screen and (max-width: 1270px) {

 #search > #___gcse_0 { right: 30px; }

}

@media screen and (max-width: 1190px) {

 #eventsRow .w-33, #eventsRow .w-66 { width: 50%; }

 .upcomingEvents .date { font-size: 15px; width: 20%; }
 .upcomingEvents .info { font-size: 15px; width: 80%; }

 .eventsBottom .viewAll { float: left; margin: 4px 0px 0px 5px; }
 .eventsControls a { font-size: 29px; }

}

@media screen and (max-width: 1050px) {

 #footer-left { width: 55%; }
 #footer-right { width: 45%; }

}

@media screen and (max-width: 1000px) {

 .row > .inside-padding { padding: 10px 20px 10px 20px; }

 #eventsRow > .inside-padding { margin: 0px 10px 0px 10px !important; }

}

@media screen and (max-width: 950px) {

 #menubar { position: relative; top: 0px !important;}

 #menubar .menuOffset { display: none; }

 #mobile-bar { display: block; line-height: 60px; }

/*.desktopMenu{ display: none;}*/
li.nav-item.level1.mega_about, li.nav-item.level1.mega_departments, li.nav-item.level1.mega_business, li.nav-item.level1.mega_visit, 
li.nav-item.level1.mega_i_want_to___, li.nav-item.level1.mega_translate.iconItem { display: none; } 
.mobileMenuButton { line-height: 45px; }
.container { float: right; }
.mobileMenuButton { width: 20%; display: inline-block; }
li.nav-item.level1.mega_search { width: 15%; }

.mobileMenuButton {
    display: block;
 line-height: 75px;
 font-weight: 700;
 color: #FFF;
 font-size: 21px;
 text-decoration: none;
 text-align: center;
}

.mobileMenuButton a {
    color: #FFF;
}

 .menuLogo {  height: 52px; }

 #breadcrumbs { float: left; width: 100%; }

 .sb-r { width: 100%; float: left; z-index: 1; }

 .mm-opening #quickLinks, .mm-background #quickLinks { position: absolute; }

 .subHero { padding-top: 0px; }
 .quick-links ul { display: none;
 }

.hero ul.slides.slick-initialized.slick-slider {
    height: 450px;
}


.hero{
height: 450px;
}

}


@media screen and (max-width: 1100px) {

.footer-logo {  width: 100%;   float: left;
}


ul#tabs{margin-top: 0px;}

#quick-links ul li { width: 50%; }

 #eventsRow .w-33, #eventsRow .w-66 { width: 100%; float: none; }

#news > .inside-padding > .w-60 { width: 100%;   float: none; margin-left: 0%; }
#events > .inside-padding > .w-60 { width: 100%; margin-right: 0%; float: none;}

 .quick-links ul { display: none; }


 .mobile-quick-links { display: block; width: 100%; }

 .quickOpen #quick-links ul {
  display: block;
  width: 100%;
  height: auto !important;
  top: 0px !important;
  background: transparent;
 }

#socialMedia{display: none;}



 #eventsRow .w-66 { padding-top: 1px; }

 .upcomingEvents .date { font-size: 15px; width: 30%; }
 .upcomingEvents .info { font-size: 15px; width: 70%; }

 #footer-left, #footer-right { width: 100%; float: none; }
#footer > .inside-padding { text-align: center; }
.footer-address { width: 100%;  float: none; }
#footer-right { text-align: center; }

.footer-links ul a {
    line-height: 21px;
    padding: 0px;
}

 .w-30, .w-33, .w-34, .w-38, .w-40, .w-50, .w-62, .w-66whole, .w-66, .w-70 { width: 100%; float: none; margin-bottom: 30px; }
 .w-25 { width: 50%; }

.w-70 > #events {
   width: 100%;
    margin-bottom: 20px;
}

#pageTitle > .inside-padding > .w-50 {
    margin-bottom: 0px;
    width: 50%;
   float: left;
}

#sidenavMenu .w-50 {
    width: 50%;
    float: left;
    margin-bottom: 0px;
}



.departmentPage .w-70 {
width: 100%;
float: none;
}

.departmentPage .w-30 {
width: 100%;
float: none;
}

#footer-right .footer-links {
float: none;
text-align: center;
width: 100%;
}

.w-60 { width: 100%;  float: none; }

.event-header{ position: relative; background: transparent;}


}


@media screen and (max-width: 960px) {

.footer-logo {  width: 100%;   float: left;
}

.event-header{ position: relative; background: transparent;}

.w-50.tabs{ width: 100%; float: none; margin:0px;}

.w-50.video-text{ width: 100%; float: none; margin: 0px;}

#menubar ul#social-department.menu-social{
display: none;}

#news {
    padding-top: 0px;
}



a#events-button {
width: 93%;
}


ul#tabs{margin-top: 0px;}

#quick-links ul li { width: 50%; }

 #eventsRow .w-33, #eventsRow .w-66 { width: 100%; float: none; }

#news > .inside-padding > .w-60 { width: 100%;   float: none; margin-left: 0%; }
#events > .inside-padding > .w-60 { width: 100%; margin-right: 0%; float: none;}


 .mobile-quick-links { display: block; width: 100%; }

 .quickOpen #quick-links ul {
  display: block;
  width: 100%;
  height: auto !important;
  top: 0px !important;
  background: transparent;
 }

#socialMedia{display: none;}



 #eventsRow .w-66 { padding-top: 1px; }

 .upcomingEvents .date { font-size: 15px; width: 30%; }
 .upcomingEvents .info { font-size: 15px; width: 70%; }

 #footer-left, #footer-right { width: 100%; float: 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; margin-bottom: 30px; }
 .w-25 { width: 50%; }

.w-70 > #events {
   width: 100%;
    margin-bottom: 20px;
}

.departmentPage .w-70 {
width: 100%;
float: none;
}

.departmentPage .w-30 {
width: 100%;
float: none;
}

#footer-right .footer-links {
float: none;
}

.w-60 { width: 100%;  float: none; }

#content-bottom .triangleOne, #content-bottom .triangleTwo {
    display: none;
}

span.btnWrapper {
    margin-bottom: 0px;
}


}



@media screen and (max-width: 860px) {

#breadcrumbs {line-height: 23px;}

.background {height: 200px; padding: 0px;}

#pageTitle h2{ margin: 0px;}


/*.desktopMenu {
    display: none;
}*/
li.nav-item.level1.mega_about, li.nav-item.level1.mega_departments, li.nav-item.level1.mega_business, li.nav-item.level1.mega_visit, 
li.nav-item.level1.mega_i_want_to___, li.nav-item.level1.mega_translate.iconItem { display: none; } 
.mobileMenuButton { line-height: 45px; }
.container { float: right; }
.mobileMenuButton { width: 20%; display: inline-block; }
li.nav-item.level1.mega_search { width: 15%; }

#searchTest{ bottom: 50%;}


.homepage .divSearchBox {
    width: 250px;
}

.homepage .searchBox {
    bottom: 55%;
}


ul#contact-footer-links li {
    display: block;
    width: 100%;
}

.footer-links-right ul li {
    display: block;
    padding: 12px;
}

.departmentPage.Fire .row .w-33 {
    padding: 0px;
    width: 100%;
}

.departmentContact ul li{
width: 100%;
}


h3.page-title{ margin: 0px;}


.newsItem {
    width: 100%;
    margin-bottom: 0px;
    display: block;
}


#sidenavMenu .inside-padding .w-50 {
    margin-bottom: 0px;
}

#sidenavMenu > .inside-padding{ padding: 0px;}
.sidenavWrapper { width: 35%;}

.departmentContact ul li {
    display: block;
}

 .subpage .row > .inside-padding { padding: 0px; }

 .subpage .sidebar { width: 100%; float: none; }
 .subpage .sidebar .cover { display: none; }
 .subpage .sidebar #nav { padding-right: 0px;  color: #FFF; margin: 0px; padding-top: 0px;  }
 .weather-wrapper { display: none; }

 .subpage .main-content { width: 100%; float: none; min-height: initial;  }
 .subpage .main-content > .inside-padding { padding: 10px; }

 .subHero { height: auto; padding: 10px; min-height: 200px; }


.RotateBackground .subHero {
    height: 200px;
   padding: 0px;
}

 .subHero .box { display: none; }

 .subHero .box { position: static; }

 .subHero .logo { float: none; width: 100%; text-align: center; }

 .subHero .logo img { max-width: 200px; }


 .hero .box { margin: 0px !important; top: 50px; }

.helpful-links ul li {
    display: block;
    text-align: left;
}

#fun-facts-wrapper { display: none;}

 .hero .box .inside { text-align: center; padding: 15px !important; }

 .hero .logo { width: 100%; position: static !important; }

 .hero .info { width: 100%; position: static !important; }

 .sidenav .level2 { display: block; }

.alertWrapper span.title { display: block;}

 .level2.show { display: block; }

 #search { margin: 25px auto 25px auto; }

 #search > #___gcse_0 { position: static; width: 100%; }

 body #search td#gs_tti50 input { padding: 15px 30px 16px 15px !important; max-width: 100%; }

 #search input.gsc-search-button, #search input.gsc-search-button:hover, #search input.gsc-search-button:focus { padding: 13px 6px 8px 6px; }

.homepage .divSearchBox {
    width: 250px;
}

.homepage .searchBox {
    bottom: 62%;
}


 .waterWidget { display: none; }

.subpage-bottom{ position: relative;}

#subpage-row > .inside-padding{ padding-top: 0px;}
.subpage-bottom:after{ display: none;}

}


@media screen and (max-width: 640px) {

 #theme { padding-left: 0px !important; }

.homepage #searchBox {
    bottom: 55%;
}

.homepage #searchBox > #___gcse_0 {
    width: 250px;
}

.homepage .divSearchBox {
    width: 250px;
}

.homepage .searchBox {
    bottom: 58%;
}

 #footer { margin-left: 0px !important; }

 #footer > .inside-padding { padding: 10px 10px 10px 10px; }

 .news-heading p { width: 100%; }

 #quickLinks { width: auto; }

 #quickLinks:before { display: none; }

#fun-facts-wrapper {
    display: none;
}

.inner-slide{ height: 300px;}

.carousel-caption{ display: none;}

.flexslider .box {
    display: none;
}


#content-bottom .triangleOne, #content-bottom .triangleTwo {
    display: none;
}

 #quickLinks ul {
  display: none;
 }

#quickLinks .quick-links {
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -o-transition: all 0.3s;
 transition: all 0.3s;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 3010;
  background: #ed7c2f;
  width: 100%;
  height: 50px;
  overflow: hidden;
  backface-visibility: hidden;
}

.quickOpen #quickLinks .quick-links {
 display: block;
 position: fixed;
 bottom: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 background: #353534;
 background: rgba(53, 53, 52, 0.95);
}

.quickOpen #quickLinks {
    z-index: 3010;
}

.quickOpen #quickLinks li {
    width: 50%;
    display: inline-block;
    text-align: center;
}

 .quickOpen #quickLinks ul li a {
  background: transparent;
  position: relative;
 }


.quickOpen #quickLinks ul li a span {
  background: transparent;
  position: relative;
  box-shadow: none;
}


 .quickOpen #quickLinks ul {
  display: block;
  width: 100%;
  height: auto;
 top: 0px;
background: transparent;
position: relative;
 }

 .hero span { margin-bottom: 0px; }

 #breadcrumbs, .sb-r { float: none; width: 100%; text-align: left;}

 .sb-r { margin-top: 5px; }

 .sb-r ul { float: none; }

 .sb-r ul li a { margin: 0px 10px 0px 0px; }

 .sb-r .share { margin-right: 10px; }

 .mm-opened #quickLinks, .mm-opening #quickLinks { display: none; }


}


@media screen and (max-width: 540px) {

#searchTest { bottom: 49%;}
.homepage #searchBox {
    bottom: 55%;
}

#pageTitle > .inside-padding > .w-50 {
    margin-bottom: 0px;
   width: 100%;
   float: none;
}

#pageTitle h2{margin-bottom: 20px;}

.homepage #searchBox > #___gcse_0 {
    width: 250px;
}



}

@media screen and (max-width: 960px) {


 #quickLinks { width: auto; }

 #quickLinks:before { display: none; }


.flexslider .box {
    display: none;
}


 #quickLinks ul {
  display: none;
 }

#quickLinks .quick-links {
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -o-transition: all 0.3s;
 transition: all 0.3s;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 3010;
  background: #ed7c2f;
  width: 100%;
  height: 50px;
  overflow: hidden;
  backface-visibility: hidden;
}

.quickOpen #quickLinks .quick-links {
 display: block;
 position: fixed;
 bottom: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 background: #353534;
 background: rgba(53, 53, 52, 0.95);
}

.quickOpen #quickLinks {
    z-index: 3010;
}

.quickOpen #quickLinks li {
    width: 50%;
    display: inline-block;
    text-align: center;
}

 .quickOpen #quickLinks ul li a {
  background: transparent;
  position: relative;
 }


.quickOpen #quickLinks ul li a span {
  background: transparent;
  position: relative;
  box-shadow: none;
}


 .quickOpen #quickLinks ul {
  display: block;
  width: 100%;
  height: auto;
 top: 0px;
background: transparent;
position: relative;
 }



 .mm-opened #quickLinks, .mm-opening #quickLinks { display: none; }


}




@media screen and (max-height: 840px) {

 .menuOffset { padding: 0px !important; }

 #theme { padding-left: 0px !important; }

 #footer { margin-left: 0px !important; }

 #footer > .inside-padding { padding: 10px 10px 10px 10px; }

 #quickLinks { width: auto; }

/*.footer-links ul { width: 100% !important; }*/

.footer-links ul a { line-height: 15px;}

 #quickLinks:before { display: none; }

 #quickLinks ul {
  display: none;
 }

#quickLinks .quick-links {
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -o-transition: all 0.3s;
 transition: all 0.3s;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 3010;
  background: #ed7c2f;
  width: 100%;
  height: 50px;
  overflow: hidden;
}

.quickOpen #quickLinks .quick-links {
 display: block;
 position: fixed;
 bottom: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 background: #353534;
}

.quickOpen #quickLinks {
    z-index: 3010;
}

.quickOpen #quickLinks li {
    width: 20%;
    display: inline-block;
}

 .quickOpen #quickLinks ul {
  display: block;
 }

.mm-opening #quickLinks .quick-links, .mm-background #quickLinks .quick-links {
  position: absolute;
}


 #quickLinks { width: auto; }

 #quickLinks:before { display: none; }


.flexslider .box {
    display: none;
}



 #quickLinks ul {
  display: none;
 }

#quickLinks .quick-links {
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -o-transition: all 0.3s;
 transition: all 0.3s;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 3010;
  background: #ed7c2f;
  width: 100%;
  height: 50px;
  overflow: hidden;
  backface-visibility: hidden;
}

.quickOpen #quickLinks .quick-links {
 display: block;
 position: fixed;
 bottom: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 background: #353534;
 background: rgba(53, 53, 52, 0.95);
}

.quickOpen #quickLinks {
    z-index: 3010;
}

.quickOpen #quickLinks li {
    width: 50%;
    display: inline-block;
    text-align: center;
}

 .quickOpen #quickLinks ul li a {
  background: transparent;
  position: relative;
 }


.quickOpen #quickLinks ul li a span {
  background: transparent;
  position: relative;
  box-shadow: none;
}

 .mobile-quick-links { display: block; width: 100%; }


 .quickOpen #quickLinks ul {
  display: block;
  width: 100%;
  height: auto;
 top: 0px;
background: transparent;
position: relative;
 }



 .mm-opened #quickLinks, .mm-opening #quickLinks { display: none; }



}

@media screen and (max-height: 750px) and (max-width: 640px) {

.quickOpen #quickLinks li {
    width: 50%;
    display: inline-block;
}

}

@media screen and (max-height: 750px) and (min-width: 950px) {

.inside-nav {
  padding: 0px 20px 0px 90px;
}

}


span.qu-text {
 font-weight: 400;
 font-size: 18px;
}

.mobile-quick-links {
 color: #ffffff;
 text-align: center;
 font-weight: 700;
 text-transform: uppercase;
 line-height: 50px;
 font-size: 20px;
 cursor: pointer;
}

.mobile-quick-links span.qbText {
 display: inline;
}

.mobile-quick-links span.fa {
 display: inline-block;
 font-size: 35px;
 position: relative;
 top: 4px;
 margin-left: 5px;
 font-weight: normal;
}

.quickOpen .mobile-quick-links span.fa:before {
 content: "\f00d";
 font-size: 25px;
 top: -3px;
 position: relative;
}

.mobile-quick-links span em {
 display: none;
}

.mobile-quick-links .qu-text span {
 display: inline;
 font-weight: 700;
}




.subpageContent {
  margin-top: 20px;
  padding-bottom: 30px;
}


.media img {
 max-width: 50%;
 margin: 0px 15px 0px 0px;
}


.posd-color {
  width: 80px;
  height: 80px;
  display: inline-block;
}

.bg-purple {
  background: #171b4a;
}

.bg-green {
  background: #6c9134;
}



.form-wrapper input[type="checkbox"], input[type="radio"] {
  float: left;
  width: auto;
  margin: 10px;
}

.tbl_row_data input[type="radio"] {
 float: none;
}

.tbl_row_data input[type="checkbox"] {
 float: none;
 width: auto;
}

a#ctl00_lnkMyProfile {
  width: auto;
  padding: 10px 15px 10px 15px;
  border: none;
  font-size: 15px;
  letter-spacing: 0.7px;
  background: #6c9134;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  border-radius: 3px;
  margin-top: 10px;
  font-weight: 700;
}

a#ctl00_lnkMyProfile:hover {
  background: #88be3b;
  text-decoration: none !important;
}

.form-wrapper .row {
  margin-bottom: 10px;
}

.form-wrapper textarea {
  margin-top: 10px;
}

.form-wrapper input {
  margin-left: 10px;
}

.form-wrapper input[type="radio"] {
  float: none;
}

.form-wrapper span {
  width: 30%;
  display: inline-block;
  text-align: right;
}

@media screen and (max-width: 950px) {

.form-wrapper span {
  width: 100%;
  display: block;
  text-align: left;
}

.footer-links ul { width: 100% !important; }

.form-wrapper input {
  margin-left: 0px;
  margin-top: 10px;
}

}


.subpage .grid_row td, .grid_row_alt td {
 white-space: normal !important;
 width: auto !important;
padding: 10px;
text-decoration: none;
}

.subpage .search_bar, table.search_bar td {
 white-space: normal !important;
} 



.tableWrapper label { display: none; }

@media screen and (max-width: 650px) {
.newscontent:after { display: none; }
.tableWrapper { overflow: auto; }
.tableWrapper label { display: block; }
.footer-links-left {
    width: 100%;
    float: none;
}

.event-header h3 a{ margin-left: 0px; display: block; margin-top: 10px;}

.event-header{ position: relative; background: transparent; width: auto; padding: 0px;}

#news > .inside-padding { padding: 20px 10px;}

 a.newsItem.main, .secondaryNewsItems { width: 100%; float: none; margin: 0px; }

 .newsItem.main .image .inside { height: 180px; }

.secondaryNewsItems .newsItem:first-child { border-top: 1px solid #DEDADA; margin-top: 20px; padding-top: 20px; }


.footer-links-center {
    width: 100%;
    float: none;
}

.footer-links-right {
    float: none;
    width: 100%;
}
}



/*-- Fix Default Layouts --*/

/*-- One Col 100% --*/
.ptl_col_1 { width: 98%; padding: 1%; }
.homepage .ptl_col_1 { width: 98%; padding: 0px; }

/*-- Two Col 50% --*/
.ptl_col_1_2 { width: 48%; padding: 1%; }

/*-- Two Coll 25% / 65% --*/
.ptl_col_1_4 { width: 23%; padding: 1%; }
.ptl_col_3_4 { width: 63%; padding: 1%; }

/*-- Two Coll 66% / 33% --*/
.ptl_col_2_3 {width: 65%; padding: 1%;}
.ptl_col_1_3 {width: 31%; padding: 1%;}


@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%; }
}

.designMode .subpageContent img{
  margin: 0px;
}

.megamenu .level1 > a, .megamenu li.mega_how_do_i > div {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

ul.sidenav {
    top: 30px;
}

#footer .copy a {text-decoration:underline;}
#footer .copy a:hover {text-decoration:none;}


/* Subpage Background Slider */

.background-container .background {
    display: block;
    position: relative;
    left: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 380px;
    z-index: auto;
}

.background-container .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
    margin: 0;
    padding: 0;
}

.background-container {
    position: relative;
}

.background-container .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.background-container .slick-dots li button {
    background: white;
    border: none;
    width: 12px;
    height: 12px;
    font-size: 0;
    padding: 0;
    border-radius: 50%;
}

.background-container .slick-dots li.slick-active button {
    background: #247a31;
}

.background-container .slick-dots li button:hover, .background-container .slick-dots li button:focus {
    background: #4a4a4a !important;
}


#Contact .bgs-container {
    display: none;
}

.background-container .background .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px 20px 30px;
    width: 100%;
}

.background-container .background {
    position: relative;
}

.background-container .background .caption .title {
    display: block;
    font-size: 20px;
}

.background-container .background .caption .summary {
    font-size: 16px;
    line-height: 20px;
}

.background-container .background .caption a {
    color: #fff;
    text-decoration: underline;
    padding-left: 10px;
}

.background-container .background .caption a:hover, .background-container .background .caption a:focus {
    text-decoration: none;
}

#menubar #mobileNav {height: 70px;width: 100px;}

.mobileMenuButton {
    display: none !important;
}

@media screen and (max-width: 900px) {
#menubar {
    margin-bottom: 0;
}
.background-container .background {
 height: 280px;
}
}

@media screen and (max-width: 600px) {
.background-container .background {
 height: 220px;
}
.background-container .background .caption .summary {
 display: none;
}
.background-container .background .caption a {
 padding: 0;
}
}

.background-container .background .caption {
    box-sizing: border-box;
}

.bgs-container {
    display: none;
}

/* Subpage Banner */

.mfp-item-content img {
    max-width: 300px;
    display: block;
}

.subpage-banner-slider {
    padding: 20px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.subpage-banner-slider, .subpage-banner-slider * {
    box-sizing: border-box;
}

.subpage-banner-slider .banner-container .banner-slide .image {
    height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.subpage-banner-slider .banner-container .banner-slide {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.subpage-banner-slider .banner-container .banner-slide .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 15px;
    width: 100%;
}

.subpage-banner-slider .banner-container .banner-slide .caption .title {
    /*display: block;*/
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    padding: 0;
}

.subpage-banner-slider .banner-container .banner-slide .caption .title a {
    color: #fff;
}

.subpage-banner-slider .banner-container .banner-slide .caption a {
    color: #fff;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #fff;
    font-weight: 400;
}

.subpage-banner-slider .banner-container .banner-slide .caption a:hover, .subpage-banner-slider .banner-container .banner-slide .caption a:focus {
 text-decoration: none;
}

.subpage-banner-slider .dots .slick-dots {
    padding: 10px;
    margin: 0;
    text-align: center;
}

.subpage-banner-slider .dots .slick-dots li {
    list-style: none;
    display: inline-block;
    padding: 3px;
}

.subpage-banner-slider .dots .slick-dots li button {
    background: #d6d5cf;
    border:  none;
    width: 12px;
    height: 12px;
    padding: 0;
    font-size: 0;
    border-radius: 50%;
}

.subpage-banner-slider .dots .slick-dots li button:hover, .subpage-banner-slider .dots .slick-dots li button:focus {
    background: #e2a90c;
}

.subpage-banner-slider .dots .slick-dots li.slick-active button {
    background: #e2a90c;
}

@media screen and (max-width: 900px) {
.subpage-banner-slider .banner-container .banner-slide .image {
  height: 300px;
}
}

@media screen and (max-width: 600px) {
.subpage-banner-slider .banner-container .banner-slide .image {
  height: 250px;
}
}

/* Custom Styles Nath */
.nivoSlider .nivo-startstopNav {
 z-index: 3009;
}

/* ---------- REMOVE FEATURED IMAGE FOR NEWS --------- */
#news_content_body #featured_image {
display:none;
}

@media screen and (max-width: 860px) {


.subpage-banner-slider .banner-container .banner-slide .caption .title {
    /* display: block; */
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    padding: 0;
}
}

/* IM-49785 */
.row .subpage-banner-slider {
    max-width: 100%;
    padding: 0;
}

.row > .inside-padding > div[class*='w-'] {
    padding: 10px;
    box-sizing: border-box;
}

.row.bg {
    background: #1e6d1b;
}

.galley-container .w-33 {
    width: 25%;
}

.row .bannerContainer {
   margin: 0 auto;
}

.row ul#tabs {
    border-top: solid 3px #fff;
    border-left: solid 3px #fff;
    border-right: solid 3px #fff;
}

.row ul#tab {
    border-right: solid 3px #fff;
    border-left: solid 3px #fff;
    border-bottom: solid 3px #fff;
}

.row #headlines-wrapper {
    background: #fff;
    padding: 10px;
}

.w-75 {
    width: 75%;
    float: left;
}

@media screen and (max-width: 900px){
.row > .inside-padding > div[class*='w-'] {
    width: 100%;
}

.galley-container .w-33 {
        width: 300px;
    margin: 0 auto;
    max-width: 100%;
}
}

.row.bg {
    position: relative;
}

.row.bg:after {
    position: absolute;
    top: 0;
    left: 100%;
    content: '';
    height: 100%;
    width: 100vw;
    background: #1e6d1b;
}

.row.bg:before {
    position: absolute;
    top: 0;
    right: 100%;
    content: '';
    height: 100%;
    width: 100vw;
    background: #1e6d1b;
}
/* End of IM-49785 */

/* IM-53800 */
#ctl00_ContentPlaceHolder1_ctl06_linkLastNav {
    display: none;
}
/* IM-53800 */