body {
  background: #f0f0f0;
  font-family: "Mukta Mahee", sans-serif;
}

.opacity, .cookie-consent a:hover, .cookie-consent a:focus, .cookie-consent a:active, .directory-list .alphabet_list li a:hover, .homepage-slider .slider-content:hover, .members-main-button:hover, #membership2020 .holder a:hover, #membership .holder a:hover, #downloads .accordion .panel .panel-heading:hover, #news .articles a p:hover, #news .articles a:hover, #news .top .content .news_articles .news_article a:hover, #news .top .content .news_articles .news_article .title:hover, #post .articles a:hover, #company .accordion .panel .panel-heading:hover, #company .top .content .address p a:hover, #search .top .companies .company button:hover, #search .top .companies .company ul li a:hover, #search .top .companies .company .title a:hover, .parents .category a:hover, #directory .content .category a:hover, #events .top .content table tbody tr td a:hover, .news .news_title a:hover, #standards .top .accordion .panel .panel-heading:hover {
  opacity: 0.5;
}

a {
  outline: none !important;
}

.row.nopadd {
  margin-right: 0;
  margin-left: 0;
}

input[type=checkbox] {
  appearance: none;
  width: 20px;
  height: 20px;
  position: relative;
  background-image: none;
  background-color: #D3D3D3;
  border: 1px solid #D3D3D3;
  color: white;
  flex: 0;
  outline: none;
  cursor: pointer;
  vertical-align: sub;
}

input[type=checkbox]:checked {
  background-color: #0087c9;
  border: 1px solid #0087c9;
}

input[type=checkbox][readonly] {
  background-color: #E2E2E2 !important;
  border: 1px solid #E2E2E2 !important;
  pointer-events: auto !important;
  cursor: not-allowed !important;
}

input[type=checkbox]:checked::after {
  width: 12px;
  height: 12px;
  content: "";
  display: inline-block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAhklEQVQ4jdXPuw4BQRgF4MmSWJ5bQ+IBxCXErdBoiYg3+zSbGJMd7DbitP/5zmRC+LugwAI3DNrglWeuTfHaa+ZN8CbBSxQBJfYYZ3AH21pcFe7RYVSDd1lclaZJYRjhw1sc/S99ZYLjRxyNdHGSTx5HIz2cW+FopExGvsfRSB8XzBrjn+QBGTBYf5jhnZgAAAAASUVORK5CYII=);
  background-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

input[type=checkbox]:focus {
  border-color: white;
}

input[type=checkbox]:hover {
  border-color: #888888;
}

.row.nopadd > .col-lg-1, .row.nopadd > .col-lg-10, .row.nopadd > .col-lg-11, .row.nopadd > .col-lg-12, .row.nopadd > .col-lg-2,
.row.nopadd > .col-lg-3, .row.nopadd > .col-lg-4, .row.nopadd > .col-lg-5, .row.nopadd > .col-lg-6, .row.nopadd > .col-lg-7,
.row.nopadd > .col-lg-8, .row.nopadd > .col-lg-9, .row.nopadd > .col-md-1, .row.nopadd > .col-md-10, .row.nopadd > .col-md-11,
.row.nopadd > .col-md-12, .row.nopadd > .col-md-2, .row.nopadd > .col-md-3, .row.nopadd > .col-md-4, .row.nopadd > .col-md-5,
.row.nopadd > .col-md-6, .row.nopadd > .col-md-7, .row.nopadd > .col-md-8, .row.nopadd > .col-md-9, .row.nopadd > .col-sm-1,
.row.nopadd > .col-sm-10, .row.nopadd > .col-sm-11, .row.nopadd > .col-sm-12, .row.nopadd > .col-sm-2, .row.nopadd > .col-sm-3,
.row.nopadd > .col-sm-4, .row.nopadd > .col-sm-5, .row.nopadd > .col-sm-6, .row.nopadd > .col-sm-7, .row.nopadd > .col-sm-8,
.row.nopadd > .col-sm-9, .row.nopadd > .col-xs-1, .row.nopadd > .col-xs-10, .row.nopadd > .col-xs-11, .row.nopadd > .col-xs-12,
.row.nopadd > .col-xs-2, .row.nopadd > .col-xs-3, .row.nopadd > .col-xs-4, .row.nopadd > .col-xs-5, .row.nopadd > .col-xs-6,
.row.nopadd > .col-xs-7, .row.nopadd > .col-xs-8, .row.nopadd > .col-xs-9 {
  padding-right: 0;
  padding-left: 0;
}

.aspect {
  display: block;
  position: relative;
  width: 100%;
}
.aspect.ratio-11:after {
  padding-top: 100%;
  /* 1:1 ratio - square */
  display: block;
  content: "";
}
.aspect.ratio-21:after {
  padding-top: 50%;
  /* 2:1 ratio - half square */
  display: block;
  content: "";
}
.aspect.ratio-169:after {
  padding-top: 56.25%;
  /* 16:9 ratio */
  display: block;
  content: "";
}
.aspect.ratio-43:after {
  padding-top: 75%;
  /* 4:3 ratio */
  display: block;
  content: "";
}
.aspect.ratio-32:after {
  padding-top: 66.66%;
  /* 3:2 ratio */
  display: block;
  content: "";
}
.aspect.ratio-85:after {
  padding-top: 62.5%;
  /* 8:5 ratio */
  display: block;
  content: "";
}

header .navbar, header .navbar-default {
  background: white;
  border: none;
  min-height: 79px;
  border-radius: 0;
}
@media (max-width: 991px) {
  header .navbar, header .navbar-default {
    min-height: 60px;
  }
}
header .navbar .navbar-brand, header .navbar-default .navbar-brand {
  float: left;
  height: 50px;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
}
header .navbar .navbar-brand img, header .navbar-default .navbar-brand img {
  height: 72px;
  width: auto;
  padding: 9px 19px;
  margin-top: 4px;
}
@media (max-width: 991px) {
  header .navbar .navbar-brand img, header .navbar-default .navbar-brand img {
    height: 54px;
  }
}
@media (max-width: 767px) {
  header .navbar .navbar-brand img, header .navbar-default .navbar-brand img {
    padding: 9px 10px;
  }
}
@media (max-width: 991px) {
  header .navbar .navbar-nav li, header .navbar-default .navbar-nav li {
    float: none;
  }
}
header .navbar .navbar-nav li a, header .navbar-default .navbar-nav li a {
  padding: 32px 0 25px 0;
  margin: 0 22px;
  letter-spacing: 0.9px;
  font-size: 16px;
}
@media (max-width: 1199px) {
  header .navbar .navbar-nav li a, header .navbar-default .navbar-nav li a {
    padding: 29px 0 28px 0;
    margin: 0 12px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  header .navbar .navbar-nav li a, header .navbar-default .navbar-nav li a {
    float: none;
    width: 100%;
    padding: 15px 15px 10px 8px;
    margin: 0;
  }
}
header .navbar .navbar-nav li .dropdown-menu a, header .navbar-default .navbar-nav li .dropdown-menu a {
  padding: 0;
  margin: 10px;
  float: none;
  color: #777;
  display: block;
}
header .navbar .navbar-nav li .dropdown-menu a:hover, header .navbar-default .navbar-nav li .dropdown-menu a:hover {
  text-decoration: none;
  color: #555;
}
header .navbar .navbar-nav .dropdown.active, header .navbar-default .navbar-nav .dropdown.active {
  background: white;
  border-bottom: none;
}
header .navbar .navbar-nav .dropdown.active > a, header .navbar-default .navbar-nav .dropdown.active > a {
  background: white;
  color: #00b0df !important;
  border-bottom: 2px solid #00b0df;
}
header .navbar .navbar-nav .dropdown.active > a:hover, header .navbar-default .navbar-nav .dropdown.active > a:hover {
  background: transparent;
}
header .navbar .navbar-nav .open > a, header .navbar-default .navbar-nav .open > a {
  background: transparent;
}
header .navbar .navbar-nav .open > a:hover, header .navbar .navbar-nav .open > a:focus, header .navbar .navbar-nav .open > a:active, header .navbar-default .navbar-nav .open > a:hover, header .navbar-default .navbar-nav .open > a:focus, header .navbar-default .navbar-nav .open > a:active {
  background: transparent;
}
header .navbar .navbar-right, header .navbar-default .navbar-right {
  width: 150px;
}
@media (max-width: 1199px) {
  header .navbar .navbar-right, header .navbar-default .navbar-right {
    width: 153px;
  }
}
header .navbar .navbar-right li, header .navbar-default .navbar-right li {
  padding: 0;
}
header .navbar .navbar-right li a, header .navbar-default .navbar-right li a {
  padding: 0;
  margin: 0;
}
header a {
  display: inline-block !important;
  float: right;
}
header a .warning {
  background: #96bf31;
  padding: 25px 28px 28px 28px;
  border: none;
  font-size: 26px;
  display: inline-block !important;
}
@media (max-width: 991px) {
  header a .warning {
    padding: 12px 29px 12px 25px;
  }
}
@media (max-width: 767px) {
  header a .warning {
    padding: 12px 15px 12px 15px;
  }
}
header a .warning .fa {
  color: white;
}
header .warning_container {
  position: absolute;
  background: #96bf31;
  display: none;
  width: 300px;
  height: auto;
  margin-top: 79px;
  right: 150px;
  padding: 20px;
  z-index: 20;
}
@media (max-width: 1199px) {
  header .warning_container {
    right: 153px;
  }
}
@media (max-width: 991px) {
  header .warning_container {
    margin-top: 61px;
    z-index: 40;
  }
}
@media (max-width: 767px) {
  header .warning_container {
    position: inherit;
    width: 100%;
    height: 220px;
  }
}
header .warning_container .title {
  font-size: 21px;
  color: white;
  font-weight: 300;
}
header .warning_container .text {
  color: white;
  margin-bottom: 20px;
}
header .warning_container a {
  width: 100%;
}
header .warning_container a .button {
  border: none;
  height: 35px;
  background: #0087c9;
  color: white;
  width: 100%;
  border-radius: 5px;
}
header .active {
  border-bottom: 2px solid #00b0df;
  color: #00b0df !important;
}
@media (max-width: 991px) {
  header .active {
    border-bottom: none;
  }
}
header .my-account {
  background: #10465f;
  padding: 30px 0 29px 0;
  border: none;
  color: white;
  letter-spacing: 0.7px;
  display: inline-block;
  margin: 0;
  font-size: 14px;
  float: right;
  text-align: center;
  width: 150px;
}
@media (max-width: 1199px) {
  header .my-account {
    padding: 20px 30px 19px 33px;
  }
}
@media (max-width: 991px) {
  header .my-account {
    padding: 21px 30px 20px 33px;
    width: 175px;
  }
}
@media (max-width: 767px) {
  header .my-account {
    padding: 21px 16px 20px 16px;
  }
}

@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block !important;
    margin-top: 15px;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-bottom: 20px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
#homepage .top {
  padding: 25px 0 50px 17px;
}
#homepage .top .title {
  color: #0087c9;
  font-size: 65px;
  font-weight: bold;
  letter-spacing: -2.4px;
  margin-bottom: -39px;
}
@media (max-width: 767px) {
  #homepage .top .title {
    margin-bottom: 0;
    line-height: 62px;
  }
}
#homepage .top .green {
  color: #96bf31;
  margin-bottom: 2px;
}
@media (max-width: 991px) {
  #homepage .top .green {
    margin-bottom: 20px;
  }
}
#homepage .top .subtitle {
  color: #666666;
  font-size: 16px;
  letter-spacing: 0.7px;
  line-height: 21px;
  font-weight: 300;
}
#homepage .center {
  margin-bottom: 42px;
}
#homepage .center a {
  text-decoration: none !important;
}
#homepage .center .box {
  height: 228px;
  display: table;
  width: 100%;
}
#homepage .center .box .content {
  color: white;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#homepage .center .box .content img {
  width: auto;
  height: 58px;
  margin-bottom: 20px;
}
#homepage .center .box .content .title {
  font-size: 24px;
  line-height: 24px;
}
#homepage .center .boxes .box_1 {
  background: #00b0df;
}
#homepage .center .boxes .box_2 {
  background-image: url(../images/place_big.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  #homepage .center .boxes .box_2 {
    background-size: contain;
  }
}
#homepage .center .boxes .box_4 {
  background: #0087c9;
}
#homepage .center .boxes .box_5 {
  background: #96bf31;
}
#homepage .center .boxes .box_6 {
  background: #666666;
}
#homepage .center .boxes .box {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-direction: column;
  height: 228px;
  width: 100%;
  padding: 0 20px;
}
#homepage .center .boxes .box .content {
  color: white;
  text-align: center;
}
#homepage .center .boxes .box .content img {
  width: auto;
  height: 58px;
  margin-bottom: 20px;
}
#homepage .center .boxes .box .content .title {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #homepage .center .boxes .box .content .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #homepage .center .boxes .box .content .title {
    font-size: 24px;
  }
}
#homepage .center .boxes .events_box .event_box {
  color: white;
  background: #1f4461;
  width: 100%;
  padding: 30px 22px;
  min-height: 456px;
  display: flex !important;
  flex-direction: column;
}
@media (max-width: 767px) {
  #homepage .center .boxes .events_box .event_box {
    min-height: 350px;
  }
}
#homepage .center .boxes .events_box .event_box .date {
  background: white;
  color: #4aade3;
  text-align: center;
  padding: 11px 3px 0;
  font-size: 1.7em;
  max-width: 68px;
  min-height: 68px;
  display: block;
  border-radius: 5px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
}
#homepage .center .boxes .events_box .event_box .next {
  padding-top: 24px;
  font-weight: 200;
  font-size: 1em;
  text-transform: uppercase;
  margin-bottom: 0;
}
#homepage .center .boxes .events_box .event_box .title {
  font-weight: bold;
  font-size: 1.8em;
  line-height: 28px;
  margin-top: 13px;
}
#homepage .center .boxes .events_box .event_box .venue {
  font-size: 0.89em;
  margin-top: 5px;
  font-weight: 300;
}
#homepage .center .boxes .events_box .event_box .venue strong {
  font-weight: normal;
}
#homepage .center .boxes .events_box .event_box .view_details {
  color: white;
  text-transform: uppercase;
  padding: 8px 28px;
  border-radius: 5px;
  display: inline-block;
  font-size: 1.05em;
  background: #99c100;
  font-weight: bold;
  margin-top: auto;
  align-self: baseline;
}
#homepage .center .boxes .events_box .cycle-slideshow > div {
  -webkit-perspective: 1000;
  -webkit-transform-style: preserve-3d;
  -moz-perspective: 1000;
  -moz-transform-style: preserve-3d;
  -o-perspective: 1000;
  -o-transform-style: preserve-3d;
  perspective: 1000;
  transform-style: preserve-3d;
}
#homepage .bottom {
  background-image: url(../images/twitter-banner.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 42px;
  height: 130px;
  padding: 24px 23px;
  width: 100%;
}
#homepage .bottom .title {
  color: white;
  font-size: 22px;
  letter-spacing: 0.7px;
  margin-bottom: 3px;
}
#homepage .bottom .tweet {
  color: white;
  font-size: 20px;
  font-weight: 300;
}
#homepage .bottom p {
  margin: 0;
}

#standards .top {
  padding: 36px 0 53px 0;
}
#standards .top .title {
  color: #0087c9;
  font-size: 34px;
  margin-top: 6px;
}
#standards .top a {
  color: #666666;
  font-size: 17px;
}
#standards .top .content {
  margin-top: 14px;
  font-size: 17px;
  line-height: 24px;
  color: #353535;
}
#standards .top .content_2 {
  margin-top: 20px;
  font-size: 17px;
  color: #353535;
}
#standards .top .accordion {
  padding-top: 14px;
}
#standards .top .accordion .panel .panel-heading {
  background: #0087c8;
  border: none;
  border-radius: 0;
  cursor: pointer;
  color: white;
  padding: 20px 30px 17px 24px;
  font-weight: 300;
}
#standards .top .accordion .panel .panel-heading .panel-title {
  padding-right: 20px;
  position: relative;
}
#standards .top .accordion .panel .panel-heading a {
  color: white;
}
#standards .top .accordion .panel .panel-heading a:hover {
  text-decoration: none !important;
}
#standards .top .accordion .panel .panel-heading .fa {
  color: white;
  float: right;
  font-size: 13px;
  margin-top: 2px;
  position: absolute;
  right: 0;
  top: 1px;
}
#standards .top .accordion .panel-group .panel + .panel {
  margin-top: 0;
}
#standards .button {
  margin-top: 0;
  border: none;
  height: 35px;
  background: #0087c9;
  color: white;
  padding: 0 20px;
  border-radius: 5px;
}

.news {
  padding: 27px 29px 6px 29px !important;
  background: white;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .news {
    margin-bottom: 30px;
  }
}
.news .title {
  color: #0087c8 !important;
  font-size: 19px !important;
  margin-bottom: 13px !important;
  padding: 0 !important;
}
.news .news_title {
  font-size: 16px !important;
  margin-bottom: 20px !important;
}
.news .news_title a:hover {
  text-decoration: none !important;
}

.search {
  background: white;
  padding: 27px 29px 26px 29px;
  margin-top: 9px;
}
.search .s-title {
  color: #0087c8;
  font-size: 19px;
  margin-bottom: 19px;
}
.search .input-group input, .search .input-group select {
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  color: #666666;
  height: 44px;
  width: 248px;
}
@media (max-width: 1199px) {
  .search .input-group input, .search .input-group select {
    width: 190px;
  }
}
@media (max-width: 991px) {
  .search .input-group input, .search .input-group select {
    width: 100%;
  }
}
.search .input-group button {
  height: 44px;
  width: 55px;
  color: white;
  background: #96bf31;
  border: none;
  border-radius: 0;
  font-size: 17px;
}
@media (max-width: 1199px) {
  .search .input-group button {
    width: 46px;
  }
}
.search .region-select {
  position: relative;
}
.search .region-select .fa {
  position: absolute;
  font-size: 9px;
}
.search .region-select .fa-chevron-up {
  right: 65px;
  top: 11px;
  z-index: 20;
}
.search .region-select .fa-chevron-down {
  right: 65px;
  top: 24px;
  z-index: 20;
}
.search .region-select select {
  -webkit-appearance: none;
}

#events .top {
  margin-bottom: 50px;
}
#events .top .title {
  padding: 18px 0 0 0;
  font-size: 34px;
  color: #0087c9;
  margin-bottom: 35px;
  margin-top: 6px;
}
#events .top .subtitle {
  color: #666666;
  font-size: 17px;
  margin-bottom: 25px;
}
#events .top .content table {
  width: 100%;
  margin-bottom: 30px;
}
#events .top .content table thead tr th {
  padding: 18px 15px 15px 15px;
  font-weight: 300;
  color: white;
  background: #96bf31;
  font-size: 18px;
}
#events .top .content table tbody tr:nth-child(odd) {
  background: white;
}
#events .top .content table tbody tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.05);
}
#events .top .content table tbody tr td {
  padding: 15px;
}
#events .top .content table tbody tr td .company {
  color: #0087c9;
  font-size: 17px;
}
#events .top .content table tbody tr td .event_title {
  color: #666666;
  font-size: 17px;
}
#events .top .content table tbody tr td p {
  margin: 0;
}
#events .top .content table tbody tr td a {
  text-decoration: none !important;
}
#events .top .content table tbody tr td .button {
  border: none;
  height: 35px;
  background: #0087c9;
  color: white;
  padding: 0 20px;
  border-radius: 5px;
  float: right;
}
#events .top .content table tbody tr .button_td {
  width: 170px;
}
#events .search {
  margin-top: 0;
}
#events .apply {
  padding: 27px 29px 34px 29px;
  background: white;
  margin-top: 12px;
}
#events .apply .title {
  color: #0087c8;
  font-size: 19px;
  margin-bottom: 14px;
  line-height: 21px;
  padding-top: 0;
}
#events .apply .text {
  margin-bottom: 19px;
  color: #666666;
}
#events .apply button {
  color: white;
  background: #96bf31;
  border: none;
  border-radius: 5px;
  height: 45px;
  width: 100%;
  font-size: 19px;
}
@media (max-width: 767px) {
  #events .apply button {
    font-size: 17px;
  }
}
#events a.back-to-members {
  padding-bottom: 40px;
  margin-top: 0;
}

.apply {
  padding: 27px 29px 34px 29px;
  background: white;
  margin-top: 12px;
}
.apply .title {
  color: #0087c8;
  font-size: 19px;
  margin-bottom: 14px;
  line-height: 21px;
}
.apply .text {
  margin-bottom: 19px;
  color: #666666;
}
.apply button {
  color: white;
  background: #96bf31;
  border: none;
  border-radius: 5px;
  height: 45px;
  width: 100%;
  font-size: 19px;
}
@media (max-width: 767px) {
  .apply button {
    font-size: 17px;
  }
}

#directory .top {
  padding: 38px 0 36px 0;
  border-bottom: 1px solid #666666;
  margin-bottom: 35px;
}
#directory .top .title {
  font-size: 34px;
  color: #0087c9;
  margin-bottom: 10px;
  margin-top: 6px;
}
#directory .top .subtitle {
  font-size: 25px;
  letter-spacing: 0.35px;
  color: #666666;
}
#directory .top .text {
  font-size: 18px;
  margin-top: 20px;
  line-height: 22px;
  letter-spacing: -0.29px;
  margin-bottom: 0;
}
#directory .top .text .blue {
  color: #00b0df;
}
#directory .content {
  padding-bottom: 44px;
}
#directory .content .category {
  margin-bottom: 23px;
}
#directory .content .category a {
  text-decoration: none !important;
}
#directory .content .category a .img-holder {
  padding: 50px;
  display: table;
  width: 100%;
  vertical-align: middle;
  min-height: 182px;
  background: white;
}
@media (max-width: 1199px) {
  #directory .content .category a .img-holder {
    min-height: 186px;
    padding: 30px;
  }
}
@media (max-width: 991px) {
  #directory .content .category a .img-holder {
    min-height: 217px;
    padding: 20px 100px;
  }
}
#directory .content .category a .img-holder img {
  margin: 0 auto;
}
#directory .content .category a .img-holder .image {
  display: table-cell;
  vertical-align: middle;
}
#directory .content .category .text-holder {
  background: #00b0df;
}
#directory .content .category .text-holder .text {
  display: table;
  min-height: 96px;
  background: #00b0df;
  height: 96px;
  width: 100%;
  text-align: center;
}
#directory .content .category .text-holder .text p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px;
  margin: 0;
}
#directory .content .category a[type=button] {
  background: #10465f;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: 12px 0;
  text-align: center;
  font-size: 16px;
}
#directory .content .category .categories {
  background: #96bf31;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: 12px 0;
  text-align: center;
  font-size: 16px;
}
#directory .content .search {
  margin-top: 0;
}
#directory .content .region-search {
  margin-top: 12px;
}

.parents {
  padding-top: 30px;
}
.parents .category {
  margin-bottom: 23px;
}
.parents .category a {
  text-decoration: none !important;
}
.parents .category a .img-holder {
  padding: 20px;
  background: white;
}
.parents .category a .img-holder .image {
  display: table;
  min-height: 140px;
  background: white;
  width: 100%;
}
.parents .category a .img-holder .image img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.parents .category .text-holder {
  background: #00b0df;
}
.parents .category .text-holder .text {
  display: table;
  min-height: 96px;
  background: #00b0df;
  width: 100%;
  text-align: center;
}
.parents .category .text-holder .text p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px;
  margin: 0;
}
.parents .category a[type=button] {
  background: #10465f;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: 12px 0;
  text-align: center;
  font-size: 16px;
}
.parents .category .categories {
  background: #96bf31;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: 12px 0;
  text-align: center;
  font-size: 16px;
}

#search {
  padding-bottom: 30px;
  margin-top: 13px;
}
#search .top {
  padding: 23px 0;
}
#search .top .title {
  letter-spacing: -1.2px;
  color: #0087c9;
  margin-bottom: 15px;
}
#search .top .subtitle {
  font-size: 17px;
}
#search .top .blue {
  color: #0087c9;
  font-weight: bold;
}
#search .top .companies {
  padding: 22px 0;
}
#search .top .companies .company {
  background: white;
  padding: 21px 26px 14px 34px;
  margin-bottom: 10px;
}
#search .top .companies .company .title {
  letter-spacing: -1.2px;
  color: #00b0df;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
#search .top .companies .company .title a {
  color: #00b0df;
  text-decoration: none;
}
#search .top .companies .company .title a:hover {
  text-decoration: none;
  cursor: pointer;
}
#search .top .companies .company .address {
  font-size: 17px;
  color: #666666;
  min-height: 64px;
  margin-bottom: 0;
  line-height: 17px;
}
#search .top .companies .company ul {
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) {
  #search .top .companies .company ul {
    margin-bottom: 20px;
  }
}
#search .top .companies .company ul li {
  display: inline-block;
  border-right: 1px solid #666666;
  padding-right: 8px;
  padding-left: 8px;
  color: #666666;
}
@media (max-width: 991px) {
  #search .top .companies .company ul li {
    display: block;
    border: none;
    padding: 0;
  }
}
#search .top .companies .company ul li .fa {
  color: #00b0df;
  margin-right: 8px;
}
#search .top .companies .company ul li .blue {
  color: #00b0df;
  font-weight: normal;
}
#search .top .companies .company ul li a {
  text-decoration: none !important;
  color: #666666;
}
#search .top .companies .company ul li:first-child {
  padding-left: 0;
}
#search .top .companies .company ul li:last-child {
  border: none;
}
#search .top .companies .company .holder {
  margin-top: 6px;
  border: 1px solid #c4c4c4;
  height: 95px;
  max-height: 95px;
  display: table;
  text-align: center;
  width: 100%;
  padding: 20px;
}
#search .top .companies .company .holder img {
  margin: 0 auto;
  max-height: 55px;
  width: auto;
}
#search .top .companies .company button {
  margin-top: 7px;
  width: 100%;
  height: 30px;
  border: none;
  border-radius: 0;
  color: white;
  background: #10465f;
  font-size: 13px;
}
@media (max-width: 1199px) {
  #search .top .companies .company button {
    margin-bottom: 20px;
    height: 38px;
  }
}
#search .top .search {
  margin-top: 12px;
}

#company .top {
  padding: 38px 0 36px 0;
}
#company .top .title {
  font-size: 34px;
  color: #0087c9;
  margin-bottom: 25px;
  margin-top: 6px;
}
#company .top .search {
  margin-top: 22px;
}
#company .top .apply {
  padding: 27px 29px 34px 29px;
  background: white;
  margin-top: 12px;
}
#company .top .apply .title {
  color: #0087c8;
  font-size: 19px;
  margin-bottom: 14px;
  line-height: 21px;
}
#company .top .apply .text {
  margin-bottom: 19px;
  color: #666666;
}
#company .top .apply button {
  color: white;
  background: #96bf31;
  border: none;
  border-radius: 5px;
  height: 45px;
  width: 100%;
  font-size: 19px;
}
@media (max-width: 767px) {
  #company .top .apply button {
    font-size: 17px;
  }
}
#company .top .content {
  width: 100%;
  background: white;
  padding: 30px;
}
#company .top .content .address {
  margin-top: 15px;
}
#company .top .content .address .company_name {
  font-size: 20px;
}
#company .top .content .address p {
  color: #666666;
  margin-bottom: 0;
  font-size: 16px;
}
#company .top .content .address p a {
  color: #666666;
  text-decoration: underline;
}
#company .top .content .address .tel {
  margin-top: 15px;
}
#company .top .content .categories {
  margin-top: 30px;
}
#company .top .content .categories p {
  color: #666666;
  margin-bottom: 5px;
}
#company .top .content .categories .subtitle {
  font-size: 20px;
  color: #666666;
  font-weight: bold;
  margin-bottom: 10px;
}
#company .top .content .overview .subtitle {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
#company .top .content .overview p, #company .top .content .overview ul, #company .top .content .overview li {
  color: #666666 !important;
}
#company .top .content .overview p {
  margin-bottom: 5px;
}
#company .top .content .subtitle_2 {
  font-size: 20px;
  color: #666666;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
#company .accordion {
  padding-top: 14px;
}
#company .accordion .panel .panel-heading {
  background: #0087c8;
  border: none;
  border-radius: 0;
  cursor: pointer;
  color: white;
  padding: 20px 30px 17px 24px;
  font-weight: 300;
}
#company .accordion .panel .panel-heading a:hover {
  text-decoration: none !important;
}
#company .accordion .panel .panel-heading .fa {
  color: white;
  float: right;
  font-size: 13px;
  margin-top: 2px;
}
#company .panel-group .panel + .panel {
  margin-top: 0;
}
#company .panel-group {
  margin-bottom: 0;
}
#company .panel-body {
  padding: 20px 30px 17px 24px;
}
#company .panel-body p {
  margin: 0;
}
#company .panel-body table.cert {
  width: 100%;
  color: white;
  display: block;
}
#company .panel-body table.cert tbody {
  display: block;
  width: 100%;
}
#company .panel-body table.cert tr {
  display: flex;
  width: 100%;
  gap: 20px;
  justify-content: space-between;
}
#company .panel-body table.cert tr td {
  display: inline;
  vertical-align: top;
  padding: 4px 0;
}
#company .panel-body table.cert tr td:first-child {
  white-space: nowrap;
}
#company .panel-body table.cert tr td:last-child {
  text-align: right;
}

#about {
  padding-bottom: 30px;
}
#about .top {
  padding: 38px 0 36px 0;
}
#about .top .title {
  color: #0087c9;
  font-size: 65px;
  font-weight: bold;
  letter-spacing: -2.4px;
  margin-bottom: -39px;
}
#about .top .subtitle {
  color: #96bf31;
  margin-bottom: 25px;
  font-size: 65px;
  font-weight: bold;
  line-height: 120px;
}
@media (max-width: 991px) {
  #about .top .subtitle {
    line-height: 60px;
    margin-top: 25px;
    margin-bottom: 45px;
  }
}
#about .top .search {
  margin-top: 22px;
}
#about .top .apply {
  padding: 27px 29px 34px 29px;
  background: white;
  margin-top: 12px;
}
#about .top .apply .title {
  color: #0087c8;
  font-size: 19px;
  margin-bottom: 14px;
  line-height: 21px;
  font-weight: normal;
  letter-spacing: inherit;
}
#about .top .apply .text {
  margin-bottom: 19px;
  color: #666666;
}
#about .top .apply button {
  color: white;
  background: #96bf31;
  border: none;
  border-radius: 5px;
  height: 45px;
  width: 100%;
  font-size: 19px;
}
@media (max-width: 767px) {
  #about .top .apply button {
    font-size: 17px;
  }
}
#about .top .content {
  width: 100%;
  background: white;
  padding: 30px;
}
#about .top .content p {
  color: #666666;
  margin-bottom: 15px;
  font-size: 16px;
}
#about .top .content .tutor {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 29px;
}
#about .top .content .tutor:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#about .top .content .tutor .tutor-title {
  color: #0087c8;
  font-size: 19px;
  margin-bottom: 19px;
}
#about .top .content .tutor .tutor-text {
  padding-bottom: 15px;
}
#about .top .content .tutor button {
  border: none;
  height: 35px;
  background: #0087c9;
  color: white;
  padding: 0 20px;
  border-radius: 5px;
}
#about .top .content .tutor img {
  border: 1px solid #ddd;
  padding: 20px;
}

#post {
  padding-bottom: 50px;
}
#post .top {
  padding: 18px 0 66px 0;
}
#post .top .title {
  color: #0087c9;
  font-size: 45px;
  font-weight: bold;
  letter-spacing: -2.4px;
  margin-bottom: -39px;
}
#post .content {
  width: 100%;
  background: white;
  padding: 30px;
  margin-top: 9px;
  overflow: auto;
}
@media (max-width: 767px) {
  #post .content {
    text-align: center;
  }
}
#post .content img {
  max-height: 190px;
  float: right;
}
@media (max-width: 767px) {
  #post .content img {
    float: none;
    margin: 0 auto 30px;
  }
}
#post .content p, #post .content ol, #post .content ul {
  color: #666666;
  margin-bottom: 15px;
  font-size: 16px;
}
#post .articles {
  padding: 27px 29px 34px 29px;
  background: white;
  margin-top: 12px;
}
#post .articles .title {
  color: #0087c8;
  font-size: 19px;
  margin-bottom: 20px;
  line-height: 21px;
  font-weight: normal;
  letter-spacing: inherit;
}
#post .articles a {
  color: #96bf31;
}
#event_post {
  padding-bottom: 50px;
}
#event_post .top {
  padding: 18px 0 66px 0;
}
#event_post .top .title {
  color: #0087c9;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: -2.4px;
  margin-bottom: -39px;
}
#event_post .content {
  width: 100%;
  background: white;
  padding: 30px;
  margin-top: 9px;
  color: #666666 !important;
}
#event_post .content p {
  color: #666666;
  margin-bottom: 15px;
  font-size: 16px;
}
#event_post .content .subtitle {
  color: #0087c9;
  font-size: 22px;
}
#event_post .content .pricing {
  margin-top: 15px;
}
#event_post .content .button {
  border: none;
  height: 35px;
  background: #0087c9;
  color: white;
  padding: 0 20px;
  border-radius: 5px;
  width: 100%;
}

#event_booking {
  padding-bottom: 50px;
}
#event_booking .top {
  padding: 22px 0 30px 0;
}
#event_booking .top .title {
  color: #0087c9;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: -2.4px;
}
#event_booking .top .subtitle {
  color: #96bf31;
  font-size: 22px;
}
#event_booking .content {
  width: 100%;
  background: white;
  padding: 30px;
  margin-top: 9px;
  color: #666666 !important;
}
#event_booking .content p {
  color: #666666;
  margin-bottom: 15px;
  font-size: 16px;
}
#event_booking .content .subtitle {
  color: #0087c9;
  font-size: 22px;
}
#event_booking .content .pricing {
  margin-top: 15px;
}
#event_booking .content .button {
  border: none;
  height: 35px;
  background: #0087c9;
  color: white;
  padding: 0 20px;
  border-radius: 5px;
  width: 100%;
}
@media (max-width: 991px) {
  #event_booking .content .button {
    margin-bottom: 40px;
  }
}

#news .top .title {
  padding: 36px 0;
  font-size: 34px;
  color: #0087c9;
  margin: 0;
}
#news .top .subtitle {
  color: #666666;
  font-size: 17px;
  margin-bottom: 25px;
}
#news .top .content .news_articles {
  margin-top: 20px;
}
#news .top .content .news_articles .news_article {
  margin: -10px 0 20px;
  background: white;
  padding: 30px;
}
#news .top .content .news_articles .news_article .title {
  font-size: 24px;
  color: #0087c9;
  margin-bottom: 10px;
  padding: 12px 0 0;
  margin-top: 0;
}
#news .top .content .news_articles .news_article a {
  text-decoration: none !important;
}
#news .articles {
  padding: 27px 29px 34px 29px;
  background: white;
  margin-top: 20px;
}
@media (max-width: 991px) {
  #news .articles {
    margin-bottom: 50px;
  }
}
#news .articles .title {
  color: #0087c8;
  font-size: 19px;
  margin-bottom: 20px;
  line-height: 21px;
  font-weight: normal;
  letter-spacing: inherit;
  padding-top: 0;
}
#news .articles a {
  color: #96bf31;
  text-decoration: none !important;
}
#account {
  padding-bottom: 50px;
}
#account .top {
  padding: 36px 0;
}
#account .top .title {
  font-size: 34px;
  color: #0087c9;
  margin-bottom: 0;
  margin-top: 6px;
}
#account .content .holder {
  background: white;
  padding: 20px;
  margin-top: 20px;
}
#account .content .holder .title {
  color: #00b0df;
  font-size: 24px;
  padding: 0;
  margin: 0;
}
#account .content .holder .subtitle {
  color: #666666;
  margin: 0 0 15px 0;
}
@media (max-width: 1199px) {
  #account .content .holder .subtitle {
    min-height: 40px;
  }
}
@media (max-width: 991px) {
  #account .content .holder .subtitle {
    min-height: inherit;
  }
}
#account .content .holder label {
  color: #666666;
  font-weight: normal;
}
#account .content .holder input {
  margin-bottom: 15px;
}
#account .content .holder .button {
  margin-top: 24px;
  border: none;
  height: 35px;
  background: #0087c9;
  color: white;
  padding: 0 20px;
  border-radius: 5px;
}

#contact {
  padding-bottom: 50px;
}
#contact .top .title {
  padding: 18px 0 0 0;
  font-size: 34px;
  color: #0087c9;
  margin-bottom: 10px;
  margin-top: 6px;
}
#contact .top .holder {
  background: white;
  padding: 30px;
  margin-top: 20px;
}
#contact .top .holder .subtitle {
  color: #96bf31;
  font-size: 24px;
  margin-bottom: 0;
}
#contact .top .holder .email {
  font-size: 17px;
  color: #666666;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  #contact .top .holder .email {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  #contact .top .holder .email {
    font-size: 15px;
  }
}
#contact .top .holder a button {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  color: white;
  border: none;
  border-radius: 0;
  background: #00b0df;
  font-size: 17px;
}
@media (max-width: 1199px) {
  #contact .top .holder a button {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  #contact .top .holder a button {
    font-size: 15px;
  }
}

#form {
  padding-bottom: 50px;
}
#form .top .title {
  padding: 18px 0 0 0;
  font-size: 34px;
  color: #0087c9;
  margin: 6px 0 35px 0;
}
@media (max-width: 991px) {
  #form .top .title {
    font-size: 29px;
  }
}
#form .top .subtitle {
  color: #666666;
  font-size: 17px;
  margin-bottom: 0;
}
#form .top .holder {
  background: white;
  padding: 20px;
  margin-top: 20px;
}
#form .top .holder .title {
  color: #00b0df;
  font-size: 24px;
  padding: 0;
  margin: 0;
}
#form .top .holder .subtitle {
  color: #666666;
  margin: 0 0 15px 0;
}
@media (max-width: 1199px) {
  #form .top .holder .subtitle {
    min-height: 40px;
  }
}
@media (max-width: 991px) {
  #form .top .holder .subtitle {
    min-height: inherit;
  }
}
#form .top .holder label {
  color: #666666;
  font-weight: normal;
}
#form .top .holder input {
  margin-bottom: 15px;
}
#form .top .holder textarea {
  height: 257px;
}
#form .top .holder .button {
  margin-top: 24px;
  border: none;
  height: 35px;
  background: #0087c9;
  color: white;
  padding: 0 20px;
  border-radius: 5px;
}

#downloads .top {
  padding: 36px 0;
}
#downloads .top .title {
  color: #0087c9;
  font-size: 34px;
  margin-top: 6px;
}
#downloads .holder {
  background: white;
  padding: 30px;
  margin-top: 9px;
  margin-bottom: 60px;
}
#downloads .holder h2 {
  color: #96bf31;
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 30px;
  margin-top: 0;
}
#downloads .holder .subtitle {
  margin: 0 0 15px 0;
  color: #0087c8;
  font-size: 19px;
}
@media (max-width: 1199px) {
  #downloads .holder .subtitle {
    min-height: 40px;
  }
}
@media (max-width: 991px) {
  #downloads .holder .subtitle {
    min-height: inherit;
  }
}
#downloads .holder ul {
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
}
#downloads .holder ul li a {
  color: #666666;
}
#downloads .accordion {
  padding-top: 14px;
}
#downloads .accordion .panel .panel-heading {
  background: #0087c8;
  border: none;
  border-radius: 0;
  cursor: pointer;
  color: white;
  padding: 20px 30px 17px 24px;
  font-weight: 300;
}
#downloads .accordion .panel .panel-heading a:hover {
  text-decoration: none !important;
}
#downloads .accordion .panel .panel-heading .fa {
  color: white;
  float: right;
  font-size: 13px;
  margin-top: 2px;
}
#downloads .panel-group .panel + .panel {
  margin-top: 0;
}
#downloads .panel-group {
  margin-bottom: 0;
}
#downloads .panel-body {
  padding: 15px;
}
#downloads .panel-body p {
  margin: 0;
}
#downloads .panel-body a.download {
  text-decoration: none !important;
  display: block;
  padding: 15px;
  background: #f0f0f0;
  transition: background 0.1s ease-in-out;
  color: #666666;
  margin-top: 5px;
}
#downloads .panel-body a.download:hover {
  background: #e0e0e0;
}
#downloads .panel-body a.download:first-child {
  margin-top: 0;
}
#downloads .panel-body a.download .flex {
  display: flex;
  gap: 15px;
}
#downloads .panel-body a.download .flex .icon {
  width: 40px;
}
#downloads .panel-body a.download svg {
  color: #0087c8;
}
#downloads .panel-body a.download .title {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 0;
}
#downloads .panel-body a.download .type {
  font-size: 14px;
  margin-bottom: 0;
  font-style: italic;
}

#membership .top {
  padding: 36px 0;
}
#membership .top .title {
  color: #0087c9;
  font-size: 34px;
  margin-top: 6px;
}
#membership .holder {
  background: white;
  padding: 30px;
  margin-top: 9px;
  margin-bottom: 60px;
}
#membership .holder .subtitle {
  margin: 0 0 15px 0;
  color: #0087c8;
  font-size: 22px;
}
@media (max-width: 1199px) {
  #membership .holder .subtitle {
    min-height: 40px;
  }
}
@media (max-width: 991px) {
  #membership .holder .subtitle {
    min-height: inherit;
  }
}
#membership .holder ul {
  padding: 0 0 0 20px;
  margin-bottom: 15px;
}
#membership .holder ul li {
  color: #666666;
  font-size: 16px;
}
#membership .holder .text {
  color: #666666;
  font-size: 16px;
}
#membership .holder a {
  color: #96bf31;
  text-decoration: none !important;
}
#membership .holder .button {
  margin-top: 24px;
  border: none;
  height: 35px;
  background: #0087c9;
  color: white;
  padding: 0 20px;
  border-radius: 5px;
}
#membership .holder td {
  padding: 10px 10px 10px 0;
  vertical-align: text-top;
}
#membership .holder .totals tr td {
  padding: 10px;
  vertical-align: middle;
}
#membership .registration-form h4 {
  color: #96bf31;
  font-size: 1.6em;
}
#membership .registration-form h3 {
  color: #0087c9;
  font-size: 1.6em;
}
#membership .registration-form .big {
  font-size: 1.3em;
}
#membership .registration-form .green {
  color: #96bf31;
}
#membership .registration-form .blue {
  color: #0087c9;
}
#membership .registration-form p, #membership .registration-form ul, #membership .registration-form li, #membership .registration-form .form-group {
  font-size: 16px;
}
#membership .registration-form .small {
  font-size: 14px;
}
#membership .fee, #membership .categories, #membership .sub, #membership .vat, #membership .total {
  font-weight: bold;
}

#membership2020 .top {
  padding: 36px 0;
}
#membership2020 .top .title {
  color: #0087c9;
  font-size: 34px;
  margin-top: 6px;
}
#membership2020 .holder {
  background: white;
  padding: 30px;
  margin-top: 9px;
  margin-bottom: 60px;
}
#membership2020 .holder .subtitle {
  margin: 0 0 15px 0;
  color: #0087c8;
  font-size: 22px;
}
@media (max-width: 1199px) {
  #membership2020 .holder .subtitle {
    min-height: 40px;
  }
}
@media (max-width: 991px) {
  #membership2020 .holder .subtitle {
    min-height: inherit;
  }
}
#membership2020 .holder ul {
  padding: 0 0 0 20px;
  margin-bottom: 15px;
}
#membership2020 .holder ul li {
  color: #666666;
  font-size: 16px;
}
#membership2020 .holder .text {
  color: #666666;
  font-size: 16px;
}
#membership2020 .holder a {
  color: #96bf31;
  text-decoration: none !important;
}
#membership2020 .holder .button {
  margin-top: 24px;
  border: none;
  height: 35px;
  background: #0087c9;
  color: white;
  padding: 0 20px;
  border-radius: 5px;
}
#membership2020 .holder td {
  padding: 10px 10px 10px 0;
  vertical-align: text-top;
}
#membership2020 .holder .totals tr td {
  padding: 10px;
  vertical-align: middle;
}
#membership2020 .registration-form h4 {
  color: #96bf31;
  font-size: 1.6em;
}
#membership2020 .registration-form h3 {
  color: #0087c9;
  font-size: 1.6em;
}
#membership2020 .registration-form .big {
  font-size: 1.3em;
}
#membership2020 .registration-form .green {
  color: #96bf31;
}
#membership2020 .registration-form .blue {
  color: #0087c9;
}
#membership2020 .registration-form p, #membership2020 .registration-form ul, #membership2020 .registration-form li, #membership2020 .registration-form .form-group {
  font-size: 16px;
}
#membership2020 .registration-form .small {
  font-size: 14px;
}
#membership2020 .fee, #membership2020 .categories, #membership2020 .sub, #membership2020 .vat, #membership2020 .total {
  font-weight: bold;
}

footer {
  background: #10465f;
  padding: 70px 0 53px 0;
}
footer .footer-menu {
  padding: 0;
  list-style: none;
}
footer .footer-menu li {
  display: inline-block;
  padding: 0 24px;
  border-right: 1px solid #00b0df;
}
@media (max-width: 1199px) {
  footer .footer-menu li {
    padding: 0 19px;
  }
}
@media (max-width: 991px) {
  footer .footer-menu li {
    display: block;
    border: none;
    padding: 0;
    text-align: center;
    width: 100%;
  }
}
footer .footer-menu li a {
  font-size: 15px;
  color: white;
  font-weight: 300;
}
footer .footer-menu li:first-child {
  padding: 0 21px 0 2px;
  border-right: 1px solid #00b0df;
}
@media (max-width: 1199px) {
  footer .footer-menu li:first-child {
    padding: 0 19px 0 2px;
  }
}
@media (max-width: 991px) {
  footer .footer-menu li:first-child {
    border: none;
    padding: 0;
  }
}
footer .footer-menu li:last-child {
  border-right: none;
}
footer .socials {
  padding: 0;
  float: right;
  list-style: none;
  width: 100%;
  text-align: right;
}
@media (max-width: 991px) {
  footer .socials {
    text-align: center;
    margin: 15px 0 20px 0;
  }
}
footer .socials li {
  display: inline-block;
}
footer .socials li .fa {
  color: #00b0df;
  font-size: 30px;
  padding: 0 0 0 6px;
}
footer .address {
  color: white;
  margin-top: 7px;
  font-weight: 300;
  margin-bottom: -2px;
}
footer .details {
  list-style: none;
  padding: 0;
  margin-bottom: 16px;
  font-weight: 300;
  color: white;
}
footer .details li {
  color: white;
  display: inline-block;
}
footer .details li a {
  color: white;
}
footer .policy a {
  color: white;
  text-decoration: underline;
  font-weight: 300;
}

#events .disclaimer {
  background: white;
  padding: 30px;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}

.pagination {
  margin-bottom: 0;
  margin-top: 35px;
}
.pagination li a {
  border-radius: 0;
}
.pagination li .active a {
  background: white;
  color: #0087c9;
}

.directory-modal .modal-header {
  position: relative;
  padding: 30px;
}
.directory-modal .modal-header button {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 35px;
}
.directory-modal .modal-header .modal-title {
  font-size: 22px;
  color: #0087c9;
}
.directory-modal .modal-body {
  font-size: 16px;
  padding: 40px 30px 30px 30px;
}
.directory-modal .modal-body ul li {
  line-height: 26px;
}
.directory-modal .modal-footer {
  padding: 20px 30px;
}
.directory-modal .modal-footer button {
  background: #0087c9;
  border: none;
  color: white;
  padding: 10px 30px;
}

#account a:hover {
  text-decoration: none !important;
}

.members-main-button {
  background: #10465f;
  padding: 40px 20px;
  color: white;
  border: none;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 20px;
}
.members-main-button:hover {
  text-decoration: none;
}

.homepage-slider {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.homepage-slider h2 {
  color: #0087c9;
  font-size: 44px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -0.4px;
  padding-bottom: 30px;
}
.homepage-slider .slider-content {
  margin: 0 10px;
  text-align: center;
  background: white;
}
.homepage-slider .slider-content .img-holder {
  min-height: 100px;
  max-height: 100px;
  height: 100px;
}
.homepage-slider .slider-content .img-holder img {
  padding: 10px;
  background: white;
  max-width: 100%;
  max-height: 100px;
  margin: 0 auto;
}
.homepage-slider .slider-content .text {
  background: white;
  padding: 10px;
  color: #555;
  min-height: 100px;
}
.homepage-slider .slick-arrow {
  position: absolute;
  top: 63%;
  font-size: 22px;
  color: #96bf31;
  cursor: pointer;
}
.homepage-slider .homepage-slider-next {
  right: -20px;
}
@media (max-width: 767px) {
  .homepage-slider .homepage-slider-next {
    right: -10px;
  }
}
.homepage-slider .homepage-slider-prev {
  left: -20px;
}
@media (max-width: 767px) {
  .homepage-slider .homepage-slider-prev {
    left: -10px;
  }
}

.directory-list {
  padding: 30px 0;
}
.directory-list h1 {
  font-size: 34px;
  color: #0087c9;
  margin-bottom: 40px;
  margin-top: 6px;
}
.directory-list h2 {
  font-size: 26px;
  color: #96bf31;
  margin-bottom: 10px;
  margin-top: 6px;
}
.directory-list .alphabet_list {
  padding: 0;
  margin-bottom: 50px;
}
.directory-list .alphabet_list li {
  display: inline-block;
  margin-right: 5px;
}
.directory-list .alphabet_list li span {
  padding: 7px 5px;
}
.directory-list .alphabet_list li a {
  color: white;
  background: #10465f;
  padding: 7px 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.directory-list .alphabet_list li a:hover {
  text-decoration: none;
}
.directory-list .letter_list {
  margin-bottom: 30px;
}

.back-application {
  background: #0087c8;
  color: white !important;
}

.back-to-members {
  display: inline-block;
  margin-top: 30px;
  font-size: 1.2em;
}

.cookie-consent {
  background: #10465f;
  text-align: center;
  color: white;
  padding: 14px 0 5px;
  margin-bottom: 20px;
  font-size: 18px;
}
.cookie-consent a {
  text-align: center;
  border-radius: 5px;
  float: none;
  background: #00b0df;
  padding: 3px 10px;
  color: white;
  margin-left: 10px;
  display: inline-block;
  font-size: 16px;
}
.cookie-consent a:hover, .cookie-consent a:focus, .cookie-consent a:active {
  text-decoration: none;
}

#membership .audit-form .holder .options table {
  margin-top: 30px;
  border-color: #82afcd;
}
#membership .audit-form .holder .options table thead tr {
  background: #a4c449;
  border-color: #82afcd;
}
#membership .audit-form .holder .options table thead tr th {
  border-color: #82afcd;
  border-bottom-width: 1px;
}
#membership .audit-form .holder .options table thead tr th h2 {
  color: white;
  font-weight: bold;
  font-size: 1.8em;
  margin: 10px 0;
}
#membership .audit-form .holder .options table tbody tr {
  border-color: #82afcd;
}
#membership .audit-form .holder .options table tbody tr:nth-child(odd) {
  background-color: white;
}
#membership .audit-form .holder .options table tbody tr:nth-child(even) {
  background-color: #dee8bd;
}
#membership .audit-form .holder .options table tbody tr td {
  border-color: #82afcd;
  font-weight: 500;
  padding: 10px;
  position: relative;
}
#membership .audit-form .holder .options table tbody tr td .active {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  border: 2px solid #0087c8;
  border-radius: 100%;
}

#event_post.tender .top {
  margin-bottom: 50px;
  padding: 0;
}
#event_post.tender .top h1.title {
  padding: 18px 0 0 0;
  font-size: 34px;
  color: #0087c9;
  margin-bottom: 35px;
  margin-top: 6px;
  font-weight: normal;
  letter-spacing: inherit;
}
#event_post.tender .top a.back-to-members {
  margin: 0;
}

#events.video-media .videos .video {
  margin-bottom: 50px;
}

.checkfa {
  font-size: 2.2rem;
  color: #E2E2E2;
  vertical-align: text-top;
  margin-bottom: 5px;
}
.checkfa.fa-check-square {
  color: #0087c9;
}

select.form-control {
  background-image: url("../images/select-arrows.png") !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
}

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