/*

Primary Red: #D20F10;
Secondary Red: #BF0E0E;

Primary (light) Grey: #B2B2B7;
Secondary (darl) Grey: #858585;

Section Gutters: 20px;
Section Paddings: 30px;

Aside Padding: 20px;

*/

/* Because we can't use reset.css */
header {
	background: 0 0;
	display: block;
	}
.page-social-wrapper * {
    font-size: 100%;
    font: inherit;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    /* IE6-7 Boxsizing*/
    *behavior: url(/assets/scripts/boxsizing.htc);
}

.page-social-wrapper ol,
.page-social-wrapper ul {
    list-style: none;
}

.page-social-wrapper sub {
    font-size: 9px;
}

/* Secondary Nav override. */
/* FIXME: Remove important after fix */
header, #secondary-nav { *width: 100%!important; *left: 0; }
#secondary-nav {
    width: 100% !important;
}
header {
	background: 0 0;
	display: block;
	}


/* ----------------------------------------
Background image
-------------------------------------------*/
#page-social {
    background-color: #383838;
}

/* ----------------------------------------
Mod Box
-------------------------------------------*/
.mod-box {
    font-size: 16px;
    margin-bottom: 30px;
    overflow: hidden;
    font-family: 'Stratum';
}

/*
<div class="mod-box-center-wrapper">
    <div class="mod-box-center">
        <!--CENTERED ITEMS -->
    </div>
</div>
 */
.mod-box-center-wrapper {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.mod-box-center {
    display: inline-block;
    overflow: hidden;
    text-align: left;
}

.mod-box-item {
    overflow: hidden;
    background-color: #ffffff;
    float: left;
    padding: 30px;
    width: 100%;
}

.mod-box-item:hover {
    background-color: #dddddd;
    cursor: pointer;
}

.mod-box-disabled {
    overflow: hidden;
    background-color: #ffffff;
    /*float: left;*/
    padding: 30px;
    /*width: 100%;*/
}

.mod-box-disabled:hover {
    background: #ffffff;
}

.mod-box-title-wrapper {
    font-size: 18px;
    font-weight: normal;
    line-height: 11px;
    color: #ffffff;
    background-color: #D20F10;
    padding: 20px 15px;
    border-bottom: 1px solid #383838;
    overflow: hidden;

    /* Negating header.css generic <header> style */
    /* FIXME: remove this later*/
    position: relative;
    margin: auto;
    top: 0;
    z-index: 0;
    width: auto;
    height: auto;
}

.mod-box-title {
    text-transform: uppercase;
    float: left;
}

.mod-box-header-nav {
    float: right;
    margin-top: -5px;
    margin-bottom: -5px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mod-box-header-nav-item {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    line-height: 11px;
    text-transform: uppercase;
    padding: 5px 15px;
    min-width: 70px;
    color: #ffffff;
    /*background: #ffffff url(/assets/images/social/social-down-triangle.png) 200% 50% no-repeat;*/
    background: #e46f70;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;

    position: relative;
}

.mod-box-header-nav-item:hover,
.mod-box-header-nav-item-active {
    background-color: #ffffff;
    color: #D20F10;
    cursor: pointer;
}

.mod-box-header-nav-item:hover:after,
.mod-box-header-nav-item-active:after {
    content: "";
    border-color: #FFFFFF transparent transparent transparent;
    border-style: solid;
    border-width: 6px;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -12px;
    left: 42%;
}

/* ----------------------------------------
Mod Hero
-------------------------------------------*/
.mod-hero-wrapper {
    height: 550px;
}

.mod-hero-image {
    position: absolute;
    top: 0;
    left: -80px;
}

.mod-hero-info {
    margin-top: 138px;
	margin-left: 15px;
    padding: 20px;
    position: relative;
    background: #e5e3e6;
    background: rgba(255, 255, 255, 0.8);
    font: normal 13px/18px Helvetica, sans-serif;
}

.mod-hero-info > p {
    margin-top: 5px;
    margin-bottom: 15px;
}

.mod-hero-title {
    text-transform: uppercase;
    font: 32px/31px 'Stratum';
    letter-spacing: -1px;
    margin-bottom: 7px;
}

.mod-hero-byline {
    font-weight: bold;
}

.mod-hero-info em {
    font-style: italic;
}

/* ----------------------------------------
Mod Gallery
-------------------------------------------*/
.mod-gallery {
    background-color: #ffffff;
}

.mod-gallery-page {
    display: none;
}

.mod-gallery-section {
    display: none;
}

.mod-gallery .mod-gallery-item {
    width: 50%;
}

.mod-gallery-item {
    border-right: 1px solid #383838;
    border-bottom: 1px solid #383838;
    /*width: 50%;*/
    /*margin-right: 1px;*/
    /*margin-bottom: 1px;*/
    /*bor*/
}

.mod-gallery-item-even {
    border-right: none;
}

.mod-gallery-image-wrapper {
    width: 260px;
    height: 150px;
    margin-bottom: 15px;
    text-align: center;
}

.mod-gallery-item-image {
    max-height: 100%;
    max-width: 100%;
}

.mod-gallery-item-title {
    font-size: 16px;
    line-height: 16px;
    color: #D20F10;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mod-gallery-facebook {
    background-image: url(/assets/images/social/social-facebook-icon.png);
    background-repeat: no-repeat;
    background-position: 280px 200px;
}

.mod-gallery-facebook:hover {
    background-image: url(/assets/images/social/social-facebook-icon-hover.png);
}

/* ----------------------------------------
Mod Pagination
-------------------------------------------*/

/* Orb Pagination
-------------------------------------------*/
.mod-pager-orb {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mod-pager-orb-item {
    text-indent: -999px;
    direction: ltr;
    float: left;
    width: 16px;
    height: 40px;
    margin: 0 5px;
}

.mod-pager-orb-item:hover {
    cursor: pointer;
    background-position: 50% 100%;
}

.mod-pager-orb-item-disabled {
    visibility: hidden;
}

.mod-pager-orb-previous {
    background: url(/images/tireRotateModule/tireNavLeftArrow_bullet.png) no-repeat 0 0;
}

.mod-pager-orb-next {
    background: url(/images/tireRotateModule/tireNavRightArrow_bullet.png) no-repeat 0 0;
}

.mod-pager-orb-pages {
    float: left;
}

.mod-pager-orb-pages > * {
    text-indent: -999px;
    direction: ltr;
    display: inline-block;
    width: 17px;
    height: 40px;
    background: url(/images/tireRotateModule/tireNavDot_bullet.png) no-repeat 0 0;
    margin: 0 4px;
}

.mod-pager-orb-pages > :hover {
    cursor: pointer;
    background-position: 0 -40px;
}

.mod-pager-orb-pages-active {
    background-position: 0 -80px;
}

/* Previous/Next Pagination
-------------------------------------------*/
.mod-pager-standard {
    padding-top: 15px;
    padding-bottom: 20px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mod-pager-standard-divider {
    border-top: 1px solid #383838;
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
}

.mod-pager-standard-item {
    color: #D20F10;
    cursor: pointer;
}

.mod-pager-standard-item:hover {
    color: #BF0E0E;
}

.mod-pager-standard-item-disabled {
    display: none;
}

.mod-pager-standard-previous {
    float: left;
}

.mod-pager-standard-next {
    float: right;
}

/* ----------------------------------------
Mod Events
-------------------------------------------*/

.mod-events {
    background-color: #FFFFFF;
}

.mod-events-page {
    display: none;
}

.mod-event-section {
    display: none;
    min-height: 540px;
}

.mod-event-featured {
    margin: 20px 30px 10px 30px;
    padding: 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #383838;
}

.mod-event-item {
    padding: 10px 0;
    margin: 0 30px;
}

.mod-event-item-last {
    padding-bottom: 20px;
    border-bottom: 1px solid #383838;
}

.mod-event-asset {
    float: left;
    margin-right: 20px;
}

.mod-event-body {
    float: left;
    width: 80%;
    font: 12px/18px Helvetica, sans-serif;
    color: #666666;
}

.mod-event-body-featured {
    float: left;
    width: 70%;
    font: 12px/18px Helvetica, sans-serif;
    color: #666666;
}

.mod-event-title-featured {
    font: 16px/18px 'Stratum';
    line-height: 18px;
    color: #D20F10;
    text-transform: uppercase;
}

.mod-event-byline {
    font: 16px/18px 'Stratum';
    color: #000000;
    line-height: 18px;
    text-transform: uppercase;
}

.mod-event-date-wrapper {
    width: 88px;
    height: 88px;
    background: #E3E3E3;
    padding: 10px;
    text-align: center;
    line-height: 52px;
    /*background: #e3e3e3 url(/assets/images/social/social-grey-triangle.png) 0 0 no-repeat;*/
    /*position: relative;*/
}

.mod-event-month {
    font-size: 14px;
    line-height: 14px;
    color: #858585;
    text-align: center;
    /*position: absolute;*/
    /*top: 5px;*/
    /*left: 5px;*/
}

.mod-event-date {
    font-size: 52px;
    /*line-height: 52px;*/
    color: #D20F10;
    /*text-align: center;*/
}

.mod-event-date-range {
    font-size: 32px;
    /*line-height: 52px;*/
    color: #D20F10;
    /*text-align: center;*/
}

.mod-event-month-range {
    font-size: 14px;
    line-height: 14px;
}

.mod-event-month-range-wrapper {
    font-size: 24px;
    line-height: 28px;
    width: 100%;
    float: left;
}

.mod-event-month-wrapper {
    color: #858585;
}

.mod-event-day-wrapper {
    color: #D20F10;
}

.mod-event-title {
    font: 16px/18px 'Stratum';
    color: #000000;
    line-height: 18px;
    text-transform: uppercase;
}

.mod-event-copy {
    max-height: 3em;
}

.mod-event-url {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.mod-event-body a, .mod-event-body-featured a{
    color: #D20F10;
    text-decoration: none;
}

/* ----------------------------------------
Mod Buzz
-------------------------------------------*/
.mod-buzz-item {
    padding: 20px;
    margin-bottom: 1px;
}

.mod-buzz-facebook {
    background-image: url(/assets/images/social/social-facebook-icon.png);
    background-position: 240px 10px;
    background-repeat: no-repeat;
}

.mod-buzz-facebook:hover {
    background-image: url(/assets/images/social/social-facebook-icon-hover.png);
}

.mod-buzz-twitter {
    background-image: url(/assets/images/social/social-twitter-icon.png);
    background-position: 240px 10px;
    background-repeat: no-repeat;
}

.mod-buzz-twitter:hover {
    background-image: url(/assets/images/social/social-twitter-icon-hover.png);
}


.mod-buzz-profile-image {
    width: 33px;
    height: 33px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.mod-buzz-title {
    float: left;
    color: #D20F10;
    font-size: 16px;
    line-height: 14px;
    padding-top: 10px;
    /*width: 80%;*/
}

.mod-buzz-title-extended {
    padding-top: 0;
}

.mod-buzz-title-extended > :first-child {
    margin-bottom: 5px;
}

.mod-buzz-title-footer {
    padding-top: 0;
    float: none;
    text-align: center;
    font-style: italic;
    font-size: 15px;
    color: #737373;
    margin-bottom: 20px;
}

.mod-buzz-body {
    clear: left;
    font: 12px/17px Helvetica, sans-serif;
    word-wrap: break-word;
}

.mod-buzz-body a {
    color: #D20F10;
}

.mod-buzz-timestamp {
    font-size: 10px;
    line-height: 13px;
}

.mod-buzz-social-list {
    clear: both;
}

.mod-buzz-social-list > li {
    display: block;
    float: left;
    margin-right: 5px;
}

.mod-buzz-social-list > li:nth-child(2n) {
    margin-right: 0;
}

/* ----------------------------------------
Buttons
-------------------------------------------*/
.btn-social {
    font: bold 9px/14px Helvetica, sans-serif;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #B2B2B7;
    width: 115px;
    margin-bottom: 10px;
    margin-right: 0;
    border-radius: 5px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-social:hover {
    background-color: #858585;
    cursor: pointer;
}

.btn-social-two-line {
    font: bold 9px/10px Helvetica, sans-serif;
    padding: 7px 10px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #B2B2B7;
    width: 115px;
    margin-bottom: 10px;
    margin-right: 0;
    border-radius: 5px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-social-two-line:hover {
    background-color: #858585;
    cursor: pointer;
}

.btn-social-facebook {
    background-image: url(/assets/images/social/social-buzz-facebook-icon.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.btn-social-twitter {
    background-image: url(/assets/images/social/social-buzz-twitter-icon.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.btn-primary-cta {
    font: bold 10px/10px Helvetica, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-block;
    /*height: 30px;*/
    width: 210px;
    padding: 10px 20px 10px 10px;
    background: #d20f06 url(/assets/images/social/btn-arrow.png) no-repeat center right;
    border-radius: 2px;
    margin-bottom: 5px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-primary-cta:hover {
    background-color: #BF0E0E;
}


/* OTHER */

.registry-tile {
    display: block;
    margin-bottom: 20px;
}

/*.registry-tile img {
    max-width: 100%;
    max-height: 100%;
}*/




/* Modifiers */

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
}

.ellipsis-multiline {
    white-space: normal;
}
#topbody .left-arrow, #topbody .right-arrow, #topbody .right-arrow, #topbody .left-arrow, #topbody .right-arrow:hover, #topbody .left-arrow:hover, #topbody .right-arrow:active, #topbody .left-arrow:active, .bhp-promo-carousel .prev-arrow, .bhp-promo-carousel .next-arrow, .bhp-promo-carousel .prev-arrow, .bhp-promo-carousel .next-arrow {
	background:url(/images/homepage-arrows2.png) no-repeat
}
#topbody{margin-bottom: 115px;}
#homepage-background{position:absolute; left:-172px;}
#topbody .left-arrow, #topbody .right-arrow {
	background-position:-39px 0;
	cursor:pointer;
	height:40px;
	left:-25px;
	position:absolute;
	top:227px;
	width:40px;
	z-index:4
}
#topbody .right-arrow {
	background-position:-75px -40px;
	left:auto;
	right:-40px
}
#topbody .left-arrow {
	background-position:-34px -40px;
	height:40px;
	left:-38px;
	width:40px
}
#topbody .right-arrow:hover {
	background-position:-75px -82px
}
#topbody .left-arrow:hover {
	background-position:-34px -82px
}
#topbody .right-arrow:active {
	background-position:-75px -124px
}
#topbody .left-arrow:active {
	background-position:-34px -124px
}
#topbody .right-arrow span {
	left:auto;
	right:0
}

#homepage-background {
	height:0;
	margin:0 auto;
	max-width:1366px;
	position:relative;
	width:100%;
	z-index:0;
	left:0;

}
#homepage-background .wrap {
	height:750px;
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	width:100%
}

#homepage-background .wrap .image {
    margin-left: -50%;
    width: 200%;
}

#homepage-background .wrap .image div {
    height: 750px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 1366px;
}

.hp-carousel .navigator {
	top:107px;
    height: 16px;
    position: relative;
    z-index: 5;
}
.hp-carousel .navigator ul {
    list-style: none outside none;
    position: absolute;
    right: 33px;
    top: 13px;
    width: 82px !important;
}
.hp-carousel .navigator ul li {
    display: block;
    float: left;
    list-style: none outside none;
}

.hp-carousel .navigator ul li:first-child {
    background-position: left top;
    padding-left: 18px;
}

.hp-carousel .navigator li div {
    background: url("/images/homepage-carousel.png") no-repeat scroll right -66px transparent;
    cursor: pointer;
    height: 8px;
    margin: 6px 4px;
    width: 8px;
}
.mod-hero-image{left:0;}
.hp-carousel .navigator li.selected div {
    background-position: right bottom;
    cursor: default;
}
#lineup .mod-hero-info{background: url("/assets/images/social/dodge_social_home_DEFIANCE_textbox.png") no-repeat transparent;  padding-left: 32px;}
.container_16 #charger-daytona-hero .grid_5{ width: 337px;}
#schedule{background: url("/assets/images/social/btn-arrow.png") no-repeat scroll right center #86888b;}
#charger-daytona-hero .btn-primary-cta {
    float: left;
    margin-right: 10px;
    width: 138px;
}

a.college-tile {
				text-decoration:none;
				display: block;
				position: relative;
}
.collegegradtext {
	color: #333333;
	font-family: 'Stratum';
	font-style: italic;
	font-size: 17px;
	left: 12px;
    letter-spacing: 0.8px;
    line-height: 1.2em;
	position: absolute;
	top: 12px;
}
.collegegradtext .tooltip {
	top: -3px;
}

/* May 30, 2013 update */
.college-tile .tooltip {
    position: absolute;
    top: 59px;
    left: 84px;
    font-size: 11px;
}
/* End May 30, 2013 update */
