@charset "UTF-8";

/* CSS Document */


/* 
* This stylesheet resets default browser styles and defines a 
* set of default styles consistent across browsers. 
*/

br {
	line-height: 0px;
}
html, body, * {
	font-family: 'Quicksand', sans-serif;
	font-weight: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color:#000;
}

/* thin font fix */
* {-webkit-font-smoothing: antialiased;}

.light{
	font-weight: 300;
}

.regular,.testimonialSlider p{
	font-weight: 400;
}

.medium,.contactList li a{
	font-weight: 500;
}

.semi-bold,h2,header .menu li a{
	font-weight:600;
}

.bold,h1,h2,h3,.row input[type="submit"],.testimonialSlider span,.faqs a {
	font-weight: 700;
}

.center *{
	text-align: center;
}

h1:only-child,h2:only-child,h3:only-child,h4:only-child,h5:only-child{
	margin-bottom: 0;
}

p {
	text-align: left;
	margin-bottom: 30px;
}

p a{
	-webkit-transition:all ease 0.4s;
	-o-transition:all ease 0.4s;
	transition:all ease 0.4s;
}

@media only screen and (min-width:1000px){
	p a:hover{
		color: #00B388;
		-webkit-transition:all ease 0.4s;
		-o-transition:all ease 0.4s;
		transition:all ease 0.4s;
	}
}

.dark p {
	color: #fff;
}
p:nth-last-child(1), .smlTextWidth p:nth-last-child(1) {
	margin-bottom: 0px;
}
input[type="text"], input[type="password"], textarea, select {
	outline: none;
}
:link img, :visited img, :hover img, :active img, img {
	border: none;
}
h1, h2, h3, h3 strong, h4, h5, h6, .navHolder li a, .button a span, .button a::before, a.back-to-top, .frmbut2, .frmbut, a.frmbut {
	margin-top: 0px;
}

h1:only-child,h2:only-child,h3:only-child,h4:only-child,h5:only-child{
	margin:0;
}
h1 {
	line-height: 52px;
	margin: 0;
	padding: 0;
	font-size: 46px;
	text-transform: none;
	margin-bottom: 20px;
}
.center h1, .center h1 span {
	text-align: center;
}
h2, h2 span {
	line-height: 44px;
	    margin-bottom: 20px;
	font-size: 36px;
	text-transform: none;
	color:#e71d73;
}



h2 span {
	color: #000;
}

h3 {
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 20px;
	margin-top: 0px;

}
h3 span {
	color: #e71d73;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}
.dark h3 {
	color: #fff;
}
h3.oneLine span {
	display: inline;
	font-size: 30px;
	line-height: 38px;
	color: #9A9A9A;
}
h3.oneLine {
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 13px;
}
h4, h4 a, h4 a:active, h4 a:link, h4 a:visited {
	font-size: 26px;
	line-height: 34px;
	text-decoration: none;
	
	position: relative;
	margin-bottom: 20px;
}
h5 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;

}

h6 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
	text-align: left;
}



ul, li {
	list-style-type: disc;
	margin-left: 0px;
	padding-left: 0px;
	text-align: left;
}
ul {
	clear: left;
	margin-left: 0px;
	padding-left: 17px;
	margin-bottom: 10px;
}
ul li {
	padding-left: 3px;
	margin-bottom: 6px;
}
ol, ol li {
	list-style-type: decimal;
	margin-left: 15px;
}
em {
	font-style: italic;
	font-size: inherit;
	color: inherit;
}
strong {
	font-weight: 700;
	font-size: inherit;
	color: inherit;
}
a:link {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	/*color: #dc0622;*/
	cursor: pointer;
}
a.a-block {
	display: block;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}

.alignLeft{
	text-align: left;
}
.alignLeft p, .alignLeft span, .alignLeft h1, .alignLeft h2, .alignLeft h3 {
	text-align: left;
	display: block;
}
.alignLeft a {
	text-align: left;
	display: block;
	float: left;
}
.alignLeft img.fontGraphic {
	margin: 0px;
	display: inherit;
	padding: 30px 0px 30px 0px;
}
.alignRight {
	text-align: right;
}
.imgright {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.imgleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.marginright {
	margin-right: 20px;
}
.marginright10 {
	margin-right: 10px;
}
.marginright8 {
	margin-right: 8px;
}
.marginleft {
	margin-left: 20px;
}
.marginleft10 {
	margin-left: 10px;
}
.nomargin {
	margin: 0px;
	border-bottom: none;
	padding-bottom: 0px;
}
.leftAlign p, .leftAlign h3, .leftAlign h1, .leftAlign h2 {
	text-align: left;
}
.marginbottom {
	margin-bottom: 10px;
}
.marginbottom5 {
	margin-bottom: 5px;
}
.alignCenter {
	text-align: center;
}
.textFloat {
	width: 45%;
	padding: 10px 0;
	float: left;
}
fieldset {
	border: none;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.clear {
	display: inline-table;
	clear: both;
	height: 0;
	margin: 0px;
	padding: 0px;
}
.clearright {
	clear: right;
}
.clearleft {
	clear: left;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/* Hide from IE/Mac \*/

* html .clear {
	height: 1%;
}
.clear {
	display: block;
}
::-webkit-input-placeholder {
	color: rgba(0,0,0,0.2);
}
:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(0,0,0,0.2);
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(0,0,0,0.2);
}
:-ms-input-placeholder {
	color: rgba(0,0,0,0.2);
}

@-webkit-keyframes autofill {
    to {
    	color:#2D2D2C;
        background: transparent;
    }
}

@keyframes autofill {
    to {
    	color:#2D2D2C;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
img {
	max-width: 100%;
	width:auto;
	display: block;
	margin: 0;
	padding: 0;
	height: auto;
}
.center h1, .center h2, .center h3, .center p {
	text-align: center;
}
input {
	width: 100%;
	line-height: 30px;
	height: 30px;
	padding-left: 10px;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	border: 1px solid #e3e3e3;
	outline: none;

	position: relative;
	z-index: 2;
}
textarea {
	width: 100%;
	padding: 15px;
	font-size: 16px;
	resize: none;
	background: #fff;

}
.select-style {
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
	border-radius: 3px;
	overflow: hidden;
	background-color: #fff;
	background: #fff;
	position: relative;
	z-index: 1;
}
.select-style:after {
	content: "\f0d7";
	display: inline-block;
	    font-family: "Font Awesome 5 Free";
	font-size: inherit;
	    font-weight: 900;
	    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	position: absolute;
	right: 10px;
	color: #fff;
	top: 0;
	font-size: 28px;
}
.select-style select {
	padding: 5px 8px;
	width: 100%;
	border: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	z-index: 2;
	position: relative;
}

.twoCol{
	-webkit-column-count: 2;
	   -moz-column-count: 2;
	        column-count: 2;
}


@media only screen and (max-width:800px){
	.twoCol{
		-webkit-column-count: 1;
		   -moz-column-count: 1;
		        column-count: 1;
	}
}

