/*Buttons*/
a.btn, .btn, a.btn-secondary,
.btn-secondary, input[type=file]::file-selector-button, a.btn-primary,
.btn-primary {
  display: inline-block;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: "Open Sans", sans-serif;
  color: #444444;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  background: #eeeeee;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
}

input[type=file]::file-selector-button, a.btn-primary,
.btn-primary {
  color: #fff;
  border: 1px solid #0d406b;
  background: #0A3254;
  padding: 6px 20px 6px 20px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2em;
}
input[type=file]:hover::file-selector-button,
.btn-primary:hover, input[type=file]:focus::file-selector-button,
.btn-primary:focus {
  color: #0A3254 !important;
  border: 1px solid #0A3254;
  background: none;
}
@media (max-width: 767px) {
  input[type=file]::file-selector-button, a.btn-primary,
  .btn-primary {
    white-space: normal !important;
  }
}

.btn-secondary:hover,
.btn-secondary:focus {
  color: #636666;
  border: 1px solid #eeeeee;
  background: #eeeeee;
}

select.error, textarea.error, input.error {
  outline: max(2px, 0.15em) solid red !important;
  outline-offset: max(2px, 0.15em);
  box-shadow: none;
}
select:focus, textarea:focus, input:focus {
  border-color: #0A3254 !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

input[type=file]::file-selector-button {
  -webkit-appearance: none;
}
input[type=file]::file-selector-button:hover, input[type=file]::file-selector-button:focus {
  color: #0A3254 !important;
  border: 1px solid #0A3254;
}
input.cellphoneclaim [type=checkbox] {
  margin-left: -30px !important;
  display: grid;
}
input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  place-content: center;
}
input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: currentColor;
}
input[type=checkbox]:checked:before {
  transform: scale(1);
}
input[type=checkbox]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}

label.checkbox {
  margin-left: 20px;
}

.help-tip {
  background: #0A3254;
  font-weight: normal;
  top: -5px;
}

header.main__header {
  background: #0A3254;
  color: #182b3c;
}
header .powered-by {
  background: #eeeeee;
  text-align: right;
  padding: 5px 25px;
  margin-bottom: -1px;
}
@media (max-width: 767px) {
  header .powered-by {
    text-align: center;
  }
}
header .powered-by figure img {
  max-height: 30px;
  filter: grayscale(1);
}
@media (max-width: 767px) {
  header .powered-by figure img {
    max-height: 20px;
  }
}
header .powered-by figure figcaption {
  color: black;
}

body {
  font-family: "Open Sans", sans-serif;
  background: #fff;
  color: #636666; /*#8f8f8f;*/
  font-size: 16px;
}

a, a:hover {
  color: #0A3254;
}

h1, h2, h3, h4, h5 {
  color: #0A3254;
}
h1 a, h1 a:hover, h2 a, h2 a:hover, h3 a, h3 a:hover, h4 a, h4 a:hover, h5 a, h5 a:hover {
  color: #0A3254;
}

h4 a {
  color: #b3b3b3;
}
h4 a:hover {
  color: #0A3254;
}

.primaryBackground {
  background: #0A3254;
  color: #fff;
}
.primaryBackground a {
  color: #fff;
}

.grayBackground {
  background: #eeeeee;
  color: #636666;
}
.grayBackground a {
  color: #636666;
}

.newToEclubHeader, .newToEclubText {
  color: #fff;
}

/* Navbar */
.navbar-default .navbar-brand a {
  color: #fff;
}
.navbar-default .navbar-brand a span {
  color: #0A3254;
}
.navbar-default .navbar-brand span {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li:hover > a {
  color: #fff;
  background: #0A3254;
  border-bottom: 2px solid #0A3254;
}
.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:hover {
  color: #444444;
  background: #0A3254;
  border-bottom: 2px solid #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #0A3254;
  background-color: #0A4A39 !important;
}

ul.dropdown-menu li {
  background: rgba(43, 43, 43, 0.9);
  border-bottom: 1px solid #1e1e1e;
}

ul.dropdown-menu > li > a {
  color: #eeeeee;
}

ul.dropdown-menu > li > a:hover {
  color: #0A3254;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #0A3254;
  }
  .dropdown-toggle {
    color: #0A3254;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: #444444;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:active {
    background-color: #cccccc;
  }
  .navbar-default .navbar-toggle {
    border-color: #fff;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav > li.open {
    border-bottom: 1px solid #0A3254;
  }
  .navbar-default .nav-justified > li.dropdown:hover,
  .navbar-default .nav-justified > li.dropdown.active {
    border-top: 0px solid #0A3254;
  }
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #0A3254;
}

/* Buttons */
/*Buttons*/
a.btn, .btn, a.btn-primary,
.btn-primary, a.btn-secondary,
.btn-secondary, input[type=file]::file-selector-button {
  display: inline-block;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: "Open Sans", sans-serif;
  color: #444444;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  background: #eeeeee;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
}

a.btn-primary,
.btn-primary, input[type=file]::file-selector-button {
  color: #fff;
  border: 1px solid #0d406b;
  background: #0A3254;
  padding: 6px 20px 6px 20px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2em;
}
.btn-primary:hover, input[type=file]:hover::file-selector-button,
.btn-primary:focus, input[type=file]:focus::file-selector-button {
  color: #0A3254 !important;
  border: 1px solid #0A3254;
  background: none;
}
@media (max-width: 767px) {
  a.btn-primary,
  .btn-primary, input[type=file]::file-selector-button {
    white-space: normal !important;
  }
}

.btn-secondary:hover,
.btn-secondary:focus {
  color: #636666;
  border: 1px solid #eeeeee;
  background: #eeeeee;
}

/* Aside */
aside h3 {
  border-top: 1px solid #cccccc;
}
aside ul li {
  border-bottom: 1px solid #cccccc;
}

/* Main Content*/
.main-content h2 {
  border-top: 1px solid #cccccc;
}

/* Footer */
footer {
  background: #2b2b2b;
  box-shadow: 0px 500px 0px 500px #2b2b2b;
  color: #cccccc;
}
footer h3,
footer p span,
footer a {
  color: #fff;
}
footer hr {
  border-top: 1px solid #515151;
}

.GridTable th {
  background-color: #0A3254;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

/* Accordion */
.accordionHeader {
  border: 1px solid #444444;
  color: #fff;
  background-color: #0A3254;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  margin-top: 5px;
  cursor: pointer;
}

/* Treeview Styles */
.NodeStyle[class],
.HoverNodeStyle[class],
.SelectedNodeStyle[class] {
  color: #0A3254 !important;
  font-weight: normal;
  text-decoration: none;
}

.NodeStyle[class]:hover, .NodeStyle[class]:hover a {
  color: #0A3254 !important;
  text-decoration: underline;
}

/* nav search */
.navSearch {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navSearch:before, .navSearch:after {
  display: table;
  content: " ";
}
.navSearch:after {
  clear: both;
}
.navSearch > li {
  position: relative;
  display: block;
}
.navSearch > li > a {
  position: relative;
  display: block;
  padding: 5px 6px;
}
.navSearch > li > a:hover, .navSearch > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.navSearch > li > a > img {
  max-width: none;
}
.navSearch > li.disabled > a {
  color: #444444;
}
.navSearch > li.disabled > a:hover, .navSearch > li.disabled > a:focus {
  color: #444444;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.navSearch .open > a {
  background-color: #eeeeee;
  border-color: #0A3254;
}
.navSearch .open > a .carat, .navSearch .open > a:hover, .navSearch .open > a:focus, .navSearch .open > a:hover .carat, .navSearch .open > a:focus .carat {
  background-color: #eeeeee;
  border-color: #0A3254;
  border-top-color: #182b3c;
  border-bottom-color: #182b3c;
}
.navSearch .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #eeeeee;
}

.terms-info {
  background-color: #eeeeee;
  padding-top: 19px;
  padding-bottom: 19px;
}
.terms-info p {
  font-size: smaller;
}

.row.actions {
  padding-top: 14px;
  padding-bottom: 14px;
}

@media (max-width: 767px) {
  .box {
    width: auto !important;
    float: none !important;
  }
}
.icon-scale {
  max-width: 100%;
  max-height: 64px;
  height: 100%;
  margin-top: 18px;
  margin-bottom: 5px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li:hover > a {
  color: #fff;
  background: #0A4A39;
  border-bottom: 2px solid #0A4A39;
}

.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:hover {
  color: #eeeeee;
  background: #0A4A39;
  border-bottom: 2px solid #0A4A39;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover {
  height: 150px;
}

a.btn-primary, .btn-primary {
  color: #fff !important;
  border: 1px solid #0A4A39;
  background: #0A4A39;
}

a.btn-secondary:hover, a.btn-secondary:focus, .btn-secondary:hover, .btn-secondary:focus {
  color: #636666;
  border: 1px solid #eeeeee;
  background: #0A3254;
}

a.btn-secondary, a.btn-secondary {
  color: #fff !important;
  border: 1px solid #0A4A39;
  background: #0A4A39;
}

ul.dropdown-menu > li > a:hover {
  color: #eeeeee;
  background: none;
}

.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:hover {
  color: #fff;
}

.grayBackground a {
  color: #0A3254;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background: #0A4A39;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
}

/*# sourceMappingURL=eclub.MarshlandCU.css.map */
