:root {
    color: #232123;
    color: #F9F9F9;
    color: #0F0F0F;
    color: #EBEEF2;
    color: #67A19B;
    color: #6781A1;
    color: #88070B;
    color: #EED7D7;
    color: #0000003D;
    color: #707070;
    color: #00000029;
}

/* Fonts */
/* .outfit-<uniquifier> {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
} */

body {
    margin: 0;
	padding: 0;
    color: #232123;
    font-weight: 500;
    line-height: 30px;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
}

img {
	width: 100%;
	height: auto;
    border-radius: 15px!important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
    font-weight: 600;
    line-height: 40px;
}

p, li, a {
	font-size: 15px;
    font-weight: 300;
    line-height: 30px;
}

b, strong {
    font-weight: 700;
}

ul {
	padding-left: 20px;
    margin-bottom: 0;
}
a {
    color:inherit;
    text-decoration: none;
}

a:hover, a:focus {
	text-decoration: none;
    color: inherit;
}

i {
	vertical-align: middle;
}

/* general */
.blue-txt {
    color: #6781A1;
}

.dark-blu-txt {
    color: #0a52be;
}

.red-txt {
    color: #88070B;
}

.dark-grey-bg {
    background-color: #232123;
}

.bg-blue {
    background-color: #6781A1!important;
    color: #fff!important;
}

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

.border-light {
    border: 1px solid #EBEEF2!important;
}

.border-bottom-dark {
    border-bottom: 1px solid #232123;
}

.border-bottom-red {
    border-bottom: 1px solid #88070B;
}

/* Buttons */
.btn-sm {
    font-size: 13px;
}
button:focus {
    outline: none;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    color: #88070B;
    background-color:transparent;
    border-color: #88070B;
    box-shadow: none;
}

.btn-primary {
    padding: 10px 40px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 400;
    border-radius: 26px;
    color: #fff;
    background-color:#88070B;
    border-color: #88070B;
    width: auto;
    max-width: max-content;
}
.btn-primary.btn-sm a:hover {
    color:#fff!important;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color:#88070B;
    border-color: #88070B;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
    background-color:#88070B;
    border-color: #88070B;
}

.btn-secondary {
    padding: 10px 40px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 400;
    border-radius: 26px;
    width: auto;
    max-width: max-content;
    color: #fff;
    background-color:#6781A1;
    border-color: #6781A1;
}

.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover {
    color: #6781A1;
    background-color:transparent;
    border-color: #6781A1;
    box-shadow: none;
}

/* Header */
.topbar {
    background-color: #232123;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 0;
}

.topbar-button {
    padding: 13px 20px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 400;
    width: auto;
    color: #fff!important;
    background-color:#88070B;
    border-color: #88070B;
    margin-left: 20px;
}

.topbar a{
    color: #fff;
}

.topbar-social i {
    margin:0 5px;
    font-size: 15px;
}

.nav-item {
    color: #232123;
    font-weight: 400;
    list-style:none;
}
.small-header .nav-item.active>.nav-link{
    color: #fff;
}
.header .navbar-light .navbar-nav .active>.nav-link, .header .navbar-light .navbar-nav .nav-link.active, .header .navbar-light .navbar-nav .nav-link.show, .header .navbar-light .navbar-nav .show>.nav-link {
    color: #88070B;
    border-bottom: 0;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #88070B;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}
.navbar-light .navbar-nav .nav-link {
    color: #232123;
    font-weight: 400;
}
.header .nav-item {
    color: #232123;
    list-style: none;
    padding-left: 50px;
}
.header .navbar-nav .nav-item .nav-link {
    padding-bottom: 0;
    border-bottom:transparent;
}

.navbar-collapse .dropdown-menu {
    position: absolute;
    top: 183%;
    left: 45px;
    float: left;
    min-width: 10rem;
    padding: 10px 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
}

.navbar-collapse .dropdown-item {
    display: block;
    width: 100%;
    padding: 5px 25px;
    clear: both;
    font-weight: 400;
    color: #221F1F;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.navbar-nav-header .nav-item {
    list-style: none;
}
.navbar-collapse .dropdown-toggle::after {
    display: none;
}
.header .header-icons i {
    margin-right: 10px;
    font-size: 20px;
}
.header .nav-item i:hover {
    color:#232123;
}
.navbar-light .navbar{
    color:#221F1F;
}
.mobi-header-icons {
    display: none;
}

.logo img {
    width: 70%;
    padding: 5px 0;
}

/* File upload */
.dropzone .dz-message .dz-button {
    display: none;
}

.dropzone {
    min-height: 100px;
    border: 0;
    background: transparent;
    padding: 0;
}

.file-upload {
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    border-radius: 5px;
}

.file-upload-btn {
    width: auto;
    margin: 40px 0 0 0;
    color: #0081E1;
    background: #007fe160;
    border: none;
    padding:0 10px;
    border-radius: 100%;
    border-bottom: 0;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
}
  
.file-upload-btn:hover {
    background: #007fe12d;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}
  
.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}
  
.file-upload-content {
    display: none;
    text-align: center;
}
  
.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
  
.image-upload-wrap {
    margin-top: 0px;
    border: 0;
    position: relative;
    height: 100%;
    padding: 70px 40px;
    background-color: #EBEEF2;
    border-radius: 15px;
    font-weight: 600;
    font-size: 15px !important;
    text-align: center;
}

.image-upload-wrap h3 {
    font-size: 15px;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

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

.drag-text h3 {
    font-weight: 600;
    color: #272727;
    padding: 0;
    font-size: 15px;
    margin-top: 20px;
}

.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.remove-image {
    min-width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 0!important;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}

/* Home */
.home-header {
    background-image: url('https://files.crtgroupstorage.com/safhe/home%20header.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 10% 0;
}

.home-header h1, .home-header p {
    color: #fff;
}

.banner-section {
    padding: 5% 0;
}

.top-banners {
    background-color: #EBEEF2;
}

.banner-section img {
    border-radius: 15px!important;
}

.membership-options {
    background-color: #F9F9F9;
    padding: 5% 0;
}

.membership-options .card-header, .membership-steps .card-header {
    background-color: #6781A1;
    border: 0;
    border-radius: 15px!important;
    color: #fff;
    padding: 15px 30px;
    font-weight: 400;
}

.card {
    background-color: #EBEEF2;
    border: 0;
    border-radius: 15px!important;
    box-shadow: none;
}

.card-footer {
    background-color: transparent;
    border: 0;
    border-radius: 15px!important;
    padding-bottom: 15px;
}

.explore {
    color: #fff;
    padding: 5% 0;
    overflow: hidden;
}

.dark-grey-bg {
    padding: 5% 0 5% 13%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.rounded-start {
    border-bottom-left-radius: 15px!important;
    border-top-left-radius: 15px!important;
}

.neg-right {
    margin-right: -8%;
    z-index: 99999999;
    position: relative;
    margin-left: auto;
}

.neg-right img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.explore .dark-grey-bg i {
    font-size: 40px;
}

.explore .carousel-indicators {
    position: absolute;
    right: auto;
    bottom: -40px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 0;
    top: auto;
}

.explore .carousel-indicators .active {
    background-color: #6781A1;
}

.explore .carousel-indicators [data-bs-target] {
    opacity: 1;
}

.latest-news, .about, .alliance {
    padding: 5% 0;
}

.header-banner {
    background-color: #6781A1;
    padding: 30px 0;
}

.header-banner h1 {
    color: #fff;
}

/* about */

.about {
    background-color: #EBEEF2;
}

.explore li {
    margin-bottom: 20px;
    margin-left: 35px;
}

.explore li i {
    font-size: 20px;
    margin-left: -40px;
    margin-right: 15px;
}

.alliance .card {
    background-color: #fff;
    border: 1px solid #EBEEF2;
}

.alliance .card-header {
    /* padding: 30px 0; */
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0;
    text-align: center;
    min-height: 200px;
    align-items: center;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.alliance .card img {
    width: 50%;
    height: auto;
    margin: auto;
    align-items: center;
    align-content: center;
}

.committee img {
    width: 50%;
    border-radius: 100%!important;
}

.committee {
    padding-bottom: 5%;
}

/* Events */

.upcoming-events img {
    margin-bottom: 20px;
}

.past-events i {
    font-size: 20px;
}

.event-ad-banner, .past-events {
    background-color: #F9F9F9;
    padding: 5% 0;
}

.events-content {
    padding-top: 5%;
    padding-bottom: 5%;
}

/* CSS to keep menu open if parent has class */
.dropdown.active-dropdown .dropdown-menu {
    display: block;
}

.sidebar li, .member-dashboard-sidebar li {
    line-height: 40px;
}

.sidebar .dropdown-menu, .member-dashboard-sidebar .dropdown-menu {
    padding: 0 0px 0 10px;
    border: 0;
    border-radius: 0;
    position: relative !important;
    transform: translate(0px, -2px)!important;
}

.sidebar .dropdown-toggle::after, .member-dashboard-sidebar .dropdown-toggle::after {
    display: none;
}

.sidebar li>a>i, .member-dashboard-sidebar li>a>i, .member-dashboard-sidebar li>a>span{
    vertical-align: middle;
    padding-left: 10px;
    line-height: 30px;
}

.sidebar li>a.active, .member-dashboard-sidebar li>a.active {
    color: #88070B;
    border-bottom: 1px solid #88070B;
}

.sidebar .dropdown-menu li, .member-dashboard-sidebar .dropdown-menu li {
    padding-left: 15px;
}

#venue-map {
    height: 200px;
    width: 100%;
}

.exhibitors-contact {
    background-color: #EBEEF2;
    padding: 5% 0;
}

/* .travel-overview-content {
    padding: 5% 0;
} */

.travel-overview-content img, .individual-news-page img {
    margin: 5% 0;
    border-radius: 0px!important;
}

.individual-news-page, .login-page {
    padding: 5% 0;
}

.news-page {
    padding-bottom: 5%;
}

.login-page img {
    width: 300px;
    margin: 0 auto 20px;
    text-align: center;
    justify-content: center;
    display: flex;
}

.login-page .card {
    background-color: #fff;
    border: 1px solid #EFEFEF;
    border-radius: 5px!important;
}

/* Contact */
.contact-page {
    padding: 5% 0;
}

.contact-page i {
    font-size: 20px;
    margin-right: 10px;
}

.contact-page i:hover {
    color: #6781A1;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #323234;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #EBEEF2;
    border-radius:0px;
}

.upload-section .form-control {
    padding: 10px 15px;
}

.custom-select {
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background:url('https://files.crtgroupstorage.com/angle-down-light.png') 96% / 15px 8px no-repeat;
    background-color: #fff;
    border: 1px solid #EBEEF2;
    border-radius:0px;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #323234;
}

.form-check-input {
    width: 15px;
    height: 15px;
    margin-top: 7px;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #232123;
}

.form-check-input:checked {
    background-color: #88070B;
    border-color: #88070B;
}

.form-check-input:focus {
    box-shadow: none;
    border-color: #88070B;
}

.form-control:focus {
    color: #232123;
    background-color: #fff;
    border-color: #232123;
    border-width: 1px;
    outline: 0;
    box-shadow: none;
}

label {
    color: #2B354B;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
}

textarea.form-control {
    height: 150px;
}

.profile-image input[type="file"] {
    display: flex;
    width: 100%;
    height: 160px;
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #151519;
    background-color: #EBEEF2;
    background-clip: padding-box;
    border: 1px solid #EBEEF2;
    border-radius: 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

/* input[type="file" i] {
    appearance: none;
    background-color: initial;
    cursor: default;
    align-items: baseline;
    color: inherit;
    text-align: start !important;
    text-overflow: ellipsis !important;
    padding: initial;
    border: initial;
    white-space: pre;
    display: none;
}

input:not([type="image" i], [type="range" i], [type="checkbox" i], [type="radio" i]) {
    overflow-clip-margin: 0px !important;
    overflow: clip !important;
    display: none;
} */

#email2, #email3 {
    display: none;
}

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

/* Footer */
.footer-logos {
    background-color: #232123;
    padding: 5% 0;
}

.footer-logos img {
    border-radius: 5px;
}

.footer-blk {
    background-color: #0F0F0F;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 30px 0;
}

.footer-blk  .logo img {
    width: 55%;
    padding: 5px 0;
}

.quick-links li {
    display: inline-block;
}

.quick-links ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-socials i {
    margin: 0 5px;
    font-size: 20px;
}

.footer-lower {
    padding-top: 20px;
    text-align: center;
}

/* Members */
.membership-steps, .member-information {
    padding: 5% 0;
}

.subscription {
    padding-bottom: 5%;
}

.member-page-layout {
    padding: 5% 0;
}

.registration-page {
    padding-top: 5%;
}

.directory-section {
    padding-bottom: 5%;
}

.dashboard-cards .card i {
    font-size: 60px;
    margin-bottom: 15px;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    font-weight: 300;
    padding-left: 0!important;
}

.table-action i, .dropdown-center .table-action i {
    font-size: 20px;
}

.table-action.dropdown-toggle:after {
    display: none;
}

.card-img-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 15px!important;
}

.card-img-container .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 40px;
}

.top-info {
    background-color: #EBEEF2;
    color: #232123;
    padding: 5% 0;
}

.top-info .card {
    color: #232123;
}

.qualifications-sidebar i {
    font-size: 25px;
}