@charset "UTF-8";
/*Font Style*/

/* Put Google Font @import code here */

@import url('../../../../../css');
html body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
body > div {
    font-size: inherit;
}
p {
	letter-spacing: 0.015em;
    line-height: 1.5em;
	margin: 0 0 10px;
	font-size: inherit;
}
quote,
.quote {
	font-size: 1.2em;
}

.textbox {
    font-size: 3em;
}

/*============ Headers =================*/

h1, h2, h3, h4, h5, h6 {
	font-family:inherit;
	text-transform: uppercase;
	margin: 10px 0px;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size:  1.3em;
}
h3 {
	font-size:  1.3em;
}
h4 {
	font-size: 1.2em;
}

h1 span {
    display: block;
    font-size: 0.5em;
    font-style: italic;
    font-weight: normal;
    text-transform:none;
}
h1 span a {
    font-size: inherit;
    font-style: italic;
    font-weight: normal;
    text-transform:none;
}


/*============ Weights =================*/

	.medium {
		font-weight: 500;
	}
	.bold {
		font-weight: 700;
	}
	.extra-bold {
		font-weight: 800;
	}

/*============ Colors =================*/


/*============ Buttons =================*/

	.btn,
	.gform_button.button,
	#wp-submit,
	.button,
	button, 
	input[type="button"], 
	input[type="reset"], 
	input[type="submit"], 
	.button,
	.wp-gr .wp-google-url {
		color: #333;
		background-color: #92989c;
		padding: 12px 17px;
		font-family: inherit;
		font-size: 1em !important;
		font-weight: 700;
		border-radius: 0px;
		cursor: pointer;
		border: 1px solid transparent;
	}

	.btn:hover,
	.gform_button.button:hover,
	#wp-submit:hover,
	.button:hover,
	button:hover, 
	input:hover[type="button"], 
	input:hover[type="reset"], 
	input:hover[type="submit"], 
	.button:hover,
	.wp-gr .wp-google-url:hover {
		background-color: #c1c3c3;
		color:#fff;
	}

	.wp-gr .wp-google-url {
		color: #fff !important;
		background-color: #92989c !important;
		padding: 12px 17px !important;
		font-family: inherit !important;
		font-size: 1em !important;
		font-weight: 700 !important;
		border-radius: 0px !important;
		cursor: pointer !important;
		border: 1px solid transparent !important;
		width: 150px !important;
		display: inline-block !important;
	}
	/* .wp-gr .wp-google-url:first-of-type{

	}
	.wp-gr .wp-google-url:last-of-type{
		
	} */
	.wp-gr .wp-google-url:hover {
		background-color: #c1c3c3 !important;
		color:#fff !important;
	}
	button.popup {
		line-height: normal;
	}

/*============ Links =================*/

	a,
	.genesis-nav-menu a {
		text-decoration: underline;
		color: #0019d5;
	}

	a:hover,
	.genesis-nav-menu a:hover {
		color: #5a536b;
	}

/*============ Alignments / font Classes =================*/

.center-text {
	text-align: center;
}
.right-text {
	text-align: right;
}
.nowrap {
	white-space: nowrap;
}
.uppercase {
	text-transform: uppercase;
}