@import url('../fonts/stylesheet.css');
@import url('./single.css');

/*
 * GLOBAL CSS
 */
 
.mt-2 {
  margin-top: 20px;
}
.mt-3 {
  margin-top: 30px;
}
.categories .categories-grid .iwithtext.mb-0,
.mb-0 {
  margin-bottom: 0 !important;
}
.text-uppercase, .text-uppercase * {
  text-transform: uppercase;
}

input[type="submit"] {
  width: 100%;
  white-space: normal;
  line-height: 1.2rem !important;
}

.material.woocommerce-page[data-form-style=default] input#coupon_code, 
input[type=date], input[type=email], input[type=number], input[type=password], 
input[type=search], input[type=tel], input[type=text], 
input[type=url], select, textarea {
  border-radius: 10px;
  padding: 12px 20px;
  line-height: 1em;
  height: 46px;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: 'League Spartan', sans-serif;
}

blockquote p {
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0.02em;
}

hr {
  margin: 1.25rem 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: rgb(24 70 101);
}

.small-text.wpb_content_element.wpb_text_column p {
  font-size: 14px !important;
}

body a.black {
  color: rgb(0 0 0);
}

body a.black:hover {
  color: #184665;
}

.vc_column-inner .wpb_wrapper p > a, .vc_column-inner .wpb_wrapper strong > a {
  color: #4791BC;
  text-decoration: underline;
}

.vc_column-inner .wpb_wrapper p > a:hover {
  color: #184665;
}

::selection {
  background: #184665;
  color: #fff;
}

.rounded-edges .vc_column-inner {
  border-radius: 60px 0 60px 0;
  overflow: hidden;
}

.bg-logo {
  position: relative;
}

.bg-logo .vc_column-inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: url('../images/logo-transparent.png') no-repeat center center / cover;
  visibility: visible;
  bottom: 0;
  right: 0;
}

.bg-logo .wpb_wrapper {
  position: relative;
  z-index: 10;
}

.bg-circles .img-loaded::before {
  content: "";
  display: block;
  width: 164px;
  height: 151px;
  background: url(../images/bg-alpma.png) no-repeat center center / cover;
  z-index: -1;
  position: absolute;
  top: 0;
  left: -50px;
}

.bg-circles .img-loaded img {
  position: relative;
  /* top: 20px; */
}

body .main-content .row .milestone-row .col img {
  height: 80px;
  max-height: 80px;
  width: 80px;
  max-width: 80px;
  object-position: center;
  object-fit: contain;
  top: 30px;
}

.milestone-row .nectar-milestone .number {
  color: rgb(71 144 187);
  margin-bottom: 16px;
}

body .milestone-row .nectar-milestone .subject {
  font-size: 16px;
  line-height: 25px;
  font-weight: 900;
  text-transform: uppercase;
}

.milestone-row .nectar-milestone .number .symbol-wrap {
  font-size: 30px !important;
  line-height: 30px !important;
}


.primary-cta {
  display: block;
  padding: 10px 30px;
  background: #184665;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'League Spartan', sans-serif;
  margin-bottom: 20px;
}

.primary-cta:hover {
  color: #fff;
  background: #73D1F6;
}

.primary-cta.mw-300 {
  max-width: 300px;
  margin: 0 auto;
}

.primary-cta.bg-white {
  background: #fff !important;
  color: #184665;
}

.primary-cta.bg-white:hover {
  background: #184665 !important;
  color: #fff;
}

.bg-alpma .img-with-aniamtion-wrap .hover-wrap {
  background: url('../images/bg-alpma.png') no-repeat center center / contain;
  padding: 40px 0;
}

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

/* Select2 */
.select2-container .selection .select2-selection.select2-selection--multiple,
.select2-container .selection .select2-selection.select2-selection--single {
  border-radius: 10px;
  padding: 8px 20px;
  line-height: 1em;
  min-height: 46px;
  background-color: #fff;
  color: rgb(0 0 0);
  border-width: 2px !important;
  border-color: transparent !important;
}

.select2-container .selection .select2-selection.select2-selection--multiple[aria-expanded="true"],
.select2-container .selection .select2-selection.select2-selection--single[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container .selection .select2-selection.select2-container--focus {}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  margin-left: 0;
}

.select2-container--default .select2-selection--multiple li.select2-selection__choice {
  margin-bottom: 2px;
  margin-top: 2px;
  padding: 5px;
  padding-left: 14px;
  background-color: rgba(71,145,188,0.5);
  border:0;
}

.select2-container--default .select2-selection--multiple li.select2-selection__choice:first-child {
  margin-left: 0;
}

.select2-container--default .select2-selection--multiple button.select2-selection__choice__remove {
  top: 5px;
  border: 0;
  color: #000;
}

.select2-container--default li.select2-results__option {
  margin-bottom: 0;
}

.select2-container--default .select2-search--inline .select2-search__field {
  line-height: 18px;
  margin-left:0;
}

.select2-container--default .select2-search--inline .select2-search__field::placeholder {
  color: #000 !important;
  opacity: 1 !important;
}

.select2-container .selection .select2-selection.select2-selection--multiple:not(.select2-selection--clearable):after {
    content: '';
    display: block;
}
.select2-container .selection .select2-selection.select2-selection--multiple:after,
.select2-container--default .select2-selection .select2-selection__arrow {
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) rgb(255 255 255) no-repeat 98.5% !important;
  /* background: url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) rgb(255 255 255) no-repeat calc(100% - 20px) !important; */
}

.select2-container--default .select2-selection--single .select2-selection__arrow b { display: none; }
/*
 * HEADER & FOOTER CSS
 */
#slide-out-widget-area a.submit-btn {
    margin-top: 25px !important;
}
@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  #slide-out-widget-area .off-canvas-menu-container.mobile-only:not(.nectar-header-text-content) {
 	display: inline-block !important;
 }
}

#header-outer #header-secondary-outer {
  background-color: #184665;
  padding: 8px 0;
}

#header-outer #header-secondary-outer ul {
  float: left;
}

/* Make main menu item to uppercase */
#header-outer:not([data-format="left-header"]) #top > .container > .row nav > ul > li > a {
  text-transform: uppercase;
}

#header-outer #header-secondary-outer > .container > nav > ul > li > a {
  color: #fff;
  /* text-transform: uppercase; */
  font-size: 12px;
}
#header-outer #header-secondary-outer > .container > nav  ul.sub-menu > li > a {
  color: #000;
  font-size: 12px;
}

.first-section .wpb_wrapper span span {
  /* text-transform: uppercase; */
  font-size: 14px;
}

.megamenu-message .nectar-pseudo-expand:before {
  display: none !important;
}

#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>ul>li.megamenu-message {
  display: flex;
  align-items: flex-end;
  text-align: left;
}

#header-outer nav>ul>.megamenu .megamenu-message .menu-title-text,
#header-outer nav>ul>.megamenu .megamenu-message .nectar-menu-label {
  color: #fff !important;
}

#header-outer nav>ul>.megamenu .megamenu-message .menu-title-text {
  font-size: 20px;
  line-height: 1.5em;
}

#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>ul>li.megamenu-message .nectar-menu-label {
  padding: 0;
  margin-left: 0;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 400;
}

#top nav ul li a {
  color: #000 !important;
}

#top nav > ul > li > a:hover {
  color: rgb(24 70 101) !important;
}

body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul ul .current-menu-item > a {
  color: #fff !important; 
}

#top nav  ul.sub-menu > li > a:hover {
  color: #fff !important;
}

#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul.sub-menu .current-menu-item > a {
  background: rgb(0 0 0 / 0%) !important;
}
#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul.sub-menu .current-menu-item > a:hover {
  background: rgb(24 70 101) !important;
  color: #fff !important;
}
#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul.sub-menu .current-menu-item > a span {
  border-bottom: 2px solid rgb(24 70 101)!important;
}

.global-header-text-row p {
  font-weight: bold;
}
.global-header-text-row {
  padding-top: 15px !important;
}

.before-footer .menu {
  margin: 0;
  padding: 0;
}

.before-footer .menu li {
  list-style: none;
  padding: 0;
  margin: 0 0 8px 0;
}

.footer-link{
  color:#fff;
}

#header-outer #header-secondary-outer > .container > nav > ul > li > a:hover,
.before-footer .menu li a:hover, .footer-link:hover {
  color: #73D1F6 !important;
}

#header-outer #header-secondary-outer > .container > nav  ul.sub-menu > li > a:hover {
  color: #fff !important;
}
.main-footer-row a, .main-footer-row p {
  font-size: 14px !important;
}

.main-footer-row a, .main-footer-row h5 {
  text-transform: uppercase;
}

.copyright-row .menu li {
  display: inline-block;
  margin: 0 20px 0 0;
}

.before-footer .copyright-row .menu li a, .before-footer .copyright-row p {
  font-size: 13px;
}

.icon-block {
  float: right;
}

.icon-block a {
  color: #fff !important;
  display: inline-block;
  margin: 10px 0 0 30px;
}

.submit-btn-top i {
  margin-right: 0.5rem;
}

.alpma-shape {
  border-radius: 50px 0 50px 0;
  overflow: hidden;
}

.alpma-shape.full-width-section .row-bg-wrap, .alpma-shape.vc_column_container > .vc_column-inner {
  border-radius: 50px 0 50px 0;
  overflow: hidden;
}

.bottom-white-strip .vc_column-inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 240px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
} 

#header-outer nav > ul > .megamenu > ul ul li.menu-item.button_solid_color a {
  width: unset;
  padding: 6px 30px !important;
  font-size: 16px;
  border-radius: 10px;
  border: 3px solid rgb(24 70 101) !important;
  margin-top: 0.5rem !important;
  margin-bottom: .5rem;
  background-color: rgb(24 70 101) !important;
  color: rgb(255 255 255) !important;
}
#header-outer nav > ul > .megamenu > ul ul li.menu-item.button_solid_color a:hover {
  background-color: #fff !important;
  color: rgb(24 70 101) !important;
}

#header-outer nav > ul > .megamenu > ul ul li.menu-item.button_solid_color_2 a {
  width: unset;
  padding: 6px 30px !important;
  font-size: 16px;
  border-radius: 10px;
  border: 3px solid rgb(24 70 101) !important;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem;
  background-color: #fff !important;
  color: rgb(24 70 101) !important;
}

#header-outer nav > ul > .megamenu > ul ul li.menu-item.button_solid_color_2 a:hover {
  background-color: rgb(24 70 101) !important;
  color: rgb(255 255 255) !important;
}


#header-outer nav > ul > .megamenu > ul ul li a:focus {
  background-color: rgb(24 70 101) !important;
  color: rgb(255 255 255) !important;
}

/* Custom megamenu overlay class */
.megamenu-overlay:before {
  content: '';
  background-color: rgb(0 0 0);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top:0;
  opacity: 0.3;
}

/*
 * SALIENT ELEMENTS OVERRIDE
 */

#top nav>ul>li {
  text-align: center;
}

body.material .main-content .nectar-button.large {
  padding-top:12px;
  padding-bottom: 12px;
  font-size: 16px;
  border-radius: 15px !important;
}

.main-content .banner-image-column .vc_column-inner {
  padding: 300px 0;
}

.main-content .main-banner-row .banner-content .vc_column-inner {
  padding: 40px;
}

.full-width-content.vc_row-fluid .wpb_column .wpb_row.main-banner-inner-row {
  margin-left: calc(-50vw + var(--scroll-bar-w)/ 2);
}

.main-content .nectar-cta[data-style=arrow-animation] .link_wrap .link_text>.text {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Sanchez', serif;
  letter-spacing: 0;
  line-height: 1.2;
}

.main-content .nectar-cta[data-style=arrow-animation] .link_wrap .link_text {
  padding: 0 45px 0 0;
}

.main-content .nectar-cta[data-style=arrow-animation] svg {
  left: auto;
  right: 2px;
}

.main-content .nectar-cta[data-style=arrow-animation] .link_wrap:hover .link_text svg {
  right: 0px;
}

.main-content .nectar-cta[data-style=arrow-animation] .line {
  right: 7px;
  left: auto;
  background-color: #184665;
}

.main-content .wpcf7-spinner {
  display: block;
  margin: 10px auto 0 auto;
}

.main-content .wpcf7-response-output {
  color: #000;
}

.main-content .wpcf7-form .wpcf7-not-valid-tip {
  color: red;
  background: transparent;
  box-shadow: none;
}

.main-content .wpb_text_column h2, .main-content .wpb_text_column h3, .main-content .wpb_text_column h4, .main-content .wpb_text_column h5, .main-content .wpb_text_column h6 {
  margin-bottom: 20px;
}

.main-content .row .col img.img-with-animation.nectar-lazy:not([srcset]) {
  width: auto;
}

.main-content .custom-alpma-btn {
  border-bottom: 2px solid #4791BC;
}

.main-content .nectar-cta[data-style=arrow-animation].custom-alpma-btn .link_wrap .link_text {
  padding: 0 45px 10px 0;
  width: 100%;
  display: block;
}

.main-content .nectar-cta[data-style=arrow-animation].custom-alpma-btn:hover .link_wrap .link_text {
  color: #000;
}
.bold, strong, b {
  font-weight: 900;
}
.committee_banner::before {
    background: #0006 !important
}

ul li {
    margin-bottom: 15px;
}

body .main-content .row .toggle h3 a, body .main-content .toggle h3 a {
  font-size: 25px;
  line-height: 1.2em;
}

body .main-content .toggle.open h3 a {
  color: #4791BC;
}

body .main-content div[data-style="minimal"] .toggle.open i::before, body .main-content div[data-style="minimal"] .toggle.open i::after {
  background-color: #4791BC;
}

body .main-content div[data-style="minimal"] .toggle.open i {
  border-color: #4791BC;
  color: #4791BC;
}

body .main-content div[data-style=minimal] .toggle.open {
  border-color: #4791BC;
}

body .main-content .nectar-button:hover, body[data-button-style="slightly_rounded_shadow"] .main-content input[type="submit"]:hover {
  box-shadow: none !important;
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1.0;
}

.main-content .nectar-cta[data-style=arrow-animation].custom-alpma-btn .link_wrap .link_text:hover .line,
body .main-content .nectar-button.see-through-2:hover,
body .main-content .nectar-button.accent-color:hover {
  background-color: #4791bc !important;
  border-color: #4791bc !important;
}

.read-link {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000 !important;
  font-family: 'League Spartan', sans-serif;
}

.read-link:hover {
  color: #73D1F6 !important;
}

.error404 #error-404 {
  padding: 80px 0;
}

.error404 form.search-body {
  width: 80%;
  margin: 0 auto 80px auto;
  position: relative;
}

.error404 form.search-body input[type="text"] {
  border: 0;
  border-bottom: 2px solid #000;
  background: transparent;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 15px 50px;
  border-radius: 0;
}

.error404 form.search-body input[type="text"]:focus {
  border: 0;
  border-bottom: 2px solid #000;
  box-shadow: none;
}

.error404 form.search-body .search-icon, .search form.search-form .search-icon {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../images/icon-search.png') no-repeat left center / contain;
}

.search form.search-form .search-icon {
  filter: brightness(0) invert(1);
  width: 20px;
  height: 20px;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}

.error404 form.search-body p {
  font-size: 20px;
  margin: 20px 0 0 0;
  text-align: center;
}

body .main-content .nectar-button.see-through {
  border-color: #fff !important;
  color: #fff !important;
}

body:not(.archive) #page-header-bg h1, #page-header-bg .result-num {
  color: #fff;
  margin-top: 10px;
}

body.search #page-header-bg span a {
  color: #fff;
}

body.search #page-header-bg span a:hover {
  text-decoration: underline;
}

body.search #page-header-bg {
  height: auto;
}

body.search #page-header-bg .inner-wrap {
  padding-top: 50px;
  /* min-height: 400px; */
  position: relative;
}

body.search #page-header-bg h1 {
  font-family: 'League Spartan', sans-serif;
  font-size: 43px;
  line-height: 50px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 50px;
}

body.search #page-header-bg .search-form {
  position: relative;
  width: 100%;
  padding:40px 0;
}
body.search .search-form .search-input {
  position: relative;
}
body.search #page-header-bg .search-form input[type="text"] {
  background: transparent;
  border-bottom: 2px solid #fff;
  color: #fff;
  border-radius: 0;
  padding-left: 30px;
  font-size: 22px;
}

body.search #page-header-bg .search-form span {
  font-size: 13px;
  display: block;
  margin-top: 10px;
}

.first-section i.fa-light.fa-chevron-right {
  opacity: .7;
  font-size: 12px;
  margin: 0 5px;
  margin-top: 3px;
}

.search .page-header-overlay-color {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.4);
  bottom: 0;
  left: 0;
  margin-left: 0;
}

body.search #page-header-bg .search-form:before {
  content: '';
  width: 100vw;
  height: calc(100% + 80px);
  background-color: rgb(0 0 0);
  opacity: 0.6;
  display: block;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

body.search-results #search-results[data-layout*=list] .result .inner-wrap h2 span {
  display: inline-flex;
  position: relative;
  background-color: rgb(231 229 229);
  opacity: 1;
  color: rgb(0 0 0);
  padding: 5px 20px;
  text-transform: uppercase;
  border-radius: 10px;
  margin-bottom: 16px;
  width: fit-content;
}
body.search-results #search-results[data-layout*=list] .result .inner-wrap h2 {
  display: flex;
  flex-direction: column-reverse;
  padding: 0;
  padding-bottom: 16px;
  width: fit-content;
}
body.search-results .search-result-pagination[data-layout*=list] {
  margin-bottom: 120px;
  margin-top: 40px;
}
body.search-results #search-results[data-layout*="list"] article:before {
  display: none;
}

body.search-results #search-results[data-layout*=list] article .inner-wrap>a {
  background: transparent;
  width: 180px;
  height: 100px;
  border-radius: 15px;
}

body.search-results #search-results[data-layout*=list] article .inner-wrap>a img{
  height: 100px;
  opacity: 1;
  width: 100%;
  object-fit: contain;
}

body.search-results #search-results[data-layout*=list] article {
  padding-left: 240px;
}
body.search-results #search-results[data-layout*=list] article:before { 
  display: none; 
}

.placeholder_img{
  background-color: #e7e5e5;
  padding: 22px; 
}

.result img{
  background-color: #e7e5e5;
}
.bg_overlay:before {
  content: '';
  width: 100vw;
  height: calc(100% + 80px);
  background-color: rgb(0 0 0);
  opacity: 0.6;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.course_banner a {
  float: right;
  color: #fff !important;
  border: 3px solid #fff;
  padding: 10px 30px;
  border-radius: 15px;
  opacity: 1 !important;
}
body.search #page-header-bg .search-form input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

body.search #page-header-bg .search-form input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

body.search #page-header-bg .search-form input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

body.search-results[data-ext-responsive=true] #search-results[data-layout*=list] {
  max-width: 100%;
}

/*
 * Home Page Styles
 */

.article-tile-row {
  display: flex;
  padding-top: 6%;
}

.article-tile {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
}

.article-tile a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 80%;
  z-index: 10;
}

.featimg-block,
.row .col img.featimg-block {
  height: 220px !important;
  width: 100% !important;
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-size: 110%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  object-fit: cover;
}

.featimg-block::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #4791BC;
  position: absolute;
  bottom: 0;
}

.feat-img a,
.feat-image a {
  width: 100%;
  height: 100%;
  position: absolute;
}

.article-tile .article-content {
  padding: 24px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.2em;
}

.home .main-tab-row .tabbed>ul li{
  min-width: 200px;
}

.main-tab-row i.fa:before {
  content: '';
  width: 60px;
  height: 60px;
  display: inline-flex;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.main-tab-row i.fa.fa-calendar:before { background-image: url('../images/icon-event.svg'); }
.main-tab-row i.fa.fa-check-square-o:before { background-image: url('../images/icon-ondemand.svg'); }
.main-tab-row i.fa.fa-search:before { background-image: url('../images/icon-search.svg'); }

.main-tab-row .active-tab i.fa.fa-calendar:before { background-image: url('../images/icon-event-active.svg'); }
.main-tab-row .active-tab i.fa.fa-check-square-o:before { background-image: url('../images/icon-ondemand-active.svg'); }
.main-tab-row .active-tab i.fa.fa-search:before { background-image: url('../images/icon-search-active.svg'); }

.main-tab-row .tabbed > ul li a:after {
  background-color: rgb(71 145 188) !important;
}

.category-tag {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  line-height: 1em;
  padding: 6px 15px 5px;
  border-radius: 8px;
  margin-bottom: 10px;
  background: #E7E5E5;
  display: inline-block;
  width: fit-content;
}
.category-tag.empty {
  background-color: transparent;
}
.article-tile .title-block {
  margin-bottom: 20px;
}

.article-tile .title-block h4 {
  font-size: 25px;
  line-height: 1.2em;
}

.readmore-block {
  position: absolute;
  bottom: 20px;
  padding-bottom: 8px;
  width: calc(100% - 60px);
  font-size: 14px;
  font-weight: bold;
  color: #184665;
  text-transform: uppercase;
  z-index: 0;
}

.readmore-block a {
  display: block;
  width: 100%;
  font-family: 'League Spartan', sans-serif;
  font-size: 15px;
}
.card_readmore::after {
  height: 0px !important;
}
.readmore-block.white a {
  color: #fff;
}
.card_readmore span.text {
  margin-top: -12px;
}
.readmore-block::after {
  content: '';
  display: block;
  margin-top: 10px;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, #4791bc 50%, #4791bc 50%) right;
  background-size: 200%;
}

.readmore-block.white::after {
  background: #fff;
}

.readmore-block .next-arrow {
  position: absolute;
  right: 0;
  top: 4px;
  z-index: 0;
}

.readmore-block a:hover {
  padding-left: 10px;
  -webkit-transition: padding-left .3s ease-in;
  transition: padding-left .3s ease-in;
}

.readmore-block.white .next-arrow {
  filter: brightness(0) invert(1);
}

.readmore-block .line {
  width: 25px;
  height: 2px;
  display: block;
  position: absolute;
  right: 7px;
  top: 10px;
}

.readmore-block.white .line {
  background: #fff !important;
}

.partner-list-row .vc_custom_heading::before {
  content: "";
  display: block;
  background: rgb(24 70 101);
  width: 3px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 0;
}
/* .caroufredsel_wrapper .clients img, .partners-list li img{
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.caroufredsel_wrapper .clients img:hover, .partners-list li img:hover{
  filter: none;
  -webkit-filter: grayscale(0);
} */



.partner-list-row .vc_custom_heading {
  position: relative;
  padding-left: 32px;
  margin-top: 0.75em;
}

.article-tile:hover {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.18); 
  box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.18);
}

.article-tile:hover h4, .article-tile:hover .readmore-block {
  color: #4791BC;
}

.article-tile:hover .featimg-block {
  background-size: 130%;
  transition: all 2s ease-in;
}

.gform_wrapper.gravity-theme .form-w-background input[type=color], 
.gform_wrapper.gravity-theme .form-w-background input[type=date], 
.gform_wrapper.gravity-theme .form-w-background input[type=datetime-local], 
.gform_wrapper.gravity-theme .form-w-background input[type=datetime], 
.gform_wrapper.gravity-theme .form-w-background input[type=email], 
.gform_wrapper.gravity-theme .form-w-background input[type=month], 
.gform_wrapper.gravity-theme .form-w-background input[type=number], 
.gform_wrapper.gravity-theme .form-w-background input[type=password], 
.gform_wrapper.gravity-theme .form-w-background input[type=search], 
.gform_wrapper.gravity-theme .form-w-background input[type=tel], 
.gform_wrapper.gravity-theme .form-w-background input[type=text], 
.gform_wrapper.gravity-theme .form-w-background input[type=time], 
.gform_wrapper.gravity-theme .form-w-background input[type=url], 
.gform_wrapper.gravity-theme .form-w-background input[type=week], 
.gform_wrapper.gravity-theme .form-w-background select, 
.gform_wrapper.gravity-theme .form-w-background textarea,
.newsletter-row input[type="text"], 
.newsletter-row input[type="email"] {
  background: #fff;
  color: #000;
  font-family: 'League Spartan', sans-serif;
}

.newsletter-row input[type="submit"] {
  display: block;
  border: 2px solid #fff;
  background-color: transparent !important;
  width: 100%;
}

body[data-button-style="slightly_rounded_shadow"] input.gform_button[type="submit"] {
  width: 100%;
}
body[data-button-style="slightly_rounded_shadow"] input.gform_button[type="submit"]:hover,
.newsletter-row input[type="submit"]:hover {
  background-color: #4791BC !important;
  border-color: #4791BC;
  opacity: 1.0 !important;
}

.main-content .about-us-row .vc_col-sm-4 .column-image-bg {
  transform: scaleX(-1);
}

.top-events-wrapper .feat-image {
  min-height: 400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.top-event-content {
  padding: 40px;
}

.title-area h4 {
  font-size: 25px !important;
  line-height: 1.2em !important;
  margin-bottom: 20px !important;
  font-weight: 800 !important;
}

.top-event-content .readmore-block {
  position: relative;
  bottom: auto;
  width: 100%;
  margin-top: 30px;
}

.top-event-content .readmore-block .line {
  background: linear-gradient(to left, #184665 50%, #4791BC 50%) right;
  background-size: 200%;
  transition: .3s ease-out;
}

.other-events-row {
  width: 75%;
  position: relative;
  float: right;
  top: -100px;
  margin-bottom: -100px;
}

.other-events-row .col {
  margin-right: 0;
}

.tile-block:first-child {
  border: 15px solid #f8f7f7;
  border-right: 0;
}

.nectar-cta[data-style=arrow-animation] .link_wrap polyline {
    animation: ctaArrowStart .45s ease .25s forwards;
    color: #184665;
}

.tile-block .feat-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 200px;
  margin-bottom: 20px;
}

.tile-content h5 {
  font-size: 20px !important;
  line-height: 1.2em !important;
  margin-bottom: 20px !important;
  min-height: 50px;
}
.row .col .tile-content h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2rem;
  font-family: 'League Spartan', sans-serif;
}

.tile-content a {
  /* font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'League Spartan', sans-serif;
  padding-right: 50px;
  display: inline-block;
  position: relative; */
	font-weight: 400;
    display: inline-block;
    position: relative;
}

.tile-content .next-arrow {
  position: absolute;
  right: 0;
  top: 7px;
}

.tile-content .line {
  position: absolute;
  width: 30px;
  height: 2px;
  right: 3px;
  top: 11px;
  background: linear-gradient(to left, #184665 50%, #4791BC 50%) right;
  background-size: 200%;
  transition: .3s ease-out;
}

.tile-content a:hover {
  color: #4791BC;
}

.readmore-block:hover::after,
.top-event-content .readmore-block a:hover .line, .tile-content a:hover .line {
  background-position: left;
}

.top-event-content .readmore-block a:hover polyline, .tile-content a:hover polyline {
  stroke: #4791BC;
}

.partner-banner-block {
  margin-top: 50px;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 50px 0 50px 0;
}

.partner-banner-block:hover {
  -webkit-box-shadow: 5px 5px 31px 5px rgba(0,0,0,0.1); 
  box-shadow: 5px 5px 31px 5px rgba(0,0,0,0.1);
}

.partner-banner-block a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.partner-services .iwithtext.icons {
  border-bottom: 2px solid rgb(71 145 188);
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.partner-services .iwithtext .iwt-icon {
  position: relative;
  padding-right: 16px;
  display:flex;
  align-items: center;
}

.partner-services img {
  margin-bottom: 0 !important;
}
.partner-services .iwt-text {
  padding-left: 0px;
}
.partner-services .iwithtext .iwt-text .services-title{
  margin-bottom: 0 !important;
  color: #000;
}

.partner-services .services {
  padding-bottom: 0.75em;
}

/*
 * Default Page Styles
 */

.horizontal-list-row .nectar-hor-list-item.has-btn .nectar-list-item:first-child {
  font-weight: bold;
  font-family: 'League Spartan', sans-serif;
  padding-right: 40px;
}

.horizontal-list-row .nectar-hor-list-item.has-btn .nectar-list-item .nectar-list-item-btn {
  border: 0;
}

.horizontal-list-row .nectar-hor-list-item.has-btn .nectar-list-item .nectar-list-item-btn::after {
  content: "";
  display: block;
  background: url('../images/icon-next-arrow.svg') no-repeat center center / cover;
  width: 30px;
  height: 9px;
  position: absolute;
  right: 10px;
  top: 39px;
  transition: all .3s;
}

.horizontal-list-row .nectar-hor-list-item.has-btn .nectar-list-item .nectar-list-item-btn:hover::after {
  /* filter: brightness(0) invert(1); */
  right: 0px;
  transition: all .3s;
}

.three-icon-row .img-loaded {
  margin-bottom: 40px;
}

.three-icon-row .img-loaded::before {
  content: "";
  display: block;
  width: 170px;
  height: 155px;
  background: url(../images/bg-alpma.png) no-repeat center center / cover;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
}
/* 
.three-icon-row .img-with-aniamtion-wrap .hover-wrap::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  background: #73D1F6;
  position: absolute;
  top: 15%;
  left: 21%;
  opacity: 0.5;
}

.three-icon-row .img-loaded::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  background: #B4D2E4;
  position: absolute;
  top: -20%;
  right: 25%;
}

.three-icon-row .img-loaded::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  background: #4791BC;
  position: absolute;
  top: 55%;
  right: 23%;
} */

.tabbed[data-style=vertical_modern] .wpb_tabs_nav li a:hover {
  background-color: rgb(71 145 188);
  color: rgb(255 255 255);
}

.pricing-tile {
  border-radius: 20px 0 20px 0;
  -moz-border-radius: 20px 0 20px 0;
  padding: 100px 40px;
  text-align: center;
  border: 3px solid transparent;
  position: relative;
}

.pricing-tile > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ul.other-member-list {
  margin-left: 0;
}

.other-member-list a {
  font-family: 'League Spartan', sans-serif;
  color: rgb(0 0 0);
  line-height: 1.5em;
}

.other-member-list a:hover {
  color: rgb(71 145 188);
}

.pricing-tile.light {
  color: #fff !important;
}

.pricing-tile.dark {
  color: #000 !important;
}

.pricing-tile.featured-tile {
  border: 3px solid #fff;
  box-shadow: 0 0 30px #9ecaed;
}

.pricing-tile:hover {
  border: 3px solid #fff;
  background: #fff;
  color: #000 !important;
}

.pricing-tile.dark.featured-tile {
  border-color: #000;
  box-shadow: 0 0 30px #707070;
}

.pricing-tile h4 span {
  display: block;
  font-size: 20px !important;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2em;
  text-transform: uppercase;
}

.pricing-tile h4 {
  font-size: 40px !important;
  margin-bottom: 40px !important;;
}

.pricing-tile .content-area {
  margin: 60px 0;
}

.pricing-block p {
  font-size: 25px !important;
  font-weight: bold;
  margin-bottom: 20px;
}

.pricing-tile:hover h4, .pricing-tile:hover p {
  color: #000 !important;
}

.pricing-link {
  margin-top: 60px;
}

.pricing-link p {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  position: relative;
  padding-right: 50px;
}

.pricing-tile.dark .pricing-link p {
  color: #000 !important;
}

.pricing-tile .pricing-link p::after {
  content: "";
  display: block;
  background: url(../images/icon-next-arrow.svg) no-repeat center center / cover;
  width: 30px;
  height: 9px;
  position: absolute;
  right: 0;
  top: 6px;
  transition: .3s ease all;
  filter: brightness(0) invert(1);
}

.pricing-tile:hover p::after {
  transform: translateX(10px);
}

.pricing-tile.dark .pricing-link p::after, .pricing-tile:hover .pricing-link p::after {
  filter: brightness(0) invert(0);
}

/* body:not(.woocommerce-cart) .main-content td,
body:not(.woocommerce-cart) .main-content table, body:not(.woocommerce-cart) .main-content th {
  border: 2px solid #4791BC;
} */

.committee-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 300px;
  padding-bottom: 100%;
  margin-bottom: 20px;
}

.committee-image-link {
  width: 100%;
  height: 100%;
  display: block;
}

.committee-row {
  /* margin-bottom: 40px; */
  display: flex;
  flex-wrap: wrap;
}

.committee_banner .content-row {
  margin-bottom: 1.5rem;
}

.committee-tile {
  height: 100%;
  padding-bottom: 22px;
  position: relative;
}

.committee-tile .nectar-cta {
  position: absolute;
  bottom: 0;
}

.committee-info-area h5 a.link_text {
  color: #000;
}

.committee-info-area h5 a.link_text:hover {
  text-decoration: underline;
}

.job-position {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

/* .job-position::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 20px 0 0 0;
  background: #184665;
} */

.committee-socials {
  margin-bottom: 20px;
}

.committee-socials a {
  display: inline-block;
  margin-right: 20px;
}

.committee-socials .alpma-icon {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  min-width: 40px;
}

.alpma-icon.linkedin {
  background-image: url('../images/icons-linkedin.png');
}

.alpma-icon.twitter {
  background-image: url('../images/icon-twitter.png');
}

.alpma-icon.email {
  background-image: url('../images/icon-email.png');
}

.alpma-icon.phone {
  background-image: url('../images/icon-phone.png');
}

.committee-tile a.readmore-btn {
  font-weight: bold;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  display: inline-block;
  padding-right: 40px;
  position: relative;
}

.committee-tile a.readmore-btn::after {
  content: "";
  display: block;
  background: url(../images/icon-next-arrow.svg) no-repeat center center / cover;
  width: 30px;
  height: 9px;
  position: absolute;
  right: 0;
  top: 5px;
}

.committee-tile a.readmore-btn:hover {
  color: #4791BC;
}

.committee-tile a.readmore-btn:hover::after {
  filter: brightness(0) invert(0);
}

.partners-list {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}

.partners-list.left {
  justify-content: flex-start;
}

.partners-list.right {
  text-align: right;
  justify-content: flex-end;
}

.partners-list.center {
  justify-content: center;
}

.partners-list li {
  list-style: none;
  width: 18%;
  height: 100%;
  max-width: 200px;
  min-width: 145px;
  padding: 10px;
  /* margin: 20px 0; */
  display: block;
  border-left: 1px dashed #c7c7c7;
}

.single-post .row .col .partners-list li {
  flex-basis: 18%;
  flex-grow: 2;
}

.partners-list.hide-border li {
  border-left: 0;
}

.partners-list a {
  position: relative;
  display: flex;
}

.row .col .partners-list img {
  margin-bottom: 0;
  display: block;
  width: 100%;
  max-height: 200px;
  /* min-height: 200px; */
  object-fit: contain;
}
.partner-block .partners-list li {
  margin: 1px 0;
}

/* 
.partners-list li:first-child, .partners-list li.next-row {
  border-left: 0;
} */

.footer-first-col .divider-small-border {
  margin-bottom: 22px !important;
  margin-top: 32px !important;
}
.newsletter_footer .wpcf7-submit:hover {
  -ms-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
  -webkit-transform: translateY(0px) !important;
  background-color: #4791BC !important;
  border-color: #4791BC !important;
}
.no-filters span span a {
  text-transform: uppercase;
  font-weight: normal !important;
}

/*
 * ARCHIVE CSS
 */

body[data-header-resize="1"].archive .container-wrap {
  padding-top: 0;
}

.banner-wrapper {
  min-height: 486px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 80px;
  position: relative;
  transition: min-height 0.7s ease-in-out;
  padding-bottom: 80px;
}

.banner-wrapper.expand {
  min-height: 85vh;
  transition: min-height 0.4s ease-in-out;
}

.banner-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(255,255,255,0.2);
}

.banner-wrapper .content-block {
  margin-top: 20%;
  position: relative;
  z-index: 10;
}

.banner-wrapper .content-block.no-filters {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.banner-wrapper .content-block.no-filters span {
  align-self: stretch;
}

.banner-wrapper .content-block.no-filters h1 {
  align-self: stretch;
}

.banner-wrapper .content-block span a, .banner-wrapper .content-block span, .banner-wrapper .content-block h1 {
  color: #fff;
}

.banner-wrapper .content-block span a {
  font-weight: bold;
}

#archive-filters {
  padding: 40px 0;
  position: relative;
  width: 100%;
  z-index: 10;
  min-height: 230px;
}

.main-label {
  font-size: 20px;
  margin-bottom: 10px;
  width: 100%;
  display: block;
}

#archive-filters label {
  color: #fff;
  font-weight: bold;
}
.category-item label {
  font-size: 13px !important;
  font-weight: 100 !important;
  text-transform: capitalize;
}

.category-item {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}

#archive-filters .category-item {
  display: inline-flex;
  align-items: flex-start;
}

.post-type-archive-whitepaper .category-item {
  width: 33%;
}

#archive-filters select, #archive-filters input[type="text"] {
  background: #fff;
}

.committee-main-content-row {
  margin-bottom: 80px;
}

.submit-btn {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  background: #fff;
  font-size: 20px;
  border: 0;
  padding: 10px 30px;
  border-radius: 15px;
  cursor: pointer;
  margin-bottom: 20px;
}

.submit-btn:hover {
  background: #184665;
  color: #fff;
  border-color: transparent;
}

body.material .main-content .alpma_banner .nectar-button.large, .alpma_banner .submit-btn {
  background-color: #fff !important;
  color: #184665 !important;
  margin-bottom: 0;
  border-radius: 15px !important;
}

body.material .main-content .alpma_banner .nectar-button.large:hover, .alpma_banner .submit-btn:hover {
  background-color: #184665 !important;
  border-color: #184665 !important;
  color: #fff !important;
}

#advance-search {
  display: block;
  width: 100%;
  color: #fff;
  font-weight: bold;
  position: relative;
  font-family: 'League Spartan', sans-serif;
  padding: 10px 20px;
  margin-top: 20px;
}

#advance-search::after {
  content: "";
  display: block;
  position: absolute;
  background: url('../images/icon-dropdown.png') no-repeat center center / cover;
  width: 14px;
  height: 8px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) scaleY(-1);
  transform: translateY(-50%) scaleY(-1);
}

#advance-search.active::after {
  -webkit-transform: translateY(-50%) scaleY(1);
  transform: translateY(-50%) scaleY(1);
}

.extra-filters {
  display: none;
}

.archive .nectar-global-section.before-footer  {
  padding-top: 0 !important;
}

body .before-footer [class^=icon-].icon-default-style {
  line-height: 30px;
  height: 30px;
  width: 30px;
  top: 0;
}

.before-footer .fa-volume-control-phone:before {
  content: '';
  width: 30px;
  height: 30px;
  display: inline-flex;
  background-image: url('../images/phone-footer-white.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.before-footer .iwithtext .iwt-text {
  position: relative;
  top: 5px;
}

.cta-footer-row {
  position: relative;
}

.cta-footer-row .row-bg-wrap::after,
.cta-footer-row::after {
  content: "";
  display: block;
  width: 100%;
  height: 250px;
  background: #EFEEEE;
  border-radius: 50% 50% 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.cta-footer-row:not(.full-width-section) .row-bg-wrap::after, .cta-footer-row:not(.full-width-section)::after {
  width: 100vw;
  transform: translateX(-50%);
  left: 50%;
  bottom: -80px;
}

.cta-tile {
  margin: 40px 0;
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 60px 60px 90px 60px;
  position: relative;
}

.cta-tile::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.4);
  z-index: 1;
}

.cta-tile .content-area {
  color: #fff;
  position: relative;
  z-index: 10;
}

.cta-tile .content-area h4 span {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

.cta-tile .content-area h4 {
  color: #fff;
  max-width: 100%;
  margin-bottom: 30px;
}

.cta-tile .readmore-block {
  position: absolute;
  z-index: 10;
  width: calc(100% - 120px);
  bottom: 40px;
}

.event-tile {
  border-radius: 20px;
  border: 2px solid #4791BC;
  overflow: hidden;
  min-height: 650px;
}

.event-content-block {
  padding: 30px;
}

.event-tile h3 {
  font-size: 25px !important;
  line-height: 1.2em !important;
  margin-bottom: 20px !important;
}

.icon-wrapper::after {
  content: "";
  display: block;
  margin: 30px 0;
  width: 50px;
  height: 3px;
  background: #184665;
}

.event-tile .read-link {
  width: 100%;
  display: block;
  padding: 0 30px 5px 0;
  position: relative;
}

.event-tile .next-arrow {
  position: absolute;
  right: 0;
  top: 3px;
}

.event-tile .line {
  position: absolute;
  right: 5px;
  top: 8px;
  width: 20px;
  height: 2px;
}

.event-tile .content-block:hover .line {
  background-color: #73D1F6 !important;
}

.event-tile .content-block:hover polyline {
  stroke: #73D1F6;
}

.event-tile .content-block {
  position: relative;
}

.event-tile .read-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

.event-tile .content-block:hover h3, .event-tile .content-block:hover .read-link {
  color: #73D1F6 !important;
}

.archive .cta-wrapper {
  text-align: center;
  padding: 100px 80px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 80px;
  position: relative;
}

.archive .cta-wrapper::before {
  content: "";
  display: block;
  background: rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.archive .cta-wrapper .content-area {
  position: relative;
  z-index: 2;
  color: #fff;
}

.archive .cta-wrapper .content-area h4 {
  color: #fff;
}

.archive .cta-wrapper .content-area p {
  font-family: 'League Spartan', sans-serif;
  font-size: 20px !important;
  margin-top: 20px;
}

.pagination-wrapper {
  text-align: center;
  margin-bottom: 80px;
}

.page-numbers {
  font-family: 'League Spartan', sans-serif;
  font-size: 20px !important;
  padding: 0 8px;
}

.page-numbers.current, .page-numbers:hover {
  color: #4791BC;
}

.committee-info-area .excerpt-block {
  /* min-height: 135px; */
  margin-bottom: 16px;
}

.job-icon-heading {
  font-size: 20px !important;
  border-bottom: 2px solid #4791BC;
  margin-bottom: 20px !important;
  padding: 0 0 5px 35px;
  position: relative;
  display: block;
}

.position-type::before,
.job-icon-heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px;
  height: 25px;
  background: url('../images/icon-job.png') no-repeat center center / contain;
}

.position-type {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-top: 30px;
}

.position-type::before {
  top: -3px;
}

.job-location::before {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 25px;
  height: 25px;
  background: url('../images/icon-map.png') no-repeat center center / contain;
}

.job-location {
  display: block;
  position: relative;
  padding-left: 40px;
}

.job-category-list {
  margin-left: 0;
  margin-bottom: 50px;
}

.job-category-list li {
  list-style: none;
  margin-bottom: 10px;
  position: relative;
}

.job-category-list li a {
  font-weight: bold;
  font-family: 'League Spartan', sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.job-category-list li a:hover {
  color: #4791BC;
}

/*
 * SINGLE COMMITTEE PAGE CSS
 */
 body[data-header-resize="1"][class*="single-"] .container-wrap, 
body[data-header-resize="1"].single-committee .container-wrap, 
body[data-header-resize="1"].single-job .container-wrap {
  padding-top: 0;
}

.single-main-banner-row span span a {
  color: #fff;
}

.single-main-banner-row span span a:hover {
  text-decoration: underline;
}

.single-main-banner-row h1, .single-main-banner-row h3 {
  color: #fff;
}

.committee-profile-block {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px;
  margin-bottom: 40px !important;
}

.committee-position-block.company-row {
  overflow: hidden;
  width: 100%;
  /* margin-top: -40px; */
}

.committee-position-block.company-row .info-wrapper {
  width: 75%;
  float: left;
  margin-right: 5%;
  /* transform: translateY(45px); */
}

.committee-position-block.company-row .img-wrapper {
  float: right;
  width: 20%;
  display: block;
  /* transform: translateY(10px); */
}

.committee-social-block h5 {
  font-size: 20px !important;
}

.committee-social-block h5::after {
  content: "";
  display: block;
  margin: 20px 0 30px 0;
  width: 40px;
  height: 3px;
  background: #4791bc;
}
.divider-small-border[data-color="extra-color-3"]{
  background-color: #4791bc!important;
}

.committee-social-block .social-wrapper {
  width: 35%;
  float: left;
}

.committee-social-block .contact-wrapper {
  width: 65%;
  float: left;
}

.committee-heading {
  font-size: 18px !important;
  color: #000;
  text-transform: uppercase;
  margin: 40px 0 0 40px;
  display: block;
  position: relative;
}

.committee-heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -40px;
  width: 28px;
  height: 35px;
  background: url('../images/icon-committee.png') no-repeat center center / cover;
}

.current-term-block h4, .previous-term-block h4 {
  font-size: 18px !important;
  color: #184665;
}

.current-term-block h4::after, .previous-term-block h4::after {
  content: "";
  display: block;
  width: 40px;
  margin: 5px 0 15px;
  height: 3px;
  background: #4791bc;
}
.divider-vertical.nectar-bg-extra-color-3 {
  background-color: #7D7D7D;
}
.term-row {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.term-row .year-column {
  width: 15%;
  margin-right: 5%;
  float: left;
  font-weight: bold;
  font-family: 'League Spartan', sans-serif;
}

.term-row .description-column {
  width: 80%;
  float: left;
}

.previous-term-block {
  margin-bottom: 50px;
  margin-top: 40px;
}
.current-term-block {
  margin-top: 20px;
}

.life-member-heading, .alpma-member-heading {
  font-size: 18px !important;
  color: #000;
  text-transform: uppercase;
  margin: 40px 0 0 40px;
  display: block;
  position: relative;
}

.life-member-heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -40px;
  width: 28px;
  height: 35px;
  background: url('../images/icon-user.png') no-repeat center center / contain;
}

.alpma-member-heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -40px;
  width: 28px;
  height: 35px;
  background: url('../images/icon-alpma-sml.png') no-repeat bottom center / contain;
}

.committee-quote-block {
  width: 60%;
  margin: 40px auto 0 auto;
}

.committee-quote-block p {
  font-weight: bold;
  text-align: center;
  position: relative;
  display: block;
}

.committee-quote-block p::before {
  content: "";
  display: block;
  width: 43px;
  height: 43px;
  position: absolute;
  top: -20px;
  left: -50px;
  background: url('../images/icon-quote.png') no-repeat center center / cover;
}

.committee-quote-block p::after {
  content: "";
  display: block;
  width: 43px;
  height: 43px;
  position: absolute;
  top: -20px;
  right: -50px;
  background: url('../images/icon-quote.png') no-repeat center center / cover;
  transform: rotate(180deg);
}

/*
 * THANK YOU PAGE CSS
 */

.event-registration-information-block {
  width: 400px;
  margin: 0 auto;
  text-align: left;
}

.event-row {
  clear: both;
  width: 100%;
  min-height: 55px;
}

.event-registration-information-block .icon-col {
  width: 5%;
  margin-right: 5%;
  float: left;
}

.event-registration-information-block .content-col {
  width: 90%;
  float: left;
  font-family: 'League Spartan', sans-serif;
  font-size: 20px;
}

.aicon {
  display: block;
  width: 30px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
}

.aicon.icon-map {
  background-image: url('../images/icon-map.png');
  width: 20px;
  top: -10px;
}

.aicon.icon-calendar {
  background-image: url('../images/icon-calendar.png');
  top: -10px;
}

.aicon.icon-time {
  background-image: url('../images/icon-time.png');
  top: -10px;
}

.aicon.icon-speaker {
  background-image: url('../images/icon-speaker.png');
  top: -10px;
}

#calendar-btn {
  border: 0;
  padding: 10px 20px;
  margin: 0;
  text-transform: uppercase;
  display: inline-block;
  top: -2px;
  position: relative;
  cursor: pointer;
}

#calendar-btn:hover, #calendar-btn:focus, #calendar-btn:active {
  background: #184665;
  color: #fff;
}

.calendar-block {
  margin: 30px 0 20px 0;
  display: none;
  clear: both;
  width: 100%;
}

.calendar-block a:hover {
  text-decoration: underline;
}

/*
 * SINGLE JOB PAGE CSS
 */

.summary-cta-block {
  padding: 40px;
  -webkit-box-shadow: 5px 5px 31px 5px rgb(0 0 0 / 10%);
  box-shadow: 5px 5px 31px 5px rgb(0 0 0 / 10%);
  border-radius: 30px;
  margin-bottom: 80px !important;
}

.company-logo-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.summary-cta-block .logo-image{
  display: block;
  margin-bottom: 0 !important;
  max-height: 160px;
}
.summary-cta-block .services-title {
  text-transform: uppercase;
  font-size: 17px !important;
  font-weight: 500 !important;
}

.job-summary-block h2 {
  font-size: 22px !important;
  line-height: 1.3em !important;
}
.summary-cta-block .tagline {
  font-size: 18px !important;
}
.job-summary-block .primary-cta {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.final-cta-block {
  text-align: center;
  padding: 80px;
  margin-top: 80px;
  border-radius: 40px 0 40px 0;
  -moz-border-radius: 40px 0 40px 0;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #EEEEEE;
  background-size: contain;
}

.final-cta-block h5 {
  color: #4791BC;
  font-size: 42px !important;
  line-height: 1.3em !important;
  margin-bottom: 20px !important;
}

.final-cta-block h4 {
  color: #4791BC;
  line-height: 1.3em !important;
}

.final-cta-block .primary-cta {
  width: clamp(100px, 300px, 100%);
  margin: 30px auto 0 auto;
}


.category-label {
  display: inline-block;
  padding: 5px 20px;
  background: #E7E5E5;
  text-transform: uppercase;
  border-radius: 10px;
  margin-bottom: 20px;
}

/* .job-enddate-block {
  position: absolute;
  bottom: -242px;
  width: 100%;
} */
/* .job-enddate-block::before {
  content: '';
  width: 100vw;
  height: calc(100% + 80px);
  background-color: rgb(0 0 0);
  opacity: 0.6;
  display: block;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
} */

.endate-block {
  display: flex;
  width: 100%;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  align-items: center;
}

.endate-block::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  background: url('../images/icon-calendar--white.png') no-repeat center center / contain;
}
/* 
.job-content-block h2, .job-content-block h3, .job-content-block h4, .job-content-block h5, .job-content-block h6 {
  font-size: 25px !important;
  line-height: 1.3em !important;
  color: #000;
  margin-bottom: 20px !important;
}

.job-content-block ul li {
  list-style: none;
  margin-bottom: 8px;
}

.job-content-block li::before {
  content: "\2022";
  color: #000;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 20px;
} */

.blog .member-tag p {
  text-transform: uppercase;
  font-size: 14px;
}
.border-left p {
  font-size: 14px;
}

/* Banner row */
.search-header #breadcrumbs,
.alpma_banner #breadcrumbs,
.banner-row .wpseo_breadcrumb,
.blog-title--custom #breadcrumbs {
  opacity: .5;
  padding-bottom: 16px;
  line-height: 28px;
}


.alpma_banner #breadcrumbs a,
.alpma_banner #breadcrumbs span,
.banner-row .wpseo_breadcrumb a,
.banner-row .wpseo_breadcrumb span,
.blog-title--custom #breadcrumbs a,
.blog-title--custom #breadcrumbs span {
  font-size: 14px;
  line-height: 1.5;
  padding-left: 0;
  font-weight: 700;
  color: #fff;
}

/* shortcode */
.heading-title--custom .blog-title--custom #breadcrumbs a,
.heading-title--custom .blog-title--custom #breadcrumbs span {
  color: #000;
} 
/* Whitepaper partner */
.partner-wrap p b {
  font-weight: 700;
}
.row .col .partner-img-wrap a img {
  max-width: 200px;
  display: block;
}
.job-title {
  font-size: 20px !important;
  line-height: 1.2em !important;
  margin-bottom: .5rem;
}

.job-listing .logo, .partner_listing .logo {
  max-width: 180px !important;
  display: block;
  margin-top: 0;
  margin-bottom: 1rem !important;
}

.partner_listing .logo {
  margin-top: 16px;
}

.job-listing, .partner_listing{
    padding-top: 0px !important;
}
.partner_listing .tagline {
  font-size: 16px !important;
}
.partner_listing .tagline {
    font-size: 16px !important;
}
.partner_listing .tagline {
  font-size: 16px !important;
}

.offers .iwt-icon img {
  width: 120px !important;
  height: auto !important;
}
.ind_type p {
  margin-bottom: 16px;
  font-weight: 500;
}
.ind_type {
  font-family: 'League Spartan', sans-serif;
  padding-top: 60px;
  font-size: 16px;
}
.ind_type .title {
  border-left: 3px solid #4790bb;
  padding: 0px 10px;
  font-size: 16px;
}
.date p, .date {
  font-size: 15px;
}
.locations_text p, .locations_text {
  text-transform: capitalize;
}
.related_events .article-cat .iwt-text h6{
  margin-bottom: 7px;
}
.cta-full_form .vc_column-inner {
  padding-bottom: 0px !important;
}



/* Search page */
span.result-num {
  color: #000713 !important;
  margin-top: 20px !important;
  display: block;
  font-weight: 500;
  font-size: 18px !important;
}
#search-results .result .title a {
  color: #000713 !important;
}

body .nectar-button.see-through-2[data-hover-color-override="false"]:hover {
  border-color: rgb(71 145 188) !important;
}

/* DOT BG */
.dot-bg .row-bg {
  background-size: 100%;
  margin-top: 15px;
}

/* Single event */
.event-details, table.course_info {
  font-family: 'League Spartan', sans-serif;
}

.event-details table tr:nth-child(2n+1) {
  background: #fff !important;
}

ul.partner-support {
  margin-left: 0;
  margin-right: 60px;
}

ul.partner-support li {
  list-style: none;
  margin-bottom: 0;
}

.job-position {
    font-size: 20px !important;
    text-transform: capitalize;
}

/* Common Banner style */
.alpma_banner {
	padding-top: 80px !important;
}

.alpma_banner h1.vc_custom_heading{
	margin-bottom: 0 !important;
}

.alpma_banner ul.partner-support {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-right: 0;
}

.alpma_banner ul.partner-support li {
  max-width: 200px;
  margin-bottom: 0;
}


.alpma_banner .partner-support img {
  min-width: 100px;
  min-height: 50px;
  object-fit: contain;
  margin-bottom: 0;
}

.alpma_banner_inner_row.full_background .row-bg {
  background: rgb(0 0 0 / 50%);
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}


.partner-support-grid {
  float: right;
  padding: 16px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(255 255 255);
  border-radius: 20px;
  width: fit-content;
}

.banner_heading {
    font-size: 43px;
}

.align_middle {
  display: table;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.align_middle .row_col_wrap_12.col.span_12.light.left {
  vertical-align: middle;
  display: table-cell;
}
.course_info_block {
  margin-top: 145px;
}
.single-course .categories .iwithtext .iwt-text {
  padding-left: 30px;
}

/* Page - Custom widget Navigation menu */
.custom-widget-menu h2.widgettitle {
  font-family: 'League Spartan', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: rgb(0 7 19);
  display: flex;
  align-items: center;
  text-transform: initial !important;
  opacity: 1;
  border-bottom: 2px solid rgb(71 145 188);
  padding-bottom: 8px;
  margin-bottom: 15px;
}

.custom-widget-menu h2.widgettitle:before {
  content: "\f228";
  display: inline-flex;
  font-family: dashicons;
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  color: rgb(24 70 101);
  margin-right: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.custom-widget-menu ul {
  margin-left: 0;
}

.custom-widget-menu li {
  list-style: none;
  padding: 4px 0 4px 46px;
}

.material .main-content .custom-widget-menu .widget li a {
  text-transform: initial !important;
  font-weight: 500 !important;
}

/* Membership Registration */
.gform_wrapper .membership-input .gfield_label, .membership-label {
  font-size: 25px !important;
  color: #184665;
}

.membership-input select {
  background-color: #FFFFFF !important;
  margin-top: 20px !important;
}

.single_course.membership-list .pricing-tile.featured-tile.dark {
  margin: 30px 0;
  border-radius: 20px;
  background-color: #FFFFFF;
  border: none;
}

.membership-list .featured-tile {
  display: flex;
  text-align: left;
}

.membership-list .featured-tile input {
  margin-right: 20px;
  position: relative;
  top: 5px;
  align-self: flex-start;
}

.single_course .pricing-tile h4.membership-price {
  margin-bottom: 0 !important;
  color: #000;
}

.membership-price small {
  font-size: 18px;
}

input#gform_submit_button_19 {
  width: auto;
  min-width: 250px;
}

.committee-row .span_3 {
  margin-bottom: 40px;
}

.disabled-label {
    pointer-events: none;
}

#validation_message_19_32 {
	padding: 10px !important;
}

@media only screen and (min-width:1100px){
  body.material .main-content .nectar-button.large.btn-larger {
    padding-left:54px;
    padding-right: 54px;
  }
  .inner_col_home_cta .vc_column-inner {
    width: 140%;
  }
  .committee-row .span_3 {
    width: 22%;
    margin-right: 3%;
  }
}

/*
 * RESPONSIVE TABLET CSS
 */
@media screen and (max-width: 1100px) {
  .committee-row .span_3 {
    width: 30%;
    margin-right: 3%;
  }
  .committee-row .span_3:nth-child(3n) {
    margin-right: 0;
  }
  .nectar-cta .nectar-button-type {
    display: inline-flex;
  }

  .article-tile-row {
    display: block;
  }

  .before-footer .copyright-row .menu li {
    display: block;
  }
  
  .before-footer .copyright-row .menu li a, .before-footer .copyright-row p {
    text-align: left !important;
  }
  
  .icon-block { 
    display: none;
  }
  
  .cta-tile .content-area h4 {
    max-width: 100%;
  }

  .other-events-row {
    width: 100%;
    left: 0;
    position: relative;
    top: -50px;
  }
  .tile-block:first-child {
    border-width: 0;
  }
  
  .before-footer .main-footer-row img.img-with-animation.skip-lazy {
      max-height: 50px;
  }

}

@media only screen and (min-width:1000px){
	
	/* .alpma_banner {
		min-height: 380px;
	} */

	
  .pricing-tile {
    padding: 40px 20px;
  }
  .ft-right {
    float: right !important;
    text-align: right;
  }
	
}
@media only screen and (max-width:1000px){
  .committee-row .span_3 {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2rem !important;
  }
  
  .committee-row .span_3:nth-child(3n) {
    margin-right: 2%;
  }

  .committee-row .span_3:nth-child(2n) {
    margin-right: 0;
  }

  .course_banner a {
    float: left;
  }
  
  .course_info_block {
    margin-top: 90px;
  }
  .post-type-archive-whitepaper .category-item {
    width: 50%;
  }
  .single-mediarelease .job-enddate-block::before {
    top: 150% !important;
    left: 150% !important;
  }
  body.search-results #search-results[data-layout*=list] article .inner-wrap>a {
    border-radius: 10px;
  }

  .main-content .main-banner-row .banner-content .vc_column-inner {
    transform: unset !important;
  }

  .main-banner-row .rounded-edges .vc_column-inner {
    border-radius: 0 0 60px 0;
  }
  .featimg-block, .row .col img.featimg-block {
    height: 160px;
  }
  .member-tag-right p {
    font-size: 12px !important;
  }
  .member-tag-right {
    padding: 10px !important;
  }
  .btn-white-large {
    padding: 15px 30px !important;
    white-space: nowrap;
    width: 90%;
    font-size: 12px !important;
  }

  .author_block .iwt-text {
    display: inline-flex !important;
    transform: translateY(5px) !important;
  }

  .banner-image-column, .banner-image-column .vc_column-inner {
    height: 40vh;
    min-height: unset !important;
    padding: 0 !important;
  }

  .top-event-content {
    padding: 0 0 40px 0;
  }

  .wpcf7-form .vc_row.row {
    padding-bottom: 0;
  }

  .wpcf7-form .vc_row.row.row-submit .col.span_12 {
    margin-bottom: 0;
  }

  .bottom-white-strip .vc_column-inner::after {
    display: none;
  }

  .final-cta-block {
    padding: 40px;
  }

  .single_course.membership-list .pricing-tile.featured-tile.dark {
    grid-column: span 12;
    margin-bottom: 0;
  }

  .single_course.membership-list .pricing-tile.featured-tile.dark:last-child {
    margin-bottom: 30px;
  }

  body.search-results #search-results[data-layout*=list] article .inner-wrap>a {
    width: 90px;
    height: 50px;
  }

  body.search-results #search-results[data-layout*=list] article .inner-wrap>a img{
    height: 50px;
  }

  body.search-results #search-results[data-layout*=list] article {
    padding-left: 110px;
  }	
}



@media screen and (max-width: 600px) {
  .company-row .info-wrapper p {
    font-size: 11px;
  }
  .main-tab-row i.fa:before {
    width: 30px;
    height: 30px;
  }
  .main-tab-row .ui-tabs-nav a {
    padding: 20px 10px !important;
  }
  .main-tab-row .ui-tabs-nav {
    display: inline-flex;
  }
  .home .main-tab-row .tabbed>ul li {
    min-width: unset;
  }
  .main-tab-row .ui-tabs-nav a span {
    font-size: 13px;
  }

}

@media only screen and (max-width: 1000px) and (min-width: 601px)  {
  .home .main-tab-row .tabbed>ul li {
    min-width: 160px;
  }
  .horizontal-list-row .nectar-hor-list-item.has-btn .nectar-list-item .nectar-list-item-btn {
    white-space: nowrap;
  }
}


@media only screen and (max-width: 1200px) and (min-width: 1001px)  {
  .pricing-tile {
    padding: 40px;
  }
  .inner_col_home_cta .vc_column-inner {
    width: 160%;
  }
  .horizontal-list-row .nectar-hor-list-item.has-btn .nectar-list-item:first-child {
      width: 65%;
  }
  .horizontal-list-row .nectar-hor-list-item[data-columns="2"][data-column-layout=xlarge_first]>div:nth-child(2) {
    width: 35%;
}
}






/*
 * RESPONSIVE MOBILE CSS
 */
@media screen and (max-width: 768px) {

  .committee-position-block.company-row {
    margin-bottom: 0px;
  }
  .pricing-tile {
    padding: 60px 40px;
  }
  .footer-link {
      text-decoration: underline;
  }
  /* .date p, .date {
    font-size: 12px;
  } */
  .cta-half .column-image-bg-wrap {
      border-radius: 30px 0 20px 0 !important;
  }
  .summary-cta-block .logo-image {
    transform: unset;
  }
  .partners-list li {
    width: 48%;
  }
  
  .partners-list li.next-row {
    border-left: 1px dashed rgb(220 220 220);
  }
  
  .partners-list li:nth-child(odd) {
    border-left: 0;
  }
  
  .nectar-hor-list-item[data-columns="2"][data-column-layout=xlarge_first]>div:nth-child(1) {
    width: 95%;
    padding: 0;
  }
  
  .horizontal-list-row .nectar-hor-list-item.has-btn {
    padding: 20px 0;
  }
  
  .nectar-hor-list-item[data-columns="2"][data-column-layout=xlarge_first]>div:nth-child(2) {
    width: 100%;
  }
  
  .horizontal-list-row .nectar-hor-list-item.has-btn .nectar-list-item .nectar-list-item-btn {
    margin-top: 20px;
    padding-left: 0;
  }
  
  .horizontal-list-row .nectar-hor-list-item.has-btn .nectar-list-item .nectar-list-item-btn::after {
    top: auto;
    bottom: 35px;
  }
  
  .dataTables_filter, .dataTables_length {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .partner-banner-block {
    height: 300px;
  }
  
  .cta-tile {
    margin: 20px 0;
  }
  
  .banner-wrapper {
    min-height: 600px;
  }
  
  .banner-wrapper.expand {
    min-height: 1150px;
  }
  
  .committee-social-block .social-wrapper {
    width: 40%;
  }
  
  .committee-social-block .contact-wrapper {
    width: 60%;
  }
  
  .committee-position-block.company-row .info-wrapper {
    margin-right: 0%;
    width: 100%;
    float:unset;
  }
  
  .committee-position-block.company-row .img-wrapper {
    width: 40%;
    transform: translateY(-40px);
  }
  
  .term-row .year-column {
    width: 100%;
    margin-right: 0;
  }

  .term-row .description-column {
    width: 100%;
    margin-top: 10px;
  }
  
  .committee-quote-block {
    width: 80%;
  }
  
  .life-member-heading, .alpma-member-heading {
    margin-top: 20px;
  }
  
  .committee-heading {
    margin-bottom: 40px !important;
  }
  
  .alpma-member-heading::before,
  .life-member-heading::before,
  .committee-heading::before {
    top: -7px;
  }
  
  .error404 form.search-body,
  .event-registration-information-block {
    width: 100%;
  }
  
  .archive .banner-wrapper {
    min-height: auto;
  }
  
  .archive .cta-wrapper {
    padding: 50px 30px;
  }
  
  .primary-cta.mw-300 {
    padding: 10px;
  }
  
  .archive .committee-row {
    margin-bottom: 0;
  }
  
}

@media only screen and (max-width: 690px){
  .committee-row .span_3 {
    width: 100%;
    margin-right: 0;
  }
}
