.header-nav {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    margin-bottom: 5px;
    padding: 0;
    background: #333333;
    -webkit-box-shadow: none;
    box-shadow: none;
}
  
  @media (min-width: 961px) {
.header-nav {
    height: 43px !important;
}
  }
  
 .clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.header-nav .Center {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.mobile-link {
    position: absolute;
    left: 10px;
    top: 0;
    padding: 17px 17px 17px 5px;
    color: #FFFFFF;
    font-size: 27px;
}

@media (min-width: 761px) {
.mobile-link {
    padding: 17px 17px 17px 0;
}
}

@media (min-width: 961px) {
.mobile-link, .mobile-logo {
    display: none;
}
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.mobile-logo {
    display: inline-block;
    width: 66px;
    margin: 0 auto;
    max-height: 62px;
}

@media (min-width: 961px) {
.mobile-link, .mobile-logo {
    display: none;
}
}

.header-nav img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}

.mobile-logo img {
    height: 62px;
}

.header-nav .nav-logo {
    display: none;
    float: left;
    line-height: 40px;
    color: transparent;
}



.header-nav .nav-logo img {
    max-width: 100px;
    width: 100%;
}

.header-nav .nav-logo:after {
    padding: 12px;
    content: "|";
    text-decoration: none !important;
    color: #FFFFFF;
}

.header-nav a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

.header-nav .Center > ul.nav-links {
    display: none;
    position: relative;
    float: left;
    margin:10px  0;

}

@media (min-width: 961px) {
.header-nav .Center .nav-logo, .header-nav .Center > ul.nav-links {
    display: block;
}
}

@media (min-width: 961px) {
.header-nav .Center > ul.nav-links {
    display: block;
}
}

ul.nav-links {
  list-style:none;
}

.header-nav .Center > ul li {
    position: relative;
    display: block;
    padding: 0;
    zoom: 1;
    text-align: left;
    padding-bottom:20px;
}

.header-nav .Center > ul li a {
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
}

.header-nav .Center > ul .arrow_box {
    position: absolute;
    background: #333333;
    background: rgba(0,0,0,0.7);
    margin: 0;
    padding: 5px;
    width: 200%;
    left: -45px;
    top: 43px;
    padding-top:5px;
    min-width:150px;
}

.header-nav .Center > ul li.has-dropdown:hover .arrow_box {
  display:block!important;
}

.header-nav .Center > ul .arrow_box:before, .header-nav .Center > ul .arrow_box:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.header-nav .Center > ul .arrow_box:before {
    margin-left: -6px;
    border-width: 8px;
    border-bottom-color: #333333;
    border-bottom-color: rgba(0,0,0,0.7);
}

.header-nav .Center > ul .arrow_box.investors-links {
    display: none;
    left: -254px;
    width: 708px;
    padding: 1px;
}

.header-nav .Center > ul .arrow_box.investors-links div {
    display: inline-block;
    float: left;
    width: 235px;
    padding: 5px;
}

.header-nav .Center > ul .arrow_box.investors-links div a {
    display: block;
    float: left;
    padding: 0 10px;
    width: 100%;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    text-transform: none;
    padding:10px 10px;
}

.header-nav .Center > ul .arrow_box.investors-links div a:hover {
    background-color: #ff5a00;
}

.header-nav .Center > ul .arrow_box li {
    padding: 0;
}

.header-nav .Center > ul .arrow_box li a {
    display: block;
    float: left;
    padding: 10px 10px;
    width: 100%;
}

.header-nav .Center > ul .arrow_box li a:hover {
    background-color: #ff5a00;
}

.header-nav .nav-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 82px;
    background-color: #FF5A00;
    line-height: 14px;
}

@media (min-width: 761px) {
.header-nav .nav-search {
    width: 30%;
}
}

.header-nav .nav-search a {
    display: block;
    padding: 10px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

@media (min-width: 961px) {
.header-nav .nav-search a {
    width: 160px;
    padding: 22px 10px 21px;
    line-height: 0;
}
}

.header-nav .nav-search a span {
    display: block;
}

@media (min-width: 961px) {
.header-nav .nav-search a span {
    display: inline;
}
}

/* Beign footer */

.bl_footer {
    background: url('../images/footer-pattern.png') repeat 0 0;
    font-size: 12px;
    color: #ffffff;
    display:inline-block;
    position: relative;
    height: 100%;
    width: 100%;
    height:100%;
    padding-bottom: 15px;
    margin-top: 20px;
}

.footer-subscribe {
    background: #FF5A00;
    -webkit-box-shadow: 0px 1px 9px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 9px 0px rgba(0,0,0,0.25);
    display: flex;
    padding:0;
    display: -ms-flexbox;
}

.bl_footer .Center {
    width:100%;
    max-width:1180px;
    margin: 0 auto;
    display:block;
}

@media screen and (min-width: 761px) {
    .bl_footer .Center {
        padding: 0 10px;
    }
}

.footer-subscribe .footer-email-signup {
    float: left;
    width: 100%;
    padding: 0;
}

@media (min-width: 761px) {
.footer-subscribe .footer-email-signup {
    width: 66.666%;
}
}

.bl_footer input {
    vertical-align: middle;
    font: 99% sans-serif;
    margin: 0;
}

.bl_footer h3 {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 26px;
    font-family: OpenSans_Light;
    font-weight: normal !important;
}

@media (min-width: 761px) {
.bl_footer h3 {
    font-size: 30px;
    line-height: 32px;
}
}

.footer-subscribe .footer-email-signup .form-label {
    display: block;
    margin-bottom: 1px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}

.footer-subscribe .field-group {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 auto 12px;
    clear: both;
    max-width: 960px;
}

.footer-subscribe input#subscribeEmailFooter {
    float: left;
    padding: 6px 154px 6px 24px;
    border-radius: 24px !important;
    border: 1px solid transparent !important;
    margin-bottom: 5px;
    font-size: 16px;
    min-height: 38px;
    width: 100%;
}

.bl_footer .button {
    display: inline-block;
    padding: 6px 24px;
    border: 1px solid transparent;
    border-radius: 24px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    font-weight: 600;
}

.footer-subscribe .button {
    position: absolute;
    right: -1px;
    top: 0;
    background: #2F2F2F;
    color: #FFFFFF;
    padding: 6px 24px !important;
    border-radius: 0 24px 24px 0 !important;
    font-size: 18px;
    line-height: 26px;
    -webkit-appearance: none !important;
}

.footer-subscribe .footer-links-social {
    float: right;
    width: 100%;
    padding: 0 0 10px;
}

@media (min-width: 761px) {
.footer-subscribe .footer-links-social {
    width: 30%;
}
}

@media (min-width: 961px) {
.footer-subscribe .footer-links-social {
    width: 25%;
}
}

.footer-subscribe .footer-links-social .form-label {
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}

.bl_footer a {
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.bl_footer a:hover {
    text-decoration: none;
}

.bl_footer .social-icon {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -o-transition-property: background-color;
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    transition-property: background-color;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    background-color: #c4c4c4;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 38px;
    padding: 9px 0;
    color: white;
    margin: 2px;
    cursor: pointer;
}

.footer-subscribe .social-icon {
    background: url('../images/footer-social.png') no-repeat 0 0;
    display: inline-block;
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    margin-top: -.2em;
    height: 40px;
    width: 40px;
}

.footer-subscribe .social-icon-facebook {
    background-position: -5px 50%;
}

.footer-subscribe .social-icon-twitter {
    background-position: -55px 50%;
}

.footer-subscribe .social-icon-youtube {
    background-position: -205px 50%;
}

.footer-subscribe .social-icon-pinterest {
    background-position: -105px 50%;
}

.footer-subscribe .social-icon-instagram {
    background-position: -155px 50%;
}

.social-icon:nth-child(1) {
    -o-animation: fadeInRight 0.6s 0.25s forwards;
    -moz-animation: fadeInRight 0.6s 0.25s forwards;
    -webkit-animation: fadeInRight 0.6s 0.25s forwards;
    animation: fadeInRight 0.6s 0.25s forwards;
}

.bl_footer .visually-hidden {
    position: absolute;
    clip: rect(0px, 0px, 0px, 0px);
    clip: rect(0px 0px 0px 0px);
    padding: 0;
    margin: -1px;
    border: 0 none;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.bl_footer .footer-boxes {
    margin:0;
    padding:0;
    border:0;
    font-size: 100%;
    vertical-align:baseline;
    background:transparent;
  }
  
  .footer-boxes .Center {
    width:100%;
    max-width:960px;
    margin: 0 auto;
    padding: 0 15px;
  }
  
  @media screen and (min-width: 761px) {
    .footer-boxes .Center {
      padding: 0 10px;
    }
  }
  
  .footer-boxes .Band {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .footer-boxes .Center {
    margin: 30px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  @media screen and (min-width: 761px) {
    .footer-boxes .Center {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
    }
  }
  
  .footer-boxes .clearfix {
    zoom: 1;
  }
  
  .footer-boxes .col {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: auto;
    margin: 0 15px;
    width:100%;
  }
  
 /* .footer-boxes .col:first-of-type {
    margin-left: 0;
  }
  */
  .footer-boxes a {
    display: block;
    min-height:148px;
    width: auto;
    margin: 0 0 10px;
    padding: 20px 0 10px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    text-decoration: none;
    border: 3px solid #ffffff;
    background: #ff5a00;
    font-family: "Open Sans", sans-serif;
  }
  
  @media screen and (min-width: 761px) {
    .footer-boxes a {
      margin: 0 15px;
    }
  }
  
  .footer-boxes a:before {
    display: block;
    margin: 0 auto 10px;
    height: 54px;
    vertical-align: -50%;
  }
  
  .footer-boxes a.one:before {
    content: url('../images/footer-box-rewards.png');
    position: relative;
    line-height: 74px;
  }
  
  .footer-boxes a.two:before {
    content: url('../images/footer-box-contact.png');
    position: relative;
    line-height: 84px;
  }
  
  .footer-boxes a.two span {
      display: block;
      font-size: 12px;
  }
  
  .footer-boxes a.three:before {
      content: url('../images/footer-box-ads.png');
      position: relative;
  }

  .bl_footer .footer-links {
    margin:0;
    padding:0;
    border:0;
    font-size: 100%;
    vertical-align:baseline;
    background:transparent;
  }
  
  .footer-links .Center {
    padding: 0;
    background-color: rgba(0,0,0,0.1);
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    width:100%;
    max-width:960px;
    margin: 0 auto;
  }
  
  .footer-links .footer-left-links {
    width:100%;
    float:left;
  }
  
  @media screen and (min-width: 761px) {
    .footer-links .footer-left-links {
      width:75%;
      border-right:1px solid #ffffff;
    }
  }
  
  @media screen and (min-width: 961px) {
    .footer-links .footer-left-links {
      width:61%;
    }
  }
  
  .footer-links .footer-left-links .footer-links-shop {
    width:100%;
    border-bottom: 1px solid #ffffff;
  }
  
  .footer-links .footer-left-links .footer-links-shop {
    padding: 15px;
    float: left;
  }
  
  @media screen and (min-width: 761px) {
    .footer-links .footer-left-links .footer-links-shop {
      width: 33%;
      border-bottom: 0;
      margin: 21px 0 20px;
    }
  }
  
  @media screen and (min-width: 961px) {
    .footer-links .footer-left-links .footer-links-shop {
      width: 35%;
    }
  }
  
  .footer-links .footer-links-header {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 18px;
      margin-bottom: 15px;
    font-family: "Open Sans", sans-serif;
    
  }
  
  .footer-links a {
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
  }
  
  .footer-links .footer-links-header a {
    font-size: 17px;
  }
  
  .footer-links .footer-left-links .footer-links-account {
      width: 50%;
  }
  
  .footer-links .footer-left-links .footer-links-account {
    padding: 15px;
    float: left;
  }
  
  @media screen and (min-width: 761px) {
    .footer-links .footer-left-links .footer-links-account {
      width: 33%;
      border-left: 1px solid #ffffff;
      border-right: 1px solid #ffffff;
      margin-right: -1px;
      margin: 21px 0 20px;
    }
  }
  
  @media screen and (min-width: 961px) {
    .footer-links .footer-left-links .footer-links-account {
      width:31%;
    }
  }
  
  .footer-links .footer-left-links .footer-links-account ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
  }
  
  .footer-links .footer-left-links h5 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #ffffff;
  }
  
  .footer-links .footer-left-links .footer-links-service {
      width: 50%;
    padding: 15px;
    float: left;
  }
  
  @media screen and (min-width: 761px) {
    .footer-links .footer-left-links .footer-links-service {
      width:33%;
      margin: 21px 0 20px;
    }
  }
  
  @media screen and (min-width: 961px) {
    .footer-links .footer-left-links .footer-links-service {
      width:34%;
    }
  }
  
  .footer-links .footer-left-links .footer-links-service ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
  }
  
  .clearfix:after {
    clear:both;
    display:block;
    content: " ";
    height:0;
    overflow: hidden;
  }
  
  .footer-links .footer-corporate {
    margin: 0;
    padding:0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
  }
  
  .footer-links .footer-corporate {
    width:100%;
    float: left;
    padding: 15px;
    line-height: 17px;
    border-top: 1px solid #ffffff;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
  }
  
  @media screen and (min-width: 761px) {
    .footer-links .footer-corporate {
      width: 25%;
      margin-left: -1px;
      padding: 35px 17px 10px 17px;
      border-left: 1px solid #ffffff;
      border-top: 0;
    }
  }
  
  @media screen and (min-width: 961px) {
    .footer-links .footer-corporate {
      width:39%;
    }
  }
  
  .footer-links .footer-corporate-header h5 {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 15px;
    color: #ffffff;
    padding: 0;
    font-family: "Open Sans", sans-serif;
  }

  .bl_footer .footer-notices {
    margin:0;
    padding: 0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    display:block;
  }
  
  .bl_footer .footer-notices {
    width:100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 960px;
  }
  
  .footer-notices .Center {
    width:100%;
    max-width:960px;
    margin: 0 auto;
    padding: 10px 10px 20px;
    background-color: rgba(0,0,0,.1);
  }
  
  .footer-notices p {
    margin: 10px 0;
    margin-bottom: 5px;
    line-height: 16px;
    padding: 0;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size:  12px;
    text-align: center;
  }
  
  .footer-notices p a {
    color: #ffffff;
    font-weight: bold;
  }

/* End Footer */
