/* @import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap'); */

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Raleway Webfont";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  background-color: #f4f4f4;
  margin: 0;
  padding: 0;
  color: #353535;
  -webkit-font-smoothing: antialiased;
  font-variant-numeric: lining-nums;
}

a {
  color: #353535;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a:hover {
  text-decoration: none;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.clear {
  clear: both;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
.uneditable-input:focus,
select:focus {
  box-shadow: none;
  outline: 0 none;
}

a:hover {
  color: #C4151B;
}

::placeholder {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.5px;
  color: #808080;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway Webfont";
  color: #353535;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin: 0 0 1rem;
  margin: 0;
}

h1 {
  font-size: 32px;
  font-weight: bold;
}

h2 {
  font-size: 24px;
  font-weight: 500;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}

h4 {
  font-size: 16px;
  font-weight: bold;
}

h5 {
  font-size: 16px;
  font-weight: 600;
}

p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin: 0 0 16px 0;
  word-break: break-word;
}

p:last-child {
  margin-bottom: 0;
}

.text-bold {
  font-weight: bold;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.display-none {
  display: none;
}

.display-block {
  display: block;
}

/* 
APTRA COLORS  ----------- */

.aptra-red {
  color: #C4151B !important;
}

.almost-black {
  color: #353535 !important;
}

.mid-grey {
  color: #808080 !important;
}

.light-grey {
  color: #CDCDCD !important;
}

.white {
  color: #fff !important;
}

/* 
BUTTONS ----------- */

.red-btn {
  width: 100%;
  height: 40px;
  border-radius: 2px;
  border: 0;
  font-family: "Raleway Webfont";
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 40px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #C4151B;
  display: block;
  padding: 0;
  cursor: pointer !important;
  transition: color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}

.red-btn:hover {
  color: #fff;
  background-color: #353535;
  text-decoration: none;
}

.grey-btn {
  border-radius: 2px;
  background-color: #cdcdcd;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
  display: block;
  padding: 0;
  border: 0;
  height: 40px;
  width: 100%;
  cursor: pointer !important;
  text-transform: uppercase;
}

.grey-btn:hover {
  background-color: #cdcdcd;
  color: #ffffff;
}

button {
  border: 0;
}

button:focus {
  outline: 0;
  box-shadow: none;
}

.txt-link {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #c4151b;
  transition: color .15s ease-in-out;
  display: inline-block;
}

.txt-link:hover {
  color: #353535;
  text-decoration: none;
}

.txt-link-normal {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #c4151b;
  transition: color .15s ease-in-out;
  display: inline-block;
}


article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

.fullwidth {
  margin: 0 auto;
  width: 100%;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

img {
  vertical-align: middle;
  border-style: none;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
}

.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.rounded {
  border-radius: .25rem !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.d-block {
  display: block !important;
}

#wrapper {
  position: relative;
  height: auto;
}

/* GRIDs 
---------------------- */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row [class*="col-"] {
  padding-left: 16px !important;
  padding-right: 16px !important;
}


.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

/* FORMS
---------------------- */

.form-group {
  margin-bottom: 24px;
  font-family: "Raleway Webfont";
  word-break: break-word;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
  font-family: "Raleway Webfont";
}

.form-text {
  display: block;
  margin-top: .25rem;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: "Raleway Webfont";
}

.form-control {
  display: block;
  width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cdcdcd;
  font-family: "Raleway Webfont";
  padding: 8px 16px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.5px;
  color: #353535;
  height: 40px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
  border-color: #cdcdcd;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group-append,
.input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}


/* Alert
---------------------- */


.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* Common Text
---------------------- */

h2.sec-title {
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 1.5px;

  text-transform: uppercase;
}

h3.sec-title {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.33px;
  color: #353535;
}

h4.sec-title {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.42px;
}

.aptra-red-text {
  color: #c4151b !important;
}

.almost-black-text {
  color: #353535 !important;
}

.readmore-text {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.88px;
  color: #c4151b;
}

.readmore-text:hover {
  color: #353535;
  text-decoration: none;
}

.common-text {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #353535;
}

/* 
  Breadcrumb ----------- */

ul.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 24px 0;
  list-style: none;
  background-color: transparent;
}

ul.breadcrumb li {
  display: inline-block;
  font-size: 12px;
  position: relative;
}

ul.breadcrumb li:before {
  width: 6px;
  content: "";
  background: url(../images/red-right-arrow.png) no-repeat left center;
  background-size: 6px 10px;
  transform: rotate(180deg);
}

ul.breadcrumb li,
ul.breadcrumb li a {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.75px;
  text-decoration: none;
  vertical-align: middle;
  color: #353535;
  display: flex;
}

ul.breadcrumb li img {
  height: 14px;
}

ul.breadcrumb li a:hover {
  color: #c4151b;
  text-decoration: none;
}

ul.breadcrumb li.active a {
  color: #c4151b;
  padding-left: 9px;
}

/* pagination 
---------------------- */
.paging-wrap {
  position: relative;
}

.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
  margin-bottom: 0;
  margin: 0;
}

.paging li {
  margin: 0 6px;
}

.paging li a,
.paging li span {
  position: relative;
  display: block;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.43px;
  color: #808080;
  text-align: center;
  background-color: #fff;
  font-size: 12px;
}

.paging li a,
.paging li span {
  width: 24px;
  height: 24px;
  border-radius: 2px;
  line-height: 24px;
}

.paging li:first-child a .paging li:first-child span {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.paging li a:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.paging li.disabled a {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.paging li.active a {
  background-color: #c4151b;
  color: #fff;
}

.paging li span.current {
  background-color: #c4151b;
  color: #fff;
}

.paging li a.prev,
.paging li a.next {
  background-color: transparent;
}

.paging li a.next:before,
.paging li a.prev:after {
  content: "";
  text-align: center;
  width: 24px;
  height: 24px;
  background: url(../images/right-arrow.svg) no-repeat center center;
  background-size: 7px;
  display: inline-block;
}

.paging li a.prev:after {
  transform: rotate(-180deg);
}

/* COMMON INNER BANNER Height-490px
---------------------- */
.inner-banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 496px;
  z-index: 1;
}





/* ========  HEADER =========== */

.main_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.site-logo {
  padding: 20px 0;
  display: inline-block;
  line-height: 0;
}

.site-logo a {
  line-height: 0;
  display: inline-block;
}

.logo img {
  width: auto;
  height: 48px;
}

.site-logo img {
  width: auto;
  height: 48px;
}

.site-title {
  display: none;
}

/* HEAFDER MENU 
-------------------*/

.menu-toggler {
  width: 50px;
  height: 50px;
  position: relative;
  display: flex;
  margin-left: auto;
}

.menu-toggler span {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.menu-toggler span,
.menu-toggler span:before,
.menu-toggler span:after {
  cursor: pointer;
  border-radius: 4px;
  height: 3px;
  width: 35px;
  background: #000;
  position: absolute;
  display: block;
  content: '';
}

.menu-toggler span:before {
  top: -10px;
}

.menu-toggler span:after {
  bottom: -10px;
}

.menu-toggler span,
.menu-toggler span:before,
.menu-toggler span:after {
  transition: all 500ms ease-in-out;
}

.menu-toggler.active span {
  background-color: transparent;
}

.menu-toggler.active span:before,
.menu-toggler.active span:after {
  top: 0;
}

.menu-toggler.active span:before {
  transform: rotate(45deg);
}

.menu-toggler.active span:after {
  transform: rotate(-45deg);
}

.header-login-btn>a {
  width: 171px;
  height: 40px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: #fff !important;
  background-color: #C4151B;
  display: block;
  padding: 0;
  line-height: 40px !important;
  margin-top: 5px;
  margin-left: 15px;
}

.header-login-btn>a:hover {
  color: #fff;
  background-color: #353535;
  text-decoration: none;
}

.profileicon a {
  background: url(../images/profile.png) no-repeat center center;
  background-size: 24px;
  padding-top: 10px;
  margin-left: 15px;
  text-indent: -9999em;
}

.menu,
.menu>ul,
.menu>ul ul {
  display: flex;
  flex-flow: column;
  margin: 0;
}

.menu.active {
  background: #fff;
}

.menujs .menu>ul ul.active {
  margin: 0;
  max-height: 55em;
  padding: 0;
}

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

nav li {
  margin: 0;
  float: left;
  display: block;

  position: relative;
}

.menu li a {
  color: #000;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 1px;
}

.menu li.current_page_item>a,
.menu li.current-menu-parent>a {
  color: #C4151B;
}

.menu li.current_page_item .current-menu-item>a {
  color: #C4151B;
}

.menu li.current-menu-item.active>a {
  color: #C4151B;
}

span.has-subnav {
  display: block;
  font-size: 1em;
  line-height: 60px;
  position: absolute;
  right: 0;
  padding: 0;
  top: 0;
  background: rgba(205, 205, 205, 0.32);
  text-align: center;
  height: 55px;
  width: 55px;
}

span.has-subnav i {
  font-size: 24px;
  color: #C4151B;
}

span.has-subnav.active i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.bkdrp {
  display: none;
}

.menu-search a {
  position: relative;
}

.menu-search a::before {
  content: url(../images/search.svg);
  display: inline-block;
  margin-right: 5px;
  width: 12px;
  height: 12px;
}

.menu li.menu-search.current_page_item a::before,
.menu li.menu-search.current-menu-item a::before {
  content: url(../images/search-red.svg);
}

.menu-search a:hover:hover::before {
  content: url(../images/search-red.svg);
}

.language {
  display: none !important;
}

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

.language ul li {
  float: left;
  display: block;
  position: relative;
  padding: 0 10px;

}

.language ul li.chainish {
  font-family: "PingFang Regular";
}

/* .language ul li:first-child:after{
  content: "|";
  display: inline-block;
  color: #808080;
} */
.language ul li:last-child:after {
  content: "|";
  display: inline;
  color: #808080;
  white-space: nowrap;
  position: absolute;
  /* width: 1px; */
  left: -2px;
  top: 0;
}

.language ul li:first-child:after {
  display: none;
}

.language ul li a {
  color: #353535;
  padding: 0;
  text-transform: uppercase;
  font-weight: 500;
}

.language ul li:first-child a {
  padding-left: 0;
}

.language ul li.selected a {
  color: #C4151B;
}

.language ul li a:hover {
  text-decoration: none;
  color: #C4151B;
}

.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 999;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}


/* END HEADER 
---------------------- */

/* Member HEADER Header2
---------------------- */
.main_header2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.manu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.manu-container .header-logo,
.manu-container .header-language {
  flex: initial;
  display: flex;
  justify-self: flex-start;
  align-items: center;
}

.main_header_middle {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}

.header_right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_header_right {
  flex: initial;
  display: flex;
  justify-self: flex-end;
  align-items: center;
}

.nav_menu_icon {
  flex: initial;
  display: none;
  justify-self: flex-end;
  align-items: center;
  margin-left: auto;
}

.header-logo {
  padding: 0;
  display: inline-block;
  line-height: 0;
}

.header-logo a {
  line-height: 0;
  display: inline-block;
}

.header-logo img {
  width: auto;
  height: 48px;
}

.main_header_right {
  margin-left: auto;
}

.main_header_right ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.main_header_right ul li {
  margin-right: 16px;
}

.main_header_right ul li:last-child {
  margin-right: 0;
}

.header-search {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 520px;
}

.header-search-button {
  margin-left: 10px;
  font-size: 16px;
  text-transform: uppercase;
  width: 40px;
  min-width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 2px;
  background: #c4151b;
  color: white;
  border: none;
  text-align: center;
  cursor: pointer;
}

.header-search-button:hover {
  background-color: #353535;
  color: #fff !important;
}

.search-input {
  display: none;
  position: absolute;
  left: 0;
  top: 88px;
  right: 0;
  width: 100%;
  padding: 5px 15px;
  z-index: 100;
}

.menuToggle {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

.menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #353535;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
}

.menuToggle span:first-child {
  transform-origin: 0% 0%;
}

.menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}


.header-memeber-menu {
  display: none;
}

.manu-slideing-header {
  height: 88px;
  display: none;
  align-items: center;
  padding: 0 16px;
  background: #cdcdcd;
}

.closemenu-icon {
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: auto;
}

.closemenu-icon:before,
.closemenu-icon:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 4px;
  background-color: #333;
  border-radius: 4px;
}

.closemenu-icon:before {
  transform: rotate(45deg);
}

.closemenu-icon:after {
  transform: rotate(-45deg);
}

.main_header_2 .language {
  display: block;
}

.backdrop {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.2s opacity ease;
  opacity: 0;
  z-index: 999;
}

.backdrop.active {
  display: block;
  opacity: 1;
}


/* 1. Home Page 
---------------------- */

.hero {
  position: relative;
  background-repeat: no-repeat;
  /* background-image: url(../images/hero.jpg); */
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 496px;
  z-index: 1;
}

.home-about-sec {
  background: #fff;
  padding: 42px 108px;
  margin-top: -42px;
  position: relative;
  max-width: 100%;
  z-index: 2;
}

/* WHAT IS APTRA? ---------- */
.whatis-aptra {
  margin-bottom: 48px;
}

/* .whatis-aptra-desc, .whatis-aptra-desc p{
  margin: 0;
} */
.cols-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -18px;
  margin-left: -18px;
}

.home-top-cols {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 18px;
  padding-left: 18px;
}

.aptra-topcol-desc {
  margin-top: 8px;
}

/* .aptra-topcol-desc p{
  margin: 0;
} */
.cols-footer {
  margin-top: 6px;
}

/* Feature News 
------------------------ */

.feature-news-sec {
  padding: 0px 108px;
  margin-top: 32px;
  position: relative;
  max-width: 100%;
  z-index: 2;
}

.feature-news-sec h2.sec-title {
  margin-bottom: 16px;
}

.feature-news-list {
  margin-top: 18px;
}

.feature-news-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.feature-news-item {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.feature-news-item .feature-thumb {
  float: left;
  width: 200px;
  overflow: hidden;
}

.feature-news-item .feature-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.feature-news-item:hover .feature-thumb img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.feature-news-info {
  padding: 0;
  margin-left: 216px;
  border: none;
  background: #FFF;
  padding: 20px 25px;
}

.feature-news-desc {
  margin: 8px 0;
  color: #353535;
}

.feature-news-desc p {
  margin: 0;

}

/* Home - Upcoming Events 
---------------------- */

.upcoming-events {
  padding: 0px 108px;
  margin-top: 40px;
  position: relative;
  max-width: 100%;
  z-index: 2;
}

.upcoming-events h2.sec-title {
  margin-bottom: 12px;
}

.upcoming-events-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}

.upcoming-events-box {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 4px;
  padding-left: 4px;
  margin-bottom: 16px;
}

.upcoming-events-imagebox {
  background-color: #fff;
  padding: 0;
  min-height: 100%;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.events-thumbnail {
  position: relative;
  overflow: hidden;
}

.events-thumbnail img {
  display: inline-block;
  width: 100%;
}

.upcoming-events-imagebox .events-thumbnail img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.upcoming-events-imagebox:hover .events-thumbnail img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.events-content {
  padding: 23px 16px;
  position: relative;
}

.events-date {
  background-color: rgba(196, 21, 27, 0.95);
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #FFF;
  padding: 3px 15px;
  top: -15px;
  left: 0;
  position: absolute;
  ;
}

.events-title h3 {
  margin: 0;
  line-height: 1.33;
  letter-spacing: 0.33px;
}

.events-desc {
  padding-top: 7px;
}


/* Home - Aptra Member
---------------------- */
.homepage-content-area .aptra-member {
  margin-top: 32px;
}

.homepage-content-area {
  position: relative;
}

//.homepage-content-area .home-about-sec::before {
//  content: "Image courtesy of Melbourne Airport";
//  position: absolute;
//  top: 4px;
//  right: 8px;
//  font-size: 12px;
//  font-weight: normal;
//  color: #808080;
// }

.aptra-member {
  padding: 34px 108px;
  margin-top: 40px;
  margin-bottom: 80px;
  position: relative;
  max-width: 100%;
  z-index: 2;
}

.aptra-member:after {
  content: "";
  background: #fff;
  position: absolute;
  width: 100%;
  max-width: 1094px;
  height: 100%;
  /* max-height: 462px; */
  top: 0;
  right: 0;
  z-index: -1;
}

.member-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.member-col-4,
.member-col-6,
.member-col-8 {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 100%;
  min-height: 1px;
}

/* .aptra-member .member-col-6 p:last-child{
  margin-bottom: 16px;
} */
.member-image-box {
  position: relative;
  z-index: 1;
  padding-top: 110px;
}

.member-img {
  position: relative;
  left: 0;
  top: 52px;
  width: 100%;
  max-width: 322px;
  margin: 0;
}

.member-img img {
  display: block;
  width: 100%;
  max-width: 322px;
  margin: 0 auto;
}

.apply-btn {
  max-width: 237px;
}


/* 2. About Us Page 
---------------------- */

.about-cont-wrap {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

.abouthero {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 496px;
  z-index: 1;
}

.aboutaptra-page {
  position: relative;
}

.mt-28 {
  margin-top: 28px;
}

.custom-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

.custom-col {
  padding-right: 16px;
  padding-left: 16px;
}

.cols-4,
.cols-8,
.cols-6,
.cols-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}

.aboutaptra-page h2 {
  text-transform: uppercase;
}

.about-body-nav {
  margin: 0;
  text-align: center;
  background: #FFF;
}

.about-body-nav ul {
  list-style-type: none;
  padding: 0;
  margin: -1px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 3;
}

.about-body-nav ul li {
  width: 260px;
}

.about-body-nav ul li a {
  color: #353535;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 35px 0 0 0;
  display: block;
  border-top: 4px solid transparent;
}

.about-body-nav ul li a:hover {
  border-top: 4px solid #C4151B;
}

.about-body-nav ul li a.active {
  font-weight: bold;
  border-top: 4px solid #C4151B;
}

.tabs.tabs-bb ul.tab-nav li.ui-tabs-active a {
  border-top: 2px solid #1abc9c;
  top: -2px;
  height: 44px;
  line-height: 44px;
}

.tabs.tabs-bb ul.tab-nav li a {
  background-color: transparent;
  border-bottom: 0px solid transparent;
}

.about-top {
  background: #fff;
  padding-bottom: 234px;
  padding-top: 37px;
}

.aptramission-text-block {
  margin-top: 26px;
}

.mission-vision {
  position: relative;
}

.mission-vision h2 {
  margin-bottom: 10px;
}

/* About Us - Image Gallery ------- */

.about-imggallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: -160px -4px 0 -4px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.gall-item {
  margin: 4px;
  float: left;
  max-width: 441px;
}

.gall-item img {
  /* width: 100%; */
  max-height: 320px;
}

/* About Us - THREE PILLARS ------- */

.three-pillars {
  position: relative;
  margin: 40px 0;
}

.about-inner-heading {
  margin-bottom: 24px;
}

.three-pillars-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}

.three-pillars-thumb {
  position: relative;
  width: 100%;
  min-height: 1px;
}

.three-pillars-thumb img {
  width: 100%;
}

.three-pillars-cont {
  position: relative;
  width: 100%;
  min-height: 1px;

}

.three-pillars-row:nth-child(odd) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.three-pillars-row:nth-child(odd) .three-pillars-cont {
  text-align: left;
}

.three-pillars-row:nth-child(odd) .three-pillars-cont {
  padding-right: 72px;
  padding-left: 0;
}

.three-pillars-row:nth-child(even) .three-pillars-cont {
  padding-left: 72px;
}

.three-pillars-row:last-child {
  margin-bottom: 0;
}

.about-desc {
  margin: 16px 0;
}


/* About Us - Partnership 
---------------------- */
.partnership {
  background: #FFF;
  padding: 40px 0 4px 0;
  position: relative;
}

.partnership-inner-heading {
  margin-bottom: 32px;
}

.sponsors-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-end;
}

.kr-sponsors {
  margin-bottom: 48px;
  margin-top: 24px;
}

.kr-sponsors .sponsors-row {
  margin-right: -33px;
  margin-left: -32px;
}

.kr-sponsors .sponsors-img {
  padding-right: 32px;
  padding-left: 32px;
  width: 225px;
}

.kr-sponsors h3 {
  margin-bottom: 24px;
}

.sponsors-img {
  position: relative;
  width: 100%;
  /* max-width: 160px; */
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.sponsors-img:last-child {
  margin-right: 0;
}

.ne-sponsors,
.kr-sponsors {
  overflow: hidden;
}

.ne-sponsors-title {
  margin-bottom: 40px;
}

.ne-sponsors .sponsors-row {
  margin-right: -36px;
  margin-left: -36px;
}

.ne-sponsors .sponsors-img {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 36px;
  padding-left: 36px;
  margin-bottom: 36px;
  text-align: center;
}

.ne-sponsors .sponsors-img img {
  max-height: 64px;

}


/* About Us - Aptra Team
---------------------- */

.aptrateam-sec {
  position: relative;
  background: #f4f4f6;
}

.aptrateam-sec::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 1150px;
  background: #FFF;
}

.aptrateam-cont-wrap {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.aptra-tram {
  padding-top: 39px;
}

.aptrateam-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.aptra-tram-cols-4,
.aptra-tram-cols-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.aptra-tram-cols-4 {
  margin-bottom: 32px;
}

.aptrateam-title h2,
.aptrateam-title h3 {
  margin-bottom: 16px;
}

.team-section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.team-section .team-img .team-img-cont {
  overflow: hidden;
  position: relative;
}

.team-section .team-img img {
  /*width:100%;*/
  height: 288px;
}

.team-section .team-text .title {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #353535;
  margin: 8px 0;
}

.team-section .team-text p {
  margin-bottom: 8px;
}

.team-section .team-text p:last-child {
  margin-bottom: 0;
}

.team-section .team-text .email {
  font-weight: normal;
  color: #c4151b;
}

.tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabs-nav li:first-child a {
  border-right: 0;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
}

.tabs-nav .tab-active a {
  background: hsl(0, 100%, 100%);
  border-bottom-color: hsla(0, 0%, 0%, 0);
  color: hsl(85, 54%, 51%);
  cursor: default;
}

.tabs-nav a {
  background: hsl(120, 11%, 96%);
  border: 1px solid hsl(210, 6%, 79%);
  color: hsl(215, 6%, 57%);
  display: block;
  font-size: 11px;
  font-weight: bold;
  height: 40px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  width: 140px;
}

.tabs-nav li {
  float: left;
}

.tabs-stage {
  border: 1px solid hsl(210, 6%, 79%);
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  border-top: 0;
  clear: both;
  margin-bottom: 20px;
  position: relative;
  top: -1px;
  width: 281px;
}

.tabs-stage p {
  margin: 0;
  padding: 20px;
  color: hsl(0, 0%, 33%);
}

/* News Page
------------------------ */

.new-event-page {
  position: relative;
}

.new-event-tab {
  background: #f4f4f6;
}

/* .about-body-nav ul li a{
  border-top-color: #f4f4f6;
} */
.news-sec {
  padding-bottom: 24px;
  margin-top: 40px;
  position: relative;
  max-width: 100%;

  z-index: 2;
}

.news-list {
  margin-top: 18px;
}

.news-item {
  margin-bottom: 16px;
}

.news-item .news-thumb {
  float: left;
  width: 200px;
  overflow: hidden;
}

.news-item .news-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-item:hover .news-thumb img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.news-info {
  padding: 0;
  margin-left: 216px;
  border: none;
  background: #FFF;
  padding: 20px 25px;
  min-height: 152px;
}

.news-info .sec-title {
  margin-bottom: 8px;
}

.news-desc {
  margin: 8px 0;
  color: #353535;
}

.news-desc p {
  margin: 0;
}

.news-sec .news-item.news-item-latest .news-thumb {
  width: 416px;
}

.news-sec .news-item.news-item-latest .news-info {
  margin-left: 432px;
}

.news-item.news-item-latest .sec-title {
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.5px;
  color: #4e4e56;
  position: relative;
}

.news-item .sec-title span {
  /* display: inline-block; */
  background-image: url(../images/lock.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px 16px;
  padding-right: 12px;
  width: 12px;
  height: 16px;
  margin-left: 8px;
}

.news-item-latest .readmore-text {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.88px;
}

.news-item-latest .news-desc {
  margin: 16px 0;
}

.news-item-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.news-item-col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
}




/* Single News Page And Pay Wall Page
------------------------ */

.news-single-container,
.paywall-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 40px;
  min-height: 400px;
}

.news-single-hero {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 496px;
  z-index: 1;
}

.news-single-wrap {
  background: #fff;
  padding: 53px 108px;
  margin-top: -248px;
  position: relative;
  max-width: 100%;
  z-index: 2;
}

.exclusive-content {
  margin-top: 16px !important;
  padding-top: 38px;
  padding-bottom: 38px;
}

.exclusive-content .post_title {
  margin-bottom: 16px
}

.exclusive-content-text {
  margin-top: 0;
}

.news-single-contct .post_title {
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  ;
}

.news-details-content {
  margin-top: 32px;
  position: relative;
}

.news-header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.news-header ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.44px;
}

.date {
  display: inline-block;
}

.news-header ul li:after {
  content: '';
  height: 4px;
  width: 4px;
  background: #c4151b;
  display: inline-block;
  margin: 0 8px 3px;
}

.news-header ul li:last-child:after {
  display: none;
}

.news-details-content blockquote {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 32px 54px;
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: normal;
  letter-spacing: 0.59px;
}

.news-details-content blockquote p {
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: normal;
  letter-spacing: 0.59px;
  margin: 0;
}

.paywall-container {
  margin: 16px 0 0;
}

.not-member {
  height: 115px;
  overflow: hidden;
}

.not-member::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 17%, #fff);
  z-index: 100;
}

.becoming-member-text {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.becoming-member-text a {
  color: #c4151b;
}

.lm-paywall {
  max-width: 225px;
}

/* Events Page
------------------------ */
.events-sec {
  padding: 0px 108px 40px 108px;
  margin-top: 40px;
  position: relative;
  max-width: 100%;
  z-index: 2;
}

.events-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.events-box {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom: 16px;
}

.events-imagebox {
  background-color: #fff;
  padding: 0;
  min-height: 100%;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.events-thumbnail {
  position: relative;
  overflow: hidden;
}

.events-thumbnail img {
  display: inline-block;
  width: 100%;

  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.events-imagebox:hover .events-thumbnail img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}


.events-content {
  padding: 23px 16px;
  position: relative;
}

.events-date {
  background-color: rgba(196, 21, 27, 0.95);
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #FFF;
  padding: 3px 15px;
  top: -15px;
  left: 0;
  position: absolute;
  ;
}

.events-title h3 {
  margin: 0;
  line-height: 1.33;
  letter-spacing: 0.33px;
}

.events-desc {
  padding-top: 7px;
}


/* Events Details Page
------------------------ */
.events-details-bottom {
  margin-top: 24px;
}

.events-details-button {
  max-width: 157px;
}

.new-event-page .paging-wrap {
  padding-bottom: 40px;
}

.aptra-company-logos {
  padding: 60px 40px 0px 40px;
}



/* Contact Us Page
------------------------ */

.common-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 40px;
}

.contact-form {
  margin-bottom: 0 !important;
}

.contactus-sec {
  background: #fff;
  padding: 40px 16px;
  margin-top: -248px;
  position: relative;
  max-width: 100%;
  z-index: 2;
}

.contactus-sec .sec-title {
  margin-bottom: 40px;
}

.sub-title {
  margin-bottom: 16px;
}

.contactus-contant-wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.contactus-contant-wrap h2 {
  margin-bottom: 25px;
}

.contactus-contant-wrap h3 {
  margin: 0;
}

.form_group {
  margin-bottom: 1rem;
}

.form_control {
  color: #353535;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 2px;
  border: 1px solid #808080;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.5px;
  height: 40px;
}

textarea.form_control {
  height: 120px;
}

.contact-btn {
  max-width: 179px;
}

.contact-details {
  margin-top: 32px;
}

.contact-details h3 {
  margin-bottom: 4px;
}

.contact-box-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-details-box {
  display: inline-block;
  padding-top: 16px;
  margin-right: 24px;
}

.contact-box-row:first-of-type .contact-details-box {
  padding-top: 0;
}

/* .contact-form .form-group{
  padding: 0 !important;
} */
#wpforms-434 .form-group {
  padding: 26px 0 0 !important;
  margin-bottom: 0 !important;
  /* margin-top:8px; */
}

.wpforms-container .wpforms-recaptcha-container {
  padding: 26px 0 10px 0 !important;
  margin-top: 0 !important;
}

.wpforms-container input[type=date],
.wpforms-container input[type=datetime],
.wpforms-container input[type=datetime-local],
.wpforms-container input[type=email],
.wpforms-container input[type=month],
.wpforms-container input[type=number],
.wpforms-container input[type=password],
.wpforms-container input[type=range],
.wpforms-container input[type=search],
.wpforms-container input[type=tel],
.wpforms-container input[type=text],
.wpforms-container input[type=time],
.wpforms-container input[type=url],
.wpforms-container input[type=week],
.wpforms-container textarea {
  display: block;
  width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cdcdcd;
  padding: 8px 16px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.5px;
  color: #353535;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.wpforms-container .wpforms-field input.wpforms-error,
.wpforms-container .wpforms-field textarea.wpforms-error,
.wpforms-container .wpforms-field select.wpforms-error {
  border: 1px solid #c4151b !important;
}

label.wpforms-error {
  font-weight: normal !important;
  color: #c4151b !important;
  font-size: 11px !important;
  margin-bottom: 0;
}

.custom-select {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  padding: 0 0 0 10px;
  z-index: 10;
  background: #fff;
  padding: 0 !important;
}

.wpforms-confirmation-scroll {
  color: #155724;
  background-color: #d4edda;
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid #c3e6cb;
  border-radius: .25rem;
}

.wpforms-confirmation-scroll p {
  margin: 0;
}

.wpforms-container .wpforms-error-container {
  color: #721c24;
  background-color: #f8d7da;
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid #f5c6cb;
  border-radius: .25rem;
}

#wpforms-form-1120 .wpforms-pagebreak-left {
  display: flex;
  flex-direction: column;
}

.prev-btn-wrap {
  order: 2;
  margin-top: 16px;
}

.prev-btn-wrap .wpforms-page-button {
  text-transform: lowercase;
}

.prev-btn-wrap .wpforms-page-button:first-letter {
  text-transform: uppercase;
}

.wpforms-field-limit-text {
  display: none;
}

.wpforms-container.contact-form .wpforms-field-label {
  font-weight: normal;
}

.form-group {
  position: relative;
}

.wpforms-field.form-group {
  margin-bottom: 26px;
}

#lostpasswordform .form-group label,
#resetpasswordform .form-group label,
#manage-users-form .form-group label.label-reset-pass,
.wpforms-container .form-group .wpforms-field-label {
  position: absolute;
  color: #808080;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.5px;
  pointer-events: none;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: translateY(14px);
  transform: translateY(14px);
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  left: 16px;
}

#lostpasswordform .form-group label.animate-label,
#resetpasswordform .form-group label.animate-label,
#manage-users-form .form-group label.animate-label,
.wpforms-container .form-group label.animate-label {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  font-size: 11px;
  font-weight: bold !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #353535;
  left: 0;
}

.wpforms-container input:focus,
.wpforms-container textarea:focus,
#resetpasswordform input:focus,
#manage-users-form input:focus,
#lostpasswordform .form-control:focus {
  box-shadow: 0 0 4px 0 #808080;
}

.contact-form .wpforms-recaptcha-container {
  margin-top: 24px;
}

.wpforms-field-file-upload label.wpforms-field-label {
  position: unset !important;
  color: #808080 !important;
  font-size: 11px !important;
  font-weight: bold !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #353535 !important;
  pointer-events: none;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: unset !important;
  transform: unset !important;
  left: 0;
}

.wpforms-field-select label.wpforms-field-label {
  font-size: 11px !important;
  color: #353535 !important;
  font-weight: bold !important;
  transform: translateY(-15px) !important;
  left: 0 !important;
}

.wpforms-field-radio label.wpforms-field-label,
.wpforms-field-checkbox label.wpforms-field-label {
  position: unset !important;
  color: #808080 !important;
  font-size: 16px !important;
  font-weight: bold !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: inherit !important;
  color: #353535 !important;
  pointer-events: none;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: unset !important;
  transform: unset !important;
  left: 0;
}

.wpforms-field-radio ul li:last-child label,
.wpforms-field-checkbox ul li:last-child label.wpforms-field-label-inline {
  margin-bottom: 0px;
}

.wpforms-field.which-countries-does {
  margin-bottom: 11px;
}

.wpforms-container .wpforms-field {
  padding: 0 !important;
}

#wpforms-form-1120 .wpforms-field {
  padding-top: 26px;
}

/* SEARCH Landing Page 
---------------------- */
.search-landing-bg {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 780px;
  z-index: 1;
}

.search-landing-wrap {
  position: absolute;
  width: 100%;
  max-width: 936px;
  top: 275px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 16px;
  z-index: 2;
}

.search-form {
  position: relative;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-form .input-form {
  width: 100%;
  height: 40px;
  border-radius: 2px;
  padding: 8px 16px;
  border: solid 1px #cdcdcd;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.5px;
}

.search-btn-icon {
  margin-left: 16px;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #c4151b;
  cursor: pointer;
}

.search-btn-icon:hover {
  color: #fff;
  background-color: #353535;
  text-decoration: none;
}

/* SEARCH Result Page  
---------------------- */

.search-result-hero {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 630px;
  z-index: 1;
}

.search-result-body {
  background: #fff;
  min-height: 280px;
}

.search-result-wrap {
  background: #f4f4f6;
  padding: 65px 108px 32px 108px;
  margin-top: -204px;
  position: relative;
  max-width: 100%;
  min-height: 236px;
  z-index: 2;
}

.search-result-title {
  margin-bottom: 24px;
}

.report-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 16px;
  background: #fff;
  padding: 14px;
}

.report-img {
  width: 48px;
  flex: none;
  margin-right: 16px;
}

.report-img img {
  max-width: 100%;
}

.report-item .sec-title {
  margin-bottom: 0;
}

.report-item .sec-title a {
  padding-right: 14px;
}

.lock-icon {
  display: inline-block;
  background-image: url(../images/lock.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px 16px;
  padding-right: 8px;
  width: 12px;
  height: 16px;
  margin-left: 8px;
}

.report-content {
  position: relative;
}

/* .search-result-body .view-link{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
} */
.meta-header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.meta-header ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.44px;
}

.date {
  display: inline-block;
}

.meta-header ul li:after {
  content: '';
  height: 8px;
  width: 8px;
  background: #c4151b;
  display: inline-block;
  margin: 0 8px 1px;
}

.meta-header ul li:last-child:after {
  display: none;
}

.report-description {
  margin: 3px 0 0 0;
}

.report-description p {
  margin: 0;
}

.report-report-item {
  /*text-align: right;*/
  margin-bottom: 16px;
}

.search-news-items {
  position: relative;
}

.search-events-items .events-desc {
  margin-top: 8px;
  padding: 0;
}

/* Membership Page
---------------------- */
.membership-page {
  position: relative;
  background: #fff;
}

.core-membership-section {
  padding: 0;
  position: relative;
  width: 100%;
}

.membership-content {
  padding-bottom: 40px;
}

.membership-page .about-body-nav {
  padding-bottom: 60px;
}

.core-membership {
  position: relative;
  width: 100%;
  max-width: 1209px;
  margin: 0 auto;
  padding: 0;
  z-index: 2;
}

.core-membership:after {
  content: "";
  background: #f4f4f4;
  position: absolute;
  width: 100%;
  max-width: 1094px;
  height: 100%;
  /* max-height: 462px; */
  top: 0;
  right: 0;
  z-index: -1;
}

.core-membership-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.core-membership-col-4,
.core-membership-col-6,
.core-membership-col-8 {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 100%;
  min-height: 1px;
}

.core-membership-wrap {
  padding: 40px 0 72px 0;
}

.associate-membership-wrap {
  padding: 0px 0 72px 0;
}

.core-membership-content-area {
  padding: 58px 0 40px;
}

.core-membership-content-area p {
  margin-bottom: 24px;
}

.core-membership-image-box {
  position: relative;
  z-index: 1;
  padding-top: 110px;
}

.core-membership-img {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 322px;
  margin: 0;
}

.core-membership-img img {
  display: inline-block;
  max-width: 100%;
}

.core-membership-img figure {
  margin: 0;
}

.apply-btn {
  max-width: 237px;
}

.associate-membership {
  width: 100%;
  max-width: 954px;
  margin: 0 auto;
  padding: 40px 0;
}

.membership-pricing-wrap {
  width: 100%;
  padding: 40px 0 208px;
  background: #353535;
}

.membership-pricing-sec {
  width: 100%;
  margin: 0 auto;
  max-width: 954px;
  color: #fff;
}

.membership-pricing-sec .sec-title {
  color: #fff;
}

.membership-pricing-sec .sec-title p {
  color: #fff;
}

.associate-membership p {
  margin-bottom: 24px;
}

.enquire-btn {
  max-width: 190px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1px;
  text-align: center;
  display: block;
  border-radius: 2px;
  color: #fff;
  background-color: #c4151b;
  min-height: 40px;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
}

.enquire-btn:hover {
  color: #fff;
  background-color: #353535;
  text-decoration: none;
}

.apply-btn-dark {
  max-width: 237px;
}

.apply-btn-dark:hover {
  background-color: rgb(196, 21, 27, 0.8);
}

.members-logo-sec {
  width: 100%;
  margin: 0 auto 0 auto;
  background: #f4f4f4;
  padding: 43px 34px;
  position: relative;
  z-index: 2;
}

.member-logos {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding: 0;
}

.member-logos .sec-title {
  margin: 0;
}

.member-logos ul {
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -49px;
  margin-left: -49px;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.member-logos li {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 20px 49px;
}

.members-logo-carousel .member-logos li img {
  max-width: 108px;
  display: inline-block;
}

.members-logo-carousel.owl-theme button {
  width: 24px;
  height: 24px;
  background-size: 13px 24px !important;
  top: 50%;
  transform: translateY(-50%);
}

.owl-theme .owl-nav {
  margin-top: 0 !important;
}

.members-logo-carousel .owl-next {
  background: url(../images/red-right-arrow.png) no-repeat center center !important;
}

.members-logo-carousel .owl-prev {
  background: url(../images/red-left-arrow.png) no-repeat center center !important;
}

.owl-carousel .owl-item {
  overflow: hidden;
}

/* -----
Member Application */

.member-application {
  padding-top: 0;
}

.member-application .sec-title {
  margin-bottom: 16px;
}

.member-application-form-sec {
  padding: 0;
  position: relative;
  z-index: 1;
}

.member-application-form-sec .sec-title {
  margin-bottom: 22px;
}

.member-application-form-sec h3 {
  margin-bottom: 20px;
}

.member-application-form {
  background: #f4f4f4;
  padding: 40px 0;
  position: relative;
}

.which-countries-does {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #353535;
}

.application-form {
  width: 100%;
  max-width: 954px;
  margin: 0 auto;
  /* padding: 40px 0; */
}

.form-container {
  width: 100%;
}

.inside-form-title {
  font-weight: bold;
  color: #353535;
}

/* .wpforms-page-prev{} */

.wpforms-page-next {
  width: 100%;
  max-width: 159px;
  height: 40px;
  border-radius: 2px;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 39px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #C4151B;
  display: block;
  padding: 0;
  cursor: pointer !important;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.wpforms-has-error .custom-select {
  border: 0;
  margin-bottom: 34px;
}

.wpforms-container ul,
.wpforms-container ul li {
  padding: 0;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #353535;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #cdcdcd;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  background: #c4151b url(../images/tick-icon.svg) no-repeat center center;
  background-size: 14px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.wpforms-selected [type="radio"]:checked+label:before,
.wpforms-selected [type="radio"]:not(:checked)+label:before {
  border: 0;
}

.wpforms-field-checkbox ul li input[type=checkbox] {
  display: none;
}

.wpforms-field-checkbox ul li {
  position: relative;
  width: calc(100% - 40px);
  margin: 20px;
  display: inline-block;
}

.wpforms-field-checkbox ul li label.wpforms-field-label-inline {
  float: left;
  line-height: 1.2;
  margin-bottom: 8px;
}

.wpforms-field-checkbox ul li label::before {
  width: 20px;
  height: 20px;
  border: 1px solid #cdcdcd;
  background-color: #fff;
  border-radius: 2px;
  content: '';
  float: left;
  margin: 0 10px 0 0;
  cursor: pointer;
}

input[type=checkbox]:checked+label::after {
  display: block;
}

.wpforms-field-checkbox ul li label::after {
  display: none;
  top: 0;
  left: 0;
  content: '';
  background: #c4151b url(../images/tick-icon.svg) no-repeat center center;
  background-size: 14px;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  cursor: pointer;
}

.wpforms-container .wpforms-field-label-inline {
  margin-bottom: 12px;
}

.prev-btn-wrap button {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 0.5px;
  color: #353535;
  position: relative;
  border: 0;
  background-color: transparent;
  padding: 0 0 0 15px;
  cursor: pointer;
}

.prev-btn-wrap button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: url(../images/red-left-arrow.png) no-repeat left center;
  background-size: 6px;
  height: 14px;
  width: 7px;
}

.inside-form-heading {
  margin-bottom: 16px;
}

.register-submit-btn {
  max-width: 179px;
}

#wpforms-form-1120 .member-application-title {
  margin: 0 0 24px 0 !important;
  padding: 0 !important;
}

.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page-number {
  height: 4px !important;
  background-color: #cdcdcd;
  margin: 0 0 8px 0 !important;
}

.wpforms-container .wpforms-page-indicator {
  margin-right: -8px !important;
  margin-left: -8px !important;
  margin-bottom: 40px !important;
}

.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page {
  padding-left: 8px;
  padding-right: 8px;
  text-align: left !important;
}

.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page.active .wpforms-page-indicator-page-title {
  color: #353535;
  font-weight: bold;
}

.wpforms-page-indicator-page-triangle {
  display: none;
}

.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page-title {
  font-size: 14px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.5px;
  color: #808080;
  padding: 0 !important;
  text-align: left;
}

.application-form .wpforms-confirmation-scroll {
  color: unset;
  background-color: transparent;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}

.thankyou-message-content {
  padding: 16px 0;
}

.wpforms-container input[type="date"],
.wpforms-container input[type="datetime"],
.wpforms-container input[type="datetime-local"],
.wpforms-container input[type="email"],
.wpforms-container input[type="month"],
.wpforms-container input[type="number"],
.wpforms-container input[type="password"],
.wpforms-container input[type="range"],
.wpforms-container input[type="search"],
.wpforms-container input[type="tel"],
.wpforms-container input[type="text"],
.wpforms-container input[type="time"],
.wpforms-container input[type="url"],
.wpforms-container input[type="week"],
.wpforms-container select,
.wpforms-container textarea {
  font-family: "Raleway Webfont";
  font-variant-numeric: lining-nums;
}

#wpforms-1120-field_10-container label.wpforms-field-label {
  position: relative;
  left: 0;
  top: -10px;
  font-size: 11px;
  font-weight: bold !important;
  color: #353535;
}

.application-form .wpforms-container .tag-editor {
  list-style-type: none;
  font: normal 14px "Raleway Webfont";
  overflow: hidden;
  border: 1px solid #cdcdcd;
  padding: 5px 8px;
  border-radius: 2px;
  cursor: text;
  color: #555;
  background: #fff;
  line-height: 20px;
  min-height: 40px;
}

.tag-editor li {
  margin: 2px 0 !important;
}

.tag-editor .tag-editor-tag {
  background: #f4f4f4;
  color: #353535;
}

.tag-editor .tag-editor-delete {
  background: #f4f4f4;
}

.tag-editor .tag-editor-delete i:before {
  color: #C7C7C7;
}

.application-form .wpforms-container .tag-editor input {
  box-shadow: none;
  height: auto;
  padding: 0;
  margin: 0;
  border: 0;
}

.ui-widget.ui-widget-content {
  border-radius: 2px;
  border: solid 1px #cdcdcd;
  background: #fff;
  max-height: 400px;
  overflow: auto;
}

.ui-autocomplete .ui-state-active {
  background: #f4f4f4;
  border-color: #f4f4f4;
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 12px 24px 12px 24px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 0.5px;
  color: #353535;
}

.ui-autocomplete>li>div {
  display: block;
  word-wrap: break-word;
  white-space: normal;
}

/* Member Thank Yoiu Page
---------------------- */

.thankyou-section {
  background: #f4f4f4;
  padding: 40px 0;
  position: relative;
}

.thankyou-wrap {
  width: 100%;
  max-width: 954px;
  margin: 0 auto;
}

.thankyou-container {
  width: 100%;
}

.back-to-home .red-btn {
  max-width: 209px;
}

/* Member Page
---------------------- */

.members-hero {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 496px;
  z-index: 1;
}

.members-wrap {
  background: #ffffff;
}

.members-content-wrap {
  position: relative;
  margin-top: -321px;
  z-index: 2;
}

.members-content {
  position: relative;
  max-width: 100%;
  background: #f4f4f4;
  padding: 60px 52px;
  margin-top: 42px;
}

.members-title h2 {
  margin-bottom: 16px;
  text-transform: uppercase;
}

.members-search-btn {
  width: 182px;
  margin-left: 16px;
}

.members-clear-btn {
  width: 120px;
  margin-left: 16px;
}

.custom-select {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  padding: 0 0 0 10px;
  z-index: 10;
}

.custom-select select {
  border: none;
  outline: none;
  background: transparent;
  margin: 0;
  display: block;
  width: 100%;
  padding: 8px 40px 8px 16px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.5px;
  color: #353535;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  content: "";
  text-align: center;
  color: #808080;
  background-color: #fff;
  background-image: url(../images/down-arrow.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  z-index: -1;
}

.members-box-container {
  width: 100%;
  padding: 32px 0;
}

.members-box-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.members-box-col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  margin-top: 16px;
}

.member-box-col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  display: flex;
}

/*Profile card*/

.member-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  margin-bottom: 24px;
  width: 100%;
}

.member-card-body {
  /* -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; */
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 0 8px 10px;
  position: relative;
  padding-top: 64px;
}

.member-card .card-header-block {
  float: left;
  width: 100%;
  height: 65px;
  position: relative;
  overflow: hidden;
  background-color: #e4e4e4;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
}

.card-header-brand {
  position: absolute;
  width: 52px;
  max-height: 37px;
  top: 50%;
  left: 10px;
  transform: translate(0%, -50%);
  overflow: hidden;
}

.card-header-brand img {
  max-width: 52px;
  width: 100%;
}

.member-card .profile {
  border-radius: 50%;
  position: absolute;
  top: -32px;
  left: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.member-card .member-card-title {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  color: #353535;
  margin: 0 0 4px 0;
}

.member-card-role-cn {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  /* line-height: 1.14; */
  letter-spacing: 0.5px;
  text-align: center;
  color: #353535;
}

.member-address,
.member-contacts {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  /* line-height: 1.14; */
  letter-spacing: normal;
  text-align: center;
  color: #808080;
}

.member-card-email {
  margin-top: 5px;
}

.member-card-email a {
  color: #c4151b;
  word-wrap: break-word;
}

.member-address {
  margin-top: 16px;
}

.member-contacts {
  /* margin-top: 36px; */
  margin-top: auto;
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: block;
  width: 100%;
  padding-top: 16px;
}

.member-card .social-block {
  text-align: center;
  margin: 6px 0 0 0;
  padding: 0;
  list-style-type: none;
}

.member-card .social-block li {
  display: inline-block;
  padding: 0;
}

.member-card .social-block a {
  text-decoration: none;
  display: block;
  color: #c4151b;
  padding: 3px;
  text-decoration: none;
}

.member-card .social-block a i {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;

}

.member-card .social-block a:hover {
  color: #000;
}

/* Non-Member Page
---------------------- */

.members-join {
  background: #ffffff;
  padding: 38px 52px;
  /* margin-bottom:42px; */
  max-width: 733px;
  position: relative;
}

.members-join .members-title {
  margin-bottom: 16px;
}

.members-join-btn {
  max-width: 225px;
  margin-top: 16px;
}

.members-content .aptra-member {
  margin-top: 8px;
  margin-bottom: 50px;
}

.members-search-btn i {
  display: none;
}

.members-clear-btn i {
  display: none;
}

/* Login and Forgot password Page
---------------------- */

.login-forgotpass-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  margin-bottom: 120px;
}

.login-forgotpass-hero {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 496px;
  z-index: 1;
}

.login-forgotpass-wrap {
  background: #fff;
  padding: 82px 0;
  margin-top: -248px;
  position: relative;
  max-width: 100%;
  z-index: 2;
}

.resetpass-btn {
  width: 160px;
}

.som-password-sent-message,
.som-password-error-message {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.som-password-sent-message {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.som-password-error-message {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.lostpassword-submit {
  margin-bottom: 0;
  padding-top: 8px;
}

.login-forgotpass .sec-title {
  margin-bottom: 16px;
}

.login-forgotpass-wrap .form-group {
  margin-bottom: 20px;
}

.login-forgotpass-wrap .form-group:last-child {
  margin-bottom: 0;
}

.login-btn {
  max-width: 171px;
}

.forgotpass-text {
  text-align: right;
  padding-top: 3px;
}

.forgotpass-text .txt-link {
  font-size: 14px;
}

.not-member-area {
  margin-top: 6px;
}

.login-forgotpass .form-group label {
  font-size: 11px;
  font-weight: bold;
}

.somfrp-lost-pass-form-text {
  margin-bottom: 34px;
}

.back-to-login-link {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-decoration: none;
  color: #c4151b;
}

.back-to-login-link:hover {
  color: #353535;
}

/* Member Portal Page 
---------------------- */

.member-portal-page {
  padding-top: 88px;
}

.inside-body-nav {
  position: absolute;
  top: 88px;
  width: 100%;
  z-index: 3;
}

.member-portal-nav {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), inset 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  background-color: rgba(255, 255, 255, 0.98);
  margin: 0 0 33px 0;
  text-align: center;

}

.member-portal-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}

.member-portal-nav ul li {
  width: 260px;
  position: relative;
  bottom: -2px;
}

.member-portal-nav ul li a {
  color: #353535;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 16px 0;
  display: block;
  border-bottom: 4px solid transparent;
}

.member-portal-nav ul li:hover a {
  border-bottom: 4px solid #C4151B;
}

.member-portal-nav ul li.active a {
  font-weight: bold;
  border-bottom: 4px solid #C4151B;
}

.member-portal-wrap {
  background: #f4f4f6;
  padding: 0 0 32px 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 100%;
  z-index: 2;
}

.member-porta-title {
  margin-bottom: 24px;
  text-transform: uppercase;
}

.subtitle-box {
  margin-bottom: 16px;
}

.member-porta-subtitle {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.33px;
  margin-bottom: 16px;
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 0;
}

.see-all-link {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.88px;
  color: #c4151b;
  display: inline-block;
  margin-right: 16px;
}


#sec-nav-toggle {
  position: relative;
  height: 56px;
  width: 56px;
  padding: 15px 12px;
  border: 0px solid #cdcdcd;
  border-radius: 2px;
}

#sec-nav-toggle span {
  position: absolute;
  margin-top: 10px;
}

#sec-nav-toggle span,
#sec-nav-toggle span:before,
#sec-nav-toggle span:after {
  cursor: pointer;
  border-radius: 4px;
  height: 3px;
  width: 30px;
  background: #C4151B;
  position: absolute;
  display: block;
  content: '';
}

#sec-nav-toggle span:before {
  top: -8px;
}

#sec-nav-toggle span:after {
  bottom: -8px;
}

#sec-nav-toggle span,
#sec-nav-toggle span:before,
#sec-nav-toggle span:after {
  transition: all 500ms ease-in-out;
}

#sec-nav-toggle.active span {
  background-color: transparent;
}

#sec-nav-toggle.active span:before,
#sec-nav-toggle.active span:after {
  top: 0;
}

#sec-nav-toggle.active span:before {
  transform: rotate(45deg);
  background: #C4151B;
}

#sec-nav-toggle.active span:after {
  transform: rotate(-45deg);
  background: #C4151B;
}

.recent-reports-section {
  margin-top: 32px;
}

.upcoming-events-section {
  margin-top: 32px;
}

.upcoming-events-title {
  margin-bottom: 24px;
}

.view-link {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.88px;
  color: #c4151b;
  margin-left: 8px;
}

.member-portal-nav-wrap {
  width: 100%;
  margin: 0 auto;
}

/* Knowledge Bank Page 
---------------------- */
.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mb-24 {
  margin-bottom: 16px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.knowledgebank-cont-wrap {
  position: relative;
  margin-top: -71px;
  z-index: 2;
}

.knowledgebank-desc {
  background-color: #fff;
}

.knowledge-bank-top {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 100%;
  padding: 40px 16px;
  z-index: 2;
}

.form-inline-wrap {
  display: block;
  width: 100%;
  margin-left: -5px;
  margin-right: -5px;

}

.form-inline-wrap .form-field {
  display: block;
  padding: 0 5px;
}


.knowledgebank {
  padding: 48px 0 0;
}

.table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}

.form-row {
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-cols {
  margin-right: 0;
  display: block;
}

.form-cols:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.field-lg,
.field-md,
.field-xs,
.field-full {
  width: 100%;
  margin-bottom: 10px;
  margin-right: 0px;
}

/* Knowledge Page 
---------------------- */
.white-sec {
  background: #fff;
}

.knowledge-inner-page {
  padding-bottom: 56px;
}

.knopwledge-inner-top {
  width: 100%;
  position: relative;
  margin: -189px auto 0 auto;
  z-index: 2;
}

.knopwledge-inner-container {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.knopwledge-inner-top-box,
.knopwledge-inner-bdy {
  background-color: #f4f4f4;
  padding: 40px 24px;
}

.knopwledge-inner-bdy {
  background: #fff;
}

.knopwledge-inner-bdy .img-block {
  text-align: center;
}

/* .knopwledge-inner-bdy .img-block img{
  width: 100%;
  max-width: 427px;
} */
.advocacyBdyWrap {
  background: #fff;
  padding: 40px 0 40px 108px;
}

.wrapCols {
  display: flex;
  justify-content: space-between;
}

.colL {
  width: 100%;
  max-width: 524px;
  padding-right: 40px;
}

.colR {
  width: 100%;
  max-width: 529px;
}

.colR-s {
  width: 100%;
  max-width: 427px;
}

.img-block img {
  max-width: 100%;
  display: block;
}

.img-copyright {
  margin-top: 5px;
  font-size: 12px;
  color: #808080;
  display: block;
  text-align: left;
  pointer-events: none;
}

.knopwledge-inner-top-content,
.knopwledge-inner-bdy-content {
  margin-top: 16px;
}

.extra-link-wrap {
  margin-top: 16px;
}

.extra-link {
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: #C4151B;
}

.extra-link:hover {
  color: #353535;
}

.knopwledge-inner-bdy.knowlwdge-partnership {
  padding-top: 0;
}

.knowlwdge-partnership .kr-sponsors {
  margin-bottom: 0;
  margin-top: 20px;
}

.knopwledge-inner-container .aptra-member {
  /* padding-bottom:18px; */
  margin-top: 16px;
  margin-bottom: 43px;
}

.knopwledge-inner-container .aptra-member:after {
  background-color: #f4f4f4;
}


/* Advocacy Page 
---------------------- */
/* .advocacyimg-block img{
  max-width: 529px !important;
} */
/* .aptraRole{
  margin-top: 48px;
} */

.advocacyimg-block {
  order: 1;
}

.aptraRole ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.aptraRole ul li {
  position: relative;
  padding-left: 20px;
}

.aptraRole ul li::before {
  content: "-";
  position: absolute;
  top: 0px;
  left: 0;
}

/* Networking Page 
---------------------- */
.networking-heading h2 {
  display: inline-block;
  margin-right: 16px;
}

.horizental-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 35px;
}

.horizental-card-img {
  width: 128px;
  overflow: hidden;
  margin-right: 16px;
  position: relative;
}

.new-event-page .horizental-card-img {
  width: 144px;
}

.horizental-card-img img {
  max-width: 100%;
}

.horizental-card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ne-sponsors-wrap h2 {
  margin-bottom: 35px;
}


/* Privacy Policy and 
Terms And Conditions 
---------------------- */
.tc-pp-sec-page {
  padding-bottom: 56px;
}

.tc-pp-sec {
  background: #fff;
  padding: 48px 24px;
  margin-top: -248px;
  position: relative;
  max-width: 100%;
  z-index: 2;
}

.tc-pp-contant-wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.tc-pp-bdcontent {
  margin-top: 24px;
}


/* Onboarding Admin Page
---------------------- */
.onboarding-admin-page {
  min-height: 1000px;
}

.onboarding-admin-bg {
  min-height: 100%;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  object-fit: contain;
  overflow-y: scroll;
}

.onboarding-container {
  width: 100%;
  /* max-width: 1058px; */
  margin: 82px auto 32px auto;
  padding: 44px 0;
  background-color: #f4f4f4;
}

.onboarding-content-area {
  width: 556px;
  margin: 0 auto;
}

.onboarding-user-content-area {
  width: 100%;
  max-width: 812px;
  margin: 0 auto;
}

/* .onboarding-user-row{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
} */

.onboarding-user-form-area {
  width: 100%;
  max-width: 556px;
  margin-left: auto;
  margin-right: auto;
}

.onboarding-user-form-area .title-area {
  margin-bottom: 16px;
}

.member-card-preview {
  width: 100%;
  max-width: 216px;
  margin-left: auto;
  margin-right: auto;
}

.member-card-preview-title {
  font-size: 18px;
  font-weight: bold;
}

.member-card-preview-box {
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin-top: 0px;
}

.member-card-preview-box .member-card-text,
.member-card-preview-box .member-address,
.member-card-preview-box .member-contacts {
  font-size: 14px;
  text-align: center;
}


.linkedin-block {
  margin-bottom: 32px;
}

.linkedin-button {
  border-radius: 2px;
  background-color: #0077b5;
  color: #fff;
  height: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 44px;
  text-align: center;
  letter-spacing: 1px;
}

.linkedin-button img {
  margin-right: 8px;
}

.linkedin-button:hover {
  color: #fff;
}

.onboarding-btn {
  max-width: 193px;
}

.onboarding-container .form-group label {
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: 0.5px;
  color: #353535;
}

.onboarding-container .custom-row {
  margin-right: -8px !important;
  margin-left: -8px !important;
}

.onboarding-container .custom-row>[class*="cols-"] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.onboarding-container h2,
.onboarding-container h3 {
  margin-bottom: 16px;
}

#password-field {
  padding-right: 40px;
}

.render-label input {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  color: #353535 !important;
}

.field-icon {
  float: right;
  margin-left: 0;
  top: 0px;
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  right: 1px;
  font-size: 22px;
  line-height: 38px;
}

.drag-drop-box {
  border-radius: 2px;
  border: dashed 2px #cdcdcd;
  background-color: #fff;
  padding: 12px;
  height: 104px;
  text-align: center;
}

.uploading-icon {
  width: 34px;
  height: 24px;
  display: inline-block;
}

.uploading-icon img {
  width: 34px;
  height: 24px;
}

.drag-drop-text {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #808080;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.5px;
}

.drag-drop-browse {
  color: #c4151b;

}

.uploading-box {
  height: 104px;
  border-radius: 2px;
  border: solid 1px #cdcdcd;
  background-color: #fff;
  padding: 12px;
  text-emphasis: none;
}

.uploading-picture {
  width: 80px;
  height: 80px;
  background-color: #d8d8d8;
}

.uploading-picture-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  align-items: center;
}

.profile-pic {
  width: 80px;
  height: 80px;
  background-color: #d8d8d8;
  overflow: hidden;
  margin-right: 16px;
  position: relative;
}

.profile-pic img {
  width: 80px;
  height: 80px;
  border-radius: 100px;
}

.uploading-progress-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.uploading-progress-text {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 0.5px;
}

.bar-container {
  height: 3px;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  margin: 5px 0px;
  overflow: hidden;
}

.bar {
  background: #C4151B;
  height: 100%;
  display: block;
}

.save-photo {
  height: 16px;
  font-size: 14px;
  font-weight: bold;
  color: #c4151b;
  display: inline-block;
  margin-right: 8px;
  line-height: 1;
}

.delete-photo {
  height: 16px;
  font-size: 14px;
  font-weight: normal;
  color: #c4151b;
  display: inline-block;
  line-height: 1;
}

.uploading-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.uploading-img-name {
  font-size: 11px;
  font-weight: normal;
  color: #ababab;
}

.cancel-uploading {
  font-size: 11px;
  font-weight: normal;
  color: #C4151B;
  margin-left: auto;
  flex-flow: row;
}

.uploading-actions {
  margin-top: 2px;
}

.uploaded-photo-edit a {
  font-size: 14px;
  font-weight: bold;
  color: #C4151B;
}

.facebook-input input,
.linkedin-input input,
.twitter-input input {
  padding-left: 35px !important;
  background-repeat: no-repeat;
  background-position: 10px center;
}

.facebook-input input {
  background-image: url(../images/facebook.png);
}

.linkedin-input input {
  background-image: url(../images/linkedin.png);
}

.twitter-input input {
  background-image: url(../images/twitter.png);
}

/* Settings User 
---------------------- */
.settings-page {
  padding-top: 88px;
}

.settingsuser-wrap {
  width: 100%;
  max-width: 972px;
  margin: 0 auto;
  margin-top: 56px;
  margin-bottom: 88px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.myaccount-left {
  width: 100%;
  margin-bottom: 24px;
}

.myaccount-nav {
  width: 100%;
  background-color: #fff;
  padding: 32px 0;
}

.myaccount-nav-title {
  font-size: 24px;
  font-weight: 500;
  color: #C4151B;
  margin-left: 30px;
  text-transform: uppercase;
}

.myaccount-nav ul {
  margin: 0;
  padding: 32px 0 0;
  list-style-type: none;
  background-color: #fff;
}

.myaccount-nav ul li {
  display: block;
}

.myaccount-nav ul li a {
  color: #353535;
  display: block;
  padding: 12px;
  padding: 8px 16px 8px 30px;
  text-decoration: none;
  border-left: 2px solid transparent;
}

.myaccount-nav ul li a:hover {
  border-color: #c4151b;
}

.myaccount-nav ul li a.active {
  font-weight: bold;
  border-color: #c4151b;
}

.myaccount-infoarea {
  width: 100%;
  margin-left: 0;

}

.basic-information,
.contact-information,
.social-media-information {
  position: relative;
  background: #fff;
}

.myaccount-info-container {
  width: 100%;
  max-width: 530px;
  padding: 32px;
}

.manage-users-container {
  width: 100%;
  max-width: 620px;
  padding: 0 32px;
}

.user-card-wrapper {
  padding: 0 32px;
}

.information-section {
  margin-bottom: 40px;
}

.information-section:last-child {
  margin-bottom: 0px;
}

.myaccount-info-title {
  margin-bottom: 24px;
}

.user-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  align-items: center;
  margin-bottom: 24px;
  position: relative;
}

.user-profile-img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin-right: 16px;
  position: relative;
}

.user-card img {
  width: 80px;
  height: 80px;
  border-radius: 100px;
}

.user-card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.user-card-name {
  font-size: 16px;
  font-weight: bold;
}

.user-designation {
  font-size: 16px;
  font-weight: normal;
}

.invitation-pending {
  font-size: 14px;
  font-weight: normal;
  padding-left: 8px;
}

.Change-profile-pic-link a {
  font-size: 14px;
  font-weight: bold;
  color: #c4151b;
}

.myaccount-infoarea .linkedin-block {
  margin-bottom: 24px;
}

.save-myaccount {
  max-width: 156px;
}

.label-common {
  position: absolute;
  left: 0;
  top: -15px;
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: 0.5px;
  color: #353535;
}

/* .myaccount-infoarea .form-group label {
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: 0.5px;
  color: #353535;
} */
.myaccount-infoarea .form-group {
  margin-bottom: 26px;
}

.user-profile-pic {
  margin-right: 16px;
}

.settings-admin-profile .user-profile-pic {
  width: 172px;
  height: auto;
  border: 1px solid #cdcdcd;
  padding: 7px 13px;
  overflow: hidden;
}

.settings-admin-profile .user-card img {
  width: 100%;
  height: 73px;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
  object-fit: contain;
}

.settings-container .wpforms-container {
  margin-bottom: 0 !important;
}

.manage-users {
  background: #fff;
  padding: 32px 0;
}

.manage-users .myaccount-info-title {
  margin-bottom: 16px;
}

.manage-users .user-card {
  padding: 12px 0;
  margin-bottom: 0px;
  border-bottom: 1px solid #bbc1c9;
}

.user-card-wrapper.active .user-card {
  border-color: transparent;
}

.action-toggler .edit,
.action-toggler .send {
  display: none;
}

.user-card:hover .action-toggler .edit,
.user-card:hover .action-toggler .send {
  display: inline-block;
}

.accordion-toggler.collapsed .edit {
  display: inline-block;
}

.user-card:hover .action-toggler.collapsed .edit,
.user-card:hover .action-toggler.collapsed .send {
  display: block;
}

.accordion-toggler {
  display: inline-block;
}

.accordion-toggler .send {
  margin-right: 8px;
}

.accordion-toggler,
.action-toggler .edit,
.action-toggler .send {
  width: 17px;
}

.action-toggler .edit img,
.action-toggler .send img {
  width: 17px;
  height: 16px;
  object-fit: contain;
  border-radius: 0;
}

.collapsed .edit img {
  display: none;
}

.collapsed .edit {
  background-image: url(../images/arrow-up.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px 16px;
  position: relative;
  width: 16px;
  height: 16px;
  top: 2px;
}

.user-card-wrapper {
  position: relative;
}

.user-card-wrapper:hover:before,
.user-card-wrapper.active:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  left: 0;
  top: 0;
  background: #c4151b;
}

.accordion-content {
  display: none;
}

.settings-footer {
  display: block;
}

.btn-save {
  max-width: 156px;
  display: inline-block;
}

.cancel-link {
  font-size: 14px;
  font-weight: bold;
  margin-left: 16px;
  background: transparent;
  border: 0;
  display: inline-block;
  cursor: pointer;
}

.delete-user {
  margin-top: 16px;
}

.delete-user a {
  font-size: 14px;
  font-weight: bold;
  color: #c4151b;
}

.delete-user a img {
  margin-right: 8px;
}

.accordion-contenter .user-info-form {
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid #bbc1c9;
  border-bottom: 1px solid #bbc1c9;
}


/* On Boarding  popover Steps Tour 
---------------------- */

.popover {
  max-width: 360px !important;
  border-radius: 0 !important;
  border: 0 !important;
  padding: 16px !important;
  font-family: "Raleway Webfont" !important;
}

.popover-title {
  font-size: 16px !important;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #353535;
  background-color: transparent !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  padding: 0 0 12px 0 !important;
  font-family: "Raleway Webfont" !important;
}

.popover-content {
  font-family: "Raleway Webfont" !important;
  padding: 0 !important;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.popover.bottom>.arrow {
  border-bottom-color: rgba(0, 0, 0, 0) !important;
}

/* .popover.bottom>.arrow{
    left: 15% !important;
  } */
.popover-navigation {
  padding: 0 !important;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #353535;
  margin-top: 27px;
}

.next-btn {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.88px;
  color: #c4151b;
  transition: color .15s ease-in-out;
  display: inline-block;
  background: transparent;
}

.prev-btn {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.5px;
  color: #808080;
  border: 0;
  transition: color .15s ease-in-out;
  display: inline-block;
  background: transparent;
}

.next-btn:focus,
.prev-btn:focus {
  border: 0;
  outline: 0 !important;
}

.skip-tour {
  float: none !important;
}

.steps-progress {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.5px;
  color: #808080;
}



.protip-skin-default--scheme-grey.protip-container {
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.17);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
}

.protip-skin-default--scheme-red.protip-container {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
  font-size: 11px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: 0.5px;
  padding: 8px;
  border-radius: 2px;
}

/* Footer 
---------------------- */
footer {
  background: #fff;
  padding: 28px 0;
}

/* .footer-content-row{
  display: flex;
  align-items: flex-end;
}
.footer-left-col{
  margin-right: auto;
}
.footer-right-col{
  margin-left: auto;
} */


.footer-col-6,
.footer-col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}


footer .site-logo {
  padding: 0;
}

footer .custom-logo-link img {
  max-width: 185px;
  height: auto;
}

.footer-subscribe-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.footer-subscribe {
  /* float: right; */
  width: 100%;
  max-width: 485px;
  margin-top: 67px;
}

.subs-heading {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 1.13px;
  color: #353535;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.subs-heading-subline {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #353535;
  margin-bottom: 8px;
}

.subscribe-form {
  position: relative;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.subscribe-form .input-form {
  max-width: 265px;
  height: 40px;

}

.subscribe-form .subscrib-btn {
  margin-left: 10px;
  width: 100%;
  max-width: 210px;
  height: 40px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #c4151b;
  padding: 0;
}

.subscribe-form .subscrib-btn:hover {
  color: #fff !important;
  background-color: #353535;
  text-decoration: none;
}

.footer-menu-wrap {
  display: flex;
  vertical-align: middle;
  margin-top: 17px;
}

.footer-menu {
  display: inline-block;
}

.footer-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
}

.footer-menu ul li {
  display: inline-block;
}

.footer-menu ul li a {
  text-transform: uppercase;
  padding-right: 14px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #353535;
}

.footer-menu ul li a:hover {
  color: #C4151B;
  text-decoration: none;
}

.footer-menu-wrap .language {
  display: inline-block;
  padding-left: 0;
  /* max-width: 120px; */
}

.footer-menu-btm {
  display: inline-block;
  margin-top: 13px;
}

.footer-menu-btm ul {
  margin: 0;
  padding: 0;
  display: flex;
}

.footer-menu-btm ul li {
  display: inline-block;
}

.footer-menu-btm ul li a {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #353535;
  margin-right: 24px;
}

.footer-menu-btm ul li a:hover {
  color: #C4151B;
  text-decoration: none;
}

.footer-menu-btm ul li:last-child a {
  margin-right: 0;
}

.copyright {
  display: block;
  text-align: left;
  margin-top: 13px;

  font-size: 12px;
  margin-bottom: 0;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #353535;
}

#scroll {
  position: fixed;
  cursor: pointer;
  bottom: 15px;
  right: 15px;
  color: #ffffff;
  background: #C4151B url(../images/top-arrow.svg) no-repeat center center;
  background-size: 16px;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  -webkit-transition: .9s;
  transition: .9s;
  -webkit-transform: rotateZ(180deg);
  /* Safari prior 9.0 */
  transform: rotateZ(180deg);
  /* Standard syntax */
  border-radius: 50px;
  z-index: 4;
}

.form-disable-div:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 26px;
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.07);
}

.wpforms-stripe .wpforms-field {
  margin-bottom: 24px;
}

.wpforms-stripe .wpforms-field-label {
  font-size: 12px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-stripe-credit-card-cardnumber,
div.wpforms-container-full .wpforms-fcorm input.wpforms-stripe-credit-card-hidden-input {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 2px;
  color: #808080;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: none;
  font-size: 14px;
  border: 1px solid #cdcdcd;
  padding: 10px 16px;
  height: 40px;
  width: 100%;
  line-height: 1.3;
}

.custom-uploader svg {
  opacity: 1 !important;
}

div.wpforms-container div.wpforms-uploader {
  background: #fff !important;
  border: 2px dashed #cdcdcd !important;
}

div.wpforms-container div.wpforms-uploader .dz-preview {
  align-items: center;
}

.mt-22 {
  margin-top: 22px !important;
}

div.wpforms-container div.wpforms-uploader .dz-preview {
  align-items: center;
}

#country-listbox {
  z-index: 10;
}

div.wpforms-container div.wpforms-uploader .dz-preview .dz-remove:after,
div.wpforms-container div.wpforms-uploader .dz-preview .dz-remove:before {
  height: 16px !important;
  width: 3px !important;
}

div.wpforms-container .dz-preview.dz-processing .dz-progress {
  -webkit-transition: all 0.9s linear;
  -moz-transition: all 0.9s linear;
  -ms-transition: all 0.9s linear;
  -o-transition: all 0.9s linear;
  transition: all 0.9s linear;
}

div.wpforms-container .dz-preview .dz-progress .dz-upload,
div.wpforms-container .dropzone-previews .dz-preview .dz-progress .dz-upload {
  -webkit-animation: loading 0.9s linear infinite;
  -moz-animation: loading 0.9s linear infinite;
  -o-animation: loading 0.9s linear infinite;
  -ms-animation: loading 0.9s linear infinite;
  animation: loading 0.9s linear infinite;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  -ms-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
}

div.wpforms-container div.wpforms-uploader .dz-preview .dz-progress .dz-upload {
  background: #c4151b !important;
}

.required-label {
  color: #ff0000;
  font-weight: normal;
}

.error-label {
  font-weight: normal !important;
  color: #c4151b !important;
  font-size: 11px !important;
}

.error-input {
  border: 1px solid #c4151b !important;
}

.success-label-large {
  margin-top: 16px;
  display: none;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
  background-color: #92db92;
  line-height: 30px;
}

.pageloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.28);
  z-index: 10000;
  text-align: center;
}

.spinner {
  opacity: 1;
  width: 60px;
  height: 60px;
  border: 4px solid #fff;
  border-top: 4px solid #C4151B;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;

  animation: spin 1s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.wpforms-field-hp {
  display: none !important;
}

#settings-profile-container .wpforms-submit-container {
  padding-top: 0;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

.no-results-found {
  text-align: center;
  font-size: 18px;
  color: #C4151B;
}

.no-result-found {
  padding: 0 !important;
  color: #C4151B;
}

.single-event-image {
  padding: 40px 0 8px 0;
}

.single-event-image img {
  max-width: 664px;
  width: 100%;
}

.wrap-404 {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 229px);
  padding-top: 88px;
}

.container-404 {
  background: #fff;
  padding: 68px 50px;
  margin-top: 0;
  position: relative;
  max-width: 100%;
  z-index: 2;
  width: 1064px;
  margin: 0 auto;
}

.back-to-home-title {
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1.5px;
  color: #353535;
  text-transform: uppercase;
}

.content-404 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #353535;
  margin: 24px 0;
}

.btn-404 {
  max-width: 288px;
  font-size: 16px;
  font-weight: 500;
}

.usesCookies {
  width: 100%;
  max-width: 400px;
  border-radius: 2px;
  box-shadow: 1px 2px 4px 0 rgba(53, 53, 53, 0.95);
  background-color: rgba(53, 53, 53, 0.95);
  padding: 24px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
  color: #fff;
  transition: all .5s ease-in-out;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

.usesCookies.show {
  bottom: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.usesCookies h2 {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin-bottom: 16px;
}

.usesCookies p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.usesCookies p a {
  color: #fff;
}

.usesCookies p a:hover {
  color: #C4151B;
}

.cookiesBtn {
  margin-top: 24px;
}

.wpforms-field-html {
  margin-bottom: 26px;
}

.application-form .wpforms-container .wpforms-recaptcha-container {
  padding: 0px 0 16px 0 !important;
}

#wpforms-form-2849 .wpforms-submit-container {
  padding-top: 0;
}

#wpforms-form-2865 .wpforms-submit-container {
  padding-top: 26px;
}

table.post-footer-address tr td {
  vertical-align: top;
}

.font-gray {
  color: #808080;
}

.missionBlock {
  margin: 16px 0 40px;
}

.missionBlock h3 {
  font-weight: 500;
  line-height: 2;
}

.assoc-logo {
  text-align: right;
}

.discount-block {
  position: absolute;
  width: 100%;
  top: 87px;
  padding: 12px 12px;
  z-index: 5;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  background: #C4151B;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.5px;
}

.discount-block a {
  display: block;
  color: #ffffff;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}


/*#region Board Election Page*/
.boardElectionPageWrap {
  padding-top: 88px;
}

.boardElectionEmailer {
  background: #fff;
  padding-top: 32px;
  padding: 32px 0 48px 0;
}

.boardElectionEmailer table td {
  padding: 0;
}

.boardElectionContentWrap {
  max-width: 970px;
  margin: 0 auto;
  position: relative;
}

.boardElectionEmailTemp {
  width: 100%;
  max-width: 630px;
  margin: 0 0 0 220px;
  background: #fff;
}

.boardElectionEmailTemp .emailHeader {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #c7c7c7;
  color: #fff;
  text-align: center;
  padding: 0 16px;
}

.emailHeaderInner,
.emailBodyInner {
  background: #000;
  width: 100%;
  max-width: 503px;
  padding: 24px;
  margin: auto;
}

.emailHeader .headingTxt {
  /* font-family: "Lemon/Milk"; */
  font-family: "Raleway Webfont";
  font-size: 28px;
  letter-spacing: 1.75px;
  line-height: 40px;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-weight: 700;
}

.emailHeader ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.emailHeader ul li {
  border-right: 1px solid #fff;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
}

.emailHeader ul li:last-child {
  border-right: 0;
}

.emailBody {
  background-color: #C9161C;
  padding: 0 16px 32px 16px;
}

.emailBodyInner,
.emailBodyTop {
  background: #fff;
  text-align: center;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.46px;
  line-height: 16px;
}

.agendaBlk {
  margin-top: 24px;
  padding: 34px 24px;
}

.emailHeadlidStyle2 {
  color: #C9161C;
  /* font-family: "Lemon/Milk"; */
  font-family: "Raleway Webfont";
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 9px;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
}

.agendaBlk ul {
  display: flex;
  margin: 24px 0 0;
  padding: 0;
  list-style-type: none;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 16px;
}

.agendaBlk ul li.leftCol {
  padding-right: 12px;
  font-weight: bold;
}

.agendaBlk ul li.rightCol {
  flex: 1;
  text-align: left;
}

.emailTempRegNow,
.emailTempFoot {
  width: 100%;
  max-width: 503px;
  margin: 24px auto 0 auto;
}

.emailTempRegNow a {
  display: block;
  color: #C9161C;
  /* font-family: "Lemon/Milk"; */
  font-family: "Raleway Webfont";
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2.5px;
  text-align: center;
  border-radius: 60px;
  background-color: #FFFFFF;
  padding: 14px 16px;
}

.emailTempFoot {
  background-color: #FFFFFF;
  text-align: center;
  padding: 24px;
  font-size: 14px;
}

.emailTempFoot a {
  color: #C9161C;
}

.agmBoardElectionsDesc {
  padding-top: 48px;
  margin-left: 220px;
}

.sectionHeading {
  color: #C4151B;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 36px;
  max-width: 386px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.boardElectionsTeamSection {
  position: relative;
}

.boardElectionsTeamSection::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 150px;
  background: #FFF;
}

.boardMembersRow {
  display: flex;
  flex-wrap: wrap;
}

.boardMemberLeftBlk {
  flex: 0 0 220px;
  max-width: 220px;
  padding-right: 36px;
}

.boardMemberRightBlk {
  flex: 1;
}

.boardElectionsTeam {
  position: relative;
}

.boardMemberRightBlk .colRow {
  display: flex;
  flex-wrap: wrap;
  margin-right: -36px;
  margin-left: -36px;
  list-style-type: none;
}

.boardMemberRightBlk .itemCol {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 36px;
  padding-left: 36px;
  flex: 0 0 256px;
  max-width: 256px;
}

.memberBox {
  height: 100%;
  padding-bottom: 32px;
}

.boardMemberRightBlk .imgBlk img {
  display: block;
}

.memberDetails {
  font-size: 14px;
  color: #353535;
  margin-top: 8px;
}

.memberDetails .name,
.memberDetails .title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
  margin-bottom: 5px;
  display: block;
}

.memberDetails .jobTitle {
  margin-bottom: 5px;
  display: block;
}

.memberDetails .company {
  color: #C4151B;
  display: block;
}

.leftHeading {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.leftSubHeading {
  color: #C4151B;
  font-size: 18px;
  font-weight: bold;
}

.votingProcessSection {
  background: #fff;
  padding: 40px 0;
}

.votingProcessWrap {
  margin-left: 220px;
}

.votingProcessSection h2 {
  color: #C4151B;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/*#endregion Board Election Page*/

.news-thumb.dateFormat {
  display: flex;
  height: 100%;
  background: #ddd;
  align-items: center;
  justify-content: center;
}

.news-thumb.dateFormat a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 500;
}

.dateTimeInnerWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: normal;
}

.news-thumb.dateFormat a span:nth-child(2) {
  font-size: 3rem;
}

.news-item-latest .news-thumb.dateFormat a {
  font-size: 2.75rem;
}

.news-item-latest .news-thumb.dateFormat a span:nth-child(2) {
  font-size: 6rem;
}

.news-info {
  position: relative;
}

.latestBand {
  position: absolute;
  top: 0;
  right: 0;
  background: #c4151b;
  color: #fff;
  font-size: .75rem;
  font-weight: 500;
  padding: 3px 8px;
  line-height: 1.2;
  border-bottom-left-radius: 4px;
}


/* ========= 
Responsive View ============*/

@media (max-width: 375px) {
  .events-sec {
    padding-left: 0px;
    padding-right: 0px;
  }

  .footer-menu ul,
  .footer-menu ul li {
    display: block;
  }

  .footer-menu-btm,
  .copyright {
    float: left;
    width: 100%;
  }

  .footer-subscribe {
    width: 100%;
  }

  .subscribe-form {
    display: block;
  }

  .subscribe-form .input-form {
    width: 100%;
    max-width: 100%;
  }

  .subscribe-form .subscrib-btn {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}

@media (max-width:414px) {
  .ui-autocomplete {
    max-width: 300px !important;
    left: 0 !important;
  }
}

@media (max-width: 425px) {
  .settings-admin-profile .user-card {
    flex-direction: column;
  }

  .settings-admin-profile .user-card-body {
    text-align: center;
    padding-top: 8px;
  }

  .container-404 {
    padding: 68px 100px;
  }

  .networking-heading h2 {
    display: block;
  }
}

@media (max-width: 767px) {
  .boardMembersRow {
    flex-direction: column;
  }

  .boardMemberLeftBlk {
    flex: auto;
    max-width: 100%;
  }
}

@media (max-width: 1023px) {
  .boardMemberLeftBlk {
    padding-right: 0;
    padding-bottom: 24px;
  }

  .boardElectionEmailTemp,
  .agmBoardElectionsDesc,
  .votingProcessWrap {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 450px) {
  .payment-holder .wpforms-field-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
  }

  .wpforms-field-credit-card-number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .wpforms-field-credit-card-code {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .wpforms-field-credit-card-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .wpforms-field-credit-card-expiration {
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
  }

  .wpforms-field-credit-card-expiration .custom-select {
    width: 45%;
    float: left;
  }

  .wpforms-field-credit-card-expiration span {
    float: left;
    width: 10%;
    display: block;
    text-align: center;
    padding: 10px 0;
  }
}

@media (min-width: 460px) {
  .settings-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .delete-user {
    margin-left: auto;
    flex-flow: row;
    margin-top: 0;
  }
}

@media (max-width: 500px) {
  .member-logos li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .member-logos ul {
    margin: 0 auto;
    padding: 0;
  }

  .members-search-btn {
    width: 50px;
  }

  .members-search-btn span {
    display: none;
  }

  .members-search-btn i {
    display: block;
  }

  .members-clear-btn {
    width: 50px;
  }

  .members-clear-btn span {
    display: none;
  }

  .members-clear-btn i {
    display: block;
  }

}

@media (min-width: 556px) {

  .login-forgotpass {
    max-width: 556px;
    margin: 0 auto;
  }
}

@media (max-width: 560px) {
  .horizental-card {
    display: block;
  }

  .horizental-card-img {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: center;
  }

  .about-body-nav ul li {
    width: 50%;
  }
}

@media (min-width: 576px) {
  .upcoming-events-box {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .events-box {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .members-box-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .member-box-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .form-inline-wrap {
    display: table;
    width: 100%;
    margin-left: -5px;
    margin-right: -5px;
  }

  .form-inline-wrap .form-field {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
  }

  .form-row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .field-lg,
  .field-md,
  .field-xs,
  .field-full {
    margin-bottom: 0px;
  }

  .form-cols {
    display: inline-block;
    margin-right: 16px;
  }

  .field-lg {
    width: 731px;
  }

  .field-md {
    width: 261px;
  }

  .field-xs {
    width: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .wpforms-container .wpforms-field:not(.wpforms-field-phone) {
    overflow-x: unset !important;
  }

  .wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page-number {
    display: block !important;
  }

  #wpforms-form-1120 .wpforms-one-half {
    width: 100%;
    margin-left: 0;
  }

  table.post-footer-address tr td {
    display: block;
  }
}

@media (max-width: 767px) {

  .nav_menu_icon {
    display: block;
  }

  #memeber_menu .language {
    display: block;
    padding: 16px 8px;
  }

  #memeber_menu .language ul {
    display: flex;
  }

  #memeber_menu .language ul li {
    flex: 1;
    text-align: center;
  }

  #memeber_menu .language ul li a {
    display: block;
  }

  .main_header_right {
    display: block;
    padding: 16px;
  }

  .main_header_right ul li {
    flex: 1;
    text-align: center;
  }

  .main_header_right ul li a {
    display: block;
  }

  .main_header_middle {
    background: #eaeaea;
    padding: 16px;
  }

  #memeber_menu {
    background: #f9f9f9;
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    width: 300px;
    max-height: none;
    min-height: 100%;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    z-index: 1000;
    -webkit-transition: -webkit-transform 300ms ease;
    -moz-transition: -moz-transform 300ms ease;
    -o-transition: transform 300ms ease;
    transition: transform 300ms ease;
    z-index: 1000;
  }

  #memeber_menu.active {
    margin: 0;
    overflow-y: auto;
    box-shadow: 0px 8px 14.72px 1.28px rgba(0, 0, 0, 0.29);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .manu-slideing-header {
    display: flex;
  }

  .header-memeber-menu-list {
    display: block;
    padding: 16px;
    float: left;
    width: 100%;
  }

  .header-memeber-menu-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
  }

  .header-memeber-menu-list ul li {
    flex: 1;
    text-align: center;
  }

  .header-memeber-menu-list ul li a {
    display: block;
  }

  .header-memeber-menu .language {
    display: block !important;
    padding: 16px 6px;
  }

  .header-memeber-menu .language ul li {
    width: 50%;
    text-align: center;
  }

  .header-memeber-menu .language a span {
    display: block;
  }

  .home-about-sec {
    padding: 24px;
    margin-bottom: 24px;
  }

  .home-top-cols {
    margin-bottom: 18px;
  }

  .home-top-cols:last-child {
    margin-bottom: 0;
  }

  .feature-news-item .feature-thumb {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }

  .feature-news-info {
    padding: 20px 25px;
    margin-left: 0;
    border: none;
  }

  .feature-news-sec {
    padding: 24px 24px 8px 24px;
    margin: 0;
  }

  .about-top {
    padding-bottom: 0;
  }

  .three-pillars-thumb {
    margin-bottom: 40px;
  }

  .three-pillars-row:nth-child(odd) .three-pillars-cont {
    padding-right: 0;
    padding-left: 0;
  }

  .three-pillars-row:nth-child(even) .three-pillars-cont {
    padding-left: 0;
  }

  .about-imggallery {
    margin: 0px 0px 0 -4px;
  }

  .homepage-content-area .aptra-member {
    margin-bottom: 40px;
  }

  .aptra-tram {
    padding-left: 4px;
    padding-right: 4px;
  }

  .cols-1st {
    margin-bottom: 14px;
  }

  .aptrateam-title {
    text-align: center;
  }

  .news-item .news-thumb {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0px;
  }

  .news-info,
  .news-item-latest {
    /* padding:20px 25px; */
    margin-left: 0;
    border: none;
  }

  .news-sec {
    padding: 42px 0;
    margin: 0;
  }

  .news-sec .news-item.news-item-latest .news-thumb {
    width: 100%;
  }

  .news-sec .news-item.news-item-latest .news-info {
    margin-left: 0;
  }

  .events-sec {
    padding-left: 0px;
    padding-right: 0px;
  }

  .search-landing-bg {
    height: 600px;
  }

  .search-result-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }

  .core-membership-col-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .member-logos li {
    -ms-flex: 0 0 206px;
    flex: 0 0 206px;
    max-width: 206px;
  }

  .owl-theme .owl-nav {
    margin-top: 10px !important;
  }

  .members-logo-carousel.owl-theme button {
    top: 0;
    transform: none;
  }

  .core-membership-content-area {
    padding: 40px 24px;
  }

  .members-content,
  .members-join {
    padding: 60px 30px;
  }

  .members-content-wrap {
    margin-top: -71px;
  }

  .members-join {
    margin-top: -344px;
    margin-bottom: 40px;
  }

  .login-forgotpass-wrap {
    padding: 82px 40px;
  }

  #sec-nav-toggle {
    display: block;
  }

  .menuactive {
    display: block;
  }

  .member-portal-nav ul li {
    width: 100%;
  }

  .member-portal-nav ul li a {
    text-align: left;
  }

  /* .knopwledge-inner-bdy .img-block{
      margin-top: 16px;
  } */
  .onboarding-container {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 95%;
  }

  .onboarding-content-area,
  .onboarding-user-content-area {
    width: 90%;
  }

  .member-card-preview-box {
    margin-top: 0px;
    width: 100%;
  }

  .uploading-box {
    margin-top: 16px;
  }

  .upcoming-events {
    padding: 24px 24px 24px;
    margin-top: 0;
  }

  .upcoming-events-imagebox {
    margin-bottom: 0px;
  }

  .aptra-member {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-subscribe {
    margin-top: 24px;
    width: 100%;
  }

  .ne-sponsors .sponsors-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 36px;
    text-align: center;
  }

  .kr-sponsors .sponsors-img {
    margin-bottom: 15px;
  }

  .footer-subscribe-wrap {
    justify-content: flex-start;
  }

  .member-col-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .news-single-wrap {
    padding: 40px;
  }

  .wrapCols {
    flex-direction: column;
  }

  .advocacyBdyWrap {
    padding: 40px 24px;
  }

  .colL,
  .colR,
  .colR-s {
    padding: 0;
    max-width: 100%;
  }

  .colL {
    order: 2;
    margin-top: 24px;
  }
}

@media (min-width: 768px) {
  .main_header_2.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 999;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .cols-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .cols-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .cols-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .cols-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .feature-news-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .aptra-tram-cols-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 256px;
    flex: 0 0 256px;
    max-width: 256px;
  }

  .aptra-tram-cols-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 768px;
    flex: 0 0 768px;
    max-width: 768px;
  }

  .aptra-tram-cols-4.cols-1st {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 272px;
    flex: 0 0 272px;
    max-width: 272px;
    margin-left: 0;
  }

  .three-pillars-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 264px;
    flex: 0 0 264px;
    max-width: 264px;
  }

  .three-pillars-cont {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 380px;
    flex: 0 0 380px;
    max-width: 380px;
  }

  .upcoming-events-box {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .events-box {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .events-sec {
    padding: 0px 40px 40px 40px;
  }

  .news-item-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .news-item-col.news-item-latest {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .news-sec {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contactus-contant-wrap {
    max-width: 556px;
  }

  .members-logo-carousel .owl-next {
    position: absolute;
    right: 0;
    top: 45%;
  }

  .members-logo-carousel .owl-prev {
    position: absolute;
    left: 0;
    top: 45%;
  }

  .member-portal-wrap {
    max-width: 1064px;
  }

  .member-portal-nav-wrap {
    max-width: 1064px;
  }

  #sec-nav-toggle {
    display: none;
  }

  .member-portal-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1064px;
    margin: 0 auto;
  }

  .knowledge-bank-top {
    max-width: 1096px;
  }

  .knopwledge-inner-top-box,
  .knopwledge-inner-bdy {
    padding: 40px 108px;
  }

  /* .knopwledge-inner-bdy .img-block{
      text-align: right;
  } */
  .onboarding-container {
    max-width: 700px;
  }

  .onboarding-user-container {
    max-width: 90%;
  }

  .footer-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .ne-sponsors .sponsors-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .container-404 {
    padding: 68px 216px;
  }
}

@media (min-width:880px) {

  .three-pillars-cont {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 524px;
    flex: 0 0 524px;
    max-width: 524px;
  }
}

@media (max-width: 991px) {
  .feature-news-info {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .feature-news-info a {
    margin-top: auto;
  }

  .upcoming-events-box {
    margin-bottom: 16px;
  }

  .feature-news-item-wrap {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background: #fff;
  }

  .events-box {
    margin-bottom: 16px;
  }

  .search-landing-wrap {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }

  .core-membership-img {
    margin: 0 auto;
  }

  .core-membership-content-area {
    padding: 40px;
  }

  .member-logos li {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .associate-membership {
    padding: 20px;
  }

  .application-form {
    padding: 0 20px;
  }

  .membership-pricing-wrap {
    padding: 40px 40px 208px 40px;
  }

  .company-logos-wrap .cols-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .member-card-preview {
    max-width: 100%;
    max-width: 556px;
  }

  .home-top-cols {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .home-top-cols {
    margin-bottom: 32px;
  }

  .feature-news-item .feature-thumb {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }

  .aptra-member:after {
    max-height: 100%;
  }

  .member-img {
    top: 0;
    max-width: 100%;
    margin-bottom: 16px;
  }

  .member-img img {
    width: 100%;
  }

  .thumb-mob {
    display: block;
  }

  .thumb-desk {
    display: none;
  }

  .assoc-logo {
    text-align: left;
  }

  .assoc-logo h2 {
    display: none;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .home-top-cols {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .feature-news-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .upcoming-events-box {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .core-membership-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .core-membership-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .core-membership-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .core-membership-section:after {
    content: "";
    background: #f4f4f4;
    position: absolute;
    width: 50%;
    max-width: 1094px;
    height: 100%;
    top: 0;
    right: 0%;
  }

  .member-application-form-sec:before {
    content: "";
    background: #f4f4f4;
    position: absolute;
    width: 50%;
    max-width: 1094px;
    height: 100%;
    top: 0;
    left: 0%;
    z-index: 0;
  }

  .core-membership-img {
    left: 16px;
  }

  .member-logos li {
    display: inline-block;
    -ms-flex: 0 0 206px;
    flex: 0 0 206px;
    max-width: 206px;
    object-fit: contain;
  }

  .form-container {
    max-width: 556px;
  }

  .form-inner-container {
    margin-bottom: 16px;
  }

  .thankyou-container {
    max-width: 556px;
  }

  .members-box-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .member-box-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .members-content .aptra-member {
    padding-left: 0;
  }

  .onboarding-user-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .onboarding-user-form-area {
    -webkit-box-flex: 1;
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
    max-width: 556px;
    margin-right: 40px;
    margin-left: 0;
  }

  .member-card-preview {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .member-card-preview-box-wrap {
    margin-top: 110px;
  }

  .myaccount-left {
    flex: 0 0 262px;
    max-width: 262px;
  }

  .myaccount-infoarea {
    flex: 1;
    min-width: 1px;
    margin-left: 62px;
  }

  .myaccount-left {
    margin-bottom: 0;
  }

  .member-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .member-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .member-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .about-cont-wrap {
    max-width: 1092px;
  }

  .ne-sponsors .sponsors-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .thumb-mob {
    display: none;
  }

  .thumb-desk {
    display: block;
  }

  .aptrateam-cont-wrap {
    max-width: 960px;
  }

}

@media screen and (min-width: 1024px) {
  .member-card .card-header-block {
    background-position: left center;
    background-size: cover;
  }
}

@media screen and (max-width: 1199px) {
  .menuwrap {
    position: relative;
    display: flex;
    align-items: center;
  }

  .toplogo {
    float: left;
  }

  .language,
  .header-login {
    display: none;
  }

  .main_header_2 .language {
    margin-left: 20px;
  }

  .head-cont-mob {
    display: block;
    padding: 15px;
  }

  .head-cont-mob>.language {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 15px 0;
  }

  .head-cont-mob>.language ul li {
    float: left;
    display: block;
    position: relative;
    padding: 0;
    width: 50%;
  }

  .head-cont-mob>.language ul li a {
    display: block;
    text-align: center;
    border: 0;
  }

  .language ul li:first-child:after {

    position: absolute;
    right: -2px;
    top: 0;
  }

  .head-cont-mob>.header-login {
    display: block;
    width: 100%;
    float: left;
  }

  .profileicon a {
    margin-left: 0;
  }

  .head-cont-mob>.header-login .header-login-btn {
    width: 100%;
  }

  .head-cont-mob>.language .btn-lang {
    width: 100%;
    text-align: left;
    min-height: 35px;
  }

  .menu,
  .menu>ul ul {
    margin: 0;
    max-height: 0;
    overflow: hidden;
  }

  .menu li a {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #d8d8d8;
  }

  .menu li li:last-child a {
    border-bottom: 0;
  }

  .menu li:hover {
    background: #EDEDED;
  }

  .menu-toggler.active {
    z-index: 101;
  }

  .header-login-btn>a {
    padding: 0 !important;
    width: 100%;
    margin-top: -1px;
    border-radius: 0px;
    margin-left: 0;
  }

  .menu {
    background: #f9f9f9;
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    width: 300px;

    max-height: none;
    min-height: 100%;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    z-index: 1050;
  }

  .sidebar-animate {
    -webkit-transition: -webkit-transform 300ms ease;
    -moz-transition: -moz-transform 300ms ease;
    -o-transition: transform 300ms ease;
    transition: transform 300ms ease;
  }

  .menu.active {
    margin: 0;
    overflow-y: auto;
    box-shadow: 0px 8px 14.72px 1.28px rgba(0, 0, 0, 0.29);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .bkdrp-active {
    display: block;
    background: rgba(0, 0, 0, .70);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    z-index: 1000;
  }

  .sldmenu-header {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    background: #cdcdcd;
    height: 88px;
    padding: 0 15px;
  }

  .sldmenu-header>.menu-toggler.active {
    top: unset;
    width: 50px;
    right: 0;
    transform: none;
  }

  .ddm {
    margin-top: 50px;
  }

  .news-item .news-thumb,
  .news-sec .news-item.news-item-latest .news-thumb {
    width: 100%;
    float: none;
  }

  .news-info,
  .news-sec .news-item.news-item-latest .news-info {
    margin-left: 0;
  }

  .news-thumb.dateFormat {
    height: auto;
    min-height: 150px;
  }

  .news-item-latest .news-thumb.dateFormat {
    min-height: 300px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1310px;
  }

  .menuwrap {
    display: table;
    width: 100%;
    vertical-align: middle;
  }

  .sldmenu-header {
    display: none;
  }

  .menu .sub-menu.sub-submenu li {
    margin-bottom: 8px;
  }

  .menu .sub-menu.sub-submenu li:last-child {
    margin-bottom: 0;
  }

  .toplogo,
  .language,
  .menu,
  .header-login {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }

  .head-cont-mob {
    display: none;
  }

  .toplogo {
    width: 148px;
  }

  .language {
    padding-left: 20px;
  }

  .header-login {
    width: 171px;
    padding-left: 15px;
  }

  nav .ddm {
    float: right;
  }


  .menu-toggler {
    display: none;
  }

  .menujs .menu,
  .menujs .menu>ul ul {
    max-height: none;
    overflow: visible;
  }

  .menujs .menu>ul li:hover>ul {
    display: flex;
  }

  .menu ul {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin: 0;
    padding: 0;
  }

  nav>ul>li>a {
    padding: 15px;
  }

  .menu ul ul li a,
  .menu ul ul ul li a {
    display: block;
  }

  .menu ul ul li:last-child a,
  .menu ul ul ul li:last-child a {
    padding-bottom: 0px;
  }

  .menu span.has-subnav {
    display: none;
  }

  .menu ul>li:hover>a {
    color: #C4151B;
  }

  .menu ul>li:hover ul li a {
    color: #000;
  }

  .menu ul>li:hover ul li a:hover {
    color: #C4151B;
  }

  .menu li a:hover {
    color: #C4151B
  }

  .menu ul ul {
    display: none;
    width: 226px;
    height: auto;
    overflow: hidden;
    padding: 15px;
    position: absolute;
    text-align: left;
    background: #fff;
    z-index: 999;
  }

  .chrome .menujs .menu>ul ul {
    top: 43px;
  }

  .menu ul ul li {
    display: inline-block;
    position: relative;
  }

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

  .menu>ul ul li {
    margin-bottom: 16px;
  }

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

  .menu .submenu>li>a {
    text-transform: uppercase;
    padding-bottom: 0;
  }

  .menu .sub-menu ul {
    position: relative;
    display: flex;
    width: auto;
    padding: 0;
    margin-left: 8px;
    margin-top: 8px;
  }

  .menu .sub-menu ul li {
    margin-bottom: 0;
  }

  .news-single-container {
    max-width: 1096px;
  }

  .common-container {
    max-width: 1096px;
  }

  .news-item-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .news-sec {
    padding: 0px 108px 24px 108px;
  }

  .news-sec .news-item.news-item-latest .news-info {
    min-height: 315px;
  }

  .aptrateam-cont-wrap {
    max-width: 1040px;
  }

  .events-box {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .login-forgotpass-container {
    max-width: 1096px;
  }

  .tc-pp-contant-wrap {
    max-width: 848px;
  }

  .onboarding-container {
    max-width: 1058px;
  }

  .main-content-area {
    margin: 0 auto;
    max-width: 1310px;
  }

  .upcoming-events-box {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .aptra-member {
    padding-bottom: 26px;
  }
}

@media (min-width: 1300px) {
  .members-box-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .member-box-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .members-content .aptra-member {
    padding-left: 0;
  }
}


.showhidemobile 	{
 display: none;
 padding: 5px;
 padding-top: 20px;
 padding-bottom: 20px;
}		

.showhidemobile em	{
 font-size: 13px;
}	

.showhidedesktop	{
 display: block;
}	
	
@media only screen and (max-width: 480px) {	
	.showhidemobile {
		display: block;
    }		
	
	.showhidedesktop {
		display: none;
    }	
}


@media only screen and (max-width: 480px)
{
.imgind {width: 100% !important; margin-top: 20px !important; margin-bottom: 20px !important; margin-left: 0px !important; margin-right: 0px !important; }

.team-section
{
  text-align: center !important;
}
}


@media only screen and (max-width: 600px)
{
  .member-logos li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	padding: 15px 15px;
  }
}