@font-face {
	font-family: "AvantGardeGothicITCW01B";
	src: url(../fonts/AvantGardeGothicITCW01B.woff2);
}
@font-face {
	font-family: "AvantGardeGothicITCW01M";
	src: url(../fonts/AvantGardeGothicITCW01M.woff2);
}
@font-face {
	font-family: "AvantGardeGothicITCW01X";
	src: url(../fonts/AvantGardeGothicITCW01X.woff2);
}

body {
	position: relative;
	width: 100%;
	font-size: 16px;
	font-family: "AvantGardeGothicITCW01M", "Verdana", sans-serif;
	color: #4d4d4d;
	background: #fff;
	margin: 0;
	padding: 0;
	overflow: visible; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
body .skip-to-main-content {
	position: fixed;
	padding: 8px;
	text-align: center;
	display: inline-block;
	border: none;
	color: #000;
	background-color: black;
	font-weight: bolder;
	opacity: 0;
	z-index: 99;
}
#top-nav  {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
	border-bottom: 2px solid #991b21;
}
#top-nav nav {
	font-family: "Open Sans", sans-serif;
	padding:0;
}
#top-nav img {
	width: 113px;
	height: 18px;
	margin: 0;
}
#top-nav .wd_mobile {
	display: none;
}
#top-nav a.nav-link,
div.support-link a,
#top-nav li.wd_mobile a {
	position: relative;
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	height: 42px;
	margin-right: 0;
	padding: 11px 15px;
}
#top-nav a.nav-link:hover,
div.support-link a:hover {
	background-color: #c2c2c2;
}
#top-nav li {
	list-style: none;
}

#top-nav div.support-link a.support-icon img {
	display: block;
	position: relative;
	width: auto;
	height: 23px;
	margin: 0;
}

/* Typography */
body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}
h1 {
	font-family: 'Montserrat', Arial, Tahoma, sans-serif;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0;
	color: inherit;
	margin: 0 0 20px 0;
}
h2 {
	font-family: 'Montserrat', Arial, Tahoma, sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0;
	color: inherit;
	margin: 0 0 20px 0;
}
h3 {
	font-family: 'Montserrat', Arial, Tahoma, sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.1; 
	letter-spacing: normal;
	color: inherit;
	margin: 0 0 15px 0;
}
h4 {
	font-family: 'Montserrat', Arial, Tahoma, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.1; 
	letter-spacing: normal;
	text-transform: uppercase;
	color: inherit;
	margin: 0 0 15px 0;
}
h5 {
	font-family: 'Montserrat', Arial, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.1; 
	letter-spacing: normal;
	color: inherit;
	margin: 0 0 15px 0;
}
h6 {
	font-family: 'Montserrat', Arial, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.1; 
	letter-spacing: normal;
	color: inherit;
	margin: 0 0 15px 0;
}
p {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #222;
	margin: 0 0 10px 0;
}
a {
	color: #c81704;
	text-decoration: underline;
}
a:hover {
	color: #504e4e;
}
a:focus {
	color: #000;
	outline-offset: 2px;
	outline: 2px solid;
}
a:visited,
a:active {
	text-decoration: none;
}
em, i:not([class^="fa"]) {
	font-style: italic;
}
strong, b {
	font-weight: 600;
}
ul,
ol {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 10px 0;
  	padding: 0 0 0 40px;
}
ul li {
	list-style: disc;
}
ol li {
	list-style: decimal;
}
img {
	width: auto;
	height: auto;
	max-width: 100%;
}
footer {
	color: #fff;
	background: #000;
	padding: 50px 15px 0px;
}
footer h2 {
	font-family: 'Montserrat', Arial, Tahoma, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	margin: 20px 0 15px;
}
footer h3 {
	font-family: 'Montserrat', Arial, Tahoma, sans-serif;
	font-weight: 600;
	line-height: 30px;
	font-size: 13px;
	text-transform: uppercase;
	
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:focus,
footer a:focus-visible {
	color: #fff;
	outline: 2px solid #fff;
	outline-offset: 4px;
}
footer img {
	margin: 20px 0 15px;
}
footer ul {
	margin: 0;
	padding: 0;
}
footer ul li {
	list-style: none;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	line-height: 30px;
}
footer ul li a.info {
	position: relative;
}
footer .social-container {
	display: flex;
/*  	justify-content: space-between;*/
  	flex-wrap: wrap;
  	gap: 20px;
}
footer .social-container ul.social-links li a {
    padding-left: 35px;
}
footer .social-container ul.social-links li a:hover {
	color: #fff;
	text-decoration: underline;
}
footer .social-container ul.social-links li a span.fb-link {
    background: url(../images/socialicons.png) no-repeat 0 0;
    width: 28px;
    height: 28px;
    display: inline-block;
    position: absolute;
    left: 0px;
}
 footer .social-container ul.social-links li a span.tw-link {
    background: url(../images/socialicons.png) no-repeat -1221px 0;
    width: 28px;
    height: 28px;
    display: inline-block;
    position: absolute;
    left: 0px;
}
footer .social-container ul.social-links li a span.ig-link {
	background: url(../images/socialicons.png) no-repeat -582px 0;
	width: 28px;
	height: 28px;
	display: inline-block;
	position: absolute;
	left: 0px;
}
footer .social-container ul.social-links li a span.in-link {
	background: url(../images/socialicons.png) no-repeat -522px 0;
	width: 28px;
	height: 28px;
	display: inline-block;
	position: absolute;
	left: 0px;
}
footer .social-container ul.social-links li a span.yt-link {
	background: url(../images/socialicons.png) no-repeat -641px 0;
	width: 28px;
	height: 28px;
	display: inline-block;
	position: absolute;
	left: 0px;
}
footer .social-container ul.social-links li a span.bl-link {
	background: url(../images/socialicons.png) no-repeat -118px 0;
	width: 28px;
	height: 28px;
	display: inline-block;
	position: absolute;
	left: 0px;
}
footer .social-container ul.social-links li a span.tk-link {
	background: url(../images/socialicons.png) no-repeat -1192px 0;
	width: 28px;
	height: 28px;
	display: inline-block;
	position: absolute;
	left: 0px;
}
footer .social-container ul.social-links li a span.pin-link {
	background: url(../images/socialicons.png) no-repeat -31px 0;
	width: 28px;
	height: 28px;
	display: inline-block;
	position: absolute;
	left: 0px;
}
footer .social-container ul.social-links li a span.hz-link {
	background: url(../images/socialicons.png) no-repeat -1163px 0;
	width: 28px;
	height: 28px;
	display: inline-block;
	position: absolute;
	left: 0px;
}
footer .awards-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}
footer .copyright_bg {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
	color: #BBBDBE;
	text-decoration: none;
	border-top: 1px solid #3e454b;
	margin: 20px 0 0 0;
	padding: 20px 8px;
}
footer .copyright_bg a {
	color: #BBBDBE;
	text-decoration: none;
}
.popup-inner {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	max-width: 100%;
	width: 100%;
	background: #000;
	z-index: 999999999999;
	text-align: center;
}
.popup-inner .inner-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 0;
}
.popup-inner .inner-wrap .modal-copy {
  	text-align: center;
}
.popup-inner .inner-wrap .modal-copy p {
	font-size: 14px;
	margin-bottom: 0;
	padding: 0 100px;
	color: #fff;
	line-height: 1.5;
}
.popup-inner .inner-wrap .modal-button {
	display: inline-block;
	background-color: #fff;
	color: #000 !important;
	padding: 10px 0;
	margin: 5px;
	width: 25%;
	text-decoration: none;
}
.popup-inner .inner-wrap #modal-accept {
  	cursor: pointer;
}
@media (max-width: 991px) {
	#navbarSupportedContent {
		background-color: #E5E5E5;
		margin: 0 -10px;
		overflow: scroll;
	}
	#top-nav .container {
		padding: 0 20px;
	}

	#top-nav ul.navbar-nav {
	    position: relative;
	    width: 100%;
	    background-color: #E5E5E5;
	    margin: 0;
	    padding: 10px;
	}
	#top-nav ul.navbar-nav li a.nav-link {
		position: relative;
	    font-size: 14px;
	    font-weight: normal;
	    text-shadow: none;
	    text-transform: uppercase;
	    white-space: nowrap;
	    color: #333;
		border-top: 1px solid #cccccc;
	    border-radius: 0;
	    height: 55px;
		line-height: 2.2;
	}
	#top-nav li.wd_mobile {
		position: relative;
	    font-size: 14px;
	    font-weight: normal;
	    text-shadow: none;
	    text-transform: uppercase;
	    white-space: nowrap;
	    color: #333;
/*		border-top: 1px solid #cccccc;*/
	    border-radius: 0;
/*	    height: 55px;*/
	    height: 40px;
/*	    line-height: 55px;*/
	}
	#top-nav li.wd_mobile.wd_has-children {
		height: auto;
	}
	#top-nav button.wd_mobile {
		text-align: left;
		margin: 20px 0;
	}
	#top-nav .wd_mobile {
		display: block;
		background: transparent;
    	border: none;
	}
	#top-nav ul.wd_mobile-sub {
		margin: 0;
		padding: 0 0 0 40px;
	}
	#top-nav ul.wd_mobile-sub li {
		position: relative;
		display: block;
	}

}
@media (max-width: 575px) {
	footer .awards {
		padding-left: calc(var(--bs-gutter-x) * .5)!important;
	}
	footer .awards-container {
		align-items: flex-start;
	}
}