/* 5-28-2020 Phone number change */
img.phone-number {
   height:35px;
   padding-left:5px;
   vertical-align:bottom;
}
@media screen and (max-width: 1000px) {
.mid-header .header-search-tablet-bg .header-search {
  margin-top: 15px;
}
}
/* 5-28-2019 Size chart table edits */  
table.size-chart {
  width:100%;
}
table.size-chart caption{
    border: 1px solid #ccc;
    background: #242863;
    color: white;
    font-weight: 700;
    padding: 7px;
    font-size: 1.1em;
}
#size-chart-link {
cursor: pointer;
text-decoration: underline;
}
.size-chart-popup {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 70px; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.size-chart-content {
  background-color: #fefefe;
  margin: auto;
  padding: 0px 20px 20px;
  border-radius: 3px;
  width: 30%;
}

.close {
  color: #333;
  float: right;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

@media screen and (max-width: 780px) {
.size-chart-content {
  width: 95%;
}
}
/* 11-21-2018 Footer terms and conditions */
@media screen and (max-width: 1000px) {
.footer ul.footer-images {
display:block;
}
.footer .copyright {
padding-top:10px
}
}

/* H1 Info Header */
h1.info-header {
  font-weight:400;
}
/* Style Page */
img.style-page-left {
  float:left;
  margin-right:10px;
  margin-bottom:5px;
  margin-top:5px;
}
img.style-page-right {
  float:right;
  margin-left:10px;
  margin-bottom:5px;
  margin-top:5px;
}
/*top header animation */
.top-header {
    background: #fff;
    width: 100%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#707070;
	padding-top: 12px;
}
.top-header sup{
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
.top-header span {
    color: #d8781b;
    text-transform: uppercase;
    font-weight: bold;
}
.top-header a {
	text-decoration:none;
    color:#707070;
}
.top-header a:hover span {
	Color: #242863
}
*.header-data {
    font-size: 18px;
    vertical-align: top;
    display: inline-block;
    width:33%;
}
.header-data:nth-of-type(2) {
border-left: 1px solid #707070;
border-right: 1px solid #707070;
}
.header-data:nth-of-type(4) {
border-left: 1px solid #707070;
}
@media screen and (max-width: 780px) {
	.top-header {
		height: 42px;
		padding-top: 0px;
	}
    .header-data {
        position:absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .header-data {
        opacity: 0;
        animation-name: fade;
        animation-duration: 9999ms;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-play-state: running;
pointer-events:none;
    }
    @keyframes fade {
        0% {
            opacity: 0;
        }
        1%, 33% {
            opacity: 1;
pointer-events:auto;
        }
        34% {
            opacity: 0;
pointer-events:none;
        }
        100% {
            opacity: 0;

        }
    }
    .header-data:nth-of-type(1) {
        animation-delay: 0s;
    }
    .header-data:nth-of-type(2) {
        animation-delay: -3333ms;
        border: none;
        width:100%; 
    }
    .header-data:nth-of-type(3) {
        animation-delay: -6666ms;
    }
    .header-data:nth-of-type(4) {
        animation-delay: -9999ms;
        border:none;
    }
}
