@import url("https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700,900");
@font-face {
  font-family: "Berthold City Bold";
  src: url("https://s3.amazonaws.com/cdn.atlhawksdigital.com/fonts/BertholdCityBold/BertholdCityBold.woff2") format("woff2"),
    url("https://s3.amazonaws.com/cdn.atlhawksdigital.com/fonts/BertholdCityBold/BertholdCityBold.woff") format("woff");
}
@font-face {
  font-family: "Trade Gothic";
  src: url("https://s3.amazonaws.com/cdn.atlhawksdigital.com/fonts/TradeGothic/TradeGothicLTStd.woff2") format("woff2"),
    url("https://s3.amazonaws.com/cdn.atlhawksdigital.com/fonts/TradeGothic/TradeGothicLTStd.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

/*fix search styles for blank-slate pages*/
[class*=style__searchBar] {
	position: absolute;
	top: 6px !important;
	height: calc(100% + 3px) !important;
}
[class*=style__searchOpen] [data-testid="nav-search-icon"] {
	display: none;
}
[class*=style__searchOpen] [data-testid="nav-search-input"] {
	outline: none;
}
@media(min-width:1024px) and (max-width:1399px){
	button#search-icon-desktop {
		margin: 0 0 0 15px;
	}
}
@media(max-width:1023px){
	[class*=style__searchBar] {
    top: -2px !important;
    height: calc(100% + 4px) !important;
	}
}
/*fix search styles for blank-slate pages*/


img.LegalSection_legalWmLogo__NyjgL {
	display: none;
}

/*********************************
* begin WP template overrides
*********************************/
@media(min-width:768px){
	span[class*="SponsorLogo_sponsorLabel"] {
		font-size: 1rem;
	}
	img[class*="SponsorLogo_sponsorLogo"] {
		max-width: 8rem;
		margin-top: 3px;
	}
}
/*********************************
* end WP template overrides
*********************************/


/*********************************
* begin global header/footer styles
*********************************/
.header_sfaLogoWrapper img,
.header_sfaLogoWrapperMobile img {
	width: 100%;
}
.header_sfaLogoWrapper {
	width: 100px;
}
.header_sfaLogoWrapperMobile {
	position: absolute;
	width: 60px;
	right: 110px;
}
nav[aria-label="header-secondary-menu"]{
	display: none;
}
@media (min-width: 1024px) {
	.header_sfaLogoWrapperMobile {
		display: none;
	}
}
@media (max-width: 1023px) {
	.header_sfaLogoWrapper {
		display: none;
	}
}

body img.globalFooterPrimaryLogo {
	height: 140px;
	width: 140px;
	margin: 0 15px;
	display: inline-block !important;
}
.globalFooterImgs {
	text-align: center;
}
.globalFooterImgs img {
	display: inline-block;
	margin: 25px 0 50px;
}
img.globalFooterTMLogo {
	height: 25px;
}
@media (max-width: 767px) {
	body img.globalFooterPrimaryLogo {
		display: block !important;
		margin: 25px auto 0 !important;
	}
}
/*********************************
* end global header/footer styles
*********************************/



/*********************************
* begin homepage styles
*********************************/
div[class*="DisplayAd_genericAdCentered__"][id*="-homepage_middle"] {
	padding: 25px 0;
	background: #000;
}
@media (max-width: 767px) {
	.LatestVideos_latestVideosDescription__jE_KX {
		margin-bottom: 25px;
	}
}
.kiaBox {
	padding: 35px 0 0;
	text-align: center;
	font-weight: 100;
	font-size: 24px;
	position: absolute;
	bottom: 10px;
	width: 100%;
}
.kiaBox img {
	display: inline-block;
	height: 24px;
	margin: -8px 0 0 8px;
}
[class*="TileHero_tileHeroContent__"] {
	padding-bottom: 3.5rem;
}
@media (max-width: 767px) {
	.kiaBox {
		font-size: 3vw;
	}
	.kiaBox img {
		height: auto;
		width: 12vw;
	}
}
/*********************************
* end homepage styles
*********************************/



/*********************************
* begin original bs_overrides styles
*********************************/
.customInteriorContent img,
.customInteriorContent iframe {
	display: inline;
}
.customInteriorContent ol {
	list-style: auto;
	padding: 15px 0 15px 40px;
}
.customInteriorContent ul {
	list-style: disc;
	padding: 15px 0 15px 40px;
}
.customInteriorContent h1 {
	font-size: 36px;
	margin: 15px 0;
}
.customInteriorContent p {
	margin-bottom: 15px;
}
body.onRails {
	background-color: #ddd !important;
}
body.onRails .customInteriorContent {
	max-width: 1170px;
	margin: 0 auto;
	padding: 10px 10px 0;
	background-color: #fff !important;
}
body.no-header-ad [class*=MainNavAdWrapper]{
	display: none;
}
@media(min-width:1024px){
	nav a[class*=link] {
		height: auto;
	}
}
@media (max-width: 1199px) {
	body.onRails .customInteriorContent{
		padding-top: 0;
	}
}
@media(min-width:768px) {
	.customInteriorContent img.mobileOnly {
		display: none;
	}
}
@media(max-width:767px) {
	.customInteriorContent img.desktopOnly {
		display: none;
	}
}
/*********************************
* end original bs_overrides styles
*********************************/

/***************************************
*         FONT FAMILY OVERRIDES
***************************************/
html{
  font-size: 16px;
}
body {
  font-family: "Titillium Web", Arial, sans-serif;
	font-size: 16px;
}
body p,
body button,
body a {
	outline: none;
}

.swiper-wrapper{
	height: auto;
}

/***************************************
*         GENERAL STYLES
***************************************/
body{
	color: #000;
}
body.hawks-custom-page {
	background: #efefef;
	background: -moz-linear-gradient(-45deg, #efefef 0%, #cccccc 100%);
	background: -webkit-linear-gradient(-45deg, #efefef 0%, #cccccc 100%);
	background: linear-gradient(135deg, #efefef 0%, #cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#cccccc',GradientType=1 );
}
.dateGatedContent{
	display: none;
}
a.txtLink {
  color: #c8102e;
  text-decoration: underline;
}
.heroBannerStatic {
  margin-bottom: 15px;
}
.heroBannerStatic img {
  width: 100%;
}
.whiteSwirlyBg {
  background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2022/09/2020_lp_bkg_t2a_graywhite_updated.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-attachment: fixed;
}
.whiteBG {
  background: rgba(255, 255, 255, 1);
}
.whiteTransparentBG {
  background: rgba(255, 255, 255, 0.7);
}
.modal-backdrop.in {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.noWrap {
  white-space: nowrap;
}
.pageMsgTop {
	margin: 0 0 10px;
	padding: 15px;
	border-radius: 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	background-color: #c8102e;
	background-image: url(https://s3.amazonaws.com/cdn.atlhawksdigital.com/img/logos/hawks_evo_black_15_opacity.png);
	background-repeat: no-repeat;
	background-size: auto 160%;
	background-position: left -20px top -35px;
}
.pageMsgTop h4 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 32px;
	color: #fff;
}
.pageMsgTop p {
	font-size: 20px;
	color: #fff;
	font-weight: 100;
}
.pageMsgTop p:last-of-type {
	margin-bottom: 0;
}
.pageMsgTop a.txtLink,
.pageMsgTop a.txtLink:active,
.pageMsgTop a.txtLink:visited,
.pageMsgTop a.txtLink:focus,
.pageMsgTop a.txtLink:hover{
	color: #fdb927;
}
.pageMsgTop a.btn {
	font-size: 16px;
	padding: 5px 20px;
	margin: 10px 0 0;
}
.pageMsgTop .highlightTxt{
	color: #fdb927;
	font-weight: bold;
	text-transform: uppercase;
}
@media(min-width:992px){
	.pageMsgTop {
		padding: 15px 50px 20px;
	}
}
@media (min-width: 768px) {
  .mobileOnly {
    display: none;
  }
  .heroBannerStatic-overflow {
    margin: 0 -30px 25px;
  }
  .heroBannerStatic-overflow img {
    -moz-box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .heroBannerStatic-overflow {
    margin: 0 -10px 25px;
  }
}
@media (max-width: 767px) {
  .desktopOnly,
  .btn.desktopOnly {
    display: none;
  }
  .heroBannerStatic-overflow {
    margin: 0 -10px 10px;
  }
	.pageMsgTop {
    margin: 0 0 10px;
		padding: 25px;
	}
	.pageMsgTop h4 {
		font-size: 32px;
	}
	.pageMsgTop p {
		font-size: 16px;
	}
}
.lightDropShadow {
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.mediumDropShadow {
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.heavyDropShadow {
  -moz-box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.25);
}
.topAndBottomShadow {
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3), 0 -3px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3), 0 -3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3), 0 -3px 10px rgba(0, 0, 0, 0.3);
}
.topAndBottomLlightShadow,
.ribbonSection {
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2), 3px -3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2), 3px -3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2), 3px -3px 3px rgba(0, 0, 0, 0.2);
}
.insetShadow {
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
}
.scrollAnchor {
  display: block;
  position: relative;
  top: -125px;
  visibility: hidden;
}
.btn.hawksStickyBtn {
  font-size: 18px;
  padding: 10px 0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
	-moz-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.5);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn.hawksStickyBtn,
.btn.hawksStickyBtn:active,
.btn.hawksStickyBtn:hover,
.btn.hawksStickyBtn:focus,
.btn.hawksStickyBtn:visited {
	/*background: rgb(200,16,46);
	filter: none;*/
  transition: none;
  transform: none;
	
	
	background: rgb(255,40,44);
	background: -moz-linear-gradient(top, rgba(255,40,44,1) 0%, rgba(207,32,46,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,40,44,1) 0%,rgba(207,32,46,1) 100%);
	background: linear-gradient(to bottom, rgba(255,40,44,1) 0%,rgba(207,32,46,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff282c', endColorstr='#cf202e',GradientType=0 );
	color: #fff;
}
.btn.hawksStickyBtn:hover{
  background: rgb(200,16,46);
	background: -moz-linear-gradient(top, rgba(255,40,44,1) 0%, rgba(207,32,46,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,40,44,1) 0%,rgba(207,32,46,1) 100%);
	background: linear-gradient(to bottom, rgba(255,40,44,1) 0%,rgba(207,32,46,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff282c', endColorstr='#cf202e',GradientType=0 );
}
.btn.hawksStickyBtn.back-to-top {
	display: none;
	cursor: pointer;
	position: fixed;
	z-index: 9999;
	padding-top: 18px;
	bottom: 75px;
	right: 20px;
}
body.chat-widget-page .btn.hawksStickyBtn.back-to-top {
  bottom: 90px;
}
.btn.hawksStickyBtn.back-to-top span.glyphicon {
	top: -2px;
	margin-left: 3px;
	font-size: 23px;
}
.btn.hawksStickyBtn.back-to-top,
.btn.hawksStickyBtn.back-to-top:hover,
.btn.hawksStickyBtn.back-to-top:active,
.btn.hawksStickyBtn.back-to-top:focus {
  color: #fff;
}
.hawksCustomBSModal .close {
  font-size: 48px;
  filter: alpha(opacity=1);
  opacity: 1;
  outline: none;
  color: #c8102e;
  position: absolute;
  top: -5px;
  right: 12px;
	z-index: 999;
}

button.satisfi_chat-button {
	bottom: 15px;
	right: 15px;
}
/***************************************
*         END GENERAL STYLES
***************************************/



.insiderRibbonAd {
	background-color: #000;
	background: #000 url(https://cdn.nba.com/teams/uploads/sites/1610612737/2023/07/insider_wordmark_on_black_v2.jpg) no-repeat;
	background-size: auto 80%;
	background-position: left 75px center;
	margin: 25px 0 0;
	padding: 0 50px;
	height: 250px;
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	justify-content: right;
	vertical-align: top;
	overflow: hidden;
}
.insiderRibbonAd .infoContainer {
	width: 600px;
	padding-right: 25px;
}
.insiderRibbonAd .infoContainer p {
	color: #fff;
	font-size: 20px;
}
.insiderRibbonAd .imgContainer img {
	height: 90%;
}
.insiderRibbonAd .btnContainer a.btn {
	width: 200px;
	font-size: 24px;
}
@media (max-width: 1399px) {
	.insiderRibbonAd {
		padding: 0 25px;
		background-position: left 50px center;
	}
}
@media (max-width: 1199px) {
	.insiderRibbonAd {
		height: 300px;
		padding: 0 15px;
		background-size: auto 60%;
		background-position: left 15px center;
	}
	.insiderRibbonAd .infoContainer {
		width: 460px;
	}
}
@media(min-width:992px){
	.insiderRibbonAdContent {
		float: right;
	}
}
@media (max-width: 991px) {
	.insiderRibbonAd {
		display: block;
		height: auto;
		padding: 15px;
		background-size: 300px auto;
		background-position: top 25px center;
		padding-top: 205px;
	}
	.insiderRibbonAd .infoContainer {
		width: 100%;
		max-width: 600px;
		margin: 0 auto 25px;
		text-align: center;
		padding: 0 25px;
	}
	.insiderRibbonAd .infoContainer p {
		font-size: 16px;
	}
	.insiderRibbonAd .btnContainer {
		margin: 35px 0 30px;
	}
	.insiderRibbonAd .btnContainer a.btn {
		font-size: 20px;
	}
}
@media (max-width: 499px) {
	.insiderRibbonAd {
		background-size: 235px auto;
		padding-top: 175px;
	}
}
@media (max-width: 359px) {
	.insiderRibbonAd {
		background-size: 200px auto;
		padding: 150px 0 0;
	}
	.insiderRibbonAd .infoContainer {
		padding: 0 10px;
	}
	.insiderRibbonAd .infoContainer p {
		font-size: 14px;
	}
	.insiderRibbonAd .btnContainer a.btn {
		width: 175px;
		font-size: 16px;
	}
}


/***************************************
*         BEGIN BUTTON STYLES
***************************************/
.btn {
  border-radius: 2px;
  font-size: 20px;
  padding: 10px 25px;
  text-transform: uppercase;
  display: inline-block;
}
.btn,
.btn:hover,
.btn:active,
.btn:visited,
.btn:focus,
a.btn,
a.btn:hover,
a.btn:active,
a.btn:visited,
a.btn:focus {
  text-decoration: none !important;
  outline: none !important;
}
@media (min-width: 768px) {
  .btn {
    transition: all 0.2s ease-in-out;
  }
  .btn:hover {
    transform: scale(1.03);
  }
}

.btn-torch {
  background-color: #c8102e;
  color: #fff;
}
.btn-torch:hover,
.btn-torch:active,
.btn-torch:visited,
.btn-torch:focus {
  color: #fff;
}

.btn-yellow {
  background-color: #fdb927;
  color: #000;
}
.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow:visited,
.btn-yellow:focus {
  color: #000;
}

.btn-lightgray {
  background-color: #ccc;
  color: #000;
}
.btn-lightgray:hover,
.btn-lightgray:active,
.btn-lightgray:visited,
.btn-lightgray:focus {
  color: #000;
}

.btn-black {
  background-color: #000;
  color: #fff;
}
.btn-black:hover,
.btn-black:active,
.btn-black:visited,
.btn-black:focus {
  color: #fff;
}

.btn-white {
  background-color: #fff;
  color: #000;
}
.btn-white:hover,
.btn-white:active,
.btn-white:visited,
.btn-white:focus {
  color: #000;
}

.btn-outline {
  background-color: transparent;
  border: solid 2px #000;
  color: #000;
}
.btn-outline.btn-black {
  border-color: #000;
  color: #000;
}
.btn-outline.btn-black:hover,
.btn-outline.btn-black:active,
.btn-outline.btn-black:visited,
.btn-outline.btn-black:focus {
  color: #000;
}
.btn-outline.btn-white {
  border-color: #fff;
  color: #fff;
}
.btn-outline.btn-white:hover,
.btn-outline.btn-white:active,
.btn-outline.btn-white:visited,
.btn-outline.btn-white:focus {
  color: #fff;
}
.btn-outline.btn-torch {
  border-color: #c8102e;
  color: #c8102e;
}
.btn-outline.btn-torch:hover,
.btn-outline.btn-torch:active,
.btn-outline.btn-torch:visited,
.btn-outline.btn-torch:focus {
  color: #c8102e;
}
.btn-outline.btn-yellow {
  border-color: #fdb927;
  color: #fdb927;
}
.btn-outline.btn-yellow:hover,
.btn-outline.btn-yellow:active,
.btn-outline.btn-yellow:visited,
.btn-outline.btn-yellow:focus {
  color: #fdb927;
}
.btn-outline.btn-lightgray {
  border-color: #ccc;
  color: #ccc;
}
.btn-outline.btn-lightgray:hover,
.btn-outline.btn-lightgray:active,
.btn-outline.btn-lightgray:visited,
.btn-outline.btn-lightgray:focus {
  color: #ccc;
}
/***************************************
*         END BUTTON STYLES
***************************************/


/***************************************
*      BEGIN TEXT PAGE HEADER STYLES
***************************************/
.hawksTextHeader {
  padding: 25px 0 15px;
  font-size: 72px;
  border-bottom: solid 15px #000;
  margin: 0 auto 15px;
  max-width: 90%;
}
.hawksTextHeader h1,
.hawksTextHeader h2 {
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
.hawksTextHeader h1 {
  font-size: 1em;
  color: #000;
  line-height: 90%;
}
.hawksTextHeader h2 {
  font-family: "Berthold City Bold", Arial, sans-serif;
  font-size: 0.5em;
  font-weight: 900;
  color: #c8102e;
  line-height: 100%;
}
.hawksTextHeader .presentedByEntitlement {
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
}
.hawksTextHeader .presentedByEntitlement .pbeLogoContainer img {
  width: 30%;
  max-width: 150px;
}
.hawksTextHeader .presentedByEntitlement .pbeTextContainer {
  font-size: 10px;
}
.presentedByEntitlementStickyWrapper {
  display: none;
}
.presentedByEntitlementSticky {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 999;
  text-align: center;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.presentedByEntitlementSticky .pbeTextContainer {
  font-size: 12px;
  margin: -10px 0 5px 0;
  text-transform: uppercase;
}
.presentedByEntitlementSticky .pbeLogoContainer img {
  width: 70%;
}
.presentedByEntitlementStickyWrapper.presentedByEntitlementStickyWrapper-stacked .presentedByEntitlementSticky .pbeLogoContainer img {
	display: inline;
  width: auto;
	height: 50%;
}
@media (max-width: 767px) {
  .hawksTextHeader {
    padding: 15px 0 5px;
    font-size: 8.75vw;
    border-bottom: solid 10px #000;
  }
  .hawksTextHeader h1 {
    line-height: 110%;
  }
  .hawksTextHeader h2 {
    font-size: 0.6em;
  }
  .hawksTextHeader .presentedByEntitlement {
    margin-top: 2px;
  }
  .hawksTextHeader .presentedByEntitlement .pbeLogoContainer {
    margin: -12px 0 3px 0;
  }
  .presentedByEntitlementSticky {
    width: 115px;
    height: 115px;
  }
  .presentedByEntitlementSticky .pbeTextContainer {
    font-size: 10px;
  }
}
/***************************************
*      END TEXT PAGE HEADER STYLES
***************************************/


/***************************************
*      BEGIN NEW TEXT PAGE HEADER STYLES
***************************************/
.hawksRibbonHeader {
	font-size: 84px;
	line-height: 100%;
	position: relative;
	background: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2023/08/web_header_baller.jpg) no-repeat;
	background: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2023/08/web_header_evo_hardwood.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	border-top: solid 3px #fff;
	border-bottom: solid 3px #fff;
	padding: 50px 10px;
	text-align: center;
}
.hawksRibbonHeader.hawksRibbonHeader-partnered {
	padding: 25px 10px;
}
.hawksRibbonHeader:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 0;
}
.hawksRibbonHeader .hawksRibbonHeaderContent {
	position: relative;
}
.hawksRibbonHeader h1 {
	font-size: 1em;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	line-height: 95%;
}
.hawksRibbonHeader h2 {
	color: #fdb927;
	font-size: .4em;
	line-height: 95%;
	margin: 0;
	text-transform: uppercase;
}
.hawksRibbonHeader .presentedByTextContainer {
	font-size: .15em;
	text-align: center;
	margin: 20px 0 5px;
	line-height: 100%;
	color: #fff;
}
.hawksRibbonHeader .presentedByLogoContainer {
	max-width: 150px;
	margin: 0 auto;
}
.hawksRibbonHeader .presentedByLogoContainer a {
	outline: none;
}
.hawksRibbonHeader .presentedByLogoContainer img {
	width: 100%;
}
.hawksRibbonHeader.hawksRibbonHeader-partnered.hawksRibbonHeader-partnered-stacked .presentedByContainer .presentedByLogoContainer {
  margin-top: 20px;
}
.hawksRibbonHeader.hawksRibbonHeader-partnered.hawksRibbonHeader-partnered-stacked .presentedByContainer .presentedByLogoContainer a{
	outline: none;
	line-height: 100%;
	display: block;
}
.hawksRibbonHeader.hawksRibbonHeader-partnered.hawksRibbonHeader-partnered-stacked .presentedByContainer .presentedByLogoContainer img{
	width: auto;
	height: 75px
}
@media (max-width: 767px) {
	.hawksRibbonHeader {
		font-size: 64px;
		padding: 20px 10px;
	}
	.hawksRibbonHeader.hawksRibbonHeader-partnered {
		padding: 15px 10px;
	}
	.hawksRibbonHeader .presentedByLogoContainer {
		max-width: 125px;
	}
	.hawksRibbonHeader.hawksRibbonHeader-partnered.hawksRibbonHeader-partnered-stacked .presentedByContainer .presentedByLogoContainer {
		margin-top: 10px;
	}
	.hawksRibbonHeader.hawksRibbonHeader-partnered.hawksRibbonHeader-partnered-stacked .presentedByContainer .presentedByLogoContainer img{
		height: 50px
	}
}
@media (max-width: 499px) {
	.hawksRibbonHeader {
		font-size: 44px;
	}
}
@media (max-width: 359px) {
	.hawksRibbonHeader {
		font-size: 36px;
	}
}
/***************************************
*      END NEW TEXT PAGE HEADER STYLES
***************************************/

/***************************************
*         BEGIN ALERT STYLES
***************************************/
.hawkscomAlertWrapper {
	background-color: #fdb927;
	border-top: solid 2px #c8102e;
	border-bottom: solid 2px #c8102e;
}
.hawkscomAlert {
	padding: 15px 10px;
	color: #c8102e;
	line-height: 120%;
	font-size: 20px;
	max-width: 1170px;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.hawkscomAlert {
		font-size: 16px;
	}
}
/***************************************
*         END ALERT STYLES
***************************************/


/*********************************************
*   BEGIN TICKET ASSISTANCE SECTION STYLES
**********************************************/
.tixAssistanceSection {
	background: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2023/07/sfa_int_bg_black.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 100px 15px;
	text-align: center;
	margin-top: 25px;
}
.tixAssistanceSection h2{
	color: #fff;
	text-transform: uppercase;
	font-size: 84px;
	font-weight: bold;
	margin: 0 0 50px;
}
.tixAssistanceSection .tixAssistanceLinkBlock {
	display: inline-block;
	color: #fff;
	width: 30%;
	max-width: 400px;
	vertical-align: top;
	margin: 0 1%;
	font-size: 16px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 4px;
	padding: 20px 10px;
	height: 225px;
}
.tixAssistanceSection .tixAssistanceLinkBlock h4 {
	font-weight: bold;
	margin: 0 0 5px;
	font-size: 1.5em;
}
.tixAssistanceSection .tixAssistanceLinkBlock p {
	font-size: 1em;
	line-height: 135%;
}
.tixAssistanceSection .tixAssistanceLinkBlock .btnContainer {
	margin-top: 25px;
}
.tixAssistanceSection .tixAssistanceLinkBlock .btnContainer a.btn{
	font-size: 1em;
	width: 90%;
	max-width: 200px;
}
@media (min-width: 1200px) {
	.tixAssistanceSection .tixAssistanceLinkBlock {
		padding: 35px 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.tixAssistanceSection .tixAssistanceLinkBlock {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.tixAssistanceSection {
		padding: 50px 15px;
	}
	.tixAssistanceSection h2{
		font-size: 40px;
	}
	.tixAssistanceSection .tixAssistanceLinkBlock {
		width: 90%;
		max-width: unset;
		margin: 0 0 35px;
		height: auto;
	}
}
/*********************************************
*   END TICKET ASSISTANCE SECTION STYLES
**********************************************/

/***************************************
*      BEGIN TICKETS PAGE STYLES
***************************************/
.page-tickets .tixBlocksContainer {
	text-align: center;
	margin: 25px 0 -25px;
}
.page-tickets .tixBlock {
	display: inline-block;
	width: 31%;
	margin: 0 3% 35px 0;
	font-size: 20px;
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
	-moz-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.page-tickets .tixBlock .infoContainer {
	padding: 25px;
	height: 250px;
	text-align: left;
}
.page-tickets .tixBlock h3 {
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 5px;
}
.page-tickets .tixBlock p {
	font-size: 1em;
	line-height: 135%;
}
.page-tickets .tixBlock .infoContainer .btnContainer {
	margin: 25px 0 0;
}
.page-tickets .tixBlock .infoContainer .btnContainer a.btn {
	font-size: 1em;
}
@media (min-width: 992px) {
	.page-tickets .tixBlock:nth-of-type(3n + 1) {
		margin-right: 0%;
	}
	.page-tickets .tixBlock:first-of-type {
		font-size: 24px;
	}
}
@media (min-width: 768px) {
	.page-tickets .tixBlock:first-of-type {
		width: 100%;
		margin: 10px 0 35px;
	}
	.page-tickets .tixBlock:first-of-type .imgContainer,
	.page-tickets .tixBlock:first-of-type .infoContainer {
		width: 50%;
		display: block;
		float: left;
		overflow: hidden;
	}
	.page-tickets .tixBlock:first-of-type .infoContainer {
		padding: 100px 25px 0 100px;
		height: auto;
	}
}
@media (min-width: 767px) and (max-width: 992px) {
	.page-tickets .tixBlock {
		width: 48%;
		margin: 0 3% 25px 0;
	}
	.page-tickets .tixBlock:nth-of-type(2n + 1) {
		margin-right: 0%;
	}
	.page-tickets .tixBlock:first-of-type {
		width: 110%;
		margin-left: -5%;
		padding: 25px 25px 25px 40px;
		background-color: #c8102e;
		color: #fff;
	}
	.page-tickets .tixBlock:first-of-type a.btn-torch {
		background-color: #fdb927;
		color: #000;
	}
}
@media (max-width: 1399px) {
	.page-tickets .tixBlock:first-of-type .infoContainer {
		padding: 75px 25px 0 75px;
	}
}
@media (max-width: 1199px) {
	.page-tickets .tixBlock {
		font-size: 16px;
	}
	.page-tickets .tixBlock .infoContainer {
		padding: 15px;
	}
	.page-tickets .tixBlock:first-of-type .infoContainer {
		padding: 40px 15px 0 40px;
	}
}
@media (max-width: 991px) {
	.page-tickets .tixBlock {
		font-size: 16px;
	}
	.page-tickets .tixBlock:first-of-type .infoContainer {
		padding: 30px 15px 0 30px;
	}
}
@media (max-width: 767px) {
	.page-tickets .tixBlock {
		width: 100%;
		margin: 0 0 35px 0;
	}
}
/***************************************
*       END TICKETS PAGE STYLES
***************************************/




/***************************************
*       BEGIN SCHEDULE PAGE STYLES
***************************************/
.schedule-page .customInteriorContent .railedContent {
	padding: 0;
}
.schedule-page .hawksRibbonHeader .presentedByLogoContainer {
	max-width: 200px;
}
@media (min-width: 768px) and (max-width: 1399px) {
	.schedule-page .schedContent {
		padding: 0 10px;
	}
}
@media (max-width: 767px) {
	.schedule-page .hawksRibbonHeader .presentedByLogoContainer {
		max-width: 150px;
	}
}
/***************************************
*       END SCHEDULE PAGE STYLES
***************************************/


.schedule-page .pageMsgTop,
.sgt-page .pageMsgTop {
	margin: 10px 0;
}
@media(max-width:1399px){
	.schedule-page .hawksTrk_XLBannerContainer,
	.sgt-page .hawksTrk_XLBannerContainer{
		margin: 10px;
	}
	.schedule-page .pageMsgTop,
	.sgt-page .pageMsgTop {
		margin: 0;
	}
}


/***************************************
*       BEFGIN SGT PAGE STYLES
***************************************/
body.sgt-page {
	background: #eee;
}
.sgt-page .customInteriorContent .railedContent {
	padding: 0;
}
.sgt-page .tixAsyncContent {
	display: none;
}
.sgt-page .hawksTixModal {
	text-align: center;
}
.sgt-page .hawksTixModal .modal-body {
	padding: 25px 50px;
	background-image: url(https://s3.amazonaws.com/cdn.atlhawksdigital.com/img/logos/hawks/atl_hawks_global_logo_2opacity.png);
	background-size: auto 80%;
	background-repeat: no-repeat;
	background-position: center center;
}
.sgt-page .hawksTixModal h3 {
	font-weight: bold;
	font-size: 32px;
	margin: 35px 0 15px;
	text-transform: uppercase;
}
.sgt-page .hawksTixModal p {
	font-size: 20px;
}
.sgt-page .hawksTixModal .codeContainer {
	font-size: 28px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 10px 0;
	margin: 25px 0 0;
}
.sgt-page .hawksTixModal .codeSuper {
	margin: 0;
	font-size: 0.6em;
	font-weight: 100;
	line-height: 100%;
}
.sgt-page .hawksTixModal h5 {
	margin: 0;
	font-weight: bold;
	font-size: 1em;
	color: #c8102e;
}
.sgt-page .hawksTixModal .btnContainer {
	margin: 35px 0 25px;
}
.sgt-page .tixAssistanceSection {
	margin-top: 0;
}
@media (max-width: 767px) {
	.sgt-page .insiderRibbonAd {
		margin: 0;
		border-top: solid 3px #c8102e;
		border-bottom: solid 3px #c8102e;
	}
}
/***************************************
*       END SGT PAGE STYLES
***************************************/
@media (max-width: 767px) {
	.tunein-page .hawksRibbonHeader {
		font-size: 52px;
	}
}
@media (max-width: 499px) {
	.tunein-page .hawksRibbonHeader {
		font-size: 36px;
	}
}
@media (max-width: 359px) {
	.tunein-page .hawksRibbonHeader {
		font-size: 32px;
	}
}


/***************************************
*       BEGIN PROMO PAGE STYLES
***************************************/
.promos-page .swiper-slide,
.promos-page .offer.swiper-slide {
	height: auto;
}
/***************************************
*       END PROMO PAGE STYLES
***************************************/


/***************************************
*       BEGIN VIDEO STYLES
***************************************/
.responsiveVideoContainer {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.responsiveVideoContainer iframe,
.responsiveVideoContainer object,
.responsiveVideoContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vidContainerVert {
	position: relative;
	padding: 10px;
}
.responsiveVideoWrapperVert {
	max-width: 400px;
	margin: 50px auto 0;
}
@media (orientation: portrait) {
	.responsiveVideoWrapperVert {
		max-width: 400px;
		margin: 0 auto;
	}
}
.responsiveVideoContainerVert {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 177.77%;
}
.responsiveVideoContainerVert iframe,
.responsiveVideoContainerVert object,
.responsiveVideoContainerVert embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/***************************************
*       END VIDEO STYLES
***************************************/


/********* CONTENT ICONS ********/
.icon-overlay--news:before,
.icon-overlay--videos:before,
.icon-overlay--photos:before {
  height: 40px;
  width: 40px;
  font-size: 30px;
  line-height: 40px;
}
.news-block .icon-overlay:before {
  z-index: 5;
  height: 40px;
  width: 40px;
  font-size: 30px;
  line-height: 40px;
}
.news-block__hover-area.share-links-hover-area .social-bar-wrapper {
  display: none;
}
.news-block__share-text {
  display: none;
}
.news-block__hover-area__link-wrapper {
  display: none;
}
a.icon-overlay {
  border: 0;
  text-decoration: none;
}
.news-block__hover-area {
  display: block !important;
  width: 0;
  right: 0;
  top: 0;
  left: inherit;
  border: none;
  overflow: hidden;
}
/********* END CONTENT ICONS ********/

/********* GAME BLOCKS FOR MOBILE *********/
@media (max-width: 800px) {
  #game-block-overview .row {
    display: table !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  #game-block-overview .row .game-block__content--first {
    float: none !important;
    display: table-footer-group !important;
  }
  #game-block-overview .row .game-block__content--second {
    float: none !important;
    display: table-header-group !important;
  }
  #game-block-overview .row .game-block__content--third {
    float: none !important;
    display: table-footer-group !important;
  }
}
/********* END GAME BLOCKS FOR MOBILE *********/

/********* GAME BLOCK SCORE *********/
#game-block-overview .row .game-block__content--second .pane-game-block-live-game {
  border: 2px solid #fff !important;
  padding: 20px 20px 0 20px;
  white-space: nowrap !important;
}
/********* END GAME BLOCK SCORE *********/

/* ACCORDION GAME BLOCK HOMEPAGE */
.etowah-game-block {
  /*min-height: 550px !important;*/
  height: auto !important;
  background-color: #000000 !important;
}
.game-block-container .btn-buy-tickets,
.game-block-container .btn-buy-tickets:hover,
.courtside-box-game a.btn-buy-tickets,
.courtside-box-game a.btn-buy-tickets:hover {
  background-color: #c8102e;
}

@media (max-width: 750px) {
  .pane-bundle-etowah-newsblock-item:hover .news-block__hover-area {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
  }
}

/* SHARING ICONS IN PHOTO GALLERY PAGE */
.gallery-row__hover-area {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
/********* END SHARING ICONS *********/

/********* SCHEDULE PAGE BUTTONS *********/
.schedule .etowah-schedule__promo-link a,
.schedule .etowah-schedule__event__game-links a,
.schedule .etowah-schedule__event__game-links .schedule-links-game-content,
.schedule .etowah-schedule__event__game-links .schedule-links-game-content a,
.etowah-schedule__event__game-links .schedule-links-game-content {
  font-size: 14px !important;
  background-color: #c00 !important;
  width: 100px !important;
  text-align: center !important;
}
.schedule .etowah-schedule__promo-link a:hover,
.schedule .etowah-schedule__event__game-links a:hover,
.schedule .etowah-schedule__event__game-links .schedule-links-game-content:hover,
.schedule .etowah-schedule__event__game-links .schedule-links-game-content:hover a {
  background-color: #e90000 !important;
  text-decoration: none !important;
}
.pane-etowah-schedule-pane
  .schedule__events
  .etowah-schedule__event
  .etowah-schedule__top
  .etowah-schedule__event__game-context.game_series
  .etowah-schedule_game-context__wrapper,
#etowah_schedule_layout_container
  .schedule__events
  .etowah-schedule__event
  .etowah-schedule__top
  .etowah-schedule__event__game-context.game_series
  .etowah-schedule_game-context__wrapper {
  color: #c8102e;
}
/********* END SCHEDULE PAGE BUTTONS *********/

/********* PRESENTED BY *********/
.presented-by__text {
  color: #ffffff !important;
}

@media (max-width: 700px) {
  .presented-by img {
    width: 70% !important;
    height: auto !important;
    margin: -10px 0 0 60px;
  }
  .presented-by__text {
    color: #ffffff !important;
    display: block !important;
    margin: 0 0 0 -100px !important;
  }
}
/********* END PRESENTED BY *********/

/********* MISC *********/
.presented-by--header {
  visibility: hidden;
}
.page-header-ad .container {
  padding-left: 0;
  padding-right: 0;
}
/********* END MISC *********/

.overlay_content {
  width: 100%;
  height: 100%;
}
.overlay_content img {
  width: 100%;
  height: auto;
}

@media (max-width: 640px) {
  .fixedAdmin,
  .fixedAdminTray {
    position: relative !important;
  }
  h3.news-block__title {
    font-size: 20px;
  }
  h2.news-block__title {
    font-size: 25px;
  }
  .news-block__hover-area__link {
    font-size: 16px !important;
  }
  .news-block--medium .news-block__share-text__text,
  .news-block--medium .news-block__share-text {
    font-size: 13px !important;
  }
}
@media (max-width: 1024px) {
  .gallery-row__share-text:before,
  .news-block__share-text__text:before,
  .gallery-row__share-text:after,
  .news-block__share-text__text:after {
    width: 10% !important;
  }
}

.node-12911 .newsblock__tail,
.node-12893 .newsblock__tail,
.node-17101 .newsblock__tail,
.node-19397 .newsblock__tail,
.node-20271 .newsblock__tail,
.node-20407 .newsblock__tail,
.node-15393 .newsblock__tail,
.node-14971 .newsblock__tail .more-news-button-wrapper {
  display: none;
}
.node-15393 .newsblock,
.node-15393 .newsblock .container {
  padding-bottom: 0px;
}

.presented-by--news-block img {
  max-width: 100%;
  width: auto;
  height: auto;
}

/******************************
* staff bio styles
******************************/
.staffBioHeader {
  margin-bottom: 15px;
  font-size: 36px;
  padding-right: 165px;
  border-bottom: solid 1px #efefef;
  padding-bottom: 5px;
  position: relative;
}
.staffBioHeader:after {
  content: "";
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
}
.staffBioHeader-hawks:after {
  background-image: url(https://s3.amazonaws.com/cdn.atlhawksdigital.com/img/logos/hawks/atl_hawks_primary_icon.png);
  width: 75px;
  height: 80px;
  right: 2%;
  top: -5px;
}
.staffBioHeader-sfa:after {
  background-image: url(https://s3.amazonaws.com/cdn.atlhawksdigital.com/img/logos/sfa_logo.png);
  width: 150px;
  height: 65px;
  right: 2%;
  top: 7%;
}
.staffBioHeader-hawksSFACombo:after {
  background-image: url(https://s3.amazonaws.com/cdn.atlhawksdigital.com/img/logos/hawks_sfa_lockup.png);
  width: 150px;
  height: 65px;
  right: 2%;
  top: 7%;
}
.staffBioHeader-skyhawks:after {
  background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2022/09/cps_logo.png);
  width: 150px;
  height: 65px;
  right: 2%;
  top: 7%;
}
.staffBioHeader-talon:after {
  background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2022/09/hawks_talon_gc.png);
  width: 150px;
  height: 65px;
  right: 2%;
  top: 7%;
}
.staffBioHeader-gleagueTalonCombo:after {
  background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2023/03/skyhawks_talon_lockup.png);
  width: 150px;
  height: 65px;
  right: 2%;
  top: 7%;
}
.staffBioHeader h2 {
  font-size: 1em;
  font-weight: bold;
}
.staffBioHeader h3 {
  font-size: 0.6em;
  font-weight: 100;
}
.staffBioContent {
  position: relative;
	min-height: 600px;
}
.staffBioImgContainer_vert {
  float: right;
  margin: 0 0 15px 15px;
}
.staffBioImgContainer_vert {
  float: right;
  width: 50%;
  max-width: 250px;
  margin: 0 0 15px 25px;
}
.staffBioImgContainer_vert img {
  width: 100%;
}
@media (max-width: 767px) {
  .staffBioHeader {
    font-size: 28px;
    padding-right: 0;
  }
  .staffBioHeader-hawks:after {
    width: 50px;
    height: 50px;
    top: -50px;
  }
  .staffBioHeader-hawks h2 {
    margin-top: 50px;
  }
  .staffBioHeader-sfa:after {
    width: 100px;
    height: 32px;
    right: 2%;
    top: -35px;
  }
  .staffBioHeader-sfa h2 {
    margin-top: 35px;
  }
  .staffBioHeader-hawksSFACombo:after {
    width: 100px;
    height: 50px;
    top: -45px;
  }
  .staffBioHeader-hawksSFACombo h2 {
    margin-top: 35px;
  }
}
/******************************
* END staff bio styles
******************************/

/******************************
* BEGIN FAQ styles
******************************/
.hawksAccordionFAQsContainer {
  display: none;
}
.hawksAccordionFAQsContainer h3.faqCategoryHeader {
  text-align: left;
}
.hawksFAQContainer .hawksFAQQuestion {
  cursor: pointer;
}
.hawksFAQContainer .hawksFAQQuestion .panel-heading {
  background: #fff;
}
.hawksFAQContainer .hawksFAQQuestion .panel-heading a {
  font-weight: bold;
}
.hawksFAQContainer .hawksFAQQuestion .panel-title a:focus {
  outline: none;
}
.hawksFAQContainer a.accordion-toggle:hover {
  text-decoration: none;
}
.hawksFAQContainer .panel-heading:hover {
  background: #f6f6f6;
}
.hawksFAQContainer {
  max-width: 1200px;
  margin: 0 auto;
}
.hawksFAQContainer h3 {
  font-size: 20px;
}
.hawksFAQContainer .faqCategoryHeader {
  margin: 25px 0 5px;
  color: #c8102e;
}
/******************************
* END FAQ styles
******************************/


/****************************************
*  BEGIN lined section titles
****************************************/
.hawksSectionTitleBlack,
.hawksSectionTitleWhite,
.hawksSectionTitleGranite,
.hawksSectionTitleTorch,
.hawksSectionTitleVolt,
.hawksSectionTitleYellow {
  position: relative;
  font-size: 25px;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  padding: 10px 0;
  margin: 20px 0 10px;
  white-space: nowrap;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hawksSectionTitleBlack,
  .hawksSectionTitleWhite,
  .hawksSectionTitleGranite,
  .hawksSectionTitleTorch,
  .hawksSectionTitleVolt,
  .hawksSectionTitleYellow {
    font-size: 20px;
  }
}
.hawksSectionTitleBlack:before,
.hawksSectionTitleBlack:after,
.hawksSectionTitleWhite:before,
.hawksSectionTitleWhite:after,
.hawksSectionTitleGranite:before,
.hawksSectionTitleGranite:after,
.hawksSectionTitleTorch:before,
.hawksSectionTitleTorch:after,
.hawksSectionTitleVolt:before,
.hawksSectionTitleVolt:after,
.hawksSectionTitleYellow:before,
.hawksSectionTitleYellow:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 1px;
  content: "\a0";
}
.hawksSectionTitleBlack:before,
.hawksSectionTitleWhite:before,
.hawksSectionTitleGranite:before,
.hawksSectionTitleTorch:before,
.hawksSectionTitleVolt:before,
.hawksSectionTitleYellow:before {
  margin-left: -53%;
  text-align: right;
}
.hawksSectionTitleBlack:after,
.hawksSectionTitleWhite:after,
.hawksSectionTitleGranite:after,
.hawksSectionTitleTorch:after,
.hawksSectionTitleVolt:after,
.hawksSectionTitleYellow:after {
  margin-left: 3%;
}
.hawksSectionTitleBlack,
.hawksSectionTitleBlack a:hover,
.hawksSectionTitleBlack a:active,
.hawksSectionTitleBlack a:visited,
.hawksSectionTitleBlack a:focus {
  color: #000;
  text-decoration: none;
}
.hawksSectionTitleBlack:before,
.hawksSectionTitleBlack:after {
  background-color: #000;
}
.hawksSectionTitleWhite,
.hawksSectionTitleWhite a:hover,
.hawksSectionTitleWhite a:active,
.hawksSectionTitleWhite a:visited,
.hawksSectionTitleWhite a:focus {
  color: #fff;
  text-decoration: none;
}
.hawksSectionTitleWhite:before,
.hawksSectionTitleWhite:after {
  background-color: #fff;
}
.hawksSectionTitleGranite,
.hawksSectionTitleGranite a:hover,
.hawksSectionTitleGranite a:active,
.hawksSectionTitleGranite a:visited,
.hawksSectionTitleGranite a:focus {
  color: #232628;
  text-decoration: none;
}
.hawksSectionTitleGranite:before,
.hawksSectionTitleGranite:after {
  background-color: #232628;
}
.hawksSectionTitleTorch,
.hawksSectionTitleTorch a:hover,
.hawksSectionTitleTorch a:active,
.hawksSectionTitleTorch a:visited,
.hawksSectionTitleTorch a:focus {
  color: #c8102e;
  text-decoration: none;
}
.hawksSectionTitleTorch:before,
.hawksSectionTitleTorch:after {
  background-color: #c8102e;
}
.hawksSectionTitleVolt,
.hawksSectionTitleVolt a:hover,
.hawksSectionTitleVolt a:active,
.hawksSectionTitleVolt a:visited,
.hawksSectionTitleVolt a:focus {
  color: #c7cf2e;
  text-decoration: none;
}
.hawksSectionTitleVolt:before,
.hawksSectionTitleVolt:after {
  background-color: #c7cf2e;
}
.hawksSectionTitleYellow,
.hawksSectionTitleYellow a:hover,
.hawksSectionTitleYellow a:active,
.hawksSectionTitleYellow a:visited,
.hawksSectionTitleYellow a:focus {
  color: #fdb927;
  text-decoration: none;
}
.hawksSectionTitleYellow:before,
.hawksSectionTitleYellow:after {
  background-color: #fdb927;
}
/****************************************
*  END lined section titles
****************************************/

/****************************************
*  XL Banners and Ads
****************************************/
.hawksXLBanner,
.hawksMXLBanner,
.hawksXLBanner img,
.hawksMXLBanner img {
	width: 100%;
}
.ownedAd {
	padding: 50px 25px;
	background-color: #000;
}
.ownedAd .hawksXLBanner {
	max-width: 1000px;
	margin: 0 auto;
}
.ownedAd.ownedAd2 {
	padding: 50px 25px 25px;
}
@media (min-width: 768px) {
	.hawksMXLBanner {
		display: none;
	}
}
@media (max-width: 767px) {
	.hawksXLBanner {
		display: none;
	}
	.ownedAd {
		padding: 25px;
	}
}
/****************************************
*  END XL Banners and Ads
****************************************/

/***********************
* loading spinner
***********************/
.hwksLoadingContainer {
  text-align: center;
  padding: 25px 0 50px;
}
.hwksLoadingContainer img {
  width: 100%;
  max-width: 200px;
}

.hwksLoader,
.hwksLoader:before,
.hwksLoader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: hwksLoadingAnimation 1.8s infinite ease-in-out;
  animation: hwksLoadingAnimation 1.8s infinite ease-in-out;
}
.hwksLoader {
  color: #cf202e;
  font-size: 10px;
  margin: 0 auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.hwksLoader:before,
.hwksLoader:after {
  content: "";
  position: absolute;
  top: 0;
}
.hwksLoader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.hwksLoader:after {
  left: 3.5em;
}
@-webkit-keyframes hwksLoadingAnimation {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes hwksLoadingAnimation {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
/***********************
* end loading spinner
***********************/

/*********************************
* begin story & api feed styles
*********************************/
.apiBlockContainer {
  padding: 0 10px 5px 10px;
  margin-bottom: 10px;
}
.apiBlock {
  width: 100%;
  height: 312px;
  background: #fff;
  border: solid 1px #ddd;
  position: relative;
}
.apiBlock h4 {
  margin: 0 0 5px;
  font-size: 20px;
}
@media(min-width:768px){
	.apiBlock h4 {
		line-height: 100%;
	}
}
.apiBlock h4 a {
  color: #111;
  font-weight: bold;
}
.apiBlockTeaser {
  font-size: 12px;
}
.apiBlock .apiBlockTextSection {
  padding: 10px;
}
.apiBlockTextSection h4 {
  text-transform: none;
}
.apiBlockTextSection h4 a {
  font-weight: normal;
  color: #000;
}
.apiBlockTextSection h4 a:hover {
  color: #777;
}
.apiBlockTextSection h4 a:hover,
.apiBlockTextSection h4 a:active,
.apiBlockTextSection h4 a:focus,
.apiBlockTextSection h4 a:visited {
  text-decoration: none !important;
  outline: none !important;
}
.apiBlock .dateContainer,
.apiBlock .apiBlockContentType {
  color: #777;
}
.apiBlock .apiBlockContentType {
  text-transform: capitalize;
  font-size: 8px;
  line-height: 24px;
  position: absolute;
  bottom: 2px;
  left: 2px;
  top: inherit;
  right: inherit;
  font-weight: normal;
  background: none;
  padding: 0;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  text-align: center;
}
.apiBlockContentType,
.apiBlockContentType:hover,
.apiBlockContentType:active,
.apiBlockContentType:visited,
.apiBlockContentType:focus {
  text-decoration: none;
}
.apiBlock .apiBlockContentType::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  font-size: 15px;
  margin: 7px 0 0;
}
.apiBlock .apiBlockContentType.article::before {
  content: "\f1ea";
}
.apiBlock .apiBlockContentType.gallery::before {
  content: "\f030";
}
.apiBlock .apiBlockContentType.video::before {
  content: "\f03d";
}
.apiBlock .apiBlockContentImageContainer {
  border-bottom: solid 1px #efefef;
  position: relative;
  overflow: hidden;
}
.apiBlockContentImageContainer:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.apiBlockContentImageContainer > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
}
.apiBlock .apiBlockContentImageContainer img {
  min-width: 100% !important;
  min-height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.apiBlock .apiBlockContentImageContainer img {
  transition: all 0.2s ease-in-out;
}
.apiBlock .apiBlockContentImageContainer:hover img,
.apiBlock .apiBlockContentImageContainer:active img,
.apiBlock .apiBlockContentImageContainer:visited img,
.apiBlock .apiBlockContentImageContainer:focus img {
  transform: scale(1.05);
}
.apiBlock .dateContainer {
  position: absolute;
  bottom: 2px;
  left: 28px;
  font-size: 12px;
}
.apiBlock .noContentMsg {
  font-size: 2em;
  padding-bottom: 50px;
}
@media (max-width: 1199px) {
  .apiBlock {
    height: 260px;
  }
  .apiBlock h4 {
    font-size: 16px;
  }
  .apiBlockTeaser {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .apiBlock {
    height: 236px;
  }
}
@media (max-width: 767px) {
  .apiBlockContainer {
    margin-bottom: 25px;
  }
  .apiBlock {
    height: auto;
  }
  .apiBlock .apiBlockContentImageContainer:hover img,
  .apiBlock .apiBlockContentImageContainer:active img,
  .apiBlock .apiBlockContentImageContainer:visited img,
  .apiBlock .apiBlockContentImageContainer:focus img {
    transform: none;
  }
  .apiBlock .apiBlockTextSection {
    padding: 6px 10px 30px;
  }
}
@media (max-width: 479px) {
  .apiBlock .apiBlockContentType {
    bottom: 0;
    left: 2px;
    font-size: 7px;
  }
}

.contentFeedSectionWrapper h2 {
  font-weight: 700;
  margin-top: 50px;
  text-transform: uppercase;
  position: relative;
}
.contentFeedSectionWrapper h2 .btnSeeAll {
  float: right;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  position: absolute;
  right: 0;
  bottom: 0;
}
.contentFeedSectionWrapper h2 .btnSeeAll .fa {
  font-size: 16px;
}
.contentFeedSectionWrapper h2 .btnSeeAll:hover,
h2 .btnSeeAll:active,
h2 .btnSeeAll:focus,
h2 .btnSeeAll:visited {
  text-decoration: none !important;
  outline: none !important;
}
.contentFeedSectionWrapper h2 .btnSeeAll:hover {
  color: #999;
}
.contentFeedSectionWrapper .contentCarouselContainer {
  position: relative;
}
@media (max-width: 767px) {
  .contentFeedSectionWrapper h2 {
    padding-right: 80px;
    font-size: 24px;
  }
  .contentFeedSectionWrapper h2 .btnSeeAll {
    font-size: 14px;
  }
  .contentFeedSectionWrapper .tempBlockContainer {
    display: none;
  }
}

.hawksContentGroupCol {
  padding: 0;
}
.hawksContentGroup_1_2 > .col1 {
  padding-right: 12px;
  width: 68%;
}
.hawksContentGroup_1_2 > .col2 {
  width: 32%;
}
.hawksContentGroup_1_2 .apiBlockContainer {
  padding: 0 0 5px;
}
.hawksContentGroup_1_2 .col1 .apiBlock {
  height: 639px;
}
@media (min-width: 768px) {
  .hawksContentGroup_1_2 .col1 .apiBlock h4 {
    font-size: 32px;
    padding: 5px 20px;
  }
}
@media (max-width: 1199px) {
  .hawksContentGroup_1_2 .col1 .apiBlock {
    height: 535px;
  }
}
@media (max-width: 991px) {
  .hawksContentGroup_1_2 .col1 .apiBlock {
    height: 487px;
  }
  .hawksContentGroup_1_2 > .col1 {
    padding-right: 8px;
  }
}
@media (max-width: 767px) {
  .hawksContentGroup_1_2 > .col1 {
    width: inherit;
    padding-right: 0;
  }
  .hawksContentGroup_1_2 .col1 .apiBlock {
    height: auto;
  }
  .hawksContentGroup_1_2 > .col2 {
    width: inherit;
  }
}

.contentCarouselContainer .swiper-wrapper {
  height: auto;
}
.contentCarouselContainer .apiBlockContainer {
  padding: 0;
}
.contentCarouselContainer .swiper-button-prev,
.contentCarouselContainer .swiper-button-next {
  width: 75px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25) !important;
  color: #fff !important;
  top: inherit;
  height: 310px;
  bottom: 31px;
  outline: none;
}
.contentCarouselContainer .swiper-button-prev {
  left: -82px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.contentCarouselContainer .swiper-button-next {
  right: -82px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.contentCarouselContainer .swiper-button-next span,
.contentCarouselContainer .swiper-button-prev span {
  font-size: 80px;
}
.contentCarouselContainer .swiper-button-prev:hover,
.contentCarouselContainer .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.contentCarouselContainer .swiper-button-prev.swiper-button-disabled,
.contentCarouselContainer .swiper-button-next.swiper-button-disabled {
  display: none !important;
}
.allCustomContent .tempBlock {
  text-align: center;
  font-size: 36px;
  line-height: 1em;
  padding-top: 90px;
  background: #ccc;
}
.carouselLoader,
.carouselLoader:before,
.carouselLoader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: carouselLoad 1.8s infinite ease-in-out;
  animation: carouselLoad 1.8s infinite ease-in-out;
}
.carouselLoader {
  color: #000000;
  font-size: 10px;

  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.carouselLoader:before,
.carouselLoader:after {
  content: "";
  position: absolute;
  top: 0;
}
.carouselLoader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.carouselLoader:after {
  left: 3.5em;
}
@-webkit-keyframes carouselLoad {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes carouselLoad {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.carouselLoadingContainer {
  height: 434px;
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .carouselLoadingContainer {
    height: 382px;
    padding-top: 75px;
  }
}
@media (max-width: 991px) {
  .carouselLoadingContainer {
    height: 358px;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .carouselLoadingContainer {
    height: 200px;
    padding-top: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px), (min-width: 992px) and (max-width: 1092px), (min-width: 768px) and (max-width: 867px) {
  .contentCarouselContainer .swiper-button-prev {
    left: 1px;
  }
  .contentCarouselContainer .swiper-button-next {
    right: 1px;
  }
}
@media (max-width: 1199px) {
  .contentCarouselContainer .swiper-button-prev,
  .contentCarouselContainer .swiper-button-next {
    height: 258px;
  }
  .allCustomContent .tempBlock {
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .contentCarouselContainer .swiper-button-prev,
  .contentCarouselContainer .swiper-button-next {
    height: 234px;
  }
  .allCustomContent .tempBlock {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .contentCarouselContainer {
    margin: 0 -15px;
  }
  .contentCarouselContainer .swiper-button-prev,
  .contentCarouselContainer .swiper-button-next {
    display: none;
  }
  .contentCarouselContainer .slidesContainer > .apiBlockContainer {
    width: 90% !important;
    width: calc(100% - 70px) !important;
  }
  .contentCarouselContainer .slidesContainer > .apiBlockContainer:first-of-type {
    margin-left: 15px;
  }
  .contentCarouselContainer .slidesContainer > .apiBlockContainer:last-of-type {
    margin-right: 15px;
  }
}
@media (max-width: 599px) {
  .contentCarousel .apiBlockContainer .apiBlock {
    height: 360px;
  }
}
@media (max-width: 479px) {
  .contentCarousel .apiBlockContainer .apiBlock {
    height: 290px;
  }
}
@media (max-width: 410px) {
  .contentCarousel .apiBlockContainer .apiBlock {
    height: 260px;
  }
}
@media (max-width: 374px) {
  .contentCarousel .apiBlockContainer .apiBlock {
    height: 225px;
  }
}
/*********************************
* end story & api feed styles
*********************************/


/*begin default carousel template*/
.hawksSwiperDefault {
	position: relative;
}
.hawksSwiperDefault .swiper-wrapper{
	position: relative;
	height: auto
}
.hawksSwiperDefault .hawksSwiperNavPrev,
.hawksSwiperDefault .hawksSwiperNavNext {
	background-color: rgba(0, 0, 0, 0.4);
	border: solid 1px #fff;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.hawksSwiperDefault .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.hawksSwiperDefault .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev:after,
.swiper-button-next:after{
	display: none !important;
}
@media (max-width: 767px) {
	.hawksSwiperDefault .hawksSwiperNavPrev,
	.hawksSwiperDefault .hawksSwiperNavNext {
		display: none;
	}
	.hawksSwiperDefault .swiper-slide {
		width: 80%;
	}
}
/*end default carousel template*/

body.onRails.rsvpFormPage .customInteriorContent {
	background-color: #f6f6f6 !important;
	overflow: hidden;
}
.customInteriorContent .railedContent {
	max-width: 1600px;
	margin: 0 auto;
	padding: 10px;
}
.customInteriorContent .railedContent.railedContent-md {
	max-width: 1400px;
}
.customInteriorContent .railedContent.railedContent-sm {
	max-width: 1200px;
}
.rsvpFormContent .introContent {
	max-width: 900px;
	margin: 0 auto;
	padding-top: 20px;
}
.rsvpFormContent .primaryWatermark_bg {
  background-image: url(https://s3.amazonaws.com/cdn.atlhawksdigital.com/img/logos/hawks/atl_hawks_global_logo_2opacity.png);
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 768px) {
	.rsvpFormContent .introContent p,
	.rsvpFormContent .wwCol {
		font-size: 16px;
	}
}
.rsvpFormContent .introContent p {
	text-align: center;
}
.rsvpFormContent .whenWhereContainer {
	position: relative;
	overflow: hidden;
	margin: 25px 0;
}
.rsvpFormContent .wwCol {
	padding: 0;
	text-align: center;
}
.rsvpFormContent .formContainer {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	width: 96%;
	max-width: 900px;
	margin: 50px auto 0;
	padding: 25px 0 0;
}

.rsvpFormContent .formContainer h2 {
	font-size: 32px;
	text-align: center;
	margin: 15px 0 25px;
	text-transform: uppercase;
}
.rsvpFormContent .clearFix {
	clear: both;
	margin: 50px 0 0;
}
.rsvpFormContent {
  position: relative;
  z-index: 0;
  padding: 25px 15px 50px;
}
.rsvpFormContent .heroBannerStatic,
.rsvpFormContent .hawksXLBanner {
	max-width: 910px;
	margin: 0 auto;
}
.rsvpFormContent .formInfoPaperEffect .heroBannerStatic img,
.rsvpFormContent .formInfoPaperEffect .hawksXLBanner img {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 15px;
}
.rsvpFormContent .memFormIntroText {
  text-align: center;
  font-size: 20px;
  max-width: 800px;
  margin: 25px auto 15px;
}
.rsvpFormContent .formInfoPaperEffect {
	width: 80%;
	max-width: 910px;
	margin: 25px auto;
	background-color: #fff;
	position: relative;
	padding: 25px 75px 35px;
	font-size: 16px;
	border-radius: 5px;
}
.rsvpFormContent .formInfoPaperEffect::before,
.rsvpFormContent .formInfoPaperEffect::after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 1em;
  width: 50%;
  top: 80%;
  background: #777;
  box-shadow: 0 1em 0.5em #777;
}
.rsvpFormContent .formInfoPaperEffect::before {
  transform: rotate(-3deg);
  left: 0.5em;
}
.rsvpFormContent .formInfoPaperEffect::after {
  transform: rotate(3deg);
  right: 0.5em;
}
.rsvpFormContent .formInfoPaperEffect h2,
.rsvpFormContent .formInfoPaperEffect .sponsorContent,
.rsvpFormContent .formInfoPaperEffect .memFormIntroText,
.rsvpFormContent .formInfoPaperEffect p {
  font-family: "Trade Gothic";
}
.rsvpFormContent .formInfoPaperEffect p {
  font-size: 1em;
}
.rsvpFormContent .formInfoPaperEffect h2,
.rsvpFormContent .formInfoPaperEffect h3 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 100;
}
.rsvpFormContent .formInfoPaperEffect h2 {
  color: #c8102e;
  margin: 25px 0 0;
  font-family: "Trade Gothic";
  font-size: 32px;
  line-height: normal;
}
.rsvpFormContent .formInfoPaperEffect h3 {
  font-size: 24px;
  margin: 25px 0 3px;
}
.rsvpFormContent .formInfoPaperEffect .whenWhereContent {
  text-align: center;
}
.rsvpFormContent .divider {
  max-width: 50px;
  height: 2px;
  background-color: #000;
  margin: 15px auto;
}
@media (max-width: 767px) {
	body.onRails.rsvpFormPage .customInteriorContent {
		padding-left: 0;
		padding-right: 0;
	}
  .rsvpFormContent .formInfoPaperEffect {
    width: 95%;
    font-size: 14px;
    margin: 25px auto 25px;
    padding: 5px 10px 25px;
  }
	.rsvpFormContent .formContainer {
    margin: 10px auto;
    padding: 0;
	}
	.rsvpFormContent .introContent p {
		text-align: left;
	}
}
.bf-page .scheduleTicketLink, .schedulePromoLink {
  display: flex !important;
	justify-content: center;
}