/* Zay IMP Code */
header.la--header__banner.clr {
    display: none;
}

.la--nav__account {
    background-color: #ffffff;
    max-width: 1800px;
    margin: 0 60px;
    min-width: 1200px;
}



.la--nav__account a:hover {
  
  color: #00c0ff;

}

.la--container ,.la--header {
    max-width: 1800px;
    margin: 40px auto 0 auto;
    padding: 0;
    min-width: 1200px;
}



#content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 80px;
    min-width: 1000px;
}

h1,h2,h3,h4,h5,li,p,body,a{
  font-family: sofia-pro, sans-serif !important;
}

h1,h2,h3,h4,h5{
font-weight:bold;
}


.zog-center:hover .zog-choose-menu {display: block;}

.zog-center {
    position: relative;
  padding: 0 !important;
}

.zog-choose{
text-transform:uppercase;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #aaa !important;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;

}

.zog-choose:hover{
	border: 1px solid #00c0ff !important;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.zog-choose-menu{
	top:100%;
	left:0;

 	 margin-top:0px !important;
  min-width: 220px;
  border-color: #ddd !important;
      box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .15) !important;

}

.zog-choose:hover .zog-choose-menu{
	display:block !important;
}

.zog-choose-menu .zog-menu-link:hover , .zog-menu-link:hover {
background-color: #f1f1f1;
  color: #00c0ff !important;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.zog-choose-menu .zog-menu-link:hover .zog-choose-menu .zog-menu-link a{
   color: #00c0ff !important;
  
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

a:hover{
text-decoration: none;
}


#footer-extras{
padding:0;
background-color: white;
color:black;
margin: 20px 80px;
 
}

#footer-extras .la--container{
max-width: 1800px;
min-width: 1200px;
padding: 0;
}

.zog-credits {
  padding-bottom: 30px;
  text-align:center;
}

.zog-footer-row{
	display: flex;
 
}

.zog-footer-split-row{
	justify-content:space-between;
}

.zog-50{
	width: 50%;
}

.zog-33{
	width: 33%;
}

.zog-footer-col h4{
margin-bottom: 20px;
  font-size: 20px;
}

.zog-footer-link{
display: block; 
margin-bottom: 5px;
font-size: 14px;
color: black;
}



.zog-social-icon-list{
	display:flex;
	justify-content:end;
 	align-items:center;
}

.zog-social-icon {
    padding: 2px 8px !important;
  color: white !important;
    font-size: 16px;
    background-color: #00c0ff;
    margin-left: 10px;
    border-radius: 100px;
    color: white;
  	height: 30px;
  width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.zog-social-icon:hover{
background-color: #00afe0;
  color: white !important;
}

.zog-footer-col .zp, .zog-footer-col .zog-picker{
margin: 0 0 20px 0;
border: 0;
display: inline-block;  
}

.h-line{
    background-image: linear-gradient(90deg, #ffee35 0%, #00c0ff 100%);
  height: 5px;
  width:100%;
  display:block;
  margin: 20px 0;
}



.zog-logo-mob{
	width: 40px;
  display:none;
}

.zog-header-container{
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%);
  	border-radius: 100px;
      margin: 20px 80px;
}

.zog-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    align-content: center;
}

.zog-col{
padding: 10px;
  display:flex;
  justify-content: start;
  align-items: center;
  color
}

.zog-col a{
color: black;
text-decoration: none;}

.zog-item{
  display: block;
}

.zp{
position:relative;}

/* picker Container */
.zog-picker{
  margin-left: 10px;
  border-left: 1px solid #eee;
  padding-left: 10px;
  position: relative;
  list-style: none;
}
.zpc,.picker-container{
  position: absolute; 
  left: 10px;
  top: 50px;
  width: 200px !important;
  min-width: 220px;  
  background-color:white;
  background: #ffffff;
  z-index: 100;
  box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 15%) !important;
  border-radius: 10px;
  padding: 10px 0px;
  width: 100%;
  display:none;
  opacity:0;
     -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.zpv,.picker-value{
    font-weight: 700;
    padding: 10px 20px 10px 20px;
  	border: 1px solid #eee;
  	font-size: 14px;
	border-radius: 100px;
  	text-transform: uppercase;
  	cursor: pointer;
  color: black;
}

.show{
	display:block; 
 	opacity:1;
     -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.zpo, .picker-option {
    list-style: none;
    display: block;
    text-align: left;
    font-weight: 600 !important;
    margin: 0;
    display: block;
}

.zpo a, .picker-option a{
	padding: 10px 20px;
    font-size: 14px;
 	display:flex;
  align-items: center;
  background-color:white;
   -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
  color: black;
}

.zpo a:hover .zog-menu-link, .picker-option a:hover, .zog-menu-link{
	background-color:#f1f1f1;
   -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.zpo .zog-map, .picker-option .zog-map{
	margin-right: 10px;
}

.zog-map{color:#00c0ff; margin-right: 5px;}
.zog-arrow{margin-left:5px;}



.zog-button {
  color: black;
    border: 1px solid #eee;
    padding: 10px 20px;
    border-radius: 100px;
    background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.zog-button-img{
	width: 20px;
  margin-right: 8px;
}

.zog-button:hover{
	background-color: #f1f1f1;
  transition: .2s ease-in;
  color: black;
}

.zog-right{position:relative;}

.zog-item-font{
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

.zog-logo-img{width:150px;}

.zog-menu-container{position:relative; }

.zog-choose-menu, .zog-menu {
    display:none;
    min-width: 220px;
    margin: 0;
    list-style: none;
    position: absolute;
    right: 0;
    background-color: white;
    border-radius: 10px;
  	border: 1px solid #ccc;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 15%) !important;
  z-index: 100;
  padding: 0px 0;
}

.zog-menu-icon{
    padding: 10px 25px;
    background-color: #00c0ff;
    border-radius: 100px;
    margin-left: 10px;
  font-size: 16px;
  color: black;
}

.zog-menu-icon:hover .zog-menu{
  display:block !important;
}

/*.zog-menu-link:hover{
background: #f1f1f1;
}*/

.zog-menu-link{
background-color: transparent;
margin: 0;
padding: 0;
font-size: 16px;
font-weight:400;
   -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;

}

.zog-menu-link a{
padding: 10px 20px;
  display: block
}

.zog-menu-hammy{
  margin: 0 auto;
    color: black;
 
}



/* Hide Footer */

.la--footer {
    display: none;
}


/* Hide Old Header */

.la_global__header {
    min-width: 0px!important;
}

.mobile-img, .mobile-wrapper{display:none;}
 

/* Zay IMP Code */



div#gender-error {
    padding-top: 30px;
}


/*Logo Size and Position*/
.la--header__banner .la__logo img {
    max-width: 150px;
    margin-left: 50px;
    margin-top: -20px;
  }

/*Remove Logo Background and Box*/
  .la__logo #the-logo, .la__logo:after {
    padding: 5px;
    background: transparent;
    box-shadow: none;
  }
     
/*Fixes Giant Paperclip*/
  .custom-page-content-REDACTOR img {
    width: auto;
    max-width: 100%;
  }
  
/*Hides Newsletter*/
  .la__newsletter {
    display: none;
  }
  
/*Sets Body Font, fixes unstyled roster pages*/
  body, html {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  }

/*Header Fonts and Styling*/
  h1#page-title, h1, h2, h3 {
    text-transform: uppercase;
    font-weight: 800;
  }
  
/*Account Navigation Fonts and Styling*/
  .la--nav__account a, #account-nav p {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color:#000;
  }

/*Button Styling (removes shadow and makes it square, you can round the edges by changing the radius from 0px to 25px)*/
  .btn {
    background-image: none!important;
    border-radius: 0px;
    box-shadow: none;
  }

/*Button Font Styling*/
  a.btn, button.btn, input.btn {
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
  }

/*Remove Footer Clutter*/
  .la__newsletter {
    display: none;
  }
  
  h3.la_social__title {
    display: none;
  }
  
  .la--footer .la_nav {
    display: none;
  }
  
  .la--copyright {
    text-align: center;
  }

/*LeagueApps Link Color (Footer)*/
.la--footer a {
    color: #000;
}
  
 /*Navigation Menu Styling*/ 
  .la_nav li a {
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  
  .la_nav li a:hover {
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  /*Other Page adjustments*/
  .la_global__header .la--header__banner, #nav .wrap, .la_nav {
    min-width: 0px!important;
  }
  
  .la_global__header {
    min-width: 0px!important;
  }
  
  #account-nav .la--social {
    float: left;
    padding-top: 0px;
  }
  
  .la_global__header .la--header__banner, #nav .wrap, .la_nav {
    min-width: 0px!important;
    MIN-height: 65PX;
}

.la_global__header .la--header__banner, #nav .wrap, .la_nav {
  min-width: 0px!important;
}

.la_global__header {
  min-width: 0px!important;
}

#account-nav .la--social {
   float: left;
   padding-top: 7px;
}


figure.effect-sadie h2 {
  -webkit-filter: drop-shadow(5px 5px 5px #222);
   filter: drop-shadow(0px 0px 3px #222);
}

.custom-page-content-REDACTOR img {
   width: auto;
   max-width: 100%;
}

/*End Bronx Edits*/





div#gender-error {
    padding-top: 30px;
}


/*Logo Size and Position*/
.la--header__banner .la__logo img {
    max-width: 150px;
    margin-left: 50px;
    margin-top: -20px;
  }

/*Remove Logo Background and Box*/
  .la__logo #the-logo, .la__logo:after {
    padding: 5px;
    background: transparent;
    box-shadow: none;
  }
     
/*Fixes Giant Paperclip*/
  .custom-page-content-REDACTOR img {
    width: auto;
    max-width: 100%;
  }

  
/*Hides Newsletter*/
  .la__newsletter {
    display: none;
  }
  
/*Sets Body Font, fixes unstyled roster pages*/
  body, html {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  }

/*Header Fonts and Styling*/
  h1#page-title, h1, h2, h3 {
    text-transform: uppercase;
    font-weight: 800;
  }
  
/*Account Navigation Fonts and Styling*/
  .la--nav__account a, #account-nav p {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color:#000;
  }

/*Button Styling (removes shadow and makes it square, you can round the edges by changing the radius from 0px to 25px)*/
  .btn {
    background-image: none!important;
    border-radius: 0px;
    box-shadow: none;
  }

/*Button Font Styling*/
  a.btn, button.btn, input.btn {
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
  }

/*Remove Footer Clutter*/
  .la__newsletter {
    display: none;
  }
  
  h3.la_social__title {
    display: none;
  }
  
  .la--footer .la_nav {
    display: none;
  }
  
  .la--copyright {
    text-align: center;
  }

/*LeagueApps Link Color (Footer)*/
.la--footer a {
    color: #000;
}
  
 /*Navigation Menu Styling*/ 
  .la_nav li a {
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  
  .la_nav li a:hover {
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  /*Other Page adjustments*/
  .la_global__header .la--header__banner, #nav .wrap, .la_nav {
    min-width: 0px!important;
  }
  
  .la_global__header {
    min-width: 0px!important;
  }
  
  #account-nav .la--social {
    float: left;
    padding-top: 0px;
  }
  
  .la_global__header .la--header__banner, #nav .wrap, .la_nav {
    min-width: 0px!important;
    MIN-height: 65PX;
}

.la_global__header .la--header__banner, #nav .wrap, .la_nav {
  min-width: 0px!important;
}

.la_global__header {
  min-width: 0px!important;
}

#account-nav .la--social {
   float: left;
   padding-top: 7px;
}


figure.effect-sadie h2 {
  -webkit-filter: drop-shadow(5px 5px 5px #222);
   filter: drop-shadow(0px 0px 3px #222);
}

.custom-page-content-REDACTOR img {
   width: auto;
   max-width: 100%;
}

/*End Bronx Edits*/

#feedback-link {display:none;}

dl.basic dd {
    white-space: normal;
}