/*--------------------------------------------------
Non-Google Web Font Load
--------------------------------------------------*/
@font-face {
}
/*--------------------------------------------------
Browser 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;
	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;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*: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;
}
header, footer, nav, section, article, aside, div, span {
	position: relative;
}
/*--------------------------------------------------
Global Body Elements
--------------------------------------------------*/
html {
	position: relative;
	text-rendering: optimizeLegibility;
}
body {
	font-family: "Libre Franklin", 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;
}
.screenWidth {
	min-width: 100%;
	clear: both;
}
.globalWidth {
	max-width: 1280px;
	margin: 0 auto;
	clear: both;
}
/*--------------------------------------------------
Global Gutter Settings
--------------------------------------------------*/
.gutter {
	padding: 20px;
}
header.gutter, footer.gutter, section.gutter, aside.gutter, article.gutter {
	padding: 40px;
}
/*--------------------------------------------------
Global Element Float Classes
--------------------------------------------------*/
.left {
	float: left;
}
.left.colPad {
	padding: 40px 0px 40px 20px;
}
.right {
	float: right;
}
.right.colPad {
	padding: 40px 20px 40px 0px;
}
/*--------------------------------------------------
Scroll to Top Element
--------------------------------------------------*/
.backToTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: rgba(0,0,0,0.7);
	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: rgba(0,0,0,0.9);
	text-decoration: none;
}
/*--------------------------------------------------
Typography Elements
--------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: "Chewy", Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	font-weight: inherit;
	line-height: normal;
	color: inherit;
	clear: both;
	text-rendering: optimizeLegibility;
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	transition: all 0.2s;
}
h1 {
	font-size: 60px;
}
.inside .defaultImg + h1 {
    color: #fff;
    margin: -120px 0 100px;
    text-align: center;
    line-height: 40px;
}
.inside.page-25th-anniversary-1996-to-2021 .defaultImg + h1 {
    color: #fff;
    margin: -120px 0 40px;
    text-align: center;
    line-height: 40px;
}
.inside.page-25th-anniversary-1996-to-2021 .bkgd {
	background: #ea8a35 !important;
}
h2 {
	font-size: 40px;
}
.inside h2 {color: #0958b4; background: url(images/stars-header.png) no-repeat left center / auto 90%; padding-left: 120px;}
h3 {
	font-size: 36px;
}
.inside:not(.page-25th-anniversary-1996-to-2021) h3 {color: #30bdd6; display: inline-block; padding-right: 60px; line-height: 36px; position: relative;}
.inside:not(.page-25th-anniversary-1996-to-2021) h3:before {content:''; background: url(images/star-header3.png) no-repeat right center / auto; position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 50px; height: 50px;}
.inside .contentGutter h3 {float: left;}
.inside .contentGutter h3 + * {clear:left;}
h4 {
	font-size: 30px;
}
.inside h4 {color: #ff7b00;}
h5 {
	font-size: 24px;
}
.inside h5 {color: #5cb438;}
h6 {
	font-size: 20px;
}
p {
	margin: 0px 0px 20px;
	padding: 0px;
	color: inherit;
}
p:empty {
	display: none;
}
strong {
	font-weight: 700;
}
/*--------------------------------------------------
Blockquote
--------------------------------------------------*/
blockquote {
	padding: 40px;
	background: #f9f9f9;
	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;
}
/*--------------------------------------------------
Horizontal Rule
--------------------------------------------------*/
hr {
	padding: 40px 0px 0px 0px;
	margin: 0px 0px 40px 0px;
	border: none;
	border-bottom: solid 1px #ccc;
	clear: both;
}
/*--------------------------------------------------
Tables
--------------------------------------------------*/
table {
	width: 100%;
	padding: 0;
	margin: 0 0 40px;
}
th, td {
	padding: 10px;
	min-width: 25% !important;
	vertical-align: top;
	white-space: normal !important;
}
/*--------------------------------------------------
List: Ordered & Unordered
--------------------------------------------------*/
ul, ol {
	margin: 0 0 40px 40px;
	position: relative;
}
ul li, ol li {
	padding: 0;
	margin-bottom: 10px;
}
ul li:empty, ol li:empty {
	display: none;
}
li > ul, li > ol {
	margin-bottom: 0;
}
/*--------------------------------------------------
Links: General, Global, Read More, Pagination
--------------------------------------------------*/
a {
	color: #f41511;
	text-decoration: none;
	position: relative;
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	transition: all 0.2s;
}
a:hover, a:focus, a:active {
	color: #5cb438;
	outline: 0;
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	transition: all 0.2s;
}
a.globalLink, a.read-more {
	display: block;
	padding: 8px 40px;
	margin: 0;
	border: solid 3px #fff;
	border-radius: 10px;
	color: #fff;
	font-size: 24px;
	line-height: 26px;
	font-weight: 400;
	font-family: 'Chewy', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	box-shadow: 0px 0px 10px rgba(0,0,0,0);
	background: url(images/white-dot.png) no-repeat 10px 10px, url(images/white-dot.png) no-repeat calc(100% - 10px) 10px, url(images/white-dot.png) no-repeat 10px calc(100% - 10px), url(images/white-dot.png) no-repeat calc(100% - 10px) calc(100% - 10px) #c90a07;
}
a.globalLink:before {
	content: '';
	position: absolute;
	top: 47%;
	left: -53px;
	height: 102px;
	width: 99px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(images/star.png) no-repeat center center;	
}
a.globalLink:hover, a.read-more:hover {
	color: #fde11e;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
}
/*--------------------------------------------------
Meta Data: Date & Categories
--------------------------------------------------*/
.metaData {
	display: inline-block;
	font-size: 13px;
	line-height: 13px;
	padding: 15px 0px !important;
	display: block;
}
.break {
	display: inline-block;
	padding: 0 10px;
}
/*--------------------------------------------------
Image Settings & Alignment
--------------------------------------------------*/
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;
}
/*--------------------------------------------------
Featured Image Settings
--------------------------------------------------*/
.defaultImg {
	background: #000;
	height: auto;
	min-height: 480px;
	max-height: 768px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-bottom: solid 15px #fde11e;
}
.featuredImg {
	height: 0;
	padding-bottom: 56.25%;
	margin: 0 0 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: block;
	overflow: hidden;
}
.defaultImg .featuredImg {
	opacity: 0.7;	
}
.inside .featuredImg, .single .featuredImg, .blog .featuredImg, .error404 .featuredImg, .archive .featuredImg {
	padding-bottom: 46.25%;
	margin: 0px;
}
@media screen and (max-width:1024px) {
.defaultImg {
	min-height: 360px;
}
.inside .featuredImg, .single .featuredImg, .error404 .featuredImg {
	padding-bottom: 56.25%;
	margin: 0px;
}
.blog .featuredImg, .category .featuredImg, .archive .featurdImg {
	padding-bottom: 46.25%;
	margin: 0px;
}
}
@media screen and (max-width:767px) {
.defaultImg {
    min-height: 180px;
}
.inside .defaultImg .featuredImg, .single .defaultImg .featuredImg, .error404 .defaultImg .featuredImg, .blog .defaultImg .featuredImg, .category .defaultImg .featuredImg, .archive .defaultImg .featurdImg {
	padding-bottom: 100% !important;
	margin: 0px !important;
}
}
/*--------------------------------------------------
Global Container Width Settings
--------------------------------------------------*/
.one, .threeFour, .twoThree, .two, .three, .four, .five, .six {
	overflow: hidden;
	position: relative;
}
.multipleColumns .globalWidth > div, .multipleColumns .globalWidth > div .two, .multipleColumns .globalWidth > div .three, .multipleColumns .globalWidth > div .four {
	overflow: visible;
} 
.one {
	width: 100%;
}
.threeFour {
 width: calc(100% * 3/4);
}
.twoThree {
 width: calc(100% * 2/3);
}
.two {
	width: calc(100% / 2);
}
.three {
	width: calc(100% / 3);
}
.four {
	width: calc(100% / 4);
}
.five {
	width: calc(100% / 5);
}
.six {
	width: calc(100% / 6);
}
#mainContainer .two.gutter:nth-of-type(odd), #mainContainer .three.gutter:first-of-type, #mainContainer .three.gutter:nth-of-type(3n+1), #mainContainer .four.gutter:first-of-type, #mainContainer .four.gutter:nth-of-type(4n+1) {
	padding-left: 0px;
}
#mainContainer .two.gutter:nth-of-type(even), #mainContainer .three.gutter:nth-of-type(3n), #mainContainer .three.gutter:last-of-type, #mainContainer .four.gutter:nth-of-type(4n), #mainContainer .four.gutter:last-of-type {
	padding-right: 0px;
}
#flexContent .multipleColumns .globalWidth .one > div.equalHeight {
	height: auto !important;
}
/*--------------------------------------------------
Global Container Margin Settings
--------------------------------------------------*/
.margin {
	margin: 0 10px 20px;
}
.margin:first-of-type, .two.margin:nth-of-type(2n+3), .three.margin:nth-of-type(3n+4), .four.margin:nth-of-type(4n+5), .five.margin:nth-of-type(5n+6), .six.margin:nth-of-type(6n+7) {
	margin: 0 10px 20px 0 !important;
	clear: left;
}
.margin:last-of-type, .two.margin:nth-of-type(even), .three.margin:nth-of-type(3n+3), .four.margin:nth-of-type(4n+4), .five.margin:nth-of-type(5n+5), .six.margin:nth-of-type(6n+6) {
	margin: 0 0 20px 10px !important;
}
.three.margin + .twoThree.margin {
	margin: 0 0 20px 10px;
}
.twoThree.margin + .three.margin {
	margin: 0 10px 20px 0;
}
/*--------------------------------------------------
Global Container Widths with Margins Settings
--------------------------------------------------*/
.one.margin {
	margin: 0 0 20px !important;	
}
.threeFour.margin {
 width: calc(100% * 3/4 - 20px);
	padding: 0 20px;
}
.twoThree.margin {
 width: calc(100% * 2/3 - 6.65px);
}
.two.margin {
	width: calc(100% / 2 - 10px);
	padding: 0 20px;
}
.three.margin {
	width: calc(100% / 3 - 13.35px);
	padding: 0 20px;
}
.three.margin:nth-of-type(3n+2) {
	margin: 0 10px 20px;
}
.four.margin {
	width: calc(100% / 4 - 15px);
	padding: 0 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 - 16px);
}
.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 - 16.7px);
}
.six.margin:nth-of-type(6n+2), .six.margin:nth-of-type(6n+3), .six.margin:nth-of-type(6n+4), .six.margin:nth-of-type(6n+5) {
	margin: 0 10px 20px;
}
/*--------------------------------------------------
Global Flexible Content
--------------------------------------------------*/
#flexContent section.gutter {
	padding: 0px 40px;
}
/*--------------------------------------------------
Global Element Centered Classes
--------------------------------------------------*/
.centerXY {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.centerY {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.centerX {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
/*--------------------------------------------------
iFrame & Embed Element s
--------------------------------------------------*/
embed, iframe, object {
	max-width: 100%;
}
.responsiveVideo {
	display: block;
	margin: 0 0 20px;
	padding: 0 0 56.25%;
	position: relative;
	width: 100%;
}
.responsiveVideo iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	/* Use 75% for 4:3 videos */
        height: 0;
	overflow: hidden;
	width: 100%;
	background: #000;
	margin: 5px;
}
.youtube-player div[data-id] {
	padding-bottom: 56.23%;
}
.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}
.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}
.youtube-player img:hover {
	-webkit-filter: brightness(75%);
}
.youtube-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url("//i.imgur.com/TxzC70f.png") no-repeat;
	cursor: pointer;
}
.map {
	display: block;
	position: relative;
	padding: 0 0 36.25%;
	margin: 0;
	width: 100%;
}
.map iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/*--------------------------------------------------
Form Elements
--------------------------------------------------*/
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {
	width: 100%;
	font-family: inherit;
	font-size: 16px;
	padding: 20px;
	margin: 0px;
	border: solid 1px rgba(0,0,0,0.2);
	color: #444;
	background: #fff;
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	transition: all 0.2s;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, select:focus, textarea:focus {
	background: #f9f9f9;
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	transition: all 0.2s;
}
input[type="button"], input[type="reset"], input[type="submit"] {	
	display: block;
	padding: 8px 40px;
	margin: 0;
	border: solid 3px #fff;
	border-radius: 10px;
	color: #fff;
	font-size: 24px;
	line-height: 26px;
	font-weight: 400;
	font-family: 'Chewy', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	box-shadow: 0px 0px 10px rgba(0,0,0,0);
	background: url(images/white-dot.png) no-repeat 10px 10px, url(images/white-dot.png) no-repeat calc(100% - 10px) 10px, url(images/white-dot.png) no-repeat 10px calc(100% - 10px), url(images/white-dot.png) no-repeat calc(100% - 10px) calc(100% - 10px) #c90a07;
	position: relative;
}
input[type="button"]:hover, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
	cursor: pointer;
	background: #fde11e;
}
#searchform input[type=text], #newsletter input[type=email] {
	width: 80%;
	float: left;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
#searchform input[type=text] + input[type=submit], #newsletter input[type=email] + input[type=submit] {
	width: 20%;
	float: left;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
/*--------------------------------------------------
Gravity Forms Plugin Elements
--------------------------------------------------*/
.gform_wrapper {
	max-width: 100% !important;
	margin: 0px !important;
}
div.ginput_complex {
	width: 100% !important;
}
.gform_body, .gform_footer {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	font-size: 14px !important;
	clear: none !important;
}
.gform_wrapper .top_label div.ginput_container {
	margin: 0px !important;
}
.gform_body li {
	margin: 0px 0px 0px !important;
}
.ginput_container_name span {
	padding-right: 0px !important;
	margin-right: 2% !important;
	width: 48% !important;
}
.ginput_container_name span + span {
    width: 48.5% !important;
}
.gform_wrapper textarea {
	padding: 20px !important;
}
.ginput_container_name span:nth-of-type(2) {
	margin-right: 0px !important;
}
.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0px !important;
	margin-bottom: 20px !important;
}
.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	width: 49% !important;
	padding-right: 16px;
	float: none;
}
.gform_wrapper .top_label li.gfield.gf_left_half {
	margin-right: 2% !important;
}
.gform_body label {
}
.gform_wrapper .gfield_required {
	display: inline;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 20px !important;
}
.gform_wrapper.gf_browser_gecko select {
	padding: 17px 20px !important;
	line-height: inherit !important;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
	width: 100% !important;
}
/*--------------------------------------------------
Jquery Enabled Custom Select Form Elements
--------------------------------------------------*/
.select-hidden {
	display: none;
	visibility: hidden;
	padding-right: 10px;
}
.select {
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-size: 13px;
	color: #fff;
	height: 40px;
	float: right;
	margin-left: 20px;
	width: calc(1280px / 6);
}
.select-styled {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color:#54846e;
	padding: 10px 15px;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	border-radius: 0px;
	text-align: left;
	font-size: 13px;
	line-height: 20px;
}
.select-styled:after {
	content: "";
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 55%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.select-styled:hover {
	background-color: rgba(0,0,0,0.5);
}
.select-styled:active, .select-styled.active {
	background-color: rgba(0,0,0,0.5);
}
.select-options {
	display: none;
	position: absolute;
	top: 105%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color:#54846e;
	text-align: left;
}
.select-options li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #003451;
}
.select-options li a {
	display: block;
	padding: 10px 15px;
	color: #fff;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
.select-options li a:hover {
	color: #003451;
	background: #fff;
}
.select-options li[rel="hide"] {
	display: none;
}
/*--------------------------------------------------
Blog Pagniation Elements
--------------------------------------------------*/
.pagination {
	clear: both;
	text-align: center;
	padding-top: 20px;
}
.pagination .page-numbers {
	display: inline-block;
}
.pagination a, .pagination a:hover, .pagination.active a, .pagination.disabled {
	background-color: #444;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
	color: #fff;
	text-decoration:none;
}
.pagination .current {
	background-color: #ccc;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}
.pagination a:hover, .pagination.active a {
	background-color: #000;
}
/*---------------- Laptop Version & Tablet (1024px)  ------------------*/
@media screen and (max-width:1280px) {
/*--------------------------------------------------
Global Width Elements
--------------------------------------------------*/
body, .globalWidth {
	min-width: 100%;
	width: 100%;
}
/*--------------------------------------------------
Typography Elements
--------------------------------------------------*/
/*h1 {
	font-size: 30px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}*/
}
@media screen and (min-width:768px) and (max-width:1024px) {
/*--------------------------------------------------
Global Container Width Settings
--------------------------------------------------*/
.four, .five {
	width: 50%;
}
.six {
	width: calc(100% / 3);
}
/*--------------------------------------------------
Global Container Widths with Margins Settings
--------------------------------------------------*/
.four.margin {
	width: calc(100% / 2 - 20px);
}
.four.margin:nth-of-type(4n+2), .four.margin:nth-of-type(4n+3) {
	margin: 0 0 20px;
}
.four.margin:nth-of-type(even) {
	margin: 0 0 20px 10px !important;
}
.four.margin:nth-of-type(odd) {
	margin: 0 10px 20px 0 !important;
}
.five.margin {
	width: calc(100% / 3 - 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 0;
}
.five.margin:nth-of-type(5n+3) {
	margin: 0 10px 20px !important;
}
six.margin {
	width: calc(100% / 3 - 20px);
}
.six.margin:nth-of-type(6n+2), .six.margin:nth-of-type(6n+3), .six.margin:nth-of-type(6n+4), .six.margin:nth-of-type(6n+5) {
	margin: 0 0px 20px;
}
.six.margin:nth-of-type(6n+3) {
	margin: 0 10px 20px !important;
}
}
/*---------------- Mobile Version ------------------*/
@media screen and (max-width:767px) {
.equalHeight {
	height: auto !important;
}
/*--------------------------------------------------
Global Gutter Settings
--------------------------------------------------*/
.gutter + .gutter {
	padding-top: 0;
}
/*--------------------------------------------------
Typography Elements
--------------------------------------------------*/
/*h1 {
	font-size: 26px;
}
h2, section h2 {
	font-size: 24px;
}*/
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
	margin-bottom: 10px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
/*--------------------------------------------------
Global Container Width Settings
--------------------------------------------------*/
.one, .threeFour, .twoThree, .two, .three, .four, .five, .six, .margin {
	width: 100% !important;
	float: none;
	margin: 0;
}
.margin, .margin:first-of-type, .two.margin:nth-of-type(2n+3), .three.margin:nth-of-type(3n+4), .four.margin:nth-of-type(4n+5), .five.margin:nth-of-type(5n+6), .six.margin:nth-of-type(6n+7), .margin:last-of-type, .two.margin:nth-of-type(even), .three.margin:nth-of-type(3n+3), .four.margin:nth-of-type(4n+4), .five.margin:nth-of-type(5n+5), .six.margin:nth-of-type(6n+6), .three.margin + .twoThree.margin, .twoThree.margin + .three.margin, .threeFour.margin, .three.margin:nth-of-type(3n+2), .four.margin:nth-of-type(4n+2), .four.margin:nth-of-type(4n+3), .five.margin, .five.margin:nth-of-type(5n+2), .five.margin:nth-of-type(5n+3), .five.margin:nth-of-type(5n+4), .six.margin:nth-of-type(6n+2), .six.margin:nth-of-type(6n+3), .six.margin:nth-of-type(6n+4), .six.margin:nth-of-type(6n+5) {
	margin-top: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.metaData {
	line-height: 18px;
}
.ginput_container_name span:first-of-type {
	margin-bottom: 20px !important;
}
.ginput_container_name span, .ginput_container_name span:nth-of-type(2) {
	padding-right: 0px !important;
	margin-right: 0% !important;
	width: 100% !important;
}
}
