main {
	overflow: hidden;
}
body.admin-bar .header-transparent {
	top: 0px !important;
}
.header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.header-landing {
    padding-top: 0px;
}
.header-landing .navbar .container {
	max-width: 1290px;
}
.header-landing .navbar .container img {
	width: 300px;
}
.hero--style-2 .hero__content {
	padding-top: 180px;
	padding-bottom: 80px !important;
}
.tb-img-header-outer.bg-primary {
    background: #fff !important;
}
.tb-img-header, .tb-img-header-outer {
    position: relative;
}
.pt-xxl, .py-xxl {
    padding-top: 12rem !important;
}
.header-abs-sat {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    filter: contrast(60%);
    filter: saturate(0);
    opacity: 0.4;
}
.brand {
	z-index: 10;
	position: relative;
}
.tb-img-header .blue-opacity, .tb-img-header-outer .blue-opacity {
    background: rgba(10, 167, 234, 1);
}
.tb-img-header .default-opacity, .tb-img-header-outer .default-opacity {
    opacity: 1;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    mix-blend-mode: multiply;
}
h1.heading {
	font-weight: 800;
	font-size: 45px;
}
.pull-up-landing-cta {
    margin-top: 30px;
    background: #fff;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	margin-bottom: -40px;
	position: relative;
	z-index: 11;
}
.pull-up-landing-cta .inner-landing-cta {
    padding: 20px 30px 10px;
}
.pull-up-landing-cta .inner-landing-cta h4 {
    color: #171717;
    font-weight: 700;
}
.pull-up-landing-cta .inner-landing-cta .gform_wrapper.gravity-theme select {
    border: 1px solid #B9B7B7;
	border-radius: 8px;
}
.landing-terxt-side {
	position: relative;
}
.event-grid .grid-outer-hover {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0, 1) !important;
}
.event-grid .single-event-grid-outer {
    background: #fff;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 30px;
}
.single-event-grid-image {
    text-align: center;
    position: relative;
}
.event-grid .single-event-grid-outer .faded-hover {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.event-grid .single-event-grid-outer .single-event-grid-image img {
    height: auto;
    max-width: 100%;
    border-radius: 5px 5px 0 0;
}
.event-grid .single-event-grid-outer .single-event-grid-image img {
    height: auto;
    max-width: 100%;
    border-radius: 5px 5px 0 0;
}
.faded-hover-shadow {
    display: none;
}
.event-grid .single-event-grid-outer .slider-program-description {
    padding: 30px 20px 20px;
    text-align: center;
}
.event-grid .single-event-grid-outer .slider-program-description h5, .event-grid .single-event-grid-outer .slider-program-description h5 a {
    font-size: 16px;
    line-height: 1.2;
    color: #717171;
    font-weight: 800;
}
.event-grid .single-event-grid-outer .slider-program-description p {
    font-size: 14px;
    color: #717171;
    line-height: 1.5;
}
.single-trans-step {
    position: relative;
    padding-left: 35px;
    padding-bottom: 10px;
}
.single-trans-step .single-trans-icon {
    position: absolute;
    left: 2px;
    top: 2px;
    font-size: 18px;
}
.inperson-color {
    color: #0AA7EA;
}
.hybrid-color {
    color: #8FBC1E;
}
.virtual-color {
    color: #FE810D;
}
.transparency-box {
    padding-left: 20px;
    padding-top: 30px;
}
.ext-hiw h4 {
	font-weight: 800;
}
.copyright p {
	font-size: 12px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}
.home-d-sho {
    border-radius: 0px 5px 5px 0px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
}
.home-ready .bg-for-side {
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.home-ready .bg-for-side img {
    border-radius: 5px 0px 0px 5px;
}
.home-ready .ready-options {
    padding: 40px 30px 30px 30px;
}
.home-ready .ready-options img {
    height: 60px;
    width: auto;
    padding-bottom: 20px;
}
@media (max-width: 991.98px) {
	  .pull-up-landing-cta {
        margin-top: 20px;
        background: #fff;
        box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
		border-radius: 5px;
		margin-bottom: 10px;
    }
    .transparency-box {
	    padding-left: 0px;
	}
	h1.heading {
		font-size: 32px;
	}
	.hero--style-2 .hero__content {
		padding-top: 160px;
		padding-bottom: 40px !important;
	}
 }