﻿

/*********** CSS RESET **********/

* {
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	margin: 0 !important;
	-webkit-text-size-adjust: none;
}
ol, ul {
	list-style: none;
}
em {
	font-style: normal;
}
a img {
	border: none;
}
a:active {
	outline: none;
}
/*********** GLOBAL STYLES **********/
body {
    max-width: 100%;
	overflow-x: hidden; /* responsive navigation & filters scroll bug fix*/
	background: #fff;
	font: normal 400 14px 'Open Sans', sans-serif;
	color: #777;
}
a {
	color: inherit;
	cursor: pointer;
        font-size: 14px;
}
.master-wrapper-page {
	background-color: #f6f6f6;
}
.master-wrapper-content {
	position: relative;
	z-index: 0; /* giving priority to header and header-menu */
}
.master-column-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.center-1 {
	margin: 0 0 60px;
}
.home-page-body .center-1 {
	margin: 0;
}
.center-2, .side-2 {
	margin: 0 0 70px;
}
.side-2:after {
	content: "";
	display: block;
	clear: both;
}
.page {
	min-height: 200px;
	text-align: center;
}
.page-title {
	margin: 0 0 30px;
	border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
    text-transform: uppercase;
}
.page-title h1 {
	font-size: 22px;
	color: #333;
}
.page:after,
.page-title:after,
.page-body:after {
	content: "";
	display: block;
	clear: both;
}
/*********** TOPICS ***********/
.topic-block {
	margin: 0 0 20px;
}
.topic-block-title {  
    margin: 0 0 25px;
	border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
}
.topic-block-title h2 {
	font-size: 16px;
	color: #333;
    text-transform: uppercase;
}
.topic-block-body {
	line-height: 30px;
}
.topic-block a,
.topic-page a {
	text-decoration: underline;
}
.topic-page .page-body {
	line-height: 30px;
}

.home-page .topic-block {
	margin: 0 0 50px;
}
.home-page .topic-block-title {
	margin: 0 0 20px;
	padding: 0 0 5px;
}
.home-page .topic-block-title h2 {
	font-size: 22px;
}
.not-found-page p {
	margin: 0 0 8px;
	color: #AAAAAA;
	font-family: 'Open Sans';
	font-size: 20px;
	font-weight: 700;
}
/*********** CONTACT & EMAIL A FRIEND ***********/
.topic-block-body h2 {
	color: #009BCE;
	font-family: 'Open Sans';
	font-weight: 700;
	margin: 0 0 21px;
	font-size: 42px;
	text-transform: inherit;
}
.gifImg{
	height:250px;
}