body {
  background-color: white;
}

.sub-nav {
  display: flex;
  justify-content: space-evenly;
}
.sub-nav a {
  background-color: #FE8C36;
  color: white;
  margin: 0 10px;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  max-width: 190px;
  min-width: 150px;
  text-align: center;
}

.page-spacer {
  height: 69px;
}

.imageUpload input[type=file] {
  display: none;
}

#homepage {
  display: block;
}

#members {
  display: block;
}

.single-members .contact .wp-post-image {
  width: 130px;
  height: 130px;
  -o-object-fit: cover;
  object-fit: cover;
}

.meetingsHead {
  text-shadow: 2px 2px 6px #000000;
}
.meetingsHead .meetingTitle {
  margin-left: 36px;
}

.memberpost-card {
  border: 1px solid #e4e4e4;
  background: white;
}
.memberpost-card .headerImage {
  background: gainsboro;
  height: 170px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  overflow: hidden;
}
.memberpost-card .headerImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.memberpost-card .headerImage:hover .deletePost-btn {
  display: block !important;
}
.memberpost-card .headerImage .deletePost-btn {
  display: none;
  border: 1px solid red;
  width: 84px;
  padding: 5px 0px;
  margin: 10px;
  border-radius: 5px;
  text-align: center;
  background: rgba(199, 0, 0, 0.5019607843);
  color: white;
  font-size: 13px;
  z-index: 100;
  position: absolute;
  right: 0px;
  top: -2px;
  font-weight: bold;
  cursor: pointer;
}
.memberpost-card .authorImage {
  width: 50px;
  float: left;
  height: 50px;
  border-radius: 50%;
  margin-left: 18px;
  position: relative;
  top: 2px;
}

#addPost {
  margin-top: 20px;
}
#addPost .modal-dialog {
  max-width: 680px;
  max-height: 660px;
}
#addPost .imageUpload {
  margin: auto;
  display: block;
  width: 200px;
}
#addPost .postImage {
  border-radius: 0;
  max-height: 170px;
  margin: -27px auto 5px auto;
  display: block;
}
#addPost .postImagePreview {
  max-height: 196px;
  width: 100%;
  margin-bottom: 12px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: -20px;
}
#addPost .modal-footer .btn {
  margin: 0 !important;
}

#MemberPostPage {
  max-width: 560px;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  overflow: hidden;
  margin: 70px auto;
}
#MemberPostPage .content {
  padding: 24px 10px 5px 10px;
}
#MemberPostPage .headerImage {
  width: 100%;
  height: 290px;
  background: #c3c3c3;
  overflow: hidden;
}
#MemberPostPage .headerImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

html, body {
  scroll-behavior: smooth;
}

.searching-alert {
  display: none;
}
.searching-alert h3 {
  text-align: center;
}

#webinar-list, #article-list, #meeting-list {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}

#article-list li .headerImage {
  position: relative;
}
#article-list li .headerImage .placeholder-img {
  width: 81px;
  height: 97px;
  position: absolute;
  bottom: 3px;
  left: 6px;
}

.single-dr .locationList {
  list-style-type: none;
}
.single-dr .locationList li {
  border: 1px solid gray;
  width: 390px;
  padding: 11px 11px 11px 17px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.page-template-disasterrecoveryedit .location {
  position: relative;
  margin-bottom: 30px;
  max-width: 590px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  padding: 17px;
}
.page-template-disasterrecoveryedit .location .deleteLoc {
  display: none;
  background: rgba(181, 0, 0, 0.9803921569);
  color: white;
  padding: 5px 11px;
  border-radius: 4px;
  width: 68px;
  position: absolute;
  right: 7px;
  top: 7px;
  cursor: pointer;
  z-index: 100;
}
.page-template-disasterrecoveryedit .location:hover .deleteLoc {
  display: block;
}
.page-template-disasterrecoveryedit .location .caps {
  list-style: none;
  padding-left: 10px;
}
.page-template-disasterrecoveryedit .addLoc {
  margin: -15px 0px 0 230px !important;
  background-color: #afafaf;
  padding: 10px 20px;
}

.page-template-editprofile .representative {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 11px;
  padding-bottom: 14px;
}
.page-template-editprofile .representative .profileImage {
  width: 203px;
  margin: auto;
  margin-top: 19px;
}
.page-template-editprofile .representative .deleteRep {
  display: none;
  background: rgba(181, 0, 0, 0.9803921569);
  color: white;
  padding: 5px 11px;
  border-radius: 4px;
  width: 68px;
  position: absolute;
  right: 16px;
  top: -11px;
  cursor: pointer;
}
.page-template-editprofile .representative:hover .deleteRep {
  display: block;
}

#membership-form-thank-you {
  text-align: center;
  height: calc(100vh - 354px);
  position: relative;
}
#membership-form-thank-you .thank-you-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.member-form-disappear {
  display: none;
}

.page-template-memberdashboard .subHeader {
  height: 106px;
  padding-top: 25px;
}
.page-template-memberdashboard .duedate {
  font-style: italic;
  text-align: center;
}
.page-template-memberdashboard .memberHeaderProfileImage {
  width: 260px;
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
}

.bold {
  font-weight: bold;
}

.nav {
  margin-bottom: 0 !important;
}
.nav li.login {
  background-color: #7C7C7C;
  border: 2px solid #7C7C7C;
  text-align: center;
  width: 50%;
}
.nav li.join {
  min-width: 147.5px;
  background-color: #FE8C36;
  border: 2px solid #FE8C36;
  text-align: center;
  width: 50%;
}
.nav li a {
  padding: 22px;
  display: block;
}
.nav li a:hover {
  text-decoration: none;
}

.wrapper {
  max-width: 1200px;
  margin: auto;
}

.row.header, .row.footer {
  background-color: #08476A;
  color: #A2B8C5;
  margin-right: 0px;
}

.header a, .footer a {
  color: white;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footerinfo {
  margin: 10px;
}

.header .login-col {
  background-color: #7C7C7C;
  padding-left: 0px;
  padding-right: 0px;
}

.header .join-col {
  background-color: #FE8C36;
  padding-left: 0px;
  padding-right: 0px;
}

#login-modal .password-reset-view {
  display: none;
}
#login-modal .modal-footer .row {
  padding: 0;
}
#login-modal .modal-footer .row div:last-child {
  right: 0;
  text-align: right !important;
  padding: 0;
}

.join-col a {
  text-decoration: underline;
}

.join-login-item {
  text-align: center;
  width: 100%;
}

.img-column img {
  margin: auto;
  display: block;
}

hr.minline {
  width: 75px;
  height: 3px;
  background-color: #FE8C36;
}

hr.left {
  text-align: left;
  margin-left: 0px;
}

.pictureSection {
  padding: 7%;
  background-color: rgb(245, 245, 245);
  color: white;
  background-size: cover;
  background-position: top;
}

.pictureSection .btn {
  background-color: transparent;
  border: 1px white solid;
}

.pictureSection hr.minline {
  background-color: white;
}

.pictureSection.homeHead {
  background-image: url("../images/home_hero.jpg");
}
.pictureSection.homeHead h1 {
  max-width: 436px;
}

.pictureSection.homeFoot {
  background-image: url("../images/home_hero2.jpg");
}

.pictureSection.membersOnlyFoot {
  background-image: url("../images/members_only_hero2.jpg");
}

.pictureSection.meetingsHead {
  background-image: url("../images/meetings_hero.jpg");
}

.pictureSection.eventsHead {
  background-image: url("../images/events_hero.jpg");
}

.pictureSection.eventsGCExpo {
  background-image: url("../images/gc_expo.jpg");
}

.btn {
  background-color: #f8981d;
  color: white;
  padding: 10px;
  margin: 5px 0px;
  border: none;
}

.btn:hover {
  color: white;
}

.btn.blue {
  background-color: #08476A;
}

.btn.gray {
  background-color: #86878B;
}

.btn > i {
  padding: 4px;
  float: right;
}

.btn.input-group-text {
  margin-left: 0.2rem;
}

.btn.input-group-text > i {
  padding: 6px;
}

.list-group-item-action {
  background-color: #86878B;
  padding: 50px 20px;
  color: white;
  text-align: center;
}

.list-group-item-action.active {
  background-color: #FE8C36;
  border: none;
}

.subHeader {
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #d8d9dc;
}

.subHeader h3 {
  margin-top: 0px;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.displaySection.gray {
  background: #f6f6f6;
}

.displaySection {
  padding: 100px;
}

@media only screen and (max-width: 500px) {
  .displaySection {
    padding: 50px 20px;
  }
}
.displaySection p {
  color: #86878B;
}

.displaySection.limit {
  max-width: 1400px;
  margin: 0 auto;
}

.testimonial {
  font-style: italic;
  width: 300px;
  margin: 30px auto;
  padding: 20px;
  text-align: center;
  background: #e8e8e8;
  border-radius: 7px;
}
.testimonial .speech-bubble {
  background: #E9E9E9;
  position: relative;
}
.testimonial .speech-bubble:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #E9E9E9;
  border-bottom: 10px solid transparent;
  bottom: -20px;
  left: 10px;
}

.profileImageSmall {
  float: left;
  margin: 0 20px !important;
}

.info h4 {
  padding-top: 10px;
  margin-bottom: 3px;
}

img.sectionImage {
  max-width: 100%;
  height: auto;
  padding: 0px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

img.postImage {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

.splide__arrow--prev {
  left: -3em !important;
}

.splide__arrow--next {
  right: -3em !important;
}

img.round {
  border-radius: 50%;
  height: auto;
  margin: 20px;
  overflow: hidden;
  background-color: #d0d0d0;
}
img.round.roundfloat {
  margin-top: 0px;
  margin-bottom: 40px;
  float: left;
}
img.round.roundfloat.long {
  margin-bottom: 125px;
}

.list-group.float-list {
  float: left;
  margin-right: 10px;
}

h4 {
  font-size: medium;
}

.contactForm input[type=text],
.contactForm input[type=email],
.contactForm textArea {
  border: none;
  border-bottom: 1px solid #86878B;
  width: 100%;
  background-color: transparent;
  margin: 5px;
  padding: 5px;
}

input[type=text], textarea.form-control, select.form-control,
input[type=email], input[type=tel] {
  border: none;
  background-color: #e9e9e9;
  margin-bottom: 20px;
  margin-top: 5px;
}

textarea {
  overflow-x: hidden;
}

input[type=checkbox] {
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

.custom-control-label:before {
  border: none;
  background-color: #e0e0e0;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-control.custom-checkbox.reverse {
  padding-left: 0;
}

.custom-control.custom-checkbox.reverse label.custom-control-label {
  position: relative;
  padding-right: 1.5rem;
}

.custom-control.custom-checkbox.reverse label.custom-control-label::before,
.custom-control.custom-checkbox.reverse label.custom-control-label::after {
  right: 0;
  left: auto;
}

.form-control-lg {
  height: calc(1.5em + 1.375rem + 2px);
  font-size: 1rem;
}

a.backlink {
  font-size: small;
  color: #86878B;
  padding-bottom: 10px;
}

.postBlock .left {
  padding-top: 20px;
  padding-left: 20px;
}
.postBlock .right {
  padding-right: 20px;
}
.postBlock .btn {
  padding: 10px 35px;
}
.postBlock .btn {
  background-color: white;
  color: #FE8C36;
  border: 1px solid #FE8C36;
  margin-bottom: 20px;
}

#posts ul:last-of-type .postBlock {
  margin-bottom: 10px;
}

.splide {
  padding: 5px;
}

ul.graylist > li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #86878B;
}

ul.graylist > li > a {
  color: #FE8C36;
  text-decoration: underline;
}

div.section {
  padding: 1rem;
}

h4 {
  font-weight: bold;
}

#join .btn,
#meeting-registration .btn {
  padding: 10px 20px;
}

#join {
  margin: 2rem 0;
  padding: 0 1rem;
}

.entry-form {
  margin: 2rem auto 5rem auto;
  padding: 0 1rem !important;
}

@media only screen and (min-width: 1200px) {
  #join .pr-7 {
    padding-right: 7rem !important;
  }
  #join .pl-7 {
    padding-left: 7rem !important;
  }
  #join {
    margin: 6.5rem 0;
    padding: 0 6rem;
  }
  #join .container {
    max-width: 1277px;
  }
  .entry-form .container {
    max-width: 1274px;
  }
  #associate .px-10 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .entry-form .col-lg-cust2 {
    -ms-flex: 0 0 20.0586%;
    -webkit-box-flex: 0;
    flex: 0 0 20.0586%;
    max-width: 20.0586%;
  }
  .entry-form .col-lg-cust1 {
    -ms-flex: 0 0 39.824%;
    -webkit-box-flex: 0;
    flex: 0 0 39.824%;
    max-width: 39.824%;
  }
  .entry-form .custom-control-inline {
    margin-right: 5rem;
  }
  .bottom-container .button-container {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 700px) {
  .entry-form {
    margin: 6.5rem auto;
    padding: 0 3rem !important;
  }
}
.entry-form .section {
  max-width: 1132px;
}

.entry-form .row.custom {
  margin-top: 1rem !important;
}

.entry-form ol {
  list-style-position: inside;
}

.entry-form .btn {
  display: block;
  padding: 11px 20px;
  margin-top: 50px;
}

.entry-form div.extra {
  padding-bottom: 14px;
}

.entry-form .col-chk {
  padding-left: 30px;
}

#emergency .chk-row {
  margin-bottom: 1rem !important;
}

.imgcaption {
  font-style: italic;
  font-size: large;
}

.membersonly {
  color: red;
  float: left;
}

#validationerror {
  color: red;
}

.paymentwarning {
  color: #86878B;
}

#emergency .custom-control-label {
  min-width: 52px;
}

.table {
  border-radius: 10px;
  overflow: hidden;
}
.table a {
  color: black;
}
.table th {
  background: #FE8C36;
  color: white;
  border: none;
}
.table tr:nth-child(even) {
  background: darkgray;
  border: none;
}
.table tr:nth-child(odd) {
  background: #f6f6f6;
  border: none;
}

.contact {
  background-color: #f6f6f6;
  border-radius: 5%;
  padding: 10px;
  margin: 5px;
  display: inline-block;
  height: 311px;
}
.contact img {
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.contact.wide {
  height: 290px;
  width: 410px;
}
.contact.highlighted {
  background-color: #E9E9E9;
}

.card {
  background-color: transparent;
  border: none;
}

.entry-form .container-chk-input {
  display: inline-block;
  white-space: nowrap;
}

.entry-form .container-chk-input .custom-control-inline {
  margin-right: 0px;
}

.entry-form .container-chk-input .form-control {
  display: inline-block;
  max-width: 235px;
}

#meeting-registration .entry-form {
  margin-bottom: 2rem;
}

#meeting-registration #label-yes {
  width: 70px;
}

#meeting-registration .registration-type .custom-control-label {
  font-weight: bold;
}

#meeting-registration .registration-type {
  margin-top: 2rem !important;
}

#meeting-registration .registration-type span {
  width: 290px;
  display: inline-block;
}

#meeting-registration #spouse.registration-type span {
  width: 230px;
}

#meeting-registration .meetings.registration-type span {
  width: 170px;
}

#meeting-registration .meetings.registration-type .custom-control-label,
#meeting-registration #spouse.registration-type .custom-control-label {
  padding-left: 35px;
}

#meeting-registration .col.extra {
  padding-left: 66px;
}

a[href="#advancedSearch"] {
  font-size: 1.6rem;
  line-height: 1.7rem;
}

@media only screen and (max-width: 415px) {
  #meeting-registration .registration-type span {
    width: auto !important;
  }
}
#meeting-registration .meetings.registration-type input[type=text] {
  margin-top: 40px;
  margin-bottom: 0px;
}

#meeting-registration .row.nested {
  padding-left: 50px;
}

#meeting-registration .row.nested2 {
  padding-left: 94px;
}

@media only screen and (min-width: 991px) and (max-width: 1000px) {
  #meeting-registration #company-category div:last-child {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 818px) {
  #meeting-registration #company-category div:last-child {
    -ms-flex: 0 0 81%;
    flex: 0 0 81%;
    max-width: 81%;
  }
}
@media only screen and (max-width: 576px) {
  #meeting-registration .meetings.registration-type .custom-control-label,
  #meeting-registration #spouse.registration-type .custom-control-label,
  #meeting-registration .col.extra {
    padding-left: 0.5rem;
  }
  #meeting-registration .row.nested {
    padding-left: 0px;
  }
  #meeting-registration .row.nested2 {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 576px) {
  #meeting-registration p.sub-header {
    width: 255px;
  }
}
#meeting-registration #exhibit-tables p {
  width: 118px;
}

@media only screen and (min-width: 1200px) {
  #meeting-registration #exhibit-category .custom-control-inline.custom-padding {
    margin-right: 3.2rem;
    margin-left: 0;
  }
}
#meeting-registration .row.nested p,
#meeting-registration .row.nested2 p,
#meeting-registration .row.nested2 label {
  display: inline-block;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

#meeting-registration .row.nested2 input[type=text] {
  margin-bottom: 0 !important;
  margin-top: 0px;
  width: 92px;
  margin-left: 16px;
}

#meeting-registration .row.nested3 {
  height: 50px;
}

#meeting-registration {
  margin-bottom: 0px;
  padding-bottom: 0px !important;
}

.bottom-container {
  background-color: #f5f5f5;
}

.bottom-container .custom-control-label:before {
  background-color: #666666;
}

.bottom-container .btn {
  width: 234px;
  margin-left: 0;
}

.bottom-container .custom-control {
  white-space: nowrap;
}

.navbar {
  padding: 0;
  background-color: #08476A !important;
}

.navbar-toggler {
  background-color: white !important;
  border: 1px solid white !important;
}

.navbar-light .navbar-nav a {
  color: white !important;
}

.navbar-light .navbar-nav .show > a, .navbar-light .navbar-nav .active > a, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: white !important;
}

.navbar-nav a {
  padding-right: 0;
  padding-left: 0;
  display: block;
  padding: 0.5rem 1rem;
}

.nav li a:hover {
  color: white !important;
  text-decoration: none;
}

.nav li a {
  color: white !important;
  text-decoration: none;
}

@media only screen and (min-width: 992px) {
  .navbar ul:last-child {
    max-width: 485px;
  }
}
.navbar-nav li {
  padding-right: 0.5rem;
}

@media only screen and (min-width: 1200px) {
  .navbar-nav li {
    padding-left: 19px !important;
  }
}
.cols-container {
  display: inline-flex;
}

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