/* # =================================================================
   # Global selectors
   # ================================================================= */html{box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%}*,:after,:before{box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{background-repeat:no-repeat;padding:0;margin:0}

/* # =================================================================
   # General elements
   # ================================================================= */audio:not([controls]){display:none;height:0}hr{overflow:visible}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}summary{display:list-item}small{font-size:80%}[hidden],template{display:none}abbr[title]{border-bottom:1px dotted;text-decoration:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}

/* # =================================================================
   # Forms
   # ================================================================= */input{border-radius:0}[type="submit"] [role="button"],[type=button],[type=reset],button{cursor:pointer}[disabled]{cursor:default}[type=number]{width:auto}[type=search]{-webkit-appearance:textfield}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border-style:0;padding:0}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type="button"]{-webkit-appearance:button}button,select{text-transform:none}button,input,select,textarea{background-color:transparent;border-style:none;color:inherit}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}

/* # =================================================================
   # Specify media element style
   # ================================================================= */img{border-style:none}progress{vertical-align:baseline}svg:not(:root){overflow:hidden}audio,canvas,progress,video{display:inline-block}

/* # =================================================================
   # Accessibility
   # ================================================================= */@media screen{[hidden~=screen]{display:inherit}[hidden~="screen"]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}

/* # =================================================================
   # Selection
   # ================================================================= */::-moz-selection{background-color:#b3d4fc;color:#000;text-shadow:none}::selection{background-color:#b3d4fc;color:#000;text-shadow:none}

.wrapper {
  width: 967px;
  margin: 0 auto;
  text-align: left;
}
.mt50{
  margin-top: 50px;
}
ul,li{
  list-style:none;
}
a{
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  text-decoration: none;
}
a:hover{
  opacity:0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
header{
  background: #4262ad;
  padding: 34px 0;
}
header h1{
  text-align: left;
  color: #fff;
  font-size: 24px;
}
header h1 br{
  display: none;
}
h2{
  font-size: 100%;
  font-weight: normal;
}

.ipod_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 30px;
}
.ipod_list dl{
  width: 48%;
}
.ipod_list dl dt {
  margin-bottom: 5px;
}
.ipod_list dl dt a {
  position: relative;
  display: block;
  background-color: #042a72;
  color: #fff;
  font-weight: bold;
  padding: 35px 10px 35px 25px;
}
.ipod_list dl dt a:after {
  content:"";
  position:absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}
.ipod_list dl dt a:hover{
    opacity:.75;
}
.ipod_list dl dd {
  color: #000000;
  margin-bottom: 10px;
  font-size: 90%;
}




@media screen and (max-width: 767px){
  .wrapper {
    width: 100%;
    font-size: 13px;
  } 
  header {
    padding: 24px 0;
  }
  header h1 {
    font-size: 18px;
    padding: 0 15px;  
  } 
  header h1 br{
    display: block;
  }
  .ipod_list {
    margin: 50px 10px auto;
  }
  .ipod_list dl {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .ipod_list dl dt a {
    padding: 30px 10px 30px 15px;
    font-size: 90%;
  }
  .ipod_list dl dd {
    font-size: 80%;
  }
  
}