@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Ubuntu:wght@700&display=swap');

:root{
    --white: #FFFFFF;
    --teal: #133B3A;
    --teal-hover: #113433;
    --maroon: #C41E3A;
    --maroon-hover: #CA345E;
    --text-grey-b1: #B1B1B1;
    --text-grey-b1-hover: #9C9C9C;
    --text-grey-88: #888888;
    --text-grey-88-hover: #787878;
    --light-blue: #F7FDFD;
}

body{
    font-family: 'Roboto', sans-serif;
}
body a,
body button,
body input,
body select,
body textarea{
    outline: none !important;
}

.mb-n5 {
    margin-bottom: -3rem !important;
}
.mt-n6 {
    margin-top: -6rem !important;
}
.mt-n8 {
    margin-top: -8rem !important;
}

.mt-n10 {
    margin-top: -10rem !important;
}


/*.custCard .card-title {
	height:100px;
}	*/

.companyLogo {max-width:200px!important;}

.planSpot {
	position:relative;
	height:100px;
	width:100px;
	background-color:#ddd;
	padding:10px;
	margin: 40px auto;
	
}

.planSpot svg {
	margin:20px;
	font-size:35px;

}

.plan-prices {
	float:left;
	width:100%;
	margin-bottom:30px;
}

.plan-price {
	text-align:right;
	width:70%;
	float:left;
	font-size:50px;
	line-hieght:10px;
	padding-right:5px;
}

.price-zeros {
	margin-top:11px;
	text-align:left;
	width:30%;
	float:left;
	font-size:24px;
}

.price-sml {
	text-align:left;
	width:30%;
	float:left;
	font-size:14px!important;
	margin-top:-5px;
}

.priceComp {
	padding-bottom:50px;
}

.iconsp {
	width:40px;
	text-align:center;
	float:left;
}

.icon-main {
	font-size:30px;
	padding-right:30px;
}

.icon-main-off {
	font-size:30px;
	color:#CCCCCC;
	padding-right:30px;
}

.icon-green {
	font-size:30px;
	color:green;
	width:30px;
}

.icon-grey {
	font-size:30px;
	color:#CCCCCC;
	width:30px;
}

.btn-maroon{
    color: var(--white) !important;
    background-color: var(--maroon);
    border-color: var(--maroon);
}
.btn-maroon:hover{
    background-color: var(--maroon-hover);
    border-color: var(--maroon-hover);
}
.btn-view-plan{
    color: var(--maroon) !important;
    background-color: var(--white);
    border-color: var(--white);
}
.btn-view-plan:hover{
    color: var(--maroon-hover) !important;
}
.btn-maroon-outline{
    color: var(--maroon);
    background-color: var(--white);
    border-color: var(--maroon);
}
.btn-maroon-outline:hover{
    color: var(--white) !important;
    background-color: var(--maroon-hover);
    border-color: var(--maroon-hover);
}
.bg-grey{
    background-color: var(--text-grey-b1);
}
.btn-grey{
    color: var(--white) !important;
    background-color: var(--text-grey-b1);
    border-color: var(--text-grey-b1);
}
.btn-grey:hover{
    background-color: var(--text-grey-b1-hover);
    border-color: var(--text-grey-b1-hover);
}
.anchor-maroon{
    color: var(--maroon);
}
.text-teal{
    color: var(--teal) !important;
}
.text-maroon,
a.text-maroon{
    color: var(--maroon) !important;
}
a.text-maroon:hover,
.text-maroon.active{
    color: var(--maroon-hover) !important;
}
.text-grey-88,
a.text-grey-88{
    color: var(--text-grey-88) !important;
}
a.text-grey-88:hover{
    color: var(--text-grey-88-hover) !important;
}
.text-grey-B1,
a.text-grey-B1{
    color: var(--text-grey-b1) !important;
}
a.text-grey-B1:hover{
    color: var(--text-grey-b1-hover) !important;
}
.bg-gray-100{
    background-color: #F8F8F8 !important;
}
.bg-gray-200{
    background-color: #E4E4E4;
}
.bg-light-blue{
    background-color: var(--light-blue) !important;
}
.para-10{
    font-size: 10px !important;
    line-height: 13px;
}
.para-12{
    font-size: 12px !important;
    line-height: 22px;
}
.para-14{
    font-size: 14px !important;
    line-height: 22px;
}
.para-16{
    font-size: 16px !important;
    line-height: 28px;
}
.para-18{
    font-size: 18px !important;
    line-height: 40px;
}
.para-18-medium{
    font-size: 18px !important;
    line-height: 26px;
    font-weight: 500;
}
header .bottomBar{
    border-top: 1px solid #F1F2F6;
}
header .bottomBar .navbar-nav .nav-link{
    border: 1px solid transparent;
    border-width: 1px 1px 0 1px;
}
header .bottomBar .navbar-nav .dropdown-toggle:after{
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    margin-left: 0.35rem;
    font-weight: 900;
    vertical-align: middle;
    border: none;
}
header .bottomBar .navbar-nav .dropdown-megamenu .dropdown-menu {
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 1rem 0;
    max-width: 1300px;
}
header .bottomBar .navbar-nav .dropdown-menu{
    border-color: var(--text-grey-b1);
    border-radius: 0 0 8px 8px;
    min-width: 230px;
}
header .bottomBar .navbar-nav .dropdown>.nav-link.dropdown-toggle.show{
    background: #f7fdfd;
    border-color: var(--text-grey-b1);
}
.cust-control{
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    padding: 9px 14px;
}
.form-select.cust-control{
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23888888' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>");
}
.adSpace{
    background-color: #6CC9C7;
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}
.cardBreadcrumb li a{
    color: inherit;
}
.cardBreadcrumb .breadcrumb-item + .breadcrumb-item::before{
    content: var(--bs-breadcrumb-divider, "|")
}
.secHeading{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}
h3.secHeading{
    font-size: 30px;
    line-height: 40px;
}
.rounded-8{
    border-radius: 8px;
}
.rounded-20{
    border-radius: 20px;
}
.bg-images{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.minH-239{
    min-height: 239px;
}
.minH-120{
    min-height: 120px;
}
.minH-125{
    min-height: 125px;
}
.minH-160{
    min-height: 160px;
}
.minH-350{
    min-height: 350px;
}
.arial-btn{
    font-family: 'Arial', sans-serif;
    font-size: 10px;
    line-height: 12px;
    font-weight: bold;
    padding: 10px 30px;
}
.tagLinks.arial-btn{
    padding: 0;;
}
.dirCard .card-title{
    font-weight: 500;
    line-height: 25px;
}
.dirCard hr{
    background-color: #CCCCCC;
}
.dirCard .eventType{
    font-weight: 500;
}
.seeAll{
    font-size: 12px;
    /* line-height: 74px; */
    font-weight: 500;
}
.faqStyleLike li{
    font-size: 18px;
    line-height: 24px;
}
.quickLinks a i{
    font-size: 32px;
}
.quickLinks a .text{
    font-size: 12px;
    line-height: 14px;
}
.quickLinks a:hover .text-grey-B1{
    color: var(--text-grey-b1-hover) !important;
}
.quickLinks a:hover .text-teal{
    color: var(--teal-hover) !important;
}

.homeSliderItem {
	float:left;
	height:268px; 
	width:100%;
	border-radius:10px;
	margin:0px 0 30px 0;
}

.homeSlider h4{
    font-weight: 500;
    line-height: 30px;
}
.homeSlider p{
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
}
.homeSlider .owl-nav{
    float: right;
    width: 50%;
    text-align: right;
    margin-top: 24px;
}
.homeSlider .owl-nav button{
    display: inline-block;
    background: transparent !important;
    color: var(--maroon) !important;
}
.homeSlider .owl-nav button.owl-prev{
    margin-right: 30px;
}
.homeSlider .owl-nav button.owl-next{
    margin-right: 0;
}
.homeSlider .owl-nav button:hover{
    color: var(--maroon-hover);
}
.homeSlider .owl-dots{
    float: left;
    width: 50%;
    text-align: left;
    margin-top: 24px;
    height: 34px;
    padding-top: 5px;
}
.homeSlider .owl-dots .owl-dot span{
    border: 1px solid var(--maroon);
    background: var(--white);
    margin: 5px 4px;
}
.homeSlider .owl-dots .owl-dot:hover span{
    background: var(--maroon-hover);
}
.homeSlider .owl-dots .owl-dot.active span{
    background: var(--maroon);
}
.managerName{
    font-size: 18px;
    /* line-height: 74px; */
}
.industryCard{
    border: 1px solid #C2223D;
}
.industryCard i{
    font-size: 85px;
}
.alert-maroon{
    background-color: #C33149;
    z-index: 2;
}
.alert-maroon i{
    font-size: 32px;
}
.alert-maroon h5{
    font-size: 18px;
    font-weight: 500;
}
.alert-maroon p{
    font-size: 14px;
    font-weight: 500;
}
.alert-maroon .btn-close{
    opacity: 1 !important;
    right: 15px;
    transform: translateY(-10px);
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")  center/1em auto no-repeat;
}
.industryCard .para-18-medium{
    list-style: 24px;
}
.newsCard h5{
    font-size: 20px;
    line-height: 25px;
    color: #6F6F6F;
}
.newsCard .btn{
    padding: 10px 38px;
}
.virtualEvent .btn{
    padding: 10px 15px;
}
.virtualEvent h4{
    font-weight: 500;
    line-height: 30px;
}
.virtualEvent .eventType{
    font-weight: 700;
}
.virtualEvent .eventDate{
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
}
.filterForm .form-check{
    font-size: 14px;
    line-height: 22px;
    padding: 10px;
    border-top: 1px solid var(--text-grey-b1);
}
.filterForm .form-check:last-child{
    border-bottom: 1px solid var(--text-grey-b1);
}
.filterForm .form-check.maroonFormCheck .form-check-input{
    width: 21px;
    height: 21px;
    border: 1px solid var(--text-grey-b1);
    border-radius: 3px;
}
.filterForm .form-check.maroonFormCheck .form-check-input:focus {
    border-color: var(--maroon);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(196,30,58,0.25);
  }
.filterForm .form-check.maroonFormCheck .form-check-input:checked {
    background-color: var(--maroon);
    border-color: var(--maroon);
}
.searchHead{
    font-weight: 600;
    line-height: 30px;
}
.custPagination .page-link{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    background-color: var(--text-grey-b1);
}
.custPagination .page-link:hover{
    background-color: var(--maroon-hover);
}
.custPagination .page-link[aria-label="Previous"],
.custPagination .page-link[aria-label="Next"],
.custPagination .page-link.active{
    background-color: var(--maroon);
}
.media-object{
    min-width: 122px;
    min-height: 80px;
}
.helpUs{
    color: #27187F;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}
.footerNavLink{
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    line-height: 29px;
}
.departmentCard .bg-images{
    border-radius: 8px 8px 0 0;
}
.departmentCard a{
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
}
.printCard .card-title{
    font-size: 14px;
    line-height: 19px;
}
.eventCalendar.fc a{
    text-decoration: none !important;
}
.eventCalendar.fc .fc-button-primary{
    font-size: 10px;
    line-height: 13px;
    font-weight: 500;
    background-color: transparent !important;
    border: 0px solid transparent !important;
    color: var(--teal) !important;
    box-shadow: none !important;
}
.eventCalendar.fc .fc-button-primary:not(:disabled).fc-button-active,
.eventCalendar.fc .fc-button-primary:not(:disabled):active{
    color: var(--maroon) !important;
}
.eventCalendar.fc .fc-col-header-cell-cushion{
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.01rem;
    text-transform: uppercase;
    color: #3D7B79;
}
.eventCalendar.fc.fc-theme-standard .fc-scrollgrid{
    border: 0px solid transparent !important;
}
.eventCalendar.fc.fc-theme-standard td,
.eventCalendar.fc.fc-theme-standard th{
    background-color: var(--white);
    border-color: #E5E5E5;
    border-bottom: 0 !important;
    border-left: 0!important;
}
.eventCalendar.fc-theme-standard th{
    border-right: 0 !important;
   /*  text-align: left; */
    padding-bottom: 8px;
}
.eventCalendar.fc .fc-daygrid-day.fc-day-today{
    background-color: rgba(108,201,199,0.26);
}
.eventCalendar.fc .fc-daygrid-day-number,
.eventCalendar.fc .fc-timegrid-axis-cushion,
.eventCalendar.fc .fc-timegrid-slot-label-cushion{
    font-size: 10px;
    line-height: 14px;
    color: #717171;
    text-transform: uppercase;
}
.fc .fc-scroller{
    overflow: auto !important;
}
.eventCalendar.fc .fc-toolbar-title{
    font-size: 10px;
    line-height: 13px;
    font-weight: 500;
    color: var(--maroon);
    display: inline-block;
    border: 1px solid #ACACAC;
    background-color: var(--white);
    border-radius: 4px;
    padding: 4px 15px;
}
.media-icon{
    font-size: 18px;
}
.media-content{
    max-width: calc(100% - 40px);
}
.media-content .mark{
    padding: 0.05em;
    background-color: #FFB140;
}
.searchTag a{
    padding: 4px 13px;
}
.disabledStyle .bg-white{
    background-color: #EDEDED !important;
}
.disabledStyle,
.disabledStyle a{
    cursor: not-allowed !important;
}
.disabledStyle .text-maroon,
.disabledStyle .text-teal{
    color: #C3C3C3 !important;
}
.disabledStyle .bg-images{
    background-image: none !important;
    background-color: #C3C3C3;
}
.minAlert{
    max-width: 480px;
    min-width: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


#progress-wrp {
  border: 1px solid #0099CC;
  padding: 1px;
  position: relative;
  height: 30px;
  border-radius: 3px;
  margin: 10px;
  text-align: left;
  background: #fff;
  box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12);
}

#progress-wrp .progress-bar {
  height: 100%;
  border-radius: 3px;
  background-color: #f39ac7;
  width: 0;
  box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
}

#progress-wrp .status {
  top: 3px;
  left: 50%;
  position: absolute;
  display: inline-block;
  color: #000000;
}



.btn-file {
		    position: relative;
		    overflow: hidden;
		}
.btn-file input[type=file] {
		    position: absolute;
		    top: 0;
		    right: 0;
		    min-width: 100%;
		    min-height: 100%;
		    font-size: 999px;
		    text-align: right;
		    filter: alpha(opacity=0);
		    opacity: 0;
		    background: red;
		    cursor: inherit;
		    display: block;
		}
		
input[readonly] {
			background-color: transparent;
			cursor: text !important;
		}



.splashIcon {
	margin-top:-50px;
	float:right;
	border-radius:5px;
}

.faicons {
	font-size:30px;
	color:#eee;
}


.featlogo {
    width: 180px;
    padding: 5px;
    margin-top: -100px;
    border-radius: 5px;
    background-color: #fff!important;
    z-index: 20;
    position: relative;
    margin-left: 20px;
}

.featlogo img {
	margin:2px;
	max-width: 150px;
}


.greyitout {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  max-height: 100px;
}

/* Disable grayscale on hover */
.greyitout:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}

.btn.btn-file {
  position: relative;
  overflow: hidden;
}
.btn.btn-file > input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

@media screen and (min-width: 992px){
    .homeCard-h-100{
        height: calc(100% - 40px);
    }
    .bg-virtualEvent{
        background: var(--white) url('../img/confident-businesswoman-with-coworkers.png') no-repeat;
        background-position: left center;
        background-size: 55%;
    }
}
@media screen and (min-width: 1200px){
    header .bottomBar .navbar-brand img{
        max-width: 200px;
    }
    header .bottomBar .navbar-nav .nav-link{
        padding-right: 1rem !important;
        padding-left: 1rem !important;
        height: 70px;
        line-height: 53px;
    }
    header .bottomBar .navbar-nav .dropdown-megamenu {
        position: static;
    }
    header .bottomBar .navbar-nav .dropdown-megamenu .dropdown-item{
        padding-left: 0;
        padding-right: 0;
    }
    /* header .bottomBar .navbar-nav .dropdown>.dropdown-menu {
        top: 120%;
        visibility: hidden;
        opacity: 0;
        display: block;
        transition: all 0.1s ease-in-out;
    }
    header .bottomBar .navbar-nav .dropdown:hover>.dropdown-menu {
        display: block;
        top: 100%;
        visibility: visible;
        opacity: 1;
        transition: all 0.3s ease-in-out;
    }
    header .bottomBar .navbar-nav .dropdown:hover>.nav-link.dropdown-toggle{
        background: #f7fdfd;
        border-color: var(--text-grey-b1);
    }*/
}
@media screen and (min-width: 1300px){
    header .bottomBar .navbar-nav .nav-link{
        padding-right: 1.35rem !important;
        padding-left: 1.35rem !important;
    }
    .bg-virtualEvent{
        background-size: 50%;
    }
}
@media screen and (max-width: 1199px){
    header .bottomBar .navbar-nav .nav-link,
    header .bottomBar .navbar-nav + form{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    header .bottomBar .navbar-brand img{
        max-width: 180px;
    }
}
@media screen and (max-width: 575px){
    header .bottomBar .navbar-nav h4{
        font-size: calc(1.075rem + .3vw);
    }
    .eventCalendar.fc .fc-toolbar.fc-header-toolbar{
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 0.5rem;
    }
    .eventCalendar.fc .fc-col-header-cell-cushion{
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }
    .eventCalendar.fc-theme-standard th{
        padding-bottom: 0;
    }
    .contactCard .para-18{
        font-size: 16px;
        line-height: 28px;
    }
}
@media screen and (max-width: 375px){
    .helpUs{
        font-size: 21px;
        line-height: 28px;
    }
}


.photo-gallery {
  color:#313437;
  background-color:#fff;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}


