/* Standard Declarations */
* {
	box-sizing: border-box;
}

body {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}

a {
	color: inherit;
	text-decoration: none;
}

.wrapper {
	width: 1100px;
	margin: 0 auto;
}

section {
	padding: 100px 0;
}
section.billboard {
	padding: 50px 0;
}

section h1 {
	text-align: center;
	font-size: 42px;
	font-weight: 700;
}

.button {
	width: auto;
	display: inline-block;
	padding: 14px 24px;
	color: #ffffff;
	background-color: #ff6b00;
	font-size: 18px;
	font-weight: 500;
	border-radius: 25px;
	cursor: pointer;
}

/* Billboard */
.billboard {
	color: #ffffff;
	background: #002d6e url(../img/billboard-background.jpg) no-repeat bottom;
	background-size: cover;
	background-attachment: fixed;
	font-weight: 500;
}

.login:hover {
	background-color: #ff6b00;
	border-color: #ff6b00;
}

.logo {
	width: 150px;
}

.billboard h1 {
	margin-top: 40px;
	text-align: left;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.25;
}

.billboard p {
	margin-top: 40px;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 100;
}

.billboard .button {
	margin-top: 40px;
}

/* Navigation */

nav {
	float: right;
}

nav a {
	display: inline-block;
	padding: 10px 18px;
	margin-left: 10px;
	font-size: 18px;
}

.login {
	border: 1px solid #ffffff;
}

.testimonials {
	color: #ffffff;
	background: #ff6b00 url(../img/testimonials-background.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed; 
}

.partners {
	color: #ffffff;
	background: #222 url(../img/partners-background.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed; 
}

.contact {
	color: #ffffff;
	background: #002d6e url(../img/contact-background.jpg) no-repeat bottom;
	background-size: cover;
	background-attachment: fixed; 
}

/* Footer */

footer {
	padding: 50px 0;
	color: #ffffff;
	background-color: #002d6e;
}

/* Forms */
.gKaVC {
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
	opacity: 0;
}

label {
	display: block;
	font-size: 16px;
}
input,
textarea {
	display: block;
	width: 100%;
	margin-top: 7px;
	padding: 10px 7px;
	border: 1px solid #ccc;
	font-size: 14px;
}
input[type=button] {
	float: right;
	border: none;
}

/* Flexbox */

.flex-container {
	display: flex;
	margin-top: 50px;
}

.flex-container > div {
	flex: 1;
	margin: 0 16px;
	font-size: 18px;
}

.flex-container > div.feature {
	text-align: center;
}

.flex-container > div > .icon {
	display: inline-block;
	width: 80px;
	color: #ff6b00;
}

.flex-container > div > h1 {
	margin-top: 16px;
	font-size: 22px;
	font-weight: 500;
}

.flex-container > div > p {
	margin-top: 16px;
	text-align: left;
	line-height: 22px;
}

.flex-container > div > ul {
	margin-top: 16px;
	text-align: left;
}

.flex-container > div > ul li {
	margin: 8px 18px;
	list-style-type: disc;
	line-height: 20px;
	font-size: 17px;
}

.flex-container > .laptop {
	background-color: #f2f2f2;
	height: 400px;
	padding: 10px;
}

.flex-container > .form {
	background-color: #f2f2f2;
}

.flex-container > .form.dark {
	background-color: rgba(0,0,0,0.5);
}

.flex-container > .schedule h1 {
	text-align: left;
	font-size: 36px;
	font-weight: 700;
}

.flex-container > .schedule p {
	margin-top: 20px;
	font-size: 18px;
}

.flex-form {
	display: flex;
	margin-top: 16px;
}

.flex-form:last-child {
	margin-bottom: 16px;
}

.flex-form > div {
	flex: 1;
	margin: 0 16px;
}

/* Cat 2 Budget */

.c2b_results {
	margin-top: 1em;
}
table {
	width: 100%;
	font-size:	14px;
}

table td,
table th {
	padding: 5px;
	border-bottom: 1px solid #333;
}
table th {
	font-weight: 600;
	border-bottom: 2px solid #333;
}

.announcement {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #ff0000;
    margin: 1em;
    padding: 0.75em;
    border-radius: 0.5em;
    color: #fff;
    font-weight: 500;
}

/* Misc */

.banner {
	padding: 0.5em 1em;
	color: #ffffff;
	font-size: 14px;
}
.banner.alert {
	background-color: #ee0000;
}
.banner.warning {
	background-color: #ff6b00;
	text-align: center;
}
.banner p {
	line-height: 1.5em;
}
.banner strong {
	font-weight: 800;
}
.banner ul li {
	margin: 0.5em 2em;
	list-style: disc;
}
.banner p a {
	color: #ffffff;
}

.privacy a {
	display: block;
	margin: 1em;
	text-align: center;
	color: #aaa !important;
}
