/*
Member Users Specific Styling.
*/
/*
Global Variables

@import this file at the top of each page
template file to make variables available.
*/
/*
Mixins

Add mixins to any css page using @include

e.g.
.element{
	@include transition( background .2s ease-out )
}
*/
.board-members-template .members-nav-link {
  display: none;
}

.member-template .boardmembers-nav-link {
  display: none;
}

.members_navigation {
  padding: 0px;
  margin: 0px;
}
.members_navigation li {
  list-style: none;
  padding: 0px;
}
.members_navigation li a {
  font-weight: 600;
  color: #2F488A;
  text-transform: uppercase;
  padding: 10px 15px;
  border-bottom: 1px solid #707070;
  display: block;
}
@media screen and (max-width: 1024px) {
  .members_navigation li a {
    font-size: 16px;
  }
}
.members_navigation li a:hover {
  color: #19432A;
}
.members_navigation li.current-menu-item a {
  color: #19432A;
}
.members_navigation.mobile {
  width: 100%;
}
.members_navigation.mobile li a {
  color: #fff;
  border-bottom: 0px;
  padding: 8px 0px;
}

.members_navigation-resources {
  padding: 40px 0px 0px 0px;
  margin: 0px;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 1024px) {
  .members_navigation-resources {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 450px) {
  .members_navigation-resources {
    justify-content: space-between;
  }
}
.members_navigation-resources li {
  list-style: none;
  padding: 0px;
  margin-right: 2%;
  width: 16.66%;
}
@media screen and (max-width: 1024px) {
  .members_navigation-resources li {
    width: 30.33%;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 450px) {
  .members_navigation-resources li {
    width: 45%;
    margin-right: 0px;
  }
}
.members_navigation-resources li a {
  font-size: 15px;
  color: #89AED0;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}
.members_navigation-resources li a img {
  width: auto;
  height: 77px;
  max-height: 77px;
  max-width: 89px;
  transform: translateY(0px);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 1280px) {
  .members_navigation-resources li a img {
    max-height: 60px;
  }
}
.members_navigation-resources li a:hover img {
  transform: translateY(-5px);
}

#main-portal-section {
  margin-top: 33px;
}
@media screen and (max-height: 750px) {
  #main-portal-section {
    margin-top: 20px;
  }
}
#main-portal-section .inner-block-page {
  display: flex;
  justify-content: space-between;
  padding-top: 0px;
  padding-bottom: 60px;
}
@media screen and (max-width: 850px) {
  #main-portal-section .inner-block-page {
    flex-direction: column;
    padding-bottom: 40px;
  }
}
#main-portal-section .inner-block-page .side-nav {
  width: 25%;
  padding-right: 5%;
}
@media screen and (max-width: 1280px) {
  #main-portal-section .inner-block-page .side-nav {
    width: 30%;
  }
}
@media screen and (max-width: 850px) {
  #main-portal-section .inner-block-page .side-nav {
    display: none;
  }
}
#main-portal-section .inner-block-page .side-nav-mobile {
  display: none;
  margin: 0em 0px 2em 0px;
  background: #2F488A;
  color: #fff;
  padding: 20px 5%;
}
@media screen and (max-width: 850px) {
  #main-portal-section .inner-block-page .side-nav-mobile {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
#main-portal-section .inner-block-page .side-nav-mobile .current-page {
  width: 100%;
  position: relative;
  padding-right: 5%;
}
#main-portal-section .inner-block-page .side-nav-mobile .current-page:after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 50%;
  right: 0px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform-origin: center center;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
#main-portal-section .inner-block-page .side-nav-mobile .current-page.active:after {
  transform: rotate(225deg) translateY(-50%);
}
#main-portal-section .inner-block-page .side-nav-mobile .sidenav-icon {
  width: 20%;
  text-align: right;
}
#main-portal-section .inner-block-page .side-nav-mobile .menu-members-navigation-container {
  width: 100%;
  margin-top: 0.5em;
  display: none;
}
#main-portal-section .inner-block-page .content-col {
  width: 70%;
}
@media screen and (max-width: 850px) {
  #main-portal-section .inner-block-page .content-col {
    width: 100%;
  }
}
#main-portal-section .inner-block-page .content-col > p {
  max-width: 600px;
}
@media screen and (max-width: 850px) {
  #main-portal-section .inner-block-page .content-col > p {
    max-width: none;
  }
}
#main-portal-section .inner-block-page .content-col .my-account-block .success {
  margin-bottom: 20px;
  color: #6AA590;
  font-weight: bold;
}

#members-cta-section {
  margin: 40px 0px;
  background: #19432A;
  color: #fff;
  padding: 40px 5%;
}
@media screen and (max-width: 1024px) {
  #members-cta-section {
    margin: 0;
  }
}
@media screen and (max-width: 450px) {
  #members-cta-section {
    padding: 40px 6%;
  }
}
#members-cta-section .small-heading {
  color: #fff;
}
#members-cta-section .cta-message {
  font-size: 23px;
  font-weight: 600;
  padding-bottom: 20px;
}
#members-cta-section .custom-button {
  margin-right: 20px;
}
#members-cta-section .custom-button.button-1 a {
  background: #6AA590;
  border: 2px solid #6AA590;
}
@media screen and (max-width: 550px) {
  #members-cta-section .custom-button.button-2 {
    margin-top: 1em;
    margin-right: 0%;
  }
}
#members-cta-section .custom-button.button-2 a {
  background: #89AED0;
  border: 2px solid #89AED0;
}
#members-cta-section .custom-button a {
  min-width: 200px;
  text-align: center;
}
@media screen and (max-width: 550px) {
  #members-cta-section .custom-button a {
    margin-right: 5%;
  }
}
#members-cta-section .custom-button a:hover {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
#members-cta-section .custom-button:after {
  background: url("/wp-content/themes/nhs/images/shell/button-overlay-white.svg") center center no-repeat;
  background-size: cover;
}
#members-cta-section .custom-link a {
  color: #fff;
  padding: 5px 17px 5px 0px;
}

.my-account-block #gform_4 #field_4_15 {
  display: none;
}

.annual-reports-container .file-wrap {
  margin-bottom: 40px;
}
.annual-reports-container .file-wrap:last-child {
  margin-bottom: 0px;
}
.annual-reports-container .file-wrap .title {
  border-bottom: 1px solid #707070;
  font-weight: 600;
  padding: 10px 0px;
}
.annual-reports-container .file-wrap .link-wrap {
  border-bottom: 2px dashed #707070;
}
.annual-reports-container .file-wrap .link-wrap a {
  padding: 10px 0px 12px;
  display: inline-block;
  font-size: 22px;
  font-family: "Roboto Slab", "Times New Roman", Times, serif;
}
@media screen and (max-width: 850px) {
  .annual-reports-container .file-wrap .link-wrap a {
    font-size: 18px;
  }
}

/*# sourceMappingURL=member-user.css.map */
