.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */

/*colors*/
a {
  color: #0c4c8e; }
  a:hover {
    color: #1863b0;
    text-decoration: underline; }
  a:active, a:focus, a:active, a:visited {
    color: #0c4c8e; }
  a:active, a:focus, a:active, a:visited {
    text-decoration: none; }

ul {
  padding-left: 20px; }

h1, h2, h3, h4, h5 {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  color: #2d4054;
  text-transform: uppercase;
  margin: 20px 0; }

h1 {
  font-weight: 400;
  color: #192838;
  font-size: 24px; }

h2 {
  text-transform: none;
  font-size: 18px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

/*colors*/
.header-title {
  border-bottom: 1px #192838 solid;
  padding-bottom: 20px;
  margin-top: 0;
  display: inline-block; }

.post-title {
  text-transform: none; }

.lead {
  font-size: 14px; }

/*buttons*/
.btn {
  background: #125996;
  display: inline-block;
  color: #fff;
  font-family: "Raleway", sans-serif;
  border-radius: 2px;
  padding: 10px 40px; }
  .btn:hover, .btn:visited {
    background: #104378;
    color: #fff; }

/*content*/
.post-content-list {
  margin-bottom: 40px;
  overflow: hidden; }
  .post-content-list .header-title {
    margin-bottom: 20px; }
  .post-content-list .post-content {
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0;
    margin-bottom: 0; }
  .post-content-list .post-desc .post-title {
    margin: 0; }

.post-content {
  margin-bottom: 40px; }
  .post-content .header-title {
    margin-bottom: 0; }
  .post-content .post-blurb {
    padding: 20px 0; }
  .post-content .post-thumb img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }

/*sidebox*/
.sidebox {
  border: 1px solid #dadada;
  border-radius: 6px;
/*  background: #dadada;
  background: -webkit-linear-gradient(top, #fff 20%, #fafafa); */
  margin-bottom: 20px; }
  .sidebox .side-title {
    border-bottom: 1px solid #dadada;
    padding: 20px;
    margin: 0; }
	.sidebox .side-title {
		background: none repeat scroll 0 0 #fdda9f;
		border-radius: 6px 6px 0 0;
	}
  .sidebox .side-content, .sidebox .textwidget {
    padding: 20px; }
  .sidebox .side-image {
    margin-top: 20px;
    text-align: center; }

.top-banner .banner-gradient {
  position: absolute;
  background: red;
  width: 100%;
  height: 140px;
  bottom: 0;
  z-index: 5000 !important;
  background: #555;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65), transparent);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.65), transparent);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.65), transparent);
  background: linear-gradient(bottom, rgba(0, 0, 0, 0.65), transparent); }
.top-banner .nemus-slider .caption {
  background: none;
  font-size: 25px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  z-index: 99999 !important;
  position: absolute; }
.top-banner .nemus-control-paging li a {
  background: none;
  border: 1px #fff solid; }
.top-banner .nemus-control-paging li a.nemus-active {
  background: #fff; }
.top-banner .nemus-direction-nav a {
  top: 64%;
  opacity: 0.25; }
  .top-banner .nemus-direction-nav a:hover {
    opacity: 0.6; }
.top-banner .nemus-direction-nav .nemus-next:before, .top-banner .nemus-direction-nav .nemus-prev:before {
  background: url(../images/icon-arrow.png) no-repeat 0 -31px;
  content: '';
  width: 21px;
  height: 31px; }
.top-banner .nemus-direction-nav .nemus-prev:before {
  background-position: 0 0; }
.top-banner .nemus-slider.controls-inside .nemus-direction-nav .nemus-prev {
  left: 20px; }

body {
  font-family: "Lato", sans-serif;
  color: #131313;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  background: url(../images/background-tile.jpg);
  padding-top: 0; }

/*header*/
.header {
  position: relative;
  width: 100%;
  padding: 0 !important; }
  .header .top-logo {
    position: absolute;
    top: 0;
    height: 100px;
    background: #fff;
    background: rgba(255, 255, 255, 0.75);
    z-index: 5;
    width: 100%; }
    .header .top-logo .logo {
      display: block; }
    .header .top-logo .logo-a {
      background: url(../images/Rotary-MASH-Logo.png) no-repeat;
      height: 100px;
      width: 360px; }
    .header .top-logo .logo-b {
      background: url(../images/rotary-logo.png) no-repeat;
      height: 100px;
      width: 195px;
      position: absolute;
      right: 0; }
  .header .top-banner {
    position: relative;
    height: 400px;
    z-index: 1;
    text-align: center;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0; }
  .header .top-nav {
    background: #125996;
    border-top: 1px solid #719bc0;
    border-bottom: 4px #104378 solid; }
    .header .top-nav .container {
      padding: 0; }
    .header .top-nav a {
      color: #fff;
      font-family: "Raleway", sans-serif;
      text-transform: uppercase;
      font-size: 15px;
      padding: 15px 34px 15px 24px;
      display: block;
      background: url(../images/icon-arrow-down.png) no-repeat 90% 50%; }
      .header .top-nav a:hover {
        background: #104378 url(../images/icon-arrow-down.png) no-repeat 90% 50%;
        text-decoration: none; }
    .header .top-nav ul {
      margin: 0;
      padding: 0; }
      .header .top-nav ul li.menu-item-has-children:hover > ul.sub-menu {
        display: block; }
      .header .top-nav ul li {
        list-style: none;
        float: left;
        padding: 0;
        margin: 0;
        z-index: 5; }
        .header .top-nav ul li ul.sub-menu {
          position: absolute;
          z-index: 10;
          background: #104378;
          width: 20%;
          display: none; }
          .header .top-nav ul li ul.sub-menu li {
            float: none; position: relative;}
            .header .top-nav ul li ul.sub-menu li a {
              background-image: none;
              padding: 10px 24px;
              font-size: 14px; }
              .header .top-nav ul li ul.sub-menu li a:hover {
                background: #719bc0; }
      .header .top-nav ul li.button {
        margin-top: 10px; }
        .header .top-nav ul li.button a {
          background: #b7b7b7;
          padding: 5px 40px;
          color: #125996;
          border-radius: 2px; }
          .header .top-nav ul li.button a:hover {
            text-decoration: none; }
      .header .top-nav ul li.no-sub-level a {
        background-image: none;
        padding-right: 24px; }
      .header .top-nav ul li.no-sub-level.active a {
        background: #104378; }
      .header .top-nav ul li.active a {
        background: #104378 url(../images/icon-arrow-down.png) no-repeat 90% 50%; }
    .header .top-nav ul > li:hover {
      background: #104378; }
	  
	  
.header .top-nav ul li ul.sub-menu li ul.sub-menu {
    background: none repeat scroll 0 0 #104378;
    display: none;
    left: 100%;
    position: absolute;
    top: 0;
    width: 30rem;
    z-index: 10;
}
	  

/*content*/
.content-area {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px; }
  .content-area .content {
    padding: 20px; }
  .content-area .side-content {
    padding-left: 30px; }

/*footer*/
.footer {
  background: #636d78;
  padding: 20px;
  color: #fff; }
  .footer a {
    color: #fff; }
	
	/* Christom */
	
	.page-id-69 h1.header-title, .header .top-nav #menu-item-97 a { text-transform: none;}
	.header .top-nav ul li#menu-item-118 a{background-image: none !important;}
	

/** LOGIN TEMPLATE **/
#loginform label {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 5px;
}
#loginform input[type="text"], #loginform input[type="password"] {
    background: none repeat scroll 0 0 #dadada;
    border: 0 none;
    border-radius: 2px;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    line-height: normal;
    padding: 0.5em;
    width: 50%;
}
#loginform input[type="submit"] {
    background: none repeat scroll 0 0 #125996;
    border: 0 none;
    border-radius: 2px;
    color: #ffffff;
    padding: 10px 40px;
    text-transform: capitalize;
}
#loginform input[type="submit"]:hover {
    background: none repeat scroll 0 0 #104378;
}

/******************/
/** LOGIN BUTTON **/
/******************/

#login-logout {
    float: right;
    margin: 10px 0 0;
}
#login-logout a:link, #login-logout a:visited, #login-logout a:active {
    background: none repeat scroll 0 0 #b7b7b7;
    border-radius: 2px;
    color: #125996;
    padding: 5px 40px;
}
#login-logout a:hover{}

