body {
    background-color: #e6e7e8;
    font-family: 'RobotoDraft';
}

header {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 3px 2px rgba(0,0,0,0.05);
}

header .links {
    line-height: 80px;
    padding: 0 20px;
}

header .links a {
    color: #414141;
    font-size: 17px;
    margin-left: 10px;
    margin-right: 10px;
}

header .logo img {
    height: 50px;
}

@media (min-width: 1200px) {
    .container {
        width: 980px;
    }
}

form label.required:after {
    color: #FF0000;
    content: " *";
}

.content p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}

.title {
    font: 100 45px/48px Roboto,arial,sans-serif;
}

.box {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    margin-bottom: 40px;
}

.page.box.extra-padding {
    padding: 40px;
}

div.logo {
    padding-top: 15px;
}

.page.box .box-heading {
    background: none;
    border-bottom: 1px solid #cccccc;
    min-height: 40px;
    line-height: 40px;
    margin: -40px -40px 20px;
    padding: 0;
    text-shadow: none;
}

.page.box .box-heading h1 {
    background-color: #337ab7;
    color: #fff;
    float: left;
    font-family: RobotoDraft, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 40px;
    margin: 0;
    position: relative;
    padding: 0 15px;
}

.page.box .box-heading h1:after {
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    border-left: 20px solid #337ab7;
    content: "";
    display: inline-block;
    height: 0;
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
}

.page.box .box-heading h1.trailing {
    background-color: #f2f2f2;
    clear: right;
    color: #a5a5a5;
    display: inline-block;
    height: 39px;
    margin-right: 30px;
}

.page.box .box-heading h1.trailing:before {
    border-bottom: 19px solid #f2f2f2;
    border-top: 20px solid #f2f2f2;
    border-left: 20px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    position: absolute;
    left: -20px;
    top: 0;
    width: 0;
}

.page.box .box-heading h1.trailing:after {
    border-left: 20px solid #f2f2f2;
}

.page.box .box-heading h1.trailing:first-child:before {
    border: 0 none;
}

.page.box .box-heading h1.trailing.active {
    background-color: #337ab7;
    color: #FFFFFF;
    height: 40px;
}

.page.box .box-heading h1.trailing.active:before {
    border-bottom: 20px solid #337ab7;
    border-top: 20px solid #337ab7;
}

.page.box .box-heading h1.trailing.active:after {
    border-left: 20px solid #337ab7;
}

.page.box .box-heading h1.trailing a {
    color: #a5a5a5;
    text-decoration: none;
}

.page.box .box-heading h1.trailing a:hover {
    color: #CCCCCC;
}

.page.box .box-heading .subheading {
    margin-left: 40px;
}

/* Footer */
.footer-wrapper {
    background-color: #797c82;
}

.footer-wrapper.bottom {
    background-color: #e6e7e8;
}

.footer-wrapper p {
    color: #FFFFFF;
}

.footer-wrapper .element {
    display: table;
    height: 70px;
}

.footer-wrapper .element p {
    display: table-cell;
    padding: 0;
    vertical-align: middle;
}

.footer-wrapper .element p a {
    display: inline-block;
}

.footer-wrapper .element p.tax {
    font-size: 35px;
}

.footer-wrapper .element.call p {
    font-size: 20px;
    line-height: 24px;
}

.footer-wrapper .element.call p em {
    color: #DDDDDD;
    font-size: 14px;
    font-style: normal;
}

.footer-wrapper .element p.email a {
    color: #DDDDDD;
    font-size: 22px;
}

.footer-wrapper .element p.email a:hover {
    text-decoration: none;
}

.footer-wrapper .element p.email i {
    color: #DDDDDD;
    font-size: 22px;
    margin-right: 3px;
}

.footer-wrapper .element p a.legal {
    color: #888888;
    float: left;
    font-size: 14px;
    margin-right: 20px;
}

.footer-wrapper .element p.language {
    white-space: nowrap;
}

.footer-wrapper .element p.language a {
    float: none;
    margin-right: 5px;
}

.footer-wrapper .element p i {
    color: #888888;
}

/* Landscape phones and down */
@media (max-width: 480px) {
    .page.box .box-heading h1.trailing.active:before,
    .page.box .box-heading h1.trailing {
        display: none;
    }

    .page.box .box-heading h1.trailing.active {
        display: inline-block;
    }
}