﻿/* 	Set Typography */
.cms-content,
body {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.typography * {
}
a {
    color: #c12025;
    transition: 0.4s all;
}
a:focus {
    outline: dotted 1px;
}
.black{
	color:#000;
}
.bottom_red_accent_inline:after {
	content: "";
	display: block;
	padding-top: 6px;
	width: 100%;
	transition: 0.7s all;
	border-bottom: 3px solid #c12025;
}
.bottom_red_accent:after {
	content: "";
	display: block;
	padding-top: 12px;
	width: 30%;
	transition: 0.7s all;
	border-bottom: 3px solid #c12025;
}
.bottom_yellow_accent:after {
	content: "";
	display: block;
	padding-top: 12px;
	width: 30%;
	transition: 0.7s all;
    border-bottom: 3px solid #f3b909;
}
.big-red-subtitle{
	font-size:30px !important;
	font-weight:900 !important;
	color: #ce0e1a !important;
	margin:0 !important;
	padding:0 0 8px 0 !important;
	line-height:1.4 !important;
}
hr {
    border-color: #bebebe;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 0;
}
h1.product-heading{
    padding: 0 0 10px;
    margin: 10px 0;
    font-size: 2.125rem;
    text-transform:uppercase;
    font-weight:bold;
}
.main h1.headline{
    padding: 0 0 6px;
    margin: 10px 0 20px 0;
    font-size: 2.125rem;
    text-transform:uppercase;
    font-weight:bold;
    color: #2b2b2b;
}
.main h1.home-heading {
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    font-size: 2.125rem;
    font-weight:900;
    color: #2b2b2b;
    text-transform:uppercase; 
}
.main h2.primary_heading{
    font-size:2rem;
    font-weight:bold;
    color:#2b2b2b;
    text-transform:uppercase;
}
.main h2.headline,
.main h3.headline,
.main h4.headline,
.main h5.headline,
.main h6.headline {
    color: #2b2b2b;
    font-weight:bold;
    padding: 0 0 6px;
    margin: 10px 0;
    text-transform:uppercase;
}
.main h1.headline-light,
.main h2.headline-light,
.main h3.headline-light,
.main h4.headline-light,
.main h5.headline-light,
.main h6.headline-light {
    color: #fff;
    font-weight:bold;
    padding: 0 0 6px;
    margin: 10px 0;
    text-transform:uppercase;
}
.main h1.headline-light {
    font-size:2rem;
}
.main h2.headline, .main h2.headline-light {
    font-size:2rem;
}
.main h3.headline, .main h3.headline-light {
    font-size:1.875rem;
}
.main h4.headline, .main h4.headline-light {
    font-size:1.75rem;
}
.main h5.headline, .main h5.headline-light {
    font-size:1.625rem;
}
.main h6.headline, .main h6.headline-light {
    font-size:1.5rem;
}

/*	Common Capline For Headers 
	.headline class provides a common capline for headers.
	The adjustment is dirty and needs to be redone on base font-size change.
 */
h2.headline, .WidgetHolder h2:first-child { padding-top:3px!important; text-transform:capitalize; }
h3.headline, .WidgetHolder h3:first-child { padding-top:4px!important; text-transform:capitalize; }
h4.headline, .WidgetHolder h4:first-child { padding-top:4px!important; text-transform:capitalize; }
h5.headline, .WidgetHolder h5:first-child { padding-top:6px!important; text-transform:capitalize; }
h6.headline, .WidgetHolder h6:first-child { padding-top:6px!important; text-transform:capitalize; }

/* Basic Headers */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    font-weight: bold;
}
.typography strong,
.typography table th {
    font-weight: 800;
}
.typography h1 {
    font-size: 2.125rem;
    line-height: 1.5;
    margin-bottom: 10px;
}
.typography h2 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 10px;
}
.typography h3 {
    font-size: 1.875rem;
    line-height: 1.5;
    margin-bottom: 10px;
}
.typography h4 {
    font-size: 1.75rem;
    line-height: 1.5;
    margin-bottom: 10px;
}
.typography h5 {
    font-size: 1.625rem;
    line-height: 1.5;
    margin-bottom: 10px;
}
.typography h6 {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 10px;
}
::-moz-selection,
::selection {
    background: #b80000;
    color: #fff;
    text-shadow: none;
}
.typography p {
    line-height: 1.8;
    padding: 2px 2px 14px;
    margin: 0;
}
.typography em {
    font-style: italic;
}
.typography blockquote {
    background: url(../images/blockquote.png) 0 6px no-repeat;
    color: #777;
    display: block;
    font-style: italic;
    margin: 0 0 20px 5%;
    float: right;
    text-indent: 30px;
    width: 50%;
    clear: both;
}
.typography blockquote p {
    line-height: 25px;
}
.typography pre {
    background: #F7F7F7;
    border: 1px solid #E4E4E4;
    margin: 0 0 20px;
    padding: 15px;
    clear: both;
}
address {
    display: block;
    margin-bottom: 20px;
}
.inherit {
    color: inherit;
    text-decoration: none;
}
ul {
    margin: 0 0 0 20px;
}
ol li,
ul li {
    font-size: 1rem;
    line-height: 2;
}
.typography table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 10px;
}
.typography table td,
.typography table th {
    padding: 5px;
    vertical-align: top;
}
.typography .left {
    text-align: left;
}
.typography .center {
    text-align: center;
}
.typography .right {
    text-align: right;
}
.typography img {
    height: auto;
}
.typography img.left, .typography div.left, .typography iframe.left {
    float: left;
    max-width: 50%;
    margin: 5px 15px 0 0;
}
.typography img.right, .typography div.right, .typography iframe.right {
    float: right;
    max-width: 50%;
    margin: 5px 0 0 15px;
}
.typography img.leftAlone {
    float: left;
    margin-right: 100%;
    margin-bottom: 10px;
    clear: both;
}
.typography img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    clear: both;
}
.typography .captionImage {
    width: 100%;
    margin-top: 5px;
}
.typography .captionImage img {
    margin: 0;
}
.typography .captionImage.left {
    float: left;
    margin: 5px 30px 20px 0;
}
.typography .captionImage.right {
    float: right;
    margin: 5px 0 20px 30px;
}
.typography .captionImage.left[style],
.typography .captionImage.right[style] {
    max-width: 50%;
}
.typography .captionImage.left img,
.typography .captionImage.right img {
    float: none;
    max-width: none;
    width: 100%;
}
.typography .captionImage.left img {
    margin-right: -10px;
}
.typography .captionImage.right img {
    margin-left: -10px;
}
.typography .captionImage.right p {
    text-align: left;
    margin-left: -10px;
}
.typography .captionImage.leftAlone {
    float: none;
    margin: 0 20px 20px 0;
}
.typography .captionImage.center {
    margin: 0 auto 20px;
}
.typography .captionImage p {
    clear: both;
    margin: 5px 0;
    font-style: italic;
    color: #888;
}

/* Breadcrumbs */

.bread-crumbs,
h1.headline,
h1.product-heading {
    border-bottom: 1px dotted #c7c7c7;
}
.bread-crumbs {
    padding: 0 0 10px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 14px;
}
.bread-crumbs a {
    font-size: 14px!important;
    color: #999;
    text-decoration: none;
}
.bread-crumbs a:hover {
    color: #757575;
    text-decoration: underline;
}

/* Components */
.grid,
.grid figure,
.grid figure img {
    position: relative;
}
.grid figure h2,
.grid figure h2 span,
h1.headline {
    font-weight: 700;
}
.clear,
.clear-fix,
.grid {
    clear: both;
}


/* Media Queries */

@media only screen and (max-width: 1280px) {
	.main h1.home-heading {
	    font-size: 1.75rem;
	}
}
@media only screen and (max-width: 1024px) {
	.main h1.headline,
	.main h1.headline-light	
	{
	    font-size: 1.625rem;
	}	
	.main h2.headline, .main h2.headline-light {
	    font-size:1.625rem;
	}
	.main h3.headline, .main h3.headline-light {
	    font-size:1.5rem;
	}
	.main h4.headline, .main h4.headline-light {
	    font-size:1.375rem;
	}
	.main h5.headline, .main h5.headline-light {
	    font-size:1.25rem;
	}
	.main h6.headline, .main h6.headline-light {
	    font-size:1.125rem;
	}
}
@media only screen and (max-width: 768px) {
	.break-on-mobile{
		max-width:100% !important;
		display:block !important;
		float:none !important;
		margin:0 !important;
		text-align:center !important;
	}
	.big-red-subtitle{
		font-size:24px !important;
	}
	.main h1.headline,
	.main h1.headline-light	
	{
	    font-size: 1.25rem;
	}
	.main h1.home-heading {
	    font-size: 1.25rem;
	}
	.typography h1 {
	    font-size: 1.75rem;
	}
	.typography h2 {
	    font-size: 1.625rem;
	}
	.typography h3 {
	    font-size: 1.5rem;
	}
	.typography h4 {
	    font-size: 1.375rem;
	}
	.typography h5 {
	    font-size: 1.25rem;
	}
	.typography h6 {
	    font-size: 1.125rem;
	}			
}
