@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/@fancyapps/ui@5.0/dist/fancybox/fancybox.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.css");

:root {
    --bodyfont: Inter, Tahoma, Arial, sans-serif;
    --headingfont: Inter, Tahoma, Arial, sans-serif;
    --bodyfontsize: 18px;
    --bodyfontcolor: #1f1f1f;
    --headingfontcolor: #000000;
    --black: #000000;
    --gray: #d9d9d9;
    --mediumgray: #adadad;
    --darkgray: #525252;
    --offblack: #474747;
    --red: #dc291e;
    --white: #ffffff;
    --blue: #285a71;
    --yellow: #f5b82e;
    --manatee: #999999;
    --green: #5e8c61;
    --orange: #efa00b;
    --event-virtual-background: #ce7019;
    --event-in-person-background: #005295;
    --event-hybrid-background: #c0af2c;
    --event-virtual-date: #f8bb80;
    --event-in-person-date: #adcadd;
    --event-hybrid-date: #f0ea9c;
}
.Alerts .AlertItem {
    border: 2px solid var(--red);
    background-color: var(--white);
    border-radius: 3px;
}
a[id$="_ViewAllButton"], a[id$="_NextButton"], a[id$="_PreviousButton"] {
    background: var(--red);
    padding: 5px 15px;
    position: relative;
    color: white!important;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
    transition: .2s ease-in-out all;
}
a[id$="_ViewAllButton"]:hover, a[id$="_NextButton"]:hover, a[id$="_PreviousButton"]:hover {
    background: var(--darkgray);
    padding: 5px 15px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
    transition: .2s ease-in-out all;
}

.renewNowButton {
    text-align: center;
    position: relative;
    top: -5px;
}
.miniAccordionZone .headerSelected a:visited {
    color: white;
}
img.roundedCornersImg {
    border-radius: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 7px;
    border: 3px solid var(--manatee);
}
.featureBox {
    background: var(--gray);
    padding: 15px;
    border-radius: 5px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.featureBox p {
    font-size: 90%;
    font-weight: 500;
}
.FullWidthArea-StyleBg1 > div.container-inner > .row:first-child {
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%,rgba(255,255,255,0.7) 20%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0) 80%,rgba(255, 255, 255, 0) 100%);
}
.newsItemPubDate {
    margin-bottom: 5px;
    font-size: 75%;
    font-weight: 500;
}
.footer-content p {
    font-size: 80%;
}
.photoGallery .panel-body {
    padding: 0;
}
.galleria {
    box-shadow: none !important;
}
.RadMenu.RadMenu_GreatBarrierReef .rmText,
.RadMenu.RadMenu_GreatBarrierReef .rmHorizontal .rmText,
.RadMenu.RadMenu_GreatBarrierReef .rmSlide .rmText {
    padding: 5px 10px;
}
a,
a:visited {
    color: var(--bodyfont);
}
a:focus,
a:hover {
    color: var(--red);
}

#MainHtml #MainBody:not(.fade) {
    opacity: 0;
}

#MainHtml #MainBody:not(.fade).makeVisible {
    opacity: 1;
    transition: 0.2s ease-in-out opacity;
}

/* Add this to your stylesheet */
#WTZone4_Page1 {
    height: 65vh; /* 65% of viewport height */
    overflow: hidden;
    position: relative;
}
.CalloutPart2 {
    background-color: var(--gray); text-align:left;
}
.CalloutPart2 .PanelFieldValue {
    text-align: left;
}
.CalloutPart2 .SectionLabel:after {
    border-bottom: 2px solid var(--red);
}
.videoCaption {
    color: var(--white);
    position: absolute;
    top: 50%;
    background: rgba(0, 0, 0, 0.35);
    padding: 20px 20px;
    left: 10%;
    width: 100%;
    max-width: 40%;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    transform: translateY(calc(-50% - 30px));
}
.videoCaption h1 {
    color: var(--white);
    line-height: 1 !important;
    margin-bottom: 15px;
}
.videoCaption h1:after {
    content: none;
}
.sTxt{font-size:75%;}

.noHdr thead,.noHdr .GridTitlePanel{display:none;}
.noHdr .RadGrid{border:0;}
.noHdr .rgSelectedRow{background-color:transparent!important;border-color:transparent!important;color:#000!important;}
.noHdr .rgSelectedRow td{border:0!important;}

.noTitle .PanelTitle{display:none;}
.noTabs .RadTabStrip,.noTabs .Info{display:none;}
.noTabs .panel-body{padding:0;}
.noTabs .ContentWizardDisplay{border:0;}
#WTZone4_Page1 video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Maintains aspect ratio while filling container */
    object-position: center 35%; /* Adjust vertical position here */
}
div#HomePageContent {
    max-height: 700px;
    overflow: hidden;
    object-position: top;
}
.d-none {
    display: none !important;
}
.Wrapper-HomePage .HomePageFullWidthArea .carousel-inner:before {
    content: "";
    display: block;
    background-image: -webkit-gradient(linear, left 0, left 100%, from(rgba(0, 0, 0, 0.3)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0, transparent 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0, transparent 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0, transparent 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
    height: 8px;
    width: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-family: var(--bodyfont);
    font-size: var(--bodyfontsize);
    line-height: 1.5;
    color: var(--bodyfontcolor);
    font-weight: 400;
}
a,
a:visited {
    transition: 0.3s ease-in-out all;
    text-decoration: none;
}
a {
    color: var(--red);
    text-decoration: underline;
    transition: 0.3s ease-in-out all;
}

.backToTop {
    right: 0;
    background: transparent !important;
}
.backToTop:before {
    content: "\f062";
    font-family: fontawesome;
    color: var(--manatee);
    font-size: 42px;
    opacity: 0.7;
}
.leftBorder > div:before {
    content: "";
    height: 100%;
    width: 1px;
    background: var(--yellow);
    position: absolute;
    left: -20px;
}
/* Diamond shaped button, excluding Safari */
html:not(.t-safari) .btn,
html:not(.t-safari) .TextButton {
    margin: 5px 0;
    background-image: none;
    background: var(--darkgray) !important;
    background-size: unset !important;
    padding: 5px 25px !important;
    font-weight: 600;
}
html:not(.t-safari) .btn:hover,
html:not(.t-safari) .TextButton:hover,
html:not(.t-safari) .btn:focus,
html:not(.t-safari) .TextButton:focus {
    background-image: none;
    background: var(--manatee) !important;
    background-size: unset !important;
    padding: 5px 25px !important;
}

html:not(.t-safari) .PrimaryButton, html:not(.t-safari) .btn-primary,
html:not(.t-safari) .SaveAndClose,
html:not(.t-safari) .SaveAs,
html:not(.t-safari) .UsePrimaryButton .TextButton,
html:not(.t-safari) .UsePrimaryButton .TextButtonWithImage,
html:not(.t-safari) #masterHeaderActionArea a,
html:not(.t-safari) .RadGrid input.PrimaryButton,
html:not(.t-safari) .Spotlight .TextButton,
html:not(.t-safari) .BigButtonPanelArea2 .btn,
html:not(.t-safari) .RadUpload .ruButton,
html:not(.t-safari) .ruButton,
html:not(.t-safari) .ruFileInput {
    background-image: none !important;
    background-color: var(--red) !important;
    background-size: unset !important;
    color: var(--white) !important;
    font-weight: bold;
    font-family: var(--bodyfont);
    -webkit-transition: all 0.2s ease-in-out !important;
    -o-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
}

html:not(.t-safari) .PrimaryButton:hover, html:not(.t-safari) .btn-primary:hover,
html:not(.t-safari) .SaveAndClose:hover,
html:not(.t-safari) .SaveAs:hover,
html:not(.t-safari) .UsePrimaryButton .TextButton:hover,
html:not(.t-safari) .UsePrimaryButton .TextButtonWithImage:hover,
html:not(.t-safari) #masterHeaderActionArea a:hover,
html:not(.t-safari) .RadGrid input.PrimaryButton:hover,
html:not(.t-safari) .Spotlight .TextButton:hover,
html:not(.t-safari) .BigButtonPanelArea2 .btn:hover,
html:not(.t-safari) .RadUpload .ruButton:hover,
html:not(.t-safari) .ruButton:hover,
html:not(.t-safari) .ruFileInput:hover {
    background-color: var(--manatee) !important;
    color: var(--white) !important;
    -webkit-transition: all 0.2s ease-in-out !important;
    -o-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
}

/* Button styles for all browsers */
.btn,
.TextButton,
.ruButton {
    margin: 5px 0;
    background: var(--darkgray) !important;
    font-size: 16px !important;
    -webkit-transition: all 0.2s ease-in-out !important;
    -o-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
    margin: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.btn:hover,
.btn:focus,
.TextButton:hover,
.TextButton:focus,
.ruButton:hover,
.ruButton:focus {
    -webkit-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    background: var(--manatee) !important;
    -webkit-transition: all 0.2s ease-in-out !important;
    -o-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
}

html:not(.t-safari) .TextButton.ManateeButton,
.TextButton.ManateeButton {
    background: var(--manatee) !important;
    color: var(--white);
}

html:not(.t-safari) .TextButton.ManateeButton:hover,
.TextButton.ManateeButton:hover,
.TextButton.ManateeButton:focus {
    background: var(--red) !important;
    color: var(--white) !important;
}
.ContentBlockPrimary {
    padding: 20px;
    background-color: var(--gray);
}
/* Button styles for Safari only */
html.t-safari .PrimaryButton,
html.t-safari .SaveAndClose,
html.t-safari .SaveAs,
html.t-safari .UsePrimaryButton .TextButton,
html.t-safari .UsePrimaryButton .TextButtonWithImage,
html.t-safari #masterHeaderActionArea a,
html.t-safari .RadGrid input.PrimaryButton,
html.t-safari .Spotlight .TextButton,
html.t-safari .BigButtonPanelArea2 .btn,
html.t-safari .RadUpload .ruButton,
html.t-safari .ruButton,
html.t-safari .ruFileInput {
    background-color: var(--red) !important;
    color: var(--white) !important;
    -webkit-transition: all 0.2s ease-in-out !important;
    -o-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
}

html.t-safari .PrimaryButton:hover,
html.t-safari .SaveAndClose:hover,
html.t-safari .SaveAs:hover,
html.t-safari .UsePrimaryButton .TextButton:hover,
html.t-safari .UsePrimaryButton .TextButtonWithImage:hover,
html.t-safari #masterHeaderActionArea a:hover,
html.t-safari .RadGrid input.PrimaryButton:hover,
html.t-safari .Spotlight .TextButton:hover,
html.t-safari .BigButtonPanelArea2 .btn:hover,
html.t-safari .RadUpload .ruButton:hover,
html.t-safari .ruButton,
html.t-safari .ruFileInput:hover,
html.t-safari .PrimaryButton:focus,
html.t-safari .SaveAndClose:focus,
html.t-safari .SaveAs:focus,
html.t-safari .UsePrimaryButton .TextButton:focus,
html.t-safari .UsePrimaryButton .TextButtonWithImage:focus,
html.t-safari #masterHeaderActionArea a:focus,
html.t-safari .RadGrid input.PrimaryButton:focus,
html.t-safari .Spotlight .TextButton:focus,
html.t-safari .BigButtonPanelArea2 .btn:focus,
html.t-safari .RadUpload .ruButton:focus,
html.t-safari .ruButton,
html.t-safari .ruFileInput:focus {
    background-color: var(--manatee) !important;
}

.RadMenu .rmRootGroup .rmItem .rmGroup {
    padding-bottom: 0 !important;
}
#hd.scrolled {
    filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.12)) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
    transition: 0.3s ease-in-out filter;
}
.menuPanel-What-content, .menuPanel-About-content, .menuPanel-Get-content, .menuPanel-Membership-content, .menuPanel-News-content {
    border-bottom: 15px solid var(--manatee);
    position: relative;
    top: -10px;
    margin-bottom: -10px;
    color: var(--gray);
    background: var(--darkgray);
    left: -1px;
    overflow: hidden;
}

.bannerMenu p {
    font-size: 72%;
    letter-spacing: .3px;
}

.menuPanel-What-content a,
.menuPanel-About-content a,
.menuPanel-Get-content a,
.menuPanel-Membership-content a,
.menuPanel-News-content a,
.menuPanel-What-content a:visited,
.menuPanel-About-content a:visited,
.menuPanel-Get-content a:visited,
.menuPanel-Membership-content a:visited,
.menuPanel-News-content a:visited {
    color: var(--white);
    text-decoration: none;
    transition: 0.2s ease-in-out all;
    position: relative;
    opacity: 0.8;
}

.menuPanel-What-content a:hover,
.menuPanel-About-content a:hover,
.menuPanel-Get-content a:hover,
.menuPanel-Membership-content a:hover,
.menuPanel-News-content a:hover {
    color: var(--white);
    opacity: 1;
    text-decoration: none;
    transition: 0.2s ease-in-out all;
}
.footer-content ul li a:before, .menuPanel-What-content a:before, .menuPanel-About-content a:before, .menuPanel-Get-content a:before, .menuPanel-Membership-content a:before, .menuPanel-News-content a:before {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    left: -12px;
    font-size: 70%;
    top: 50%;
    color: transparent;
    transition: 0.2s ease-in-out color;
    transform: translatey(-50%);
}
.footer-content ul li a:hover:before, .menuPanel-What-content .bannerMenu a:hover:before, .menuPanel-About-content .bannerMenu a:hover:before, .menuPanel-Get-content .bannerMenu a:hover:before, .menuPanel-Membership-content .bannerMenu a:hover:before, .menuPanel-News-content .bannerMenu a:hover:before {
    color: var(--yellow);
    transition: 0.2s ease-in-out color;
}
.menuBanner > .ContentItemContainer:first-child:before {
    content: "";
    position: absolute;
    height: 100%;
    width: calc(100% - 50px);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.2+0,0+100 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.paddedBox {
    padding: 40px 40px 10px 10px;
}

.ContentBlockPrimary {
    padding: 20px;
    background-color: var(--gray);
}

.header-top-container .header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header#hd {
    display: flex;
    flex-direction: column;
}
#masterHeaderImage {
    background-image: url("/images/Logos/carolinas-agc-logo.png");
    background-repeat: no-repeat;
    width: 330px;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
    height: 86px;
    background-position: center;
}
.footer-content {
    background-color: var(--black);
    color: white;
    text-align: left;
    padding-top: 3em;
}
.fText {
    font-size: 12px;
    line-height: 14px;
    text-align: left;
}
.footer-content h2 {
    margin-top: 0;
    color: white;
    border-bottom: none;
}
.header-logo-container {
    float: left;
    margin: 0;
    margin-bottom: 10px;
}
h1:after {
    border-bottom: 3px solid var(--red);
}
.nav-auxiliary .nav-aux-button.nav-aux-account .nav-text,
.nav-auxiliary .nav-aux-button.nav-aux-cart .nav-text {
    display: inline-flex;
    height: 24px;
    align-items: center;
    justify-content: space-around;
}
.container,
.header-container,
.SliderPage1 {
    max-width: 1400px;
}

a {
    color: var(--bodyfontcolor);
}
a:visited {
    color: var(--bodyfontcolor);
}
a:hover,
a:focus,
a:active {
    color: var(--red);
    text-decoration: none;
}
a.aspNetDisabled,
a.aspNetDisabled:hover,
a.aspNetDisabled:focus,
a.aspNetDisabled:active,
a.aspNetDisabled:visited {
    color: var(--gray);
}

.RadGrid a,
.RadToolTip a {
    color: var(--black) !important;
}
.RadGrid a:visited,
.RadToolTip a:visited {
    color: var(--bodyfontcolor) !important;
}
.RadGrid a:hover,
.RadGrid a:focus,
.RadGrid a:active,
.RadToolTip a:hover,
.RadToolTip a:focus,
.RadToolTip a:active {
    color: var(--red) !important;
}
.RadGrid a.aspNetDisabled,
.RadGrid a.aspNetDisabled:hover,
.RadGrid a.aspNetDisabled:focus,
.RadGrid a.aspNetDisabled:active,
.RadGrid a.aspNetDisabled:visited,
.RadToolTip a.aspNetDisabled,
.RadToolTip a.aspNetDisabled:hover,
.RadToolTip a.aspNetDisabled:focus,
.RadToolTip a.aspNetDisabled:active,
.RadToolTip a.aspNetDisabled:visited {
    color: var(--red) !important;
}

.RadGrid a.TextButton {
    color: var(--white) !important;
}
.Wrapper-HomePage h2.panel-title {
    color: var(--black);
    margin-bottom: 20px;
}
.Wrapper-HomePage h2.panel-title:after {
    content: "";
    display: block;
    bottom: 0;
    width: 30%;
    margin: 5px auto 0 auto;
    border-bottom: 2px solid var(--red);
}
.FeatureText {
    color: var(--black);
    font-size: 125%;
    line-height: 1.7;
    font-weight: 500;
    font-style: italic;
}

/*Calendar Wiggle - for full calendars calendars*/


time.icon, time.iconSm
{
	font-size: .85em; /* change icon size */
	display: block;
	position: static;
	/*float:left;*/
	width: 90px;
	height: 90px;
	background-color: #fff;
	margin: 10px 0;
	border-radius: 7px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform: rotate(0deg) skewY(0deg);
	-webkit-transform-origin: 50% 10%;
	transform-origin: 50% 10%;
	left:5%;
	float:left;
}
time.icon *{display: block;width: 100%;font-size: 1em;font-weight: bold;font-style: normal;text-align: center;}
time.icon strong {position: absolute;top: 0;left: 0;padding: .1em 0 0;color: #FFF;background-color: #233248;border-bottom: 1px dashed #1c2839;box-shadow: 0 2px 0 #1c2839; font-size: 0.85em;}
time.icon em {position: absolute;bottom: -0.1em;left: 0;color: #233248; font-size: 0.80em;}
time.icon span {width: 100%;font-size: 1.8em;letter-spacing: -0.05em;padding-top: 0.60em;color: #2F2F2F;}


.hpEvent a{text-decoration:none;}
.hpEvent h3 {color:var(--red); font-size:1em; font-weight:normal; text-align:center;}
.hpEvent th{display:none;}
.hpEvent .RadGrid.RadGrid_MetroTouch .rgSelectedRow td{border:0;}
.hpEvent .RadGrid.RadGrid_MetroTouch .rgSelectedRow{background:none; color:inherit;}

time.iconH
{
	font-size: .85em; /* change icon size */
	display: block;
	position: static;
	/*float:left;*/
	width: 90px;
	height: 90px;
	background-color: #fff;
	margin: 10px 0;
	border-radius: 7px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform: rotate(0deg) skewY(0deg);
	-webkit-transform-origin: 50% 10%;
	transform-origin: 50% 10%;
	left:5%;
	float:left;
margin-left:25px;
}
time.iconH *, time.icon *, time.iconSm *{display: block;width: 100%;font-size: 1em;font-weight: bold;font-style: normal;text-align: center;}
time.iconH strong, time.icon strong, time.iconSm strong {
    position: absolute;
    top: 0;
    left: 0;
    padding: .1em 0 0;
    color: #FFF;
    background-color: var(--darkgray);
    border-bottom: 1px dashed var(--darkgray);
    box-shadow: 0 2px 0 var(--darkgray);
    font-size: 0.85em;
}
time.iconH em, time.icon em, time.iconSm em {position: absolute;bottom: -0.1em;left: 0;color: #233248; font-size: 0.80em;}
time.iconH span, time.icon span,  time.iconSm span {
    width: 100%;
    font-size: 230%;
    letter-spacing: -0.05em;
    padding-top: 0.60em;
    color: var(--darkgray);
}
a:has(time.iconH), a:has(time.icon) {
    display: flex;
    align-items: center;
    justify-content: start;
    column-gap: 20px;
}
a:has(time.iconH) h3, a:has(time.icon) h3, a:has(time.iconSm) h3 {
color:var(--black);
transition: .2s ease-in-out color;
}
a:has(time.iconH):hover h3, a:has(time.icon):hover h3, a:has(time.iconSm):hover h3 {
    color: var(--red);
    transition: .2s ease-in-out color;
}
a:has(time.icon) {
    flex-direction: column;
}
a:has(time.iconSm) {
    flex-direction: row;
}
.hpEventH, .hpEvent a{text-decoration:none;}
.hpEventH h3, .hpEvent h3 {
    color: var(--black);
    font-weight: 500;
    font-size: 100%;
}
.hpEventH th, .hpEvent th{display:none;}
.hpEventH .RadGrid.RadGrid_MetroTouch .rgSelectedRow td, .hpEvent .RadGrid.RadGrid_MetroTouch .rgSelectedRow td{border:0;}
.hpEventH .RadGrid.RadGrid_MetroTouch .rgSelectedRow, .hpEvent .RadGrid.RadGrid_MetroTouch .rgSelectedRow {background:none; color:inherit;}

.hpEventSm a{text-decoration:none;}
.hpEventSm h3 {color:var(--red); font-size:1em; font-weight:normal; text-align:left; /* text-align:center; */ margin-left: 35%; }
.hpEventSm th{display:none;}
.hpEventSm .RadGrid.RadGrid_MetroTouch .rgSelectedRow td{border:0;}
.hpEventSm .RadGrid.RadGrid_MetroTouch .rgSelectedRow{background:none; color:inherit;}


a:has(time.icon) h3 {
    font-size: 80%;
}

p {
    margin-top: 0;
    margin-bottom: 1em;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.PageTitle,
.PanelTitle,
.SectionTitle,
.PanelHead.Distinguish,
.TitleBarCaption,
.SectionLabel,
div.PanelTitle,
.panel-heading.Distinguish {
    line-height: 1.1;
    letter-spacing: 0.25px;
}

h1,
.h1,
.PageTitle,
h2,
.h2,
.PanelTitle {
    font-family: var(--headingfont);
    font-weight: 700;
    color: var(--black);
}

h1,
.h1,
.PageTitle {
    margin-top: 0;
}

h1,
.h1,
.PageTitle {
    color: var(--black);
    font-size: 200%;
}

h1.BigHeader,
.h1.BigHeader {
    color: var(--white);
    background-color: var(--red);
    padding: 20px;
    margin: 0;
}

h2,
.PanelTitle {
    line-height: 1.2;
    font-size: 170%;
}
h2,
.h2,
.PanelHead.Distinguish,
.TitleBarCaption,
div.PanelTitle,
.panel-heading.Distinguish {
    min-height: 0;
    border-bottom: none;
    margin-bottom: 20px;
}

h4,
.SectionLabel,
h5 {
    margin: 0 0 0.2em;
}

h3,
.h3,
.SectionTitle {
    color: var(--headingfontcolor);
}
h4,
.h4,
.SectionLabel {
    color: var(--black);
}
h5,
.h5 {
    color: var(--red);
}
h6,
.h6 {
    margin: 0;
    color: var(--black);
}
.noPanelPadding .panel-body {
    padding: 0;
}

.noPanelPadding .RadGrid.RadGrid_MetroTouch .rgRow td, .noPanelPadding.RadGrid.RadGrid_MetroTouch .rgRow td:first-child,
.noPanelPadding .RadGrid.RadGrid_MetroTouch .rgAltRow td, .noPanelPadding.RadGrid.RadGrid_MetroTouch .rgAltRow td:first-child {
    padding: 5px;
}

.bannerMenu h4 {
    color: var(--white);
    font-size: 90%;
    border-bottom: 2px solid rgba(147, 149, 152, 0.4);
    padding-bottom: 3px;
    font-weight: 600;
}
.bannerMenu.leftBorder h4 {
    display: inline;
}
.featuredBenefitLinks img {
    position: relative;
    left: 50%;
    transform: translatex(-50%);
    max-width: 270px;
}
.bannerMenu ul {
    margin-bottom: 25px !important;
}
hr {
    margin-left: 0;
    margin-right: 0;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: var(--gray);
}

.StandardPanel,
.ContentBorder,
h2,
.PanelHead.Distinguish,
.TitleBarCaption,
div.ShowFieldset fieldset,
.panel-border,
.panel-heading.Distinguish {
    border-color: var(--gray);
}

.RadMenu.RadMenu_GreatBarrierReef .rmRootGroup > .rmItem > .rmLink {
    text-transform: none;
    color: var(--black);
    font-family: var(--bodyfont);
    font-size: 120%;
    font-weight: 600;
    letter-spacing: 1px;
}
.footer-content a {
    color: white;
    text-decoration: none;
}
.footer-nav-copyright {
    padding-top: 1em;
    padding-bottom: 1em;
}

.footer-content {
    padding-top: 3em;
}

.footer-content-section {
    padding: 0 15px 1em;
}
.footer-content a.fa,
.footer-content a.fa-brands {
    color: white;
    font-size: 28px;
    padding: 0 3px;
    text-decoration: none;
    margin-bottom: 15px;
}

.footer-content a.fa:hover,
.footer-content a.fa-brands:hover {
    color: var(--red);
}

.footer-nav-copyright .NavigationUnorderedList {
    text-align: center;
    display: block;
}
.footer-nav-copyright:before,
.footer-nav-copyright:after {
    content: " ";
    display: table;
}
.footer-nav-copyright:after {
    clear: both;
}
.footer-nav-copyright .NavigationUnorderedList,
.footer-nav-copyright .footer-copyright {
    margin: 0;
}
.Wrapper-HomePage .FullWidthArea-StyleBg4 {
    font-family: var(--headingfont);
}
.slick-list.draggable {
    max-width: 100vw;
    width: 100%;
}
.slides-features .panel-body {
    padding: 0;
}
.logoCarousel .slick-track,
.testimonialZone .slick-track,
.slides-features .slick-track {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.rmVertical .noLabels h3 {
    color: var(--gray);
    font-size: 125%;
    font-weight: 500;
    font-style: italic;
}
.meetingTitle > a:before {
    content: none !important;
}
.SearchResultSummary .ListItemTitle a {
    color: var(--black) !important;

    line-height: 1.2;
}
.menuBanner {
    height: 100%;
    overflow: hidden;
}
.clearBox {
    padding: 40px;
    background: transparent;
}
.noTopPadding {
    padding-top: 0;
}
.fName {

    margin-bottom: 5px;
}
@media (max-width: 767px) {
    .slick-list.draggable {
        max-width: calc(100vw - 25px);
        width: 100%;
    }

    .menuBanner,
    .menuBanner > .ContentItemContainer:first-child:before {
        max-height: 250px;
    }

    .Wrapper-FullWidth #masterContentArea.container {
        max-width: 100vw;
        padding: 0;
    }
    .slick-initialized .slick-slide {
        display: block;
        position: relative;
    }
    [id$="NewSocialShareCommon"],
    [id$="SocialShareCommon"] {
        display: none !important;
    }

    .videoCaption {
        max-width: 100%;
        left: 0;
    }
    .row.displayFlex {
        margin-bottom: 30px;
        display: block !important;
    }
    .RadMenu.RadMenu_GreatBarrierReef .rmRootGroup > .rmItem > .rmLink {
        color: var(--white);
    }

    .header-top-container .header-container {
        display: block;
    }

    .footer-nav-copyright .footer-social-copyright {
        text-align: center;
    }

    .header-top-container {
        background: var(--white);
    }
}
.footer-nav-copyright .footer-social-copyright .footer-social,
.footer-nav-copyright .footer-social-copyright .footer-copyright {
    padding-top: 10px;
    padding-bottom: 10px;
}
.row {
    display: flex;
    flex-wrap: wrap;
}

.menuBanner .ContentItemContainer {
    height: 100%;
}

.carousel-caption {
    top: 50% !important;
    transform: translateY(-50%);
}
.menuBanner img {
    object-fit: cover;
    width: 100% !important;
    height: 100%!important;
    object-position: bottom center;
}
.leftBorder > .ContentItemContainer {
    position: relative;
}
.menuBanner h3 {
    color: white;
    font-size: 170%;
}
.menuBanner > div:nth-child(2) {
    position: absolute;
    top: 0;
    padding: 30px;
    color: white;
    height: 100%;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
    font-size: 110%;
    font-weight: 500;
}
.slick-slide[style="width: 0px;"] {
    display: none;
}
.slick-list.draggable:has(.slick-slide[style="width: 0px;"]):after {
    content: "Loading...";
    font-style: italic;
    font-size: 80%;
    margin-left: 15px;
    position: relative;
    left: 0;
    top: 0;
}

.featuredEvents.singleRow .eventSlide .meetingDetail > div {
    display: flex;
    column-gap: 10px;
}
.featuredEvents.singleRow .meetingTitle {
    font-size: 75%;
}
.featuredEvents.singleRow .meetingDetail span.meetingLocation,
.featuredEvents.singleRow .meetingDetail span.meetingDate {
    font-size: 65%;
    display: flex;
    flex-wrap: wrap;
    font-weight: 300;
    color: var(--gray);
}
.featuredEvents.singleRow .eventSlide {
    padding: 3px 10px;
}

.carousel-caption {
    padding: 15px;
    font-family: var(--bodyfont);
    bottom: unset;
    background-color: rgba(0, 0, 0, 0.35);
    text-align: left !important;
}
.Wrapper-HomePage .HomePageFullWidthArea .carousel-inner .item {
    height: 390px !important;
}
@media (min-width: 768px) {
    .singleRow.featuredEvents .slick-slide {
        min-width: 347px;
    }
    .RadTreeView .rtTop,
    .RadTreeView .rtMid,
    .RadTreeView .rtBot {
        border-left: 4px solid var(--red);
    }
}
.carousel-caption {
    width: 100%;
    max-width: 40%;
    right: auto !important;
    left: 15% !important;
}
.footer-nav-copyright .footer-social-copyright .footer-social {
    text-align: left;
}
.nav-auxiliary .nav-aux-button.nav-aux-account .nav-text {
    color: var(--black);
}
.RadMenu.RadMenu_GreatBarrierReef .rmItem {
    white-space: normal;
}
.footer-nav-copyright .footer-social-copyright .footer-copyright {
    float: right;
    width: auto;
    clear: right;
}

.no-mqs .footer-nav-copyright .footer-social-copyright .footer-social {
    text-align: left;
}
.no-mqs .footer-nav-copyright .footer-social-copyright .footer-copyright {
    float: right;
    width: auto;
    clear: right;
}
.footer-copyright p {
    margin-bottom: 0;
    font-size: 70%;
    margin-top: 10px;
}
@media (min-width: 480px) {
    .footer-content-section {
        float: left;
        width: 50%;
    }
}
.no-mqs .footer-content-section {
    float: left;
    width: 50%;
}

@media (min-width: 768px) {
    .footer .footer-social {
        width: 33.3333333333%;
    }
    .footer .footer-promo-container {
        width: 66.6666666667%;
    }
}
.no-mqs .footer .footer-social {
    width: 33.3333333333%;
}
.no-mqs .footer .footer-promo-container {
    width: 66.6666666667%;
    background-color: var(--red);
}

#masterFooterCopyright {
    clear: both;
}

.footer-content {
    background-color: var(--black);
    color: white;
    text-align: center;
}
.footer-content h2 {
    margin-top: 0;
    color: white;
    border-bottom: none;
}
.footer-content a {
    color: white;
}

.footer-social {
    padding-top: 15px;
}
.footer-social a {
    margin-right: 0.5em;
}

.footer-promo-container .promo {
    background-color: var(--red);
    /* rgba fallback */
    background-color: rgba(197, 44, 51, 1);
    padding: 15px 15px 0 15px;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.075), 0 1px 0 rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}
.footer-promo-container .lead {
    font-family: var(--bodyfont);
    font-weight: 700;
    margin-bottom: 0.25em;
    font-size: 80%;
    line-height: inherit;
    text-align: right;
}

@media (min-width: 992px) {
    .footer-promo-container .lead {
        font-size: 80%;
    }
}
.no-mqs .footer-promo-container .lead {
    font-size: 80%;
}
.footer-promo-container .TextButton {
    background-color: black;
    /* rgba fallback */
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.footer-promo-container .TextButton:hover {
    background-color: black;
    /* rgba fallback */
    background-color: rgba(0, 0, 0, 0.8);
}

.footer-nav-copyright {
    background-color: var(--black);
    color: var(--manatee);
}
.footer-nav-copyright a,
.footer-nav-copyright a:visited {
    color: white;
}
.footer-nav-copyright a:hover,
.footer-nav-copyright a:active {
    color: white;
}

/* Compatibility Footer
   ========================================================================== */
/* Old-style footer (pre-responsive) */

h5.fHead {
    text-align: left;
    color: var(--white);
    font-size: 90%;
    margin-bottom: 15px;
}
.footer-content a:hover {
    text-decoration: underline;
}
.footer-content ul li a:hover {
    text-decoration: none;
}
.footer-content h2 {
    margin-top: 0;
    color: white;
    border-bottom: none;
}
.FullWidthArea-StyleBg6 {
    background-color: var(--black);
    color: white;
    background-image: url(/images/template-cagc/AdobeStock_436392966-2K.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
}
#ft h4 {
    color: white;
    font-family: var(--bodyfont);
    font-weight: 700;
}
.Wrapper-HomePage .FullWidthArea-StyleBg2 h2:before {
    content: none;
}
.newsItem h4 {
    font-size: 105%;
}
.newsItem {
    font-size: 85%;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--gray);
    padding-bottom: 15px;
}

.RadSocialShare_Default {
    font-family: var(--bodyfont) !important;
}
#masterFooterConnectWithUs {
    border-style: solid;
    border-color: rgba(221, 221, 221, 0.8);
    border-width: 0 1px;
}

#masterFooterContent a,
#masterFooterCopyright a,
#masterFooterNavigation a {
    color: white;
}
#masterFooterContent a:visited,
#masterFooterCopyright a:visited,
#masterFooterNavigation a:visited {
    color: white;
}
#masterFooterContent a:hover,
#masterFooterContent a:active,
#masterFooterCopyright a:hover,
#masterFooterCopyright a:active,
#masterFooterNavigation a:hover,
#masterFooterNavigation a:active {
    color: #e6e6e6;
}
.breadcrumb {
    font-size: 80%;
    color: var(--manatee);
    font-weight: 500;
}
#masterFooterCopyright {
    border-color: #dddddd;
    /* rgba fallback */
    border-top: 1px solid rgba(221, 221, 221, 0.5);
}
.SearchField label {
    font-size: 120%;
    color: var(--white);
}
.SearchField,
.SearchResultSummary .ListItemTitle a {
    background-color: var(--black);
}
.RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected {
    color: var(--black) !important;
}
.RadTabStrip.RadTabStrip_MetroTouch {
    font-family: var(--bodyfont) !important;
    font-weight: inherit;
    font-size: 18px !important;
    clear: both;
}
.nav-secondary .sub-nav-head {
    background-color: var(--white);
    color: var(--black);
    font-weight: 600;
    font-size: 110%;
    text-transform: none;
    border-left: 4px solid var(--red);
}
ul.rmVertical.rmGroup li {
    display: none;
}
.bannerMenu {
    padding: 25px 0;
}
.smallAds .panel-body {
    padding: 0;
}
.bannerMenu li {
    display: block !important;
    font-size: 82%;
    margin: 10px 5px 10px 11px;
    line-height: 1.1;
}

a.TextButton {
    opacity: 1;
}
@media (min-width: 768px) {
    /* Initial state of header-bottom */
    .header-bottom-container {
        position: relative;
        background-color: var(--white); /* adjust to your color */
        transition: all 0.3s ease;
        z-index: 999;
    }

    /* When it becomes sticky */
    .header-bottom-container.is-sticky {
        position: fixed;
        top: 0;
        right: unset;
        bottom: unset;
        left: 0;
        width: 100%;
        height: auto; /* Added this */
        z-index: 1000;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

    /* Placeholder to prevent content jump when header becomes fixed */
    .header-sticky-placeholder {
        display: none;
    }

    .header-sticky-placeholder.active {
        display: block;
    }
    .header-top-container {
        position: relative;
        background: var(--white);
        z-index: +9999;
    }
    .header-bottom-container {
        position: sticky;
        top: 0;
        background-color: var(--gray);
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    }
    .RadMenu.RadMenu_GreatBarrierReef .rmRootLink.rmSelected,
    .RadMenu.RadMenu_GreatBarrierReef .rmRootLink.rmExpanded,
    .RadMenu.RadMenu_GreatBarrierReef .rmRootLink:hover,
    .RadMenu.RadMenu_GreatBarrierReef .rmRootLink:focus,
    .RadMenu.RadMenu_GreatBarrierReef .rmRootLink.rmFocused {
        border-top: 3px solid var(--red);
    }
    .RadMenu.RadMenu_GreatBarrierReef .rmRootLink.rmExpanded {
        border-top: 3px solid var(--gray);
    }
    .RadMenu.RadMenu_GreatBarrierReef .rmGroup {
        background-color: var(--white);
        width: 100vw;
        overflow: visible;
    }

    .rmExpanded span.rmText.rmExpandDown {
        color: var(--red);
        transition: 0.2s ease-in-out color;
    }

    .rmSlide {
        left: 0 !important;
    }
    .RadMenu.RadMenu_GreatBarrierReef .rmRootGroup > .rmItem,
    .RadMenu.RadMenu_GreatBarrierReef .rmRootGroup,
    .RadMenu.RadMenu_GreatBarrierReef {
        position: static !important;
        display: flex;
        justify-content: space-around;
        width: 100%;
        flex-grow: 0;
    }
}

@media (min-width: 1200px) {
    .row.displayFlex {
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 25px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 5px;
    }
}

.RadGrid.RadGrid_MetroTouch .rgMasterTable .rgSelectedCell,
.RadGrid.RadGrid_MetroTouch .rgSelectedRow,
.RadGrid.RadGrid_MetroTouch td.rgEditRow .rgSelectedRow,
.RadGrid.RadGrid_MetroTouch .rgSelectedRow td.rgSorted,
.RadGrid.RadGrid_MetroTouch th.rgSorted,
.RadGrid.RadGrid_Metro .rgMasterTable .rgSelectedCell,
.RadGrid.RadGrid_Metro .rgSelectedRow,
.RadGrid.RadGrid_Metro td.rgEditRow .rgSelectedRow,
.RadGrid.RadGrid_Metro .rgSelectedRow td.rgSorted,
.RadGrid.RadGrid_Metro th.rgSorted {
    background-color: var(--bodyfontcolor);
    border-color: var(--bodyfontcolor);
    text-decoration: none;
}
.RadGrid.RadGrid_MetroTouch .rgNumPart a.rgCurrentPage, .RadGrid.RadGrid_MetroTouch .rgNumPart a.rgCurrentPage:hover, .RadGrid.RadGrid_MetroTouch .rgPagePrev:active, .RadGrid.RadGrid_MetroTouch .rgPageNext:active, .RadGrid.RadGrid_MetroTouch .rgPageFirst:active, .RadGrid.RadGrid_MetroTouch .rgPageLast:active, .RadGrid.RadGrid_MetroTouch .rgPager .rgPagerButton, .RadGrid.RadGrid_Metro .rgNumPart a.rgCurrentPage, .RadGrid.RadGrid_Metro .rgNumPart a.rgCurrentPage:hover, .RadGrid.RadGrid_Metro .rgPagePrev:active, .RadGrid.RadGrid_Metro .rgPageNext:active, .RadGrid.RadGrid_Metro .rgPageFirst:active, .RadGrid.RadGrid_Metro .rgPageLast:active, .RadGrid.RadGrid_Metro .rgPager .rgPagerButton {
    background-color: var(--bodyfontcolor) !important;
    border-color: var(--bodyfontcolor) !important;
}
.account-banner-bg-color-mps-1 .account-banner-short .banner-top-bar {
    background-color: var(--bodyfont);
}
.eventSlide {
    background: var(--headingfont);
    color: white;
    transition: 0.3s ease-in-out all;
}
.eventSlide:has(a.linkWrapper:hover) {
    background: var(--manatee);
    transition: 0.3s ease-in-out all;
    color: var(--bodyfont);
}

.multiColumnList.roster .RadGrid_MetroTouch {
    border: 0;
}
.noGrid .RadGrid .rgRow,
.noGrid .RadGrid .rgAltRow {
    background: transparent;
}

.noGrid .RadGrid_MetroTouch .rgRow {
    background: transparent !important;
}

.noLabels .PanelField label,
.noLabels .PanelField .Label {
    display: none;
}

.noLabels.noGrid .RadGrid_MetroTouch {
    border: 0;
    color: inherit;
    background-color: transparent;
    overflow: hidden !important;
    max-width: 100% !important;
}

.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgHeader,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgHeader:first-child,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch th.rgResizeCol,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch th.rgResizeCol:first-child,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgRow td,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgRow td:first-child,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgAltRow td,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgAltRow td:first-child,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgEditRow td,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgEditRow td:first-child,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgFooter td,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgFooter td:first-child,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgFilterRow td,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgFilterRow td:first-child,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgNoRecords td,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgNoRecords td:first-child,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgHeader,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgHeader:first-child,
.noLabels.noGrid .RadGrid.RadGrid_Metro th.rgResizeCol,
.noLabels.noGrid .RadGrid.RadGrid_Metro th.rgResizeCol:first-child,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgRow td,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgRow td:first-child,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgAltRow td,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgAltRow td:first-child,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgEditRow td,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgEditRow td:first-child,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgFooter td,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgFooter td:first-child,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgFilterRow td,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgFilterRow td:first-child,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgNoRecords td,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgNoRecords td:first-child {
    padding: 0;
}

.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgActiveRow td,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgActiveRow td.rgSorted,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgSelectedRow td,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgSelectedRow td.rgSorted,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgMasterTable .rgActiveCell,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgActiveRow td,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgActiveRow td.rgSorted,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgSelectedRow td,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgSelectedRow td.rgSorted,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgMasterTable .rgActiveCell {
    border-color: transparent;
    color: #232323;
}

.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgMasterTable .rgSelectedCell,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgSelectedRow,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch td.rgEditRow .rgSelectedRow,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgSelectedRow td.rgSorted,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch th.rgSorted,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgMasterTable .rgSelectedCell,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgSelectedRow,
.noLabels.noGrid .RadGrid.RadGrid_Metro td.rgEditRow .rgSelectedRow,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgSelectedRow td.rgSorted,
.noLabels.noGrid .RadGrid.RadGrid_Metro th.rgSorted {
    background-color: transparent;
    border-color: transparent;
}

.noLabels.noGrid .panel-body,
.noLabels.noGrid .PanelBody {
    padding: 0;
}
.eventSlide {
    position: relative;
    border: 0;
    border-radius: 0;
    max-width: calc(100% - 10px);
    padding: 10px 15px;
    margin-bottom: 15px;
}
.dateMonth {
    text-transform: uppercase;
    font-size: 15px;
    padding: 0 5px 5px;
}
.meetingTitle {
    line-height: 1.1;
    margin-bottom: 3px;
    font-weight: 600;
    margin-top: 5px;
    text-align: center;
    font-size: clamp(80%, 10vw, 100%);
    white-space: nowrap;
}
.meetingDate {
    white-space: nowrap;
    font-size: clamp(5px, 10vw, 90%);
}
.miniCalendar .slick-track {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
}
.miniCalendar .panel {
    border: 0;
}
.meetingDate {
    text-align: center;
}

.ContentBlockPrimary {
    background-color: var(--gray);
}
body:not(.Wrapper-HomePage) div#masterContentArea {
    margin-top: 30px;
}
.dateBox.type {
    float: left;
    background: var(--darkgray);
    color: white;
    min-height: 75px;
    min-width: 110px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-radius: 0;
    margin-right: 15px;
    padding: 5px;
    position: relative;
    left: -15px;
    margin-top: -10px;
    margin-bottom: -10px;
    border: 4px solid rgba(255, 255, 255, 0.3);
}
.UtilityNavigation .account-menu > li > a,
.UtilityNavigation .account-menu > li > a:hover,
.UtilityNavigation .account-menu > li > a:visited,
.UtilityNavigation .account-menu > li > a:active {
    color: var(--black);
}
.eventLink > a {
    position: absolute;
    background: transparent;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-indent: -10000px;
}
#masterContentArea {
    margin-top: 0px;
}
#masterHeaderBackground,
.header {
    border-bottom: 0;
}
.dateDay {
    font-size: 240%;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.5px;
}
.dateYear {
    opacity: 0.6;
    font-size: 100%;
    text-align: center;
    margin: auto;
    font-weight: 300;
}
.eventButton a,
.eventButton a:hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    text-indent: -100000px;
    background: transparent;
    z-index: 1;
}
.eventLink > a {
    position: absolute;
    background: transparent;
    top: 0;
    height: 100%;
    width: 100%;
    text-indent: -100000px;
}
.eventSlide {
    background: transparent;
    color: var(--black);
    transition: 0.3s ease-in-out all;
}
.eventSlide:has(a.linkWrapper:hover) {
    background: var(--manatee);
    transition: 0.3s ease-in-out all;
    color: var(--white);
}
.multiColumnList.roster .RadGrid_MetroTouch {
    border: 0;
}
.noGrid .RadGrid .rgRow,
.noGrid .RadGrid .rgAltRow {
    background: transparent;
}

.noGrid .RadGrid_MetroTouch .rgRow {
    background: transparent !important;
}

.noLabels .PanelField label,
.noLabels .PanelField .Label {
    display: none;
}

.noLabels.noGrid .RadGrid_MetroTouch {
    border: 0;
    color: inherit;
    background-color: transparent;
    overflow: hidden !important;
    max-width: 100% !important;
    width: 100%;
}

.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgHeader,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgHeader:first-child,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch th.rgResizeCol,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch th.rgResizeCol:first-child,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgRow td,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgRow td:first-child,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgAltRow td,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgAltRow td:first-child,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgEditRow td,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgEditRow td:first-child,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgFooter td,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgFooter td:first-child,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgFilterRow td,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgFilterRow td:first-child,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgNoRecords td,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgNoRecords td:first-child,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgHeader,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgHeader:first-child,
.noLabels.noGrid .RadGrid.RadGrid_Metro th.rgResizeCol,
.noLabels.noGrid .RadGrid.RadGrid_Metro th.rgResizeCol:first-child,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgRow td,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgRow td:first-child,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgAltRow td,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgAltRow td:first-child,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgEditRow td,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgEditRow td:first-child,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgFooter td,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgFooter td:first-child,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgFilterRow td,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgFilterRow td:first-child,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgNoRecords td,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgNoRecords td:first-child {
    padding: 0;
}

.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgActiveRow td,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgActiveRow td.rgSorted,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgSelectedRow td,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgSelectedRow td.rgSorted,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgMasterTable .rgActiveCell,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgActiveRow td,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgActiveRow td.rgSorted,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgSelectedRow td,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgSelectedRow td.rgSorted,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgMasterTable .rgActiveCell {
    border-color: transparent;
    color: #232323;
}

.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgMasterTable .rgSelectedCell,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgSelectedRow,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch td.rgEditRow .rgSelectedRow,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch .rgSelectedRow td.rgSorted,
.noLabels.noGrid .RadGrid.RadGrid_MetroTouch th.rgSorted,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgMasterTable .rgSelectedCell,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgSelectedRow,
.noLabels.noGrid .RadGrid.RadGrid_Metro td.rgEditRow .rgSelectedRow,
.noLabels.noGrid .RadGrid.RadGrid_Metro .rgSelectedRow td.rgSorted,
.noLabels.noGrid .RadGrid.RadGrid_Metro th.rgSorted {
    background-color: transparent;
    border-color: transparent;
}

.noLabels.noGrid .panel-body,
.noLabels.noGrid .PanelBody {
    padding: 0;
}
.eventSlide {
    width: 100%;
    position: relative;
    border: 0;
    border-radius: 3px;
    max-width: calc(100% - 30px);
    padding: 10px 15px;
    margin-bottom: 15px;
    background: var(--white);
    overflow: hidden;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    display: inline-flex !important;
}
.meetingDetail span.meetingLocation,
.meetingDetail span.meetingDate {
    font-size: 70%;
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
}
.eventSlide .meetingDetail {
    color: var(--black);
    margin-bottom: 0;
    text-align: left;
}
.dateMonth {
    text-transform: none;
    font-size: 75%;
    padding: 0 5px 5px;
    font-weight: 1000;
    opacity: 0.6;
    letter-spacing: 0.6px;
}
.meetingTitle {
    line-height: 1.1;
    margin-bottom: 8px;
    font-weight: 700;
    margin-top: 5px;
    text-align: left;
    font-size: 80%;
    white-space: normal;
    color: var(--black);
}
.meetingDate {
    font-weight: 400;
    white-space: nowrap;
    font-size: clamp(5px, 10vw, 70%);
}
.miniCalendar .slick-track {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
}
.miniCalendar .panel {
    border: 0;
}
.meetingDate {
    text-align: center;
}
.Wrapper-FullWidth #masterContentArea .container-inner {
    max-width: 1400px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

/* Use on the blockquote element for a styled quote */
.Quote {
    background: var(--gray);
    border-left: 10px solid var(--red);
    margin: 1.5em 0.7em 1.5em 0;
    padding: 1.5em 0.7em;
    quotes: "\201C""\201D""\201C""\201D";
    font-weight: normal;
}
.Quote:before {
    color: var(--red);
    content: open-quote;
    margin-right: 0.25em;
    vertical-align: -0.4em;

    line-height: 0.1em;
}
.Quote p {
    display: inline;
}
.Quote site {
    display: block;
    margin-left: 1em;
    margin-top: 0.5em;
    font-style: italic;
}
.Quote site:before {
    content: "� ";
}
@media (min-width: 768px) {
    .Quote {
        font-size: 1.2em;
    }
    .Quote site {
        font-size: 0.9em;
        margin-left: 2em;
    }
}
.no-mqs .Quote {
    font-size: 1.2em;
}
.no-mqs .Quote site {
    font-size: 0.9em;
    margin-left: 2em;
}

.QuoteStyle2 {
    border-left-color: #195366;
}

.miniCalendar .meetingTitle,
.miniCalendar .meetingDate,
.miniCalendar .meetingLocation {
    text-align: left;
}

.miniCalendar .dateBox.type {
    height: unset;
}

.miniCalendar .eventSlide {
    float: left;
    width: 100%;
}

.miniCalendar .eventSlide div {
    overflow: hidden;
}
.miniCalendar .eventSlide div:nth-child(2) {
    overflow: hidden;
    flex-grow: 1;
}
.miniCalendar .dateBox {
    padding-top: 5px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    border-right: 2px solid;
}

.miniCalendar .meetingTitle {
    font-size: 110%;
    font-weight: 700;
    max-width: calc(100% - 40px);
}

.miniCalendar a.TextButton.learnMore,
.miniCalendar a.TextButton.registerButton {
    width: 100%;
    height: 100%;
    text-align: right;
}

.miniCalendar .meetingTitle {
    font-size: 17px;
    line-height: 1.1;
    font-weight: 700;
}
.miniCalendar .meetingDate {
    font-size: 15px;
    line-height: 1.1;
    margin-top: 4px;
    position: relative;
    margin-bottom: 0px;
}
.miniCalendar .meetingLocation {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 6px;
}
.miniCalendar .dateDay {
    font-weight: 800;

    margin-top: -8px;
    font-size: 32px;
}

.miniCalendar .dateBox {
    padding: 6px 0;
    color: inherit;
    border-radius: 0;

    border: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.miniCalendar .eventSlide {
    background: unset;
    color: unset;
    transition: 0.3s ease-in-out all;
    background: white;
    border-radius: 7px;
    display: flex;
    align-items: center;
}

.miniCalendar .eventSlide.meetingTypeS .dateBox {
    background: var(--event-in-person-background);
    color: var(--event-in-person-date);
    border-radius: 7px;
}

.miniCalendar .eventSlide.meetingTypeC .dateBox {
    background: var(--event-virtual-background);
    color: var(--event-virtual-date);
    border-radius: 7px;
}

.miniCalendar .eventSlide .dateBox {
    background: var(--event-hybrid-background);
    color: var(--event-hybrid-date);
    border-radius: 7px;
}

.miniCalendar .eventSlide.meetingTypeS .dateBox .dateDay {
    color: white;
}

.miniCalendar .eventSlide.meetingTypeC .dateBox .dateDay {
    color: white;
}
.slick-slide > div {
    text-align: center;
}
.miniCalendar .eventSlide .dateBox .dateDay {
    color: white;
}
/*
.meetingTypeMGMT .meetingDetail:after {
    content: "Management Training";
}
.meetingTypeCEO .meetingDetail:after {
    content: "CEO Luncheon";
}
.meetingTypeLEG .meetingDetail:after {
    content: "Legislative Day";
}
.meetingTypeHRSAF .meetingDetail:after {
    content: "HR/Safety Conference";
}

.meetingTypeSTATE .meetingDetail:after {
    content: "State PAC Event";
}

.meetingTypeDIV .meetingDetail:after {
    content: "Division Meeting";
}

.meetingTypeYL .meetingDetail:after {
    content: "Young Leaders";
}

.meetingTypeSAFE .meetingDetail:after {
    content: "Safety Training";
}
.meetingTypeCRAFT .meetingDetail:after {
    content: "Craft Training";
}

.meetingTypeDIST .meetingDetail:after {
    content: "District Meeting";
}

.meetingTypeCONV .meetingDetail:after {
    content: "Convention";
}
*/
.meetingDetail:after {
    position: absolute;
    font-size: 56%;
    background: transparent;
    padding: 2px 5px;
    border-radius: 3px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: var(--mediumgray);
    float: right;
    bottom: 3px;
    background: transparent;
    right: 10px;
}

.AsiInformation {
    color: var(--white);
    background-color: var(--blue);
}
.AsiSuccess {
    color: var(--white);
    font-family: var(--bodyfont);
    font-weight: 600;
    background-color: var(--green);
}

.AsiWarning {
    color: var(--black);
    font-family: var(--bodyfont);
    font-weight: 600;
    background-color: var(--yellow);
}

.AsiError {
    color: var(--white);
    font-family: var(--bodyfont);
    font-weight: 600;
    background-color: var(--red);
}
.panel.panel-border {
    padding: 14px;
    border-radius: 5px;
}
img.iMISUserMessageIcon {
    display: none;
}
.iMISUserMessageIcon + .AsiMessageText {
    margin-top: 0;
}
.AsiInformation, .AsiSuccess, .AsiWarning, .AsiError {
    padding-left: 60px;
    border: 3px solid rgba(255, 255, 255, 0.25);
    border-radius: 0;
    max-width: 992px;
    margin: auto auto 10px auto;
    position: relative;
}

.AsiInformation:before,
.AsiSuccess:before,
.AsiWarning:before,
.AsiError:before {
    font-family: fontawesome;
    font-size: 32px;
    line-height: 1;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    font-weight: 700;
}

.AsiInformation:before {
    content: "\f05a";
}

.AsiSuccess:before {
    content: "\f058";
}

.AsiWarning:before {
    content: "\f06a";
}

.AsiError:before {
    content: "\f57a";
}

.AsiInformation a,
.AsiSuccess a,
.AsiWarning a,
.AsiError a {
    color: var(--white) !important;
    font-weight: bold;
}

.AsiInformation a:hover,
.AsiSuccess a:hover,
.AsiWarning a:hover,
.AsiError a:hover {
    opacity: 0.85;
}

input,
button,
select,
textarea {
    font-family: var(--bodyfont);
}

.FullWidthArea-StyleBg7 {
    background: var(--white);
    padding: 0;
    position: relative;
}
.footer-nav-copyright > .container {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.FullWidthArea-StyleBg7 {
    background: var(--gray);
    padding: 25px 0;
    background-image: url(/images/template-cagc/AdobeStock_168188143--light-back.jpg);
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.FullWidthArea-StyleBg7:before {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.3) 100%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.FullWidthArea-StyleBg7 > .container-inner {
    padding-top: 30px;
}

div#ste_container_ciSideContent {
    padding-top: 50px;
}

.RadTreeView .rtIn:hover {
    cursor: pointer;
    color: var(--red);
    transition: 0.2s ease-in-out color;
}

span.meetingLocation:before {
    content: "\f3c5";
    font-family: "FontAwesome";
    color: var(--darkgray);
    margin-right: 3px;
}

span.meetingDate:before {
    content: "\f073";
    font-family: "FontAwesome";
    color: var(--darkgray);
    margin-right: 3px;
}

.RadSocialShare_Default {
    font-family: var(--bodyfont);
}

.sshLinkItem .sshCustomIcon,
.sshLinkItem .sshIcon,
.sshLinkItem .sshText {
    line-height: 50px;
}
.RadSocialShare.RadSocialShare_Default.SmallButtons [id$="share"] {
    padding: 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.7);
    opacity: 0.7;
    -moz-transition: opacity 0.7s ease-in-out;
    -o-transition: opacity 0.7s ease-in-out;
    -ms-transition: opacity 0.7s ease-in-out;
}
.sshLinkItem .sshMailTo,
.sshLinkItem .sshShareOnTwitter {
    background-color: #fff;
}
[id$="share"]:hover {
    opacity: 1;
    border: 3px solid #00a8f6;
}
[id$="share"]:hover .sshContent {
    background: #fff;
    opacity: 1;
}
[id$="share"] .RadSocialShare {
    padding: 50px 0 0;
    margin: 0;
}
.sshIcon,
.sshListItem {
    margin: 0 !important;
    padding: 0 !important;
}
.sshIcon.sshCompactButton.sshCustomIcon.sshCustomCompactButton {
    background: #fff;
}
.sshIcon.sshCompactButton.sshCustomIcon.sshCustomCompactButton:before {
    content: "\f141";
    margin: auto;
    text-align: center;
    font-size: 30px;
    font-family: fontawesome;
    position: relative;
    left: 15px;
}
.sshLinkItem .sshMailTo:before,
.sshLinkItem .sshShareOnTwitter:before {
    left: 12px;
    margin: auto;
    text-align: center;
    font-family: fontawesome;
    position: relative;
}
.sshLinkItem .sshShareOnTwitter:before {
    content: "\f099";
    font-size: 30px;
}
.sshLinkItem .sshMailTo:before {
    content: "\f003";
    font-size: 27px;
}
div[id$="share"] .sshLinkItem .sshLinkedIn {
    background-color: #fff;
    background-image: none !important;
}
div[id$="share"] .sshLinkItem .sshLinkedIn:hover {
    color: #fff;
}
.PanelFieldLabel.SocialShare,
[id$="share"]:hover .PanelFieldLabel.SocialShare {
    margin-right: -50px;
    padding: 7px 0 0 !important;
    text-transform: uppercase;
    font-size: 80%;
    line-height: 13px;
    width: 50px;
    height: 50px;
    text-align: center;
}
.PanelFieldLabel.SocialShare {
    background: #fff;
}
[id$="share"]:hover .PanelFieldLabel.SocialShare {
    background: #00a8f6;
    color: #fff;
}
.sshListItem {
    display: block !important;
}
.RadSocialShare.LargeButtons .sshCustomIcon,
.RadSocialShare.MediumButtons .sshCustomIcon,
.RadSocialShare.SmallButtons .sshCustomIcon {
    background-image: none;
    width: 50px;
    height: 50px;
}
.sshLinkItem .sshShareOnFacebook {
    background-color: #fff;
}
.sshLinkItem .sshShareOnFacebook:before {
    content: "\f09a";
    margin: auto;
    text-align: center;
    font-size: 30px;
    font-family: fontawesome;
    position: relative;
    left: 17px;
    color: #3b5998;
}
.sshLinkItem .sshShareOnTwitter:before {
    color: #1da1f2;
}
.sshIcon.sshCompactButton.sshCustomIcon.sshCustomCompactButton:before {
    color: #007f68;
}
.sshLinkItem .sshMailTo:before {
    color: #acaaa5;
}
a.sshLinkItem:hover span.sshIcon.sshShareOnFacebook.sshCustomIcon.sshCustomShareOnFacebook {
    background-color: #3b5998;
}
a.sshLinkItem:hover span.sshIcon.sshShareOnTwitter.sshCustomIcon.sshCustomShareOnTwitter {
    background-color: #1da1f2;
}
a.sshLinkItem:hover span.sshIcon.sshMailTo.sshCustomIcon.sshCustomMailTo {
    background-color: #acaaa5;
}
a.sshLinkItem:hover span.sshIcon.sshCompactButton.sshCustomIcon.sshCustomCompactButton {
    background-color: #007f68;
}
.sshLinkItem:hover span.sshIcon.sshShareOnFacebook.sshCustomIcon.sshCustomShareOnFacebook:before,
.sshLinkItem:hover span.sshIcon.sshShareOnTwitter.sshCustomIcon.sshCustomShareOnTwitter:before,
.sshListItem:hover span.sshIcon.sshCompactButton.sshCustomIcon.sshCustomCompactButton:before,
.sshListItem:hover span.sshIcon.sshMailTo.sshCustomIcon.sshCustomMailTo:before {
    color: #fff;
}
.sshLinkItem:hover .sshCustomIcon {
    color: #fff;
    opacity: 1;
    filter: Alpha(opacity=100);
}
.sshLinkItem .sshCustomIcon {
    opacity: 1;
    filter: Alpha(opacity=100);
}

.rwTable .sshLinkItem .sshCustomIcon,
.rwTable .sshLinkItem .sshIcon,
.rwTable .sshLinkItem .sshText {
    line-height: inherit;
}
#ctl01_TemplateBody_WebPartManager1_gwpciNewSocialShareCommon_ciNewSocialShareCommon__Body .RadSocialShare {
    padding: 50px 0 0;
    margin: 0;
}
[id$="NewSocialShareCommon"] .PanelBody,
[id$="NewSocialShareCommon"] .panel-body {
    padding: 0;
}
[id$="NewSocialShareCommon"] .StandardPanel,
[id$="NewSocialShareCommon"] .panel {
    border: 0;
}

.sshLinkItem .sshCustomIcon,
.sshLinkItem .sshIcon,
.sshLinkItem .sshText {
    line-height: 50px;
}
.RadSocialShare.RadSocialShare_Default.SmallButtons [id$="NewSocialShareCommon"] {
    padding: 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.7);
    opacity: 0.7;
    -moz-transition: opacity 0.7s ease-in-out;
    -o-transition: opacity 0.7s ease-in-out;
    -ms-transition: opacity 0.7s ease-in-out;
}
.sshLinkItem .sshMailTo,
.sshLinkItem .sshShareOnTwitter {
    background-color: #fff;
}
[id$="NewSocialShareCommon"] {
    border: 3px solid #ffffff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
[id$="NewSocialShareCommon"]:hover {
    opacity: 1;
    border: 3px solid #ffffff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
[id$="NewSocialShareCommon"]:hover .sshContent {
    background: #fff;
    opacity: 1;
}
[id$="NewSocialShareCommon"] .RadSocialShare {
    padding: 50px 0 0;
    margin: 0;
}
.sshIcon,
.sshListItem {
    margin: 0 !important;
    padding: 0 !important;
}
.sshIcon.sshCompactButton.sshCustomIcon.sshCustomCompactButton {
    background: #fff;
}
.sshIcon.sshCompactButton.sshCustomIcon.sshCustomCompactButton:before {
    content: "\f141";
    margin: auto;
    text-align: left;
    font-size: 30px;
    font-family: fontawesome;
    position: relative;
    top: -5px;
    left: 15px;
}
.sshLinkItem .sshMailTo:before,
.sshLinkItem .sshShareOnTwitter:before {
    left: 12px;
    margin: auto;
    text-align: left;
    font-family: fontawesome;
    position: relative;
}

.sshLinkItem .sshShareOnTwitter:before {
    left: 10px;
}

.sshLinkItem .sshShareOnTwitter:before {
    content: "\e61b";
    top: -5px;
    font-size: 30px;
}
.sshLinkItem .sshMailTo:before {
    content: "\f003";
    top: -5px;
    font-size: 27px;
}
.PanelFieldLabel.SocialShare,
[id$="NewSocialShareCommon"]:hover .PanelFieldLabel.SocialShare {
    margin-right: -50px;
    padding: 7px 0 0 !important;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 13px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-family: var(--bodyfont);
    font-weight: 500;
}
.PanelFieldLabel.SocialShare {
    background: #fff;
}
[id$="NewSocialShareCommon"]:hover .PanelFieldLabel.SocialShare {
    background: #ffffff;
    color: #005c85;
}
.sshListItem {
    display: block !important;
}
.RadSocialShare.LargeButtons .sshCustomIcon,
.RadSocialShare.MediumButtons .sshCustomIcon,
.RadSocialShare.SmallButtons .sshCustomIcon {
    background-image: none;
    width: 50px;
    height: 50px;
}
.sshLinkItem .sshShareOnFacebook {
    background-color: #fff;
}
.sshLinkItem .sshShareOnFacebook:before {
    content: "\f09a";
    margin: auto;
    text-align: left;
    font-size: 30px;
    font-family: fontawesome;
    position: relative;
    left: 17px;
    color: #3b5998;
    top: -5px;
}
.sshLinkItem .sshLinkedIn:before {
    content: "\f0e1";
    margin: auto;
    text-align: left;
    font-size: 30px;
    font-family: fontawesome;
    position: relative;
    left: 12px;
    top: -5px;
    color: #3b5998;
}
.sshLinkItem .sshLinkedIn {
    background-color: #fff;
}
.sshLinkItem .sshShareOnTwitter:before {
    color: black;
}
.sshIcon.sshCompactButton.sshCustomIcon.sshCustomCompactButton:before {
    color: #007f68;
}
.sshLinkItem .sshMailTo:before {
    color: #acaaa5;
}
.sshLinkItem .sshIcon.sshLinkedIn:before {
    color: #0077b5;
}
a.sshLinkItem:hover span.sshIcon.sshShareOnFacebook.sshCustomIcon.sshCustomShareOnFacebook {
    background-color: #3b5998;
}
a.sshLinkItem:hover span.sshIcon.sshLinkedIn,
sshCustomIcon.sshCustomLinkedIn {
    background-color: #0077b5;
}
a.sshLinkItem:hover span.sshIcon.sshShareOnTwitter.sshCustomIcon.sshCustomShareOnTwitter {
    background-color: black;
}
a.sshLinkItem:hover span.sshIcon.sshMailTo.sshCustomIcon.sshCustomMailTo {
    background-color: #acaaa5;
}
a.sshLinkItem:hover span.sshIcon.sshCompactButton.sshCustomIcon.sshCustomCompactButton {
    background-color: #007f68;
}
.sshLinkItem:hover span.sshIcon.sshLinkedIn.sshCustomIcon.sshCustomLinkedIn:before,
.sshLinkItem:hover span.sshIcon.sshShareOnFacebook.sshCustomIcon.sshCustomShareOnFacebook:before,
.sshLinkItem:hover span.sshIcon.sshShareOnTwitter.sshCustomIcon.sshCustomShareOnTwitter:before,
.sshListItem:hover span.sshIcon.sshCompactButton.sshCustomIcon.sshCustomCompactButton:before,
.sshListItem:hover span.sshIcon.sshMailTo.sshCustomIcon.sshCustomMailTo:before {
    color: #fff;
}
.sshLinkItem:hover .sshCustomIcon {
    color: #fff;
    opacity: 1;
    filter: Alpha(opacity=100);
}
.sshLinkItem .sshCustomIcon {
    opacity: 1;
    filter: Alpha(opacity=100);
}
[id$="NewSocialShareCommon"],
[id$="SocialShareCommon"] {
    background: white;
    bottom: 80px;
    border: 3px solid #fff;
    position: fixed;
    z-index: 99999;
    right: 15px;
    opacity: 0.5;
}
[id$="SocialShareCommon"],
[id$="share"] {
    bottom: 80px;
    border: 3px solid transparent;
    position: fixed;
    z-index: 99999;
    right: 15px;
    opacity: 0.5;
}
.rwTable .sshLinkItem .sshCustomIcon,
.rwTable .sshLinkItem .sshIcon,
.rwTable .sshLinkItem .sshText {
    line-height: inherit;
}
.RadSocialShare.RadSocialShare_Default.SmallButtons {
    padding: 50px 0 0;
    margin: 0;
}

.slick-prev:before,
.slick-next:before {
    font-family: "fontawesome";
    font-size: 28px;
    line-height: 1;
    opacity: 0.85;
    color: var(--white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-slider:hover .slick-next {
    right: 5px;
}
.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: var(--red) !important;
    border-radius: 100%;
}

.slick-prev {
    left: -40px;
}

.slick-next {
    right: -40px;
}
.featuredEvents h2.panel-title {
    font-size: 150%;
    margin-bottom: 0;
}

.Wrapper-HomePage .featuredEvents h2.panel-title:after {
    content: none;
}

.headerButton {
    float: right;
}
.headerTextWithButton {
    float: left;
    margin-right: 20px;
}
.Wrapper-HomePage .FullWidthArea-StyleBg2 {
    background: #222122 url(images/FullWidthArea_Bg2.jpg) center top no-repeat;
    color: inherit;
    background: var(--white);
    margin-top: -30px !important;
    margin-bottom: -60px;
}

.sideGrayAdBox {
    background: var(--gray);
    padding: 50px 25px;
}

.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1 {
    position: relative;
    min-height: 1px;
    padding-left: 25px;
    padding-right: 25px;
}

.row {
    margin-left: -25px;
    margin-right: -25px;
}

.Wrapper-HomePage .FullWidthArea-StyleBg1,
.Wrapper-HomePage .FullWidthArea-StyleBg2,
.Wrapper-HomePage .FullWidthArea-StyleBg3,
.Wrapper-HomePage .FullWidthArea-StyleBg4,
.Wrapper-HomePage .FullWidthArea-StyleBg5,
.Wrapper-HomePage .FullWidthArea-StyleBg6,
.Wrapper-HomePage .FullWidthArea-StyleBg7,
.Wrapper-HomePage .FullWidthArea-StyleBg8 {
    padding: 60px 3%;
    min-height: unset;
    max-width: 100vw;
}

.FullWidthArea-StyleBg1 {
    background: var(--gray);
    background-image: url(/images/template-cagc/AdobeStock_452617579-2K.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px !important;
}
.TaggedListPanel.slick-initialized.slick-slider.slick-dotted {
    overflow: hidden;
}
.slick-dots li button:before {
    opacity: 1;
    font-size: 10px;
    color: var(--gray);
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--red);
}
.footer-content ul {
    padding-inline-start: 10px;
}
.footer-content ul li {
    list-style: none;
    font-size: 70%;
    text-align: left;
    position: relative;
}
.footer-content h5 {
    color: var(--white);
    text-align: left;
    font-size: 85%;
    text-transform: uppercase;
}
.translucentBox {
    padding: 40px;
    background: rgba(255, 255, 255, 0.7);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 52%, rgba(255, 255, 255, 0) 100%);
}
.featuredBenefitLinks li {
    list-style: none;
    position: relative;
}
.featuredBenefitLinks li:before {
    content: "\f35a";
    font-family: "FontAwesome";
    position: absolute;
    left: -25px;
    color: var(--red);
}
.featuredBenefitLinks a {
    text-decoration: none;
    font-weight: 600;
    color: var(--black);
    letter-spacing: 0.1px;
}
.featuredBenefitLinks,
.quickLinksBox {
    padding: 20px 10px 10px 20px;
    background: var(--white);
    border: 1px solid var(--gray);
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.quickLinksBox {
    margin-bottom: 25px;
}
.featuredBenefitLinks li {
    list-style: none;
    position: relative;
    margin-bottom: 3px;
}
.col-xs-3 > .bannerMenu {
    top: 0;
    position: relative;
}
.col-xs-3 > .bannerMenu img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    left: 20px;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid var(--darkgray);
}
h1,
h2,
h3 {
    margin-top: 9px;
}
::marker {
    color: var(--red);
}
.featuredBenefitLinks a:hover,
.featuredBenefitLinks a:focus {
    color: var(--red);
    transition: 0.2s ease-in-out color;
}

.FullWidthArea-StyleBg2 {
    background: var(--white) !important;
}

@media (min-width: 1200px) {
    .row.displayFlex {
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 25px;
        border-bottom: 0;
        padding-bottom: 5px;
    }
}

@media (max-width: 1199px) {
    .videoCaption {
        max-width: 60%;
    }

    .displayFlex img {
        max-width: 200px;
        max-height: 100px;
        margin: 15px;
    }
    .row.displayFlex {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
}
.RadWindow .rwTitleRow em {
    font: normal 300 22px var(--bodyfont) !important;
}
.videoFrame,
.videoScreen {
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    margin-bottom: 25px;
}
.videoFrame iframe,
.videoScreen iframe {
    border: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}


 .profile{
    margin-bottom:15px;
     max-width:100%;
     overflow:hidden;
     position:relative;
     background:transparent;
}
 .profile .btn{
     background:0 0;
     color:#233243;
     padding:0 
}
 .profile h3,.profile h4{
    color:var(--black);
     font-weight:700;
     font-size:1.25em;
     margin:.15em;
     padding-bottom:5px 
}
 .profile h4{
     padding:0 0 10px;
     margin:0;
     font-size:14px;
     text-transform:uppercase;
     border-bottom:4px dotted white;
     color:#fff 
}
 .profile .info em.fa.fa-envelope{
     font-size:15px 
}
 .profile .info,.profile .info *,.profile .txtBlock{
     transition:all .5s ease-in-out;
     -moz-transition:all .4s 
}
 .profile .txtBlock{
     width:100%;
     height:100%;
     position:absolute;
     top:0;
     left:100%;
     padding:10px;
     background:var(--red);
     color:rgba(255,255,255,1) 
}
.profile p {
    color: var(--black);
    font-size: 90%;
    line-height: 1.3;
    margin: 0 0 15px 0;
    display: flex;
    min-height: 40px;
}
.profile .txtBlock p {
    color: white;
    margin: 5px 0 10px 0;
}
.profile .txtBlock {font-size:90%; line-height:1.3;}

 .profile:hover .txtBlock {
    height:100%;
     width:100%;
     display: block!important;
     color: #fff;
     background: var(--red);
     left: 0;
     top: 0;
}
 .profile .info {
    height:100%;
     width: 100%;
     background: #e6e5e4;
     height: inherit!important;
     margin: 0;
     text-align: left;
     padding: 15px;
}
 .profile .info p{
    color:var(--black);
     margin:0 0 0 5px 
}
 .profile .info a{
     text-decoration:none!important;
     padding:0 0 0 15px 
}
 .profile .info .fa{
     width:1em;
     text-align:center 
}
 .profile .info, .profile .info *, .profile .txtBlock {
     transition: all .5s ease-in-out;
     -moz-transition: all .4s;
}
 .profile em.fa.fa-phone{
     font-size:18px;
     position:relative;
     top:2px 
}
 .profile .fa.fa-info,.profile .fa.fa-info-circle{
     font-size:18px 
}
 .profile .info .fa,.profile .info .fa:hover,.profile .info a{
     transition:unset 
}
 .profile .info a:hover{
     color:#00a8f6 
}
 .profile .txtBlock a{
     color:#fff 
}


.FilterPanel {
    background-color: var(--gray);
}
.nav-auxiliary .nav-aux-button.nav-aux-cart .nav-text {
    background: transparent url("images/ResponsiveHeaderSprite.png") 0 -73px no-repeat;
}
html,
body {
    max-width: 100vw;
    overflow-x: hidden;
}

.featuredEvents.singleRow .eventSlide {
    margin-bottom: 5px;
}

.featuredEvents.singleRow .eventSlide {
    background: transparent;
    padding: 0;
    box-shadow: none;
    color: var(--white);
}
.featuredEvents.singleRow .eventSlide .meetingDetail,
.featuredEvents.singleRow .eventSlide .meetingDetail a {
    color: var(--white) !important;
    margin-bottom: 0;
    text-align: left;
}
.featuredEvents.singleRow .eventSlide .meetingDetail span.meetingLocation:before,
.featuredEvents.singleRow .eventSlide .meetingDetail span.meetingDate:before {
    color: var(--gray);
}

.featuredEvents.singleRow .eventSlide .meetingDetail > .meetingTitle {
    margin-bottom: 3px;
}

.whiteBox {
    background: rgba(255, 255, 255, 0.75);
    padding: 20px;
    border-radius: 5px;
}

.TaggedListPanel > .newsItem:last-child {
    border-bottom: 0;
}

.testimonialZone .slick-slide > div {
    text-align: left;
}

.testimonialZone .slick-slide > div > span {
    display: grid !important;
    grid-template-columns: 20% 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    padding: 20px;
    max-width: 100%;
}

.testimonialZone .slick-slide > div > span > .ContentHtml:nth-child(2) img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.testimonialZone .slick-slide > div > span > .ContentHtml:nth-child(2) {
    grid-row: 1 / 3;
    grid-column: 1;
}

.testimonialZone .slick-slide > div > span > .ContentHtml:nth-child(1) {
    grid-row: 1;
    grid-column: 2;
}
.testimonialZone .slick-slide > div > span > .ContentHtml:nth-child(3) {
    grid-row: 2;
    grid-column: 2;
}
.testimonialZone .slick-slide > div > span > .ContentHtml:nth-child(2) img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 100%;
    border: 3px solid var(--manatee);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.testimonialZone .slick-slide > div > span > .ContentHtml:nth-child(1) {
    grid-row: 1;
    grid-column: 2;
    font-size: 105%;
    font-style: italic;
    line-height: 1.5;
    font-weight: 600;
}
.testimonialZone .slick-slide > div > span > .ContentHtml:nth-child(3) {
    grid-row: 2;
    grid-column: 2;
    font-size: 75%;
}

.logoCarousel .panel-body {
    padding: 0;
}

.featureBox1 h2,
.featureBox2 h2,
.featureBox3 h2,
.featureBox4 h2,
.statisticsBackground h2 {
    background: var(--black);
    color: white;
    padding: 12px;
    border-radius: 3px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    border-left: 7px solid var(--red);
}
.textImageOverlay .iMIS-WebPart > .ContentItemContainer {
    margin-bottom: 0;
}

.memberContactArea img {
    border-radius: 100%;
    height: 170px !important;
    width: 150px !important;
    object-fit: cover;
    object-position: top;
    border: 4px solid white;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.logoCarousel {
    background: var(--white);
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;

    overflow: visible;
}
.logoCarousel,
.rotatingBenefits,
.testimonialOutput .logoCarousel .slick-track {
    display: flex;
    align-items: center;
}
.logoCarousel .panel-heading.Distinguish {
    text-align: center;
}
.logoCarousel:before {
    content: "";
    position: absolute;
    height: calc(100% - 50px);
    width: 5vw;
    top: 10px;
    left: 24px;
    z-index: 1;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 100%);
    border-bottom-left-radius: 14px;
    border-top-left-radius: 14px;
}
.Wrapper-HomePage .FullWidthArea-StyleBg6 {
    position: relative;
}
.Wrapper-HomePage .FullWidthArea-StyleBg6:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.logoCarousel:after {
    content: "";
    position: absolute;
    height: calc(100% - 50px);
    width: 5vw;
    top: 10px;
    right: 24px;
    z-index: 1;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 100%);
    border-bottom-right-radius: 14px;
    border-top-right-radius: 14px;
}

.Wrapper-HomePage #masterContentArea .logoCarousel img,
.logoCarousel img {
    box-shadow: none;
    border: none;
    padding: 35px;
}

.logoCarousel h2.panel-title {
    text-align: center;
    margin: auto;
}
.quickLinksBox h2.panel-title {
    font-size: 145%;
}
.Wrapper-HomePage .FullWidthArea-StyleBg4 {
    padding: 75px 0;
}

.Wrapper-HomePage .FullWidthArea-StyleBg4 {
    padding: 75px 0;
    background: var(--white);
}

.Wrapper-HomePage .FullWidthArea-StyleBg6 {
    -webkit-clip-path: polygon(0 15px, 47% 15px, 50% 30px, 53% 15px, 100% 15px, 100% 100%, 0 100%);
    clip-path: polygon(0 15px, 47% 15px, 50% 30px, 53% 15px, 100% 15px, 100% 100%, 0 100%);
    margin: -60px 0 15px 0;
    min-height: 525px;
    margin-bottom: -1px;
}
.Wrapper-HomePage .FullWidthArea-StyleBg3 {
    padding-top: 110px;
    padding-bottom: 125px;
    background: var(--gray);
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 5px;
}
.bannerMenu.stateFlags img {
    max-width: 70px;
    margin-right: 18px;
    display: flex;
    margin-bottom: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.Wrapper-HomePage .FullWidthArea-StyleBg6,
.Wrapper-HomePage .FullWidthArea-StyleBg7 {
    -webkit-clip-path: polygon(0 15px, 47% 15px, 50% 30px, 53% 15px, 100% 15px, 100% 100%, 0 100%);
    clip-path: polygon(0 15px, 47% 15px, 50% 30px, 53% 15px, 100% 15px, 100% 100%, 0 100%);
    margin: -60px 0 -1px 0;
}
.sideAdZone {
    margin: 5px 0 50px 0;
}
.slick-track {
    display: flex;
}

.featuredBenefitLinks p {
    padding: 15px;
    line-height: 1.4;
    font-size: 90%;
}
.testimonialZone .clearBox.noTopPadding {
    position: relative;
    padding-bottom: 0;
}
.testimonialZone .clearBox.noTopPadding:before {
    content: "";
    height: 2px;
    width: calc(100% - 80px);
    position: absolute;
    background: var(--red);
    left: 50%;
    top: -30px;
    transform: translatex(-50%);
}

.backToTop {
    display: none;
}
    .photoGallery .panel-body {
    padding: 0;
    }
    .galleria {box-shadow:none!important;}
@media (max-width: 767px) {
    .videoCaption {
        max-width: 100%;
    }
		.testimonialZone {
    position: relative;
    left: -50px;
}
	
    .testimonialZone .slick-slide > div > span {
        grid-template-columns: 1fr 2fr;
    }
    .slick-list.draggable {
        max-width: calc(100vw - 80px);
        width: 100%;
    }
    .row:has(.testimonialZone .panel-body):before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        background: rgba(255, 255, 255, 0.85);
        top: 0;
        left: 0;
    }

    .row:has(.testimonialZone .panel-body) {
        margin: 0px;
    }
    .rmVertical .paddedBox {
        padding: 10px;
    }
    .RadMenu.RadMenu_GreatBarrierReef .rmRootGroup > .rmItem > .rmLink {
        text-transform: none;
        color: var(--white) !important;
        font-family: var(--bodyfont);
        font-size: 100%;
        font-weight: 600;
        letter-spacing: 1px;
    }
}

@media (min-width: 768px) {
    .panel-body:has(.sshContent) {
        padding: 0;
    }
    .header-bottom-container.is-fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10000;
        background-color: white;
    }
}
.slick-dots {
    bottom: 0;
}
.slick-dotted.slick-slider {
    margin-bottom: 10px;
    padding: 0 0 20px 0;
}
.slides-features .slick-next,
.slides-features .slick-prev {
    top: 50%;
    transform: translatey(-50%);
}

.slides-features .slick-dotted.slick-slider {
    margin-bottom: 10px;
}




    /*!****************************
    * Accordion
    ******************************/
    .AccordionContentIQA,
    .AccordionHeaderIQA,
    .AccordionHeader,
    .AccordionContent,
    .AccordionMultiHeader {
    width: 100%;
    }
    .AccordionZone {
    margin: 15px 0;
    }
    .AccordionIQA .panel-heading.Distinguish:after,
    div[id*="_AccordionHeader"]:after,
    div[id*="_AccordionMultiHeader"]:after,
    .AccordionHeader:after,
    .AccordionHeaderIQA:after,
    .AccordionMultiHeader:after {
    display: inline-block;
    font-family: fontawesome;
    content: "\f106";
    transform: rotate(180deg);
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    float: right;
    float: right;
    font-size: 30px;
    line-height: 30px;
    }
    .AccordionIQA .panel-heading.Distinguish.headerSelected:after,
    div[id*="AccordionHeader"].headerSelected > div[id*="_AccordionHeader"]:after,
    div[id*="_AccordionMultiHeader"].headerSelected:after,
    .AccordionHeaderIQA.headerSelected:after,
    .AccordionHeader.headerSelected:after,
    .AccordionMultiHeader.headerSelected:after {
    display: inline-block;
    content: "\f106";
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    float: right;
    }
    .AccordionIQA .panel-body-container,
    div[id*="AccordionContent"].ContentItemContainer,
    .AccordionContentIQA {
    height: 0;
    overflow: hidden;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    float: right;
    background: transparent;
    }
    .AccordionIQA .panel-heading.Distinguish,
    .iMIS-WebPart.accHeader,
    .iMIS-WebPart.accMultiHeader,
    .AccordionHeader,
    .AccordionHeaderIQA,
    .AccordionMultiHeader {
    z-index: +1;
    cursor: pointer;
    background: transparent;
    font-size: 22px;
    font-weight: 500;
    padding: 0;
    line-height: 30px;
    padding-top: 15px;
    }
    .AccordionIQA .panel-heading.Distinguish,
    .iMIS-WebPart.accHeader > div.ContentItemContainer,
    .iMIS-WebPart.accMultiHeader > div.ContentItemContainer > div[id*="AccordionMultiHeader"],
    .AccordionHeader,
    .AccordionHeaderIQA,
    .AccordionMultiHeader {
    color: #333;
    padding: 0;
    border-bottom: 2px solid #333;
    }
    .AccordionIQA .panel-heading.Distinguish.headerSelected,
    .iMIS-WebPart.accHeader > div.ContentItemContainer.headerSelected,
    .iMIS-WebPart.accMultiHeader > div.ContentItemContainer > div[id*="AccordionMultiHeader"].headerSelected,
    .AccordionHeader.headerSelected,
    .AccordionHeaderIQA.headerSelected,
    .AccordionMultiHeader.headerSelected {
    color: #333;
    border-bottom-color: #333;
    }
    .AccordionHeaderIQA {
    min-height: 48px;
    padding-top: 15px;
    }
    .AccordionHeader,
    .AccordionMultiHeader {
    padding-top: 20px;
    }
    .AccordionZone > .AccordionHeader:first-child {
    padding-top: 0;
    }
    .AccordionZone > .AccordionMultiHeader:first-child {
    padding-top: 0;
    }
    .AccordionIQA .panel-body-container,
    .iMIS-WebPart > div[id*="AccordionContent"].ContentItemContainer,
    .iMIS-WebPart > div[id*="AccordionHeader"].ContentItemContainer,
    .iMIS-WebPart > div[id*="AccordionMultiHeader"].ContentItemContainer {
    margin-bottom: 0px;
    }
    .AccordionIQA .panel-body-container.notShown,
    div[id*="_AccordionContent"].notShown,
    .AccordionContent.notShown,
    .AccordionContentIQA.notShown,
    div[id*="AccordionContent"].ContentItemContainer.notShown {
    z-index: -1;
    padding: 0;
    height: 0;
    opacity: 0;
    max-height: 0px;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    }
    .miniAccordionZone div[id*="AccordionContent"].ContentItemContainer.notShown {
    padding: 0 10px;
    }
    .AccordionIQA .panel-body-container.shown,
    div[id*="AccordionContent"].ContentItemContainer.shown,
    div[id*="_AccordionContent"].shown,
    .AccordionContent.shown,
    .AccordionContentIQA.shown {
    height: 100%;
    width: 100%;
    padding: 20px 0 0 0;
    opacity: 1;
    max-height: 100%;
    position: inherit !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    }
    .AccordionContentIQA.shown {
    padding: 25px 0;
    }
    .AccordionIQA h2.panel-title,
    .AccordionIQA h3,
    div[id*="_AccordionHeader"] h2,
    div[id*="_AccordionHeader"] h3,
    div[id*="_AccordionHeader"] h4,
    div[id*="_AccordionMultiHeader"] h2,
    div[id*="_AccordionMultiHeader"] h3,
    div[id*="_AccordionMultiHeader"] h4,
    .AccordionHeaderIQA h2,
    .AccordionHeaderIQA h3,
    .AccordionHeaderIQA h4,
    .AccordionHeader h2,
    .AccordionHeader h3,
    .AccordionHeader h4,
    .AccordionMultiHeader h2,
    .AccordionMultiHeader h3,
    .AccordionMultiHeader h4 {
    font-size: 22px;
    display: inline;
    margin: 0 7px 0 0;
    font-weight: 500;
    border-bottom: 0;
    color: inherit;
    }
    .AccordionIQA h2.panel-title,
    .AccordionIQA h3,
    div[id*="_AccordionHeader"] h2,
    div[id*="_AccordionMultiHeader"] h2,
    .AccordionHeader h2,
    .AccordionMultiHeader h2,
    .AccordionHeaderIQA h2 {
    font-family: "Roboto";
    font-weight: 700;
    border: 0;
    }
    .AccordionIQA {
    padding: 0 15px 0 15px;
    }
    .AccordionIQA .panel-body-container.shown {
    padding: 0;
    }
    div[id*="AccordionContent"].ContentItemContainer.shown {
    padding-top: 8px;
    padding-bottom: 8px;
    }
    div[id*="AccordionContent"].ContentItemContainer.shown > div > .AccordionZone {
    padding: 0 15px 0 15px;
    }
    .AccordionZoneIQA div[id*="AccordionContent"].ContentItemContainer {
    padding-left: 15px;
    padding-right: 15px;
    }
    .AccordionControl {
    min-height: 0 !important;
    }
    .miniAccordionZone .AccordionControl {
    cursor: pointer;
    min-height: 0 !important;
    font-size: 18px;
    line-height: 27px;
    padding: 10px;
    color: white;
    height: 47px;
    overflow: hidden;
    max-height: 47px;
    }
    .miniAccordionZone div[id*="_AccordionMultiHeader"].headerSelected:before,
    .miniAccordionZone .AccordionMultiHeader.headerSelected:before,
    .miniAccordionZone div[id*="_AccordionMultiHeader"]:before,
    .miniAccordionZone .AccordionMultiHeader:before {
    display: inline-block;
    font-family: "material icons";
    content: "check_circle";
    transform: none;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-size: 16px;
    line-height: 27px;
    font-size: 16px;
    color: var(--red);
    }
    .miniAccordionZone div[id*="_AccordionMultiHeader"]:after,
    .miniAccordionZone .AccordionMultiHeader:after {
    display: inline-block;
    font-family: "material icons";
    content: "add_circle";
    transform: rotate(90deg);
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-size: 16px;
    color: var(--red);
    line-height: 27px;
    position: absolute;
    right: 30px;
    }
    .miniAccordionZone .AccordionControl h2,
    .miniAccordionZone .AccordionControl h3,
    .miniAccordionZone .AccordionControl h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    font-family: Roboto, san-serif;
    }
    .miniAccordionZone .AccordionControl.headerSelected,
    .miniAccordionZone div[id*="_AccordionMultiHeader"].headerSelected {
    background: #262626 !important;
    color: white !important;
    }
    .miniAccordionZone .AccordionControl {
    margin-top: 20px;
    }
    .miniAccordionZone div[id*="_AccordionMultiHeader"].headerSelected:before,
    .miniAccordionZone .AccordionMultiHeader.headerSelected:before,
    .miniAccordionZone div[id*="_AccordionMultiHeader"].headerSelected:before,
    .miniAccordionZone .AccordionMultiHeader.headerSelected:before {
    color: white;
    }
    .miniAccordionZone div[id*="_AccordionMultiHeader"].headerSelected:after,
    .miniAccordionZone .AccordionMultiHeader.headerSelected:after {
    color: white;
    display: inline-block;
    font-family: "material icons";
    content: "add_circle";
    transform: rotate(135deg);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-right: 0;
    }
.miniAccordionZone .iMIS-WebPart.accMultiHeader > div.ContentItemContainer > div[id*="AccordionMultiHeader"], .miniAccordionZone .AccordionMultiHeader {
    color: var(--black);
    border-bottom: none;
    background-color: var(--gray);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.04), 0 2px 6px rgba(0, 0, 0, 0.04), 0 10px 20px rgba(0, 0, 0, 0.04);
    font-weight: 400;
    padding: 10px;
}
    .miniAccordionZone div[id*="AccordionContent"].ContentItemContainer.shown {
    margin-bottom: 20px;
    background: white;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.04), 0 2px 6px rgba(0, 0, 0, 0.04), 0 10px 20px rgba(0, 0, 0, 0.04);
    padding:10px 15px;
    }
	
			.hideCCOFrame .panel-body {
    padding: 0;
}
.hideCCOFrame .rtsLevel.rtsLevel1 {
    display: none;
}
.hideCCOFrame .ContentWizardDisplay {
    border: 0; padding:0;
 
}
.hideCCOFrame .panel, .hideCCOFrame .StandardPanel {
    border: 0;
}

.hideCCOFrame .RadTabStrip.RadTabStrip_MetroTouch {background:transparent;}


@media (max-width: 991px) {
	
	.col-xs-3 > .bannerMenu {
    position: relative;
}
	.col-xs-3 > .bannerMenu img {
    position: relative;
}
    .footer-promo-container .lead {
        font-size: 80%;
    }
}


.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 768px) {
    .d-sm-none {
        display:none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-md-none {
        display:none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-lg-none {
        display:none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1400px) {
    .d-xl-none {
        display:none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

.DisplayInlineBlock {
    display: inline-block
}

.DisplayNone,.hidden {
    display: none
}
