@charset "UTF-8";

/* Normalize
–––––––––––––––––––––––––––––––––––––––––––––––––– */
progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,select,textarea{font-family:inherit;font-weight:300}optgroup{font-weight:700}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:1}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* Base
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
	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: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	line-height: 1.6;
	color: #0E3A4A;
	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;
}
.pg-width {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.pg-width-narrow {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 1180px) {
    .pg-width {
        max-width: 1024px;
    }
}
@media only screen and (max-width: 1024px) {
    .pg-width {
        max-width: 768px;
    }
}
@media only screen and (max-width: 768px) {
    .pg-width {
        max-width: 550px;
    }
}
@media only screen and (max-width: 480px) {
	body {
		font-size: 14px;
	}
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
}
h1 { font-size: 50px; line-height: 1.2; color: #B82025; }
h2 { font-size: 35px; line-height: 1.25; }
h3 { font-size: 30px; line-height: 1.3; }
h4 { font-size: 25px; line-height: 1.2; }
h5 { font-size: 18px; line-height: 1.3; }
h6 { font-size: 15px; line-height: 1.3; }
p { margin-top: 0; }
strong { font-weight: bold !important; }

.text-center {
	text-align: center;
}
.text-para1 {
	font-size: 20px;
}
.text-sm {
	font-size: 13px;
}

.text-highlight_red {
    color: #B82025;
}
.text-highlight_blue {
    color: #0E3A4A;
}

@media only screen and (max-width: 768px) {
	h1 { font-size: 35px; line-height: 1.2; }
	h2 { font-size: 30px; line-height: 1.25; }
	h3 { font-size: 27px; line-height: 1.3; }
	h4 { font-size: 24px; line-height: 1.3.5; }
	h5 { font-size: 18px; line-height: 1.5; }
	h6 { font-size: 15px; line-height: 1.6; }
	
	.text-para1 {
		font-size: 17px;
	}
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: none;
	color: #86000E;
}
a:hover {
	color: #B82025;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column {
	float: left;
	overflow: hidden;
	padding: 20px 40px 20px 40px;
	  -webkit-box-sizing: border-box;
	          box-sizing: border-box;
}
.column .column {
	padding: 20px 30px 20px 0;
}
.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 1% 0 1%;
	padding: 40px;
    background: rgba(112,112,112,0.2);
	  -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;
	
		float: none;
		margin: 0 auto;
	}
	.column-feature {
		padding: 30px;
		width: 90% !important;
		max-width: 550px;
		float: none;
		margin: 5% auto;
	}
}

/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.main {
	position: absolute;
    width: 100%;
    top: 0;
}
main {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	padding: 80px 0;
    background: #FFF;
}
main.overlay {
	margin-top: -550px;
    padding: 80px 60px;
    -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
section {
	overflow: hidden;
	clear: both;
}
section.hero {
	background-image: url(../images/banner/banner01.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 700px;
}
.hero-caption {
    width: 100%;
    padding: 40px 30px;
    position: absolute;
    top: 450px;
    background: rgba(255,255,255,0.3);
    text-align: right;
    color: #FFF;
    -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.hero-caption h2 {
    font-size: 50px;
    font-weight: bold;
    color: #FFF;
}
section.texture {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #FFF;
}
section.bold {
    background-color: #0E3A4A;
    color: #FFF;
}
section.subtle {
    background-color: rgba(112,112,112,0.2);
}

.divide-image-left {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    max-width: 1100px;
    margin: 0 auto 40px auto;
}
.divide-image-left .content {
    background: rgba(14,58,73,0.9);
    float: right;
    width: 50%;
    color: #FFF;
    padding: 50px;
    -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
footer.main {
    background-color: #B82025;
    overflow: hidden;
    clear: both;
    padding: 40px 0;
}

@media only screen and (max-width: 1180px) {
    main.overlay {
        margin-top: -550px;
        padding: 80px 0;
    }
    .divide-image-left {
        max-width: 1024px;
    }
}
@media only screen and (max-width: 1024px) {
    .hero-caption {
        top: 400px;
    }
   .hero-caption h2 {
        font-size: 40px;
    }
    .divide-image-left {
        max-width: 768px;
        margin: 0 auto 0 auto;
    }
    .divide-image-left .content {
        width: 70%;
        padding: 50px;
    }
    
}
@media only screen and (max-width: 768px) {
	main {
		padding: 40px 0;
	}
    main.overlay {
        margin-top: -600px;
        padding: 60px 0;
    }
    .divide-image-left {
        max-width: 480px;
        padding-top: 150px;
        margin: 0 auto 0 auto;
    }
    .divide-image-left .content {
        width: 100%;
        padding: 40px;
    }
}
@media only screen and (max-width: 480px) {
	main {
		padding: 20px 0;
	}
    main.overlay {
        padding: 30px 0;
    }
    .hero-caption h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .divide-image-left {
        max-width: 320px;
        padding-top: 150px;
        margin: 30px auto 30px auto;
    }
    .divide-image-left .content {
        padding: 30px;
        font-size: 12px;
    }
}


/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger, .trigger-close {
	display: none;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ #menu {
	display: block;
}
ul.nav-primary {
    overflow: hidden;
    position: absolute;
    top: 70px;
    right: 0;
}
ul.nav-primary li {
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
}
ul.nav-primary li a {
    color: #FFF;
    display: block;
    padding: 5px 20px;
}
ul.nav-primary li a:hover {
    color: #B9081B;
    transition: 0.3s;
}

@media only screen and (max-width:1024px) {
    ul.nav-primary li {
        font-size: 15px;
    }
    ul.nav-primary li a {
        padding: 5px 15px;
    }
}

@media only screen and (max-width:768px) {
	nav.menu-wrapper {
		position: fixed;
		z-index: 200;
		background-color: rgba(14,58,73,0.9);
		-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: 100%;
		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);
	}
    ul.nav-primary {
        width: 100%;
        overflow: hidden;
        position: relative;
        top: 0;
        right: 0;
    }
    ul.nav-primary li {
        width: 100%;
        text-align: center;
        font-size: 17px;
    }
    ul.nav-primary li a {
        padding: 10px 20px;
    }
    ul.nav-primary li a:hover {
        color: #B9081B;
    }
	.trigger {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 20px;
		left: 15px;
		background: url(../images/icons/ic_menu.svg) center center no-repeat;
		background-size: 25px 25px;
		border: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.trigger:focus {
		outline: none;
	}
	.trigger-close {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 0;
		right: 0;
		background: 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;
    margin-bottom: 20px;
}
ul.bullets li {
	margin: 0 0 0 30px;
}

/* List Grid
–––––––––––––––––––––––––– */
ul.list-styled {
	overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}
ul.list-styled li {
    width: 100%;
    float: left;
	margin: 0 2% 15px 2%;
    padding: 10px 0 10px 50px;
    font-size: 12px;
    border-bottom: solid 1px #B82025;
    background-image: url(../images/icons/ic_arrow-right_red.svg);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: top 15px left;
}
ul.list-styled li h5 {
    font-size: 16px;
    margin-bottom: 3px;;
    color: #B82025;
}

/* Header Contact
–––––––––––––––––––––––––– */
ul.header-contact {
    position: absolute;
    top: 15px;
    right: 10px;
    border-bottom: solid 1px rgba(255,255,255,0.3);
}
ul.header-contact li {
    float: left;
    font-weight: bold;
    font-size: 13px;
    background-size: 15px 15px;
    background-position: left center;
    background-repeat: no-repeat;
    margin-left: 30px;
}
ul.header-contact li a {
    color: #FFF;
    display: block;
    padding: 5px 0 5px 20px;
}
ul.header-contact li a:hover {
    color: #B82025;
}

@media only screen and (max-width: 768px) {
    ul.header-contact {
        position: relative;
        display: table;
        margin: 0 auto;
        padding: 20px;
        top: 450px;
        right: auto;
        border-top: solid 1px rgba(255,255,255,0.3);
    }
}


/* Feature Items
–––––––––––––––––––––––––– */
.featitems-overlay {
    background-color: rgba(184,31,37,0.9);
    width: 60%;
    float: right;
    padding: 60px;
    -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
ul.featitems {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    max-width: 768px;
    color: #FFF;
}
ul.featitems li {
    width: 50%;
    float: left;
    font-size: 13px;
    padding-right: 50px;
    margin-bottom: 20px;
}
ul.featitems li h4 {
    text-transform: uppercase;
    font-size: 20px;
    background-image: url(../images/icons/ic_arrow-right_white.svg);
    background-size: 15px 15px;
    padding-left: 25px;
    background-position: left center;
    background-repeat: no-repeat;
}
ul.featitems li a {
    color: #FFF;
}
ul.featitems li a:hover {
    color: rgba(255,255,255,0.6);
}

@media only screen and (max-width: 1024px) {
    .featitems-overlay {
        width: 85%;
    }
}
@media only screen and (max-width: 768px) {
    .featitems-overlay {
        width: 90%;
    }
    ul.featitems {
        margin-top: 30px;
    }
    ul.featitems li {
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .featitems-overlay {
        width: 100%;
    }
}

/* Contact Details
–––––––––––––––––––––––––– */
ul.contact-details {
    overflow: hidden;
    margin: 0 0 20px 0;
}
ul.contact-details li {
    background-size: 15px 15px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 0 0 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
ul.contact-details li a {
    color: #0E3A4A;
}
ul.contact-details li a:hover {
    color: rgba(14,58,74,0.80);
}

/* Workshops
–––––––––––––––––––––––––– */
ul.workshops {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}
ul.workshops > li {
    width: 31.333%;
    margin: 0 1% 20px 1%;
    float: left;
    background: #FFF;
    text-align: left;
}
ul.workshops > li:last-child {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    ul.workshops > li {
        width: 48%;
        margin: 0 1% 20px 1%;
    }
}

@media only screen and (max-width: 480px) {
    ul.workshops > li {
        width: 100%;
        margin: 0 0 20px 0;
    }
}

/* Social
–––––––––––––––––––––––––– */
ul.social {
    overflow: hidden;
}
ul.social li {
    float: left;
    margin-right: 3px;
}
ul.social li img {
    width: 40px;
    height: auto;
    display: block;
}
ul.social li img:hover  {
    opacity: 0.6;
    transition: 0.3s;
}

/* Sitemap
–––––––––––––––––––––––––– */
ul.sitemap {
	list-style: none;
	overflow: hidden;
	display: table;
	margin: 0 auto 40px auto;
}
ul.sitemap li {
	float: left;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
ul.sitemap li a {
	color: #FFF;
    padding: 5px 20px;
    display: block;
}
ul.sitemap li a:hover {
	color: rgba(255,255,255,0.5);
}


@media only screen and (max-width: 768px) {
    ul.sitemap li {
        width: 100%;
        float: left;
        font-size: 16px;
        text-align: center;
    }
}

/* Accordian
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.accordian {
    margin: 50px auto;
}
ul.accordian > li {
    margin-bottom: 20px;
}
.accordian {
	list-style: none;
	margin: 0 auto 40px auto;
	padding: 0;
	border-top: 0;
    max-width: 768px;
}
.accordian header {
	display: block;
	margin: 0;
	padding: 30px 100px 30px 30px;
	background: #EEE;
	cursor: pointer;
    background-image: url(../images/icons/ic_arrow-down_red.svg);
    background-size: 40px 40px;
    background-position: right 40px center;
    background-repeat: no-repeat;
    border-left: 5px solid #B82025;
}
.accordian header:hover {
    background-color: rgba(112,112,112,0.2);
    transition: 0.3s;
}
.accordian header h3 {
    font-size: 25px;
    margin: 0 0 10px 0;
    color: #B82025;
}
.accordian header p {
    margin: 0;
    font-size: 13px;
}
.accordian section {
	display: none;
	padding: 20px 40px 40px 40px;
	background: #FFF;
}
.accordian section.active {
	display: block;
}


/* Modal
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.modal, .modal-box {
    z-index: 900;
}
.modal-sandbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
}
.modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0,0,0);
    background: rgba(0,0,0,.8);
    overflow: auto;
}
.modal-box {
    position: relative;
    width: 80%;
    max-width: 768px;
    margin: 100px auto;
    animation-name: modalbox;
    animation-duration: .4s;
    animation-timing-function: cubic-bezier(0, 0, .3, 1.6);
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
}
.modal-header {
    padding: 20px 40px;
    background-image: url(../images/texture-subtle.svg);
    background-color: #EEE;
    color: #B82025;
}
.modal-body {
    background: #FFF;
    padding: 30px 40px;
    font-size: 13px;
    overflow: hidden;
}
.close-modal {
    text-align: right;
    cursor: pointer;
}
button {
}
.modal-trigger {
    display: inline-block;
    min-height: auto;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: ease .2s;
    color: #B82025;
    text-decoration: none;
    font-size: 13px;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.modal-trigger:nth-child(3n+1) {
    clear: left;
}
.modal-trigger p {
    margin: 0 0 5px 0;
}
.modal-trigger h4 {
    font-size: 20px;
    
}
.modal-trigger h6 {
    font-size: 12px;
    border: solid 1px #0E3A4A;
    display: inline-block;
    border-radius: 50px;
    padding: 5px 20px;
    color: #0E3A4A !important;
}
.modal-trigger img {
    width: 150px;
    height: 150px;
    margin-bottom: 5px;
    display: inline-block;
    border-radius: 50%;
    border: solid 1px #FFF;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}
.modal-trigger:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
@-webkit-keyframes modalbox {
 0% {
 top: -250px;
 opacity: 0;
}
 100% {
 top: 0;
 opacity: 1;
}
}
 @keyframes modalbox {
 0% {
 top: -250px;
 opacity: 0;
}
 100% {
 top: 0;
 opacity: 1;
}
}


@media only screen and (max-width: 768px) {
	.modal-box {
		width: 90%;
		margin: 50px auto;
	}
	.modal-header {
		padding: 20px 20px;
	}
	.modal-body {
		background: #FFF;
		padding: 20px 20px;
		font-size: 13px;
	}
	.modal-trigger {
		width: 100%;
        height: auto;
	}
	.modal-trigger:nth-child(3n+1) {
		clear: none;
	}
    .modal-header h3 {
        font-size: 20px;

    }
}



/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 150px;
	height: auto;
	display: inline-block;
	padding: 15px 15px;
}
img.logo-footer {
	width: 250px;
	height: auto;
	display: block;
    margin: 0 auto;
	padding: 15px 30px;
}
img.img-full {
	width: 100%;
	height: auto;
	display: block;
}
img.profile {
    width: 100%;
    max-width: 300px;
    height: auto;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    img.logo {
        width: 100px;
        height: auto;
        display: table;
        margin: 0 auto;
        padding: 15px 15px;
    }
}
@media only screen and (max-width: 480px) {
    img.logo-footer {
        width: 200px;
    }
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.form {
	overflow: hidden;
}
ul.form li {
	width: 98%;
	float: left;
}
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"],
textarea,
select {
	width: 100%;
	padding: 10px 10px;
	margin-bottom: 5px;
	background-color: #FFF;
	border: solid 1px #E2E2E2;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-size: 12px;
	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,
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"],
input[type="reset"],
input[type="button"] {
	display: block;
	padding: 10px 40px;
	margin: 0 0 0 0;
	background: #B82025;
	color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
	cursor: pointer;
	height: auto;
	text-align: center;
	border: none;
	font-size: 15px;
	border-radius: 0;
	-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,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #FFFFFF;
	background: #333;
}
label {
	font-size: 10px;
	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;
}


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.btn-primary {
	color: #FFF;
	display: inline-block;
	padding: 8px 20px;
	font-size: 15px;
    font-weight: bold;
    margin-right: 3px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
a.btn-primary:hover {
	background-color: #707071;
    transition: 0.3s;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	   -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}

a.btn-full {
    width: 100% !important;
    box-sizing: border-box;
}

a.btn-red {
    background-color: #B82025;
}
a.btn-blue {
    background-color: #0E3A4A;
}

a.btn-secondary {
	color: #FFF;
	display: inline-block;
	padding: 8px 60px 8px 15px;
	font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    background-image: url(../images/icons/ic_arrow-right_white.svg);
    background-size: 10px 10px;
    background-position: right 15px center;
    background-repeat: no-repeat;
    margin-right: 3px;
}
a.btn-secondary:hover {
	background-color: #707071;
    transition: 0.3s;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	   -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.padding20 { padding-top: 20px;	padding-bottom: 20px; }
.padding40 { padding-top: 40px; padding-bottom: 40px; }
.padding60 { padding-top: 60px; padding-bottom: 60px; }
.padding80 { padding-top: 80px; padding-bottom: 80px; }

.no-padding { padding: 0; }
.no-margin { 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) {
	.padding20,
	.padding40,
	.padding60,
	.padding80 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clearfix {
	clear: both;
}
.byline {
	text-align: left;
	font-size: 11px;
	padding: 20px 20px 0 20px;
	color: #FFF;
	clear: both;
	border-top: solid 1px rgba(221,215,188,0.2);
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.byline img {
	float: right;
	height: 25px;
	padding: 0;
	width: auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.byline img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

@media only screen and (max-width: 768px) {
	.byline {
		text-align: center;
		font-size: 9px;
	}
	.byline img {
		float: none;
		clear: both;
		display: block;
		margin: 0 auto;
		padding: 12px 0;
	}
}
@media only screen and (max-width: 480px) {
	.byline {
		max-width: 320px;
		margin: 0 auto;
	}
}
