h1 {
  font-size: 2.15rem;
  margin-bottom: 2.5rem;
  color: #111;
  line-height: 1.4;
  margin-top: 0;
  font-family: 'Oswald', sans-serif;
}

h1 span {
  color: #bb0907;
}

h2 {
  font-size: 1.5rem;
  color: #111;
  margin-bottom: 1rem;
  line-height: 1.4;
  margin-top: 0;
  font-family: 'Oswald', sans-serif;
}

h3 {
  font-size: 1.2rem;
  margin-bottom: 1.25rem;
  color: #333;
  line-height: 1.4;
  margin-top: 0;
  font-weight: 600;
}

h4 {
  font-size: 1rem;
  margin-bottom: 1.25rem;
  color: #111;
  line-height: 1.4;
  margin-top: 0;
  font-weight: 600;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 1.8;
  font-size: 0.9rem;
  color: #333;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a {
  color: #02025a;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #bb0907;
}

.a:focus {
  border: none;
  outline: none;
}

.primary-color {
  color: #bb0907;
}

.photo-border {
  border: 0.65rem solid #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
}

.float-left {
  float: left;
}

.btn {
  background: #02025a;
  border-radius: 0.25rem;
  border: none;
  padding: 0.6rem 1.25rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
  font-size: 0.9rem;
}

.btn i {
  font-size: 1rem;
}

.btn .bi-arrow-right {
  margin-left: 0.25rem;
}

.btn:hover {
  background: #bb0907;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff !important;
}

.btn-small {
  padding: 0.3rem 1rem;
}

.btn-border {
  color: #333;
  border: 1px solid #333;
  background: none;
}

.btn-border:hover {
  background: #bb0907;
  color: #fff;
}

.btn-green {
  border: 1px solid #1cb544;
  color: #1cb544;
}

.btn-green:hover {
  background: #1cb544;
  color: #fff;
}

.btn-red {
  border: 1px solid #d7334e;
  color: #d7334e;
}

.btn-red:hover {
  background: #d7334e;
  color: #fff;
}

.btn-blue {
  border: 1px solid #3388d7;
  color: #3388d7;
}

.btn-blue:hover {
  background: #3388d7;
  color: #fff;
}

.dropdown .btn {
  padding: 0.7rem 1.25rem;
}

.dropdown-item {
  font-size: 0.9rem;
}

.dropdown-item:hover {
  color: #bb0907;
}

.btn.show {
  color: #fff;
  background: #02025a;
}

.asterisk {
  color: #e40909;
}

.card-box {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  margin-bottom: 1.5rem;
  background: #fff;
  border-radius: 0.5rem;
}

.clear {
  clear: both;
}

.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb li {
  margin-bottom: 1rem !important;
}

p {
  margin-bottom: 1.5rem;
}

img {
  width: 100%;
}

.mgb1 {
  margin-bottom: 1rem;
}

.mgb2 {
  margin-bottom: 2rem;
}

.pd0 {
  padding: 0 !important;
}

.pdb0 {
  padding-bottom: 0 !important;
}

.pdt0 {
  padding-top: 0 !important;
}

.pd-right {
  padding-right: 2rem;
}

.pd-left {
  padding-left: 4rem;
}

.positionrelative {
  position: relative;
}

.form-control {
  padding: 0.65rem 1rem;
  border: 1px solid #999;
}

.form-control:focus {
  border-color: #3A41AE !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(35, 37, 165, 0.25) !important;
          box-shadow: 0 0 0 0.2rem rgba(35, 37, 165, 0.25) !important;
}

textarea.form-control {
  min-height: calc(7em + 0.75rem + 2px);
}

.form-select {
  height: calc(2.6rem + 8px);
  padding: 0.7rem 1rem;
  font-size: 1rem;
  border: 1px solid #999;
  font-size: 0.9rem;
}

.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(2.75rem + 8px);
  padding: 1rem;
  border-radius: 0.35rem;
}

.form-floating > label {
  padding: 0.75rem 1rem;
  color: #333;
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  color: #333;
}

.form-control[type="file"] {
  font-size: 0.9rem;
}

.hasDatepicker::-webkit-input-placeholder {
  opacity: 1 !important;
  color: #333 !important;
}

.hasDatepicker:-ms-input-placeholder {
  opacity: 1 !important;
  color: #333 !important;
}

.hasDatepicker::-ms-input-placeholder {
  opacity: 1 !important;
  color: #333 !important;
}

.hasDatepicker::placeholder {
  opacity: 1 !important;
  color: #333 !important;
}

.radio-input {
  visibility: hidden;
  display: none;
}

.radio-label {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 1rem;
  margin-right: 1.5rem;
}

.radio-label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 6px;
  top: 6px;
  border-radius: 50%;
}

.radio-border {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 1px solid #999;
}

.radio-input:checked + .radio-label:after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #bb0907;
}

.form-check {
  padding-left: 1.75em;
  margin-bottom: 1rem;
}

.form-check-input {
  width: 1.25em;
  height: 1.25em;
}

.form-check .form-check-input {
  margin-left: -1.75em;
  border: 1px solid #ccc;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.2em;
}

.form-check-inline {
  float: left;
  width: auto;
}

.text-danger {
  font-size: 0.75rem;
}

table th {
  background: #bb0907 !important;
  color: #fff !important;
}

.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 999;
  background-color: #fff;
  color: #999;
  width: 2.5rem;
  height: 2.5rem;
  right: 1rem;
  bottom: 5rem;
  border-radius: 50%;
  line-height: 1.9;
  border: 1px solid #999;
}

.scroll-top-wrapper i {
  font-size: 1.3rem;
}

.scroll-top-wrapper:hover {
  background-color: #bb0907;
  color: #fff;
}

.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1 !important;
}

@media (max-width: 575px) {
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1.25rem);
    padding-left: var(--bs-gutter-x, 1.25rem);
    margin-right: auto;
    margin-left: auto;
  }
}

.top-notice {
  background: #eee;
  padding: 1rem 0;
  min-height: 3.5rem;
}

.top-notice .container {
  position: relative;
}

.top-notice .container p {
  margin-bottom: 0;
}

.top-notice .container .notice-close {
  background: #fff;
  color: #111;
  position: absolute;
  right: 1rem;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 1.25rem;
  text-align: center;
  border-radius: 50%;
  line-height: 2.25rem;
  cursor: pointer;
  margin-top: -0.25rem;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
}

.top-notice .container .notice-close:hover {
  background: #bb0907;
  color: #fff;
}

header {
  padding: 1.25rem 0;
}

header .logo {
  float: left;
  margin-right: 2rem;
}

header .logo img {
  width: 10.5rem;
}

header .header-address {
  float: left;
  margin-top: 0.25rem;
}

header .header-address .contact-details {
  margin-bottom: 0;
}

header .header-address .contact-details ul li {
  margin-bottom: 0.5rem;
}

header .header-address .contact-details ul li:last-child {
  margin-bottom: 0;
}

header .header-right {
  float: right;
  margin-top: 0.8rem;
}

header .header-right .select-province {
  float: left;
  margin-right: 1rem;
  display: none;
}

header .header-right .login-register-btn {
  float: left;
  margin-right: 1rem;
}

header .header-right .login-register-btn .btn {
  background: #bb0907;
}

header .header-right .login-register-btn .btn:hover {
  background: #02025a;
}

header .header-right .login-register-btn .btn-border {
  background: none;
}

header .header-right .login-register-btn .btn-border:hover {
  background: #bb0907;
}

header .header-right .searchicon {
  float: left;
  font-size: 0.9rem;
  cursor: pointer;
  color: #333;
  border: 1px solid #333;
}

header .header-right .searchicon i {
  font-size: 1rem;
}

.search-wrapper {
  background: rgba(0, 0, 0, 0.7);
  padding-top: 5rem;
  display: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  height: 100%;
}

.search-wrapper .container {
  position: relative;
}

.search-wrapper .search-close {
  position: absolute;
  right: -0.25rem;
  top: -1rem;
  font-size: 1.5rem;
  z-index: 2;
  color: #fff;
  cursor: pointer;
  background: #bb0907;
  height: 2rem;
  padding: 0;
  width: 2rem;
  line-height: 2rem;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #fff;
}

.search-wrapper .search-close:hover {
  background: #02025a;
}

.search-wrapper .search .search-field {
  margin-bottom: 1.5rem;
}

.search-wrapper .search .search-field .form-floating .form-control {
  padding-left: 1.5rem;
}

.search-wrapper .search .search-field .form-floating label {
  padding-left: 1.5rem;
}

.search-wrapper .search .search-field .form-floating button {
  background: none;
  float: right;
  border: none;
  position: absolute;
  right: 1rem;
  padding-top: 0.4rem;
  font-size: 1.25rem;
  cursor: pointer;
}

.search-wrapper .search .search-field .form-floating button:hover {
  color: #02025a;
}

.slideshow {
  overflow: hidden;
  padding-bottom: 0 !important;
  margin-top: -2rem;
}

.slideshow .slidecaptionwrapper {
  position: relative;
}

.slideshow .slidecaptionwrapper .slidecaption {
  z-index: 3;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  padding: 2rem;
  margin-top: 35vh;
}

.slideshow .slidecaptionwrapper .slidecaption h1 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 0;
  height: 5.5rem;
  overflow: hidden;
}

.slideshow .slidecaptionwrapper .slidecaption h3 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.1rem;
  display: none;
}

.content-pd {
  padding: 3rem 0;
}

.talk-program {
  background: url(../images/bgpattern.png) no-repeat right top;
  background-size: 11%;
}

.talk-program .owl-dots {
  display: none;
}

.title {
  letter-spacing: 1px;
  position: relative;
}

.title h1 {
  margin-bottom: 3rem;
  text-transform: uppercase;
}

.title h1::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 3rem;
  border-bottom: 7px solid #bb0907;
  top: 3.6rem;
  left: 50%;
  margin: auto;
  margin-left: auto;
  margin-left: -1.75rem;
}

.title h2 {
  margin-bottom: 3rem;
  text-transform: uppercase;
}

.title h2::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 3rem;
  border-bottom: 7px solid #bb0907;
  top: 2.85rem;
  left: 0;
}

.viewall {
  float: right;
  margin-top: 0.5rem;
}

.multiblock {
  padding-bottom: 1rem;
}

.listing {
  font-size: 1rem;
}

.listing ul {
  margin: 0;
  padding: 0;
}

.listing ul li {
  margin-bottom: 1.25rem;
  display: block;
}

.listing ul li a {
  color: #111;
  display: block;
}

.listing ul li a:hover {
  color: #bb0907;
}

.listing ul li small {
  color: #999;
}

.listingwiththumb ul li {
  padding-left: 9rem;
  margin-bottom: 2rem;
}

.listingwiththumb ul li .thumb {
  width: 8rem;
  margin-left: -9rem;
  float: left;
  border-radius: 0.25rem;
}

.listingwiththumb ul li:last-child {
  margin-bottom: 0;
}

.contact-details {
  margin-bottom: 1.5rem;
}

.contact-details ul {
  margin: 0;
  padding: 0;
}

.contact-details ul li {
  display: block;
  margin-bottom: 0.75rem;
  padding-left: 1.75rem;
}

.contact-details ul li i {
  margin-left: -1.75rem;
  position: absolute;
  margin-top: -0.1rem;
  font-size: 1.2rem;
}

.contact-details ul li a {
  color: #333;
}

.contact-details ul li a:hover {
  color: #02025a;
}

.contact-details ul li:last-child {
  margin-bottom: 0;
}

.membership {
  position: relative;
  padding-bottom: 1rem;
}

.membership .tab-block {
  margin-bottom: 1rem;
}

.membership .membership-process {
  text-align: center;
  position: relative;
}

.membership .membership-process::before {
  content: '';
  height: 5px;
  border-bottom: 1px solid #999;
  width: 100%;
  left: 0;
  position: absolute;
  margin-top: 3rem;
}

.membership .membership-process .process-image {
  border: 1px solid #999;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  margin: auto;
  margin-bottom: 0.5rem;
  line-height: 6rem;
  position: relative;
  z-index: 5;
  background: #fff;
}

.membership .membership-process .process-image img {
  width: 3.25rem;
}

.membership .membership-process h3 {
  color: #02025a;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  margin-top: 1rem;
}

.membership .membership-process small {
  color: #666;
}

.neamember .neamember-block {
  text-align: center;
}

.neamember .neamember-block img {
  width: 4.25rem;
  margin-bottom: 1.25rem;
}

.neamember .neamember-block h3 {
  color: #02025a;
  font-weight: normal;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.neamember .neamember-block h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  color: #333;
  margin-bottom: 0;
}

.newsblock .newsbig {
  position: relative;
}

.newsblock .newsbig .newscaption {
  z-index: 3;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  padding: 2rem;
  bottom: 0;
  width: 100%;
}

.newsblock .newsbig .newscaption h1 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 0;
  max-height: 5.5rem;
  overflow: hidden;
}

.newsblock .newsbig .newscaption h1 a {
  color: #fff;
}

.newsblock .newsbig .newscaption h3 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 1.5rem;
}

.message {
  background: url(../images/bgpattern2.png) no-repeat right top;
  background-size: 11%;
}

.newsletter {
  background: url(../images/bgpattern3.png) no-repeat right top #eee;
  background-size: 10%;
  padding-bottom: 11rem;
}

.newsletter input {
  background: none;
}

.newsletter .btn {
  position: absolute;
  right: 0;
  height: calc(2.75rem + 8px);
}

.news-scroll {
  background: #fff;
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: 3rem;
  -webkit-box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.3);
}

.news-scroll .container {
  position: relative;
}

.news-scroll .container h3 {
  background: #bb0907;
  color: #fff;
  float: left;
  padding: 0.15rem 1.5rem;
  line-height: 3rem;
  height: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9rem;
  position: absolute;
}

.news-scroll .container .btn {
  position: absolute;
  right: 0;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  margin-top: 0.1rem;
  right: 0;
}

.news-scroll .container .scrolling-news {
  padding-top: 0.75rem;
  margin-right: 7rem;
  margin-left: 12rem;
}

.gridlist .grid {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 2.5rem;
  background: #fff;
  border-radius: 0.5rem;
}

.gridlist .grid .grid-desc {
  padding: 1.25rem;
}

.gridlist .grid .grid-desc img {
  margin-bottom: 1rem;
}

.gridlist .grid .grid-desc h2 {
  font-size: 1.25rem;
}

.gridlist .grid .grid-desc h3 {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.gridlist .grid .grid-desc .newsdate {
  margin-bottom: 1.25rem;
}

.search-result ul {
  margin: 0;
  padding: 0;
}

.search-result ul li {
  display: block;
}

.search-result ul li p {
  margin-bottom: 0;
}

.inner-content {
  background: url(../images/bgpattern.png) no-repeat right top;
  background-size: 10%;
  min-height: 30rem;
}

.inner-content .title h1 {
  font-size: 1.75rem;
  text-transform: none;
  margin-bottom: 1.5rem;
}

.inner-content .title h1::after {
  left: 0;
  margin-left: 0;
  top: 3rem;
  display: none;
}

.side-menu {
  margin-bottom: 2rem;
  background: #f0f0f0;
  border-radius: 0.25rem;
}

.side-menu ul {
  margin: 0;
  padding: 0;
}

.side-menu ul li {
  display: block;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}

.side-menu ul li:hover {
  background: #02025a;
}

.side-menu ul li a {
  display: block;
  color: #111;
  padding: 0.85rem 0.5rem 0.85rem 1rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.side-menu ul li a:hover {
  color: #fff;
  padding-left: 1.75rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.side-menu ul li.current {
  background: #02025a;
}

.side-menu ul li.current a {
  color: #fff;
}

.side-menu ul li:last-child {
  border-bottom: none;
}

footer {
  padding: 1.5rem 0;
  padding-bottom: 5rem;
  margin-top: -11.5rem;
  background: url(../images/footer-ill.png) no-repeat center bottom;
  background-size: contain;
  margin-bottom: 3rem;
}

footer a:hover {
  color: #02025a;
}

footer h2 {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

footer .listing {
  font-size: 0.9rem;
}

footer .listing ul li {
  margin-bottom: 0.75rem;
}

footer .social-link {
  margin-top: 0.4rem;
}

footer .social-link ul {
  margin: 0;
  padding: 0;
}

footer .social-link ul li {
  display: inline;
  margin-right: 0.5rem;
}

footer .social-link ul li a i {
  color: #bb0907;
  border: 1px solid #bb0907;
  font-size: 1rem;
  line-height: 2.1;
  text-align: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .social-link ul li a .fa-facebook-f {
  color: #275090;
  border: 1px solid #275090;
}

footer .social-link ul li a .fa-instagram {
  color: #ee4200;
  border: 1px solid #ee4200;
}

footer .social-link ul li a .fa-twitter {
  color: #29a5d9;
  border: 1px solid #29a5d9;
}

footer .social-link ul li a .fa-youtube {
  color: #e62631;
  border: 1px solid #e62631;
}

footer .social-link ul li a .fa-linkedin-in {
  color: #0078b5;
  border: 1px solid #0078b5;
}

footer .social-link ul li a i:hover {
  border: 1px solid #bb0907;
  background: #bb0907;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .copyright {
  float: left;
  margin-right: 2rem;
}

footer .poweredby {
  float: left;
}

ul.cont-list {
  padding-left: 1.5rem;
}

ul.cont-list li {
  margin-bottom: 0.75rem;
  list-style-type: none;
  position: relative;
}

ul.cont-list li::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: #bb0907;
  position: absolute;
  top: 0.5rem;
  left: -1.25rem;
}

.form-content {
  padding: 2rem;
}

@media (min-width: 1440px) {
  .slideshow .slidecaptionwrapper .slidecaption {
    margin-top: 45vh;
  }
}

@media (max-width: 1200px) {
  header .header-right {
    float: left;
    clear: both;
  }
  .slideshow {
    margin-top: 0;
  }
  .slideshow .slidecaptionwrapper .slidecaption {
    margin-top: 22vh;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 15px;
  }
  .mob-br {
    margin-bottom: 1.5rem;
  }
  .slideshow .slidecaptionwrapper {
    display: none;
  }
  .talk-program {
    padding-bottom: 0 !important;
    background-size: 20%;
  }
  .multiblock {
    padding-bottom: 0 !important;
  }
  .newsblock {
    padding-bottom: 0 !important;
  }
  .membership {
    padding-bottom: 0 !important;
  }
  .membership .membership-process::before {
    display: none;
  }
  .neamember {
    padding-bottom: 0 !important;
  }
  .message {
    padding-bottom: 0 !important;
    background-size: 20%;
  }
  .newsletter {
    background-size: 20%;
    padding-bottom: 11rem !important;
  }
  footer {
    background-size: 150%;
    padding-bottom: 5rem;
  }
}

@media (max-width: 767px) {
  .pd-left {
    padding-left: 1rem;
  }
  .pd-right {
    padding-right: 1rem;
  }
  .mob-none {
    display: none;
  }
  .card-box {
    padding: 1.5rem;
  }
  h1 {
    font-size: 1.75rem;
  }
  header .logo {
    margin-right: 0.5rem;
  }
  header .logo img {
    width: 8rem;
  }
  header .header-address {
    font-size: 0.85rem;
    max-width: 12.5rem;
    margin-top: -0.5rem;
    margin-bottom: 0.5rem;
  }
  header .header-right .login-register-btn span {
    display: none;
  }
  .content-pd {
    padding: 2rem 0;
  }
  .title h1 {
    margin-bottom: 1.5rem;
  }
  .title h1::after {
    display: none;
  }
  .title h2 {
    margin-bottom: 2rem;
  }
  .title h2::after {
    display: none;
  }
  .newsblock .newsbig .newscaption {
    padding: 1rem;
  }
  .newsblock .newsbig .newscaption h1 {
    font-size: 1.5rem;
  }
  .newsblock .newsbig .newscaption h3 {
    display: none;
  }
  .membership .membership-process .process-image {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
  }
  .membership .membership-process .process-image img {
    width: 2.75rem;
  }
  .membership .membership-process h3 {
    font-size: 0.9rem;
  }
  .membership .membership-process p {
    display: none;
  }
  .membership .membership-process .process-shortdesc {
    display: none;
  }
  .neamember .neamember-block img {
    width: 4rem;
  }
  .neamember .neamember-block h1 {
    font-size: 1.75rem;
  }
  .neamember .neamember-block h3 {
    font-size: 0.9rem;
  }
  .news-scroll {
    display: none;
  }
  footer {
    padding: 1rem 0 2rem 0;
    margin-bottom: 0;
    background-size: 200%;
  }
  footer .bottom-footer .poweredby {
    float: left;
  }
}
/*# sourceMappingURL=main.css.map */