/*---------- Browser HTML Reset ----------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	background:transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, img, menu, nav, section, div, span, h1, h2, h3, h4, h5, h6 {
	display:block;
}
input, select {
	vertical-align:middle;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	transition: all 0.2s;
}
/*------ Fixess Font Awesome Icon Clarity -----*/
.fa:before {
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
}
/*----- Grants all elements a on hover transition animation ----- */
*:hover {
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	transition: all 0.2s;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/*--------------- Global Styles ---------------*/

body {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	line-height: 24px;
	text-decoration: none;
	color: #555;
	position: relative;
}
body .bkgd {
	overflow: hidden;
	background: #fff;
}
.globalWidth {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}
.screenWidth {
	width: 100%;
	position: relative;
}
/*--------------- Global Back To Top Arrow ------------------*/
.backToTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #aaa;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	display: none;
	text-align: center;
	z-index:99999;
}
.backToTop:before {
	font-family: 'FontAwesome';
	font-size: 25px;
	line-height: 40px;
	color: #fff;
	content:'\f062';
}
.backToTop:hover {
	background-color: #ccc;
	text-decoration: none;
}
/*--------------- Global WYSIWYG Content Styles ---------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	font-weight: 400;
	line-height: normal;
	color: inherit;
	clear: both;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
p {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: inherit;
}
p:empty {
	display: none;
}
strong {
	font-weight: 700;
}
blockquote {
	padding: 40px;
	background: #e8e8e8;
	margin-bottom: 40px;
	position: relative;
	clear: both;
}
blockquote:before {
	content: open-quote;
	font-size:	36px;
	height: 30px;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 24px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 10px;
	display: block;
	background: #e8e8e8;
}
blockquote p {
	border-left: solid 3px #ccc;
	padding-left: 20px;
	margin-bottom: 0;
}
hr {
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	border: none;
	border-bottom: solid 1px #ccc;
	clear: both;
}
table {
	width: 100%;
	padding: 0;
	margin: 0;
}
table tr:nth-child(even) {
 background: #e8e8e8;
}
table td {
	padding: 10px;
	min-width: 25% !important;
	vertical-align: top;
	white-space: normal !important;
}
ul, ol {
	padding: 0px;
	margin: 0px 0px 40px 20px;
	position: relative;
	list-style-position: inherit;
}
ul li, ol li {
	padding: 0px;
	margin-bottom: 10px;
}
ul li:empty, ol li:empty {
	display: none;
}
/*--------------- Global Link Styles ---------------*/
a {
	padding: 0px;
	margin: 0px;
	font-weight: 400;
	text-decoration: none;
	color: #cd381b;
}
a:hover {
	color: #aaa;
	text-decoration: underline;
}
a.globalLink, a.read-more {
	display: block;
	padding: 10px 20px;
	margin: 0;
	background: #ccc;
	color: #fff;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
}
a.globalLink:empty, a.read-more:empty {
	display: none;
}
a.globalLink:hover, a.read-more:hover {
	background: #aaa !important;
}
.pagination {
	clear: both;
}
.pagination a {
	padding: 20px;
}
.pagination a.prev:before {
	content: '\2190';
}
.pagination a.next:after {
	content: '\2192';
}
.nav-previous {
	display: block;
	float: left;
}
.nav-next {
	display: block;
	float: right;
}
/*--------------- Global Image/Alignment Styles ---------------*/
img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	padding: 0px;
	margin: 0px 0px 40px;
	position: relative;
	display: block;
}
img[align=left] {
	margin: 0 40px 40px 0;
}
img[align=right] {
	margin: 0 0 40px 40px;
}
img[align=center] {
	margin: 0 auto 40px;
}
.alignleft {
	float: left;
	margin: 0px 40px 40px 0;
}
.alignright {
	float: right;
	margin: 0px 0 40px 40px;
}
.aligncenter {
	float: none;
	margin: 0 auto 40px;
}
/*--------------- Global Column Styles ---------------*/
.one {
	width: 100%;
}
.threeFour {
	width: calc(100% * 3/4);
	float: left;
	overflow: hidden;
	position: relative;
}
.twoThree {
	width: calc(100% * 2/3);
	float: left;
	overflow: hidden;
	position: relative;
}
.two {
	width: calc(100% / 2);
	float: left;
	overflow: hidden;
	position: relative;
}
.three {
	width: calc(100% / 3);
	float: left;
	overflow: hidden;
	position: relative;
}
.four {
	width: calc(100% / 4);
	float: left;
	overflow: hidden;
	position: relative;
}
.five {
	width: calc(100% / 5);
	float: left;
	overflow: hidden;
	position: relative;
}
.six {
	width: calc(100% / 6);
	float: left;
	overflow: hidden;
	position: relative;
}

.two.margin {
	width: calc(100% / 2 - 20px);
}
.three.margin {
	width: calc(100% / 3 - 20px);
}
.three.margin:nth-of-type(3n+2) {
	margin: 0 10px 20px;	
}
.four.margin {
	width: calc(100% / 4 - 20px);
}
.four.margin:nth-of-type(4n+2), .four.margin:nth-of-type(4n+3) {
	margin: 0 10px 20px;	
}
.five.margin {
	width: calc(100% / 5 - 20px);
}
.five.margin:nth-of-type(5n+2), .five.margin:nth-of-type(5n+3), .five.margin:nth-of-type(5n+4) {
	margin: 0 10px 20px;	
}
six.margin {
	width: calc(100% / 6 - 20px);
}
.six.margin:nth-of-type(5n+2), .six.margin:nth-of-type(5n+3), .six.margin:nth-of-type(5n+4) {
	margin: 0 10px 20px;	
}
.margin:first-of-type {
 margin: 0 20px 20px 0 !important;
 clear: left;
}
.margin:last-of-type {
 margin: 0 0 20px 20px !important;
}
.columns {
	clear: both;
}
/*--------------- Global Column Padding(Gutter) Styles ---------------*/
.gutter {
	padding: 20px;
}
header.gutter, footer.gutter, section.gutter, aside.gutter, article.gutter {
	padding: 40px;
}
/*---------------Iframe Responsive Controls ---------------*/

/*--- Gets wrapped around iframes via JQuery script (page-script.js) ---*/
.responsiveIframe {
	display: block;
	margin: 0;
	padding: 0 0 56.25%;
	position: relative;
	width: 100%;
}
.responsiveIframe iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.gform_wrapper .responsiveIframe {display:none;}
.gform_wrapper .grecaptcha-badge {height:60px;}
/*------------ Global Form Style ----------------*/
input[type=text], input[type=email], input[type=tel], input[type=password], input[type=submit], input[type=button], input[type=file], select, textarea {
	width: 100%;
	font-family: inherit;
	font-size: 14px;
	padding:20px;
	margin: 0px;
	border: solid 1px #ccc;
	border-radius: 10px;
	color: inherit;
	background: #fff;
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	transition: all 0.2s;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, input[type=submit]:focus, input[type=button]:focus, input[type=file]:focus, select:focus, textarea:focus {
	background: #e8e8e8;
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	transition: all 0.2s;
}
input[type=submit], input[type=button] {
	border: solid 1px #ccc;
	background: #cd381b;
	color: #fff;
	padding: 20px 0px;
}
input[type=submit]:hover, input[type=button]:hover {
	background: #aaa;
}
#searchform input[type=text] {
	width: 70%;
	float: left;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
#searchform input[type=text] + input[type=submit] {
	width: 30%;
	float: left;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
#newsletter input[type=email] {
	width: 80%;
	float: left;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
#newsletter input[type=email] + input[type=submit] {
	width: 20%;
	float: left;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*---------------- Laptop Version ------------------*/
@media screen and (max-width:1280px) {
body, .globalWidth {
 min-width: 100%;
 width: 100%;
}
h1 {
 font-size: 32px;
}
h2 {
 font-size: 28px;
}
h3 {
 font-size: 24px;
}
h4 {
 font-size: 20px;
}
h5 {
 font-size: 18px;
}
h6 {
 font-size: 16px;
}
}

/*---------------- Tablet Version ------------------*/
@media screen and (min-width: 768px) and (max-width:1024px) {
.mobileNav *, .mobileNav *:after, .mobileNav *:before {
 -webkit-transition: none; /* Safari and Chrome */
 transition: none;
}

/*--------------- Global Column Styles ---------------*/
.four {
 width: 50% !important;
 float: left;
 overflow: hidden;
 position: relative;
}
.four.margin {
 width: 49% !important;
}
.four.margin:nth-of-type(even) + .four.margin {
 margin: 0 1% 0 0 !important;
 clear: left;
}
.four.margin:nth-of-type(even) {
 margin: 0 0 0 1% !important;
}
.five, .six {
 width: 33.33% !important;
 float: left;
 overflow: hidden;
 position: relative;
}
.five.margin, .six.margin {
 width: 32% !important;
}
}

/*---------------- Mobile Version ------------------*/
@media screen and (max-width:767px) {
 .mobileNav *, .mobileNav *:after, .mobileNav *:before {
 -webkit-transition: none; /* Safari and Chrome */
 transition: none;
}
h1 {
 font-size: 30px;
}
h2 {
 font-size: 26px;
}
h3 {
 font-size: 20px;
}
h4 {
 font-size: 18px;
}
h5 {
 font-size: 16px;
}
h6 {
 font-size: 14px;
}
.one, .threeFour, .twoThree, .two, .three, .four, .five, .six {
 width: 100% !important;
 float: none;
 margin: 0px;
}
}
