*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * Enhance From.
 * Modernizr feature (base CSS class name)
 */
/**
 * Degrade From.
 * Modernizr feature (base CSS class name)
 */
/**
 * Completely remove from the flow and screen readers.
 */
/**
 * Completely remove from the flow but leave available to screen readers.
 */
/**
 * Convert pixel units to em.
 *
 * Example: margin-right: pem(16);
 */
/**
 * Mixin that converts pixel values to em values for whatever property is passed to it.
 *
 * Example: @include pem("padding", 10px 0 2px 5px);
 */
/**
 * Mixin that converts pixel values to rem values for whatever property is passed to it.
 *
 * Example: @include rem("padding", 10px 0 2px 5px);
 */
/*1000px*/
/*//$font-sans-italic: "SourceSansProItalic", $font-sans-fallback;
//$font-sans-bold-italic: "SourceSansProBoldItalic", $font-sans-fallback;
//$font-serif: "MerriweatherRegular", Georgia, serif;
$font-icons: "Fontello";
$icon-down-open: '\e75c'; // down open arrow
$icon-left-open: '\e75d'; // left open arrow
$icon-right-open: '\e75e'; // right open arrow
$icon-up-open: '\e75f'; // up open arrow








$h1-bgcolor: #F4F4F4; 
//$header-font-color: #80C400;

$summary-detail-border-color: #CECECE #AFAFAF #CECECE #EEEEEE;

//mixin variables
$default-prefixes: webkit moz ms o khtml;

//form variables



$button-background: #489BD9;
$button-font-color: #FFFFFF;

/*$button-background-highlight: #246FA6;
$button-border: #246FA6;
*/
/*$wrapper-color: #EFEFEF;*/
/*$nav-bar-height: 48px;
$mobile-desktop-split: 48em;
$off-canvas-medium-width: 48em;
$off-canvas-large-width: 60em;
$icon-right-open: '\e75e'; // right open arrow*/
/*$pulldown-line-dark: #09223d;
$pulldown-line-light: #144e8c;*/
/*@mixin border-radius($val) {
    border-radius: $val;
    background-clip: padding-box;
}*/
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro"), local("SourceSansPro-Regular"), url(./fonts/SourceSansPro-Regular.woff) format("woff");
}
@font-face {
  font-family: 'Source Sans Pro Bold';
  font-style: normal;
  font-weight: 700;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url(./fonts/SourceSansPro-Bold.woff) format("woff");
}
/*1000px*/
/*//$font-sans-italic: "SourceSansProItalic", $font-sans-fallback;
//$font-sans-bold-italic: "SourceSansProBoldItalic", $font-sans-fallback;
//$font-serif: "MerriweatherRegular", Georgia, serif;
$font-icons: "Fontello";
$icon-down-open: '\e75c'; // down open arrow
$icon-left-open: '\e75d'; // left open arrow
$icon-right-open: '\e75e'; // right open arrow
$icon-up-open: '\e75f'; // up open arrow








$h1-bgcolor: #F4F4F4; 
//$header-font-color: #80C400;

$summary-detail-border-color: #CECECE #AFAFAF #CECECE #EEEEEE;

//mixin variables
$default-prefixes: webkit moz ms o khtml;

//form variables



$button-background: #489BD9;
$button-font-color: #FFFFFF;

/*$button-background-highlight: #246FA6;
$button-border: #246FA6;
*/
/*$wrapper-color: #EFEFEF;*/
/*$nav-bar-height: 48px;
$mobile-desktop-split: 48em;
$off-canvas-medium-width: 48em;
$off-canvas-large-width: 60em;
$icon-right-open: '\e75e'; // right open arrow*/
/*$pulldown-line-dark: #09223d;
$pulldown-line-light: #144e8c;*/
/*@mixin border-radius($val) {
    border-radius: $val;
    background-clip: padding-box;
}*/
/** {font-size:$font-size + em; color:inherit;}*/
html, body {
  margin: 0;
  height: 100%;
  width: 100%;
}

body {
  color: #363636;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

form {
  margin: 0;
}

p {
  margin: 5px 0 10px 0;
}
p.semi-italic {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
}

a:link, a:visited, a:active {
  color: #3993D5;
  text-decoration: none;
}
a:hover, a:focus {
  color: #1d5c8b !important;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.cancel {
  font-size: 1.0em;
  border-bottom: 2px solid #3993D5;
  -webkit-transition: border-bottom 0.2s ease;
  -moz-transition: border-bottom 0.2s ease;
  transition: border-bottom 0.2s ease;
}
a.cancel:hover {
  border-bottom: 2px solid #1d5c8b !important;
}
a.skip-to {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  padding: 10px;
  background: #fff;
  border: 1px solid #363636;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  clip: rect(0, 0, 0, 0);
  font-size: 1.4em;
}
a.skip-to:focus {
  clip: auto;
  outline: 1px solid #363636;
  z-index: 100;
}

h1 {
  font-family: "Source Sans Pro Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  margin-left: 0;
  font-size: 1.8em;
  text-align: center;
  margin-bottom: .4em;
  color: #383838;
}

h2 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
}

h3 {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  height: 28px;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #FFF;
  overflow: hidden;
  position: relative;
  top: -5px;
  color: #F3A932;
  text-shadow: #EFEFEF 1px 1px 0;
  border-bottom: 1px solid #F3A932;
}
h3 span {
  position: absolute;
  top: -2px;
  right: 0;
  color: #888;
  font-size: 0.8em;
}

h4 {
  font-size: 100% !important;
  font-weight: 600 !important;
}

.no-script {
  color: #363636;
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #F7F7F7;
  border: 1px solid #fbeed5;
  font-weight: 400;
  border-radius: .25em;
  background-clip: padding-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.js {
  display: normal;
}

.no-js {
  display: none;
}

.content-section {
  min-height: 500px;
}
.content-section ul {
  list-style-type: none;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: .9em;
}

.content-section ul.policy {
  font-size:1.0em;   
  list-style:disc; 
  margin-top:0;
  margin-left:2em;
}

.page {
  padding: 1em .4em;
  margin-right: .2em;
  margin-left: .2em;
}

.print {
  text-align: center;
  margin-top: 2em;
}

.alert {
  position: relative;
  font-size: 0.8em;
  clear: both;
  margin-bottom: 10px;
  padding: 0 5px;
  color: #616161;
  background-color: #FFE6E7;
  border: 1px solid #E48E8D;
  min-height: 30px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.alert img {
  position: absolute;
  left: 3px;
  margin-right: 10px;
  top: 50%;
  margin-top: -15px;
  line-height: 20px;
}
.alert div {
  position: relative;
  left: 40px;
  margin: 8px 0;
  width: 80%;
}
.alert div span {
  margin-top: 6px;
  margin-bottom: 4px;
  font-weight: bold;
}
.alert div ul {
  font-size: .9em;
  list-style-type: disc;
  margin-left: 20px;
  margin-top: 0;
}

.guest-notice {
	position: relative;
	font-size:.9em;
	clear: both;
	margin-bottom: 10px;
	padding: 5px;
	color: #6790BA;
	background-color: #D1E6FE;
	border: 1px solid #BFDFFF;
	min-height: 30px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.guest-notice span:before {
	font-size:1.2em;
}

.guest-notice span a:link, .guest-notice span a:visited, .guest-notice span a:active {
  color: #346FAD;
  text-decoration:underline;
}

.guest-notice span a:hover, .guest-notice span a:focus {
  color: #346FAD !important;
}


.primary-wrapper {
  background-color: #3D85C6;
  color: #FFFFFF;
  border: 1px solid #3D85C6;
}

.secondary-wrapper {
  background-color: #e5e5e5;
  color: #363636;
  border: 1px solid #e5e5e5;
}

.no-pad {
  padding: 0 !important;
}

.no-pad-left {
  padding-left: 0;
}

.no-pad-right {
  padding-right: 0;
}

.full-width {
  max-width: 100%;
}

.remove-top-border {
  border-top: 0;
}

.img-align-right {
  display: block;
  margin: 0 auto;
}

.img-align-left {
  display: block;
  margin: 0 auto;
}

.img-align-center {
  display: block;
  margin: auto 0;
}

.loading {
  position: absolute;
  z-index: 30002 !important;
  display: block;
  background: #FFFFFF;
  text-align: center;
  padding: 4px;
  top: 35%;
  left: 50%;
  margin-left: -16px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.screen {
  display: none;
  position: fixed;
  z-index: 30001;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: .8;
  filter: alpha(opacity=70);
}

/* Page Lock at 1120px */
@media only screen and (min-width: 70em) {
  .page {
    margin-left: auto;
    margin-right: auto;
    width: 70em !important;
  }
}
@media only screen and (min-width: 42em) {
  h1 {
    text-align: left;
  }

  .img-align-right {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
  }

  .img-align-left {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
  }
}
.nygov-universal-container button, .nygov-universal-container .button {
  padding: 0;
}

/*1000px*/
/*//$font-sans-italic: "SourceSansProItalic", $font-sans-fallback;
//$font-sans-bold-italic: "SourceSansProBoldItalic", $font-sans-fallback;
//$font-serif: "MerriweatherRegular", Georgia, serif;
$font-icons: "Fontello";
$icon-down-open: '\e75c'; // down open arrow
$icon-left-open: '\e75d'; // left open arrow
$icon-right-open: '\e75e'; // right open arrow
$icon-up-open: '\e75f'; // up open arrow








$h1-bgcolor: #F4F4F4; 
//$header-font-color: #80C400;

$summary-detail-border-color: #CECECE #AFAFAF #CECECE #EEEEEE;

//mixin variables
$default-prefixes: webkit moz ms o khtml;

//form variables



$button-background: #489BD9;
$button-font-color: #FFFFFF;

/*$button-background-highlight: #246FA6;
$button-border: #246FA6;
*/
/*$wrapper-color: #EFEFEF;*/
/*$nav-bar-height: 48px;
$mobile-desktop-split: 48em;
$off-canvas-medium-width: 48em;
$off-canvas-large-width: 60em;
$icon-right-open: '\e75e'; // right open arrow*/
/*$pulldown-line-dark: #09223d;
$pulldown-line-light: #144e8c;*/
/*@mixin border-radius($val) {
    border-radius: $val;
    background-clip: padding-box;
}*/
.site-bar {
  display: block;
  -webkit-transition: display 0.3s ease;
  -moz-transition: display 0.3s ease;
  transition: display 0.3s ease;
  background-color: #295234;
  position: relative;
}
.site-bar .site-bar-wrapper {
  height: 0;
  width: 100%;
  -webkit-transition: height 0.2s ease;
  -moz-transition: height 0.2s ease;
  transition: height 0.2s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.site-bar .header-title {
  font-family: "Source Sans Pro Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  line-height: 2.4em;
  width: 100%;
  padding: 0 .2em;
  margin-left:1em;
}
.site-bar .header-title img {
  position: absolute;
  top: 10px;
  margin-right: 20px;
}
.site-bar .header-title img ~ div {
  left: 200px;
  margin-right: 20px;
}
.site-bar .header-title div {
  display: inline-block;
  position: relative;
  top: 8px;
}
.site-bar .header-title .title-state {
  font-size: .9em;
  color: #dedede;
  display: block;
  line-height: .3em;
}
.site-bar .header-title .title-name {
  font-size: 1.6em;
  color: #FFFFFF;
  display: block;
}
.site-bar .header-account ul {
  clear: left;
  list-style: none;
  position: absolute;
  right: 0;
  top: 0;
}
.site-bar .header-account ul li {
  float: left;
  margin: 0 .4em;
}
.site-bar .header-account ul li a {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  overflow: hidden;
  margin-right: .4em;
  color: #FFFFFF !important;
  font-size: .9em;
  border-bottom: 2px solid transparent;
  display: block;
  padding: .1em 0;
  -webkit-transition: border-bottom 0.2s ease;
  -moz-transition: border-bottom 0.2s ease;
  transition: border-bottom 0.2s ease;
}
.site-bar .header-account ul li a:hover {
  text-decoration: none;
  border-bottom: 2px solid #FFFFFF;
  -webkit-transition: border-bottom 0.2s ease;
  -moz-transition: border-bottom 0.2s ease;
  transition: border-bottom 0.2s ease;
}

@media only screen and (min-width: 49em) {
  .site-bar {
    display: block;
  }
  .site-bar .site-bar-wrapper {
    height: 100px;
    -webkit-transition: height 0.2s ease;
    -moz-transition: height 0.2s ease;
    transition: height 0.2s ease;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .site-bar .header-title {
    line-height: 48px;
  }
  .site-bar .header-title .title-state {
    font-size: 1.8em;
    line-height: 1.1em;
  }
  .site-bar .header-title .title-name {
    font-size: 2.6em;
  }
}
/* Page Lock at 960px */
@media only screen and (min-width: 70em) {
  .site-bar-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 70em !important;
  }

    .site-bar .header-title {
        margin-left: 0;
    }
}
/*1000px*/
/*//$font-sans-italic: "SourceSansProItalic", $font-sans-fallback;
//$font-sans-bold-italic: "SourceSansProBoldItalic", $font-sans-fallback;
//$font-serif: "MerriweatherRegular", Georgia, serif;
$font-icons: "Fontello";
$icon-down-open: '\e75c'; // down open arrow
$icon-left-open: '\e75d'; // left open arrow
$icon-right-open: '\e75e'; // right open arrow
$icon-up-open: '\e75f'; // up open arrow








$h1-bgcolor: #F4F4F4; 
//$header-font-color: #80C400;

$summary-detail-border-color: #CECECE #AFAFAF #CECECE #EEEEEE;

//mixin variables
$default-prefixes: webkit moz ms o khtml;

//form variables



$button-background: #489BD9;
$button-font-color: #FFFFFF;

/*$button-background-highlight: #246FA6;
$button-border: #246FA6;
*/
/*$wrapper-color: #EFEFEF;*/
/*$nav-bar-height: 48px;
$mobile-desktop-split: 48em;
$off-canvas-medium-width: 48em;
$off-canvas-large-width: 60em;
$icon-right-open: '\e75e'; // right open arrow*/
/*$pulldown-line-dark: #09223d;
$pulldown-line-light: #144e8c;*/
/*@mixin border-radius($val) {
    border-radius: $val;
    background-clip: padding-box;
}*/
.footer {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  background-color: #F7F7F7;
  color: #616161;
  width: 100%;
  bottom: 0;
  padding: 1em 0;
  position: relative;
  z-index: 5;
  border-top: 1px solid #dedede;
}
.footer ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  text-align: left;
}
.footer ul h4 {
  font-family: "Source Sans Pro Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #616161 !important;
  word-wrap: normal;
  word-break: normal;
  margin-bottom: 5px;
}
@media (max-width: 40em) {
  .footer ul li {
    float: left;
    margin-right: 1em;
  }
}
.footer a {
  color: #7b7b7b;
}
.footer a:hover {
  color: #F3A932 !important;
  text-decoration: none;
}
.footer #social-media ul {
  clear: left;
}
.footer #social-media ul li {
  margin: 0;
}
.footer #social-media ul li a {
  width: 31px;
  height: 31px;
  text-indent: -9999px;
  overflow: hidden;
  float: left;
  margin-right: .3em;
  background: url("../images/graphics/social-media-sprites.png") no-repeat 0 0;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.footer #social-media ul li a.facebook:hover {
  background-position: 0 -31px;
}
.footer #social-media ul li a.twitter {
  background-position: -31px 0;
}
.footer #social-media ul li a.twitter:hover {
  background-position: -31px -31px;
}
.footer #social-media ul li a.youtube {
  background-position: -62px 0;
}
.footer #social-media ul li a.youtube:hover {
  background-position: -62px -31px;
}
.footer #social-media ul li a.pintrest {
  background-position: -93px 0;
}
.footer #social-media ul li a.pintrest:hover {
  background-position: -93px -31px;
}
.footer #social-media ul li a.instagram {
  background-position: -124px 0;
}
.footer #social-media ul li a.instagram:hover {
  background-position: -124px -31px;
}
.footer .agency {
  font-size: .8em;
  text-align: center;
}
@media (max-width: 40em) {
  .footer .agency {
    text-align: left;
    margin-left: 2em;
    margin-top: 1em;
  }
}

/*1000px*/
/*//$font-sans-italic: "SourceSansProItalic", $font-sans-fallback;
//$font-sans-bold-italic: "SourceSansProBoldItalic", $font-sans-fallback;
//$font-serif: "MerriweatherRegular", Georgia, serif;
$font-icons: "Fontello";
$icon-down-open: '\e75c'; // down open arrow
$icon-left-open: '\e75d'; // left open arrow
$icon-right-open: '\e75e'; // right open arrow
$icon-up-open: '\e75f'; // up open arrow








$h1-bgcolor: #F4F4F4; 
//$header-font-color: #80C400;

$summary-detail-border-color: #CECECE #AFAFAF #CECECE #EEEEEE;

//mixin variables
$default-prefixes: webkit moz ms o khtml;

//form variables



$button-background: #489BD9;
$button-font-color: #FFFFFF;

/*$button-background-highlight: #246FA6;
$button-border: #246FA6;
*/
/*$wrapper-color: #EFEFEF;*/
/*$nav-bar-height: 48px;
$mobile-desktop-split: 48em;
$off-canvas-medium-width: 48em;
$off-canvas-large-width: 60em;
$icon-right-open: '\e75e'; // right open arrow*/
/*$pulldown-line-dark: #09223d;
$pulldown-line-light: #144e8c;*/
/*@mixin border-radius($val) {
    border-radius: $val;
    background-clip: padding-box;
}*/
label {
  font-size: 1.0em;
  display: inline-block;
  line-height: 28px !important;
  padding: 4px 6px 4px 0;
}
label.required:after {
  content: "*";
  position: relative;
  left: 3px;
  color: #BF0F13;
}

.text-label {
  font-size: 1.0em;
  display: inline-block;
  line-height: 28px !important;
  padding: 4px 6px 4px 0;
}

.font-size-reduce {
  font-size: .9em;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
  display: inline-block;
  border: 2px solid #D9E2E5;
  font-size: 1.0em;
  font-weight: 400;
  height: 2.6em;
  line-height: 1.2em !important;
  padding: .3em .3em;
  background-color: #FFFFFF !important;
  color: #444444;
  font-family: Tahoma, Geneva, sans-serif;
  outline: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  box-shadow: 0px 0px 8px #F7F7F7;
  -moz-box-shadow: 0px 0px 8px #F7F7F7;
  -webkit-box-shadow: 0px 0px 8px #F7F7F7;
}
input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, textarea:hover, select:hover {
  outline: none;
  border-color: #6baedf;
  box-shadow: 0px 0px 8px #F7F7F7;
  -moz-box-shadow: 0px 0px 8px #F7F7F7;
  -webkit-box-shadow: 0px 0px 8px #F7F7F7;
  -webkit-transition: all 0 linear;
  -moz-transition: all 0 linear;
  transition: all 0 linear;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, select:focus {
  border-color: #6baedf;
  -webkit-transition: all 0 linear;
  -moz-transition: all 0 linear;
  transition: all 0 linear;
  outline: none;
  box-shadow: 0px 0px 8px #F7F7F7;
  -moz-box-shadow: 0px 0px 8px #F7F7F7;
  -webkit-box-shadow: 0px 0px 8px #F7F7F7;
}
input[type="text"]:required, input[type="text"]:required:hover, input[type="password"]:required, input[type="password"]:required:hover, input[type="email"]:required, input[type="email"]:required:hover, textarea:required, textarea:required:hover, select:required, select:required:hover {
  outline: none;
  box-shadow: 0px 0px 8px #F7F7F7;
  -moz-box-shadow: 0px 0px 8px #F7F7F7;
  -webkit-box-shadow: 0px 0px 8px #F7F7F7;
  -webkit-transition: all 0 linear;
  -moz-transition: all 0 linear;
  transition: all 0 linear;
}

input[type="text"][disabled], input[type="password"][disabled], textarea[disabled], select[disabled] {
  color: #AAA !important;
}

input[type="text"][disabled]:hover, input[type="password"][disabled]:hover, textarea[disabled]:hover, select[disabled]:hover {
  border: 1px solid #D9E2E5;
  box-shadow: none;
  color: #777 !important;
}

input[type="checkbox"], input[type="radio"] {
  display: none;
}
input[type="checkbox"] + label, input[type="radio"] + label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 2.5em;
  margin-right: 1.5em;
  margin-bottom: 1em;
}

input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  margin-right: 1em;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -.7em;
  border: 2px solid #9AA4A7;
  font-size: 1.2em;
  border-radius: 3px;
  font-family: Tahoma;
  text-align: center;
}
input[type="checkbox"] + label:hover:before {
  content: "\2713";
  color: #D9E2E5;
  border-color: #6baedf;
}

input[type="checkbox"]:checked + label:before {
  content: "\2713";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  background-color: #6baedf;
  border-color:#D9E2E5;
}

input[type=radio] + label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -.24em;
  width: .57em;
  height: .54em;
  border: 2px solid #D9E2E5;
  background: #fff;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  font-size: 2.3em;
  line-height: .3em;
  font-family: Tahoma;
  text-align: center;
}
input[type=radio] + label:hover:before {
  content: "\2022";
  color: #00a0db;
  text-shadow: 0 0 4px #bbb;
  border-color: #6baedf;
}
input[type=radio]:checked + label:before {
  content: "\2022";
  color: #00a0db !important;
  text-shadow: 0 0 4px #bbb;
  border-color: #D9E2E5;
}
input[type=radio]:checked + label:hover:before {
  content: "\2022";
  color: #00a0db !important;
}

input::-webkit-input-placeholder {
  color: #AEAEB3;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #AEAEB3;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #AEAEB3;
}

input:-ms-input-placeholder {
  color: #AEAEB3;
}

.radio-list {
  border: 0 !important; 
  margin:0;
  padding:0;
}
.radio-list td {
  position: relative;
  display: block;
  float: left;
  margin: 0 2.5em;
  padding:0 !important;
}
.radio-list input[type="radio"] {
  position: absolute;
  top: 50%;
  margin-top: -5px;
}
.radio-list label {
  position: relative;
  left: 2em;
  padding-top:0 !important;
  padding-bottom:0 !important;
  line-height:22px !important;
}

input:focus:invalid, textarea:focus:invalid, select:focus:invalid {
  border-color: #F62B4A;
  box-shadow: 0 0 6px #fa8d9e;
}

input[type="button"], input[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-size: 1.2em;
  padding: .45em 1.0em;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: transparent;
  color: #489BD9;
  border: 2px solid #489BD9;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  background-color: #489BD9;
  color: #FFFFFF;
  text-decoration: none;
  background-position: 0 -15px;
  outline: none;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
input[type="button"].active, input[type="button"]:active, input[type="submit"].active, input[type="submit"]:active {
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
input[type="button"].disabled, input[type="button"][disabled], input[type="submit"].disabled, input[type="submit"][disabled] {
  cursor: default;
  opacity: 0.65;
  box-shadow: none;
}

.max-ele-width-300 .input[type="text"], .max-ele-width-300 input[type="password"], .max-ele-width-300 input[type="email"], .max-ele-width-300 textarea, .max-ele-width-300 select {
  max-width: 300px;
  min-width: 100%;
}

[class*="max-width"] {
  width: 100%;
}

.large-custom-btn {
  display: block;
  font-size: 1.2em;
  padding: .45em 1.0em;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #489BD9;
  color: #FFF !important;
  border: 2px solid #489BD9;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align:center;
  margin-bottom:20px; 
}

.large-custom-btn:hover {
  background-color:#187AC2;
  border: 2px solid #187AC2;
  color: #FFF !important;
}

.large-custom-btn span span {
  text-transform:uppercase;
  padding:5px 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
}

.custom-btn {
    text-transform: uppercase;
    padding: 5px 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #187AC2;
    border: 2px solid #187AC2;
    color: #FFF !important;
}

@media (max-width: 40em) {
    .custom-btn {
        display: block;
        margin-top: 10px;
    }
}

.block-it {
  display: block;
  clear: both;
  margin: 0;
}
.block-it > label, .block-it > input[type="text"], .block-it > input[type="password"], .block-it > input[type="email"], .block-it > textarea, .block-it > select {
  display: block;
  margin-left: 0;
}
.block-it > label {
  padding-left: 0;
}

.input-validation-error, input.input-validation-error, textarea.input-validation-error {
  border-color: #F62B4A;
}

.field-validation-error {
  display: block;
  padding: 6px 4px;
  margin-top: -14px;
  margin-bottom: 12px;
  color: #F62B4A;
  font-size: 12px;
  font-weight: bold;
}

@media only screen and (min-width: 32em) {
  .radio-list td {
    float: none;
    display: table-cell;
  }
}
@media only screen and (min-width: 40.063em) {
  .max-width-small-only {
    width: auto;
  }
  
  .large-custom-btn span span {
    display:inline-block;
  }
}
/*1000px*/
/*//$font-sans-italic: "SourceSansProItalic", $font-sans-fallback;
//$font-sans-bold-italic: "SourceSansProBoldItalic", $font-sans-fallback;
//$font-serif: "MerriweatherRegular", Georgia, serif;
$font-icons: "Fontello";
$icon-down-open: '\e75c'; // down open arrow
$icon-left-open: '\e75d'; // left open arrow
$icon-right-open: '\e75e'; // right open arrow
$icon-up-open: '\e75f'; // up open arrow








$h1-bgcolor: #F4F4F4; 
//$header-font-color: #80C400;

$summary-detail-border-color: #CECECE #AFAFAF #CECECE #EEEEEE;

//mixin variables
$default-prefixes: webkit moz ms o khtml;

//form variables



$button-background: #489BD9;
$button-font-color: #FFFFFF;

/*$button-background-highlight: #246FA6;
$button-border: #246FA6;
*/
/*$wrapper-color: #EFEFEF;*/
/*$nav-bar-height: 48px;
$mobile-desktop-split: 48em;
$off-canvas-medium-width: 48em;
$off-canvas-large-width: 60em;
$icon-right-open: '\e75e'; // right open arrow*/
/*$pulldown-line-dark: #09223d;
$pulldown-line-light: #144e8c;*/
/*@mixin border-radius($val) {
    border-radius: $val;
    background-clip: padding-box;
}*/
input[type="text"].qty, input[type="password"].qty, input[type="email"].qty, textarea.qty, select.qty {
  width: 45px;
}

#slider {
  margin-top: 3px;
}

.hide {
  display: none;
}

.remove:link, .remove:visited, .remove:active {
   color: red;
    font-size: 1.1em;
    font-weight: bold;
    /* color: #949494;   commented on 3/19/24 for LLP and EP */
}

/*============ Override Foundation Alternate Row Color ============*/
table {
  border: 1px solid #dedede !important;
  border-spacing: 0;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  width: 100%;
}
table thead tr td {
  background-color: #F7F7F7 !important;
}
table tr td {
  background-color: #FFF !important;
  border: 0 !important;
}
table tfoot tr {
  background-color: #F7F7F7 !important;
}
table tr:nth-of-type(even) {
  background: #FFFFFF;
}

/*============ Tables ============*/
.cart-table {
  margin-top: 10px;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  background-color: #F7F7F7;
  border-collapse: collapse;
  border: 1px solid #dedede;
}
.cart-table tr {
  background-color: #FFF !important;
}
.cart-table td {
  white-space: nowrap;
}
.cart-table td.wrap {
  white-space: normal;
}
.cart-table td, .cart-table th {
  border: 1px solid #dedede !important;
  font-size: 1.0em;
  padding: .4em;
}
.cart-table td:last-child {
  border-bottom: 2px solid #dedede;
}
.cart-table tr:last-child > td:last-child {
  border-bottom: 0;
}
.cart-table tfoot td {
  background-color: #F7F7F7 !important;
}

#tpasses.cart-table td:nth-child(n) input[type="checkbox"] + label:before {
	top:-5px;
}

.summary-table td {
  text-align: right;
}

.order-summary-table {
  margin-top: 10px;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  background-color: #F7F7F7;
  border-collapse: collapse;
  border: 1px solid #dedede;
}
.order-summary-table td, .order-summary-table th {
  border: 1px solid #dedede !important;
  padding: .4em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.order-summary-table td:nth-child(2) {
  width: 140px;
}
.order-summary-table td:nth-child(1), .order-summary-table td:nth-child(4), .order-summary-table td:nth-child(5) {
  display: none;
}
.order-summary-table td:last-child {
  text-align: center;
}

#product {
  margin-top: 10px;
}
#product img {
  float: left;
  margin-right: 2em;
}
@media (max-width: 40em) {
  #product img {
    display: block;
    float: none;
    margin: 0 auto;
  }
}
#product .price {
  font-size: 1.2em;
  color: #3D85C6;
  font-family: "Source Sans Pro Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  margin-bottom: 1em;
  display: block;
}

.item-table tr {
  clear: left;
}
.item-table td, .item-table th {
  border: 0 solid #E8E8E8 !important;
  display: block;
  padding: 0 .2em;
}
.item-table td:last-child {
  border-bottom: 1px solid #e8e8e8 !important;
}
.item-table thead {
  display: none;
}

@media (max-width: 40em) {
    .item-table thead.show-mobile {
        display: table-header-group;
    }
}

.item-table thead.show-mobile {
    display: table-header-group;
}

.item-table tfoot {
  display: none;
}
.item-table .show-for-float {
  display: block;
  float: left;
}
.item-table .update-cart-link {
  padding-left: 8px;
  display: inline-block;
}
.item-table .product {
  position: relative;
  display: inline-block;
}
.item-table .product-image {
  position: relative;
  display: inline-block;
  float: left;
}
.item-table .product-details {
  position: relative;
  top: .6em;
}
.item-table .checkout-product {
  display: block;
  margin: .5em .4em;
  font-weight: 800;
}
.item-table .remove {
  font-size: .9em;
}
.item-table .remove:link, .item-table .remove:visited, .item-table .remove:active {
  color: #949494;
}

.review-table .fake-thead {
  background-color: #F7F7F7 !important;
  width: 100%;
  font-weight: bold;
  border-bottom: 1px solid #dedede !important;
  padding: .4em;
}
.review-table .fake-thead ~ ul {
  padding: .4em;
}
.review-table td {
  width: 100% !important;
}

.checkout {
  margin: 0 .2em;
}
.checkout .checkout-stage {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-indent: 45px;
  line-height: 36px;
  position: relative;
  height: 40px;
  margin: 0 !important;
  width: 100%;
  font-size: 1.4em;
  font-weight: 600;
}
.checkout .checkout-stage .number {
  position: absolute;
  left: 5px;
  top: 4px;
  width: 26px;
  height: 26px;
  display: inline-block;
  background: #c8c8c8;
  color: #FFF;
  text-align: center;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 500;
  text-indent: 0;
  line-height: 26px;
}
.checkout .checkout-stage a {
  display: none;
}
.checkout .step {
  background-color: #f7f7f7;
  border: 1px solid #dedede;
}
.checkout .step .checkout-stage {
  font-weight: 100 !important;
  font-size: 1.0em;
}
.checkout .step .checkout-step-padding {
  display: none;
  margin: 0;
}
.checkout .completed-step .number {
  background: #F3A932;
}
.checkout .completed-step a {
  display: inline;
  margin-left: 1.0em;
  border-bottom: 2px solid #3993D5;
  -webkit-transition: border-bottom 0.2s ease;
  -moz-transition: border-bottom 0.2s ease;
  transition: border-bottom 0.2s ease;
  font-weight: 100;
  font-size: 0.8em !important;
}
.checkout .completed-step a:hover {
  border-bottom: 2px solid #1d5c8b !important;
}
.checkout .current-step {
  border: 1px solid #dedede;
  margin: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.checkout .current-step .checkout-step-padding {
  display: block;
  margin: .5em 1em 2.5em 1em;
}

.special-offer {
  padding: .2em;
  margin-bottom: 0.6em !important;
}
.special-offer p {
  font-size: 0.9em !important;
}
.special-offer .radio-list {
  background: #f7f7f7 !important;
}
.special-offer .radio-list tr {
  background: #f7f7f7 !important;
}
.special-offer .radio-list td {
  background: #f7f7f7 !important;
  padding-top: 0;
  padding-bottom: 0;
}

.shopping-cart-max {
  max-width: 600px;
  margin: 0 auto;
}

.order-detail-table {
  float: left !important;
  clear: both !important;
  width: 100% !important;
}
.order-detail-table td, .order-detail-table tr {
  float: left !important;
  clear: both !important;
  width: 100% !important;
}

.grid-wrapper {
  padding: 0 .95em;
  overflow: hidden;
  margin: .3em 0;
}
.grid-wrapper .grid-list:first-child .column-head {
  display: block;
}

.grid-list {
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  border: 1px solid #E8E8E8;
  margin-bottom: 1em !important;
}
.grid-list .columns {
  padding: 0 !important;
  margin: 0 !important;
}
.grid-list .row {
  margin: 0 !important;
}
.grid-list .column-head {
  background-color: #F4F4F4 !important;
  padding: .25em;
  border-bottom: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  border-left: 1px solid #FEFEFE;
  border-top: 1px solid #E8E8E8;
  font-weight: 600;
}
.grid-list .column-head-start {
  border-left: 0;
}
.grid-list .column-head-end {
  border-right: 0;
}
.grid-list ul {
  margin: 8px 5px;
}
.grid-list span {
  color: #353535;
}

.product-image {
  display: inline-block;
  margin: .5em;
}
.product-image img {
  border: 1px solid #ECECEC;
  border-radius: 2px;
}
.product-image:hover img {
  border: 1px solid #CBCBCB;
  text-decoration: none !important;
  -webkit-transition: border 0.4s ease;
  -moz-transition: border 0.4s ease;
  transition: border 0.4s ease;
}

.item {
  margin: 20px 0;
  position: relative;
  display: block;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.0em;
  text-align: center;
  clear: both;
}
.item .item-desc {
  display: inline-block;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-top: 1rem;
  width: 100%;
}
.item .item-desc a {
  color: #4A4A4A !important;
}
.item .item-desc a:hover {
  color: #1d5c8b !important;
  text-decoration: none;
}
.item .item-desc span {
  color: #888;
  display: block;
}

.rounded-box {
  background-color: #F7F7F7;
  border: 1px solid #dedede;
  margin: 0;
  -moz-border-radius: 0.1em;
  -webkit-border-radius: 0.1em;
  border-radius: 0.1em;
  overflow: hidden;
  text-align: left;
  margin-top:10px;
}

.rounded-box ul {
  margin: .3em .8em;
  list-style-type: none;
  text-align: left;
  font-size: 1.0em;
}

.rounded-box ul h4 {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #616161 !important;
  word-wrap: normal;
  word-break: normal;
  margin-bottom: 5px;
}

.product-row:first-child {
  padding-top: 0;
}

.login .new-customer {
  margin-top: 3.0em;
}

.order-detail-total-table {
  border: 0 !important;
}
.order-detail-total-table tr, .order-detail-total-table td {
  border: 0 !important;
}

.add-top-margin {
  margin-top: 8px;
}

.add-bottom-margin {
  margin-bottom: 8px;
}

@media only screen and (min-width: 32em) {
  .item-table thead {
    display: table-header-group;
  }
  .item-table tfoot {
    display: table-footer-group;
  }
  .item-table tr {
    display: table-row;
    float: none;
  }
  .item-table td {
    border: 1px solid #E8E8E8 !important;
    float: none;
    padding: 8px 6px;
    width: 80px;
    white-space: normal !important;
    display: table-cell;
  }
  .item-table td input[type="text"] {
    margin-left: 0;
  }
  .item-table td .update-cart-link {
    padding-left: 0;
  }
  .item-table td:first-child {
    width: 100%;
  }
  .item-table td:last-child {
    width: 100px;
  }
  .item-table .show-for-float {
    display: none;
  }
  .item-table .update-cart-link {
    display: block;
  }
  .item-table .product {
    display: block;
  }
  .item-table .checkout-product {
    font-weight: 200;
  }

  .review-table td {
    width: 50% !important;
  }

  .order-detail-table td {
    vertical-align: top;
  }
  .order-detail-table td.item {
    width: 220px;
  }
  .order-detail-table td.no-border-l {
    border-left: 0 !important;
  }
  .order-detail-table td.no-border-r {
    border-right: 0 !important;
  }

  .order-summary-table td:nth-child(5) {
    display: table-cell;
  }
}
@media only screen and (min-width: 28em) and (max-width: 40.063em) {
  .item .item-desc {
    width: 38%;
  }
}
@media only screen and (min-width: 40.063em) {
  .login .register-customer {
    border-right: 1px solid #999;
  }
  .login .new-customer {
    margin-top: 0;
  }
  .login .new-customer > div {
    margin-left: 10px;
  }

  .add-left-margin {
    margin-left: 8px;
  }

  .add-top-margin {
    margin-top: 0;
  }

  .add-bottom-margin {
    margin-bottom: 0;
  }

  .grid-wrapper .grid-list {
    border-top: 0;
    border-bottom: 1px solid #E8E8E8 !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0 !important;
  }
  .grid-wrapper .grid-list:first-child {
    -moz-border-radius-topleft: 0.3em;
    -webkit-border-top-left-radius: 0.3em;
    border-top-left-radius: 0.3em;
    -moz-border-radius-topright: 0.3em;
    -webkit-border-top-right-radius: 0.3em;
    border-top-right-radius: 0.3em;
  }
  .grid-wrapper .grid-list:last-child {
    -moz-border-radius-bottomleft: 0.3em;
    -webkit-border-bottom-left-radius: 0.3em;
    border-bottom-left-radius: 0.3em;
    -moz-border-radius-bottomright: 0.3em;
    -webkit-border-bottom-right-radius: 0.3em;
    border-bottom-right-radius: 0.3em;
  }
  .grid-wrapper .grid-list .column-head {
    display: none;
  }

  .item img {
    float: none;
  }
  .item .item-desc {
    float: none;
  }
  .item .product-image {
    float: none;
  }

  .order-summary-table td:nth-child(1), .order-summary-table td:nth-child(4) {
    display: table-cell;
  }
}
/*1000px*/
/*//$font-sans-italic: "SourceSansProItalic", $font-sans-fallback;
//$font-sans-bold-italic: "SourceSansProBoldItalic", $font-sans-fallback;
//$font-serif: "MerriweatherRegular", Georgia, serif;
$font-icons: "Fontello";
$icon-down-open: '\e75c'; // down open arrow
$icon-left-open: '\e75d'; // left open arrow
$icon-right-open: '\e75e'; // right open arrow
$icon-up-open: '\e75f'; // up open arrow








$h1-bgcolor: #F4F4F4; 
//$header-font-color: #80C400;

$summary-detail-border-color: #CECECE #AFAFAF #CECECE #EEEEEE;

//mixin variables
$default-prefixes: webkit moz ms o khtml;

//form variables



$button-background: #489BD9;
$button-font-color: #FFFFFF;

/*$button-background-highlight: #246FA6;
$button-border: #246FA6;
*/
/*$wrapper-color: #EFEFEF;*/
/*$nav-bar-height: 48px;
$mobile-desktop-split: 48em;
$off-canvas-medium-width: 48em;
$off-canvas-large-width: 60em;
$icon-right-open: '\e75e'; // right open arrow*/
/*$pulldown-line-dark: #09223d;
$pulldown-line-light: #144e8c;*/
/*@mixin border-radius($val) {
    border-radius: $val;
    background-clip: padding-box;
}*/
nav .shift-right {
  position: relative;
  left: 5px;
}

.mobile-my-cart {
  display: none;
}

.site-top-menu {
  background-color: #31302B;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  display: none;
}
.site-top-menu .top-menu {
  font-weight: normal;
  width: 100%;
  margin-bottom: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1);
  height: 45px;
  overflow: hidden;
  margin-left: 0;
}
.site-top-menu .top-menu li {
  list-style: none;
  float: left;
}
.site-top-menu .top-menu li a:link, .site-top-menu .top-menu li a:visited, .site-top-menu .top-menu li a:active {
  position: relative;
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  padding: .4em 1.0em .4em 1.0em;
  width: 100%;
  font-size: 1.2em;
  letter-spacing: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.11);
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.site-top-menu .top-menu li a:hover, .site-top-menu .top-menu li a:focus {
  display: block;
  color: #507F70 !important;
  background-color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  border-right: 1px solid #2C5234;
}

li.sign-out {
    display:none;
}

.off-canvas-list a {
  position: relative;
}

.tab-bar {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  background-color: #295234;
}
.tab-bar h1 {
  float: left;
}
.tab-bar .mobile-functions {
  list-style: none;
  margin: 0;
  float: right;
  position: relative;
}
.tab-bar .mobile-functions li {
  float: left;
}
.tab-bar .mobile-functions li a:link, .tab-bar .mobile-functions li a:visited, .tab-bar .mobile-functions li a:active {
  position: relative;
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  padding: .4em 1.0em .4em 1.0em;
  width: 100%;
  font-size: 1.2em;
  letter-spacing: 0;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.tab-bar .mobile-functions li a:hover, .tab-bar .mobile-functions li a:focus {
  display: block;
  color: #507F70 !important;
  background-color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.top-menu a:link .cart-counter, .top-menu a:visited .cart-counter, .top-menu a:active .cart-counter, .top-menu a:hover .cart-counter, .mobile-functions a:link .cart-counter, .mobile-functions a:visited .cart-counter, .mobile-functions a:active .cart-counter, .mobile-functions a:hover .cart-counter {
  margin-left: 5px;
}

.side-menu .hide-details .cart-details {
  display: none;
}
.side-menu .cart-details ul li ul {
  margin: 0;
}
.side-menu .cart-details ul li ul li {
  margin: 0 0 .8em 0;
}
.side-menu .cart-details ul li ul li div {
  margin-left: 0;
  position: relative;
  font-size: 12px;
}
.side-menu .cart-details ul li ul li div a.remove {
  overflow: hidden;
  display: block;
  margin-top: .3em;
  float: right;
}
.side-menu .cart-details ul li ul li img {
  position: relative;
  top: 50%;
  float: left;
  margin-top: .5em;
}
.side-menu .cart-details ul li .empty-cart {
  border-top: 1px solid #ECECEC;
  height: 22px;
  padding-bottom: 5px;
  font-size: 12px;
  text-align: right;
}
.side-menu .cart-details ul li .empty-cart a {
  display: inline-block;
  margin-top: 4px;
}

.site-map {
  padding: 0;
  font-size: 0.9em;
  color: #444;
  display: inline-block;
}
.site-map a, .site-map a:link {
  text-decoration: underline;
}

@media only screen and (min-width: 49em) {
  .site-bar {
    display: block;
  }
  .site-bar .site-bar-wrapper {
    height: 100px;
    -webkit-transition: height 0.2s ease;
    -moz-transition: height 0.2s ease;
    transition: height 0.2s ease;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .site-top-menu {
    display: block !important;
  }

  .tab-bar {
    display: none;
  }
}
/* Page Lock at 1120px */
@media only screen and (min-width: 70em) {
  .top-bar-section, .site-bar-wrapper, .top-menu {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 70em !important;
  }
}

@media only screen and (min-width:70em) {
    .hide-on-desktop, * [aria-labelledby='hide-on-desktop'] {
        display: none;
        max-height: 0;
        overflow: hidden;
    }
}


/* hr with text */
.hr-sect {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: rgba(0, 0, 0, 0.35);
    margin: 8px 0px;
}

.hr-sect:before,
.hr-sect:after {
    content: "";
    flex-grow: 1;
    background: rgba(0, 0, 0, 0.35);
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 8px;
}

.btn-add-wallet {
    height: 48px;
    padding: 6px 10px !important;
    border-radius: 4px !important;
    background-color: #002d72 !important;
    background-size: cover !important;
    color: white !important;
    border: none !important;
    font-weight: bold;
}

.btn-add-wallet-img {
    width: 36px;
    height: 36px;
    padding-right: 6px;
}

.btn-add-wallet-pad-right {
    padding-right: 18px !important;
}

.btn-add-explorer-img {
    width: 20px;
    height: 20px;
    padding-right: 6px;
}

@media only screen and (min-width: 2000px) {
    #empirePassConfirmationModal {
        width: 25% !important;
    }
}

@media only screen and (min-width: 1901px) and (max-width:2000px) {
    #empirePassConfirmationModal {
        width: 30% !important;
    }
}

@media only screen and (min-width: 1650px) and (max-width:1900px) {
    #empirePassConfirmationModal {
        width: 35% !important;
    }
}

@media only screen and (max-width:650px) {
    #empirePassConfirmationModal {
        width: 70% !important;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}