/* Minification failed. Returning unminified contents.
(393,35): run-time error CSS1046: Expect comma, found '0'
(393,39): run-time error CSS1046: Expect comma, found '/'
(397,35): run-time error CSS1046: Expect comma, found '0'
(397,39): run-time error CSS1046: Expect comma, found '/'
(401,35): run-time error CSS1046: Expect comma, found '0'
(401,39): run-time error CSS1046: Expect comma, found '/'
(1185,33): run-time error CSS1046: Expect comma, found '0'
(1185,37): run-time error CSS1046: Expect comma, found '/'
(1581,36): run-time error CSS1046: Expect comma, found '0'
(1581,40): run-time error CSS1046: Expect comma, found '/'
(1644,33): run-time error CSS1046: Expect comma, found '0'
(1644,37): run-time error CSS1046: Expect comma, found '/'
 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    background-color: #eee;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    border-top: solid 10px #000;
    color: #333;
    font-size: .85em;
    font-family: "Montserrat", "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-weight: 500;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "main" "footer";
    grid-template-rows: 1fr 121px;
    min-height: 100vh;
}

a {
    color: #0055FF;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
    font-weight: 500;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #0055FF;
    }

    a:hover {
        /*background-color: #c7d1d6;*/
    }

.highlightinput:focus {
        -moz-box-shadow: 0 0 25px #0033FF;
        -webkit-box-shadow: 0 0 25px #0033FF;
        box-shadow: 0px 0px 25px #0033FF;
    border: none;
}

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 1280px;
}

#body {
    background-color: #f7f7f7;
    clear: both;
    padding-bottom: 54px;
}

    .main-content {

        padding-left: 10px;
        padding-top: 15px;
    }

    .featured + .main-content {

    }

header .content-wrapper {
    padding-top: 20px;
}

footer {
    clear: both;
    background-color: #eee;
    font-size: .8em;
    /*height: 100px;*/
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}

/* loading
----------------------------------------------------------*/
#cover {
    background: url("Default/loading-image.gif") no-repeat scroll center center #969696;
    background: url("Default/loading-image.gif") no-repeat scroll center center rgba(150,150,150,0.5);
    position: absolute;
    height: 600px;
    width: 965px;
    z-index: 999999;
}

.covercustom {
    background: url("Default/loading-image.gif") no-repeat scroll center center #969696;
    background: url("Default/loading-image.gif") no-repeat scroll center center rgba(150,150,150,0.5);
    position: absolute;
    z-index: 999999;
    margin: 0;
    padding: 0;
}

/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }


/* page elements
----------------------------------------------------------*/

/* featured */
.featured {
    background-color: #fff;
}

.featured .content-wrapper {
    /*background-color: #7ac0da;
    background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
    background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);*/
    background-color:#a3d0e4;
    color: #3e5667;
    padding: 20px 40px 30px 40px;
}

.featured hgroup.title h1, .featured hgroup.title h2 {
    color: #fff;
}

.featured p {
    font-size: 1.1em;
}

/* page titles */

.pageTitle {
  color: #001689;
  margin-bottom: 1em;
  font-size: 26px;
  font-weight: 700;
}

hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2, header.title h2.error {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
.button {
    font-size: 1.1em;
    font-weight: 600;
    cursor: pointer;
    padding: 8px;
    color: #FFF !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: bold;
    display: inline-block;
    background-color: #005584;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e9ede8), to(#005584),color-stop(0.2, #0000FF));
}

article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

.k-content {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 5%);
}

.k-tabstrip:focus {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%);
}

.list-group {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 5%);
}

.k-panelbar .k-tabstrip>.k-content, .k-tabstrip>.k-content {
  margin-left: 0;
}

.k-state-selected {
  height: 2em !important;
  line-height: 25px;
}

.k-pager-numbers .k-link {
  height: 2em;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}


    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

/*
  This rule needs to be removed/re-evaluated when time permits
*/
label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

/*input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}*/

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {
        background-image: linear-gradient(#5a6dd9, #001689);
        color: white;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
/*table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}*/

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

/*td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}*/

tr.pager td {
    padding: 0 0.25em 0 0;
}

/* CUSTOM TABLE */

.usfstable th
{
    padding: 10px;
    border: 1px solid #999;
    font-weight: normal;
}

.usfstable tr
{
    padding: 10px;
    border: 1px solid #999;
    font-weight: normal;
}
.usfstable td
{
    padding: 4px;
    border: 1px solid #999;
}
.usfstable th a
{
    color: blue;
}

.thheader {
    font-weight: bold;
}

/* MESSAGE */

#message {
    text-align: center;
    font-size: 140%;
    color: #001689;
    background-color: #A3D55F;
    display: flex;
    align-items: center;
  }

#message label {
	text-align: center;
    font-weight: bold;
	width: 95%;
	float: left;
}
#message span {
	text-align: center;
	width: 95%;
	float: left;
}

.close-notify {
	white-space: nowrap;
	float: right;
	margin-right: 10px;
	color: black;
	text-decoration: none;
	border: 2px #fff solid;
	padding-left: 3px;
	padding-right: 3px;
    padding-bottom: 3px;
}

.close-notify a {
	color: #fff;
}

#errormessage {
    /*font-family: Arial,Helvetica,sans-serif;*/
    width: 100%;
    z-index: 105;
    text-align: center;
    font-size: 140%;
    color: #FF0000;
    padding: 10px 0px 10px 0px;
    background-color: #ccc;
    height: 40px;
}

#errormessage label {
	text-align: center;
    font-weight: bold;
	width: 95%;
	float: left;
}
#errormessage span {
	text-align: center;
	width: 95%;
	float: left;
}

/* Card */
.card {
  /* position: relative;
  top: 15px;
  right: 80px; */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.05);
  transition: 0.3s;
  border-radius: 5px; /* 5px rounded corners */
  padding: 1em;
  margin-bottom: 2em;
  border: 1px solid #ddd;
}

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}


.generic_note_holder {
   padding: 5px; max-height: 400px; overflow: auto;
}

.generic_note{
    border: 1px solid #999;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 5px;
    padding: 8px;
}

.generic_left{
    float: left;
    width: 40px;
    height: 34px;
    background-image: url('../Images/info.png');
    background-repeat: no-repeat;
    background-position: center;

}

.generic_right{
    float: left;
    word-wrap: break-word;
    width: 90%;
    margin-left: 5px;
}

.notification-icon {
    font-size: 32px;
    position: absolute;
}

.menu-li-div {
  display: flex;
  justify-content: space-between;
}

  .menu-li-div > span {
    margin: auto;
    margin-right: 0.5em;
  }

.top-level {
  background-color: #201747 !important;
}

.top-level-static-items {
  background-color: white;
}

.top-level > li > .menu-li-div > a {
  text-transform: uppercase;
}

.first-level {
  background-color: rgb(76, 93, 194);
}

.second-level {
  background-color: white;
  color: #201747;
}

  .second-level > .menu-li > .menu-li-div > a, .second-level > .menu-li > .menu-li-div > .unauthorized {
    color: #201747 !important;
    text-decoration: none;
    display: inline-block !important;
    font-weight: bold;
  }

.menu-li-div > a {
  text-decoration: none;
  display: inline-block !important;
}

.menu-li-div > .unauthorized {
  color: white;
  font-size: 17pt;
}

.menu-li-div > a:hover:after {
  content: "";
  border-bottom: 3px solid #A4D65E;
  position: absolute;
  left: 0.5em;
  right: 0.5em;
  bottom: 3px;
}

.menu-ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.menu-ul .menu-li {
  /* Sub Menu */
  text-decoration: none;
  border-bottom: 1px solid #d6d3d3;
  padding: 0.5em 0 0.5em 0;
  cursor: pointer;
}

.menu-ul .menu-li a, .menu-ul .menu-li .menu-spn, .menu-ul .menu-li .menu-li-div a {
  display: block;
  position: relative;
  margin-left: 0.2em;
  padding: 1em 1em;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.menu-ul > .menu-li > ul > li > div {
  padding-left: 2em;
}

.menu-ul > .menu-li > ul > li > ul > li > div {
  padding-left: 4em;
}

.content-wrapper {
   max-width: 1280px;

}

.side-menu-wrapper {
  position: absolute;
  height: 100%;
}

.side-menu {
  position: relative;
  /*  top: 8em;*/
  min-height: 100% !important;
  max-height: 100% !important;
  background-color: white;
  z-index: 500;
  width: 24em;
  transition: all ease-in 0.2s;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #201747 !important;
}

.side-menu-open {
  width: 25em;
  /*display: block;*/
}

.side-menu-close {
  width: 0em;
  /*display: none;*/
}

.side-menu-overlay {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: black;
  z-index: 300;
  position: absolute;
}

.side-menu-overlay-open {
  display: block;
}

.side-menu-overlay-close {
  display: none;
}

.k-i-menu {
  font-size: 40px !important;
}

.k-i-menu {
  cursor: pointer;
}

#main {
  grid-area: main;
}

.mms-body {
  position: relative;
  height: 100%;
}

.k-i-arrow-chevron-down:before, .k-i-arrow-chevron-up:before {
  color: white;
  font-weight: bold;
}

.k-i-arrow-chevron-down, .k-i-arrow-chevron-up {
  font-size: 25px !important;
}

.unauthorized {
  display: inline !important;
  padding-left: 0 !important;
  float: right;
}

.ic-align-right {
  float: right;
}

.li-border {
  border-bottom: 1px solid #d6d3d3 !important;
}

.li-expand {
  border-bottom: none !important;
  margin-top: 0.5em;
}

  .li-expand > a {
    color: white;
  }

    .li-expand > a:hover {
    }

.top-menu-bar {
  display: flex;
  background: white;
  min-height: 7em;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%);
}

#mms-menu {
  width: 10em;
  height: 100%;
  padding: 1.5em 1em 1em 3em;
}

.btn-mms-menu {
  background: none;
  border: none;
  outline: none;
  height: 100%;
}

  .btn-mms-menu:focus {
    border: none !important;
    outline: none;
  }

.push {
  margin-left: auto;
}

.top-menu-bar-payments, .top-menu-bar-member-info {
  display: flex;
  flex-direction: column;
  width: auto;
  margin-top: 1em;
}

.top-menu-bar-member-info {
  width: 80%;
  padding-right: 1em;
}

.top-menu-bar-user {
  display: flex;
  flex-direction: row;
  width: auto;
  padding-left: 3px;
  justify-content: space-between;
}

.top-menu-bar-payments {
  border-left: 3px solid #ddd;
  padding: 0.5em;
  position: relative;
  display: inline-block;
  padding-left: 3em;
  padding-right: 3em;
}

  .top-menu-bar-payments > div > a {
    color: #0066ff !important;
  }

.top-menu-bar-user > div > a {
  color: #201747;
}

.cart-menu-item {
  border-left: 7px solid transparent;
}

  .cart-menu-item:hover {
    border-left: 7px solid #3498db !important;
  }

.top-menu-bar-title {
  font-size: 24pt;
  margin-left: auto;
  margin-top: 1%;
}

.top-menu-bar-user-logoff {
  /* padding: 5px; */
  text-align: center;
  border-radius: 5px;
  margin-bottom: .25em;
}

.top-menu-bar-user-logoff i {
  color: #337ab7;
}

  .top-menu-bar-user-logoff > a {
    color: red !important
  }

    .top-menu-bar-user-logoff > a > button {
      color: #05055a;
      text-transform: uppercase;
    }

/*
    Member Season Details Carousel Slider Styles
*/
.memberInfoSlider p {
  margin-bottom: .25em;
}
.memberInfoSlider {
  overflow: hidden;
}
.memberInfoSlides {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scroll-margin-top: 4rem;
  scrollbar-width: none;
}
.memberInfoSlides::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  display: none;
}
.memberInfoSlides::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px;
}
.memberInfoSlides::-webkit-scrollbar-track {
  background: transparent;
}
.memberInfoSlides > div {
  scroll-snap-align: start;
  flex-shrink: 0;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;
}
.memberInfoSlide {
  width: 100%;
}
/* Keep the season navigation links from snapping down vertically */
html {
  scroll-padding-top: 8.5rem;
}
/* Don't need button navigation */
@supports (scroll-snap-type) {
  .memberInfoSlider > a {
    display: none;
  }
}
.disabledMemberInfoSlideNavigation {
  opacity: .5;
  cursor: not-allowed;
}
/*
    Member Season Details End of Carousel Slider Styles
*/

.doc-body {
  background-color: white;
  box-shadow: none;
}

body {
  background: white;
  /* background-color: #f3f3f3 !important; */
}

#main-body {
  /* min-height: 590px; */
  padding-top: 1.5em;
}

.top-menu-bar-user-impersonate {
  margin-right: 1em;
}

.top-menu-bar-user-impersonate-icon {
  cursor: pointer;
  background: url(/Images/profile_impersonator.svg);
  background-repeat: no-repeat;
  display: block;
  background-position: bottom;
  text-align: center;
  position: relative;
}

.impersonate-icon-align-navbar {
  width: 3em;
  height: 2em;
  top: 0.5em;
}

.impersonate-icon-align-static-item {
  top: 1em;
  width: 2em;
  height: 2em;
}

.menu-user-details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: space-between;
}

  .menu-user-details > div > a {
    color: #0000ff !important;
  }

.is-impersonate {
  /*border-left: 15px solid #ff9900 !important;*/
}

.top-nav-menu-cart {
  background: url(/Images/shopping-cart-blue.svg);
  background-repeat: no-repeat;
  display: block;
  width: 5em;
  height: 5em;
  background-position: bottom;
  text-align: center;
  line-height: 1;
  padding-left: 3px;
}

.top-nav-menu-user {
  background: url("/Images/profile.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 2em;
  height: 2em;
  background-position: bottom;
  text-align: center;
  line-height: 1;
  position: relative;
  top: -4px;
}

.top-menu-bar-membership-pad {
  padding: 0 3px 0 3px;
}

.cart-dropdown-content {
  right: 0;
  margin-top: 1em;
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 15em;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 100;
  margin-right: .5em !important;
}

.cart-dropdown-content-arrow {
  margin-left: 50%;
  display: none;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid black;
}

.cart-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 2px solid #9d9ea0;
}

.k-i-check-circle {
  color: #A3D55F !important;
}

.k-i-warning, .k-i-cancel {
  color: #E1261C !important;
}

.top-menu-bar-brand {
  width: 65%;
  display: flex;
  position: relative;
  /* background-color: #201747; */
  background: linear-gradient(131deg, #5A6DD9 0%, #001489 100%);
}

.usfs-logo {
  background: url(/Images/usfs_member_only_logo.svg);
  background-repeat: no-repeat;
  display: block;
  width: 11em;
  /* height: 6em; */
  background-position: center;
  text-align: center;
  cursor:pointer;
}

.top-menu-bar-items {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  /* width: 35%; */
  /* position: relative; */
  background-color: white;
  font-size: 12px !important;
  font-weight: 500;
  display: flex;
  margin-bottom: 10px;
}

.top-menu-bar-brand:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12em 5em;
  border-color: transparent transparent white transparent;
}

.top-menu-bar-lts-membership {
  padding-left: 3px;
  font-weight: 500;
}

@media all and (max-width: 1150px) {
  .top-menu-bar-brand {
    width: 50%;
  }

  .top-menu-bar-items {
    width: 52%;
  }
}

@media all and (min-width: 1151px) {
  .top-menu-bar-brand {
    width: 65%;
  }

  .top-menu-bar-items {
    width: 42%;
  }
}

.no-shadow {
  box-shadow: none !important;
}

.user-name {
  font-style: italic;
  text-transform: uppercase;
  color: black;
  font-weight: bold;
  font-size: 13pt;
}

.user-name-align {
  display: flex;
  justify-content: center;
  /* align-items: center; */
}

.top-margin {
  top: 0.5em;
}

.static-impersonate {
  position: relative;
}

.menu-li > .tooltip {
  font-size: 10pt !important;
}

footer {
  background: none;
}

/* .footer-wrapper {
  bottom: 0;
  width: 100%;
  height: 60px;
  border-top: solid 0.5em #4c5dc2;
  padding: 0;
} */
.mms-footer {
  /* background-color: #201747; */
  background: linear-gradient(131deg, #5A6DD9 0%, #001489 100%);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color:white;
  box-shadow: 0px -1em 8px 0 rgb(0 0 0 / 20%);
  margin-top: 4em;
  padding: 1em;
  padding-left: 2em;
  padding-right: 2em;
  grid-area: footer;
}
.footer-row-1, .footer-row-2 {
  display: flex;
  position: relative;
  padding: 0.5em;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: auto;
}
.footer-item {
  margin-right: 1em;
}

.mms-footer a:link,
.mms-footer a:visited {
    color:white;
    text-decoration:underline;
}
.mms-footer a:link:hover {
    background: #001689;
}

.footer-logo {
  vertical-align: middle;
  float: right;
  padding-right: 0 1em;
  height: 59px;
  max-width: 175px;
}

#navbar-desktop {
  display: block;
}

#navbar-mobile {
  display: none;
}

@media screen and (max-width: 768px) {

  #navbar-desktop {
    display: none;
  }
  .footer-wrapper {
    height: 100px !important;
  }
  #navbar-mobile {
    display: block;
  }
  #mms-menu {
    padding:1.5em 1em 1em 2em;
  }
}

.navbar-mobile__menu-bar {
  display: block;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
  margin-bottom: 15px;
}

.navbar-mobile__menu-bar__brand {
  display: flex;
  justify-content: space-between;
  /* background-color: #201747; */
  background: linear-gradient(131deg, #5A6DD9 0%, #001489 100%);
}

.navbar-mobile__menu-bar__payments {
  padding: 0.5em;
  position: relative;
  display: inline-block;
  padding-left: 2em;
}

  .navbar-mobile__menu-bar__payments:hover > .cart-dropdown-content, .navbar-mobile__menu-bar__payments:hover > .cart-dropdown-content-arrow {
    display: block;
  }

  .navbar-mobile__menu-bar__payments > a, .navbar-mobile__menu-bar__payments > a:hover {
    color: white;
  }

  .navbar-mobile__menu-bar__payments > div > a {
    color: #0066ff !important;
  }

.navbar-mobile__menu-bar__items {
  width: 100%;
  position: relative;
  background-color: white;
  font-size: 14px !important;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  padding: 1em;
}

.navbar-mobile__menu-bar__cart {
  background: url(/Images/shopping-cart-white.svg);
  background-repeat: no-repeat;
  display: block;
  width: 5em;
  height: 5em;
  background-position: bottom;
  text-align: center;
  margin-right: 10px;
}

.navbar-mobile__menu-bar__user {
  display: flex;
  width: auto;
  padding: 0 0.5em 0 0.5em;
  justify-content: space-between;
}

.navbar-mobile__menu-bar__member-info {
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

