@charset "utf-8";
.box-sizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@font-face {
  font-family: 'HPSimplified Bold';
  src: url('font/HPSimplifiedW10-Bold.eot');
  src: url('font/HPSimplifiedW10-Bold.eot?#iefix') format('embedded-opentype'), url('font/HPSimplifiedW10-Bold.woff') format('woff'), url('font/HPSimplifiedW10-Bold.ttf') format('truetype'), url('font/HPSimplifiedW10-Bold.svg#font/HPSimplifiedW10-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HPSimplified Light';
  src: url('font/HPSimplifiedW10-Light.eot');
  src: url('font/HPSimplifiedW10-Light.eot?#iefix') format('embedded-opentype'), url('font/HPSimplifiedW10-Light.woff') format('woff'), url('font/HPSimplifiedW10-Light.ttf') format('truetype'), url('font/HPSimplifiedW10-Light.svg#font/HPSimplifiedW10-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HPSimplified';
  src: url('font/HPSimplifiedW10-Regular.eot');
  src: url('font/HPSimplifiedW10-Regular.eot?#iefix') format('embedded-opentype'), url('font/HPSimplifiedW10-Regular.woff') format('woff'), url('font/HPSimplifiedW10-Regular.ttf') format('truetype'), url('font/HPSimplifiedW10-Regular.svg#font/HPSimplifiedW10-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  width: 100%;
  background: #f0f0f0;
  font-family: Arial, Helvetica, sans-serif;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  padding: 0;
  margin: 0;
}
img {
  border: none;
  outline: none;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
input[type='submit'] {
  cursor: pointer;
  background: #19468D;
  color: #FFF;
  font-family: 'HPSimplified Bold';
  font-size: 18px;
  outline: none;
  border: none;
  display: inline-block;
  width: auto;
  text-indent: 0;
  text-align: center;
  padding: 5px 10px;
}
header:after,
.clearer:after {
  content: "";
  display: block;
  clear: both;
}
header,
.clearer {
  position: relative;
}
header .top {
  padding: 0px 0;
}
.headerWrap {
  display: flex;
  flex-direction: column;
}
.headerWrap header {
  order: 1;
  background-color: #fff;
}
.headerWrap header .headerBlueLine {
  background-color: #17468F;
  width: 100%;
}
.headerWrap header .headerBlueLine .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .headerWrap header .headerBlueLine .container {
    flex-direction: column;
  }
}
.headerWrap header .headerBlueLine .container ul.menu {
  width: 100%;
  order: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .headerWrap header .headerBlueLine .container ul.menu {
    display: none;
    flex-direction: column;
    order: 2;
  }
}
.headerWrap header .headerBlueLine .container ul.menu li {
  padding: 0px;
}
.headerWrap header .headerBlueLine .container ul.menu li a,
.headerWrap header .headerBlueLine .container ul.menu li a:link,
.headerWrap header .headerBlueLine .container ul.menu li a:hover,
.headerWrap header .headerBlueLine .container ul.menu li a:visited {
  display: block;
  padding: 0px 20px;
  line-height: 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  font-family: 'HPSimplified Light';
  transition: background-color 0.3s linear;
}
.headerWrap header .headerBlueLine .container ul.menu li a:hover {
  text-decoration: none;
  background-color: #1e59b2;
}
.headerWrap header .headerBlueLine .container ul.menu li .submenus {
  display: none;
  position: absolute;
  flex-direction: column;
  z-index: 100;
  background-color: #F7A81B;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .headerWrap header .headerBlueLine .container ul.menu li .submenus {
    position: relative;
    flex-direction: column;
  }
}
.headerWrap header .headerBlueLine .container ul.menu li .submenus .heading {
  font-size: 18px;
  font-family: 'HPSimplified Bold';
  text-align: left;
}
.headerWrap header .headerBlueLine .container ul.menu li .submenus .heading:hover {
  background-color: #f49b02;
}
.headerWrap header .headerBlueLine .container ul.menu li .submenus ul {
  display: flex;
  flex-direction: column;
  width: 300px;
  list-style-type: none;
  padding: 0px 0px 5px 0px;
}
.headerWrap header .headerBlueLine .container ul.menu li .submenus ul li a,
.headerWrap header .headerBlueLine .container ul.menu li .submenus ul li a:link,
.headerWrap header .headerBlueLine .container ul.menu li .submenus ul li a:hover,
.headerWrap header .headerBlueLine .container ul.menu li .submenus ul li a:visited {
  padding: 5px 20px;
  font-size: 16px;
  line-height: normal;
}
.headerWrap header .headerBlueLine .container ul.menu li .submenus ul li ul {
  display: none;
}
.headerWrap header .headerBlueLine .container ul.menu li .submenus:before {
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  top: -30px;
  z-index: 100;
  left: 20px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #F7A81B;
}
.headerWrap header .headerBlueLine .container ul.menu li:hover .submenus {
  display: flex;
}
.headerWrap header .headerBlueLine .container .becomeMember,
.headerWrap header .headerBlueLine .container .becomeMember:link,
.headerWrap header .headerBlueLine .container .becomeMember:hover,
.headerWrap header .headerBlueLine .container .becomeMember:visited {
  display: flex;
  order: 2;
  align-items: center;
  width: fit-content;
  padding: 0 1rem;
  background: #0067c8;
  color: #fff;
  font-family: 'HPSimplified Bold';
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .headerWrap header .headerBlueLine .container .becomeMember,
  .headerWrap header .headerBlueLine .container .becomeMember:link,
  .headerWrap header .headerBlueLine .container .becomeMember:hover,
  .headerWrap header .headerBlueLine .container .becomeMember:visited {
    width: 100%;
    padding: 0.3rem 1rem;
    justify-content: center;
  }
}
.headerWrap header .headerBlueLine .container ul.login {
  display: flex;
  order: 3;
  flex-direction: column;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .headerWrap header .headerBlueLine .container ul.login {
    display: block;
    width: 100%;
    height: auto;
    order: 1;
  }
}
.headerWrap header .headerBlueLine .container ul.login li {
  position: relative;
}
.headerWrap header .headerBlueLine .container ul.login li a,
.headerWrap header .headerBlueLine .container ul.login li a:link,
.headerWrap header .headerBlueLine .container ul.login li a:hover,
.headerWrap header .headerBlueLine .container ul.login li a:visited {
  display: flex;
  height: 50px;
  width: 170px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  flex-direction: row;
  padding: 3px 10px;
  font-size: 16px;
  color: #fff;
  font-family: 'HPSimplified Bold';
  transition: background-color 0.3s linear;
  background-color: #F7A81B;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .headerWrap header .headerBlueLine .container ul.login li a,
  .headerWrap header .headerBlueLine .container ul.login li a:link,
  .headerWrap header .headerBlueLine .container ul.login li a:hover,
  .headerWrap header .headerBlueLine .container ul.login li a:visited {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
  }
}
.headerWrap header .headerBlueLine .container ul.login li a span,
.headerWrap header .headerBlueLine .container ul.login li a:link span,
.headerWrap header .headerBlueLine .container ul.login li a:hover span,
.headerWrap header .headerBlueLine .container ul.login li a:visited span {
  display: block;
}
.headerWrap header .headerBlueLine .container ul.login li a span.icon,
.headerWrap header .headerBlueLine .container ul.login li a:link span.icon,
.headerWrap header .headerBlueLine .container ul.login li a:hover span.icon,
.headerWrap header .headerBlueLine .container ul.login li a:visited span.icon {
  margin-right: 10px;
  font-size: 35px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .headerWrap header .headerBlueLine .container ul.login li a span.icon,
  .headerWrap header .headerBlueLine .container ul.login li a:link span.icon,
  .headerWrap header .headerBlueLine .container ul.login li a:hover span.icon,
  .headerWrap header .headerBlueLine .container ul.login li a:visited span.icon {
    font-size: 18px;
    padding: 5px 0px;
  }
}
.headerWrap header .headerBlueLine .container ul.login li .profile-menu {
  display: flex;
  position: absolute;
  background-color: #F7A81B;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px;
  top: 50px;
  left: -50px;
  width: 220px;
  flex-direction: column;
  height: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .headerWrap header .headerBlueLine .container ul.login li .profile-menu {
    display: none;
    width: 100%;
    height: auto;
    left: 0px;
    right: 0px;
    top: 40px;
  }
}
.headerWrap header .headerBlueLine .container ul.login li .profile-menu label {
  display: block;
  font-size: 16px;
  font-family: 'HPSimplified Light';
  margin-bottom: 5px;
}
.headerWrap header .headerBlueLine .container ul.login li .profile-menu .field {
  display: block;
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.headerWrap header .headerBlueLine .container ul.login li .profile-menu .field input {
  width: 100%;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 16px;
  padding: 5px;
}
.headerWrap header .headerBlueLine .container ul.login li .profile-menu a,
.headerWrap header .headerBlueLine .container ul.login li .profile-menu a:link,
.headerWrap header .headerBlueLine .container ul.login li .profile-menu a:hover,
.headerWrap header .headerBlueLine .container ul.login li .profile-menu a:visited {
  display: block;
  font-family: 'HPSimplified Light';
  height: auto;
  width: 100%;
  line-height: normal;
}
.headerWrap header .headerBlueLine .container ul.login li .profile-menu a.password-forgotten,
.headerWrap header .headerBlueLine .container ul.login li .profile-menu a.password-forgotten:link,
.headerWrap header .headerBlueLine .container ul.login li .profile-menu a.password-forgotten:hover,
.headerWrap header .headerBlueLine .container ul.login li .profile-menu a.password-forgotten:visited {
  display: block;
  text-align: center;
  height: auto;
  width: 100%;
}
.headerWrap header .headerBlueLine .container ul.login li .profile-menu.hoveredMenu {
  display: block;
  opacity: 1;
  visibility: visible;
}
.headerWrap header .headerBlueLine .container ul.login li .login-form-menu {
  display: flex;
  position: absolute;
  background-color: #F7A81B;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px;
  top: 50px;
  left: -50px;
  width: 220px;
  flex-direction: column;
  height: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .headerWrap header .headerBlueLine .container ul.login li .login-form-menu {
    display: none;
    width: 100%;
    height: auto;
    left: 0px;
    right: 0px;
    top: 40px;
  }
}
.headerWrap header .headerBlueLine .container ul.login li .login-form-menu label {
  display: block;
  font-size: 16px;
  font-family: 'HPSimplified Light';
  margin-bottom: 5px;
}
.headerWrap header .headerBlueLine .container ul.login li .login-form-menu .field {
  display: block;
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.headerWrap header .headerBlueLine .container ul.login li .login-form-menu .field input {
  width: 100%;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 16px;
  padding: 5px;
}
.headerWrap header .headerBlueLine .container ul.login li .login-form-menu a,
.headerWrap header .headerBlueLine .container ul.login li .login-form-menu a:link,
.headerWrap header .headerBlueLine .container ul.login li .login-form-menu a:hover,
.headerWrap header .headerBlueLine .container ul.login li .login-form-menu a:visited {
  display: block;
  font-family: 'HPSimplified Light';
  height: auto;
  width: 100%;
  line-height: normal;
}
.headerWrap header .headerBlueLine .container ul.login li .login-form-menu a.password-forgotten,
.headerWrap header .headerBlueLine .container ul.login li .login-form-menu a.password-forgotten:link,
.headerWrap header .headerBlueLine .container ul.login li .login-form-menu a.password-forgotten:hover,
.headerWrap header .headerBlueLine .container ul.login li .login-form-menu a.password-forgotten:visited {
  display: block;
  text-align: center;
  height: auto;
  width: 100%;
}
.headerWrap header .headerBlueLine .container ul.login li .login-form-menu.hoveredMenu {
  display: block;
  opacity: 1;
  visibility: visible;
}
.headerWrap header .headerBlueLine .container ul.login li:hover .profile-menu {
  opacity: 1;
  height: auto;
  visibility: visible;
}
.headerWrap .blueMenu {
  order: 3;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .headerWrap .blueMenu {
    order: 2;
    display: none;
    margin: 0px;
    background-color: #17468F;
  }
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .headerWrap .blueMenu .buttonBlueMenu {
    font-family: 'HPSimplified Light';
    color: #fff;
    text-align: left;
    padding: 0px;
    margin: 0px;
  }
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .headerWrap .blueMenu .buttonBlueMenu:first-child {
    display: none;
  }
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .headerWrap .blueMenu .buttonBlueMenu a,
  .headerWrap .blueMenu .buttonBlueMenu a:link,
  .headerWrap .blueMenu .buttonBlueMenu a:hover,
  .headerWrap .blueMenu .buttonBlueMenu a:visited {
    color: #fff;
    padding: 15px 10px;
    font-family: 'HPSimplified Light';
    font-size: 16px;
    text-align: left;
  }
}
.headerWrap .blueMenu .buttonBlueMenu .dropmenu {
  display: flex;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .headerWrap .blueMenu .buttonBlueMenu .dropmenu {
    background-color: #F7A81B;
    padding: 0px;
    margin: 0px;
    top: 0px;
    left: 0px;
    position: relative;
  }
}
.headerWrap .blueMenu .buttonBlueMenu .dropmenu .submenu-block {
  display: flex;
  min-width: 20%;
  flex-direction: column;
}
.headerWrap .blueMenu .buttonBlueMenu .dropmenu .submenu-block a,
.headerWrap .blueMenu .buttonBlueMenu .dropmenu .submenu-block a:link,
.headerWrap .blueMenu .buttonBlueMenu .dropmenu .submenu-block a:hover,
.headerWrap .blueMenu .buttonBlueMenu .dropmenu .submenu-block a:visited {
  display: flex;
  padding: 2px 0px;
  margin: 0px 15px 0px 0px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .headerWrap .blueMenu .buttonBlueMenu .dropmenu .submenu-block a,
  .headerWrap .blueMenu .buttonBlueMenu .dropmenu .submenu-block a:link,
  .headerWrap .blueMenu .buttonBlueMenu .dropmenu .submenu-block a:hover,
  .headerWrap .blueMenu .buttonBlueMenu .dropmenu .submenu-block a:visited {
    display: none;
    color: #fff !important;
  }
}
.headerWrap .blueMenu .buttonBlueMenu .dropmenu .submenu-block a.heading,
.headerWrap .blueMenu .buttonBlueMenu .dropmenu .submenu-block a.heading:link,
.headerWrap .blueMenu .buttonBlueMenu .dropmenu .submenu-block a.heading:hover,
.headerWrap .blueMenu .buttonBlueMenu .dropmenu .submenu-block a.heading:visited {
  display: flex;
  font-size: 20px;
  font-family: 'HPSimplified Bold';
  display: block;
  padding: 0px 0px 10px 0px;
  margin: 0px 30px 20px 0px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .headerWrap .blueMenu .buttonBlueMenu .dropmenu .submenu-block a.heading,
  .headerWrap .blueMenu .buttonBlueMenu .dropmenu .submenu-block a.heading:link,
  .headerWrap .blueMenu .buttonBlueMenu .dropmenu .submenu-block a.heading:hover,
  .headerWrap .blueMenu .buttonBlueMenu .dropmenu .submenu-block a.heading:visited {
    display: block;
    font-family: 'HPSimplified Light';
    font-size: 16px;
    padding: 0px 0px 10px 20px;
    margin: 0px 30px 20px 0px;
  }
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .headerWrap .blueMenu .buttonBlueMenu .dropmenu:before {
    display: block;
    content: "";
    width: 1px;
    height: 20px;
    position: absolute;
    top: -30px;
    z-index: 100;
    left: 20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #F7A81B;
  }
}
.headerWrap .sliderWrap {
  order: 2;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .headerWrap .sliderWrap {
    order: 3;
  }
}
.containerNews {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 20px;
  font-family: 'HPSimplified Light';
}
.containerNews h1 {
  font-size: 32px;
  font-family: 'HPSimplified Light';
  font-weight: 100;
  color: #19468d;
}
.containerNews .details {
  display: block;
  padding: 20px 0px;
}
.containerNews .pagesHolder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.containerNews .pagesHolder .pageGuide {
  padding: 4px 0px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .containerNews .pagesHolder .pageGuide {
    display: none;
  }
}
.containerNews .pagesHolder .pageGridType {
  padding: 4px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .containerNews .pagesHolder .pageGridType {
    display: none;
  }
}
.containerNews .pagesHolder .pageGridType .button {
  color: #ccc;
  margin-left: 10px;
  font-size: 20px;
  cursor: hand;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.containerNews .pagesHolder .pageGridType .button:hover {
  color: #17468F;
}
.containerNews .pagesHolder .pageGridType .button.buttonActive {
  color: #17468F;
}
.containerNews .news .boxNews {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px #eee;
  transition: box-shadow 0.3s ease-in-out;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .containerNews .news .boxNews {
    flex-direction: column;
  }
}
.containerNews .news .boxNews .pic {
  display: block;
  width: 30%;
  height: auto;
  position: relative;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .containerNews .news .boxNews .pic {
    width: 100%;
  }
}
.containerNews .news .boxNews .pic img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.containerNews .news .boxNews .pic img.noimage {
  object-fit: contain;
}
.containerNews .news .boxNews .pic .label {
  position: absolute;
  left: 0px;
  top: 10px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 3px 10px 3px 15px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-bottom-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  background-color: #17468F;
  color: #fff;
}
.containerNews .news .boxNews .description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 70%;
  padding: 20px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .containerNews .news .boxNews .description {
    width: 100%;
  }
}
.containerNews .news .boxNews .description h3 {
  font-weight: 24px;
  margin-bottom: 20px;
}
.containerNews .news .boxNews .description .excerpt {
  display: block;
}
.containerNews .news .boxNews .description .more {
  display: block;
  font-weight: bold;
}
.containerNews .news .boxNews:hover {
  box-shadow: 0px 0px 10px #ccc;
}
.containerNews .news.vertical {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
}
.containerNews .news.vertical .boxNews {
  flex-direction: column;
  justify-content: flex-start;
  width: 32%;
  margin-right: 20px;
  margin-top: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .containerNews .news.vertical .boxNews {
    width: 100%;
    margin-right: 0px;
  }
}
.containerNews .news.vertical .boxNews .pic {
  width: 100%;
}
.containerNews .news.vertical .boxNews .description {
  width: 100%;
}
.containerNews .news.vertical .boxNews:nth-child(3n) {
  margin-right: 0px;
}
.search-row,
.logo {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.search-row {
  margin-left: 40px;
}
.field {
  margin-bottom: 10px;
}
.search-row,
.field {
  border: 1px solid #d5d5d5;
  display: inline-block;
}
input[type='text'],
input[type='password'],
select {
  border: none;
  outline: none;
  padding: 10px 10px;
}
#login .field {
  width: 100%;
}
#login .field input {
  width: 100%;
  padding: 10px 0;
  text-indent: 10px;
}
.field input[type='submit'] {
  background: #19468D;
  color: #FFF;
  font-family: 'HPSimplified Bold';
  font-size: 18px;
  outline: none;
  border: none;
  display: block;
  width: 100%;
  text-indent: 0;
  text-align: center;
}
.search-row .btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
}
nav {
  background: #19468d;
  max-width: 100%;
}
nav .container {
  padding: 0;
}
nav ul {
  font-family: 'HPSimplified';
}
.navmenu .buttonBlueMenu .dropmenu,
nav li .dropmenu {
  opacity: 0;
  height: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
nav li.megamenu:hover {
  background: url('../images/hovicon.png') no-repeat center bottom;
}
nav li:hover > a {
  color: #f7a81b;
}
.navmenu .buttonBlueMenu:hover .dropmenu,
nav li:hover .dropmenu {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.dropmenu {
  display: block;
  position: absolute;
  top: 59px;
  left: 0;
  width: calc(61%);
  z-index: 999;
  background: #f7a81b;
  padding: 5px 20px 10px;
}
.navmenu .dropmenu {
  top: 40px;
  background: #19468D;
}
.navmenu .dropmenu a {
  color: #F7A81B !important;
}
.dropmenu .heading {
  margin-bottom: -15px !important;
}
#login .dropmenu {
  left: auto;
  right: 0;
  width: 200px;
}
.dropmenu li {
  display: inline-block;
}
.dropmenu li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.dropmenu .submenu-block {
  display: inline-block;
  vertical-align: top;
  max-width: 220px;
}
.navmenu .dropmenu .submenu-block {
  max-width: 100% !important;
}
.dropmenu a {
  color: #Fff;
  font-size: 15;
  display: inline-block;
  text-transform: none;
}
.dropmenu .submenu-block a {
  display: block;
}
#bot-bar {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #e5e5e5;
  color: #1a468d;
  padding: 15px 0;
}
#bot-bar a {
  color: #1a468d;
}
.hps-title {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  color: #1c1c1c;
  margin-bottom: 10px;
  z-index: 1;
}
.size-S {
  font-size: 14px;
}
.size-L {
  font-size: 32px;
}
nav li {
  display: inline-block;
  float: left;
}
nav li a {
  display: block;
  padding: 17px 0;
  margin: 0 12px;
  margin-bottom: 5px;
  color: #FFF;
  font-size: 15px;
}
#login a span {
  margin-left: 12px;
}
#login a span,
#login a img {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  line-height: 1;
}
#login a {
  color: #FFF;
  margin-bottom: -4px;
}
#login {
  background: #f7a81b;
  float: right;
}
nav li:first-child a {
  margin-left: 0;
}
nav li.active a {
  border-bottom: 5px solid #f5a81d;
  margin-bottom: 0;
}
.k-logo {
  position: absolute;
  bottom: -15px;
  display: inline-block;
}
.slide-container .text span {
  padding: 16px 20px;
}
.slide-container .text {
  position: absolute;
  font-family: HPSimplified;
  bottom: 25px;
  left: 42px;
  width: 42%;
  max-height: 275px;
  overflow: hidden;
}
.slide-container .text .big {
  color: #FFF;
  max-height: 145px;
  font-size: 38px;
  line-height: 1;
}
.slide-container .text .title {
  color: #f5a81d;
  font-size: 21px;
  padding-bottom: 0;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slide-container .text .big,
.slide-container .text .title {
  display: block;
  background: rgba(25,70,141,0.81);
}
.slide-container .text .desc {
  display: block;
  background: rgba(255,255,255,0.71);
  font-family: Verdana;
  font-size: 11px;
}
.slide-container {
  position: relative;
}
.slider-nav {
  position: Absolute;
  top: 200px;
  width: 100%;
}
.s-prev {
  float: left;
}
.s-next {
  float: right;
}
.highlights-nav {
  background: #19468d;
  margin-top: -5px;
}
.highlights-nav li {
  display: inline-block;
  color: #FFF;
  border-right: 1px solid #2d76ca;
  padding: 22px;
  font-family: HPSimplified;
  font-size: 14px;
  margin: -3px 0;
}
.highlights-nav .slide_middle {
  display: inline-block;
}
.highlights-nav .arrow {
  display: inline-block;
  padding: 19px 15px;
  cursor: pointer;
}
#highlightsNavigation {
  position: relative;
  overflow: hidden;
}
#arrowLeft {
  position: absolute;
  left: 0;
  top: 0;
  background: #19468D;
  height: 100%;
}
#arrowRight {
  position: absolute;
  right: 0;
  top: 0;
  background: #19468D;
  height: 100%;
}
.slide_middle {
  width: calc(34%);
  padding: 0 33px;
  overflow: hidden;
}
.container {
  position: relative;
  width: 100%;
  max-width: 1115px;
  margin: 0px auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.ad-container {
  width: 100%;
}
.ad-container img {
  width: 100%;
  height: auto;
}
.blueMenu {
  margin: 20px auto;
}
.buttonBlueMenuActive a,
.buttonBlueMenu a,
.pagesLabel {
  color: #19468d;
  margin: 0 9px;
}
.buttonBlueMenu:first-child:not(.clubYear) a {
  color: #19468d;
  margin: 0 10px 0 0;
}
.buttonBlueMenu:last-child:not(.clubYear) a {
  color: #19468d;
  margin: 0 0 0 10px;
}
.buttonBlueMenuActive a:hover,
.buttonBlueMenu a:hover,
.buttonBlueMenu:last-child:not(.clubYear) a:hover {
  color: #F7A81B;
}
.buttonBlueMenu img {
  display: inline-block;
  vertical-align: middle;
}
.buttonBlueMenuActive a {
  display: inline-block;
}
.buttonBlueMenu a {
  display: inline-block;
}
.buttonBlueMenu,
.buttonBlueMenuActive,
.pagesLabel {
  font-family: HPSimplified;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
.buttonBlueMenuTabActive a {
  color: #FFFFFF;
  margin: 0 9px;
}
.buttonBlueMenuTab a {
  color: #A6A6A6;
  margin: 0 9px;
}
.buttonBlueMenuTabActive a:hover {
  color: #FFFFFF;
}
.buttonBlueMenuTab a:hover {
  color: #0076BF;
}
.buttonBlueMenuTab img {
  display: inline-block;
  vertical-align: middle;
}
.buttonBlueMenuTabActive a {
  display: inline-block;
}
.buttonBlueMenuTab a {
  display: inline-block;
}
.buttonBlueMenuTab,
.buttonBlueMenuTabActive {
  font-family: HPSimplified;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  background-color: #F0F0F0;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 5px;
}
.buttonBlueMenuTabActive {
  background-color: #0076BF;
}
.navmenu .buttonBlueMenu> a {
  text-decoration: underline;
}
.navmenu .buttonBlueMenu:first-child:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  min-height: 25px;
  background: #F7A81B;
  width: 1px;
}
.clubYear {
  margin-bottom: 10px;
  padding: 4px;
}
.clubYear:hover {
  color: #0076BF;
  padding: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #F0F0F0;
}
.clubYear a,
.clubYear a:visited,
.clubYear a:active {
  color: #A6A6A6;
}
.clubYear:hover a {
  color: #0076BF;
}
.MainArea .main {
  background: #FFF;
  padding: 0 39px 29px;
  margin-bottom: 20px;
  margin-top: -13px;
}
.link-sub {
  color: #19468d;
  font-family: Verdana;
  font-size: 11px;
  text-align: justify;
  word-wrap: break-word;
}
.link-sub span {
  display: block;
  word-wrap: break-word;
  margin-right: 10px;
}
.date {
  color: #f7a81b;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .date {
    padding: 0 1rem;
  }
}
.five-cols.separate .date {
  float: left;
}
.five-cols.separate  div {
  line-height: 1.5;
}
.n-block p,
.n-block .date {
  font-family: Verdana;
  font-size: 11px;
  text-align: justify;
  word-wrap: break-word;
}
.n-block a {
  color: #19468d;
  font-family: HPSimplified;
  font-size: 27px;
  line-height: 1;
  margin-right: -30px;
  display: block;
  font-size: 21px;
}
.n-block .link-sub {
  height: 43px;
  overflow: hidden;
}
.list-container:not(:last-child) {
  margin-bottom: 40px;
}
.left-line .heading {
  padding-top: 0;
  margin-top: 0;
}
.left-line {
  margin-top: 25px;
}
.left-line:before {
  position: absolute;
  left: -15px;
  top: 0;
  height: 100%;
  width: 5px;
  background: #3155a4;
  content: "";
}
.n-list a {
  font-family: Verdana;
  font-size: 11px;
  color: #19468d;
  display: block;
}
.n-list li:not(:last-child) a {
  margin-bottom: 15px;
}
.n-block {
  padding-bottom: 5px;
}
.main  div.separate {
  border-bottom: 1px solid #dedede;
  padding-top: 11px;
  margin: 11px 0;
}
footer {
  position: relative;
  background: #19468d;
  min-height: 300px;
}
#socials {
  display: block;
  margin-right: -40px;
  margin-top: 10px;
}
#socials a {
  display: inline-block;
  vertical-align: middle;
  margin: 4px 0px 0;
}
#socials .note {
  display: inline-block;
  vertical-align: middle;
  font-family: HPSimplified Light;
  color: #FFF;
  font-size: 24px;
}
.footer-list li:not(:last-child) {
  border-bottom: 1px solid #888888;
}
.footer-list a {
  display: block;
  color: #FFF;
  padding: 5px 0 5px 10px;
  margin-right: -5px;
  font-size: 12px;
}
.heading-row,
.heading,
.textHolder .bold {
  font-family: 'HPSimplified Light';
  font-weight: 100;
  color: #19468d;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .heading-row,
  .heading,
  .textHolder .bold {
    padding: 1rem;
  }
}
.textHolder .bold {
  font-size: 18px;
  font-weight: bold;
}
.textHolder .boldSmall {
  font-size: 15px;
  font-weight: bold;
}
.heading-title.center {
  text-align: center;
  font-weight: bold;
  display: block;
}
.heading-row,
.heading {
  margin-bottom: 10px;
  display: block;
}
.copyrights .elem {
  color: #1a468d;
  font-size: 14px;
  font-family: HPSimplified;
}
.copyrights .elem:first-child {
  float: left;
}
.copyrights .elem:last-child {
  float: right;
}
.heading-row .heading {
  display: inline-block;
}
.heading-link {
  float: right;
  color: #19468d;
  font-size: 23px;
  margin-top: 9px;
}
.h-wht {
  color: #FFF !important;
  display: block;
  margin-top: -5px;
  margin-bottom: -5px;
}
.side-ad {
  margin-bottom: 15px;
}
.fltL {
  float: left;
}
.fltR {
  float: right;
}
.block {
  display: block;
}
.clear {
  clear: both;
}
.nb {
  border: none !important;
}
.p1030 {
  padding: 0px 30px;
}
.redColor {
  color: #E60572;
}
.ml30 {
  margin-left: 30px;
}
.img-note {
  margin-bottom: 50px;
}
.img-note img {
  display: inline-block;
  vertical-align: bottom;
}
.img-note .info {
  display: inline-block;
  margin-left: -90px;
  vertical-align: bottom;
  font-family: 'Open Sans', sans-serif;
}
.resp-drop {
  display: none;
}
.columns {
  float: left;
  display: inline-block;
}
.l-col {
  width: 87%;
}
.m-col {
  width: 70%;
}
.s-col {
  width: 30%;
}
.xs-col {
  width: 13%;
}
.half-col {
  width: 50%;
}
.penta-col {
  width: 20%;
}
.quart-col {
  width: 20%;
  padding-right: 5%;
}
.tri-col {
  width: 29%;
}
.tri-col:first-child {
  margin-right: 6%;
}
.tri-col:last-child {
  margin-left: 6%;
}
#calendarHolderWrap {
  width: 100%;
  height: auto;
}
#calendarHolder {
  background: #cddbe8;
  border-top: 1px solid #fff;
  padding: 5px 11% 0;
}
#weekLabels {
  padding: 0 11%;
}
.weekHolder {
  min-width: 360px;
}
.monthHeader {
  text-align: center;
  position: relative;
}
.selectedMonth {
  display: block;
  text-align: center;
  color: #f1b852;
  font-family: HPSimplified Light;
  font-size: 32px;
}
#prevM,
#nextM {
  position: absolute;
  top: 28px;
}
#prevM {
  left: 0px;
}
#nextM {
  right: 0px;
}
.day {
  position: relative;
  color: #888;
  width: 28px;
  height: 17px;
  padding: 5px 3px;
  text-align: center;
  display: inline-block;
  font-size: 12px;
}
.day:nth-child(7n):after {
  content: "\a";
  display: inline;
  white-space: pre;
  clear: both;
  float: initial;
}
.dayWeek {
  color: #a6a6a6;
  font-weight: bold;
  width: 28px;
  height: 17px;
  text-align: center;
  font-size: 12px;
}
.dayActiveDistrict {
  background-color: #133163 !important;
}
.dayActiveDistrict a {
  color: #FFF !important;
}
.dayActiveClub {
  background-color: #00AFE5 !important;
}
.dayActiveClub  a {
  color: #FFF !important;
}
.dayActiveInternational {
  background-color: #FAA41A !important;
}
.dayActiveInternational  a {
  color: #19468D !important;
}
.dayActiveVisit {
  background-color: #06AF6E !important;
}
.dayActiveVisit  a {
  color: #FFF !important;
}
.dayActiveRAK {
  background-color: #D81B5D !important;
}
.dayActiveRAK a {
  color: #FFF !important;
}
.dayActiveIAK {
  background-color: #01B2E5 !important;
}
.dayActiveIAK a {
  color: #000 !important;
}
.dayActive {
  color: #19468D;
  font-weight: bold;
  width: 28px;
  height: 17px;
  text-align: center;
  font-size: 12px;
}
.dayActive  a {
  color: #19468D;
  text-decoration: underline;
}
.dayInactive {
  color: #4e7ac0;
  width: 28px;
  height: 17px;
  text-align: center;
  font-size: 12px;
}
.blueBox .b-row {
  color: #f7a81b;
  display: block;
  font-family: Verdana;
  font-size: 11px;
}
.b-row.separate {
  border-bottom: 1px solid #888888;
  padding-bottom: 4px;
  margin-bottom: 6px;
}
.blueBox a {
  color: #FFF;
  display: block;
  font-size: 11px;
  font-family: Verdana;
}
.blueBox {
  background: #19468d;
  padding: 5px 16px 12px;
  margin: 34px 0;
  line-height: 1.6;
}
.inner {
  padding-left: 20px;
}
#calendarEvents .event {
  font-family: 'HPSimplified Bold';
  font-size: 15px;
  color: #19468d;
}
li:first-child  .event {
  border-top: 2px solid #ccd2da;
}
.event {
  border-bottom: 2px solid #ccd2da;
  padding: 5px 0;
  display: block;
}
.event .date {
  display: block;
  font-family: Verdana;
  color: #f7a81b;
  font-size: 11px;
}
.event .text-container {
  display: inline-block;
  vertical-align: middle;
}
.event .image-container {
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 65px;
  -moz-border-radius: 65px;
  border-radius: 65px;
  overflow: hidden;
  margin-right: 10px;
}
.img-container img {
  width: 100%;
  height: auto;
}
.img-container.vwh {
  height: 200px;
  overflow: hidden;
}
.img-container.news-image {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
.img-container.news-image a {
  padding: 30px;
  padding-top: 0;
  display: block;
}
.news-description {
  max-width: 68%;
  display: inline-block;
  vertical-align: top;
}
.news-list:not(:last-child) {
  border-bottom: 1px solid #DEDEDE;
}
.news-list {
  margin: 10px 0;
  padding: 10px 0;
}
.galleryBox {
  float: initial;
}
.galleryImage {
  width: 100%;
  height: 221px;
  overflow: hidden;
  position: relative;
}
.imagesThumbsIndex {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.imagesThumbsIndex img {
  width: 100%;
  height: auto;
}
.imageHeader a {
  color: #FFF;
}
.imageHeader {
  width: 100%;
  height: auto;
  padding: 10px;
  position: absolute;
  z-index: 1000;
  color: #FFF;
  background: rgba(0,0,0,0.5);
}
.arrowRight {
  display: inline-block;
  cursor: hand;
  cursor: pointer;
}
.galleryThumbs {
  width: 170px;
  display: inline-block;
}
.boxRightMiddle {
  text-align: center;
  background: #FFF;
  margin-top: -10px;
  padding: 6px 0;
}
.highlightsHolder {
  display: none;
  background: #19468D;
}
.slider ul {
  background: #19468D;
}
.clubThumb {
  width: 210px;
  height: 240px;
  float: left;
  border: 1px solid #EEE;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 7px 5px 5px;
}
.hasInterRotar {
  width: 100%;
  height: 25px;
  text-align: center;
}
.clubHeading {
  background-color: #EEE;
  padding: 3px;
  margin: 0px 0px 10px;
}
.galleryThumb {
  border: 3px solid #19468D;
  width: 300px;
  height: 210px;
  overflow: hidden;
  float: left;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
}
.galleryThumbIn {
  width: 300px;
  height: 170px;
  overflow: hidden;
}
.boardContent {
  display: none;
}
.buttonBlueMenuActive {
  border-bottom: 1px solid #19468D;
  margin-bottom: -1px;
}
.buttonBlueMenuActiveYear {
  background-color: #0076BF;
  padding: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.buttonBlueMenuActiveYear a {
  color: #FFFFFF !important;
}
.thumbGallery {
  float: left;
  width: 300px;
  height: 240px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
}
.thumbGallery.NFL {
  float: initial;
  position: relative;
  display: inline-block;
}
.editblock {
  position: absolute;
  background: rgba(0,0,0,0.5);
  padding: 10px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.editblock .leftForm,
.closeEdits {
  color: #FFF;
  font-weight: bold;
}
.closeEdits {
  float: right;
}
.vertCellLink >a {
  display: block;
  max-height: 225px;
  overflow: hidden;
}
.pagesLabel {
  color: #19468D;
  float: left;
  padding: 3px;
}
.pageBoxLeft,
.pageBoxRight {
  float: left;
  padding: 3px;
  margin-right: 3px;
  font-family: HPSimplified;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #474747;
}
.pageBoxLeft a,
.pageBoxRight  a {
  color: #f7a81b;
}
.pageBoxActive {
  float: left;
  padding: 4px;
  margin-right: 3px;
  font-family: HPSimplified;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #19468D;
}
.pageBoxActive a {
  color: #19468D;
}
.pageBox {
  display: inline-block;
  float: left;
  padding: 4px;
  margin-right: 3px;
  font-family: HPSimplified;
  vertical-align: middle;
  font-size: 18px;
}
.pictureThumb {
  display: inline-block;
}
.picturesHolder {
  max-width: 350px;
  float: right;
  margin-left: 10px;
}
.textHolder {
  color: #474747;
  line-height: 22px;
  font-size: 16px;
  font-family: 'HPSimplified Light';
}
.linkDarkBlue {
  font-family: "HPSimplified Light";
  font-weight: 100;
  color: #19468D;
}
.buttonHighlights >span>span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.buttonHighlights >span {
  display: table;
  height: 100%;
  width: 100%;
  min-height: 64px;
  margin-top: -20px;
  margin-bottom: 20px;
}
#profileForm input,
.textHolder .inputField,
.textHolder .inputFieldRegular {
  border: 1px solid #19468D !important;
}
#profileForm input,
.textHolder .inputField,
.textHolder .inputFieldRegular {
  padding: 3px;
  font-family: Arial;
  font-size: 13px;
}
.member {
  display: inline-block;
  vertical-align: top;
  float: left;
  min-height: 190px;
  border: 1px solid #EEE;
  padding: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  max-width: 115px;
}
.memberImage {
  width: 115px;
  height: 120px;
  overflow: hidden;
}
.memberName {
  height: 34px;
  background-color: #EEE;
  padding: 3px;
  margin-bottom: 3px;
}
.memberPosition {
  height: 20px;
  background-color: #EEE;
  font-size: 11px;
  padding: 3px;
  margin-top: 3px;
  text-align: center;
}
.profile-box a {
  display: block;
  line-height: 1;
  margin: 0 5px;
  padding: 8px 0;
}
.memberNameBox,
.memberActionsBox {
  float: left;
}
.dual p img {
  max-width: 100%;
}
.textHolder.actions .memberNameBox {
  float: left;
  width: 44%;
  padding: 5px 0px;
  margin: 0px;
}
.textHolder.actions .separate {
  margin: 0px;
  padding: 0px;
}
.textHolder.actions .memberActionsBox {
  float: right;
  width: 8%;
  text-align: right;
  padding: 5px 0px;
}
.textHolder.actions .memberActionsLabel {
  float: left;
  width: 16%;
  text-align: center;
  padding: 5px 0px;
}
.textHolder.actions .memberActionsLabel .note {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  padding: 0px 5px;
  background-color: #C4302B;
  color: #fff;
  margin-right: 20px;
}
.textHolder.actions .memberActionsLabel .note.note-approved {
  background-color: #597F27;
}
.textHolder.actions .memberActionsLabel .note.note-discounts {
  background-color: #19468D;
}
.masongrid {
  width: auto;
  margin: 0 auto;
}
.itemM {
  display: block;
  float: left;
  width: 330px;
  margin: 0 10px 10px 0;
  -webkit-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
  -moz-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
  -ms-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
  -o-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
  transition: left .4s ease-in-out, top .4s ease-in-out .4s;
}
.itemM img {
  width: 330px;
  height: auto;
}
.leadershipBox {
  float: left;
  width: 297px;
  margin-right: 10px;
  line-height: normal;
  height: 400px;
  text-align: center;
  margin-bottom: 10px;
  border: 1px solid #eee;
  padding: 5px;
  background-color: #D0E3F4;
}
.zonesHolder {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .zonesHolder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.zonesHolder .headingSmall {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0 0 1rem 0;
}
.zonesHolder .zoneHolder {
  display: flex;
  flex-direction: column;
  width: 320px;
  height: auto;
  padding: 1rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 0 0 1rem rgba(150,150,150,0.3);
  margin: 0 0 1.5rem 0;
  border: 1px solid #fff;
  transition: box-sizing 0.4s ease-in-out, border 0.4s ease-in-out;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .zonesHolder .zoneHolder {
    width: 90%;
    padding: 1rem;
    margin: 0px auto 1.5rem auto;
  }
}
.zonesHolder .zoneHolder:hover {
  box-shadow: 0 0 1rem rgba(0,0,0,0.3);
  border: 1px solid #ccc;
}
.zonesHolder .zoneHolderLeft {
  margin-right: 20px;
  width: 100%;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .zonesHolder .zoneHolderLeft {
    margin: 0;
  }
}
.zonesHolder .zoneHolderLeft img {
  width: 100%;
  height: 400px;
  display: block;
  object-fit: cover;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .zonesHolder .zoneHolderLeft img {
    height: auto;
  }
}
.zonesHolder .zoneHolderRight {
  width: 100%;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .zonesHolder .zoneHolderRight {
    margin: 0;
    padding: 0;
  }
}
.sliderspan {
  display: block;
  height: 410px;
  width: 100%;
  overflow: hidden;
}
.sliderimg {
  width: 100%;
  height: auto;
}
.slider-a {
  display: block;
  height: 410px;
  width: 100%;
}
.imagesListImg {
  width: 65px;
  height: 50px;
  overflow: hidden;
  text-align: center;
}
.imagesListLI,
.floorplansListLi .onMouseDown {
  width: 65px;
  height: 60px;
  float: left;
  border: 1px solid #000;
  padding: 5px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
}
#imagesListUL,
#floorplansListUL {
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style: outside none none;
}
.hoveredMenu {
  display: block !important;
  height: Auto !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.headingDarkPink {
  font-size: 23px;
  color: #133163;
}
.headingSmall {
  font-size: 18px;
  color: #133163;
}
.separator {
  border-bottom: 1px solid #dedede;
  padding-top: 11px;
  margin: 11px 0;
  width: 100%;
}
.loggedIn {
  background-color: #C4302B;
  padding: 5px 5px;
}
.loggedIn .buttonBlueMenu {
  font-size: 14px;
}
.loggedIn .buttonBlueMenu a,
.loggedIn .buttonBlueMenu a:visited,
.loggedIn .buttonBlueMenu a:active,
.loggedIn .buttonBlueMenu a:hover {
  color: #FFFFFF !important;
}
.download a {
  color: #750039;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.download a:hover {
  color: #cc0c02;
}
fieldset {
  border: 1px solid #eee;
  padding: 10px;
}
.column450 {
  width: 50%;
  float: left;
}
.leftForm {
  width: 30%;
  height: auto;
  float: left;
  margin-bottom: 10px;
  padding: 3px 0px 0px 0px;
}
.rightForm {
  width: 66%;
  float: left;
  margin-bottom: 10px;
}
.errorMessage {
  font-size: 13px;
  color: #FF0000;
  display: none;
}
.monthHeader1 {
  width: 251px;
  background-image: url(../images/calendarBackground.png);
  background-repeat: repeat-x;
  height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  color: #0C3705;
  text-align: center;
  background-color: #133163;
}
.calendarField1 {
  font-size: 12px;
  font-family: Arial;
  border: 1px solid #F6EFDD;
}
.column190 {
  width: 164px;
  float: left;
  font-size: 11px;
}
.column60 {
  width: 73px;
  float: left;
}
.column17 {
  width: 25px;
  float: left;
  margin-right: 2px;
}
.center {
  text-align: center;
}
.column80 {
  width: 140px;
  float: left;
}
.inputFieldSmall {
  color: #333;
  width: 20px;
  border: 1px solid #ccc !important;
  padding: 3px !important;
  font-family: Arial;
  font-size: 10px;
}
.inputFieldSmall2 {
  color: #333;
  width: 17px;
  border: 1px solid #ccc !important;
  padding: 3px !important;
  font-family: Arial;
  font-size: 10px;
}
.lineDotted {
  width: 100%;
  height: 3px;
  background-image: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QNtaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjAtYzA2MCA2MS4xMzQ3NzcsIDIwMTAvMDIvMTItMTc6MzI6MDAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6OUFBNzI1MkZGMjY0RTAxMUE5RjZCRkQ2QzEzQUMzQUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDY5MEIzMTZCQjQ4MTFFMEI1MDc5MjA0Nzk4NTc5MkIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDY5MEIzMTVCQjQ4MTFFMEI1MDc5MjA0Nzk4NTc5MkIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RkE1MUJDREE0NUJCRTAxMTlGMDc5MEFFNzRDRTY2OTciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OUFBNzI1MkZGMjY0RTAxMUE5RjZCRkQ2QzEzQUMzQUQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAgICAgICAgICAgIDAwMDAwMDAwMDAQEBAQEBAQIBAQICAgECAgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwP/wAARCAADA8EDAREAAhEBAxEB/8QAZAAAAwADAAAAAAAAAAAAAAAAAwUGAAcKAQEAAAAAAAAAAAAAAAAAAAAAEAABAgMHAwUBAAAAAAAAAAAUFRYSExcAAgMEJAUlESYHAVEzZTcGEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDvd3YI/wDmSlueuZhNSnACa2/6CY5UbjkROIlq3HqIsGuCsELkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdgDm2wDuE6pMpD8qFCVeOCWsJ3ig61YVYGmHyCbG2eOm2Ciuoa96dHoe9LvX9DRVunN/5Iu22Y3Pbt5xfeWBHkmuDtsipklH8SDnViPBcOO0lVS1y2oxukrkQIHJoZdg2rYMsH//2Q==);
  margin: 8px auto 8px auto;
  background-repeat: no-repeat;
}
user agent stylesheetdiv {
  display: block;
}
.leftCell {
  width: 150px;
  float: left;
  margin: 3px;
}
.rightCell {
  width: 220px;
  float: left;
  margin: 3px;
}
.columnMembers {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.menu-btn {
  display: none;
}
.heading {
  display: block;
  margin-bottom: 0;
  color: #19468D;
}
#topSearch {
  display: none;
}
.clearmobile {
  display: block;
  height: 0px;
}
.search-row {
  display: inline-block;
  margin-top: 60px;
}
#login a {
  margin-bottom: -4px;
  height: auto;
}
.margins {
  margin: 0 -20px;
}
.paddings {
  padding: 0 20px;
}
.summary-paddings {
  padding-right: 40px;
  padding-left: 20px;
}
.arrowmargine {
  margin-right: 10px;
}
.blueBoxMargin {
  margin-right: 20px;
}
.blueBoxMargin2 {
  margin-left: 20px;
}
#loginMobile {
  display: none;
}
.leadersA {
  float: left;
  width: 100%;
  line-height: normal;
  height: 440px;
  text-align: center;
}
.leaderImg {
  width: 250px;
  height: auto;
  margin: 0px auto;
  text-align: center;
}
.onlyMobile {
  display: none;
}
.iframeMap {
  width: 960px;
  height: 430px;
}
.mobileZones {
  cursor: hand;
  cursor: pointer;
  display: none;
  background-color: #17468F;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  padding: 10px 0px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .mobileZones {
    display: block;
  }
}
.zones1 {
  margin: 0 -9px;
}
.zones1.active {
  display: block;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .zones1 {
    display: none;
  }
}
.infoStyle {
  float: left;
  width: 308px;
  height: 220px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
.infoStyle2 {
  float: left;
  width: 240px;
}
.infoStyle3 {
  float: left;
  width: 680px;
  padding: 0px 20px 0px 20px;
}
.followUs {
  float: right;
  width: 300px;
}
.commissionStyle {
  border: 0px;
  float: right;
  margin-right: 150px;
}
.onLeft {
  float: left;
}
.scrollup {
  display: none;
}
.scrollupArrow {
  display: none;
}
.iconMinus {
  display: none;
}
.altImg {
  display: block;
  height: 180px;
}
.hideImage {
  display: block;
}
.plusOtherNews,
.plusOtherEvents {
  display: none;
}
.proj-date,
.proj-name,
.proj-club {
  display: inline-block;
  float: left;
}
.proj-date {
  width: 15%;
  padding-right: 1%;
  border-top: 1px solid;
}
.proj-name {
  width: 64%;
  padding-right: 1%;
  border-top: 1px solid;
}
.proj-club {
  width: 19%;
  border-top: 1px solid;
}
.holderBusiness {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderBusiness {
    flex-direction: column;
    padding: 10px;
  }
}
.holderBusiness .leftBusiness {
  font-family: 'HPSimplified Light';
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderBusiness .leftBusiness {
    width: 100%;
  }
}
.holderBusiness .leftBusiness h2 {
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 10px;
}
.holderBusiness .leftBusiness .search {
  margin: 20px 0px 0px 0px;
}
.holderBusiness .leftBusiness .holderMenu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.holderBusiness .leftBusiness .holderMenu a.category,
.holderBusiness .leftBusiness .holderMenu a.category:link,
.holderBusiness .leftBusiness .holderMenu a.category:hover,
.holderBusiness .leftBusiness .holderMenu a.category:visited {
  display: block;
  background-color: #19468D;
  color: #fff;
  margin-bottom: 1px;
  padding: 5px 10px;
  font-family: 'HPSimplified Light';
  transition: background-color 0.4s;
}
.holderBusiness .leftBusiness .holderMenu a.category:hover {
  background-color: #215199;
}
.holderBusiness .leftBusiness .holderMenu a.category-sub,
.holderBusiness .leftBusiness .holderMenu a.category-sub:link,
.holderBusiness .leftBusiness .holderMenu a.category-sub:hover,
.holderBusiness .leftBusiness .holderMenu a.category-sub:visited {
  display: block;
  background-color: #3464aa;
  color: #fff;
  margin-bottom: 1px;
  padding: 5px 10px 5px 25px;
  font-family: 'HPSimplified Light';
  transition: background-color 0.4s;
}
.holderBusiness .leftBusiness .holderMenu a.category-sub:hover {
  color: #333;
  background-color: #d8e8ff;
}
.holderBusiness .rightBusiness {
  display: flex;
  flex-direction: column;
  width: 75%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0px 20px 0px 20px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderBusiness .rightBusiness {
    width: 100%;
    padding: 0px;
  }
}
.holderBusiness .rightBusiness h2 {
  font-family: 'HPSimplified Light';
  font-weight: 900;
  margin-bottom: 10px;
}
.holderBusiness .rightBusiness .offers {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.holderBusiness .rightBusiness .offers .discount {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 10px;
  box-shadow: 1px 1px 3px #ccc;
  margin: 0px 0px 20px 0px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderBusiness .rightBusiness .offers .discount {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    flex-direction: column;
  }
}
.holderBusiness .rightBusiness .offers .discount .pic {
  width: 25%;
  height: 150px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderBusiness .rightBusiness .offers .discount .pic {
    width: 100%;
  }
}
.holderBusiness .rightBusiness .offers .discount .pic img {
  width: 100%;
  height: 150px;
  object-fit: contain;
}
.holderBusiness .rightBusiness .offers .discount .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px 20px;
  font-family: 'HPSimplified Light';
  font-size: 16px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderBusiness .rightBusiness .offers .discount .content {
    padding: 0px;
  }
}
.holderBusiness .rightBusiness .offers .discount .content h2 {
  font-family: 'HPSimplified Light';
  color: #19468D;
}
.holderBusiness .rightBusiness .companies {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderBusiness .rightBusiness .companies {
    flex-direction: column;
  }
}
.holderBusiness .rightBusiness .companies .company {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48%;
  padding: 15px;
  box-shadow: 1px 1px 3px #ccc;
  margin: 0px 0px 20px 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: box-shadow 0.4s ease-in-out;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderBusiness .rightBusiness .companies .company {
    flex-direction: column;
    width: 100%;
  }
}
.holderBusiness .rightBusiness .companies .company .pic {
  width: 100%;
  height: 120px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderBusiness .rightBusiness .companies .company .pic {
    width: 100%;
  }
}
.holderBusiness .rightBusiness .companies .company .pic img {
  width: 100%;
  height: 120px;
  object-fit: contain;
}
.holderBusiness .rightBusiness .companies .company .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0px 20px;
  font-family: 'HPSimplified Light';
  font-size: 16px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderBusiness .rightBusiness .companies .company .content {
    padding: 0px;
  }
}
.holderBusiness .rightBusiness .companies .company .content h2 {
  font-family: 'HPSimplified Light';
  color: #474747;
  margin-top: 10px;
}
.holderBusiness .rightBusiness .companies .company:hover {
  box-shadow: 1px 1px 6px #333;
}
.holderBusiness .rightBusiness.rightBusinessFull {
  width: 100%;
  padding: 0;
}
.holderBusiness .rightBusiness.rightBusinessFull .companies .company {
  width: 33%;
}
.holderBusiness .rightBusiness.rightBusinessFull .offers {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderBusiness .rightBusiness.rightBusinessFull .offers {
    flex-direction: column;
  }
}
.holderBusiness .rightBusiness.rightBusinessFull .offers .discount {
  flex-direction: column;
  width: 32%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderBusiness .rightBusiness.rightBusinessFull .offers .discount {
    width: 100%;
  }
}
.holderBusiness .rightBusiness.rightBusinessFull .offers .discount .pic {
  width: 100%;
  height: 150px;
}
.holderBusiness .rightBusiness.rightBusinessFull .offers .discount .pic img {
  width: 100%;
  height: 150px;
  object-fit: contain;
}
.holderBusiness .rightBusiness.rightBusinessFull .offers .discount .content {
  padding: 0;
}
.holderBusiness .rightBusiness .description {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
}
.holderBusiness .rightBusiness .description .pic {
  width: 25%;
}
.holderBusiness .rightBusiness .description .pic img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: contain;
}
.holderBusiness .rightBusiness .clear {
  clear: both;
  display: block;
}
.holderBusiness .rightBusiness .description .logo {
  width: 25%;
}
.holderBusiness .rightBusiness .description .logo img {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: contain;
}
.holderBusiness .rightBusiness .description .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 75%;
  padding: 0px 20px;
  font-family: 'HPSimplified Light';
}
.holderBusiness .rightBusiness .description .content .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0px 0px;
  font-family: 'HPSimplified Light';
}
.holderBusiness .rightBusiness .company {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  padding: 15px;
  margin: 30px 0px 0px 0px;
  background-color: #fefefe;
  border: 1px solid #ccc;
  font-family: 'HPSimplified Light';
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderBusiness .rightBusiness .company {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}
.holderBusiness .rightBusiness .company .description {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderBusiness .rightBusiness .company .description {
    border: 0px;
    width: 100%;
    flex-direction: column;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px 0px;
    margin: 0px;
  }
}
.holderBusiness .rightBusiness .company .description .logo {
  width: 150px;
  height: 150px;
  background-color: #fff;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderBusiness .rightBusiness .company .description .logo {
    width: 100%;
    height: auto;
  }
}
.holderBusiness .rightBusiness .company .description .logo img {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: contain;
}
.holderBusiness .rightBusiness .company .description .content {
  display: block;
  width: 75%;
  padding: 0px 20px;
  font-family: 'HPSimplified Light';
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderBusiness .rightBusiness .company .description .content {
    width: 100%;
    padding: 0px;
  }
}
.holderBusiness .rightBusiness .company .description .content strong {
  display: inline;
}
.holderBusiness .rightBusiness .company .description .address {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 50%;
  margin-top: 20px;
  padding: 20px 20px 0px 20px;
  font-family: 'HPSimplified Light';
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderBusiness .rightBusiness .company .description .address {
    border: 0px;
    border-top: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px 0px;
    margin: 0px;
  }
}
.holderBusiness .rightBusiness .company .description .contacts {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 50%;
  margin-top: 20px;
  padding: 20px 20px 0px 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-family: 'HPSimplified Light';
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderBusiness .rightBusiness .company .description .contacts {
    border: 0px;
    border-top: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px 0px;
    margin: 0px;
  }
}
.holderBusiness .rightBusiness .description .content .buttonVoucher,
.holderBusiness .rightBusiness .description .content .buttonVoucher:link,
.holderBusiness .rightBusiness .description .content .buttonVoucher:hover,
.holderBusiness .rightBusiness .description .content .buttonVoucher:visited {
  display: block;
  text-align: center;
  background-color: #C4302B;
  color: #fff;
  line-height: 30px;
  text-transform: uppercase;
  font-family: 'HPSimplified Bold';
}
@media (max-width: 1024px) {
  #prevM {
    left: 10px;
  }
  #nextM {
    right: 10px;
  }
  * {
    margin: 0;
    padding: 0;
  }
  .blueBox a {
    font-size: 14px;
  }
  .img-container.vwh {
    height: auto;
  }
  .img-container.news-image a {
    padding: 0px;
  }
  .altImg {
    display: block;
    height: auto;
  }
  .galleryImage {
    height: 580px;
  }
  .news-description {
    max-width: 100%;
    display: block;
  }
  .onLeft {
    float: initial;
  }
  .infoStyle {
    width: 100%;
    margin-right: 0px;
    border: 0;
  }
  .commissionStyle {
    float: initial;
    margin-right: 0px;
  }
  .followUs {
    float: initial;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .iframeMap {
    width: 100%;
    height: auto;
  }
  .zones1 {
    margin: 0;
  }
  .zoneHolderRight {
    margin-left: 20px;
  }
  .zoneHolderLeft {
    margin-right: 15px;
    margin-left: 10px;
  }
  .zoneHolder span {
    margin-left: 10px;
  }
  .onlyMobile {
    display: block;
  }
  .hideForMobile {
    display: none !important;
  }
  .dropmenu-hide {
    display: none;
  }
  .margins {
    margin: 0;
  }
  .blueBoxMargin {
    margin-right: 0px;
  }
  .blueBoxMargin2 {
    margin-left: 0px;
  }
  .paddings {
    padding: 0;
  }
  .arrowmargine {
    margin-right: 0px;
  }
  .logo-top {
    width: 60%;
    margin-left: 113px;
  }
  #topSearch {
    display: inline-block;
  }
  #loginMobile {
    display: block;
  }
  .search-row {
    display: none;
    margin-left: 0px;
    width: 98%;
    margin-top: 0px;
  }
  input[type='text'],
  input[type='password'],
  select {
    width: 100%;
  }
  .search-row .logo {
    width: 100%;
  }
  #
			#top-menu {
    display: none;
  }
  .container {
    max-width: 100%;
  }
  .sliderspan {
    height: auto;
  }
  .slider-a {
    height: auto;
  }
  .slider-nav {
    top: 140px;
  }
  .container .resp-drop {
    padding: 0px;
    display: none;
  }
  .menu-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 50px;
    margin-top: 4px;
    font-size: 42px;
    color: #19468d !important;
    line-height: 65px;
    text-align: center;
  }
  .MainArea .main {
    padding: 0px;
    margin: 0px;
  }
  .menu-btn span {
    display: block;
    font-size: 15px;
    line-height: 0px;
  }
  .search-btn {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 50px;
    font-size: 40px;
    color: #19468d;
    line-height: 58px;
    margin-top: 20px;
    text-align: center;
  }
  .leadershipBox {
    width: 100%;
    height: auto;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    border: none;
  }
  .buttonBlueMenu,
  .buttonBlueMenuActive {
    display: block;
    text-align: center;
    margin-bottom: 7px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }
  .navmenu .buttonBlueMenu> a {
    text-decoration: none;
  }
  .slide-container .text {
    position: relative;
    bottom: 0;
    left: 0;
  }
  .MainArea .main {
    padding: 0;
    margin: 0 0 10px 0;
    height: 100%;
  }
  .n-block a {
    margin-right: 0px;
  }
  .slide-container >span {
    max-height: auto !important;
    max-height: 190px !important;
  }
  .dropmenu {
    display: block;
    position: relative;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #f7a81b;
    padding: 0px;
  }
  .megamenu .iconPlus {
    font-size: 12px;
    margin-left: 5px;
    display: inline-block;
  }
  .simplemenu {
    margin-bottom: 25px;
  }
  #login .dropmenu {
    left: auto;
    right: auto;
    width: 100%;
  }
  .resp-drop {
    display: block;
  }
  .resp-collapse a {
    color: #FFF !important;
  }
  .resp-collapse {
    display: none;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #19468D;
  }
  .container .row,
  .Irow {
    margin-left: 0;
    margin-right: 0;
  }
  .tri-col,
  .half-col,
  .quart-col,
  .penta-col,
  .l-col,
  .m-col,
  .s-col,
  .xs-col {
    width: 100%;
    display: block;
    float: initial;
    padding: 0;
    text-align: center;
  }
  .footer-list li {
    font-size: 14px;
    height: 20px;
  }
  footer nav {
    padding-top: 20px;
  }
  footer nav li {
    display: block;
    float: initial;
    margin: 0;
  }
  footer nav li a {
    display: block;
    padding: 10px 0;
    color: #FFF;
    font-size: 17px;
    text-align: center;
  }
  .resp-drop {
    text-align: center;
    color: #FFF;
    cursor: pointer;
    padding: 0px;
  }
  nav li.active a {
    border-bottom: 0px;
    margin-bottom: 10px;
  }
  .picturesHolder {
    max-width: 100%;
    float: initial;
    margin-left: 0px;
  }
  .boxRightMiddle {
    margin-top: 2px;
  }
  .submenu-block {
    display: block !important;
    float: initial !important;
    max-width: 100% !important;
    padding: 10px 0;
  }
  .submenu-block li {
    padding: 3px 0;
  }
  #login {
    display: block;
  }
  #login {
    float: initial;
    height: 40px;
    margin: 0;
    line-height: 40px !important;
    text-align: center;
    font-size: 19px;
  }
  #login a {
    margin: 0px;
  }
  #login .field {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  #login a span,
  #login a img {
    height: 55%;
  }
  #profileMenuButton {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
  }
  #profileMenuButton img {
    display: inline-block;
  }
  #profileMenu {
    display: none;
    background-color: #F7A81B;
    position: relative;
    z-index: 100000;
  }
  .padding-down {
    padding-top: 15px;
    border: none;
  }
  .clearmobile {
    display: none;
  }
  .text span {
    padding: 0;
    text-align: center;
  }
  .slide-container .text .big {
    font-size: 16px;
  }
  .slide-container .text .title {
    font-size: 17px;
  }
  #weekLabels {
    padding: 0;
  }
  .imageHeader {
    padding: 10px 0px;
  }
  #calendarHolder {
    padding: 6px 0;
  }
  .inner {
    padding-left: 0;
  }
  .blueBox {
    padding: 5px 0;
    margin: 20px 0;
  }
  .summary-paddings {
    padding: 0;
  }
  .footer-list a {
    padding: 10px 0;
    margin-right: 0px;
    font-size: 15px;
  }
  .heading-link {
    float: initial;
    margin-left: 14px;
    text-align: left;
    font-size: 24px;
  }
  .n-block .link-sub {
    height: auto;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
    padding-bottom: 1px;
    padding-top: 10px;
  }
  .link-sub span {
    text-align: center;
    margin-right: 0px;
    padding-bottom: 9px;
    font-size: 15px;
  }
  .size-L {
    font-size: 28px;
  }
  .buttonBlueMenu:last-child:not(.clubYear) a {
    margin: 0;
  }
  .slide-container .text span {
    padding: 16px 0;
  }
  .five-cols .date {
    margin-left: 35px;
  }
  .event .image-container {
    margin-top: 12px;
    margin-left: 5px;
    float: left;
  }
  #socials {
    margin-right: 0px;
    color: red;
    margin-top: 10px;
    font-size: 15px;
    height: 40px;
    padding-bottom: 55px;
  }
  .footerSpan {
    margin-top: 30px;
    color: #ffffff;
    font-size: 17px;
  }
  #bot-bar a {
    margin-right: 6px;
    font-size: 14px;
  }
  .footer-list li:not(:last-child) {
    border-bottom: none;
  }
  .navmenu .buttonBlueMenu:first-child:after {
    content: "";
    background: initial;
    width: 0;
  }
  .five-cols.separate div {
    line-height: 1.2;
  }
  .leadersA {
    float: initial;
    text-align: center;
  }
  .heading-row,
  .heading {
    text-align: center;
  }
  .clubThumb {
    width: 100%;
    max-width: 100%;
    height: auto;
    float: initial;
    border: 1px solid #EEE;
    text-align: center;
    padding: 0;
    margin: 0 auto;
  }
  .clubHeading {
    padding: 5px;
    margin: 5px 0;
  }
  .clubThumb img {
    max-width: 100%;
    border: none;
  }
  .zoneHolder {
    width: 100%;
    border-right: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    float: initial;
    height: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 30px;
  }
  .blueBox .b-row {
    font-size: 15px;
  }
  .textHolder {
    margin-left: 4px;
    text-align: center;
  }
  .textHolder.textHolderNews {
    text-align: left;
    padding: 0 1rem;
  }
  .textHolder table {
    width: 100% !important;
  }
  .infoStyle3 {
    float: left;
    width: 100%;
    padding: 0;
    padding-top: 15px;
    text-align: center;
    max-width: 100%;
  }
  .infoStyle3 img {
    width: 100% !important;
    height: auto !important;
  }
  .infoStyle2 {
    float: initial;
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
  #profileForm input,
  .textHolder .inputField,
  .textHolder .inputFieldRegular {
    padding: 4px 0;
    width: 100%;
  }
  .scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    display: none;
    border-radius: 7px;
    background-color: #f7a81b;
  }
  .scrollupArrow {
    color: white;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  input[type='text'],
  input[type='password'],
  select {
    padding: 10px 0px;
  }
  .img-container.vwh {
    height: auto;
    width: 100%;
  }
  .half-col img {
    display: none;
  }
  .half-col:first-child img {
    display: block;
  }
  .showImage {
    display: block;
  }
  .hideImage {
    display: none !important;
  }
  .main div.separate {
    border-bottom: 0px;
    padding-top: 0;
  }
  .main .half-col:first-child .summary {
    border-bottom: 1px solid #dedede;
  }
  .otherNews:last-child {
    border-bottom: 1px solid #dedede;
  }
  .main > .heading-row {
    border-bottom: 1px solid #dedede !important;
  }
  .n-block p,
  .n-block .date {
    font-family: Verdana;
    font-size: 15px;
    text-align: center;
    word-wrap: break-word;
    float: left;
    margin-left: 35px;
    padding-top: 10px;
  }
  .n-block a {
    font-family: Verdana;
    font-size: 13px;
  }
  .column450 {
    width: 100%;
  }
  .column450 .leftForm,
  .column450 .rightForm {
    width: 100%;
    float: initial;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .leftCell,
  .rightCell {
    width: 90%;
    float: initial;
    margin: 0px auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .column450 input,
  .column450 textarea {
    width: 100% !important;
  }
}
@media (max-width: 750px) {
  .proj-date,
  .proj-name,
  .proj-club {
    display: inline;
  }
  .banners-container {
    display: none;
  }
  .banners-container.banners-top-container {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px 10px 10px 10px;
    background-color: #fff;
  }
  .banners-container.banners-top-container br {
    display: none;
  }
  .banners-container.banners-top-container img {
    display: block;
    margin-bottom: 10px;
    width: 100% !important;
  }
  #prevM {
    left: 10px;
  }
  #nextM {
    right: 10px;
  }
  * {
    margin: 0;
    padding: 0;
  }
  .noBorder {
    border-bottom: 0px;
  }
  .onLeft {
    float: initial;
  }
  .headingDarkPink {
    font-size: 20px;
  }
  .img-container.news-image a {
    padding: 0px;
  }
  .img-container.vwh {
    height: auto;
    width: 100%;
  }
  .half-col img {
    display: none;
  }
  .half-col:first-child img {
    display: block;
  }
  .showImage {
    display: block;
  }
  .hideImage {
    display: none !important;
  }
  .main div.separate {
    border-bottom: 0px;
    padding-top: 0;
  }
  .main .half-col:first-child .summary {
    border-bottom: 1px solid #dedede;
  }
  .otherNews:last-child {
    border-bottom: 1px solid #dedede;
  }
  .main > .heading-row {
    border-bottom: 1px solid #dedede !important;
  }
  .n-block p,
  .n-block .date {
    font-family: Verdana;
    font-size: 13px;
    text-align: center;
    word-wrap: break-word;
    float: left;
    margin-left: 8px;
  }
  .n-block a {
    font-family: Verdana;
    font-size: 13px;
  }
  .infoStyle {
    width: 100%;
    margin-right: 0px;
    border: 0;
  }
  .commissionStyle {
    float: initial;
    margin-right: 0px;
  }
  .followUs {
    float: initial;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .iframeMap {
    width: 100%;
    height: auto;
  }
  .zones1 {
    margin: 0;
  }
  .zoneHolderRight {
    margin-left: 20px;
  }
  .zoneHolderLeft {
    margin-right: 15px;
    margin-left: 10px;
  }
  .zoneHolder span {
    margin-left: 10px;
  }
  .onlyMobile {
    display: block;
  }
  .hideForMobile {
    display: none !important;
  }
  .dropmenu-hide {
    display: none;
  }
  .margins {
    margin: 0;
  }
  .blueBoxMargin {
    margin-right: 0px;
  }
  .blueBoxMargin2 {
    margin-left: 0px;
  }
  .paddings {
    padding: 0;
  }
  .arrowmargine {
    margin-right: 0px;
  }
  .logo-top {
    width: 60%;
    margin-left: 33px;
  }
  #topSearch {
    display: inline-block;
  }
  #loginMobile {
    display: block;
  }
  .search-row {
    display: none;
    width: 96%;
    margin: 0px auto 5px auto;
    border: 2px solid #17468F;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0px 10px;
    font-size: 16px;
  }
  input[type='text'],
  input[type='password'],
  select {
    width: 100%;
  }
  .search-row .logo {
    width: 100%;
  }
  #
			#top-menu {
    display: none;
  }
  .container {
    max-width: 100%;
  }
  .sliderspan {
    height: auto;
  }
  .slider-a {
    height: auto;
  }
  .slider-nav {
    top: 140px;
  }
  .container .resp-drop {
    padding: 0px;
    display: none;
  }
  .menu-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 11px;
    font-size: 24px;
    color: #19468d !important;
    line-height: 41px;
    text-align: center;
    margin-top: 0px;
  }
  .MainArea .main {
    padding: 0px;
    margin: 0px;
  }
  .menu-btn span {
    display: block;
    font-size: 12px;
    line-height: 0px;
  }
  .search-btn {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 18px;
    font-size: 24px;
    color: #19468d;
    line-height: 55px;
    text-align: center;
    margin-top: 0px;
  }
  .leadershipBox {
    width: 100%;
    height: auto;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    border: none;
  }
  .buttonBlueMenu,
  .buttonBlueMenuActive {
    display: block;
    text-align: center;
    margin-bottom: 7px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .navmenu .buttonBlueMenu> a {
    text-decoration: none;
  }
  .slide-container .text {
    position: relative;
    bottom: 0;
    left: 0;
  }
  .MainArea .main {
    padding: 0;
    margin: 0 0 10px 0;
    height: 100%;
  }
  .n-block a {
    margin-right: 0px;
  }
  .slide-container >span {
    max-height: auto !important;
    max-height: 190px !important;
  }
  .dropmenu {
    display: block;
    position: relative;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #f7a81b;
    padding: 0px;
  }
  .megamenu .iconPlus {
    font-size: 12px;
    margin-left: 5px;
    display: inline-block;
  }
  .simplemenu {
    margin-bottom: 25px;
  }
  #login .dropmenu {
    left: auto;
    right: auto;
    width: 100%;
  }
  .resp-drop {
    display: block;
  }
  .resp-collapse a {
    color: #FFF !important;
  }
  .resp-collapse {
    display: none;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #19468D;
  }
  .container .row,
  .Irow {
    margin-left: 0;
    margin-right: 0;
  }
  .tri-col,
  .half-col,
  .quart-col,
  .penta-col,
  .l-col,
  .m-col,
  .s-col,
  .xs-col {
    width: 100%;
    display: block;
    float: initial;
    padding: 0;
    text-align: center;
  }
  .footer-list li {
    font-size: 14px;
    height: 20px;
  }
  footer nav {
    padding-top: 20px;
  }
  footer nav li {
    display: block;
    float: initial;
    margin: 0;
  }
  footer nav li a {
    display: block;
    padding: 10px 0;
    color: #FFF;
    font-size: 16px;
    text-align: center;
  }
  .resp-drop {
    text-align: center;
    color: #FFF;
    cursor: pointer;
    padding: 0px;
  }
  nav li.active a {
    border-bottom: 0px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .picturesHolder {
    max-width: 100%;
    float: initial;
    margin-left: 0px;
  }
  .boxRightMiddle {
    margin-top: 2px;
  }
  .submenu-block {
    display: block !important;
    float: initial !important;
    max-width: 100% !important;
    padding: 10px 0;
  }
  .submenu-block li {
    padding: 3px 0;
  }
  #login {
    display: block;
  }
  #login {
    float: initial;
    height: 30px;
    margin: 0;
    line-height: 30px !important;
    text-align: center;
    font-size: 16px;
  }
  #login a {
    margin: 0px;
  }
  #login .field {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  #login a span,
  #login a img {
    height: 55%;
  }
  #profileMenuButton {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
  }
  #profileMenuButton img {
    display: inline-block;
  }
  #profileMenu {
    display: none;
    background-color: #F7A81B;
    position: relative;
    z-index: 100000;
  }
  .padding-down {
    padding-top: 15px;
    border: none;
  }
  .clearmobile {
    display: none;
  }
  .text span {
    padding: 0;
    text-align: center;
  }
  .slide-container .text .big {
    font-size: 16px;
  }
  .slide-container .text .title {
    font-size: 17px;
  }
  #weekLabels {
    padding: 0;
  }
  .imageHeader {
    padding: 10px 0px;
  }
  #calendarHolder {
    padding: 6px 0;
  }
  .inner {
    padding-left: 0;
  }
  .blueBox {
    padding: 5px 0;
    margin: 20px 0;
  }
  .summary-paddings {
    padding: 5px 0 5px 0;
  }
  .footer-list a {
    padding: 10px 0;
    margin-right: 0px;
    font-size: 14px;
  }
  .heading-link {
    float: initial;
    margin-left: 14px;
    text-align: left;
    font-size: 18px;
  }
  .n-block .link-sub {
    height: auto;
    overflow: hidden;
    font-size: 13px;
    text-align: center;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-top: 1px;
    line-height: 1.2;
  }
  .link-sub span {
    text-align: center;
    margin-right: 0px;
    padding-bottom: 9px;
    font-size: 13px;
  }
  .size-L {
    font-size: 23px;
  }
  .buttonBlueMenu:last-child:not(.clubYear) a {
    margin: 0;
  }
  .slide-container .text span {
    padding: 16px 0;
  }
  .five-cols .date {
    margin-left: 8px;
  }
  .event .image-container {
    margin-top: 12px;
    margin-left: 5px;
    float: left;
  }
  #socials {
    margin-right: 0px;
    color: red;
    margin-top: 10px;
    font-size: 15px;
    height: 40px;
    padding-bottom: 55px;
  }
  .footerSpan {
    margin-top: 30px;
    color: #ffffff;
  }
  #bot-bar a {
    margin-right: 6px;
    font-size: 13px;
  }
  .footer-list li:not(:last-child) {
    border-bottom: none;
  }
  .navmenu .buttonBlueMenu:first-child:after {
    content: "";
    background: initial;
    width: 0;
  }
  .five-cols.separate div {
    line-height: 1.2;
  }
  .leadersA {
    float: initial;
    text-align: center;
  }
  .heading-row,
  .heading {
    text-align: center;
  }
  .clubThumb {
    width: 100%;
    max-width: 100%;
    height: auto;
    float: initial;
    border: 1px solid #EEE;
    text-align: center;
    padding: 0;
    margin: 0 auto;
  }
  .clubHeading {
    padding: 5px;
    margin: 5px 0;
  }
  .clubThumb img {
    max-width: 100%;
    border: none;
  }
  .zoneHolder {
    width: 100%;
    border-right: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    float: initial;
    height: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 30px;
  }
  .blueBox .b-row {
    font-size: 13px;
  }
  .textHolder {
    margin-left: 4px;
    text-align: center;
  }
  .textHolder table {
    width: 100% !important;
  }
  .infoStyle3 {
    float: left;
    width: 100%;
    padding: 0;
    padding-top: 15px;
    text-align: center;
    max-width: 100%;
  }
  .infoStyle3 img {
    width: 100% !important;
    height: auto !important;
  }
  .infoStyle2 {
    float: initial;
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
  #profileForm input,
  .textHolder .inputField,
  .textHolder .inputFieldRegular {
    padding: 4px 0;
    width: 100%;
  }
  .scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    display: none;
    border-radius: 7px;
    background-color: #f7a81b;
  }
  .scrollupArrow {
    color: white;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .galleryImage {
    height: 245px;
  }
}
.containerClub {
  font-family: 'HPSimplified Light';
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .containerClub {
    padding: 0px 20px;
  }
}
.containerClub h1 {
  color: #19468d;
  margin: 30px 0px;
  display: block;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .containerClub h1 {
    text-align: center;
  }
}
.containerClub .information {
  display: flex;
  flex-direction: column;
}
.containerClub .information .general-information {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .containerClub .information .general-information {
    flex-direction: column;
  }
}
.containerClub .information .general-information .club-logo {
  width: 25%;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .containerClub .information .general-information .club-logo {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .containerClub .information .general-information .club-logo img {
    display: block;
    margin: 0px auto;
  }
}
.containerClub .information .general-information .details {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 40%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0px 30px 0px 30px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .containerClub .information .general-information .details {
    width: 100%;
  }
}
.containerClub .information .general-information .details .detail {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 10px;
}
.containerClub .information .general-information .details .detail .icon {
  border: 1px solid #19468D;
  background-color: #fafafa;
  color: #F5A81C;
  padding: 5px;
  font-size: 13px;
  margin-right: 5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  display: block;
  text-align: center;
}
.containerClub .information .general-information .details .detail .sign {
  display: block;
  font-weight: 700;
  font-size: 16px;
  margin-right: 10px;
}
.containerClub .information .general-information .details .detail .socials {
  display: block;
  font-size: 30px;
  margin-right: 10px;
}
.containerClub .information .general-information .details .detail .socials.facebook {
  color: #4267B2;
  transition: color 0.3s ease-in-out;
}
.containerClub .information .general-information .details .detail .socials.facebook:hover {
  color: #214387;
}
.containerClub .information .general-information .details .detail .socials.twitter {
  color: #5DA9DD;
  transition: color 0.3s ease-in-out;
}
.containerClub .information .general-information .details .detail .socials.twitter:hover {
  color: #3280b5;
}
.containerClub .information .general-information .details .detail .socials.linkedin {
  color: #006fab;
  transition: color 0.3s ease-in-out;
}
.containerClub .information .general-information .details .detail .socials.linkedin:hover {
  color: #004a72;
}
.containerClub .information .general-information .details .detail .socials.instagram {
  color: #BA009E;
  transition: color 0.3s ease-in-out;
}
.containerClub .information .general-information .details .detail .socials.instagram:hover {
  color: #E40022;
}
.containerClub .information .general-information .club-description {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 35%;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .containerClub .information .general-information .club-description {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0px 20px;
  }
}
.containerClub .information .club-boards {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .containerClub .information .club-boards {
    padding: 0px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}
.containerClub .information .club-boards .heading-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .containerClub .information .club-boards .heading-row {
    flex-direction: column;
  }
}
.containerClub .information .club-boards .heading-row .holder-heading {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .containerClub .information .club-boards .heading-row .holder-heading {
    justify-content: space-between;
  }
}
.containerClub .information .club-boards .heading-row .holder-heading .holder-buttons-years {
  position: relative;
}
.containerClub .information .club-boards .heading-row .holder-heading .holder-buttons-years select {
  border: 2px solid #19468D;
  font-size: 16px;
  height: 32px;
  padding: 4px;
  margin: 6px;
  display: inline-block;
}
.containerClub .information .club-boards .heading-row .holder-heading .holder-buttons-years .buttons-years-active {
  font-size: 32px;
  margin-left: 20px;
  cursor: hand;
  cursor: pointer;
}
.containerClub .information .club-boards .heading-row .holder-heading .holder-buttons-years .buttons-years-active:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c9";
}
.containerClub .information .club-boards .heading-row .holder-heading .holder-buttons-years .buttons-years {
  display: none;
  flex-direction: column;
  position: absolute;
  background-color: #fff;
  width: 100%;
  top: 0px;
  left: 0px;
  padding: 20px;
  box-shadow: 0px 0px 10px #ccc;
}
.containerClub .information .club-boards .heading-row .holder-heading .holder-buttons-years .buttons-years .button-year {
  cursor: hand;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
}
.containerClub .information .club-boards .heading-row .holder-heading .holder-buttons-years .buttons-years .button-year:hover {
  background-color: #19468D;
  color: #fff;
}
.containerClub .information .club-boards .heading-row .holder-heading .holder-buttons-years:hover .buttons-years {
  display: flex;
}
.containerClub .information .club-boards .heading-row .rotaract-interact {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .containerClub .information .club-boards .heading-row .rotaract-interact {
    justify-content: flex-end;
  }
}
.containerClub .information .club-boards .heading-row .rotaract-interact .boxTooltip {
  position: absolute;
  z-index: 3;
  top: -35px;
  width: 150px;
  left: -60px;
  text-align: center;
  padding: 3px 5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: rgba(0,0,0,0.8);
  color: #fff;
  font-size: 12px;
}
.containerClub .information .club-boards .heading-row .rotaract-interact .boxTooltip:after {
  position: absolute;
  left: calc(43%);
  bottom: -10px;
  width: 0;
  height: 0;
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(0,0,0,0.8);
}
.containerClub .information .club-boards .heading-row .rotaract-interact .interact {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  background-image: url(../images/hasInteract.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.containerClub .information .club-boards .heading-row .rotaract-interact .rotaract {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  background-image: url(../images/hasRotaract.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.containerClub .information .club-boards .board-content {
  display: none;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .containerClub .information .club-boards .board-content {
    flex-direction: column;
  }
}
.containerClub .information .club-boards .board-content.active {
  display: flex;
}
.containerClub .information .club-boards .board-content .board-member {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 25%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .containerClub .information .club-boards .board-content .board-member {
    width: 100%;
    flex-direction: row;
  }
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .containerClub .information .club-boards .board-content .board-member .memberLink {
    width: 50%;
  }
}
.containerClub .information .club-boards .board-content .board-member .member-type {
  display: block;
  font-weight: bold;
  font-size: 14px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .containerClub .information .club-boards .board-content .board-member .member-type {
    width: 100%;
  }
}
.containerClub .information .club-boards .board-content .board-member .member-name {
  display: block;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .containerClub .information .club-boards .board-content .board-member .member-name {
    width: 100%;
  }
}
.containerClub .information .club-boards .holder-commission {
  display: none;
  flex-direction: column;
}
.containerClub .information .club-boards .holder-commission h3 {
  display: block;
  color: #19468D;
  margin: 10px 0px 10px 0px;
  position: relative;
}
.containerClub .information .club-boards .holder-commission h3:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0px;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.containerClub .information .club-boards .holder-commission.active {
  display: flex;
}
.containerClub .information .club-boards .holder-commission .commission-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .containerClub .information .club-boards .holder-commission .commission-content {
    flex-direction: column;
  }
}
.containerClub .information .club-boards .holder-commission .commission-content.active {
  display: flex;
}
.containerClub .information .club-boards .holder-commission .commission-content .board-member {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 25%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .containerClub .information .club-boards .holder-commission .commission-content .board-member {
    width: 100%;
    flex-direction: row;
  }
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .containerClub .information .club-boards .holder-commission .commission-content .board-member .memberLink {
    width: 50%;
  }
}
.containerClub .information .club-boards .holder-commission .commission-content .board-member .member-type {
  display: block;
  font-weight: bold;
  font-size: 14px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .containerClub .information .club-boards .holder-commission .commission-content .board-member .member-type {
    width: 100%;
  }
}
.containerClub .information .club-boards .holder-commission .commission-content .board-member .member-name {
  display: block;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .containerClub .information .club-boards .holder-commission .commission-content .board-member .member-name {
    width: 100%;
  }
}
.containerClub .information .club-projects {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .containerClub .information .club-projects {
    padding: 0px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}
.containerClub .information .club-projects .links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.containerClub .information .club-projects .links a,
.containerClub .information .club-projects .links a:link,
.containerClub .information .club-projects .links a:hover,
.containerClub .information .club-projects .links a:visited {
  display: block;
  position: relative;
  margin-left: 10px;
  transition: color 0.2s ease-in-out;
}
.containerClub .information .club-projects .links a:hover,
.containerClub .information .club-projects .links a:link:hover,
.containerClub .information .club-projects .links a:hover:hover,
.containerClub .information .club-projects .links a:visited:hover {
  color: #19468D;
}
.containerClub .information .club-projects .links a:before,
.containerClub .information .club-projects .links a:link:before,
.containerClub .information .club-projects .links a:hover:before,
.containerClub .information .club-projects .links a:visited:before {
  display: block;
  position: absolute;
  left: -10px;
  top: 3px;
  width: 10px;
  font-size: 13px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
}
.containerClub .information .club-news-and-events {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: top;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .containerClub .information .club-news-and-events {
    padding: 0px 20px;
    flex-direction: column;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}
.containerClub .information .club-news-and-events .club-news {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-right: 10px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .containerClub .information .club-news-and-events .club-news {
    width: 100%;
  }
}
.containerClub .information .club-news-and-events .club-news .links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.containerClub .information .club-news-and-events .club-news .links a,
.containerClub .information .club-news-and-events .club-news .links a:link,
.containerClub .information .club-news-and-events .club-news .links a:hover,
.containerClub .information .club-news-and-events .club-news .links a:visited {
  display: block;
  position: relative;
  margin-left: 10px;
  transition: color 0.2s ease-in-out;
}
.containerClub .information .club-news-and-events .club-news .links a:hover,
.containerClub .information .club-news-and-events .club-news .links a:link:hover,
.containerClub .information .club-news-and-events .club-news .links a:hover:hover,
.containerClub .information .club-news-and-events .club-news .links a:visited:hover {
  color: #19468D;
}
.containerClub .information .club-news-and-events .club-news .links a:before,
.containerClub .information .club-news-and-events .club-news .links a:link:before,
.containerClub .information .club-news-and-events .club-news .links a:hover:before,
.containerClub .information .club-news-and-events .club-news .links a:visited:before {
  display: block;
  position: absolute;
  left: -10px;
  top: 3px;
  width: 10px;
  font-size: 13px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
}
.containerClub .information .club-news-and-events .club-news .links .plusOtherNews {
  display: none;
  flex-direction: column;
}
.containerClub .information .club-news-and-events .club-news #openOtherNews {
  margin-top: 10px;
  font-weight: bold;
  color: #19468D;
  cursor: hand;
  cursor: pointer;
}
.containerClub .information .club-news-and-events .club-events {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 10px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .containerClub .information .club-news-and-events .club-events {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}
.containerClub .information .club-news-and-events .club-events .links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.containerClub .information .club-news-and-events .club-events .links a,
.containerClub .information .club-news-and-events .club-events .links a:link,
.containerClub .information .club-news-and-events .club-events .links a:hover,
.containerClub .information .club-news-and-events .club-events .links a:visited {
  display: block;
  position: relative;
  margin-left: 10px;
  transition: color 0.2s ease-in-out;
}
.containerClub .information .club-news-and-events .club-events .links a:hover,
.containerClub .information .club-news-and-events .club-events .links a:link:hover,
.containerClub .information .club-news-and-events .club-events .links a:hover:hover,
.containerClub .information .club-news-and-events .club-events .links a:visited:hover {
  color: #19468D;
}
.containerClub .information .club-news-and-events .club-events .links a:before,
.containerClub .information .club-news-and-events .club-events .links a:link:before,
.containerClub .information .club-news-and-events .club-events .links a:hover:before,
.containerClub .information .club-news-and-events .club-events .links a:visited:before {
  display: block;
  position: absolute;
  left: -10px;
  top: 3px;
  width: 10px;
  font-size: 13px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
}
.containerClub .information .club-news-and-events .club-events .links .plusOtherEvents {
  display: none;
  flex-direction: column;
}
.containerClub .information .club-news-and-events .club-events #openOtherEvents {
  margin-top: 10px;
  font-weight: bold;
  color: #19468D;
  cursor: hand;
  cursor: pointer;
}
.containerClub .information .club-galleries {
  display: flex;
  flex-direction: column;
}
.containerClub .information .club-galleries .galleries {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .containerClub .information .club-galleries .galleries {
    flex-direction: column;
    padding: 0px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}
.containerClub .information .club-galleries .galleries a,
.containerClub .information .club-galleries .galleries a:link,
.containerClub .information .club-galleries .galleries a:hover,
.containerClub .information .club-galleries .galleries a:visited {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: auto;
  width: 25%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0px 10px 0px 0px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .containerClub .information .club-galleries .galleries a,
  .containerClub .information .club-galleries .galleries a:link,
  .containerClub .information .club-galleries .galleries a:hover,
  .containerClub .information .club-galleries .galleries a:visited {
    width: 100%;
    padding: 0px;
  }
}
.containerClub .information .club-galleries .galleries a .pic,
.containerClub .information .club-galleries .galleries a:link .pic,
.containerClub .information .club-galleries .galleries a:hover .pic,
.containerClub .information .club-galleries .galleries a:visited .pic {
  display: block;
  height: 150px;
}
.containerClub .information .club-galleries .galleries a .pic img,
.containerClub .information .club-galleries .galleries a:link .pic img,
.containerClub .information .club-galleries .galleries a:hover .pic img,
.containerClub .information .club-galleries .galleries a:visited .pic img {
  display: block;
  height: 150px;
  width: 100%;
  object-fit: cover;
}
.containerClub .information .club-galleries .galleries a .name,
.containerClub .information .club-galleries .galleries a:link .name,
.containerClub .information .club-galleries .galleries a:hover .name,
.containerClub .information .club-galleries .galleries a:visited .name {
  display: block;
  padding: 10px 0px;
  text-align: center;
}
.containerClub .information .club-galleries .galleries a:nth-child(4n),
.containerClub .information .club-galleries .galleries a:link:nth-child(4n),
.containerClub .information .club-galleries .galleries a:hover:nth-child(4n),
.containerClub .information .club-galleries .galleries a:visited:nth-child(4n) {
  padding: 0px;
}
.containerClub .information .club-members {
  display: flex;
  flex-direction: column;
}
.containerClub .information .club-members .holder-members {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .containerClub .information .club-members .holder-members {
    flex-direction: column;
  }
}
.containerClub .information .club-members .holder-members a,
.containerClub .information .club-members .holder-members a:link,
.containerClub .information .club-members .holder-members a:hover,
.containerClub .information .club-members .holder-members a:visited {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: auto;
  width: 16.6%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0px 10px 0px 0px;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .containerClub .information .club-members .holder-members a,
  .containerClub .information .club-members .holder-members a:link,
  .containerClub .information .club-members .holder-members a:hover,
  .containerClub .information .club-members .holder-members a:visited {
    width: 100%;
    padding: 0px;
  }
}
.containerClub .information .club-members .holder-members a .pic,
.containerClub .information .club-members .holder-members a:link .pic,
.containerClub .information .club-members .holder-members a:hover .pic,
.containerClub .information .club-members .holder-members a:visited .pic {
  display: block;
  width: 100%;
  height: 200px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .containerClub .information .club-members .holder-members a .pic,
  .containerClub .information .club-members .holder-members a:link .pic,
  .containerClub .information .club-members .holder-members a:hover .pic,
  .containerClub .information .club-members .holder-members a:visited .pic {
    height: auto;
  }
}
.containerClub .information .club-members .holder-members a .pic img,
.containerClub .information .club-members .holder-members a:link .pic img,
.containerClub .information .club-members .holder-members a:hover .pic img,
.containerClub .information .club-members .holder-members a:visited .pic img {
  display: block;
  height: 200px;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .containerClub .information .club-members .holder-members a .pic img,
  .containerClub .information .club-members .holder-members a:link .pic img,
  .containerClub .information .club-members .holder-members a:hover .pic img,
  .containerClub .information .club-members .holder-members a:visited .pic img {
    height: auto;
  }
}
.containerClub .information .club-members .holder-members a .name,
.containerClub .information .club-members .holder-members a:link .name,
.containerClub .information .club-members .holder-members a:hover .name,
.containerClub .information .club-members .holder-members a:visited .name {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  height: 60px;
  font-size: 14px;
  font-weight: bold;
  background-color: #eee;
  width: 100%;
}
.containerClub .information .club-members .holder-members a .position,
.containerClub .information .club-members .holder-members a:link .position,
.containerClub .information .club-members .holder-members a:hover .position,
.containerClub .information .club-members .holder-members a:visited .position {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #eee;
  padding: 10px 0px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
}
.containerClub .information .club-members .holder-members a:nth-child(6n),
.containerClub .information .club-members .holder-members a:link:nth-child(6n),
.containerClub .information .club-members .holder-members a:hover:nth-child(6n),
.containerClub .information .club-members .holder-members a:visited:nth-child(6n) {
  padding: 0px;
}
.faqsHolder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.faqsHolder .faq {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.faqsHolder .faq .heading {
  font-weight: bold;
  margin-bottom: 10px;
}
.faqsHolder .faq .content {
  font-family: 'HPSimplified Light';
}
.news-box {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .news-box {
    padding: 0px 10px;
  }
}
.news-box .ad-container {
  margin: 20px 0px 0px 0px;
}
.news-box .top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 0px 10px 0px;
  border-bottom: 1px solid #ccc;
  align-items: baseline;
}
.news-box .top .heading {
  display: block;
  font-size: 24px;
  font-weight: bold;
  font-family: 'HPSimplified Light';
  text-align: left;
}
.news-box .top .all {
  display: flex;
  flex-direction: row;
  font-family: 'HPSimplified Light';
}
.news-box .top .all .icon {
  display: block;
}
.news-box .top .all .text {
  display: block;
  padding-left: 5px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .news-box .top .all .text {
    display: none;
  }
}
.news-box .top .all .text-mobile {
  display: none;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .news-box .top .all .text-mobile {
    display: block;
    padding-left: 5px;
  }
}
.news-box .two {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .news-box .two {
    flex-direction: column;
  }
}
.news-box .two .leading {
  display: flex;
  flex-direction: column;
  width: 49%;
  margin-right: 2%;
  margin-top: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .news-box .two .leading {
    width: 100%;
    flex-direction: row;
    align-items: center;
    margin: 10px 0px 10px 0px;
  }
}
.news-box .two .leading:nth-child(2n) {
  margin-right: 0px;
}
.news-box .two .leading .picture {
  display: block;
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .news-box .two .leading .picture {
    width: 30%;
    height: 80px;
  }
}
.news-box .two .leading .picture img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 200px;
  transition: all 0.3s;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .news-box .two .leading .picture img {
    height: 80px;
  }
}
.news-box .two .leading .picture .date {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: rgba(0,0,0,0.8);
  font-size: 12px;
  padding: 5px;
}
.news-box .two .leading .excerpt {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .news-box .two .leading .excerpt {
    width: 70%;
    padding-left: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}
.news-box .two .leading .excerpt .heading {
  display: block;
  font-family: 'HPSimplified Light';
  font-size: 19px;
  font-weight: bold;
  margin-top: 10px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .news-box .two .leading .excerpt .heading {
    margin: 0px;
    font-size: 16px;
    text-align: left;
  }
}
.news-box .two .leading:hover .picture {
  box-shadow: 0px 0px 24px #ccc;
}
.news-box .two .leading:hover .picture img {
  transform: scale(1.1);
}
.news-box .other {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .news-box .other {
    display: none;
  }
}
.news-box .other a,
.news-box .other a:link,
.news-box .other a:hover,
.news-box .other a:visited {
  display: flex;
  flex-direction: row;
  padding: 5px 0px;
  align-items: center;
}
.news-box .other a .date,
.news-box .other a:link .date,
.news-box .other a:hover .date,
.news-box .other a:visited .date {
  display: block;
  margin: 0px;
  padding: 5px;
  font-size: 12px;
  font-family: 'HPSimplified Light';
  text-align: center;
  background-color: #17468F;
  margin-right: 10px;
  transition: all 0.3s;
}
.news-box .other a .heading,
.news-box .other a:link .heading,
.news-box .other a:hover .heading,
.news-box .other a:visited .heading {
  width: 88%;
  font-size: 14px;
  display: block;
  font-weight: bold;
}
.news-box .other a:hover .date,
.news-box .other a:link:hover .date,
.news-box .other a:hover:hover .date,
.news-box .other a:visited:hover .date {
  color: #17468F;
  background-color: #f7a81b;
}
.news-box .all-news {
  display: none;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .news-box .all-news {
    display: block;
    text-align: left;
    padding: 0px 10px;
    margin: 0px 0px 20px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 30px;
    color: #17468F;
    background-color: #f7a81b;
  }
}
.holderNews {
  display: flex;
  flex-direction: column;
  font-family: 'HPSimplified Light';
  padding: 30px 0px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderNews {
    padding: 30px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}
.holderNews h1 {
  display: block;
  color: #17468F;
  font-family: 'HPSimplified Light';
  padding: 0px 0px 5px 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.holderNews .holderCategories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderNews .holderCategories {
    flex-direction: column;
  }
}
.holderNews .holderCategories .label {
  padding: 5px 0px;
  font-weight: bold;
  color: #474747;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderNews .holderCategories .label {
    cursor: hand;
    cursor: pointer;
  }
}
.holderNews .holderCategories .categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderNews .holderCategories .categories {
    display: none;
    flex-direction: column;
  }
}
.holderNews .holderCategories .categories .category {
  padding: 5px;
}
.holderNews .holderCategories .categories .category.active {
  color: #17468F;
  background-color: #f7a81b;
}
.holderNews .pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 10px;
}
.holderNews .pagination .label {
  padding: 5px 0px;
  font-weight: bold;
  margin-right: 10px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderNews .pagination .label {
    display: none;
  }
}
.holderNews .pagination .pageBoxActive {
  color: #17468F;
  background-color: #f7a81b;
}
.holderNews .list {
  display: flex;
  flex-direction: column;
}
.holderNews .list .box-news {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderNews .list .box-news {
    width: 100%;
    flex-direction: row;
    align-items: center;
    margin: 10px 0px 10px 0px;
  }
}
.holderNews .list .box-news:nth-child(2n) {
  margin-right: 0px;
}
.holderNews .list .box-news .picture {
  display: block;
  width: 30%;
  height: 200px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderNews .list .box-news .picture {
    width: 30%;
    height: 80px;
  }
}
.holderNews .list .box-news .picture img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 200px;
  transition: all 0.3s;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderNews .list .box-news .picture img {
    height: 80px;
  }
}
.holderNews .list .box-news .picture .date {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: rgba(0,0,0,0.8);
  font-size: 12px;
  padding: 5px;
}
.holderNews .list .box-news .excerpt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 20px;
  width: 70%;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderNews .list .box-news .excerpt {
    padding-left: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}
.holderNews .list .box-news .excerpt .heading {
  display: block;
  font-family: 'HPSimplified Light';
  font-size: 19px;
  font-weight: bold;
  margin-top: 10px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderNews .list .box-news .excerpt .heading {
    margin: 0px;
    font-size: 16px;
    text-align: left;
  }
}
.holderNews .list .box-news .excerpt .read-more {
  display: block;
  color: #17468F;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderNews .list .box-news .excerpt .read-more {
    display: none;
  }
}
.holderNews .list .box-news .excerpt .description {
  display: block;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderNews .list .box-news .excerpt .description {
    display: none;
  }
}
.holderNews .list .box-news:hover .picture {
  box-shadow: 0px 0px 24px #ccc;
}
.holderNews .list .box-news:hover .picture img {
  transform: scale(1.1);
}
.holderSubmenus {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderSubmenus {
    flex-direction: column;
  }
}
.holderSubmenus .box {
  width: 32%;
  margin-bottom: 20px;
  margin-right: 2%;
  display: flex;
  flex-direction: column;
  height: 300px;
  background-color: #fafafa;
  border: 1px solid #ccc;
  transition: all 0.3s;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderSubmenus .box {
    width: 100%;
    margin-right: 0px;
  }
}
.holderSubmenus .box .pic {
  display: block;
  height: 210px;
}
.holderSubmenus .box .pic img {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: contain;
}
.holderSubmenus .box .name {
  display: block;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: 'HPSimplified Light';
}
.holderSubmenus .box:nth-child(3n) {
  margin-right: 0px;
}
.holderSubmenus .box:hover {
  box-shadow: 0px 0px 24px #ccc;
}
.searchHolder {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .searchHolder {
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}
.searchHolder h1 {
  font-family: 'HPSimplified Light';
  color: #1e59b2;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .searchHolder h1 {
    font-size: 28px;
  }
}
.searchHolder .searchChoice {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  border: 1px solid #ccc;
  position: relative;
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 15px;
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .searchHolder .searchChoice {
    flex-direction: column;
  }
}
.searchHolder .searchChoice .label {
  font-family: 'HPSimplified Light';
  font-size: 18px;
  margin-right: 40px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .searchHolder .searchChoice .label {
    margin-right: 10px;
  }
}
.searchHolder .searchChoice .checkbox {
  display: flex;
  flex-direction: row;
  cursor: hand;
  cursor: pointer;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .searchHolder .searchChoice .checkbox {
    margin-top: 30px;
  }
}
.searchHolder .searchChoice .checkbox .check {
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  margin-right: 15px;
}
.searchHolder .searchChoice .checkbox .check.active {
  background-image: url(../images/check.png);
  background-size: 80% 80%;
  background-position: center;
  background-repeat: no-repeat;
  border: 3px solid #ccc;
  width: 47px;
  height: 47px;
}
.searchHolder .searchChoice .checkbox .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-family: 'HPSimplified Light';
  margin-right: 40px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .searchHolder .searchChoice .checkbox .content {
    margin-right: 0;
  }
}
.searchHolder .searchChoice .checkbox .content .icon {
  display: block;
  height: 30px;
}
.searchHolder .searchChoice .checkbox .content .icon img {
  display: block;
  height: 30px;
}
.searchHolder .searchChoice .checkbox:hover .check {
  background-image: url(../images/check.png);
  background-size: 80% 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.searchHolder .searchForm {
  display: none;
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  border: 1px solid #ccc;
  position: relative;
  margin-bottom: 15px;
  padding: 15px;
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: 'HPSimplified Light';
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .searchHolder .searchForm {
    flex-direction: column;
  }
}
.searchHolder .searchForm form {
  width: 100%;
}
.searchHolder .searchForm .holderFields {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .searchHolder .searchForm .holderFields {
    flex-direction: column;
  }
}
.searchHolder .searchForm .holderFields .fields {
  width: 32%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .searchHolder .searchForm .holderFields .fields {
    width: 100%;
  }
}
.searchHolder .searchForm .holderFields .fields .field {
  display: block;
  width: 100%;
  margin-top: 5px;
}
.searchHolder .searchForm .holderFields .fields .field input {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .searchHolder .searchForm .holderFields .fields .field input {
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}
.searchHolder .searchForm .holderFields .fields .field select {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.searchHolder .searchForm .button {
  width: 32%;
}
.searchHolder .searchForm .button.center {
  margin: 10px auto;
}
.searchHolder .searchForm .button input {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.searchHolder .searchForm.active {
  display: flex;
}
.searchHolder .clubs-not-logged {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 1rem 0 0 0;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .searchHolder .clubs-not-logged {
    flex-direction: column;
  }
}
.searchHolder .clubs-not-logged .clubThumb {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 24%;
  height: 250px;
  border: 1px solid #ccc;
  position: relative;
  margin-bottom: 15px;
  padding: 15px;
  background-color: #fff;
  transition: box-shadow 0.4s ease-in-out;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .searchHolder .clubs-not-logged .clubThumb {
    width: 100%;
  }
}
.searchHolder .clubs-not-logged .clubThumb .heading {
  display: block;
  font-weight: bold;
}
.searchHolder .clubs-not-logged .clubThumb .hasInterRotar {
  height: 25px;
  display: block;
  position: asbolute;
  right: 0px;
  top: 0px;
}
.searchHolder .clubs-not-logged .clubThumb .club-logo {
  display: block;
  width: 100%;
  height: 180px;
}
.searchHolder .clubs-not-logged .clubThumb .club-logo img {
  display: block;
  margin: 0px auto;
  height: 150px;
  object-fit: contain;
}
.searchHolder .clubs-not-logged .clubThumb:hover {
  box-shadow: 0px 0px 24px rgba(180,180,180,0.9);
}
.searchHolder .clubs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .searchHolder .clubs {
    flex-direction: column;
  }
}
.searchHolder .clubs a,
.searchHolder .clubs a:link,
.searchHolder .clubs a:hover,
.searchHolder .clubs a:visited {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24%;
  height: 250px;
  border: 1px solid #ccc;
  position: relative;
  margin-bottom: 15px;
  padding: 15px;
  background-color: #fff;
  transition: box-shadow 0.4s ease-in-out;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .searchHolder .clubs a,
  .searchHolder .clubs a:link,
  .searchHolder .clubs a:hover,
  .searchHolder .clubs a:visited {
    width: 100%;
  }
}
.searchHolder .clubs a .heading,
.searchHolder .clubs a:link .heading,
.searchHolder .clubs a:hover .heading,
.searchHolder .clubs a:visited .heading {
  display: block;
  font-weight: bold;
}
.searchHolder .clubs a .hasInterRotar,
.searchHolder .clubs a:link .hasInterRotar,
.searchHolder .clubs a:hover .hasInterRotar,
.searchHolder .clubs a:visited .hasInterRotar {
  height: 25px;
  display: block;
  position: asbolute;
  right: 0px;
  top: 0px;
}
.searchHolder .clubs a .club-logo,
.searchHolder .clubs a:link .club-logo,
.searchHolder .clubs a:hover .club-logo,
.searchHolder .clubs a:visited .club-logo {
  display: block;
  width: 100%;
  height: 180px;
}
.searchHolder .clubs a .club-logo img,
.searchHolder .clubs a:link .club-logo img,
.searchHolder .clubs a:hover .club-logo img,
.searchHolder .clubs a:visited .club-logo img {
  display: block;
  margin: 0px auto;
  height: 180px;
  object-fit: contain;
}
.searchHolder .clubs a:hover,
.searchHolder .clubs a:link:hover,
.searchHolder .clubs a:hover:hover,
.searchHolder .clubs a:visited:hover {
  box-shadow: 0px 0px 24px rgba(180,180,180,0.9);
}
.searchHolder .rotaract-members {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
  font-family: 'HPSimplified Light';
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .searchHolder .rotaract-members {
    flex-direction: column;
  }
}
.searchHolder .rotaract-members .no-results-found {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  border: 1px solid #ccc;
  position: relative;
  margin-bottom: 15px;
  padding: 20px 10px;
  color: #ff0000;
  text-align: center;
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.searchHolder .rotaract-members .rotaract-member {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 32%;
  height: 250px;
  border: 1px solid #ccc;
  position: relative;
  margin-bottom: 15px;
  margin-right: 2%;
  padding: 10px;
  background-color: #fff;
  max-width: none;
  transition: box-shadow 0.4s ease-in-out;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .searchHolder .rotaract-members .rotaract-member {
    width: 100%;
    height: auto;
  }
}
.searchHolder .rotaract-members .rotaract-member .name {
  display: block;
  font-weight: bold;
  color: #17468F;
  font-size: 21px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.searchHolder .rotaract-members .rotaract-member .contact-detail {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .searchHolder .rotaract-members .rotaract-member .contact-detail {
    margin-top: 20px;
  }
}
.searchHolder .rotaract-members .rotaract-member .contact-detail .icon {
  display: block;
  width: 15%;
  text-align: center;
  font-size: 21px;
  color: #F7A81B;
}
.searchHolder .rotaract-members .rotaract-member .contact-detail .text {
  display: block;
  width: 85%;
}
.searchHolder .rotaract-members .rotaract-member:hover {
  box-shadow: 0px 0px 24px rgba(180,180,180,0.9);
}
.searchHolder .rotaract-members .rotaract-member:nth-child(3n) {
  margin-right: 0px;
}
.searchHolder .rotary-members {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
  font-family: 'HPSimplified Light';
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .searchHolder .rotary-members {
    flex-direction: column;
  }
}
.searchHolder .rotary-members .no-results-found {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  border: 1px solid #ccc;
  position: relative;
  margin-bottom: 15px;
  padding: 20px 10px;
  color: #ff0000;
  text-align: center;
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.searchHolder .rotary-members .rotary-member,
.searchHolder .rotary-members .rotary-member:link,
.searchHolder .rotary-members .rotary-member:hover,
.searchHolder .rotary-members .rotary-member:visited {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 32%;
  height: auto;
  border: 1px solid #ccc;
  position: relative;
  margin-bottom: 15px;
  margin-right: 2%;
  padding: 10px;
  background-color: #fff;
  max-width: none;
  transition: box-shadow 0.4s ease-in-out;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .searchHolder .rotary-members .rotary-member,
  .searchHolder .rotary-members .rotary-member:link,
  .searchHolder .rotary-members .rotary-member:hover,
  .searchHolder .rotary-members .rotary-member:visited {
    width: 100%;
    height: auto;
  }
}
.searchHolder .rotary-members .rotary-member .name,
.searchHolder .rotary-members .rotary-member:link .name,
.searchHolder .rotary-members .rotary-member:hover .name,
.searchHolder .rotary-members .rotary-member:visited .name {
  display: block;
  font-weight: bold;
  color: #17468F;
  font-size: 21px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.searchHolder .rotary-members .rotary-member .contact-detail,
.searchHolder .rotary-members .rotary-member:link .contact-detail,
.searchHolder .rotary-members .rotary-member:hover .contact-detail,
.searchHolder .rotary-members .rotary-member:visited .contact-detail {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 15px;
  align-items: center;
}
.searchHolder .rotary-members .rotary-member .contact-detail .icon,
.searchHolder .rotary-members .rotary-member:link .contact-detail .icon,
.searchHolder .rotary-members .rotary-member:hover .contact-detail .icon,
.searchHolder .rotary-members .rotary-member:visited .contact-detail .icon {
  display: block;
  width: 15%;
  text-align: center;
  font-size: 21px;
  color: #F7A81B;
}
.searchHolder .rotary-members .rotary-member .contact-detail .icon img,
.searchHolder .rotary-members .rotary-member:link .contact-detail .icon img,
.searchHolder .rotary-members .rotary-member:hover .contact-detail .icon img,
.searchHolder .rotary-members .rotary-member:visited .contact-detail .icon img {
  display: flex;
  width: 50%;
  height: auto;
  margin: 0px auto;
}
.searchHolder .rotary-members .rotary-member .contact-detail .text,
.searchHolder .rotary-members .rotary-member:link .contact-detail .text,
.searchHolder .rotary-members .rotary-member:hover .contact-detail .text,
.searchHolder .rotary-members .rotary-member:visited .contact-detail .text {
  display: block;
  width: 85%;
}
.searchHolder .rotary-members .rotary-member:hover,
.searchHolder .rotary-members .rotary-member:link:hover,
.searchHolder .rotary-members .rotary-member:hover:hover,
.searchHolder .rotary-members .rotary-member:visited:hover {
  box-shadow: 0px 0px 24px rgba(180,180,180,0.9);
}
.searchHolder .rotary-members .rotary-member:nth-child(3n),
.searchHolder .rotary-members .rotary-member:link:nth-child(3n),
.searchHolder .rotary-members .rotary-member:hover:nth-child(3n),
.searchHolder .rotary-members .rotary-member:visited:nth-child(3n) {
  margin-right: 0px;
}
.dgTeamHolder {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .dgTeamHolder {
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}
.dgTeamHolder h1 {
  font-family: 'HPSimplified Light';
  color: #1e59b2;
  padding: 30px 0px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .dgTeamHolder h1 {
    font-size: 28px;
  }
}
.dgTeamHolder h2 {
  font-family: 'HPSimplified Light';
  color: #1e59b2;
  padding: 30px 0px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .dgTeamHolder h2 {
    font-size: 28px;
  }
}
.dgTeamHolder .searchChoice {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  border: 1px solid #ccc;
  position: relative;
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 15px;
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .dgTeamHolder .searchChoice {
    flex-direction: column;
  }
}
.dgTeamHolder .searchChoice .label {
  font-family: 'HPSimplified Light';
  font-size: 18px;
  margin-right: 40px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .dgTeamHolder .searchChoice .label {
    margin-right: 10px;
  }
}
.dgTeamHolder .searchChoice .checkbox {
  display: flex;
  flex-direction: row;
  cursor: hand;
  cursor: pointer;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .dgTeamHolder .searchChoice .checkbox {
    margin-top: 30px;
  }
}
.dgTeamHolder .searchChoice .checkbox .check {
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  margin-right: 15px;
}
.dgTeamHolder .searchChoice .checkbox .check.active {
  background-image: url(../images/check.png);
  background-size: 80% 80%;
  background-position: center;
  background-repeat: no-repeat;
  border: 3px solid #ccc;
  width: 47px;
  height: 47px;
}
.dgTeamHolder .searchChoice .checkbox .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-family: 'HPSimplified Light';
  margin-right: 40px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .dgTeamHolder .searchChoice .checkbox .content {
    margin-right: 0;
  }
}
.dgTeamHolder .searchChoice .checkbox .content .icon {
  display: block;
  height: 30px;
}
.dgTeamHolder .searchChoice .checkbox .content .icon img {
  display: block;
  height: 30px;
}
.dgTeamHolder .searchChoice .checkbox:hover .check {
  background-image: url(../images/check.png);
  background-size: 80% 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.dgTeamHolder .searchForm {
  display: none;
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  border: 1px solid #ccc;
  position: relative;
  margin-bottom: 15px;
  padding: 15px;
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: 'HPSimplified Light';
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .dgTeamHolder .searchForm {
    flex-direction: column;
  }
}
.dgTeamHolder .searchForm form {
  width: 100%;
}
.dgTeamHolder .searchForm .holderFields {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .dgTeamHolder .searchForm .holderFields {
    flex-direction: column;
  }
}
.dgTeamHolder .searchForm .holderFields .fields {
  width: 32%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .dgTeamHolder .searchForm .holderFields .fields {
    width: 100%;
  }
}
.dgTeamHolder .searchForm .holderFields .fields .field {
  display: block;
  width: 100%;
  margin-top: 5px;
}
.dgTeamHolder .searchForm .holderFields .fields .field input {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .dgTeamHolder .searchForm .holderFields .fields .field input {
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}
.dgTeamHolder .searchForm .holderFields .fields .field select {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.dgTeamHolder .searchForm .button {
  width: 32%;
}
.dgTeamHolder .searchForm .button.center {
  margin: 10px auto;
}
.dgTeamHolder .searchForm .button input {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.dgTeamHolder .searchForm.active {
  display: flex;
}
.dgTeamHolder .clubs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .dgTeamHolder .clubs {
    flex-direction: column;
  }
}
.dgTeamHolder .clubs a,
.dgTeamHolder .clubs a:link,
.dgTeamHolder .clubs a:hover,
.dgTeamHolder .clubs a:visited {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24%;
  height: 250px;
  border: 1px solid #ccc;
  position: relative;
  margin-bottom: 15px;
  padding: 15px;
  background-color: #fff;
  transition: box-shadow 0.4s ease-in-out;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .dgTeamHolder .clubs a,
  .dgTeamHolder .clubs a:link,
  .dgTeamHolder .clubs a:hover,
  .dgTeamHolder .clubs a:visited {
    width: 100%;
  }
}
.dgTeamHolder .clubs a .heading,
.dgTeamHolder .clubs a:link .heading,
.dgTeamHolder .clubs a:hover .heading,
.dgTeamHolder .clubs a:visited .heading {
  display: block;
  font-weight: bold;
}
.dgTeamHolder .clubs a .hasInterRotar,
.dgTeamHolder .clubs a:link .hasInterRotar,
.dgTeamHolder .clubs a:hover .hasInterRotar,
.dgTeamHolder .clubs a:visited .hasInterRotar {
  height: 25px;
  display: block;
  position: asbolute;
  right: 0px;
  top: 0px;
}
.dgTeamHolder .clubs a .club-logo,
.dgTeamHolder .clubs a:link .club-logo,
.dgTeamHolder .clubs a:hover .club-logo,
.dgTeamHolder .clubs a:visited .club-logo {
  display: block;
  width: 100%;
  height: 180px;
}
.dgTeamHolder .clubs a .club-logo img,
.dgTeamHolder .clubs a:link .club-logo img,
.dgTeamHolder .clubs a:hover .club-logo img,
.dgTeamHolder .clubs a:visited .club-logo img {
  display: block;
  margin: 0px auto;
  height: 180px;
  object-fit: contain;
}
.dgTeamHolder .clubs a:hover,
.dgTeamHolder .clubs a:link:hover,
.dgTeamHolder .clubs a:hover:hover,
.dgTeamHolder .clubs a:visited:hover {
  box-shadow: 0px 0px 24px rgba(180,180,180,0.9);
}
.dgTeamHolder .rotaract-members {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
  font-family: 'HPSimplified Light';
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .dgTeamHolder .rotaract-members {
    flex-direction: column;
  }
}
.dgTeamHolder .rotaract-members .no-results-found {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  border: 1px solid #ccc;
  position: relative;
  margin-bottom: 15px;
  padding: 20px 10px;
  color: #ff0000;
  text-align: center;
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.dgTeamHolder .rotaract-members .rotaract-member {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 32%;
  height: 250px;
  border: 1px solid #ccc;
  position: relative;
  margin-bottom: 15px;
  margin-right: 2%;
  padding: 10px;
  background-color: #fff;
  max-width: none;
  transition: box-shadow 0.4s ease-in-out;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .dgTeamHolder .rotaract-members .rotaract-member {
    width: 100%;
    height: auto;
  }
}
.dgTeamHolder .rotaract-members .rotaract-member .name {
  display: block;
  font-weight: bold;
  color: #17468F;
  font-size: 21px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.dgTeamHolder .rotaract-members .rotaract-member .contact-detail {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .dgTeamHolder .rotaract-members .rotaract-member .contact-detail {
    margin-top: 20px;
  }
}
.dgTeamHolder .rotaract-members .rotaract-member .contact-detail .icon {
  display: block;
  width: 15%;
  text-align: center;
  font-size: 21px;
  color: #F7A81B;
}
.dgTeamHolder .rotaract-members .rotaract-member .contact-detail .text {
  display: block;
  width: 85%;
}
.dgTeamHolder .rotaract-members .rotaract-member:hover {
  box-shadow: 0px 0px 24px rgba(180,180,180,0.9);
}
.dgTeamHolder .rotaract-members .rotaract-member:nth-child(3n) {
  margin-right: 0px;
}
.dgTeamHolder .rotary-members {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
  font-family: 'HPSimplified Light';
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .dgTeamHolder .rotary-members {
    flex-direction: column;
  }
}
.dgTeamHolder .rotary-members .no-results-found {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  border: 1px solid #ccc;
  position: relative;
  margin-bottom: 15px;
  padding: 20px 10px;
  color: #ff0000;
  text-align: center;
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.dgTeamHolder .rotary-members .rotary-member,
.dgTeamHolder .rotary-members .rotary-member:link,
.dgTeamHolder .rotary-members .rotary-member:hover,
.dgTeamHolder .rotary-members .rotary-member:visited {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 32%;
  height: auto;
  border: 1px solid #ccc;
  position: relative;
  margin-bottom: 15px;
  margin-right: 2%;
  padding: 10px;
  background-color: #fff;
  max-width: none;
  transition: box-shadow 0.4s ease-in-out;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .dgTeamHolder .rotary-members .rotary-member,
  .dgTeamHolder .rotary-members .rotary-member:link,
  .dgTeamHolder .rotary-members .rotary-member:hover,
  .dgTeamHolder .rotary-members .rotary-member:visited {
    width: 100%;
    height: auto;
  }
}
.dgTeamHolder .rotary-members .rotary-member .picture,
.dgTeamHolder .rotary-members .rotary-member:link .picture,
.dgTeamHolder .rotary-members .rotary-member:hover .picture,
.dgTeamHolder .rotary-members .rotary-member:visited .picture {
  display: block;
  width: 100%;
  height: 320px;
  padding: 20px 0px;
}
.dgTeamHolder .rotary-members .rotary-member .picture img,
.dgTeamHolder .rotary-members .rotary-member:link .picture img,
.dgTeamHolder .rotary-members .rotary-member:hover .picture img,
.dgTeamHolder .rotary-members .rotary-member:visited .picture img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: contain;
}
.dgTeamHolder .rotary-members .rotary-member .district-position,
.dgTeamHolder .rotary-members .rotary-member:link .district-position,
.dgTeamHolder .rotary-members .rotary-member:hover .district-position,
.dgTeamHolder .rotary-members .rotary-member:visited .district-position {
  display: block;
  font-weight: bold;
  color: #333;
  font-size: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.dgTeamHolder .rotary-members .rotary-member .name,
.dgTeamHolder .rotary-members .rotary-member:link .name,
.dgTeamHolder .rotary-members .rotary-member:hover .name,
.dgTeamHolder .rotary-members .rotary-member:visited .name {
  display: block;
  font-weight: bold;
  color: #17468F;
  font-size: 21px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.dgTeamHolder .rotary-members .rotary-member .contact-detail,
.dgTeamHolder .rotary-members .rotary-member:link .contact-detail,
.dgTeamHolder .rotary-members .rotary-member:hover .contact-detail,
.dgTeamHolder .rotary-members .rotary-member:visited .contact-detail {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 15px;
  align-items: center;
}
.dgTeamHolder .rotary-members .rotary-member .contact-detail .icon,
.dgTeamHolder .rotary-members .rotary-member:link .contact-detail .icon,
.dgTeamHolder .rotary-members .rotary-member:hover .contact-detail .icon,
.dgTeamHolder .rotary-members .rotary-member:visited .contact-detail .icon {
  display: block;
  width: 15%;
  text-align: center;
  font-size: 21px;
  color: #F7A81B;
}
.dgTeamHolder .rotary-members .rotary-member .contact-detail .icon img,
.dgTeamHolder .rotary-members .rotary-member:link .contact-detail .icon img,
.dgTeamHolder .rotary-members .rotary-member:hover .contact-detail .icon img,
.dgTeamHolder .rotary-members .rotary-member:visited .contact-detail .icon img {
  display: flex;
  width: 50%;
  height: auto;
  margin: 0px auto;
}
.dgTeamHolder .rotary-members .rotary-member .contact-detail .text,
.dgTeamHolder .rotary-members .rotary-member:link .contact-detail .text,
.dgTeamHolder .rotary-members .rotary-member:hover .contact-detail .text,
.dgTeamHolder .rotary-members .rotary-member:visited .contact-detail .text {
  display: block;
  width: 85%;
}
.dgTeamHolder .rotary-members .rotary-member:hover,
.dgTeamHolder .rotary-members .rotary-member:link:hover,
.dgTeamHolder .rotary-members .rotary-member:hover:hover,
.dgTeamHolder .rotary-members .rotary-member:visited:hover {
  box-shadow: 0px 0px 24px rgba(180,180,180,0.9);
}
.dgTeamHolder .rotary-members .rotary-member:nth-child(3n),
.dgTeamHolder .rotary-members .rotary-member:link:nth-child(3n),
.dgTeamHolder .rotary-members .rotary-member:hover:nth-child(3n),
.dgTeamHolder .rotary-members .rotary-member:visited:nth-child(3n) {
  margin-right: 0px;
}
.memberPopup {
  width: 50%;
  display: flex;
  flex-direction: column;
  font-family: 'HPSimplified Light';
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .memberPopup {
    width: 100%;
  }
}
.memberPopup h1 {
  color: #17468F;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .memberPopup h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.memberPopup .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .memberPopup .content {
    flex-direction: column;
  }
}
.memberPopup .content .pic {
  margin-right: 20px;
  min-width: 200px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .memberPopup .content .pic {
    margin-right: 0px;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.memberPopup .content .pic img {
  width: 100%;
  height: auto;
}
.memberPopup .content .description {
  line-height: 21px;
}
.picRight {
  float: right;
  margin: 0 0 15px 15px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .picRight {
    display: block;
    float: initial;
    width: 100%;
    margin: 0;
  }
}
.picRight img {
  display: block;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .picRight img {
    width: 100%;
  }
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderCommissionHead {
    padding: 0 1rem;
  }
}
.holderCommissionHead .box {
  display: flex;
  flex-direction: column;
  width: 24%;
  margin: 0 auto 1% auto;
  background: #fff;
  padding: 1rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: box-shadow 0.4s ease-in-out;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderCommissionHead .box {
    width: 100%;
  }
}
.holderCommissionHead .box .picture {
  width: 100%;
  height: 20rem;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderCommissionHead .box .picture {
    height: auto;
  }
}
.holderCommissionHead .box .picture img {
  display: block;
  width: 100%;
  height: 20rem;
  object-fit: cover;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderCommissionHead .box .picture img {
    height: auto;
  }
}
.holderCommissionHead .box .text {
  display: flex;
  flex-direction: column;
  padding: 1rem 0 0 0;
}
.holderCommissionHead .box .text .name {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
}
.holderCommissionHead .box:hover {
  box-shadow: 0 0 1rem rgba(0,0,0,0.3);
}
.holderCommissionHead .description {
  text-align: left;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderCommissionHead .description {
    margin: 1rem 0 0 0;
  }
}
.holderLeadership {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1rem 0 0 0;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderLeadership {
    padding: 0 1rem;
  }
}
.holderLeadership .box {
  display: flex;
  flex-direction: column;
  width: calc(23%);
  margin: 0 1rem 1rem 0;
  background: #fff;
  padding: 1rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: box-shadow 0.4s ease-in-out;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderLeadership .box {
    width: 100%;
    margin: 0 0 1rem 0;
  }
}
.holderLeadership .box .picture {
  width: 100%;
  height: 20rem;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderLeadership .box .picture {
    height: auto;
  }
}
.holderLeadership .box .picture img {
  display: block;
  width: 100%;
  height: 20rem;
  object-fit: cover;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .holderLeadership .box .picture img {
    height: auto;
  }
}
.holderLeadership .box .text {
  display: flex;
  flex-direction: column;
  padding: 1rem 0 0 0;
}
.holderLeadership .box .text .name {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
}
.holderLeadership .box:nth-child(4n) {
  margin: 0 0 1% 0;
}
.holderLeadership .box:hover {
  box-shadow: 0 0 1rem rgba(0,0,0,0.3);
}
.banner-html5 {
  display: block;
  width: 1115px;
  height: 100px;
  margin: 0px auto 30px auto;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .banner-html5 {
    display: none;
  }
}
.banner-html5 iframe {
  border: 0;
}
.banner-html5-mobile {
  display: none;
}
@media only screen and (max-width: 699px),only screen and (min-width: 700px) and (max-width: 1024px) {
  .banner-html5-mobile {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px auto 30px auto;
  }
}
.banner-html5-mobile img {
  display: block;
  width: 100;
  height: auto;
  margin: 0px auto;
}
.holderMembershipLeads {
  display: flex;
  background: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  font-family: 'HPSimplified';
  color: #474747;
}
.holderMembershipLeads .heading {
  display: block;
  text-align: center;
  font-size: 34px;
  font-family: 'HPSimplified Bold';
  margin: 0 0 20px 0;
}
.holderMembershipLeads .fields {
  display: flex;
  margin: 0 0 1rem 0;
  justify-content: flex-start;
  flex-direction: column;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.holderMembershipLeads .fields label {
  font-family: 'HPSimplified';
  margin: 0 1rem 0 0;
  margin: 0 0 0.5rem 0;
}
.holderMembershipLeads .fields input {
  display: block;
  width: 100%;
  font-family: 'HPSimplified';
  font-size: 1.3rem;
  padding: 0.3rem;
  border: 1px solid #ccc;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.holderMembershipLeads .fields input.errorField {
  border: 1px solid #ff0000;
}
.holderMembershipLeads .fields input::placeholder {
  font-weight: normal;
  color: #ccc;
}
.holderMembershipLeads .fields textarea {
  display: block;
  width: 100%;
  font-family: 'HPSimplified';
  font-size: 1.3rem;
  padding: 0.3rem;
  border: 1px solid #ccc;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.holderMembershipLeads .fields textarea.errorField {
  border: 1px solid #ff0000;
}
.holderMembershipLeads .fields textarea::placeholder {
  font-weight: normal;
  color: #ccc;
}
.holderMembershipLeads .fields select {
  display: block;
  width: fit-content;
  font-family: 'HPSimplified';
  font-size: 1.3rem;
  background: #fff;
  border: 1px solid #ccc;
}
.holderMembershipLeads .fields select.errorField {
  border: 1px solid #ff0000;
}
.holderMembershipLeads .fields button {
  background: #19468D;
  color: #fff;
  font-family: 'HPSimplified Bold';
  font-size: 24px;
  padding: 0.5rem 1rem;
  border: 0;
  cursor: pointer;
  transition: background 0.4s ease-in-out;
}
.holderMembershipLeads .fields button:hover {
  background: #F7A81B;
}
.holderMembershipLeads .fields .errorLeadsMessage {
  display: none;
  color: #ff0000;
  font-family: 'HPSimplified Light';
}
.holderMembershipLeads .fields .errorLeadsMessage.active {
  display: block;
}
.holderMembershipLeads .fields.checkbox label {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.holderMembershipLeads .fields.checkbox label input {
  width: auto;
  margin: 0 0.3rem 0 0;
}
.holderMembershipLeads .fields.vertical {
  flex-direction: column;
}
.holderMembershipLeads .fields.hidden {
  display: none;
}
.holderMembershipLeads .row-2 {
  display: flex;
  justify-content: space-between;
}
.holderMembershipLeads .row-2 .fields {
  width: 49%;
}
