/**** Styles from MaterializeCss for Nav Menus ****/
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600&display=swap');

@font-face{
  font-family:'Barlow';
  src: url('../fonts/barlow/Barlow-Regular.woff') format('woff'), /* Modern Browsers */
      url('../fonts/barlow/Barlow-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-weight: 400;
}

@font-face{
  font-family:'Barlow Medium';
  src: url('../fonts/barlow/Barlow-Medium.woff') format('woff'), /* Modern Browsers */
      url('../fonts/barlow/Barlow-Medium.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-weight: 500;
}

@font-face{
  font-family:'Barlow Sami Bold';
  src: url('../fonts/barlow/Barlow-SemiBold.woff') format('woff'), /* Modern Browsers */
      url('../fonts/barlow/Barlow-SemiBold.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-weight: 600;
}

@font-face{
  font-family:'DSG Sans';
  src: url('../fonts/dsg/DSGSans-Bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/dsg/DSGSans-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
      url('../fonts/dsg/DSGSans-Bold.otf'),
      url('../fonts/dsg/DSGSans-Bold.woff') format('woff'), /* Modern Browsers */
      url('../fonts/dsg/DSGSans-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
      url('../fonts/dsg/DSGSans-Bold.svg') format('svg'); /* Legacy iOS */
  font-weight: 400;
}

@font-face{
  font-family:'DSG Sans Medium';
  src: url('../fonts/dsg/DSGSans-Medium.eot'); /* IE9 Compat Modes */
  src: url('../fonts/dsg/DSGSans-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
      url('../fonts/dsg/DSGSans-Medium.otf'),
      url('../fonts/dsg/DSGSans-Medium.woff') format('woff'), /* Modern Browsers */
      url('../fonts/dsg/DSGSans-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
      url('../fonts/dsg/DSGSans-Medium.svg') format('svg'); /* Legacy iOS */
  font-weight: 400;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Light.eot'), /* IE9 Compat Modes */
      url('../fonts/roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
      url('../fonts/roboto/Roboto-Light.woff2') format('woff2'),
      url('../fonts/roboto/Roboto-Light.woff') format('woff'), /* Modern Browsers */
      url('../fonts/roboto/Roboto-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
      url('../fonts/roboto/Roboto-Light.svg') format('svg');
  font-weight: 300;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Regular.eot'), /* IE9 Compat Modes */
      url('../fonts/roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
      url('../fonts/roboto/Roboto-Regular.woff2') format('woff2'),
      url('../fonts/roboto/Roboto-Regular.woff') format('woff'), /* Modern Browsers */
      url('../fonts/roboto/Roboto-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
      url('../fonts/roboto/Roboto-Regular.svg') format('svg');
  font-weight: 400;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/material-icons/MaterialIcons-Regular.eot'); /* For IE6-8 */
  src: local('Material Icons'),
      local('MaterialIcons-Regular'),
      url('../fonts/material-icons/MaterialIcons-Regular.woff2') format('woff2'),
      url('../fonts/material-icons/MaterialIcons-Regular.woff') format('woff'),
      url('../fonts/material-icons/MaterialIcons-Regular.ttf') format('truetype');
}
.dsg-font {
    font-family: 'DSG Sans', Arial, sans-serif;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
.detail-icon {
    display:inline-block;
    min-width: 25px;
    margin:5px;
}
html {
  color: rgba(0, 0, 0, 0.87);
  height: 100%;
}
body {
	display: flex;
	height: 100%;
	flex-direction: column;
	background-image: none !important;
    background-color: #E5EBF2 !important;
    font-family: 'Barlow', sans-serif !important;
    font-weight: normal !important;
    color: rgba(0, 0, 0, 0.87) !important;
    font-size: 15px !important;
}
a {
  text-decoration: none !important;
}
a.text-underline {
  text-decoration-line: underline !important; /* created after "none !important" - this is the least egregious approach to allow underlines with links */
}
#main1011, .placeholder {
	flex: 1 0 auto !important; /*changed from "1" to support IE*/
	margin: 0 auto 60px !important;
    max-width: 1245px !important; /*changed from 1232px to support FND width*/
    width: calc(90% - 48px) !important;
    height:auto !important;
    box-shadow: 0 2px 2px 2px #e5e5e5 !important;
    padding: 24px !important;
    border-radius: 2px !important;
    background-color: #fff !important;
    overflow-x: scroll !important;
    border:0 !important;
}
.placeholdernew {
    flex: 1 0 auto !important; /*changed from "1" to support IE*/
    margin: 0 auto 60px !important;
    width: auto !important;
    height: auto !important;
    padding: 24px !important;
    border-radius: 6px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff !important;
    overflow-x: auto !important;
    border: 0 !important;
}
.consolidate-row {
    margin: 0 !important;
    display: flex;
    justify-content: space-between;
}

.consolidate-content-header td {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #3D4956;
    padding: 0 !important;
}

.consolidate-message {
    margin-top: 6px;
    margin-bottom: 6px !important;
    font-family: Barlow;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #7492AC;
    width: 80%;
    text-align: left;
}

.consolidate-column {
    padding: 0 !important;
    white-space: nowrap;
    margin-top: 0 !important; 
    left: auto;
    right: auto;
    float: left;
}

.consolidate-column.input {
    width: calc((100% - 250px) / 3);
    height: 61px !important;
    min-width: 100px;
}

.consolidate-column.buttons {
    width: 191px;
}

.consolidate-column label {
    color: #48749B !important;
    left: 11px !important;
    background: white;
    padding: 0 5px;
    top: 1.5rem !important;
}

.consolidate-column input[type=text]:focus:not([readonly]) + label,
.consolidate-column input[type=password]:focus:not([readonly]) + label {
    color: #0072EB !important;
}

.consolidate-column label.active {
    top: 1.2rem !important;
}

.consolidate-input {
    width: calc(100% - 36px) !important;
    height: 51px !important;
    margin: 0 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    top: 1rem !important;
    color: #48749B;
}

.consolidate-input:disabled {
    border: 1px solid #C3CCDA !important;
    color: #C3CCDA !important;
}
.consolidate-input:disabled + label {
    color: #C3CCDA !important;
}

.rebrand-input {
    margin-top: 5px !important;
    margin-bottom: 3px !important;

    font-family: Barlow;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #3D4956 !important;
    background: transparent !important;
    border: 1px solid #7492AC !important;
    border-radius: 4px ! important;
}

.rebrand-input:focus:not([readonly]) {
    caret-color: #0072EB !important;
    border: 2px solid #0072EB !important;
    box-shadow: none ! important;
}

.consolidate-input-button {
    width: 90px;
    height: 35px;
    font-family: Barlow;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #C3CCDA;
    background: transparent;
    border: 1px solid #E5EBF2;
    border-radius: 6px;
    margin: 11px 4px 11px 0;
}

.consolidate-input-button:enabled {
    color: #0072EB;
    border: 1px solid #C3CCDA;
    cursor: pointer;
}

.consolidate-input-button:enabled:hover {
    border: 1px solid #7492AC;
    color: #0A4FB3;
}

.card-links-container a {
    display: block;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
}

.card-button {
    font-family: Barlow;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #0072EB;
    cursor: pointer;
    border-radius: 6px;
}

.card-button-primary {
    background: #0072eb;
    color: #fff;
    border: 1px solid #0072eb;
    transition: .2s ease-out;
}

.card-button-primary:hover {
    background: #0565D9;
}

.card-button-secondary {
    background: #fff;
    border: 1px solid #C3CCDA;
    color: #0072EB;
    transition: .2s ease-out;
}

.card-button-secondary:hover {
    border: 1px solid #7492AC;
    color: #0A4FB3;
}

#main1011-rebrand, .placeholder{
    flex: 1 0 auto !important; /*changed from "1" to support IE*/
    margin: 0 auto 60px !important;
    max-width: 1245px !important; /*changed from 1232px to support FND width*/
    height:auto !important;
    padding: 24px 32px !important;
    background-color: #FFFFFF;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    border: 0 !important;
    overflow-y: auto;
}

/*IE media query to fix flex bug*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	footer {
		padding-bottom: 10px;
	}
}
/*Add this if lteIE9 body {display: inline-block;}*/
/*END IE flex big fix ****/

footer.page-footer {
    height: 64px;
	margin: auto 0 0;
    font: 12px Barlow, medium;
    flex-shrink:0;
    padding-top: 0 !important;

}
.page-footer li {
	display:inline-block;
	padding:0 12px;
	border-left:1px solid #f5f5f5;
}
.page-footer li:first-child{
	padding-left:0 !important;
	border-left:none;
}
.custom-footer ul{
    margin: 0 !important;
    margin-bottom: 0.5rem !important;
    font-weight: 500;
    line-height: 0.95rem;
}
.custom-footer p {
    font: 12px Barlow, normal;
    color: #fff;
    margin: 0 !important;
    line-height: 1.4rem;
}
.custom-footer div{
    height: 100%;
    max-height: 44px !important;
    margin-bottom: 0 !important;
}
@media screen and (min-width:767px){
    img.footer-logo {
        max-width: 260px !important;
        height: 40px !important;
    }
}
nav {
    /*font-family: "Roboto", sans-serif;*/
    color: #fff;
    background-color: #ee6e73;
    width: 100%;
    height: 56px;
    line-height: 56px;
}

nav.nav-extended {
  height: auto;
  z-index:9;
}

nav.nav-extended .nav-wrapper {
  min-height: 64px;
  height: auto;
}

nav.nav-extended .nav-content {
  position: relative;
  line-height: normal;
}

nav a {
  color: #fff;
  text-decoration:none;
}

nav i,
nav [class^="mdi-"], nav [class*="mdi-"],
nav i.material-icons {
  display: block;
  font-size: 24px;
  height: 56px;
  line-height: 56px;
}

nav .nav-wrapper {
  position: relative;
  height: 100%;
}

@media only screen and (min-width: 993px) {
  nav a.button-collapse {
    display: none;
  }
}

nav .button-collapse.button-collapse {
    float: left;
    position: relative;
    z-index: 1;
    height: 37px;
    margin: 0 18px;
    color: #0D194F;
}

    nav .button-collapse.button-collapse i {
        height: 37px;
        line-height: unset;
    }

@media only screen and (min-width: 737px) {
    nav a.button-collapse {
        display: none;
    }
}

nav .brand-logo {
  position: absolute;
  color: #fff;
  display: inline-block;
  font-size: 2.1rem;
  padding: 0;
  white-space: nowrap;
}

nav .brand-logo.center {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.report-head-logo {
    max-width: 100px;
}
@media only screen and (max-width: 500px) {
  nav .brand-logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  nav .brand-logo.left, nav .brand-logo.right {
    padding: 0;
    -webkit-transform: none;
            transform: none;
  }
  nav .brand-logo.left {
    left: 0.5rem;
  }
  nav .brand-logo.right {
    right: 0.5rem;
    left: auto;
  }
}

@media only screen and (max-width: 500px) {
    nav .brand-logo {
        left: unset;
        -webkit-transform: unset;
        transform: unset;
    }
}

nav .brand-logo.right {
  right: 0.5rem;
  padding: 0;
}

nav .brand-logo i,
nav .brand-logo [class^="mdi-"], nav .brand-logo [class*="mdi-"],
nav .brand-logo i.material-icons {
  float: left;
  margin-right: 15px;
}

nav .nav-title {
  display: inline-block;
  font-size: 32px;
  padding: 28px 0;
}

nav ul {
  margin: 0;
  padding:0;
}

nav .as-main-menu-responsive ul {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
}

nav ul li {
  transition: background-color .3s;
  float: left;
  padding: 0;
  list-style-type: none;
}
nav .as-main-menu-responsive.as-main-menu-responsive li,
nav .as-main-menu-responsive.as-main-menu-responsive li a {
    height:100%;
}
.as-main-menu-responsive.as-main-menu-responsive .brand-text {
    line-height:45px;
}
nav ul li.active {
    background-color: rgba(0, 0, 0, 0.1);
}
nav .as-main-menu-responsive.as-main-menu-responsive
.brand-logo-responsive .brand-text {
    display:inline-block;
    vertical-align:middle;
    width:62%;
}
nav ul a {
    transition: background-color .3s;
    font-size: 1rem;
    color: #fff;
    display: block;
    padding: 0 15px;
    cursor: pointer;
    text-decoration: none;
}

nav ul a.btn, nav ul a.btn-large, nav ul a.btn-large, nav ul a.btn-flat, nav ul a.btn-floating {
  margin-top: -2px;
  margin-left: 15px;
  margin-right: 15px;
}

nav ul a.btn > .material-icons, nav ul a.btn-large > .material-icons, nav ul a.btn-large > .material-icons, nav ul a.btn-flat > .material-icons, nav ul a.btn-floating > .material-icons {
  height: inherit;
  line-height: inherit;
}

nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

nav ul.left {
  float: left;
}

nav form {
  height: 100%;
}

nav .input-field {
  margin: 0;
  height: 100%;
}

nav .input-field input {
  height: 100%;
  font-size: 1.2rem;
  border: none;
  padding-left: 2rem;
}

nav .input-field input:focus, nav .input-field input[type=text]:valid, nav .input-field input[type=password]:valid, nav .input-field input[type=email]:valid, nav .input-field input[type=url]:valid, nav .input-field input[type=date]:valid {
  border: none;
  box-shadow: none;
}

nav .input-field label {
  top: 0;
  left: 0;
}

nav .input-field label i {
  color: rgba(255, 255, 255, 0.7);
  transition: color .3s;
}

nav .input-field label.active i {
  color: #fff;
}

.navbar-fixed {
  position: relative;
  height: 56px;
  z-index: 997;
}

.navbar-fixed nav {
  position: fixed;
}

@media only screen and (min-width: 601px) {
  nav.nav-extended .nav-wrapper {
    min-height: 64px;
  }
  nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    height: 37px;
    line-height: 64px;
  }
  .navbar-fixed {
    height: 64px;
  }
}
/*END Styles from MaterializeCss for Nav Menus ****/
/**** Main Header Nav ****/
nav {background: #f5f5f5 !important;}
nav ul a, nav .brand-logo,
nav .nav-wrapper .brand-logo {
    color: #444;
}

.as-nav{background-color: #fff !important; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);}
.as-top-nav .container {
    height: 100%;
}
.as-top-nav ul{
    height: 100%;
    display: flex;
    align-items: center;
    margin:0 !important;
}
.as-top-nav ul a {
    font-size: 14px;
    color: #D2E9FF;
    height: 33px;
    line-height: 33px;
    font-weight: 600;
    font-style: normal;
}
.as-top-nav ul a:hover {
    background-color: #132367;
    border-radius: 6px;
}
.as-top-nav i.material-icons {
    font-size: 18px;
    height: 1px;
    line-height: 34px;
    margin-right: 5px;
}
.as-top-nav .dropdown {
  position: relative;
}
.as-top-nav .dropdown-button {
  position: relative;
  padding-right: 20px;
}
.as-top-nav .dropdown-button > .material-icons {
  position: absolute;
  top: 0;
  right: -2px;
}
.head-logo-wrapper {
    line-height: 37px;
}
nav.as-nav {
    background: #E5EBF2 !important;
    box-shadow: none !important;
}

nav .as-main-menu li a:link {
    color: #616b76;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
}

#nav-mobile {
    margin-right: 24px !important;
}

#nav-mobile li {
    font-family: 'Barlow', sans-serif;
    letter-spacing: 0;
    font-size: 16px;
}

#nav-mobile li {
    font-size: 16px;
    border-radius: 6px;
}

#nav-mobile a:hover {
    border-radius: 6px;
}

.brand-head-logo {
    height: 32px;
}

.head-logo-wrapper {
    line-height: 37px;
}

nav .nav-wrapper.as-main-menu {
    min-height: 83px;
}

.as-main-menu .brand-logo {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 24px;
    display:flex;
    align-items:center;
    margin-top: 15px;
}

.as-main-menu .brand-logo img {
    margin-right: 12px;
    max-height: 52px;
    float: left;
}
nav ul a, nav .brand-logo, nav .nav-wrapper .brand-logo {
    color: #3D4956;
}
.as-main-menu li {
    text-transform: capitalize !important;
}
.as-main-menu li a.active {
    background: white;
    color: #0E398D !important;
    border-radius: 6px;
}

.nav-container {
    background-color: white;
    border-radius: 6px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.nav-bottom {
    border-top: 1px solid #C3CCDA;
    height: 15px;
    margin: 0 24px;
}

.as-sub-menu {
    background: none;
}
.as-sub-menu-tabs {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: inherit;
    margin: 0 50px !important;
    padding-top: 10px;
    white-space: nowrap;
    box-sizing: border-box;
}

.as-sub-menu .as-sub-menu-tabs .tab {
    height: 36px;
    line-height: 36px;
}
.as-sub-menu .as-sub-menu-tabs .tab a.active {
    color: #0072EB;
    box-shadow: inset 0 -2px 0 0 #0072EB;
}

.as-sub-menu .as-sub-menu-tabs .tab a {
    color: #7492AC;
    font-family: 'Barlow', sans-serif;
    font-weight: 600 !important;
    font-size: 14px;
    /*font: normal normal 600 16px Barlow;*/
    padding: 0 10px;
    text-transform: capitalize;
}
.as-sub-menu .as-sub-menu-tabs .tab a b {
    font-weight: 600 !important;
}

.as-sub-menu-tabs .tab.dropdwn a b {
    cursor: default;
    padding-right: 7px;
}
.as-sub-menu-tabs .tab.dropdwn a:after {
    font-family: "Material Icons";
    content: '\e5c5';
    display: inline-block;
    float: right;
    margin-left: 3px;
    color: #7492AC;
    font-size: 18px;
    cursor: default;
}
.as-sub-menu-tabs .tab.dropdwn a.active:after {
    color: #0072EB !important;
}
.as-sub-menu-tabs .tab.disabled a, .as-sub-menu-tabs .tab.disabled a:hover {
    pointer-events: none;
    background-color: #DFDFDF !important;
    box-shadow: none;
    color: #9F9F9F !important;
    cursor: default;
}

.as-sub-menu-tabs .tab .dropdwn-content {
    position: absolute;
    width: auto; /*180px*/
    top: 37px;
    background-color: white;
    border-radius: 0 0 3px 3px;
    white-space: normal;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
    z-index: 50;
}

.as-sub-menu-tabs .tab .dropdwn-content li {
    float: none;
    line-height: 1.35;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 200ms ease-in;
    -moz-transition: max-height 200ms ease-in;
    -o-transition: max-height 200ms ease-in;
    transition: max-height 200ms ease-in;
}

.as-sub-menu-tabs .tab .dropdwn-content li a {
    padding: 10px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #DCDCDC;
    cursor: pointer;
}

.as-sub-menu-tabs .tab .dropdwn-content li a b {
    cursor: pointer;
}

.as-sub-menu-tabs .tab .dropdwn-content li a:after, .as-sub-menu-tabs .tab .mega-menu li a:after {
    content: '';
}

.as-sub-menu-tabs .tab .dropdwn-content li:last-child a {
    border-bottom: none;
}

.as-sub-menu-tabs .tab .mega-menu {
    position: absolute;
    width: auto;/*180px*/
    top:37px;
    background-color: white;
    border-radius: 0 0 3px 3px;
    white-space: normal;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
    z-index: 50;
}
.as-sub-menu-tabs .tab .mega-menu li {
    float: left !important;
    line-height: 1.35;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 200ms ease-in;
    -moz-transition: max-height 200ms ease-in;
    -o-transition: max-height 200ms ease-in;
    transition: max-height 200ms ease-in;
    border-left: 1px solid #DCDCDC;
}
.as-sub-menu-tabs .tab .mega-menu li:first-child {
    border-left: none;
}

.as-sub-menu-tabs .tab .mega-menu li h5 {
    font-family: 'Barlow';
    font-size: 15px;
    color: #304A9A;
    padding: 0 10px;
    margin-bottom: 4px;
}

.as-sub-menu-tabs .tab .mega-menu .mega-menu-sub li {
    display: block !important;
    float: none !important;
    border-left: none;
}

.as-sub-menu-tabs .tab .mega-menu .mega-menu-sub li a {
    color: #7492AC;
    padding: 10px;
    float: left;
    width: 100%;
    cursor: pointer;
}

.as-sub-menu-tabs .tab .mega-menu .mega-menu-sub li a b {
    cursor: pointer;
}

.as-sub-menu-tabs .tab .mega-menu .mega-menu-sub li:last-child a {
    border-bottom: none;
}

nav .as-main-menu li a:visited {
    color: #616b76;
}

.dropdwn:hover .dropdwn-content li, .dropdwn:hover .mega-menu li {
    max-height: 800px;
}
.dropdown-content li > a, .dropdown-content li > span {
    font-size: 16px;
    color: #363636;
    padding: 4px 34px 4px 14px;
    min-height:33px;
}

/*END Main Header Nav ****/

#page-title-rebrand header h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #3D4956;
}

#page-title header h1, .btn, .btn-flat, .btn-large, thead th, .msg-icon,
.modal-header, .as-widget-header, .section-heading, .as-page-nav {
    font-family: "DSG Sans", Arial, sans-serif;
    font-size: 1.15rem;
    letter-spacing: 0.75px;
    font-weight: 400;
}
#nav-mobile li {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}
.as-page-nav ul a{
    font-size:1.4rem;
    line-height:2.5rem;
    transition: color .3s;
}
.as-page-nav ul a:hover {
    background-color: transparent;
    color: #304A9A;
}
#page-title > .row {
    margin-top: 0;
    margin-bottom: 0;
    z-index: 400;
}
#page-title header{display:inline-block;}
#page-title header h1{font-size: 2rem; margin: 1rem 0 0.5rem;}
#page-title .season-picker-dashboard{
	position:relative;
	top: -8.5px;
	margin-left:10px;
	width:auto;
	height: 1.9rem;
	display: inline-block !important;
    background-color: #FFF;
    font-size: 13px;
	border:1px solid #BBB;
    border-radius: 2px;
}
#page-title .season-picker-dashboard:focus{
    outline:none !important;
}
.member-breadcrumbs{font-size:13px;}

@media only screen and (max-width : 1024px) {
	.as-sub-menu .tabs .tab a {font-size: 12px; padding: 0 8px;}
	/*.as-sub-menu .tabs .tab:last-of-type a{padding-right:0;}*/
}
/*END Main Header Nav ****/
td.title a {
    font-size:10pt;
    text-decoration:underline !important;
    color:#304A9A;
    font-weight:normal;
}
/**** Custom Materialze Styles ****/
.responsive-img {
    max-width: 100%;
    height: auto;
}
.black{background-color:#000;}
.white {background-color:#fff;}
.white-text {
    color: #FFFFFF !important;
}
a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
ul {
    padding-left: 0;
    list-style-type: none;
    margin:0 !important;
}
.list-inline li{
    display:inline-block;
}
.mt20 {
    margin-top: 20px !important;
}
.mt10.mt10{margin-top:10px;}
.pb10 {
    padding-bottom:10px !important;
}
.grey-text {
    color: #9e9e9e !important;
}
.right-align{
    text-align:right;
}
.material-input-field {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;
}

.row.less-padding,
.row.less-padding .col,
.row.less-padding .row{
    padding: 0.15rem;
}

.row.vcenter {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.row.vcenter > span.col {
    margin-left: initial;
}
/*END Custom Materialze Styles ****/

/**** Materialize Grid ****/
.container {
    margin: 0 auto;
    max-width: 1280px;
	  width: 90%;
}
.row {
  margin-left: auto;
  margin-right: auto;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.container .row, [class*='container_'] .row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}
.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0.75rem;
  min-height: 1px;
}
.row .col.col-pl-0{
    padding-left:0;
}
.row .col.col-pr-0{
    padding-right:0;
}
.row .col[class*="push-"], .row .col[class*="pull-"] {
  position: relative;
}

.row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}

.row .col.pull-s1 {
  right: 8.3333333333%;
}

.row .col.push-s1_4 {
  left: 2.3333333333%;
}

.row .col.push-s1 {
  left: 8.3333333333%;
}

.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}

.row .col.pull-s2 {
  right: 16.6666666667%;
}

.row .col.push-s2 {
  left: 16.6666666667%;
}

.row .col.offset-s3 {
  margin-left: 25%;
}

.row .col.pull-s3 {
  right: 25%;
}

.row .col.push-s3 {
  left: 25%;
}

.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}

.row .col.pull-s4 {
  right: 33.3333333333%;
}

.row .col.push-s4 {
  left: 33.3333333333%;
}

.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}

.row .col.pull-s5 {
  right: 41.6666666667%;
}

.row .col.push-s5 {
  left: 41.6666666667%;
}

.row .col.offset-s6 {
  margin-left: 50%;
}

.row .col.pull-s6 {
  right: 50%;
}

.row .col.push-s6 {
  left: 50%;
}

.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}

.row .col.pull-s7 {
  right: 58.3333333333%;
}

.row .col.push-s7 {
  left: 58.3333333333%;
}

.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}

.row .col.pull-s8 {
  right: 66.6666666667%;
}

.row .col.push-s8 {
  left: 66.6666666667%;
}

.row .col.offset-s9 {
  margin-left: 75%;
}

.row .col.pull-s9 {
  right: 75%;
}

.row .col.push-s9 {
  left: 75%;
}

.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}

.row .col.pull-s10 {
  right: 83.3333333333%;
}

.row .col.push-s10 {
  left: 83.3333333333%;
}

.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}

.row .col.pull-s11 {
  right: 91.6666666667%;
}

.row .col.push-s11 {
  left: 91.6666666667%;
}

.row .col.offset-s12 {
  margin-left: 100%;
}

.row .col.pull-s12 {
  right: 100%;
}

.row .col.push-s12 {
  left: 100%;
}

.row .col.float-right{
    float: right;
}
@media only screen and (max-width:250px) {
    .row .col.xs12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
}
@media only screen and (min-width: 601px) {
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  .row .col.push-m1 {
    left: 8.3333333333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  .row .col.push-m2 {
    left: 16.6666666667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.pull-m3 {
    right: 25%;
  }
  .row .col.push-m3 {
    left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  .row .col.push-m4 {
    left: 33.3333333333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  .row .col.push-m5 {
    left: 41.6666666667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.pull-m6 {
    right: 50%;
  }
  .row .col.push-m6 {
    left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  .row .col.push-m7 {
    left: 58.3333333333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  .row .col.push-m8 {
    left: 66.6666666667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.pull-m9 {
    right: 75%;
  }
  .row .col.push-m9 {
    left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  .row .col.push-m10 {
    left: 83.3333333333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  .row .col.push-m11 {
    left: 91.6666666667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m12 {
    right: 100%;
  }
  .row .col.push-m12 {
    left: 100%;
  }
}

@media only screen and (min-width: 993px) {
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  .row .col.push-l1 {
    left: 8.3333333333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  .row .col.push-l2 {
    left: 16.6666666667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.pull-l3 {
    right: 25%;
  }
  .row .col.push-l3 {
    left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  .row .col.push-l4 {
    left: 33.3333333333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  .row .col.push-l5 {
    left: 41.6666666667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.pull-l6 {
    right: 50%;
  }
  .row .col.push-l6 {
    left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  .row .col.push-l7 {
    left: 58.3333333333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  .row .col.push-l8 {
    left: 66.6666666667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.pull-l9 {
    right: 75%;
  }
  .row .col.push-l9 {
    left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  .row .col.push-l10 {
    left: 83.3333333333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  .row .col.push-l11 {
    left: 91.6666666667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l12 {
    right: 100%;
  }
  .row .col.push-l12 {
    left: 100%;
  }
}

@media only screen and (min-width: 1201px) {
  .row .col.xl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-xl1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-xl1 {
    right: 8.3333333333%;
  }
  .row .col.push-xl1 {
    left: 8.3333333333%;
  }
  .row .col.offset-xl2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-xl2 {
    right: 16.6666666667%;
  }
  .row .col.push-xl2 {
    left: 16.6666666667%;
  }
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  .row .col.pull-xl3 {
    right: 25%;
  }
  .row .col.push-xl3 {
    left: 25%;
  }
  .row .col.offset-xl4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-xl4 {
    right: 33.3333333333%;
  }
  .row .col.push-xl4 {
    left: 33.3333333333%;
  }
  .row .col.offset-xl5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-xl5 {
    right: 41.6666666667%;
  }
  .row .col.push-xl5 {
    left: 41.6666666667%;
  }
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  .row .col.pull-xl6 {
    right: 50%;
  }
  .row .col.push-xl6 {
    left: 50%;
  }
  .row .col.offset-xl7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-xl7 {
    right: 58.3333333333%;
  }
  .row .col.push-xl7 {
    left: 58.3333333333%;
  }
  .row .col.offset-xl8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-xl8 {
    right: 66.6666666667%;
  }
  .row .col.push-xl8 {
    left: 66.6666666667%;
  }
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  .row .col.pull-xl9 {
    right: 75%;
  }
  .row .col.push-xl9 {
    left: 75%;
  }
  .row .col.offset-xl10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-xl10 {
    right: 83.3333333333%;
  }
  .row .col.push-xl10 {
    left: 83.3333333333%;
  }
  .row .col.offset-xl11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-xl11 {
    right: 91.6666666667%;
  }
  .row .col.push-xl11 {
    left: 91.6666666667%;
  }
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  .row .col.pull-xl12 {
    right: 100%;
  }
  .row .col.push-xl12 {
    left: 100%;
  }
}


.z-depth-0 {
    box-shadow: none !important
}
/*****************************************************************************************************/
/*Taken from Tables section of Materialize.css, but other table styles will override shareview tables*/
/*****************************************************************************************************/
.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .collapsible, .side-nav {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2)
}

    .z-depth-1-half, .btn:hover, .btn-large:hover, .btn-floating:hover {
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2)
    }

.z-depth-2 {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3)
}

.z-depth-3 {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3)
}

.z-depth-4, .modal {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3)
}

.z-depth-5 {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3)
}

.hoverable {
    transition: box-shadow .25s;
    box-shadow: 0
}

/******** content styles ********/
/**** Widgets ****/
.as-widget .card-content {
    padding-top: 0;
}

.as-widget-header {
    position: relative;
    font-size: 16px;
    margin: 0 -24px;
    background: #e9e9e9;
    padding: 14px 20px;
    border-bottom: 1px solid #90a4ae;
}

.as-widget .card-content h3 {
    font-size: 16px;
    margin-bottom: 0.5rem;
}

.as-widget .card-content img {
    max-width: 100%;
}

.as-widget .status-panel {
    height: 100%;
    margin: 24px 0 0;
    line-height: 1.25rem;
}

    .as-widget .status-panel .col {
        padding-left: 0;
    }

    .as-widget .status-panel i {
        margin-right: 5px;
    }

.as-widget .tabular-panel {
    margin: 0 -24px -12px;
}

    .as-widget .tabular-panel th {
        font-family: 'DSG sans', Arial, sans-serif;
        font-weight: 400;
        font-size: 14px;
    }

.widget-loader {
    display: inline-block;
    margin: 10px 0 0 10px;
    font-weight: 300;
    font-family: Roboto, Arial, sans-serif;
    font-size: 13px;
    padding: 0;
}

    .widget-loader > img {
        width: 24px;
        height: 24px;
        vertical-align: middle;
    }


.as-widget-action {
    text-align: right;
}

.as-widget-stacked .card-content {
    padding-bottom: 12px
}

.as-widget-stacked .as-widget-action, .as-widget-stacked .status-panel {
    text-align: center;
}

.as-widget-stacked .status-panel {
    height: 100%;
    margin: 12px 0 0;
}

.as-widget-stacked .as-widget-action {
    margin-top: 18px;
    padding-top: 12px;
    border-top: 1px solid #DDD;
}

.as-widget-stacked .widget-data-title, .as-widget-stacked .widget-data-output {
    display: block;
}

    .as-widget-stacked .widget-data-output, .as-widget-stacked .widget-data-output i {
        margin: 12px 0 0;
        font-size: 48px;
        line-height: 1;
    }

.widget-data-output a {
    color: inherit;
}

.status-stat-wrapper {
    font-family: 'DSG Sans', Arial, sans-serif;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    position: relative;
}

    .status-stat-wrapper:hover {
        cursor: pointer;
    }

        .status-stat-wrapper:hover:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: #e0e0e0;
            opacity: .9;
        }

        .status-stat-wrapper:hover:after {
            font-family: 'DSG Sans', Arial, sans-serif;
            content: 'View Details';
            color: rgba(50,50,50,1);
            font-size: 16px;
            text-align: center;
            position: absolute;
            width: 90px;
            height: 30px;
            margin: auto;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 4px;
            background-color: rgba(255,255,255,1);
            border: 1px solid rgba(50,50,50,1);
            border-radius: 4px;
        }

.widget-dropdown-wrapper {
    border-bottom: 1px solid #DDD;
}

    .widget-dropdown-wrapper div.input-field {
        margin-top: 0 !important;
        padding-top: 1.2rem !important;
        border-left: 1px solid #DDD;
    }

        .widget-dropdown-wrapper div.input-field:first-child {
            border-left: none;
        }

    .widget-dropdown-wrapper .select-wrapper input.select-dropdown {
        height: 2rem;
        line-height: 2rem;
        width: 100%;
        font-size: 0.9rem;
        margin: 4px 0 8px 0;
    }

    .widget-dropdown-wrapper .input-field label:not(.label-icon) {
        -webkit-transform: translateY(115%);
        transform: translateY(115%);
    }

.as-widget-small .card.as-widget.as-widget-stacked {
    /* Adds more contrast against a white background */
    border: 1px solid #efefef;
}

.as-widget-small .as-widget-header {
    margin: 0 -3px;
}

.as-widget-small .as-widget-small-container {
    padding: 0.4rem;
}

.as-widget-small .status-panel {
    font-size: 1.3rem;
}
/************************************************************/
/*************************** State **************************/
/************************************************************/
/* Augments and overrides all other styles. Describes how things look in a particular state. */
@media only screen and (max-width:737px) {
    .hide-on-small-only, .hide-on-small-and-down {
        display: none !important;
    }
}
@media only screen and (max-width: 600px) {
    .as-main-menu-responsive.as-main-menu-responsive .brand-logo {
        width: 100%;
    }
    .as-main-menu-responsive.as-main-menu-responsive .brand-logo {
        width:100%;
    }
    nav .brand-logo-responsive.brand-logo-responsive .brand-text {
        width: 65%;
    }
    nav #nav-mobile a {
        padding: 6px 15px;
    }
}
@media only screen and (min-width:601px) {
    nav a.button-collapse-responsive.button-collapse-responsive {
        height:37px;
    }

}
/************************************************************/
/*************************** Card ***************************/
/************************************************************/
/*.card-panel {
    transition: box-shadow .25s;
    padding: 24px;
    margin: 0.5rem 0 1rem 0;
    border-radius: 2px;
    background-color: #fff
}

.card {
    position: relative;
    margin: 0.5rem 0 1rem 0;
    background-color: #fff;
    transition: box-shadow .25s;
    border-radius: 2px
}

    .card .card-title {
        font-size: 24px;
        font-weight: 300
    }

        .card .card-title.activator {
            cursor: pointer
        }

    .card.small, .card.medium, .card.large {
        position: relative
    }

        .card.small .card-image, .card.medium .card-image, .card.large .card-image {
            max-height: 60%;
            overflow: hidden
        }

            .card.small .card-image + .card-content, .card.medium .card-image + .card-content, .card.large .card-image + .card-content {
                max-height: 40%
            }

        .card.small .card-content, .card.medium .card-content, .card.large .card-content {
            max-height: 100%;
            overflow: hidden
        }

        .card.small .card-action, .card.medium .card-action, .card.large .card-action {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0
        }

    .card.small {
        height: 300px
    }

    .card.medium {
        height: 400px
    }

    .card.large {
        height: 500px
    }

    .card.horizontal {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

        .card.horizontal.small .card-image, .card.horizontal.medium .card-image, .card.horizontal.large .card-image {
            height: 100%;
            max-height: none;
            overflow: visible
        }

            .card.horizontal.small .card-image img, .card.horizontal.medium .card-image img, .card.horizontal.large .card-image img {
                height: 100%
            }

        .card.horizontal .card-image {
            max-width: 50%
        }

            .card.horizontal .card-image img {
                border-radius: 2px 0 0 2px;
                max-width: 100%;
                width: auto
            }

        .card.horizontal .card-stacked {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            position: relative
        }

            .card.horizontal .card-stacked .card-content {
                -webkit-flex-grow: 1;
                -ms-flex-positive: 1;
                flex-grow: 1
            }

    .card.sticky-action .card-action {
        z-index: 2
    }

    .card.sticky-action .card-reveal {
        z-index: 1;
        padding-bottom: 64px
    }

    .card .card-image {
        position: relative
    }

        .card .card-image img {
            display: block;
            border-radius: 2px 2px 0 0;
            position: relative;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            width: 100%
        }

        .card .card-image .card-title {
            color: #fff;
            position: absolute;
            bottom: 0;
            left: 0;
            max-width: 100%;
            padding: 24px
        }

    .card .card-content {
        padding: 24px;
        border-radius: 0 0 2px 2px
    }

        .card .card-content p {
            margin: 0;
            color: inherit
        }

        .card .card-content .card-title {
            display: block;
            line-height: 32px;
            margin-bottom: 8px
        }

            .card .card-content .card-title i {
                line-height: 32px
            }

    .card .card-action {
        position: relative;
        background-color: inherit;
        border-top: 1px solid rgba(160, 160, 160, 0.2);
        padding: 16px 24px
    }

        .card .card-action:last-child {
            border-radius: 0 0 2px 2px
        }

        .card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
            color: #ffab40;
            margin-right: 24px;
            transition: color .3s ease;
            text-transform: uppercase
        }

            .card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
                color: #ffd8a6
            }

    .card .card-reveal {
        padding: 24px;
        position: absolute;
        background-color: #fff;
        width: 100%;
        overflow-y: auto;
        left: 0;
        top: 100%;
        height: 100%;
        z-index: 3;
        display: none
    }

        .card .card-reveal .card-title {
            cursor: pointer;
            display: block
        }*/

/*END Materialize Grid ****/

.left.left.left {float: left;}
.right.right.right{float:right;}

.hide-shareview, .hide-foundation{
    display:none;
}
.pd0.pd0.pd0 {
    padding: 0;
}
.ml1{
    margin-left:1rem;
}

/* Public Tournament Nav Buttons (2223) */
.striped-button {
  height: auto;
  width: auto !important;
  text-align: left;
  font-family: 'DSG Sans', Arial, sans-serif;
  letter-spacing: 0.75px;
  font-weight: 400;
  border: none;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #fff !important;
  background-color: #000;
  text-align: center;
  letter-spacing: .5px;
  transition: .2s ease-out;
  cursor: pointer;
  outline: 0;
  padding: 0.3rem .8rem;
  line-height: 1.5 !important;
  min-height: 16px;
}

.striped-button:hover {
  background-color: #333;
}
/* Checkboxes
   ========================================================================== */
/* CUSTOM CSS CHECKBOXES */

/* Remove default checkbox */
[type="checkbox"]:not(:checked).materialize,
[type="checkbox"].materialize:checked {
    position: absolute;
    z-index:100;
    opacity: 0;
}

[type="checkbox"] {
    /* checkbox aspect */
}

    [type="checkbox"].materialize + label {
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        display: inline-block;
        height: 25px;
        line-height: 25px;
        font-size: 1rem;
        -webkit-user-select: none;
        /* webkit (safari, chrome) browsers */
        -moz-user-select: none;
        /* mozilla browsers */
        -khtml-user-select: none;
        /* webkit (konqueror) browsers */
        -ms-user-select: none;
        /* IE10+ */
    }

        [type="checkbox"].materialize + label:before,
        [type="checkbox"]:not(.filled-in).materialize + label:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 18px;
            height: 18px;
            z-index: 0;
            border: 2px solid #5a5a5a;
            border-radius: 1px;
            margin-top: 2px;
            transition: .2s;
        }

    [type="checkbox"]:not(.filled-in).materialize + label:after {
        border: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    [type="checkbox"]:not(:checked):disabled.materialize + label:before {
        border: none;
        background-color: rgba(0, 0, 0, 0.26);
    }

    [type="checkbox"].tabbed:focus.materialize + label:after {
        -webkit-transform: scale(1);
        transform: scale(1);
        border: 0;
        border-radius: 50%;
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
        background-color: rgba(0, 0, 0, 0.1);
    }

    [type="checkbox"]:checked.materialize + label:before {
        top: -4px;
        left: -5px;
        width: 12px;
        height: 22px;
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
        border-right: 2px solid #304A9A;
        border-bottom: 2px solid #304A9A;
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    [type="checkbox"]:checked:disabled.materialize + label:before {
        border-right: 2px solid rgba(0, 0, 0, 0.26);
        border-bottom: 2px solid rgba(0, 0, 0, 0.26);
    }

    /* Indeterminate checkbox */
    [type="checkbox"]:indeterminate.materialize + label:before {
        top: -11px;
        left: -12px;
        width: 10px;
        height: 22px;
        border-top: none;
        border-left: none;
        border-right: 2px solid #304A9A;
        border-bottom: none;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    [type="checkbox"]:indeterminate:disabled.materialize + label:before {
        border-right: 2px solid rgba(0, 0, 0, 0.26);
        background-color: transparent;
    }

    [type="checkbox"].materialize.filled-in + label:after {
        border-radius: 2px;
    }

    [type="checkbox"].filled-in.materialize + label:before,
    [type="checkbox"].filled-in.materialize + label:after {
        content: '';
        left: 0;
        position: absolute;
        /* .1s delay is for check animation */
        transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
        z-index: 1;
    }

    [type="checkbox"].filled-in:not(:checked).materialize + label:before {
        width: 0;
        height: 0;
        border: 3px solid transparent;
        left: 6px;
        top: 10px;
        -webkit-transform: rotateZ(37deg);
        transform: rotateZ(37deg);
        -webkit-transform-origin: 20% 40%;
        transform-origin: 100% 100%;
    }

    [type="checkbox"].filled-in:not(:checked).materialize + label:after {
        height: 20px;
        width: 20px;
        background-color: transparent;
        border: 2px solid #5a5a5a;
        top: 0px;
        z-index: 0;
    }

    [type="checkbox"].filled-in:checked.materialize + label:before {
        top: 0;
        left: 1px;
        width: 8px;
        height: 13px;
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotateZ(37deg);
        transform: rotateZ(37deg);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    [type="checkbox"].filled-in:checked.materialize + label:after {
        top: 0;
        width: 20px;
        height: 20px;
        border: 2px solid #304A9A;
        background-color: #304A9A;
        z-index: 0;
    }

    [type="checkbox"].filled-in.tabbed:focus.materialize + label:after {
        border-radius: 2px;
        border-color: #5a5a5a;
        background-color: rgba(0, 0, 0, 0.1);
    }

    [type="checkbox"].filled-in.tabbed:checked:focus.materialize + label:after {
        border-radius: 2px;
        background-color: #304A9A;
        border-color: #304A9A;
    }

    [type="checkbox"].filled-in:disabled:not(:checked).materialize + label:before {
        background-color: transparent;
        border: 2px solid transparent;
    }

    [type="checkbox"].filled-in:disabled:not(:checked).materialize + label:after {
        border-color: transparent;
        background-color: #BDBDBD;
    }

    [type="checkbox"].filled-in:disabled:checked.materialize + label:before {
        background-color: transparent;
    }

    [type="checkbox"].filled-in:disabled:checked.materialize + label:after {
        background-color: #BDBDBD;
        border-color: #BDBDBD;
    }
/*****************************************************/
/****************** Utility Classes ******************/
/*****************************************************/
.mb0.mb0.mb0 {margin-bottom: 0;}
.pb0.pb0.pb0 {padding-bottom:0 }
.mt0 {margin-top: 0px !important;}
.mb1 {
  margin-bottom: 16px;
}
.text-align-right {
    text-align: right;
}
.text-align-left {
    text-align: left;
}
@media screen and (max-width: 768px) { 
  .as-top-nav ul a:hover {
    background-color: inherit;
  }
}