* { -webkit-hyphens: none; }

.uk-form-help-inline {
    display: none;
}
/* styles to use before Typekit is loaded */

.wf-loading h1 h2 h3 h4 p {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    visibility: hidden;
}

.wf-active h1 h2 h3 h4 p {
    visibility: visible;
}

/* Fonts
 ========================================================================== */

@font-face {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
}

body, h1, h2, h3, h4, h5, h6,
.uk-navbar-nav > li > a { font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 200;
}

a { font-weight: 400;
}

.uk-button {
    font-weight: 400;

    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.uk-table a{
    color:#666;
}
.uk-table .uk-button {
    text-transform: none;
    letter-spacing: 0px;
    font-size: 14px;
}

/* UK positions
 ========================================================================== */
.uk-position-absolute {
  position: absolute !important;
}
.uk-position-relative {
  position: relative !important;
}
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Base
 ========================================================================== */

 html { overflow-y: scroll; }


/* Layout
 ========================================================================== */

.lx-background { background: #000000; }

.uk-description-list-line > dd {color:#666666;}

/*
 * Blocks
 */

.lx-middle,
.lx-section,
.lx-footer { padding: 5px 0; }

/* Only tablets and desktop */
@media (min-width: 768px) {

    .lx-middle,
    .lx-section,
    .lx-footer { padding: 5px 0 50px 0; }

}

/* Only large screens */
@media (min-width: 1220px) {

    .lx-middle,
    .lx-section,
    .lx-footer { padding: 10px 0 50px 0; }

}

/*
 * Middle
 */

.lx-middle {
    background-image: -o-linear-gradient(-90deg, #F6F6F6 0%, #EEEEEE 100%);
    background-image: -moz-linear-gradient(-90deg, #F6F6F6 0%, #EEEEEE 100%);
    background-image: -webkit-linear-gradient(-90deg, #F6F6F6 0%, #EEEEEE 100%);
    background-image: -ms-linear-gradient(-90deg, #F6F6F6 0%, #EEEEEE 100%);
    background-image: linear-gradient(-180deg, #F6F6F6 0%, #EEEEEE 100%);
        background-color: #EEE;
    padding-top: 22px;
}

/*
 * Sections
 */

.lx-section .uk-heading-large { margin: -5px 0 65px 0; }
.lx-section .uk-text-large { margin-bottom: 0px; }

/* Only phones */
@media (max-width: 959px) {
    .lx-section-color-1 { background-image: none; }
}

.lx-section-colored,
.lx-section-colored h1,
.lx-section-colored h2,
.lx-section-colored a:not([class]) { color: #fff !important; }

.lx-section-color-white {
    background-image: -o-linear-gradient(-90deg, #F6F6F6 0%, #EEEEEE 100%);
    background-image: -moz-linear-gradient(-90deg, #F6F6F6 0%, #EEEEEE 100%);
    background-image: -webkit-linear-gradient(-90deg, #F6F6F6 0%, #EEEEEE 100%);
    background-image: -ms-linear-gradient(-90deg, #F6F6F6 0%, #EEEEEE 100%);
    background-image: linear-gradient(-180deg, #F6F6F6 0%, #EEEEEE 100%);
        background-color: white;
    padding: 50px 0 50px;
    color:#4A4A4A;
}
.lx-section-color-white  ul {
    font-size: 125%;
    line-height: 40px;
    font-weight: 200;
}

.lx-section-color-white li > i {
    margin-right: 20px;
}

.lx-section-color-white .uk-button {
    background: none;
    border: 0;
    color: #9B9B9B;
    margin:0 20px 0;
    padding: 2px;
    font-size: 125%;
    font-weight: 200;
}

.lx-section-color-white .uk-button.uk-active {
   border-bottom: 2px solid #000;
   /*border-top:2px solid #000;*/
   background:none;
   color:#000;
   font-weight: 400;
}

/* Only tablets and desktop */
@media (min-width: 768px) {

    .lx-section-color-white .uk-grid-divider:not(:empty) > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) { border-left: 1px dashed #ddd; }
    .lx-section-color-2 .uk-grid-divider:not(:empty) > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) { border-left: 1px dashed rgba(255,255,255,0.4); }

}

/*
 * Header section
 */

.lx-logo { margin: 10px 0 20px 0; }

.lx-button-start {
    margin: -5px 0 15px 0;
    /* Style */
    background: #FDBD10;
    border:2px #FDBD10;
    color: #000 !important;
    text-shadow: none;
    /* Size */
    min-height: 50px;
    padding: 0 60px;
    line-height: 50px;
    font-size: 18px;
}

.lx-button-start:hover {
    background: #FFFFFF;
    border:2px #FFFFFF;
    color: #000 !important;
    /*text-shadow: 0 1px 0 rgba(0,0,0,0.1);*/
}

.lx-button-start:focus,
.lx-button-start:active {
    color: #000 !important;
}

.lx-image-pull { margin-bottom: -10px; }


/*
 * Footer
 */
.lx-footer {
    background: #E8E8E8;
}

.lx-footer .uk-subnav-line > li:before { border-color: #ddd; }

.lx-footer,
.lx-footer a { color: #4A4A4A!important; }
.lx-footer a:hover { color: #333 !important; }



/* UIkit component modifiers
 ========================================================================== */

/*
 * Navbar
 */

.lx-navbar {
    padding: 20px 0;
    border: none;
    background: #000000;
}

.lx-navbar .uk-navbar-content,
.lx-navbar .uk-navbar-brand,
.lx-navbar .uk-navbar-toggle { text-shadow: none; }

.lx-navbar .uk-navbar-nav > li > a {
    height: 50px;
    margin: 0;
    border: none;
    border-radius: 3px;
    text-shadow: none;
    font-size: 20px;
    font-family: "Roboto",sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #cccccc;
}

.lx-navbar .uk-navbar-nav > li { margin-left: 20px; }

/* Hover */
.lx-navbar .uk-navbar-nav > li:hover > a,
.lx-navbar .uk-navbar-nav > li > a:focus,
.lx-navbar .uk-navbar-nav > li.uk-open > a {
    border: none;
    background: none;
    color: #FFF;
}

/* Active */
.lx-navbar .uk-navbar-nav > li.uk-active > a {
    color: #FFF;
}

/* OnClick */
.lx-navbar .uk-navbar-nav > li > a:active { background-color: transparent; }

/*
 * Nav
 */

.lx-nav > li > a { color: #777; }

/* Hover */
.lx-nav > li > a:hover,
.lx-nav > li > a:focus,
.lx-nav > li.uk-active > a  {
    background: #F5F5F5;
    color: #444;
}

/* Sub-object: `nav-header` */
.lx-nav .uk-nav-header {
    color: #222;
    font-weight: normal;
}

/*
 * Nav
 */

.lx-subnav > li:nth-child(n+2) { margin-left: 20px; }




/* Signup / Login */


.lx-button-fb {
    /* Style */
    background: #3B5998;
    border: none;
    color: #FFFFFF !important;
    font-weight: 400;
}

.lx-button-fb:hover {
    background: #3B5998;
    color: #fff !important;
}

.lx-button-fb:focus,
.lx-button-fb:active {
    background: #3B5998;
    color: #fff !important;
}

/* Fix sidebar position if offcanvas appears */
.uk-offcanvas-page .lx-sidebar { left: auto; }


.lx-404 {
    background-color: #000;
    color:#FFF;
}
.lx-404 h1{
    color: #fdbd10;
}

.uk-alert {
  background-color: #ebf7fd;
  border: 0px solid;
  font-weight: 400;
  color:#2d7091;
  margin-top: 0;
  margin-bottom:0px;
  text-shadow: none;
}

.uk-alert-danger {
  background-color:#C23F38;
  border: 0px solid;
  color: white;
}

.uk-alert-success {
    background-color: #86BC86;
    border: 0px solid;
    color: white;
}



#CustomerEditForm input[type=text], #CustomerEditForm input[type=email], #CustomerEditForm input[type=tel] {
    width: 60%;
}

.account-form-wrapper  {
    margin-bottom: 50px;
}

.uk-form select,
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="datetime"],
.uk-form input[type="datetime-local"],
.uk-form input[type="date"],
.uk-form input[type="month"],
.uk-form input[type="time"],
.uk-form input[type="week"],
.uk-form input[type="number"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="color"],
input.uk-search-field {
    background: white;
}


label[for=CustomerReceiveSms], label[for=CustomerReceiveNewsletter], input#CustomerLowLocker1 {
    margin-left: 10px;
    cursor: pointer;
}


.modal-buttons {
    margin-top: 50px;
}


#top-nav-name {
   font-size: 22px;
   color: #D0D2CF;
}

#top-nav-link {
    display: inline;
    color: #A7A7A7;
    padding: 0;
    font-size: 16px;
    text-decoration: none;
}

#top-nav-link:hover {
    color: #A7A7A7;

}

#top-nav-link i {
    color: #A7A7A7;

}

.top-nav-separator {
    font-size: 21px;
}

.top-nav-separator {
    margin: 0 5px;
    font-size: 24px;
}

#customer-mobile-navigation {
    margin-top: 70px;
    border-top: none;
}

#customer-mobile-navigation a {

    font-size: 18px;
    text-transform: none;
    vertical-align: middle;

}

#customer-mobile-navigation i {
    font-size: 25px;
    font-weight: normal;

}

#customer-mobile-navigation-subnav li {
    padding: 20px 0;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    text-align: center;

}

#customer-mobile-navigation-name {
    text-transform: none;
    font-size: 21px;
    font-weight: 300;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-shadow: none;
    padding: 15px;
}

#customer-mobile-navigation .uk-nav-sub {
  border-top: none;
  box-shadow: none;
}

.uk-offcanvas-bar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1001;
  width: 270px;
  max-width: 100%;
  background: #404040;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
}

.uk-nav-offcanvas {
  border-bottom: none;
  box-shadow: none;
}

.uk-offcanvas-bar:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: rgba(0,0,0,0.6);
  box-shadow: none;
}

.uk-nav-offcanvas .uk-nav-header {
  color: #777;
  margin-top: 0;
  border-top: none;
  background: #404040;
  box-shadow: none;
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}

.uk-panel-box-location {
    background: #fafafa;
    color: #666;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
}

.location-info-wrapper {
    padding: 12px;
}


#rotateButton {
    background: transparent; border: none;position: absolute;right: 0;top: 0;z-index: 9999;top: -30px;
}

#rotateIcon {
    background: black;
    border: 2px solid white;
    color: white;
    text-shadow: none;
    height: 28px;
    width: 28px;
    font-size: 16px;

    line-height: 1.6;
}

a.edit-button {
    font-size: 17px;
}

a.edit-button:hover {
    color: #cc9900;
}

#CustomerEditForm input#CustomerPassword {
    width: 60%;
}

#CustomerInfoList {
    margin-top: 25px;
    margin-bottom: 0;
}

#CustomerInfoList li {
    margin-bottom: 17px;
}

#CustomerEditForm #updateLoading, #CustomerEditForm #updateError, #CustomerPreferencesEditForm #updatePreferencesLoading, i.icon-loaders {
    position: relative;
    left: 120px;
    bottom: 17px;
}

.uk-table .uk-button {
    text-transform: none;
    letter-spacing: 0px;
    font-size: 14px;
}
.uk-table .uk-button-mini {
    font-size: 11px;
    line-height: 18px;
    min-height: 20px;
}

a.uk-link:hover {
    color: #cc9900;
}

a.uk-link:hover i {
    text-decoration: underline;
}

.location-arrow-link {
    font-size: 40px;
    position: relative;
    top: 30px;
    float: right;
    right: 20px;
}

.location-box-link:hover div.uk-panel-box-location {
    border: 1px solid #ccc;

}

#deliveries-table-mobile.uk-table th, #deliveries-table-mobile.uk-table td {
    border-bottom: none;
}

#deliveries-table-mobile.uk-table th {
    width: 100px;
}

#shipOrderModal div.uk-modal-dialog {
    border-radius: 10px;
    background-color: white;
}

#shipOrderModal div.uk-modal-dialog p.modal-message, #shipOrderModal div.uk-modal-dialog h3 {
    text-align: center;
    font-family: "Roboto", helvetica;
    font-size: 23px;
    color: #4a4a4a;
}

#shipOrderModal div.uk-modal-dialog h3 {

    font-size: 25px;

}

label[for=OptOut0] {
    color: red;
}

label[for=OptOut1] {
    color: green;
}

.uk-accordion-content table.uk-table {
    background: white;
}

h3.uk-accordion-title.uk-active i.uk-icon-plus-square {
    display: none;
}

h3.uk-accordion-title.uk-active i.uk-icon-minus-square {
    display: inline;
}

h3.uk-accordion-title i.uk-icon-minus-square {
    display: none;
}





body { background:#f6f6f6; font-size:15px; color:#6e6e6e!important;}
h1, h2, h3, h4 { color:#6e6e6e; font-weight:400;}
/* Helps */
@media screen and ( min-width:768px){
.visible_mobile { display:none;}
}
@media screen and ( max-width:767px){
.hidden_mobile { display:none;}
.visible_mobile { display:block;}
    }

.orange, a { color:#ffb500;}
.text_light { color:#6E6E6E!important;}
.icon_right { margin-left:10px;}
.icon_left { margin-right:10px;}

/* HEADER */
.top_header {
background:rgba(0, 114, 134, 0.75);
color:#fff;
text-align:center;
font-size:13px;
font-weight:400;
padding:5px 0;
}
.header { background:#fff; height:90px; position:relative;}
.box_logo { float:left; width:131px; height:57px; margin-top:18px;}
.box_upsstore { margin:0 auto; width:240px; height:40px; margin-top:20px;}
.box_login { float:right; margin-top:-48px;}


/* HEADER LOGIN */
.box_login { padding-top:13px; text-align:right;}
.box_login .name { font-size:21px; font-weight:300; margin-bottom:5px; color:#666; float: left;}
.box_login .logout { float: left; margin-left: 10px; }
.box_login .logout a{ color:#666;font-weight:300;}

/* Buttons */
.uk-button { font-size:15px; font-weight:600; text-transform:none; text-shadow:none;}
.uk-button-grey { background:#dddddd; color:#fff; }
.uk-button-grey:hover,.uk-button-grey:focus  { background:#bebebe; color:#fff; }
.uk-button-orange { background:#ffb500; color:#fff; }
.uk-button-orange:hover, .uk-button-orange:focus { background:#deac2d; color:#fff;}
.uk-button-extra-large { min-height:50px; font-size:18px; }

/*Forms*/
input { touch-action: manipulation; border-radius:3px; }
.uk-checkbox { box-sizing: border-box; margin: 0px; border-radius: 2px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; }
.uk-checkbox { padding: 0px; margin-right:10px; }
.uk-checkbox:not(:disabled) { cursor: pointer; }
.uk-checkbox { display: inline-block; height: 16px; width: 16px; overflow: hidden; margin-top: -4px; vertical-align: middle; -webkit-appearance: none; background-color: transparent; background-repeat: no-repeat; background-position: 50% 50%; border: 1px solid #979797; transition: background-color 0.2s ease-in-out, border; }
.uk-checkbox:focus { outline: none; border-color: #979797; }
.uk-checkbox:checked { background-color: #fff; border-color:#979797; border-radius:2px; }
.uk-checkbox:checked:focus { background-color: #fff; }
.uk-checkbox:checked { background-image:url(/img/ups/checkbox.svg); }


.uk-form select:disabled, .uk-form textarea:disabled, .uk-form input:not([type]):disabled, .uk-form input[type="text"]:disabled, .uk-form input[type="password"]:disabled, .uk-form input[type="datetime"]:disabled, .uk-form input[type="datetime-local"]:disabled, .uk-form input[type="date"]:disabled, .uk-form input[type="month"]:disabled, .uk-form input[type="time"]:disabled, .uk-form input[type="week"]:disabled, .uk-form input[type="number"]:disabled, .uk-form input[type="email"]:disabled, .uk-form input[type="url"]:disabled, .uk-form input[type="search"]:disabled, .uk-form input[type="tel"]:disabled, .uk-form input[type="color"]:disabled {
    border-color: #e7e7e7;
    background-color: #fff;
    color: #ccc;
}

.form_row { margin-bottom:15px; overflow:hidden;}
.form_row .p_100{ width:100%;}
.form_row .p_40.m_15{ width:calc(40% - 15px); float:left;}
.form_row .p_20{ width:20%;}
.form_row .m_15 { margin-right:15px;}
.form_row .p_50 { width:50%; float:left;}
.form_row .p_50.m_15{ width:calc(50% - 15px); float:left;}
.form_row .no_fl { float:none;!important}
.form_row .uk-form-icon { display:block;}
.form_row .uk-form-icon>[class*='uk-icon-']{ color:#deac2d; }
.form_row .uk-form-icon .uk-icon-small { margin-top:-9px;}
.form_row #showHidePassword {position: absolute; right: 13px; top: 33px;}


/* FOOTER */
.footer { text-align:center; font-size:14px; color:#6E6E6E!important; border-top:1px solid #ccc; margin-top:40px; }
.footer .box_logo {  margin:0 auto; margin-bottom:20px; width:100%; float:none;}
.footer .box_logo img { width:150px; height:auto;}

/* Alert / Message */
.uk-alert-grey { background:#e5e5e5; border-color:#e5e5e5; max-width:790px; margin:0 auto 20px auto; color:#666;}

.order_pickups {
    font-size: 22px;
    margin-left: 20px;
}

.uk-alert-orange {
    background-color: #ffb500;
    color: white;
    font-weight: bold;
    font-size: 18px;

}

.uk-alert-green {
    background-color: #86bc86;
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.pending-delivery-status {
    top: 10px;
    position: relative;
}

.uk-panel-box-padding7 {
    padding: 7px;
}

.uk-panel-box {
    background: #fff;
}
