	
/*dash fixes*/
ul.st-dd-ul {
    padding: 0px !important;
    margin: 0px !important;
}
a.st-dd-a {
    color: #333 !important;
}
.modal-content {
    border: 0px !important;
}
a.st-dd-a.st-dd-title-a {
    color: #757575 !important;
}
.st-select-game-nav {
    line-height: 18px;
}
.st-select-game-nav {
    font-weight: initial !important;
}









/*global css*/



::placeholder {
	color: #757575;
	opacity: 1;
  font-size: 16px !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #757575;
  opacity: 1;
    font-size: 16px !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #757575;
  opacity: 1;
    font-size: 16px !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #757575;
    opacity: 1;
      font-size: 16px !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #757575;
  opacity: 1;
    font-size: 16px !important;
}






	/* used to make dropdowns understand where to pop up at. */
	.st-top-nav-ui-wrap {
	    position: relative;
	}
	.st-select-game-nav {
	    height: 36px;
	    display: inline-block;
	    border-radius: 30px;
	    background-color: white;
	    border: 1px solid #DEDEDE;
	    font-size: 12px;
	    vertical-align: middle;
	    padding: 10px;
	    padding-left: 15px;
	    padding-right: 15px;
	    padding-top: 9px;
	    cursor: pointer;
	    font-weight: bold;
	    z-index: 10;
  		position: relative;
	}
	.st-open-nav {
	    border-radius: 10px;
	    box-shadow: 0 2px 11px 0 rgb(0 0 0 / 20%);
	}

	
	

	img.st-nav-dropdown {
	    vertical-align: middle;
	    padding-left: 4px;
	    position: relative;
	    bottom: 1px;
	}
	.st-dropdown-wrap {
	    display: inline-block;
	    position: relative;
	    margin-right: 5px;
	}

	/*search bar*/
	.st-search-bar {
	    margin-bottom: 20px;
	    padding: 15px !important;
	    font-size: 16px;
	    height: 40px;
	    width: 100%;
	    border-radius: 5px;
	}
  span.currently-viewing-dd {
    font-size: 12px;
    color: #009688;
    vertical-align: top;
}


.st-dd-section-wrap {
    height: 300px;
    /*overflow-y: auto;*/
    overflow: auto;
    width: 230px;
}

a.st-dd-a {
    color: #333333;
    font-size: 14px;
    text-decoration: none;
}
.st-dd-a.viewing-active-sc{
  color: #009688 !important;
}
a.st-dd-a:hover {
    text-decoration: underline;
}

p.st-dd-title {
    margin: 0px;
    font-size: 14px;
    color: #e31221;
    color: #009688;
    /*text-decoration: underline;*/
    /*margin-bottom: 10px;*/
    margin-bottom: 15px;
        margin-bottom: 20px !important;
    line-height: 14px !important;
        padding-top: 10px;
}
a.st-dd-a.st-dd-title-a {
    color: #757575;
        color: #757575;
    text-decoration: none;
}
a.st-dd-a.st-dd-title-a:hover {
    text-decoration: underline;
}
li.listItem.st-dd-li {
    margin-bottom: 20px;
    line-height: 14px !important;
}



.st-dd-a-img-placeholder {
    margin-bottom: 20px;
    line-height: 14px;
}

.st-dd-a-img-placeholder.sectiont:last-child {
    margin-bottom: 60px !important;
}













	.js-is-hidden{
		display: none;
	}
/* The Modal (background) */
.modal {
    /*display: none;*/
    /* z-index: 1; */
    position: absolute;
    top: 0px;
    /*bottom: 70px;*/
    /*padding-top: 100px;*/
    /* left: 0; */
    /* top: 0; */
    /* width: 100%; */
    /* height: 100%; */
    /* width: 250px; */
    padding: 0px;
    /* height: 400px; */
    overflow: auto;
    /*background-color: rgb(0,0,0);
    background-color: rgb(8 8 8 / 40%);*/
    background-color: white;
}
/* Mobile */
@media (max-width: 768px){	
.modal-overlay-bg { overflow: hidden; /*position: absolute;*/ position: fixed; top: 0; left: 0; right:0; bottom:0;  background-color: rgba(0,0,0,0.5); /*z-index: 1000;*/ z-index: 100; }
.st-top-nav-ui-wrap {
    position: initial;
}
.st-dropdown-wrap {
    position: initial;
}
.modal {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    top: initial;
    top: 10%;
}

}



.modal2 {
    position: absolute;
    top: 0px;
    padding: 0px;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgb(8 8 8 / 40%);
}


/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  /*width: 80%;*/
  width: 250px;
  height: 400px;
  z-index: 100;
  position: relative;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}



















/* Dropdown Button */
.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #3e8e41;
}

/* The search field */
#myInput {
  box-sizing: border-box;
  background-image: url('searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}

/* The search field when it gets focus/clicked on */
#myInput:focus {outline: 3px solid #ddd;}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  border: 1px solid #ddd;
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}




/*2022*/
  div#rbst-content-cta-id {
      display: none;
  }
  
  /*sticky*/
  .st-top-nav-ui-wrap {
      position: sticky!important;
      position: -webkit-sticky!important;
      top: 60px !important;
      background-color: white;
      z-index: 1000;
      padding: 10px;
      padding-left: 0px;
  }
  /* overwrites */
  .st-select-game-nav {
      border-radius: 2px !important;
  }
  .st-open-nav {
      border-radius: 2px !important;
  }
  .modal-content {
      border-radius: 3px !important;
  }
  p.st-dd-title {
      color: #000000 !important;
      /*border-bottom: 1px solid #555 !important;
      padding-bottom: 10px !important;
      max-width: 195px !important;
      padding-top: 10px !important;*/
  }
  .st-search-bar {
      border-radius: 2px !important;
      border: 1px solid #555 !important;
  }
  span.currently-viewing-dd {
      color: #075695 !important;
  }

/* ori clean gray shadow */ 
  /*
.st-select-game-nav {
    border-radius: 4px !important;
    font-size: 14px !important;
    border: 1px solid #dadce0 !important;
    box-shadow: 0 1px 5px rgb(0 0 0 / 25%);
    padding-top: 8px !important;
}
.st-select-game-nav:hover {
    background: rgba(60,64,67,0.039);
} 
*/

.st-select-game-nav {
    border-radius: 4px !important;
    font-size: 14px !important;
    border: 1px solid #1154ac !important;
    box-shadow: 0 1px 5px #1154ac40 !important;
    padding-top: 8px !important;
    color: #1154AC !important;
}
.st-select-game-nav:hover {
    background: rgb(7 38 62 / 4%) !important;
}
li.listItem.st-dd-li {
/*    margin-bottom: 20px !important;*/
margin-bottom: 30px !important;
    margin-top: 10px !important;
}
a.st-dd-a {
    padding: 7px !important;
}
a.st-dd-a {
    font-size: 16px !important;
}

  a.st-dd-a {
        /* color: #1a74eb!important; */
        color: #1154AC!important;
  }
  
  .modal-content {
    width: initial !important;
}
  /*::placeholder if search bar isnt doing it already*/
    
.close-pop-menu-button {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    color: #555;
}
.modal-content {
    padding-top: 40px !important;
    z-index: 100000 !important;
}
.modal-overlay-bg {
   /*z-index: 99999 !important;*/
}
/* Mobile */
@media (max-width: 768px){  
.st-top-nav-ui-wrap {
    padding-left: 10px !important;
}
}
span.currently-viewing-dd {
    color: #026202!important;
}
.st-top-nav-ui-wrap {
    border-bottom: solid 1px #d8d8d8 !important;
    padding-top: 2px !important;
}
@media (min-width: 720px){

.st-top-nav-ui-wrap {
    padding-top: 8px !important;
}
}
img.st-dd-img-icon {
    width: 24px;
    margin-right: 5px;
    -webkit-filter: drop-shadow(1px 4px 4px rgba(0,0,0,.2));
}
@media (max-width: 720px){
.st-select-game-nav {
    padding-left: 10px;
    padding-right: 10px;
  }
}


/* search x button */
.search-bar-x-button {
    position: absolute;
    top: 0px;
    height: inherit;
    right: 0px;
    padding: 6px;
    width: 35px;
    cursor: pointer;
}
.search-bar-st-dd-wrap {
    position: relative;
}
.st-search-bar {
    padding-right: 40px !important;
}




a.st-dd-a {
    /* color: #1a74eb!important; */
    color: #1154AC!important;
    display: block;
    padding: 10px !important;
    padding-left: 6px!important;
    line-height: 16px;
box-shadow: 0 1px 5px #1154ac40 !important;
}


li.listItem.st-dd-li {
    background: #f7f9fa;
    border: solid 1px #1154ac;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 4px;
    margin-right: 30px;
}
li.listItem.st-dd-li {
    /* margin-bottom: 20px !important; */
    margin-bottom: 14px !important;
    margin-top: 14px !important;
}

a.st-dd-a:hover {
    text-decoration: initial;
}

li.listItem.st-dd-li:hover {
    background: #eaf8ff;
}

li.listItem.st-dd-li {
    background: #ededed;
    border: solid 1px #cfcfcf;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 4px;
    margin-right: 30px;
}


a.st-dd-a {
    color: #1154AC!important;
    display: block;
    font-size: 14px !important;
    padding: 10px !important;
    padding-left: 6px!important;
    line-height: 12px;
    box-shadow: 0 1px 5px #0f305c40 !important;
}