@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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;
}


#content-wrapper {
}


h1, h2, h3, h4, h5 {
 font-weight: 500;
 color: #20619b;
font-family: 'Open Sans', sans-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: #0b4d7e;
}


p {
    margin: 0px 0px 15px 0px;
    line-height: 28px;
}

.inside-padding {
 padding: 10px;
 margin: 0px auto;
 max-width: 1200px;
-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}




#content {
    margin-bottom: 50px;
   margin-top: 20px;
}

#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;	
}


.homepage #page {
    margin: 125px auto 25px auto;
   min-height: 500px;

}



.homepage #page {
    position: relative;
    width: 92%;
    max-width: 1400px;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -ms-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
    transition: ease all 0.4s;
}



.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; }
.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: 100;
 color: #231f20;
width: 100%;
height: 100%;
background-repeat: repeat-y;
background-size: cover;
background-position: center;
background-attachment: fixed;
}

#header {
 background: #FFF;
 background: rgba(255, 255, 255, 0.95);
width: 100%;
 z-index: 9999;
}


#header.subpage-header {
    position: absolute;
}

.main-overlay {
	background: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9997;
	display: none;
}



#content-wrapper {
    position: relative;
}

#header .inside-padding {
 display: table;
padding-bottom: 0px;
width: calc(100% - 50px);
max-width: 1300px;
}

#header .logo {
display: inline-block;
width: 20%;
margin-top: -50px;
}

.inner-bar {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.clearfix {
    display: inline-block;
    width: 80%;
}



#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: #fffefe;
}

.btn.invert:after {
    background: #ffffff;
}

.btn:hover {
	color: #ffffff;
	background: #700720;
}

.btn.invert:hover {
    color: #9d5d09;
}


.btn{
    display: inline-block;
    text-decoration: none!important;
    padding: .6em 1.2em;
    z-index:99;
    outline: none;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


.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: #000;
}





/**fixedMedia**********************************************/

#fixedMedia {
    position: fixed;
    right: 2px;
    top: 300px;
    z-index: 7006;
}
#fixedMedia .socialmedia li {
    display: block;
padding-top:20px;
}

#fixedMedia a {
    color: #FFF;
}

/*Social medai*/

.socialmedia{
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 999;
}

.socialmedia li{
    display: inline-block;
    text-align: center;
	margin: 0 auto;	
}

.socialmedia li a{
    display: inline-block;
    margin: 0 15px;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}


.socialmedia li a .fa{
    position: absolute;
    font-size: 1.6em;
}

.socialmedia li a .fa-facebook{
    left: 2%;
    background: #4971A5;
    padding: 8px 13px;
}

.socialmedia li a .fa-twitter{
    left: 4%;
    background: #35C1DC;
    padding: 8px;
}

.socialmedia li a .fa-linkedin{
    left: 2%;
    background: #007797;
    padding: 8px 10px;
}


.socialmedia li a .fa-instagram{
    left: 2%;
    background: #517f86;
    padding: 10px 12px;
   display: none;
}


.socialmedia li a .insta {
    width: 33px;
    height: 33px;
    left: 2%;
    padding: 9px 5px;
    position: absolute;
    background: #517f86;
}

.socialmedia li a:hover .insta {
    background: #700720;
}


.socialmedia li a .fa-envelope{
    left: 2%;
    background: #E36C2F;
    padding: 10px;
}
.socialmedia li a .fa-google-plus{
    left: 2%;
    background: #D12727;
    padding: 10px 7px;
}
.socialmedia li a .fa-phone{
    left: 2%;
    background: #03888F;
    padding: 10px 12px;
}


.socialmedia li a:hover {
	background: rgba(255, 255, 255, 0);
       color: #fff;
}

.socialmedia li a .fa-twitter:hover, 
.socialmedia li a .fa-twitter:focus{
  background: #700720;
}

.socialmedia li a .fa-facebook:hover, 
.socialmedia li a .fa-facebook:focus{
 background: #700720;
}

.socialmedia li a .fa-instagram:hover, 
.socialmedia li a .fa-instagram:focus{
 background: #700720;
}

.socialmedia li a .fa-linkedin:hover, 
.socialmedia li a .fa-linkedin:focus{
 background: #700720;
}


.socialmedia li a .fa-envelope:hover{
  background: #700720;
}
.socialmedia li a .fa-google-plus:hover{
  background: #700720;
}
.socialmedia li a .fa-phone:hover{
background: #700720;
}

.socialmedia li a:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}


.header-right .socialMedia a {
    color: #1f5d8a;
    font-size: 30px;
    display: inline-block;
    padding: 0px 0px 0px 15px;
transition: all .2s ease-in-out;
}

.header-right .socialMedia a:hover {
 opacity: 0.7;
}

.headerLinks a {
    padding: 0px 2px 0px 2px;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    margin-left: -2px;
    display: inline-block;
    transition: all .2s ease-in-out;
}

.headerLinks a:hover {
 opacity: 0.7;
}

#menubar {
-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);
}

#banner {
    margin-bottom: 40px;
}

.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: #0b4d7e;
    margin-bottom: 10px;
    font-size: 18px;
}

#summary {
    line-height: 1.5;
}

.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: .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: .65em;
    background: rgba(30, 27, 27, 0.78);
    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: rgba(0,0,0,1);
	color: #fff;
}
#back-to-top.show {
    opacity: 1;
}
#back-to-top .fa {
	display: block;
	margin-bottom: .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 =====*/



.info-right h2 {
    color: #FFF;
    font-weight: 700;
    text-shadow: 2px 2px #000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 2.6em;
  text-align: left;
}

.subpageLogo {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}



a.animated.fadeInDown.subapgeLogo {
    display: table-cell;
    vertical-align: middle;
}




#Contact > .inside-padding > .ptl_col_1 {
    padding: 0px;
}


.departmentContact ul li span:nth-child(2) {
    margin-left: 18px;
    display: block;
    font-weight: 100;
     
}


.departmentContact ul li span:first-child {
color: #1e5887;
font-weight: 500;
}

#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;
}

li.contact-box-red {
    color: #0b4d7e;
    border-bottom: 1px solid #b3b3b3;
    width: 84%;
    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: 500px;
 background-size: cover;
 background-position: center;
 position: relative;
 opacity: 0;
 padding-top: 50px;
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;
}


.sub-heading {
    position: absolute;
    bottom: 100px;
   z-index: 9999;
 width: 100%;
}


h2.page-title {
    font-size: 2.5em;
   color: #000;
   letter-spacing: 0.02em;
    font-weight: 500; 
}

#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;
   margin-right: 5%;
}

.sidebar a img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.mainContent {
    width: 70%;
    float: left;
}

.full-width .mainContent {
    width: 100%;
    float: none;
}

.mainContent p {
    font-weight: 100;
    color: #4d4d4d;
    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: #333;
-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: #FFF;
}

#breadcrumbs a {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
transition: all .2s ease-in-out;
}

#breadcrumbs a:hover {
 opacity: 0.7;
}

.sb-r a {
    text-decoration: none;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    color: #FFF;
    font-size: 25px;
    margin-left: 10px;
transition: all .2s ease-in-out;
cursor: pointer;
}

.sb-r .fontSize a {
    color: #FFF;
    font-weight: 600;
    font-size: 23px;
transition: all .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 {
    box-sizing: border-box;
    max-width: 1200px;

}

.subHero span {
    display: block;
    width: 300px;
    float: right;
    background-repeat: no-repeat;
    top: -25px;
    position: relative;
}




.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: #bb0303;
}

.Fire .departmentContact ul li span:first-child {
    color: #a50b0b;
}

.Fire .departmentContact ul li em {
    color: #a50b0b;
}

.Fire .departmentPage strong {
    color: #a50a0a;
}



/* --------------------- 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%;
    }

#header.subpage-header{ position: relative;}


}

@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 ---------------------- */

.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: #333;
 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 > .inside-padding {
 position: relative;
    padding: 40px 0px 40px 0px;
 display: table;
width: 100%;
}


#footer .logo a img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

#footer .logo strong {
    color: #fff200;
    font-size: 1.2em;
}


#footer a {
 color: #ffffff;
transition: all .2s ease-in-out;

}

#footer a:hover,#footer a:focus {
 opacity: 0.7;
text-decoration: underline;
}

#footer .logo {
 display: table-cell;
width: 50%;
}

#footer .logo a {
    width: 30%;
}

#footer .logo a img {
margin-bottom: 10px;
}

#footer .logo p {
    display: table-cell;
    vertical-align: middle;
    line-height: 2em;
   padding: 10px 10px 0px;
}

.footer-links span {
    display: block;
    margin-bottom: 10px;
}

#footer .footer-links {
display: table-cell;
vertical-align: middle;
}

#footer .footer-links:after {
 content: '';
 display: block;
 clear: both;
}

#footer .logo em {
    margin-right: 5px;
    color: #fff200;
}


#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: 200;
}


#footer .phone {
    color: #caa56a;

}

#footer a em {
    color: #fff200;
    margin-right: 10px;
    font-size: 7px;
}


.footer-links strong {
  text-transform: uppercase;
  font-weight: 700;
   letter-spacing: 0.1em;
}


#footer .credits {
margin-top: 40px;border-top: 1px solid rgba(242, 242, 242, 0.23);padding-top: 9px;width: 90%;
}

#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_8941713/Templates/img/search-icn-y.png');
    color: #FFF;
    background-repeat: no-repeat;
    padding: 0px;
   margin-left: -25px;
   
}

a#ctl00_btnSearch img {opacity: 0;}

div#searchBox {
    width: 250px;
    margin: 0 auto;
}

.search input#ctl00_SearchTerm {
    border-radius: 5px;
    background: #515151;
    border: none;
 height: 29px;
width: 100%;
  color: #FFF;
}

.search input#ctl00_SearchTerm:hover,.search input#ctl00_SearchTerm:focus {
    background: #615f5f;
}

.sPlace {
    display: table-cell;
    vertical-align: middle;
}

.sPlace span {
    display: block;
    background: #ffffff;
    padding: 10px;
    width: 350px;
}

.gsc-clear-button {
    display: none;
}


input#gsc-i-id1 {
    background: #FFF !important;
}

.search .gsc-input-box {
  border: none;
  height: auto;
  background: transparent;
}

td.gsc-input {
    border: none;
}

input.gsc-input {
    border: none !important;
   background-color: #FFF !important;
}

input.gsc-search-button {}


.search input.gsc-search-button, .search input.gsc-search-button:hover, .search input.gsc-search-button:focus {
  background: transparent;
  border: none;
  width: auto;
  height: auto;
  padding: 3px;
  min-width: inherit;
  margin: 0px;
 color: #FFF;
}

body .search .sPlace td#gs_tti50 input {
    background: #FFE !important;
}




/*==== IPAD STYLES ====*/

@media screen and (min-height: 1366px) {
.isIpad #footer .logo {
background: #0e2166;
text-align: center;
width: 100%;
float: none;
}

.home-ipad footer#footer {
    position: fixed;
    width: 100%;
    bottom: 0;
}



.isIpad #footer:after{ display: none;}


 .isIpad #footer .logo, #footer .footer-links { width: 100%; float: none; padding: 15px; display:  block; }

 .isIpad #footer .footer-links { text-align: left; }

.isIpad #footer:before{ display: none;}

 .isIpad #footer > .inside-padding { padding: 0px; display: block; }

.isIpad #footer .footer-links .w-33 {margin-bottom: 20px;}

.isIpad #footer .footer-links {text-align: center;}


.isIpad span.btnWrapper {
    margin-bottom: 0px;
}


.isIpad #quick-links-section {
    padding: 10px;
}


.isIpad .box .logo {
    display: block;
    margin: 0 auto;
    text-align: center;
   width: 100%;
}

.home-ipad .info-right {
    display: block;
    text-align: center;
}

.isIpad #quick-link-section > .inside-padding > .w-25 >
 .inside-padding {
    padding: 0px;
}

.isIpad  .megamenu .level1 > a {
    font-size: 1em;
}


.home-ipad a.subapgeLogo{
display: block;
}

.isIpad body {
    height: auto;
}

.isIpad .homepage #page {
    margin: 100px auto 0px auto;
}

.isIpad #quick-link-section {
    position: relative;
}

.isIpad #quick-link-section .inside-padding {
    padding: 0px;
}

.isIpad #footer .logo {
background: #2e2e2e;
text-align: center;
width: 100%;
float: none;
}


}





@media screen and (max-height: 860px) {
.homepage #page {
    margin: 60px auto 35px auto;
min-height: auto;
padding-bottom: 80px;
}



}




@media screen and (max-width: 960px) {

ul.nav-menu {
    display: none;
}

.mobileMenuButton a {
    font-size: 1.1em;
    color: #000;
    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-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: 28%;}

}
@media screen and (max-width: 1250px) {
.events-list .event-item a{
min-height: 52px;
}


#footer a {
font-size: 15px;

}

.homepage a.btn.iconButton{
font-size: 15px;
}

.subHero {
background-attachment: initial;
}


}


@media screen and (max-width: 950px) {
 .CMS_adminBar, #placeholder-CMS_admin_ToolBar, .RadMenu_PageControls, #divMenuOffset {
  display: none;
 }

#homeNewsWrapper a {
    text-decoration: none;
}

a.animated.fadeInDown.subapgeLogo {
    text-align: center;
    display: block;
}

 .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;
}


#quick-links-section .w-33 {
    margin-bottom: 0px;
}

#footer .logo {
background: #2e2e2e;
text-align: center;
width: 100%;
float: none;
}

#footer:after{ display: none;}


 #footer .logo, #footer .footer-links { width: 100%; float: none; padding: 15px; display:  block; }

 #footer .footer-links { text-align: left; }

#footer:before{ display: none;}

 #footer > .inside-padding { padding: 0px; display: block; }

#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;
}


.box .logo {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.info-right {
    display: block;
    text-align: center;
}

#quick-link-section > .inside-padding > .w-25 >
 .inside-padding {
    padding: 0px;
}


body {
    height: auto;
}

.homepage #page {
    margin: 100px auto 0px auto;
}

#quick-link-section {
    position: relative;
   padding-bottom: 60px;
}

#quick-link-section .inside-padding {
    padding: 0px;
}




}


@media screen and (max-width: 940px) {

 .subHero { text-align: center; }
 .subHero .inside-padding { padding: 3px;    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; }

.homepage a.btn.iconButton{
font-size: 15px;
}

.Fire .subHero{ height: 500px;}
.subpageLogo {
    display: block;
}

.sub-heading{ bottom: 10px;}


}



@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; }
.subHero{ height: 240px;}

 .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: 780px) {

 #header .inside-padding { display: block; }

 #header .logo, #header .header-right { width: 100%; float: none; text-align: center;  display: block; margin-top: 0px; }

}


@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; margin-top: 0px; }

}

@media screen and (max-width: 740px) {


.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.subpage-header{ position: relative;}

#header:after {
    display: none;
}

}




@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.subpage-header{ position: relative;}

#header:after {
    display: none;
}



}


@media screen and (max-width: 400px) {

.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;
}


div#searchBox {
    width: 235px;
    margin: 0 auto;
}

}

@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;}

div#searchBox {
    width: 235px;
    margin: 0 auto;
}

}




/*-- 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%; }
}



button.btn-accordion {
    background: #353434;
    color: #FFF;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
}


#footer .credits a {
    text-decoration: underline;
}
