body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 1.5;
    color: #292929;
}

*, *:before, *:after {
	padding:0;margin:0;
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, 
dfn, em, img, ins, kbd, q, s, samp, small, 
strike, strong, sub, sup, tt, var,b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, 
label, legend, caption, article, aside, canvas, 
details, embed, figure, figcaption, footer, 
header, hgroup, menu, nav, output, ruby, 
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

ul {
    list-style: disc;    
    margin-bottom: 20px;
    margin-left: 30px;
}

ol {    
    margin-bottom: 20px;
}

ul>li,
ol>li {
    margin-bottom: 10px;
}

li>ul,
li>ol {
    margin-bottom: 0;
    list-style-type: circle;
}

li>ul>li>ul{
    list-style-type: square;
}

p, address {
    margin-bottom: 20px;
}

em, i {
    font-style: italic;
}

b, strong {
    font-weight: 900;
}

a {
    color: #c81f44;
    text-decoration: underline;
    font-weight: 700;
}

a:not(.no-arrow):after{
	content: ' >';
}

a:hover {
    color: #c81f44;
    text-decoration: underline;
}

sup {
    font-size: 50%;
    vertical-align: super;
    line-height: 1;
}

sub {
    font-size: 50%;
    vertical-align: sub;
    line-height: 1;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Aleo', serif;
    color: #111;
    margin-bottom: 10px;
    font-weight: 700;
    clear: both;
}

h1 {
    font-size: 38px;

	@media (min-width: 601px){
		font-size: 48px;
	}
}

h2 {
    font-size: 32px;

	@media (min-width: 601px){
		font-size: 42px;
	}
}

h3 {
    font-size: 21px;

	@media (min-width: 601px){
		font-size: 36px;
	}
}

h4 {
    font-size: 28px;

	@media (min-width: 601px){
		font-size: 30px;
	}
}

h5 {
    font-size: 20px;

	@media (min-width: 601px){
		font-size: 24px;
	}
}

h6 {
    font-size: 18px;

	@media (min-width: 601px){
		font-size: 20x;
	}
}

blockquote {
    margin: 0 0 20px;
    float: left;
    clear: left;
    padding: 20px 5px 20px 70px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: relative;
}

blockquote p {
    color: #afafaf;
    font-weight: bold;
    font-size: 20px;
}

blockquote p:before {
    content: '\201C';
    /* “ */
    display: inline;
    font-weight: bold;
    font-size: 80px;
    position: absolute;
    font-family: serif;
    left: 10px;
    top: 35px;
}

table {
    margin: 0 0px 20px;
    border-color: #333;
    float: left;
    clear: left;
    max-width: 100%;
}

table + table {
    clear: none;
}

table th {
    color: #fff;
    padding: 5px;
    font-weight: 500;
    border-color: #333;
    background-color: #666;
    vertical-align: top;
}

table td {
    padding: 5px;
    font-weight: 500;
    border-color: #333;
    background-color: #fff;
    vertical-align: top;
}

hr{
    margin-bottom: 20px;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #eee;
    padding: 0; 
    clear: both;
}

/*****************/

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.width-limiter {
    width: 100%;
    max-width: 1180px;
    margin: 0px auto;
}

.block-wrapper{
	padding: 30px 15px 15px;
}

@media (min-width: 801px){
	.block-wrapper{
		padding: 50px 30px 30px;
	}
}

p.large-font{
	font-size: 18px;

	@media (min-width: 601px){
		font-size: 24px;
	}
}

/*****************/

footer{
	background: #292929;
	text-align: center;
	padding: 50px 15px;
}

footer a:not(.logo){
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}

footer a.logo{
	display: block;
    width: 180px;
    height: 81px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	background-image: url(../images/logo-white.png);
	margin:  0 auto 30px;
	text-align: left;
	overflow: hidden;
	text-indent: -9999px;
}

/*****************/

.image-text-module .image{
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	margin-bottom: 20px;
}

.image-text-module .image:after{
	content: '';
	display: block;
	padding-bottom: 100%;
}

@media (min-width: 801px){
	.image-text-module .width-limiter{
		display: -ms-flex;
		display: -webkit-flex;
    	display: flex;
    	justify-content: space-between;
    	align-items: center;
	}

	.image-text-module:not(.left) .width-limiter{
    	flex-direction: row-reverse;
	}

	.image-text-module .width-limiter > div{
		flex-grow: 1;
	    flex-shrink: 0;
	    flex-basis: 100%;
	    max-width: calc(50% - 15px);
	}
}

/*****************/

@media (min-width: 801px){

	.columns-module .columns-container{
		display: -ms-flex;
		display: -webkit-flex;
	    display: flex;
	    flex-wrap: wrap;
	}

	.columns-module .columns-container > div{
		flex-grow: 1;
	    flex-shrink: 0;
	    flex-basis: 100%;
	}

	.columns-module .columns-container.columns-2 > div{
		max-width: calc(50% - 15px);
	}

	.columns-module .columns-container.columns-2 > div:nth-child(even){
		margin-left: 30px;
	}

	.columns-module .columns-container.columns-3 > div{
		max-width: calc((100% - 60px)/3);
	}

	.columns-module .columns-container.columns-3 > div:not(:nth-child(3n+1)){
		margin-left: 30px;
	}
}

/*****************/

.quote-module .width-limiter{
 	padding: 0 20px;
 	position: relative;
 }

.quote-module .width-limiter:before, .quote-module .width-limiter:after{
 	content: '';
 	display: block;
 	width: 30px;
 	height: 30px;
 	position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .5;
}

.quote-module .width-limiter:before{
 	left: -10px;
 	top: -10px;
 	background-image: url(../images/quote-black-open.svg);
}

.quote-module .width-limiter:after{
 	right: -10px;
 	bottom: -10px;
 	background-image: url(../images/quote-black.svg);
}

@media (min-width: 801px){
	.quote-module .width-limiter{
	 	padding: 0 50px;
	 }

	.quote-module .width-limiter:before, .quote-module .width-limiter:after{
	 	width: 60px;
	 	height: 60px;
	}
}


/*****************/

@media (max-width: 800px){
	.split-module.block-wrapper{
		padding: 0;
	}

	.split-module .width-limiter > div{
		padding: 30px 15px 15px;
	}
}

@media (min-width: 801px){
	.split-module{
		position: relative;
	}

	.split-module .background{
		position: absolute;
		width: 50%;
		height: 100%;
		z-index: 1;
		top: 0;
	}

	.split-module .background.left{ left: 0; }
	.split-module .background.right{ right: 0; }

	.split-module .width-limiter{
		position: relative;
		z-index: 2;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
	}

	.split-module .width-limiter > div{
		flex-grow: 1;
	    flex-shrink: 0;
	    flex-basis: 100%;
	    max-width: calc(50% - 30px);
	    background-color: transparent;
	}

	.split-module .width-limiter > div:nth-child(even){
		margin-left: 60px;
	}
}