/*
*   ==== General Elements ===
*/
body {
  font-family: Verdana, Arial, sans-serif;
}
body p {
  font-family: Verdana, Arial, sans-serif;
}
h1,
h2,
h3,
h4 {
  color: #C71444;
}
a:hover {
  color: #C71444;
}
input,
textarea {
  border-color: #D5D4D4;
}
/*
*   === Less Mixins ===
*/
/*
*   === Bootstrap Overrrrrrrrrides ===
*/
.dropdown-menu li > a:hover {
  background-color: #C21329;
}
.dropdown-menu .active > a,
.dropdown-menu .active a:hover {
  background-color: #C21329;
}
.navbar-default {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  height: 35px;
  min-height: 35px;
  border: none;
}
.navbar-brand {
  padding: 0px;
}
.navbar-toggle {
  margin-right: 0px;
  padding: 19px 15px 18px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 0px;
  border-left: 1px solid #dfdfdf;
}
.navbar .nav {
  height: 35px;
}
.navbar .nav > li.on {
  background-color: white;
  border: solid 1px #B3B3B3;
  padding-left: 9px;
  padding-right: 9px;
  border-bottom: 0px;
  z-index: 100;
}
.navbar .nav > li.on > a {
  color: #C71444;
}
@media (min-width: 1200px) {
  .navbar .nav > li.on {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 992px) {
  .navbar .nav > li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .navbar .nav > li {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 10px 11px;
  line-height: 19px;
  color: #999999;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
  color: #C71444;
}
.pagination {
  margin: 5px 0px 10px;
}
div#releaseBody .btn-default,
div.page .btn-default {
  background: #EBEBEB;
  color: #4A4A4A !important;
  border: 0;
  border-radius: 0;
  text-decoration: none!important;
}
div#releaseBody .btn-default:after,
div.page .btn-default:after {
  content: '\f054';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-left: 7px;
}
div#releaseBody .btn-default:hover,
div.page .btn-default:hover,
div#releaseBody .btn-default:focus,
div.page .btn-default:focus {
  background: #C71444;
  color: #fff!important;
}
/*
*  === Mobile Navbars ===
*/
#mobile-nav #socialLinks {
  margin-bottom: 0px;
}
#mobile-nav .navbar {
  position: relative;
  padding-right: 10px;
}
#mobile-nav .form-group {
  margin-top: 10px;
  margin-bottom: 15px;
}
#mobile-nav #mobile-menu-search {
  border-bottom: 1px solid #eee;
}
@media (min-width: 768px) {
  #mobile-nav #mobile-menu-search.navbar-collapse.collapse {
    display: none !important;
    height: auto;
    overflow: visible;
  }
}
#mobile-menu {
  position: relative;
  top: 0px;
  display: none;
  background-color: #ffffff;
  padding: 0px;
  z-index: 100000;
  border-bottom: 1px solid #dfdfdf;
}
#mobile-menu .container {
  width: 100%;
}
@media (min-width: 992px) {
  #mobile-menu .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #mobile-menu .container {
    width: 1170px;
  }
}
#mobile-menu .container > ul,
#mobile-menu .container > li,
#mobile-menu .container > ul li {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
#mobile-menu .container > ul > li:last-child a {
  border-bottom: 0px;
}
#mobile-menu ul li.current-menu-item > a,
#mobile-menu ul li.current-menu-ancestor > a {
  color: rgba(0, 0, 0, 0.9);
}
#mobile-menu ul li a {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  display: block;
  position: relative;
  padding: 16px 0 !important;
}
#mobile-menu ul li a:hover,
#mobile-menu ul li a:hover [class^="icon-"] {
  color: rgba(0, 0, 0, 0.9);
}
#mobile-menu ul li ul {
  display: none;
  margin-left: 20px;
  padding-left: 0px;
}
#mobile-menu li.open > a {
  color: rgba(0, 0, 0, 0.9);
}
#mobile-menu li.open > a [class^="icon-"] {
  color: #27CFC3;
}
#mobile-menu #mobile-search {
  margin: 10px 0px 0px 0px;
}
#mobile-menu .mobile-controls {
  background-color: #333;
  color: #fff;
}
#mobile-menu .mobile-controls a {
  color: #fff;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  padding: 10px 0px !important;
}
#mobile-menu .mobile-controls a:hover {
  color: #777;
}
#mobile-menu .mobile-controls a > .sf-sub-indicator {
  padding: 10px;
}
#mobile-menu .mobile-controls li.open > a {
  color: #777;
}
#mobile-menu .mobile-controls-social {
  background-color: #333;
  color: #fff;
  border-top: 1px dotted rgba(255, 255, 255, 0.2);
}
#mobile-menu .mobile-controls-social .mobile-social {
  display: table;
  /* Allow the centering to work */
  margin: 0 auto;
  background: #333;
}
#mobile-menu .mobile-controls-social .mobile-social ul#socialLinks {
  list-style: none;
  padding-left: 0px;
}
#mobile-menu .mobile-controls-social .mobile-social ul#socialLinks li {
  display: inline;
}
#mobile-menu .mobile-controls-social .mobile-social ul#socialLinks li a {
  display: inline-block;
}
#mobile-menu .mobile-controls-social a {
  color: #fff;
  border-bottom: 0px;
  padding: 10px 0px !important;
}
#mobile-menu .mobile-controls-social a:hover {
  color: #777;
}
#mobile-menu .mobile-controls-social li.open > a {
  color: #777;
}
footer#mobile-footer .navbar-text {
  color: #777;
  margin-top: 10px;
  text-align: center;
  float: none;
}
footer#mobile-footer .navbar-text a {
  color: #777;
}
footer#mobile-footer .bottom-bar {
  margin-top: 15px;
}
.sf-sub-indicator {
  display: inline-block;
  width: 10px;
  position: relative;
  left: 8px;
  height: 10px;
}
.sf-sub-indicator [class^="icon-"],
.sf-sub-indicator [class*=" icon-"] {
  color: #888;
  font-size: 12px;
  line-height: 16px;
  height: auto;
  background-color: transparent!important;
}
#toggle-nav,
#toggle-search {
  font-size: 20px;
  position: relative;
  float: right;
}
#toggle-nav,
#mobile-nav,
#toggle-search {
  display: block;
}
@media (min-width: 992px) {
  #toggle-nav,
  #mobile-nav,
  #toggle-search {
    display: none!important;
  }
}
#mobile-nav .navbar-header {
  float: none;
  border-bottom: 1px solid #dfdfdf;
}
@media (min-width: 1px) and (max-width: 992px) {
  a > .sf-sub-indicator {
    right: 0px!important;
    position: absolute;
    padding: 16px;
    left: auto!important;
    top: 0px!important;
    height: auto;
    width: auto;
  }
}
/*
*   === Global Header ===
*/
header#globalHeader div.container a#brand div.logo {
  background: #C71444;
}
header#globalHeader div.container div#headerControls {
  margin: 20px 0 0;
  padding-top: 0;
}
header#globalHeader div.container div#headerControls section#topLinks ul li a:hover {
  color: #C71444;
}
header#globalHeader div.container div#headerControls .header-control {
  padding-right: 0px;
}
/*
*   === Navbar ===
*/
#desktop-nav.affix {
  position: fixed;
  top: 0;
  width: 100%;
}
#nav-wrapper {
  height: 0px;
}
@media (min-width: 992px) {
  #nav-wrapper {
    height: 35px;
  }
}
/*
*   === Features ===
*/
section#features_container {
  background: #960C1F;
  background-image: url('/assets/images/tiles/mesh-pattern.png'), url('/assets/images/tiles/mesh-pattern.png'), -moz-linear-gradient(top, #C21329, #810A1A);
  background-image: -ms-linear-gradient(top, #C21329, #810A1A), url('/assets/images/tiles/mesh-pattern.png'), url('/assets/images/tiles/mesh-pattern.png');
  background-image: url('/assets/images/tiles/mesh-pattern.png'), url('/assets/images/tiles/mesh-pattern.png'), -webkit-gradient(linear, 0 0, 0 100%, from(#C21329), to(#810A1A));
  background-image: url('/assets/images/tiles/mesh-pattern.png'), url('/assets/images/tiles/mesh-pattern.png'), -webkit-linear-gradient(top, #C21329, #810A1A);
  background-image: url('/assets/images/tiles/mesh-pattern.png'), url('/assets/images/tiles/mesh-pattern.png'), -o-linear-gradient(top, #C21329, #810A1A);
  background-image: url('/assets/images/tiles/mesh-pattern.png'), url('/assets/images/tiles/mesh-pattern.png'), linear-gradient(top, #C21329, #810A1A);
}
section#features_container div.container section#feature_bulletin div#cta-right-bottom {
  margin-top: 10px;
}
section#features_container div#features_container_footer {
  width: 100%;
  height: 62px;
  position: absolute;
  bottom: 0;
  z-index: -1;
  background: BLACK;
  background-image: url('/assets/images/tiles/light_dot_grid.png');
}
div#featured-news section#display-feature figure figcaption {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
div#featured-news div.rotation-button-container {
  background: BLACK;
}
div#featured-news section#featured-thumbs div#thumb-inner-container {
  background: black;
}
div#featured-news section#featured-thumbs div#thumb-inner-container ul#cycle-list li:hover span.thumb-overlay,
div#featured-news section#featured-thumbs div#thumb-inner-container ul#cycle-list li.current span.thumb-overlay {
  top: 0px;
  left: 3px;
  display: block;
}
div#featured-news section#featured-thumbs div#thumb-inner-container ul#cycle-list li span.thumb-overlay {
  width: 124px;
  height: 47px;
  position: absolute;
  left: 0;
  top: -4px;
  display: none;
  z-index: 100;
}
@media (min-width: 768px) {
  div#featured-news {
    max-width: 650px;
  }
}
@media (min-width: 992px) {
  div#featured-news {
    max-width: 650px;
  }
}
@media (min-width: 1200px) {
  div#featured-news {
    max-width: 760px;
  }
}
/*
*   === Releases ===
*/
header#releaseList,
header#presskitList {
  margin-top: 10px;
}
header#releaseList h3,
header#presskitList h3 {
  float: left;
}
header#releaseList div#top,
header#presskitList div#top {
  padding-bottom: 5px;
}
section#releaseList h3,
section#release-index h3,
section#presskit-index h3 {
  font-size: 18px;
  color: #C71444;
  text-transform: uppercase;
  padding: 0;
  margin-top: 0px;
}
section#releaseList article.releaseItem.embargoed,
section#release-index article.releaseItem.embargoed,
section#presskit-index article.releaseItem.embargoed,
section#releaseList article.presskitItem.embargoed,
section#release-index article.presskitItem.embargoed,
section#presskit-index article.presskitItem.embargoed {
  background-color: transparent!important;
}
section#releaseList article.releaseItem.embargoed span.label-important,
section#release-index article.releaseItem.embargoed span.label-important,
section#presskit-index article.releaseItem.embargoed span.label-important,
section#releaseList article.presskitItem.embargoed span.label-important,
section#release-index article.presskitItem.embargoed span.label-important,
section#presskit-index article.presskitItem.embargoed span.label-important {
  margin-top: 10px;
  float: right;
  background-color: #C71444;
  border-radius: 0;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 1px 7px;
}
section#releaseList article.releaseItem.embargoed span.label-important::after,
section#release-index article.releaseItem.embargoed span.label-important::after,
section#presskit-index article.releaseItem.embargoed span.label-important::after,
section#releaseList article.presskitItem.embargoed span.label-important::after,
section#release-index article.presskitItem.embargoed span.label-important::after,
section#presskit-index article.presskitItem.embargoed span.label-important::after {
  position: absolute;
  content: '';
  left: -10px;
  top: 0;
  width: 0;
  height: 0;
  border-width: 10px 10px 10px 0px;
  border-style: solid;
  border-color: transparent #C71444 transparent transparent;
}
section#release-index h3,
section#presskit-index h3 {
  font-size: 18px;
  margin-left: -1px;
  padding: 12px 0;
  color: #C71444;
  text-transform: uppercase;
  padding: 0;
  margin-top: 0px;
}
section#release-index article.releaseItem,
section#presskit-index article.releaseItem,
section#release-index article.presskitItem,
section#presskit-index article.presskitItem {
  margin: 0 0 20px 0;
  border-top: 1px solid #E8E8E8;
  padding-top: 20px;
  width: 100%;
  display: block;
  overflow: hidden;
}
section#release-index article.releaseItem:first-of-type,
section#presskit-index article.releaseItem:first-of-type,
section#release-index article.presskitItem:first-of-type,
section#presskit-index article.presskitItem:first-of-type {
  border-top: 0;
  padding-top: 7px;
}
section#release-index article.releaseItem figure.releasePhoto,
section#presskit-index article.releaseItem figure.releasePhoto,
section#release-index article.presskitItem figure.releasePhoto,
section#presskit-index article.presskitItem figure.releasePhoto,
section#release-index article.releaseItem figure.presskitPhoto,
section#presskit-index article.releaseItem figure.presskitPhoto,
section#release-index article.presskitItem figure.presskitPhoto,
section#presskit-index article.presskitItem figure.presskitPhoto {
  float: left;
  cursor: pointer;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 10px;
  background-color: #fff;
}
section#release-index article.releaseItem figure.releasePhoto img,
section#presskit-index article.releaseItem figure.releasePhoto img,
section#release-index article.presskitItem figure.releasePhoto img,
section#presskit-index article.presskitItem figure.releasePhoto img,
section#release-index article.releaseItem figure.presskitPhoto img,
section#presskit-index article.releaseItem figure.presskitPhoto img,
section#release-index article.presskitItem figure.presskitPhoto img,
section#presskit-index article.presskitItem figure.presskitPhoto img {
  float: none;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}
@media (min-width: 568px) {
  section#release-index article.releaseItem figure.releasePhoto,
  section#presskit-index article.releaseItem figure.releasePhoto,
  section#release-index article.presskitItem figure.releasePhoto,
  section#presskit-index article.presskitItem figure.releasePhoto,
  section#release-index article.releaseItem figure.presskitPhoto,
  section#presskit-index article.releaseItem figure.presskitPhoto,
  section#release-index article.presskitItem figure.presskitPhoto,
  section#presskit-index article.presskitItem figure.presskitPhoto {
    width: 25%;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 10px;
    float: left;
  }
}
@media (min-width: 568px) {
  section#release-index article.releaseItem div.releaseInformation.releaseInformationThin,
  section#presskit-index article.releaseItem div.releaseInformation.releaseInformationThin,
  section#release-index article.presskitItem div.releaseInformation.releaseInformationThin,
  section#presskit-index article.presskitItem div.releaseInformation.releaseInformationThin {
    width: 75%;
    float: left;
  }
}
section#release-index article.releaseItem div.releaseInformation date,
section#presskit-index article.releaseItem div.releaseInformation date,
section#release-index article.presskitItem div.releaseInformation date,
section#presskit-index article.presskitItem div.releaseInformation date {
  font-size: 12px;
  line-height: 10px;
  display: block;
}
section#release-index article.releaseItem div.releaseInformation h4,
section#presskit-index article.releaseItem div.releaseInformation h4,
section#release-index article.presskitItem div.releaseInformation h4,
section#presskit-index article.presskitItem div.releaseInformation h4 {
  color: #464646;
  line-height: 21px;
  margin: 7px 0 5px;
}
section#release-index article.releaseItem div.releaseInformation summary,
section#presskit-index article.releaseItem div.releaseInformation summary,
section#release-index article.presskitItem div.releaseInformation summary,
section#presskit-index article.presskitItem div.releaseInformation summary {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}
section#release-index div#pagination div.pagination-wrapper div.pagination,
section#presskit-index div#pagination div.pagination-wrapper div.pagination {
  margin: 14px 0;
}
section#release-index div#pagination a#back-to-top,
section#presskit-index div#pagination a#back-to-top {
  float: right;
  margin-top: 20px;
}
section#release-index div#pagination div.pagination-wrapper,
section#presskit-index div#pagination div.pagination-wrapper {
  float: left;
}
section#release-index a#releaseListPagination,
section#presskit-index a#releaseListPagination {
  background: #DEDEDE;
  display: block;
  width: 100%;
  height: 57px;
  text-align: center;
  font-size: 16px;
  color: #464646;
  line-height: 57px;
  margin-top: 20px;
}
section#release-index a#releaseListPagination:hover,
section#presskit-index a#releaseListPagination:hover {
  text-decoration: none;
}
article#releaseArticle,
article#presskitArticle {
  padding: 0;
  margin: 0;
}
article#releaseArticle div#release_left_content.without-related-media,
article#presskitArticle div#release_left_content.without-related-media {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
article#releaseArticle div#release_left_content header,
article#presskitArticle div#release_left_content header {
  margin: 0;
}
article#releaseArticle div#release_left_content header date,
article#presskitArticle div#release_left_content header date {
  display: block;
  font-style: italic;
  margin-top: 16px;
  color: #7C7A7A;
}
article#releaseArticle div#release_left_content header h1,
article#presskitArticle div#release_left_content header h1 {
  color: #292929;
  font-weight: bold;
  margin-top: 16px;
  padding-bottom: 0px;
  font-size: 19px;
}
@media (min-width: 768px) {
  article#releaseArticle div#release_left_content header h1,
  article#presskitArticle div#release_left_content header h1 {
    font-size: 28px;
  }
}
article#releaseArticle div#release_left_content header nav,
article#presskitArticle div#release_left_content header nav {
  display: block;
  width: 100%;
  margin: 6px 0 0 0;
  border-top: 1px solid #EEEEEE;
  padding-top: 12px;
}
article#releaseArticle div#release_left_content header ul#releaseActions,
article#presskitArticle div#release_left_content header ul#releaseActions {
  float: right;
  list-style: none;
  display: block;
  width: 100%;
  margin: 6px 0;
  border-top: 1px solid #eeeeee;
  padding: 12px 0;
  border-bottom: 1px solid #eeeeee;
}
article#releaseArticle div#release_left_content header ul#releaseActions li.basket-action-remove,
article#presskitArticle div#release_left_content header ul#releaseActions li.basket-action-remove,
article#releaseArticle div#release_left_content header ul#releaseActions li.basket-action-add,
article#presskitArticle div#release_left_content header ul#releaseActions li.basket-action-add,
article#releaseArticle div#release_left_content header ul#releaseActions li.release-print,
article#presskitArticle div#release_left_content header ul#releaseActions li.release-print {
  float: left;
}
article#releaseArticle div#release_left_content header ul#releaseActions li,
article#presskitArticle div#release_left_content header ul#releaseActions li {
  background: #EBEBEB;
  line-height: 19px;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
article#releaseArticle div#release_left_content header ul#releaseActions li:first-of-type,
article#presskitArticle div#release_left_content header ul#releaseActions li:first-of-type {
  margin-left: 0;
}
article#releaseArticle div#release_left_content header ul#releaseActions li a:after,
article#presskitArticle div#release_left_content header ul#releaseActions li a:after {
  position: absolute;
  width: 10px;
  height: 10px;
  font-family: FontAwesome;
  right: 7px;
}
article#releaseArticle div#release_left_content header ul#releaseActions li:hover,
article#presskitArticle div#release_left_content header ul#releaseActions li:hover {
  background: #C71444;
  color: white;
}
article#releaseArticle div#release_left_content header ul#releaseActions li:hover a,
article#presskitArticle div#release_left_content header ul#releaseActions li:hover a {
  color: white;
}
article#releaseArticle div#release_left_content header ul#releaseActions li.basket-add-long a:after,
article#presskitArticle div#release_left_content header ul#releaseActions li.basket-add-long a:after {
  content: '\f067';
}
article#releaseArticle div#release_left_content header ul#releaseActions li.basket-remove-long a:after,
article#presskitArticle div#release_left_content header ul#releaseActions li.basket-remove-long a:after {
  content: '\f068';
}
article#releaseArticle div#release_left_content header ul#releaseActions li.share,
article#presskitArticle div#release_left_content header ul#releaseActions li.share {
  margin-top: 10px;
}
@media (min-width: 568px) {
  article#releaseArticle div#release_left_content header ul#releaseActions li.share,
  article#presskitArticle div#release_left_content header ul#releaseActions li.share {
    margin-top: 0px;
  }
}
article#releaseArticle div#release_left_content header ul#releaseActions li.release-download,
article#presskitArticle div#release_left_content header ul#releaseActions li.release-download {
  margin-top: 10px;
}
@media (min-width: 568px) {
  article#releaseArticle div#release_left_content header ul#releaseActions li.release-download,
  article#presskitArticle div#release_left_content header ul#releaseActions li.release-download {
    margin-top: 0px;
    float: right;
  }
}
article#releaseArticle div#release_left_content header#presskitSummary section.presskitSummaryActions,
article#presskitArticle div#release_left_content header#presskitSummary section.presskitSummaryActions {
  border: 0;
}
article#releaseArticle div#release_left_content article#release,
article#presskitArticle div#release_left_content article#release {
  margin: 0;
  overflow: hidden;
}
article#releaseArticle div#release_left_content article#release a,
article#presskitArticle div#release_left_content article#release a {
  color: #999999;
  text-decoration: underline;
}
article#releaseArticle div#release_left_content article#release a:hover,
article#presskitArticle div#release_left_content article#release a:hover {
  color: #C71444;
}
article#releaseArticle div#release_left_content article#release div#releaseBody,
article#presskitArticle div#release_left_content article#release div#releaseBody {
  margin: 0;
  padding: 0;
}
article#releaseArticle div#release_left_content article#release div#releaseBody p,
article#presskitArticle div#release_left_content article#release div#releaseBody p {
  font-size: 14px;
}
article#releaseArticle div#release_left_content footer,
article#presskitArticle div#release_left_content footer {
  background: #ebebeb;
  padding: 10px 17px;
}
article#releaseArticle div#release_left_content footer h3,
article#presskitArticle div#release_left_content footer h3 {
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
}
article#releaseArticle div#release_left_content footer p,
article#presskitArticle div#release_left_content footer p {
  margin-bottom: 10px;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 200;
}
article#releaseArticle div#release_left_content footer address,
article#presskitArticle div#release_left_content footer address {
  margin: 0;
}
article#releaseArticle div#release_left_content footer address ul,
article#presskitArticle div#release_left_content footer address ul {
  margin: 0;
  list-style: none;
}
article#releaseArticle div#release_left_content footer address ul li,
article#presskitArticle div#release_left_content footer address ul li {
  display: inline-block;
  margin-left: 12px;
  padding-left: 12px;
  border-left: 2px solid black;
  line-height: 17px;
  font-weight: 500;
  font-size: 15px;
}
article#releaseArticle div#release_left_content footer address ul li:first-child,
article#presskitArticle div#release_left_content footer address ul li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
article#releaseArticle section#mediaWidgets,
article#presskitArticle section#mediaWidgets {
  margin-top: 31px;
}
article#releaseArticle section#mediaWidgets div.icon-link-alt:after,
article#presskitArticle section#mediaWidgets div.icon-link-alt:after {
  font-family: FontAwesome;
  content: '\f08e';
}
article#releaseArticle section#mediaWidgets div.icon-file-alt:after,
article#presskitArticle section#mediaWidgets div.icon-file-alt:after {
  font-family: FontAwesome;
  content: '\f0f6';
}
article#releaseArticle section#mediaWidgets div.icon-link-alt,
article#presskitArticle section#mediaWidgets div.icon-link-alt,
article#releaseArticle section#mediaWidgets div.icon-file-alt,
article#presskitArticle section#mediaWidgets div.icon-file-alt {
  display: table-cell;
  font-size: 16px;
  font-weight: bold;
  margin-right: 5px;
}
article#releaseArticle section#mediaWidgets a.link,
article#presskitArticle section#mediaWidgets a.link,
article#releaseArticle section#mediaWidgets a.document,
article#presskitArticle section#mediaWidgets a.document {
  text-decoration: none;
  margin-bottom: 15px;
  display: table-row;
}
article#releaseArticle section#mediaWidgets a.link div.filename,
article#presskitArticle section#mediaWidgets a.link div.filename,
article#releaseArticle section#mediaWidgets a.document div.filename,
article#presskitArticle section#mediaWidgets a.document div.filename {
  display: table-cell;
  padding-bottom: 15px;
  padding-left: 5px;
  vertical-align: top;
}
/*
*   === Photos ===
*/
section.photoThumbnail {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0px 5px;
  height: 225px;
}
@media (min-width: 768px) {
  section.photoThumbnail {
    margin-top: 0px;
    height: 150px;
  }
}
@media (min-width: 992px) {
  section.photoThumbnail {
    margin-top: 0px;
    height: 175px;
  }
}
section.photoThumbnail ul.thumbnailActions {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 0 5px;
  list-style: none;
  margin: 0;
}
section.photoThumbnail ul.thumbnailActions li {
  float: left;
  display: inline;
  font-size: 13px;
  line-height: 25px;
  height: 25px;
}
section.photoThumbnail ul.thumbnailActions li.icon {
  width: 25px;
  background-color: rgba(235, 235, 235, 0.5);
  text-align: center;
  font-family: FontAwesome;
  margin-right: 5px;
  cursor: pointer;
}
section.photoThumbnail ul.thumbnailActions li.icon:hover {
  color: white;
  background-color: #C71444;
}
section.photoThumbnail ul.thumbnailActions li.basket-add:after {
  font-family: FontAwesome;
  content: '\f067';
}
section.photoThumbnail ul.thumbnailActions li.basket-remove:after {
  font-family: FontAwesome;
  content: '\f068';
}
section.photoThumbnail ul.thumbnailActions li.download {
  width: 25px;
  height: 25px;
  overflow: hidden;
  background: rgba(235, 235, 235, 0.5);
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
section.photoThumbnail ul.thumbnailActions li.download a.download {
  width: 25px;
  height: 25px;
  display: block;
}
section.photoThumbnail ul.thumbnailActions li.download a.download:after {
  text-align: center;
  margin-left: 1px;
  font-family: FontAwesome;
  content: '\f019';
}
section.photoThumbnail ul.thumbnailActions li.download a.download:hover {
  color: white;
}
section.photoThumbnail figure {
  position: relative;
}
section.photoThumbnail figure div.photo-wrapper {
  width: 153px;
  text-align: left;
  float: left;
  position: relative;
  display: inline-block;
}
section.photoThumbnail figure div.photo-wrapper img {
  margin-top: 0!important;
  vertical-align: bottom;
}
section.photoThumbnail figure figcaption h4 {
  color: #000000;
  font-size: 12px;
  font-weight: normal;
}
section.photoThumbnail figure figcaption h4:hover {
  color: #C71444;
}
li.embargo {
  float: right!important;
  font-size: 13px !important;
  background-color: rgba(255, 0, 0, 0.5);
  color: white;
  padding: 0 5px 0 5px;
  font-family: FontAwesome;
}
li.embargo:after {
  content: '\f023';
}
div#photoShowItem figure#photoPreview img,
div#videoShowItem figure#photoPreview img,
div#photoShowItem #videoPreview img,
div#videoShowItem #videoPreview img {
  padding-bottom: 20px;
  display: block;
  margin: 0 auto 0 auto;
}
div#photoShowItem div#photoActions,
div#videoShowItem div#photoActions,
div#photoShowItem div#videoActions,
div#videoShowItem div#videoActions {
  padding: 0;
  height: auto;
  display: block;
}
div#photoShowItem div#photoActions span.embargoed-narrow,
div#videoShowItem div#photoActions span.embargoed-narrow,
div#photoShowItem div#videoActions span.embargoed-narrow,
div#videoShowItem div#videoActions span.embargoed-narrow {
  background: #C71444;
  padding: 2px 5px 2px 5px;
  font-size: 12px;
  text-align: center;
}
div#photoShowItem div#photoActions h4,
div#videoShowItem div#photoActions h4,
div#photoShowItem div#videoActions h4,
div#videoShowItem div#videoActions h4 {
  color: black;
  margin: 10px 0 5px 0;
  line-height: 20px;
}
@media (min-width: 992px) {
  div#photoShowItem div#photoActions h4,
  div#videoShowItem div#photoActions h4,
  div#photoShowItem div#videoActions h4,
  div#videoShowItem div#videoActions h4 {
    margin: 0 0 5px 0;
  }
}
div#photoShowItem div#photoActions textarea.caption,
div#videoShowItem div#photoActions textarea.caption,
div#photoShowItem div#videoActions textarea.caption,
div#videoShowItem div#videoActions textarea.caption {
  max-width: 256;
  height: 200px;
  resize: none;
  background-color: white;
  border: none;
}
div#photoShowItem div#photoActions ul#files,
div#videoShowItem div#photoActions ul#files,
div#photoShowItem div#videoActions ul#files,
div#videoShowItem div#videoActions ul#files {
  margin-top: 20px;
  list-style: none;
  margin-left: 0;
  padding: 0;
}
div#photoShowItem div#photoActions ul#files li.file,
div#videoShowItem div#photoActions ul#files li.file,
div#photoShowItem div#videoActions ul#files li.file,
div#videoShowItem div#videoActions ul#files li.file {
  clear: both;
  height: 45px;
  margin-top: 15px;
}
@media (min-width: 992px) {
  div#photoShowItem div#photoActions ul#files li.file,
  div#videoShowItem div#photoActions ul#files li.file,
  div#photoShowItem div#videoActions ul#files li.file,
  div#videoShowItem div#videoActions ul#files li.file {
    height: 25px;
  }
}
div#photoShowItem div#photoActions ul#files li.file ul,
div#videoShowItem div#photoActions ul#files li.file ul,
div#photoShowItem div#videoActions ul#files li.file ul,
div#videoShowItem div#videoActions ul#files li.file ul {
  list-style: none;
  padding-left: 0px;
}
div#photoShowItem div#photoActions ul#files li.file ul li,
div#videoShowItem div#photoActions ul#files li.file ul li,
div#photoShowItem div#videoActions ul#files li.file ul li,
div#videoShowItem div#videoActions ul#files li.file ul li {
  float: left;
  display: inline;
  font-size: 13px;
  line-height: 45px;
  height: 45px;
}
@media (min-width: 992px) {
  div#photoShowItem div#photoActions ul#files li.file ul li,
  div#videoShowItem div#photoActions ul#files li.file ul li,
  div#photoShowItem div#videoActions ul#files li.file ul li,
  div#videoShowItem div#videoActions ul#files li.file ul li {
    line-height: 25px;
    height: 25px;
  }
}
div#photoShowItem div#photoActions ul#files li.file ul li.icon,
div#videoShowItem div#photoActions ul#files li.file ul li.icon,
div#photoShowItem div#videoActions ul#files li.file ul li.icon,
div#videoShowItem div#videoActions ul#files li.file ul li.icon {
  height: 45px;
  width: 45px;
  background-color: rgba(235, 235, 235, 0.5);
  text-align: center;
  font-family: FontAwesome;
  margin-right: 10px;
  cursor: pointer;
}
@media (min-width: 992px) {
  div#photoShowItem div#photoActions ul#files li.file ul li.icon,
  div#videoShowItem div#photoActions ul#files li.file ul li.icon,
  div#photoShowItem div#videoActions ul#files li.file ul li.icon,
  div#videoShowItem div#videoActions ul#files li.file ul li.icon {
    height: 25px;
    width: 25px;
    margin-right: 5px;
  }
}
div#photoShowItem div#photoActions ul#files li.file ul li.icon:hover,
div#videoShowItem div#photoActions ul#files li.file ul li.icon:hover,
div#photoShowItem div#videoActions ul#files li.file ul li.icon:hover,
div#videoShowItem div#videoActions ul#files li.file ul li.icon:hover {
  background-color: #C71444;
  color: white;
}
div#photoShowItem div#photoActions ul#files li.file ul li.icon:hover a,
div#videoShowItem div#photoActions ul#files li.file ul li.icon:hover a,
div#photoShowItem div#videoActions ul#files li.file ul li.icon:hover a,
div#videoShowItem div#videoActions ul#files li.file ul li.icon:hover a {
  color: white;
}
div#photoShowItem div#photoActions ul#files li.file ul li.basket-add:after,
div#videoShowItem div#photoActions ul#files li.file ul li.basket-add:after,
div#photoShowItem div#videoActions ul#files li.file ul li.basket-add:after,
div#videoShowItem div#videoActions ul#files li.file ul li.basket-add:after {
  content: '\f067';
}
div#photoShowItem div#photoActions ul#files li.file ul li.basket-remove:after,
div#videoShowItem div#photoActions ul#files li.file ul li.basket-remove:after,
div#photoShowItem div#videoActions ul#files li.file ul li.basket-remove:after,
div#videoShowItem div#videoActions ul#files li.file ul li.basket-remove:after {
  content: '\f068';
}
div#photoShowItem div#photoActions ul#files li.file ul li.download,
div#videoShowItem div#photoActions ul#files li.file ul li.download,
div#photoShowItem div#videoActions ul#files li.file ul li.download,
div#videoShowItem div#videoActions ul#files li.file ul li.download {
  width: 45px;
  height: 45px;
  overflow: hidden;
  background: rgba(235, 235, 235, 0.5);
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
@media (min-width: 992px) {
  div#photoShowItem div#photoActions ul#files li.file ul li.download,
  div#videoShowItem div#photoActions ul#files li.file ul li.download,
  div#photoShowItem div#videoActions ul#files li.file ul li.download,
  div#videoShowItem div#videoActions ul#files li.file ul li.download {
    width: 25px;
    height: 25px;
  }
}
div#photoShowItem div#photoActions ul#files li.file ul li.download a.download,
div#videoShowItem div#photoActions ul#files li.file ul li.download a.download,
div#photoShowItem div#videoActions ul#files li.file ul li.download a.download,
div#videoShowItem div#videoActions ul#files li.file ul li.download a.download {
  width: 45px;
  height: 45px;
  display: block;
}
@media (min-width: 992px) {
  div#photoShowItem div#photoActions ul#files li.file ul li.download a.download,
  div#videoShowItem div#photoActions ul#files li.file ul li.download a.download,
  div#photoShowItem div#videoActions ul#files li.file ul li.download a.download,
  div#videoShowItem div#videoActions ul#files li.file ul li.download a.download {
    width: 25px;
    height: 25px;
  }
}
div#photoShowItem div#photoActions ul#files li.file ul li.download a.download:after,
div#videoShowItem div#photoActions ul#files li.file ul li.download a.download:after,
div#photoShowItem div#videoActions ul#files li.file ul li.download a.download:after,
div#videoShowItem div#videoActions ul#files li.file ul li.download a.download:after {
  text-align: center;
  margin-left: 1px;
  font-family: FontAwesome;
  content: '\f019';
}
div#photoShowItem div#photoActions ul#files li.file ul li div.icon,
div#videoShowItem div#photoActions ul#files li.file ul li div.icon,
div#photoShowItem div#videoActions ul#files li.file ul li div.icon,
div#videoShowItem div#videoActions ul#files li.file ul li div.icon {
  background-color: #EBEBEB;
  width: 25px;
  height: 25px;
  font-family: FontAwesome;
  font-size: 20px;
  text-align: center;
}
div#photoShowItem div#photoActions ul#files li.file ul li div.download:after,
div#videoShowItem div#photoActions ul#files li.file ul li div.download:after,
div#photoShowItem div#videoActions ul#files li.file ul li div.download:after,
div#videoShowItem div#videoActions ul#files li.file ul li div.download:after {
  font-size: 13px;
  float: left;
  content: '\f019';
  padding: 0 0 5px 7px;
}
div#photoShowItem div#photoActions ul#files li.file ul li div.dimensions,
div#videoShowItem div#photoActions ul#files li.file ul li div.dimensions,
div#photoShowItem div#videoActions ul#files li.file ul li div.dimensions,
div#videoShowItem div#videoActions ul#files li.file ul li div.dimensions {
  margin-left: 10px;
  font-size: 16px;
}
@media (min-width: 992px) {
  div#photoShowItem div#photoActions ul#files li.file ul li div.dimensions,
  div#videoShowItem div#photoActions ul#files li.file ul li div.dimensions,
  div#photoShowItem div#videoActions ul#files li.file ul li div.dimensions,
  div#videoShowItem div#videoActions ul#files li.file ul li div.dimensions {
    font-size: 13px;
  }
}
div#photoShowItem div#photoActions ul#share,
div#videoShowItem div#photoActions ul#share,
div#photoShowItem div#videoActions ul#share,
div#videoShowItem div#videoActions ul#share {
  padding: 0;
  clear: both;
}
div#photoShowItem div#photoActions ul#share a li,
div#videoShowItem div#photoActions ul#share a li,
div#photoShowItem div#videoActions ul#share a li,
div#videoShowItem div#videoActions ul#share a li {
  float: left;
  margin-right: 10px;
}
div#photoShowItem div#photoActions ul#share li.button,
div#videoShowItem div#photoActions ul#share li.button,
div#photoShowItem div#videoActions ul#share li.button,
div#videoShowItem div#videoActions ul#share li.button {
  background: #EBEBEB;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 10px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
  margin-right: 10px;
}
@media (min-width: 992px) {
  div#photoShowItem div#photoActions ul#share li.button,
  div#videoShowItem div#photoActions ul#share li.button,
  div#photoShowItem div#videoActions ul#share li.button,
  div#videoShowItem div#videoActions ul#share li.button {
    font-size: 13px;
    padding: 0px;
  }
}
div#photoShowItem div#photoActions ul#share li.button.share:hover,
div#videoShowItem div#photoActions ul#share li.button.share:hover,
div#photoShowItem div#videoActions ul#share li.button.share:hover,
div#videoShowItem div#videoActions ul#share li.button.share:hover,
div#photoShowItem div#photoActions ul#share li.button.hover,
div#videoShowItem div#photoActions ul#share li.button.hover,
div#photoShowItem div#videoActions ul#share li.button.hover,
div#videoShowItem div#videoActions ul#share li.button.hover {
  background: #C71444;
  color: white;
}
div#photoShowItem div#photoActions ul#share li.button.share:hover a,
div#videoShowItem div#photoActions ul#share li.button.share:hover a,
div#photoShowItem div#videoActions ul#share li.button.share:hover a,
div#videoShowItem div#videoActions ul#share li.button.share:hover a,
div#photoShowItem div#photoActions ul#share li.button.hover a,
div#videoShowItem div#photoActions ul#share li.button.hover a,
div#photoShowItem div#videoActions ul#share li.button.hover a,
div#videoShowItem div#videoActions ul#share li.button.hover a {
  color: white;
}
div#photoShowItem div#photoActions ul#share li.button.embed a:after,
div#videoShowItem div#photoActions ul#share li.button.embed a:after,
div#photoShowItem div#videoActions ul#share li.button.embed a:after,
div#videoShowItem div#videoActions ul#share li.button.embed a:after {
  content: '\f121';
  right: 16px;
}
@media (min-width: 992px) {
  div#photoShowItem div#photoActions ul#share li.button.embed a:after,
  div#videoShowItem div#photoActions ul#share li.button.embed a:after,
  div#photoShowItem div#videoActions ul#share li.button.embed a:after,
  div#videoShowItem div#videoActions ul#share li.button.embed a:after {
    right: 10px;
  }
}
/*
*   === Videos ===
*/
#video-jwplayer_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 format */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#video-jwplayer_wrapper iframe,
#video-jwplayer_wrapper object,
#video-jwplayer_wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.videoThumbnail {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0px 5px;
  height: 225px;
}
@media (min-width: 768px) {
  section.videoThumbnail {
    margin-top: 0px;
    height: 150px;
  }
}
@media (min-width: 992px) {
  section.videoThumbnail {
    margin-top: 0px;
    height: 175px;
  }
}
section.videoThumbnail ul.thumbnailActions {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 0 5px;
  list-style: none;
  margin: 0;
}
section.videoThumbnail ul.thumbnailActions li {
  float: left;
  display: inline;
  font-size: 13px;
  line-height: 25px;
  height: 25px;
}
section.videoThumbnail ul.thumbnailActions li.icon {
  width: 25px;
  background-color: rgba(235, 235, 235, 0.5);
  text-align: center;
  font-family: FontAwesome;
  cursor: pointer;
  margin-right: 5px;
}
section.videoThumbnail ul.thumbnailActions li.icon:hover {
  color: white;
  background-color: #C71444;
}
section.videoThumbnail ul.thumbnailActions li.basket-add:after {
  content: '\f067';
}
section.videoThumbnail ul.thumbnailActions li.basket-remove:after {
  content: '\f068';
}
section.videoThumbnail ul.thumbnailActions li.download {
  width: 25px;
  height: 25px;
  overflow: hidden;
  background: rgba(235, 235, 235, 0.5);
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
section.videoThumbnail ul.thumbnailActions li.download a.download {
  width: 25px;
  height: 25px;
  display: block;
}
section.videoThumbnail ul.thumbnailActions li.download a.download:after {
  text-align: center;
  margin-left: 1px;
  font-family: FontAwesome;
  content: '\f019';
}
section.videoThumbnail ul.thumbnailActions li.download a.download:hover {
  color: white;
}
section.videoThumbnail figure {
  position: relative;
}
section.videoThumbnail figure div.video-wrapper {
  text-align: left;
  float: left;
  position: relative;
  display: inline-block;
  width: 153px;
  height: 86px;
}
section.videoThumbnail figure div.video-wrapper img {
  margin-top: 0!important;
  vertical-align: bottom;
}
section.videoThumbnail figure span.video-duration {
  float: left;
  font-size: 10px !important;
  background-color: rgba(10, 10, 10, 0.5);
  color: white;
  padding: 0 5px 0 5px;
  position: absolute;
  display: block;
  right: 0px;
  margin: 4px;
  top: 0;
  text-align: center;
}
section.videoThumbnail figure figcaption h4 {
  color: #000000;
  font-size: 12px;
  font-weight: normal;
}
section.videoThumbnail figure figcaption h4:hover {
  color: #C71444;
}
/*
*   === Widgets ===
*/
section#mediaWidgets {
  /* Override height for Video Widgets */
}
section#mediaWidgets div.play-toggle-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('/assets/images/buttons/play_button.png');
  background-position: center;
  background-repeat: no-repeat;
}
section#mediaWidgets div.play-toggle-overlay:hover {
  cursor: pointer;
}
section#mediaWidgets section#document-widget header h3 {
  font-size: 18px;
}
section#mediaWidgets section.thumb-widget {
  padding: 0;
  margin-bottom: 35px;
}
section#mediaWidgets section.thumb-widget header h3 {
  font-size: 18px;
  line-height: 14px;
  padding: 12px 0;
  margin-top: 0px;
  color: #C71444;
  text-transform: uppercase;
}
section#mediaWidgets section.thumb-widget header h3 a {
  color: #C71444;
  text-decoration: none;
}
section#mediaWidgets section.thumb-widget section.preview a {
  display: block;
  position: relative;
  margin: 0;
}
section#mediaWidgets section.thumb-widget section.preview a figcaption {
  font-size: 14px;
  max-height: 100%;
  position: absolute;
  bottom: 0;
  padding: 7px 10px;
  background: #171717;
  opacity: 0.85;
  filter: alpha(opacity=85);
  font-weight: 300;
  color: white;
}
section#mediaWidgets section.thumb-widget section.thumbs {
  margin-top: 1px;
}
section#mediaWidgets section.thumb-widget section.thumbs ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
section#mediaWidgets section.thumb-widget section.thumbs ul li {
  list-style: none;
  float: left;
  width: 33.33333333%;
  text-align: center;
}
section#mediaWidgets section.thumb-widget section.thumbs ul li:first-child {
  text-align: left;
}
section#mediaWidgets section.thumb-widget section.thumbs ul li:last-child {
  text-align: right;
}
section#mediaWidgets section.thumb-widget section.thumbs ul li img {
  vertical-align: bottom;
  width: 100%;
  opacity: .5;
  filter: alpha(opacity=50);
}
section#mediaWidgets section.thumb-widget section.thumbs ul li img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
section#mediaWidgets section.thumb-widget section.thumbs ul li.selected img {
  opacity: 1;
  filter: alpha(opacity=100);
}
section#mediaWidgets section.thumb-widget footer {
  margin-top: 1px;
}
section#mediaWidgets section.thumb-widget span.label-important {
  background-color: #C71444;
}
section#mediaWidgets section.thumb-widget span.label-important:after {
  border-color: transparent #C71444 transparent transparent;
}
a#modelsLink div#modelsLink {
  margin: 15px 0 10px 0;
  background: #EEEEEE;
  background: -moz-linear-gradient(top, #EEEEEE 0%, gray 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EEEEEE), color-stop(100%, gray));
  background: -o-linear-gradient(top, #EEEEEE 0%, gray 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #EEEEEE 0%, gray 100%);
  /* IE10+ */
  background-image: linear-gradient(to bottom, #EEEEEE, gray);
}
@media (min-width: 992px) {
  a#modelsLink div#modelsLink {
    margin: 16px 0 35px 0;
  }
}
a#modelsLink div#modelsLink:hover {
  background: none;
  background-color: #C71444 !important;
}
a#modelsLink div#modelsLink:hover p,
a#modelsLink div#modelsLink:hover span#right-arrow {
  color: white !important;
}
a#modelsLink div#modelsLink div#logo {
  background-image: url("/assets/images/logos/logo-nissan-small.png");
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 10px;
}
a#modelsLink div#modelsLink p {
  color: #C71444;
}
a#modelsLink div#modelsLink span#right-arrow {
  float: right;
  margin-top: 16px;
  font-size: 18px;
}
a#modelsLink div#modelsLink span#right-arrow:after {
  font-family: FontAwesome;
  content: '\f061';
}
/*
*   === Contact Information ===
*/
aside#contactInformation section#contactNissan {
  margin-bottom: 35px;
  background: #EEEEEE;
}
aside#contactInformation section#contactNissan h3 {
  text-transform: uppercase;
}
aside#contactInformation section#contactNissan address {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #787878;
}
aside#contactInformation section#contactNissan footer a {
  background: #999999!important;
  color: white!important;
}
aside#contactInformation section#contactNissan footer:hover {
  background: #999999!important;
  color: white!important;
}
/*
*   === Footer ===
*/
footer.globalFooter section#cta-footer {
  background: #D4D4D4;
  -webkit-box-shadow: inset 0 20px 30px -15px rgba(124, 122, 122, 0.4);
  -moz-box-shadow: inset 0 20px 30px -15px rgba(124, 122, 122, 0.4);
  box-shadow: inset 0 20px 30px -15px rgba(124, 122, 122, 0.4);
  background-image: url('/assets/images/tiles/mesh-pattern.png');
}
footer.globalFooter section#sitemap {
  padding-top: 24px;
  padding-bottom: 20px;
  min-height: 800px;
  background-color: black;
  background-image: url('/assets/images/tiles/mesh-pattern.png'), url('/assets/images/tiles/mesh-pattern.png'), url('/assets/images/backgrounds/nissan-footer-dark.jpg');
  background-repeat: repeat, repeat, no-repeat;
  background-position: center top;
}
/*
*   === Models ===
*/
.page .model-row {
  background-color: #f5f5f5;
  margin-bottom: 0px;
  background-clip: content-box;
  padding: 10px 0px;
}
.page .model-row h3 {
  text-align: left;
  padding-left: 22px;
  font-size: 18px;
  margin-top: 10px;
}
#models .model-row {
  background-color: #f5f5f5;
  margin-bottom: 0px;
  background-clip: content-box;
  padding: 10px 0px;
}
#models .model-row h3 {
  text-align: left;
  padding-left: 22px;
  font-size: 18px;
  margin-top: 10px;
}
#models a.collapsed h3:after {
  font-family: FontAwesome;
  content: "\f107";
  float: right;
  padding-right: 15px;
}
#models a h3:after {
  font-family: FontAwesome;
  content: "\f106";
  float: right;
  padding-right: 15px;
}
#models .model-cell {
  text-align: center;
  height: 200px;
}
#models .panel-body {
  padding: 0px;
}
/*
*   === Directors ===
*/
#directors h2 {
  font-size: 22px;
}
@media (min-width: 992px) {
  #directors h2 {
    font-size: 30px;
  }
}
#directors .directors-cell {
  height: 100%;
  font-size: 13px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #directors .directors-cell {
    height: 175px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  #directors .directors-cell {
    height: 175px;
    margin-bottom: 5px;
  }
}
/*
*   === Bulletin ===
*/
div#bulletin {
  background: #191919;
}
div#bulletin figure {
  padding: 12px 0;
  background-color: #191919;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#191919', GradientType=0);
  background-image: -moz-linear-gradient(top, #2b2b2b, #191919);
  background-image: -ms-linear-gradient(top, #2b2b2b, #191919);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2b2b2b), to(#191919));
  background-image: -webkit-linear-gradient(top, #2b2b2b, #191919);
  background-image: -o-linear-gradient(top, #2b2b2b, #191919);
  background-image: linear-gradient(top, #2b2b2b, #191919);
}
/*
*   === Press Kits ===
*/
article#presskitArticle {
  padding: 0;
}
article#presskitArticle div#presskit_left_content header {
  margin: 0;
}
article#presskitArticle div#presskit_left_content header h1 {
  color: #292929;
  font-weight: bold;
  margin-top: 16px;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  article#presskitArticle div#presskit_left_content header h1 {
    font-size: 28px;
  }
}
article#presskitArticle div#presskit_left_content header nav {
  display: block;
  width: 100%;
  margin: 6px 0 0 0;
  border-top: 1px solid #EEEEEE;
  padding-top: 12px;
}
article#presskitArticle div#presskit_left_content header nav #presskitNav {
  margin: 0 auto 15px;
  padding-left: 0px;
  width: auto;
  float: left;
}
article#presskitArticle div#presskit_left_content header nav #presskitNav:before,
article#presskitArticle div#presskit_left_content header nav #presskitNav:after {
  content: " ";
  display: table;
}
article#presskitArticle div#presskit_left_content header nav #presskitNav:after {
  clear: both;
}
article#presskitArticle div#presskit_left_content header nav #presskitNav li {
  background: transparent;
  float: left;
  display: inline-block;
  width: auto;
  height: 30px;
  list-style-type: none;
  font-weight: 200;
  font-size: 1.2em;
  border: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  text-shadow: none;
  position: relative;
  border-radius: 5px!important;
  margin-left: 5px;
}
article#presskitArticle div#presskit_left_content header nav #presskitNav li a,
article#presskitArticle div#presskit_left_content header nav #presskitNav li span {
  color: #4a4a4a;
  padding: 5px 6px;
  display: block;
  font-weight: 400;
  font-size: 13px;
  height: auto;
  width: auto;
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  article#presskitArticle div#presskit_left_content header nav #presskitNav li a,
  article#presskitArticle div#presskit_left_content header nav #presskitNav li span {
    padding: 5px 13px;
    font-size: 15px;
  }
}
article#presskitArticle div#presskit_left_content header nav #presskitNav li a:hover,
article#presskitArticle div#presskit_left_content header nav #presskitNav li span:hover {
  text-decoration: none;
}
article#presskitArticle div#presskit_left_content header nav #presskitNav li.active {
  background-color: #EBEBEB;
  -webkit-box-shadow: 0 1px 3px rgba(45, 54, 64, 0.9);
  -moz-box-shadow: 0 1px 3px rgba(45, 54, 64, 0.9);
  box-shadow: 0 1px 3px rgba(45, 54, 64, 0.9);
  border-radius: 5px!important;
}
article#presskitArticle div#presskit_left_content header nav #presskitNav li.active:hover {
  cursor: default;
}
article#presskitArticle div#presskit_left_content header nav #presskitNav li.active:after {
  height: 17px;
  width: 45px;
  margin: 0 auto 10px;
  display: block;
  background: url('/assets/images/buttons/presskit_tab_arrow.png') no-repeat center;
  background-size: 38px;
  margin-top: 2px;
}
article#presskitArticle div#presskit_left_content header nav #presskitNav li.disabled {
  cursor: default;
  background-color: transparent!important;
  border: 0px;
  border-left: 0!important;
  background-image: none;
  text-shadow: none;
  box-shadow: none;
}
article#presskitArticle div#presskit_left_content header nav #presskitNav li.disabled:hover {
  cursor: default;
  background-color: transparent;
  background-image: none;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
article#presskitArticle div#presskit_left_content header nav #presskitNav li.disabled:hover:after {
  content: '';
  display: none;
}
article#presskitArticle div#presskit_left_content header nav #presskitNav li.disabled a,
article#presskitArticle div#presskit_left_content header nav #presskitNav li.disabled span {
  color: #d7d7d7!important;
}
article#presskitArticle div#presskit_left_content header nav #presskitNav li.disabled + li:not(.disabled) {
  border: 0!important;
}
article#presskitArticle div#presskit_left_content header nav #presskitNav li.disabled + .disabled {
  border-left: 1px dotted #EEE;
}
article#presskitArticle div#presskit_left_content header nav #presskitNav li:hover {
  cursor: pointer;
  background-repeat: repeat-x;
  background-color: #EBEBEB;
  -webkit-box-shadow: 0 1px 3px rgba(45, 54, 64, 0.9);
  -moz-box-shadow: 0 1px 3px rgba(45, 54, 64, 0.9);
  box-shadow: 0 1px 3px rgba(45, 54, 64, 0.9);
  border-radius: 5px!important;
}
article#presskitArticle div#presskit_left_content header nav #presskitNav li:hover:after {
  content: '';
  height: 17px;
  width: 45px;
  margin: 0 auto 10px;
  display: block;
  background: url('/assets/images/buttons/presskit_tab_arrow.png') no-repeat center;
  background-size: 38px;
  margin-top: 2px;
}
article#presskitArticle div#presskit_left_content header nav #presskitNav li:first-child {
  border-top-right-radius: 5px 0px 0px 5px;
  border-top-left-radius: 5px 0px 0px 5px;
  border-bottom-right-radius: 5px 0px 0px 5px;
  border-bottom-left-radius: 5px 0px 0px 5px;
  margin: 0px;
  width: auto;
}
article#presskitArticle div#presskit_left_content header nav #presskitNav li:last-child {
  border-top-right-radius: 0px 5px 5px 0px;
  border-top-left-radius: 0px 5px 5px 0px;
  border-bottom-right-radius: 0px 5px 5px 0px;
  border-bottom-left-radius: 0px 5px 5px 0px;
  width: auto;
}
article#presskitArticle div#presskit_left_content header nav #presskitNav li + li {
  border-left: 0px;
}
article#presskitArticle div#presskit_left_content header nav #presskitNav li.disabled + li:not(.disabled) {
  border: 1px solid;
  border-color: rgba(100, 100, 100, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.4);
}
article#presskitArticle div#presskit_left_content header ul#presskitActions li {
  background: #EBEBEB;
}
article#presskitArticle div#presskit_left_content header ul#presskitActions li:hover {
  background: #C71444;
  color: white;
}
article#presskitArticle div#presskit_left_content header ul#presskitActions li:hover a {
  color: white;
}
article#presskitArticle div#presskit_left_content header#presskitSummary section.presskitSummaryActions {
  border: 0;
}
article#presskitArticle div#presskit_left_content div.tab-content header {
  font-size: 12px;
  width: 100%;
}
article#presskitArticle div#presskit_left_content div.tab-content header hgroup {
  border-bottom: 0;
}
article#presskitArticle div#presskit_left_content div.tab-content header hgroup h1 {
  font-size: 17px;
  line-height: 23px;
  margin-top: 0;
}
@media (min-width: 992px) {
  article#presskitArticle div#presskit_left_content div.tab-content header hgroup h1 {
    font-size: 20px;
    line-height: 26px;
  }
}
article#presskitArticle div#presskit_left_content footer {
  margin-top: 20px;
  background: #ebebeb;
  padding: 10px 17px;
}
article#presskitArticle div#presskit_left_content footer h3 {
  text-transform: uppercase;
  margin-top: 5px;
}
article#presskitArticle div#presskit_left_content footer p {
  margin-bottom: 10px;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 200;
}
article#presskitArticle div#presskit_left_content footer address {
  margin: 0;
}
article#presskitArticle div#presskit_left_content footer address ul {
  margin: 0;
  list-style: none;
}
article#presskitArticle div#presskit_left_content footer address ul li {
  display: inline-block;
  margin-left: 12px;
  padding-left: 12px;
  border-left: 2px solid black;
  line-height: 17px;
  font-weight: 500;
  font-size: 15px;
}
article#presskitArticle div#presskit_left_content footer address ul li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
article#presskitArticle section#mediaWidgets {
  margin-top: 31px;
}
/*
*   === Press Kits Archives ===
*/
#press-kit-archive ul.list-unstyled {
  margin-bottom: 15px;
}
#press-kit-archive ul.list-unstyled li {
  padding-bottom: 3px;
}
/*
*   === Press Kits ===
*/
header#basketHeader {
  padding: 7px 0;
  margin-top: 12px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
header#basketHeader a.btn {
  color: #4A4A4A;
  padding: 3px 7px 3px 7px;
  background: #EBEBEB;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 5px;
  display: inline-block;
  position: relative;
  border-radius: 0;
  border: 0;
  text-shadow: none;
  margin: 0;
}
@media (min-width: 768px) {
  header#basketHeader a.btn {
    font-size: 13px;
  }
}
header#basketHeader a.btn:after {
  position: absolute;
  width: 10px;
  height: 10px;
  font-family: FontAwesome;
  content: '';
  right: 10px;
  bottom: 11px;
  right: 8px;
}
header#basketHeader a.btn:hover {
  background: #C71444;
  color: white;
}
header#basketHeader a.btn:hover a {
  color: white;
}
header#basketHeader a.btn#download-basket {
  margin-top: 5px;
}
@media (min-width: 568px) {
  header#basketHeader a.btn#download-basket {
    float: right;
    margin-top: 0px;
  }
}
header#basketHeader a.btn#empty-basket {
  margin-left: 7px;
}
header#basketHeader a.btn span.action-icn {
  font-size: 18px;
  line-height: 9px;
  margin-left: 5px;
}
header#basketHeader a.btn span.icon-envelope {
  margin-left: 7px;
  font-size: 16px;
}
section#basketContent > section {
  margin-top: 12px;
}
section#basketContent > section h3 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 7px;
}
section#basketContent section#releaseList div.basketItem {
  border-top: 0px !important;
  border-top: 1px solid #EEEEEE;
  padding: 7px 0;
}
section#basketContent section#releaseList div.basketItem h5 {
  margin-top: 0px;
}
@media (min-width: 768px) {
  section#basketContent section#releaseList div.basketItem h5 {
    margin-top: 5px;
  }
}
section#basketContent section#releaseList div.basketItem:before,
section#basketContent section#releaseList div.basketItem:after {
  content: " ";
  display: table;
}
section#basketContent section#releaseList div.basketItem:after {
  clear: both;
}
section#basketContent section#releaseList div.basketItem:first-child {
  border-top: 0;
}
section#basketContent section#releaseList div.basketItem ul {
  float: left;
  margin: 0;
  list-style: none;
  padding-left: 5px;
}
section#basketContent section#releaseList div.basketItem ul li {
  float: left;
  margin-right: 5px;
  background-color: #EBEBEB;
  width: 25px;
  height: 25px;
  text-align: center;
  font-size: 13px;
  font-family: FontAwesome;
  line-height: 28px;
  cursor: pointer;
}
section#basketContent section#releaseList div.basketItem ul li.basket-remove:after {
  content: '\f068';
  cursor: pointer;
}
section#basketContent section#releaseList div.basketItem ul li a.download:after {
  text-align: center;
  margin-left: 3px;
  font-family: FontAwesome;
  content: '\f019';
  display: inline;
  margin-right: 5px;
  line-height: 25px;
}
section#basketContent section#releaseList div.basketItem a.title {
  float: left;
}
section#basketContent section#releaseList div.basketItem a.title h4 {
  line-height: 25px;
  color: #4A4A4A;
  font-weight: 500;
}
section#basketContent section#photoList p.title,
section#basketContent section#videoList p.title {
  font-weight: 500;
  margin-left: -10px;
}
@media (min-width) {
  section#basketContent section#photoList p.title,
  section#basketContent section#videoList p.title {
    margin-left: 0px;
  }
}
section#basketContent section#photoList div#buttonsTop,
section#basketContent section#videoList div#buttonsTop {
  width: 465px;
  display: inline-block;
  margin-right: 8px;
  padding: 0;
  margin-top: 24px;
  float: left;
}
section#basketContent section#photoList div#thumbnails,
section#basketContent section#videoList div#thumbnails {
  clear: both;
}
section#basketContent section#photoList div#thumbnails section.thumbnailRow,
section#basketContent section#videoList div#thumbnails section.thumbnailRow {
  border-top: 1px solid #eeeeee;
  padding-bottom: 0;
  padding: 7px 0;
}
section#basketContent section#photoList div#thumbnails section.thumbnailRow:first-child,
section#basketContent section#videoList div#thumbnails section.thumbnailRow:first-child {
  border-top: 0;
}
section#basketContent section#photoList div#thumbnails section.thumbnailRow section.photoThumbnail figure figcaption,
section#basketContent section#videoList div#thumbnails section.thumbnailRow section.photoThumbnail figure figcaption,
section#basketContent section#photoList div#thumbnails section.thumbnailRow section.videoThumbnail figure figcaption,
section#basketContent section#videoList div#thumbnails section.thumbnailRow section.videoThumbnail figure figcaption {
  width: 295px;
  text-align: left;
  float: right;
  margin-left: 17px;
  display: inline;
}
section#basketContent section#photoList div#thumbnails section.thumbnailRow section.photoThumbnail figure figcaption h4,
section#basketContent section#videoList div#thumbnails section.thumbnailRow section.photoThumbnail figure figcaption h4,
section#basketContent section#photoList div#thumbnails section.thumbnailRow section.videoThumbnail figure figcaption h4,
section#basketContent section#videoList div#thumbnails section.thumbnailRow section.videoThumbnail figure figcaption h4 {
  line-height: 25px;
  color: #4A4A4A;
  font-weight: 500;
}
/*
*   === Pagination ===
*/
div.pagination-wrapper div.pagination ul {
  background: #eeeeee;
  border-radius: 0;
  box-shadow: none!important;
  font-size: 13px;
}
div.pagination-wrapper div.pagination ul li a {
  color: #7C7A7A;
  border-radius: 0;
  border: 0;
  line-height: 30px;
  padding: 0 11px;
}
div.pagination-wrapper div.pagination ul li a.active,
div.pagination-wrapper div.pagination ul li a:hover {
  background: #f5f5f5;
  color: #C71444;
  text-decoration: underline;
}
div.pagination-wrapper div.pagination ul li a.pagination-step {
  width: 30px;
  height: 30px;
  padding: 0;
  background: #a8a8a8;
  color: white;
  text-align: center;
}
div.pagination-wrapper div.pagination ul li a.pagination-step:hover {
  background: #a8a8a8;
  color: white;
}
/*
*   === Miscellaneous ===
*/
.forward-ho,
.back-ho,
.none-ho {
  background: #eeeeee!important;
  color: #787878!important;
  padding: 9px 12px!important;
  font-size: 14px!important;
  font-weight: 500!important;
  line-height: 14px!important;
  width: 100%;
  height: auto!important;
  display: block!important;
  text-transform: uppercase!important;
  position: relative!important;
}
.forward-ho:hover,
.back-ho:hover,
.none-ho:hover {
  color: white!important;
  background: #C71444 !important;
}
.forward-ho {
  text-align: left!important;
}
.forward-ho:after {
  position: absolute;
  width: 10px;
  height: 10px;
  font-family: FontAwesome;
  content: '\f054';
  right: 10px;
}
.back-ho {
  text-align: right!important;
}
.back-ho:after {
  position: absolute;
  width: 10px;
  height: 10px;
  font-family: FontAwesome;
  content: '\f053';
  left: 10px;
}
ul.breadcrumb-nav {
  margin: 0;
  list-style: none;
  margin-top: 8px;
  font-size: 12px;
}
ul.breadcrumb-nav li {
  display: inline-block;
}
ul.breadcrumb-nav li a {
  text-decoration: underline;
}
form#new-account .col-sm-6 {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  form#new-account .col-sm-6 {
    padding-right: 15px;
  }
}
/*
*   ==== Refine Search ===
*/
div#channelRefineSearch div#refineSearch {
  margin-top: 5px;
  margin-bottom: 5px;
}
div#photoListRefineSearch,
div#videoListRefineSearch {
  float: right;
}
div#photoListRefineSearch div#refineSearch,
div#videoListRefineSearch div#refineSearch {
  line-height: 30px;
  font-size: 13px;
  margin-bottom: 0px;
}
div#refineSearch p#title {
  line-height: 30px;
}
div#refineSearch select {
  margin-bottom: 15px;
}
section#photoList,
section#videoList {
  margin-top: 20px;
}
section#photoList div#buttonsTop:before,
section#videoList div#buttonsTop:before,
section#photoList div#buttonsTop:after,
section#videoList div#buttonsTop:after {
  content: " ";
  display: table;
}
section#photoList div#buttonsTop:after,
section#videoList div#buttonsTop:after {
  clear: both;
}
section#photoList div#buttonsTop div#pagination div#results div.pagination-wrapper div.pagination,
section#videoList div#buttonsTop div#pagination div#results div.pagination-wrapper div.pagination {
  margin: 0;
}
section#photoList div#buttonsTop div#pagination div#results,
section#videoList div#buttonsTop div#pagination div#results {
  float: left;
}
section#photoList div#buttonsBottom div#pagination div#results div.pagination-wrapper div.pagination,
section#videoList div#buttonsBottom div#pagination div#results div.pagination-wrapper div.pagination {
  margin-top: 5px;
}
section.total-entries {
  color: #7C7A7A;
  float: left;
  line-height: 30px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
#releaseList .total-entries {
  line-height: 40px;
  margin-left: 10px;
}
/*
*   ==== Action icons ===
*/
ul.actions li:hover {
  color: white!important;
  background-color: #C71444 !important;
}
ul.actions li:hover a,
ul.actions li:hover a:hover {
  color: white!important;
}
div#share-photo a#submit:hover,
div#share-video a#submit:hover,
div#embed-photo a#submit:hover,
div#embed-video a#submit:hover,
div#share-photo a#cancel:hover,
div#share-video a#cancel:hover,
div#embed-photo a#cancel:hover,
div#embed-video a#cancel:hover {
  color: white!important;
  background-color: #C71444 !important;
}
div#share-photo a#submit:hover a,
div#share-video a#submit:hover a,
div#embed-photo a#submit:hover a,
div#embed-video a#submit:hover a,
div#share-photo a#cancel:hover a,
div#share-video a#cancel:hover a,
div#embed-photo a#cancel:hover a,
div#embed-video a#cancel:hover a,
div#share-photo a#submit:hover a:hover,
div#share-video a#submit:hover a:hover,
div#embed-photo a#submit:hover a:hover,
div#embed-video a#submit:hover a:hover,
div#share-photo a#cancel:hover a:hover,
div#share-video a#cancel:hover a:hover,
div#embed-photo a#cancel:hover a:hover,
div#embed-video a#cancel:hover a:hover {
  color: white!important;
}
/*
*   ==== Nissan pagination ===
*/
div.pagination li div.pagination-button-container {
  float: left;
  display: inline-block;
}
div.pagination li div.pagination-button-container a.pagination-step {
  font-family: FontAwesome;
}
div.pagination li div.pagination-button-container a.pagination-step.left:after {
  content: '\f053';
}
div.pagination li div.pagination-button-container a.pagination-step.right:after {
  content: '\f054';
}
/*
*   ==== Market-specific styles ===
*/
@media (min-width: 992px) {
  body li.hover-reveal {
    padding-left: 9px!important;
    padding-right: 9px!important;
  }
}
@media (min-width: 1200px) {
  body li.hover-reveal {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
}
body nav#desktop-nav ul#socialLinks {
  width: 205px!important;
  padding-left: 0px!important;
}
@media (min-width: 992px) {
  body.fr-CA li.hover-reveal {
    padding-left: 5px!important;
    padding-right: 5px!important;
  }
}
@media (min-width: 1200px) {
  body.fr-CA li.hover-reveal {
    padding-left: 16px!important;
    padding-right: 16px!important;
  }
}
body.fr-CA ul#share li.embed {
  font-size: 12px!important;
}
@media (min-width: 992px) {
  body.es-MX li.hover-reveal {
    padding-left: 4px!important;
    padding-right: 4px!important;
  }
}
@media (min-width: 1200px) {
  body.es-MX li.hover-reveal {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
}
body.es-MX nav#desktop-nav ul#socialLinks {
  width: 170px!important;
  padding-left: 0px!important;
}
body.es nav#desktop-nav ul#socialLinks {
  width: 170px!important;
  padding-left: 0px!important;
}
body.es .navbar .nav > li > a {
  padding: 10px 7px 11px;
}
body.pt div.navbar-inner div.container {
  width: 985px;
}
body.pt footer.globalFooter section#sitemap {
  background-image: url('/assets/images/tiles/mesh-pattern.png'), url('/assets/images/tiles/mesh-pattern.png'), url('/assets/images/backgrounds/nissan-pt-footer.jpg');
}
body.pt .navbar .nav > li > a {
  padding: 10px 0 11px;
}
body.pt nav#desktop-nav ul#socialLinks {
  width: 170px!important;
}
.modal-header--embargo {
  background-color: #c71444;
}
/*# sourceMappingURL=naias13-nissan.css.map */