@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,700);

.inner-bar { max-width: 1200px; margin: 0px auto; }

.ContextBar, a.ContextBar, a.ContextBar:hover {
 color: #ffffff;
 line-height: 70px;
}

/*! 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;
}


/** LOGIN **/

.loginPage .Main { width: 100%; height: auto; margin: 20px auto 60px; }

.loginPage .Main:after {
  display: block;
  clear: both;
  content: '';
}

.loginPage .Main > table {
	margin: 0 auto;	
	width: 100%;
	max-width: 500px;	
}

.loginPage #menubar {
	display: none;
}

.loginPage #page {
	border: none;
	background: none;
}

.loginPage .Main table {
	border: 8px solid #2C343D;
    width: 100%;
}

.loginPage .Main table tbody {
	background: #edf3f3;
}

.Login .tbl_header {
	background: url('http://www.civiclive.com/UserFiles/Servers/Server_9019/Image/civiclive-login3.png') no-repeat center #D2DBDB;
	color: #fff;
	border: none;
    font-size: 18px;
    padding: 15px 10%;
	width: 80%;
	height: 35px;
    text-align: center;
	display: block;
	border-bottom: 1px solid #fff;
}

.Login .tbl_header span { display: none; }

.Login tr {
	display: block;
	border: none;
}

.Login .tbl_row_text {
	background: none;
	display: block;
	padding: 20px 5% 0;
	text-align: left;
	width: 90%;
}

.ie-9 .Login .tbl_row_text,
.ie-8 .Login .tbl_row_text {
	width: auto;
}

.Login .tbl_row_data, 
.Login .tbl_row_data_bold {
	background: none;
	padding: 0;
	width: 100% !important;
	display: block;
}

.Login input[type=text],
.Login input[type=password] {
	background: #fff;
	border: 1px solid #bdcaca;
	margin: 10px 5%;
	padding: 12px 2%;
	width: 85% !important;
}

#content-wrapper .inside-padding {
    background: #fff;
    padding: 30px 30px 150px;
}

.Login .tbl_row_button {
	border: none;
	display: block;
	text-align: center;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

.Login .tbl input[value="Login"] {
 width: 100%;
 max-width: 200px;
 padding: 22px 0px;
 background: #2c343d;
 color: #fff;
 text-transform: uppercase;
 font-size: 1.5em;
 line-height: 0;
 margin: 0 auto;
 margin-bottom: 20px;
 text-align: center;
 display: block;
 font-weight: 700;
 position: relative;
 -webkit-transition: none;
 -moz-transition: none;
 -ms-transition: none;
 -o-transition: none;
 transition: all .2s ease-in-out;
 font-family: 'Roboto', sans-serif;
 letter-spacing: .03em;
 border-radius: 5px;
}

.Login .tbl input[value="Login"]:hover {
 text-decoration: none;
 color: #C3DBDF;
 background: #398994;
}

#recaptcha_table tr {
  display: table-row;
}

#recaptcha_widget_div {
  background: none;
  display: block;
  padding: 20px 5% 0;
  text-align: left;
  width: 90%;
}

.Signup td.tbl_header {
  background: #393e41;
  color: #ffffff;
  text-align: center;
  letter-spacing: 1px;
  padding: 18px;
  font-size: 18px;
  font-weight: normal;
}

.loginPage div.Main .Signup .SignupButtons .DivGeneralSignupButton a {
  width: auto;
  max-width: 200px;
  padding: 22px 0px;
  background: #1d6aa2;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 0;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
  display: block;
  font-weight: initial;
  position: relative;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: all .2s ease-in-out;
}

.loginPage div.Main .Signup .SignupButtons .DivGeneralSignupButton a:hover {
 text-decoration: none;
 color: #fff !important;
 background: #104686;
}

.Login select {
 background: #fff;
 border: none;
 margin: 10px 5%;
 width: 89% !important;
}

.lkforgotpassword {
    text-align: center;
    display: block;
}

@media screen and (max-width: 640px) {
	
.loginPage .Main .Login, .loginPage .Main .Signup {
 width: 100%;
 float: none;
}

}

:root .Login .tbl_row_text { width: 20%; }

/** LOGIN ends **/




.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; }

h1, h2, h3, h4, h5 {
 font-weight: 700;
 color: #335633;
}

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;
}

.w-33 { width: 33.333334%; float: left; }
.w-66 { width: 66.666667%; float: left; }

.row:after, .row > .inside-padding:after, #footer > .inside-padding:after, #header > .inside-padding:after {
 content: '';
 display: block;
 clear: both;
}

.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: 'Roboto', sans-serif;
 font-size: 16px;
 font-weight: normal;
 color: #231f20;
}



#header .inside-padding {
 display: table;
 padding-bottom: 0px;
}

#header {
 background: #FFF;
 background: #162c4c;
position: absolute;
width: 100%;
 z-index: 9999;
}


#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;
}


#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);
}

.header-image {
 height: 450px;
background-image: url('https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_8941497/Image/banner-images/Gazebo.jpg');
 background-size: cover;
 background-position: center;
 position: relative;
z-index: 1;
background-attachment: fixed;
overflow: hidden;
}

.header-image a img {
    z-index: 999;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.header-image a {
    position: absolute;
    top: 10%;
}


#menubar {
    background: #0c274f;
}

#bodyBackground {
 display: block;
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 max-height: 530px;
 min-height: 400px;
 z-index: -1 !important;
}


/*==== 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: #f2f2f2;
    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;
}

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;
}



/*==== FOOTER ====*/

#footer {
 background: #263f6a;
 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 20px 0px;
}

#footer a {
 color: #ffffff;
transition: all .2s ease-in-out;
 text-decoration: none;
}

#footer a:hover {
 opacity: 0.7;
}

#footer .logo {
 float: left;
 width: 12%;
}

#footer ul.address-phone em{
    font-size: 1em;

}


#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: 43%;
 position: relative;
 z-index: 2;
margin: 1%;
}

#footer ul {
    margin: 10px 0px 0px;
    line-height: 31px;
    padding: 0px;
    list-style: none;
}


#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 .w-33 {
    margin-bottom: 10px;
   width: 18%;
   margin: 1%;
}

.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: #ffe293;
    margin-right: 10px;
    font-size: 7px;
}


.footer-links strong {
  font-weight: 700;
   letter-spacing: 0.1em;
}

#footer strong {
    font-family: 'Oswald', sans-serif;
    color: #ffe293;
    font-size: 1.3em;
    letter-spacing: 0.03em;
}


#footer .credits {
 margin-top: 20px;
 background:#263f6a;
  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;
}




@media only screen and (max-width: 1350px) {
#footer:before{ width: 28%;}
.sliderbanner-portlet ul.slick-dots {
    left: 40px;
}
}





@media screen and (max-width: 950px) {

#footer .logo {
background: #0c274f;
text-align: center;
width: 100%;
float: none;
}

#footer:after{ display: none;}


 #footer .logo, #footer .footer-links { width: calc(100% - 30px); float: none; padding: 15px; }
#footer .w-33 { width: calc(100% - 30px); 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;
}

#footer .footer-links.w-60 {
    width: calc(100% - 35px);
}


}




@media screen and (max-width: 840px) {

 .bg-d .w-66, .bg-d .w-33 { width: 100%; float: none; }
  #footer:after {display: none;}

 #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 .footer-links.w-60 {
    width: calc(100% - 35px);
}

 #footer > .inside-padding:before { display: none; }


#footer:before {
    width: 28%;
}

}





@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;}

}


@media screen and (max-width: 560px) {

 #footer .w-50 { width: 98%; float: none; }

}

@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%; }

}

@media screen and (max-width: 560px) {

 .bg-d > .inside-padding { padding: 10px 0px 10px 0px; }

 #footer .w-50 { width: 98%; float: none; }

}