@import url(http://fonts.googleapis.com/css?family=Caudex:400,700);

body{
	font-family: 'Caudex',serif;
	background: #8B8E72;
	color: #404041;
	-webkit-font-smoothing: antialiased !important;
}

.wrapper:before, 
.wrapper:after,
.branding-wrapper:before,
.branding-wrapper:after,
.video-wrapper:before,
.video-wrapper:after,
#footer:before,
#footer:after,
.main-wrapper:before,
.main-wrapper:after {
	content: "";
	display: table;
}

.wrapper:after, 
.branding-wrapper:after,
.main-wrapper:after,
.video-wrapper:after,
#footer:after {
	clear: both;
}


.wrapper {
	width: 1140px;
	margin: auto;
	clear: both;
	padding: 0 10px;
}
.one-third {
    width: 270px;
    float: left;
    display: inline-block;
    margin: auto;
}

.one-third p {
	width: 255px;
	font-size: 21px;
	margin-top:60px;
}
.one-third.right,
.one-third.left {
	width: 250px;
}
.one-third.middle{
	height:1px;
}

.one-third.left p {
	text-align: right;
	float: right;
	margin-right: 20px;
}

.one-third.right p {
	margin-left: 15px;
}

.branding-wrapper {
	width: 770px;
	height: 175px;
	margin: 30px auto 0;
	padding: 0 15px;
	background: #E4DCCB;
	border-top: 30px solid #E4DCCB;
	border-radius: 370px / 100px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.branding-bg {
	position: absolute;
	top: 0;
	height: 243px;

	width: 100%;
}

.logo {
	margin: 20px 0 -50px 0;
	position: absolute;
	top: 40px;
	z-index: 99;
}

#images {
	height: 375px;
}

#images img {
	width: 225px;
}

.images-bg {
	height: 375px;
	position: absolute;
	width: 100%;
	background: #C6C2AD;
}

#images ul {
    list-style: none;
    display: inline-block;
    padding: 0;
}
#images ul li {
    /* float: left; */
    display: inline-block;

}

.images-wrapper ul li a{
	color:#404041;
	text-decoration: none;
}

.images-wrapper ul li a:hover{
	text-decoration: underline;
}

.images-wrapper {
	width: 800px;
	height: 305px;
	margin: auto;
	text-align: center;
	background: #EDE6D5;
	position: relative;
	padding-top: 70px;
}

.download {
    width: 288px;
    margin: -60px auto 0;
    background: #516043;
    height: 46px;
    border-radius: 11px;
    font-size: 21px;
    text-align: center;
}
.download a {
    color: white;
    text-decoration: none;
    padding: 0;
    margin: 0;
}
.download a:hover {
    color: #F1AB69;
    text-decoration: underline;
}

.download p {
	padding: 7px 0 0 0;
	margin: 0;
}

.download img {
	margin: 11px 0 0 10px;
	float: left;
}

.main-wrapper {
	width: 660px;
	height: 100%;
	margin: auto;
	background: #E4DCCB;
	padding: 35px 70px;
	position: relative;
}

#main p {
    line-height: 35px;
    font-size: 20px;
}

#main p a{
	color:#7B1C15;
	text-decoration: none;
}

#main p a:hover{
	text-decoration: underline;
}

.video-caption {
    width: 390px;
    float: right;
}
#main p.video-caption {
    font-size: 15px;
    margin: 0;
    line-height: 20px;
}

#main .callout {
	width: 300px;
	height: 100px;
    background: #516043;
	border-radius: 25px;
	margin-top: 50px;
	text-align: center;
}

#main .callout h3 {
	margin: 10px 0 0;
	text-transform: uppercase;
	color: #F1AB69;
}

#main .callout p {
	line-height: 20px;
	font-size: 15px;
	margin: 7px 0;
	color: #FFF;
}

#main .callout a {
	color: #F1AB69;
	text-decoration: none;
}
#main .callout a:hover {
	text-decoration: underline;
}

#footer {
	color: #FFF;
	clear: both;
	background: #516043;
	margin: auto;
	text-align: center;
	width: 800px;
	padding: 10px 0;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer h2 {
	margin: 5px 0;
	font-size: 15px;
}

#footer ul {
	list-style: none;
	display: inline-block;
	margin: 0;
}

#footer ul li{
	font-size: 13px;
	display: inline;
	padding-right: 3px;
}

a:hover{text-decoration: underline;}
