/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*            End of CSS Reset            */

/*                 Setup                  */

/*               Borderbox                */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/* clearfix */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  clear: both;
  *zoom: 1;
}
/*               End of Setup             */


/*                 Container              */
.container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 10px;
}

/*                  Font                  */
@font-face {
  font-family: "Myriad Set Pro";
  src: url("fonts/myriad-set-pro_bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Myriad Set Pro";
  src: url("fonts/myriad-set-pro_semibold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Myriad Set Pro";
  src: url("fonts/myriad-set-pro_medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Myriad Set Pro";
  src: url("fonts/myriad-set-pro_text.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Myriad Set Pro";
  src: url("fonts/myriad-set-pro_thin.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Myriad Set Pro";
  src: url("fonts/myriad-set-pro_ultralight.ttf") format("truetype");
  font-weight: 100;
}
body {
  font-family: "Myriad Set Pro","Helvetica Neue","Helvetica","Arial",sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: normal;
  color: #333;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
/*              Navigation Bar            */
nav {
  background: rgba(0,0,0,0.92);
  height: 44px;
}
nav ul {
  height: 44px;
}
nav li {
  display: inline-block;
  vertical-align: top;
  height: 44px;
}
nav li:not(:last-child) {
  margin-right: 51.6px;
}
nav a {
  display: inline-block;
  padding: 0 10px;
  text-decoration: none;
  color: #fff;
}
.nav-link {
  background-origin: content-box;
  opacity: 1;
  height: 44px;
}
.nav-link:hover {
  opacity: 0.65;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#nav-apple-logo {
  width: 40px;
  background: url(images/navbar/apple-icon.png) 50% 50% no-repeat;
}
#nav-mac {
  width: 47.5px;
  background: url(images/navbar/mac.png) 50% 50% no-repeat;
}
#nav-ipad {
  width: 46.7px;
  background: url(images/navbar/ipad.png) 50% 50% no-repeat;
}
#nav-iphone {
  width: 62.7px;
  background: url(images/navbar/iphone.png) 50% 50% no-repeat;
}
#nav-watch {
  width: 59.1px;
  background: url(images/navbar/watch.png) 50% 50% no-repeat;
}
#nav-tv {
  width: 37px;
  background: url(images/navbar/tv.png) 50% 50% no-repeat;
}
#nav-music {
  width: 55px;
  background: url(images/navbar/music.png) 50% 50% no-repeat;
}
#nav-support {
  width: 70px;
  background: url(images/navbar/support.png) 50% 50% no-repeat;
}
#nav-search {
  width: 40px;
  background: url(images/navbar/search.png) 50% 50% no-repeat;
}
#nav-shop {
  width: 40px;
  background: url(images/navbar/shop.png) 50% 50% no-repeat;
}
/*          end of navigation bar         */


/*               hero section             */
.hero {
  margin-top: 11px;
}
#product-img {
  display: inline-block;
  background: url(images/iphone-6s-change_large.jpg) 0 0 no-repeat;
  background-size: 420px 571px;
  width: 420px;
  height: 571px;
  margin-left: 4px;
}
#product-info {
  position: absolute;
  width: 440px;
  top: 261px;
  margin-left: 50px;
  display: inline-block;
}
#product-name {
  background: url(images/iphone_6s_large.png) no-repeat;
  background-size: 330px 61px;
  width: 330px;
  height: 61px;
  margin: 0 auto 13px;
}
#product-text {
  text-align: center;
  font-size: 39.5px;
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 27.5px;
}
#product-links {
  text-align: center;
}
#product-links > li {
  display: inline-block;
  font-size: 23.7px;
  line-height: 1.3375;
  font-weight: 300;
  margin: 0 6px 12px;
}
#product-links > li > a {
  color: #08c;
  text-decoration: none;
}
#product-links > li > a:hover {
  color: #000;
  text-decoration: underline;
}
/*           End of hero section          */

/*            Hero sub section            */
.hero-sub-section {
  margin-top: 16px;
}

#hero-sub-watch {
  background: url(images/watch_large.jpg) center center no-repeat;
}
#hero-sub-ipad {
  background: url(images/ipad_pro_large.jpg) center center no-repeat; 
}
#hero-sub-access {
  background: url(images/accessories_large.jpg) center center no-repeat;
}
#hero-sub-macbook {
  background: url(images/macbook_large.jpg) center center no-repeat;
  border-right: none;
}
#exchange {
  margin: 22px 0 18px;
  letter-spacing: -0.1px;
  text-align: center;
  font-weight: 400;
}
#exchange a {
  color: #08c;
  text-decoration: none;
}
#exchange a:hover {
  text-decoration: underline;
}
/*           End of hero section           */

/*                 Footer                  */
footer {
  background-color: #f2f2f2;
  font-size: 11.94px;
  line-height: 1.66667;
  font-weight: 400;
  letter-spacing: -0.01px;
  color: #666;
}
footer > .container {
  padding: 0 22px;
}
.footer-nav {
  padding-top: 20px;
}
/* .footer-nav ul:not(:first-child) {
  padding-top: 20px;
}
.footer-nav ul > li:first-child {
  font-weight: 600;
  color: #333;
}
.footer-nav ul > li:not(:first-child) > a {
  text-decoration: none;
  color: #666;
}
.footer-nav ul > li:not(:first-child) > a:hover {
  text-decoration: underline;
  color: #333;
} */
.footer-help {
  color: #999;
  padding-top: 20px;
  padding-bottom: 24px;
}
.footer-help > p:first-child {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 6px;
  padding-bottom: 5px;
}
.footer-help > p:first-child > a {
  color: #08c;
  text-decoration: none;
}
.footer-help > p:first-child > a:hover {
  color: #333;
  text-decoration: underline;
}
.footer-help > div {
  display: inline-block;
  vertical-align: top;
}
#legal {
  margin-right: 22px;
}
#legal-links > a {
  color: #666;
  text-decoration: none;
}
#legal-links > a:hover {
  color: #333;
  text-decoration: underline;
}
#legal-links > a:not(:last-child) {
  border-right: 1px solid #d6d6d6;
  margin-right: 10px;
  padding-right: 12px;
}
#locale {
  float: right;
}
#locale > a {
  vertical-align: top;
  display: inline-block;
  color: #666;
  text-decoration: none;
}
#locale > a:hover {
  color: #333;
  text-decoration: underline;
}
#locale-flag {
  display: inline-block;
  height: 16px;
  width: 21px;
  background: url(images/usa.png) 3px 0 no-repeat;
  background-size: 16px 16px;
  margin-top: 1px;
  padding-right: 1px;
}

.covid-banner {
  height: 44px;
  text-align: center;
  background-color: #0071E3;
  color: white;
  font-size: 0.9em;
  padding-top: 12px;
}
.covid-banner>a {
  color: white;
  text-decoration: none;
}
.covid-banner>a:hover {
  text-decoration: underline;  
}
.sub-content {
  display: inline-block;
  align-content: center;
  margin-left: 500px;
}
.col-3 {
  width:25%;
  display: inline-block;
  vertical-align: top;
}
.col-3>ul>li>a {
  text-decoration: none;
  color:#666;

}
.col-3>ul>li>a:hover {
  text-decoration: underline;
  color:black;

}

.hero-image-list {
  height: 200px;
  border-right: 2px solid white;
}

.list-title {
  font-weight: bold;
  color: #333;
}

.col-5 {
  width:20%;
  display: inline-block;
  vertical-align: top;
}
.col-5>ul>li>a {
  text-decoration: none;
  color:#666;

}
.col-5>ul>li>a:hover {
  text-decoration: underline;
  color:black;
}

.footer-help > p:first-child {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 6px;
  padding-bottom: 5px;
}

.legal {
  display: inline-block;
}

.legal-locale {
  float:right;
  text-align: center;
  margin-bottom: 10px;
}

.footer-link {
  margin-left: 25px;
}

.footer-link > a:not(:last-child) {
  border-right: 1px solid #d6d6d6;
  margin-right: 10px;
  padding-right: 12px;
}

.footer-link > a {
  text-decoration: none;  
  color: #666;
}

.footer-link > a:hover {
  text-decoration: underline;  
  color: black;
}

.legal-locale>a {
  text-decoration: none;
  color: #666;
}

.legal-locale>a:hover {
  text-decoration: underline;
  color: black;
}