/* Base Styles */

/* Reset */

#mn-content .fa-lg {
  font-size: 1.33333333em;
  line-height: 1.33333333em;
  vertical-align: middle;
}
#mn-content .fa-2x {
  font-size: 2em;
}
#mn-content .mn-heading {
  margin-top: 0;
  padding-top: 0;
  overflow-wrap: break-word;
}
/* Rows/Columns/Blocks */

#mn-content *,
#mn-content *:after,
#mn-content *:before {
  box-sizing: border-box;
}
#mn-content .mn-row {
  margin-left: -10px;
  margin-right: -10px;
}
#mn-content .mn-row:after {
  content: "";
  display: block;
  clear: both;
}
#mn-content .mn-row-inner {
  margin-left: -10px;
  margin-right: -10px;
}
#mn-content .mn-row-inner:after {
  content: "";
  display: block;
  clear: both;
}
#mn-content div[class*="mn-col-"] {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
#mn-content .mn-col-1 {
  width: 100%;
}
#mn-content .mn-col-7-8 {
  width: 87.5%;
}
#mn-content .mn-col-4-5 {
  width: 80%;
}
#mn-content .mn-col-3-4 {
  width: 75%;
}
#mn-content .mn-col-2-3 {
  width: 66.66%;
}
#mn-content .mn-col-5-8 {
  width: 62.5%;
}
#mn-content .mn-col-3-5 {
  width: 60%;
}
#mn-content .mn-col-1-2 {
  width: 50%;
}
#mn-content .mn-col-2-5 {
  width: 40%;
}
#mn-content .mn-col-3-8 {
  width: 37.5%;
}
#mn-content .mn-col-1-3 {
  width: 33.33%;
}
#mn-content .mn-col-1-4 {
  width: 25%;
}
#mn-content .mn-col-1-5 {
  width: 20%;
}
#mn-content .mn-col-1-8 {
  width: 12.5%;
}
#mn-content .mn-block {
  margin-bottom: 10px;
}
#mn-content .mn-block.mn-pane {
  padding: 15px 15px;
  border: 1px solid #dddddd;
  margin-bottom: 15px;
}
#mn-content .mn-block .mn-block:last-of-type {
  margin-bottom: 0;
}
#mn-content .mn-block .mn-block:first-of-type {
  margin-bottom: 10px;
}
#mn-content .mn-clear {
  display: block;
}
#mn-content .mn-clear:after {
  content: "";
  display: block;
  clear: both;
}
#mn-content .mn-img-responsive {
  display: inline;
  max-width: 100%;
  height: auto;
}
#mn-content .mn-form-control {
  display: block;
  width: 100%;
}
#mn-content .mn-hidden-above-break {
  display: none;
}
/* General Styles */

#mn-content {
  margin-bottom: 15px;
}
#mn-content .mn-container {
  margin-left: auto;
  margin-right: auto;
}
#mn-content .mn-main-heading {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.5em;
}
#mn-content .mn-sub-heading {
  font-size: 0.8em;
}
#mn-content .mn-section-head {
  font-weight: bold;
  font-size: 1.2em;
  padding-bottom: 0.5em;
}
#mn-content .mn-section-body {
  padding-bottom: 0.5em;
}
#mn-content .mn-button {
  display: inline-block;
  text-decoration: none;
  background-color: #ababab;
  color: white;
  padding: 5px 10px;
  margin: 0 10px 10px 0;
  border: 0;
}
#mn-content .mn-button + .mn-button {
  background-color: transparent;
  border: 1px solid #ababab;
  color: #ababab;
}
#mn-content .mn-button:hover {
  cursor: pointer;
  text-decoration: none;
}
#mn-content input[type="text"]:not(#gzns input[type="text"]),
#mn-content input[type="password"]:not(#gzns input[type="password"]),
#mn-content select:not(#gzns select),
#mn-content textarea:not(#gzns textarea) {
  display: block;
  width: 100%;
  padding: 5px;
  margin: 0 5px 5px 0;
}
#mn-content textarea {
  min-height: 5em;
  resize: vertical;
}
#mn-content label {
  display: inline-block;
}
#mn-content .mn-form-check {
  display: block;
  margin-bottom: 0.3em;
}
#mn-content .mn-form-note {
  display: block;
  color: #777777;
  font-style: italic;
  margin-bottom: 15px;
}
#mn-content .mn-ad {
  text-align: center;
}
#mn-content .mn-ad img {
  max-width: 100%;
  display: inline;
}
#mn-content .mn-image {
  text-align: left;
}
#mn-content .mn-image img {
  max-width: 100%;
  height: auto;
}
#mn-content .mn-img-placeholder {
  /*height: 0;*/
  /*padding-top: 100%;*/
  background-color: #dddddd;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 50% 0;
  text-align: center;
  font-size: 18px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
#mn-content .mn-directory .mn-directory-details-item[contacttype="2"] .mn-img-placeholder,
#mn-content .mn-directory .mn-directory-list-item[contacttype="2"] .mn-img-placeholder {
  background-image: url(/GZContent/Images/public/business.png);
}
#mn-content .mn-directory .mn-directory-details-item[contacttype="1"] .mn-img-placeholder,
#mn-content .mn-directory .mn-directory-list-item[contacttype="1"] .mn-img-placeholder {
  background-image: url(/GZContent/Images/public/member.png);
}
#mn-content .mn-events .mn-img-placeholder {
  background-image: url(/GZContent/Images/public/event.png);
}
#mn-content .mn-discounts .mn-img-placeholder {
  background-image: url(/GZContent/Images/public/discount.png);
}
#mn-content .mn-website,
#mn-content .mn-groups-prim-website {
  text-transform: lowercase;
  word-break: break-word;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#mn-content .mn-social {
  display: flex;
  align-items: center;
}
#mn-content .mn-social a,
#mn-content .mn-social span {
  text-decoration: none;
  padding-right: 5px;
}
#mn-content .mn-social .fa-facebook-square {
  color: #3b5998;
}
#mn-content .mn-social .fa-linkedin-square,
#mn-content .mn-social .fa-linkedin {
  color: #007bb5;
}
#mn-content .mn-social .fa-twitter-square {
  color: #55acee;
}
#mn-content .mn-social .fa-youtube-square {
  color: #bb0000;
}
#mn-content .mn-social .fa-google-plus-square {
  color: #dd4b39;
}
#mn-content .mn-social .fa-pinterest-square {
  color: #cb2027;
}
#mn-content .mn-social .fa-rss-square {
  color: #ff6600;
}
#mn-content .mn-social .fa-share-alt-square {
  color: #01bf01;
}
#mn-content .mn-social a {
  border-radius: 50%;
  height: 33px;
  padding: 4px;
  text-align: center;
  width: 33px;
  margin-right: 5px;
}
#mn-content .mn-social i {
  line-height: 1.6;
}
#mn-content .mn-social .mn-social-facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: white;
}
#mn-content .mn-social .mn-social-linkedin {
  background-color: #007bb5;
  border-color: #007bb5;
  color: white;
}
#mn-content .mn-social .mn-social-twitter {
  background-color: black;
  border-color: black;
  color: white;
}
#mn-content .mn-twitter-img-placeholder {
  background-image: url(/GZContent/Images/public/twitter-x-logo-white.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
}
#mn-content .mn-twitter-img-placeholder-black {
  background-image: url(/GZContent/Images/public/twitter-x-logo-black.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 15px;
  display: inline-block;
  height: 16px;
  margin-left: 3px;
  margin-right: 10px;
}
#mn-content .mn-social .mn-social-pinterest {
  background-color: #cb2027;
  border-color: #cb2027;
  color: white;
}
#mn-content .mn-horizontal-list {
  text-align: center;
}
#mn-content .mn-horizontal-list div {
  display: inline;
}
#mn-content .mn-horizontal-list div + div:before {
  content: '\002D\ ';
  color: #cccccc;
}
#mn-content .mn-req-statement {
  font-style: italic;
}
#mn-content .mn-req {
  color: red;
}
#mn-content .mn-field-name {
  padding-right: 5px;
}
#mn-content .field-validation-error {
  color: red;
}
#mn-content .validation-summary-errors {
  color: red;
}
#mn-content .mn-powered-by {
  text-align: center;
}
/* Directory */

#mn-content.mn-directory #filter input,
#mn-content.mn-directory #filter select {
  max-width: 400px;
}
#mn-content .mn-directory-search .mn-directory-keyword {
  display: inline-block;
}
#mn-content .mn-alpha-numeric {
  text-align: left;
}
#mn-content .mn-alpha-numeric a {
  display: inline-block;
}
#mn-content .mn-directory-categories .mn-cat {
  display: inline-block;
  width: 49%;
}
#mn-content .mn-directory-categories .mn-cat > a {
  font-weight: bold;
}
#mn-content .mn-directory-categories .mn-sub-cats {
  display: inline-block;
  width: 100%;
}
#mn-content .mn-directory-categories > div > div:nth-child(odd) {
  clear: both;
}
#mn-content .mn-directory-categories > div > div {
  display: block;
  margin-bottom: 15px;
  width: 50%;
  float: left;
}
#mn-content .mn-directory-categories > div > div > a {
  font-weight: bold;
  display: block;
  font-size: 1.1em;
}
#mn-content .mn-directory-categories > div > div > a:after {
  content: ' \00bb';
}
#mn-content .mn-directory-categories > div > div.mn-image > a:after {
  content: '';
}
#mn-content .mn-directory-categories > div > div > div > div > a {
  display: inline-block;
}
#mn-content .mn-cat,
#mn-content .mn-sub-cat {
  line-height: 25px;
}
#mn-content .mn-sub-cat {
  display: inline-block;
  margin: 0 5px 0 0;
}
/* Listings */

#mn-content #mn-infinite-scroll {
  position: relative;
}
#mn-content #mn-infinite-scroll-loading {
  display: none;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
}
#mn-content #mn-infinite-scroll[loading="1"] #mn-infinite-scroll-loading {
  display: block;
}
/* Details Pages */

#mn-content .mn-details .mn-info-action {
  display: flex;
}
#mn-content .mn-details .mn-info-action i {
  min-width: 30px;
  padding-right: 5px;
  text-align: center;
}
#mn-content .mn-details .mn-info-action.mn-pricing-description {
  display: block;
}
/* Member Pages */

#mn-content .mn-details .mn-member-rep-name {
  font-weight: bold;
}
.mn-gallery {
  position: relative;
}
.mn-gallery {
  list-style-type: none;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  height: 242px;
  text-align: center;
  display: block;
  width: 100%;
  position: relative;
  max-width: 550px;
}
.mn-gallery h4 {
  font-size: 18px;
  line-height: 1.1;
}
.mn-gallery-item span {
  font-size: 16px;
  line-height: 1.1;
}
.mn-gallery-with-sub-row {
  height: 315px;
}
.mn-gallery-item {
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 0;
}
.mn-gallery-item.mn-active {
  opacity: 1;
}
.mn-gallery-item.mn-active img {
  display: inline-block;
}
.mn-gallery-item.mn-active .mn-gallery-text {
  display: block;
}
.mn-gallery-item img {
  max-height: 200px;
  max-width: 100%;
  display: none;
}
.mn-gallery-item .mn-gallery-text {
  color: white;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: none;
}
.mn-gallery-item .mn-gallery-text .mn-gallery-text-back {
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  padding: 5px 10px;
}
.mn-gallery-item .mn-gallery-title,
.mn-gallery-item .mn-gallery-caption {
  display: block;
}
.mn-gallery-item .mn-gallery-title {
  font-weight: bold;
}
.mn-gallery-sub-row {
  position: relative;
  top: 242px;
  height: 50px;
  display: flex;
  justify-content: center;
  width: 90%;
  margin: auto;
}
.mn-gallery-item-sub {
  height: 75px;
  width: 75px;
  float: left;
  border: 0;
  display: flex;
  margin: auto 5px;
}
.mn-gallery-item-sub img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 900;
}
.mn-gallery-item-sub img:hover {
  cursor: pointer;
}
.mn-active-sub {
  border: black 1px solid;
}
.mn-gallery-item-sub-hidden {
  display: none;
}
.mn-gallery-controls {
  position: absolute;
  top: 268px;
  width: 100%;
  color: black;
}
.mn-gallery-controls-hidden {
  display: none !important;
}
.mn-gallery-controls .fa {
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
  opacity: 0.75;
  font-size: x-large;
}
.mn-gallery-controls .fa:hover {
  opacity: 1;
  cursor: pointer;
}
.mn-gallery-controls-disabled {
  opacity: 0.3 !important;
  cursor: default !important;
}
.mn-gallery-controls .mn-gallery-next {
  float: right;
}
.mn-gallery-controls .mn-gallery-prev {
  float: left;
}
/* Calendar View */

#calendar .week.names .day {
  padding: 5px;
  text-align: center;
}
.week .day {
  text-align: left;
  padding-left: 5px;
}
/* Groups */

#mn-content .mn-groups .mn-group-listing-item {
  display: flex;
}
#mn-content .mn-groups .mn-group-listing-item > div[class^="mn-col"] {
  display: flex;
}
#mn-content .mn-groups .mn-group-listing-item .mn-block.mn-pane {
  flex-basis: 100%;
}
/* Store */

#mn-content .mn-product-price,
#mn-content .mn-cart-total-price {
  font-weight: bold;
}
#mn-content .mn-product-image img {
  max-height: 200px;
}
#mn-content .mn-cart-labels {
  border-bottom: 1px solid #dddddd;
}
/* Create User */

#mn-content .mn-create-user .row {
  margin-left: 0;
  margin-right: 0;
}
/* Modals */

.mn-modal.loading {
  /*position: relative;*/
  opacity: 0.5;
  pointer-events: none;
}
.mn-modal.loading:before {
  content: '\f021';
  display: inline-block;
  animation: fa-spin 2s infinite linear;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -50px;
  text-align: center;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 100px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.mn-modal {
  color: black;
  background: white;
  border-radius: 3px;
  margin: 0 auto;
  padding: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
.mn-modal .mn-modal-content {
  position: relative;
  min-height: 400px;
}
.mn-modal .mn-modal-title {
  text-align: center;
  margin-top: 5px;
}
.mn-modal .mn-modal-controls {
  position: relative;
  text-align: right;
  border-top: 1px solid #aaaaaa;
}
.mn-modal .mn-modal-controls button {
  margin: 5px;
}
.mn-modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(170, 170, 170, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.mn-modal.opened,
.mn-modal-overlay.opened {
  visibility: visible;
}
.mn-modal-overlay.opened {
  opacity: 1;
}
/* Tell a Friend */

#mn-tell-a-friend .mn-label,
#mn-tell-a-friend .mn-label input,
#mn-tell-a-friend .mn-label textarea {
  width: 100%;
}
#mn-tell-a-friend .mn-required .mn-form-name:after {
  content: '*';
  color: red;
}
#mn-tell-a-friend .mn-label.mn-error .mn-field-name {
  color: red;
}
#mn-tell-a-friend .mn-label.mn-error input {
  border: 1px solid red;
}
/* Print */

iframe.print-iframe {
  visibility: hidden;
  height: 0;
  width: 0;
}
/* Mobile/Tablet */

@media screen and (max-width: 640px) {
  #mn-content .mn-button,
  #mn-content input[type="text"],
  #mn-content input[type="password"],
  #mn-content select,
  #mn-content text-area,
  #mn-content label,
  #mn-content .mn-col-1,
  #mn-content .mn-col-7-8,
  #mn-content .mn-col-4-5,
  #mn-content .mn-col-3-4,
  #mn-content .mn-col-2-3,
  #mn-content .mn-col-5-8,
  #mn-content .mn-col-3-5,
  #mn-content .mn-col-1-2,
  #mn-content .mn-col-2-5,
  #mn-content .mn-col-3-8,
  #mn-content .mn-col-1-3,
  #mn-content .mn-col-1-4,
  #mn-content .mn-col-1-5,
  #mn-content .mn-col-1-8 {
    width: 100%;
  }
  #mn-content .mn-hidden-below-break {
    display: none;
  }
  #mn-content .mn-hidden-above-break {
    display: block;
  }
  #mn-content .mn-button {
    text-align: center;
  }
  #mn-content .mn-button,
  #mn-content input[type="text"],
  #mn-content input[type="password"],
  #mn-content select,
  #mn-content text-area {
    margin-right: 0;
  }
  #mn-content .mn-sub-heading {
    display: block;
  }
  #mn-content .mn-divider-pipe {
    display: none;
  }
  /* Directory */
  
  #mn-content.mn-directory #filter input,
  #mn-content.mn-directory #filter select {
    display: block;
    max-width: 100%;
  }
  #mn-content .mn-alpha-numeric a {
    display: inline-block;
    margin: 5px;
    min-width: 40px;
    padding: 5px;
    text-decoration: none;
    text-align: center;
  }
  #mn-content .mn-alpha-numeric a:hover {
    text-decoration: none;
  }
  #mn-content .mn-directory-categories > div > div:nth-child(odd),
  #mn-content .mn-directory-categories > div > div:nth-child(even) {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #mn-content .mn-directory-categories > div > div > a {
    margin-bottom: 20px;
  }
  #mn-content .mn-directory-categories div div {
    display: block;
    margin-left: 1em;
    line-height: 25px;
  }
  #mn-content .mn-directory-categories > div > div > div > div > a {
    margin-bottom: 10px;
  }
  #mn-content .mn-directory-categories .mn-cat,
  #mn-content .mn-directory-categories .mn-sub-cat {
    display: block;
    width: 100%;
  }
  /* Directory 2-Col */
  
  #mn-content .mn-directory-listing-2-col .mn-image.mn-listing-empty .fa {
    font-size: 8em;
  }
  /* Details Page */
  
  #mn-content .mn-details .mn-listing-heading .mn-divider-pipe {
    display: none;
  }
  #mn-content .mn-details .mn-listing-heading .mn-sub-heading {
    display: block;
  }
  #mn-content .mn-details .mn-main-heading {
    display: block;
    text-align: center;
    background-color: #333333;
    color: white;
    padding: 15px;
  }
  #mn-content .mn-details .mn-main-heading:before {
    content: '\002D';
    padding-right: 5px;
  }
  #mn-content .mn-details .mn-main-heading:after {
    content: '\002D';
    padding-left: 5px;
  }
  #mn-content .mn-details .mn-info-action a {
    background-color: #0463ac;
    color: white;
    padding: 15px;
    text-decoration: none;
  }
  #mn-content .mn-details .mn-info-action a:hover {
    color: white;
    text-decoration: none;
  }
  #mn-content .mn-details .mn-info-action .fa.fa-fw {
    width: 1.7412em;
  }
  #mn-content .mn-details .mn-social .fa {
    font-size: 3em;
  }
  /* Groups */
  
  #mn-content .mn-groups .mn-group-listing-item {
    display: block;
  }
  #mn-content .mn-groups .mn-group-listing-item > div[class^="mn-col"] {
    display: block;
  }
}
/* Resets the column width on nested columns for better content display */

@media screen and (min-width: 300px) and (max-width: 640px) {
  #mn-content div[class^="mn-col"] .mn-col-1 {
    width: 100%;
  }
  #mn-content div[class^="mn-col"] .mn-col-7-8 {
    width: 87.5%;
  }
  #mn-content div[class^="mn-col"] .mn-col-4-5 {
    width: 80%;
  }
  #mn-content div[class^="mn-col"] .mn-col-3-4 {
    width: 75%;
  }
  #mn-content div[class^="mn-col"] .mn-col-2-3 {
    width: 66.66%;
  }
  #mn-content div[class^="mn-col"] .mn-col-5-8 {
    width: 62.5%;
  }
  #mn-content div[class^="mn-col"] .mn-col-3-5 {
    width: 60%;
  }
  #mn-content div[class^="mn-col"] .mn-col-1-2 {
    width: 50%;
  }
  #mn-content div[class^="mn-col"] .mn-col-2-5 {
    width: 40%;
  }
  #mn-content div[class^="mn-col"] .mn-col-3-8 {
    width: 37.5%;
  }
  #mn-content div[class^="mn-col"] .mn-col-1-3 {
    width: 33.33%;
  }
  #mn-content div[class^="mn-col"] .mn-col-1-4 {
    width: 25%;
  }
  #mn-content div[class^="mn-col"] .mn-col-1-5 {
    width: 20%;
  }
  #mn-content div[class^="mn-col"] .mn-col-1-8 {
    width: 12.5%;
  }
}
#mn-content .mn-store-search {
  padding-bottom: 20px;
}
#mn-content .mn-store-category-dd {
  height: 35px;
  margin: 0px;
  border-radius: 0px;
  color: #555555;
  font-size: 16px;
}
#mn-content .mn-store-searchbox {
  background-color: white;
  border-color: darkgray;
  border-radius: 0px;
  height: 35px;
  font-size: 16px;
}
#mn-content .mn-store-searchbox::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
#mn-content .mn-store-searchbox::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
#mn-content .mn-store-searchbox:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
#mn-content .mn-store-searchbox::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
#mn-content .mn-store-searchbox::placeholder {
  color: #6c757d;
  opacity: 1;
}
#mn-content .mn-store-search-btn {
  padding: 8px 15px;
  border-radius: 0px;
  height: 35px;
  font-size: 16px;
}
#mn-content .mn-search-result-term {
  margin-bottom: 10px;
  margin-top: -10px;
}
#mn-scheduled-billings-wrapper .enroll-in-autopay-cb {
  width: unset;
}

/** Global CSS Start **/
#gzns .modal-content {top:300px !important;}
.modal-backdrop {position: static !important;}
.fade {opacity:1 !important;}

/** Global CSS End **/

/** Stylesheet from mbex.org website START **/

/************************************************************ RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: "proxima-nova", sans-serif;
    vertical-align: baseline;
    text-decoration: none;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}


/***************************************************************** GENERAL */

strong { font-weight: 600; }
em     { font-style: italic; }

.left  { float: left; }
.right { float: right; }

img { display: block; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }

/* no top whitespace on first element */
div > h1:first-child,
div > h2:first-child,
div > h3:first-child,
div > h4:first-child,
div > h5:first-child,
div > h6:first-child,
div > p:first-child {
    margin-top: 0 !important;
}

/* Clearfix */
.clearfix:after,
#body:after,
.row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix,
* html #body,
* html .row { zoom: 1; } /* IE6 */
*:first-child+html .clearfix,
*:first-child+html #body,
*:first-child+html .row { zoom: 1; } /* IE7 */

/* for WYGWAM */
body.wygwam,
body.cke_panel_frame { float: none; background: none; min-width: 1px; }
body.wygwam { width: 770px; }
body div.wygwam{ position: relative; }

/* EE forms */
.hiddenFields { display: none; }

.wygwam ol { list-style-type: decimal; padding-left: 20px; }
.wygwam ul { list-style-type: disc; padding-left: 20px; }


/************************************************************************** LAYOUT */

body {
	color: #313131;
}

h1, h2, h3, h4, h5, h6 {
}

select,
input,
textarea {
	font-family: Cabin, sans-serif;
}

a {
	color: #1383b5;
}

.wrapper {
	padding: 0 15px;
	max-width: 1170px;
	margin: 0 auto;
}

.body {
	margin-top: 28px;
	margin-bottom: 28px;
}

.col-side iframe {
	max-width: 100% !important;
}

.interior50 .col-main {
	float: left;
	width: 48%;
}

.interior50 .col-side {
	float: right;
	width: 48%;
	margin-top: 30px;
}

@media only screen 
and (max-width : 770px) {

	.interior50 .col-main {
		float: none;
		width: auto;
	}
	
	.interior50 .col-side {
		float: none;
		width: auto;
		margin-top: 30px;
	}

}

.interior75 .col-main {
	float: left;
	width: 67%;
}

.interior75 .col-side {
	float: right;
	width: 25.6%;
	margin-top: 30px;
}

@media only screen 
and (max-width : 770px) {

	.interior75 .col-main {
		float: none;
		width: auto;
	}
	
	.interior75 .col-side {
		float: none;
		width: auto;
		max-width: 300px;
	}
	
}




/************************************************************************** HEADER */

.header {
	border-bottom: 5px solid #ececec;
	min-height: 140px;
}

.header .top {
	background-color: #0a374d;
}

.header .top .wrapper2 {
	position: relative;
	height: 84px;
}

#logo {
	position: absolute;
	left: 0;
	top: 7px;
	font-size: 30px;
	font-weight: 600;
	height: 77px;
}

@media only screen 
and (max-width : 770px) {
	
	#logo span {
		display: none;
	}
	
}

.header .top a {
	color: #fff;
}

#logo img {
	display: inline-block;
	vertical-align: -59px;
	margin-right: 15px;
}

.header .find {
	position: absolute;
	right: 0;
	bottom: 0;
}

.header .find a {
	display: inline-block;
	padding: 0 17px;
	height: 53px;
	line-height: 53px;
	background-color: #1383b5;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
}

.header .find a.join{
	background-color: #b30838;
}

.header .find .fa-building-o,
.header .find .fa-lock,
.header .find .fa-handshake{
	color: #0a374d;
	font-size: 17px;
	margin-right: 13px;
}

.header .find .fa-chevron-right {
	font-size: 12px;
	margin-left: 13px;
	vertical-align: 2px;
}

@media only screen 
and (max-width : 1020px) {
	
	.header .find a {
		display: block;
		height: 28px;
		line-height: 28px;
		margin-bottom: 9px;
		padding: 0 8px;
		font-size: 13px;
	}
	
	.header .find .fa-building-o,
	.header .find .fa-lock {
		margin-right: 7px;
	}
	
	.header .find .fa-chevron-right {
		margin-left: 7px;
	}

}

#nav-main {
	padding: 7px 0 0 139px;
	height: 49px;
}

#nav-main li {
	float: left;
	font-size: 17.5px;
	margin: 0 45px 0 0;
	height: 49px;
	line-height: 49px;
}

#nav-main .here,
#nav-main .parent-here {
	border-bottom: 5px solid #1383b5;
}

#nav-main a {
	color: #3f3f3f;
}

.navbar-toggle {
    background-color: #0a374d;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    margin-top: 10px;
    padding: 9px 8px;
    position: relative;
    cursor: pointer;
    display: none;
}
.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 3px;
    width: 22px;
    background-color: #fff;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.subnavigation .nav {
	background-color: #1383b5;
	min-height: 50px;
}

#nav-sub {
	padding: 18px 0 15px;
	font-size: 16.5px;
	float: right;
}

#nav-sub li {
	float: left;
	margin-left: 46px;
}

#nav-sub a {
	color: #fff;
}

#nav-sub a:hover,
#nav-sub .here a {
	color: #a8e4ff;
}

.breadcrumbs {
	border-bottom: 1px solid #ececec;
	padding: 14px 0 11px 10px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.breadcrumbs .fa {
	font-size: 10px;
	margin: 0 10px;
}

@media only screen 
and (max-width : 1040px) {
	
	.navbar-toggle {
		display: block;
	}
	
	#nav-main,
	.subnavigation .nav {
		display: none;
		height: auto;
		min-height: 0;
	}
	
	#nav-sub {
		float: none;
		padding-left: 139px;
	}
	
	#nav-main li,
	#nav-sub li {
		float: none;
		height: auto;
		line-height: 1em;
		margin: 16px 0;
	}
	
	#nav-main .here,
	#nav-main .parent-here {
		border: none;
	}
	
	#nav-main .here a,
	#nav-main .parent-here a {
		border-bottom: 4px solid #1383b5
	}
	
}



/************************************************************************** FOOTER */

.footer {
	min-height: 545px;
	clear: both;
}

#sponsor {
	text-align: center;
	padding: 40px 15px;
}

.ad div {
	width: 458px;
	height: 33px;
	border: 1px solid #000000;
	padding: 20px;
	margin-bottom: 5px;
}

#sponsor img {
	display: inline;
	max-width: 100%;
	width: 500px;
	height: auto;
}

#sponsor .ad {
	display: inline-block;
	width: 500px;
}
#sponsor strong{
	text-align: center;
	display: block;
	margin: 2em 0;
}
#sponsor .ad.first{
	margin-right: 2%;
	text-align: right;
}
#sponsor .ad.second{
	margin-left: 2%;
	text-align: left;
}
@media (max-width: 1100px){
	#sponsor .ad {
		width: 500px;
		max-width: 95%;
		margin: .5em auto;
	}
	#sponsor .ad.first,
	#sponsor .ad.second{
		margin: 1em 0;
		text-align: center;
	}
}

#sponsor .links {
	font-size: 13.5px;
	text-transform: lowercase;
	margin-top: 18px;
}

#sponsor .links a {
	margin: 0 7px;
}

.footer .middle {
	background-color: #0a374d;
	color: #fff;
}

.footer .middle .wrapper {
	position: relative;
}

.footer .middle a {
	color: #8ebedf;
}

#nav-footer {
	padding: 11px 0 2px;
}

#nav-footer li {
	float: left;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	margin: 15px 28px 15px 0;
}

.footer .middle .row {
	border-top: 3px solid #0b4865;
	/*width: 900px;*/
	padding-bottom: 50px;
}

.footer .middle .col {
	float: left;
	width: calc(25% - 20px);
	margin-top: 20px;
	margin-right: 20px;
}

.footer .middle h6 {
	font-size: 18px;
	margin-bottom: 14px;
}

.footer .middle p {
	font-size: 14px;
	line-height: 1.3em;
	margin-top: 18px;
}

.footer .row li {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.3em;
}

.footer .copyright {
	background-color: #0d435e;
	height: 63px;
	line-height: 63px;
	color: #fff;
	font-size: 12.5px;
}

#twitter {
	position: absolute;
	right: 15px;
	top: 30px;
	width: 236px;
}

@media only screen 
and (max-width : 940px) {
	
	.footer .middle .row {
		width: auto;
	}
	
}

@media only screen 
and (max-width : 630px) {
	
	.footer .middle .col {
		float: none;
	}
	
}

@media only screen 
and (max-width : 770px) {
	
	#nav-footer li {
		float: none;
	}
	
}

@media only screen 
and (max-width : 1200px) {
	
	#twitter {
		display: none;
	}
	
}



/************************************************************************** INTERIOR */



.wygwam h1 {
	font-size: 35px;
	font-weight: 600;
	line-height: 1.1em;
	color: #0a374d;
}

.wygwam h2 {
	font-size: 21px;
	font-weight: 300;
	line-height: 1.4em;
	margin: 28px 0;
	padding-bottom: 19px;
	border-bottom: 2px solid #ececec;
}

.wygwam h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.1em;
	color: #1984b5;
	margin-top: 25px;
}

.wygwam h4 {
	font-size: 21px;
	font-weight: 400;
	line-height: 1.1em;
	color: #7aa9c7;
	margin-top: 25px;
}

.wygwam h5 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.1em;
	color: #09374d;
	margin-top: 25px;
}

.wygwam p {
	line-height: 1.4em;
	font-weight: 300;
	margin-top: 20px;
}

.wygwam ul,
.wygwam ol {
	color: #13648c;
	line-height: 1.3em;
	font-weight: 400;
	padding-left: 40px;
	margin-top: 24px;
}

.wygwam li {
	margin: 11px 0;
}

.entry p a,
.wygwam p a,
.wygwam li a {
	font-weight: 600;
	text-decoration: underline;
}

.wygwam blockquote {
	margin: 35px 0 0 20%;
	padding: 1px 20px 20px 70px;
	background: #13648c url(/images/bkg_blockquote.png) no-repeat 20px 23px;
	border-bottom: 5px solid #1984b5;
}

.wygwam blockquote p {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}

.accordian {
	margin-top: 60px;
}

.accordian .handle {
	font-size: 23px;
	font-weight: 500;
	color: #1984b5;
	line-height: 1.1em;
	padding: 19px 30px 19px 0;
	border-bottom: 1px solid #e1e1e1;
	margin: 0;
	cursor: pointer;
	background: url(/images/accordian_open.gif) no-repeat right center;
}

.accordian .handle.open {
	background-image: url(/images/accordian_close.gif);
	border-bottom: 1px solid #09374d;
	color: #09374d;
}

.accordian .collapse {
	padding: 32px 35px;
	border-bottom: 1px solid #09374d;
	display: none;
}

.col-side > .text-image,
.col-side > .text,
.col-side > .images {
	margin: 35px 0;
}

.col-side .text-image {
	height: 400px;
	background-color: #f7f7f7;
}

.col-side .text-image .text {
	height: 400px;
	float: left;
	width: 49.9%;
}

.col-side .text-image .text .padding {
	padding: 18px 23px;
}

.col-side .text-image .text h5 {
	font-size: 40px;
	font-weight: 600;
	color: #808080;
}

.col-side .text-image .text p {
	font-size: 15px;
	line-height: 1.6em;
	margin-top: 30px;
}

.col-side .text-image .img {
	height: 400px;
	float: left;
	width: 49.9%;
	background-size: cover;
	background-position: center center;
}

.col-side .images img {
	margin-bottom: 1px;
	width: 100%;
	height: auto;
}

@media only screen 
and (max-width : 1080px) {
	
	.col-side .text-image .text {
		width: 59.9%;
	}
	
	.col-side .text-image .img {
		width: 39.9%;
	}

}

@media only screen 
and (max-width : 930px) {
	
	.col-side .text-image .text {
		width: 100%;
	}
	
	.col-side .text-image .img {
		display: none;
	}

}

@media only screen 
and (max-width : 770px) {
	
	.col-side .text-image .text {
		width: 59.9%;
	}
	
	.col-side .text-image .img {
		width: 39.9%;
		display: block;
	}

}

@media only screen 
and (max-width : 500px) {
	
	.col-side .text-image {
		height: auto;
	}
	
	.col-side .text-image .text {
		width: auto;
		float: none;
		height: auto;
	}
	
	.col-side .text-image .img {
		display: none;
	}

}

#subnavigation-block {
	margin-bottom: 35px;
}

#subnavigation-block img {
	margin-bottom: 1px;
	width: 100%;
	height: auto;
}

#subnavigation-block a {
	float: left;
	margin-right: .3%;
	display: block;
	padding-top: 75px;
	height: 37px;
	width: 33.1%;
	text-align: center;
	background: #1383b5 no-repeat center 17px;
	color: #fff;
	text-transform: uppercase;
}

#subnavigation-block a + a + a {
	margin-right: 0;
}

#subnavigation-block a:hover {
	background-color: #13648c;
}

#testimonial {
	clear: both;
	padding-top: 70px;
}

#testimonial h6 {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 13px 0 7px;
	line-height: 1.7em;
	font-size: 15.5px;
	font-weight: 600;
	background: #0a374d url(/images/rule_testimonial.gif) no-repeat center bottom;
}

#testimonial h6 span {
	font-size: 12px;
}

#testimonial .slideshow {
	background-color: #0a374d;
	color: #fff;
	position: relative;
	text-align: center;
	padding: 25px 10%;
}

#testimonial .slideshow .slide {
	display: none;
	font-size: 21px;
	line-height: 1.4em;
	font-style: italic;
	font-weight: 300;
	font-family: serif;
}

#testimonial .slideshow .slide:first-child {
	display: block;
}

#testimonial .slideshow .pager {
	padding-top: 10px;
}
	
#testimonial .slideshow .pager span {
	cursor: pointer;
	margin: 0 4px;
	font-size: 13px;
}

#testimonial .slideshow .prev,
#testimonial .slideshow .next {
	position: absolute;
	left: 20px;
	top: 55px;
	cursor: pointer;
	font-size: 21px;
}

#testimonial .slideshow .next {
	right: 20px;
	left: auto;
}

#testimonial .more {
	margin-top: 25px;
}

@media only screen 
and (max-width : 770px) {

	#testimonial .slideshow .prev {
		left: 12px;
	}
	
	#testimonial .slideshow .next {
		right: 12px;
	}

}

.cta-side {
	margin: 23px 0;
	background-color: #1984b5;
	position: relative;
}

.cta-side a {
	display: block;
	color: #c3edff;
	padding-bottom: 12px;
}

.cta-side .img {
	background: no-repeat center center / cover;
	border: 4px solid #1984b5;
	height: 169px;
}

.cta-side .more {
	background-color: #1984b5;
	color: #c3edff;
	margin: 10px 0 0 15px;
}

.cta-side .player {
	position: absolute;
	left: 0;
	margin-left: 42%;
	top: 65px;
}

#events-sidebar h5 {
	background-color: #d6d6d6;
	border-bottom: 4px solid #c3c3c3;
	height: 42px;
	line-height: 42px;
	color: #09374d;
	font-size: 14px;
	font-weight: 700;
	padding: 0 17px;
}

#events-sidebar .events {
	padding: 30px 15px 1px;
	background-color: #f7f7f7;
}

#events-sidebar .events .entry {
	margin-bottom: 31px;
	clear: both;
}

#events-sidebar .events .date {
	float: left;
	height: 38px;
	padding-top: 14px;
	width: 52px;
	background-color: #005581;
	border-radius: 50%;
	color: #8ebedf;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	line-height: 1.1em;
}

#events-sidebar .events .date span {
	color: #fff;
}

#events-sidebar .events h3 {
	color: #1383b5;
	font-size: 16.5px;
	font-weight: 600;
	margin-left: 70px;
}

#events-sidebar .events p {
	font-size: 14px;
	line-height: 1.4em;
	margin: 3px 0 0 70px;
}

/* Sponsors */
.wygwam.news,
#sponsors-page .body .wygwam {
	margin-bottom: 60px;
	border-bottom: 2px solid #ececec;
	padding-bottom: 30px;
}

#sponsor-list {
	margin: 0 auto;
	max-width: 1030px;
}

#sponsor-list .offset {
	margin-left: -30px;
}

#sponsor-list .ad {
	display: inline-block;
	width: 500px;
	margin: 0 0 20px 26px;
}

#sponsor-list .ad a {
    display: block;
}

#sponsor-list .ad img {
    max-width: 100%;
    height: auto;
    display: block;
}

@media only screen
and (max-width : 770px) {

    #sponsor-list .ad {
        float: none;
    }

}

/* News */
#news-list .entry {
	width: 48%;
	background-color: #f7f7f7;
	margin-bottom: 29px;
}

#news-list .category {
	color: #1383b5;
	background: url(/images/rule.gif) no-repeat 15px 18px;
	text-transform: uppercase;
	font-size: 13.5px;
	font-weight: 600;
	padding: 28px 15px 25px;
}

#news-list .padding {
	padding: 0 25px 35px 98px;
}

#news-list h2 {
	font-size: 22px;
	font-weight: 600;
	color: #09374d;
	line-height: 1.2em;
}

#news-list .date {
	color: #959595;
	font-size: 15.5px;
	font-weight: 300;
	text-transform: lowercase;
	margin: 2px 0 16px;
}

#news-list p {
	color: #222;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.7em;
	margin-top: 16px;
}

.pagination {
	text-align: right;
	margin: 20px 0;
}

@media only screen 
and (max-width : 930px) {

	#news-list .entry {
		width: 100%;
	}

}

/* Testimonials */
#testimonial-button {
	top: -1em;
	right: 1em;
	position: absolute;
}

#testimonial-button a {
	display: block;
	padding: 15px 20px;
	font-size: 15.5px;
	color: #c3edff;
	background-color: #1383b5;
	border-radius: 10px;
	border-bottom: 4px solid #09415a;
}

#testimonial-list .entry {
	width: 48%;
	margin-bottom: 25px;
	background: url(/images/testimonial_quotes.png) no-repeat 30px 30px;
}

#testimonial-list{
	margin-top: 3em;
}

#testimonial-list .gutter-sizer {
	width: 3.9%;
}
	
#testimonial-list .padding {
	padding: 30px 40px 32px 100px;
} 

#testimonial-list .styleA {
	background-color: #f7f7f7;
	color: #222222;
}

#testimonial-list .styleB {
	background-color: #f1fbff;
	color: #222222;
}

#testimonial-list .styleC {
	background-color: #09374d;
	color: #fefefe;
}

#testimonial-list p {
	line-height: 1.75em;
	font-weight: 300;
	font-size: 17px;
}

#testimonial-list .source {
	font-weight: 600;
	font-size: 16px;
	margin-top: 18px;
	color: #7aa9c7;
}

#contact-form {
	max-width: 600px;
	margin: 1em auto;
	clear: both;
}

/* Trial Form */
form.default fieldset {
	margin-top: 60px;
}

form.default legend {
	color: #1984b5;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.1em;
	margin-bottom: 10px;
	background: url(/images/rule_large.png) no-repeat left top;
	padding-top: 17px;
}

form.default .row {
	padding: 0 12%;
	margin-top: 25px;
}

form.default .col {
	float: right;
	width: 47.5%;
}

form.default .col:first-child {
	float: left;
}

form.default label:first-child {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #09374d;
	text-transform: uppercase;
	letter-spacing: 1px;
}

form.default input[type=text],
form.default input[type=email],
form.default input[type=password],
form.default textarea {
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;         /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */
	display: block;
	width: 100%;
	border: 1px solid #9d9d9d;
	padding: 0 15px;
	margin-top: 7px;
	font-size: 16px;
}

form.default input[type=text],
form.default input[type=email],
form.default input[type=password] {
	height: 41px;
	line-height: 41px;
}

form.default input[type=text]:focus,
form.default input[type=password]:focus {
	border-color: #4fa1c6;
}

form.default .state {
	float: left;
	width: 25%;
}

form.default .zip {
	float: right;
	width: 65%;
}

#contact-form button,
form.default input[type=submit] {
	border: none;
	background-color: #1984b5;
	color: #fff;
	padding: 10px 90px;
	font-size: 17px;
	cursor: pointer;
}

/* Classifieds */
#classified-list {
	margin-top: 40px;
}
	
#classified-list .entry {
	width: 48%;
	margin-bottom: 25px;
	background-color: #f7f7f7;
} 

#classified-list .gutter-sizer {
	width: 3.9%;
}
	
#classified-list .padding {
	padding: 17px 40px 32px 100px;
} 

#classified-list .category {
	color: #1383b5;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	background: url(/images/rule.gif) no-repeat 15px 17px;
	padding: 27px 15px 10px;
}

#classified-list h2 {
	font-size: 23px;
	font-weight: 600;
	line-height: 1.2em;
}

#classified-list .date {
	font-size: 16px;
	color: #959595;
	font-weight: 300;
	margin-top: 1px;
}

#classified-list p {
	line-height: 1.75em;
	font-weight: 300;
	font-size: 17px;
	margin-top: 15px;
	color: #222;
}

#classified-list .source {
	font-weight: 600;
	font-size: 16px;
	margin-top: 18px;
	color: #7aa9c7;
}

@media only screen 
and (max-width : 930px) {

	#classified-list .entry {
		width: 100%;
	}

}

/* Calendar */
#calendar-list {
	margin-top: 40px;
}
	
#calendar-list h2 {
	margin: 20px 0 10px;
}
	
#calendar-list .entry {
	margin-bottom: 25px;
	background-color: #f7f7f7;
} 

#calendar-list .gutter-sizer {
	width: 3.9%;
}
	
#calendar-list .padding {
	padding: 17px 40px 32px 100px;
} 

#calendar-list .category {
	color: #1383b5;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	background: url(/images/rule.gif) no-repeat 15px 17px;
	padding: 27px 15px 10px;
}

#calendar-list h2 {
	font-size: 23px;
	font-weight: 600;
	line-height: 1.2em;
}

#calendar-list .date {
	font-size: 16px;
	color: #959595;
	font-weight: 300;
	margin-top: 1px;
}

#calendar-list p {
	line-height: 1.75em;
	font-weight: 300;
	font-size: 17px;
	margin-top: 15px;
	color: #222;
}

#calendar-list .source {
	font-weight: 600;
	font-size: 16px;
	margin-top: 18px;
	color: #7aa9c7;
}


/* Login */
.body.login {
	background-color: #0d435e;
	margin-bottom: 0;
	margin-top: 0;
	padding: 80px 0 28px;
}

.body.login h1 {
	color: #c3edff;
	font-size: 34px;
	font-weight: 600;
	border-bottom: 2px solid #7aa9c7;
	padding-bottom: 20px;
	margin: 100px 0 34px;
}

.body.login .col {
	width: 49.9%;
	float: left;
	background-color: #fff;
}

.body.login .col + .col {
	background-color: #f2f2f2;
}

.body.login .col .padding {
	padding: 49px 62px;
}

.body.login .col h2 {
	background: no-repeat left center;
	height: 45px;
	line-height: 45px;
	padding-left: 60px;
	color: #1984b5;
	font-size: 20px;
	font-weight: 600;
}

.body.login .col p {
	color: #09374d;
	line-height: 1.4em;
	margin: 7px 0 25px;
	font-size: 15px;
	font-weight: 300;
}

.login form.default .row {
	padding: 0 16% 0 0;
}

.login form.default input[type=submit] {
	padding: 10px 52px;
}

.login form .collateral {
	float: right;
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 2px;
}



/************************************************************************** HOMEPAGE */

/* fixed height slideshow
#slideshow {
	padding: 5px 0;
	border-bottom: 5px solid #ececec;
	height: 475px;
	overflow: hidden;
}

#slideshow .slide {
	width: 100%;
}

#slideshow .text {
	height: 475px;
	background: #1383b5 url(/images/bkg_slide.gif) repeat-x center bottom;
	float: left;
	width: 34.6%;
}

#slideshow .text div {
	padding: 38px 30px 25px;
}

#slideshow h2 {
	color: #fff;
	font-size: 28px;
	line-height: 1.1em;
	font-weight: 600;
	padding-bottom: 15px;
	border-bottom: 4px solid #0f6d9d;
}

#slideshow p {
	color: #c5e6f8;
	font-size: 17.5px;
	line-height: 1.3em;
	margin-top: 20px;
}

#slideshow .more {
	font-size: 12.5px;
	font-weight: 600;
	text-transform: uppercase;
}

#slideshow a {
	color: #fff;
}

#slideshow .image {
	height: 475px;
	background: no-repeat center center / cover;
	float: right;
	width: 65%;
}
*/

#slideshow {
	padding: 5px 0;
	border-bottom: 5px solid #ececec;
	min-height: 454px;
	overflow: hidden;
}

#slideshow .slide {
	width: 100%;
}

#slideshow .text {
	min-height: 454px;
	background: #1383b5 url(/images/bkg_slide.png) repeat-x center bottom;
	float: left;
	width: 34.6%;
}

#slideshow .text div {
	padding: 35px 30px 20px;
}

#slideshow h2 {
	color: #fff;
	font-size: 28px;
	line-height: 1.1em;
	font-weight: 600;
	padding-bottom: 15px;
	border-bottom: 4px solid #0f6d9d;
}

#slideshow p {
	color: #c5e6f8;
	font-size: 17px;
	line-height: 1.3em;
	margin-top: 20px;
}

#slideshow .more {
	font-size: 12.5px;
	font-weight: 600;
	text-transform: uppercase;
}

#slideshow a {
	color: #fff;
}

#slideshow img {
	float: right;
	width: 65%;
	height: auto;
}

#slideshow .pager {
	clear: both;
	text-align: right;
	padding-top: 8px;
	font-weight: bold;
	font-size: 18px;
}

#slideshow .pager span {
	margin-right: 8px;
	color: #1383b5;
	cursor: pointer;
	font-weight: bold;
}

#slideshow .pager span {
	margin-right: 8px;
	color: #1383b5;
	cursor: pointer;
	font-weight: bold;
}

#slideshow .cycle-pager .cycle-pager-active {
	color: #0a374d;
}

#slideshow .pager .fa {
	font-weight: 400;
	margin-right: 5px;
	font-size: 17px;
}

@media only screen 
and (max-width : 1000px) {
	
	#slideshow .text,
	#slideshow img {
		float: none;
		width: 100%;
	}
	
	#slideshow,
	#slideshow .text {
		min-height: 0;
	}

}

#ctas {
	margin-top: 46px;
	margin-bottom: 46px;
}

#ctas .row {
	margin-left: -30px;
}

#ctas .col {
	float: left;
	width: 270px;
	height: 259px;
	margin: 0 0 30px 30px;
}

#ctas .image h2 {
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #1383b5;
	height: 45px;
	line-height: 45px;
}

#ctas .image a {
	display: block;
	position: relative;
}

#ctas .text h2 {
	font-size: 18px;
	line-height: 1.1em;
	border-bottom: 3px solid #ececec;
	padding-bottom: 12px;
}

#ctas .player {
	position: absolute;
	left: 110px;
	top: 85px;
}

#ctas .text img {
	margin-right: 10px;
}

#ctas .text p {
	font-size: 15px;
	line-height: 1.4em;
	margin-top: 12px;
}

p.more,
#ctas .text p + p {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 20px;
	padding-top: 7px;
	background: url(/images/rule.gif) no-repeat left top;
}

.text-cta {
	line-height: 23px;
}

.text-cta h6 {
	display: inline;
	font-size: 23px;
	font-weight: 300;
	letter-spacing: 1px;
	margin-right: 9px;
}

.text-cta p {
	white-space: nowrap;
	display: inline;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	padding-top: 7px;
	background: url(/images/rule.gif) no-repeat left top;
}

#ctas .text-cta {
	float: left;
	margin-left: 30px;
}

@media only screen 
and (max-width : 600px) {
	
	#ctas .row {
		margin: 0;
	}
	
	#ctas .col {
		margin: 0 auto 30px;
		float: none;
	}
	
}

#-page #twitter {
	position: static;
	display: block !important;
}

#news-events {
	background-color: #f2f2f2;
}

#news-events .heading {
	background-color: #f7f7f7;
	text-align: center;
	padding: 22px 0;
	border-bottom: 5px solid #e5e5e5;
}

#news-events h2 {
	font-size: 29px;
	font-weight: 500;
	color: #1383b5;
	padding-bottom: 13px;
	background: url(/images/rule.gif) no-repeat center bottom;
	margin-bottom: 1em;
}

#news-events h2.ctct-form-header {
	font-size: 20px;
	margin: 0.5em 0;
	font-weight: bold;
	color: #fff;
	padding-bottom: 0;
	background: none;
}

#news-events .heading p {
	font-size: 15px;
	margin-top: 12px;
}

#news-events .row {
	padding-top: 41px;
	padding-bottom: 41px;
}

#news-events .col {
	float: left;
	width: 42%;
	margin-left: 3.4%;
}
#news-events .col1 {
	float: left;
	width: calc(50%);
	margin-left: 3.4%;
}
#news-events .col:first-child {
	margin-left: 0;
}

#news-events .news {
	box-shadow: 1px 2px 1px -1px #afafaf;
}

#news-events .news .img {
	height: 142px;
	background: no-repeat center center / cover;
	border-bottom: 3px solid #acdd4d;
}

#news-events .news .text {
	padding: 20px;
	background-color: #fff;
}

#news-events .news h3 {
	font-size: 20px;
	color: #0a374d;
	font-weight: 600;
}

#news-events .news p {
	font-size: 15px;
	line-height: 1.5em;
	margin-top: 16px;
}

#news-events .news p.more {
	font-size: 13px;
}

#news-events .events {
	padding-bottom: 7px;
	border-bottom: 4px solid #c3c3c3;
}

#news-events .events .entry {
	margin-bottom: 23px;
	clear: both;
}

#news-events .events .date {
	float: left;
	height: 43px;
	padding-top: 17px;
	width: 60px;
	background-color: #005581;
	border-radius: 50%;
	color: #8ebedf;
	font-size: 14px;
	text-align: center;
	line-height: 1.1em;
	margin-right: 20px;
}

#news-events .events .date span {
	color: #fff;
}

#news-events .events h3 {
	color: #1383b5;
	font-size: 16.5px;
	font-weight: 600;
}

#news-events .events p {
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 4px;
}

@media only screen 
and (max-width : 600px) {
	
	#news-events .col {
		float: none;
		width: auto;
		margin: 0 auto 30px;
	}
	
}

/* People */
.people-list {
	margin-top: 60px;
	text-align: center;
}

.people-list h2 {
	font-size: 34px;
	font-weight: 300;
	height: 18px;
	border-bottom: 2px solid #ececec;
	margin-bottom: 90px;
}

.people-list h2 span {
	background-color: #fff;
	padding: 0 15px;
}

#staff-list ul,
.staff-list ul{
	margin-left: -30px;
}

#staff-list .entry,
.staff-list .entry{
	float: left;
	margin-left: 30px;
	height: 297px;
	min-width: 209px;
	max-width: 17%;
}

#staff-list .frame,
.staff-list .frame{
	background: url(/images/people_border_sq.png) no-repeat center top;
	padding: 15px 16px 16px;
	margin: 0 auto;
	height: 148px;
}
#staff-list .frame.red,
.staff-list .frame.red {
	background: url(/images/people_border_sq-red.png) no-repeat center top;
}

#staff-list .frame img,
.staff-list .frame img{
	margin: 0 auto;
}

#staff-list h3,
.staff-list h3{
	font-size: 16px;
	color: #1383b5;
	margin-top: 18px;
}
.board-list h3{
	font-weight: bold;
}

#staff-list h4,
.staff-list h4{
	font-size: 15px;
	line-height: 18px;
	margin-top: 5px;
}
.board-list h4 {
	font-size: 18px;
}

#board-list ul {
}

#board-list .entry {
	float: left;
	height: 233px;
	width: 39%;
	text-align: left;
}

#board-list .frame {
	background: url(/images/people_border_sq.png) no-repeat left top;
	padding: 15px 16px 16px;
	float: left;
	margin-right: 20px;
}

#board-list h3 {
	font-size: 15px;
	color: #313131;
	padding-top: 60px;
}

#board-list h4 {
	font-size: 19px;
	margin-top: 3px;
	color: #1383b5;
}

#board-list h5 {
	font-size: 16px;
	margin-top: 5px;
	color: #343434;
	font-style: italic;
	font-weight: 300;
}

#board-sublist {
	float: right;
	border-left: 2px solid #ddd;
	padding-left: 30px;
	text-align: left;
	max-width: 225px;
}

#board-sublist h3 {
	font-size: 13px;
	font-weight: 600;
	color: #313131;
	margin-top: 13px;
	padding-top: 0;
}

#board-sublist h4 {
	font-size: 17px;
	margin-top: 11px;
	color: #1383b5;
}

#board-sublist h3 + h4 {
	margin-top: 7px;
}

#board-sublist h5 {
	font-size: 14px;
	margin-top: 4px;
	color: #343434;
	font-style: italic;
	font-weight: 300;
}

@media only screen 
and (max-width : 600px) {

	#staff-list .entry,
	.staff-list .entry{
		float: none;
		width: auto;
	}
	
}

@media only screen 
and (max-width : 1000px) {
	
	#board-list .entry {
		float: none;
		width: auto;
	}
	
}

@media only screen 
and (max-width : 700px) {
	
	#board-sublist {
		float: none;
		width: auto;
		margin-bottom: 70px;
	}
	
}

#contact-page .wygwam iframe {
	max-width: 100%;
}

#contact-form p{
	margin: 1em 0;
}

#contact-form p.red {
	padding: 10px;
	background-color: #b30838;
	color: #fff;
}

#contact-form p.red a {
	color: #fff;
	text-decoration: underline;
}




.privacy-block{
	display: inline-block;
	float: right;
}
.privacy-block a{
	color: #fff;
	padding: 0 2px;
}
.privacy-block span{
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1em;
}


ul.social-links{
	padding: 0;
	margin: 0;
	position: relative;
}
ul.social-links li{
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 5px;
}
ul.social-links li a img{
	width: 100%;
	height: auto !important;
}
ul.social-links li a img.twitter {
	padding-top: 3px;
}

/** Stylesheet from mbex.org website END **/