@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,600,700,800');

@import url('https://fonts.googleapis.com/css?family=Arapey');
/*! 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"], input[type="reset"], input[type="submit"] {
  /* 1 */
  -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 {
  position: relative;
  margin-bottom: 50px;
}
.portletEditMode #header, .portletEditMode #menubar {
  position: relative;
  margin-bottom: 50px;
}
div#divMonthlyViewSelectionToolbar_8981135 td button {
  color: #000 !important;
}
h1, h2, h3, h4, h5 {
  font-weight: 100;
  color: #20619b;
  font-family: "Arapey", serif;
}
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: #0057A8;
}
p {
  margin: 0px 0px 15px 0px;
  line-height: 28px;
}
#news_content_body #featured_image {
  max-height: 300px;
}
.inside-padding {
  padding: 10px;
  margin: 0px auto;
  max-width: 1300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mainContent .inside-padding {
  line-height: 1.7em;
}
#content {
  margin-bottom: 50px;
  margin-top: 20px;
}
.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: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #131313;
}
#header {
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  width: 100%;
  z-index: 9999;
  min-height: 125px;
}
#header:after {
  content: "";
  background: url('https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_8941388/Templates/logo/watermark.png');
  position: absolute;
  height: 190px;
  width: 500px;
  background-repeat: no-repeat;
  top: 0px;
  z-index: -1;
}
.main-overlay {
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9997;
  display: none;
}
#content-wrapper {
  position: relative;
}
#header .inside-padding {
  display: table;
  padding-bottom: 0px;
  width: 100%;
  max-width: 1300px;
}
#header .logo {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
#header .header-right {
  display: table-cell;
  width: 75%;
  text-align: right;
  vertical-align: middle;
  float: right;
}
.headerLinks {
  width: 65%;
  display: table-cell;
  vertical-align: middle;
}
.search {
  width: 10%;
  display: table-cell;
  vertical-align: middle;
}
.header-right ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.header-right li {
  display: inline;
}
ul.social {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: right;
}
ul.social li {
  display: inline-block;
  margin-bottom: 6px;
}
.social a {
  display: block;
  width: 1.8em;
  line-height: 1.8em;
  text-align: center;
  border-radius: 5px;
  margin-right: 10px;
  color: #27588d;
  text-decoration: none;
  font-size: 1.3em;
  transition: all 0.2s ease-in-out;
  margin-top: 10px;
}
.social a:hover, .social a:focus {
  transform: scale(1.3, 1.3);
}
a.fbook {
  /* background: #3b5998; */
}
a.twitter {
  /* background: #4099FF; */
}
a.instagram {
  /* background: #125688; */
}
a.flickr {
  /* background:  #ff0084; */
}
a.home-icn {
  /* background: #1dc719; */
}
.btn {
  color: #700720;
}
.btn.invert {
  background: #9d5d09;
  color: #ffffff;
}
.btn:after {
  background: #064c80;
}
.btn.invert:after {
  background: #ffffff;
}
.btn:hover {
  color: #ffffff;
  background: #700720;
}
.btn.invert:hover {
  color: #9d5d09;
}
.btn {
  display: inline-block;
  text-decoration: none !important;
  padding: 0.6em 1.2em;
  z-index: 99;
  outline: none;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.btn:after {
  /*content: '';*/
  position: absolute;
  z-index: -1;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
}
.btn:hover:after, .btn:focus:after {
  width: 100%;
}
a.btn.stackedIconButton:after {
  background: #ececec;
}
a.iconButton.btn:hover {
  color: #fff;
}
/**fixedMedia**********************************************/
#fixedMedia {
  position: fixed;
  right: 2px;
  top: 300px;
  z-index: 7006;
}
#fixedMedia .socialmedia li {
  display: block;
  padding-top: 20px;
}
#fixedMedia a {
  color: #fff;
}
/*Social medai*/
.socialmedia {
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 999;
}
.socialmedia li {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}
.socialmedia li a {
  display: inline-block;
  margin: 0 15px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.socialmedia li a .fa {
  position: absolute;
  font-size: 1.6em;
}
.socialmedia li a .fa-facebook {
  left: 2%;
  background: #4971a5;
  padding: 8px 13px;
}
.socialmedia li a .fa-twitter {
  left: 4%;
  background: #35c1dc;
  padding: 8px;
}
.socialmedia li a .fa-linkedin {
  left: 2%;
  background: #007797;
  padding: 8px 10px;
}
.socialmedia li a .fa-instagram {
  left: 2%;
  background: #517f86;
  padding: 10px 12px;
  display: none;
}
.socialmedia li a .insta {
  width: 33px;
  height: 33px;
  left: 2%;
  padding: 9px 5px;
  position: absolute;
  background: #517f86;
}
.socialmedia li a:hover .insta {
  background: #700720;
}
.socialmedia li a .fa-envelope {
  left: 2%;
  background: #e36c2f;
  padding: 10px;
}
.socialmedia li a .fa-google-plus {
  left: 2%;
  background: #d12727;
  padding: 10px 7px;
}
.socialmedia li a .fa-phone {
  left: 2%;
  background: #03888f;
  padding: 10px 12px;
}
.socialmedia li a:hover {
  background: rgba(255, 255, 255, 0);
  color: #fff;
}
.socialmedia li a .fa-twitter:hover, .socialmedia li a .fa-twitter:focus {
  background: #700720;
}
.socialmedia li a .fa-facebook:hover, .socialmedia li a .fa-facebook:focus {
  background: #700720;
}
.socialmedia li a .fa-instagram:hover, .socialmedia li a .fa-instagram:focus {
  background: #700720;
}
.socialmedia li a .fa-linkedin:hover, .socialmedia li a .fa-linkedin:focus {
  background: #700720;
}
.socialmedia li a .fa-envelope:hover {
  background: #700720;
}
.socialmedia li a .fa-google-plus:hover {
  background: #700720;
}
.socialmedia li a .fa-phone:hover {
  background: #700720;
}
.socialmedia li a:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.header-right .socialMedia a {
  color: #1f5d8a;
  font-size: 30px;
  display: inline-block;
  padding: 0px 0px 0px 15px;
  transition: all 0.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 0.2s ease-in-out;
}
.headerLinks a:hover {
  opacity: 0.7;
}
#menubar {
  -webkit-box-shadow: 0px 7px 3px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 7px 3px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 7px 3px 0px rgba(0, 0, 0, 0.21);
  width: 100%;
  z-index: 9999;
}
/*==== QUICKLINK SECTION =====*/
#quicklink-section {
  padding: 20px;
}
/*==== HERO SECTION =====*/
#overlaybanner-section > .inside-padding {
  background: #fff;
  position: relative;
  margin-top: -250px;
  padding: 0px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.09);
}
#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-controlNav a {
  margin: 5px !important;
}
.nivoSlider {
  -webkit-box-shadow: 1px 2px 2px 1px #a0a0a0 !important;
  -moz-box-shadow: 1px 2px 2px 1px #a0a0a0 !important;
  box-shadow: 1px 2px 2px 1px #a0a0a0 !important;
}
.bannerContainer.bannerShowControls .nivo-caption {
  padding-bottom: 1em !important;
}
.nivo-directionNav {
  display: none !important;
}
/*==== EVENT SECTION =====*/
#events-section {
  margin-top: 40px;
}
.section-header h2 {
  margin: 0px;
}
h2.section-header {
  margin: 0px 15px;
  margin-bottom: 35px;
  font-family: "Arapey", serif;
}
.hidden {
  display: none;
}
/*==== NEWS SECTION =====*/
#news-section {
  padding: 50px;
}
#news #title {
  color: #0057A8;
  margin-bottom: 10px;
  font-size: 18px;
}
#summary {
  line-height: 1.5;
}
#news-summary .row .image {
  height: 200px;
}
.mainContent #tbl_news_summary #news #image img {
  width: 200px !important;
}
.news-button a.btn {
  background: #700720;
  color: #fff;
  padding: 5px 20px;
  text-decoration: none;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.8em;
  display: table-cell;
  border: 1px solid #700720;
}
.section-heading.row {
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 25px;
}
.section-tilte {
  display: table-cell;
  width: 90%;
}
.section-tilte img {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
.news-button {
  display: table-cell;
}
/*==== 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;
}
/*==== BACK TO TOP =====*/
#back-to-top {
  position: fixed;
  bottom: 0;
  right: 10px;
  z-index: 9999;
  width: 90px;
  height: 90px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.65em;
  background: rgba(12, 39, 79, 0.85);
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  outline: none;
}
#back-to-top:hover {
  background: black;
  color: #fff;
}
#back-to-top.show {
  opacity: 1;
}
#back-to-top .fa {
  display: block;
  margin-bottom: 0.15em;
  font-size: 4.4em;
  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;
}
.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;
}
.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: #0057A8;
  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: 550px;
  background-size: cover;
  background-position: center;
  position: relative;
  opacity: 0;
  padding-top: 50px;
  z-index: -1;
  background-attachment: fixed;
  overflow: hidden;
  display: table;
  width: 100%;
}
.subHero.visible {
  opacity: 1;
  -webkit-animation-name: fade-in;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
}
h2.page-title {
  font-size: 2.5em;
  color: #0057A8;
  font-family: "Arapey", serif;
  letter-spacing: 0.02em;
  font-weight: 100;
}
#page-title-divider {
  background: #000;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  width: 100%;
  bottom: 0px;
}
#page-title-divider > .inside-padding {
  padding: 0px;
}
.sidebar {
  width: 25%;
  float: left;
}
.sidebar a img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.full-width .mainContent {
  width: 100%;
  float: none;
}
.mainContent {
  width: 75%;
  float: left;
}
.mainContent p {
  font-weight: 400;
  color: #131313;
  font-size: 1em;
}
.department .row > div {
  padding: 10px;
  box-sizing: border-box;
}
.department .w-50 {
  width: 50%;
  float: left;
}
.department .w-33 {
  background: #f6f7f8;
  border: 1px solid #e7e7e7;
}
.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: #F2C75C;
  -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: #003A70;
}
#breadcrumbs a {
  color: #003A70;
  font-weight: normal;
  text-decoration: none;
  transition: all 0.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: #003A70;
  font-size: 25px;
  margin-left: 10px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.sb-r .fontSize a {
  color: #003A70;
  font-weight: 600;
  font-size: 23px;
  transition: all 0.2s ease-in-out;
}
.sb-r a:hover, .sb-r .fontSize a:hover {
  opacity: 0.7;
}
/* --------------------- FIRE DEPARTMENT --------------------- */
.sub-title {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.83);
  padding: 15px 15px 15px 15px;
  font-size: 46px;
  font-weight: bold;
  margin-top: 150px;
  position: relative;
  color: #ad0707;
}
.sub-title:after {
  background: #fefcf6;
  background: rgba(254, 252, 246, 0.83);
  height: 100%;
  content: "";
  width: 10000px;
  position: absolute;
  top: 0px;
  right: -10000px;
}
.subHero .text {
  font-size: 28px;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
}
.subHero .inside-padding {
  padding-left: 110px;
  box-sizing: border-box;
  max-width: 1180px;
}
.subHero span {
  display: block;
  width: 300px;
  float: right;
  background-repeat: no-repeat;
  top: -25px;
  position: relative;
}
.Fire button.btn-accordion {
  background: #ad0707;
}
.Fire #bread-bar {
  background: #ad0707;
}
.Fire #bread-bar a {
  color: #fff;
}
.Fire #breadcrumbs {
  color: #fff;
}
.Fire h2.page-title {
  color: #ad0707;
  padding-left: 10px;
}
.Fire .sidenav-holder .sidenav-slide .sidenav-level0.currentpage a.nav-link {
  color: #ad0707;
}
.Fire h4.panel-title a {
  color: #fff;
}
.Fire h4.panel-title {
  background: #ad0707;
}
.Fire .departmentContact ul li span:first-child {
  color: #a50b0b;
}
.Fire .departmentContact ul li em {
  color: #a50b0b;
}
.Fire .departmentPage strong {
  color: #a50a0a;
}
.Fire .sidenav-holder .sidenav-slide a.nav-link:hover, .Fire .sidenav-holder .sidenav-slide a.nav-link:focus {
  background: #ad0707;
}
/* --------------------- Police DEPARTMENT --------------------- */
.Police #bread-bar a {
  color: #fff;
}
.Police #breadcrumbs {
  color: #fff;
}
.Police .sidenav-holder .sidenav-slide .currentpage.nav-item a.nav-link:hover, .Police.sidenav-holder .sidenav-slide .currentpage.nav-item a.nav-link:focus {
  color: #fff;
}
.Police .sidenav-holder .sidenav-slide a.nav-link:hover, .Police .sidenav-holder .sidenav-slide a.nav-link:focus {
  background: #002855;
}
.Police div#bread-bar {
  background: #002855;
}
.Police h2.page-title {
  color: #002d62;
  padding-left: 10px;
}
.Police .sub-title {
  color: #002d62;
}
.Police h4.panel-title {
  background: #002d62;
}
.Police .sidenav-holder .sidenav-slide .currentpage.nav-item a.nav-link {
  color: #002d62;
}
.Police .departmentContact ul li span:first-child {
  color: #002d62;
}
.Police .departmentContact ul li em {
  color: #002d62;
}
/* --------------------- 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;
  }
}
.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;
}
/* --------------------- ACCORDION STYLES ---------------------- */
button.btn-accordion {
  background: #0057A8;
  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: #003A70;
  color: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.19);
  position: relative;
}
#footer:before {
  content: "";
  display: block;
  width: 32%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 0;
  top: 0px;
  background: #003A70;
}
#footer:after {
  content: "";
  background-image: url('https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_8941388/Templates/img/watermark-footer.png');
  position: absolute;
  right: 0;
  height: 400px;
  width: 300px;
  z-index: 1;
  top: 74px;
  background-repeat: no-repeat;
  opacity: 0.7;
}
#footer > .inside-padding {
  position: relative;
  padding: 40px 0px 20px 0px;
}
#footer .logo a img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#footer a {
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}
#footer a:hover, #footer a:focus {
  opacity: 0.7;
  text-decoration: underline;
}
#footer .logo {
  float: left;
  width: 30%;
  display: table;
}
#footer .logo a {
  width: 30%;
}
#footer .logo a img {
  margin-bottom: 10px;
}
#footer .logo p {
  /*display: table-cell;*/
  vertical-align: middle;
  line-height: 11px;
}
.footer-links span {
  display: block;
  margin-bottom: 10px;
}
#footer .footer-links {
  float: left;
  width: 68%;
  position: relative;
  z-index: 2;
  padding-left: 2%;
  margin-top: 2%;
}
#footer .footer-links:after {
  content: "";
  display: block;
  clear: both;
}
#footer .logo em {
  margin-right: 5px;
  color: #f5b239;
}
#footer .w-50 {
  width: 48%;
  float: left;
  margin-left: 2%;
}
#footer .w-50 {
  width: 48%;
  float: left;
  margin-left: 2%;
}
.footer-links ul {
  margin: 10px 0px 0px;
  line-height: 31px;
  padding: 0px;
  list-style: none;
}
.footer-links ul a {
  text-decoration: none;
  font-weight: 400;
}
#footer .phone {
  color: #caa56a;
}
#footer a em {
  color: #F2C75C;
  margin-right: 10px;
  font-size: 7px;
}
.footer-links strong {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#footer .credits {
  margin-top: 20px;
  //background: #054b7f;
  padding: 20px;
}
#footer .credits p {
  margin: 0px;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
#footer .credits a {
  color: #ffffff;
  text-decoration: none;
}
#footer .credits a:hover {
  text-decoration: underline;
}
/*==== TEMP SEARCH ====*/
.row.search > .inside-padding {
  display: table;
  vertical-align: middle;
  height: 100%;
}
a#ctl00_btnSearch {
  background: url('https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_8941388/Templates/icn/search-icn.png');
  color: #fff;
  background-repeat: no-repeat;
  padding: 0px;
  margin-left: -25px;
}
a#ctl00_btnSearch img {
  opacity: 0;
}
.search input#ctl00_SearchTerm {
  border-radius: 5px;
  background: #ececec;
  border: none;
  height: 29px;
  width: 225px;
}
.search input#ctl00_SearchTerm:hover, .search input#ctl00_SearchTerm:focus {
  background: #fff;
}
.sPlace {
  display: table-cell;
  vertical-align: middle;
}
.sPlace span {
  display: block;
  background: #ffffff;
  padding: 10px;
  width: 350px;
}
.gsc-clear-button {
  display: none;
}
input#gsc-i-id1 {
  background: #fff !important;
}
.search .gsc-input-box {
  border: none;
  height: auto;
  background: transparent;
}
td.gsc-input {
  border: none;
}
input.gsc-input {
  border: none !important;
  background-color: #fff !important;
}
.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) {
  ul.nav-menu {
    display: none;
  }
  .mobileMenuButton a {
    font-size: 1.1em;
    color: #003A70;
    font-weight: 500;
  }
  .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;
  }
  .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;
  }
}
@media only screen and (max-width: 1350px) {
  #footer:before {
    width: 30%;
  }
}
@media screen and (max-width: 1250px) {
  .events-list .event-item a {
    min-height: 52px;
  }
  .subHero {
    background-attachment: initial;
  }
  .megamenu .level1 > a {
    font-size: 1em;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 950px) {
  .CMS_adminBar, #placeholder-CMS_admin_ToolBar, .RadMenu_PageControls, #divMenuOffset {
    display: none;
  }
  #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 {
    background: #003A70;
    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 .footer-links {
    text-align: left;
  }
  #footer:before {
    display: none;
  }
  #footer > .inside-padding {
    padding: 0px;
  }
  #footer .footer-links .w-33 {
    margin-bottom: 20px;
  }
  #footer .footer-links {
    text-align: center;
  }
  #spotlight-section {
    padding: 10px;
  }
  .inner-news-content {
    width: 100%;
    float: none;
    margin: 0px;
  }
  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;
  }
  .Fire .subHero {
    height: 500px;
  }
  .Police .subHero {
    height: 550px;
  }
  .subHero {
    height: 350px;
  }
}
@media screen and (max-width: 900px) {
  .desktopMenu {
    display: none;
  }
  #mobile-bar {
    display: block;
  }
}
@media screen and (max-width: 840px) {
  .bg-d .w-66, .bg-d .w-33 {
    width: 100%;
    float: none;
  }
  #footer:after {
    display: none;
  }
  #upcoming-event-wrapper {
    padding: 0px;
  }
  .upcomingEvents {
    width: 100%;
  }
  #upcoming-event-wrapper .flex-viewport ul {
    height: 200px !important;
  }
  a.eventPlaceHolder {
    width: 50%;
    float: left;
  }
  #footer > .inside-padding {
    padding: 0px;
  }
  #footer:before {
    display: none;
  }
  #footer .logo, #footer .footer-links {
    width: 100%;
    float: none;
    padding: 15px;
  }
  #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;
  }
  .weather-wrapper {
    display: 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;
  }
  #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;
  }
  #header:after {
    display: none;
  }
  .events-list .event-details {
    width: 100%;
    float: none;
    padding: 0px;
  }
  .events-list .event-date {
    width: 100%;
    float: none;
    min-height: 30px;
  }
  .events-list .event-name {
    width: 100%;
  }
  .subHero {
    height: 350px;
    background-attachment: initial;
  }
}
@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;
  }
  .event-name {
    display: block;
    width: 100%;
  }
  .event-details {
    float: none;
    width: 100%;
    display: block;
    padding-left: 0px;
  }
  .event-date {
    display: block;
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 560px) {
  .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;
  }
}
ul.social li a img {
  max-width: 25px;
}
.footer-social {
  display: flex;
  justify-content: flex-start;
}
#footer .footer-social .social li a {
  width: auto;
  margin: 10px;
  line-height: normal;
}
#footer .footer-social .social li a img {
  max-width: 25px;
}
#footer ul.social li {
  margin: 0;
}
#footer ul.social {
  text-align: center;
}
#footer .logo a {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
table.border {
  border: 1px solid #b1b1b1;
}
td.tbl_header {
  background: #003A70;
  color: #ffffff;
  border: none;
  padding: 10px;
}
td.tbl_header a {
  color: #fff;
}
.tbl {
  border: none;
}
div.tbl div.tbl_header {
  background: #003A70;
  border: none;
  color: #ffffff;
  padding: 10px;
  text-transform: none;
  font-size: 17px;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
}
.subpageContent .tbl_header.titlediv {
  background: #1b6b8c;
  color: #fff;
}
.subpageContent ul li {
  margin-bottom: 7px;
}
.subpage .ptl_page .galleryContainer {
  margin: 0 auto;
}
.subpage .mainContent ul li {
  margin-bottom: 10px;
}
table.telerik-reTable-4 td {
  border: 1px solid #b8b8b8;
}
tr.header-row {
  border: 1pt solid #003A70;
  margin-top: 0in;
  margin-right: 0in;
  margin-bottom: 10pt;
  margin-left: 0in;
  line-height: 115%;
  height: 35px;
  font-size: 11pt;
  width: 119.7pt;
  text-align: center;
  background-color: #003A70;
  padding: 0in 5.4pt 0in 5.4pt;
  color: #ffffff;
}
table.blue-tbl tr td {
  background-color: #f8f8f8;
  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: #003A70;
  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%;
}
/*-- 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%;
  }
}
.label_skin_corporation {
  font-size: 1em;
}
.label_skin_corporation a {
  text-decoration: underline !important;
}
.label_skin_corporation a:hover {
  text-decoration: none !important;
}
@media screen and (min-width: 950px) {
  .credits {
    text-align: center;
  }
  .credits p {
    display: inline-block;
    margin-left: 100px !important;
  }
}
div.sub-title > span > a > img {
  width: 100%;
}
#quickLinks ul a {
  color: #003A70;
}
#quickLinks ul a .icon {
  background: #003A70;
}
#quickLinks ul a:hover .icon, #quickLinks ul a:focus .icon {
  background: #009ABD;
  color: #000;
}
#header:after {
  display: none;
}
#footer:after {
  display: none;
}
.sliderbanner-portlet ul.slick-dots li.slick-active button {
  background: #F2C75C;
}
.mobileMenuButton {
  display: none;
}
#menubar .mobile-nav-items a {
  text-decoration: none;
}
#menubar .mobile-nav-items {
  max-height: 60vh;
  overflow: auto;
}
#footer .logo a img {
  max-width: 220px;
  margin: 10px auto;
  width: 100%;
}
form#aspnetForm[action*="portletAction=edit"] #page {
  padding: 160px 20px 20px;
}
.hero .info a img {
  max-width: 300px;
}


.js-accordion__header {
    background: #003a70;
}

.js-accordion__header[aria-expanded=true] {
    background: #00468d;
}

.js-accordion__header:hover, .js-accordion__header:focus {
    background: #00468d;
}


body h2.page-title {
    color: #003A70;
}

.events-footer a {
    background: #003A70;
}

.news-footer a {
    background: #003A70;
}

.Tab-menu li a {
    background: #003A70;
}

#quickLinks ul a:hover .icon, #quickLinks ul a:focus .icon {
  background: #004b8d;
  color: #fff;
}

.Tab-menu li a:hover, .Tab-menu li a:focus {
    color: #FFF;
    background: #004b8d;
}

.events-footer a:hover, .events-footer button:hover, .events-footer a:focus, .events-footer button:focus {
    background: #004b8d;
}

.news-footer a:hover, .news-footer a:focus {
    background: #004b8d;
}


.Tab-menu .current a {
    color: #003A70;
}

.news-footer button:hover, .news-footer button:focus {
    background: #004b8d;
}

#quickLinks button:hover, #quickLinks button:focus {
    background: #004b8d;
}

.nav-menu a {
    font-family: "Lato", sans-serif;
}

.megamenu .level1 > a {
    font-weight: 400;
}


/* Select Dropdpowns */

.options-dropdown ul {
    padding: 10px;
    margin: 0;
    list-style: none;
    border: 1px solid #282828;
    border-radius: 5px;
}

.options-dropdown ul li {
    margin: 0 !important;
}

.options-dropdown {
    margin-top: 5px;
    display: none;
}


.directory-portlet .d-item {
    padding: 10px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    margin-bottom: 5px;
}

.directory-portlet .d-item a {
    font-weight: bold;
    font-size: 18px;
}

.directory-portlet .d-item a:hover, .directory-portlet .d-item a:focus {
    text-decoration: none;
}

.directory-portlet .directory-filter .filters {
    display: flex;
    flex-wrap: wrap;
}

.directory-portlet .directory-filter .filters .filter:not(:last-child) {
    padding-right: 15px;
}

.directory-portlet .directory-filter .filters .f-title {
    font-weight: bold;
    margin-bottom: 5px;
}


.directory-portlet .directory-filter .filters .filter select {
    padding: 5px;
    border: 1px solid #cccccc;
    border-radius: 5px;
}

.directory-portlet .directory-filter {
    padding-bottom: 15px;
}

.directory-portlet .directory-filter .buttons {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}

.directory-portlet .directory-filter .buttons a {
    padding: 5px 10px;
    background: #003A70;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 5px;
    transition: 0.2s ease;
}

.directory-portlet .directory-filter .buttons a:not(:last-child) {
    margin-right: 10px;
}

.directory-portlet .directory-filter .buttons a:hover, .directory-portlet .directory-filter .buttons a:focus {
    background: #bfbfbf;
    color: #003A70;
}


.events-footer a:hover, .events-footer button:hover, .events-footer a:focus, .events-footer button:focus {
    background: #009ABD;
    color: #000;
}

.news-footer a:hover, .news-footer a:focus {
    background: #009ABD;
    color: #000;
}


/*
#quickLinks ul a .icon {
    color: #F2C75C;
}
*/

.sliderbanner-portlet ul.slick-dots li button:hover, .sliderbanner-portlet ul.slick-dots li button:focus {
    background: #F2C75C;
}

#footer .logo em {
    color: #F2C75C;
}


.headerLinks a {
    margin: 0;
}

ul.social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

ul.social li {
    padding: 0 5px;
    box-sizing: border-box;
}

@media screen and (max-width: 640px) {
 ul.social {
    justify-content: center;
}   
}

/* Slick Fix */

button.slick-autoplay-toggle-button {
    display: none;
}


.slick-dots li button .slick-dot-icon:before {
    display: none;
}


