/********************************

GENERAL STYLES

********************************/

*, body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
}
body {
	background-color: #fff !important;
}

h1 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
	padding-bottom: 1em;
}
h2 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
	padding-bottom: 1em;
}
h3 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
	padding-bottom: 1em;
}

@media screen and (max-width: 767px) {
	
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 26px;
	}
	h3 {
		font-size: 22px;
	}
	
}



/********************************

HEADER STYLES

********************************/

/* Header / Logo Row */

.header-row .header-cta-container {
    float: right;
    padding: 35px 0;
    width: 100%;
}
.header-cta-container .header-primary-cta {
    background: #ffd84f;
    display: inline-block;
    float: right;
    max-width: 250px;
    padding: 10px 20px;
    margin: 0 10px;
    border-bottom: 3px solid #f4cb44;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
}
.header-cta-container .header-primary-cta:hover, .header-cta-container .header-primary-cta:active {
	background: #f4cb44;
}
.header-cta-container .header-secondary-cta {
    display: inline-block;
    float: right;
    max-width: 250px;
    padding: 10px 0;
    margin: 0 10px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	
	.header-cta-container .header-primary-cta {
		width: 90%;
		display: block;
		max-width: 400px;
		margin: 0 auto;
		padding: 10px 5%;
	}
	.header-cta-container .header-secondary-cta {
		width: 90%;
		display: block;
		max-width: 400px;
		margin: 0 auto;
		padding: 10px 5%;
	}
	.header-row .header-cta-container {
	    float: none;
	    padding: 15px 0;
	}
	
}

/* Menu Row */

.menu-row .navbar-inner {
    background: #1149A6;
    color: #fff;
    border-radius: 0;
    border: none;
}
.menu-row .navbar-inner a {
    color: #fff !important;
}
.menu-row .navbar-inner a:hover, .menu-row .navbar-inner a:active {
    background: #0f3a7f !important;
}




/********************************

BODY STYLES

********************************/

/* Body Styles */

.entry-content p, .entry-content li {
    font-size: 18px;
    line-height: 1.618;
    font-weight: 400;
	padding-bottom: 1.2em;
}

/* Sidebar Styles */

.launch-sidebar .widget > .widget {
    background: #f2f8fc;
    padding: 10px;
    margin-bottom: 20px;
}
.launch-sidebar .widget-title {
    margin: 0;
    color: #1149a6;
    padding: 5px;
    font-size: 18px;
    text-align: center;
}
.launch-sidebar .textwidget {
    font-size: 18px;
    line-height: 1.5;
	padding: 10px;
}
.launch-sidebar .textwidget li {
    margin-bottom: 5px;
}

.launch-sidebar .sidebar-primary-cta {
    background: #ffd84f;
    display: block;
    width: 90%;
    padding: 10px 5%;
    margin: 0;
    border-bottom: 3px solid #f4cb44;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
	cursor: pointer;
}
.launch-sidebar .sidebar-primary-cta:hover, .launch-sidebar .sidebar-primary-cta:active {
	background: #f4cb44;
}


@media screen and (max-width: 767px) {
	
	.entry-content p, .entry-content li {
		font-size: 17px;
	}
	
}




/********************************

FORM STYLES

********************************/

/* Form Style 1 */

.form-style-1 {
	width: 90%;
    background: #f2f2f2;
    padding: 30px 5%;
    display: block;
}
.form-style-1 h3 {
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
}
.form-style-1 .infusion-field, .form-style-1 .infusion-radio {
    padding: 0;
    margin: 5px 0 15px 0;
}
.form-style-1 label {
    font-size: 18px;
    line-height: 1.2;
    padding: 0 0 5px 0;
}
.form-style-1 input[type="text"], input[type="email"], input[type="textarea"], input[type="password"] {
    font-size: 18px;
    padding: 6px 2%;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    width: 96%;
}
.form-style-1 .infusion-radio input[type="radio"], .form-style-1 .infusion-option input[type="checkbox"] {
    display: inline-block;
    padding: 0;
    margin: 0 5px 0 0;
}
.form-style-1 .infusion-radio label, .form-style-1 .infusion-option label {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 0;
}
.form-style-1 .infusion-submit input[type="submit"] {
    max-width: 500px;
    border: 0;
    outline: 0;
    background: #ffd84f;
    display: block;
    width: 90%;
    padding: 10px 5%;
    margin: 10px auto;
    border-bottom: 3px solid #f4cb44;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}
.form-style-1 .infusion-submit input[type="submit"]:hover, .form-style-1 .infusion-submit input[type="submit"]:active {
	background: #f4cb44;
}