html,
body {
	height: 100%;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

body {
	background-color: #FFF;

	font-family: 'Century Gothic';
	font-size: 16px;
	color: #4B565A;
	line-height: 24px;
}

body.pink {
	background-image: url(img/bg-pink.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
}

body.green {
	background-image: url(img/bg-green.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
}

body.blue {
	background-image: url(img/bg-blue.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
}

body.purple {
	background-image: url(img/bg-purple.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
}





h1,
h2,
h3 {
	margin-top: 0;
	margin-bottom: 0;

	color: #1D2535;
	font-weight: 700;
	text-transform: uppercase;
}

h1 {
	font-size: 55px;
	line-height: 55px;
}

h2 {
	font-size: 55px;
	line-height: 55px;
	font-weight: normal;
	letter-spacing: 3px;

	margin-top: 0;
	margin-bottom: 65px;
}

h3 {
	font-size: 24px;
}


strong {
	font-weight: 700;
}

/*
Tables
---------------------------------------------------------------------------------------------------- */

table {
	max-width: 100%;
}

th {
	text-align: left;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
	border-top: 0;
}

.table>tbody+tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
	padding: 5px;
}

.table-bordered {
	border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
	border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
	border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #eaeaea;
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
	background-color: #f5f5f5;
}


.single-container-wrap img {
	margin-bottom: 15px;
	width: 100%;
	height: auto;
}

img.alignleft {
	float: left;
	margin-right: 15px;
}

img.alignright {
	float: right;
	margin-left: 15px;
	margin-top: 15px;
}


/* --------------------------------------------------
    COLS
-------------------------------------------------- */

.single-container-wrap .cols {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 15px;

}

.single-container-wrap .cols:after {
	content: '';
	display: block;
	clear: both;
}

.w2col .col {
	width: 50%;
	float: left;
}

.col .col-wrap {
	margin-left: 15px;
	margin-right: 15px;
}

.col .col-wrap img {
	display: block;
	width: 100%;
	height: auto;
}

.single-container h2,
.single-container h3 {
	text-align: left;
	margin-top: 50px;
	margin-bottom: 40px;
}

/* --------------------------------------------------
    COLS
-------------------------------------------------- */
@media only screen and (max-width:685px) {
	.w2col .col {
		width: 100%;
		margin-bottom: 30px;
	}
}

hr {
	margin-top: 50px;
	margin-bottom: 50px;
	border: none;
	border-top: 1px solid #4B565A;
}


img.lazy {
	opacity: 0;
	transition: opacity .3s ease-in;
}

h2.social-wall-title {
	padding-top: 70px;
	margin-bottom: 20px;
	margin-top: 20px;
	border-top: 1px solid #4B565A;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

h2.social-wall-title a {
	color: #242D34;
	text-decoration: none;
}

.single-container a {
	color: #848788;
}