		
					
			
						
			
		
																																																																																																																																																																																																													
		
			

				
	    
	

		
				
												
					
				
				
				
					

																			
		
	
				
												
					
				
																																																																																																																																																																																																																																																		
				
					

														
		
	
							html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

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

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */


/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


							@font-face {
    font-family: 'TradeGothicLTPro-Bold';
    src: url('http://o.aolcdn.com/os/themanual/font/296007_0_0.eot#iefix') format('embedded-opentype'),
         url('http://o.aolcdn.com/os/themanual/font/296007_0_0.woff') format('woff'),
         url('http://o.aolcdn.com/os/themanual/font/296007_0_0.ttf') format('truetype'),
         url('http://o.aolcdn.com/os/themanual/font/2A2965_0_0.svg#TradeGothicLTPro-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

    
							nav ul li {
  display: none;
}
nav ul li.social {
  display: block;
  margin: auto;
  width: 200px;
}
nav ul li.social:before,
nav ul li.social:after {
  content: " ";
  display: table;
}
nav ul li.social:after {
  clear: both;
}
nav ul li.social:before,
nav ul li.social:after {
  content: " ";
  display: table;
}
nav ul li.social:after {
  clear: both;
}
nav ul li.social:before,
nav ul li.social:after {
  content: " ";
  display: table;
}
nav ul li.social:after {
  clear: both;
}
nav ul li.social a.google,
nav ul li.social a.twitter {
  display: block;
  float: left;
  height: 37px;
  width: 37px;
  margin: 0 6px;
  text-indent: -9999em;
  padding: 0;
  background: url(http://o.aolcdn.com/os/themanual/img/v2/sprite.png) left -49px no-repeat;
}
nav ul li.social a.google:hover,
nav ul li.social a.twitter:hover {
  background-position: -131px -50px;
}
nav ul li.social a.twitter {
  background-position: -47px -50px;
}
nav ul li.social a.twitter:hover {
  background-position: -178px -50px;
}
nav ul li.social .fb-like {
  margin-top: 5px;
  float: left;
}
nav ul li a {
  font-size: 18px;
  text-transform: uppercase;
}
.item {
  position: relative;
}
.item .info {
  background: #ffffff;
  color: #ed1c24;
  position: relative;
  z-index: 2;
  padding: 5px 10px;
  margin-bottom: 20px;
  margin-left: 5.8%;
  text-transform: uppercase;
  cursor: pointer;
  cursor: hand;
}
.item .info a,
.item .info a:hover {
  text-decoration: none;
}
.item .info b {
  width: 34px;
  display: block;
  margin-top: 15px;
  border-bottom: 5px solid #ed1c24;
}
.item .info h4 {
  font-size: 10px;
  line-height: 21.5px;
}
.item .info h3 {
  font-size: 20px;
  line-height: 22.5px;
  overflow: hidden;
}
.item .photo {
  width: 100%;
  z-index: 0;
  margin-bottom: -20px;
}
.item .photo img {
  display: block;
  width: 100%;
}
.item.item-spotlight .info {
  margin: 0;
  text-align: center;
  padding: 0;
}
.item.item-spotlight .photo img {
  display: inline;
  width: auto;
  max-width: 100%;
}
.item.item-hover .info a {
  background: #ed1c24;
  color: #ffffff;
}
.content-items-more .item {
  margin-bottom: 30px;
  max-width: 300px;
  min-height: 126px;
}
.content-items-more .item:before,
.content-items-more .item:after {
  content: " ";
  display: table;
}
.content-items-more .item:after {
  clear: both;
}
.content-items-more .item:before,
.content-items-more .item:after {
  content: " ";
  display: table;
}
.content-items-more .item:after {
  clear: both;
}
.content-items-more .item:before,
.content-items-more .item:after {
  content: " ";
  display: table;
}
.content-items-more .item:after {
  clear: both;
}
.content-items-more .item .photo {
  width: 107px;
  float: left;
  margin-bottom: 10px;
}
.content-items-more .item .photo b {
  position: absolute;
}
.content-items-more .item .info {
  width: 180px;
  float: right;
  padding: 0;
  margin: 0;
}
.content-items-more .item .info h3 a {
  font-size: 17px;
  line-height: 17px;
}
.content-items-more .item .info h4 {
  display: none;
}
.item-play div.photo {
  position: relative;
}
.item-play div.photo b.play {
  width: 60px;
  height: 60px;
  border: 6px solid #ffffff;
  display: block;
  position: absolute;
  left: 25%;
  top: 20%;
  left: calc(50% - 36px);
  top: calc(50% - 36px);
}
.item-play div.photo b.play span {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 30px solid #ffffff;
  left: 25%;
  top: 25%;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  z-index: 3;
}
.item-hover div.photo b.play {
  border-color: #ed1c24;
}
.item-hover div.photo b.play span {
  border-left-color: #ed1c24;
}
.content-items-large div.info b {
  display: none;
}
.content-items-large .item {
  margin-bottom: 10%;
}
.content-items-large .item.item-video-slideshow .info,
.content-items-large .item.item-video .info,
.content-items-large .item.item-photo .info {
  border: none;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 13px;
  padding: 10px 20px;
  width: calc(100% - 66px);
}
.content-items-large .item.item-video-slideshow .info,
.content-items-large .item.item-video .info {
  padding-left: 60px;
  width: calc(100% - 106px);
}
.content-items-large .item.item-video-slideshow .info h4,
.content-items-large .item.item-video .info h4 {
  display: none;
}
.content-items-large .item.item-video-slideshow .info h3,
.content-items-large .item.item-video .info h3 {
  font-size: 15px;
  line-height: 16px;
}
.content-items-large .item.item-video-slideshow .info b,
.content-items-large .item.item-video .info b {
  border: none;
  left: 20px;
  top: 25%;
  top: calc(50% - 14px);
  position: absolute;
  display: block;
  height: 27px;
  width: 23px;
  background: url("http://o.aolcdn.com/os/themanual/img/v2/sprite.png") -54px -282px no-repeat;
  margin: 0;
}
.content-items-large .item.item-video-slideshow.item-hover .info b,
.content-items-large .item.item-video.item-hover .info b {
  background-position: -54px -378px;
}
.content-items-large .item.item-video-slideshow iframe.item-video-iframe,
.content-items-large .item.item-video iframe.item-video-iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
  top: 0;
  left: 0;
  display: none;
  border: none;
}
.content-items-large .item.item-video-slideshow .video-links,
.content-items-large .item.item-video .video-links {
  position: absolute;
  width: 100%;
  bottom: -1.5em;
  display: none;
}
.content-items-large .item.item-video-slideshow .video-links a.full-story,
.content-items-large .item.item-video .video-links a.full-story {
  float: left;
}
.content-items-large .item.item-video-slideshow .video-links a.close,
.content-items-large .item.item-video .video-links a.close {
  float: right;
}
.content-items-large .item.item-video-slideshow.video-show .video-links,
.content-items-large .item.item-video.video-show .video-links,
.content-items-large .item.item-video-slideshow.video-show iframe.item-video-iframe,
.content-items-large .item.item-video.video-show iframe.item-video-iframe {
  display: block;
}
.content-items-large .item.item-photo h4 {
  font-size: 12px;
}
.content-items-large .item.item-spotlight {
  border: 10px solid #ed1c24;
}
.content-items-large .item.item-spotlight h4 {
  text-align: center;
  padding: 20px;
  text-transform: uppercase;
  color: #ed1c24;
}
.content-items-large .item.item-spotlight .photo {
  text-align: center;
}
.content-items-large .item.item-spotlight .photo a:hover,
.content-items-large .item.item-spotlight .photo a {
  display: inline-block;
  height: auto;
  vertical-align: middle;
  width: 100%;
  overflow: hidden;
  background: none;
}
.content-items-large .item.item-spotlight .photo img {
  max-height: 350px;
  margin: 0 auto;
  max-width: 90%;
  max-width: calc(100% - 60px);
}
.content-items-large .item.item-spotlight div.info {
  width: 100%;
}
.content-items-large .item.item-spotlight div.info h3 {
  margin: 15px 20px;
  min-height: 56px;
  font-size: 20px;
  line-height: 20px;
}
.content-items-large .item.item-spotlight.item-hover div.info {
  background: #ffffff;
}
.content-items-large .item .photo {
  margin-bottom: 0;
  min-height: 30px;
}
.content-items-large .item-play .info b {
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  margin: 0;
  top: 20%;
  top: calc(50% - 10px);
  left: 14px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 17px solid #ed1c24;
}
.content-items-large .item-hover div.info {
  background: #ed1c24;
  color: #ffffff;
}
.content-items-large .item-hover div.info h4 {
  color: #ffffff;
}
.content-items-large .item-hover div.info b {
  background-position: -54px -378px;
}
@media only screen and (min-width: 768px) {
  .content-items-large .item div.info h3 {
    font-size: 20px;
    line-height: 21px;
  }
  .content-items-large .item.item-video-slideshow div.info h3,
  .content-items-large .item.item-video div.info h3 {
    font-size: 15px;
    line-height: 18px;
  }
  .content-items-large .item.item-video-slideshow div.info h4,
  .content-items-large .item.item-video div.info h4 {
    font-size: 15px;
  }
  .content-items-large .item.item-photo .info h4 {
    font-size: 13px;
  }
  .content-items-large .item.item-photo .info h3 {
    font-size: 20px;
    line-height: 21px;
  }
  .content-items-large .item.item-spotlight div.info h3 {
    margin: 18px;
    font-size: 20px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 1024px) {
  .content-items-large .item.item-video-slideshow .info,
  .content-items-large .item.item-video .info,
  .content-items-large .item.item-photo .info {
    margin: 7%;
    width: calc(86% - 40px);
  }
  .content-items-large .item.item-video-slideshow div.info,
  .content-items-large .item.item-video div.info {
    width: calc(86% - 80px);
  }
  .content-items-large .item.item-video-slideshow div.info h3,
  .content-items-large .item.item-video div.info h3 {
    font-size: 15px;
    line-height: 18px;
  }
  .content-items-large .item.item-video-slideshow div.info h4,
  .content-items-large .item.item-video div.info h4 {
    font-size: 14px;
  }
  .content-items-large .item.item-photo .info h4 {
    font-size: 13px;
  }
  .content-items-large .item.item-photo .info h3 {
    font-size: 23px;
    line-height: 25px;
  }
  .content-items-large .item.item-spotlight div.info h3 {
    margin: 25px 50px;
    font-size: 23px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 1250px) {
  .content-items-large .item.item-video-slideshow div.info h3,
  .content-items-large .item.item-video div.info h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .content-items-large .item.item-video-slideshow div.info h4,
  .content-items-large .item.item-video div.info h4 {
    font-size: 14px;
  }
  .content-items-large .item.item-photo .info h4 {
    font-size: 13px;
  }
  .content-items-large .item.item-photo .info h3 {
    font-size: 32px;
    line-height: 32px;
  }
  .content-items-large .item.item-spotlight div.info h3 {
    font-size: 32px;
    line-height: 32px;
  }
}
div.pagination {
  text-align: center;
  clear: both;
}
div.pagination a {
  font-size: 21px;
  position: relative;
  font-family: "TradeGothicLTPro-Bold", Georgia, "Times New Roman", Times, serif;
  display: inline-block;
  text-decoration: none;
  padding: 0 15px;
  line-height: 40px;
  height: 40px;
  background-color: #ed1c24;
  color: #ffffff;
  text-transform: uppercase;
}
div.pagination a.arrow {
  margin-left: 10px;
}
div.pagination a.arrow b {
  position: absolute;
  right: -11px;
  top: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 11px solid #ed1c24;
}
div.pagination a.previous {
  margin-left: 0;
  margin-right: 10px;
}
div.pagination a.previous b {
  right: auto;
  left: -11px;
  border-right: 11px solid #ed1c24;
  border-left: none;
}
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
p.byline {
  margin: 9px 0 10px;
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
}
html,
button,
input,
select,
textarea {
  color: #000;
  -webkit-border-radius: 0;
  border-radius: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  border-radius: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
html {
  font-size: 1em;
  line-height: 1.4;
  font-family: "TradeGothicLTPro-Bold", Georgia, "Times New Roman", Times, serif;
}
xmp {
  width: 100%;
  overflow: scroll;
  height: 500px;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
#search-results a:hover {
  background: #ed1c24;
  color: #ffffff;
}
#search-results .gsc-cursor-box {
  text-align: center;
}
#search-results .gsc-cursor-box .gsc-cursor {
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  #search-results-page #mens-header nav ul li.social {
    display: none;
  }
}
::-moz-selection {
  background: #ed1c24;
  text-shadow: none;
  color: #ffffff;
}
::-webkit-input-placeholder {
  /* WebKit browsers */

  color: #ed1c24;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: #ed1c24;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #ed1c24;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */

  color: #ed1c24;
}
::selection {
  background: #ed1c24;
  text-shadow: none;
  color: #ffffff;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ed1c24;
  margin: 1em 0;
  padding: 0;
}
a {
  color: #ed1c24;
  background-color: #ffffff;
  text-decoration: none;
}
a:hover {
  background-color: #ed1c24;
  color: #ffffff;
  text-decoration: none;
}
h1,
h2,
h3,
h4 {
  color: #ed1c24;
  text-transform: uppercase;
}
h3 {
  font-size: 24px;
}
h1 {
  font-size: 80px;
  line-height: 80px;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
  
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
       * Don't show links for images, or javascript/internal links
       */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

							#wrap {
  overflow: hidden;
}
#wrap.ui-draggable-dragging {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
}
#wrap.ui-draggable-dragging .bb-g-f > .bb-g-c {
  max-width: 1024px;
}
.bb-g-f {
  width: 100%;
}
.bb-g-f .bb-g-c {
  width: 300px;
  margin: 0 auto;
}
.bb-g-f .bb-g-c .bb-g-c {
  width: auto;
  min-width: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .bb-g-f .bb-g-c {
    width: 728px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1489px) {
  .bb-g-f .bb-g-c {
    min-width: 935px;
    width: calc(100% - 90px);
  }
}
@media only screen and (min-width: 1490px) {
  .bb-g-f .bb-g-c {
    width: 1400px;
  }
}
@media only screen and (min-width: 1176px) {
  .bb-columns > .bb-g-c {
    width: 1176px;
  }
  .bb-columns > .bb-g-c .bb-g-u-1-3 {
    width: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .bb-columns > .bb-g-c:before,
  .bb-columns > .bb-g-c:after {
    content: " ";
    display: table;
  }
  .bb-columns > .bb-g-c:after {
    clear: both;
  }
  .bb-columns > .bb-g-c .bb-g-u-2-3 {
    float: left;
    width: calc(100% - 335px);
    overflow: hidden;
  }
  .bb-columns > .bb-g-c .bb-g-u-1-3 {
    width: 300px;
    float: right;
  }
}
@media only screen and (min-width: 1024px) {
  .bb-g-f .bb-g-c:before,
  .bb-g-f .bb-g-c:after {
    content: " ";
    display: table;
  }
  .bb-g-f .bb-g-c:after {
    clear: both;
  }
  .bb-columns > .bb-g-c .bb-g-u-1-3 {
    width: 300px;
  }
}

							a.home {
  width: 165px;
  background: url("http://o.aolcdn.com/os/themanual/img/v2/sprite.png") left top no-repeat;
  height: 24px;
  display: block;
  text-indent: -999em;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
#mens-header {
  text-transform: uppercase;
  border-bottom: 1px solid #ed1c24;
  background: #ffffff;
}
#mens-header h1,
#mens-header h2 {
  padding: 0;
  margin: 20px 0;
}
#mens-header nav ul {
  position: relative;
  margin: 0 auto;
}
#mens-header nav ul li {
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  display: none;
  text-align: center;
}
#mens-header nav ul li a {
  border-color: #ed1c24;
  background: #ed1c24;
  color: #ffffff;
  padding: 8px 0;
  display: block;
  outline: none;
}
#mens-header nav ul li a.selected,
#mens-header nav ul li a:hover {
  background-color: #ffffff;
  color: #ed1c24;
}
#mens-header nav ul li.social {
  left: 138px;
  border-bottom: none;
}
#mens-header nav ul li.social a {
  border: 1px solid #ed1c24;
  border-width: 0 1px;
  background: #ffffff url("http://o.aolcdn.com/os/themanual/img/v2/sprite.png") left -50px no-repeat;
  color: #ed1c24;
  padding: 0;
  display: block;
  outline: none;
  width: 33px;
  height: 31px;
  margin: 1px 0 0;
}
#mens-header nav ul li.social a.twitter {
  background-position: -48px -50px;
  width: 32px;
  border-left: none;
}
#mens-header nav ul li.social .fb-like {
  position: absolute;
  right: 10px;
  width: 93px !important;
  display: block !important;
  overflow: hidden !important;
  height: 29px !important;
}
#mens-header nav ul li.search {
  position: static;
  display: block;
  height: 0;
}
#mens-header nav ul li.search a {
  position: absolute;
}
#mens-header nav ul li.search a.search {
  position: static;
  display: none;
}
#mens-header nav ul li.search a.nav-toggle {
  position: absolute;
  display: block;
  margin: 0;
  background: #ffffff url("http://o.aolcdn.com/os/themanual/img/v2/sprite.png") -36px -122px no-repeat;
  text-indent: -999em;
  overflow: hidden;
  left: 0px;
  padding: 17px 17px 21px;
  height: 26px;
  width: 31px;
  top: -64px;
  right: auto;
}
#mens-header nav ul li.search form {
  display: none;
  position: absolute;
  text-transform: uppercase;
}
#mens-header nav ul li.search form input[type=search] {
  height: 38px;
  line-height: 38px;
  width: 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
  border: none;
  visibility: visible;
  background: #ffffff;
  text-transform: uppercase;
  -moz-appearance: none;
}
#mens-header nav ul li.search form input[type=search]:-moz-placeholder {
  color: #ed1c24;
}
#mens-header nav ul li.search form input[type=search]::-moz-placeholder {
  color: #ed1c24;
  opacity: 1;
}
#mens-header nav ul li.search form input[type=search]:-ms-input-placeholder {
  color: #ed1c24;
}
#mens-header nav ul li.search form input[type=search]::-webkit-input-placeholder {
  color: #ed1c24;
}
#mens-header nav ul li.search form input[type=search]::-moz-selection {
  background: #ed1c24;
  color: #ffffff;
}
#mens-header nav ul li.search form input[type=search]::selection {
  background: #ed1c24;
  color: #ffffff;
}
#mens-header nav ul li.search form input[type=submit] {
  border: none;
  height: 22px;
  width: 26px;
  margin-top: 11px;
  margin-left: -22px;
  background: #ffffff url("http://o.aolcdn.com/os/themanual/img/v2/sprite.png") left -140px no-repeat;
  text-indent: -999em;
  overflow: hidden;
  border-radius: none;
  cursor: hand;
  cursor: pointer;
}
#mens-header.menu-on nav ul li {
  display: block;
  border-bottom: 1px solid #c81017;
  height: auto;
}
#mens-header.menu-on nav ul li.social {
  border-bottom: none;
}
#mens-header.menu-on nav ul li.search a.nav-toggle {
  background-color: #ed1c24;
  background-position: -106px -122px;
}
#mens-header.menu-on nav ul li.search a.search {
  display: none;
  width: auto;
  text-indent: 0;
  height: auto;
  padding: 8px 0;
}
#mens-header.menu-on nav ul li.search form {
  display: block;
  position: static;
}
#mens-header.menu-on nav ul li.search form label {
  position: absolute;
}
#mens-header .bd {
  background: #ed1c24;
  width: 100%;
  left: 0;
  text-align: center;
  position: static;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #mens-header .bb-g-c {
    width: 768px;
  }
  #mens-header h1,
  #mens-header h2 {
    margin: 0;
    padding: 20px 0;
  }
  #mens-header .bd {
    position: absolute;
    z-index: 10;
  }
  #mens-header nav ul {
    width: 768px;
  }
  #mens-header nav ul li {
    line-height: 33px;
    height: 33px;
    margin: 16px 0;
  }
  #mens-header nav ul li.social {
    left: 565px;
    top: -50px;
    z-index: 1;
    height: 40px;
    line-height: 22px;
    display: block;
    position: absolute;
    margin: 0;
  }
  #mens-header nav ul li.social a {
    height: 40px;
    background-color: transparent;
    border: none;
  }
  #mens-header nav ul li.social a.twitter {
    background-position: -44px -47px;
    width: 40px;
  }
  #mens-header nav ul li.social a.google {
    background-position: 4px -47px;
    width: 40px;
  }
  #mens-header nav ul li.social .fb-like {
    right: 20px;
    top: 5px;
  }
  #mens-header nav ul li a {
    display: inline-block;
    padding: 0 17px;
    font-size: 17px;
  }
  #mens-header nav ul li.search {
    position: absolute;
    margin: 0;
    left: 0;
  }
  #mens-header nav ul li.search a {
    left: 0;
    top: -78px;
  }
  #mens-header nav ul li.search a.search {
    left: 700px;
  }
  #mens-header nav ul li.search form {
    display: block;
    left: 339px;
    top: -50px;
    position: absolute;
  }
  #mens-header nav ul li.search form input[type=search] {
    width: 215px;
    visibility: hidden;
    height: 42px;
    border: 1px solid #ed1c24;
    box-shadow: 0;
    outline: none;
    text-indent: 10px;
    font-size: 14px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #777;
    text-transform: none;
    padding-right: 38px;
  }
  #mens-header nav ul li.search form input[type=search]:-moz-placeholder {
    color: #ffffff;
  }
  #mens-header nav ul li.search form input[type=search]::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
  }
  #mens-header nav ul li.search form input[type=search]:-ms-input-placeholder {
    color: #ffffff;
  }
  #mens-header nav ul li.search form input[type=search]::-webkit-input-placeholder {
    color: #ffffff;
  }
  #mens-header nav ul li.search form input[type=search].visible {
    visibility: visible;
  }
  #mens-header nav ul li.search form input[type=submit] {
    height: 38px;
    width: 38px;
    position: absolute;
    top: 1px;
    right: 2px;
    z-index: 10;
    margin: 0;
    background-position: 6px -134px;
  }
  #mens-header.menu-on nav ul li {
    display: inline-block;
    border-bottom: none;
  }
  #mens-header.menu-on nav ul li.search {
    position: absolute;
    margin: 0;
    left: 0;
  }
  #mens-header.menu-on nav ul li.search form {
    position: absolute;
    display: block;
    left: 333px;
    top: -50px;
  }
  #mens-header a.home {
    margin-left: 84px;
  }
}
@media only screen and (max-width: 767px) {
  #mens-header .bb-g-c {
    width: 320px;
  }
  #time-stamp h5 {
    font-size: 14px;
    text-align: center;
  }
  #mens-header nav ul {
    width: 320px;
  }
  #mens-header nav ul li.social .fb-like {
    margin-top: 4px;
    float: left !important;
    margin-left: 90px;
  }
  #mens-header nav ul li.search a {
    top: -52px;
    padding: 17px 14px;
    height: 18px;
    width: 25px;
    background-position: 16px -184px;
  }
  #mens-header nav ul li.search a.nav-toggle {
    background-position: -39px -184px;
    padding: 17px 14px;
    height: 20px;
    width: 26px;
    top: -54px;
    right: auto;
  }
  #mens-header.menu-on nav ul li.search a.nav-toggle {
    background-position: -109px -184px;
  }
  #mens-header.menu-on nav ul li.search form input[type=search] {
    background: #ed1c24;
    color: #ffffff;
    font-size: 18px;
  }
  #mens-header.menu-on nav ul li.search form input[type=search]:-moz-placeholder {
    color: #ffffff;
  }
  #mens-header.menu-on nav ul li.search form input[type=search]::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
  }
  #mens-header.menu-on nav ul li.search form input[type=search]:-ms-input-placeholder {
    color: #ffffff;
  }
  #mens-header.menu-on nav ul li.search form input[type=search]::-webkit-input-placeholder {
    color: #ffffff;
  }
  #mens-header.menu-on nav ul li.search form input[type=search]::-moz-selection {
    background: #ffffff;
    color: #ed1c24;
  }
  #mens-header.menu-on nav ul li.search form input[type=search]::selection {
    background: #ffffff;
    color: #ed1c24;
  }
  #mens-header.menu-on nav ul li.search form input[type=submit] {
    height: 28px;
    width: 28px;
    background-position: 3px -235px;
    background-color: #ed1c24;
  }
  #mens-header.menu-on nav ul li.social {
    width: 190px;
    border: 1px solid #c81017;
    position: relative;
    border-width: 0 1px;
    left: 0;
  }
  #mens-header.menu-on nav ul li.social a {
    border: 1px solid #c81017;
    border-width: 0 1px 0 0;
    margin: 0;
    background-color: #ed1c24;
    background-position: -131px -50px;
  }
  #mens-header.menu-on nav ul li.social a.twitter {
    background-position: -178px -50px;
  }
  #mens-header.menu-on nav ul li.social .fb-like {
    margin-left: 15px;
    position: static;
  }
  #mens-header h1,
  #mens-header h2 {
    padding: 17px 0;
    margin: 0;
  }
  a.home {
    width: 141px;
    background-position: -200px top;
    height: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  #mens-header {
    padding-bottom: 20px;
  }
  #mens-header .bb-g-c {
    max-width: 1400px;
    width: calc(100%-60px);
  }
  #mens-header div.hd a {
    float: left;
    margin-top: 5px;
  }
  #mens-header .bd {
    display: block;
    background: none;
    padding: 0;
    text-align: left;
  }
  #mens-header nav ul {
    float: right;
    min-width: 0;
  }
  #mens-header nav ul li {
    display: block;
    float: left;
    text-align: left;
    border: 1px solid #ffffff;
    border-width: 0 1px;
    line-height: 25px;
  }
  #mens-header nav ul li a {
    border-color: #ffffff;
    font-size: 18px;
    background: inherit;
    color: #ed1c24;
    padding: 1px 9px;
  }
  #mens-header nav ul li a.selected,
  #mens-header nav ul li a:hover {
    background-color: #ed1c24;
    color: #ffffff;
  }
  #mens-header nav ul li.search {
    top: auto;
    left: auto;
    right: auto;
    height: auto;
    position: relative;
    margin-top: -1px;
  }
  #mens-header nav ul li.search:before,
  #mens-header nav ul li.search:after {
    content: " ";
    display: table;
  }
  #mens-header nav ul li.search:after {
    clear: both;
  }
  #mens-header nav ul li.search a.nav-toggle {
    display: none;
  }
  #mens-header nav ul li.search form {
    display: block;
    position: static;
    margin-top: -2px;
  }
  #mens-header nav ul li.search form input[type=search] {
    width: 120px;
    height: 33px;
    padding-right: 33px;
    visibility: visible;
    text-indent: 10px;
    font-size: 18px;
    line-height: 33px;
    border: 1px solid #ed1c24;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #mens-header nav ul li.search form input[type=submit] {
    height: 31px;
    width: 33px;
    background-position: 6px -194px;
    margin: 0;
    position: absolute;
    top: -1px;
    right: 1px;
  }
  #mens-header nav ul li.social {
    top: auto;
    left: auto;
    right: auto;
    position: relative;
    width: 195px;
  }
  #mens-header nav ul li.social a {
    height: 30px;
    border-width: 1px 1px;
    width: 31px;
    margin-top: -3px;
  }
  #mens-header nav ul li.social a.google {
    margin-left: 12px;
    margin-right: 15px;
  }
  #mens-header nav ul li.social a.google:hover {
    background-position: -131px -50px;
  }
  #mens-header nav ul li.social a.twitter {
    width: 31px;
    border-left: 1px solid #ed1c24;
  }
  #mens-header nav ul li.social a.twitter:hover {
    background-position: -178px -50px;
  }
  #mens-header nav ul li.social .fb-like {
    margin-left: 15px;
    margin-top: -3px;
    right: 0;
  }
  #mens-header.menu-on nav ul li {
    border-bottom: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1320px) {
  #mens-header nav ul {
    padding-top: 3px;
  }
  #mens-header nav ul li a {
    padding: 1px 2px;
    font-size: 14px;
  }
  #mens-header nav ul li.search form {
    margin-top: -2px;
  }
  #mens-header nav ul li.search form input[type=search] {
    font-size: 14px;
  }
  #mens-header nav ul {
    min-width: 78.2%;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1460px) {
  #mens-header nav ul {
    min-width: 74.2%;
  }
}

							.ad-RRxRR {
  overflow: hidden;
  display: none;
}
#aol-mobile-leader,
#aol-mobile-large-leader {
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 1000;
  overflow-y: visible;
  left: 0;
  text-align: center;
}
#aol-mobile-leader > div,
#aol-mobile-large-leader > div,
#aol-mobile-leader > iframe,
#aol-mobile-large-leader > iframe {
  margin: 0 auto;
}
#aol-mobile-leader {
  max-height: 50px;
}
#aol-mobile-large-leader {
  display: none;
  max-height: 75px;
}
#ad-LBLB,
#ad-leaderboard-refresh,
#ad-300x250-refresh {
  display: none;
}
#quigo-ad iframe.quigo-loader {
  border: none;
  overflow: hidden;
  width: 320px;
}
@media only screen and (max-width: 480px) {
  #quigo-ad iframe.quigo-loader {
    height: 350px;
    width: 300px;
  }
}
@media only screen and (min-width: 768px) {
  #ad-leaderboard-refresh,
  #quigo-ad {
    display: block;
    clear: both;
    background: url(http://o.aolcdn.com/os/themanual/img/v2/sprite.png) center -499px no-repeat;
    overflow: hidden;
  }
  #ad-leaderboard-refresh .bb-g-c,
  #quigo-ad .bb-g-c {
    text-align: center;
  }
  #ad-leaderboard-refresh .bb-g-c > *,
  #quigo-ad .bb-g-c > * {
    margin: 30px auto;
  }
  #ad-leaderboard-refresh .bb-g-c iframe.quigo-loader,
  #quigo-ad .bb-g-c iframe.quigo-loader {
    height: 150px;
    margin-left: -20px;
    width: 768px;
  }
  .ad-RRxRR,
  #ad-300x250-refresh {
    display: block;
  }
  #ad-LBLB,
  #ad-leaderboard-refresh {
    display: block;
    text-align: center;
    margin: 15px 0 20px;
    background: none;
  }
  #ad-LBLB iframe,
  #ad-leaderboard-refresh iframe,
  #ad-LBLB > *,
  #ad-leaderboard-refresh > * {
    margin: 0 auto;
    display: block;
  }
  #aol-mobile-leader,
  #aol-mobile-large-leader {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #quigo-ad .bb-g-c iframe.quigo-loader {
    height: 120px;
    width: 1024px;
    margin-left: -10px;
  }
}

							#more-content-items {
  display: none;
}
#more-content-items h3 {
  margin-bottom: 17px;
}
#more-content-items .photo img {
  display: block;
  width: 100%;
}
#more-content-items span.description {
  display: block;
  font-size: 21px;
  line-height: 23px;
  margin: 20px 0;
  max-height: 5.6em;
  overflow: hidden;
}
#more-content-items li {
  width: 155px;
  margin-right: 95px;
  float: left;
  height: 335px;
  overflow: hidden;
  margin-bottom: 30px;
}
#more-content-items li b {
  width: 34px;
  display: block;
  margin-top: 5px;
  border-bottom: 5px solid #ed1c24;
}
#more-content-items .bb-g-u {
  overflow: hidden;
}
#more-content-items a:hover,
#more-content-items a {
  background: none;
}
#more-content-items a:hover span.description strong {
  background: #ed1c24;
}
#more-content-items span.description strong {
  font-weight: normal;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  #more-content-items {
    display: block;
  }
  #more-content-items ul {
    width: 110%;
  }
}
@media only screen and (min-width: 1200px) {
  #more-content-items li {
    width: 9.8%;
    margin-right: 6.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #more-content-items .bb-g-c {
    width: 468px;
  }
  #more-content-items {
    padding-left: 70px;
    width: 438px;
    overflow: hidden;
  }
}

							#mens-shop-quote-newsletter {
  display: none;
  clear: both;
  background: url("http://o.aolcdn.com/os/themanual/img/v2/sprite.png") center -499px no-repeat;
  padding-top: 20px;
}
#mens-shop-quote-newsletter h3 {
  font-size: 24px;
  color: #ed1c24;
  text-transform: uppercase;
}
div.shop-link div.bd {
  height: 270px;
  padding-left: 122px;
  position: relative;
  overflow: hidden;
}
div.shop-link div.bd b.promo {
  height: 270px;
  width: 130px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: url("http://o.aolcdn.com/os/themanual/img/v2/shop-image.jpg") center bottom no-repeat;
  background-size: cover;
}
div.shop-link div.bd h4 {
  text-transform: uppercase;
  font-size: 38.46px;
  line-height: 38px;
  color: #ed1c24;
  margin: 20px 0 20px;
  position: relative;
  z-index: 2;
}
div.shop-link div.bd h4 em {
  display: block;
  font-size: 24.56px;
  line-height: 25px;
}
div.shop-link div.bd a.button {
  display: inline-block;
  padding: 10px 20px;
  background: #ed1c24;
  color: #FFF;
  border: 1px solid #ed1c24;
  font-size: 19.65px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
div.shop-link div.bd a.button:hover {
  color: #ed1c24;
  background: #FFF;
}
@media only screen and (min-width: 768px) {
  #mens-shop-quote-newsletter {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #mens-shop-quote-newsletter div.shop-link {
    width: 50%;
    float: left;
  }
  #mens-shop-quote-newsletter div.shop-link div.bd {
    padding-left: 132px;
  }
  #mens-shop-quote-newsletter div.random-thought {
    width: 50%;
    float: right;
  }
  #mens-shop-quote-newsletter div.random-thought div.hd,
  #mens-shop-quote-newsletter div.random-thought div.bd,
  #mens-shop-quote-newsletter div.random-thought div.ft {
    padding-left: 30px;
  }
  #mens-shop-quote-newsletter div.newsletter-promo {
    width: 100%;
    clear: both;
  }
  #mens-shop-quote-newsletter div.newsletter-promo .hd b {
    border-top: 1px solid #ed1c24;
    position: absolute;
    width: 100%;
    left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #mens-shop-quote-newsletter div.shop-link {
    width: 33%;
    float: left;
  }
  #mens-shop-quote-newsletter div.shop-link div.bd {
    padding-left: 180px;
  }
  #mens-shop-quote-newsletter div.shop-link div.bd b.promo {
    width: 190px;
    background-size: auto;
  }
  #mens-shop-quote-newsletter div.random-thought {
    width: 33%;
    float: left;
  }
  #mens-shop-quote-newsletter div.newsletter-promo {
    width: 33%;
    float: right;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1489px) {
  #mens-shop-quote-newsletter div.shop-link div.bd {
    padding-left: 160px;
  }
  #mens-shop-quote-newsletter div.shop-link div.bd h4 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1150px) {
  #mens-shop-quote-newsletter div.shop-link div.bd {
    padding-left: 190px;
  }
}

							div.random-thought ul li {
    display: none;
    color: #ed1c24;
}

div.random-thought ul li.selected {
    display: block;
}
div.random-thought ul li blockquote {
    margin: 0 20px 0 0;
    max-height: 160px;
    min-height: 160px;

}
div.random-thought ul li blockquote p {
    font-size: 22px;
    line-height: 24px;
    margin: 20px 0;
    letter-spacing: 0px;
    max-height: 5.5em;
    overflow: hidden
}

div.random-thought ul li blockquote cite {
    font-size: 14px;
}


div.random-thought a.button {
    font-size: 24px;
    text-transform: uppercase;
    margin: 20px 0 0;
    height: 55px;
    line-height: 55px;
    border: 1px solid #ed1c24;
    display: inline-block;
    padding: 0 25px;
}

							div.newsletter-promo {
  overflow: hidden;
}
div.newsletter-promo p.promo {
  font-size: 18px;
  line-height: 20px;
  color: #ed1c24;
  text-transform: uppercase;
  margin: 20px 0 10px;
}
div.newsletter-promo div.hd p.error {
  display: none;
  white-space: nowrap;
}
div.newsletter-promo div.error div.hd {
  position: relative;
  z-index: 3;
}
div.newsletter-promo div.error div.hd p.error {
  width: 70%;
  position: absolute;
  bottom: -60px;
  text-transform: uppercase;
  border: 5px solid #ed1c24;
  height: 50px;
  top: auto;
  display: block;
  background-color: #FFF;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 12px;
  color: #000;
  z-index: 5;
  font-size: 14px;
}
div.newsletter-promo div.error .form-input label {
  display: none;
}
div.newsletter-promo div.ft {
  display: none;
}
div.newsletter-promo .sent div.ft {
  display: block;
}
div.newsletter-promo .sent div.ft h5 {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ed1c24;
  margin-top: 30px;
}
div.newsletter-promo .sent div.bd {
  display: none;
}
div.newsletter-promo div.partner-offers {
  margin-top: 20px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
div.newsletter-promo div.partner-offers h6 {
  font-weight: bold;
}
div.newsletter-promo div.partner-offers label {
  font-size: 13px;
  font-weight: normal;
}
div.newsletter-promo input.button {
  border: 1px solid #ed1c24;
  line-height: 50px;
  height: 50px;
  width: 28%;
  color: #FFF;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 14px;
  background: #ed1c24;
  font-weight: normal;
}
div.newsletter-promo input.button:hover {
  background: #FFF;
  color: #ed1c24;
}
div.newsletter-promo form input[type=text] {
  text-transform: uppercase;
  color: #ed1c24;
  font-size: 14px;
  line-height: 50px;
  height: 50px;
  padding: 15px 10px;
  border: 1px solid #ed1c24;
  width: 70%;
  max-width: 210px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #mens-shop-quote-newsletter div.newsletter-promo form input[type=text] {
    width: 390px;
  }
  #mens-shop-quote-newsletter div.newsletter-promo div.error div.hd p.error {
    width: 390px;
  }
  #mens-shop-quote-newsletter div.newsletter-promo h3 {
    padding: 20px 0 0;
  }
  #mens-shop-quote-newsletter div.newsletter-promo {
    padding-bottom: 30px;
  }
  #mens-shop-quote-newsletter div.newsletter-promo p.promo {
    margin-top: 25px;
    margin-bottom: 15px;
  }
  #mens-shop-quote-newsletter div.newsletter-promo div.partner-offers {
    margin-bottom: 9px;
  }
}
@media only screen and (min-width: 1024px) {
  div.newsletter-promo form input[type=text] {
    width: 70%;
  }
  div.newsletter-promo div.error div.hd p.error {
    width: 70%;
  }
}

							#mens-footer {
  border-top: 1px solid #ed1c24;
  padding: 30px 0;
  clear: both;
  text-align: center;
}
#mens-footer .bb-g-c {
  position: relative;
}
#mens-footer a.home {
  margin-left: auto;
  margin-right: auto;
}
#mens-footer nav ul {
  display: block;
  margin-top: 15px;
}
#mens-footer nav ul li {
  display: none;
  padding-right: 20px;
}
#mens-footer nav ul li.social {
  display: block;
  padding-right: 0;
  margin: 5px auto 20px;
}
#mens-footer nav ul li.social a {
  border: 1px solid #ed1c24;
  height: 32px;
  width: 32px;
  margin: 0 8px;
}
#mens-footer nav ul li.social a:hover {
  background-color: #ed1c24;
}
#mens-footer nav ul li a {
  font-size: 18px;
}
#mens-footer .ft {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
}
#mens-footer .ft ul {
  width: 320px;
  display: block;
  margin: auto;
  text-align: center;
}
#mens-footer .ft ul li {
  display: inline;
  padding: 0 10px;
  font-size: 12px;
  line-height: 22px;
}
#mens-footer .ft em {
  font-size: 12px;
  display: block;
  font-weight: bold;
  padding-top: 5px;
  color: #ed1c24;
}
#mens-footer div.partner-links {
  margin: 0 auto;
  padding: 10px 0 20px;
  width: 300px;
}
#mens-footer div.partner-links:before,
#mens-footer div.partner-links:after {
  content: " ";
  display: table;
}
#mens-footer div.partner-links:after {
  clear: both;
}
#mens-footer div.partner-links a {
  display: block;
  height: 54px;
  width: 110px;
  text-indent: -999em;
  margin: 10px auto;
  overflow: hidden;
  background: url("http://o.aolcdn.com/os/themanual/img/v2/sprite.png") -695px top no-repeat;
}
#mens-footer div.partner-links a.whalerock {
  margin-top: 10px;
  margin-bottom: 20px;
}
#mens-footer div.partner-links a.pawnation {
  background-position: -198px -100px;
  height: 20px;
  width: 130px;
}
@media only screen and (max-width: 767px) {
  #mens-footer .bb-g-c {
    width: 320px;
  }
  #mens-footer .bb-g-c nav ul li.social .fb-like {
    float: right;
    width: 90px !important;
    /* fuck facebook*/
  }
}
@media only screen and (min-width: 768px) {
  #mens-footer nav ul li {
    display: inline;
  }
  #mens-footer nav ul li.social {
    display: block;
    margin-top: 40px;
    margin-bottom: 60px;
  }
  #mens-footer .ft ul {
    width: 100%;
  }
  #mens-footer .ft ul li {
    font-size: 16px;
    line-height: 2.2em;
    padding: 0 16px;
  }
  #mens-footer .ft ul li.first {
    padding-left: 0;
  }
  #mens-footer .ft em {
    font-size: 16px;
  }
  #mens-footer div.partner-links {
    padding: 40px 0 30px;
    width: 260px;
  }
  #mens-footer div.partner-links a {
    float: left;
  }
  #mens-footer div.partner-links a.whalerock {
    margin-top: -8px;
    margin-bottom: 0;
  }
  #mens-footer div.partner-links a.pawnation {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  #mens-footer {
    text-align: left;
  }
  #mens-footer nav ul li.social {
    width: auto;
    margin: 35px 0 50px;
  }
  #mens-footer nav ul li.social a.google {
    margin-left: 0;
  }
  #mens-footer a.home {
    margin-left: 0;
  }
  #mens-footer .ft {
    padding-bottom: 50px;
  }
  #mens-footer .ft ul {
    margin: 0;
    width: 100%;
    text-align: left;
  }
  #mens-footer .ft ul li {
    padding: 0 16px 0 0;
  }
  #mens-footer .ft em,
  #mens-footer .ft li a {
    font-size: 12px;
  }
  #mens-footer div.partner-links {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding-bottom: 0;
    width: 340px;
  }
}
@media only screen and (min-width: 1260px) {
  #mens-footer div.partner-links {
    bottom: 40px;
  }
}

							/**
 *
 * Main container
 *
 */
#addToHomeScreen {
    z-index:9999;
    -webkit-user-select:none;
    user-select:none;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-touch-callout:none;
    touch-callout:none;
    width:240px;
    font-size:15px;
    padding:12px 14px;
    text-align:left;
    font-family:helvetica;
    background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(0,#fff),color-stop(0.02,#eee),color-stop(0.98,#ccc),color-stop(1,#a3a3a3));
    border:1px solid #505050;
    -webkit-border-radius:8px;
    -webkit-background-clip:padding-box;
    color:#333;
    text-shadow:0 1px 0 rgba(255,255,255,0.75);
    line-height:130%;
    -webkit-box-shadow:0 0 4px rgba(0,0,0,0.5);
}

#addToHomeScreen.addToHomeIOS7 {
    background:#f2f2f2 !important;
    -webkit-border-radius:1px !important;
    border:1px solid #ccc;
    -webkit-box-shadow:0 0 4px rgba(0,0,0,0.2);
}

#addToHomeScreen.addToHomeIpad {
    width:268px;
    font-size:18px;
    padding:14px;
}

/**
 *
 * The 'wide' class is added when the popup contains the touch icon
 *
 */
#addToHomeScreen.addToHomeWide {
    width:296px;
}

#addToHomeScreen.addToHomeIpad.addToHomeWide {
    width:320px;
    font-size:18px;
    padding:14px;
}

/**
 *
 * The balloon arrow
 *
 */
#addToHomeScreen .addToHomeArrow {
    position:absolute;
    background-image:-webkit-gradient(linear,0 0,100% 100%,color-stop(0,rgba(204,204,204,0)),color-stop(0.4,rgba(204,204,204,0)),color-stop(0.4,#ccc));
    border-width:0 1px 1px 0;
    border-style:solid;
    border-color:#505050;
    width:16px; height:16px;
    -webkit-transform:rotateZ(45deg);
    bottom:-9px;
    left:50%;
    margin-left:-8px;
    -webkit-box-shadow:inset -1px -1px 0 #a9a9a9;
    -webkit-border-bottom-right-radius:2px;
}

#addToHomeScreen.addToHomeIOS7 .addToHomeArrow {
    background-image:-webkit-gradient(linear,0 0,100% 100%,color-stop(0,rgba(204,204,204,0)),color-stop(0.4,rgba(204,204,204,0)),color-stop(0.4,#f2f2f2)) !important;
    -webkit-box-shadow:inset -1px -1px 0 #fff !important;
    border-color:#ccc !important;
}

/**
 *
 * The balloon arrow for iPad
 *
 */
#addToHomeScreen.addToHomeIpad .addToHomeArrow {
    -webkit-transform:rotateZ(-135deg);
    background-image:-webkit-gradient(linear,0 0,100% 100%,color-stop(0,rgba(238,238,238,0)),color-stop(0.4,rgba(238,238,238,0)),color-stop(0.4,#eee));
    -webkit-box-shadow:inset -1px -1px 0 #fff;
    top:-9px; bottom:auto; left:50%;
}


/**
 *
 * Close button
 *
 */
#addToHomeScreen .addToHomeClose {
    -webkit-box-sizing:border-box;
    position:absolute;
    right:4px;
    top:4px;
    width:18px;
    height:18px; line-height:14px;
    text-align:center;
    text-indent:1px;
    -webkit-border-radius:9px;
    background:rgba(0,0,0,0.12);
    color:#888;
    -webkit-box-shadow:0 1px 0 #fff;
    font-size:16px;
}

#addToHomeScreen.addToHomeIOS7 .addToHomeClose {
    line-height:12px;
    padding-right:1px;
    background:transparent;
    border: 1px solid #888;
    -webkit-box-shadow:none;
}

/**
 *
 * The '+' icon, displayed only on iOS < 4.2
 *
 */
#addToHomeScreen .addToHomePlus {
    font-weight:bold;
    font-size:1.3em;
}


/**
 *
 * The 'share' icon, displayed only on iOS >= 4.2
 *
 */
#addToHomeScreen .addToHomeShare {
    display:inline-block;
    width:18px;
    height:15px;
    background-repeat:no-repeat;
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAeCAQAAADu6HTYAAADPElEQVR4Xq3TX2gcRRzA8e/M7mVv2+TSNpc/TZtrY6jUGqgaSAmEChKLrYK0YH0RFC2CSCkEfCghiKU04J8qNigq6os+iQV98MHWFwVBrQQRWs21lBw5cw3NNb1/udu72RGG5Y77IzXW77D7sAwf5scyYoL6BGXSDKFZwaGpLvIUaeoCkvX1MmsM0Ny6oRSQYOLuIS+YZOpfQdqslpUxcZrzTVAz4qPwW2O3CeIwC/RSzeY6Ow1QhUrkr+YOWfEKDkEP8Rij7CHKJmrFSDHBdwGEE5wiGChPN+PnT8VdRtEIl1d4gRj/1EVe5ZSBKGh8iqQpo/Fo5+3C/gz0MYg4zgwbqday1/Q4B8BGQ45d/Hi54lakCrU5obOcidJpu1+Lg9whjabyaOYLnrIBFFaRD+xe2ybMDWY66GmP/WA9cGfGp0CWhy0wkMN8inepFiH2rV1j0NQSNQbFLRQnS8/8YSDBBpadfv4CYDub2fmeHDNAsL1MBWUel0iA+Xik6eHcyvD3vAMSU1TGuA/YRS+dD7ovCQN43GKRFCU20Kd3V/avDVVyAZ5niTEuLA5/zBGWg9EEEhfJKN200Tat8CmRAQb9+wv7soPlHt2tQorsz1uPbr0HTY4sJwrH47zJZwABBAKLMBoQXepwgTwdHCo+fXMkQ4lrxEmQ5AaXipPqDY9V2vn09tgvTPI71EEGYxM+/uMJLJ4svpgaWGKOi/xKgmqLSUGSUd5f2vIVJ/CgBaTIUsZ7ZBsn0+NzfMOXLFCXQyTcybN6ep5ZZgUOHn7jpfUpsZshdugPGf+E5zjbyHTSRyQ8xfRPPM/s63RHeuknSoT22mjmmnAOIMkUZ6D1xSfPPAfd1WFKM3sO2CMaHx8M1NjnXKHaAGGkOW0C02WeYHUz4qMtx+w5gUDS8NckYe5lHsMYwCZEPyEEmjLDZFmAS7CDviMdxyTkMNVBKEmYLvbiQQBIBBbCQG04bGQvFWz6CfsCQLWCigILFwcfkGYBiOpbYuOizTAyYyDdCtrGaRG1LCkIgMYEFhI0WqQZoSlbGRyHKe4qOx7iv2bVQW9dp4dlM/x6kmwnWQcd/Q3FCqwTEiT5s+6D5v/pb0SSHyg7uhMWAAAAAElFTkSuQmCC);
    background-size:18px 15px;
    text-indent:-9999em;
    overflow:hidden;
}

#addToHomeScreen.addToHomeIOS7 .addToHomeShare {
    width:11px;
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAA8CAYAAAAQTCjdAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAASCQAAEgkB80sG3AAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAKjSURBVGiB7dpPiFVVHMDxz7m9NCtMyI2bEJEC25WrEkzHUXCRraIwdNE8ZxfYIlcis1ZEbGEzT1QCF4XgH1CyWhUoJKIWNRGEiCNKmkSiYTzfcfGuOokx77x3ZlS8382959zfn+/invvn3RdijHIRBrwkOINCYXEcdjpb7VyiYdBsLScwt5y6IloYdzqXo36Ro0gY9IKWo+5JwmzBt2HQnBw9ehYNazyn5TBee8Dh+Vq+CWu92GufnkTDR6ab7gDeBNHouMM/l9tXTXM0fGBmL726Fg1Dam74EsvKqR8VNowL2Yzj5f7rnnE4DHq2235diYYhhTGfC94up35T0y+6di/ITU0rKVd+sEi0P7xr2pSJOu8zvF+OzqEv7vDH/WFxt7/cshy/ticsN8sXYUht0kXDOlsF9XJ4UaEvNoz9X3zc5bKaZThbyr5jzJ4wlNY7KTgM+ES0vhz+KeiPw36fKC/ucAF9uFBOrTZm26SJCtaV27+xIo7cXdkTEhvOoh+XyxprU1qnim7CQdGK2HAyKRexYVShT3RItDElN+mkjiP2Ym+S3f01hv2EVal5WW6hU0ElmptaqJuBpXg6MbeFH2LDpU6CQ93zWIKnEvs0cayGU3glMfkOo1jQYewZzOuyz7FC95Jwo5OgUFfgeg993hh/eTqCTxOSm/iuk8DY0Ap1b2GhtHXxsfZN4j/X0fOx4auEIknEhqv4OiUn1L13Z/+xWfWVaG4q0dxUormpRHNTieamEs1NJZqbJ1Q0jHvdiJo5S2cVjSNOCHZhn3/SnuYnIvl3yomIIz7MXZMn9hydRCrR3FSiualEc1OJ5qYSzU0lmptKNDePjWgwcPePT7/g+4cp8wCW4GXaryK3tL+mLdD5x62ppllgu7bso8q/2HIbzGWdNmWnSJwAAAAASUVORK5CYII=);
    background-size:11px 15px;
}

/**
 *
 * The touch icon (if available)
 *
 */
#addToHomeScreen .addToHomeTouchIcon {
    display:block;
    float:left;
    -webkit-border-radius:6px;
    border-radius:6px;
    -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5),
        inset 0 0 2px rgba(255,255,255,0.9);
    box-shadow:0 1px 3px rgba(0,0,0,0.5),
        inset 0 0 2px rgba(255,255,255,0.9);
    background-repeat:no-repeat;
    width:57px; height:57px;
    -webkit-background-size:57px 57px;
    background-size:57px 57px;
    margin:0 12px 0 0;
    border:1px solid #333;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
}
							.subnav-header {
  position: relative;
  margin-top: 9px;
  margin-bottom: 20px;
}
.subnav-header h1 {
  font-size: 60px;
  text-transform: uppercase;
  position: static;
  bottom: auto;
  line-height: 60px;
  margin: 0;
  font-family: "TradeGothicLTPro-Bold", Georgia, "Times New Roman", Times, serif;
  color: #ed1c24;
  z-index: 10;
  text-indent: -4px;
}
.subnav-header ul {
  padding-top: 5px;
}
.subnav-header ul:before,
.subnav-header ul:after {
  content: " ";
  display: table;
}
.subnav-header ul:after {
  clear: both;
}
.subnav-header ul li {
  display: inline;
  margin-right: 10px;
  font-size: 14px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .subnav-header {
    height: auto;
    border: none;
    margin-bottom: 0;
  }
  .subnav-header h1 {
    font-size: 40px;
    line-height: 46px;
    text-indent: -2px;
    position: static;
    bottom: auto;
    display: inline-block;
    padding-right: 25px;
    background: url("http://o.aolcdn.com/os/themanual/img/v2/sprite.png") right -80px no-repeat;
    cursor: pointer;
  }
  .subnav-header .subnav-wrap {
    display: inline;
  }
  .subnav-header .subnav-wrap ul {
    display: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .subnav-header .subnav-wrap ul li {
    display: block;
    font-size: 16px;
    line-height: 34px;
    float: none;
    text-align: center;
  }
  .subnav-header.open-menu h1 {
    background-position: right -45px;
  }
  .subnav-header.open-menu .subnav-wrap ul {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .subnav-header {
    margin-top: 22px;
    margin-bottom: 15px;
  }
  .subnav-header h1 {
    font-size: 80px;
    bottom: 1px;
    position: static;
  }
  .subnav-header ul {
    float: none;
    padding-top: 18px;
  }
}

							/*  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
/*  NEWLETTER SIGNUP MODAL AND FLYOUT   - - - - - - - - - - - - - - - - - - - - - -   */
/*  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

body.theater-mode {overflow: hidden;}

/*  OVERLAY  */
.flyout-newsletter-overlay {background: rgba(255,255,255,.75); display: none; height: 100%; left: 0px; position: fixed; top: 0px; width: 100%; z-index: 10000;}

/*  GENERAL STYLES  */
.modal-newsletter-form {background-color: #ed1c24; position: relative;}
.modal-newsletter-form .hd .close-button {color: #fff; cursor: pointer; position: absolute; text-transform: uppercase;}
.modal-newsletter-form .hd .promo {color: #ffffff; font-family: inherit; font-size: 28px; line-height: 1.15; margin-top: 8px; text-align: center; text-transform: uppercase;}
.modal-newsletter-form .hd .error {background: none repeat scroll 0 0 #ed1c24; color: #ffffff; display: none; font-family: inherit; font-size: 28px; left: 20px; margin-top: 8px; position: absolute; text-align: center; text-transform: uppercase; top: 103px; z-index: 100;}
.modal-newsletter-form .error .hd .error {display: block;}

.modal-newsletter-form .bd .form-input {border: none; position: relative;}
.modal-newsletter-form .bd .form-input .signup-email {background-color: #ed1c24; border: 1px solid #ffffff; color: #ffffff; height: 50px; padding: 0 20px; width: 330px;}
.modal-newsletter-form *::-moz-placeholder {color:#ffffff ; opacity:1;}
.modal-newsletter-form ::-webkit-input-placeholder {color:#ffffff ; opacity:1;}
.modal-newsletter-form ::-moz-placeholder {color:#ffffff ; opacity:1;}
.modal-newsletter-form :-ms-input-placeholder {color:#ffffff ; opacity:1;}
.modal-newsletter-form :-moz-placeholder {color:#ffffff ; opacity:1;}
.modal-newsletter-form input:-moz-placeholder {color:#ffffff ; opacity:1;}

.modal-newsletter-form .bd .form-input .submit {background-color: #ffffff; height: 76px; padding: 16px; text-transform: uppercase;}
.modal-newsletter-form .bd .form-input .submit .button {background: rgba(0, 0, 0, 0); border: medium none; color: #ed1c24; font-weight: 400; text-transform: uppercase;}

.modal-newsletter-form .sent .bd {display: none;}

.modal-newsletter-form .ft {display: none;}
.modal-newsletter-form .sent .ft {display: block;}
.modal-newsletter-form .sent .ft h5 {color: #ffffff ; font-family: inherit; font-size: 28px; text-align: center; text-transform: uppercase;}

.modal-newsletter-form .modal-newsletter-terms {position: relative;}
.modal-newsletter-form .newsletter-terms {color: #ffffff ; display: block; font-family: helvetica; font-size: 14px; font-weight: lighter; text-align: center;}
.modal-newsletter-form .newsletter-terms a {background: transparent; color: #ffffff ; font-weight: 700; text-decoration: none;}

 /*  MODAL FORM  */
.flyout-newsletter-modal {background-color: #ed1c24; box-shadow: 0px 0px 10px 0px rgba(0,0,0,.45); box-sizing: border-box; left: 200%; margin: -140px 0px 0px -274px; padding: 40px; position: fixed; top: 50%; width: 548px; z-index: 10100;}
.flyout-newsletter-modal .hd {margin-bottom: 40px;}
.flyout-newsletter-modal .hd .close-button {position: absolute; right: -28px; top: -41px;}
.flyout-newsletter-modal .bd {margin-bottom: 50px;}
.flyout-newsletter-modal .ft {margin-bottom: 50px;}

/*  RIGHT RAIL FLYOUT FORM  */
.flyout-newsletter-rr {background-color: #ed1c24; bottom: 40px; box-shadow: 0px 0px 10px 0px rgba(0,0,0,.45); box-sizing: border-box; padding: 16px 24px 24px 24px; position: fixed; right: -470px; width: 455px; z-index: 9950; -moz-transition: right .3s; -webkit-transition: right .3s; transition: right .3s;} 
.flyout-newsletter-rr.show {right: 0px;}
.flyout-newsletter-rr .hd .close-button {font-size: 11px; position: absolute; right: -15px; top: -19px;}
.flyout-newsletter-rr .modal-newsletter-form .hd {margin-bottom: 15px; width: 90%;}
.flyout-newsletter-rr .modal-newsletter-form .hd .promo {font-size: 22px; font-weight: normal; line-height: 1; text-align: left;}

.flyout-newsletter-rr .modal-newsletter-form .bd {margin-bottom: 15px; width: 90%;}
.flyout-newsletter-rr .modal-newsletter-form .bd .form-input .signup-email {height: 40px; width: 240px;}
.flyout-newsletter-rr .modal-newsletter-form .bd .form-input .submit {font-size: 12px; padding: 14px 12px; position: relative; top: -2px;}
.flyout-newsletter-rr .modal-newsletter-form .newsletter-terms {font-size: 12px; text-align: left;}

.flyout-newsletter-rr .modal-newsletter-form .hd .error {font-size: 20px; top: 58px}


@media only screen and (max-width : 540px) {
	.flyout-newsletter-modal {margin-left: -50%; padding: 30px 10px;  width: 100%;}
	.flyout-newsletter-modal .hd {margin-bottom: 20px;}
	.flyout-newsletter-modal .hd .close-button {right: -5px; top: -37px;}
	.flyout-newsletter-modal .modal-newsletter-form .bd .form-input .signup-email {box-sizing: border-box; margin-bottom: 5px; width: 100%;}
	.flyout-newsletter-modal .modal-newsletter-form .bd .form-input .submit {box-sizing: border-box; display: block; height: auto; padding: 10px; text-align: center; width: 100%;}
	.flyout-newsletter-modal .bd {margin-bottom: 30px;}
	.flyout-newsletter-modal .modal-newsletter-form .newsletter-terms {font-size: 10px;}
	.flyout-newsletter-modal .modal-newsletter-form .error .hd .error {bottom: 101px; font-size: 22px; top: auto;}
	
	.flyout-newsletter-rr {padding: 30px 10px; width: 100%;}
	.flyout-newsletter-rr .hd .close-button {right: -5px; top: -37px;}
	.flyout-newsletter-rr .modal-newsletter-form .hd {margin-bottom: 20px; width: 100%;}
	.flyout-newsletter-rr .modal-newsletter-form .hd .promo {font-size: 20px; text-align: center}
	.flyout-newsletter-rr .modal-newsletter-form .bd {width: 100%;}
	.flyout-newsletter-rr .modal-newsletter-form .bd .form-input .signup-email {box-sizing: border-box; margin-bottom: 5px; width: 100%;}
	.flyout-newsletter-rr .modal-newsletter-form .bd .form-input .submit {box-sizing: border-box; display: block; height: auto; padding: 10px; text-align: center; width: 100%;}
	.flyout-newsletter-rr .modal-newsletter-form .newsletter-terms {font-size: 10px; text-align: center; }
	.flyout-newsletter-rr .modal-newsletter-form .hd .error {bottom: 77px; font-size: 20px; top: auto;}
}

@media only screen and (max-width : 400px) {
	.flyout-newsletter-modal .modal-newsletter-form .hd .promo {font-size: 22px;}

}
	