html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
    background-color: white;
	margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.trd-body-wrapper {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

img {
    vertical-align: middle;
    border: 0;
}

.hero {
    margin-top: 16px;
    margin-bottom: 16px;
    font-family: "brandon-grotesque", Open Sans, Arial, Helvetica, Sans-Serif;
    font-weight: 400;
    text-transform: none;
    position: relative;
    overflow: hidden;
    display: block;
    padding: 0px;
    line-height: 1.5;
    background-color: white;
    border: 1px solid #dddddd;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.hero img {
    width: 100%;
}

h2, h3 {
    margin-top: 30px;
    margin-bottom: 10.5px;
    font-family: "brandon-grotesque", Open Sans, Arial, Helvetica, Sans-Serif;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

p {
    margin: 0 0 10.5px;
    padding: 0;
}

ul {
    margin-top: 0;
    margin-bottom: 10.5px;
    padding: 0 0 0 2em;
    margin: 0;
}

li {
    margin: 0;
    padding: 0;
}

a {
    color: #b10a32;
    text-decoration: none;
    background: transparent;
}

a:hover, a:focus {
    color: #333333;
}

#trd-ftr-sec1 {
    width: 80%;
    display: block;
    position: relative;
    float: left;
}

.trd-footer-links-cell {
    display: block;
    float: left;
    vertical-align: top;
    font-family: Open Sans, open-sans, Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    color: #666666;
    padding-top: 17px;
    padding-right: 4%;
    height: auto;
    width: 50%;
}
@media screen and (min-width: 1025px) {
	.trd-footer-links-cell {
		width: 31.3%;
		padding-right: 2%;
		height: 100%;
	}
}

.trd-footer-links {
    clear: both;
    display: block;
    margin-top: 30px;
    width: 95%;
    width: calc(100% - 72px);
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 1400px) {
	.trd-footer-links {
		max-width: 1400px;
	}
}

.trd-footer-links-row {
    height: 400px;
}
@media screen and (min-width: 1025px) {
	.trd-footer-links-row {
		height: 311px;
	}
}

.trd-footer-links-title-container {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 10px;
}
.trd-footer-links-title {
    padding: 0 0 10px;
    text-transform: uppercase;
    font-family: Open Sans, open-sans, Arial, Helvetica, Sans-Serif;
    font-size: 16px;
    color: #666666;
    font-weight: 600;
    width: 150px;
    line-height: 1.1em;
    letter-spacing: .06em;
}

.trd-footer-link:hover {
    color: #000;
}
.trd-footer-link {
    color: #666666;
    letter-spacing: 0.25px;
    font-family: Open Sans Normal, Open Sans, open-sans, Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    padding: 3px 3px 3px 0px;
}