@charset "UTF-8";

/* Version 1.1
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Base
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
    font-size: 62.5%;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 1.6em;
	line-height: 1.6;
	color: #3D3935;
	font-weight: 300;
}
body.has-active-menu {
	overflow: hidden;
}
.pg-wrapper {
	-webkit-transition: -webkit-transform 0.3s;
	        transition: -webkit-transform 0.3s;
	        -o-transition: transform 0.3s;
}
.pg-mask {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	     -o-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	        transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.pg-mask.is-active {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.3s;
	     -o-transition: opacity 0.3s;
	        transition: opacity 0.3s;
               opacity: 0.7;
}
.w-pg {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.w-pg-narrow {
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 1180px) {
    .w-pg {
        max-width: 1024px;
    }
}
@media only screen and (max-width: 1024px) {
    .w-pg {
        max-width: 768px;
    }
}
@media only screen and (max-width: 768px) {
    .w-pg {
        max-width: 550px;
    }
}
@media only screen and (max-width: 480px) {
	body {
		font-size: 1.3em;
	}
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
}
h1 { font-size: 5.2rem; line-height: 1.2; color: #94282C; }
h2 { font-size: 4rem; line-height: 1.25; color: #94282C; }
h3 { font-size: 3.6rem; line-height: 1.3; }
h4 { font-size: 3rem; line-height: 1.3; }
h5 { font-size: 2.4rem; line-height: 1.3; }
h6 { font-size: 1.5rem; line-height: 1.3; }
strong { font-weight: bold !important; }

.tc {
    text-align: center;
}
.f-para1 {
	font-size: 2rem;
}
.f-xl {
	font-size: 2.6rem;
}
.f-l {
	font-size: 2.2rem;
}
.f-sm {
	font-size: 1.3rem;
}
.f-xsm {
	font-size: 1.1rem;
}

@media only screen and (max-width: 480px) {
	h1 { font-size: 3rem; line-height: 1.2; }
	h2 { font-size: 2.8rem; line-height: 1.25; }
	h3 { font-size: 2.4rem; line-height: 1.3; }
	h4 { font-size: 2rem; line-height: 1.3.5; }
	h5 { font-size: 2rem; line-height: 1.5; }
	h6 { font-size: 1.6rem; line-height: 1.6; }
	
	.f-para1 {
		font-size: 1.6rem;
	}
}

/* Branding
–––––––––––––––––––––––––– */
.white {
    color: #FFF !important;
}
.red {
    color: #94282C;
}
.green {
    color: #719949;
}
.grey {
    color: #3D3935 !important;
}

.bg-red {
   background: #94282C; 
}
.bg-green {
   background: #719949; 
}
.bg-grey {
   background: #3D3935; 
}
.bg-subtle {
    background: rgba(61,57,53,0.1);
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #000;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column {
	float: left;
	overflow: hidden;
	padding: 4%;
	  -webkit-box-sizing: border-box;
	          box-sizing: border-box;
}
.column .column {
	padding: 2%;
}
.one.column 		{ width: 8.3333333%; }
.two.column 		{ width: 16.6666667%; }
.three.column 		{ width: 25%; }
.four.column 		{ width: 33.3333333%; }
.five.column 		{ width: 41.6666667%; }
.six.column 		{ width: 50%; }
.seven.column 		{ width: 58.3333333%; }
.eight.column 		{ width: 66.6666667%; }
.nine.column 		{ width: 75%; }
.ten.column 		{ width: 83.3333333%; }
.eleven.column 		{ width: 91.6666667%; }
.twelve.column 		{ width: 100%; }

/* Column - Feature
––––––––––––––-----–––––––– */
.column-feature {
	float: left;
	overflow: hidden;
	margin: 0 2% 0 2%;
	padding: 40px 60px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	  -webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	          box-sizing: border-box;
}
.one.column-feature		{ width: 4.3333333%; }
.two.column-feature 		{ width: 12.6666667%; }
.three.column-feature 		{ width: 21%; }
.four.column-feature 		{ width: 29.3333333%; }
.five.column-feature 		{ width: 37.6666667%; }
.six.column-feature 		{ width: 46%; }
.seven.column-feature 		{ width: 54.3333333%; }
.eight.column-feature 		{ width: 62.6666667%; }
.nine.column-feature 		{ width: 71%; }
.ten.column-feature 		{ width: 79.3333333%; }
.eleven.column-feature 		{ width: 89.6666667%; }
.twelve.column-feature 		{ width: 96%; }

@media only screen and (max-width: 768px)  {
	.column {
		padding: 20px;
		width: 100% !important;
		max-width: 550px;
		float: none;
		margin: 0 auto;
	}
	.column-feature {
		padding: 20px;
		width: 90% !important;
		max-width: 550px;
		float: none;
		margin: 5% auto;
	}
}

/* Flexbox
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.flex { display: flex }
.inline-flex { display: inline-flex }
.flex-auto { flex: 1 1 auto; min-width: 0;  min-height: 0 }
.flex-none { flex: none }
.flex-column { flex-direction: column }
.flex-row { flex-direction: row }
.flex-wrap { flex-wrap: wrap }
.flex-nowrap { flex-wrap: nowrap }
.flex-wrap-reverse { flex-wrap: wrap-reverse }
.flex-column-reverse { flex-direction: column-reverse }
.flex-row-reverse { flex-direction: row-reverse }
.items-start { align-items: flex-start }
.items-end { align-items: flex-end }
.items-center { align-items: center }
.items-baseline { align-items: baseline }
.items-stretch { align-items: stretch }
.self-start { align-self: flex-start }
.self-end { align-self: flex-end }
.self-center { align-self: center }
.self-baseline { align-self: baseline }
.self-stretch { align-self: stretch }
.justify-start { justify-content: flex-start }
.justify-end { justify-content: flex-end }
.justify-center { justify-content: center }
.justify-between { justify-content: space-between }
.justify-around { justify-content: space-around }
.content-start { align-content: flex-start }
.content-end { align-content: flex-end }
.content-center { align-content: center }
.content-between { align-content: space-between }
.content-around { align-content: space-around }
.content-stretch { align-content: stretch }
.order-0 { order: 0 }
.order-1 { order: 1 }
.order-2 { order: 2 }
.order-3 { order: 3 }
.order-4 { order: 4 }
.order-5 { order: 5 }
.order-6 { order: 6 }
.order-7 { order: 7 }
.order-8 { order: 8 }
.order-last { order: 99999 }
.flex-grow-0 { flex-grow: 0 }
.flex-grow-1 { flex-grow: 1 }
.flex-shrink-0 { flex-shrink: 0 }
.flex-shrink-1 { flex-shrink: 1 }

/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.main {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
}
ul.header-contact {
    position: absolute;
    right: 20px;
    top: 20px;
}
ul.header-contact li {
    color: #FFF;
    font-size: 1.6rem;
    text-align: right;
}
ul.header-contact li a {
    color: #FFF;
    font-size: 1.4rem;
}
ul.header-contact li a:hover {
    text-decoration: underline;
    transition: 0.5s;
}
section.hero {
    background: #000;
    position: relative;
}
.background-video {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    display: block;
}
.page-hero {
    position: relative;
    overflow: hidden;
}
.hero-caption {
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 1;
    width: 100%;
    max-width: 768px;
    box-sizing: border-box;
    padding: 20px 20px;
    text-align: left;
}
.hero-caption h2 {
    color: #FFF;
    font-size: 5rem;
}
.hero-caption p {
    color: #FFF;
    font-size: 1.7rem;
}
video[poster] {
    object-fit: cover;
    width: 100%;
    height: 700px;
}
main {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	padding: 80px 0;
}
section {
	overflow: hidden;
	clear: both;
}
footer.main {
    background: #94282C;
    overflow: hidden;
    clear: both;
    padding: 0 0 0 0;
    color: #FFF;
    font-size: 1.4rem;
}
footer.main a {
    color: #FFF;
}
footer.main a:hover {
    text-decoration: underline;
}
.byline {
    background: #711C1F;
    padding: 10px 0;
    text-align: center;
    font-size: 0.9rem;
    color: #FFF;
}
.byline a {
    color: #FFF;
    text-decoration: underline;
}


@media only screen and (max-width: 768px) {
    ul.header-contact li {
        font-size: 1.2rem;
    }
    ul.header-contact li a {
        font-size: 1.1rem;
    }
	main {
		padding: 40px 0;
	}
    .hero-caption h2 {
        font-size: 4rem;
    }
    .hero-caption p {
        font-size: 1.4rem;
    }
    footer.main {
        text-align: center;
        padding: 30px 0;
    }
}
@media only screen and (max-width: 480px) {
    ul.header-contact {
        top: 10px;
    }
    ul.header-contact li:first-child {
        display: none;
    }
    ul.header-contact li a {
        font-size: 1rem;
    }
    .hero-caption h2 {
        font-size: 2.5rem;
    }
    .hero-caption p {
        font-size: 1.3rem;
    }
    .hero-caption a {
        font-size: 1.2rem !important;
    }
    video[poster] {
        object-fit: cover;
        width: 100%;
        height: 500px;
    }
	main {
		padding: 20px 0;
	}
}

/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger, .trigger-close {
	display: none;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ #menu {
	display: block;
}
ul.nav-primary {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 80px;
    right: 0;
}
ul.nav-primary li {
    float: left;
}
ul.nav-primary li a {
    display: block;
    padding: 5px 10px;
}
ul.nav-primary li a:hover {
    opacity: 0.5;
}

@media only screen and (max-width:768px) {
	nav.menu-wrapper {
		position: fixed;
		z-index: 200;
		background-color: #FFF;
		-webkit-transition: transform 0.3s;
		     -o-transition: transform 0.3s;
				transition: -webkit-transform 0.3s;
				transition: transform 0.3s;
				transition: transform 0.3s, -webkit-transform 0.3s;
	}
	nav.menu-slide {
		height: 100%;
		width: 80%;
		max-width: 320px;
		top: 0;
		left: 0;
		overflow-y: scroll;
		-webkit-transform: translateX(-100%);
			-ms-transform: translateX(-100%);
				transform: translateX(-100%);
	}
	nav.menu-slide.is-active {
		-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
				transform: translateX(0);
	}
	.trigger {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 15px;
		right: 15px;
        z-index: 100;
		background: #000 url(../images/icons/ic_menu.svg) center center no-repeat;
		background-size: 15px 15px;
		border: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.trigger:focus {
		outline: none;
	}
	.trigger-close {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 15px;
		right: 15px;
		background: #FFF url(../images/icons/ic_close.svg) center center no-repeat;
		background-size: 15px 15px;
		border: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.trigger-close:focus {
		outline: none;
	}
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
li {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Bullets
–––––––––––––––––––––––––– */
ul.bullets {
	overflow: hidden;
	list-style: disc;
}
ul.bullets li {
	margin: 0 0 0 30px;
}

/* Unique Selling Point
–––––––––––––––––––––––––– */
ul.usp {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}
ul.usp li {
    width: 33.333%;
    text-align: center;
    padding: 20px 20px 20px 20px;
}
ul.usp li h4 {
    font-size: 2.2rem;
    color: #94282C;
}
ul.usp li img {
    width: 100px;
    height: auto;
    display: inline-block;
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    ul.usp li {
        width: 50%;
    }
    ul.usp li h4 {
        font-size: 1.7rem;
    }
    ul.usp li:nth-last-child(1):nth-child(odd) {
        width: 100% !important;
    }
}
@media only screen and (max-width: 480px) {
    ul.usp li {
        width: 50%;
        font-size: 1.2rem;
        line-height: 1.3;
        padding: 10px;
    }
    ul.usp li img {
        width: 60px;
    }
}

/* Call to Action
–––––––––––––––––––––––––– */
ul.cta {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
ul.cta li {
    padding: 0 10px;
}
ul.cta li:nth-child(1) {
    width: 70%;
}
ul.cta li:nth-child(2) {
    width: 30%;
}
ul.cta li a.btn-primary {
    width: 100% !important;
    text-align: center;
    padding: 10px 0;
}
ul.cta li h4 {
    font-size: rem;
    color: #FFF;
}

@media only screen and (max-width: 768px) {
    ul.cta li {
        text-align: center;
    }
    ul.cta li:nth-child(1) {
        width: 100%;
    }
    ul.cta li:nth-child(2) {
        width: 100%;
    }
}

/* Logo Grid
–––––––––––––––––––––––––– */
ul.logo-grid {
    overflow: hidden;
    margin-bottom: 40px;
}
ul.logo-grid li {
    width: 25%;
    float: left;
    padding: 5px;
}
ul.logo-grid li img {
    width: 100%;
    height: auto;
    display: block;
}

/* Affiliates
–––––––––––––––––––––––––– */
ul.affiliates {
    overflow: hidden;
    display: table;
    margin: 15px auto;
    width: 100%;
    max-width: 768px;
}
ul.affiliates li {
    width: 33.333%;
    float: left;
    padding: 0 20px;
}
ul.affiliates li img {
    width: 100%;
    height: auto;
    display: block;
}

/* Sitemap
–––––––––––––––––––––––––– */
ul.sitemap {
    overflow: hidden
}
ul.sitemap li {
    font-size: 1.3rem;
}
ul.sitemap li a {
    display: inline-block;
    color: #FFF;
}
ul.sitemap li a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    ul.sitemap li {
        text-align: center;
    }
}

/* Social
–––––––––––––––––––––––––– */
ul.social {
    overflow: hidden;
    display: table;
    margin: 0 auto;
    float: right;
}
ul.social li {
    width: 50px;
    float: left;
    padding: 0;
}
ul.social li img {
    width: 100%;
    height: auto;
    display: block;
}
ul.social li img:hover {
    transition: 0.5s;
    opacity: 0.6;
}

@media only screen and (max-width: 768px) {
    ul.social {
        float: none;
    }
}

/* Tabs
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.tab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}
.tabs {
	display: table;
	position: relative;
	overflow: hidden;
	margin: 30px auto;
}
.tabs li {
	float: left;
	line-height: 60px;
	overflow: hidden;
	padding: 0;
	position: relative;
    margin: 0 5px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}
.tabs a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
	background-color: #FFF;
    border: solid 1px #DDD;
	padding: 0;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.tabs_item {
	display: none;
	padding: 30px 0;
    max-width: 1024px;
    margin: 0 auto;
}
.tabs_item h3 {
	font-weight: bold;
	font-size: 3.5rem;
    color: #94282C;
}
.tabs_item img {
	width: 200px;
	float: left;
	margin-right: 30px;
}
.tabs_item:first-child {
	display: block;
}
.current a {
	color: #fff;
	background: #94282C;
}

@media only screen and (max-width: 768px) {
    .tabs li {
        float: left;
        line-height: 50px;
        font-size: 2rem;
    }
    .tabs a {
        width: 50px;
        height: 50px;
    }
    .tabs_item h3 {
        font-weight: bold;
        font-size: 2rem;
        color: #94282C;
    }
}
@media only screen and (max-width: 480px) {
    .tabs li {
        float: left;
        line-height: 40px;
        font-size: 2rem;
        margin: 0 2px;
    }
    .tabs a {
        width: 40px;
        height: 40px;
    }
}


/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 200px;
	height: auto;
	display: inline-block;
	padding: 15px;
}
img.logo-footer {
	width: 100%;
    max-width: 200px;
	height: auto;
	display: inline-block;
	padding: 15px;
}
img.img-full {
	width: 100%;
	height: auto;
	display: block;
}

@media only screen and (max-width: 768px) {
    img.logo {
        width: 150px;
        padding: 10px 15px;
        margin: 0 auto;
        display: inline-block;
    }
    img.logo-footer {
        max-width: 150px;
        display: block;
        margin: 0 auto;
        padding: 0;
    }
}
@media only screen and (max-width: 480px) {
    img.logo {
        width: 100px;
        padding: 5px 15px;
    }
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.form {
	overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.form li {
	width: 98%;
	float: left;
    margin-bottom: 5px;
}
ul.form li.half {
	width: 48%;
	margin: 0 2% 0 0;
}
ul.form li.third {
	width: 31.333%;
	margin: 0 2% 0 0;
}

input[type="email"],
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="password"],
textarea,
select {
	width: 100%;
	padding: 15px 10px;
	margin-bottom: 5px;
	background-color: #FFF;
	border: solid 1px #E2E2E2;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-size: 1.2rem;
	color: #505050;
	-webkit-appearance: none;
	background-position: right 10px center;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
textarea {
	min-height: 130px;
}
input[type="email"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
textarea:focus, 
select:focus {
	border: 1px solid red;
	outline: 0;
	background-color: rgba(255,255,255,1.00);
	-webkit-transition: ease-in-out 0.5s;
            -o-transition: ease-in-out 0.5s;
            transition: ease-in-out 0.5s;
}
input[type="submit"],
button[type="submit"],
input[type="reset"],
input[type="button"] {
	display: block;
	padding: 15px 40px;
	margin: 0 auto 0 auto;
	background: #719949;
	color: #FFF;
	cursor: pointer;
	height: auto;
	text-align: center;
	border: none;
    font-weight: bold;
	font-size: 1.5rem;
	border-radius: 0;
    -webkit-appearance: none;
	-webkit-font-smoothing: inherit;
	-webkit-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover,
button[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #FFFFFF;
	background: #3D3935;
}
label {
	font-size: 1.3rem;
	text-align: left;
	display: block;
}
.required {
	color: red;
}
fieldset {
	margin: 0;
	padding: 10px;
	border-width: 0;
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
	fieldset {
		width: 100%;
	}
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.btn-red {
    background-color: #94282C;
    color: #FFF;
}
a.btn-red:hover {
    transition: 0.5s;
    background-color: #3D3935;
}

a.btn-green {
    background-color: #719949;
    color: #FFF;
}
a.btn-green:hover {
    transition: 0.5s;
    background-color: #3D3935;
}

a.btn-white {
    background-color: #FFF;
    color: #94282C;
}
a.btn-white:hover {
    transition: 0.5s;
    opacity: 0.8;
}

/* Button - Primary
––––––––––––––----–––––– */
a.btn-primary {
	display: inline-block;
	padding: 10px 30px;
	font-size: 1.6rem;
    font-weight: bold;
}

/* Button - Secondary
––––––––––––––----–––––– */
a.btn-secondary {
	display: inline-block;
	padding: 8px 20px;
	font-size: 1.4rem;
    font-weight: bold;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.pv0 { padding-top: 0;	padding-bottom: 0; }
.pv20 { padding-top: 20px;	padding-bottom: 20px; }
.pv40 { padding-top: 40px; padding-bottom: 40px; }
.pv60 { padding-top: 60px; padding-bottom: 60px; }
.pv80 { padding-top: 80px; padding-bottom: 80px; }

.ph0 { padding-left: 0;	padding-right: 0; }
.ph20 { padding-left: 20px;	padding-right: 20px; }
.ph40 { padding-left: 40px; padding-right: 40px; }
.ph60 { padding-left: 60px; padding-right: 60px; }
.ph80 { padding-left: 80px; padding-right: 80px; }

.pa0 { padding: 0; }
.pb40 { padding-bottom: 40px; }
.ma0 { margin: 0; }

hr { height: 0; border: none; -webkit-box-sizing: content-box; box-sizing: content-box; }

hr.space20 { height: 20px; }
hr.space40 { height: 40px; }
hr.space60 { height: 60px; }
hr.space80 { height: 80px; }

hr.divide20 { border-top: solid 1px #DDD; margin: 20px 0; }
hr.divide40 { border-top: solid 1px #DDD; margin: 40px 0; }
hr.divide60 { border-top: solid 1px #DDD; margin: 60px 0; }
hr.divide80 { border-top: solid 1px #DDD; margin: 80px 0; }

@media only screen and (max-width: 768px) {
	.pv20,
	.pv40,
	.pv60,
	.pv80 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
    .ph20,
	.ph40,
	.ph60,
	.ph80 {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clearfix {
	clear: both;
}
.lrg-only {
    display: block;
}
.outline {
    border: solid 1px #000;
}
.video {
    width: 100%;
    max-width: 550px;
    height: 350px;
    margin: 0 auto;
}
blockquote {
    padding: 20px 0 0 0;
    margin: 0;
    font-style: italic;
    font-size: 1.8rem;
    border-top: solid 1px #FFF;
}
blockquote img {
    width: 50px;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .lrg-only {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    .video {
        height: 250px;
    }
    blockquote {
        margin: 0;
        font-style: italic;
        font-size: 1.6rem;
    }
}
