@charset "UTF-8";
/********************************************************************/
/* Website Developed by : Blue Sombrero 							*/
/* Atlanta Fire United												*/
/* Created:  09 August 2019 by Bhavin Surati 						*/
/********************************************************************/
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900");
.AlertText a, .AlertText a:link, .AlertText a:visited {
  color: #e32526;
}

.AlertText a:hover, .AlertText a:focus, .AlertText a:active {
  color: #ebeaea;
}

/* Skin Area CSS */
/********************************************************************/
a, a:visited {
  color: #e32526;
}

a:hover {
  color: #222;
}

.TeamPage_newsHolder a, .TeamPage_newsHolder a:link, .TeamPage_newsHolder a:visited,
.TeamPage_gridColumn a,
.TeamPage_gridColumn a:link,
.TeamPage_gridColumn a:visited,
.skInner .ModLinksC a,
.skInner .ModLinksC a:link,
.skInner .ModLinksC a:visited,
.skInner .ModDNNHTMLC a,
.skInner .ModDNNHTMLC a:link,
.skInner .ModDNNHTMLC a:visited {
  color: #e32526;
}

.TeamPage_newsHolder a:hover, .TeamPage_newsHolder a:focus, .TeamPage_newsHolder a:active,
.TeamPage_gridColumn a:hover,
.TeamPage_gridColumn a:focus,
.TeamPage_gridColumn a:active,
.skInner .ModLinksC a:hover,
.skInner .ModLinksC a:focus,
.skInner .ModLinksC a:active,
.skInner .ModDNNHTMLC a:hover,
.skInner .ModDNNHTMLC a:focus,
.skInner .ModDNNHTMLC a:active {
  color: #222;
}

.skArea {
  background: #111111 url(../images/atlantafire-bg.jpg) no-repeat top left;
}

.skAreatrabg {
  background: none;
}

/*********************/
.skAlert {
  background-color: #fec52f !important;
  padding: 10px 0 !important;
}

.skAlert .AlertText {
  color: #111111;
}

/********************/
.skHeader {
  margin: -50px 0 20px;
}

.skHeader .skLogo a {
  margin-left: 3px;
}

.skHeader .skLogo a img {
  width: 127px;
  height: 181px;
}

.skHeader .skWidth {
  width: 1220px;
}

.skHeader .skRightBanner,
.skHeader .skLogo {
  vertical-align: middle;
  float: left;
}

.skHeader .skRightBanner {
  margin-top: 25px;
  margin-left: 20px;
  width: 47%;
}

.skHeader h1.skBanner {
  padding-top: 20px;
  font-size: 95px;
  letter-spacing: -0.5px;
  font-family: 'Enfatica';
  line-height: 1;
  max-height: 175px;
  overflow: hidden;
}

.skHeader .affiliates {
  display: inline-block;
  vertical-align: middle;
  margin-top: 65px;
  float: right;
  width: 40%;
}

.skHeader .affiliates .skBannerLink {
  display: inline-block;
  margin-right: 10px;
}

.skLogo a:hover img {
  filter: none;
}

/* Top Bar CSS */
/*******************************************************************/
.skTopBar {
  padding: 0px 0px 17px;
}

.skTopBar li a:hover img {
  -webkit-filter: drop-shadow(0 0px 13px rgba(227, 37, 38, 0.7));
  filter: drop-shadow(0 0px 13px rgba(227, 37, 38, 0.7));
}

.skAction a.goog-te-menu-value,
.skAction a.translate,
.skAction a.link {
  background-image: none;
}

.skAction a.goog-te-menu-value:link, .skAction a.goog-te-menu-value:visited,
.skAction a.translate:link,
.skAction a.translate:visited,
.skAction a.link:link,
.skAction a.link:visited {
  background-image: none;
}

.skAction .skLogin {
  background: #fec52f;
  padding: 16px 2px;
  margin-top: 0px;
}

.skAction .skLogin:empty {
  display: none;
}

.skAction .skLogin a.skBtn {
  color: #292929;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 18px;
  position: relative;
}

.skAction .skLogin a.skBtn.register:before {
  display: none;
}

.skAction .skLogin a.skBtn:nth-child(2)::before {
  content: "|";
  position: absolute;
  left: -2px;
  top: 2px;
  color: #292929;
  pointer-events: none;
  display: block;
}

.skAction .skLogin span {
  color: #fff;
}

.skAction .skLogin a.skBtn:nth-child(2):before {
  color: #ffffff;
  color: #292929;
}

@media screen and (max-width: 768px) {
  .skAction .skLogin a.skBtn {
    background: #fec52f;
  }
  .skAction .skLogin a.skBtn:hover, .skAction .skLogin a.skBtn:focus {
    color: #000;
  }
}

.skAction .skRegisterNow {
  display: inline-block;
  margin-left: 5px;
  background: #fec52f;
  padding: 16px 0px;
}

.skAction .skRegisterNow .skBtn {
  color: #292929;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 18px;
  padding: 0px 17px;
  vertical-align: middle;
  font-family: 'Oswald', sans-serif;
}

@media screen and (max-width: 768px) {
  .skAction .skRegisterNow {
    margin: 14px 0 0 0;
    padding: 10px 25px;
  }
}

.skSocial a.goog-te-menu-value {
  background-position: -135px 0;
}

.skSocial a.goog-te-menu-value:hover {
  background-position: -135px -486px;
}

.skSocial a.skFlickr {
  background-position: -6px -486px;
  width: 18px;
}

.skSocial a.skFlickr:hover {
  background-position: -6px -486px;
}

.skSocial a.skTwitter {
  background-position: -48px 0;
  width: 20px;
}

.skSocial a.skTwitter:hover {
  background-position: -48px -486px;
}

.skSocial a.skFacebook {
  background-position: -28px 0;
  width: 10px;
}

.skSocial a.skFacebook:hover {
  background-position: -28px -486px;
}

.skSocial a.skInstagram {
  background-position: -79px 0;
  width: 19px;
}

.skSocial a.skInstagram:hover {
  background-position: -79px -486px;
}

.skSocial a.skYoutube {
  background-position: -105px 0;
  width: 22px;
}

.skSocial a.skYoutube:hover {
  background-position: -105px 0px;
}

.skSocial .SkSocialIconWrapper {
  margin: 9px -12px 0 16px;
  display: inline-block;
}

.skSocial .SkSocialIconWrapper a.link,
.skSocial .SkSocialIconWrapper a.link:link,
.skSocial .SkSocialIconWrapper a.link:visited {
  margin: 8px 9px 0;
  display: inline-block;
}

.skSocial .SkSocialIconWrapper a.link svg,
.skSocial .SkSocialIconWrapper a.link:link svg,
.skSocial .SkSocialIconWrapper a.link:visited svg {
  fill: #ffffff;
}

.skSocial .SkSocialIconWrapper a.link svg:hover,
.skSocial .SkSocialIconWrapper a.link:link svg:hover,
.skSocial .SkSocialIconWrapper a.link:visited svg:hover {
  fill: #fec52f;
}

/* Header CSS */
/*******************************************************************/
.skTranslate {
  height: 35px;
  width: 42px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 0;
  margin: 0;
}

.skTranslate svg {
  height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: transparent;
  transform: translate(-50%, -50%);
  padding: 0;
  fill: #fff;
}

.skTranslate .goog-te-gadget-simple {
  width: 62px;
  height: 31px;
  background: transparent;
  border: none;
}

.skTranslate .goog-te-gadget-simple img {
  display: none;
}

.skTranslate .goog-te-gadget img,
.skTranslate .goog-te-menu-value span {
  display: none;
}

.skTranslate .goog-te-menu-value,
.skTranslate .translate {
  display: block;
  width: 26px;
  height: 18px;
  z-index: 1;
  position: absolute;
  margin: 0;
  padding: 8px 18px;
  top: 0;
  left: 0;
  background-color: transparent;
}

#google_translate_element:hover svg {
  fill: #fec52f;
}

/* Navigation CSS */
/*******************************************************************/
.skNav {
  background: #e32526;
}

.skNav #dnnStandardMenu .root .m {
  background: #fec52f;
}

.skNav #dnnStandardMenu .root .txt {
  color: #fff;
}

.skNav #dnnStandardMenu .root .txt:hover, .skNav #dnnStandardMenu .root .txt:focus {
  background: #fec52f;
  color: #111111;
}

.skNav #dnnStandardMenu .root.sel .txt, .skNav #dnnStandardMenu .root.exp .txt {
  color: #fff;
  background: #fec52f;
  color: #111111;
}

.skNav #dnnStandardMenu .root .mi1 .txt,
.skNav #dnnStandardMenu .root .mi2 .txt {
  color: #111111;
}

.skNav #dnnStandardMenu .root .mi1 .txt:hover, .skNav #dnnStandardMenu .root .mi1 .txt:focus, .skNav #dnnStandardMenu .root .mi1 .txt:active,
.skNav #dnnStandardMenu .root .mi2 .txt:hover,
.skNav #dnnStandardMenu .root .mi2 .txt:focus,
.skNav #dnnStandardMenu .root .mi2 .txt:active {
  color: #e32526;
}

.skNav #dnnStandardMenu .root .mi2 .txt {
  color: #111111;
}

.skNav #dnnStandardMenu .root .mi2 .txt:hover {
  color: #e32526;
}

.skNav #dnnStandardMenu .root .m .haschild.sel .icn,
.skNav #dnnStandardMenu .root .m .haschild.exp > .txt .icn {
  background-image: url(../images/hover-nav-arrow.png);
}

.skNav #dnnStandardMenu .dropdown {
  background: #fec52f;
}

.skNav #dnnStandardMenu .col:after {
  background: #111111;
}

.skLinks a.skLink {
  letter-spacing: 0.1px;
  font-weight: 500;
  border-top: 1px solid #000000;
}

.skLinks a.skLink span {
  padding: 10px 33px;
}

.skLinks a.skLink:hover {
  background: #fec52f;
  color: #292929;
}

.skLinks .skHead {
  letter-spacing: 0.6px;
}

/* Slider CSS */
/*******************************************************************/
#slider805500 a.skPrevLinks,
#slider805500 a.skNextLinks {
  background-image: url(../images/dark_light_spirt-flickr.png);
}

#slider805500 a.skNextLinks {
  background-position: -238px 0px;
}

#slider805500 .skNextBtn:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

#slider805500 .skNextBtn:hover a.skNextLinks {
  background-position: -238px -576px;
}

#slider805500 a.skPrevLinks {
  background-position: -218px 0px;
}

#slider805500 .skPrevBtn:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

#slider805500 .skPrevBtn:hover a.skPrevLinks {
  background-position: -218px -576px;
}

#slider805500 .skPager a span {
  background: #e32526;
}

#slider805500 .skReadMore:hover, #slider805500 .skReadMore:focus {
  background: #ffffff;
  color: #e32526;
}

/*Tab CSS */
/********************************************************************/
.skNews .skSummary {
  color: #161616;
}

.skNews .skDate {
  color: #fff;
}

.skNews li.skItem {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}

.skNews li.skItem:last-child {
  border: none;
}

.skNews a.skLink {
  color: #000;
}

.skNews a.skLink:hover, .skNews a.skLink:focus {
  color: #fff;
}

ul.skField .skDate {
  color: #fff;
}

ul.skField p.skName {
  color: #fec52f;
}

ul.skField li.skItem {
  border-bottom-color: rgba(0, 0, 0, 0.5);
}

ul.skField li.skItem:last-child {
  border: none;
}

ul.skField li.skItem.skClose::after {
  color: #ff6f74;
}

ul.skField li.skItem.skPartial::after {
  color: #ffc324;
}

ul.skField li.skItem.skOpen::after {
  color: #8bf091;
}

ul.skField li.skItem span.skCurrent {
  color: #161616;
}

.skSection h2.skHead {
  color: #fff;
}

.skColumn {
  -webkit-filter: drop-shadow(0 3px 7px rgba(0, 0, 0, 0.35));
  filter: drop-shadow(0 3px 7px rgba(0, 0, 0, 0.35));
}

.skSection .skColumnContent#skSocial {
  padding: 0;
  height: 369px;
  overflow: auto;
  background: transparent;
}

.skSection .skColumnContent#skSocial::after {
  display: none;
}

.skSection .skColumnContent#skSocial .skTwitter {
  height: 100%;
  background: #fff;
}

.skSection .skColumnContent#skSocial .skTwitter iframe.timeline-Widget {
  border-radius: 0px !important;
}

.skFBWrapper {
  height: 369px;
}

.skColumnContent {
  background: #e32526;
}

.skColumnContent:after {
  -webkit-box-shadow: inset 0px -73px 88px -10px rgba(227, 37, 38, 0.85);
  box-shadow: inset 0px -73px 88px -10px rgba(227, 37, 38, 0.85);
}

@media screen and (max-width: 768px) {
  .skColumnContent {
    background: #8b8b8b;
  }
  .skColumnContent.expanded {
    background: #e32526;
  }
}

.skSection ::-webkit-scrollbar-thumb {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .skSection .skSocial {
    background: #8b8b8b;
  }
  .skSection .skSocial.expanded {
    background: #e32526;
  }
}

.skSection .viewall {
  color: #000;
  background-color: #fff;
}

.skSection .viewall:hover, .skSection .viewall:focus {
  color: #292929;
  background-color: #fec52f;
}

.skSocialTab li a.skHead {
  background: #e32526;
  color: #fff;
}

.skSocialTab li a.skHead:not(.active) {
  background: #8b8b8b;
  color: #fff;
}

.skSocialTab li a.skHead:not(.active):hover {
  background: #000;
  color: #fff;
}

ul.tweet_list li {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}

ul.tweet_list li:before {
  background-image: url(../images/dark_light_spirt-flickr.png);
  background-position: -183px 0px;
}

ul.tweet_list li:last-child {
  border: none;
}

a.tweet_screen_name {
  color: #000;
}

a.tweet_screen_name:hover, a.tweet_screen_name:focus {
  color: #fff;
}

.tweet_text {
  color: #161616;
}

.tweet_text a {
  color: #161616;
  text-decoration: underline;
}

.tweet_text a:hover {
  color: #fff;
}

.tweet_time {
  color: #fff;
}

.skEvent .skEventCalendar {
  color: #fec52f;
}

.skEvent .skEventCalendar .skEventMonth {
  font-size: 14px;
}

.skEventHead .skEventLink {
  color: #000;
}

.skEventHead a.skEventLink:hover {
  color: #fec52f;
}

li.skEventItem {
  border-bottom-color: rgba(0, 0, 0, 0.5);
}

li.skEventItem:last-child {
  border: none;
}

.skEventTime {
  color: #fff;
}

.skEventDetail .location {
  color: #fff;
}

/* Sponsor CSS */
/********************************************************************/
.skSponsor {
  background: #292929;
}

.skSponsor a.skSpnLink:hover {
  filter: none;
}

.skSpnPVLinks,
.skSpnNTLinks {
  background-image: url(../images/dark_light_spirt-flickr.png);
}

.skSpnPVLinks {
  background-position: -258px -1062px;
}

.skSpnPVLinks:hover {
  background-position: -258px 0;
}

.skSpnNTLinks {
  background-position: -295px -1062px;
  background-position: -295px -1062px;
}

.skSpnNTLinks:hover {
  background-position: -295px 0;
}

/* Footer CSS */
/********************************************************************/
.skFooter {
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-color: #e32526;
  background-position: center top;
  padding: 40px 0 13px;
}

.skFooter .skHead {
  color: #000;
}

.skFooter .ftContent {
  border-top: 3px solid #000;
}

.skFooter .skClubAddress {
  color: #fff;
}

.skFooter a.skClubPhone {
  color: #fff;
}

.skFooter a.skClubPhone:hover, .skFooter a.skClubPhone:focus {
  color: #000;
}

.skFooter a.skClubEmail {
  text-decoration: none;
  color: #fff;
}

.skFooter a.skClubEmail:hover, .skFooter a.skClubEmail:focus {
  text-decoration: underline;
  color: #000;
}

.skSiteLink .skHead {
  color: #000;
}

.skSiteLink li.skSiteItem:before {
  content: "› ";
  color: #fff;
}

.skSiteLink li.skSiteItem a.skSiteItemLink, .skSiteLink li.skSiteItem:before {
  color: #fff;
}

.skSiteLink li.skSiteItem:hover:before,
.skSiteLink li.skSiteItem:hover a.skSiteItemLink {
  color: #000;
}

.skBottomBar .skInfo {
  color: #fff;
  margin: 0 30px 0 33px;
}

.skBottomBar .skInfo .SkinObject {
  color: #fff;
}

.skBottomBar .skInfo .SkinObject:hover {
  color: #fec52f;
}

.skBottomBar .skInfo span.SkinObject:hover {
  color: #fff;
}

.skBottomBar .skInfo .skHiddenLogin {
  color: transparent;
}

.skBottomBar .skInfo .skHiddenLogin:hover {
  color: #fec52f;
}

.sWebTheme_ActionsArea a.sWebTheme_ActionsLinks:active span, .sWebTheme_ActionsArea a.sWebTheme_ActionsLinks:hover span, .sWebTheme_ActionsArea a.sWebTheme_ActionsLinks:focus span {
  background-color: #e32526;
  color: #fff;
}

.sWebTheme_ActionsArea a.sWebTheme_showSettings:active, .sWebTheme_ActionsArea a.sWebTheme_showSettings:hover, .sWebTheme_ActionsArea a.sWebTheme_showSettings:focus {
  background-color: #e32526;
  color: #fff;
}

/*Inner pages*/
/********************************************************************/
.skArea.skInner {
  background: #111111 url(../images/atlantafire-bg.jpg) no-repeat top left;
}

.skInner .default-header {
  background: #e32526;
}

.skInner h2.default-head span {
  color: #fff;
}

.skInner .default-content {
  background: #fff;
}

@media only screen and (max-width: 1080px) {
  .skSection .skColumnContent {
    padding: 19px 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .skHeader {
    display: block;
  }
  .skHeader h1.skBanner {
    font-size: 75px;
  }
  .skHeader .skRightBanner {
    width: 37%;
  }
  .skHeader .affiliates {
    width: 50%;
    margin-top: 60px;
  }
  .skHeader .affiliates .skBannerLink {
    margin-right: 0px;
  }
  .skHeader .affiliates .skBannerLink img {
    width: 75px;
  }
  .skColumnContent {
    background: #e32526;
  }
  .skFooter {
    background-image: none;
  }
}

@media only screen and (max-width: 768px) {
  .skArea,
  .skArea.skInner {
    background: #000 url(../images/atlanta-mobile-bg.jpg) no-repeat center center;
    background-size: cover;
  }
  .skTopBar {
    display: block;
    padding-bottom: 0px;
  }
  .skHeader {
    display: none;
  }
  .skHeader .affiliates {
    display: none;
  }
  .skHeaderMobile .skBannerLink img {
    width: 54px;
    height: 54px;
  }
  .skLogin a.skBtn {
    padding: 5px 45px;
  }
  .SkSocialIconWrapper a.link,
  .SkSocialIconWrapper a.link:link,
  .SkSocialIconWrapper a.link:visited {
    text-indent: unset;
  }
  .skHeaderMobile h1.skBanner {
    padding: 0;
    font-size: 66px;
    letter-spacing: 0.3px;
    font-family: 'Enfatica';
    line-height: 1;
    margin: 0 0 20px;
  }
  .skSocial .SkSocialIconWrapper {
    margin: 20px 0 15px;
  }
  .skSocial a.skTwitter {
    width: 25px;
  }
  .skSocial a.skFacebook {
    width: 11px;
  }
  .skSocial a.skInstagram {
    width: 24px;
  }
  .skSocial a.skYoutube {
    width: 30px;
  }
  .skSocial a.skFlickr {
    width: 22px;
  }
  #slider805500 .skCaption h2.skTitle {
    font-size: 18px;
  }
  #slider805500 .skPager a span {
    background: #e32526;
  }
  #slider805500 .skPager a:hover span, #slider805500 .skPager a:focus span {
    background: #e32526;
  }
  #slider805500 .skPager a.selected span {
    background: #fff;
  }
  .skAlertRight {
    text-align: center;
  }
  .skLinks {
    margin: -15px 0 8px;
  }
  .skFooter {
    background-image: none;
  }
  .skFooter .skClubAddress a.skClubPhone,
  .skFooter .skClubAddress a.skClubEmail {
    color: #000;
    color: #fff;
  }
  .skFooter .skClubAddress a.skClubPhone:hover, .skFooter .skClubAddress a.skClubPhone:focus,
  .skFooter .skClubAddress a.skClubEmail:hover,
  .skFooter .skClubAddress a.skClubEmail:focus {
    color: #fff;
  }
  .skColumnContent {
    background: #e32526;
  }
  .skSection h2.skHead {
    color: #fff;
    padding: 1px 0;
  }
  .skSection .skNews .readmore a:hover {
    color: #000;
  }
}

@media only screen and (max-width: 320px) {
  .skHeaderMobile h1.skBanner {
    font-size: 60px;
  }
}

/****************************************************/
/* Stylesheet for atlanta-fire                    */
/****************************************************/
.atlanta-fire #mobNav.red .navBar {
  background: #e32526;
  border-bottom: 1px solid #fff;
}

.atlanta-fire #mobNav.red .navDropDown {
  background: #e32526;
}

.atlanta-fire #mobNav.red .navExpand .navIcon {
  fill: #fff;
}

.atlanta-fire #mobNav.red .navTabs .activeTab {
  border-bottom-color: transparent !important;
}

.atlanta-fire #mobNav.red .navLogo a, .atlanta-fire #mobNav.red .navLogo a:link, .atlanta-fire #mobNav.red .navLogo a:visited {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.atlanta-fire #mobNav.red .navTitle {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.atlanta-fire #mobNav.red .navLink, .atlanta-fire #mobNav.red .navLink:link, .atlanta-fire #mobNav.red .navLink:visited {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.5px;
}

@media (max-width: 340px) {
  .atlanta-fire #mobNav.red .navLink, .atlanta-fire #mobNav.red .navLink:link, .atlanta-fire #mobNav.red .navLink:visited {
    font-size: 15px;
  }
}

.atlanta-fire #mobNav.red .navLink.navLinkSelected {
  font-weight: 900;
}

.atlanta-fire #mobNav.red .navChild {
  background: #fff;
}

.atlanta-fire #mobNav.red .navChild .navLink, .atlanta-fire #mobNav.red .navChild .navLink:link, .atlanta-fire #mobNav.red .navChild .navLink:visited {
  color: #e32526;
}

.atlanta-fire #mobNav.red .navChild .navIcon {
  fill: #e32526;
}

.atlanta-fire #mobNav.red .navChild1 {
  background: #e6e6e6;
}

.atlanta-fire #mobNav.red .navChild1 .navLink, .atlanta-fire #mobNav.red .navChild1 .navLink:link, .atlanta-fire #mobNav.red .navChild1 .navLink:visited {
  color: #bd1819;
}

.atlanta-fire #mobNav.red .navChild1 .navIcon {
  fill: #bd1819;
}

.atlanta-fire #mobNav.red .navChild2 {
  background: #cccccc;
}

.atlanta-fire #mobNav.red .navChild2 .navLink, .atlanta-fire #mobNav.red .navChild2 .navLink:link, .atlanta-fire #mobNav.red .navChild2 .navLink:visited {
  color: #620d0d;
}

.atlanta-fire #mobNav.red .navChild2 .navIcon {
  fill: #620d0d;
}

.atlanta-fire #mobNav.red .navFooter .navIcon {
  fill: #fff;
}

.atlanta-fire #mobNav.red .navFooter:after {
  background: #fff;
}
