
@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-Regular.woff2') format('woff2'),
        url('webfonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-MediumItalic.woff2') format('woff2'),
        url('webfonts/Roboto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-Thin.woff2') format('woff2'),
        url('webfonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-Light.woff2') format('woff2'),
        url('webfonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-Medium.woff2') format('woff2'),
        url('webfonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-BoldItalic.woff2') format('woff2'),
        url('webfonts/Roboto-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-LightItalic.woff2') format('woff2'),
        url('webfonts/Roboto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-Italic.woff2') format('woff2'),
        url('webfonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-Bold.woff2') format('woff2'),
        url('webfonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-Black.woff2') format('woff2'),
        url('webfonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-ThinItalic.woff2') format('woff2'),
        url('webfonts/Roboto-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-BlackItalic.woff2') format('woff2'),
        url('webfonts/Roboto-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}


@media (min-width: 1440px){
	.container, .container-lg, .container-md, .container-sm, .container-xl,
.divBannerAlertTextWrapper {
	  max-width: 3200px !important;
	  margin:auto !important;
	}
}
.divMenuWrapper-side{
    display: none;
}
.txtSearchTerm-directory{
    display:none;
}
.divSearchFinal{
    display:none;
}
H1, h1 a{
	font-family:'Roboto', sans-serif;	
	font-weight:bold;
	Font-size:300px;
	margin-bottom:1rem;
}

H2, h2 a{
	font-family:'Roboto', sans-serif;	
	font-weight:bold;
	font-size:120px;
margin-bottom:1rem;
}

H3, h3 a, h4{
	font-family:'Roboto', sans-serif;
	font-weight:600;
	font-size:75px;
	margin-bottom:1rem;
}

p, html, li, ul, body, ol, tr, td, p a, p ol, p ul, p li, table, table ol, table li, table ul{
	font-family:'Roboto', sans-serif;
	font-size:52px;
margin-bottom:1rem;
}

a{
	font-family:'Roboto', sans-serif;
	font-size:18px;
}

html {
	margin:0;
}

.divCopiedToClipboard {
  display: none;
}




header {
    z-index: 11;
    border-bottom:0px solid #dddddd;
}

.divNavigation .btn-sandwich .icon-bar{
	background:#A81427;
}

.divToggleContainer-links .anchNavigation:hover, 
.divToggleContainer-links .anchNavigation:focus, 
.divToggleContainer-links .anchNavigation:active, 
.divToggleContainer-links .anchNavigation.current{
	border-color:#ffffff;
	backgroud:#A81427;
}


.divBannerAlertWrapper {
    background: #222222;
    height: auto;
}

.divBannerAlertWrapper * {
	color:#ffffff;
}

.divBannerAlertWrapper a {
	color:#ffffff;
	text-decoration:underline;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}
.divBannerAlertWrapper a:hover {
	color:#dddddd;
	text-decoration:underline;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}


.divNavigation-super{
	background:#dddddd;
}

.divNavFields-super .anchNavigation{
	display:inline-block;
	font-family:'Roboto', sans-serif;
	font-size:16px !important;
	color:#222222;
	height:0px;
	line-height:0px;
	padding:0px 15px !important;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divNavFields-super .anchNavigation:hover,
.divNavFields-super .anchNavigation.current{
	background:#A81427;
	color:#ffffff;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divNavigation-super.divNavigation-split .divLogoWrapper {
	margin-top: 0px;
}

.divNavigation-standard.divNavigation-logo .divNavigationInner {
	justify-content:center;
}

.divSiteInfoWrapper-contact,
.divSiteInfoInner-contact,
.divSiteInfoWrapper-social,
.divSiteInfoInner-social {
	width:fit-content;
	max-width:fit-content;
}


.divNavigation-main{
	background:url(../images/mainNavBg.jpg);
	background-position-x:center;
}

.divLogoWrapper{
	text-align:left;
	margin-top: -15px;
}

.divNavFields-main{
	text-align:center;	
	display:none !important;
}

.divNavFields-main .anchNavigation{
	font-family:'Roboto', sans-serif;
	font-size:18px;
	font-weight:bold;
	background:#ffffff;
	color:#222222;
	padding:0;
	margin:0 15px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divNavFields-main .anchNavigation:hover,
.divNavFields-main .anchNavigation:active,
.divNavFields-main .anchNavigation:focus,
.divNavFields-main .anchNavigation.current{
	background:#A81427;
	color:#ffffff;
	-webkit-box-shadow: inset 0px -5px 0px 0px background:transparent;
	-moz-box-shadow:    inset 0px -5px 0px 0px background:transparent;
	box-shadow:         inset 0px -5px 0px 0px background:transparent;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}



.divNavigation-main.divNavigation-split a {
	display:inline-block;
	font-family:'Roboto', sans-serif;
	font-weight:bold;
	height:755px;
	line-height:755px;
	background:#ffffff;
	color:#222222;
	margin:0 !important;
	padding:0px 15px !important;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divNavigation-main.divNavigation-split a:hover,
.divNavigation-main.divNavigation-split a:active,
.divNavigation-main.divNavigation-split a:focus,
.divNavigation-main.divNavigation-split a.current {
	background:#A81427;
	color:#ffffff;
	-webkit-box-shadow: inset 0px -5px 0px 0px background:transparent;
	-moz-box-shadow:    inset 0px -5px 0px 0px background:transparent;
	box-shadow:         inset 0px -5px 0px 0px background:transparent;
}


.divAnchCatDD {
    border: 1px solid #dddddd;
    background: #ffffff;
    line-height: normal;
    border-bottom: 4px solid #A81427;
    animation: fadeIn linear 600ms;
    -webkit-animation: fadeIn linear 600ms;
    -moz-animation: fadeIn linear 600ms;
    -o-animation: fadeIn linear 600ms;
    -ms-animation: fadeIn linear 600ms;
}

.divAnchCatDD .anchDDNavigation {
    border-bottom: 1px solid #dddddd;
    padding: 5px 10px;
    display: block;
    height: 100%;
}

.divAnchCatDD .anchDDNavigation-category {
    font-family:'Roboto', sans-serif;
    font-size: 18px;
    font-weight:bold;
	background:#ffffff;
    color:#222222;
	text-align:left;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divAnchCatDD .anchDDNavigation-category:hover,
.divAnchCatDD .anchDDNavigation-category.current {
	background:#A81427;
    color:#ffffff;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.anchDDNavigation-subcategory {
    font-family:'Roboto', sans-serif;
    font-size: 16px;
    font-weight:normal;
    color:#222222;
	text-align:left;
    text-indent: 10px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.anchDDNavigation-subcategory:hover,
.anchDDNavigation-subcategory.current {
    background:#A81427;
    color:#ffffff;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMenuWrapper .btn-dropdown{
	background:#A81427;
	color:#ffffff;
	font-family:'Roboto', sans-serif;
}

.divMenuWrapper-side .divMenuInner{
	border-bottom:4px solid #A81427;
}

.divMenuWrapper-side .anchMenuItem{
	font-family:'Roboto', sans-serif;
	font-size:18px;
	background:#ffffff;
	color:#222222;
}

.divMenuWrapper-side .anchMenuItem.current, 
.divMenuWrapper-side .anchMenuItem:hover, 
.divMenuWrapper-side .anchMenuItem-category:focus {
	background:#A81427;
	color:#ffffff;
}

.divMenuSubcategoryWrapper .anchMenuItem-side{
	font-family:'Roboto', sans-serif;
	font-size:16px;
	background:#f5f5f5;
	color:#222222;
}

.divMenuSubcategoryWrapper .anchMenuItem-side:hover,
.divMenuSubcategoryWrapper .anchMenuItem-side.current{
	background:#222222;
	color:#ffffff;
}


.divAlbumCoverInner {
	background:#000000;
}

.divMenuWrapper-album .divAlbumCoverInner .anchMenuItem .divAlbumCaption {
    color: #ffffff;
	background:rgba(0,0,0,.001);
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMenuWrapper-album .divAlbumCoverInner:hover .anchMenuItem .divAlbumCaption {
    color: #ffffff;
	background:rgba(0,0,0,.6);
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divAlbumCaption .categoryCaption {
	text-shadow:0px 1px 6px rgba(0,0,0,0.65);
}

.divMenuWrapper-album .divAlbumCoverInner .divAlbumMedia img {
    position: absolute;
    max-width: none !important;
    width: 100%;
    height: 100%;
    object-fit:cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	opacity:.7;
    -moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMenuWrapper-album .divAlbumCoverInner:hover .divAlbumMedia img {
	opacity:1;
    -moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}


.btn-sandwich .icon-bar + .icon-bar {
    margin-top: 6px;
}

.divNavigation-sandwich .btn-sandwich .icon-bar{
	background:#A81427;
	height: 4px;
    border-radius: 2px;
}

.btn-sandwich .icon-bar-1,
.btn-sandwich[aria-expanded="true"] .icon-bar-1 {
	top: 11px;
}

.divToggleContainer-links{
	top:unset;
	max-height: 250px;
	overflow: scroll;
	background:#ffffff;
}

.divToggleContainer-links .anchNavigation{
	border-bottom:1px solid #dddddd
	background:#ffffff;
	color:#222222;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	font-weight:bold;
}

.divToggleContainer-links .anchNavigation.current,
.divToggleContainer-links .anchNavigation:hover,
.divToggleContainer-links .anchNavigation:focus,
.divToggleContainer-links .anchNavigation:active{
	background:#A81427;
	color:#ffffff;
	border-left:4px solid #222222 !important;
}


.mainSlideshowVideo {
	object-fit:cover;
}

.divMainCalloutWrapper > .container {
	width:100%;
	max-width:100% !important;
	padding:0;
}

.divMainCalloutWrapper {
	clear:both;
	width:100%;
	height:700px;
}

.divMainCalloutInner .divBlockMedia img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.divMainCalloutTextInner {
    color: #ffffff;
    width: 100%;
}

.divMainCalloutTextInner h1{
	font-family:'Roboto', sans-serif;
	font-weight:bold;
	color:#ffffff !important;
	font-size:45px;
	text-shadow:0px 1px 6px rgba(0,0,0,0.65);
}

.divMainCalloutTextInner h2{
	font-family:'Roboto', sans-serif;
	font-weight:bold;
	color:#ffffff !important;
	font-size:36px;
}

.divMainCalloutTextInner h3{
	font-family:'Roboto', sans-serif;
	font-weight:600;
	color:#ffffff !important;
	font-size:30px;
}

.divMainCalloutTextInner p{
	font-family:'Roboto', sans-serif;
	font-weight:normal;
	color:#ffffff !important;
	font-size:20px;
}

.divMainCalloutTextInner a {
	color:#222222;
	text-decoration:underline;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMainCalloutTextInner a:hover {
	color:#A81427;
	text-decoration:underline;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMainCalloutTextInner a.anchButton{
	display:inline-block;
	font-family:'Roboto', sans-serif;
	font-size:20px;
	color:#ffffff !important;
	background:#A81427;
	padding: 5px 15px;
	border:0px solid #A81427;
	border-radius:0px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMainCalloutTextInner a.anchButton:hover{
	background:#222222;
	color:#ffffff;
border:0px solid #A81427;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
	font-size:40px;
	color:#ffffff;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
	font-size:40px;
	color:#ffffff;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
    height:30px;
    background:#222222;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin:6px 6px !important;
    display: inline-block;
    border-radius: 100%;
    background: #f5f5f5;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #A81427;
    opacity: 1;
}



.divMainCalloutWrapper {
	background:#000000;
}

.divMainCalloutWrapper .divMainCalloutTextWrapper{
	background:rgba(0,0,0,.001);
	width:100%;
	padding:0% 15%;
	bottom: 15%;
}


.divMainCalloutWrapper-static .divMainCalloutInner .divBlockMedia img{
	opacity:1;
}

.divMainCalloutWrapper-static .divMainCalloutTextWrapper{
	background:rgba(0,0,0,.4);
	width:100%;
	padding:0;
	bottom: 0;
}

.divMainCalloutWrapper-static .divBlockWrapper-maincallout .divMainCalloutTextWrapper {
    position: absolute;
	width:100%;
	display:inline-block;
    top: unset;
	bottom:0;
    left: 0;
    height: auto;
    -webkit-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
    transform: translate(0%,0%);
	padding:20px;
	text-align:center;
}


.divMenuLinks .divMenuLink a {
	display: block;
	font-family:'Roboto', sans-serif;
	text-align:center;
	font-size: 24px;
	line-height: 2;
	color:#ffffff;
	background: #A81427;
	padding: 0.5em;
	margin:1em;
	border: 3px solid #A81427;
	min-width:380px;
	width: auto;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMenuLinks .divMenuLink a:hover{
	color:#A81427;
	background:#ffffff;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMiniCallout{
	height:100%;
}

.divMiniCalloutWrapper{
	padding:15px;
	margin:0 !important;
}

.divSponsorSlideWrapper .divBlockMedia figcaption {
	position:absolute;
	bottom:70px;
	width:695px;
	margin:auto;
	font-size:45px;
	height:89px;
	line-height:89px;
	font-weight:bold;
	color:#A81427;
	background:#ffffff;
	border-radius:45px;
	justify-self:anchor-center;
}

/* //keep this if you want text over image */
.divMiniCallout .divMiniCalloutTextWrapper{
	position:absolute;
	width:2080px;
	max-width:2080px;
	height:279px;
}

.body-home .divSiteContentWrapper {
	justify-content:space-evenly;
	padding-top:60px !important;
}

.divNavigation-standard.divNavigation-logo .divNavigationInner {
	width:100%;
	max-width:100% !important;
}

.body-directory .divLogoWrapper img{
	max-height:500px;
}

.divMiniCalloutTextInner {
	height:279px;
	display:flex;
	flex-direction:column;
}

.divMiniCallout figcaption {
	display:none;
}

.anchMiniCallout,
.divMiniCallout .divMiniCalloutTextWrapper h3,
.divMiniCallout .divMiniCalloutTextWrapper h3 a,
.divMiniCallout .divMiniCalloutTextWrappera {
	text-decoration:unset !important;
}

.divMiniCallout .anchButton {
	margin:0;
	background:#71111D;
	color:#ffffff;
	width:688px;
	text-align:center;
	border-radius:45px;
}

.divMiniCallout .divMiniCalloutTextWrapper h3, 
.divMiniCallout .divMiniCalloutTextWrapper p{
	font-family:'Roboto', sans-serif;
	font-weight:700;
	font-size:120px;
	color:#ffffff;
	text-align:center;
	display:flex;
	justify-content:center;
}

.divMiniCallout .anchButton,
.divMiniCalloutText-paragraph p,
.divMiniCalloutText-paragraph {
	height:89px;
	line-height:48px;
}

.divMiniCallout .divMiniCalloutTextWrapper{
	background-color:#A81427;
	background-image: url(../images/imgIconHomeHandPoint.png);
	background-repeat:no-repeat;
	background-position-y:center;
	background-position-x:3.5%;
	bottom:0;
	border-radius:0 0 93px 93px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMiniCallout:hover .divMiniCalloutTextWrapper{
	background-color:#A81427;
	bottom:0px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}







.divNewsAnnounceWrapper {
	background:#A81427;
}

.divTestimonial-slider,
.divPullingFromPageWrappe,
.divBlockWrapper-testimonial.carded {
	max-width:100%;
}

.divBlogWrapper-synopsis .divBlockWrapper-media .divBlockInner{
	padding:0;
}

.divPullingFromPageWrapper .divBlogWrapper .divBlogInner .divBlockWrapper .divBlockInner .divBlockMedia img{
	padding:15px;
}


.divPullingFromPageWrapper .divBlogWrapper .divBlogInner .divBlockWrapper .divBlockInner .divBlockMedia img{
	height:300px;
}
.divPullingFromPageWrapper .divBlogWrapper-synopsis .divBlogInner,
.divPullingFromPageWrapper .divBlogWrapper .divBlogInner .divBlockWrapper,
.divPullingFromPageWrapper .divBlogWrapper .divBlogInner .divBlockWrapper .divBlockInner,
.divPullingFromPageWrapper .divBlogWrapper .divBlogInner .divBlockWrapper .divBlockInner .divBlockMedia{
	margin-top:0;
	height:100%;
}

.divPullingFromPageWrapper .divBlogWrapper .divBlogInner,
.divBlockWrapper-text,
.divBlockWrapper-text .divBlockInner{
	height:auto;	
} 

.divPullingFromPageWrapper .divBlogDetails,
.divPullingFromPageWrapper .divBlogDetails h3,
.divPullingFromPageWrapper .divBlogDetails div{
	padding-bottom:0;
	margin:0;
}
.divPullingFromPageWrapper .divBlockWrapper-synopsis .divBlockBody{
	margin:5px auto;
}

.divPullingFromPageWrapper .divBlockWrapper-synopsis .divBlockBody p{
	font-size:12px;
}



.divSponsorSlideWrapper {
    padding: 0;
	padding-bottom:30px;
    border-top: 0px solid #dddddd;
    border-bottom: 0px solid #dddddd;
	margin: 0;
	width:1418px;
	max-width:1418px;
}

.divMiniCallout .divBlockMedia img {
	width:2080px !important;
	max-width:2080px !important;
}

.divSiteContentInnerMinis.container {
	width:2080px;
	max-width:2080px;
	margin:0 !important;
}

.divSponsorSlideWrapper .divBlockMedia figure img {
	max-height:1204px;
	height:1204px;
}

.divSponsorHeaderWrapper {
	background:#222222;
	padding:20px 0px;
	display:none;
}

.divMiniCallout {
	width:100%;
	max-width:100%;
	flex:unset;
}

.divSponsorHeaderWrapper h2 {
	color:#ffffff;
	margin-bottom:0;
}

.divSponsorSlideWrapper .swiper-container-horizontal>.swiper-pagination-bullets, 
.divSponsorSlideWrapper .swiper-pagination-custom, .swiper-pagination-fraction {
	position: absolute;
    bottom: 240px;
    left: 0;
    width: 100%;
    height: 38px;
    background:transparent;
}

.divSponsorSlideWrapper .swiper-pagination-bullet {
    width: 38px;
    height: 38px;
	margin:4px !important;
    display: inline-block;
	border:5px solid #ffffff;
    border-radius: 100%;
    background: transparent;
    opacity: 1;
}

 .divSponsorSlideWrapper .swiper-pagination-bullet-active {
    background: #ffffff;
	border:5px solid #ffffff;
    opacity: 1;
}


footer{
	margin-top:0;
	display:none !important;
}

footer .clearfix {
	display:none !important;
}

.divFooterRow-top{
	height:auto;
	background:#dddddd;
	padding: 0;
}

.divNavFields-topFooter a:hover{
	background:#222222;	
}

.anchNavigation-footer-super {
	display:inline-block;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	background:transparent;
	color:#222222;
	padding:0px 15px;
	height:0px;
	line-height:0px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.anchNavigation-footer-super:hover,
.anchNavigation-footer-super.current {
	background:#A81427;
	color:#ffffff;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divSiteInfoWrapper-social a {
    font-size: 23px;
    color: #222222;
    -moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divSiteInfoWrapper-social a:hover {
    color: #A81427;
    -moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divSiteInfoInner-contact a {
	display:inline-block;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	background:transparent;
	color:#222222;
	padding:0px 15px;
	height:0px;
	line-height:0px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divSiteInfoInner-contact a:hover {
	background:#A81427;
	color:#ffffff;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divFooterRow-middle{
	background:#ffffff;
	padding:10px 0px;
	padding-bottom:0px;
}

.divFooterColumn-logo {
    padding: 15px 0px 30px 0px;
    text-align: left;
}

.divFooterRow-middle *{
	color:#222222;
}

.anchNavigation-footer {
	font-family:'Roboto', sans-serif;
	font-size:18px;
	font-weight:bold;
	margin:0px 15px;
	background:transparent;
	color:#222222;
	border-bottom: 4px solid transparent;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.anchNavigation-footer:hover,
.anchNavigation-footer.current {
	color:#A81427;
	border-bottom: 4px solid transparent;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
} 

.divFooterRow-bottom {
    background: #f5f5f5;
}

.divFooterColumn-copyright p,
.divFooterColumn-copyright p a,
.divFooterColumn-adaprivate p,
.divFooterColumn-adaprivate p a{
	font-family:'Roboto', sans-serif;
   	color:#222222;
   	font-size:16px;
	text-align: center;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divFooterColumn-copyright p a:hover,
.divFooterColumn-adaprivate p a:hover{
   	color:#A81427;
text-decoration:underline;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}


@media (min-width: 992px) {
	.divMenuWrapper-side-left{
		padding-left: 15px;
	}
}

.divContactScreenDetail-logo {
	padding-bottom:15px;
}

#formSearchTop {
	display:none !important;
}

.dropdown-menu.show {
	max-height:500px;
	overflow-y:scroll;
}

.divBlockWrapper ~ .divBlockWrapper {
	padding-top:0;
	margin-top:0;
}

.divTileWrapper {
	padding:75px;
	justify-content:center;
}

.divBlockWrapper-listing-carded {
	margin:30px 30px;
	margin-top:30px !important;
}

.divContentWrapper-hasSideMenu {
	width:100%;
	max-width:100% !important;
	flex: unset;
}

.divBlockMedia-full img {
	max-width:2948px !important;
}

.divBlockWrapper-listing-carded {
	width:33%;
	max-width:875px !important;
	flex:unset;
	border-radius:93px;
	overflow:hidden;
	background:#F0F0F0;
	border:0 !important;
}

.divListingDetails-bottom {
	background:#F0F0F0;
	padding-bottom:15px;
}

.divListingDetail-value {
	font-weight:500;
	font-size:50px;
	text-align:center;
}
.divListingDetail-email:nth-child(1) .divListingDetail-value {
	font-weight:normal;
	font-size:75px;
	text-align:center;
	padding-top:30px;
}
.anchViewListingDetails {
	display:none;
}

.divMiniCalloutInner {
	box-shadow:none;
	border:0;
}

.divBlock-22 {
	padding-bottom:250px;
}
.divBlock-22 .spnBlockContent {
	padding-top:70px;
}

.divBlockWrapper-listing-carded .divListingDetail + .divListingDetail {
	border-top:0;
	padding-top:15px;
}

.divBlockWrapper-listing-carded img {
	max-width:875px !important;
	width:875px;
	height:875px;
	object-fit:cover;
}

.divMenuWrapper-topnav {
	position:absolute;
	top:-340px;
	background:#dcdcdc;
	padding-bottom:65px;
}

.divListingDetail-Firstname .divListingDetail-value {
	font-size:75px;
}

.dropdown-toggle::after {
	width:64.9px;
	height:35.42px;
	background:url(../images/angleDownBg.png);
	background-size:100% 100%;
	background-repeat:no-repeat;
	color:#A81427;
}

.filterParagraph {
	position:absolute;
	top:315px;
	font-size:70px;
	color:#222222;
	width:100%;
	font-weight:500;
	text-align:center;
	height:100px;
}

.body-home .filterParagraph {
	display:none !important;
}

.divBlockWrapper-listing-carded .divBlockMedia {
	background:#F0F0F0;
}

.divMenuWrapper-topnav .anchMenuItem {
	font-size:75px;
	font-weight:500;
	color:#A81427;
}

.btnMeetPopup{
	position:relative;
	padding:0;
}

.divMeetPopup.hide{
	display:none;
	visibility: hidden;
}

.divMeetPopup.show{
	display:flex;
	flex-wrap: wrap;
	visibility: visible;
}

.roleTitle {
	font-size:40px;
	font-weight:500;
	color:#222222;
	margin-bottom:0;
}

.divMeetPopup{
	position:absolute;
	background-color:#ffffff;
	border-radius:108px;
	border:1px solid #707070;
	padding:120px;
	width:100%;
	z-index:2;
  	top: 4em;
	left:0;

}

.divMeetPopup .textSection{
	width: 50%;
	padding:15px;
	display:flex;
	flex-wrap:wrap;
}

.divMeetPopup .textSection *{
	color:#222222;
}

.divMeetPopup .textSection .meet{
	font-family:'Roboto', sans-serif;
	font-size:16px;
	font-weight:bold;
	letter-spacing: 5px;
	color:#12D600;
}

.divRoleWrapper {
	width:50%;
	display:flex;
	flex-direction:column;
}
.divRoleWrapper2 {
	width:100%;
	display:flex;
	flex-direction:column;
}

.divMeetPopup .textSection .name{
	font-family:'Roboto', sans-serif;
	font-size:120px;
	font-weight: 700;
	text-transform:uppercase;
	width:100%;
}

.divMeetPopup .textSection .role{
	font-family:'Roboto', sans-serif;
	font-size:75px;
	font-weight: 700;
	color:#A81427;
}

.divMeetPopup .textSection .role2{
	font-family:'Roboto', sans-serif;
	font-size:75px;
	font-weight: 400;
	color:#A81427;
}

.divMeetPopup .textSection .bio{
	font-family:'Roboto', sans-serif;
	font-size:52px !important;
	font-weight: 200;
}

.divMeetPopup .textSection .social{
	display:flex;
	flex-direction: row;
	align-items: center;
	gap:25px;
}

.divMeetPopup .textSection .social p{
	font-family:'Roboto', sans-serif;
	font-size:16px;
	font-weight: 400;
	margin:0;
}

.divMeetPopup .textSection .social a{
	font-size: 30px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMeetPopup .textSection .social a:hover{
	color:#12D600;	
}

.divMeetPopup .mediaSection{
	width: 50%;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:5px;
	padding-right:120px;
}

.divMeetPopup .mediaSection img {
	max-width:1279px !important;
	width:100%;
}

.divMeetPopup .mediaSection *{
	color:white;
}

.divMeetPopup .btnCloseMeetPopup{
	position: absolute;
	display:block;
  	top: -20px;
  	left: -20px;
	text-align: left;
}

.divMeetPopup .btnCloseMeetPopup.mobile{
	top: 20px;
	right: 20px;
	width: 100%;
  	left: unset;
	text-align: right;
}

.divMeetPopup .sectionInner{
	display:flex;
	flex-direction:row-reverse;
	flex-wrap: wrap;
	width:100%;
}

.divMeetPopup .sectionInner-responsive{
	display:none;
	flex-direction:column;
	flex-wrap: wrap;
}

.divMenuWrapper-topnav .dropdown-toggle {
	font-size:55px;
	padding:45px;
	background:#A81427;
	color:#ffffff;
	box-shadow:0 12px 12px rgba(0,0,0,0.16);
}

.divPageTitle .container{
	padding-top:150px !important;
}

.divMenuWrapper-topnav .show .dropdown-toggle {
	color:#A81427;
	background:#ffffff;
}

.divListingDetail-label {
	display:none !important;
}

.divBlockInner-media-right, .divBlockInner-media-left {
  display: block !important;
}

.divContactScreenDetail-logo img{
	padding:5px;
	background:#ffffff;
}

.dropdown-item.active, .dropdown-item:active {
	background-color:#A81427;
}

.main-pagedirectory-testimonials .divBlockWrapper-block-double {
	margin-top:15px;
}

.divSearchWrapper-directory {
	position:absolute;
	top:30px;
	right:50px;
	z-index:12;
}

.divSearchInput input {
	height:150px;
	line-height:150px;
	justify-self:right;
	width:85%;
}

.fa-magnifying-glass {
	background:#A81427;
	color:#ffffff;
	font-size:90px;
	padding:30px;
}

.fa-angle-left {
	background:#A81427;
	color:#ffffff;
	font-size:90px;
	padding:30px;
	position:absolute;
	top:30px;
	left:50px;
	z-index:13;
	width:150px;
	height:150px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.body-home .fa-angle-left {
	display:none;
}

.divSearchWrapper-directory .divSearchInner {
	flex-direction:column;
	align-items:end;
}

.divContactFormInput .inpProperty-select {
	height:50px;
}

.anchBackToTop {
	color: #ffffff;
}
.anchBackToTop:hover {
	color: #ffffff;
	text-decoration:underline;
}

.divPageTitle {
	min-height: 0;
	height:auto;
	padding-top:180px;
	padding-bottom:10px;
	background: #ffffff;
	text-align:left;
}

.divPageTitle h1, 
.divPageTitle h2, 
.divPageTitle h3 {
    font-family:'Roboto', sans-serif;
    color:#222222;
    font-size:120px;
}
.divPageTitle h2 b {
	color:#A81427;
	font-size:300px;
}

button {
	background:transparent;
	border: none;
}

.divContactFormInput .inpProperty-submit,
.divContactScreenDetail-directions button,
.anchBlockAction,
.divBlockWrapper-text .anchSynopsisCTA,
.divSearchInput-submit input,
.divContactScreenDetail-cta a,
.anchBtn,
button a,
a.anchButton,
.divExpandOptions .anchExpandWrapper,
.divExpandWrapper .anchExpandLink{
	font-family:'Roboto', sans-serif;
	background:#A81427;
	font-weight:normal;
	color:#ffffff !important;
	border:1px solid #A81427;
	text-decoration:unset !important;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divContactFormInput .inpProperty-submit:focus,
.divContactFormInput .inpProperty-submit:hover,
.divContactScreenDetail-directions button:hover,
.anchBlockAction:hover,
.divBlockWrapper-text .anchSynopsisCTA:hover,
.divSearchInput-submit input:hover,
.divContactScreenDetail-cta a:hover,
.anchBtn:hover,
button a:hover,
a.anchButton:hover,
.divExpandOptions .anchExpandWrapper:hover,
.divExpandOptions .anchExpandWrapper.open,
.divExpandWrapper .anchExpandLink:hover{
	background:#666666;
	color:#ffffff !important;
	border:1px solid #666666;
	text-decoration:unset !important;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockWrapper-text .anchSynopsisCTA {
	text-decoration:none;
	text-transform:unset;
}

.anchBtn {
	padding: 5px 10px;
}

.divBlockMedia figcaption {
	color: #222222;
	text-decoration:none;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockWrapper h2 {
	color:#222222;
}

.divBlockWrapper h2 a {
	font-family:'Roboto', sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#222222;
	text-decoration:underline;
	border-bottom:1px solid transparent;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockWrapper h2 a:hover {
	color:#A81427;
	text-decoration:none;
	border-bottom:1px solid transparent;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockWrapper h3 {
	color:#222222;
}

.divBlockWrapper h3 a {
	color:#222222;
	font-size:30px;
	font-weight:600;
	text-decoration:underline;
	border-bottom:1px solid transparent;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockWrapper h3 a:hover {
	color:#A81427;
	text-decoration:none;
	border-bottom:1px solid transparent;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockWrapper p {
	color:#222222;
}

.divBlockWrapper a,
.divBlockMedia .anchImageLink figcaption,
.divUserLoginResetWrapper a {
	color:#222222;
	text-decoration:underline;
	border-bottom:1px solid transparent;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockWrapper a:hover,
.divBlockMedia .anchImageLink:hover figcaption,
.divUserLoginResetWrapper a:hover {
	color:#A81427;
	text-decoration:none;
	border-bottom:1px solid transparent;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockWrapper td {
	font-family:'Roboto', sans-serif;
	font-size:18px;
}

.divBlockWrapper ul,
.divBlockWrapper li {
	font-family:'Roboto', sans-serif;
	font-size: 18px;
}

.divBlockWrapper ul {
	padding-left:40px;
}

.divBlockWrapper li {
	list-style-position: outside;
}

.divBlockWrapper-testimonial.carded {
    float: left;
    width: 100%;
    padding-top: 0;
    margin-top: 35px;
    margin-bottom: 30px;
}

.divBlockWrapper-testimonial.carded .divBlockInner {
    border: 1px solid #dddddd;
    border-top: 4px solid #A81427;
}

.divBlockWrapper-testimonial.carded .divTestimonialIcon {
    border: 1px solid #dddddd;
    color: #222222;
    background: #ffffff;
}

.author {
	font-family:'Roboto', sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#222222;
}

.divBlockWrapper-faq .divBlockInner-question {
    background: #ffffff;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockWrapper-faq .divBlockInner-question.open, 
.divBlockWrapper-faq .divBlockInner-question:hover {
    background: #dddddd;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockWrapper-faq .divBlockInner-question > *:not(span) {
	font-family:'Roboto', sans-serif;
    font-weight:bold;
    font-size: 18px;
}

.divBlockWrapper blockquote {
	border-left: 4px solid #A81427 !important;
}

.divBlockWrapper-gallery .divBlockImageHoverText {
	padding:15px;

}


.divEventDetails, 
.divEventDetail {
	display:inline-block;
}

.divEventWrapper-synopsis {
    margin-bottom: 20px;
    border: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.divShareInner a i {
	margin-right:8px;
}

.divShareInner a {
	margin-right:20px;
	border:0px solid #A81427;
	color:#A81427;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divShareInner a:hover {
	color:#666666;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.anchBlockAction {
 	display:block;
	width:fit-content;
	position:relative;
	margin-top:70px;
	margin-bottom:10px;
	font-size:55px;
	padding:30px;
}

.divBlockWrapper-listing-full .divBlockInner {
	flex-direction:column;
}

.btnSubmitSearchTerm-entry {
padding: 0 15px !important;
}


#main > div.divSiteContentWrapper.m-auto.p-0.row > div.divSiteContentInner.divSiteContentInner-sitewidth.container.row.m-auto > div > div > div > div.divBlogDetails.divBlogDetails-top.col-12.col-xl-9 > h2 {
	Display: none;
}

.anchShowMore {
	color:#222222;
}

.anchShowMore:hover {
	color:#222222;
}

.divExpandWrapper .anchExpandLink {
    font-family:'Roboto', sans-serif;
    font-size: 18px;
	background:#f5f5f5;
    color: #A81427;
    -moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divExpandWrapper .anchExpandLink:hover {
	background:#dddddd;
    color: #222222;
    -moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.anchSynopsisList {
	color:#A81427;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.anchSynopsisList:hover {
	color:#222222;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divContentState h1, 
.divContentState h2, 
.divContentState h3 {
font-size: 30px;
}

.divBlogWrapper-detail .divBlogDetails-top {
border-top: 3px solid #A81427;
width:100%;
max-width:100%;
flex:0 0 100%;
}

.divDetailList .anchDetailList {
	color: #222222;
	text-decoration: underline;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divDetailList .anchDetailList:hover {
	color: #A81427;
	text-decoration: underline;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divPaginationWrapper {
width:100%;
}

.divBlogWrapper-synopsis .divBlogDetails-top {
	border-bottom: 0 solid transparent;
}

.divContentState-blog {
	display: none;
}



.anchViewListingDetails i {
	position: relative;
	display: inline-block;
    font-size: 18px !important;
    top: 2px;
}

.divListingDetail a,
.divListingDetail-value a {
	color:#A81427;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divListingDetail a:hover,
.divListingDetail-value a:hover {
	color:#666666;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.spanDataValue {
	font-family:'Roboto', sans-serif;
	font-size:16px;
}

.spanDataValue a {
	font-family:'Roboto', sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#A81427;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.spanDataValue a:hover {
	color:#666666;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divContactScreenDetail-top {
	padding-left:0px;
}

.divContactFormInput-submit {
	margin-bottom:30px;
}

.divContactScreenDetail-bottom {
	margin:0 !important;
}

@media (min-width:768px) and (max-width:1440px) {

	.divSiteContentInner-sitewidth.container {
		padding:15px !important;
	}
	
	
	.divNavigation-main{
		height:300px;
		line-height:300px;
	}
	.divSponsorSlideWrapper .divBlockMedia figcaption,
	.divSponsorSlideWrapper,
	.divSiteContentInnerMinis.container,
	.divSponsorSlideWrapper .divBlockMedia figure img,
	.divMiniCallout .divMiniCalloutTextWrapper,
	.divMiniCallout .divBlockMedia img {
		width:100% !important;
		max-width:100% !important;
	}
	.divSponsorSlideWrapper .divBlockMedia figcaption,
	.divMiniCallout .divMiniCalloutTextWrapper h3, .divMiniCallout .divMiniCalloutTextWrapper p,
	h3 {
		font-size:30px !important;
	}
	.divSponsorSlideWrapper .divBlockMedia figure img {
		height:100%;
		max-height:800px !important;
	}
	.divMiniCalloutTextInner,
	.divMiniCallout .divMiniCalloutTextWrapper {
		height:150px;
		max-height:150px;
	}
	.divMiniCallout .anchButton, .divMiniCalloutText-paragraph p, .divMiniCalloutText-paragraph {
		font-size:20px;
		height:auto;
		line-height:normal;
		width:fit-content !important;
		margin:0 auto;
	}
	.divMiniCallout .divMiniCalloutTextWrapper {
		background-image:unset;
	}
	.divSponsorSlideWrapper .divBlockMedia figcaption {
		width:fit-content !important;
		padding:0 30px;
	}
	.divMenuWrapper-topnav .dropdown-toggle {
		font-size:20px;
	}
	.fa-angle-left {
		height:30px;
		width:30px;
		font-size:30px;
		top:15px;
		left:15px;
	}
	.btn.dropdown-toggle {
		height:auto;
		line-height:normal;
	}
	.dropdown {
		width:37% !important;
	}
	.divMenuWrapper-topnav .dropdown-toggle {
		padding:15px;
	}
	.divMenuWrapper-topnav .divMenuInner {
		flex-wrap:wrap;
		gap:15px;
		justify-content:center;
		overflow:hidden;
	}
	.btnCategoryDropdownMeun {
		width:100%;
	}
	.dropdown-toggle::after {
		width:35px;
		height:20px;
	}
	.filterParagraph {
		font-size:30px;
		top:138px;
	}
	.divMenuWrapper-topnav {
		padding-top:30px;
		padding-bottom:15px;
	}
	.divBlockWrapper-listing-carded {
		width:48%;
		max-width:48% !important;
		margin:0 5px;
	}
	.divBlockWrapper-listing-carded img {
		width:100%;
		max-width:100% !important;
		height:auto;
	}
	.divTileWrapper {
		padding:15px;
	}
	.divMeetPopup .textSection .name,
	.divListingDetail-Firstname .divListingDetail-value {
		font-size:30px;
	}
	.divMeetPopup .textSection .role2,
	.divMeetPopup .textSection .role,
	.roleTitle,
	.divListingDetail-value {
		font-size:20px;
	}
	.divMeetPopup .mediaSection {
		width:100%;
		padding:0;
	}
	.divMeetPopup {
		padding:30px;
	}
	.divMeetPopup .mediaSection img {
		width:50%;
	}
	.divMenuWrapper-topnav .anchMenuItem,
	.divBlockWrapper p {
		font-size:18px;
	}
	.divMeetPopup .sectionInner {
		flex-direction:column;
	}
	.divMeetPopup .textSection {
		width:100%;
	}

	.divNavigation-split nav {
		display:none !important;
	}
	.divNavigation-split nav.divNavigation-sandwich {
		display:none !important;
	}

	.divEventSummary-mobile {
		display:none !important;
	}

	.main-blog .divBlogWrapper-synopsis .divBlogInner,
	.main-event .divEventWrapper-synopsis .divEventInner {
		gap:15px;
	}
	.main-blog .divBlockWrapper-text .anchSynopsisCTA,
	.main-event .divBlockWrapper-text .anchSynopsisCTA{
		width:fit-content;
		padding:5px 15px;
	}
	
	.divMenuWrapper-topnav .divMenuInner {
		overflow:visible;
	}
	.divMeetPopup .textSection .role {
		margin-bottom:15px !important;
	}
	.divBlockWrapper-listing-carded .divBlockInner, .divBlockWrapper-listing-full .divBlockInner {
		border:0 !important;
	}
	.divBlockWrapper-listing-carded .divListingDetail + .divListingDetail {
		padding-top:0px;
		padding-bottom:10px;
	}
	.divBlockWrapper-listing-carded {
		padding:0 !important;
	}
	p, html, li, ul, body, ol, tr, td, p a, p ol, p ul, p li, table, table ol, table li, table ul {
		margin-bottom:10px;
	}
	
	.divSiteContentInner-sitewidth.container,
	.divSiteContentInnerMinis.container {
		justify-content:center;
	}
	.divSponsorSlideWrapper .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom:85px;
	}
	.divSponsorSlideWrapper .swiper-pagination-bullet {
		width:20px;
		height:20px;
	}
	h1, h1 span {
		font-size:45px !important;
	}

	header .divNavFields-main {
		display:none !important;
	}
	.divNavigation-sandwich {
		display:none !important;
	}
		
	header {
		position:absolute;
		border-bottom:0px solid #dddddd;
	}
	
	#main {
		margin-top:300px;
	}			
		
	.divLogoWrapper {
	    text-align: left;
	    margin-top: 0px;
	    z-index: 11;
	}		

	.divMainCalloutWrapper {
		clear:both;
		width:100%;
		height: 100%;
	}
	
	.divMainCalloutInner .divBlockMedia img {
		position:relative;
	    width: auto;
		max-width:none;
	    height: 450px;
		left:50%;
		transform:translate(-50%, 0%);
	}	
	
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	    display:none !important;
	}
	
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	    display:none !important;
	}	
	
	.divMainCalloutWrapper .divMainCalloutTextWrapper {
	    background: rgba(0,0,0,1);
	    width: 100%;
	    padding: 20px;
	    bottom: 0;
	}		
	
	.divMainCalloutWrapper-static .divMainCalloutTextWrapper {
		position:relative;
		clear:both;
	    background: rgba(0,0,0,.4);
	    width: 100%;
	    padding: 0;
	    bottom: 0;
	}	
	
	.divMainCalloutTextInner {
	    background: rgba(0,0,0,.001);
	}		
	
	.divMainCalloutTextInner .divMainCalloutText-tinyMCE {
	    padding: 0;
	}	
	
	.divNavigation-footer-super {
		display:none !important;
	}	
	
	.divFooterRow-middle {
		display:none !important;
	}	
	
	.divFooterRow-top .row {
		display: flex;
    	flex-direction: column;
	}
	
	footer .divSiteInfoWrapper-social {
	    text-align: center;
	    padding:10px 0px;
	}		
	
	footer .divSiteInfoInner-contact a {
	    width: 100%;
	    text-align: center;
	}			
	
	.divMenuWrapper-side,
	.divContentWrapper {
		margin-top:30px;
		margin-bottom:30px;
	}
	
	.divMenuWrapper-album .divAlbumCoverInner .divAlbumMedia img {
	    height: 120%;
	}	
	
	.divSearchWrapper-directory {
	    margin-top: 0px;
	}
	
	.divSearchWrapper {
	    margin-top: 0px;
	    margin-bottom: 30px;
	}
	
	.divContactScreen-form {
		margin-top:20px;
	}	

.divContactScreenDetail-top {
	padding-right:0;
}	

.divContactScreenDetails {
	margin:0;
}

.g-recaptcha > div,
.divContactScreenDetail-bottom .divContactFormInput-submit button {
	margin:auto;
}

.divBlogWrapper-synopsis .divBlogInner {
	gap:15px;
}

.user-frontend #main {
margin-top:0;
}

.mainSlideshowVideo {
	width:102%;
	max-width:102% !important;
	margin-left:-1%;
}

.body-home .divBlockWrapper-text .divBlockInner {
	flex-direction:column;
}

.divContactScreen-form .divContactScreenInner {
	max-width:100%;
}

.divFooterRow-top-contact .container {
		flex-direction:column;
	}
	.divFooterRow-top-contact {
		height:100% !important;
	}
	.divFooterRow-top-contact .container > div:nth-child(1), .divFooterRow-top-contact .container > div.divPulledContactScreenInner.container.p-0 {
		width:100% !important;
	}
	.divFooterRow-top-contact {
		padding:30px !important;
	}

}

@media (max-width:767px){

	.mainSlideshowVideo {
	width:102%;
	max-width:102% !important;
	margin-left:-1%;
}

.divFooterRow-top-contact .container {
		flex-direction:column;
	}
	.divFooterRow-top-contact {
		height:100% !important;
	}
	.divFooterRow-top-contact .container > div:nth-child(1), .divFooterRow-top-contact .container > div.divPulledContactScreenInner.container.p-0 {
		width:100% !important;
	}
	.divFooterRow-top-contact {
		padding:30px !important;
	}


.body-home .divBlockWrapper-text .divBlockInner {
	flex-direction:column;
}

.divContactFormInput .labelPropertyLabel {
		top:23%;
}

	.user-frontend #main {
		margin-top:0;
	}

	.main-blog .divBlogWrapper-synopsis .divBlogInner,
	.main-event .divEventWrapper-synopsis .divEventInner {
		gap:15px;
	}
	.main-blog .divBlockWrapper-text .anchSynopsisCTA,
	.main-event .divBlockWrapper-text .anchSynopsisCTA{
		width:fit-content;
		padding:5px 15px;
	}
	
	header {
		position:fixed;
		border-bottom:1px solid #dddddd;
	}
	
	#main {
		margin-top:755px;
	}
		
	.divLogoWrapper {
	    text-align: left;
	    margin-top: 0px;
	    z-index: 11;
	}	

	.divMainCalloutWrapper {
		clear:both;
		width:100%;
		height: auto;
	}
	
	.divMainCalloutInner .divBlockMedia img {
		position:relative;
	    width: auto;
		max-width:none;
	    height: 350px;
		left:50%;
		transform:translate(-50%, 0%);
	}	
	
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	    display:none !important;
	}
	
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	    display:none !important;
	}	
	
	.divMainCalloutWrapper .divMainCalloutTextWrapper {
	    background: rgba(0,0,0,1);
	    width: 100%;
	    padding: 20px;
	    bottom: 0;
	}	
	
	.divMainCalloutWrapper-static .divMainCalloutTextWrapper {
		position:relative;
		clear:both;
	    background: rgba(0,0,0,.4);
	    width: 100%;
	    padding: 0;
	    bottom: 0;
	}		
	
	.divMainCalloutTextInner {
	    background: rgba(0,0,0,.001);
	}
	
	.divNavigation-footer-super {
		display:none !important;
	}
	
	.divFooterRow-middle {
		display:none !important;
	}	
	
	.divFooterRow-top .row {
		display: flex;
    	flex-direction: column;
	}
	
	footer .divSiteInfoWrapper-social {
	    text-align: center;
	    padding:10px 0px;
	}		
	
	footer .divSiteInfoInner-contact a {
	    width: 100%;
	    text-align: center;
	}	
	
	.body-home .divBlockWrapper-text .divBlockInner {
		display: flex;
	}
	
	.divMenuWrapper-side,
	.divContentWrapper-hasSideMenu {
		margin-top:15px;
		margin-bottom:15px;
	}	
	
	.divMenuWrapper-album .divAlbumCoverInner .divAlbumMedia img {
	    height: 121%;
	}	
	
	.divSearchWrapper .divMobileOptions .dropdownMobileOptions {
	    padding: 0;
	    background: #ffffff;
	    color: #A81427;
	    border: 1px solid #A81427;
	}	
	
	.divEventWrapper-synopsis {
	    padding-bottom: 15px;
	}	
	
	.spanDataValue {
	    font-family:'Roboto', sans-serif;
	    font-size: 16px;
	    text-align: right;
	}	
	
	.anchListingDetail,
	.anchListingDetail img {
		width:100%;
	}
	
	.divContactScreen-form {
		margin-top:20px;
	}

	.divContactScreenDetail-top {
	padding-right:0;
}

.divContactScreenDetails {
	margin:0;
}

.g-recaptcha > div,
.divContactScreenDetail-bottom .divContactFormInput-submit button {
	margin:auto;
}

.divBlogWrapper-synopsis .divBlogInner {
	gap:15px;
}

}

@media (max-width:767px) {
	
	.divPageTitle {
	    min-height: 80px;
	}	
	
	.divPageTitle h1, 
	.divPageTitle h2, 
	.divPageTitle h3 {
	    font-size:34px;
	}		
	
	h1{
		font-size:34px;
	}
	
	.divMainCalloutTextInner h1{
		font-size:34px;
	}	
	
	h2{
		font-size:30px;
	}
	
	.divMainCalloutTextInner h2{
		font-size:30px;
	}
	
	.divBlockWrapper h2 a {
		font-size:30px;
	}	
	
	.divContentState h1, 
	.divContentState h2, 
	.divContentState h3 {
	    font-size: 30px;
	}	
	
	h3, h4{
		font-size:26px;
	}
		
	.divMainCalloutTextInner h3{
		font-size:26px;
	}	
	
	.divMiniCallout .divMiniCalloutTextWrapper h3, 
	.divMiniCallout .divMiniCalloutTextWrapper p{
		font-size:26px;
	}	
	
	.divBlockWrapper h3 a {
	    font-size: 26px;
	}	

	.divContactScreenDetails,
	.divContactScreenInner {
		padding:0;
	}
	
}	

a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus,
.group input:focus,
.group textarea:focus,
.group select:focus,
.divContactFormInput .inpProperty:focus,
.anchLogoLink:focus {
    outline: 5px solid black;
	outline-offset: 2px;
}
.anchLogoLink {
	width:100%;
	height:100%;
	display:block;
}
<br />
<b>Warning</b>:  Undefined variable $darkergray in <b>/home/oakhills/www/hof/layout/css/_design.css.php</b> on line <b>2685</b><br />

.divFooterRow-top-contact > div:nth-child(1),
.divFooterRow-top-contact > div.divPulledContactScreenInner.container.p-0{
	width:32%;
	margin:0 60px !important;
}

.divFooterRow-top-contact {
	display: flex;
	justify-content: center;
	align-items: center;
	padding:60px;
	height:612px;
	background-color:rgba(0,0,0,0.1);
	background-image: url('../images/footerContactImgFilter.jpg');
	overflow:hidden;
	background-size: cover;
}

.divFooterRow-top-contact > h2,
.divFooterRow-top-contact > p{
	display: none;
}

.divFooterRow-top-contact h2,
.divFooterRow-top-contact p{
	color:#ffffff;
	text-shadow:0px 1px 6px rgba(0,0,0,0.65);
}

.divFooterRow-top-contact p {
	font-weight:500;
}

.divFooterRow-top-contact .divContactScreenDetail-top {
	display: flex;
	flex-wrap: wrap;
	flex-direction:row;
}

.divFooterRow-top-contact .divContactFormInput-text,
.divFooterRow-top-contact .divContactFormInput-textarea {
	width:100%;
	margin:5px;
}

.divFooterRow-top-contact .inpProperty {
	border-radius: 0;
}

.divFooterRow-top-contact .inpProperty-textarea {
	min-height:60px !important;
}

.divFooterRow-top-contact .divContactScreenDetail-bottom{
	padding:0;
}

.divFooterRow-top-contact .divContactFormInput-submit{
	margin:0;
	padding:0 5px 0;
}

.divFooterRow-top-contact .inpProperty-submit {
	border:2px solid #ffffff;
	color:#ffffff;
	background:#A81427;
right:0 !important;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divFooterRow-top-contact .inpProperty-submit:hover {
	background:;
	color:#ffffff;
	border:2px solid #ffffff;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divFooterRow-top-contact .inpProperty-textarea ~ .labelPropertyLabel {
	top:20%;
	border:0;
}

.divFooterRow-top-contact .divContactFormInput-email,
.divFooterRow-top-contact .divContactFormInput-phone {
	width:50%;
	padding:15px 5px;
}

.divFooterRow-top-contact .g-recaptcha{
	margin:10px 0 0 !important;
	padding:0 5px;
}

.divFooterRow-top-contact .divPulledContactScreenInner {
	margin:0 !important;
	width:50%;
}
