* {
    margin: 0;
    padding: 0;
    outline: none;
}

.group:after {
    content: "";
    display: table;
    clear: both;
}

a {
    text-decoration: none;
    color: #b3272d;
}

ul {
    list-style: none;
}

img {
    border: 0;
    max-width: 100%;
}

input,
select,
textarea {
    font-family: "proxima-nova";
    font-size: 16px;
}

body {
    font-family: "proxima-nova";
    font-weight: 400;
    font-size: 16px;
    color: #555;
    background: #fff;
}

p,
li {
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "proxima-nova-condensed";
    font-weight: 700;
}

h4 {
    font-size: 27px;
    color: #b12931;
}

h5 {
    font-size: 27px;
    color: #555;
}

.button,
.path-webform .main-content input.button,
.page-node-type-form-page .main-content input.button,
.main-content form input.button,
#block-edrive-login .button,
#block-edrive-login .create-account-link {
    background: #b3272d;
    padding: 5px 13px 8px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "proxima-nova-condensed";
    font-weight: 600;
    color: #fff;
    display: inline-block;
    transition: color .2s linear, background .2s linear;
    border: 0;
}

input.button,
#block-edrive-login .button,
#block-edrive-login .create-account-link {
    padding: 8px 13px;
    height: auto;
}

.button i {
    font-size: 25px;
    position: relative;
    top: 5px;
}

.learn-more {
    color: #b3272d;
    font-family: "proxima-nova-condensed";
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.learn-more i {
    position: relative;
    font-size: 24px;
    top: 4px;
}

section > div {
    max-width: 1180px;
    margin: 0 auto;
}

.responsive-embed {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.responsive-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.career-buttons {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	margin-top: 15px;
}
.career-buttons > .button {
    background: #404041;
    display: inline-flex;
    font-size: 20px;
    margin-bottom: 5px;
    padding: 20px;

	justify-content: center;
	align-items: center;
}

.career-buttons > .button > i {
    font-size: 25px;
    margin-left: 25px;
	top: 0 !important;
}

@media screen and (min-width: 1024px) {
    html, body {
        width: 100%;
        overflow-x: hidden;
    }
}

section.site-nav:after {
    display: block;
    content: '';
    clear: both;
}
