@charset "UTF-8";
body, html {
  background-color: #fefefd; }

p {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #808285;
  font-weight: 300;
  line-height: 17px;
  margin-bottom: 15px; }

a {
  font-family: 'Lato', sans-serif;
  font-weight: 300; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif; }

img {
  max-width: 100%; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 2px;
  list-style-position: inside; }
  ul li,
  ol li {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #808285;
    font-weight: 300;
    line-height: 17px;
    margin-bottom: 3px; }

ul li ul,
ol li ol  {
  margin: 5px 0px 10px 18px;
}

a.social {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid;
  height: 25px;
  width: 25px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding-top: 1px;
  font-size: 14px;
  margin: 5px 2px 0px 2px;
  transition: all 0.25s;
  vertical-align: -webkit-baseline-middle; }
  a.social.header-social {
    color: #1a6674;
    border-color: #1a6674; }
    a.social.header-social:hover {
      color: #33a6b2;
      border-color: #33a6b2; }
  a.social.footer-social {
    color: #33a6b2;
    border-color: #33a6b2;
    margin-top: 18px; }
    a.social.footer-social:hover {
      color: #fff;
      border-color: #fff; }

.btn {
  border: 1px solid #268491;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  border-radius: 17px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #268491;
  transition: all 0.25s;
  outline: none; }
  .btn:focus, .btn:active, .btn:active:focus {
    outline: none; }
  .btn:hover {
    text-decoration: none;
    background-color: #268491;
    color: #fff; }

.slick-slider {
  margin-bottom: 0px; }

.slick-slide {
  outline: none; }

.subtitle {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #0a3a4a;
  padding-top: 45px;
  margin-bottom: 30px;
  font-weight: 500;
}

h1.title {
  font-size: 48px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #33a6b2;
  font-weight: 300;
  text-transform: capitalize;
  font-family: 'Lato', sans-serif; }

input,
select,
textarea,
button {
  outline: none;
  box-shadow: none !important; }
  input:hover, input:active, input:focus, input:active:focus,
  select:hover,
  select:active,
  select:focus,
  select:active:focus,
  textarea:hover,
  textarea:active,
  textarea:focus,
  textarea:active:focus,
  button:hover,
  button:active,
  button:focus,
  button:active:focus {
    outline: none;
    box-shadow: none !important; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 1px solid #33a6b2;
  line-height: 34px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  border-radius: 17px;
  padding-left: 20px;
  width: 100%;
  overflow: hidden;
  position: relative;
  color: #33a6b2;
  outline: none; }

.select {
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #33a6b2;
  text-transform: uppercase;
  margin: 0px; }
  .select:after {
    content: "\e689";
    font-family: 'Pe-icon-7-stroke', sans-serif;
    color: #808285;
    padding: 0px;
    position: absolute;
    right: 20px;
    top: 3px;
    z-index: 1;
    text-align: center;
    width: 30px;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
    padding: 0px;
    padding-right: 0px;
    line-height: 30px;
    font-size: 20px; }

.wpcf7-form-control-wrap {
  display: block; }
  .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    position: absolute;
    width: 100%;
    top: 34px;
    font-family: 'Lato', sans-serif;
    font-weight: 300; }

header#main-header {
  position: absolute;
  width: 100%;
  z-index: 80; }
  header#main-header #header-container {
    background-color: #fff; }
  header#main-header img#logo {
    margin-top: 23px;
    margin-bottom: 28px; }
  header#main-header p.strapline {
    margin-top: 50px;
    text-transform: uppercase;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500; }
  header#main-header a.member-link {
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 37px; }
    header#main-header a.member-link b {
      font-weight: normal; }
    header#main-header a.member-link.portal {
      background-color: #33a6b2; }
    header#main-header a.member-link.login {
      background-color: #0a3a4a; }
    header#main-header a.member-link:hover {
      text-decoration: none; }
    header#main-header a.member-link span {
      margin-right: 3px;
      vertical-align: baseline; }
  header#main-header nav#main-nav .container {
    background-color: #0a3a4a;
    margin-top: 5px; }
  header#main-header nav#main-nav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px; }
    header#main-header nav#main-nav ul li {
      display: inline-block;
      margin-bottom: 0px; }
      header#main-header nav#main-nav ul li:not(:last-of-type):after {
        content: '|';
        display: inline-block;
        color: #fff;
        margin: 0px 2px 0px 2px;
        font-size: 12px;
        vertical-align: text-top; }
      header#main-header nav#main-nav ul li a {
        color: #fff;
        text-decoration: none !important;
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        line-height: 32px;
        padding: 0px 8px;
        display: inline-block;
        text-transform: uppercase;
        transition: all 0.25s; }
        header#main-header nav#main-nav ul li a:hover {
          background-color: #33a6b2;
          text-decoration: none; }
      header#main-header nav#main-nav ul li.current-menu-item a, header#main-header nav#main-nav ul li.current_page_ancestor a {
        background-color: #33a6b2;
        text-decoration: none; }
      header#main-header nav#main-nav ul li.menu-item-has-children:hover .sub-menu {
        display: block; }
      header#main-header nav#main-nav ul li ul.sub-menu {
        display: none;
        position: absolute;
        text-align: left;
        z-index: 99;
        padding-top: 7px;
        min-width: 195px; }
        header#main-header nav#main-nav ul li ul.sub-menu li {
          display: block;
          background-color: #33a6b2;
          transition: all 0.25s; }
          header#main-header nav#main-nav ul li ul.sub-menu li a {
            transition: all 0.25s;
            display: block;
            padding: 0px;
            margin: 0px 12px;
            background-color: transparent;
            text-decoration: none !important; }
          header#main-header nav#main-nav ul li ul.sub-menu li:not(:last-of-type) a {
            border-bottom: 1px solid #4fb2bd; }
          header#main-header nav#main-nav ul li ul.sub-menu li:hover a, header#main-header nav#main-nav ul li ul.sub-menu li.current-menu-item a {
            color: #0a3a4a; }
          header#main-header nav#main-nav ul li ul.sub-menu li:after {
            content: '';
            display: none; }

#header-search * {
  outline: none;
  line-height: 34px;
  height: 34px;
  padding-top: 0px;
  padding-bottom: 0px; }
#header-search input[type="search"] {
  border-top: 1px solid #e9eaea;
  border-left: 1px solid #e9eaea;
  border-bottom: 1px solid #e9eaea;
  border-right: none;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #808285; }
  #header-search input[type="search"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #808285; }
  #header-search input[type="search"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #808285; }
  #header-search input[type="search"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #808285; }
  #header-search input[type="search"]:-moz-placeholder {
    /* Firefox 18- */
    color: #808285; }
#header-search button {
  background-color: #1a6674;
  border-top: 1px solid #e9eaea;
  border-left: none;
  border-bottom: 1px solid #e9eaea;
  border-right: 1px solid #e9eaea;
  height: 36px;
  margin-top: -1px; }
  #header-search button span {
    float: none;
    color: #fff;
    font-size: 23px; }

.standalone-search {
  margin-top: 50px; }

.slicknav_menu {
  background: #4c4c4c; }

.slicknav_btn {
  background-color: #33a6b2;
  border-radius: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px; }

.slicknav_menu .slicknav_menutxt {
  text-shadow: none;
  line-height: 1.1;
  font-family: 'Lato', sans-serif; }

.slicknav_nav a:hover, .slicknav_nav .slicknav_row:hover {
  background-color: #33a6b2;
  color: white;
  border-radius: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px; }

#mobile-nav {
  display: none; }

section#page {
  padding-bottom: 55px; }
  section#page .intro, section#page .intro p {
    color: #0a3a4a;
    font-size: 14px;
    line-height: 22px; }
  section#page p.intro {
    color: #0a3a4a;
    font-size: 18px;
    line-height: 22px;
    padding-top: 15px; }
  section#page .post-thumb {
    margin-top: 40px; }
  section#page .content h1, section#page .content .h1, section#page .content h2, section#page .content .h2, section#page .content h3, section#page .content .h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #33a6b2; }
  section#page .content.content-with-margin {
    margin-bottom: 50px; }
  section#page h1.title {
    margin-top: 0px;
    margin-bottom: 20px; }
  section#page .area-pagination {
    padding-top: 45px;
    margin-bottom: 30px; }
    section#page .area-pagination .next-prev {
      display: inline-block;
      font-size: 37px;
      color: #808285;
      line-height: 32px;
      vertical-align: top; }
      section#page .area-pagination .next-prev:hover {
        color: #33a6b2; }
    section#page .area-pagination .pagination {
      margin: 0px 15px 0px 0px;
      vertical-align: text-bottom; }
      section#page .area-pagination .pagination .page-numbers {
        display: inline-block;
        height: 32px;
        width: 32px;
        line-height: 32px;
        background-color: transparent;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        font-weight: 500;
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
        color: #0a3a4a;
        transition: all 0.25s; }
        section#page .area-pagination .pagination .page-numbers.current, section#page .area-pagination .pagination .page-numbers:hover {
          background-color: #33a6b2;
          color: #fff;
          text-decoration: none; }
      section#page .area-pagination .pagination .next,
      section#page .area-pagination .pagination .prev {
        display: none; }
    section#page .area-pagination.glossary-pagination {
      text-align: right;
      display: inline-block;
      float: right; }
      section#page .area-pagination.glossary-pagination .pagination .page-numbers {
        margin-right: 5px; }
      section#page .area-pagination.glossary-pagination .pagination .next,
      section#page .area-pagination.glossary-pagination .pagination .prev {
        display: inline-block;
        vertical-align: bottom; }
        section#page .area-pagination.glossary-pagination .pagination .next:hover,
        section#page .area-pagination.glossary-pagination .pagination .prev:hover {
          background-color: transparent;
          color: #33a6b2; }
      section#page .area-pagination.glossary-pagination .pagination .next {
        float: right;
        margin-right: 0px; }

/* form components */
.half-wpcf7 .wpcf7-list-item {
  width: 50%;
  float: left; }

.other-wpcf7 .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item.last {
  display: inline-block;
  width: 100px !important; }
.other-wpcf7 .wpcf7-form-control {
  display: inline; }
.other-wpcf7 .wpcf7-form-control + .wpcf7-form-control-wrap {
  float: left;
  width: calc(100% - 100px); }

.form-container .form-control, .form-container #bbpress-forums fieldset.bbp-form input[type=text], #bbpress-forums fieldset.bbp-form .form-container input[type=text], .form-container #bbpress-forums fieldset.bbp-form select, #bbpress-forums fieldset.bbp-form .form-container select {
  margin-bottom: 28px !important; }

.form-control, #bbpress-forums fieldset.bbp-form input[type=text], #bbpress-forums fieldset.bbp-form select {
  display: block;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  border-radius: 17px;
  background-color: #fff;
  border: 1px solid #33a6b2;
  padding-left: 18px;
  padding-right: 18px;
  color: #808285;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 300; }
  .form-control::-webkit-input-placeholder, #bbpress-forums fieldset.bbp-form input[type=text]::-webkit-input-placeholder, #bbpress-forums fieldset.bbp-form select::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #808285;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: 300; }
  .form-control::-moz-placeholder, #bbpress-forums fieldset.bbp-form input[type=text]::-moz-placeholder, #bbpress-forums fieldset.bbp-form select::-moz-placeholder {
    /* Firefox 19+ */
    color: #808285;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: 300; }
  .form-control:-ms-input-placeholder, #bbpress-forums fieldset.bbp-form input[type=text]:-ms-input-placeholder, #bbpress-forums fieldset.bbp-form select:-ms-input-placeholder {
    /* IE 10+ */
    color: #808285;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: 300; }
  .form-control:-moz-placeholder, #bbpress-forums fieldset.bbp-form input[type=text]:-moz-placeholder, #bbpress-forums fieldset.bbp-form select:-moz-placeholder {
    /* Firefox 18- */
    color: #808285;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: 300; }
  .form-control#po-number, #bbpress-forums fieldset.bbp-form input#po-number[type=text], #bbpress-forums fieldset.bbp-form select#po-number {
    width: auto; }

span .wpcf7-not-valid {
  border: 1px solid #ff0000 !important; }
  span .wpcf7-not-valid.wpcf7-checkbox {
    border: 0px !important; }
  span .wpcf7-not-valid.wpcf7-radio {
    border: 0px !important; }

.-inline-block {
  display: inline-block; }

.form-tooltip {
  position: relative;
  display: inline-block;
  margin-left: 10px; }
  .form-tooltip .tooltip-icon {
    color: white;
    font-style: normal;
    background: #0a3a4a;
    font-size: 18px;
    padding: 5px;
    border-radius: 60px;
    width: 30px;
    display: block;
    text-align: center;
    height: 30px;
    border-color: #227b88;
    border: 2px solid #227b88;
    line-height: 1; }
    .form-tooltip .tooltip-icon:after {
      content: "";
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-right: 15px solid #0a3a4a;
      top: 0;
      left: 35px;
      display: none; }
  .form-tooltip .tooltip-content-wrapper {
    position: absolute;
    z-index: 2;
    left: 50px;
    top: -70px;
    display: none; }
  .form-tooltip .tooltip-content {
    width: 360px;
    padding: 30px;
    background: #0a3a4a;
    font-size: 14px;
    color: white;
    display: block;
    font-weight: lighter;
    font-family: 'Lato', sans-serif;
    position: relative; }
  .form-tooltip .tooltip-close {
    position: absolute;
    content: "X";
    right: 0;
    top: 0;
    padding: 9px;
    color: #9ac73c;
    font-size: 18px; }
    .form-tooltip .tooltip-close:hover {
      text-decoration: none;
      cursor: hand;
      cursor: pointer; }
    .form-tooltip .tooltip-close:hover:active {
      text-decoration: none; }
  .form-tooltip.tooltip-active .tooltip-content-wrapper {
    display: block; }
  .form-tooltip.tooltip-active .tooltip-icon:after {
    display: block; }
  .form-tooltip .tooltip-icon:hover:after {
    display: block; }
  .form-tooltip .tooltip-icon:hover + .tooltip-content-wrapper {
    display: block; }

.form-container {
  padding: 36px 0px 18px 0px; }
  .form-container h4 {
    color: #33a6b2;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 28px; }
  .form-container p {
    margin-bottom: 25px; }
    .form-container p.checks-label {
      margin-top: 30px;
      margin-bottom: 30px; }
  .form-container .fileupload {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    margin: 0px; }
  .form-container .btn.btn-upload {
    background-color: #0a3a4a;
    margin-bottom: 27px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    margin-left: 0px; }
    .form-container .btn.btn-upload:hover {
      background-color: #33a6b2; }
    .form-container .btn.btn-upload i {
      margin-right: 5px; }
    .form-container .btn.btn-upload span {
      margin-right: 0px; }
  .form-container .wpcf7-radio#committees-radio .wpcf7-list-item,
  .form-container .wpcf7-checkbox#committees-radio .wpcf7-list-item {
    display: inline-block;
    width: 33%; }
  .form-container .wpcf7-radio .wpcf7-list-item,
  .form-container .wpcf7-checkbox .wpcf7-list-item {
    margin: 0px 0px 26px 0px;
    display: block; }
    .form-container .wpcf7-radio .wpcf7-list-item input[type="radio"],
    .form-container .wpcf7-radio .wpcf7-list-item input[type="checkbox"],
    .form-container .wpcf7-checkbox .wpcf7-list-item input[type="radio"],
    .form-container .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
      display: none; }
      .form-container .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label:before,
      .form-container .wpcf7-radio .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:before,
      .form-container .wpcf7-checkbox .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label:before,
      .form-container .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
        border-width: 5px; }
    .form-container .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label,
    .form-container .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
      font-family: 'Lato', sans-serif;
      font-weight: 300;
      font-size: 14px;
      color: #808285; }
      .form-container .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:before,
      .form-container .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before {
        content: '';
        display: inline-block;
        background: #9ac73c;
        position: relative;
        left: 0;
        top: -1px;
        height: 22px;
        width: 22px;
        margin-right: 10px;
        border-radius: 100%;
        box-sizing: border-box;
        color: #9ac73c;
        border: 11px solid #0a3a4a;
        transition: border .3s ease;
        vertical-align: middle; }
  .form-container input[type="submit"].btn {
    background-color: #33a6b2;
    color: #fff;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 22px; }
    .form-container input[type="submit"].btn:hover {
      background-color: #fff;
      color: #33a6b2; }
  .form-container .radio-title {
    color: #0a3949;
    font-size: 13px;
    display: block;
    border-bottom: 1px solid #1a6674;
    padding-bottom: 5px;
    margin-bottom: 25px; }
  .form-container .form-separator:after {
    content: '';
    display: block;
    border-bottom: 2px solid #d1d3d4;
    margin-top: 14px;
    margin-bottom: 40px; }
  .form-container h5 {
    margin-top: 20px;
    margin-bottom: 30px;
    color: #33a6b2;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 500; }

.quarter-wpcf7 .wpcf7-list-item {
  width: 25%;
  float: left; }

.inline-with-file .wpcf7-checkbox .wpcf7-list-item {
  margin-bottom: 15px !important; }

.light-form {
  background-color: #f4f4f4 !important; }

.hidden-file {
  display: none !important; }

.pin-bottom {
  position: absolute;
  bottom: 0; }

.m-20-top {
  margin-top: 20px; }

.m-30-top {
  margin-top: 30px; }

.m-20-bottom {
  margin-bottom: 20px; }

.file-description-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .file-description-control > input[type="text"] {
    margin-right: 30px; }

.btn-file {
  width: 100%;
  background: #0a3a4a;
  border-color: #0a3a4a;
  color: white;
  padding-left: 15px;
  padding-right: 15px;
  height: 35px;
  width: 33%; }
  .btn-file > i {
    margin-right: 5px; }

.btn-dark, .btn-dark:link, .btn-dark:visited {
  background: #33a6b2;
  border-color: #0a3a4a; }
.btn-dark:hover, .btn-dark:focus {
  background: #0a3a4a;
  border-color: #0a3a4a;
  color: white; }

.btn-dark-inv, .btn-dark-inv:link, .btn-dark-inv:visited {
  background: #0a3a4a;
  color: white;
  border-color: #66bcc5; }
.btn-dark-inv:hover, .btn-dark-inv:focus {
  background: #33a6b2;
  color: white; }

.logo-bar {
  margin-top: 0;
  padding: 0;
  background: #f4f4f4; }
  .logo-bar .buttons {
    border-top: 1px solid #d1d3d4;
    padding-top: 20px;
    margin-bottom: 20px; }
    .logo-bar .buttons .btn {
      width: initial;
      padding: 7px 30px;
      margin-left: 20px; }

.wpcf7-form-control-wrap {
  display: block; }
  .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    top: 34px;
    left: 0px;
    font-family: 'Lato', sans-serif; }

@media only screen and (min-width: 1200px) {
  .pin-bottom-lg {
    margin-top: 50px;
    margin-bottom: 50px; } }
@media only screen and (max-width: 768px) {
  .quarter-wpcf7 .wpcf7-list-item {
    width: 50%; }

  .pin-bottom {
    position: relative; }

  .form-container p.checks-label {
    margin-top: 15px; } }
@media only screen and (max-width: 480px) {
  .quarter-wpcf7 .wpcf7-list-item {
    width: 100%; }

  .file-description-control {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px; }
    .file-description-control .form-control, .file-description-control #bbpress-forums fieldset.bbp-form input[type=text], #bbpress-forums fieldset.bbp-form .file-description-control input[type=text], .file-description-control #bbpress-forums fieldset.bbp-form select, #bbpress-forums fieldset.bbp-form .file-description-control select {
      margin-bottom: 10px !important; }

  .logo-bar .buttons .btn {
    margin-left: 0;
    margin-top: 20px;
    display: block; } }
#page.submit-event {
  padding-bottom: 0; }
  #page.submit-event .form-container {
    margin-top: 60px;
    background: #f4f4f4; }
    #page.submit-event .form-container h4 {
      margin-bottom: 40px; }

#page.new-member-leads {
  padding-bottom: 0; }
  #page.new-member-leads .form-container {
    margin-top: 15px;
    background: #f4f4f4; }
    #page.new-member-leads .form-container h4, #page.new-member-leads .form-container h5 {
      margin-top: 40px;
      margin-bottom: 40px; }

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
  /* This makes sure that we can still click outside of the modal to close it */ }

.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none; }

.modal.area-modal .modal-content {
  padding: 10px 30px;
  padding-bottom: 45px;
  font-size: 10px;
  color: #9fa1a3;
  border-radius: 0; }
  .modal.area-modal .modal-content .modal-header {
    padding-top: 0;
    padding-bottom: 7px; }
    .modal.area-modal .modal-content .modal-header > .close > i {
      font-size: 36px; }

.modal.auth-modal .modal-content .modal-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center; }
  .modal.auth-modal .modal-content .modal-body .area-logo {
    margin-top: 20px;
    margin-bottom: 40px; }
  .modal.auth-modal .modal-content .modal-body h3 {
    color: #0a3a4a;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .modal.auth-modal .modal-content .modal-body .btn-dark {
    color: white; }
  .modal.auth-modal .modal-content .modal-body p {
    margin-bottom: 20px;
    font-size: 14px; }
.modal.auth-modal .buttons {
  text-align: center;
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .modal.auth-modal .buttons .btn {
    padding: 8px 15px;
    width: 160px;
    display: block;
    margin-top: 10px; }
    .modal.auth-modal .buttons .btn i {
      margin-right: 5px; }

.modal.usecase-modal {
  font-family: 'Lato', sans-serif; }
  .modal.usecase-modal .modal-content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }
  .modal.usecase-modal .modal-header {
    padding-left: 30px;
    padding-right: 30px; }
  .modal.usecase-modal .modal-body {
    text-align: left; }
    .modal.usecase-modal .modal-body.image-desc-body {
      padding-top: 35px;
      padding-bottom: 30px; }
      .modal.usecase-modal .modal-body.image-desc-body .slider {
        background: #ccc; }
        .modal.usecase-modal .modal-body.image-desc-body .slider .slick-arrow {
          color: #33a6b2;
          position: absolute;
          z-index: 10;
          top: 50%;
          transform: translateY(-50%);
          font-size: 30px;
          font-weight: bold; }
          .modal.usecase-modal .modal-body.image-desc-body .slider .slick-arrow.prev-arrow {
            left: 15px; }
          .modal.usecase-modal .modal-body.image-desc-body .slider .slick-arrow.next-arrow {
            right: 15px; }
        .modal.usecase-modal .modal-body.image-desc-body .slider .slick-list,
        .modal.usecase-modal .modal-body.image-desc-body .slider .slick-track {
          height: 300px; }
        .modal.usecase-modal .modal-body.image-desc-body .slider .slide {
          height: 100%;
          background-size: cover;
          background-position: center; }
      .modal.usecase-modal .modal-body.image-desc-body .text-content {
        height: 300px; }
    .modal.usecase-modal .modal-body.blue {
      background: #0a3949;
      text-align: left;
      min-height: 205px;
      padding-bottom: 20px; }
      .modal.usecase-modal .modal-body.blue h3 {
        color: #32a6b2;
        font-size: 28px;
        font-weight: 300;
        margin-top: 10px;
        margin-bottom: 30px;
        text-transform: none; }
      .modal.usecase-modal .modal-body.blue ul {
        list-style: none; }
        .modal.usecase-modal .modal-body.blue ul li {
          color: white;
          text-transform: uppercase; }
      .modal.usecase-modal .modal-body.blue .technologies i {
        margin-right: 13px;
        font-size: 19px;
        vertical-align: -3px; }
      .modal.usecase-modal .modal-body.blue .benefits li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; }
        .modal.usecase-modal .modal-body.blue .benefits li:before {
          color: white;
          content: '+';
          padding-right: 10px; }
    .modal.usecase-modal .modal-body.grey {
      background: #f1f2f2; }
      .modal.usecase-modal .modal-body.grey .post-share {
        margin-top: 0;
        margin-bottom: 20px; }
      .modal.usecase-modal .modal-body.grey .share-link {
        margin-top: 30px; }
      .modal.usecase-modal .modal-body.grey h3 {
        font-family: 'Lato', sans-serif;
        color: #32a6b2;
        margin-top: 40px;
        margin-bottom: 40px;
        text-transform: none;
        font-size: 28px;
        font-weight: 300; }
        .modal.usecase-modal .modal-body.grey h3 strong {
          font-size: 13px;
          color: #0a3949;
          display: block;
          text-transform: uppercase;
          font-family: 'Montserrat', sans-serif;
          margin-bottom: 5px; }
      .modal.usecase-modal .modal-body.grey .info-box {
        padding: 20px;
        background: white;
        border: 1px solid #33a6b2;
        color: #33a6b2;
        height: 240px;
        overflow: auto; }
        .modal.usecase-modal .modal-body.grey .info-box.related-info-box {
          font-size: 12px; }
          .modal.usecase-modal .modal-body.grey .info-box.related-info-box p {
            color: #33a6b2;
            font-weight: normal;
            font-size: 12px; }
          .modal.usecase-modal .modal-body.grey .info-box.related-info-box ul {
            list-style: none; }
            .modal.usecase-modal .modal-body.grey .info-box.related-info-box ul li {
              color: #33a6b2;
              font-weight: normal;
              font-size: 12px;
              margin-bottom: 5px; }
              .modal.usecase-modal .modal-body.grey .info-box.related-info-box ul li:before {
                color: #33a6b2;
                content: '- ';
                padding-right: 5px; }
        .modal.usecase-modal .modal-body.grey .info-box.relevant-info-box {
          padding: 10px 0; }
          .modal.usecase-modal .modal-body.grey .info-box.relevant-info-box ul {
            list-style: none;
            padding: 0 20px; }
            .modal.usecase-modal .modal-body.grey .info-box.relevant-info-box ul li {
              display: -webkit-box;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flexbox;
              display: flex;
              padding: 10px 0;
              border-bottom: 1px solid #f0f0f1; }
              .modal.usecase-modal .modal-body.grey .info-box.relevant-info-box ul li > img {
                float: left;
                border: 1px solid #abadb0;
                height: 86px;
                min-width: 86px;
                background: #ccc;
                width: auto; }
              .modal.usecase-modal .modal-body.grey .info-box.relevant-info-box ul li > .relevant-body {
                float: left;
                position: relative;
                margin-left: 10px; }
                .modal.usecase-modal .modal-body.grey .info-box.relevant-info-box ul li > .relevant-body > h3 {
                  font-size: 14px;
                  color: #9ac73c;
                  font-weight: normal;
                  margin: 0;
                  padding: 0;
                  margin-bottom: 10px; }
                .modal.usecase-modal .modal-body.grey .info-box.relevant-info-box ul li > .relevant-body > p {
                  font-size: 13px;
                  color: #808285;
                  font-weight: 300;
                  margin: 0;
                  padding: 0; }
                .modal.usecase-modal .modal-body.grey .info-box.relevant-info-box ul li > .relevant-body > a {
                  font-size: 12px;
                  font-weight: 300;
                  font-weight: normal;
                  color: #9ac73c;
                  margin: 0;
                  padding: 0;
                  margin-top: 20px;
                  text-transform: uppercase; }
  .modal.usecase-modal .text-content {
    overflow: auto;
    min-height: 300px;
    margin-top: 20px; }
    .modal.usecase-modal .text-content h1, .modal.usecase-modal .text-content h2, .modal.usecase-modal .text-content h3, .modal.usecase-modal .text-content h4, .modal.usecase-modal .text-content h5 {
      font-size: 18px;
      color: #9ac73c;
      margin-bottom: 5px;
      margin-top: 25px; }
      .modal.usecase-modal .text-content h1:first-of-type, .modal.usecase-modal .text-content h2:first-of-type, .modal.usecase-modal .text-content h3:first-of-type, .modal.usecase-modal .text-content h4:first-of-type, .modal.usecase-modal .text-content h5:first-of-type {
        margin-top: 0; }

@media (min-width: 480px) {
  .modal.auth-modal .buttons {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    .modal.auth-modal .buttons .btn {
      display: inline; }
      .modal.auth-modal .buttons .btn:last-of-type {
        margin-left: 30px; } }
@media (min-width: 768px) {
  .container-dialog {
    width: 750px; }

  .modal.auth-modal .modal-dialog {
    width: auto;
    margin: 30px auto; } }
@media (min-width: 992px) {
  .container-dialog {
    width: 970px; } }
@media (min-width: 1200px) {
  .container-dialog {
    width: 1170px; } }
section#header-image {
  height: 400px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

#page.discount-details h3 {
  color: #33a6b2;
  margin-bottom: 30px; }
#page.discount-details .members-table .btn {
  border-color: #135261;
  padding: 10px 45px;
  color: white; }

p#breadcrumbs {
  font-size: 11px;
  line-height: 11px;
  margin-top: 10px;
  margin-bottom: 55px;
  padding-bottom: 6px;
  border-bottom: 1px solid #f8f8f8; }
  body.single p#breadcrumbs {
    margin-bottom: 45px; }
  p#breadcrumbs a {
    color: #808285; }
  p#breadcrumbs span.breadcrumb_last {
    color: #33a6b2; }

section#main-slider .slider {
  position: relative;
  margin-bottom: 0px; }
  section#main-slider .slider .slick-slide {
    height: 750px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 300px; }
    section#main-slider .slider .slick-slide h2 {
      text-transform: uppercase;
      color:   #0a3a4a;
      font-weight: 500;
      font-size: 38px;
      line-height: 36px;
      margin-top: 7px;
      margin-bottom: 15px; }
      section#main-slider .slider .slick-slide h2 span {
        display: block;
        color: #33a6b2;
        font-weight: 700; }
    section#main-slider .slider .slick-slide p {
      margin-top: 0px;
      margin-bottom: 18px; }
    section#main-slider .slider .slick-slide a.slider-btn {
      padding-left: 30px;
      padding-right: 30px; }
  section#main-slider .slider .slick-arrow {
    position: absolute;
    font-size: 32px;
    display: inline-block;
    height: 30px;
    width: 30px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    top: 50%;
    margin-top: -15px;
    cursor: pointer; }
  section#main-slider .slider .prev-arrow {
    left: 30px;
    z-index: 50; }
  section#main-slider .slider .next-arrow {
    right: 30px;
    z-index: 50; }

#featured-slider {
  margin-top: 55px;
  margin-bottom: 25px; }
  #featured-slider .slide {
    height: 600px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }

section#homepage-content {
  padding: 50px 0px;
  background-color: #33a6b2;
  margin: 2px 0px;
  background-image: url("../images/home-content-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  section#homepage-content h4 {
    font-size: 16px;
    color: #0a3a4a;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 10px; }
  section#homepage-content h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 48px;
    color: #fff;
    line-height: 50px;
    font-weight: 100;
    font-family: 'Lato', sans-serif; }
    section#homepage-content h1:after {
      content: '';
      display: block;
      height: 0px;
      width: 164px;
      border-top: 1px solid #278693;
      margin: 45px 0px; }
  section#homepage-content p.intro-text {
    font-size: 18px;
    color: #0a3a4a;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 15px; }
  section#homepage-content p {
    color: #fff; }

div.content a {
  color: #9ac73c; }

section#quicklinks {
  border-top: 1px solid #fff; }
  section#quicklinks * {
    color: #fff; }
  section#quicklinks .quicklinks-container {
    padding-left: 0px;
    padding-right: 0px; }
  section#quicklinks .wrapper {
    min-height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 125px;
    transition: padding 0.5s ease-in-out;
    -webkit-transition: padding 0.5s ease-in-out;
    overflow: hidden; }
    section#quicklinks .wrapper .content {
      padding: 30px 15px 0px 15px;
      margin-left: -15px;
      margin-right: -15px;
      -webkit-transition: height 0.5s ease-in-out, padding 0.5s ease-in-out;
      transition: height 0.5s ease-in-out, padding 0.5s ease-in-out;
      height: auto;
      overflow: hidden; }
      section#quicklinks .wrapper .content .text-wrap {
        max-height: 0;
        transition: max-height .6s ease-in-out;
        -webkit-transition: max-height .6s ease-in-out;
        overflow: hidden; }
      section#quicklinks .wrapper .content .subtitle {
        font-size: 13px;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 10px;
        font-weight: 500; }
      section#quicklinks .wrapper .content .title {
        font-family: 'Lato', sans-serif;
        font-size: 28px;
        line-height: 32px;
        font-weight: 300;
        margin: 0px auto 32px auto;
        width: 40%;
        display: inline-block; }
      section#quicklinks .wrapper .content .text {
        margin-top: 5px;
        margin-bottom: 25px; }
      section#quicklinks .wrapper .content .quicklink-btn {
        border-color: #fff;
        padding-left: 33px;
        padding-right: 33px;
        font-weight: 300; }
    section#quicklinks .wrapper .content-1 {
      background-color: rgba(10, 58, 74, 0.8); }
    section#quicklinks .wrapper .content-2 {
      background-color: rgba(26, 102, 116, 0.8); }
    section#quicklinks .wrapper .content-3 {
      background-color: rgba(51, 166, 178, 0.8); }
    section#quicklinks .wrapper .content-4 {
      background-color: rgba(154, 199, 60, 0.8); }
    section#quicklinks .wrapper:hover {
      padding-top: 0px; }
      section#quicklinks .wrapper:hover .content {
        padding-top: 90px;
        height: 100% !important; }
        section#quicklinks .wrapper:hover .content .text-wrap {
          max-height: 230px; }

section.latest-posts {
  padding: 45px 0px; }
  section.latest-posts .container {
    position: relative; }
  section.latest-posts .prev-arrow,
  section.latest-posts .next-arrow {
    display: inline-block;
    position: absolute;
    font-size: 32px;
    top: 10px;
    color: #808285;
    cursor: pointer;
    z-index: 3; }
  section.latest-posts .prev-arrow {
    right: 36px; }
  section.latest-posts .next-arrow {
    right: 0px; }
  body.single section.latest-posts {
    background-color: #f1f2f2; }
  section.latest-posts#latest-blogs {
    background-color: #f1f2f2; }
  section.latest-posts h5 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #0a3a4a;
    text-transform: uppercase;
    font-weight: 500; }
  section.latest-posts h3 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #33a6b2;
    font-size: 36px;
    line-height: 28px; }

section#latest-events-videos {
  background: linear-gradient(90deg, #1a6674 50%, #0a3a4a 50%);
  padding: 35px 0px 15px 0px; }
  section#latest-events-videos .subtitle {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    color: #33a6b2;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 500; }
  section#latest-events-videos h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 30px; }
  section#latest-events-videos .video-container {
    margin-bottom: 20px; }
  section#latest-events-videos .single-slide h4 {
    color: #9ac73c;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: 'Lato', sans-serif;
    font-weight: 500; }
  section#latest-events-videos .single-slide .meta {
    color: #fff;
    font-size: 14px;
    display: block;
    margin-top: 0px;
    border-bottom: 1px solid #3f7f8a;
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-weight: 300;
    font-family: 'Lato', sans-serif; }
    section#latest-events-videos .single-slide .meta .location span {
      color: #33a6b2; }
    section#latest-events-videos .single-slide .meta .date {
      margin-left: 20px; }
      section#latest-events-videos .single-slide .meta .date span {
        color: #33a6b2; }
  section#latest-events-videos .single-slide p {
    color: #d1d3d4;
    margin-top: 0px;
    margin-bottom: 34px; }
  section#latest-events-videos .single-slide a.btn {
    width: 100%; }
  section#latest-events-videos .single-slide a.btn-single {
    color: #fff;
    border-color: #fff;
    margin-bottom: 20px; }
  section#latest-events-videos .single-slide a.btn-view-all {
    color: #9ac73c;
    border-color: #9ac73c;
    margin-bottom: 20px; }
  section#latest-events-videos .events-controls .prev-arrow,
  section#latest-events-videos .events-controls .next-arrow,
  section#latest-events-videos .videos-controls .prev-arrow,
  section#latest-events-videos .videos-controls .next-arrow {
    font-size: 30px;
    color: #fff;
    cursor: pointer; }

section#area-members {
  padding: 60px 0px; }
  section#area-members .container {
    position: relative; }
  section#area-members .prev-arrow,
  section#area-members .next-arrow {
    display: inline-block;
    position: absolute;
    font-size: 32px;
    top: 10px;
    color: #808285;
    cursor: pointer; }
  section#area-members .prev-arrow {
    right: 36px;
    z-index: 10; }
  section#area-members .next-arrow {
    right: 0px; }
  section#area-members h5 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #0a3a4a;
    text-transform: uppercase;
    font-weight: 500; }
  section#area-members h3 {
    margin-top: 0px;
    margin-bottom: 43px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #33a6b2;
    font-size: 36px;
    line-height: 28px; }

section#area-members .member-thumb {
  margin-bottom: 53px; }
  section#area-members .member-thumb a:hover,
  section#area-members .member-thumb a:active,
  section#area-members .member-thumb a:focus {
    text-decoration: none; }
  section#area-members .member-thumb .img-container {
    border: 1px solid #ebecec;
    height: 200px;
    padding: 18px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
    section#area-members .member-thumb .img-container .image {
      height: 100%;
      width: 100%;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat; }
  section#area-members .member-thumb h4 {
    display: block;
    margin-top: 18px;
    margin-bottom: 0px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #0a3a4a;
    text-transform: uppercase; }
  section#area-members .member-thumb .category {
    display: block;
    font-size: 12px;
    color: #1a6674;
    border-bottom: 1px solid #ebecec;
    padding-bottom: 5px;
    margin-top: 34px; }
  section#area-members .member-thumb .btn {
    color: #33a6b2;
    border-color: #33a6b2;
    padding-left: 22px;
    padding-right: 22px; }
    section#area-members .member-thumb .btn:hover {
      background-color: #33a6b2;
      color: #fff; }

#page.area-member .info-table {
  margin-bottom: 70px; }
#page.area-member .logo-container {
  border: 2px solid #f1f2f2;
  padding-top: 15px;
  padding-bottom: 15px; }
  #page.area-member .logo-container .logo {
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
#page.area-member .member-info {
  padding: 22px 30px;
  background-color: #f1f2f2; }
  #page.area-member .member-info h4 {
    font-size: 14px;
    color: #0a3a4a;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 7px; }
  #page.area-member .member-info p,
  #page.area-member .member-info a {
    margin-top: 0px;
    color: #33a6b2;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-decoration: none; }
    #page.area-member .member-info p.address,
    #page.area-member .member-info a.address {
      border: none;
      margin-bottom: 37px; }
  #page.area-member .member-info .social {
    color: #33a6b2;
    border-color: #33a6b2; }
    #page.area-member .member-info .social:hover {
      color: #0a3a4a;
      border-color: #0a3a4a; }

#single-member-media {
  background-color: #f1f2f2;
  padding: 42px 0px; }
  #single-member-media .member-gallery {
    min-height: 300px;
    width: 100%; }
    #single-member-media .member-gallery .slick-arrow {
      position: absolute;
      font-size: 34px;
      display: inline-block;
      height: 30px;
      width: 30px;
      color: #fff;
      text-align: center;
      vertical-align: middle;
      top: 50%;
      margin-top: -16px;
      cursor: pointer; }
    #single-member-media .member-gallery .prev-arrow {
      left: 17px;
      z-index: 50; }
    #single-member-media .member-gallery .next-arrow {
      right: 17px;
      z-index: 50; }
    #single-member-media .member-gallery div {
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
  #single-member-media iframe {
    width: 100%;
    min-height: 310px; }
  #single-member-media .video-title {
    background-color: #33a6b2;
    padding: 22px; }
    #single-member-media .video-title p {
      color: #0a3a4a;
      text-transform: uppercase;
      font-weight: 500;
      display: inline-block;
      line-height: 34px;
      margin: 0px; }
    #single-member-media .video-title .btn {
      float: right;
      color: #fff;
      border-color: #fff;
      font-size: 12px;
      padding: 7px 15px; }

section#member-spotlight {
  background-color: #0a3a4a;
  position: relative; }
  section#member-spotlight .featured-image {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  section#member-spotlight .col-xs-12 {
    padding-top: 70px;
    padding-bottom: 67px; }
  section#member-spotlight .subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #33a6b2;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase; }
  section#member-spotlight .member-logo {
    margin: 35px 0px; }
  section#member-spotlight .intro, section#member-spotlight .intro p {
    color: #fff;
    font-size: 18px;
    line-height: 22px; }
  section#member-spotlight p {
    color: #fff; }
  section#member-spotlight .member-btn {
    color: #33a6b2;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 15px; }
    section#member-spotlight .member-btn:hover {
      background-color: #33a6b2;
      color: #fff; }

section#member-testimonials {
  padding-top: 55px;
  padding-bottom: 50px; }
  section#member-testimonials .container {
    position: relative; }
  section#member-testimonials .subtitle {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #0a3a4a;
    margin-top: 0px;
    margin-bottom: 5px; }
  section#member-testimonials h3 {
    color: #33a6b2;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 36px;
    margin-top: 0px;
    margin-bottom: 40px; }
  section#member-testimonials .prev-arrow,
  section#member-testimonials .next-arrow {
    display: inline-block;
    position: absolute;
    font-size: 32px;
    top: 10px;
    color: #808285;
    cursor: pointer; }
  section#member-testimonials .prev-arrow {
    right: 36px; }
  section#member-testimonials .next-arrow {
    right: 0px; }
  section#member-testimonials .speech-mark {
    background-image: url("../images/speech-mark.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 35px;
    height: 24px;
    display: block; }
  section#member-testimonials .slick-track {
    display: -webkit-box;
    display: flex; }
    section#member-testimonials .slick-track .slick-slide {
      height: auto; }
    section#member-testimonials .slick-track .testimonial {
      height: 100%;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column; }
      section#member-testimonials .slick-track .testimonial .quote {
        -webkit-box-flex: 1;
        flex: 1 1 auto; }
  section#member-testimonials .testimonial-author small {
    display: block; }
    section#member-testimonials .testimonial-author small:first-of-type {
      color: #33a6b2; }

.page-template-membership section#member-testimonials {
  background: #f1f2f2;
  margin-top: 50px; }

section#subscribe {
  padding: 23px 0px 25px 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background: linear-gradient(rgba(26, 102, 116, 0.9), rgba(26, 102, 116, 0.9));
  border-top: 1px solid #fff; }
  section#subscribe .subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 5px; }
  section#subscribe h2 {
    margin-top: 0px;
    margin-bottom: 25px;
    font-family: 'Lato', sans-serif;
    color: #9ac73c;
    font-size: 28px;
    font-weight: 300; }
  section#subscribe p {
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 300;
    font-size: 11px;
    padding-right: 100px; }
  section#subscribe form input.form-control, section#subscribe form #bbpress-forums fieldset.bbp-form input[type=text], #bbpress-forums fieldset.bbp-form section#subscribe form input[type=text] {
    width: 100%;
    line-height: 34px;
    font-family: 'Lato', sans-serif;
    border-radius: 17px;
    border: 1px solid #33a6b2;
    margin-top: 20px;
    background-color: transparent;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    padding: 0px 20px;
    outline: none; }
    section#subscribe form input.form-control::-webkit-input-placeholder, section#subscribe form #bbpress-forums fieldset.bbp-form input[type=text]::-webkit-input-placeholder, #bbpress-forums fieldset.bbp-form section#subscribe form input[type=text]::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff;
      font-size: 13px;
      font-family: 'Lato', sans-serif;
      font-weight: 300; }
    section#subscribe form input.form-control::-moz-placeholder, section#subscribe form #bbpress-forums fieldset.bbp-form input[type=text]::-moz-placeholder, #bbpress-forums fieldset.bbp-form section#subscribe form input[type=text]::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff;
      font-size: 13px;
      font-family: 'Lato', sans-serif;
      font-weight: 300; }
    section#subscribe form input.form-control:-ms-input-placeholder, section#subscribe form #bbpress-forums fieldset.bbp-form input[type=text]:-ms-input-placeholder, #bbpress-forums fieldset.bbp-form section#subscribe form input[type=text]:-ms-input-placeholder {
      /* IE 10+ */
      color: #fff;
      font-size: 13px;
      font-family: 'Lato', sans-serif;
      font-weight: 300; }
    section#subscribe form input.form-control:-moz-placeholder, section#subscribe form #bbpress-forums fieldset.bbp-form input[type=text]:-moz-placeholder, #bbpress-forums fieldset.bbp-form section#subscribe form input[type=text]:-moz-placeholder {
      /* Firefox 18- */
      color: #fff;
      font-size: 13px;
      font-family: 'Lato', sans-serif;
      font-weight: 300; }
  section#subscribe form button[type="submit"] {
    float: right;
    border: 1px solid #33a6b2;
    background-color: #0a3a4a;
    line-height: 34px;
    border-radius: 34px;
    color: #fff;
    padding: 0px 35px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    outline: none;
    transition: all 0.25s;
    margin-top: 20px; }
    section#subscribe form button[type="submit"] span {
      margin-right: 5px; }
    section#subscribe form button[type="submit"]:hover {
      background-color: #33a6b2; }

.post-thumb {
  margin-bottom: 20px; }
  .post-thumb > a {
    display: block;
    margin-bottom: 5px; }
  .post-thumb .post-thumbnail {
    margin-bottom: 5px; }
    .post-thumb .post-thumbnail.video-thumbnail {
      width: 100%; }
  .post-thumb.video-thumb {
    margin-bottom: 20px; }
  .post-thumb .post-title {
    font-size: 16px;
    color: #0a3a4a;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 500;
    display: block; }
  .post-thumb .post-excerpt {
    margin-bottom: 20px; }
    .post-thumb .post-excerpt .excerpt {
      margin-bottom: 0; }
  .post-thumb .meta {
    color: #33a6b2;
    font-size: 13px;
    border-bottom: 1px solid #ebebec;
    padding-bottom: 20px;
    margin-bottom: 15px;
    display: block;
    font-weight: 300;
    font-family: 'Lato', sans-serif; }
    .post-thumb .meta .date span {
      color: #9ac73c;
      vertical-align: text-top; }
    .post-thumb .meta .author span {
      color: #9ac73c;
      vertical-align: text-top; }
    .post-thumb .meta .author + .date {
      margin-left: 22px; }
  .post-thumb .excerpt {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 18px; }
  .post-thumb a.read-more {
    color: #33a6b2;
    border-color: #33a6b2;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px; }
    .post-thumb a.read-more:hover {
      background-color: #33a6b2;
      color: #fff; }

.why-ar-related {
  font-family: 'Lato', sans-serif;
  background: #f1f2f2; }
  .why-ar-related h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #33a6b2;
    font-weight: normal;
    font-size: 24px; }
  .why-ar-related p {
    color: #808285;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: lighter; }
  .why-ar-related .related-boxes {
    margin-bottom: 40px;
    margin-top: 30px; }

.why-ar-related-post {
  border-bottom: 1px solid white;
  font-family: 'Lato', sans-serif;
  padding: 15px 15px; }
  .why-ar-related-post .title {
    color: #0a3a4a;
    font-weight: normal;
    font-size: 16px; }
  .why-ar-related-post .category {
    display: block;
    margin-top: 15px;
    color: #58595b;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0; }
    .why-ar-related-post .category a {
      font-size: 12px;
      font-weight: 300;
      color: #33a6b2;
      margin-bottom: 0; }
  .why-ar-related-post .btn {
    width: 100%; }

.why-ar-links h3 {
  color: #33a6b2;
  font-size: 24px;
  font-weight: normal;
  margin-top: 40px;
  margin-bottom: 15px; }
.why-ar-links p {
  color: #808285;
  margin-bottom: 20px; }
.why-ar-links .link-boxes {
  margin-top: 25px; }
  .why-ar-links .link-boxes a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 16px;
    padding: 7px 20px;
    background: #0a3a4a;
    border-radius: 15px;
    border: 1px solid #33a6b2;
    transition: .5s all; }
    .why-ar-links .link-boxes a:hover, .why-ar-links .link-boxes a:focus {
      background: #33a6b2;
      text-decoration: none;
      transition: .5s all; }
      .why-ar-links .link-boxes a:hover .read-more, .why-ar-links .link-boxes a:focus .read-more {
        color: white; }
    .why-ar-links .link-boxes a .title {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      color: #9ac73c;
      float: left;
      font-weight: normal;
      font-family: 'Monserrat', sans-serif; }
    .why-ar-links .link-boxes a .read-more {
      float: right;
      font-size: 14px;
      font-weight: normal;
      color: #33a6b2;
      font-weight: normal;
      font-family: 'Monserrat', sans-serif; }

.event-terms {
  border-top: 1px solid #e6e7e8;
  border-bottom: 1px solid #f2f3f3;
  padding: 20px 0px 17px 0px; }
  .event-terms .search-title {
    font-size: 16px;
    color: #0a3a4a;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    margin: 0px;
    line-height: 16px; }
  .event-terms .term-link {
    font-size: 16px;
    color: #1a6674;
    display: inline-block;
    padding: 0px 5px;
    margin: 0px;
    transition: all 0.25s;
    line-height: 16px; }
    .event-terms .term-link.active {
      color: #33a6b2;
      font-weight: 700; }

.event-thumb {
  margin-bottom: 35px; }
  .event-thumb .event-date {
    background-color: #33a6b2;
    padding-left: 15px; }
    .event-thumb .event-date p {
      line-height: 45px;
      color: #fff;
      margin: 0px;
      font-size: 20px;
      font-weight: 600; }
  .event-thumb .event-excerpt {
    margin-bottom: 20px; }
    .event-thumb .event-excerpt .excerpt {
      margin-bottom: 0; }
  .event-thumb .event-thumb-image {
    position: relative;
    background: #ccc;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 183px; }
    .event-thumb .event-thumb-image span {
      position: absolute;
      bottom: 0px;
      line-height: 30px;
      color: #fff;
      text-transform: uppercase;
      font-size: 13px;
      font-family: 'Lato', sans-serif;
      font-weight: 600; }
      .event-thumb .event-thumb-image span.members-only {
        left: 0px;
        background-color: #9ac73c;
        padding: 0px 30px; }
      .event-thumb .event-thumb-image span.member-discount {
        right: 0px;
        background-color: #1a6674;
        padding: 0px 18px; }
  .event-thumb .event-info {
    background-color: #0a3a4a;
    padding: 15px; }
    .event-thumb .event-info .title {
      color: #9ac73c;
      margin-bottom: 15px;
      font-size: 20px;
      font-weight: 500;
      display: block;
      transition: all 0.25s; }
      .event-thumb .event-info .title:hover {
        text-decoration: none;
        color: #fff; }
    .event-thumb .event-info .meta {
      color: #fff;
      font-size: 13px;
      border-bottom: 1px solid #2c5563;
      padding-bottom: 10px;
      margin-bottom: 10px;
      display: block;
      font-weight: 300;
      font-family: 'Lato', sans-serif; }
      .event-thumb .event-info .meta .location span {
        color: #33a6b2;
        vertical-align: text-top;
        margin-left: 4px; }
      .event-thumb .event-info .meta .date span {
        color: #33a6b2;
        vertical-align: text-top;
        margin-left: 4px; }
    .event-thumb .event-info p {
      color: #d1d3d4; }
    .event-thumb .event-info .btn {
      color: #33a6b2;
      border-color: #33a6b2;
      padding-left: 38px;
      padding-right: 38px;
      margin-bottom: 10px; }
      .event-thumb .event-info .btn:hover {
        color: #fff;
        background-color: #33a6b2; }

section#page.single-post .title {
  margin-top: 0px;
  font-size: 38px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  color: #0a3a4a;
  text-transform: none;
  margin-bottom: 55px; }
section#page.single-post .post-meta {
  border-bottom: 1px solid #eceded;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  section#page.single-post .post-meta p {
    display: inline-block;
    color: #0a3a4a;
    font-size: 16px;
    margin-right: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 16px; }
    section#page.single-post .post-meta p a {
      color: #33a6b2; }
    section#page.single-post .post-meta p span {
      color: #9ac73c;
      margin-right: 5px; }
      section#page.single-post .post-meta p span.value {
        color: #33a6b2;
        margin-right: 0px; }
section#page.single-post .event-info {
  background-color: #0a3a4a;
  padding: 25px 30px; }
  section#page.single-post .event-info h5 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 8px; }
  section#page.single-post .event-info p {
    color: #9ac73c;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 23px;
    line-height: 21px; }
  section#page.single-post .event-info .ctas {
    margin-top: 37px; }
section#page.single-post .featured-image {
  border: 1px solid #f2f3f3;
  padding: 20px; }
  section#page.single-post .featured-image img {
    margin: 0 auto; }
section#page.single-post .location-map {
  height: 465px;
  width: 100%;
  margin-top: 30px; }
  section#page.single-post .location-map img {
    max-width: inherit !important; }
section#page.single-post .btn {
  padding-left: 18px;
  padding-right: 18px;
  color: #33a6b2;
  border-color: #33a6b2; }
  section#page.single-post .btn:hover {
    background-color: #33a6b2;
    color: #fff; }

.post-share {
  border-top: 1px solid #eceded;
  border-bottom: 1px solid #eceded;
  padding: 30px 0px;
  margin-top: 45px; }
  .post-share p {
    display: inline-block;
    float: right;
    line-height: 34px;
    color: #9ac73c;
    margin: 0px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase; }
    .post-share p .share-post {
      color: #9ac73c;
      height: 30px;
      width: 30px;
      vertical-align: sub;
      padding-top: 0px;
      font-size: 17px;
      line-height: 32px;
      margin: 0px 5px; }
      .post-share p .share-post:first-of-type {
        margin-left: 40px; }
      .post-share p .share-post:hover {
        color: #0a3a4a;
        border-color: #0a3a4a; }
      .post-share p .share-post span {
        vertical-align: text-top; }
  .post-share .btn {
    padding-left: 33px;
    padding-right: 33px; }

section#page.event .page-content h3 {
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  color: #33a6b2;
  margin-top: 45px;
  margin-bottom: 20px; }

.glossary-filter {
  border-top: 1px solid #e6e7e8;
  border-bottom: 1px solid #f3f3f4;
  margin-top: 30px; }
  .glossary-filter p {
    line-height: 51px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #0a3a4a;
    margin: 0px 15px 0px 0px; }
  .glossary-filter a {
    display: inline-block;
    color: #33a6b2;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px; }
    .glossary-filter a.active {
      font-weight: 700;
      color: #0a3a4a; }
    .glossary-filter a:not(:last-of-type):after {
      content: '|';
      display: inline-block;
      color: #33a6b2;
      margin-left: 6px;
      margin-right: 2px;
      font-weight: 500; }

.active-index {
  background-color: #0a3a4a;
  display: inline-block;
  height: 67px;
  margin-top: 17px;
  text-align: center;
  width: 67px; }
  .active-index p {
    color: #33a6b2;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 500;
    line-height: 67px; }

.glossary-title {
  font-size: 26px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  margin-top: 50px;
  color: #33a6b2;
  margin-bottom: 15px; }

.single-why-ar-thumb {
  margin-bottom: 30px; }
  .single-why-ar-thumb .thumb-image {
    background: #ccc;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 300px; }
  .single-why-ar-thumb .thumb-info {
    background-color: #0a3a4a;
    margin-left: -30px;
    padding: 18px 20px 20px 30px; }
    .single-why-ar-thumb .thumb-info .title {
      display: block;
      color: #9ac73c;
      text-transform: uppercase;
      border-bottom: 1px solid #2f5765;
      padding-bottom: 20px;
      margin-bottom: 15px;
      font-size: 18px;
      font-weight: 300;
      transition: all 0.25s; }
      .single-why-ar-thumb .thumb-info .title:hover {
        color: #fff;
        text-decoration: none; }
    .single-why-ar-thumb .thumb-info p {
      color: #fff;
      margin-bottom: 27px; }
    .single-why-ar-thumb .thumb-info .btn {
      color: #33a6b2;
      border-color: #33a6b2;
      padding-left: 33px;
      padding-right: 33px; }
      .single-why-ar-thumb .thumb-info .btn:hover {
        color: #fff;
        background-color: #33a6b2; }

.pagination-top {
  margin-bottom: 40px; }

section#page .pagination-bottom .area-pagination {
  padding-top: 15px; }

#featured-slider .slick-arrow {
  position: absolute;
  font-size: 36px;
  display: inline-block;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  top: 50%;
  margin-top: -18px;
  cursor: pointer; }
  #featured-slider .slick-arrow.prev-arrow {
    left: 20px;
    z-index: 50; }
  #featured-slider .slick-arrow.next-arrow {
    right: 20px;
    z-index: 50; }

.main-links {
  margin-bottom: 40px; }
  .main-links h3 {
    color: #33a6b2;
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: normal; }
  .main-links.portal-committees {
    background: #1a6674;
    padding-bottom: 40px; }
    .main-links.portal-committees h3 {
      color: white; }

.main-link-box {
  margin-bottom: 30px; }
  .main-link-box .header {
    background-color: #33a6b2;
    padding-left: 15px; }
    .main-link-box .header span {
      color: #fff;
      font-size: 28px;
      line-height: 45px; }
  .main-link-box .thumb-image {
    height: 120px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
  .main-link-box .image-block {
    background: #ccc; }
  .main-link-box .thumb-info {
    background-color: #0a3a4a;
    padding: 15px; }
  .main-link-box .title {
    color: #9ac73c;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #295361;
    margin-bottom: 15px;
    padding-bottom: 10px;
    display: block;
    transition: all 0.25s; }
    .main-link-box .title:hover {
      text-decoration: none;
      color: #fff; }
  .main-link-box p {
    color: #d1d3d4;
    margin-top: 0px;
    margin-bottom: 25px; }
  .main-link-box .btn {
    margin-bottom: 8px;
    padding-left: 33px;
    padding-right: 33px;
    color: #33a6b2;
    border-color: #33a6b2; }
    .main-link-box .btn:hover {
      color: #fff;
      background-color: #33a6b2; }

#page.portal #latest-newsletter {
  background: #f1f2f2;
  padding-top: 40px;
  padding-bottom: 40px; }
#page.portal .latest-posts {
  padding-bottom: 30px;
  padding-top: 0; }
  #page.portal .latest-posts h3 {
    font-size: 24px; }

section#suggested-topics h3 {
  color: #33a6b2;
  margin-bottom: 30px; }

table.members-table {
  width: 100%; }
  table.members-table th, table.members-table td {
    padding: 15px;
    vertical-align: top; }
  table.members-table, table.members-table th, table.members-table td {
    border: 1px solid #33a6b2;
    font-weight: 300;
    font-size: 14px; }
  table.members-table .image-cell > img {
    margin-bottom: 30px; }
  table.members-table .image-cell > span {
    display: block; }
  table.members-table .center-cell {
    text-align: center;
    vertical-align: middle; }
  table.members-table .center-bold-blue {
    font-size: 16px;
    color: #0a3a4a;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 40px 20px; }

section#useful-guides h3 {
  color: #33a6b2;
  margin-bottom: 30px;
  margin-top: 50px; }
section#useful-guides .content {
  margin-bottom: 60px;
  display: block; }
  section#useful-guides .content p {
    margin-bottom: 20px; }

.guide-box .image {
  height: 320px;
  width: 100%;
  border: 1px solid #e1e2e3;
  text-align: center;
  background: #f1f2f2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
.guide-box .title {
  margin-top: 15px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f2f3f3;
  font-size: 16px;
  color: #0a3a4a; }
.guide-box .description {
  color: #808285;
  font-weight: 300;
  font-size: 14px; }
.guide-box .btn {
  margin-top: 15px;
  color: #33a6b2;
  border-color: #33a6b2;
  padding: 8px 30px; }

.next-prevs {
  float: right; }

section#latest-newsletter .post-thumb a.read-more {
  padding-left: 15px;
  padding-right: 15px; }

section#page.resources .btn-upload {
  background-color: #33a6b2;
  color: #fff;
  font-size: 12px;
  padding: 8px 33px;
  border-color: #33a6b2;
  margin-left: 15px; }
  section#page.resources .btn-upload.collapsed {
    background-color: #0a3a4a;
    color: #fff;
    border-color: #33a6b2; }
  section#page.resources .btn-upload span {
    margin-right: 5px; }
  section#page.resources .btn-upload:hover {
    background-color: #33a6b2;
    color: #fff; }
section#page.resources #upload-form {
  background-color: #f1f2f2;
  padding: 30px 0px 0px 0px; }
  section#page.resources #upload-form h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 14px;
    color: #808285;
    margin-bottom: 30px;
    margin-top: 0px; }
  section#page.resources #upload-form input.form-control, section#page.resources #upload-form #bbpress-forums fieldset.bbp-form input[type=text], #bbpress-forums fieldset.bbp-form section#page.resources #upload-form input[type=text],
  section#page.resources #upload-form select.form-control,
  section#page.resources #upload-form #bbpress-forums fieldset.bbp-form select,
  #bbpress-forums fieldset.bbp-form section#page.resources #upload-form select {
    font-weight: 300; }
    section#page.resources #upload-form input.form-control::-webkit-input-placeholder, section#page.resources #upload-form #bbpress-forums fieldset.bbp-form input[type=text]::-webkit-input-placeholder, #bbpress-forums fieldset.bbp-form section#page.resources #upload-form input[type=text]::-webkit-input-placeholder,
    section#page.resources #upload-form select.form-control::-webkit-input-placeholder,
    section#page.resources #upload-form #bbpress-forums fieldset.bbp-form select::-webkit-input-placeholder,
    #bbpress-forums fieldset.bbp-form section#page.resources #upload-form select::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #808285;
      font-size: 13px;
      font-family: 'Lato', sans-serif;
      font-weight: 300; }
    section#page.resources #upload-form input.form-control::-moz-placeholder, section#page.resources #upload-form #bbpress-forums fieldset.bbp-form input[type=text]::-moz-placeholder, #bbpress-forums fieldset.bbp-form section#page.resources #upload-form input[type=text]::-moz-placeholder,
    section#page.resources #upload-form select.form-control::-moz-placeholder,
    section#page.resources #upload-form #bbpress-forums fieldset.bbp-form select::-moz-placeholder,
    #bbpress-forums fieldset.bbp-form section#page.resources #upload-form select::-moz-placeholder {
      /* Firefox 19+ */
      color: #808285;
      font-size: 13px;
      font-family: 'Lato', sans-serif;
      font-weight: 300; }
    section#page.resources #upload-form input.form-control:-ms-input-placeholder, section#page.resources #upload-form #bbpress-forums fieldset.bbp-form input[type=text]:-ms-input-placeholder, #bbpress-forums fieldset.bbp-form section#page.resources #upload-form input[type=text]:-ms-input-placeholder,
    section#page.resources #upload-form select.form-control:-ms-input-placeholder,
    section#page.resources #upload-form #bbpress-forums fieldset.bbp-form select:-ms-input-placeholder,
    #bbpress-forums fieldset.bbp-form section#page.resources #upload-form select:-ms-input-placeholder {
      /* IE 10+ */
      color: #808285;
      font-size: 13px;
      font-family: 'Lato', sans-serif;
      font-weight: 300; }
    section#page.resources #upload-form input.form-control:-moz-placeholder, section#page.resources #upload-form #bbpress-forums fieldset.bbp-form input[type=text]:-moz-placeholder, #bbpress-forums fieldset.bbp-form section#page.resources #upload-form input[type=text]:-moz-placeholder,
    section#page.resources #upload-form select.form-control:-moz-placeholder,
    section#page.resources #upload-form #bbpress-forums fieldset.bbp-form select:-moz-placeholder,
    #bbpress-forums fieldset.bbp-form section#page.resources #upload-form select:-moz-placeholder {
      /* Firefox 18- */
      color: #808285;
      font-size: 13px;
      font-family: 'Lato', sans-serif;
      font-weight: 300; }
  section#page.resources #upload-form .form-control, section#page.resources #upload-form #bbpress-forums fieldset.bbp-form input[type=text], #bbpress-forums fieldset.bbp-form section#page.resources #upload-form input[type=text], section#page.resources #upload-form #bbpress-forums fieldset.bbp-form select, #bbpress-forums fieldset.bbp-form section#page.resources #upload-form select {
    line-height: 33px;
    border: 1px solid #33a6b2;
    border-radius: 17px;
    margin-bottom: 27px;
    font-size: 13px;
    color: #808285;
    padding: 0px 20px; }
  section#page.resources #upload-form .fileupload {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    margin: 0px; }
  section#page.resources #upload-form .btn.btn-upload {
    background-color: #0a3a4a;
    margin-bottom: 27px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    margin-left: 0px; }
    section#page.resources #upload-form .btn.btn-upload:hover {
      background-color: #33a6b2; }
    section#page.resources #upload-form .btn.btn-upload i {
      margin-right: 5px; }
    section#page.resources #upload-form .btn.btn-upload span {
      margin-right: 0px; }
  section#page.resources #upload-form small {
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #808285;
    padding-top: 7px; }
  section#page.resources #upload-form label.custom-confirm {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #808285;
    padding-left: 34px; }
    section#page.resources #upload-form label.custom-confirm:before {
      content: '';
      display: inline-block;
      background: #9ac73c;
      position: absolute;
      left: 0;
      top: 0px;
      height: 22px;
      width: 22px;
      margin-right: 10px;
      border-radius: 100%;
      box-sizing: border-box;
      color: #9ac73c;
      border: 11px solid #0a3a4a;
      transition: border .3s ease; }
  section#page.resources #upload-form input#check:checked + label.custom-confirm:before {
    border-width: 5px; }
  section#page.resources #upload-form input#check {
    display: none; }
  section#page.resources #upload-form input[type="submit"] {
    font-family: 'Montserrat', sans-serif;
    background-color: #33a6b2;
    color: #fff;
    display: inline-block;
    width: auto;
    padding-left: 22px;
    padding-right: 22px;
    float: right;
    border: 1px solid #0a3a4a;
    font-size: 12px; }
    section#page.resources #upload-form input[type="submit"]:hover {
      background-color: #0a3a4a; }

.resource-block {
  margin-top: 30px;
  background-color: #0a3a4a; }
  .resource-block .resource-img {
    width: 100%;
    background-color: #0a3a4a;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 15px 0px; }
  .resource-block .resource-info {
    background-color: #0a3a4a;
    padding-left: 30px;
    margin-left: -15px;
    padding-right: 30px;
    padding-bottom: 28px; }
    .resource-block .resource-info .title {
      font-family: 'Lato', sans-serif;
      font-weight: 300;
      font-size: 28px;
      color: #33a6b2;
      text-transform: uppercase;
      display: block;
      border-bottom: 1px solid #295361;
      padding-bottom: 20px;
      margin-bottom: 22px;
      margin-top: 35px; }
    .resource-block .resource-info .meta {
      display: inline-block;
      color: #CFDE51;
      margin-right: 20px;
      font-size: 16px;
      font-weight: 300;
      margin-bottom: 20px; }
      .resource-block .resource-info .meta span {
        margin-right: 5px;
        font-size: 15px;
        font-weight: 700; }
    .resource-block .resource-info p {
      color: #fff; }
    .resource-block .resource-info .btn {
      margin-top: 25px;
      color: #33a6b2;
      border-color: #33a6b2;
      font-size: 12px;
      padding: 8px 33px; }
      .resource-block .resource-info .btn:hover {
        color: #fff;
        background-color: #33a6b2; }
      .resource-block .resource-info .btn span {
        margin-right: 5px; }

section#branding .header {
  margin-bottom: 30px; }
  section#branding .header h3 {
    margin-top: 40px;
    margin-bottom: 30px;
    font-weight: 300;
    color: #33a6b2;
    font-size: 36px;
    line-height: 28px;
    font-size: 28px; }

.logo-box {
  border: 1px solid #f3f3f4;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px; }

.download-box {
  padding: 30px;
  background: #0a3a4a; }
  .download-box .download {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .download-box .download > label {
      vertical-align: middle;
      height: 100%;
      float: left;
      color: white;
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase;
      margin-bottom: 0;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .download-box .download > a.btn {
      float: right;
      padding: 8px 20px; }
      .download-box .download > a.btn > i {
        margin-right: 5px; }
    .download-box .download + .download {
      margin-top: 20px; }

#page.roi .area-pagination {
  padding-top: 0;
  margin-bottom: 40px; }
  #page.roi .area-pagination .pagination {
    float: right; }
#page.roi .filters {
  border-top: 1px solid #ebebec;
  margin-bottom: 40px; }

section#page .roi-block {
  background-color: #0a3a4a;
  padding: 24px 22px; }
  section#page .roi-block .title {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #295361;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 28px;
    color: #33a6b2;
    margin-top: 0; }
  section#page .roi-block .description p {
    color: white;
    margin: 20px 0; }
  section#page .roi-block .meta {
    display: inline-block;
    color: #CFDE51;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px; }
    section#page .roi-block .meta span {
      margin-right: 5px;
      font-size: 15px;
      font-weight: 700; }
  section#page .roi-block .meta-category {
    padding: 8px;
    border-top: 1px solid #295361;
    color: #CFDE51;
    display: block;
    font-size: 13px;
    margin-bottom: 0; }
    section#page .roi-block .meta-category > i {
      margin-right: 10px; }
    section#page .roi-block .meta-category:last-of-type {
      border-bottom: 1px solid #295361; }
  section#page .roi-block .btn {
    padding: 7px 30px;
    margin-bottom: 10px;
    margin-top: 45px;
    float: right; }
    section#page .roi-block .btn i {
      margin-right: 5px; }

.filters {
  padding: 10px 0px;
  border-bottom: 1px solid #ebebec; }
  .filters .search-title {
    font-size: 16px;
    color: #0a3a4a;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    margin: 0px;
    line-height: 18px; }
  .filters button,
  .filters .btn {
    background-color: transparent;
    border-color: #33a6b2;
    width: 100%;
    text-align: center;
    outline: none;
    color: #33a6b2; }
    .filters button:hover,
    .filters .btn:hover {
      background-color: #33a6b2;
      color: #fff; }
  .filters select, .filters .search-wrapper > input {
    background: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: 1px solid #33a6b2;
    line-height: 34px;
    height: 37px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    border-radius: 17px;
    padding-left: 20px;
    width: 100%;
    overflow: hidden;
    position: relative;
    color: #33a6b2;
    text-transform: uppercase;
    outline: none; }
  .filters .search-wrapper > input {
    text-transform: none !important; }
    .filters .search-wrapper > input::-webkit-input-placeholder {
      color: #33a6b2;
      text-transform: uppercase; }
    .filters .search-wrapper > input:-moz-placeholder {
      color: #33a6b2;
      text-transform: uppercase; }
    .filters .search-wrapper > input::-moz-placeholder {
      color: #33a6b2;
      text-transform: uppercase; }
    .filters .search-wrapper > input:-ms-input-placeholder {
      color: #33a6b2;
      text-transform: uppercase; }
  .filters .select, .filters .search-wrapper {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #33a6b2;
    text-transform: uppercase;
    margin: 0px; }
    .filters .select:after, .filters .search-wrapper:after {
      content: "\e689";
      font-family: 'Pe-icon-7-stroke', sans-serif;
      color: #959799;
      padding: 0px;
      line-height: 34px;
      font-size: 25px;
      position: absolute;
      font-weight: 300;
      right: 20px;
      top: 2px;
      z-index: 1;
      text-align: center;
      width: 10%;
      height: 100%;
      pointer-events: none;
      box-sizing: border-box;
      padding-right: 0px;
      line-height: 30px;
      font-size: 20px;
      width: 30px;
      right: 20px;
      top: 3px; }
  .filters .search-wrapper:after {
    content: "\e618";
    font-size: 16px;
    color: #33a6b2; }

@media (min-width: 768px) and (max-width: 991px) {
  .filters > .row > .col-sm-10.col-sm-offset-2 {
    margin-top: 10px; } }
table#membership-types td {
  background-color: #f1f2f2;
  border: 1px solid #fff;
  color: #fff;
  font-family: 'Lato', sans-serif;
  vertical-align: middle;
  font-weight: 300; }
  table#membership-types td.title-text {
    font-size: 16px;
    text-transform: uppercase; }
    table#membership-types td.title-text.top {
      padding: 15px 0px; }
    table#membership-types td.title-text.left {
      padding: 0px 30px; }
  table#membership-types td.title-bg {
    background-color: #1a6674; }
  table#membership-types td.sub-title-text {
    font-size: 14px;
    font-weight: 300; }
    table#membership-types td.sub-title-text.top {
      padding: 15px 0px; }
    table#membership-types td.sub-title-text.left {
      padding: 12px 15px 15px 15px; }
  table#membership-types td.sub-title-bg {
    background-color: #33a6b2; }
  table#membership-types td span.fa {
    color: #9ac73c;
    font-size: 20px; }

table#revenues-table {
  text-align: center; }
  table#revenues-table td {
    background-color: #f1f2f2;
    border: 1px solid #fff;
    font-family: 'Lato', sans-serif;
    vertical-align: middle;
    font-weight: 500;
    font-size: 16px; }
    table#revenues-table td.title {
      background-color: #1a6674;
      color: #fff;
      text-transform: uppercase;
      font-size: 16px;
      padding: 43px 0px; }
    table#revenues-table td.title-bg {
      background-color: #1a6674; }
    table#revenues-table td.table-head {
      background-color: #33a6b2;
      color: #fff;
      text-transform: uppercase;
      font-size: 16px;
      padding: 15px 0px; }

.membership-thumb {
  margin-top: 30px; }
  .membership-thumb .header {
    background-color: #33a6b2;
    padding-left: 15px; }
    .membership-thumb .header span {
      color: #fff;
      font-size: 28px;
      line-height: 45px; }
  .membership-thumb .thumb-info {
    background-color: #0a3a4a;
    padding: 15px; }
    .membership-thumb .thumb-info p {
      color: #d1d3d4;
      margin-top: 0px;
      margin-bottom: 25px; }
    .membership-thumb .thumb-info .title {
      color: #CFDE51;
      font-size: 20px;
      font-weight: 500;
      border-bottom: 1px solid #295361;
      margin-bottom: 15px;
      padding-bottom: 15px;
      display: block;
      transition: all 0.25s;
      text-transform: uppercase; }
    .membership-thumb .thumb-info .btn {
      padding-left: 33px;
      padding-right: 33px;
      color: #33a6b2;
      border-color: #33a6b2; }
      .membership-thumb .thumb-info .btn:hover {
        color: #fff;
        background-color: #33a6b2; }

#area-staff h3 {
  color: #33a6b2;
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  border-bottom: 1px solid #f3f3f4;
  padding-bottom: 25px;
  margin-bottom: 25px; }
#area-staff .staff-card {
  height: auto;
  position: relative;
  -webkit-perspective: 800px;
  perspective: 800px;
  min-height: 442px;
  margin-bottom: 67px; }
  #area-staff .staff-card .card {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: transform 1s; }
    #area-staff .staff-card .card figure {
      margin: 0;
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    #area-staff .staff-card .card .back {
      transform: rotateY(180deg);
      background-color: #f4f4f4;
      padding: 13px 25px; }
      #area-staff .staff-card .card .back a.bio {
        color: #33a6b2;
        font-size: 13px;
        margin: 0px 5px 10px 0px;
        display: block; }
        #area-staff .staff-card .card .back a.bio span {
          font-size: 29px;
          vertical-align: middle;
          line-height: 25px; }
        #area-staff .staff-card .card .back a.bio:hover, #area-staff .staff-card .card .back a.bio:active, #area-staff .staff-card .card .back a.bio:focus {
          text-decoration: none; }
    #area-staff .staff-card .card.flipped {
      transform: rotateY(180deg); }
  #area-staff .staff-card .name {
    font-size: 18px;
    color: #1a6674;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0px 0px 10px 0px;
    padding-bottom: 0px;
    border-bottom: 0px; }
  #area-staff .staff-card .img-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: left; }
  #area-staff .staff-card img {
    max-height: 270px;
    display: inline-block;
    margin: 0px 0 20px 0; }
  #area-staff .staff-card p {
    font-size: 13px;
    color: #919d9d;
    margin-top: 0px;
    margin-bottom: 25px; }
    #area-staff .staff-card p.title {
      font-size: 16px;
      color: #33a6b2;
      margin-bottom: 17px; }
  #area-staff .staff-card .social-divider {
    border-top: 1px solid #b2b4b6;
    border-bottom: 1px solid #b2b4b6;
    padding: 10px 0px; }
    #area-staff .staff-card .social-divider a.social {
      margin-top: 0px;
      vertical-align: middle;
      color: #33a6b2;
      border-color: #33a6b2;
      width: 25px;
      height: 25px; }
      #area-staff .staff-card .social-divider a.social:hover {
        color: #0a3a4a;
        border-color: #0a3a4a; }
    #area-staff .staff-card .social-divider a.bio {
      color: #0a3a4a;
      text-transform: uppercase;
      float: right;
      font-size: 13px; }
      #area-staff .staff-card .social-divider a.bio span {
        font-size: 29px;
        vertical-align: middle;
        line-height: 26px; }
      #area-staff .staff-card .social-divider a.bio:hover, #area-staff .staff-card .social-divider a.bio:active, #area-staff .staff-card .social-divider a.bio:focus {
        text-decoration: none; }

section#contact {
  padding-top: 50px;
  padding-bottom: 60px;
  background: linear-gradient(90deg, #0a3a4a 32%, #33a6b2 32%); }
  section#contact p {
    color: #fff;
    font-size: 18px;
    line-height: 22px; }
    section#contact p.title {
      color: #33a6b2;
      font-size: 18px;
      margin-bottom: 25px;
      margin-top: 55px; }
    section#contact p a {
      color: #fff;
      transition: all 0.25s; }
      section#contact p a:hover {
        color: #33a6b2;
        text-decoration: none; }
      section#contact p a:active, section#contact p a:focus {
        text-decoration: none; }
  section#contact .social {
    color: #9ac73c;
    margin-top: 30px; }
    section#contact .social:hover {
      color: #fff; }
  section#contact form input.form-control, section#contact form #bbpress-forums fieldset.bbp-form input[type=text], #bbpress-forums fieldset.bbp-form section#contact form input[type=text],
  section#contact form textarea.form-control {
    width: 100%;
    line-height: 34px;
    font-family: 'Lato', sans-serif;
    border-radius: 17px;
    border: 1px solid #fff;
    margin-top: 20px;
    background-color: transparent;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    padding: 0px 20px;
    outline: none; }
    section#contact form input.form-control::-webkit-input-placeholder, section#contact form #bbpress-forums fieldset.bbp-form input[type=text]::-webkit-input-placeholder, #bbpress-forums fieldset.bbp-form section#contact form input[type=text]::-webkit-input-placeholder,
    section#contact form textarea.form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff;
      font-size: 13px;
      font-family: 'Lato', sans-serif;
      font-weight: 300; }
    section#contact form input.form-control::-moz-placeholder, section#contact form #bbpress-forums fieldset.bbp-form input[type=text]::-moz-placeholder, #bbpress-forums fieldset.bbp-form section#contact form input[type=text]::-moz-placeholder,
    section#contact form textarea.form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff;
      font-size: 13px;
      font-family: 'Lato', sans-serif;
      font-weight: 300; }
    section#contact form input.form-control:-ms-input-placeholder, section#contact form #bbpress-forums fieldset.bbp-form input[type=text]:-ms-input-placeholder, #bbpress-forums fieldset.bbp-form section#contact form input[type=text]:-ms-input-placeholder,
    section#contact form textarea.form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: #fff;
      font-size: 13px;
      font-family: 'Lato', sans-serif;
      font-weight: 300; }
    section#contact form input.form-control:-moz-placeholder, section#contact form #bbpress-forums fieldset.bbp-form input[type=text]:-moz-placeholder, #bbpress-forums fieldset.bbp-form section#contact form input[type=text]:-moz-placeholder,
    section#contact form textarea.form-control:-moz-placeholder {
      /* Firefox 18- */
      color: #fff;
      font-size: 13px;
      font-family: 'Lato', sans-serif;
      font-weight: 300; }
  section#contact form textarea.form-control {
    line-height: 18px;
    padding-top: 8px; }
  section#contact form .wpcf7-response-output {
    color: #fff; }
  section#contact form input[type="submit"] {
    background-color: #0a3a4a;
    display: inline-block;
    padding-left: 57px;
    padding-right: 57px;
    border-color: #0a3a4a;
    width: auto;
    text-transform: uppercase;
    font-size: 12px; }
    section#contact form input[type="submit"]:hover {
      background-color: #fff;
      color: #0a3a4a;
      transition: all 0.25s;
      border-color: #fff; }
  section#contact form .ajax-loader {
    display: block; }

section#area-members .member-thumb {
  margin-bottom: 53px; }
  section#area-members .member-thumb a:hover,
  section#area-members .member-thumb a:active,
  section#area-members .member-thumb a:focus {
    text-decoration: none; }
  section#area-members .member-thumb .img-container {
    border: 1px solid #ebecec;
    height: 200px;
    padding: 18px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
    section#area-members .member-thumb .img-container .image {
      height: 100%;
      width: 100%;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat; }
  section#area-members .member-thumb h4 {
    display: block;
    margin-top: 18px;
    margin-bottom: 0px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #0a3a4a;
    text-transform: uppercase; }
  section#area-members .member-thumb .category {
    display: block;
    font-size: 12px;
    color: #1a6674;
    border-bottom: 1px solid #ebecec;
    padding-bottom: 5px;
    margin-top: 34px; }
  section#area-members .member-thumb .btn {
    color: #33a6b2;
    border-color: #33a6b2;
    padding-left: 22px;
    padding-right: 22px; }
    section#area-members .member-thumb .btn:hover {
      background-color: #33a6b2;
      color: #fff; }

#page.area-member .info-table {
  margin-bottom: 70px; }
#page.area-member .logo-container {
  border: 2px solid #f1f2f2;
  padding-top: 15px;
  padding-bottom: 15px; }
  #page.area-member .logo-container .logo {
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
#page.area-member .member-info {
  padding: 22px 30px;
  background-color: #f1f2f2; }
  #page.area-member .member-info h4 {
    font-size: 14px;
    color: #0a3a4a;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 7px; }
  #page.area-member .member-info p,
  #page.area-member .member-info a {
    margin-top: 0px;
    color: #33a6b2;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-decoration: none; }
    #page.area-member .member-info p.address,
    #page.area-member .member-info a.address {
      border: none;
      margin-bottom: 37px; }
  #page.area-member .member-info .social {
    color: #33a6b2;
    border-color: #33a6b2; }
    #page.area-member .member-info .social:hover {
      color: #0a3a4a;
      border-color: #0a3a4a; }

#single-member-media {
  background-color: #f1f2f2;
  padding: 42px 0px; }
  #single-member-media .member-gallery {
    min-height: 300px;
    width: 100%; }
    #single-member-media .member-gallery .slick-arrow {
      position: absolute;
      font-size: 34px;
      display: inline-block;
      height: 30px;
      width: 30px;
      color: #fff;
      text-align: center;
      vertical-align: middle;
      top: 50%;
      margin-top: -16px;
      cursor: pointer; }
    #single-member-media .member-gallery .prev-arrow {
      left: 17px;
      z-index: 50; }
    #single-member-media .member-gallery .next-arrow {
      right: 17px;
      z-index: 50; }
    #single-member-media .member-gallery div {
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
  #single-member-media iframe {
    width: 100%;
    min-height: 310px; }
  #single-member-media .video-title {
    background-color: #33a6b2;
    padding: 22px; }
    #single-member-media .video-title p {
      color: #0a3a4a;
      text-transform: uppercase;
      font-weight: 500;
      display: inline-block;
      line-height: 34px;
      margin: 0px; }
    #single-member-media .video-title .btn {
      float: right;
      color: #fff;
      border-color: #fff;
      font-size: 12px;
      padding: 7px 15px; }

section#page.membership {
  padding-bottom: 0px; }
  section#page.membership .form-container #payment-radio .last {
    margin-bottom: 0px; }
  section#page.membership .form-container #area-resources-radio {
    width: 50%; }
    section#page.membership .form-container #area-resources-radio .wpcf7-list-item {
      width: 50%;
      display: inline-block; }
  section#page.membership .form-container #membership-interested {
    margin-top: 30px;
    display: block;
    background-color: #1a6674;
    padding: 14px 20px; }
    section#page.membership .form-container #membership-interested label {
      margin: 0px; }
    section#page.membership .form-container #membership-interested .wpcf7-list-item {
      margin: 0px; }
      section#page.membership .form-container #membership-interested .wpcf7-list-item .wpcf7-list-item-label {
        color: #fff; }
  section#page.membership .form-container:nth-child(odd) {
    background-color: #f1f2f2; }
  section#page.membership .form-container:nth-child(even) {
    background-color: #e6e7e8; }

section#page.faqs .faq-category {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 30px;
  color: #33a6b2; }
section#page.faqs .faq-button {
  text-decoration: none;
  background-color: #33a6b2;
  display: block;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
  line-height: 35px;
  padding-left: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 20px;
  position: relative; }
  section#page.faqs .faq-button:hover {
    text-decoration: none; }
  section#page.faqs .faq-button.collapsed {
    margin-bottom: 15px;
    background-color: #0a3a4a; }
    section#page.faqs .faq-button.collapsed span {
      transform: rotate(0deg); }
  section#page.faqs .faq-button span {
    color: #fff;
    font-size: 34px;
    transform: rotate(90deg);
    transition: all 0.25s;
    position: absolute;
    right: 0; }
section#page.faqs .collapse p:last-of-type {
  margin-bottom: 30px; }

.committee-thumb .committee-info {
  padding: 10px 20px; 
  border: 1px solid #dedede!important;
  background-color: #f5f5f5!important;
}
  .committee-thumb .committee-info .title {
    font-size: 20px;
    color: #33a6b2;
    text-transform: uppercase;
    margin-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #315a67; }
    .committee-thumb .committee-info .title:hover {
      color: #33a6b2;
    }
  .committee-thumb .committee-info.meeting-info .title {
    padding-bottom: 20px;
    font-weight: normal; }
  .committee-thumb .committee-info .btn {
    padding: 5px 30px;
    
   }
  .committee-thumb .committee-info .meta {
    color: #1a6674;
    border-bottom: none;
    padding-bottom: 0;
    font-size: 16px; }
    .committee-thumb .committee-info .meta .date span {
      color: #1a6674;
      margin-right: 5px; }
  .committee-thumb .committee-info .content {
    margin-bottom: 30px; }
  .committee-thumb .committee-info p {
    color: #808285;
    font-size: 14px;
    margin-bottom: 10px; }
    .committee-thumb .committee-info p strong {
      color: #cfde51;
      font-size: 16px;
      font-weight: normal; }
    .committee-thumb .committee-info p:last-of-type {
      margin-bottom: 30px; }

.bootstrap-btn, .subscription-toggle {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  border: 1px solid #268491;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  border-radius: 17px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #268491;
  transition: all 0.25s;
  outline: none;
  background: #0a3a4a;
  color: white;
  border-color: #66bcc5; }

#subscription-toggle {
  display: none;
  width: 100%;
  background: white; }
  #subscription-toggle .subscription-toggle {
    float: right;
    margin-bottom: 30px; }

.bbp-topic-revision-log-item a {
  color: white; }

#favorite-toggle {
  display: none; }

  #bbpress-forums .bbp-template-notice:not(.error) {
    border-color: #33a6b2;
    background-color: transparent; }

  label[for="bbp_stick_topic"],
  label[for="bbp_topic_status"],
  label[for="bbp_topic_title"] {
    margin-bottom: 15px!important;
  }

  input#bbp_topic_title {
    line-height: 25px;
    width: 100%!important;
    margin-bottom: 10px!important;
    border-radius: 0px!important;
    border: 1px solid #dedede!important;
  }

  #bbp_stick_topic_select {
    margin-bottom: 30px!important;
  }

/*.bb-content {
  margin-bottom: 60px; }

.form-reply-to {
  display: none; }

#bbpress-forums {
  font-family: 'Lato', sans-serif; }
  #bbpress-forums div.bbp-reply-header {
    background: #33a6b2;
    color: white;
    border-top: none;
    margin-top: 30px; }
  #bbpress-forums ul.bbp-replies {
    border: none; }
  #bbpress-forums .bbp-header, #bbpress-forums .bbp-footer, #bbpress-forums .bbp-search-form, #bbpress-forums .bbp-pagination-count, #bbpress-forums .bbp-template-notice:not(.error) {
    border-color: #0a3a4a;
    background-color: transparent; }
  /*#bbpress-forums p, #bbpress-forums ul, #bbpress-forums ul li, #bbpress-forums span.bbp-admin-links a, #bbpress-forums .bbp-forum-header a.bbp-forum-permalink, #bbpress-forums .bbp-reply-header a.bbp-reply-permalink, #bbpress-forums .bbp-topic-header a.bbp-topic-permalink {
    color: white; }*/
 /* #bbpress-forums .bbp-forum-header a.bbp-forum-permalink, #bbpress-forums .bbp-reply-header a.bbp-reply-permalink, #bbpress-forums .bbp-topic-header a.bbp-topic-permalink {
    margin-left: 30px; }
  #bbpress-forums .bbp-reply-post-date {
    font-weight: bold; }
  #bbpress-forums div.bbp-reply-author a.bbp-author-name {
    color: white;
    margin-top: 10px; }
  #bbpress-forums div.odd, #bbpress-forums ul.odd, #bbpress-forums div.even, #bbpress-forums ul.even {
    background: #0a3a4a;
    color: white; }
  #bbpress-forums .btn-dark-inv {
    padding: 7px 30px; }*/
/*  #bbpress-forums .bbp-topic-form, #bbpress-forums .bbp-reply-form {
    padding: 20px;
    background: #0a3a4a; }*/
    /*#bbpress-forums .bbp-topic-form #bbp_topic_title, #bbpress-forums .bbp-reply-form #bbp_topic_title {
      margin-bottom: 20px; }*/
 /* #bbpress-forums fieldset.bbp-form legend {
    color: white; }*/
  /*#bbpress-forums fieldset.bbp-form label {
    color: white;
    margin-bottom: -10px;
    display: block; }
  #bbpress-forums fieldset.bbp-form label[for='bbp_reply_status'] {
    display: none; }
  #bbpress-forums fieldset.bbp-form #bbp_reply_status_select {
    display: none; }
  #bbpress-forums fieldset.bbp-form input[type=checkbox] + label {
    display: inline-block; }
  #bbpress-forums fieldset.bbp-form input[type=text], #bbpress-forums fieldset.bbp-form select {
    height: 35px;
    width: 100%;
    margin-bottom: 20px; }*/

.page-template-committees #page h1.title {
  margin-bottom: 30px; }

body.single.bbpress section#header-image {
  height: 400px; }

footer#main-footer {
  background-color: #0a3a4a;
  border-top: 1px solid #fefefd;
  border-bottom: 1px solid #c2ced1; }
  footer#main-footer p {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    line-height: 17px; }
  footer#main-footer .footer-title {
    font-size: 16px;
    color: #9ac73c;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 16px; }
  footer#main-footer .tweet-container {
    margin-top: 10px;
    margin-bottom: 20px;
    display: inline-block; }
    footer#main-footer .tweet-container .twitter-icon span {
      font-size: 24px;
      color: #859da5; }
    footer#main-footer .tweet-container .content {
      color: #fff;
      font-size: 13px;
      font-family: 'Lato', sans-serif;
      font-weight: 300;
      padding: 0px; }
      footer#main-footer .tweet-container .content a {
        color: #33a6b2;
        transition: all 0.25s; }
        footer#main-footer .tweet-container .content a:hover {
          color: #fff;
          text-decoration: none; }
  footer#main-footer nav#quicklinks {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding-top: 5px; }
    footer#main-footer nav#quicklinks ul {
      padding: 0px;
      margin: 0px;
      list-style-type: none; }
      footer#main-footer nav#quicklinks ul li {
        display: block;
        border-bottom: 1px solid #165b69; }
        footer#main-footer nav#quicklinks ul li a {
          font-family: 'Lato', sans-serif;
          font-weight: 300;
          color: #fff;
          text-transform: uppercase;
          line-height: 18px;
          padding: 5px 0px;
          font-size: 13px;
          display: block;
          transition: all 0.25s; }
          footer#main-footer nav#quicklinks ul li a:hover {
            color: #33a6b2;
            text-decoration: none; }
  footer#main-footer a.member-portal,
  footer#main-footer a.member-login {
    font-size: 12px;
    width: 100%;
    display: block;
    margin-bottom: 17px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.25s;
    line-height: 22px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    border-radius: 17px; }
    footer#main-footer a.member-portal:hover,
    footer#main-footer a.member-login:hover {
      background-color: #268491; }
    footer#main-footer a.member-portal span,
    footer#main-footer a.member-login span {
      display: inline-block;
      width: 12px;
      margin-right: 3px; }
  footer#main-footer p.address {
    margin-top: 10px; }
  footer#main-footer p.email {
    color: #33a6b2;
    font-size: 13px;
    margin-top: 17px; }
    footer#main-footer p.email a {
      color: #fff;
      transition: all 0.25s; }
      footer#main-footer p.email a:hover {
        text-decoration: none;
        color: #33a6b2; }
  footer#main-footer .legal {
    border-top: 1px solid #155867;
    margin-top: 12px; }
    footer#main-footer .legal p.copyright {
      font-size: 11px;
      line-height: 15px;
      display: inline-block;
      margin-top: 11px;
      margin-bottom: 13px; }
      footer#main-footer .legal p.copyright a {
        color: #8dc63f;
        text-transform: uppercase;
        transition: all 0.25s; }
        footer#main-footer .legal p.copyright a:hover {
          color: #fff;
          text-decoration: none; }
    footer#main-footer .legal nav#legal-menu {
      display: inline-block;
      text-align: right;
      float: right; }
      footer#main-footer .legal nav#legal-menu ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none; }
        footer#main-footer .legal nav#legal-menu ul li {
          display: inline-block;
          padding-left: 25px; }
          footer#main-footer .legal nav#legal-menu ul li a {
            color: #bcbec0;
            font-size: 11px;
            line-height: 15px;
            transition: all 0.25s;
            margin-top: 11px;
            margin-bottom: 13px;
            display: inline-block; }
            footer#main-footer .legal nav#legal-menu ul li a:hover {
              color: #fff;
              text-decoration: none; }

@media (max-width: 1199px) {
  .glossary-filter {
    padding-bottom: 15px; } }
@media (max-width: 991px) {
  section#quicklinks .wrapper {
    padding-top: 0px; }

  section#quicklinks .wrapper .content {
    padding-top: 90px;
    height: 100% !important;
    min-height: 400px; }

  section#quicklinks .wrapper .content .text-wrap {
    max-height: 230px; }

  header#main-header a.member-link {
    margin-bottom: 10px; }

  a.social.header-social {
    margin-bottom: 10px; }

  .filters button {
    margin-bottom: 15px; }

  body.single section#header-image {
    height: 300px; }

  section#page.single-post .event-info .btn {
    margin-top: 10px; }

  section#contact {
    background: #0a3a4a; }

  .table-container {
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 1em; }

  .table-container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px; }

  .table-container::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, 0.3); }

  .table-container > table {
    margin-bottom: 0; }

  .table-col-event {
    min-width: 223px; }

  .table-col-details {
    min-width: 400px; } }
@media (max-width: 767px) {
  .bb-content {
    margin-bottom: 30px; }

  .form-tooltip .tooltip-content-wrapper .tooltip-content {
    width: 320px; }

  section#contact p.title {
    margin-top: 0; }

  .form-container .wpcf7-radio#committees-radio .wpcf7-list-item, .form-container .wpcf7-checkbox#committees-radio .wpcf7-list-item {
    width: 50%; }

  header#main-header a.member-link {
    margin-bottom: 20px; }
    header#main-header a.member-link span {
      display: inline-block; }
    header#main-header a.member-link b {
      display: inline-block;
      height: initial;
      color: white; }

  .glossary-filter {
    padding-bottom: 5px; }
    .glossary-filter a {
      height: 35px; }

  .videos-controls {
    text-align: right; }

  section#latest-events-videos {
    background: none;
    padding-top: 0; }
    section#latest-events-videos .events, section#latest-events-videos .events-controls {
      background: #1a6674; }
    section#latest-events-videos .events {
      padding-top: 30px; }
    section#latest-events-videos .videos, section#latest-events-videos .videos-controls {
      background: #0a3a4a; }
    section#latest-events-videos .videos-controls, section#latest-events-videos .events-controls {
      padding-top: 15px;
      padding-bottom: 15px;
      text-align: right; }
    section#latest-events-videos .events-controls {
      margin-top: -1px; }
    section#latest-events-videos .videos-controls {
      margin-bottom: -1px; }

  section.latest-posts {
    padding-bottom: 0; }

  header#main-header p.strapline {
    margin-top: 30px; }

  .social-search-row {
    margin-bottom: 15px; }

  a.social.header-social {
    margin-bottom: 0px; }

  section#member-spotlight .featured-image {
    width: 100%; }

  section#member-spotlight p {
    background: rgba(10, 58, 74, 0.8);
    padding: 5px; }
    section#member-spotlight p.subtitle {
      background: none; }

  section#member-spotlight .member-btn {
    background: rgba(10, 58, 74, 0.8); }

  section#quicklinks .wrapper:hover .content {
    padding-bottom: 30px; }

  .filters button {
    margin-bottom: 10px; }

  .filters select {
    margin-bottom: 10px; }

  .why-ar-related-post .category {
    margin-bottom: 10px; }

  .why-ar-related-post .btn {
    margin-top: 5px; }

  section#main-slider .slider .slick-slide {
    height: 400px;
    padding-top: 0;
    padding-left: 70px;
    padding-right: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }

  .home header#main-header {
    position: relative; }

  section#main-slider .slider .prev-arrow {
    left: 15px; }

  section#main-slider .slider .next-arrow {
    right: 15px; }

  section#main-slider .slider .slick-arrow {
    top: 50%;
    transform: translateY(-50%); }

  header#main-header nav#main-nav {
    display: none; }

  header#main-header #mobile-nav {
    display: block; }

  section#main-slider .slider .slick-slide p {
    font-weight: bolder;
    background: #33a6b2;
    padding: 5px;
    color: white; }

  section#homepage-content h1 {
    font-size: 40px;
    line-height: 40px; }
    section#homepage-content h1:after {
      margin: 30px 0px; }

  section#area-members .prev-arrow, section#area-members .next-arrow {
    top: 100%; }

  footer#main-footer a.member-portal, footer#main-footer a.member-login {
    width: 50%; }

  section#member-testimonials .prev-arrow, section#member-testimonials .next-arrow {
    top: 100%; }

  section.latest-posts .prev-arrow, section.latest-posts .next-arrow {
    top: -10px; }

  footer#main-footer a.member-portal, footer#main-footer a.member-login {
    width: 48%;
    float: left; }

  footer#main-footer a.member-login {
    margin-left: 4%; }

  body.single section#header-image {
    height: 350px; }

  section#page.single-post .title {
    margin-bottom: 30px;
    font-size: 32px; }

  .post-share {
    padding: 15px 0; }

  section#page {
    padding-bottom: 30px; }

  section#page.single-post .event-info .ctas {
    margin-top: 20px; }

  section.latest-posts {
    padding-bottom: 0; }

  section#page .intro, section#page .intro p {
    font-size: 15px; }

  section#page h1.title + .intro {
    margin-bottom: 10px; }

  section#page.resources #upload-form small {
    padding-bottom: 7px; }

  section#page.resources .resource-block .resource-info {
    margin-left: 0; }

  section#page.resources .btn-upload {
    display: block;
    margin-left: 0px;
    margin-top: 15px; }

  #area-staff .staff-card {
    margin-bottom: 30px; }

  .page-template-about-us section#member-testimonials .prev-arrow, .page-template-about-us section#member-testimonials .next-arrow {
    top: 0; }

  .modal.auth-modal .buttons {
    margin-top: 0; }

  .modal.auth-modal .modal-content .modal-body h3 {
    margin-top: 0; }

  .modal.auth-modal .modal-content {
    padding-bottom: 20px; } }
@media (max-width: 580px) {
  .post-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .post-share > .btn {
    margin-bottom: 10px; }

  .post-share > p {
    text-align: center; } }
@media (max-width: 500px) {
  .form-tooltip .tooltip-content-wrapper {
    top: -70px;
    left: 50px; } }
@media (max-width: 480px) {
  .post-thumb a.read-more {
    width: initial; }

  .btn-file {
    width: 100%; }

  section#main-slider .slider .slick-slide {
    padding-left: 40px;
    padding-right: 40px; }

  section#main-slider .slider .prev-arrow {
    left: 8px; }

  section#main-slider .slider .next-arrow {
    right: 8px; }

  .single-why-ar-thumb > .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .single-why-ar-thumb > .row > .col-xs-6 {
      width: 100%; }
    .single-why-ar-thumb > .row .thumb-info {
      margin-left: 0; }
    .single-why-ar-thumb > .row .thumb-image {
      height: 150px;
      min-height: 150px; }

  header#main-header p.strapline {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin: 0; }

  .form-tooltip .tooltip-content-wrapper {
    top: 50px;
    left: -110px; }

  .form-tooltip .tooltip-icon:after {
    top: 20px;
    left: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #0a3a4a; } }
@media (max-width: 390px) {
  .form-tooltip .tooltip-content-wrapper {
    top: 50px;
    left: -135px; }

  header#main-header a.member-link span {
    display: none; }

  .social-search-row .col-xs-6 {
    width: 100%; }

  header#main-header a.member-link {
    margin-bottom: 10px; }

  a.social.header-social {
    margin-bottom: 10px; }

  footer#main-footer a.member-portal span, footer#main-footer a.member-login span {
    display: none; } }

/*# sourceMappingURL=app.css.map */
