/* ---- fix for preview mode overlay delaying using the site ---- */
#ribbonPreLoadingIndicator {
    display:none;
}
/* --------------------- SCSS --------------------- */
/* Variables - modify as required */
/* main body font family */
/* header font family */
/* CREB grey */
/* CREB blue */
/* CREB green */
/* CREB orange */
/* Mixins  - for vendor prefixes */
/* --------------------- GENERAL STYLES --------------------- */
html {
  background: #5e6e66; }

body {
  background: #f7f8f7;
  color: #5e6e66;
  font-family: "rawline", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }

h1, h2, h3, h4, h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  padding-top: 10px; }

.home h1, .home h2, .home h3, .home h4, .home h5 {
  padding-top: 0; }

h1 {
  font-size: 26px; }

h2 {
  font-size: 22px; }

h3 {
  font-size: 18px; }

h4, h5, h6 {
  font-size: 16px; }

@media (min-width: 768px) {
  h1 {
    font-size: 30px; }

  h2 {
    font-size: 26px; }

  h3 {
    font-size: 22px; }

  h4, h5, h6 {
    font-size: 18px; } }
.home h2 {
  font-size: 26px;
  margin-bottom: 20px; }

p {
  line-height: 1.6;
  margin-bottom: 20px; }

.home p {
  margin-bottom: 25px; }

a {
  color: #0079c1; }

a:hover {
  color: #016099; }

a:focus {
  color: inherit; }

ul {
  margin: 0;
  margin-bottom: 20px; }

.bold, strong, b {
  font-weight: 700; }

.italic {
  font-style: italic; }

.underline {
  position: relative; }

.underline:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0; }

.underline:after {
  right: 0;
  height: 1px;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(94, 110, 102, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(94, 110, 102, 0.5), transparent);
  background-image: -moz-linear-gradient(left, rgba(94, 110, 102, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(94, 110, 102, 0.5), transparent); }

h1.underline {
  margin-bottom: 50px;
  padding-top: 0; }

.btn-primary {
  background: #0079c1;
  color: #ffffff;
  padding: 13px 20px;
  border: none;
  font-size: 16px;
  border-bottom: 2px solid #004771;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  margin-bottom: 15px; }

.btn-primary .fa {
  font-size: 20px;
  transform: translate(0px, 1px);
  -webkit-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px); }

.btn-primary .fa.large {
  font-size: 24px;
  margin-top: -4px;
  transform: translate(0px, 2px);
  -webkit-transform: translate(0px, 2px);
  -ms-transform: translate(0px, 2px); }

.btn-primary:hover {
  background: #016099; }

.btn-default {
  background: #ffffff;
  color: #5e6e66;
  padding: 13px 20px;
  border: none;
  font-size: 16px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  margin-bottom: 15px; }

.btn-default .fa {
  font-size: 20px;
  transform: translate(0px, 1px);
  -webkit-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px); }

.btn-default:hover {
  background: #e5e5e5;
  color: #5e6e66; }

.btn-success {
  background: #6cb33f;
  color: #ffffff;
  padding: 13px 20px;
  border: none;
  font-size: 16px;
  border-bottom: 2px solid #468121;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  margin-bottom: 15px; }

.btn-success .fa {
  font-size: 20px;
  transform: translate(0px, 1px);
  -webkit-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px); }

.btn-success:hover {
  background: #4e9124; }

.btn-orange {
  background: #f57e20;
  color: #000000;
  padding: 13px 30px;
  border: none;
  font-size: 16px;
  border-bottom: 2px solid #c06115;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s; }
  .btn-orange:hover {
    background: #c06115;
    color: white; }

#online-feedback {
  margin-bottom: 10px; }

#feedback-recaptcha, #g-recaptcha-response {
  margin-bottom: 15px; }

.modal-footer .btn {
  margin-bottom: 0;
  padding: 8px 15px; }

.feedbackForm p {
  font-size: 14px;
  margin-bottom: 0; }

.feedbackSuccess p {
  margin-bottom: 0; }

@media (min-width: 992px) {
  .btn-primary, .btn-default, .btn-success {
    padding: 13px 40px; } }
/* --------------------- MAIN NAVIGATION --------------------- */
.navbar-default {
  background: white;
  border: none;
  font-size: 14px;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15); }

.home .navbar-default {
  background: white; }

@media (min-width: 768px) {
  .home .navbar-default {
    background: rgba(255, 255, 255, 0.3);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    box-shadow: 0px 2px 3px 0px transparent;
    -webkit-box-shadow: 0px 2px 3px 0px transparent;
    -moz-box-shadow: 0px 2px 3px 0px transparent; }

  .home .navbar-default.scrolling {
    background: white;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15); } }
.navbar-brand {
  width: 160px;
  height: 39px;
  margin-top: 20px;
  margin-left: 30px !important;
  padding: 0;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s; }

@media (min-width: 768px) {
  .home .navbar-brand {
    opacity: 0; }

  .home .navbar-brand.scrolling {
    opacity: 1; } }
.navbar-nav {
  margin-right: 0; }

.navbar-collapse {
  background: rgba(255, 255, 255, 0.8); }

.nav li a {
  padding: 10px 30px;
  color: rgba(0, 0, 0, 0.7) !important; }

.nav li a:hover {
  color: black !important; }

.navbar-default .navbar-toggle {
  margin-top: 23px;
  margin-bottom: 23px;
  margin-right: 30px;
  border-color: rgba(0, 0, 0, 0.5); }

.navbar-default .navbar-toggle .icon-bar {
  background: rgba(0, 0, 0, 0.5); }

.navbar-default .navbar-toggle:hover {
  background-color: rgba(0, 0, 0, 0.1); }

.navbar-nav.sm-collapsible ul .dropdown-menu li a,
.navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
  padding-left: 50px; }

.navbar-nav.sm-collapsible ul ul .dropdown-menu li a,
.navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
  padding-left: 60px; }

@media (min-width: 768px) {
  .home .navbar-default {
    margin-top: -60px; }

  .home .navbar-default.scrolling {
    margin-top: 0; }

  .navbar-default, .dropdown-menu {
    font-size: 12px; }

  .navbar-header {
    float: none; }

  .navbar-brand {
    margin-left: 15px !important; }

  .navbar-nav {
    margin-left: 6px; }

  .navbar-collapse {
    background: inherit; }

  .nav li a {
    line-height: 50px;
    padding: 15px 8px; }

  .navbar-default .caret {
    margin-left: 4px; }

  .navbar-default .navbar-nav .open a,
  .navbar-default .navbar-nav .open a:hover,
  .navbar-default .navbar-nav .open a:focus {
    background: none; }

  .navbar-default .dropdown-menu li a {
    padding: 8px 10px;
    line-height: 1.5; } }
@media (min-width: 992px) {
  .navbar-default, .dropdown-menu {
    font-size: 13px; }

  .navbar-header {
    float: left; }

  .navbar-nav {
    float: right;
    margin-left: 0; }

  .home .navbar-default {
    margin-top: 0; } }
@media (min-width: 1068px) {
  .nav li a {
    line-height: 50px;
    padding: 15px 15px; } }
@media (min-width: 1200px) {
  .navbar-default, .dropdown-menu {
    font-size: 14px; } }
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu li a {
    padding: 5px 15px 5px 40px; } }
/* --------------------- HEADERS --------------------- */
header {
  margin-top: 80px;
  background: #6cb33f;
  padding: 8px 0 6px 0;
  margin-bottom: 50px; }

header .slogan {
  margin: 0;
  margin-left: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.25);
  padding-right: 15px;
  padding-top: 4px; }

.headerBtnBox {
  text-align: left;
  padding-right: 0; }

.headerBtn {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  margin-top: 2px;
  margin-left: 7px;
  padding: 5px 9px;
  border-radius: 4px; }

.headerBtn:hover {
  background: rgba(0, 0, 0, 0.15); }

.headerBtn .small {
  font-size: 11px;
  transform: translate(0px, -1px);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px); }

.headerBtn a {
  color: #ffffff; }

.headerBtn a:hover {
  text-decoration: none; }

@media (min-width: 768px) {
  header {
    margin-top: 139px;
    padding: 10px 0; }

  .headerBtnBox {
    text-align: right;
    padding-right: 20px; }

  .headerBtn {
    margin-top: 0; } }
@media (min-width: 992px) {
  header {
    margin-top: 80px; }

  header .slogan {
    margin-left: 58px; }

  .headerBtn {
    font-size: 14px;
    margin-top: 0; } }
@media (min-width: 992px) {
  header .slogan {
    font-size: 20px;
    padding-top: 3px; } }
/* --------------------- HOME BANNER --------------------- */
.home header {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  background: #ffffff;
  position: relative;
  height: 75vh;
  max-height: 650px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.headerGrad {
  position: absolute;
  bottom: 0;
  height: 175px;
  width: 100%;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 ); }

.logoBox {
  position: absolute;
  bottom: 50px;
  background: #ffffff;
  padding: 30px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s; }

.logoBox.scrolling {
  margin-left: -225px; }

.home header h1 {
  position: absolute;
  margin: 0;
  margin-left: 30px;
  right: 30px;
  bottom: 43px;
  color: #fff;
  font-size: 30px;
  text-align: right;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3); }

.home header h1 a {
  color: #fff;
  text-decoration: none; }

@media (min-width: 768px) {
  .home header {
    height: 650px; }

  .home header h1 {
    font-size: 40px;
    margin-left: 250px; } }
/* --------------------- HOME CONTENT --------------------- */
.home section {
  padding-top: 100px;
  padding-bottom: 85px;
  text-align: center; }

section.about .btn-primary {
  margin-left: 13px;
  margin-right: 13px; }

section.homeBlock {
  color: #ffffff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.15); }

section.homeBlock h2 {
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2); }

/* --------------------- CREBNOW AND SPOTLIGHT FEEDS --------------------- */
.insetBox {
  background: -moz-linear-gradient(top, rgba(94, 110, 102, 0.08) 0%, rgba(94, 110, 102, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(94, 110, 102, 0.08) 0%, rgba(94, 110, 102, 0) 100%);
  background: linear-gradient(to bottom, rgba(94, 110, 102, 0.08) 0%, rgba(94, 110, 102, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#145e6e66', endColorstr='#005e6e66',GradientType=0 );
  box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.08);
  padding: 30px 15px 0 15px;
  border-radius: 6px; }

.home .insetBox h2 {
  margin-bottom: 25px; }

.insetBox.crebnow {
  margin-bottom: 35px; }

.feedburnerFeedBlock ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0; }

.feedburnerFeedBlock ul li {
  background: #ffffff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
  text-align: left;
  position: relative;
  height: 115px; }

.feedburnerFeedBlock div {
  display: none; }

.feedburnerFeedBlock div img {
  margin-left: -26px;
  margin-top: -8px;
  max-width: none !important; }

.feedburnerFeedBlock .headline {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  position: absolute;
  top: 13px;
  left: 15px;
  margin-right: 15px;
  height: 60px;
  overflow: hidden; }

.feedburnerFeedBlock .headline a {
  color: rgba(94, 110, 102, 0.8); }

.feedburnerFeedBlock .date {
  position: absolute;
  margin-bottom: 0;
  bottom: 12px;
  left: 15px;
  font-size: 12px; }

#creditfooter {
  display: none; }

.insetBox .btn-primary {
  margin-top: 15px; }

@media (min-width: 480px) {
  .insetBox {
    padding: 30px 30px 0 30px; }

  .feedburnerFeedBlock div {
    font-size: 0;
    /* hides feed text */
    position: absolute;
    left: 0;
    width: 50%;
    height: 115px;
    overflow: hidden;
    display: block; }

  .feedburnerFeedBlock .headline,
  .feedburnerFeedBlock .date {
    left: 53%; } }
@media (min-width: 650px) {
  .feedburnerFeedBlock div img {
    margin-left: 0;
    margin-top: -8px; } }
@media (min-width: 700px) {
  .feedburnerFeedBlock .headline,
  .feedburnerFeedBlock .date {
    left: 315px; } }
@media (min-width: 768px) {
  .insetBox.crebnow {
    margin-bottom: 0; }

  .feedburnerFeedBlock .headline,
  .feedburnerFeedBlock .date {
    left: 55%;
    width: 115px; }

  .feedburnerFeedBlock div img {
    margin-left: -79px; } }
@media (min-width: 992px) {
  .feedburnerFeedBlock .headline,
  .feedburnerFeedBlock .date {
    left: 54%;
    width: auto; }

  .feedburnerFeedBlock div img {
    margin-left: -52px; } }
@media (min-width: 1200px) {
  .feedburnerFeedBlock .headline,
  .feedburnerFeedBlock .date {
    left: 53%; }

  .feedburnerFeedBlock div img {
    margin-left: -26px; } }
.spotlightBox {
  background: #ffffff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
  text-align: left;
  height: 115px; }

.spotlightBoxImg {
  display: none; }

.spotlightBoxImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); 
  max-width:100%
 }

.spotlightBoxTxt {
  float: left;
  position: relative;
  width: 100%;
  height: 115px;
  padding: 13px 15px 12px 15px; }

.spotlightTitle {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  height: 60px;
  overflow: hidden;
  margin: 0;
  padding-top: 0; }

.spotlightBoxTxt a {
  color: rgba(94, 110, 102, 0.8);
  cursor: pointer;
}

.spotlightBoxTxt p {
  position: absolute;
  margin-bottom: 0;
  bottom: 12px;
  font-size: 12px; }

@media (min-width: 480px) {
  .spotlightBoxImg {
    display: block;
    float: left;
    width: 50%;
    overflow: hidden;
    position: relative;
    height: 115px; }

  .spotlightBoxTxt {
    width: 50%; } }
@media (min-width: 705px) {
  .spotlightBoxImg {
    width: 300px; } }
@media (min-width: 768px) {
  .spotlightBoxImg {
    width: 50%; } }
/* --------------------- GENERAL PAGE STYLES --------------------- */
.breadcrumb {
  background: rgba(94, 110, 102, 0.08);
  padding: 15px 20px;
  box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.08);
  font-size: 14px;
  margin-bottom: 30px; }

.leftNav {
  background: #0079c1;
  border-radius: 6px;
  border-bottom: 2px solid #004771;
  padding: 20px;
  top: 170px; }

.leftNav h3 {
  color: #ffffff;
}

@media (min-width: 768px) {
  .leftNav {
    width: 220px; } }
@media (min-width: 992px) {
  .leftNav {
    top: 114px;
    width: 212.5px; } }
@media (min-width: 1200px) {
  .leftNav {
    width: 262.5px; } }
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .leftNav {
    position: relative;
    top: 0; }

  /* your css rules for ipad portrait */ }
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .leftNav {
    position: relative;
    top: 0; }

  /* your css rules for ipad landscape */ }
.leftNav h3 {
  margin-bottom: 15px;
  padding-top: 0;
}

.leftNav h3 a {
  color: #ffffff; }

.leftNav hr {
  margin: 0 -20px 10px -20px;
  border: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.15); }

.leftNav ul {
  font-size: 14px;
  margin: 0;
  list-style: none;
  padding: 0; }

.leftNav ul a {
  color: #ffffff; }

.leftNavList li {
  line-height: 2;
  margin-left: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff; }

.leftNavList li ul li {
  line-height: 1.8;
  margin-left: 15px; }

.affix-bottom {
  position: absolute; }

.rightNav, .boxItem {
  background: -moz-linear-gradient(top, rgba(94, 110, 102, 0.08) 0%, rgba(94, 110, 102, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(94, 110, 102, 0.08) 0%, rgba(94, 110, 102, 0) 100%);
  background: linear-gradient(to bottom, rgba(94, 110, 102, 0.08) 0%, rgba(94, 110, 102, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#145e6e66', endColorstr='#005e6e66',GradientType=0 );
  box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 40px;
  font-size: 14px; }

.rightNav h3 {
  margin-bottom: 15px;
  padding-top: 0; }

.boxItem h5 {
  margin-bottom: 15px;
  font-size: 18px;
  padding-top: 0; }

.rightNav hr {
  margin: 0 -20px 10px -20px;
  border: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.075); }

.boxText {
  margin: 0 -20px 10px -20px;
  border-top: 1px solid rgba(0, 0, 0, 0.075);
  padding: 10px 20px 0 20px; }

.rightNav ul, .boxText ul {
  line-height: 1.8;
  margin-bottom: 0;
  list-style: none;
  padding: 0; }

.rightNav ul a, .boxText ul a {
  color: #5e6e66; }

.rightNav ul li, .boxText ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.rightNav ul li ul, .boxText ul li ul {
  margin-left: 10px; }

.rightNav ul li ul li ul, .boxText ul li ul li ul {
  margin-left: 20px; }

.rightNav .active, .boxText .active {
  text-decoration: underline; }

.pageHeader {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 300px;
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px; }

.pageName {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(94, 110, 102, 0.75); }

.pageHeader .pageName h1 {
  margin: 15px 15px;
  color: #ffffff;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.25);
  padding-top: 0; }

@media (min-width: 768px) {
  .boxItem h5 {
    font-size: 22px; }

  .pageHeader {
    border-radius: 6px;
    margin-left: 0;
    margin-right: 0; }

  .pageHeader .pageName h1 {
    margin: 20px 15px; } }
/* --------------------- MANAGEMENT TEAM / BOARD OF DIRECTORS PAGE --------------------- */
.mgmt {
  text-align: center;
  margin-bottom: 50px; }

.mgmtPic {
  display: inline-block;
  margin: auto;
  margin-bottom: 15px;
  border-radius: 50%; }

.mgmt h4 {
  display: inline; }

.mgmtCred {
  display: inline;
  font-size: 14px; }

.mgmtTitle {
  margin-bottom: 0; }

.mgmtContact {
  text-align: center; }

.mgmtContact hr {
  margin: 0;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(94, 110, 102, 0.5);
  padding-top: 45px; }

@media (min-width: 768px) {
  .mgmt:nth-child(2n+1) {
    clear: left; } }
@media (min-width: 992px) {
  .mgmt:nth-child(2n+1) {
    clear: none; }

  .mgmt:nth-child(3n+1) {
    clear: left; } }
.management_team footer {
  margin-top: 55px; }

/* --------------------- WORK AT CREB PAGE --------------------- */
.jobListingGroup {
  margin-bottom: 50px; }

.jobListing {
  margin-bottom: 30px; }

.jobListing h3 {
  margin-bottom: 5px;
  opacity: 0.8; }

.jobListingGroup .btn {
  margin-top: 15px;
  margin-bottom: 0; }

#maincontent_0_pnlQuestions label {
  margin-right: 15px; }
#maincontent_0_pnlQuestions input {
  margin-bottom: 5px; }
#maincontent_0_pnlQuestions .question input {
  margin-right: 5px; }
#maincontent_0_pnlQuestions .alert {
  margin-top: 20px; }

.work_at_creb footer {
  margin-top: 65px; }

/* --------------------- CONTACT US PAGE --------------------- */
.contactBox {
  margin-left: 75px; }

.contactLabel {
  width: 75px;
  margin-left: -75px;
  display: inline-block;
  font-weight: 700; }

.contactSocial {
  font-size: 30px; }

.contactMap {
  border: 1px solid #5e6e66;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px; }

/* --------------------- HOUSING STATISTICS PAGE --------------------- */
.statsTool {
  background: #6cb33f;
  border-radius: 6px;
  border-bottom: 2px solid #468121;
  margin-bottom: 40px;
  padding: 20px;
  color: #ffffff;
  transition: 0.25s;
  -moz-transition: 0.25s;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s; }

.statsTool h2 {
  margin-bottom: 15px;
  padding-top: 0; }

.statsTool hr {
  margin: 0 -20px 10px -20px;
  border: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.15); }

.statsTool form {
  color: #5e6e66; }

.statsTool form label {
  color: #ffffff; }

.statsTool ul {
  margin-top: 30px;
  margin-bottom: 0;
  list-style: none;
  padding: 0; }

.statsTool .nav-tabs li.active a,
.statsTool .nav-tabs li.activea:focus,
.statsTool .nav-tabs li.active a:hover {
  color: #5e6e66 !important;
  background-color: #fff;
  border: 1px solid #fff; }

.statsTool .nav-tabs li a {
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.5); }

.statsTool .nav-tabs li a:hover {
  background: rgba(0, 0, 0, 0.1);
  text-decoration: underline; }

.statsToolTable {
  background: #ffffff;
  color: #5e6e66;
  border-radius: 0px 0px 6px 6px; }

.statsToolTable table {
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
  font-size: 14px; }

.statsToolTable h4 {
  padding: 10px;
  margin: 0;
  line-height: 2; }

.statsToolTable h4 input {
  border: none;
  background: none;
  color: rgba(94, 110, 102, 0.5);
  padding: 0;
  margin: 0 15px 0 0; }

.statsToolTable h4 input.active {
  color: #5e6e66; }

.statsToolTable h4 input:hover {
  color: #0079c1; }

.statsToolTable h4 input.active:hover {
  color: #5e6e66; }

.statsToolTable p {
  font-size: 12px;
  margin: 10px 0 10px 50px; }

.statsVid {
  margin-bottom: 40px; }

@media (min-width: 768px) {
  .statsTool .nav-tabs li a {
    margin-right: 3px;
    border-bottom: transparent; }

  .statsToolTable table {
    border-top: 1px solid #ddd; } }
/* --------------------- DAILY HOUSING SUMMARY PAGE --------------------- */
.statsNav {
  font-size: 14px; }

.statsNav li a {
  line-height: 1.4;
  color: #0079c1 !important;
  font-weight: 700;
  border: 1px solid #ddd; }

.statsNav li a:hover,
.statsNav li a:focus {
  color: #0079c1 !important;
  text-decoration: underline; }

.statsTables {
  font-size: 12px;
  padding: 5px;
  border: 1px solid #ddd;
  background: #fff;
  margin-bottom: 35px; }

.statsTables h4 {
  padding: 9px;
  margin: 0; }

.statsTables table {
  margin-bottom: 0; }

.statsTables .table-responsive {
  margin-bottom: 20px; }

.tableType {
  color: #0079c1; }

.statsTables p {
  font-size: 12px;
  text-align: right;
  margin-bottom: 10px; }

@media (min-width: 768px) {
  .statsNav.nav-justified li a {
    margin-right: 3px;
    border-bottom: transparent; }

  .statsNav.nav-justified li a:hover {
    background: white;
    border: 1px solid #ddd;
    border-bottom: 1px solid white; }

  .statsTables {
    border-top: 1px solid transparent;
	font-size: 11px; } }
@media (min-width: 992px) {
  .statsTables {
    font-size: 14px; } }
/* --------------------- CREB DATA REQUEST PAGE --------------------- */
.dataReqForm .help-block {
  margin-top: 0; }

.dataReqForm .well {
  background: rgba(94, 110, 102, 0.08); }

#dataRequest-recaptcha, #dataRequest-recaptchaResponse {
  margin-bottom: 15px; }

.formDisclaimer {
  font-size: 12px;
  text-align: right; }

/* --------------------- NEWS CENTRE PAGE --------------------- */
.topSpotlightBox {
  background: #ffffff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 40px;
  text-align: left; }

.topSpotlightBoxImg {
  display: block;
  overflow: hidden;
  position: relative;
  height: 300px; }

.topSpotlightBoxImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.topSpotlightBoxTxt {
  position: relative;
  padding: 26px 30px; }

.topSpotlightBox h2 {
  text-transform: uppercase;
  color: rgba(94, 110, 102, 0.8);
  margin-bottom: 15px;
  padding-top: 0; }

.topSpotlightBox .date {
  font-size: 14px;
  margin-bottom: 10px; }

.topSpotlightBox .abstract {
  margin-bottom: 15px; }

.topSpotlightBox .btn {
  margin-bottom: 0; }

.news_centre .insetBox {
  margin-bottom: 30px; }

.news_centre .insetBox h2 {
  padding-top: 0;
  font-size: 18px; }

.insetBox h3 {
  padding-top: 0; }

.insetBox.releases h3 {
  margin-bottom: 20px; }

.insetBox.releases ul {
  list-style: disc;
  margin-left: 17px;
  margin-bottom: 0;
  padding: 0; }

.insetBox.releases li {
  margin-bottom: 8px; }

.insetBox.releases h4 {
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 0; }

.insetBox.releases h4 a {
  color: rgba(94, 110, 102, 0.8); }

.insetBox.releases .date {
  font-size: 12px; }

.insetBox.social h3 {
  margin-bottom: 20px; }

.insetBox.social iframe .SandboxRoot {
  font-family: "rawline", sans-serif !important; }

@media (min-width: 768px) {
  .topSpotlightBox {
    height: 300px; }

  .topSpotlightBoxImg {
    float: left;
    width: 50%; }

  .topSpotlightBoxTxt {
    float: left;
    height: 115px;
    width: 50%; }

  .topSpotlightBox h2 {
    max-height: 55px;
    overflow: hidden; }

  .topSpotlightBox .abstract {
    height: 75px;
    overflow: hidden; }

  .news_centre .feedburnerFeedBlock .headline,
  .news_centre .feedburnerFeedBlock .date {
    left: 53%;
    width: auto; }

  .news_centre .feedburnerFeedBlock div img {
    margin-left: -48px; }

  .news_centre .insetBox h2 {
    font-size: 22px; } }
@media (min-width: 992px) {
  .topSpotlightBoxImg {
    width: 334px; }

  .news_centre .feedburnerFeedBlock .headline,
  .news_centre .feedburnerFeedBlock .date {
    left: 55%;
    width: 110px; }

  .news_centre .feedburnerFeedBlock div img {
    margin-left: -79px; } }
@media (min-width: 1200px) {
  .topSpotlightBoxImg {
    width: 409px; }

  .topSpotlightBox h2 {
    max-height: 27px;
    overflow: hidden; }

  .topSpotlightBox .abstract {
    height: 100px; }

  .news_centre .feedburnerFeedBlock .headline,
  .news_centre .feedburnerFeedBlock .date {
    left: 54%;
    width: auto; }

  .news_centre .feedburnerFeedBlock div img {
    margin-left: -52px; } }
/* --------------------- MEDIA RELEASES AND SPOTLIGHT STORIES PAGES --------------------- */
.subHead {
  font-size: 80%;
  color: rgba(94, 110, 102, 0.6);
  margin-left: 15px; }

.storyBox {
  background: #ffffff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 40px;
  text-align: left; }

.storyBoxImg {
  display: block;
  overflow: hidden;
  position: relative;
  height: 300px; }

.storyBoxImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.storyBoxTxt {
  padding: 26px 30px 30px 30px; }

.storyBox h3 {
  padding: 0;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  color: rgba(94, 110, 102, 0.8); }

.storyBox .date {
  font-size: 14px;
  margin-bottom: 10px; }

.storyBox .abstract p {
  margin-bottom: 20px; }

.storyBox .btn {
  margin-bottom: 0; }

.postSwitch {
  margin-bottom: 40px; }

.mediaSwitch {
  color: #5e6e66; }

.mediaSwitch:hover {
  color: #5e6e66; }

.storyImg {
  display: block;
  overflow: hidden;
  position: relative;
  height: 300px;
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px; }

.storyImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.story .date {
  font-size: 14px;
  margin-bottom: 20px; }

.story .category {
  font-size: 14px;
  margin-bottom: 30px;
  margin-top: 30px; }

.postSwitch .btn {
  margin-bottom: 0; }

.tags {
  margin-bottom: 26px; }

.tags ul {
  margin-bottom: 0;
  list-style: none;
  padding: 0; }

.tags ul li {
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
  margin-bottom: 4px;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s; }

.tags ul li a {
  color: #5e6e66;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s; }

.tags ul li:hover {
  background: rgba(0, 121, 193, 0.8); }

.tags ul li:hover a {
  color: #ffffff;
  text-decoration: none; }

@media (min-width: 768px) {
  .storyImg {
    margin-left: 0;
    margin-right: 0; }

  .postSwitch {
    margin-bottom: 30px; } }
/* --------------------- EVENT REGISTRATION PAGE --------------------- */
.eventModule .boxItem {
  background: rgba(108, 179, 63, 0.3);
  padding: 15px;
  font-size: inherit;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; }
  .eventModule .boxItem .fl_right {
    float: none; }
  .eventModule .boxItem #maincontent_0_imgEvent {
    margin-top: 15px;
    border: 5px solid white;
    max-width: 100%;
    height: auto;
    display: block; }

.eventModule .boxItem .boxText {
  border-top: none;
  padding-top: 0;
  margin-top: -10px; }

.eventModule .boxText table {
  border-top: none; }

.eventModule .boxText table tbody {
  vertical-align: top; }

.eventModule .boxText table th {
  padding-right: 20px; }

.eventModule .userTypeChoice h1 {
  font-size: 18px;
  margin-bottom: 0; }

.eventModule .form_submit {
  background: #0079c1;
  color: #ffffff;
  border: none;
  font-size: 16px;
  border-bottom: 2px solid #004771;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  margin-bottom: 15px;
  border-radius: 4px;
  padding: 6px 12px; }

.eventModule .form_submit:hover {
  background: #016099; }

.eventModule .userTypeChoice .form_submit {
  padding: 10px 16px; }

.eventModule #emailEntry, .eventModule #couponCode {
  margin: 0 10px; }

.eventModule .memberDetailsTable tbody tr td:nth-of-type(1) {
  font-weight: 700;
  padding-right: 20px; }

.eventModule .event-function-table td, .eventModule .event-function-table th {
  padding-right: 25px; }

.eventModule #totalPrice {
  font-weight: 700; }

.eventModule h3.highlight {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  border-color: #dca7a7;
  background-color: #f2dede;
  color: #a94442;
  font-size: 16px; }

.eventModule .reviewDisclaimer { 
}

@media (min-width: 768px) {
    .eventTitle {
        float: left;
    }

    .eventDetails {
        clear: left;
    }
    
    .eventModule #maincontent_0_imgEvent {
        margin-left: 15px; }

    .eventModule .userTypeChoice h1 {
        font-size: 22px; }

    .eventModule .boxItem .fl_right {
        float: right; }

    .Registration .col-sm-4 {
        display: none; }
    .Registration .col-sm-8 {
        width: 100%; } 
}
@media (min-width: 992px) {
  .Registration .col-sm-4 {
    display: inherit; }
  .Registration .col-sm-8 {
    width: 66.66666%; } }
/* --------------------- COMMUNITY INVESTMENT PAGE --------------------- */
.cfBtns {
  text-align: center;
  margin-top: 40px; }
  .cfBtns .cfBtn {
    display: block;
    margin-bottom: 40px;
    color: #f57e20; }
    .cfBtns .cfBtn:hover {
      text-decoration: none; }
      .cfBtns .cfBtn:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1); }
    .cfBtns .cfBtn img {
      transition: 0.25s;
      -moz-transition: 0.25s;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      margin-bottom: 5px; }
    .cfBtns .cfBtn p {
      font-size: 20px;
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      color: #f57e20; }

.cfStats {
  background: #f57e20;
  text-align: center;
  margin-bottom: 60px; }
  .cfStats .statHalf {
    width: 100%;
    padding: 20px; }
    .cfStats .statHalf:nth-of-type(1) {
      border-bottom: 1px solid white; }
    .cfStats .statHalf h2 {
      color: white;
      text-transform: uppercase;
      font-style: italic;
      font-size: 44px;
      margin-bottom: 10px; }
    .cfStats .statHalf p {
      color: white;
      margin-bottom: 10px; }

.cfFriends {
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  background: top right no-repeat, #0f1010; 
}
  .cfFriends .left {
    padding: 25px; }
  .cfFriends h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 33px;
    color: #f57e20;
    text-transform: uppercase; }
  .cfFriends p {
    color: white; }

@media (min-width: 768px) {
  .cfStats .statHalf h2 {
    font-size: 54px; } }
@media (max-width: 991px) {
  .cfFriends {
    background-image: none !important; } }
@media (min-width: 1200px) {
  .cfStats .statHalf {
    width: 50%;
    float: left; }
    .cfStats .statHalf:nth-of-type(1) {
      border-bottom: none;
      border-right: 1px solid white; } }
/* --------------------- DONORS PAGE --------------------- */
.donorList .donorLine {
  margin-bottom: 10px; 
}
  .donorList .donorLine {
    font-weight: 700;
    color: #5e6e66;
  }
  .donorList .donorLine a:hover, .donorList .donorLine a:focus {
      text-decoration: underline;
      color: #0079c1; 
  }
  .donorList .donorLine .company {
    font-weight: normal;
	font-size: 12px;
    color: #f57e20;
  }
/* --------------------- FOOTER --------------------- */
footer {
  background: #5e6e66;
  outline: 10px solid rgba(94, 110, 102, 0.8);
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 75px; }

.home footer {
  margin-top: 10px; }

footer h3 {
  margin-bottom: 20px;
  padding-top: 0; }

footer a {
  color: #fff; }

footer a:hover {
  color: #fff; }

footer .contactBox {
  margin-left: 25px; }

footer em {
  width: 25px;
  margin-left: -25px; }

footer .social {
  margin-left: 25px;
  font-size: 30px; }

footer .social em {
  margin-left: 0; }

footer .social a {
  opacity: 0.7; }

footer .social a:hover {
  opacity: 1; }

.footerLinks {
  margin-top: 30px; }

.footerLinks ul {
  list-style: none;
  padding: 0; }

footer hr {
  border: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin-top: 30px;
  margin-bottom: 30px; }

@media (min-width: 768px) {
  .footerLinks {
    text-align: right;
    margin-top: 0; } }
/* --------------------- PRINT STYLES --------------------- */
@media print {
  .navbar, header, .breadcrumb, footer {
    display: none; }

  .pageHeader {
    background: none !important;
    height: 60px;
    margin-bottom: 30px; }

  .pageHeader h1 {
    margin-left: 0; } }
/* --------------------- Generic mobile view hide/show-------- */
@media (max-width: 767px) {
  .mobileHidden {
    display: none; }

  .mobileShow {
    display: block !important; } }

/*# sourceMappingURL=styles.css.map */
.noNav #leftNav { display: none;}
.noNav #mainCol { width:100%; }

/*  Photo Gallery  */
.photoPrev, .photoNext {
    vertical-align: top;
    margin-top: 200px;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    float: left;
}

.photoMainHolder {
    margin: 0px;
    margin-left: -32px;
    margin-right: -32px;
    padding: 0px;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    display: inline-block;
	pointer-events:none;
}
	.photoMainHolder .photoSlideshowStopper {
		pointer-events:auto;
	}
.photoMain {
    min-height: 250px;
}
    .photoMain img {
        width: 100%;
        max-width: 100% !important;
        height: auto !important;
    }

.photoCaption {
    text-align: left;
}

.photoThumbsHolder {
    clear: both;
    width: 100%;
    max-width: 100%;
    height: 105px;
    overflow: auto;
}

.photoThumbImage {
    border-color: #00629d;
}

.photoSlideshowStopper {
    float: right;
}

.photoSlideshowCounter {
    float: left;
}

.photoSlideshowAdvancer {
    display: none;
}

/* ---- event module ---- */
.eventModule {
    position:relative;
}

    .eventModule .couponBlurb {
        font-style:italic;
        clear:right;
    }

        .eventModule .couponBlurb input[type="text"] {
            border:1px #363636 solid;
        }

        .eventModule input[type="file"] {
            width:100%;
            box-sizing:border-box;
        }

    .eventModule .mapHolder {
        margin-left:auto;
        margin-right:auto;
    }

    .eventModule textarea {
        resize: vertical;
    }

.event-table th {
    font-weight: bold;
    padding-right: 10px;
}

.event-table th,
.event-table td {
    text-align: left;
    vertical-align: top;
    padding-bottom: 10px;
}

.event-function-table {
    border: 1px solid #a6a6a6;
    background-color: #0079c1;
    width: 100%;
    margin-top:10px;
}
    .event-function-table .helpIcon {
        cursor: help;
        margin-left: 3px;
        vertical-align: middle;
    }

    .event-function-table tr th {
        padding-top: 13px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        color: #fff;
        font-size: 1.1em;
        font-weight: bold;
        text-transform: uppercase;
        text-align:left;
    }

    .event-function-table tr td {
        vertical-align: top;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 8px;
        padding-bottom: 8px;
        background-color: #ebebeb;
    }

        .event-function-table tr td input[type=text] {
            width: 50px;
            border: 1px solid #363636;
        }

        .event-function-table tr td input[type="radio"],
        .event-function-table tr td input[type="checkbox"] {
            margin:0;
        }

        .event-function-table tr td select {
            padding: 4px;
            padding-top: 8px;
            padding-bottom: 8px;
            border: 1px solid #363636;
        }


    .event-function-table tr:nth-child(2n) td {
        background-color: #fff;
    }

    .event-function-table .first {
        padding-left: 15px;
    }

    .event-function-table .last {
        text-align: right;
        padding-right: 15px;
    }

    .event-function-table .nameLine select {
        width: 100%;
    }

        .event-function-table .nameLine .seatDrop {
            font-size:0;
            display:inline;
        }

            .event-function-table .nameLine .seatDrop select {
				font-size:14px;
                margin-right: 10px;
                margin-bottom: 5px;
                width: initial;
            }

            .event-function-table .nameLine .seatDrop input[type=button] {
                padding: 9px;
                font-size: 14px;
                width:initial;
            }

    .event-function-table .nameLine input[type=text],
    .event-function-table .questions input[type=text],
    .event-function-table .questions textarea {
        width: 100%;
        box-sizing: border-box;
        padding-left: 4px;
        padding-right: 4px;
        border-style: solid;
        border-width: 1px;
        border-color: #363636;
    }

    .event-function-table .questions textarea {
        height: 4em;
    }

        .event-function-table .nameLine input[type=text].required,
        .event-function-table .questions input[type=text].required,
        .event-function-table .questions textarea.required,
        .event-function-table .questions .yesNo.required {
            border-color: #363636;
            border-style: solid;
            border-width: 1px;
        }

    .event-function-table .questions select {
        width: 90%;
        padding-left: 0px;
        padding-right: 0px;
    }

@media (max-width: 749px) {
    .event-function-table tr th,
    .event-function-table tr td {
        font-size: 14px;
        font-weight: normal;
    }
}
/* ---- Event Module uses forecast map ---- */
.mapHolder {
    position: relative;
    top: 20px;
}

.mapArea {
    position: absolute;
    font-size: 0px;
    background: #ffffff;
    background-color: rgba(255,255,255,0);
    filter: alpha(opacity=0);
}

.mapHoverActivator {
    width: 100%;
    height: 100%;
}

.mapHover {
    position: relative;
    top: 3px;
    left: 3px;
    background-color: #fff;
    display: none;
    padding: 12px;
    margin-bottom: 0px;
    font-size: 13px;
    float: left;
    color: #000;
    width: 400px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}

    .mapHover p {
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 0px;
        padding-bottom: 3px;
		text-align:left;
    }

.mapArea:hover .mapHover {
    display: inherit;
}

.mapList .listItem {
    font-size: 13px;
}

.mapArea .tooltipLogo {
    float: left;
    padding-bottom: 5px;
    padding-right: 15px;
}
.eventModule img {
	max-width:100%;
	height:auto !important;
}

.eventModule .mapArea {
    /*background-color: rgba(126,139,133,0.8);*/
    background-image: url('/common/images/generic/white-x.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size:20px;
}

.eventModule #imgKnown,
.eventModule #imgUnknown,
.eventModule #imgDup {
    padding-right: 15px;
}

.eventModule .attendeeTable td {
    vertical-align: top;
    padding-top: 8px;
    padding-bottom: 8px;
}
.eventModule .attendeeTable td img {
    padding-top: 6px;
    max-width:34px;
}
.eventModule .quickSelectBody {
    font-style: italic;
    margin-top: 8px;
}

    .eventModule .quickSelectBody .quickSelectTitle {
        font-weight: 700;
    }

@media (max-width: 749px) {
    .eventModule .mapArea {
        background-size: 15px;
    }
}

/* ----- StatsRequest ----- */
.StatsRequestSection {
    width:100%;
}
	.StatsRequestSection>tbody>tr>td {
		padding-bottom:20px;
	}

	.StatsRequestSection input[type=checkbox] {
        vertical-align: top;
    }

	.StatsRequestSection label {
		font-weight:normal;
		margin-left:5px;
	}
	.StatsRequestSection .statsHeader,
	.StatsRequestSection .statsHeader label {
		font-weight:700;
		width:170px;
		text-align:right;
		vertical-align:top;
		padding-right:10px;
	}
	.StatsRequestSection .statsHeader label {
		padding-right:0px;
		padding-top:7px;
	}
	.StatsRequestSection #frequency label {
		margin-right:20px;
	}
	.StatsRequestSection #startDate select {
		width:45%;
		margin-right:4%;
		box-sizing:border-box;
		border-radius:3px;
		padding:10px;
	}
.statsChoices {
}
.statsPaymentEntry {
    border: 1px #a6a6a6 solid;
    background-color: #ebebeb;
    border-radius: 4px;
    width:100%;
    box-sizing:border-box;
    padding:15px;
	padding-top:25px;
}
.statsPaymentEntry input[type=text] {
    width:100%;
    border-radius:3px;
    border:#a6a6a6 1px solid;
    padding-top:6px;
    padding-bottom:6px;
    padding-left:12px;
    padding-right:12px;
	font-family:sans-serif;
}

#selectedsets {
    font-weight:700;
}
#ccLabel {
    padding-top:4px;
}

#propertyTypes tr {
    display: inline-block;
    width: 220px;
}
#statsList tr {
    display: inline-block;
    width: 220px;
}
#statsPriceRanges tr {
    display: inline-block;
    width: 220px;
}

.highlight {
	display:block;
	padding: 15px;
	color: #a94442;
	font-size: 16px; 
}
