@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

/*** MISC ***/
* {
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
html {
  font-size: 14px; }
body.open {
  position: relative;
  height: 100%;
  overflow-y: hidden; }
p {
  color: #212426;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8; }
p.big {
  color: #2E6788;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; }
a {
  color: #2E6788;
  text-decoration: underline; }
a:hover,
a:focus {
  color: #2E6788;
  text-decoration: none; }
a.back {
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.88rem; }
a.back:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url('../images/arrow-back.svg');
  background-size: contain;
  background-repeat: no-repeat; }
p,body, .events-list-section li .body-card h2, .legalsPage .content article h2, body.eventsDetailPage article h2 {
  font-family: "Nunito Sans", serif; }
h1, h2, h3, .members-top-section p, .members-nonmembers strong {
  font-family: "kings-caslon-display", serif; }
.btn, button {
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: 0;
  outline-offset: 0;
  cursor: pointer;  
  text-align: center;
  color: #FFF;
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.32px;
  background-color: #2E6788;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  padding: 1rem 1.4rem;
  border: 0;
  border-radius: 10px; }
.btn:hover, button:hover,
.btn:focus, button:focus,
:not(.btn-check)+.btn:hover {
  opacity: 0.85;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFF;
  background-color: #2E6788; }
.btn.transparent, button.transparent {
  color: #FFF;
  background-color: transparent;
  border: 1px solid #FFF; }
.btn.transparent:hover, button.transparent:hover,
.btn.transparent:focus, button.transparent:focus,
:not(.btn-check)+.btn.transparent:hover {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFF;
  background-color:transparent;
  border: 1px solid #FFF; }
.btn.white, button.white {
  color: #2E6788;
  background-color: #FFF;
  border: 1px solid #FFF; }
.btn.white:hover, button.white:hover,
.btn.white:focus, button.white:focus,
:not(.btn-check)+.btn.white:hover {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #2E6788;
  background-color:#FFF;
  border: 1px solid #FFF; }
.btn.brown, button.brown {
  color: #FFF;
  background-color: #C5A887;
  border: 1px solid #C5A887; }
.btn.brown:hover, button.brown:hover,
.btn.brown:focus, button.brown:focus,
:not(.btn-check)+.btn.brown:hover {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFF;
  background-color:#C5A887;
  border: 1px solid #C5A887; }
.alert button {
  background-color: transparent; }
.py-content {
  padding-top: 50px;
  padding-bottom: 50px; }
.my-content {
  margin-top: 50px;
  margin-bottom: 50px; }
.mt-40 {
  margin-top: 15px; }
.mb15 {
  margin-bottom: 0.83rem; }
img {
  max-width: 100%; }
.top-section {
  padding: 20px 0;
  background: -o-linear-gradient(315deg, #FFF 0%, #F6F4EE 100%);
  background: linear-gradient(135deg, #FFF 0%, #F6F4EE 100%); }
.top-section.bordered {
  border-top: 1px solid rgba(46, 103, 136, 0.10);
  border-bottom: 1px solid rgba(46, 103, 136, 0.10); }
a.share:before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url('../images/ico-share.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px; 
  display: inline-block;
  vertical-align: middle;
  margin-top: -2.5px; }
.search-input .form-control {
  color: rgba(33, 36, 38, 0.60);
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  padding-left: 53px;
  padding-right: 20px;
  background-image: url('../images/ico-search.svg');
  background-position: left 20px center;
  background-repeat: no-repeat;
  background-size: 18px; 
  border-radius: 10px;
  border: 1px solid rgba(46, 103, 136, 0.25);
  background-color: #FFF;
  height: 50px; }
.search-input .form-control:focus,
.select-form .form-select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(46, 103, 136, 0.25); }
.search-input .form-control::-moz-placeholder {
  color: rgba(33, 36, 38, 0.60); }
.search-input .form-control:-ms-input-placeholder {
  color: rgba(33, 36, 38, 0.60); }
.search-input .form-control::-webkit-input-placeholder {
  color: rgba(33, 36, 38, 0.60); }
.select-form .form-select {
  color: #212426;
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  border-radius: 10px;
  border: 1px solid rgba(46, 103, 136, 0.25);
  background-color: #FFF;
  height: 50px;
  background-image: url('../images/arrow-select.svg');
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 10px; 
  padding-left: 20px;
  padding-right: 53px; }
#shareModal .fa-lg {
  font-size: 3rem; }
#shareModal .fa-stack {
  height: auto;
  line-height: normal;
  width: auto;
  margin: 25px; }

/*** NAV ***/
.navbar {
  position: relative;
  z-index: 3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0; }
.navbar .navbar-brand {
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 99; }
.navbar .navbar-brand img,
footer .logo img {
  width: 141px;
  height: 50px; }
.navbar-collapse {
  position: absolute;
  left: -100vw;
  height:  100vh;
  width: 100vw;
  z-index: 99;
  padding: 100px 0 60px 0;
  background-color: transparent;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
.navbar-collapse.show {
  right: 0;
  left: 0;
  width: 100%;
  top: 90px;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 50px 40px;
  height: 100vh;
  overflow: auto; }
.homePage .navbar-collapse.show {
  background-color: #2E6788; }
.navbar-collapse.show .container {
  height: 100%; }
.navbar-toggler {
  width: 25px;
  height: 16px;
  position: absolute;
  right: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
.navbar-toggler:focus,
.navbar-toggler:hover {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  outline: 0; }
.navbar-toggler:before,
.navbar-toggler:after {
  display: none; }
.navbar-toggler span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #2E6788;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }
.homePage .navbar-toggler span {
  background-color: #FFF; }
.navbar-toggler span:nth-child(1) {
  top: 0px; }
.navbar-toggler span:nth-child(2) {
  top: 7px; }
.navbar-toggler span:nth-child(3) {
  top: 14px; }
.navbar-toggler.open {
  z-index: 9999; }
.navbar-toggler.open span:nth-child(1)  {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg); }
.navbar-toggler.open span:nth-child(2){
  opacity: 0;
  left: -60px; }
.navbar-toggler.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }
header ul.navbar-nav {
  text-align: left;
  width: 100%; }
header ul.navbar-nav li {
  display: block; }
header ul.navbar-nav li a {
  color: #2E6788;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 1px;
  padding: 10px 0;
  position: relative;
  display: block; }
header ul.navbar-nav li a:hover,
header ul.navbar-nav li a:focus,
header ul.navbar-nav li a.active {
  color: #2E6788!important;
  text-decoration: underline; }
header .header-auth-btns {
  padding-top: 50px; }
header .header-auth-btns .btn.transparent {
  color: #2E6788;
  border: 1px solid #2E6788; }
header .header-auth-btns .btn.white {
  color: #FFF;
  background-color: #2E6788; }
.homePage header .header-auth-btns .btn.transparent {
  color: #FFF;
  border: 1px solid #FFF; }
.homePage header .header-auth-btns .btn.white {
  color: #2E6788;
  background-color: #FFF; }
.homePage header ul.navbar-nav li a {
  color: #FFF; }
.homePage header ul.navbar-nav li a:hover,
.homePage header ul.navbar-nav li a:focus,
.homePage header ul.navbar-nav li a.active {
  color: #FFF!important; }
.navbar-expand-lg .navbar-nav {
  display: none; }
.login-register .btn,
.login-register-footer .btn {
  font-size: 1rem;
  padding: 0.9rem 1.2rem; }
.logo-login.mobile {
  display: inline-block;
  max-width: 50%;
  padding-bottom: 75px; }

/*** HEADER ***/
header {
  border-bottom:1px solid #EAF0F3;
  background-color: #FFF; }
.homePage header {
  border:none;
  background-color: #2E6788; }
header.open .navbar {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }
header .home-ico {
  display: none; }
.homePage .ap-ico {
  display: none; }
.homePage .home-ico {
  display: none; }
header .social a {
  margin-left: 10px; }
header .ico-login img,
header .ico-register img {
  height: 25px;
  margin-left: 5px; }
header .login-btn {
  border: 1px solid #2E6788!important;
  background-color: transparent!important;
  color: #2E6788!important; }
.homePage header .login-btn {
  border: 1px solid #FFF!important;
  color: #FFF!important; }
header .register-btn {
  border: 1px solid #2E6788!important;
  background-color: #2E6788!important;
  color: #FFF!important; }
.homePage header .register-btn {
  border: 1px solid #FFF!important;
  background-color: #FFF!important;
  color: #2E6788!important; }
header .logo-home {
  display: none;
  width: 282px; }
header .logo {
  width: 282px; }
.homePage header .logo-home { 
  display: inline-block; }
.homePage header .logo {
  display: none; }
.login-register {
  display: none;
}

/*** HEAD ***/
.head {
  position: relative;
  background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0.75) 0%, rgba(246, 244, 238, 0.75) 100%), #FFF;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.75) 0%, rgba(246, 244, 238, 0.75) 100%), #FFF; }
.head .pic {
  display: none;
  padding: 15px;
  background-color: #FFF; }
.head .pic img {
  max-height: 75px; }
.title {
  color: rgba(46, 103, 136, 0.60);
  font-size: 0.88rem;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  margin-bottom: 10px; }
.head.dark-bg .title {
  color: #FFF; }
.head p {
  color: #2E6788;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; }
.homePage .head {
  padding-top: 50px;
  padding-bottom: 50px; }
.head .category {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  color: #FFF;
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 6.4px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  background-color: #2B5670;
  padding: 15px; }
.h-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.h-image:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -o-linear-gradient(bottom, #2E6788 0%, #2E6788 100%), #2E6788;
  background: -webkit-gradient(linear, left bottom, left top, from(#2E6788), to(#2E6788)), #2E6788;
  background: linear-gradient(0deg, #2E6788 0%, #2E6788 100%), #2E6788;
  opacity: 0.9; }
body.eventsDetailPage .head {
  padding-left: 43px; }
body.eventsDetailPage .head,
body.eventsDetailPage .head .title,
body.eventsDetailPage .head h1,
body.eventsDetailPage .head p {
  color: #FFF; }
.meta {
  margin-top: 40px; }
.meta time,
.meta span {
  color: #2E6788;
  text-decoration: none;
  display: inline-block;
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  border-radius: 50px;
  background-color: #FFF;
  padding: 10px 20px 10px 10px;
  padding-left: 46px;
  margin-bottom: 10px;
  margin-right: 7px;
  background-position: left 20px center;
  background-repeat: no-repeat;
  background-size: 13px; }
.meta .m-date {
  background-image: url('../images/ico-calendar.svg'); }
.meta .m-time {
  background-image: url('../images/ico-time.svg'); }
.meta .m-lo {
  background-image: url('../images/ico-pin-outline.svg'); }

/*** HOME ***/
.gallery ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.gallery ul li {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%; }
.gallery ul li {
  -ms-flex: 0 0 21%;
  -webkit-box-flex: 0;
  flex: 0 0 21%;
  max-width: 21%; }
.gallery ul li:last-child {
  -ms-flex: 0 0 16%;
  -webkit-box-flex: 0;
  flex: 0 0 16%;
  max-width: 16%;
  display: inline-block; }
.gallery ul li .pic,
.gallery ul li .image,
.grid-content .image {
  position: absolute; 
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.image {
  opacity: 0;
  -webkit-transition: opacity 0s, -webkit-transform 0.5s;
  transition: opacity 0s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0s;
  transition: transform 0.5s, opacity 0s;
  transition: transform 0.5s, opacity 0s, -webkit-transform 0.5s; }
.from-bottom {
  -webkit-transition: opacity 0s, -webkit-transform 0.5s;
  transition: opacity 0s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0s;
  transition: transform 0.5s, opacity 0s;
  transition: transform 0.5s, opacity 0s, -webkit-transform 0.5s;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }
.from-top {
  -webkit-transition: opacity 0s, -webkit-transform 0.5s;
  transition: opacity 0s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0s;
  transition: transform 0.5s, opacity 0s;
  transition: transform 0.5s, opacity 0s, -webkit-transform 0.5s;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }
.from-bottom1 {
  -webkit-transition: opacity 0s, -webkit-transform 0.5s;
  transition: opacity 0s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0s;
  transition: transform 0.5s, opacity 0s;
  transition: transform 0.5s, opacity 0s, -webkit-transform 0.5s;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }
.from-top1 {
  -webkit-transition: opacity 0s, -webkit-transform 0.5s;
  transition: opacity 0s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0s;
  transition: transform 0.5s, opacity 0s;
  transition: transform 0.5s, opacity 0s, -webkit-transform 0.5s;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }
.from-left { 
  -webkit-transition: opacity 0s, -webkit-transform 0.5s; 
  transition: opacity 0s, -webkit-transform 0.5s; 
  -o-transition: transform 0.5s, opacity 0s; 
  transition: transform 0.5s, opacity 0s; 
  transition: transform 0.5s, opacity 0s, -webkit-transform 0.5s;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }
.from-right { 
  -webkit-transition: opacity 0s, -webkit-transform 0.5s; 
  transition: opacity 0s, -webkit-transform 0.5s; 
  -o-transition: transform 0.5s, opacity 0s; 
  transition: transform 0.5s, opacity 0s; 
  transition: transform 0.5s, opacity 0s, -webkit-transform 0.5s;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }
.visible {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.gallery ul li:last-child .pic,
.gallery ul li:last-child .pic-wrapper {
  height: 100%; }
.gallery .pic-wrapper {
  padding-bottom: 100%; }
.pic-wrapper {
  position: relative;
  overflow: hidden; }
.grid-content h2,
.membership-section h2 {
  color: #2E6788;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2; 
  margin-bottom: 20px; }   
.div1 { 
  background: -o-linear-gradient(315deg, #FFF 0%, #F6F4EE 100%), #FFF; 
  background: linear-gradient(135deg, #FFF 0%, #F6F4EE 100%), #FFF; }
.div3 { 
  background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0.75) 0%, rgba(246, 244, 238, 0.75) 100%), #FFF; 
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.75) 0%, rgba(246, 244, 238, 0.75) 100%), #FFF; }
.div5 { 
  background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0.75) 0%, rgba(246, 244, 238, 0.75) 100%), #FFF; 
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.75) 0%, rgba(246, 244, 238, 0.75) 100%), #FFF; }
.div6 { 
  background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0.75) 0%, rgba(246, 244, 238, 0.75) 100%), #FFF; 
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.75) 0%, rgba(246, 244, 238, 0.75) 100%), #FFF; }
.div8 { 
  background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0.75) 0%, rgba(246, 244, 238, 0.75) 100%), #FFF; 
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.75) 0%, rgba(246, 244, 238, 0.75) 100%), #FFF; }
.div10 { 
  background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0.75) 0%, rgba(246, 244, 238, 0.75) 100%), #FFF; 
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.75) 0%, rgba(246, 244, 238, 0.75) 100%), #FFF; }
.grid-content .text-box {
  padding: 30px 1.5rem;
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.grid-content .pic-wrapper {
  padding: 0;
  height: 100%; }
.grid-content .image {
  position:relative;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  overflow: hidden; }
.grid-content .image.h100 {
  padding-bottom: 100%; }
.grid-content .image.h50 {
  padding-bottom: 50%; }
.grey-bg {
  background: -o-linear-gradient(315deg, #FFF 0%, #F6F4EE 100%), #FFF;
  background: linear-gradient(135deg, #FFF 0%, #F6F4EE 100%), #FFF; }
.members-top-section .title-rotate {
  position: relative;
  display: inline-block;
  color: #2E6788;
  font-size: 1.44rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 20px; }
.members-top-section .title-rotate:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: rgba(46, 103, 136, 0.15); }
.members-top-section p {
  color: #2E6788;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0; }
.members {
  background: -o-linear-gradient(315deg, #FFF 0%, #F6F4EE 100%), #FFF;
  background: linear-gradient(135deg, #FFF 0%, #F6F4EE 100%), #FFF; }
.members-slider,
.members-slider1 {
  padding-bottom: 10px !important; }
.members-slider1 img,
.members-slider img {
  max-height: 90px;  }
.members-slider1 .swiper-wrapper,
.members-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function : linear !important; }
.members-slider .swiper-slide,
.members-slider1 .swiper-slide {
  height: 120px;
  padding: 25px;
  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;
  background-color: #FFF;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.05); }

/*** 404 ***/
body.e404 {
  background-color: #2E6788; }
body.e404 .logo img {
  width: 250px;
  height: 53.16px; }
body.e404 h1 {
  color: #FFF;
  font-size: 3.5rem;
  margin: 2rem 0; }
body.e404 p {
  color: #FFF; }
body.e404 a {
  color: #FFF; }
body.e404 a:hover,
body.e404 a:focus {
  color: #FFF; }
.fill-viewport {
  height: 100vh; }

/*** CONTENT ***/
h1,
.application-modal h2 {
  color: #2E6788;
  font-size: 3.23rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px; }
h2 {
  color: #2E6788;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px; }
.dark-bg {
  background-color: #2E6788!important;
  background: none; }
.dark-bg h1,
.dark-bg h2,
.dark-bg p {
  color: #FFF; }
.content {
  background: -o-linear-gradient(315deg, #FFF 0%, #F6F4EE 100%), #FFF;
  background: linear-gradient(135deg, #FFF 0%, #F6F4EE 100%), #FFF; }
article {
  margin-top: 30px!important; }
article p.big,
.content p.big {
  color: #212426;
  margin-bottom: 30px; }
article h2 {
  color: #2E6788;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 30px;
  margin-bottom: 15px; }
article h5 {
  line-height: normal;
  margin-bottom: 25px; }
article ul  {
  padding: 0 0 0 15px; }
.logo-section {
  text-align: center;
  position: relative; }
.logo-section:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: calc(50% - 100px);
  height: 1px;
  background: rgba(46, 103, 136, 0.25); }
.logo-section:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: calc(50% - 100px);
  height: 1px;
  background: rgba(46, 103, 136, 0.25); }
.logo-section img {
  width: 141px;
  height: 50px; }

/*** EVENTS SECTION ***/
.events-list-section,
.events-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.events-list-section li,
.events-list li {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 15px 0; }
.events-list-section li a,
.events-list li a {
  display: block;
  height: 100%;
  background-color: #FFF;
  text-decoration: none; }
.events-list-section li .top-card,
.events-list li .top-card {
  position: relative;
  padding: 35px 30px 35px 90px;
  background: -o-linear-gradient(315deg, #FFF 0%, #F6F4EE 100%), #FFF;
  background: linear-gradient(135deg, #FFF 0%, #F6F4EE 100%), #FFF; }
.events-list-section li .top-card .category,
.events-list li .top-card .category {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #2B5670;
  padding: 22px;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.88rem;
  font-style: normal;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 5px; }
.events-list-section li .top-card time,
.events-list li .top-card time {
  color: #2E6788; 
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.4; }
.events-list li .top-card time {
  color: #2E6788; 
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.4; }
.events-list-section li .top-card .time,
.events-list li .top-card .time {
  color: rgba(46, 103, 136, 0.60);
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.4; }
.events-list-section li .body-card,
.events-list li .body-card {
  background-color: #FFF; 
  padding: 30px; }
.events-list-section li .body-card h2,
.events-list li .body-card h2 {
  color: #2E6788;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: underline;
  margin-bottom: 20px; }
.events-list-section li .body-card p,
.events-list li .body-card p {
  color: #212426;
  line-height: 1.8;
  margin: 0; }
.showing {
  color: rgba(33, 36, 38, 0.60);
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px; }
.showing a {
  display: inline-block;
  margin-right: 7px;
  color: rgba(46, 103, 136, 0.60);
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-decoration: none;
  padding: 14px 20px;
  border-radius: 50px;
  border: 2px solid rgba(46, 103, 136, 0.25);
  background-color: #FFF; }
.showing a.active {
  color: #2E6788;
  border: 2px solid #2E6788; }
.showing a:first-of-type {
  margin-left: 20px; }

/*** BECOME ***/
.become {
  background: -o-linear-gradient(315deg, #FFF 0%, #F6F4EE 100%), #FFF;
  background: linear-gradient(135deg, #FFF 0%, #F6F4EE 100%), #FFF; }
.content .become {
  background: none; }
.become h2 {
  margin-bottom: 20px; }

/*** CARDS MENU ***/
.cards-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.cards-menu ul li {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0; }
.cards-menu ul li a {
  display: block;
  text-decoration: none; }
.cards-menu ul li a .text {
  padding: 30px 1.5rem;
  width: 100%;
  background-color: #2E6788;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.cards-menu ul li a .text .title {
  color: #FFF;
  text-transform: uppercase;
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px; }
.cards-menu ul li a .text h2 {
  color: #FFF;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2; 
  margin-bottom: 15px;
  text-decoration: underline;}
.cards-menu ul li a:hover .text h2 {
  text-decoration: underline; }
.cards-menu ul li a .text p {
  color: #FFF;
  margin: 0; }
.cards-menu ul li a .pic-wrapper {
  width: 100%; }
.cards-menu ul li a .pic-wrapper .pb-100 {
  position: relative;
  padding-bottom: 100%; 
  overflow: hidden;}
.cards-menu ul li a .pic-wrapper .pic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; 
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }
.cards-menu ul li a:hover .pic-wrapper .pic {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }
.about-box {
	display: flex;
 	flex-direction: column; }
.about-box .pic-wrapper {
	order: 1; }
.about-box .text {
	order: 2; }

/*** ABOUT ***/
.team-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px; }
.team-list li {
  -ms-flex: 0 0 48%;
  -webkit-box-flex: 0;
  flex: 0 0 48%;
  max-width: 48%;
  padding: 15px 0; }
.team-list li:nth-child(even) {
  margin-left: 4%; }
.team-list li a {
  display: block;
  cursor: url('../images/plus.svg') 42 42, auto;
  text-decoration: none; }
.team-list li a .pic {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 133%; }
.team-list li .bottom-label {
  color: #FFF;
  font-size: 0.7rem;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  position: absolute;
  left: 15px;
  bottom: 15px;
  right: 15px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.01);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  padding: 10px; }
.team-list li a .text {
  padding-top: 10px;
  padding-right: 20px; }
.team-list li p {
  line-height: 1.4;
  margin: 0; }
.team-section ul li a .pic {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 132%;
  margin-bottom: 23px; }
.team-section ul li a h2 {
  color: #2E6788;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 15px; }
.team-modal .modal-dialog {
  max-width: 100%;
  padding: 0;
  margin: 0; }
.team-modal .modal-content {
  border: 0;
  border-radius: 0;
  background: #FFFFFF;
  padding: 0; }
.team-modal .modal-header {
  border: 0;
  padding: 0; }
.team-modal .modal-header .btn-close {
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 999;
  padding: 0;
  opacity: 1;
  border: 0;
  margin: 0;
  width: 26px;
  height: 25px;
  background: url('../images/close.svg');
  background-size: contain; }
.team-modal .modal-header .btn-close:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }
.team-modal .modal-body {
  padding: 0px;
  border-top: 0;
  border-radius: 0; }
.team-modal .profile { 
  background-image: url('/assets/images/team1.jpg');
  padding-bottom: 133%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 30px; }
.team-modal h2 {
  color: #2E6788;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 30px; }

/*** MEMBERSHIP ***/
.membership-list {
  padding: 0;
  margin: -5px;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.membership-list li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 5px; }
.membership-list li a {
  text-decoration: none;
  display: block;
  height: 100%;
  background-color: #FFF;
  -webkit-box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 15px; }
.membership-list li .logo {
  position: relative;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  margin-bottom: 15px; }
.membership-list li .logo img {
  max-height: 70px; }
.membership-list li .logo:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70px;
  height: 1px;
  background-color: rgba(46, 103, 136, 0.15); }
.membership-list li p {
  color: #2E6788;
  text-align: center;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  margin: 0; }
.aside-logo {
  padding: 25px;
  margin-bottom: 25px;
  text-align: center;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.05); }
.contact-details {
  margin-top: 30px; }
.contact-details h2 {
  color: #2E6788;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px; }
.contact-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(46, 103, 136, 0.25); }
.contact-details ul li {
  padding: 20px;
  padding-left: 24px;
  border-bottom: 1px solid rgba(46, 103, 136, 0.25); }
.contact-details ul li a,
.contact-details ul li div {
  position: relative;
  padding-left: 48px; }
.contact-details ul li a:before,
.contact-details ul li div:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
.contact-details ul li .tel {
  color: #212426;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  text-decoration: none; }
.contact-details ul li a.tel:before {
  background-image: url('../images/ico-phone.svg'); }
.contact-details ul li a.email:before {
  background-image: url('../images/ico-email.svg'); }
.contact-details ul li a.navigation:before {
  background-image: url('../images/ico-navigation.svg'); }
.contact-details ul li .address:before {
  background-image: url('../images/ico-pin.svg'); }

/*** BECOME A MEMBER ***/
body.bamPage h1 {
  margin-bottom: 20px; }
.membership-section .pic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 56%; }
.membership-section .text {
  padding-top: 120px;
  padding-bottom: 120px; }
.application-modal {
  background-color: rgba(46, 103, 136, 0.90);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px); }
.application-modal .modal-header {
  padding: 0;
  border: 0; }
.application-modal .btn-close {
  opacity: 1;
  position: absolute;
  padding: 0;
  top: 20px;
  left: 20px;
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/close-am.svg'); }
.application-modal .modal-dialog {
  margin: 0;
  max-width: 100%; }
.application-modal .modal-content {
  padding-top: 65px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 60px;
  background-color: transparent;
  border:0;}
.application-modal .modal-body {
  padding: 0; }
.application-modal h2,
.application-modal p,
.application-modal ul {
  color: #FFF; }
.application-modal h2 {
  margin-bottom: 20px; }
.application-modal .title {
  color: rgba(255, 255, 255, 0.60); }
.application-form .form-control {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 11px 20px; }
.application-form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFF;
  border: 1px solid rgba(255, 255, 255, 1);
  background-color: #2A6182; }
.application-form .form-control::-moz-placeholder {
  color: #FFF; }
.application-form .form-control:-ms-input-placeholder {
  color: #FFF; }
.application-form .form-control::-webkit-input-placeholder {
  color: #FFF; }
.application-form p.note {
  color: rgba(255, 255, 255, 0.60);
  font-size: 0.77rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0.55rem; }
.application-form .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px; }
.application-form .form-check-label {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-left: 20px; }
.application-form .form-check-input {
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  width: 20px;
  height: 20px;
  background-color: transparent;
  margin-left: -20px; }
.application-form .form-check-input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

/*** LOGIN ***/
.close-back {
  position: absolute;
  top: 25px;
  left: 25px; 
  width: 35px;
  height: 35px; 
  z-index: 9; }
body.loginPage .title {
  color: rgba(255, 255, 255, 0.60); }
body.loginPage a {
  color: rgba(255, 255, 255, 0.60); }
body.loginPage h1 {
  margin-bottom: 20px; }
.left-col {
  display: none;
  position: relative; }
.left-col:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(46, 103, 136, 0.25)), to(rgba(46, 103, 136, 0.25)));
  background: -o-linear-gradient(bottom, rgba(46, 103, 136, 0.25) 0%, rgba(46, 103, 136, 0.25) 100%);
  background: linear-gradient(0deg, rgba(46, 103, 136, 0.25) 0%, rgba(46, 103, 136, 0.25) 100%); }
.login-form {
  margin-top: 30px; }

/*** MEMBERS AREA ***/
.title-underlined {
  color: #2E6788;
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 6.4px;
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
  margin-top:30px;
  margin-bottom: 30px; }
.title-underlined:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; 
  height: 1px;
  background-color: rgba(46, 103, 136, 0.15); }
.table-wrapper {
  padding: 5px 10px;
  background-color: #FFF; }
.table-wrapper table.dataTable > thead > tr > th, 
.table-wrapper table.dataTable > thead > tr > td {
  padding: 10px;
  color: #2E6788;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid rgba(46, 103, 136, 0.25); }
.table-wrapper table.dataTable > tbody > tr {
  background-color: #FFF; }
.table-wrapper table.dataTable.stripe > tbody > tr:nth-child(odd) > *, 
.table-wrapper table.dataTable.display > tbody > tr:nth-child(odd) > * {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgba(246, 244, 238, 0.20); }
.table-wrapper table.dataTable.row-border > tbody > tr > *,
.table-wrapper table.dataTable.display > tbody > tr > * {
  border-top: 1px solid rgba(46, 103, 136, 0.25); }
.table-wrapper table.dataTable.display tbody tr td {
  color: rgba(33, 36, 38, 0.60);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1; }
.table-wrapper table.dataTable.display tbody tr td:first-of-type {
  padding: 10px;
  color: #2E6788; }
.table-wrapper table.dataTable thead tr th:last-of-type,
.table-wrapper table.dataTable.display tbody td:last-of-type {
  text-align: right; }
.table-wrapper table.dataTable.display tbody tr td a {
  color: #C5A887;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1; }
.table-wrapper div.dt-container div.dt-length select {
  color: #212426;
  font-size: 0.77rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  border-radius: 10px;
  border: 1px solid #DDE5E8;
  background-color: #FFF;
  padding: 9px 18px 9px 10px; 
  margin-right: 10px; 
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 8px;
  background-image: url('../images/ddt-arrow-dark.svg'); }
.table-wrapper div.dt-container div.dt-length select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }
.table-wrapper div.dt-container div.dt-length label {
  color: rgba(33, 36, 38, 0.60);
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1; }
.table-wrapper div.dt-container .dt-paging .dt-paging-button.disabled, 
.table-wrapper div.dt-container .dt-paging .dt-paging-button.disabled:hover, 
.table-wrapper div.dt-container .dt-paging .dt-paging-button.disabled:active {
  background-color: transparent;
  border-color: transparent;
  padding: 0 2.5px;
  margin: 0; }
.table-wrapper .page-item,
.table-wrapper .page-item:hover,
.table-wrapper .page-item:active {
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important; }
.table-wrapper .page-item .page-link {
  border: 0;
  box-shadow: none; }
.table-wrapper .page-item.active .page-link {
  border: 1px solid rgba(46, 103, 136, 0.25); }
.table-wrapper .page-item .page-link.first,
.table-wrapper .page-item .page-link.previous,
.table-wrapper .page-item .page-link.last,
.table-wrapper .page-item .page-link.next {
  font-size: 1rem;
  border: 0; }
.table-wrapper .active > .page-link,
.table-wrapper .page-link {
  color: #212426;
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  background-color: #FFF; 
  width: 30px;
  height: 30px; 
  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: 5px; }
.table-wrapper .active > 
.table-wrapper .page-link,
.table-wrapper .page-link.active {
  border-radius: 10px;
  border: 1px solid rgba(46, 103, 136, 0.25);
  background-color: #FFF; }
.table-wrapper .disabled > .page-link,
.table-wrapper .page-link.disabled {
  background-color: #FFF;
  color: #212426; 
  border-color: transparent; }
.table-wrapper div.dt-container .dt-paging .dt-paging-button:hover {
  background-color: #FFF;
  background: none;
  border-color: transparent; }
.table-wrapper div.dt-container .dt-paging .dt-paging-button {
  padding: 0 2.5px; }
.table-wrapper div.dt-container div.dt-info {
  color: #212426;
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1; }

/*** EVENTS DETAIL ***/
.members-nonmembers {
  border-radius: 10px;
  border: 2px dashed rgba(46, 103, 136, 0.25);
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
.members-nonmembers .acspmembers {
  color: #C5A887;
  font-size: 0.88rem;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  width: 50%;
  padding: 30px;
  border-right: 2px dashed rgba(46, 103, 136, 0.25); }
.members-nonmembers .nonmembers {
  color: #2E6788;
  font-size: 0.88rem;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  width: 50%;
  padding: 30px; }
.members-nonmembers strong {
  font-size: 2.66rem;
  display: block;
  font-style: normal;
  font-weight: 400;
  line-height: 1; }
body.eventsDetailPage article h2 {
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 15px; }
body.eventsDetailPage article h2:first-of-type {
  margin-top: 0; }
body.eventsDetailPage article ul {
  list-style: none;
  padding: 0;
  margin: 0; }
body.eventsDetailPage article ul li {
  padding-left: 25px;
  line-height: 1.8;
  position: relative; }
body.eventsDetailPage article ul li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background-image: url('../images/ico-check.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

/*** CONTACT ***/
.contact-cont-box h1,
.contact-cont-box h2 {
  font-size: 2.5rem; 
  margin-bottom: 30px; }
.contact-cont-box a.tel,
.contact-cont-box a.email,
.contact-cont-box .address {
  position: relative;
  padding-left: 44px;
  display: block;
  color: #FFF;
  text-decoration: none; 
  margin-bottom: 15px;
  line-height: 1.5; }
.contact-cont-box a.tel:before,
.contact-cont-box a.email:before,
.contact-cont-box .address:before {
  content: '';
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
.contact-cont-box a.tel:before {
  background-image: url('../images/ico-tel-white.svg'); }
.contact-cont-box a.email:before {
  background-image: url('../images/ico-email-white.svg'); }
.contact-cont-box .address:before {
  background-image: url('../images/ico-pin-white.svg'); }
#contact-form .form-control,
.login-form .form-control {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 10px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 11px 20px; }
#contact-form .form-control:focus,
.login-form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFF;
  border: 1px solid rgba(255, 255, 255, 1);
  background-color: #2A6182; }
#contact-form .form-control::-moz-placeholder,
.login-form .form-control::-moz-placeholder {
  color: #FFF; }
#contact-form .form-control:-ms-input-placeholder,
.login-form .form-control:-ms-input-placeholder {
  color: #FFF; }
#contact-form .form-control::-webkit-input-placeholder,
.login-form .form-control::-webkit-input-placeholder  {
  color: #FFF; }
.right-col {
  background-image: url('../images/login-rightcol-bg.png'), url('../images/login-rightcol-bg.png');
  background-position: bottom, top;
  background-repeat: repeat-x, repeat-x;
  background-size: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 6%;
  padding-right: 6%; }

/*** ASIDE ***/
.sticky.subnav {
	padding: 10px 20px;
	border: 1px solid rgba(46, 103, 136, 0.25);
	border-radius: 10px
}
aside .sectionTitle {
  color: #2E6788;
  -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 1.1rem;
  text-align: left;
  padding-bottom: 5px;
  position: relative;
  margin-top: 5px;
  margin-bottom: 0px; }
aside .sectionTitle:after {
  content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 12px;   /* adjusted to match 12x12 */
	height: 12px;
	background-image: url('../images/arrow-select.svg');
	background-size: contain;
	background-repeat: no-repeat;
	transform: translateY(-50%) translateY(-2px);
	transform-origin: center; /* <-- important */
	transition: transform 0.25s ease; }
aside .sectionTitle.active:after {
	transform: translateY(-50%) translateY(-2px) rotate(180deg);}
aside ul.aside-nav {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 99;
  list-style: none;
  margin: 0; }
aside .sectionTitle.active + ul {
  display: block;
	padding-left: 0; }
aside ul li {
  line-height: 1;
  margin: 15px 0; }
aside ul li a {
  color: rgba(46, 103, 136, 0.60);
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-decoration: none; }
aside ul li a.active {
	display:none;}
aside #dateForm .form-select {
  font-size: 1.25rem; }
.aside-become .pic {
  padding-bottom: 66%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.aside-become .text {
  padding: 30px 30px 40px 30px; }
.aside-become .text h2 {
  color: #FFF;
  font-size: 1.66rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px; }

/*** LEGALS ***/
.legalsPage .content article h2 {
  font-size: 1.1rem;
  margin-top: 30px;
  margin-bottom: 15px; }

/*** ICO's ***/
[class^="ico-"] {
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
[class^="ico-sn-"] {
  width: 25px;
  height: 25px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
[class^="ico-sn-"]:hover,
[class^="ico-sn-"]:focus {
  opacity: 0.6; }
.ico-sn-fb {
  background-image: url('../images/fb.svg'); }
.ico-sn-in {
  background-image: url('../images/in.svg'); }


/*** FOOTER ***/
footer {
  background-image: url('../images/footer-bg2.jpg');
  background-repeat: repeat-x;
  background-size: 100%;
  position: relative;
  background-color: #2E6788;
  padding: 90px 0 0 0; }
footer .sectionTitle { 
  color: #FFF;
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.32px;
  margin-top: 20px;
  margin-bottom: 20px; }
footer ul.nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
footer ul.nav li {
  line-height: 1;
  margin-bottom: 10px; }
footer ul.nav li a { 
  color: #FFF;
  font-size: 1.05rem;
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;}
footer ul.nav li a:hover,
footer ul.nav li a:focus,
footer ul.nav li a.active { 
  color: #FFF;
  text-decoration: underline; }
footer .cta-f a {
  color: #FFF;
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
  white-space: nowrap; }
footer .social {
  margin-top: 25px;
  text-align: center; }
footer .social a {
  display: inline-block;
  margin: 0 5px; }
footer .copy-legals {
  margin-top: 0;
  padding: 40px 0; }
footer .copy-legals p {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  margin: 0 0 10px; }
footer .copy-legals a {
  text-decoration: none;
  color: #FFF;
  margin: 0; }
footer .copy-legals a:hover,
footer .copy-legals a:focus {
  text-decoration: underline; }
footer .copy-legals span {
  display: block;
  margin: 20px 0 0 0; }
footer .copy-legals span a {
  text-decoration: underline; }
footer .copy-legals span a:hover,
footer .copy-legals span a:focus {
  text-decoration: none; }
.table {
  color: #fff; }

@media (min-width: 768px) {

  header ul.navbar-nav li a {
    font-size: 1.05rem;
    line-height: 1.1;
    padding: 10px 0; }
  .navbar>.container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .navbar-collapse.show {
    top: 77px;
    padding: 60px 20px; }
  header .header-auth-btns .btn {
    font-size: 1.5rem;
    padding: 20px 30px; }
  .meta time,
  .meta span {
    padding: 14px 20px;
    padding-left: 46px;
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: 16px; }
  .head .pic {
    display: inline-block; }
  h1,
  .application-modal h2 {
    margin: 0;}
  .meta > div {
    display: inline-block; }
  .grid-content h2,
  .membership-section h2 {
    margin-bottom: 30px;}
  .team-list li {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px 0; }
  .team-list li:nth-child(even) {
    margin-left: 0; }
  .team-list li a .text {
    padding-right: 30px;
    padding-top: 30px; }
  .team-section ul li a h2 {
    margin-bottom: 30px;
    min-height: auto; }
  .team-modal .profile {
    margin-bottom: 0; }
  .team-list li .bottom-label {
    left: 30px;
    bottom: 30px;
    right: auto;
		padding: 15px 20px;}
  .gallery ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .gallery ul li {
    -ms-flex: 0 0 21%;
    -webkit-box-flex: 0;
    flex: 0 0 21%;
    max-width: 21%; }
  .gallery ul li:last-child {
    -ms-flex: 0 0 16%;
    -webkit-box-flex: 0;
    flex: 0 0 16%;
    max-width: 16%;
    display: inline-block; }
  .events-list-section li .body-card,
  .events-list li .body-card {
    padding: 60px; }
  .table-wrapper {
    padding: 30px 20px; }
  .grid-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px; }
  .table-wrapper table.dataTable > thead > tr > th, 
  .table-wrapper table.dataTable > thead > tr > td {
    padding: 20px;
    font-size: 0.88rem; }
  .table-wrapper table.dataTable.display tbody tr td {
    font-size: 0.88rem; }
  .table-wrapper table.dataTable.display tbody tr td:first-of-type {
    padding: 20px; }
  .table-wrapper table.dataTable.display tbody tr td a {
    font-size: 0.88rem; }
  .grid-content > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1; }
  .grid-content > *:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 3; }
  .grid-content > *:nth-child(3) {
		-ms-grid-row: 1;
		-ms-grid-column: 5; }
  .grid-content > *:nth-child(4) {
		-ms-grid-row: 3;
		-ms-grid-column: 1; }
  .grid-content > *:nth-child(5) {
		-ms-grid-row: 3;
		-ms-grid-column: 3; }
  .grid-content > *:nth-child(6) {
		-ms-grid-row: 3;
		-ms-grid-column: 5; }
  .grid-content > *:nth-child(7) {
		-ms-grid-row: 5;
		-ms-grid-column: 1; }
  .grid-content > *:nth-child(8) {
		-ms-grid-row: 5;
		-ms-grid-column: 3; }
  .grid-content > *:nth-child(9) {
		-ms-grid-row: 5;
		-ms-grid-column: 5; }
  .grid-content > *:nth-child(10) {
		-ms-grid-row: 7;
		-ms-grid-column: 1; }
  .grid-content > *:nth-child(11) {
		-ms-grid-row: 7;
		-ms-grid-column: 3; }
  .grid-content > *:nth-child(12) {
		-ms-grid-row: 7;
		-ms-grid-column: 5; }
  .grid-content > *:nth-child(13) {
		-ms-grid-row: 9;
		-ms-grid-column: 1; }
  .grid-content > *:nth-child(14) {
		-ms-grid-row: 9;
		-ms-grid-column: 3; }
  .grid-content > *:nth-child(15) {
		-ms-grid-row: 9;
		-ms-grid-column: 5; }
  .grid-content > *:nth-child(16) {
		-ms-grid-row: 11;
		-ms-grid-column: 1; }
  .grid-content > *:nth-child(17) {
		-ms-grid-row: 11;
		-ms-grid-column: 3; }
  .grid-content > *:nth-child(18) {
		-ms-grid-row: 11;
		-ms-grid-column: 5; }  
  .grid-content .text-box {
    padding: 30px;}
  .div1 { 
    background: -o-linear-gradient(315deg, #FFF 0%, #F6F4EE 100%), #FFF; 
    background: linear-gradient(135deg, #FFF 0%, #F6F4EE 100%), #FFF;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 3 / 2; }
  .div2 { 
    -ms-grid-row: 3; 
    -ms-grid-row-span: 1; 
    -ms-grid-column: 1; 
    -ms-grid-column-span: 1; 
    grid-area: 3 / 1 / 4 / 2; }
  .div3 { 
    background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0.75) 0%, rgba(246, 244, 238, 0.75) 100%), #FFF; 
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.75) 0%, rgba(246, 244, 238, 0.75) 100%), #FFF;
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 4 / 1 / 6 / 2; }
  .div4 { 
      -ms-grid-row: 1; 
      -ms-grid-row-span: 1; 
      -ms-grid-column: 2; 
      -ms-grid-column-span: 1; 
      grid-area: 1 / 2 / 2 / 3; }
  .div5 { 
    background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0.75) 0%, rgba(246, 244, 238, 0.75) 100%), #FFF; 
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.75) 0%, rgba(246, 244, 238, 0.75) 100%), #FFF;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2 / 2 / 4 / 3; }
  .div6 { 
    background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0.75) 0%, rgba(246, 244, 238, 0.75) 100%), #FFF; 
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.75) 0%, rgba(246, 244, 238, 0.75) 100%), #FFF;
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 4 / 2 / 6 / 3; }
  .div7 { -ms-grid-row: 6; -ms-grid-row-span: 1; -ms-grid-column: 1; -ms-grid-column-span: 2; grid-area: 6 / 1 / 7 / 3; }
  .div8 { 
    background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0.75) 0%, rgba(246, 244, 238, 0.75) 100%), #FFF; 
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.75) 0%, rgba(246, 244, 238, 0.75) 100%), #FFF;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 1 / 3 / 3 / 4; }
  .div9 { -ms-grid-row: 3; -ms-grid-row-span: 2; -ms-grid-column: 3; -ms-grid-column-span: 1; grid-area: 3 / 3 / 5 / 4; }
  .div10 { 
    background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0.75) 0%, rgba(246, 244, 238, 0.75) 100%), #FFF; 
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.75) 0%, rgba(246, 244, 238, 0.75) 100%), #FFF;
    -ms-grid-row: 5;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 5 / 3 / 7 / 4; }
  .grid-content .image {
    position: absolute;}
  .grid-content .image.h100 {
    padding-bottom: 0; }
  .grid-content .image.h50 {
    padding-bottom: 0; }
  .members-slider,
  .members-slider1 {
    padding-bottom: 30px !important; }
  .members-top-section .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .members-top-section .title-rotate {
    position: absolute;
    top: 30px;
    padding-left: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl; }
  .members-top-section .title-rotate:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: auto;
    height: auto;
    width: 1px;
    background-color: rgba(46, 103, 136, 0.15); }
  h1,
  .application-modal h2 {
    font-size: 3rem; }
  h2 {
    font-size: 3rem;
    padding:0;}
  .cards-menu ul li:nth-child(2) .d-md-flex,
  .cards-menu ul li:nth-child(3) .d-md-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .cards-menu ul li a .text {
    padding: 20px;
    width: 50%; }
  .cards-menu ul li a .pic-wrapper {
    width: 50%; }
  .cards-menu ul li a .text h2,
  article h2,
  .grid-content h2,
  .membership-section h2 {
    font-size: 1.8rem; }
	.about-box {
		flex-direction: row; }
	.about-box .pic-wrapper,
	.about-box .text {
		order: initial;
	}

  .events-list li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .cards-menu ul li a .text h2 {
    text-decoration: none;}
  .events-list li .top-card {
    padding: 80px 30px 80px 80px;
    width: 40%; }
  .events-list li .body-card {
    padding: 30px 9%;
    width: 60%; }
  .events-list-section {
    margin: -10px; }
  .events-list-section li {
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 10px; }
  .events-list-section li .top-card,
  .events-list li .top-card {
    padding:60px 60px 60px 120px;}
  .events-list-section li .top-card {
    padding: 20px 20px 20px 60px; }
  .events-list-section li .top-card .category {
    padding: 10px;
    font-size: 0.8rem;
    letter-spacing: 3px; }
  .events-list-section li .top-card .time,
  .events-list li .top-card .time {
    font-size: 1.1rem; }
  .events-list-section li .top-card time {
    font-size: 1.8rem; }
  .events-list li .top-card time {
    font-size: 1.65rem; }
  .events-list-section li .body-card {
    padding: 20px; }
  .events-list-section li .body-card h2 {
    font-size: 1.1rem;
    margin-bottom: 10px; }
  .team-list { 
    margin: -30px -15px;
    margin-top: 10px; }
  .team-list li {
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 30px 15px; }
  .membership-list li {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; }
  .members-nonmembers {
    display: block; }
  .members-nonmembers .acspmembers {
    width: 100%;
    border-right: 0;
    border-bottom: 2px dashed rgba(46, 103, 136, 0.25); }
  .members-nonmembers .nonmembers {
    width: 100%; }
  .contact-cont-box {
    position: relative; }
  .contact-cont-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 1px;
    margin-left: -0.5px;
    background: rgba(255, 255, 255, 0.10); }
  .membership-section .pic { 
    padding-bottom: 0; }
  .application-modal .btn-close {
    top: 27px;
    left: 27px;
    width: 35px;
    height: 35px; }
  .application-modal .modal-content {
    padding-top: 100px;
    padding-bottom: 80px; }
  .left-col {
		display:flex;
    width: 50%;
    height: 100%;
    overflow: hidden; }
	.left-col .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 1; }
	.left-col .slide.active {
    opacity: 1; }
  .logo-login {
    position: relative;
    width: 175px;
    height: 62.05px; }
  .mh100vh {
    min-height: 100vh; }
  .table-wrapper div.dt-container div.dt-search label {
    color: rgba(33, 36, 38, 0.60);
    font-size: 0.88rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1; }
  .table-wrapper div.dt-container div.dt-search input {
    margin-left: 15px;
    border-radius: 10px;
    border: 1px solid rgba(46, 103, 136, 0.25);
    background-color: #FFF; }
  .table-wrapper div.dt-container div.dt-search input:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
article {
  margin-top: 0px!important; }
	.sticky.subnav {
		padding: 0;
		border: 0;
		border-radius: 0; }
  aside .sectionTitle {
    display: none; }
  aside ul li {
    margin-bottom: 15px; }
  aside ul li a {
    color: rgba(46, 103, 136, 0.60);
    font-size: 0.88rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.32px;
    text-decoration: none;
		text-transform: uppercase;}
  aside ul li a:hover,
  aside ul li a:focus,
  aside ul li a.active {
    color: #2E6788;
    text-decoration: underline; }
	aside ul li a.active {
		display:block; }
  aside ul.aside-nav {
    padding: 0;
    position: static;
    background-color: transparent;
    display: block; }
  .sticky {
    position: sticky;
    top: 100px; }
  footer {
    padding-top: 120px;
    background-size: 60%;
    text-align: left; }
  footer .sectionTitle {
    text-align: left;
    margin-top: 0;
    margin-bottom: 30px; }
  footer ul.nav li {
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px; }
	footer .cta-f a {
		margin-bottom:15px; }
  footer .social {
    text-align: left; }
	footer .copy-legals {
		margin-top: 10px; }
	footer .copy-legals a {
		margin: 0 5px; }
  footer .social a {
    margin: 0 10px 0 0; }
  footer .copy-legals p {
    margin: 0;
		font-size: 1.05rem;}
	footer .copy-legals span {
		margin: 15px 0 0 0; }
  a.back:before {
    margin-right: 20px; }
  .contact-cont-box h1,
  .contact-cont-box h2 {
    font-size: 1.4rem; 
    margin-bottom: 30px; }
 
}

@media (min-width: 992px) {

  .py-content{
    padding-top: 70px;
    padding-bottom: 70px; }
  .my-content {
    margin-top: 70px;
    margin-bottom: 70px; }
  .mt-40 {
    margin-top: 20px; }
  .login-register {
    display: inline-block;
    text-align: right;
    width: 500px; }
  .login-register.logged-in {
    text-align: right;
    width: 450px; }
  header .logo,
  header .logo-home {
    width: 320px; }
  .login-register a {
    margin-left: 6px; }
  .navbar .navbar-brand {
    position: static; 
    -webkit-transform: none; 
        -ms-transform: none; 
            transform: none; }
  .navbar-expand-lg .navbar-collapse {
    position: static;
    padding: 0;
    width: auto;
    height: auto; 
    -webkit-box-pack: center; 
        -ms-flex-pack: center; 
            justify-content: center; }
  .navbar-expand-lg .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .navbar-collapse ul.navbar-nav {
    width: auto; }
  .navbar-expand-lg .navbar-nav li {
    padding: 0 10px; }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0; }
  .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0; }
  .navbar-nav .nav-link {
    text-transform: none;
    padding-left: 0;
    padding-right: 0; }
  .cards-menu ul li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0; }
  .homePage .head {
    padding-top: 80px;
    padding-bottom: 100px; }
  .cards-menu ul li:nth-child(2) .d-md-flex,
  .cards-menu ul li:nth-child(3) .d-md-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .membership-list {
    margin: -15px; }
  .membership-list li {
    padding: 15px; }
  .membership-list li a {
    padding: 20px; }
  .membership-list li .logo:before {
    width: 95px; }
  .membership-list li .logo {
    height: 90px;
    padding: 0 20px;
    margin-bottom: 20px; }
  footer {
    padding-top: 150px; }
  footer .copy-legals p {
    font-size: 0.88em; }
  footer .copy-legals p a {
    text-decoration: none; }
  footer .copy-legals p a:hover,
  footer .copy-legals p a:focus {
    text-decoration: underline; }
  footer .copy-legals {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  footer .copy-legals a {
    margin: 0 15px 0 0; }
  footer .copy-legals span {
    display: inline-block;
    margin: 0 0 0 5px; }
  footer .copy-legals span a {
    margin: 0; }
  footer .copy-legals {
    margin-top: 70px; }
}

@media screen and (min-width: 1024px) {

  .container {
    padding-left: 3rem;
    padding-right: 3rem; }
  
}

@media (min-width: 1200px) {
  html {
    font-size: 16px; }
  .btn, button {
    padding: 1.05rem 1.4rem; }
  .navbar-expand-lg .navbar-nav li {
    padding: 0 15px; }
  .navbar .navbar-brand img,
  footer .logo img {
    width: 197.4px;
    height: 70px; }
  .members-top-section p,
  .team-section ul li a h2 {
    font-size: 2.33rem; }
  .team-list li .bottom-label {
    font-size: 0.88rem; }
  .team-list li p {
    line-height: 1.8; }
  .head .category {
    padding: 22px; }
  .logo-section:before {
    width: calc(50% - 140px); }
  .logo-section:after {
    width: calc(50% - 140px); }
  .logo-section img {
    width: 197.4px;
    height: 70px; }
  .grid-content .text-box {
    padding-left: 12%;
    padding-right: 12%;
    padding-top: 40px;
    padding-bottom: 40px; 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .contact-details {
    margin-top: 45px; }
  .contact-details h2 {
    font-size: 1.25rem;
    margin-bottom: 40px; }
  .head p,
  p.big,
  .legalsPage .content article h2,
  body.eventsDetailPage article h2 {
    font-size: 1.25rem; }
  .become h2 {
    margin-bottom: 30px; }
  .cards-menu ul li a .text {
    padding: 30px; }
  .events-list-section li,
  .events-list li {
    padding: 15p; }
  .events-list-section li .top-card {
    padding: 40px 40px 40px 90px; }
  .events-list li .top-card {
    padding: 80px 40px 80px 90px;
    width: 33.5%; }
  .events-list li .body-card {
    width: 66.5%; }
  .events-list-section li .top-card .category,
  .events-list li .top-card .category {
    padding: 15px;
    font-size: 0.88rem;
    letter-spacing: 6.4px; }
  .events-list-section li .top-card time {
    font-size: 2rem; }
  .events-list li .top-card time {
    font-size: 1.9rem; }
  .events-list-section li .top-card .time,
  .events-list li .top-card .time {
    font-size: 1.25rem; }
  .events-list-section li .body-card {
    padding: 40px; }
  .events-list li .body-card {
    padding: 40px 9%; }
  .events-list-section li .body-card h2,
  .events-list li .body-card h2{
    font-size: 1.25rem;
    margin-bottom: 20px; }
  .team-list { 
    margin-top: 30px; }
  .members-slider1 img,
  .members-slider img {
    max-height: 120px;  }
  .members-slider .swiper-slide,
  .members-slider1 .swiper-slide {
    height: 180px; }
  .membership-list li a {
    padding: 20px; }
  .membership-list li .logo {
    height: 150px;
    padding: 0 20px;
    margin-bottom: 20px; }
  .membership-list li .logo img {
    max-height: 100px; }
  .members-nonmembers .acspmembers {
    padding: 40px; }
  .members-nonmembers .nonmembers {
    padding: 40px; }
  .members-nonmembers strong {
    font-size: 3.5rem; }
  .membership-list li p {
  font-size: 0.88rem; }
  .contact-cont-box h1,
  .contact-cont-box h2 {
    margin-bottom: 60px; }
  .contact-cont-box a.tel,
  .contact-cont-box a.email,
  .contact-cont-box .address { 
    margin-bottom: 30px; }
  .application-modal h2 {
    margin-bottom: 30px; }
  .right-col {
    padding-left: 10%;
    padding-right: 10%; }
  aside ul li {
    margin-bottom: 30px; }
  .legalsPage .content article h2,
  body.eventsDetailPage article h2 {
    margin-top: 45px;
    margin-bottom: 22.5px; }
  .close-back {
    position: absolute;
    top: 40px;
    left: 40px; 
    width: 50px;
    height: 50px; }
  footer {
    padding-top: 180px; }
}

@media screen and (min-width: 1400px) {

  .py-content{
    padding-top: 100px;
    padding-bottom: 100px; }
  .my-content {
    margin-top: 100px;
    margin-bottom: 100px; }
  .mt-40 {
    margin-top: 25px; }
  .homePage .head {
    padding-top: 110px;
    padding-bottom: 150px; }
  body.eventsDetailPage .head {
    padding-left: 60px; }
  header .logo-home {
    width: 350px; }
  header .logo {
    width: 350px; }
  h1,
  .application-modal h2 {
    font-size: 3.9rem; }
  h2 {
    font-size: 3.9rem; }
  .cards-menu ul li a .text h2,
  article h2 {
    margin-bottom: 25px; }
  article h2 {
    margin-top: 45px;
    margin-bottom: 22px; }
  article p.big,
  .content p.big {
    margin-bottom: 45px; }
  .membership-list li a {
    padding: 30px; }
  .membership-list li .logo {
    height: 160px;
    padding: 0 30px;
    margin-bottom: 30px; }
  .membership-list li .logo img {
    max-height: 110px; }
  .login-form {
    margin-top: 45px; } 
  .active>.page-link, .page-link {
    width: 40px;
    height: 40px; }
  footer .copy-legals {
    margin-top: 100px; }
  footer .copy-legals a {
    margin: 0 30px 0 0; }
    
  
}

@media screen and (min-width: 1550px) {

  .container {
    padding-left: 3.5rem;
    padding-right: 3.5rem; }
  
}

@media screen and (min-width: 1770px) {
  html {
    font-size: 18px; }
  .container {
    max-width: 1930px;
    padding-left: 130px;
    padding-right: 130px; }
  .py-content {
    padding-top: 120px;
    padding-bottom: 120px; }
  .my-content {
    margin-top: 120px;
    margin-bottom: 120px; }
  .mt-40 {
    margin-top: 40px; }
  .navbar-expand-lg .navbar-nav li {
    padding: 0 25px; }
  .homePage .head {
    padding-top: 130px;
    padding-bottom: 170px; }
  .membership-list li a {
    padding: 40px; }
  .membership-list li .logo {
    height: 220px;
    padding: 0 40px;
    margin-bottom: 40px; }
  .membership-list li .logo img {
    max-height: 125px; }
  body.bamPage h1 {
    margin-bottom: 40px; }
  .application-modal h2 {
    margin-bottom: 40px; }
  .application-modal .btn-close {
    top: 40px;
    left: 40px;
    width: 50px;
    height: 50px; }
  .application-modal .modal-content {
    padding-top: 180px;
    padding-bottom: 120px; }
  .login-form {
    margin-top: 60px; }
  body.loginPage h1 {
    margin-bottom: 40px; }
  .right-col {
    background-size: 100%;
    padding-left: 14%;
    padding-right: 14%; }
  .logo-login {
    width: 380px;
    height: 134.752px; }
  footer {
    padding-top: 220px; }
  footer .copy-legals {
    margin-top: 120px; }
}

@media screen and (min-width: 1920px) {
  .btn, button {
    padding: 0.9rem 1.66rem; }
  .container {
    max-width: 1930px;
    padding-left: 150px;
    padding-right: 150px; }
  .navbar .navbar-brand img,
  footer .logo img {
    width: 282px;
    height: 100px; }
  .logo-section:before {
    width: calc(50% - 200px); }
  .logo-section:after {
    width: calc(50% - 200px); }
  .logo-section img {
    width: 282px;
    height: 100px; }
  .grid-content .text-box {
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 50px;
    padding-bottom: 50px; }
  h1,
  .application-modal h2 {
    font-size: 4.66rem; }
  h2 {
    font-size: 4.66rem; }
  article h2 {
    margin-top: 60px;
    margin-bottom: 30px; }
  article p.big,
  .content p.big {
    margin-bottom: 60px; }
  .contact-details h2,
  .legalsPage .content article h2,
  body.eventsDetailPage article h2,
  .head p,
  p.big {
    font-size: 1.44rem; }
  .become h2 {
    margin-bottom: 40px; }
  .cards-menu ul li a .text {
    padding: 60px; }
  .cards-menu ul li a .text h2,
  .team-modal h2,
  .contact-cont-box h1,
  .contact-cont-box h2,
  .grid-content h2,
  .membership-section h2 {
    font-size: 2.55rem; }
  .events-list-section {
    margin: -15px; }
  .events-list-section li {
    padding: 15p; }
  .events-list-section li .top-card {
    padding: 60px 60px 60px 120px; }
  .events-list li .top-card {
    padding: 130px 60px 130px 120px; }
  .events-list-section li .top-card .category,
  .events-list li .top-card .category {
    padding: 22px;
    font-size: 0.88rem;
    letter-spacing: 6.4px; }
  .events-list-section li .top-card time {
    font-size: 2.55rem; }
  .events-list li .top-card time {
    font-size: 2.33rem; }
  .events-list-section li .top-card .time,
  .events-list li .top-card .time {
    font-size: 1.44rem; }
  .events-list-section li .body-card,
  .events-list li .top-card .body-card {
    padding: 60px; }
  .events-list-section li .body-card h2,
  .events-list li .body-card h2 {
    font-size: 1.44rem;
    margin-bottom: 20px; }
  .team-list { 
    margin-top: 40px; }
  .members-slider1 img,
  .members-slider img {
    max-height: 160px;  }
  .members-slider .swiper-slide,
  .members-slider1 .swiper-slide {
    height: 280px; }
  .membership-list li .logo:before {
    width: 120px; }
  .members-nonmembers strong {
    font-size: 4.66rem; }
  .contact-details {
    margin-top: 60px; }
  .contact-cont-box h1,
  .contact-cont-box h2 {
    margin-bottom: 80px; }
  .legalsPage .content article h2,
  body.eventsDetailPage article h2 {
    margin-top: 60px;
    margin-bottom: 30px; }
  }
  @media (max-width: 576px) {
    .container {
      padding-left: 1.5rem;
      padding-right: 1.5rem;}
    .events .py-content {
      padding-bottom: 20px; }
    .legals a {
      display: block;
      margin-bottom: 0.25rem; }
    .legals span a {
      display: inline-block;}
    .legals span {
      margin-top: 0.5rem; }
  }