@import url('app.split-blessed2.css?z=1412709076563');
@import url('app.split-blessed1.css?z=1412709076563');
[data-clearing]:before,
[data-clearing]:after {
    content: " ";
    display: table
}

[data-clearing]:after {
    clear: both
}

[data-clearing] li {
    float: left;
    margin-right: 10px
}

.clearing-blackout {
    background: #111;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 998
}

.clearing-blackout .clearing-close {
    display: block
}

.clearing-container {
    position: relative;
    z-index: 998;
    height: 100%;
    overflow: hidden;
    margin: 0
}

.visible-img {
    height: 95%;
    position: relative
}

.visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%
}

.clearing-caption {
    color: #fff;
    line-height: 1.3;
    margin-bottom: 0;
    text-align: center;
    bottom: 0;
    background: #111;
    width: 100%;
    padding: 10px 30px;
    position: absolute;
    left: 0
}

.clearing-close {
    z-index: 999;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 40px;
    line-height: 1;
    color: #fff;
    display: none
}

.clearing-close:hover,
.clearing-close:focus {
    color: #ccc
}

.clearing-assembled .clearing-container {
    height: 100%
}

.clearing-assembled .clearing-container .carousel>ul {
    display: none
}

.clearing-feature li {
    display: none
}

.clearing-feature li.clearing-featured-img {
    display: block
}

@media only screen and (min-width: 0em) {
    .clearing-main-prev,
    .clearing-main-next {
        position: absolute;
        height: 100%;
        width: 40px;
        top: 0
    }
    .clearing-main-prev>span,
    .clearing-main-next>span {
        position: absolute;
        top: 50%;
        display: block;
        width: 0;
        height: 0;
        border: solid 16px
    }
    .clearing-main-prev {
        left: 0
    }
    .clearing-main-prev>span {
        left: 5px;
        border-color: transparent;
        border-right-color: #fff
    }
    .clearing-main-next {
        right: 0
    }
    .clearing-main-next>span {
        border-color: transparent;
        border-left-color: #fff
    }
    .clearing-main-prev.disabled,
    .clearing-main-next.disabled {
        opacity: 0.5
    }
    .clearing-assembled .clearing-container .carousel {
        background: #111;
        height: 150px;
        margin-top: 5px
    }
    .clearing-assembled .clearing-container .carousel>ul {
        display: block;
        z-index: 999;
        width: 200%;
        height: 100%;
        margin-left: 0;
        position: relative;
        left: 0
    }
    .clearing-assembled .clearing-container .carousel>ul li {
        display: block;
        width: 175px;
        height: inherit;
        padding: 0;
        float: left;
        overflow: hidden;
        margin-right: 1px;
        position: relative;
        cursor: pointer;
        opacity: 0.4
    }
    .clearing-assembled .clearing-container .carousel>ul li.fix-height img {
        min-height: 100%;
        height: 100%;
        max-width: none
    }
    .clearing-assembled .clearing-container .carousel>ul li a.th {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block
    }
    .clearing-assembled .clearing-container .carousel>ul li img {
        cursor: pointer !important;
        min-width: 100% !important
    }
    .clearing-assembled .clearing-container .carousel>ul li.visible {
        opacity: 1
    }
    .clearing-assembled .clearing-container .visible-img {
        background: #111;
        overflow: hidden;
        height: 75%
    }
    .clearing-close {
        position: absolute;
        top: 10px;
        right: 20px;
        padding-left: 0;
        padding-top: 0
    }
}

.alert-box {
    border-style: solid;
    border-width: 0;
    display: block;
    font-weight: bold;
    margin-bottom: 1.25em;
    position: relative;
    padding: 0.6875em 1.3125em 0.75em 0.6875em;
    font-size: 1.75em;
    background-color: #da291c;
    border-color: #ad2116;
    color: #fff
}

.alert-box .close {
    font-size: 1.375em;
    padding: 5px 4px 4px;
    line-height: 0;
    position: absolute;
    top: 0.4375em;
    right: 0.3125em;
    color: #333;
    opacity: 0.3
}

.alert-box .close:hover,
.alert-box .close:focus {
    opacity: 0.5
}

.alert-box.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.alert-box.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px
}

.alert-box.success {
    background-color: #5da423;
    border-color: #457a1a;
    color: #fff
}

.alert-box.alert {
    background-color: #c60f13;
    border-color: #970b0e;
    color: #fff
}

.alert-box.secondary {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.breadcrumbs {
    display: block;
    padding: 0.5625em 0.875em 0.5625em;
    overflow: hidden;
    margin-left: 0;
    list-style: none;
    border-style: solid;
    border-width: 1px;
    background-color: #0d0d0d;
    border-color: #000;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.breadcrumbs>* {
    margin: 0;
    float: left;
    font-size: 0.6875em;
    text-transform: uppercase
}

.breadcrumbs>*:hover a,
.breadcrumbs>*:focus a {
    text-decoration: underline
}

.breadcrumbs>* a,
.breadcrumbs>* span {
    text-transform: uppercase;
    color: #da291c
}

.breadcrumbs>*.current {
    cursor: default;
    color: #333
}

.breadcrumbs>*.current a {
    cursor: default;
    color: #333
}

.breadcrumbs>*.current:hover,
.breadcrumbs>*.current:hover a,
.breadcrumbs>*.current:focus,
.breadcrumbs>*.current:focus a {
    text-decoration: none
}

.breadcrumbs>*.unavailable {
    color: #999
}

.breadcrumbs>*.unavailable a {
    color: #999
}

.breadcrumbs>*.unavailable:hover,
.breadcrumbs>*.unavailable:hover a,
.breadcrumbs>*.unavailable:focus,
.breadcrumbs>*.unavailable a:focus {
    text-decoration: none;
    color: #999;
    cursor: default
}

.breadcrumbs>*:before {
    content: "/";
    color: #aaa;
    margin: 0 0.75em;
    position: relative;
    top: 1px
}

.breadcrumbs>*:first-child:before {
    content: " ";
    margin: 0
}

form.custom .hidden-field {
    margin-left: -99999px;
    position: absolute;
    visibility: hidden
}

form.custom .custom {
    display: inline-block;
    width: 22px;
    height: 22px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    border: solid 1px #3c3c3c;
    background: #fff
}

form.custom .custom.checkbox {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 2px
}

form.custom .custom.radio {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    padding: 4px
}

form.custom .custom.checkbox:before {
    content: "";
    display: block;
    font-size: 16px;
    color: #fff
}

form.custom .custom.radio.checked:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    background: #222;
    position: relative
}

form.custom .custom.checkbox.checked:before {
    content: "\00d7";
    color: #222;
    position: absolute;
    top: -50%;
    left: 50%;
    margin-top: 4px;
    margin-left: -5px
}

form.custom .custom.dropdown {
    display: block;
    position: relative;
    top: 0;
    height: 2.3125em;
    margin-bottom: 1.25em;
    margin-top: 0px;
    padding: 0px;
    width: 100%;
    background: #3c3c3c;
    background: -moz-linear-gradient(top, #3c3c3c 0%, #3c3c3c 100%);
    background: -webkit-linear-gradient(top, #3c3c3c 0%, #3c3c3c 100%);
    -webkit-box-shadow: none;
    background: linear, to bottom, #3c3c3c 0%, #3c3c3c 100%;
    box-shadow: none;
    font-size: 1.375em;
    vertical-align: top
}

form.custom .custom.dropdown ul {
    overflow-y: auto;
    max-height: 200px
}

form.custom .custom.dropdown .current {
    cursor: default;
    white-space: nowrap;
    line-height: 2.25em;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    display: block;
    margin-left: 0.5em;
    margin-right: 2.3125em
}

form.custom .custom.dropdown .selector {
    cursor: default;
    position: absolute;
    width: 2.5em;
    height: 2.3125em;
    display: block;
    right: 0;
    top: 0
}

form.custom .custom.dropdown .selector:after {
    content: "";
    display: block;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #fff transparent transparent transparent;
    border-top-style: solid;
    position: absolute;
    left: 0.9375em;
    top: 50%;
    margin-top: -3px
}

form.custom .custom.dropdown:hover a.selector:after,
form.custom .custom.dropdown.open a.selector:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #fff transparent transparent transparent;
    border-top-style: solid
}

form.custom .custom.dropdown .disabled {
    color: #888
}

form.custom .custom.dropdown .disabled:hover {
    background: transparent;
    color: #888
}

form.custom .custom.dropdown .disabled:hover:after {
    display: none
}

form.custom .custom.dropdown.open ul {
    display: block;
    z-index: 10;
    min-width: 100%;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

form.custom .custom.dropdown.small {
    max-width: 134px
}

form.custom .custom.dropdown.medium {
    max-width: 254px
}

form.custom .custom.dropdown.large {
    max-width: 434px
}

form.custom .custom.dropdown.expand {
    width: 100% !important
}

form.custom .custom.dropdown.open.small ul {
    min-width: 134px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

form.custom .custom.dropdown.open.medium ul {
    min-width: 254px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

form.custom .custom.dropdown.open.large ul {
    min-width: 434px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

form.custom .error .custom.dropdown {
    border-color: #c60f13;
    background-color: rgba(198, 15, 19, 0.1);
    background: rgba(198, 15, 19, 0.1);
    margin-bottom: 0
}

form.custom .error .custom.dropdown:focus {
    background: #414141;
    border-color: #999
}

form.custom .error .custom.dropdown+small.error {
    margin-top: 0
}

form.custom .custom.dropdown ul {
    position: absolute;
    width: auto;
    display: none;
    margin: 0;
    left: -1px;
    top: auto;
    -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
    background: #3c3c3c;
    border: solid 1px #3c3c3c;
    font-size: 16px
}

form.custom .custom.dropdown ul li {
    color: #fff;
    font-size: 1.375em;
    cursor: default;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    padding-left: 0.375em;
    padding-right: 2.375em;
    min-height: 1.5em;
    line-height: 1.5em;
    margin: 0;
    white-space: nowrap;
    list-style: none
}

form.custom .custom.dropdown ul li.selected {
    background: #666;
    color: #fff
}

form.custom .custom.dropdown ul li:hover {
    background-color: #5c5c5c;
    color: #fff
}

form.custom .custom.dropdown ul li.selected:hover {
    background: #666;
    cursor: default;
    color: #fff
}

form.custom .custom.dropdown ul.show {
    display: block
}

form.custom .custom.disabled {
    background: #items
}

.keystroke,
kbd {
    background-color: #ededed;
    border-color: #dbdbdb;
    color: #222;
    border-style: solid;
    border-width: 1px;
    margin: 0;
    font-family: "Consolas", "Menlo", "Courier", monospace;
    font-size: 0.875em;
    padding: 0.125em 0.25em 0;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.label {
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    padding: 0.1875em 0.625em 0.25em;
    font-size: 0.875em;
    background-color: #da291c;
    color: #fff
}

.label.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.label.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px
}

.label.alert {
    background-color: #c60f13;
    color: #fff
}

.label.success {
    background-color: #5da423;
    color: #fff
}

.label.secondary {
    background-color: #000;
    color: #fff
}

.inline-list {
    margin: 0 auto 1.0625em auto;
    margin-left: -1.375em;
    margin-right: 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.inline-list>li {
    list-style: none;
    float: left;
    margin-left: 1.375em;
    display: block
}

.inline-list>li>* {
    display: block
}

ul.pagination {
    display: block;
    height: 1.5em;
    margin-left: -0.3125em
}

ul.pagination li {
    height: 1.5em;
    color: #000;
    font-size: 1em;
    margin-left: 0.3125em
}

ul.pagination li a {
    display: block;
    padding: 0.0625em 0.4375em 0.0625em;
    color: #000
}

ul.pagination li:hover a,
ul.pagination li a:focus {
    background: #e6e6e6
}

ul.pagination li.unavailable a {
    cursor: default;
    color: #999
}

ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus {
    background: transparent
}

ul.pagination li.current a {
    background: #da291c;
    color: #fff;
    font-weight: bold;
    cursor: default
}

ul.pagination li.current a:hover,
ul.pagination li.current a:focus {
    background: #da291c
}

ul.pagination li {
    float: left;
    display: block
}

.pagination-centered {
    text-align: center
}

.pagination-centered ul.pagination li {
    float: none;
    display: inline-block
}

.panel {
    border-style: solid;
    border-width: 1px;
    border-color: #d9d9d9;
    margin-bottom: 1.25em;
    padding: 1.25em;
    background: #f2f2f2
}

.panel>:first-child {
    margin-top: 0
}

.panel>:last-child {
    margin-bottom: 0
}

.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6,
.panel p {
    color: #333
}

.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
    line-height: 1;
    margin-bottom: 0.625em
}

.panel h1.subheader,
.panel h2.subheader,
.panel h3.subheader,
.panel h4.subheader,
.panel h5.subheader,
.panel h6.subheader {
    line-height: 1.4
}

.panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #ad2116;
    margin-bottom: 1.25em;
    padding: 1.25em;
    background: #da291c;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset
}

.panel.callout>:first-child {
    margin-top: 0
}

.panel.callout>:last-child {
    margin-bottom: 0
}

.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6,
.panel.callout p {
    color: #fff
}

.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6 {
    line-height: 1;
    margin-bottom: 0.625em
}

.panel.callout h1.subheader,
.panel.callout h2.subheader,
.panel.callout h3.subheader,
.panel.callout h4.subheader,
.panel.callout h5.subheader,
.panel.callout h6.subheader {
    line-height: 1.4
}

.panel.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.pricing-table {
    border: solid 1px #items;
    margin-left: 0;
    margin-bottom: 1.25em
}

.pricing-table * {
    list-style: none;
    line-height: 1
}

.pricing-table .title {
    background-color: #items;
    padding: 0.9375em 1.25em;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 1em
}

.pricing-table .price {
    background-color: #eee;
    padding: 0.9375em 1.25em;
    text-align: center;
    color: #333;
    font-weight: normal;
    font-size: 1.25em
}

.pricing-table .description {
    background-color: #fff;
    padding: 0.9375em;
    text-align: center;
    color: #777;
    font-size: 0.75em;
    font-weight: normal;
    line-height: 1.4;
    border-bottom: dotted 1px #items
}

.pricing-table .bullet-item {
    background-color: #fff;
    padding: 0.9375em;
    text-align: center;
    color: #333;
    font-size: 0.875em;
    font-weight: normal;
    border-bottom: dotted 1px #items
}

.pricing-table .cta-button {
    background-color: #f5f5f5;
    text-align: center;
    padding: 1.25em 1.25em 0
}

.progress {
    background-color: transparent;
    height: 1.5625em;
    border: 1px solid #ccc;
    padding: 0.125em;
    margin-bottom: 0.625em
}

.progress .meter {
    background: #da291c;
    height: 100%;
    display: block
}

.progress.secondary .meter {
    background: #000;
    height: 100%;
    display: block
}

.progress.success .meter {
    background: #5da423;
    height: 100%;
    display: block
}

.progress.alert .meter {
    background: #c60f13;
    height: 100%;
    display: block
}

.progress.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.progress.radius .meter {
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.progress.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px
}

.progress.round .meter {
    -webkit-border-radius: 999px;
    border-radius: 999px
}

.side-nav {
    display: block;
    margin: 0;
    padding: 0.875em 0;
    list-style-type: none;
    list-style-position: inside
}

.side-nav li {
    margin: 0 0 0.4375em 0;
    font-size: 0.875em
}

.side-nav li a {
    display: block;
    color: #da291c
}

.side-nav li.active>a:first-child {
    color: #4d4d4d;
    font-weight: bold
}

.side-nav li.divider {
    border-top: 1px solid;
    height: 0;
    padding: 0;
    list-style: none;
    border-top-color: #e6e6e6
}

.sub-nav {
    display: block;
    width: auto;
    overflow: hidden;
    margin: -0.25em 0 1.125em;
    padding-top: 0.25em;
    margin-right: 0;
    margin-left: -0.5625em
}

.sub-nav dt,
.sub-nav dd {
    float: left;
    display: inline;
    margin-left: 0.5625em;
    margin-bottom: 0.625em;
    font-weight: normal;
    font-size: 0.875em
}

.sub-nav dt a,
.sub-nav dd a {
    color: #999;
    text-decoration: none
}

.sub-nav dt.active a,
.sub-nav dd.active a {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    font-weight: bold;
    background: #da291c;
    padding: 0.1875em 0.5625em;
    cursor: default;
    color: #fff
}

div.switch {
    position: relative;
    width: 100%;
    padding: 0;
    display: block;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 1.25em;
    -webkit-animation: webkitSiblingBugfix infinite 1s;
    height: 36px;
    background: #fff;
    border-color: #ccc
}

div.switch label {
    position: relative;
    left: 0;
    z-index: 2;
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
    font-weight: bold;
    text-align: left;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

div.switch input {
    position: absolute;
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
    -moz-appearance: none
}

div.switch input:hover,
div.switch input:focus {
    cursor: pointer
}

div.switch span:last-child {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    display: block;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

div.switch input:not(:checked)+label {
    opacity: 0
}

div.switch input:checked {
    display: none !important
}

div.switch input {
    left: 0;
    display: block !important
}

div.switch input:first-of-type+label,
div.switch input:first-of-type+span+label {
    left: -50%
}

div.switch input:first-of-type:checked+label,
div.switch input:first-of-type:checked+span+label {
    left: 0%
}

div.switch input:last-of-type+label,
div.switch input:last-of-type+span+label {
    right: -50%;
    left: auto;
    text-align: right
}

div.switch input:last-of-type:checked+label,
div.switch input:last-of-type:checked+span+label {
    right: 0%;
    left: auto
}

div.switch span.custom {
    display: none !important
}

form.custom div.switch .hidden-field {
    margin-left: auto;
    position: absolute;
    visibility: visible
}

div.switch label {
    padding: 0 0.375em;
    line-height: 2.3em;
    font-size: 0.875em
}

div.switch input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -2.1875em
}

div.switch span:last-child {
    width: 2.25em;
    height: 2.25em
}

div.switch span:last-child {
    border-color: #b3b3b3;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f2f2f2 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);
    background: linear, to bottom, #fff 0%, #f2f2f2 100%;
    -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px #e1f5d1, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5;
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #e1f5d1, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5
}

div.switch:hover span:last-child,
div.switch:focus span:last-child {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background: linear, to bottom, #fff 0%, #e6e6e6 100%
}

div.switch:active {
    background: transparent
}

div.switch.large {
    height: 44px
}

div.switch.large label {
    padding: 0 0.375em;
    line-height: 2.3em;
    font-size: 1.0625em
}

div.switch.large input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -2.6875em
}

div.switch.large span:last-child {
    width: 2.75em;
    height: 2.75em
}

div.switch.small {
    height: 28px
}

div.switch.small label {
    padding: 0 0.375em;
    line-height: 2.1em;
    font-size: 0.75em
}

div.switch.small input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -1.6875em
}

div.switch.small span:last-child {
    width: 1.75em;
    height: 1.75em
}

div.switch.tiny {
    height: 22px
}

div.switch.tiny label {
    padding: 0 0.375em;
    line-height: 1.9em;
    font-size: 0.6875em
}

div.switch.tiny input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -1.3125em
}

div.switch.tiny span:last-child {
    width: 1.375em;
    height: 1.375em
}

div.switch.radius {
    -webkit-border-radius: 4px;
    border-radius: 4px
}

div.switch.radius span:last-child {
    -webkit-border-radius: 3px;
    border-radius: 3px
}

div.switch.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px
}

div.switch.round span:last-child {
    -webkit-border-radius: 999px;
    border-radius: 999px
}

div.switch.round label {
    padding: 0 0.5625em
}

@-webkit-keyframes webkitSiblingBugfix {
    from {
        position: relative
    }
    to {
        position: relative
    }
}


}
[data-magellan-expedition] {
    background: #fff;
    z-index: 50;
    min-width: 100%;
    padding: 10px
}
[data-magellan-expedition] .sub-nav {
    margin-bottom: 0
}
[data-magellan-expedition] .sub-nav dd {
    margin-bottom: 0
}
table {
    background: #e1e0df;
    margin-bottom: 1.25em;
    border: none 0 #items
}
table thead,
table tfoot {
    background: #fff;
    font-weight: bold
}
table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
    padding: 0.5em 0.625em 0.625em;
    font-size: 1.125em;
    color: #000;
    text-align: left
}
table tr th,
table tr td {
    padding: 0.625em 0.3125em;
    font-size: 1.375em;
    color: #000
}
table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
    background: #fff
}
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
    display: table-cell;
    line-height: 1.375em
}
.th {
    line-height: 0;
    display: inline-block;
    border: solid 4px #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out
}
.th:hover,
.th:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(218, 41, 28, 0.5);
    box-shadow: 0 0 6px 1px rgba(218, 41, 28, 0.5)
}
.th.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px
}
a.th {
    display: inline-block
}
.has-tip {
    border-bottom: dotted 1px #ccc;
    cursor: help;
    font-weight: bold;
    color: #333
}
.has-tip:hover,
.has-tip:focus {
    border-bottom: dotted 1px #801810;
    color: #da291c
}
.has-tip.tip-left,
.has-tip.tip-right {
    float: none !important
}
.tooltip {
    display: none;
    position: absolute;
    z-index: 999;
    font-weight: bold;
    font-size: 0.9375em;
    line-height: 1.3;
    padding: 0.5em;
    max-width: 85%;
    left: 50%;
    width: 100%;
    color: #fff;
    background: #000;
    -webkit-border-radius: 3px;
    border-radius: 3px
}
.tooltip>.nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #000 transparent;
    top: -10px
}
.tooltip.opened {
    color: #da291c !important;
    border-bottom: dotted 1px #801810 !important
}
.tap-to-close {
    display: block;
    font-size: 0.625em;
    color: #888;
    font-weight: normal
}
@media only screen and (min-width: 0em) {
    .tooltip>.nub {
        border-color: transparent transparent #000 transparent;
        top: -10px
    }
    
    .tooltip.tip-top>.nub {
        border-color: #000 transparent transparent transparent;
        top: auto;
        bottom: -10px
    }
    
    .tooltip.tip-left,
    .tooltip.tip-right {
        float: none !important
    }
    
    .tooltip.tip-left>.nub {
        border-color: transparent transparent transparent #000;
        right: -10px;
        left: auto;
        top: 50%;
        margin-top: -5px
    }
    
    .tooltip.tip-right>.nub {
        border-color: transparent #000 transparent transparent;
        right: auto;
        left: -10px;
        top: 50%;
        margin-top: -5px
    }
}
@media only screen and (max-width: 767px) {
    .f-dropdown {
        max-width: 100%;
        left: 0
    }
}
.f-dropdown {
    position: absolute;
    top: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: #000;
    border: solid 1px #000;
    font-size: 16px;
    z-index: 99;
    margin-top: 2px;
    max-width: 220px
}
.f-dropdown>*:first-child {
    margin-top: 0
}
.f-dropdown>*:last-child {
    margin-bottom: 0
}
.f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent #000 transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 99
}
.f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #000 transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 98
}
.f-dropdown.right:before {
    left: auto;
    right: 10px
}
.f-dropdown.right:after {
    left: auto;
    right: 9px
}
.f-dropdown li {
    font-size: 0.875em;
    cursor: pointer;
    line-height: 1.125em;
    margin: 0
}
.f-dropdown li:hover,
.f-dropdown li:focus {
    background: #eee
}
.f-dropdown li a {
    display: block;
    padding: 0.3125em 0.625em;
    color: #555
}
.f-dropdown.content {
    position: absolute;
    top: -9999px;
    list-style: none;
    margin-left: 0;
    padding: 1.25em;
    width: 100%;
    height: auto;
    max-height: none;
    background: #000;
    border: solid 1px #000;
    font-size: 16px;
    z-index: 99;
    max-width: 220px
}
.f-dropdown.content>*:first-child {
    margin-top: 0
}
.f-dropdown.content>*:last-child {
    margin-bottom: 0
}
.f-dropdown.tiny {
    max-width: 200px
}
.f-dropdown.small {
    max-width: 300px
}
.f-dropdown.medium {
    max-width: 500px
}
.f-dropdown.large {
    max-width: 800px
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea {
    font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif
}
h1,
h2,
h3,
h4,
h5,
h6 {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    line-height: 1.1em
}
h1>small,
h2>small,
h3>small,
h4>small,
h5>small,
h6>small {
    text-transform: none;
    font-weight: normal;
    margin-top: 0.5em;
    font-size: 40%;
    line-height: 1
}
header.adjust h2 {
    font-weight: normal;
}
html,
body {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden
}
body form {
    height: 100%
}
body article {
    padding-top: 64px;
    height: 100%
}
body article>section {
    width: 100%;
    height: 100%;
    position: relative
}
body article>header,
body article footer {
    background: #000;
    text-transform: uppercase;
    font-size: 18px
}
body article>header,
body article>header a,
body article footer,
body article footer a {
    color: #fff
}
body article>header {
    height: 64px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8999;
    padding: 20px 30px;
    font-weight: bold
}
body article>header i.icon-map-marker {
    margin-right: 8px
}
body article>header i.icon-search {
    margin-right: 24px
}
body article>header i.icon-reorder {
    margin-left: 8px
}
body article>header #button-navigate.active {
    color: #da291c
}
body article>header #button-navigate.active i.icon-reorder {
    display: none
}
body article>header #button-navigate.active i.icon-remove {
    display: inline;
    margin-left: .51em
}
body article>header #button-navigate i.icon-reorder {
    display: inline
}
body article>header #button-navigate i.icon-remove {
    display: none
}
body article .top-breadcrumb {
    width: 100%;
    height: 42px !important;
    padding: 11px 30px !important;
    position: absolute !important;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25) !important;
    z-index: 99;
    border-radius: 0;
    font-size: 16px
}
body article .top-breadcrumb p {
    margin: 0
}
body article .top-breadcrumb p,
body article .top-breadcrumb p a {
    color: #FFFFFF
}
body article .top-breadcrumb p,
body article .top-breadcrumb p a,
body article .top-breadcrumb p i {
    font-size: 16px !important
}
body article .top-breadcrumb p a {
    margin-right: 5px;
    margin-left: 5px
}
body article .top-breadcrumb p a:hover {
    color: #da291c
}
body article .top-breadcrumb p a:first-child {
    margin-left: 0
}
body article header .inner .split-header .left-40 {
    width: 40%;
    margin: 0;
    padding: 0;
    float: left;
    clear: none
}
body article header .inner .split-header .left-40 .inner {
    width: 68%;
    height: 100%;
    margin: 0 auto;
    padding-top: 60px;
    display: block;
    text-align: left
}
body article header .inner .split-header .left-40 .inner h1,
body article header .inner .split-header .left-40 .inner h2,
body article header .inner .split-header .left-40 .inner h3,
body article header .inner .split-header .left-40 .inner h4,
body article header .inner .split-header .left-40 .inner h5,
body article header .inner .split-header .left-40 .inner p {
    text-align: left !important
}
body article header .inner .split-header .left-40 .inner h1,
body article header .inner .split-header .left-40 .inner h2 {
    font-size: 40px
}
body article header .inner .split-header .left-40 .inner h4,
body article header .inner .split-header .left-40 .inner p,
body article header .inner .split-header .left-40 .inner a{
    font-size: 19px
}
.subIntro h4{
    font-size: 22px;
    display: block;
    font-weight: normal;
}
@media (max-width: 1200px) {
    body article header .inner .split-header .left-40 .inner {
        padding-top: 75px
    }
    
    body article header .inner .split-header .left-40 .inner h2 {
        font-size: 28px
    }
    
    body article header .inner .split-header .left-40 .inner p,
    body article header .inner .split-header .left-40 .inner a {
        font-size: 16px
    }
}
@media (max-width: 1100px) {
    body article header .inner .split-header .left-40 .inner {
        padding-left: 15px
    }
    
    body article header .inner .split-header .left-40 .inner h2 {
        font-size: 28px
    }
}
body article header .inner .split-header .right-60 {
    width: 60%;
    height: 475px;
    float: right;
    clear: none;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat !important
}
body article header .inner .split-header .content {
    height: 535px;
    position: relative;
    display: table-cell;
    vertical-align: top !important
}
body article footer {
    font-size: 16px;
    background-color: #262626;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #262626), color-stop(100%, #000));
    background-image: -webkit-linear-gradient(#262626, #000);
    background-image: linear-gradient(#262626, #000);
    padding: 33px 40px;
    border-top: 8px solid #da291c;
    clear: both
}
body article footer a {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    margin-left: 40px;
    text-decoration: underline
}
@media (max-width: 1150px) {
    body article footer a {
        margin-left: 20px
    }
}
body article footer .footer-phone-number {
    margin-top: 20px;
    margin-left: 0;
    text-decoration: none
}
a {
    -webkit-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
    transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
    cursor: pointer
}
p,
blockquote,
body article header .inner .split-header .left-40 .inner h4 {
    line-height: 1.35em
}
p,
blockquote {
    font-size: 22px;
}
blockquote {
    display: block
}
blockquote cite {
    display: block;
    text-align: right
}
sup {
    font-size: 0.5em
}
.button,
h1,
h2 {
    text-transform: uppercase
}
.button {
    box-shadow: none
}
.button.extra-large {
    font-size: 55px
}
.button-share {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase
}
.button-share.large {
    font-size: 32px
}
.two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 110px;
    -moz-column-gap: 110px;
    column-gap: 110px
}
.two-column,
.two-column p {
    font-size: 22px;
    line-height: 1.5em
}
.invert {
    background-color: #000
}
.invert,
.invert h1,
.invert h2,
.invert h3,
.invert h4,
.invert h5,
.invert h6 {
    color: #fff
}
.icon-button {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    text-align: left
}
.icon-button,
.icon-button.button.expand {
    padding-left: 1em;
    padding-right: 1em
}
.icon-button i {
    font-size: 60px;
    float: left;
    margin-right: 20px
}
.icon-button span.content {
    display: block;
    float: left;
    margin-top: 8px;
    font-size: 25px;
    font-weight: bold
}
.icon-button span.content small {
    display: block;
    text-transform: none;
    font-weight: normal;
    font-size: 20px
}
.alert-black {
    border-style: solid;
    border-width: 0;
    display: block;
    font-weight: bold;
    margin-bottom: 1.25em;
    position: relative;
    padding: 0.6875em 1.3125em 0.75em 0.6875em;
    font-size: 1.75em;
    background-color: #000;
    border-color: #000;
    color: #fff;
    text-align: center;
    text-transform: uppercase
}
.fdatepicker {
    position: relative
}
span.highlight {
    color: #da291c;
    font-weight: bold
}
/*modified 08/02/2018 - David Burkinshaw - for new United Rental - BakerCorp logo*/
img.logo {
    width: 300px; /* 227px; */
    height: 48px; /* 24px; */
    padding-top: 0px;
    margin-top: -10px;
}
/*added 03/09/2018 - David Burkinshaw - for new German SCC Logo*/
img.ImgGermanSCCLogo2 {
    width: 100px;
    height: auto;
    margin-top: 20px;
    float: left;
}
/*added 08/09/2017 - David Burkinshaw - for German SCC Certification Logo*/
img.ImgGermanSCCLogo {
    width: 227px;
    height: auto;   
}
/*added 11/05/2019 - David Burkinshaw - for new UK ISO 9001 Logo*/
img.ImgUKISO9001 {
    width: 190px;
    height: auto;
	padding-top: 10px;
}
table {
    border-collapse: collapse
}
ul li {
    font-size: 22px
}
ul li.back a {
    padding: 10px !important
}
.row.white,
.row.case-study-white-paper {
    background-color: #FFFFFF !important
}
.row.case-study-white-paper {
    border-top: 1px solid #e1e0df;
    padding-top: 3em;
    padding-bottom: 0 !important
}
.row.grey {
    background-color: #e1e0df !important
}
.button.extra-large.radius.expand {
    padding-right: 10px;
    padding-left: 10px
}
#main-wrapper {
    width: 100%;
    height: 100%;
    float: left;
    clear: both;
    background-color: #FFFFFF;
    position: fixed;
    padding-bottom: 64px
}
#main-wrapper.active #main-content {
    margin-left: -300px !important;
    background-color: #FFFFFF
}
#main-wrapper.active #main-menu {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    margin-top: 0;
    margin-right: 0
}
#main-wrapper.active #main-menu .active {
    display: block !important
}
#main-content {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background-color: #FFFFFF;
    position: relative;
    float: left;
    padding-top: 4em;
    -webkit-transition: margin-left 0.3s ease-in-out;
    -moz-transition: margin-left 0.3s ease-in-out;
    transition: margin-left 0.3s ease-in-out
}
body.overlay-active #main-content {
    overflow-y: hidden
}
.overlay {
    -webkit-transition: height 0.25s ease-in-out;
    -moz-transition: height 0.25s ease-in-out;
    transition: height 0.25s ease-in-out;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    background: rgba(0, 0, 0, 0.9);
    overflow-y: scroll;
    z-index: 9999
}
.overlay.active {
    height: 100%
}
.overlay>.inner {
    position: relative
}
.overlay>.inner>div>div {
    padding-top: 120px
}
.overlay,
.overlay h1,
.overlay h2,
.overlay h3,
.overlay h4,
.overlay h5,
.overlay h6,
.overlay a,
.overlay p {
    color: #fff
}
.overlay a.close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px;
    color: #fff
}
.overlay a.close:hover {
    color: #da291c
}
.cookies {
    width: 100%;
    overflow: hidden
}
.cookies>.inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 6em 1em 1em 1em
}
.application,
.request-quote {
    width: 100%;
    overflow: hidden
}
.application>.inner,
.request-quote>.inner {
    position: relative;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll
}
.application .form,
.application .sending,
.application .thanks,
.request-quote .form,
.request-quote .sending,
.request-quote .thanks {
    -webkit-transition: left 0.25s ease-in-out;
    -moz-transition: left 0.25s ease-in-out;
    transition: left 0.25s ease-in-out;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 1em
}
.application .form.active,
.application .sending.active,
.application .thanks.active,
.request-quote .form.active,
.request-quote .sending.active,
.request-quote .thanks.active {
    left: 0%
}
.application .form>.inner,
.application .sending>.inner,
.application .thanks>.inner,
.request-quote .form>.inner,
.request-quote .sending>.inner,
.request-quote .thanks>.inner {
    position: relative
}
.application .form .buttons,
.application .sending .buttons,
.application .thanks .buttons,
.request-quote .form .buttons,
.request-quote .sending .buttons,
.request-quote .thanks .buttons {
    margin-top: 4em
}
.application .form,
.request-quote .form {
    left: -100%
}
.application .thanks,
.application .sending,
.request-quote .thanks,
.request-quote .sending {
    left: 100%
}
.application .thanks.active,
.request-quote .thanks.active {
    text-align: center
}
.application .thanks.active p,
.application .thanks.active p span,
.application .thanks.active blockquote,
.request-quote .thanks.active p,
.request-quote .thanks.active p span,
.request-quote .thanks.active blockquote {
    max-width: 620px;
    color: #FFFFFF !important;
    font-size: 24px !important;
    line-height: 1em !important
}
.application .thanks.active p,
.application .thanks.active p span,
.request-quote .thanks.active p,
.request-quote .thanks.active p span {
    margin: 0 auto !important
}
.application .thanks.active blockquote,
.request-quote .thanks.active blockquote {
    margin: 15px 0 !important
}
.application .thanks.active .columns,
.request-quote .thanks.active .columns {
    margin: 0 auto !important;
    float: none !important
}
.application .thanks.active .columns cite,
.request-quote .thanks.active .columns cite {
    margin: 10px 0 15px 0 !important;
    text-align: center
}
.application .position h2,
.application .position h5,
.request-quote .position h2,
.request-quote .position h5 {
    display: block;
    margin: 0
}
.application .details h5,
.application .details p,
.request-quote .details h5,
.request-quote .details p {
    margin: 0
}
.application .requirements,
.request-quote .requirements {
    font-size: 1.5em
}
.application .contact-details,
.request-quote .contact-details {
    font-size: 1.5em
}
.application .upload-resume h6,
.request-quote .upload-resume h6 {
    margin: 0;
    padding: 0;
    line-height: 2.5em
}
.application .resume-description,
.request-quote .resume-description {
    font-size: 1.25em;
    line-height: 1.3em
}
.application .products,
.application .rental-purchase,
.request-quote .products,
.request-quote .rental-purchase {
    margin: 0.5em
}
.application .buttons,
.request-quote .buttons {
    margin-top: 4em
}
.application .buttons ul.inline-list,
.request-quote .buttons ul.inline-list {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    width: auto;
    margin: 0
}
.application .divider,
.request-quote .divider {
    padding: 2em 0
}
.application input,
.request-quote input {
    height: 2.3125em
}
.application h4,
.request-quote h4 {
    font-weight: normal;
    margin-top: 1em
}
.news-event-search {
    position: relative;
    margin: 2em 0;
    padding-top: 1em
}
.news-event-search input[type='radio'] {
    display: none
}
.news-event-search a.refine {
    display: block;
    background: transparent;
    color: #000;
    font-weight: bold;
    font-size: 24px;
    width: 100%;
    text-align: center;
    padding: 20px
}
.news-event-search a.refine:hover {
    background: #000;
    color: #fff
}
.news-event-search a.close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
    color: #fff
}
.news-event-search a.close:hover {
    color: #da291c
}
.news-event-search .periods {
    line-height: 3.5em
}
.news-event-search .periods li {
    margin-left: 1em
}
.news-event-search .form {
    -webkit-transition: height 0.25s ease-in-out;
    -moz-transition: height 0.25s ease-in-out;
    transition: height 0.25s ease-in-out;
    position: relative;
    overflow: hidden;
    height: 0;
    background: #000
}
.news-event-search .form div.inner {
    position: relative;
    padding: 40px 80px
}
.news-event-search.active a.refine {
    background: #000;
    color: #fff
}
.news-event-search.active .form {
    height: 310px
}
html.touch a:hover {
    color: inherit;
    background: inherit
}
#GoogleMap_Div img {
    max-width: none
}
.gm-style-iw,
.gm-style-iw div {
    overflow: visible !important
}
.region-flags {
    clear: both;
    margin: 0;
    padding: 0
}
.region-flags li {
    width: 34px;
    height: auto;
    margin: 0 15px 0 0;
    padding: 0;
    font-size: 12px;
    float: left;
    list-style: none;
    text-align: center
}
.region-flags li span.language-initial {
    text-align: center;
    position: relative;
    top: -1em
}
.region-flags li span.flag-webicon.small {
    background-size: cover !important;
    height: 17px
}
.region-flags li span.flag-webicon.small.poland {
    width: 34px;
    height: 19px;
    border: 1px #cbcbcb solid;
    position: relative
}
form.custom .custom.dropdown.region ul {
    max-height: 310px
}
.region-select-contact.no-state .large-6 {
    float: none;
    width: 100%
}
.region-select-contact.no-state .dropdown.custom {
    display: none
}
.region-select-contact.no-state .dropdown.region.custom {
    display: block
}
.join-email-list a.button .icon-envelope-alt {
    display: block;
    margin-right: 10px;
    float: left;
    font-size: 52px
}
.join-email-list a.button .icon-envelope-alt span.content {
    float: none
}
body.language-1045 .board-members span.button.large,
body.language-1045 .management-members span.button.large {
    font-size: 28px
}
form.custom .custom.radio+label,
form.custom .custom.checkbox+label {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    padding-left: 10px
}
form.custom .custom.radio.checked,
form.custom .custom.radio.checked:before {
    background: #da291c
}
form.custom .custom.radio.checked+label {
    color: #da291c
}
form.custom .custom.checkbox {
    -webkit-appearance: none;
    border: 3px solid #000;
    width: 30px;
    height: 30px
}
form.custom .custom.checkbox.checked:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    margin-top: 12px;
    margin-left: -7px
}
form.custom .custom.dropdown.open {
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    border-color: #999
}
form.custom label {
    padding: 10px
}
form.custom textarea {
    height: 18em
}
form.custom .fdatepicker {
    font-size: 1.375em;
    height: 2.2em
}
form.custom .prefix,
form.custom .postfix {
    height: 2.4em
}
form.custom .postfix {
    margin-left: 1px
}
.board-members,
.management-members,
.featured-opportunities,
.recent-highlights,
.upcoming-events,
.product-categories,
.products-related,
.products,
.solutions,
.solutions-icon,
.solution-links,
.history-links,
.about-links {
    *zoom: 1
}
.board-members:before,
.board-members:after,
.management-members:before,
.management-members:after,
.featured-opportunities:before,
.featured-opportunities:after,
.recent-highlights:before,
.recent-highlights:after,
.upcoming-events:before,
.upcoming-events:after,
.product-categories:before,
.product-categories:after,
.products-related:before,
.products-related:after,
.products:before,
.products:after,
.solutions:before,
.solutions:after,
.solutions-icon:before,
.solutions-icon:after,
.solution-links:before,
.solution-links:after,
.history-links:before,
.history-links:after,
.about-links:before,
.about-links:after {
    content: " ";
    display: table
}
.board-members:after,
.management-members:after,
.featured-opportunities:after,
.recent-highlights:after,
.upcoming-events:after,
.product-categories:after,
.products-related:after,
.products:after,
.solutions:after,
.solutions-icon:after,
.solution-links:after,
.history-links:after,
.about-links:after {
    clear: both
}
.board-members li a,
.management-members li a,
.featured-opportunities li a,
.recent-highlights li a,
.upcoming-events li a,
.product-categories li a,
.products-related li a,
.products li a,
.solutions li a,
.solutions-icon li a,
.solution-links li a,
.history-links li a,
.about-links li a {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden
}
.board-members li a .inner,
.board-members li a .image,
.board-members li a .date,
.board-members li a .name,
.board-members li a .title,
.board-members li a .content,
.board-members li a .description,
.board-members li a .button-container,
.management-members li a .inner,
.management-members li a .image,
.management-members li a .date,
.management-members li a .name,
.management-members li a .title,
.management-members li a .content,
.management-members li a .description,
.management-members li a .button-container,
.featured-opportunities li a .inner,
.featured-opportunities li a .image,
.featured-opportunities li a .date,
.featured-opportunities li a .name,
.featured-opportunities li a .title,
.featured-opportunities li a .content,
.featured-opportunities li a .description,
.featured-opportunities li a .button-container,
.recent-highlights li a .inner,
.recent-highlights li a .image,
.recent-highlights li a .date,
.recent-highlights li a .name,
.recent-highlights li a .title,
.recent-highlights li a .content,
.recent-highlights li a .description,
.recent-highlights li a .button-container,
.upcoming-events li a .inner,
.upcoming-events li a .image,
.upcoming-events li a .date,
.upcoming-events li a .name,
.upcoming-events li a .title,
.upcoming-events li a .content,
.upcoming-events li a .description,
.upcoming-events li a .button-container,
.product-categories li a .inner,
.product-categories li a .image,
.product-categories li a .date,
.product-categories li a .name,
.product-categories li a .title,
.product-categories li a .content,
.product-categories li a .description,
.product-categories li a .button-container,
.products-related li a .inner,
.products-related li a .image,
.products-related li a .date,
.products-related li a .name,
.products-related li a .title,
.products-related li a .content,
.products-related li a .description,
.products-related li a .button-container,
.products li a .inner,
.products li a .image,
.products li a .date,
.products li a .name,
.products li a .title,
.products li a .content,
.products li a .description,
.products li a .button-container,
.solutions li a .inner,
.solutions li a .image,
.solutions li a .date,
.solutions li a .name,
.solutions li a .title,
.solutions li a .content,
.solutions li a .description,
.solutions li a .button-container,
.solutions-icon li a .inner,
.solutions-icon li a .image,
.solutions-icon li a .date,
.solutions-icon li a .name,
.solutions-icon li a .title,
.solutions-icon li a .content,
.solutions-icon li a .description,
.solutions-icon li a .button-container,
.solution-links li a .inner,
.solution-links li a .image,
.solution-links li a .date,
.solution-links li a .name,
.solution-links li a .title,
.solution-links li a .content,
.solution-links li a .description,
.solution-links li a .button-container,
.history-links li a .inner,
.history-links li a .image,
.history-links li a .date,
.history-links li a .name,
.history-links li a .title,
.history-links li a .content,
.history-links li a .description,
.history-links li a .button-container,
.about-links li a .inner,
.about-links li a .image,
.about-links li a .date,
.about-links li a .name,
.about-links li a .title,
.about-links li a .content,
.about-links li a .description,
.about-links li a .button-container {
    position: relative;
    display: block
}
.board-members li a .button-container,
.management-members li a .button-container,
.featured-opportunities li a .button-container,
.recent-highlights li a .button-container,
.upcoming-events li a .button-container,
.product-categories li a .button-container,
.products-related li a .button-container,
.products li a .button-container,
.solutions li a .button-container,
.solutions-icon li a .button-container,
.solution-links li a .button-container,
.history-links li a .button-container,
.about-links li a .button-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}
.board-members li a .button-container,
.management-members li a .button-container,
.featured-opportunities li a .button-container,
.recent-highlights li a .button-container,
.upcoming-events li a .button-container,
.product-categories li a .button-container,
.products-related li a .button-container,
.products li a .button-container,
.solutions li a .button-container,
.solutions-icon li a .button-container,
.solution-links li a .button-container,
.history-links li a .button-container,
.about-links li a .button-container {
    -webkit-transition: top 0.25s ease-in-out;
    -moz-transition: top 0.25s ease-in-out;
    transition: top 0.25s ease-in-out
}
.board-members .description,
.management-members .description,
.featured-opportunities .description,
.recent-highlights .description,
.upcoming-events .description {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}
.board-members,
.management-members {
    margin-bottom: 2em
}
.board-members li,
.management-members li {
    max-height: 210px;
    margin-bottom: 22px
}
.board-members li a,
.management-members li a {
    color: #fff
}
.board-members li a .inner,
.management-members li a .inner {
    -webkit-transition: background 0.25s ease-in-out;
    -moz-transition: background 0.25s ease-in-out;
    transition: background 0.25s ease-in-out;
    max-width: 224px;
    width: 100%;
    background: transparent
}
.board-members li a .inner .content,
.management-members li a .inner .content {
    overflow: hidden
}
.board-members li a .inner .content img,
.management-members li a .inner .content img {
    position: relative;
    bottom: 0;
    z-index: 10
}
.board-members li a .inner .content .gradient,
.management-members li a .inner .content .gradient {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    bottom: -15px;
    z-index: 20;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(37%, transparent), color-stop(77%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background-image: -webkit-linear-gradient(-450deg, transparent 37%, rgba(0, 0, 0, 0.1) 77%, rgba(0, 0, 0, 0.7) 100%);
    background-image: linear-gradient(180deg, transparent 37%, rgba(0, 0, 0, 0.1) 77%, rgba(0, 0, 0, 0.7) 100%)
}
.board-members li a .inner .content .info,
.management-members li a .inner .content .info {
    width: 100%;
    bottom: 5px;
    left: 0;
    position: absolute;
    z-index: 21
}
.board-members li a .inner .content .info .name,
.board-members li a .inner .content .info .title,
.management-members li a .inner .content .info .name,
.management-members li a .inner .content .info .title {
    z-index: 999
}
.board-members li a .inner .content .info .name,
.management-members li a .inner .content .info .name {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1em
}
.board-members li a .inner .content .info .title,
.management-members li a .inner .content .info .title {
    margin-top: 5px;
    padding: 0 10px;
    font-size: 13px;
    line-height: 1em
}
.board-members li a .button-container,
.management-members li a .button-container {
    top: -100px;
    z-index: 9999
}
.board-members li a:hover .content,
.management-members li a:hover .content {
    background: #000000
}
.board-members li a:hover img,
.management-members li a:hover img {
    opacity: .2
}
.board-members li a:hover .button-container,
.management-members li a:hover .button-container {
    top: 30%
}
.featured-opportunities li a,
.recent-highlights li a,
.upcoming-events li a {
    -webkit-transition: color, background 0.25s ease-in-out;
    -moz-transition: color, background 0.25s ease-in-out;
    transition: color, background 0.25s ease-in-out;
    height: 380px;
    background: #fff;
    color: #000;
    padding: 76px 28px
}
.featured-opportunities li a .date,
.recent-highlights li a .date,
.upcoming-events li a .date {
    font-size: 16px
}
.featured-opportunities li a .title,
.recent-highlights li a .title,
.upcoming-events li a .title {
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
    margin-top: .25em;
    margin-bottom: 1em;
    line-height: 1em
}
.featured-opportunities li a .description,
.recent-highlights li a .description,
.upcoming-events li a .description {
    font-size: 18px;
    line-height: 1.25em
}
.featured-opportunities li a .button-container,
.recent-highlights li a .button-container,
.upcoming-events li a .button-container {
    top: 380px
}
.featured-opportunities li a:hover,
.recent-highlights li a:hover,
.upcoming-events li a:hover {
    background: #000;
    color: #fff
}
.featured-opportunities li a:hover .description,
.recent-highlights li a:hover .description,
.upcoming-events li a:hover .description {
    display: none
}
.featured-opportunities li a:hover .button-container,
.recent-highlights li a:hover .button-container,
.upcoming-events li a:hover .button-container {
    top: 0
}
.featured-opportunities {
    margin-bottom: 2em
}
.product-categories,
.products-related,
.products {
    margin: 2em 0
}
.product-categories li a,
.products-related li a,
.products li a {
    -webkit-transition: color, background 0.25s ease-in-out;
    -moz-transition: color, background 0.25s ease-in-out;
    transition: color, background 0.25s ease-in-out;
    height: 480px;
    background: #fff;
    color: #000;
    padding: 76px 28px
}
.product-categories li a .content,
.products-related li a .content,
.products li a .content {
    width: 100%;
    height: 150px;
    margin: 0 auto .7em auto
}
.product-categories li a .title,
.products-related li a .title,
.products li a .title {
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1em;
    margin: 0 auto 0.8em auto;
    display: table;
    height: 2em
}
.product-categories li a .title>span,
.products-related li a .title>span,
.products li a .title>span {
    font-size: 16px;
    line-height: 1;
    display: table-cell;
    vertical-align: bottom;
    text-align: center
}
.product-categories li a .description,
.products-related li a .description,
.products li a .description {
    font-size: 16px;
    line-height: 1.25em
}
.product-categories li a .button-container,
.products-related li a .button-container,
.products li a .button-container {
    top: -300px
}
.product-categories li a .image,
.products-related li a .image,
.products li a .image {
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    opacity: 1
}
.product-categories li a:hover,
.products-related li a:hover,
.products li a:hover {
    background: #000;
    color: #fff
}
.product-categories li a:hover .image,
.products-related li a:hover .image,
.products li a:hover .image {
    opacity: 0
}
.product-categories li a:hover .button-container,
.products-related li a:hover .button-container,
.products li a:hover .button-container {
    top: 50%
}
.products li a,
.products-related li a {
    padding: 40px 20px
}
.products li.view-all a,
.products-related li.view-all a {
    display: table;
    color: #fff;
    background: #da291c;
    padding: 0;
    padding: 20px
}
.products li.view-all a:hover,
.products-related li.view-all a:hover {
    background: #000
}
.products li.view-all a .title,
.products-related li.view-all a .title {
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    font-weight: bold;
    line-height: 1em
}
.products-related li a {
    height: 250px
}
.products-related li a .content {
    height: 80px
}
.products-related li a .title {
    font-size: 16px
}
.products-related li a .button {
    font-size: .9em
}
.products-related li a:hover .button-container {
    top: 20px
}
.products li a {
    height: 380px
}
.products li a .content {
    height: auto
}
.products li a .title {
    font-size: 26px;
    text-align: center
}
.products li a .description {
    font-size: 16px
}
.solutions,
.solutions-icon,
.solution-links,
.history-links,
.about-links {
    margin: 2em 0
}
.solutions li a,
.solutions-icon li a,
.solution-links li a,
.history-links li a,
.about-links li a {
    -webkit-transition: color, background 0.25s ease-in-out;
    -moz-transition: color, background 0.25s ease-in-out;
    transition: color, background 0.25s ease-in-out;
    height: 420px;
    background: #fff;
    color: #000;
    padding: 20px
}
.solutions li a .inner,
.solutions-icon li a .inner,
.solution-links li a .inner,
.history-links li a .inner,
.about-links li a .inner {
    display: table-cell;
    vertical-align: middle
}
.solutions li a .title,
.solutions-icon li a .title,
.solution-links li a .title,
.history-links li a .title,
.about-links li a .title {
    font-weight: bold;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 1em;
    margin: 0 auto 0.25em auto;
    min-height: 2.5em
}
.solutions li a .description,
.solutions-icon li a .description,
.solution-links li a .description,
.history-links li a .description,
.about-links li a .description {
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    opacity: 1;
    font-size: 16px;
    line-height: 1.25em;
    position: absolute !important;
    top: 0;
    width: 100%;
    min-height: 2em
}
.solutions li a .button-container,
.solutions-icon li a .button-container,
.solution-links li a .button-container,
.history-links li a .button-container,
.about-links li a .button-container {
    top: 350px
}
.solutions li a .image,
.solutions-icon li a .image,
.solution-links li a .image,
.history-links li a .image,
.about-links li a .image {
    font-size: 80px
}
.solutions li a:hover,
.solutions-icon li a:hover,
.solution-links li a:hover,
.history-links li a:hover,
.about-links li a:hover {
    background: #000;
    color: #fff
}
.solutions li a:hover .description,
.solutions-icon li a:hover .description,
.solution-links li a:hover .description,
.history-links li a:hover .description,
.about-links li a:hover .description {
    opacity: 0
}
.solutions li a:hover .button-container,
.solutions-icon li a:hover .button-container,
.solution-links li a:hover .button-container,
.history-links li a:hover .button-container,
.about-links li a:hover .button-container {
    top: 1em
}
.solutions-icon:last-child .title {
    margin-top: 2em
}
.solutions li a,
.about-links li a {
    display: table
}
.solutions li a .title,
.about-links li a .title {
    font-size: 28px;
    height: auto
}
.solutions li.back a,
.about-links li.back a {
    display: table;
    color: #fff;
    background: #da291c;
    width: 100%
}
.solutions li.back a:hover,
.about-links li.back a:hover {
    background: #000
}
.solutions li.back a .title,
.about-links li.back a .title {
    font-size: 32px;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    line-height: 1em
}
.about-links li a {
    padding: 60px
}
.solution-links li a,
.history-links li a {
    height: 210px;
    padding: 18px
}
.solution-links li a .content,
.history-links li a .content {
    width: 100%;
    height: 80px;
    margin: 0 auto 1em auto
}
.solution-links li a .title,
.history-links li a .title {
    font-size: 22px;
    display: table
}
.solution-links li a .title>span,
.history-links li a .title>span {
    display: table-cell;
    vertical-align: bottom;
    text-align: center
}
.solution-links li a .description,
.history-links li a .description {
    font-size: 18px
}
.solution-links li.back a,
.history-links li.back a {
    display: table;
    color: #fff;
    background: #da291c;
    padding: 0
}
.solution-links li.back a:hover,
.history-links li.back a:hover {
    background: #000
}
.solution-links li.back a .title,
.history-links li.back a .title {
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
    font-weight: bold;
    line-height: 1em
}
.solutions-icon .description {
    font-size: 18px
}
#main-menu {
    width: 300px;
    height: 100%;
    margin-right: -350px;
    padding-bottom: 25px;
    font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    background-color: #121212;
    float: right;
    -webkit-transition: margin-right 0.3s ease-in-out;
    -moz-transition: margin-right 0.3s ease-in-out;
    transition: margin-right 0.3s ease-in-out
}
#main-menu p {
    font-size: 14px
}
#main-menu .ri-accordion {
    padding: 0
}
#main-menu .ri-accordion .active {
    display: none !important
}
#main-menu .ri-accordion ol {
    height: 100%;
    margin: 0;
    padding: 0
}
#main-menu .ri-accordion ol li {
    padding: 0;
    list-style: none;
    overflow: hidden
}
#main-menu .ri-accordion ol li i {
    color: #5f5f5f;
    float: right
}
#main-menu .ri-accordion ol li>a {
    font-weight: bold;
    text-transform: uppercase
}
#main-menu .ri-accordion ol li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px 25px 8px;
    font-size: 15px;
    line-height: 1.2em;
    color: #FFFFFF;
    border-top: 1px #000000 solid;
    border-bottom: 1px #232323 solid
}
#main-menu .ri-accordion ol li a:hover {
    background-color: #da291c;
    -webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out
}
#main-menu .ri-accordion ol li a:hover i {
    color: #FFFFFF
}
#main-menu .ri-accordion ol li a.active i {
    color: #FFFFFF
}
#main-menu .ri-accordion ol li ol {
    display: none;
    background-color: #360c0c
}
#main-menu .ri-accordion ol li ol li a {
    font-weight: normal;
    text-transform: uppercase
}
#main-menu .ri-accordion ol li ol li:last-child {
    padding-bottom: 0
}
#main-menu .ri-accordion ol li ol li.parent>a {
    text-transform: uppercase
}
#main-menu .ri-accordion ol li ol li.parent ol {
    background-color: #511212
}
#main-menu .ri-accordion ol li ol li.parent ol li.parent>a {
    text-transform: uppercase
}
#main-menu .ri-accordion ol li ol li.parent ol li.parent ol {
    background-color: #7f1a1a
}
#main-menu .ri-accordion ol li ol li.parent ol li a {
    text-transform: none
}
#main-menu section {
    margin-top: 27px;
    padding: 0 25px;
    clear: both
}
#main-menu section a {
    color: #FFFFFF
}
#main-menu section a:hover {
    color: #da291c !important
}
#main-menu section.request-form p {
    font-size: 14px;
    text-transform: uppercase
}
#main-menu section.request-form input {
    height: 100%;
    padding: 9px 5px;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #3c3c3c
}
#main-menu section.request-form .button-request {
    font-family: 'ProximaNova-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase
}
#main-menu section.find-baker-locations {
    width: 100%;
    height: 122px;
    padding-top: 30px;
    display: block;
    position: relative
}
#main-menu section.find-baker-locations p {
    font-size: 18px;
    text-transform: uppercase;
    position: absolute;
    top: 50px
}
#main-menu section.find-baker-locations p a {
    color: #FFFFFF
}
#main-menu section.feed p {
    font-family: 'ProximaNova-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase
}
#main-menu section.feed ul {
    margin: 0;
    padding: 0
}
#main-menu section.feed ul li {
    padding: 0;
    list-style: none;
    float: left
}
#main-menu section.feed ul.feed-item:hover a {
    color: #da291c
}
#main-menu section.feed ul.feed-item .date {
    width: 26.67%;
    font-size: 12px;
    font-weight: bold
}
#main-menu section.feed ul.feed-item .details {
    width: 73.33%
}
#main-menu section.feed ul.feed-item .details p {
    font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: none
}
#main-menu section.feed ul.excerpt-link .details {
    float: right
}
#main-menu section.feed ul.excerpt-link .details a {
    color: #FFFFFF;
    font-size: 12px;
    font-family: 'ProximaNova-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase
}
#main-menu .social-media {
    margin-top: 57px;
    padding: 0 25px;
    clear: both;
    text-align: center;
    text-transform: uppercase
}
#main-menu .social-media p a {
    width: 100%;
    margin-top: 30px;
    float: left;
    font-size: 16px
}
html.touch #main-menu .ri-accordion ol li a:hover {
    background-color: transparent
}
.change-region #button-change-region {
    position: relative;
    z-index: 101;
    color: #ccc
}
.change-region #button-change-region:hover {
    color: #fff
}
.change-region .change-region-dropdown {
    z-index: 100;
    position: absolute;
    top: 30px;
    left: -150%;
    background-color: #000000;
    -webkit-transition: left 0.35s ease-in-out;
    -moz-transition: left 0.35s ease-in-out;
    transition: left 0.35s ease-in-out
}
.change-region .change-region-dropdown .form {
    width: 300px;
    padding: 0 33px
}
.change-region .change-region-dropdown .form span {
    margin: 10px 0;
    font-weight: normal;
    text-transform: uppercase;
    display: block
}
.change-region .change-region-dropdown .form .dropdown {
    border: 1px #313131 solid;
    font-size: 16px
}
.change-region .change-region-dropdown .form ul li {
    font-size: 16px !important;
    font-weight: normal;
    background: #000000
}
.change-region .change-region-dropdown .form ul li,
.change-region .change-region-dropdown .form ul a {
    cursor: pointer !important
}
.change-region.active .change-region-dropdown {
    left: 0
}
.datepicker {
    display: none;
    position: absolute;
    padding: 4px;
    margin-top: 1px;
    direction: ltr
}
.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #000;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 18px
}
.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
    padding: 4px 5px;
    color: #fff
}
.datepicker>div {
    display: none
}
.datepicker.days div.datepicker-days {
    display: block;
    color: #fff
}
.datepicker.months div.datepicker-months {
    display: block;
    color: #fff
}
.datepicker.years div.datepicker-years {
    display: block;
    color: #fff
}
.datepicker table {
    border: 0;
    margin: 0
}
.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer
}
.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border: 0;
    font-size: 12px;
    padding: 4px 8px;
    background: #000;
    cursor: pointer
}
.datepicker td.active .day,
.datepicker td.active .year,
.datepicker th.active .day,
.datepicker th.active .year {
    background: #da291c
}
.datepicker td span.active,
.datepicker th span.active {
    background: #da291c
}
.datepicker th.date-switch {
    width: 145px
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr:first-child th {
    cursor: pointer
}
.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}
.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent
}
.datepicker td.old,
.datepicker td.new {
    color: #999
}
.datepicker td.day.disabled {
    color: #eee
}
.datepicker-inline {
    width: 220px
}
.datepicker-rtl {
    direction: rtl
}
.datepicker-rtl table tr td span {
    float: right
}
.datepicker-dropdown {
    top: 0;
    left: 0
}
.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px
}
.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #000;
    position: absolute;
    top: -6px;
    left: 7px
}
.datepicker-dropdown::before,
.datepicker-dropdown::after {
    display: none
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent
}
.datepicker-close {
    position: absolute;
    top: -30px;
    right: 0;
    width: 15px;
    height: 30px;
    padding: 0;
    display: none
}
.joyride-tip-guide .joyride-nub.topright {
    border-top-style: solid;
    border-color: #000;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -28px;
    right: 22px;
    left: auto
}
.panel-case-study {
    max-width: 1200px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-bottom: 50px
}
.panel-case-study>.large-8 {
    padding-left: 1.9375em !important
}
.panel-case-study>.large-4 {
    padding-right: 1.9375em !important
}
.panel-case-study .icon-file-text-alt {
    float: left;
    font-size: 100px !important
}
.panel-case-study .title,
.panel-case-study .subtitle {
    width: 100%;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 0.5em
}
.panel-case-study .title {
    font-size: 14px
}
.panel-case-study .subtitle {
    font-size: 24px
}
.panel-case-study .icon {
    color: #d5d5d5;
    font-size: 110px
}
.panel-case-study .current-opportunities {
    font-size: 36px
}
.panel-case-study p,
.panel-case-study a {
    margin-bottom: 0
}
.panel-case-study p {
    font-size: 20px
}
@media (max-width: 1200px) {
    .panel-case-study .current-opportunities {
        font-size: 25px !important
    }
    
    .panel-case-study .icon-leaf {
        font-size: 75px !important
    }
}
body .language-en-ca,
body form.custom .custom.language-en-ca {
    display: none
}
body.language-en-ca .language-en-ca,
body.language-en-ca form.custom .custom.language-en-ca {
    display: inherit
}
body .language-fr-ca,
body form.custom .custom.language-fr-ca {
    display: none
}
body.language-fr-ca .language-fr-ca,
body.language-fr-ca form.custom .custom.language-fr-ca {
    display: inherit
}
body .language-nl-nl,
body form.custom .custom.language-nl-nl {
    display: none
}
body.language-nl-nl .language-nl-nl,
body.language-nl-nl form.custom .custom.language-nl-nl {
    display: inherit
}
body .language-en-gb,
body form.custom .custom.language-en-gb {
    display: none
}
body.language-en-gb .language-en-gb,
body.language-en-gb form.custom .custom.language-en-gb {
    display: inherit
}
body .language-fr-fr,
body form.custom .custom.language-fr-fr {
    display: none
}
body.language-fr-fr .language-fr-fr,
body.language-fr-fr form.custom .custom.language-fr-fr {
    display: inherit
}
body .language-de-de,
body form.custom .custom.language-de-de {
    display: none
}
body.language-de-de .language-de-de,
body.language-de-de form.custom .custom.language-de-de {
    display: inherit
}
body .language-pl-pl,
body form.custom .custom.language-pl-pl {
    display: none
}
body.language-pl-pl .language-pl-pl,
body.language-pl-pl form.custom .custom.language-pl-pl {
    display: inherit
}
body .language-es-es,
body form.custom .custom.language-es-es {
    display: none
}
body.language-es-es .language-es-es,
body.language-es-es form.custom .custom.language-es-es {
    display: inherit
}
body .language-en-us,
body form.custom .custom.language-en-us {
    display: none
}
body.language-en-us .language-en-us,
body.language-en-us form.custom .custom.language-en-us {
    display: inherit
}
body .language-1033,
body form.custom .custom.language-1033 {
    display: none
}
body.language-1033 .language-1033,
body.language-1033 form.custom .custom.language-1033 {
    display: inherit
}
body .language-4105,
body form.custom .custom.language-4105 {
    display: none
}
body.language-4105 .language-4105,
body.language-4105 form.custom .custom.language-4105 {
    display: inherit
}
body .language-3084,
body form.custom .custom.language-3084 {
    display: none
}
body.language-3084 .language-3084,
body.language-3084 form.custom .custom.language-3084 {
    display: inherit
}
body .language-1043,
body form.custom .custom.language-1043 {
    display: none
}
body.language-1043 .language-1043,
body.language-1043 form.custom .custom.language-1043 {
    display: inherit
}
body .language-2057,
body form.custom .custom.language-2057 {
    display: none
}
body.language-2057 .language-2057,
body.language-2057 form.custom .custom.language-2057 {
    display: inherit
}
body .language-1036,
body form.custom .custom.language-1036 {
    display: none
}
body.language-1036 .language-1036,
body.language-1036 form.custom .custom.language-1036 {
    display: inherit
}
body .language-1031,
body form.custom .custom.language-1031 {
    display: none
}
body.language-1031 .language-1031,
body.language-1031 form.custom .custom.language-1031 {
    display: inherit
}
body .language-1045,
body form.custom .custom.language-1045 {
    display: none
}
body.language-1045 .language-1045,
body.language-1045 form.custom .custom.language-1045 {
    display: inherit
}
body .language-1034,
body form.custom .custom.language-1034 {
    display: none
}
body.language-1034 .language-1034,
body.language-1034 form.custom .custom.language-1034 {
    display: inherit
}
body .region-us,
body form.custom .custom.region-us {
    display: none
}
body.region-us .region-us,
body.region-us form.custom .custom.region-us {
    display: inherit
}
body .region-ca,
body form.custom .custom.region-ca {
    display: none
}
body.region-ca .region-ca,
body.region-ca form.custom .custom.region-ca {
    display: inherit
}
body .region-de,
body form.custom .custom.region-de {
    display: none
}
body.region-de .region-de,
body.region-de form.custom .custom.region-de {
    display: inherit
}
body .region-es,
body form.custom .custom.region-es {
    display: none
}
body.region-es .region-es,
body.region-es form.custom .custom.region-es {
    display: inherit
}
body .region-fr,
body form.custom .custom.region-fr {
    display: none
}
body.region-fr .region-fr,
body.region-fr form.custom .custom.region-fr {
    display: inherit
}
body .region-gb,
body form.custom .custom.region-gb {
    display: none
}
body.region-gb .region-gb,
body.region-gb form.custom .custom.region-gb {
    display: inherit
}
body .region-nl,
body form.custom .custom.region-nl {
    display: none
}
body.region-nl .region-nl,
body.region-nl form.custom .custom.region-nl {
    display: inherit
}
body .region-pl,
body form.custom .custom.region-pl {
    display: none
}
body.region-pl .region-pl,
body.region-pl form.custom .custom.region-pl {
    display: inherit
}
body .state-ak,
body form.custom .custom.state-ak {
    display: none
}
body.state-ak .state-ak,
body.state-ak form.custom .custom.state-ak {
    display: inherit
}
body .state-al,
body form.custom .custom.state-al {
    display: none
}
body.state-al .state-al,
body.state-al form.custom .custom.state-al {
    display: inherit
}
body .state-ar,
body form.custom .custom.state-ar {
    display: none
}
body.state-ar .state-ar,
body.state-ar form.custom .custom.state-ar {
    display: inherit
}
body .state-az,
body form.custom .custom.state-az {
    display: none
}
body.state-az .state-az,
body.state-az form.custom .custom.state-az {
    display: inherit
}
body .state-ca,
body form.custom .custom.state-ca {
    display: none
}
body.state-ca .state-ca,
body.state-ca form.custom .custom.state-ca {
    display: inherit
}
body .state-co,
body form.custom .custom.state-co {
    display: none
}
body.state-co .state-co,
body.state-co form.custom .custom.state-co {
    display: inherit
}
body .state-ct,
body form.custom .custom.state-ct {
    display: none
}
body.state-ct .state-ct,
body.state-ct form.custom .custom.state-ct {
    display: inherit
}
body .state-dc,
body form.custom .custom.state-dc {
    display: none
}
body.state-dc .state-dc,
body.state-dc form.custom .custom.state-dc {
    display: inherit
}
body .state-de,
body form.custom .custom.state-de {
    display: none
}
body.state-de .state-de,
body.state-de form.custom .custom.state-de {
    display: inherit
}
body .state-fl,
body form.custom .custom.state-fl {
    display: none
}
body.state-fl .state-fl,
body.state-fl form.custom .custom.state-fl {
    display: inherit
}
body .state-ga,
body form.custom .custom.state-ga {
    display: none
}
body.state-ga .state-ga,
body.state-ga form.custom .custom.state-ga {
    display: inherit
}
body .state-hi,
body form.custom .custom.state-hi {
    display: none
}
body.state-hi .state-hi,
body.state-hi form.custom .custom.state-hi {
    display: inherit
}
body .state-ia,
body form.custom .custom.state-ia {
    display: none
}
body.state-ia .state-ia,
body.state-ia form.custom .custom.state-ia {
    display: inherit
}
body .state-id,
body form.custom .custom.state-id {
    display: none
}
body.state-id .state-id,
body.state-id form.custom .custom.state-id {
    display: inherit
}
body .state-il,
body form.custom .custom.state-il {
    display: none
}
body.state-il .state-il,
body.state-il form.custom .custom.state-il {
    display: inherit
}
body .state-in,
body form.custom .custom.state-in {
    display: none
}
body.state-in .state-in,
body.state-in form.custom .custom.state-in {
    display: inherit
}
body .state-ks,
body form.custom .custom.state-ks {
    display: none
}
body.state-ks .state-ks,
body.state-ks form.custom .custom.state-ks {
    display: inherit
}
body .state-ky,
body form.custom .custom.state-ky {
    display: none
}
body.state-ky .state-ky,
body.state-ky form.custom .custom.state-ky {
    display: inherit
}
body .state-la,
body form.custom .custom.state-la {
    display: none
}
body.state-la .state-la,
body.state-la form.custom .custom.state-la {
    display: inherit
}
body .state-ma,
body form.custom .custom.state-ma {
    display: none
}
body.state-ma .state-ma,
body.state-ma form.custom .custom.state-ma {
    display: inherit
}
body .state-md,
body form.custom .custom.state-md {
    display: none
}
body.state-md .state-md,
body.state-md form.custom .custom.state-md {
    display: inherit
}
body .state-me,
body form.custom .custom.state-me {
    display: none
}
body.state-me .state-me,
body.state-me form.custom .custom.state-me {
    display: inherit
}
body .state-mi,
body form.custom .custom.state-mi {
    display: none
}
body.state-mi .state-mi,
body.state-mi form.custom .custom.state-mi {
    display: inherit
}
body .state-mn,
body form.custom .custom.state-mn {
    display: none
}
body.state-mn .state-mn,
body.state-mn form.custom .custom.state-mn {
    display: inherit
}
body .state-mo,
body form.custom .custom.state-mo {
    display: none
}
body.state-mo .state-mo,
body.state-mo form.custom .custom.state-mo {
    display: inherit
}
body .state-ms,
body form.custom .custom.state-ms {
    display: none
}
body.state-ms .state-ms,
body.state-ms form.custom .custom.state-ms {
    display: inherit
}
body .state-mt,
body form.custom .custom.state-mt {
    display: none
}
body.state-mt .state-mt,
body.state-mt form.custom .custom.state-mt {
    display: inherit
}
body .state-nc,
body form.custom .custom.state-nc {
    display: none
}
body.state-nc .state-nc,
body.state-nc form.custom .custom.state-nc {
    display: inherit
}
body .state-nd,
body form.custom .custom.state-nd {
    display: none
}
body.state-nd .state-nd,
body.state-nd form.custom .custom.state-nd {
    display: inherit
}
body .state-ne,
body form.custom .custom.state-ne {
    display: none
}
body.state-ne .state-ne,
body.state-ne form.custom .custom.state-ne {
    display: inherit
}
body .state-nh,
body form.custom .custom.state-nh {
    display: none
}
body.state-nh .state-nh,
body.state-nh form.custom .custom.state-nh {
    display: inherit
}
body .state-nj,
body form.custom .custom.state-nj {
    display: none
}
body.state-nj .state-nj,
body.state-nj form.custom .custom.state-nj {
    display: inherit
}
body .state-nm,
body form.custom .custom.state-nm {
    display: none
}
body.state-nm .state-nm,
body.state-nm form.custom .custom.state-nm {
    display: inherit
}
body .state-nv,
body form.custom .custom.state-nv {
    display: none
}
body.state-nv .state-nv,
body.state-nv form.custom .custom.state-nv {
    display: inherit
}
body .state-ny,
body form.custom .custom.state-ny {
    display: none
}
body.state-ny .state-ny,
body.state-ny form.custom .custom.state-ny {
    display: inherit
}
body .state-oh,
body form.custom .custom.state-oh {
    display: none
}
body.state-oh .state-oh,
body.state-oh form.custom .custom.state-oh {
    display: inherit
}
body .state-ok,
body form.custom .custom.state-ok {
    display: none
}
body.state-ok .state-ok,
body.state-ok form.custom .custom.state-ok {
    display: inherit
}
body .state-or,
body form.custom .custom.state-or {
    display: none
}
body.state-or .state-or,
body.state-or form.custom .custom.state-or {
    display: inherit
}
body .state-pa,
body form.custom .custom.state-pa {
    display: none
}
body.state-pa .state-pa,
body.state-pa form.custom .custom.state-pa {
    display: inherit
}
body .state-pr,
body form.custom .custom.state-pr {
    display: none
}
body.state-pr .state-pr,
body.state-pr form.custom .custom.state-pr {
    display: inherit
}
body .state-ri,
body form.custom .custom.state-ri {
    display: none
}
body.state-ri .state-ri,
body.state-ri form.custom .custom.state-ri {
    display: inherit
}
body .state-sc,
body form.custom .custom.state-sc {
    display: none
}
body.state-sc .state-sc,
body.state-sc form.custom .custom.state-sc {
    display: inherit
}
body .state-sd,
body form.custom .custom.state-sd {
    display: none
}
body.state-sd .state-sd,
body.state-sd form.custom .custom.state-sd {
    display: inherit
}
body .state-tn,
body form.custom .custom.state-tn {
    display: none
}
body.state-tn .state-tn,
body.state-tn form.custom .custom.state-tn {
    display: inherit
}
body .state-tx,
body form.custom .custom.state-tx {
    display: none
}
body.state-tx .state-tx,
body.state-tx form.custom .custom.state-tx {
    display: inherit
}
body .state-ut,
body form.custom .custom.state-ut {
    display: none
}
body.state-ut .state-ut,
body.state-ut form.custom .custom.state-ut {
    display: inherit
}
body .state-va,
body form.custom .custom.state-va {
    display: none
}
body.state-va .state-va,
body.state-va form.custom .custom.state-va {
    display: inherit
}
body .state-vt,
body form.custom .custom.state-vt {
    display: none
}
body.state-vt .state-vt,
body.state-vt form.custom .custom.state-vt {
    display: inherit
}
body .state-wa,
body form.custom .custom.state-wa {
    display: none
}
body.state-wa .state-wa,
body.state-wa form.custom .custom.state-wa {
    display: inherit
}
body .state-wi,
body form.custom .custom.state-wi {
    display: none
}
body.state-wi .state-wi,
body.state-wi form.custom .custom.state-wi {
    display: inherit
}
body .state-wv,
body form.custom .custom.state-wv {
    display: none
}
body.state-wv .state-wv,
body.state-wv form.custom .custom.state-wv {
    display: inherit
}
body .state-wy,
body form.custom .custom.state-wy {
    display: none
}
body.state-wy .state-wy,
body.state-wy form.custom .custom.state-wy {
    display: inherit
}
body .state-ab,
body form.custom .custom.state-ab {
    display: none
}
body.state-ab .state-ab,
body.state-ab form.custom .custom.state-ab {
    display: inherit
}
body .state-bc,
body form.custom .custom.state-bc {
    display: none
}
body.state-bc .state-bc,
body.state-bc form.custom .custom.state-bc {
    display: inherit
}
body .state-mb,
body form.custom .custom.state-mb {
    display: none
}
body.state-mb .state-mb,
body.state-mb form.custom .custom.state-mb {
    display: inherit
}
body .state-nb,
body form.custom .custom.state-nb {
    display: none
}
body.state-nb .state-nb,
body.state-nb form.custom .custom.state-nb {
    display: inherit
}
body .state-nf,
body form.custom .custom.state-nf {
    display: none
}
body.state-nf .state-nf,
body.state-nf form.custom .custom.state-nf {
    display: inherit
}
body .state-nt,
body form.custom .custom.state-nt {
    display: none
}
body.state-nt .state-nt,
body.state-nt form.custom .custom.state-nt {
    display: inherit
}
body .state-ns,
body form.custom .custom.state-ns {
    display: none
}
body.state-ns .state-ns,
body.state-ns form.custom .custom.state-ns {
    display: inherit
}
body .state-nu,
body form.custom .custom.state-nu {
    display: none
}
body.state-nu .state-nu,
body.state-nu form.custom .custom.state-nu {
    display: inherit
}
body .state-on,
body form.custom .custom.state-on {
    display: none
}
body.state-on .state-on,
body.state-on form.custom .custom.state-on {
    display: inherit
}
body .state-pe,
body form.custom .custom.state-pe {
    display: none
}
body.state-pe .state-pe,
body.state-pe form.custom .custom.state-pe {
    display: inherit
}
body .state-qc,
body form.custom .custom.state-qc {
    display: none
}
body.state-qc .state-qc,
body.state-qc form.custom .custom.state-qc {
    display: inherit
}
body .state-sk,
body form.custom .custom.state-sk {
    display: none
}
body.state-sk .state-sk,
body.state-sk form.custom .custom.state-sk {
    display: inherit
}
body .state-yt,
body form.custom .custom.state-yt {
    display: none
}
body.state-yt .state-yt,
body.state-yt form.custom .custom.state-yt {
    display: inherit
}
.panel-whitepaper>.large-8 {
    padding-left: 1.9375em !important
}
.panel-whitepaper>.large-4 {
    padding-right: 1.9375em !important
}
.panel-whitepaper .title,
.panel-whitepaper .subtitle {
    width: 100%;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 0.5em
}
.panel-whitepaper .title {
    font-size: 14px
}
.panel-whitepaper .subtitle {
    font-size: 24px
}
.panel-whitepaper .icon {
    color: #d5d5d5;
    font-size: 110px
}
.panel-whitepaper .whitepaper {
    font-size: 36px
}
.panel-whitepaper p {
    font-size: 20px
}
.panel-job-opportunities {
    max-width: 1200px !important;
    margin-right: auto !important;
    margin-left: auto !important
}
.panel-job-opportunities>.large-8 {
    padding-left: 0
}
.panel-job-opportunities>.larget-4 {
    padding-right: 0
}
.panel-job-opportunities .icon-leaf {
    float: left;
    font-size: 100px !important
}
.panel-job-opportunities .title,
.panel-job-opportunities .subtitle {
    width: 100%;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 0.5em
}
.panel-job-opportunities .title {
    font-size: 14px
}
.panel-job-opportunities .subtitle {
    font-size: 24px
}
.panel-job-opportunities .icon {
    color: #d5d5d5;
    font-size: 110px
}
.panel-job-opportunities .current-opportunities {
    font-size: 36px
}
.panel-job-opportunities p,
.panel-job-opportunities a {
    margin-bottom: 0
}
.panel-job-opportunities p {
    font-size: 20px
}
@media (max-width: 1200px) {
    .panel-job-opportunities .current-opportunities {
        font-size: 25px !important
    }
    
    .panel-job-opportunities .icon-leaf {
        font-size: 75px !important
    }
}
.slideshow .slides {
    margin: 0
}
.slideshow .slides li {
    text-align: left
}
.slideshow .indicators {
    margin-top: 1em
}
.slideshow .indicators li {
    border-radius: 8px;
    background: #e1e0df;
    width: 16px;
    height: 16px;
    margin: 0 8px;
    list-style: none;
    cursor: pointer;
    display: inline-block
}
.slideshow .indicators li.active {
    background: #da291c
}
.slideshow p {
    font-size: 20px
}
#search-overlay div {
    position: relative
}
#search-overlay h3 {
    font-size: 42px;
    font-weight: normal;
    margin: 0
}
#search-overlay .inner {
    padding: 1em
}
#search-overlay .search-products,
#search-overlay .search-pages {
    *zoom: 1;
    margin: 1em 0 2em 0
}
#search-overlay .search-products:before,
#search-overlay .search-products:after,
#search-overlay .search-pages:before,
#search-overlay .search-pages:after {
    content: " ";
    display: table
}
#search-overlay .search-products:after,
#search-overlay .search-pages:after {
    clear: both
}
#search-overlay .search-products li a,
#search-overlay .search-pages li a {
    -webkit-transition: color, background 0.25s ease-in-out;
    -moz-transition: color, background 0.25s ease-in-out;
    transition: color, background 0.25s ease-in-out;
    position: relative;
    display: block;
    height: 380px;
    background: #fff;
    color: #000;
    text-align: center;
    padding: 28px;
    overflow: hidden;
    line-height: 1.5em
}
#search-overlay .search-products li a .title,
#search-overlay .search-products li a .image,
#search-overlay .search-products li a .content,
#search-overlay .search-products li a .button-container,
#search-overlay .search-pages li a .title,
#search-overlay .search-pages li a .image,
#search-overlay .search-pages li a .content,
#search-overlay .search-pages li a .button-container {
    position: relative;
    display: block
}
#search-overlay .search-products li a .title,
#search-overlay .search-pages li a .title {
    font-weight: bold;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0 auto 0.5em auto;
    display: table;
    line-height: 1em;
    height: 2em
}
#search-overlay .search-products li a .title>span,
#search-overlay .search-pages li a .title>span {
    display: table-cell;
    vertical-align: bottom;
    text-align: center
}
#search-overlay .search-products li a .button-container,
#search-overlay .search-pages li a .button-container {
    -webkit-transition: top 0.25s ease-in-out;
    -moz-transition: top 0.25s ease-in-out;
    transition: top 0.25s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}
#search-overlay .search-products li a:hover,
#search-overlay .search-pages li a:hover {
    background: #000;
    color: #fff
}
#search-overlay .search-products li a .content {
    width: 100%;
    height: 200px;
    margin: 0 auto 1em auto
}
#search-overlay .search-products li a .button-container {
    -webkit-transition: top 0.25s ease-in-out;
    -moz-transition: top 0.25s ease-in-out;
    transition: top 0.25s ease-in-out;
    top: -300px
}
#search-overlay .search-products li a .image {
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    opacity: 1
}
#search-overlay .search-products li a:hover .image {
    opacity: 0
}
#search-overlay .search-products li a:hover .button-container {
    top: 50%
}
#search-overlay .search-pages li a .description {
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    opacity: 1;
    font-size: 22px
}
#search-overlay .search-pages li a .button-container {
    -webkit-transition: top 0.25s ease-in-out;
    -moz-transition: top 0.25s ease-in-out;
    transition: top 0.25s ease-in-out;
    top: 380px
}
#search-overlay .search-pages li a:hover .description {
    opacity: 0
}
#search-overlay .search-pages li a:hover .button-container {
    top: 0
}
#search-overlay-input {
    background: transparent;
    border: none;
    color: #fff;
    width: 100%;
    padding: 0;
    margin: 0;
    font-weight: bold;
    font-size: 80px;
    line-height: 80px;
    height: 90px
}
#search-overlay-input:focus {
    box-shadow: none;
    border: none
}
#share-dropdown a {
    font-size: 32px;
    color: #fff;
    margin-left: 0.25em
}
#share-dropdown a:hover {
    color: #da291c
}
#cookie-law {
    -webkit-transition: height 0.35s ease-in-out;
    -moz-transition: height 0.35s ease-in-out;
    transition: height 0.35s ease-in-out;
    height: 0;
    overflow: hidden
}
body.cookie #cookie-law {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background: #3c3c3c;
    color: #a2a1a1;
    padding: 1em
}
body.cookie #cookie-law p {
    font-size: 14px
}
body.cookie article {
    -webkit-transition: padding-top 0.35s ease-in-out;
    -moz-transition: padding-top 0.35s ease-in-out;
    transition: padding-top 0.35s ease-in-out;
    padding-top: 264px
}
body.cookie article>header {
    -webkit-transition: top 0.35s ease-in-out;
    -moz-transition: top 0.35s ease-in-out;
    transition: top 0.35s ease-in-out;
    top: 180px
}
body.page-index {
    margin: 0;
    padding: 0;
    overflow: auto
}
body.page-index article,
body.page-index article>section,
body.page-index article>section>.inner,
body.page-index article>section>.inner>.row,
body.page-index article>section>.inner>.row>.columns,
body.page-index .container {
    height: 100%
}
body.page-index article {
    width: 100%;
    margin: 0;
    padding: 0
}
body.page-index article>section .container {
    display: table;
    margin-left: 50px;
    max-width: 620px
}
body.page-index article>section .container>.inner {
    display: table-cell;
    vertical-align: middle
}
body.page-index article>section .container>.inner #btnGo {
    margin-top: 20px
}
body.page-index article p {
    font-size: 18px;
    line-height: 1.5em
}
body.page-index form.custom .custom.dropdown {
    width: 240px;
    margin-bottom: 0.5em
}
body.page-index .agree {
    margin-top: 1em
}
body.page-index .button {
    padding-left: 40px;
    padding-right: 40px
}
body.page-index .logo {
    width: 531px;
    height: 71px;
    margin-bottom: 2em
}
body.page-index input[type='checkbox'] {
    display: none
}
body.page-index label {
    color: #000
}
body.page-index label,
body.page-index a.cookie-message {
    display: block;
    font-size: 16px;
    line-height: 1.25em
}
body.page-index .checkbox {
    line-height: 1.5em
}
body.page-index .bg {
    background: url("../images/map.jpg") no-repeat right center;
    background-size: cover;
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0
}
body.page-index .container .inner .row .large-12>a.large {
    margin-top: 25px
}
.no-svg body.page-index .row .large-offset-6 {
    margin-left: auto;
    left: 50%
}
body.page-home #main-content {
    padding: 0
}
body.page-home #main-content>div {
    position: relative;
    height: 635px
}
body.page-home #main-content>div:nth-child(odd) {
    background: #e1e0df
}
@media (max-width: 1150px) {
    body.page-home #main-content>div {
        height: 655px
    }
}
body.page-home #main-content>#hero {
    background-color: #282828
}
body.page-home article #about .sub-menu,
body.page-home article #commitment .sub-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f6f5f4;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px
}
body.page-home article #about .sub-menu ul,
body.page-home article #about .sub-menu li,
body.page-home article #about .sub-menu a,
body.page-home article #commitment .sub-menu ul,
body.page-home article #commitment .sub-menu li,
body.page-home article #commitment .sub-menu a {
    padding: 0;
    margin: 0;
    position: relative
}
body.page-home article #about .sub-menu ul,
body.page-home article #commitment .sub-menu ul {
    max-width: 1200px;
    margin: 0 auto;
    list-style: none
}
@media (max-width: 1150px) {
    body.page-home article #about .sub-menu ul,
    body.page-home article #about .sub-menu ul li,
    body.page-home article #commitment .sub-menu ul,
    body.page-home article #commitment .sub-menu ul li {
        height: 80px
    }
}
body.page-home article #about .sub-menu ul li,
body.page-home article #commitment .sub-menu ul li {
    width: 25%;
    display: table
}
body.page-home article #about .sub-menu ul li a,
body.page-home article #commitment .sub-menu ul li a {
    max-width: 248px;
    display: table-cell;
    vertical-align: middle;
    color: #666;
    font-size: 20px;
    font-weight: bold;
    padding: 1em;
    line-height: 1em
}
body.page-home article #about .sub-menu ul li a:hover,
body.page-home article #commitment .sub-menu ul li a:hover {
    color: #da291c;
    background: #fff
}
body.page-home article #about .sub-menu ul li {
    width: 25%
}
body.page-home article #hero {
    height: 535px;
    padding: 0;
    overflow-y: hidden
}
@media (max-width: 1150px) {
    body.page-home article #hero {
        height: 555px
    }
}
body.page-home article #hero>div {
    position: relative;
    display: table;
    width: 100%;
    height: 535px
}
body.page-home article #hero,
body.page-home article #hero h1,
body.page-home article #hero h2 {
    color: #fff
}
body.page-home article #hero #home-slideshow {
    margin: 0 auto
}
body.page-home article #hero #home-slideshow li .left-40 {
    width: 40%;
    height: 475px;
    margin: 0;
    padding: 0;
    float: left;
    clear: none
}
body.page-home article #hero #home-slideshow li .left-40 .inner {
    width: 75%;
    height: 100%;
    margin: 0 auto;
    padding-top: 60px;
    display: block;
    text-align: left
}
body.page-home article #hero #home-slideshow li .left-40 .inner h2 {
    width: 100%;
    font-size: 42px;
    word-wrap: break-word
}
body.page-home article #hero #home-slideshow li .left-40 .inner p,
body.page-home article #hero #home-slideshow li .left-40 .inner a {
    font-size: 17px
}
@media (max-width: 1200px) {
    body.page-home article #hero #home-slideshow li .left-40 .inner {
        padding-top: 50px
    }
    
    body.page-home article #hero #home-slideshow li .left-40 .inner h2 {
        font-size: 35px
    }
    
    body.page-home article #hero #home-slideshow li .left-40 .inner p,
    body.page-home article #hero #home-slideshow li .left-40 .inner a {
        font-size: 16px
    }
}
@media (max-width: 1100px) {
    body.page-home article #hero #home-slideshow li .left-40 .inner {
        padding-left: 15px
    }
    
    body.page-home article #hero #home-slideshow li .left-40 .inner h2 {
        font-size: 30px
    }
}
body.page-home article #hero #home-slideshow li .right-60 {
    width: 60%;
    max-width: 890px;
    height: 475px;
    float: left;
    clear: none;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat !important
}
body.page-home article #hero #home-slideshow li .content {
    height: 535px;
    position: relative;
    display: table-cell;
    vertical-align: top !important
}
body.page-home article #hero .sub-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f6f5f4;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px
}
body.page-home article #hero .sub-menu ul,
body.page-home article #hero .sub-menu li,
body.page-home article #hero .sub-menu a {
    padding: 0;
    margin: 0;
    position: relative
}
body.page-home article #hero .sub-menu ul {
    max-width: 1200px;
    margin: 0 auto;
    list-style: none
}
body.page-home article #hero .sub-menu ul li {
    height: 80px;
    display: table
}
body.page-home article #hero .sub-menu ul li a {
    display: table-cell;
    vertical-align: middle;
    color: #666;
    font-weight: bold;
    padding: 1em;
    line-height: 1em;
    font-size: 20px
}
body.page-home article #hero .sub-menu ul li a:hover {
    color: #da291c;
    background: #fff
}
body.page-home article #hero .sub-menu ul li a .slide-progress-bar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: none;
    vertical-align: top;
    margin-top: -6px;
    border-bottom: 6px solid #da291c
}
body.page-home article #solutions {
    height: auto
}
body.page-home article #solutions .content {
    padding-top: 35px;
    height: 435px
}
body.page-home article #solutions nav {
    margin-top: 30px;
    background: rgba(246, 245, 244, 0.9)
}
body.page-home article #solutions nav ul,
body.page-home article #solutions nav li,
body.page-home article #solutions nav a {
    padding: 0;
    margin: 0
}
body.page-home article #solutions nav ul {
    max-width: 1200px;
    margin: 0 auto
}
body.page-home article #solutions nav ul li a {
    display: block;
    font-weight: bold;
    color: #000;
    border: none;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 16px;
    padding: 1em
}
body.page-home article #solutions nav ul li a i {
    display: block;
    font-size: 70px
}
body.page-home article #solutions nav ul li a>span {
    display: table;
    width: 100%;
    height: 2em;
    line-height: 1em;
    margin-top: 1em
}
body.page-home article #solutions nav ul li a>span>span {
    display: table-cell;
    vertical-align: middle
}
body.page-home article #solutions nav ul li a:hover {
    color: #da291c;
    border: none;
    background: #fff
}
body.page-home article #products {
    height: auto;
    padding: 40px 0
}
body.page-home article #products nav div.columns {
    height: 300px;
    position: relative
}
body.page-home article #products nav a {
    -webkit-transition: height 0.25s ease-in-out;
    -moz-transition: height 0.25s ease-in-out;
    transition: height 0.25s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0.9375em;
    right: 0.9375em;
    display: block;
    height: 230px;
    padding: 25px 20px 140px 20px;
    text-align: center;
    background: #fff;
    overflow: hidden
}
body.page-home article #products nav a span {
    display: block
}
body.page-home article #products nav a .title {
    -webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
    height: 50px;
    display: table;
    text-align: center;
    width: 100%;
    color: #000
}
body.page-home article #products nav a .title .text {
    display: table-cell;
    vertical-align: middle
}
body.page-home article #products nav a .description {
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    height: 40px;
    opacity: 0;
    margin-top: 10px;
    color: #000
}
body.page-home article #products nav a .image {
    -webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    text-align: center
}
body.page-home article #products nav a:hover {
    height: 300px
}
body.page-home article #products nav a:hover .title {
    color: #da291c
}
body.page-home article #products nav a:hover .description {
    opacity: 1
}
body.page-home article #products nav a:hover .image {
    opacity: 0
}
body.page-home article .bg-image {
    position: relative
}
body.page-home article .bg-image img {
    height: auto;
    position: absolute;
    bottom: 0
}
body.page-home article #about .content .large-table {
    padding-left: 10px
}
body.page-home article #commitment .content .large-table {
    padding-right: 10px
}
body.page-home article #about,
body.page-home article #commitment {
    height: auto;
    padding-bottom: 80px
}
body.page-home article #about .content,
body.page-home article #commitment .content {
    height: 100%
}
body.page-home article #about .content.bg-image,
body.page-home article #commitment .content.bg-image {
    height: 640px
}
body.page-home article #about .content.bg-image img,
body.page-home article #commitment .content.bg-image img {
    width: 100%;
    bottom: -20px;
    left: 0;
    position: absolute
}
body.page-home article #about .content .large-table,
body.page-home article #commitment .content .large-table {
    margin-top: 80px;
    height: 100%
}
body.page-home article #careers {
    height: auto !important;
    min-height: 635px;
    margin-bottom: 4em;
    padding-top: 50px
}
body.page-home article #careers .content {
    height: auto
}
body.page-home article #button-request-wrap {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    width: 290px;
    height: 240px;
    padding: 20px 15px;
    position: fixed;
    top: 270px;
    left: -233px;
    z-index: 10;
    background-color: #000000
}
body.page-home article #button-request-wrap.active {
    left: 0
}
body.page-home article #button-request-wrap .request-form {
    float: left;
    display: inline-block;
    text-align: left
}
body.page-home article #button-request-wrap .request-form input {
    width: 213px;
    height: 30px;
    color: #FFFFFF;
    font-size: 16px;
    background-color: #3c3c3c;
    border: none
}
body.page-home article #button-request-wrap .request-form button {
    height: 33px;
    padding: 10px;
    font-size: 16px
}
body.page-home article #button-request-wrap .request-form button:hover {
    cursor: pointer
}
body.page-home article #button-request-wrap #button-request-a-quote {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    width: 218px;
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 110px;
    left: 150px;
    font-size: 18px;
    color: #ccc
}
body.page-home article #button-request-wrap #button-request-a-quote:hover {
    color: #fff
}
body.page-home article #button-request-wrap #button-request-a-quote i {
    margin-left: 8px
}
body.page-home.language-1045 article #solutions nav ul li,
body.page-home.language-1043 article #solutions nav ul li,
body.page-home.language-1031 article #solutions nav ul li {
    height: 150px
}
body.page-home.language-1045 article #solutions nav ul li:nth-child(3) a>span,
body.page-home.language-1043 article #solutions nav ul li:nth-child(3) a>span,
body.page-home.language-1031 article #solutions nav ul li:nth-child(3) a>span {
    font-size: 14px;
    position: relative;
    bottom: -5px
}
body.page-home.language-1045 .large-table-cell h1,
body.page-home.language-1045 .large-table-cell h2 {
    font-size: 3.5em
}
body.page-home.language-1043 #products nav .columns:last-child .title {
    font-size: 22px;
    line-height: auto
}
body.page-home.language-1036 #button-request-wrap #button-request-a-quote {
    font-size: 15px
}
.no-svg .columns.large-2 {
    width: 16.667% !important
}
.no-svg .columns.large-3 {
    width: 25% !important
}
.no-svg .columns.large-4 {
    width: 33.333% !important
}
.no-svg .columns.large-6 {
    width: 50% !important
}
.no-svg .overlay {
    background: #000000 !important
}
.no-svg ul li {
    float: left;
    list-style: none
}
.no-svg ul.large-block-grid-3 li {
    width: 50% !important
}
.no-svg ul.large-block-grid-3 li {
    width: 33.333% !important
}
.no-svg ul.large-block-grid-4 li {
    width: 25% !important
}
.no-svg ul.large-block-grid-5 li {
    width: 20% !important
}
.no-svg ul.large-block-grid-6 li {
    width: 16.667% !important
}
.no-svg article>header .columns.medium-center a {
    width: 228px;
    height: 24px;
    margin: 0 auto;
    display: block;
    background: url("/images/logo-us.png") no-repeat
}
.no-svg article>header .columns.medium-center img {
    display: none
}
.no-svg article>header .columns.medium-right {
    text-align: right
}
.no-svg article>header .columns.medium-right a {
    float: none;
    display: inline-block
}
.no-svg .custom.dropdown.region ul li,
.no-svg .custom.dropdown.language ul li {
    width: 100%;
    float: left
}
.no-svg #main-menu section.find-baker-locations {
    width: 100%;
    height: 122px;
    background: url("images/nav-world-map.png") no-repeat bottom center;
    border: none
}
.no-svg #main-menu section.find-baker-locations img {
    display: none
}
.no-svg .page-home #button-request-wrap {
    display: none
}
.no-svg .page-home article #products nav a {
    height: 300px
}
.no-svg .page-home nav.sub-menu ul li {
    width: 20%;
    float: left
}
.no-svg .page-home #main-content .content .mcenter h2,
.no-svg .page-home #main-content .content .mcenter p {
    text-align: center
}
.no-svg .page-home #main-content #about .content.bg-image img,
.no-svg .page-home #main-content #commitment .content.bg-image img {
    width: auto
}
body.page-case-study #main-content>div {
    position: relative
}
body.page-case-study #main-content>div:nth-child(odd) {
    background: #e1e0df
}
body.page-case-study #main-content header {
    margin-bottom: 2em
}
body.page-case-study #main-content div.highlight {
    background: #e1e0df;
    padding: 42px
}
body.page-case-study #main-content div.highlight img {
    float: right;
    margin: 0 0 1em 1em
}
body.page-case-study #main-content div.join-email-list {
    margin-top: 1em
}
body.page-case-study #main-content .related-links {
    padding-top: 2em
}
body.page-case-study #main-content .related-links h4,
body.page-case-study #main-content .related-links h5 {
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 1em 0
}
body.page-careers #main-content>header {
    margin-bottom: 2em
}
body.page-careers #main-content .borders {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px #e4e3e2 solid;
    border-bottom: 1px #e4e3e2 solid
}
body.page-careers #main-content .borders>div {
    padding: 0
}
body.page-careers #main-content>div header a,
body.page-careers #main-content>div header h4 {
    margin: 0;
    padding: 0;
    line-height: 110px
}
body.page-careers #main-content>div header a {
    color: #000;
    font-weight: bold;
    font-size: 24px
}
body.page-careers #main-content>div h4 {
    text-transform: uppercase
}
body.page-careers #main-content>div .why-baker h4 {
    line-height: 110px
}
body.page-careers #main-content .panel-job-opporunities a.button.large.radius.expand.current-opportunities {
    padding: 0.53125em
}
body.page-current-opportunities #main-content .why-baker {
    display: block;
    margin-top: 1em;
    font-size: 22px;
    line-height: 1.5em
}
body.page-current-opportunities #main-content .result-count {
    font-size: 16px;
    text-align: center;
    margin-top: 0.5em
}
body.page-current-opportunities #main-content .career-search {
    position: relative;
    margin: 2em 0;
    padding-top: 1em
}
body.page-current-opportunities #main-content .career-search input[type='radio'] {
    display: none
}
body.page-current-opportunities #main-content .career-search a.refine {
    display: block;
    background: transparent;
    color: #000;
    font-weight: bold;
    font-size: 24px;
    width: 100%;
    text-align: center;
    padding: 20px
}
body.page-current-opportunities #main-content .career-search a.refine:hover {
    background: #000;
    color: #fff
}
body.page-current-opportunities #main-content .career-search a.close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
    color: #fff
}
body.page-current-opportunities #main-content .career-search a.close:hover {
    color: #da291c
}
body.page-current-opportunities #main-content .career-search .form {
    -webkit-transition: height 0.25s ease-in-out;
    -moz-transition: height 0.25s ease-in-out;
    transition: height 0.25s ease-in-out;
    position: relative;
    overflow: hidden;
    height: 0;
    background: #000
}
body.page-current-opportunities #main-content .career-search .form div.inner {
    position: relative;
    padding: 40px 80px
}
body.page-current-opportunities #main-content .career-search .form input[type=text] {
    height: 2.3em
}
body.page-current-opportunities #main-content .career-search .form .custom.dropdown ul {
    height: 135px
}
body.page-current-opportunities #main-content .career-search .form .custom.dropdown ul li span {
    cursor: pointer
}
body.page-current-opportunities #main-content .career-search.active a.refine {
    background: #000;
    color: #fff
}
body.page-current-opportunities #main-content .career-search.active .form {
    height: 235px
}
body.page-current-opportunities #main-content .career-results table {
    width: 100%;
    background: #e1e0df;
    margin-bottom: 4em
}
body.page-current-opportunities #main-content .career-results table th {
    text-transform: uppercase
}
body.page-current-opportunities #main-content .career-results table tr:nth-child(even) {
    background: #fff
}
body.page-current-opportunities #main-content .career-results table tr td {
    -webkit-transition: background 0.25s ease-in-out;
    -moz-transition: background 0.25s ease-in-out;
    transition: background 0.25s ease-in-out
}
body.page-current-opportunities #main-content .career-results table tr:hover td {
    background: #000
}
body.page-current-opportunities #main-content .career-results table tr:hover td,
body.page-current-opportunities #main-content .career-results table tr:hover td a {
    color: #fff
}
body.page-current-opportunities #main-content .career-results table tr th:first-child,
body.page-current-opportunities #main-content .career-results table tr td:first-child {
    font-weight: bold;
    padding: 0 0 0 50px
}
body.page-current-opportunities #main-content .career-results table thead tr {
    background: #fff
}
body.page-current-opportunities #main-content .career-results table a {
    display: block;
    color: #000
}
body.page-career-detail #main-content>div {
    position: relative
}
body.page-career-detail #main-content>div:nth-child(even) {
    background: #e1e0df
}
body.page-career-detail #main-content .divider {
    border-bottom: 1px solid #e1e0df;
    padding: 4em 1em
}
body.page-career-detail #main-content h1,
body.page-career-detail #main-content h2,
body.page-career-detail #main-content h3,
body.page-career-detail #main-content h4,
body.page-career-detail #main-content h5,
body.page-career-detail #main-content h6 {
    text-transform: uppercase
}
body.page-career-detail #main-content .details>.columns:last-child {
    float: left
}
body.page-career-detail #main-content .career-search {
    position: relative;
    margin: 0;
    padding-top: 1em
}
body.page-career-detail #main-content .career-search h4 {
    display: block;
    text-align: center;
    text-transform: uppercase
}
body.page-career-detail #main-content .career-search input[type='radio'] {
    display: none
}
body.page-career-detail #main-content .career-search a.refine {
    display: block;
    background: transparent;
    color: #000;
    font-weight: bold;
    font-size: 24px;
    width: 100%;
    text-align: center;
    padding: 20px
}
body.page-career-detail #main-content .career-search a.refine:hover {
    background: #000;
    color: #fff
}
body.page-career-detail #main-content .career-search a.close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
    color: #fff
}
body.page-career-detail #main-content .career-search a.close:hover {
    color: #da291c
}
body.page-career-detail #main-content .career-search .form {
    height: 235px;
    -webkit-transition: height 0.25s ease-in-out;
    -moz-transition: height 0.25s ease-in-out;
    transition: height 0.25s ease-in-out;
    position: relative;
    overflow: hidden;
    height: 0;
    background: #000
}
body.page-career-detail #main-content .career-search .form div.inner {
    position: relative;
    padding: 40px 80px
}
body.page-career-detail #main-content .career-search .form .custom.dropdown ul {
    height: 135px
}
body.page-career-detail #main-content .career-search .form .custom.dropdown ul li span {
    cursor: pointer
}
body.page-career-detail #main-content .career-search.active a.refine {
    background: #000;
    color: #fff
}
body.page-career-detail #main-content .career-search.active form {
    height: 230px
}
body.page-career-detail #main-content .result-count {
    font-size: 16px;
    text-align: center
}
body.page-career-detail #main-content .career-results table {
    width: 100%;
    background: #fff;
    margin-bottom: 4em
}
body.page-career-detail #main-content .career-results table th {
    text-transform: uppercase
}
body.page-career-detail #main-content .career-results table tr:nth-child(even) {
    background: #e1e0df
}
body.page-career-detail #main-content .career-results table tr td {
    -webkit-transition: background 0.25s ease-in-out;
    -moz-transition: background 0.25s ease-in-out;
    transition: background 0.25s ease-in-out
}
body.page-career-detail #main-content .career-results table tr:hover td {
    background: #000
}
body.page-career-detail #main-content .career-results table tr:hover td,
body.page-career-detail #main-content .career-results table tr:hover td a {
    color: #fff
}
body.page-career-detail #main-content .career-results table tr th:first-child,
body.page-career-detail #main-content .career-results table tr td:first-child {
    font-weight: bold;
    padding: 0 0 0 50px
}
body.page-career-detail #main-content .career-results table thead tr {
    background: #e1e0df
}
body.page-career-detail #main-content .career-results table a {
    display: block;
    color: #000
}
body.page-career-detail #main-content .requirements {
    margin-left: 1em
}
body.page-career-detail #main-content .buttons {
    padding: 1em 0
}
body.page-career-detail #main-content .buttons li a {
    margin-bottom: 0
}
body.page-contact #main-content>div {
    position: relative;
    padding-bottom: 4em
}
body.page-contact #main-content>div:nth-child(odd) {
    background: #e1e0df
}
body.page-contact #main-content h2.center.block {
    margin-bottom: 1em
}
body.page-contact #main-content .contact {
    padding-bottom: 2em
}
body.page-contact #main-content .contact h3 {
    text-transform: uppercase
}
body.page-contact #main-content .contact-info {
    margin-top: 4em
}
body.page-contact #main-content .contact-info .invert {
    padding: 45px;
    height: 310px
}
body.page-contact #main-content .contact-info .invert h5 {
    text-transform: uppercase
}
body.page-contact #main-content .contact-info .invert p {
    font-size: 22px
}
body.page-contact #main-content .request-quote {
    background: #fff;
    padding-top: 75px;
    padding-bottom: 75px;
    margin-top: 30px
}
body.page-contact #main-content h5.center.block {
    margin: 1em
}
body.page-about #main-content>div {
    position: relative
}
body.page-about #main-content>div:nth-child(odd) {
    background: #e1e0df
}
body.page-about #main-content header {
    margin-bottom: 2em
}
body.page-about #main-content div.highlight {
    margin-bottom: 30px;
    background: #e1e0df;
    padding: 42px
}
body.page-about #main-content div.highlight img {
    float: right;
    margin: 0 0 1em 1em
}
body.page-about #main-content div.join-email-list {
    margin-top: 1em
}
body.page-news-events #main-content>div {
    position: relative;
    padding-bottom: 4em
}
body.page-news-events #main-content>div:nth-child(odd) {
    background: #e1e0df
}
body.page-news-events #main-content div.header header {
    margin-bottom: 2em
}
body.page-news-events #main-content div.social-panel {
    padding-bottom: 3px
}
body.page-news-events #main-content div.social-panel ul {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    margin: 0
}
body.page-news-events #main-content div.social-panel ul li a {
    color: #fff;
    line-height: 1em
}
body.page-news-events #main-content div.social-panel ul li a:hover {
    color: #da291c
}
body.page-news-events #main-content div.events {
    padding-top: 1em;
    padding-bottom: 4em
}
body.page-news-events #main-content div.events header a,
body.page-news-events #main-content div.events header h4 {
    margin: 0;
    padding: 0;
    line-height: 110px
}
body.page-news-events #main-content div.events header a {
    color: #000;
    font-weight: bold;
    font-size: 24px
}
body.page-news-events #main-content div.events header h4 {
    text-transform: uppercase
}
body.page-news-events-list #main-content div.header header {
    margin-bottom: 2em
}
body.page-news-events-list #main-content .news-events {
    padding-bottom: 4em
}
body.page-news-events-list #main-content .news-events>.large-12 {
    padding: 0
}
body.page-news-events-list #main-content .result-count {
    font-size: 16px;
    text-align: center
}
body.page-news-events-list #main-content .datepickers {
    -webkit-transition: left 0.5s ease-in-out;
    -moz-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out;
    position: relative;
    left: 600px
}
body.page-news-events-list #main-content .datepickers.active {
    left: 0
}
body.page-news-events-list #main-content table {
    width: 100%;
    background: #fff;
    margin-bottom: 4em
}
body.page-news-events-list #main-content table th {
    text-transform: uppercase
}
body.page-news-events-list #main-content table th,
body.page-news-events-list #main-content table td {
    padding: 30px
}
body.page-news-events-list #main-content table tr:nth-child(even) {
    background: #e1e0df
}
body.page-news-events-list #main-content table tr td {
    -webkit-transition: background 0.25s ease-in-out;
    -moz-transition: background 0.25s ease-in-out;
    transition: background 0.25s ease-in-out
}
body.page-news-events-list #main-content table tr:hover td {
    background: #000
}
body.page-news-events-list #main-content table tr:hover td,
body.page-news-events-list #main-content table tr:hover td a {
    color: #fff
}
body.page-news-events-list #main-content table tr th:first-child,
body.page-news-events-list #main-content table tr td:first-child {
    padding: 0 60px 0 20px
}
body.page-news-events-list #main-content table thead tr {
    background: #fff
}
body.page-news-events-list #main-content table a {
    display: block;
    color: #000
}
body.page-news-events-list #main-content table span.title {
    display: block;
    font-weight: bold
}
body.page-news-events-list #main-content table tr td a {
    min-width: 135px
}
body.page-news-events-detail #main-content>div {
    position: relative;
    padding-bottom: 4em
}
body.page-news-events-detail #main-content>div:nth-child(odd) {
    background: #e1e0df
}
body.page-news-events-detail #main-content div.header .title {
    margin-bottom: 2em
}
body.page-news-events-detail #main-content div.header h2,
body.page-news-events-detail #main-content div.header h6 {
    margin: 0
}
body.page-news-events-detail #main-content img.article-image {
    float: left;
    margin: 0 5em 2em 0
}
body.page-news-events-detail #main-content p {
    font-size: 1.5em
}
body.page-news-events-detail #main-content small {
    font-size: 18px
}
body.page-news-events-detail #main-content .result-count {
    font-size: 16px;
    text-align: center
}
body.page-news-events-detail #main-content .related-news-events {
    padding-top: 2em
}
body.page-news-events-detail #main-content .related-news-events h5 {
    display: block;
    text-transform: uppercase;
    text-align: center
}
body.page-news-events-detail #main-content table {
    width: 100%;
    background: #fff;
    margin-bottom: 4em
}
body.page-news-events-detail #main-content table th {
    text-transform: uppercase
}
body.page-news-events-detail #main-content table tr:nth-child(even) {
    background: #e1e0df
}
body.page-news-events-detail #main-content table tr td {
    -webkit-transition: background 0.25s ease-in-out;
    -moz-transition: background 0.25s ease-in-out;
    transition: background 0.25s ease-in-out
}
body.page-news-events-detail #main-content table tr:hover td {
    background: #000
}
body.page-news-events-detail #main-content table tr:hover td,
body.page-news-events-detail #main-content table tr:hover td a {
    color: #fff
}
body.page-news-events-detail #main-content table tr th:first-child,
body.page-news-events-detail #main-content table tr td:first-child {
    padding: 0 60px 0 20px
}
body.page-news-events-detail #main-content table thead tr {
    background: #e1e0df
}
body.page-news-events-detail #main-content table a {
    display: block;
    color: #000
}
body.page-leadership #main-content>div {
    position: relative;
    padding-bottom: 4em
}
body.page-leadership #main-content>div:nth-child(odd) {
    background: #e1e0df
}
body.page-leadership #main-content div.header header {
    margin-bottom: 4em
}
body.page-leadership #main-content div.header p {
    font-size: 22px;
    line-height: 1.5em
}
body.page-leadership #main-content .staff h5 {
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin: 1em
}
body.page-leadership-detail #main-content>div {
    position: relative;
    padding-bottom: 4em
}
body.page-leadership-detail #main-content>div:nth-child(odd) {
    background: #e1e0df
}
body.page-leadership-detail #main-content .divider {
    border-bottom: 1px solid #e1e0df;
    padding: 4em 0
}
body.page-leadership-detail #main-content .info h2,
body.page-leadership-detail #main-content .info h5,
body.page-leadership-detail #main-content .biography h2,
body.page-leadership-detail #main-content .biography h5 {
    display: block;
    text-transform: uppercase
}
body.page-leadership-detail #main-content .info p,
body.page-leadership-detail #main-content .biography p {
    font-size: 18px
}
body.page-leadership-detail #main-content .info h5,
body.page-leadership-detail #main-content .info span.text {
    line-height: 0.75em
}
body.page-leadership-detail #main-content .info span.text {
    display: block;
    font-size: 1.6875em;
    font-weight: bold;
    text-transform: uppercase;
}
body.page-leadership-detail #main-content .info .title .text {
    margin-bottom: 0.5em;
}
body.page-leadership-detail #main-content .biography {
    padding: 4em 0
}
body.page-leadership-detail #main-content .biography .quote {
    font-size: 40px;
    text-align: center;
    margin-top: 1em
}
body.page-leadership-detail #main-content .staff h5 {
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin: 1em
}
body.page-history #main-content>div {
    position: relative
}
body.page-history #main-content>div:nth-child(odd) {
    background: #e1e0df
}
body.page-history #main-content header {
    margin-bottom: 4em
}
body.page-history #main-content header h1 {
    text-align: center;
    display: block;
    font-size: 72px;
    line-height: 1em
}
body.page-history #main-content header h1 small {
    font-size: 32px;
    display: block
}
body.page-history #main-content header h1,
body.page-history #main-content header h1 small {
    text-transform: uppercase
}
body.page-history #main-content header p {
    font-size: 18px;
    line-height: 1.5em
}
body.page-history #main-content .milestones>h2 {
    text-align: center;
    display: block;
    font-size: 60px;
    margin: 1em
}
body.page-history #main-content .timeline {
    *zoom: 1;
    position: relative;
    width: 1024px;
    margin: 0 auto 230px auto
}
body.page-history #main-content .timeline:before,
body.page-history #main-content .timeline:after {
    content: " ";
    display: table
}
body.page-history #main-content .timeline:after {
    clear: both
}
body.page-history #main-content .timeline .bg {
    background: #f0f0ef;
    position: absolute;
    left: 50%;
    top: 0;
    width: 30px;
    height: 100%;
    margin-left: -15px
}
body.page-history #main-content .timeline .bg .gradient {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0ef), color-stop(100%, rgba(240, 240, 239, 0)));
    background-image: -webkit-linear-gradient(#f0f0ef, rgba(240, 240, 239, 0));
    background-image: linear-gradient(#f0f0ef, rgba(240, 240, 239, 0));
    position: absolute;
    left: 0;
    bottom: -230px;
    width: 100%;
    height: 230px
}
body.page-history #main-content .timeline ul {
    *zoom: 1;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}
body.page-history #main-content .timeline ul:before,
body.page-history #main-content .timeline ul:after {
    content: " ";
    display: table
}
body.page-history #main-content .timeline ul:after {
    clear: both
}
body.page-history #main-content .timeline ul li {
    position: relative;
    float: right;
    clear: both;
    width: 50%;
    left: -15px;
    margin-top: -36px
}
body.page-history #main-content .timeline ul li>span {
    display: block
}
body.page-history #main-content .timeline ul li .content {
    width: 280px
}
body.page-history #main-content .timeline ul li .content,
body.page-history #main-content .timeline ul li .year {
    float: left
}
body.page-history #main-content .timeline ul li .year,
body.page-history #main-content .timeline ul li .title {
    font-size: 28px
}
body.page-history #main-content .timeline ul li .title {
    text-transform: uppercase
}
body.page-history #main-content .timeline ul li .year {
    position: relative;
    font-weight: bold;
    color: #fff;
    background: #000;
    padding: 0 0 0 30px;
    min-width: 100px;
    text-align: right;
    line-height: 1em;
    height: 36px;
    line-height: 36px;
    margin: 0 38px 0 0
}
body.page-history #main-content .timeline ul li .year .arrow {
    position: absolute;
    right: -18px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid #000
}
body.page-history #main-content .timeline ul li .description,
body.page-history #main-content .timeline ul li .description p {
    font-size: 18px
}
body.page-history #main-content .timeline ul li:first-child {
    margin-top: 0
}
body.page-history #main-content .timeline ul li:nth-child(even) {
    float: left;
    left: 15px
}
body.page-history #main-content .timeline ul li:nth-child(even) .content,
body.page-history #main-content .timeline ul li:nth-child(even) .year {
    float: right
}
body.page-history #main-content .timeline ul li:nth-child(even) .content {
    text-align: right
}
body.page-history #main-content .timeline ul li:nth-child(even) .year {
    padding: 0 30px 0 0;
    text-align: left;
    background: #da291c;
    margin: 0 0 0 38px
}
body.page-history #main-content .timeline ul li:nth-child(even) .year .arrow {
    right: auto;
    left: -18px;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 18px solid #da291c;
    border-left: none
}
body.page-history #main-content .other-pages h1,
body.page-history #main-content .other-pages h2,
body.page-history #main-content .other-pages h3,
body.page-history #main-content .other-pages h4,
body.page-history #main-content .other-pages h5,
body.page-history #main-content .other-pages h6 {
    display: block;
    text-align: center;
    text-transform: uppercase
}
.page-pay-invoice iframe {
    border: none;
    min-height: 580px
}
.page-pay-invoice .inner-content {
    margin: 0 auto;
    max-width: 800px
}
.page-pay-invoice .mcenter {
    text-align: center
}
.page-pay-invoice .mcenter>table {
    margin: 0 auto
}
.page-pay-invoice table {
    margin: 0;
    padding: 0;
    background: none
}
.page-pay-invoice table * {
    font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif !important
}
.page-pay-invoice table tr td {
    margin: 0;
    padding: 0;
    vertical-align: top
}
.page-pay-invoice table tr td .row {
    margin: 0
}
.page-pay-invoice table tr td .tier2lftNav {
    width: 169px
}
.page-pay-invoice table tr td .red_gradient {
    background: url("../images/redgradient.jpg") repeat-x;
    height: 83px;
    display: block
}
.page-pay-invoice table tr td img {
    display: block;
    height: auto;
    border: none;
    box-shadow: none;
    vertical-align: top
}
.page-pay-invoice table tr td .steps {
    margin-bottom: 5px
}
.page-pay-invoice table tr td .headlinesBlack,
.page-pay-invoice table tr td .headlinesBlack p,
.page-pay-invoice table tr td .form-title,
.page-pay-invoice table tr td .form-title p {
    font-weight: bold
}
.page-pay-invoice table tr td .headlinesBlack.invoice-number-title p:first-child,
.page-pay-invoice table tr td .form-title.invoice-number-title p:first-child {
    margin-top: 5px
}
.page-pay-invoice table tr td .form-title {
    margin: 25px 0 0 0
}
.page-pay-invoice table tr td p {
    font-size: 20px
}
.page-pay-invoice table tr td .invoice-number-title p {
    margin-bottom: 0;
    font-size: 14px !important
}
.page-pay-invoice table tr td .invoice-number-title p a {
    font-size: 14px
}
.page-pay-invoice table tr td hr {
    margin: 5px 0 !important
}
.page-pay-invoice table tr td input {
    height: 55px;
    float: left;
    background-color: #f1f1f1;
    font-size: 16px !important;
    color: #000000 !important
}
.page-pay-invoice table tr td input:active,
.page-pay-invoice table tr td input:focus {
    background-color: #f1f1f1
}
.page-pay-invoice table tr td .custom {
    border: none
}
.page-pay-invoice table tr td .custom,
.page-pay-invoice table tr td .custom.custom {
    border: none;
    width: 550px;
    height: auto
}
.page-pay-invoice table tr td small.error {
    height: 30px;
    padding: 10px !important;
    line-height: 1em
}
.page-pay-invoice table tr td .field-req-title,
.page-pay-invoice table tr td label {
    font-size: 16px;
    color: #000000
}
.page-pay-invoice table tr td #PaymentDetailForm input {
    width: 100%
}
.page-pay-invoice table tr td .form-field {
    margin-bottom: 0
}
.page-pay-invoice table tr td .form-field label {
    height: 21px;
    margin-bottom: 10px;
    padding: 10px 0;
    line-height: 1.1em
}
.page-pay-invoice table tr td .last-name,
.page-pay-invoice table tr td .security-code-img {
    margin-top: 30px !important
}
.page-pay-invoice table tr td #invoice-total {
    padding: 10px 0 !important;
    display: block
}
.page-pay-invoice table tr td #invoice-total tr {
    width: 550px;
    height: auto !important;
    float: left
}
.page-pay-invoice table tr td #invoice-total tr td,
.page-pay-invoice table tr td #invoice-total tr p {
    margin-bottom: 0 !important
}
.page-pay-invoice table tr td #invoice-total tr td {
    width: 50% !important;
    float: left;
    text-align: right
}
.page-pay-invoice table tr td #invoice-total tr td.number {
    text-align: left
}
.page-pay-invoice table tr td .icons-sprite,
.page-pay-invoice table tr td .icons-btn-addone,
.page-pay-invoice table tr td .icons-btn-deleteone,
.page-pay-invoice table tr td .icons-gfx-creditcards,
.page-pay-invoice table tr td .icons-gfx-securitycode,
.page-pay-invoice table tr td .btn-addone,
.page-pay-invoice table tr td .btn-deleteone,
.page-pay-invoice table tr td .gfx-creditcards,
.page-pay-invoice table tr td .gfx-securitycode {
    background: url("../images/icons-seeecf6b3e4.png") no-repeat
}
.page-pay-invoice table tr td .icons-btn-addone {
    background-position: 0 -84px
}
.page-pay-invoice table tr td .icons-btn-deleteone {
    background-position: 0 -62px
}
.page-pay-invoice table tr td .icons-gfx-creditcards {
    background-position: 0 -41px
}
.page-pay-invoice table tr td .icons-gfx-securitycode {
    background-position: 0 0
}
.page-pay-invoice table tr td .multi-part,
.page-pay-invoice table tr td .success-failure {
    margin: 18px 0 45px 0
}
.page-pay-invoice table tr td .multi-part hr,
.page-pay-invoice table tr td .success-failure hr {
    border: 0px;
    background: #f1f1f1;
    height: 1px
}
.page-pay-invoice table tr td .multi-part .steps,
.page-pay-invoice table tr td .success-failure .steps {
    color: #555555;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    overflow: hidden;
    *zoom: 1;
    width: 100%
}
.page-pay-invoice table tr td .multi-part .title,
.page-pay-invoice table tr td .success-failure .title {
    overflow: hidden;
    *zoom: 1;
    margin-bottom: 20px
}
.page-pay-invoice table tr td .multi-part .title p:nth-child(1),
.page-pay-invoice table tr td .success-failure .title p:nth-child(1) {
    float: left
}
.page-pay-invoice table tr td .multi-part .title p:nth-child(2),
.page-pay-invoice table tr td .success-failure .title p:nth-child(2) {
    float: right
}
.page-pay-invoice table tr td .multi-part.invoice-examples,
.page-pay-invoice table tr td .success-failure.invoice-examples {
    padding: 9px 20px
}
.page-pay-invoice table tr td .multi-part.invoice-examples .headlinesBlack,
.page-pay-invoice table tr td .success-failure.invoice-examples .headlinesBlack {
    font-weight: bold;
    margin-bottom: 18px
}
.page-pay-invoice table tr td .multi-part.invoice-examples #cboxLoadedContent,
.page-pay-invoice table tr td .success-failure.invoice-examples #cboxLoadedContent {
    background: #000;
    color: white
}
.page-pay-invoice table tr td .multi-part.invoice-examples ul,
.page-pay-invoice table tr td .success-failure.invoice-examples ul {
    margin-top: 36px
}
.page-pay-invoice table tr td .multi-part.invoice-examples ul li,
.page-pay-invoice table tr td .success-failure.invoice-examples ul li {
    display: inline;
    margin-right: 10px
}
.page-pay-invoice table tr td .multi-part .add-invoice table#invoices tr,
.page-pay-invoice table tr td .multi-part .add-invoice table#invoice-total tr,
.page-pay-invoice table tr td .success-failure .add-invoice table#invoices tr,
.page-pay-invoice table tr td .success-failure .add-invoice table#invoice-total tr {
    height: 60px
}
.page-pay-invoice table tr td .multi-part .add-invoice table#invoices .numerate,
.page-pay-invoice table tr td .multi-part .add-invoice table#invoice-total .numerate,
.page-pay-invoice table tr td .success-failure .add-invoice table#invoices .numerate,
.page-pay-invoice table tr td .success-failure .add-invoice table#invoice-total .numerate {
    display: none
}
.page-pay-invoice table tr td .multi-part .add-invoice table#invoices .amount,
.page-pay-invoice table tr td .multi-part .add-invoice table#invoice-total .amount,
.page-pay-invoice table tr td .success-failure .add-invoice table#invoices .amount,
.page-pay-invoice table tr td .success-failure .add-invoice table#invoice-total .amount {
    width: 250px
}
.page-pay-invoice table tr td .multi-part .add-invoice table#invoices .number,
.page-pay-invoice table tr td .multi-part .add-invoice table#invoice-total .number,
.page-pay-invoice table tr td .success-failure .add-invoice table#invoices .number,
.page-pay-invoice table tr td .success-failure .add-invoice table#invoice-total .number {
    width: 250px
}
.page-pay-invoice table tr td .multi-part .add-invoice table#invoices .controls,
.page-pay-invoice table tr td .multi-part .add-invoice table#invoice-total .controls,
.page-pay-invoice table tr td .success-failure .add-invoice table#invoices .controls,
.page-pay-invoice table tr td .success-failure .add-invoice table#invoice-total .controls {
    width: 30px
}
.page-pay-invoice table tr td .multi-part .add-invoice table#invoice-total .amount p,
.page-pay-invoice table tr td .success-failure .add-invoice table#invoice-total .amount p {
    text-align: right;
    margin-right: 10px;
    font-weight: bold
}
.page-pay-invoice table tr td .multi-part .training-classes p,
.page-pay-invoice table tr td .success-failure .training-classes p {
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 18px
}
.page-pay-invoice table tr td .multi-part .training-classes p.headlinesBlack,
.page-pay-invoice table tr td .success-failure .training-classes p.headlinesBlack {
    font-weight: bold;
    margin-bottom: 0px
}
.page-pay-invoice table tr td .multi-part .training-classes .gulf-south p,
.page-pay-invoice table tr td .success-failure .training-classes .gulf-south p {
    margin-top: 18px
}
.page-pay-invoice table tr td .multi-part .training-classes .additional-training,
.page-pay-invoice table tr td .success-failure .training-classes .additional-training {
    margin-top: 36px
}
.page-pay-invoice table tr td .multi-part .training-classes .additional-training .callout,
.page-pay-invoice table tr td .success-failure .training-classes .additional-training .callout {
    background: #e9e7ce;
    padding: 18px;
    font-size: 10px;
    color: #616161
}
.page-pay-invoice table tr td .multi-part .training-classes table,
.page-pay-invoice table tr td .success-failure .training-classes table {
    width: 100%;
    margin-bottom: 34px;
    border-bottom: 1px solid #e7e7e7
}
.page-pay-invoice table tr td .multi-part .training-classes table th,
.page-pay-invoice table tr td .success-failure .training-classes table th {
    font-size: 10px;
    color: #999999;
    padding: 13.5px 0
}
.page-pay-invoice table tr td .multi-part .training-classes table th:nth-child(1),
.page-pay-invoice table tr td .success-failure .training-classes table th:nth-child(1) {
    width: 150px;
    padding-left: 5px
}
.page-pay-invoice table tr td .multi-part .training-classes table th:nth-child(2),
.page-pay-invoice table tr td .success-failure .training-classes table th:nth-child(2) {
    width: 170px
}
.page-pay-invoice table tr td .multi-part .training-classes table th:nth-child(3),
.page-pay-invoice table tr td .success-failure .training-classes table th:nth-child(3) {
    text-align: center;
    padding: 0;
    width: 125px
}
.page-pay-invoice table tr td .multi-part .training-classes table td,
.page-pay-invoice table tr td .success-failure .training-classes table td {
    border-top: 1px solid #e7e7e7;
    vertical-align: middle
}
.page-pay-invoice table tr td .multi-part .training-classes table td:nth-child(1),
.page-pay-invoice table tr td .success-failure .training-classes table td:nth-child(1) {
    width: 150px;
    padding-left: 5px
}
.page-pay-invoice table tr td .multi-part .training-classes table td:nth-child(2),
.page-pay-invoice table tr td .success-failure .training-classes table td:nth-child(2) {
    width: 170px
}
.page-pay-invoice table tr td .multi-part .training-classes table td:nth-child(3),
.page-pay-invoice table tr td .success-failure .training-classes table td:nth-child(3) {
    text-align: center;
    padding: 0;
    width: 125px
}
.page-pay-invoice table tr td .multi-part .training-classes table td:nth-child(3) input[type="text"],
.page-pay-invoice table tr td .success-failure .training-classes table td:nth-child(3) input[type="text"] {
    height: 36px;
    width: 50px;
    text-align: center;
    padding: 0;
    margin: 9px auto;
    line-height: 36px
}
.page-pay-invoice table tr td .multi-part .training-classes table tfoot,
.page-pay-invoice table tr td .success-failure .training-classes table tfoot {
    margin-bottom: 36px
}
.page-pay-invoice table tr td .multi-part .training-classes table tfoot td,
.page-pay-invoice table tr td .success-failure .training-classes table tfoot td {
    line-height: 45px;
    height: 45px
}
.page-pay-invoice table tr td .multi-part .training-classes table tfoot td strong,
.page-pay-invoice table tr td .success-failure .training-classes table tfoot td strong {
    font-weight: bold
}
.page-pay-invoice table tr td .multi-part .form-title,
.page-pay-invoice table tr td .success-failure .form-title {
    overflow: hidden;
    *zoom: 1;
    font-weight: bold
}
.page-pay-invoice table tr td .multi-part .form-title p:nth-child(1),
.page-pay-invoice table tr td .success-failure .form-title p:nth-child(1) {
    float: left;
    line-height: 27px
}
.page-pay-invoice table tr td .multi-part .form-title p:nth-child(2),
.page-pay-invoice table tr td .success-failure .form-title p:nth-child(2) {
    float: right
}
.page-pay-invoice table tr td .multi-part .form-title p,
.page-pay-invoice table tr td .success-failure .form-title p {
    float: left;
    margin-bottom: 9px
}
.page-pay-invoice table tr td .multi-part .form-title span,
.page-pay-invoice table tr td .success-failure .form-title span {
    float: right
}
.page-pay-invoice table tr td .multi-part .form-title hr,
.page-pay-invoice table tr td .success-failure .form-title hr {
    margin: 0;
    clear: both
}
.page-pay-invoice table tr td .multi-part .form-support-text,
.page-pay-invoice table tr td .success-failure .form-support-text {
    margin-top: 18px
}
.page-pay-invoice table tr td .multi-part .form-support-text p,
.page-pay-invoice table tr td .success-failure .form-support-text p {
    font-size: 10px
}
.page-pay-invoice table tr td .multi-part .form-total,
.page-pay-invoice table tr td .multi-part .form-field,
.page-pay-invoice table tr td .success-failure .form-total,
.page-pay-invoice table tr td .success-failure .form-field {
    margin: 27px 0px
}
.page-pay-invoice table tr td .multi-part .form-total hr,
.page-pay-invoice table tr td .multi-part .form-field hr,
.page-pay-invoice table tr td .success-failure .form-total hr,
.page-pay-invoice table tr td .success-failure .form-field hr {
    margin: 0
}
.page-pay-invoice table tr td .multi-part form label span,
.page-pay-invoice table tr td .success-failure form label span {
    font-size: 14px;
    float: right
}
.page-pay-invoice table tr td .multi-part form input[type="text"],
.page-pay-invoice table tr td .multi-part form input[type="password"],
.page-pay-invoice table tr td .multi-part form input[type="email"],
.page-pay-invoice table tr td .success-failure form input[type="text"],
.page-pay-invoice table tr td .success-failure form input[type="password"],
.page-pay-invoice table tr td .success-failure form input[type="email"] {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #f1f1f1;
    color: black;
    height: 54px;
    width: 100%;
    margin-bottom: 10px;
    padding: 0px 10px;
    background: #f1f1f1;
    margin: 0
}
.page-pay-invoice table tr td .multi-part form .row,
.page-pay-invoice table tr td .success-failure form .row {
    margin-bottom: 18px
}
.page-pay-invoice table tr td .multi-part form span.error,
.page-pay-invoice table tr td .multi-part form small.error,
.page-pay-invoice table tr td .success-failure form span.error,
.page-pay-invoice table tr td .success-failure form small.error {
    font-style: normal !important;
    font-size: 10px;
    clear: both;
    font-size: 10px
}
.page-pay-invoice table tr td .multi-part form .first-name,
.page-pay-invoice table tr td .success-failure form .first-name {
    float: left;
    width: 49%;
    margin-right: 2%
}
.page-pay-invoice table tr td .multi-part form .last-name,
.page-pay-invoice table tr td .success-failure form .last-name {
    float: left;
    width: 49%;
    margin-top: 27px
}
.page-pay-invoice table tr td .multi-part form .exp-date,
.page-pay-invoice table tr td .success-failure form .exp-date {
    float: left;
    width: 49%;
    margin-right: 2%
}
.page-pay-invoice table tr td .multi-part form .security-code,
.page-pay-invoice table tr td .success-failure form .security-code {
    float: left;
    width: 38%;
    margin-right: 2%
}
.page-pay-invoice table tr td .multi-part form .security-code-img,
.page-pay-invoice table tr td .success-failure form .security-code-img {
    float: left;
    margin-top: 35px;
    width: 7%
}
.page-pay-invoice table tr td .multi-part form .city-field,
.page-pay-invoice table tr td .success-failure form .city-field {
    float: left;
    width: 53%;
    margin-right: 2%
}
.page-pay-invoice table tr td .multi-part form .state-field,
.page-pay-invoice table tr td .success-failure form .state-field {
    float: left;
    width: 8%;
    margin-right: 2%
}
.page-pay-invoice table tr td .multi-part form .zipcode-field,
.page-pay-invoice table tr td .success-failure form .zipcode-field {
    float: left;
    width: 35%
}
.page-pay-invoice table tr td .multi-part .buttons,
.page-pay-invoice table tr td .success-failure .buttons {
    margin-top: 27px
}
.page-pay-invoice table tr td .multi-part .buttons a.btn-big,
.page-pay-invoice table tr td .success-failure .buttons a.btn-big {
    width: 49%;
    float: left;
    margin-right: 1%
}
.page-pay-invoice table tr td .multi-part a.btn-small,
.page-pay-invoice table tr td .multi-part .btn-small,
.page-pay-invoice table tr td .success-failure a.btn-small,
.page-pay-invoice table tr td .success-failure .btn-small {
    background-color: #999999;
    padding: 5px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
    color: white;
    font-size: 11px;
    display: block;
    border: 0
}
.page-pay-invoice table tr td .multi-part a.red,
.page-pay-invoice table tr td .success-failure a.red {
    font-size: 12px;
    float: right;
    margin-right: 10px
}
.page-pay-invoice table tr td .multi-part a.btn-big,
.page-pay-invoice table tr td .success-failure a.btn-big {
    background-color: #999999;
    padding: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    color: white;
    font-size: 14px;
    text-align: center;
    display: block;
    border: 0;
    width: 100%;
    line-height: 1.1em;
    height: auto;
    padding: .8em 0;
    font-weight: bold
}
.page-pay-invoice table tr td .multi-part a.btn-big.second,
.page-pay-invoice table tr td .success-failure a.btn-big.second {
    background: #b1b1b1;
    margin-top: 9px
}
.page-pay-invoice table tr td #PaymentDetailForm {
    display: none
}
.page-pay-invoice table tr td #msgMaxRowsReached {
    display: none
}
.page-pay-invoice table tr td .invoiceAmount::-webkit-inner-spin-button,
.page-pay-invoice table tr td .invoiceAmount::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}
.page-pay-invoice table tr td .jgd4 {
    width: 100%;
    float: left;
    clear: both
}
.page-pay-invoice table tr td #cboxClose {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    color: #fff;
    background: #000;
    height: 36px;
    width: 100%;
    text-align: right;
    padding-right: 10px;
    font-size: 11px;
    text-transform: uppercase
}
.page-pay-invoice table tr td .btn-addone {
    background-position: 0 -84px;
    width: 25px;
    height: 21px;
    display: block;
    padding: 1px
}
.page-pay-invoice table tr td .btn-deleteone {
    background-position: 0 -62px;
    width: 25px;
    height: 21px;
    display: block;
    padding: 1px
}
.page-pay-invoice table tr td .gfx-creditcards {
    background-position: 0 -41px;
    width: 108px;
    height: 20px;
    display: block;
    padding: 1px
}
.page-pay-invoice table tr td .gfx-securitycode {
    background-position: 0 0;
    width: 60px;
    height: 40px;
    display: block
}
.page-pay-invoice table tr td nav,
.page-pay-invoice table tr td footer {
    width: 100%
}
.page-pay-invoice table tr td nav .center,
.page-pay-invoice table tr td footer .center {
    margin: 0 auto
}
.page-pay-invoice table tr td #grid {
    margin-bottom: 0px;
    height: 0px
}
.page-pay-invoice table tr td #grid div {
    background: none
}
.page-pay-invoice table tr td #grid div div {
    background: black
}
.page-pay-invoice table tr td input {
    background: none
}
.page-pay-invoice table tr td input * {
    background: none
}
.page-pay-invoice .reveal-modal-bg {
    background: none !important;
    cursor: pointer
}
.page-pay-invoice #see-example-invoice {
    padding: 50px;
    display: block !important;
    top: -1000px;
    cursor: pointer
}
.page-pay-invoice #see-example-invoice.open {
    top: 30px !important
}
.page-pay-invoice #see-example-invoice ul {
    list-style: none
}
.page-pay-invoice #see-example-invoice ul li {
    float: left;
    margin: 0;
    padding: 0
}
.page-pay-invoice #see-example-invoice ul li:first-child {
    margin-right: 20px
}
.page-pay-invoice #see-example-invoice .close-reveal-modal {
    right: 25px !important;
    font-size: 20px !important
}
body.page-product-category #main-content {
    padding: 0
}
body.page-product-category #main-content>div {
    position: relative
}
body.page-product-category #main-content>div:nth-child(even) {
    background: #e1e0df
}
body.page-product-category #main-content .divider {
    border-bottom: 1px solid #e1e0df;
    padding: 0 0 4em 0;
    margin: 0 0 2em 0
}
body.page-product-category #main-content .divider:last-child,
body.page-product-category #main-content .divider:last-of-type {
    border-bottom: none !important;
    padding-bottom: 0 !important
}
body.page-product-category #main-content header {
    margin-bottom: 2em;
    background-size: cover
}
body.page-product-category #main-content header,
body.page-product-category #main-content header h1,
body.page-product-category #main-content header h2,
body.page-product-category #main-content header h3,
body.page-product-category #main-content header h4,
body.page-product-category #main-content header h5,
body.page-product-category #main-content header h6,
body.page-product-category #main-content header small,
body.page-product-category #main-content header .button-share {
    display: block;
    color: #fff
}
body.page-product-category #main-content header,
body.page-product-category #main-content header h1,
body.page-product-category #main-content header h2,
body.page-product-category #main-content header h3,
body.page-product-category #main-content header h4,
body.page-product-category #main-content header h5,
body.page-product-category #main-content header h6 {
    width: 100%;
    text-align: center
}
body.page-product-category #main-content header small,
body.page-product-category #main-content header h1 small,
body.page-product-category #main-content header h2 small,
body.page-product-category #main-content header h3 small,
body.page-product-category #main-content header h4 small,
body.page-product-category #main-content header h5 small,
body.page-product-category #main-content header h6 small {
    line-height: 1em
}
body.page-product-category #main-content header,
body.page-product-category #main-content header>div {
    position: relative
}
body.page-product-category #main-content header>div {
    display: table;
    width: 100%
}
body.page-product-category #main-content header>div>div.inner {
    display: table-cell;
    vertical-align: middle
}
body.page-product-category #main-content header .view-all {
    font-weight: normal
}
body.page-product-category #main-content header .button-share {
    position: absolute;
    right: 20px;
    bottom: 20px
}
body.page-product-category #main-content .content h2, 
body.page-product-category #main-content .content h5 {
    display: block;
    text-align: center;
    margin: 1em 0;
    text-transform: uppercase
}
body.page-product-category #main-content .content p {
    font-size: 20px
}
body.page-product-category #main-content .content li {
    margin-left: 20px
}
body.page-product-subcategory #main-content {
    padding: 0
}
body.page-product-subcategory #main-content>div {
    position: relative;
    padding-bottom: 4em
}
body.page-product-subcategory #main-content>div:nth-child(even) {
    background: #e1e0df
}
body.page-product-subcategory #main-content header {
    margin-bottom: 0;
    background-size: cover
}
body.page-product-subcategory #main-content header,
body.page-product-subcategory #main-content header h1,
body.page-product-subcategory #main-content header h2,
body.page-product-subcategory #main-content header h3,
body.page-product-subcategory #main-content header h4,
body.page-product-subcategory #main-content header h5,
body.page-product-subcategory #main-content header h6,
body.page-product-subcategory #main-content header small,
body.page-product-subcategory #main-content header .button-share {
    display: block;
    color: #fff
}
body.page-product-subcategory #main-content header .view-all {
    font-weight: normal
}
body.page-product-subcategory #main-content header .button-share {
    position: absolute;
    right: 20px;
    bottom: 20px
}
body.page-product-subcategory #main-content .content h5 {
    display: block;
    text-align: center;
    margin: 1em 0;
    text-transform: uppercase
}
body.page-product-subcategory #main-content .content p {
    font-size: 20px
}
body.page-product-subcategory #main-content .content.divider:last-of-type,
body.page-product-subcategory #main-content .content.divider:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important
}
body.page-product-subcategory #main-content .slideshow h5 {
    font-size: 32px;
    text-align: left
}
body.page-product-subcategory #main-content .slideshow p {
    font-size: 18px
}
body.page-product-detail #ctl00_ContentPlaceHolder1_CategoryDetailDescription ul {
    padding-left: 1.2em
}
body.page-product-detail #main-content>div {
    position: relative
}
body.page-product-detail #main-content>div:nth-child(odd) {
    background: #e1e0df
}
body.page-product-detail #main-content .divider {
    border-bottom: 1px solid #e1e0df;
    padding: 0 0 4em 0;
    margin: 0 0 3em 0
}
body.page-product-detail #main-content .divider:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important
}
body.page-product-detail #main-content header h1 {
    max-width: 75%;
    font-size: 45px;
    margin-bottom: 60px
}
body.page-product-detail h5,
.adjust h2 {
    display: block;
    text-transform: uppercase;
    margin: 0 0 1em 0
}
body.page-product-detail #product-image {
    width: 100%;
    display: block;
    margin-bottom: 1em
}
body.page-product-detail .product-thumbnails {
    *zoom: 1;
    margin: 1em 0
}
body.page-product-detail .product-thumbnails:before,
body.page-product-detail .product-thumbnails:after {
    content: " ";
    display: table
}
body.page-product-detail .product-thumbnails:after {
    clear: both
}
body.page-product-detail .product-thumbnails ul li a {
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    opacity: 0.5
}
body.page-product-detail .product-thumbnails ul li a.active {
    opacity: 1
}
body.page-product-detail .product-images,
body.page-product-detail .product-details {
    padding-right: 0.9375em !important;
    padding-left: 0.9375em !important
}
body.page-product-detail .product-images .button {
    font-size: 38px
}
body.page-product-detail .product-details h5 {
    margin: 1em 0 .5em 0
}
body.page-product-detail .product-details>.row:first-child h5 {
    margin-top: 0
}
body.page-product-detail .product-details .spec {
    margin-bottom: .5em;
    font-weight: bold
}
body.page-product-detail .product-details .value {
    margin-bottom: .75em
}
body.page-product-detail .product-details ul {
    padding-left: 45px
}
body.page-product-detail .product-details ul,
body.page-product-detail .product-details ul a,
body.page-product-detail .product-details ul li,
body.page-product-detail .product-details ul li a {
    font-size: 16px
}
body.page-product-detail .spec-sheets ul {
    margin-top: 1em
}
body.page-product-detail .spec-sheets ul li a {
    display: inline-block;
    position: relative;
    padding: 0.25em 1em 0.25em 3em;
    border-radius: 5px;
    font-size: 20px
}
body.page-product-detail .spec-sheets ul li a i {
    position: absolute;
    top: 10px;
    left: 1em
}
body.page-product-detail .spec-sheets ul li a:hover {
    background: #da291c;
    color: #fff
}
body.page-product-detail .other-tanks {
    padding: 2em 0
}
body.page-product-detail .other-tanks ul.products-related>li .content .button-container>span {
    font-size: .9em
}
body.page-product-detail .other-tanks ul.products-related>li .title>span {
    font-size: 14px;
    word-wrap: break-word
}
body.page-solutions #main-content {
    padding: 0
}
body.page-solutions #main-content header {
    margin-bottom: 2em
}
body.page-solutions #main-content header,
body.page-solutions #main-content header h1,
body.page-solutions #main-content header h2,
body.page-solutions #main-content header h3,
body.page-solutions #main-content header h4,
body.page-solutions #main-content header h5,
body.page-solutions #main-content header h6,
body.page-solutions #main-content header small,
body.page-solutions #main-content header .button-share {
    display: block;
    color: #fff
}
body.page-solutions #main-content header,
body.page-solutions #main-content header h1,
body.page-solutions #main-content header h2,
body.page-solutions #main-content header h3,
body.page-solutions #main-content header h4,
body.page-solutions #main-content header h5,
body.page-solutions #main-content header h6 {
    width: 100%
}
body.page-solutions #main-content header small,
body.page-solutions #main-content header h1 small,
body.page-solutions #main-content header h2 small,
body.page-solutions #main-content header h3 small,
body.page-solutions #main-content header h4 small,
body.page-solutions #main-content header h5 small,
body.page-solutions #main-content header h6 small {
    line-height: 1em
}
body.page-solutions #main-content header .view-all {
    font-weight: normal
}
body.page-solutions #main-content header .button-share {
    position: absolute;
    right: 20px;
    bottom: 20px
}
body.page-solutions #main-content .content h2,
body.page-solutions #main-content .content h5 {
    display: block;
    text-align: center;
    margin: 1em 0;
    text-transform: uppercase
}
body.page-solutions #main-content .content p {
    font-size: 20px
}
body.page-solutions #main-content .content .divider {
    padding-bottom: 50px
}
body.page-solutions #main-content .solution-lists {
    padding-top: 2em
}
body.page-solutions #main-content .solution-lists h5 {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 48px
}
body.page-solutions #main-content .solutions-icon .title {
    margin-top: 0 !important
}
body.page-solutions-category #main-content {
    padding: 0
}
body.page-solutions-category #main-content header {
    margin-bottom: 2em;
    background-size: cover
}
body.page-solutions-category #main-content header,
body.page-solutions-category #main-content header h1,
body.page-solutions-category #main-content header h2,
body.page-solutions-category #main-content header h3,
body.page-solutions-category #main-content header h4,
body.page-solutions-category #main-content header h5,
body.page-solutions-category #main-content header h6,
body.page-solutions-category #main-content header small,
body.page-solutions-category #main-content header .button-share {
    display: block;
    color: #fff
}
body.page-solutions-category #main-content header,
body.page-solutions-category #main-content header h1,
body.page-solutions-category #main-content header h2,
body.page-solutions-category #main-content header h3,
body.page-solutions-category #main-content header h4,
body.page-solutions-category #main-content header h5,
body.page-solutions-category #main-content header h6 {
    width: 100%;
    text-align: center
}
body.page-solutions-category #main-content header small,
body.page-solutions-category #main-content header h1 small,
body.page-solutions-category #main-content header h2 small,
body.page-solutions-category #main-content header h3 small,
body.page-solutions-category #main-content header h4 small,
body.page-solutions-category #main-content header h5 small,
body.page-solutions-category #main-content header h6 small {
    line-height: 1em
}
body.page-solutions-category #main-content header .view-all {
    font-weight: normal
}
body.page-solutions-category #main-content header .button-share {
    position: absolute;
    right: 20px;
    bottom: 20px
}
body.page-solutions-category #main-content .content h5 {
    display: block;
    text-align: center;
    margin: 1em 0;
    text-transform: uppercase
}
body.page-solutions-category #main-content .content p {
    font-size: 20px
}
body.page-solutions-category #main-content .content .solution-subhead-2-column p,
body.page-solutions-category #main-content .content .baker-tanks p {
    color: #3f3f3f
}
body.page-solutions-category #main-content .content .solution-subhead-2-column {
    max-width: 1200px;
    max-height: 467px;
    margin-right: auto;
    margin-left: auto
}
body.page-solutions-category #main-content .content .solution-subhead-2-column>.row>.large-12>div>.columns {
    padding: 0
}
body.page-solutions-category #main-content .content .solution-subhead-2-column>.row>.large-12>div>.large-5 {
    height: 100%;
    position: absolute;
    right: 0
}
body.page-solutions-category #main-content .content .solution-subhead-2-column .bg-wrap {
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    background-color: #e1e0df
}
body.page-solutions-category #main-content .content .solution-subhead-2-column .inner {
    width: 90%;
    max-width: 335px;
    height: 100%;
    margin: 0 auto;
    padding-top: 50px;
    position: relative
}
body.page-solutions-category #main-content .content .solution-subhead-2-column .inner p {
    font-size: 17px;
    margin-bottom: 0
}
body.page-solutions-category #main-content .content .solution-subhead-2-column .inner .small-cta {
    width: 100%;
    height: auto;
    max-height: 170px;
    position: absolute;
    bottom: 0
}
body.page-solutions-category #main-content .content .solution-subhead-2-column .inner .small-cta img {
    margin: 0 auto;
    display: block
}
@media (max-width: 1200px) {
    body.page-solutions-category #main-content .content .solution-subhead-2-column .inner {
        padding-top: 65px
    }
    
    body.page-solutions-category #main-content .content .solution-subhead-2-column .inner .small-cta img {
        width: 65%
    }
}
@media (max-width: 1100px) {
    body.page-solutions-category #main-content .content .solution-subhead-2-column .inner {
        padding-top: 75px
    }
    
    body.page-solutions-category #main-content .content .solution-subhead-2-column .inner p {
        font-size: 16px
    }
}
body.page-solutions-category #main-content .content .solution-subhead-2-column .large-cta {
    width: 100%;
    height: 467px;
    background-position: top center;
    background-size: wrap;
    display: block
}
body.page-solutions-category #main-content .content .baker-tanks {
    padding: 50px 0
}
body.page-solutions-category #main-content .content .baker-tanks h5 {
    margin: 0
}
body.page-solutions-category #main-content .content .baker-tanks h5.title {
    margin: 50px 0 0 0;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase
}
body.page-solutions-category #main-content .content .baker-tanks p,
body.page-solutions-category #main-content .content .baker-tanks ul {
    padding-right: 20px
}
body.page-solutions-category #main-content .content .baker-tanks p,
body.page-solutions-category #main-content .content .baker-tanks ul,
body.page-solutions-category #main-content .content .baker-tanks li {
    font-size: 20px
}
body.page-solutions-category #main-content .content .baker-tanks p {
    margin: 15px 0 0 0
}
body.page-solutions-category #main-content .content .baker-tanks ul {
    margin: 15px 0 0 0;
    padding-left: 20px
}
body.page-solutions-category #main-content .content .baker-tanks ul li {
    margin: 12px 0 0 0
}
body.page-solutions-category #main-content>div.row.case-study-white-paper {
    border-top: 1px solid #e1e0df;
    padding: 3em 0 0 0;
    margin: 2em 0 0 0
}
body.page-solutions-category #main-content .solution-lists {
    padding-top: 2em;
    border-top: none
}
body.page-solutions-category #main-content .solution-lists h5 {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 48px
}
body.page-solutions-category #main-content .slideshow p {
    line-height: 1.5em
}
body.page-solutions-detail #main-content>div {
    position: relative;
    padding-bottom: 4em
}
body.page-solutions-detail #main-content>div:nth-child(even) {
    background: #e1e0df
}
body.page-solutions-detail #main-content .divider:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important
}
body.page-solutions-detail #main-content header {
    margin-bottom: 4em
}
body.page-solutions-detail #main-content header h1 {
    max-width: 75%;
    font-size: 45px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
    text-align: center;
    display: block;
    line-height: 1em
}
body.page-solutions-detail #main-content header .copy {
    margin-bottom: 8em
}
body.page-solutions-detail #main-content h5 {
    text-transform: uppercase;
    font-size: 32px
}
body.page-solutions-detail #main-content h6 {
    text-transform: uppercase;
    font-size: 24px
}
body.page-solutions-detail #main-content p {
    font-size: 18px;
    line-height: 1.5em
}
body.page-solutions-detail #main-content .request-quote .button.extra-large {
    margin-bottom: 0.5em;
    font-size: 38px
}
body.page-solutions-detail #main-content .request-quote p {
    margin-bottom: 1.5em
}
body.page-solutions-detail #main-content .chart {
    margin-bottom: 2em
}
body.page-solutions-detail #main-content .other-pages {
    padding-top: 2em
}
body.page-solutions-detail #main-content .other-pages h1,
body.page-solutions-detail #main-content .other-pages h2,
body.page-solutions-detail #main-content .other-pages h3,
body.page-solutions-detail #main-content .other-pages h4,
body.page-solutions-detail #main-content .other-pages h5,
body.page-solutions-detail #main-content .other-pages h6 {
    display: block;
    text-align: center;
    text-transform: uppercase
}
.page-training iframe {
    border: none;
    min-height: 1060px
}
.page-training .inner-content {
    margin: 0 auto;
    max-width: 800px
}
.page-training .mcenter {
    text-align: center
}
.page-training .mcenter>table {
    margin: 0 auto
}
.page-training table {
    margin: 0;
    padding: 0;
    background: none
}
.page-training table * {
    font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif !important
}
.page-training table div {
    max-width: 550px
}
.page-training table tr td {
    margin: 0;
    padding: 0;
    font-size: 16px;
    vertical-align: top
}
.page-training table tr td .row {
    margin: 0
}
.page-training table tr td .tier2lftNav {
    width: 169px
}
.page-training table tr td p {
    font-size: 16px
}
.page-training table tr td img {
    display: block;
    height: auto;
    border: none;
    box-shadow: none;
    vertical-align: top
}
.page-training table tr td .steps {
    margin-bottom: 5px
}
.page-training table tr td .headlinesBlack,
.page-training table tr td .headlinesBlack p,
.page-training table tr td .form-title,
.page-training table tr td .form-title p {
    font-weight: bold
}
.page-training table tr td .headlinesBlack.invoice-number-title p:first-child,
.page-training table tr td .form-title.invoice-number-title p:first-child {
    margin-top: 5px
}
.page-training table tr td .headlinesBlack {
    font-size: 21px !important;
    line-height: 1.1em !important;
    text-transform: uppercase
}
.page-training table tr td .form-title {
    margin: 25px 0 0 0
}
.page-training table tr td hr {
    margin: 5px 0 !important
}
.page-training table tr td input {
    height: 55px;
    float: left;
    background-color: #f1f1f1;
    font-size: 16px !important;
    color: #000000 !important
}
.page-training table tr td input:active,
.page-training table tr td input:focus {
    background-color: #f1f1f1
}
.page-training table tr td .custom {
    border: none
}
.page-training table tr td .custom,
.page-training table tr td .custom.custom {
    border: none;
    width: 550px;
    height: auto
}
.page-training table tr td small.error {
    height: 30px;
    padding: 10px !important;
    line-height: 1em;
    display: none
}
.page-training table tr td .error small {
    display: block
}
.page-training table tr td .classes input {
    margin: 0 auto;
    float: none
}
.page-training table tr td .field-req-title,
.page-training table tr td label {
    font-size: 16px;
    color: #000000
}
.page-training table tr td #PaymentDetailForm input {
    width: 100%
}
.page-training table tr td .form-field {
    margin-bottom: 0
}
.page-training table tr td .form-field label {
    height: 78px;
    margin-bottom: 10px;
    padding: 10px 0
}
.page-training table tr td .payment-info label {
    height: 21px
}
.page-training table tr td .payment-info input {
    margin-top: 5px
}
.page-training table tr td .payment-info .last-name,
.page-training table tr td .payment-info .security-code-img {
    margin-top: 31px !important
}
.page-training table tr td .icons-sprite,
.page-training table tr td .icons-btn-addone,
.page-training table tr td .icons-btn-deleteone,
.page-training table tr td .icons-gfx-creditcards,
.page-training table tr td .icons-gfx-securitycode,
.page-training table tr td .btn-addone,
.page-training table tr td .btn-deleteone,
.page-training table tr td .gfx-creditcards,
.page-training table tr td .gfx-securitycode {
    background: url("../images/icons-seeecf6b3e4.png") no-repeat
}
.page-training table tr td .icons-btn-addone {
    background-position: 0 -84px
}
.page-training table tr td .icons-btn-deleteone {
    background-position: 0 -62px
}
.page-training table tr td .icons-gfx-creditcards {
    background-position: 0 -41px
}
.page-training table tr td .icons-gfx-securitycode {
    background-position: 0 0
}
.page-training table tr td .multi-part,
.page-training table tr td .success-failure {
    margin: 18px 0 45px 0
}
.page-training table tr td .multi-part hr,
.page-training table tr td .success-failure hr {
    border: 0px;
    background: #f1f1f1;
    height: 1px
}
.page-training table tr td .multi-part .steps,
.page-training table tr td .success-failure .steps {
    color: #555555;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    overflow: hidden;
    *zoom: 1;
    width: 100%
}
.page-training table tr td .multi-part .title,
.page-training table tr td .success-failure .title {
    overflow: hidden;
    *zoom: 1;
    margin-bottom: 20px
}
.page-training table tr td .multi-part .title p:nth-child(1),
.page-training table tr td .success-failure .title p:nth-child(1) {
    float: left
}
.page-training table tr td .multi-part .title p:nth-child(2),
.page-training table tr td .success-failure .title p:nth-child(2) {
    float: right
}
.page-training table tr td .multi-part.invoice-examples,
.page-training table tr td .success-failure.invoice-examples {
    padding: 9px 20px
}
.page-training table tr td .multi-part.invoice-examples .headlinesBlack,
.page-training table tr td .success-failure.invoice-examples .headlinesBlack {
    font-weight: bold;
    margin-bottom: 18px
}
.page-training table tr td .multi-part.invoice-examples #cboxLoadedContent,
.page-training table tr td .success-failure.invoice-examples #cboxLoadedContent {
    background: #000;
    color: white
}
.page-training table tr td .multi-part.invoice-examples ul,
.page-training table tr td .success-failure.invoice-examples ul {
    margin-top: 36px
}
.page-training table tr td .multi-part.invoice-examples ul li,
.page-training table tr td .success-failure.invoice-examples ul li {
    display: inline;
    margin-right: 10px
}
.page-training table tr td .multi-part .add-invoice table#invoices tr,
.page-training table tr td .multi-part .add-invoice table#invoice-total tr,
.page-training table tr td .success-failure .add-invoice table#invoices tr,
.page-training table tr td .success-failure .add-invoice table#invoice-total tr {
    height: 60px
}
.page-training table tr td .multi-part .add-invoice table#invoices .numerate,
.page-training table tr td .multi-part .add-invoice table#invoice-total .numerate,
.page-training table tr td .success-failure .add-invoice table#invoices .numerate,
.page-training table tr td .success-failure .add-invoice table#invoice-total .numerate {
    display: none
}
.page-training table tr td .multi-part .add-invoice table#invoices .amount,
.page-training table tr td .multi-part .add-invoice table#invoice-total .amount,
.page-training table tr td .success-failure .add-invoice table#invoices .amount,
.page-training table tr td .success-failure .add-invoice table#invoice-total .amount {
    width: 250px
}
.page-training table tr td .multi-part .add-invoice table#invoices .number,
.page-training table tr td .multi-part .add-invoice table#invoice-total .number,
.page-training table tr td .success-failure .add-invoice table#invoices .number,
.page-training table tr td .success-failure .add-invoice table#invoice-total .number {
    width: 250px
}
.page-training table tr td .multi-part .add-invoice table#invoices .controls,
.page-training table tr td .multi-part .add-invoice table#invoice-total .controls,
.page-training table tr td .success-failure .add-invoice table#invoices .controls,
.page-training table tr td .success-failure .add-invoice table#invoice-total .controls {
    width: 30px
}
.page-training table tr td .multi-part .add-invoice table#invoice-total .amount p,
.page-training table tr td .success-failure .add-invoice table#invoice-total .amount p {
    text-align: right;
    margin-right: 10px;
    font-weight: bold
}
.page-training table tr td .multi-part .training-classes p,
.page-training table tr td .success-failure .training-classes p {
    margin-bottom: 18px
}
.page-training table tr td .multi-part .training-classes p.headlinesBlack,
.page-training table tr td .success-failure .training-classes p.headlinesBlack {
    font-weight: bold;
    margin-bottom: 0px
}
.page-training table tr td .multi-part .training-classes .gulf-south p,
.page-training table tr td .success-failure .training-classes .gulf-south p {
    margin-top: 18px
}
.page-training table tr td .multi-part .training-classes .additional-training,
.page-training table tr td .success-failure .training-classes .additional-training {
    margin-top: 36px
}
.page-training table tr td .multi-part .training-classes .additional-training .callout,
.page-training table tr td .success-failure .training-classes .additional-training .callout {
    background: #e9e7ce;
    padding: 18px;
    font-size: 14px;
    color: #616161
}
.page-training table tr td .multi-part .training-classes table,
.page-training table tr td .success-failure .training-classes table {
    width: 100%;
    margin-bottom: 34px;
    border-bottom: 1px solid #e7e7e7
}
.page-training table tr td .multi-part .training-classes table th,
.page-training table tr td .success-failure .training-classes table th {
    font-size: 14px;
    color: #999999;
    padding: 13.5px 0
}
.page-training table tr td .multi-part .training-classes table th:nth-child(1),
.page-training table tr td .success-failure .training-classes table th:nth-child(1) {
    width: 150px;
    padding-left: 5px
}
.page-training table tr td .multi-part .training-classes table th:nth-child(2),
.page-training table tr td .success-failure .training-classes table th:nth-child(2) {
    width: 170px
}
.page-training table tr td .multi-part .training-classes table th:nth-child(3),
.page-training table tr td .success-failure .training-classes table th:nth-child(3) {
    text-align: center;
    padding: 0;
    width: 125px
}
.page-training table tr td .multi-part .training-classes table td,
.page-training table tr td .success-failure .training-classes table td {
    border-top: 1px solid #e7e7e7;
    vertical-align: middle
}
.page-training table tr td .multi-part .training-classes table td:nth-child(1),
.page-training table tr td .success-failure .training-classes table td:nth-child(1) {
    width: 150px;
    padding-left: 5px
}
.page-training table tr td .multi-part .training-classes table td:nth-child(2),
.page-training table tr td .success-failure .training-classes table td:nth-child(2) {
    width: 170px
}
.page-training table tr td .multi-part .training-classes table td:nth-child(3),
.page-training table tr td .success-failure .training-classes table td:nth-child(3) {
    text-align: center;
    padding: 0;
    width: 125px
}
.page-training table tr td .multi-part .training-classes table td:nth-child(3) input[type="text"],
.page-training table tr td .success-failure .training-classes table td:nth-child(3) input[type="text"] {
    height: 36px;
    width: 50px;
    text-align: center;
    padding: 0;
    margin: 9px auto;
    line-height: 36px
}
.page-training table tr td .multi-part .training-classes table tfoot,
.page-training table tr td .success-failure .training-classes table tfoot {
    margin-bottom: 36px
}
.page-training table tr td .multi-part .training-classes table tfoot td,
.page-training table tr td .success-failure .training-classes table tfoot td {
    line-height: 45px;
    height: 45px
}
.page-training table tr td .multi-part .training-classes table tfoot td strong,
.page-training table tr td .success-failure .training-classes table tfoot td strong {
    font-weight: bold
}
.page-training table tr td .multi-part .form-title,
.page-training table tr td .success-failure .form-title {
    overflow: hidden;
    *zoom: 1;
    font-weight: bold
}
.page-training table tr td .multi-part .form-title p:nth-child(1),
.page-training table tr td .success-failure .form-title p:nth-child(1) {
    float: left;
    line-height: 27px
}
.page-training table tr td .multi-part .form-title p:nth-child(2),
.page-training table tr td .success-failure .form-title p:nth-child(2) {
    float: right
}
.page-training table tr td .multi-part .form-title p,
.page-training table tr td .success-failure .form-title p {
    float: left;
    margin-bottom: 9px
}
.page-training table tr td .multi-part .form-title span,
.page-training table tr td .success-failure .form-title span {
    float: right
}
.page-training table tr td .multi-part .form-title hr,
.page-training table tr td .success-failure .form-title hr {
    margin: 0;
    clear: both
}
.page-training table tr td .multi-part .form-support-text,
.page-training table tr td .success-failure .form-support-text {
    margin-top: 18px
}
.page-training table tr td .multi-part .form-support-text p,
.page-training table tr td .success-failure .form-support-text p {
    font-size: 14px
}
.page-training table tr td .multi-part .form-total,
.page-training table tr td .multi-part .form-field,
.page-training table tr td .success-failure .form-total,
.page-training table tr td .success-failure .form-field {
    margin: 27px 0px
}
.page-training table tr td .multi-part .form-total hr,
.page-training table tr td .multi-part .form-field hr,
.page-training table tr td .success-failure .form-total hr,
.page-training table tr td .success-failure .form-field hr {
    margin: 0
}
.page-training table tr td .multi-part form label span,
.page-training table tr td .success-failure form label span {
    font-size: 14px;
    float: right
}
.page-training table tr td .multi-part form input[type="text"],
.page-training table tr td .multi-part form input[type="password"],
.page-training table tr td .multi-part form input[type="email"],
.page-training table tr td .success-failure form input[type="text"],
.page-training table tr td .success-failure form input[type="password"],
.page-training table tr td .success-failure form input[type="email"] {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #f1f1f1;
    color: black;
    height: 54px;
    width: 100%;
    margin-bottom: 10px;
    padding: 0px 10px;
    background: #f1f1f1;
    margin: 0
}
.page-training table tr td .multi-part form .row,
.page-training table tr td .success-failure form .row {
    margin-bottom: 18px
}
.page-training table tr td .multi-part form span.error,
.page-training table tr td .multi-part form small.error,
.page-training table tr td .success-failure form span.error,
.page-training table tr td .success-failure form small.error {
    font-style: normal !important;
    font-size: 10px;
    clear: both
}
.page-training table tr td .multi-part form .first-name,
.page-training table tr td .success-failure form .first-name {
    float: left;
    width: 49%;
    margin-right: 2%
}
.page-training table tr td .multi-part form .last-name,
.page-training table tr td .success-failure form .last-name {
    float: left;
    width: 49%;
    margin-top: 27px
}
.page-training table tr td .multi-part form .exp-date,
.page-training table tr td .success-failure form .exp-date {
    float: left;
    width: 49%;
    margin-right: 2%
}
.page-training table tr td .multi-part form .security-code,
.page-training table tr td .success-failure form .security-code {
    float: left;
    width: 38%;
    margin-right: 2%
}
.page-training table tr td .multi-part form .security-code-img,
.page-training table tr td .success-failure form .security-code-img {
    float: left;
    margin-top: 35px;
    width: 7%
}
.page-training table tr td .multi-part form .city-field,
.page-training table tr td .success-failure form .city-field {
    float: left;
    width: 53%;
    margin-right: 2%
}
.page-training table tr td .multi-part form .state-field,
.page-training table tr td .success-failure form .state-field {
    float: left;
    width: 8%;
    margin-right: 2%
}
.page-training table tr td .multi-part form .zipcode-field,
.page-training table tr td .success-failure form .zipcode-field {
    float: left;
    width: 35%
}
.page-training table tr td .multi-part .buttons,
.page-training table tr td .success-failure .buttons {
    margin-top: 27px
}
.page-training table tr td .multi-part .buttons a.btn-big,
.page-training table tr td .success-failure .buttons a.btn-big {
    width: 49%;
    float: left;
    margin-right: 1%
}
.page-training table tr td .multi-part a.btn-small,
.page-training table tr td .multi-part .btn-small,
.page-training table tr td .success-failure a.btn-small,
.page-training table tr td .success-failure .btn-small {
    background-color: #999999;
    padding: 5px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
    color: white;
    font-size: 11px;
    display: block;
    border: 0
}
.page-training table tr td .multi-part a.red,
.page-training table tr td .success-failure a.red {
    font-size: 12px;
    float: right;
    margin-right: 10px
}
.page-training table tr td .multi-part a.btn-big,
.page-training table tr td .success-failure a.btn-big {
    background-color: #999999;
    padding: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    color: white;
    font-size: 14px;
    text-align: center;
    display: block;
    border: 0;
    width: 100%;
    line-height: 1.1em;
    height: auto;
    padding: .8em 0;
    font-weight: bold
}
.page-training table tr td .multi-part a.btn-big.second,
.page-training table tr td .success-failure a.btn-big.second {
    background: #b1b1b1;
    margin-top: 9px
}
.page-training table tr td #PaymentDetailForm {
    display: none
}
.page-training table tr td #msgMaxRowsReached {
    display: none
}
.page-training table tr td .invoiceAmount::-webkit-inner-spin-button,
.page-training table tr td .invoiceAmount::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}
.page-training table tr td .jgd4 {
    width: 100%;
    float: left;
    clear: both
}
.page-training table tr td #cboxClose {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    color: #fff;
    background: #000;
    height: 36px;
    width: 100%;
    text-align: right;
    padding-right: 10px;
    font-size: 11px;
    text-transform: uppercase
}
.page-training table tr td .btn-addone {
    background-position: 0 -84px;
    width: 25px;
    height: 21px;
    display: block;
    padding: 1px
}
.page-training table tr td .btn-deleteone {
    background-position: 0 -62px;
    width: 25px;
    height: 21px;
    display: block;
    padding: 1px
}
.page-training table tr td .gfx-creditcards {
    background-position: 0 -41px;
    width: 108px;
    height: 20px;
    display: block;
    padding: 1px
}
.page-training table tr td .gfx-securitycode {
    background-position: 0 0;
    width: 60px;
    height: 40px;
    display: block
}
.page-training table tr td nav,
.page-training table tr td footer {
    width: 100%
}
.page-training table tr td nav .center,
.page-training table tr td footer .center {
    margin: 0 auto
}
.page-training table tr td #grid {
    margin-bottom: 0px;
    height: 0px
}
.page-training table tr td #grid div {
    background: none
}
.page-training table tr td #grid div div {
    background: black
}
.page-training table tr td input {
    background: none
}
.page-training table tr td input * {
    background: none
}
body.page-join-baker-email #main-content>header {
    margin-bottom: 2em
}
body.page-join-baker-email #main-content .borders {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px #e4e3e2 solid;
    border-bottom: 1px #e4e3e2 solid
}
body.page-join-baker-email #main-content .borders>div {
    padding: 0
}
body.page-join-baker-email #main-content>div header a,
body.page-join-baker-email #main-content>div header h4 {
    margin: 0;
    padding: 0;
    line-height: 110px
}
body.page-join-baker-email #main-content>div header a {
    color: #000;
    font-weight: bold;
    font-size: 24px
}
body.page-join-baker-email #main-content>div h4 {
    text-transform: uppercase
}
body.page-join-baker-email #main-content>div h2 {
    font-weight: normal;
}
body.page-join-baker-email #main-content #join-baker {
    min-height: 345px
}
body.page-join-baker-email #main-content #join-baker #newsletter-signup {
    margin-top: 35px;
    padding-bottom: 40px
}
body.page-join-baker-email #main-content #join-baker #newsletter-signup>.row>.columns {
    float: none;
    margin: 0 auto
}
body.page-join-baker-email #main-content #join-baker #newsletter-signup>.row:last-child>.columns {
    text-align: center
}
body.page-join-baker-email #main-content #join-baker h5 {
    max-width: 620px;
    margin: 0 auto;
    display: block;
    text-align: center;
    text-transform: none
}
body.page-404 #main-content .content {
    margin: 2em auto;
    max-width: 580px;
    text-align: center
}
body.page-404 #main-content .content h2 {
    margin-bottom: 5px
}
body.page-404 #main-content .content p {
    margin-top: 10px;
    margin-bottom: 40px
}
body.page-404 #main-content .content .error-image {
    max-width: 80px
}
body.page-404 #main-content .content .redirect-image {
    max-width: 40px
}
.french_div_no_cap #main-menu section.feed p,
.french_div_no_cap #main-menu section.feed ul.excerpt-link .details a,
.french_div_no_cap #main-menu section.request-form .button-request {
    font-family: ProximaNova-Bold, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: none
}
.french_div_no_cap .breadcrumbs>* {
    margin: 0;
    float: left;
    font-size: .6875em
}
.french_div_no_cap .breadcrumbs>* a,
.french_div_no_cap .breadcrumbs>* span {
    color: #da291c
}
body .french_div_no_cap article footer,
body .french_div_no_cap article>header {
    background: #000;
    font-size: 18px
}
.french_div_no_cap .button,
.french_div_no_cap h1,
.french_div_no_cap h2 {
    text-transform: none
}
.french_div_no_cap .button-share {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    text-transform: none
}
.french_div_no_cap .alert-black {
    border-style: solid;
    border-width: 0;
    display: block;
    font-weight: 700;
    margin-bottom: 1.25em;
    position: relative;
    padding: .6875em 1.3125em .75em .6875em;
    font-size: 1.75em;
    background-color: #000;
    border-color: #000;
    color: #fff;
    text-align: center;
    text-transform: none
}
.french_div_no_cap .board-members li a .inner .content .info .name,
.french_div_no_cap .management-members li a .inner .content .info .name {
    font-weight: 700;
    font-size: 16px;
    text-transform: none;
    line-height: 1em
}
.french_div_no_cap .featured-opportunities li a .title,
.french_div_no_cap .recent-highlights li a .title,
.french_div_no_cap .upcoming-events li a .title {
    font-weight: 700;
    font-size: 25px;
    text-transform: none;
    margin-top: .25em;
    margin-bottom: 1em;
    line-height: 1em
}
.french_div_no_cap .product-categories li a .title,
.french_div_no_cap .products li a .title,
.french_div_no_cap .products-related li a .title {
    font-weight: 700;
    font-size: 28px;
    text-transform: none;
    line-height: 1em;
    margin: 0 auto .8em;
    display: table;
    height: 2em
}
.french_div_no_cap .about-links li a .title,
.french_div_no_cap .history-links li a .title,
.french_div_no_cap .solution-links li a .title,
.french_div_no_cap .solutions li a .title,
.french_div_no_cap .solutions-icon li a .title {
    font-weight: 700;
    font-size: 26px;
    text-transform: none;
    line-height: 1em;
    margin: 0 auto .25em;
    min-height: 2.5em
}
.french_div_no_cap #main-menu .ri-accordion ol li>a {
    font-weight: 700;
    text-transform: none
}
.french_div_no_cap #main-menu .ri-accordion ol li ol li a {
    font-weight: 400;
    text-transform: none
}
.french_div_no_cap #main-menu .ri-accordion ol li ol li.parent ol li.parent>a,
.french_div_no_cap #main-menu .ri-accordion ol li ol li.parent>a {
    text-transform: none
}
.french_div_no_cap #main-menu section.request-form p {
    font-size: 14px;
    text-transform: none
}
.french_div_no_cap #main-menu section.request-form .button-request {
    font-size: 16px
}
.french_div_no_cap #main-menu section.find-baker-locations p {
    font-size: 18px;
    text-transform: none;
    position: absolute;
    top: 50px
}
.french_div_no_cap #main-menu section.feed ul.excerpt-link .details a {
    color: #FFF;
    font-size: 12px;
    font-weight: 700
}
.french_div_no_cap #main-menu .social-media {
    margin-top: 57px;
    padding: 0 25px;
    clear: both;
    text-align: center;
    text-transform: none
}
.french_div_no_cap .change-region .change-region-dropdown .form span {
    margin: 10px 0;
    font-weight: 400;
    text-transform: none;
    display: block
}
.french_div_no_cap .panel-case-study .subtitle,
.french_div_no_cap .panel-case-study .title,
.french_div_no_cap .panel-job-opportunities .subtitle,
.french_div_no_cap .panel-job-opportunities .title,
.french_div_no_cap .panel-whitepaper .subtitle,
.french_div_no_cap .panel-whitepaper .title {
    width: 100%;
    font-weight: 700;
    text-align: left;
    text-transform: none;
    margin: 0 0 .5em
}
.french_div_no_cap #search-overlay .search-pages li a .title,
.french_div_no_cap #search-overlay .search-products li a .title {
    font-weight: 700;
    font-size: 32px;
    text-transform: none;
    margin: 0 auto .5em;
    display: table;
    line-height: 1em;
    height: 2em
}
body.page-home .french_div_no_cap article #about .sub-menu,
body.page-home .french_div_no_cap article #commitment .sub-menu,
body.page-home .french_div_no_cap article #hero .sub-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f6f5f4;
    text-transform: none;
    text-align: center;
    font-size: 20px
}
body.page-home .french_div_no_cap article #solutions nav ul li a {
    display: block;
    font-weight: 700;
    color: #000;
    border: none;
    text-align: center;
    vertical-align: middle;
    text-transform: none;
    font-size: 16px;
    padding: 1em
}
body.page-home .french_div_no_cap article #products nav a .title {
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    text-transform: none;
    height: 50px;
    display: table;
    text-align: center;
    width: 100%;
    color: #000
}
body.page-case-study .french_div_no_cap #main-content .related-links h4,
body.page-case-study .french_div_no_cap #main-content .related-links h5 {
    display: block;
    text-align: center;
    text-transform: none;
    margin: 0 0 1em
}
body.page-leadership .french_div_no_cap #main-content .staff h5,
body.page-leadership-detail .french_div_no_cap #main-content .staff h5 {
    margin: 1em;
    text-align: center;
    display: block;
    text-transform: none
}
body.page-career-detail .french_div_no_cap #main-content h1,
body.page-career-detail .french_div_no_cap #main-content h2,
body.page-career-detail .french_div_no_cap #main-content h3,
body.page-career-detail .french_div_no_cap #main-content h4,
body.page-career-detail .french_div_no_cap #main-content h5,
body.page-career-detail .french_div_no_cap #main-content h6,
body.page-careers .french_div_no_cap #main-content>div h4,
body.page-current-opportunities .french_div_no_cap #main-content .career-results table th {
    text-transform: none
}
body.page-career-detail .french_div_no_cap #main-content .career-search h4 {
    display: block;
    text-align: center;
    text-transform: none
}
body.page-career-detail .french_div_no_cap #main-content .career-results table th,
body.page-contact .french_div_no_cap #main-content .contact h3,
body.page-contact .french_div_no_cap #main-content .contact-info .invert h5,
body.page-news-events .french_div_no_cap #main-content div.events header h4,
body.page-news-events-list .french_div_no_cap #main-content table th {
    text-transform: none
}
body.page-news-events-detail .french_div_no_cap #main-content .related-news-events h5 {
    display: block;
    text-transform: none;
    text-align: center
}
body.page-news-events-detail .french_div_no_cap #main-content table th {
    text-transform: none
}
body.page-leadership-detail .french_div_no_cap #main-content .biography h2,
body.page-leadership-detail .french_div_no_cap #main-content .biography h5,
body.page-leadership-detail .french_div_no_cap #main-content .info h2,
body.page-leadership-detail .french_div_no_cap #main-content .info h5 {
    display: block;
    text-transform: none
}
body.page-history .french_div_no_cap #main-content .timeline ul li .title,
body.page-history .french_div_no_cap #main-content header h1,
body.page-history .french_div_no_cap #main-content header h1 small {
    text-transform: none
}
body.page-history .french_div_no_cap #main-content .other-pages h1,
body.page-history .french_div_no_cap #main-content .other-pages h2,
body.page-history .french_div_no_cap #main-content .other-pages h3,
body.page-history .french_div_no_cap #main-content .other-pages h4,
body.page-history .french_div_no_cap #main-content .other-pages h5,
body.page-history .french_div_no_cap #main-content .other-pages h6 {
    display: block;
    text-align: center;
    text-transform: none
}
.french_div_no_cap .page-pay-invoice table tr td #cboxClose {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    color: #fff;
    background: #000;
    height: 36px;
    width: 100%;
    text-align: right;
    padding-right: 10px;
    font-size: 11px;
    text-transform: none
}
body.page-product-category .french_div_no_cap #main-content .content h5,
body.page-product-subcategory .french_div_no_cap #main-content .content h5 {
    display: block;
    text-align: center;
    margin: 1em 0;
    text-transform: none
}
body.page-product-detail .french_div_no_cap h5 {
    display: block;
    text-transform: none;
    margin: 0 0 1em
}
body.page-solutions .french_div_no_cap #main-content .content h5,
body.page-solutions-category .french_div_no_cap #main-content .content h5 {
    text-align: center;
    margin: 1em 0;
    display: block;
    text-transform: none
}
body.page-solutions .french_div_no_cap #main-content .solution-lists h5 {
    display: block;
    text-align: center;
    text-transform: none;
    font-size: 48px
}
body.page-solutions-category .french_div_no_cap #main-content .content .baker-tanks h5.title {
    margin: 50px 0 0;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    text-transform: none
}
body.page-solutions-category .french_div_no_cap #main-content .solution-lists h5 {
    display: block;
    text-align: center;
    text-transform: none;
    font-size: 48px
}
body.page-solutions-detail .french_div_no_cap #main-content h5 {
    text-transform: none;
    font-size: 32px
}
body.page-solutions-detail .french_div_no_cap #main-content h6 {
    text-transform: none;
    font-size: 24px
}
body.page-solutions-detail .french_div_no_cap #main-content .other-pages h1,
body.page-solutions-detail .french_div_no_cap #main-content .other-pages h2,
body.page-solutions-detail .french_div_no_cap #main-content .other-pages h3,
body.page-solutions-detail .french_div_no_cap #main-content .other-pages h4,
body.page-solutions-detail .french_div_no_cap #main-content .other-pages h5,
body.page-solutions-detail .french_div_no_cap #main-content .other-pages h6 {
    display: block;
    text-align: center;
    text-transform: none
}
.french_div_no_cap .page-training table tr td .headlinesBlack {
    font-size: 21px!important;
    line-height: 1.1em!important;
    text-transform: none
}
.french_div_no_cap .page-training table tr td #cboxClose {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    color: #fff;
    background: #000;
    height: 36px;
    width: 100%;
    text-align: right;
    padding-right: 10px;
    font-size: 11px;
    text-transform: none
}
body.page-join-baker-email .french_div_no_cap #main-content>div h4 {
    text-transform: none
}
body.page-home .french_div_no_cap article #solutions nav ul li a:hover {
    color: #da291c;
    border: none;
    background: #fff
}
body.page-home .french_div_no_cap article #products nav a:hover .title {
    color: #da291c
}
body .french_div_no_cap article>header,
body .french_div_no_cap article footer {
    background: #000;
    text-transform: none;
    font-size: 18px
}
body.page-product-category #main-content header .kaselco-category,
body.page-product-category #main-content header .kaselco-category h2,
body.page-product-category #main-content header .kaselco-category h5 {
    color: #000;
}
body.page-product-category #main-content header .kaselco-image {
    margin-top: 15px;
    margin-bottom: 15px;
}
.resourceLibrary {
    background: #FFF;
    padding: 10px;
}
.resourceLibrary .lrItems {
    list-style-type: none;
}
.resourceLibrary .lrItem {
    margin-bottom: 30px;
}
.resourceLibrary .lrTitle {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    margin-left: 40px;
    font-family: proxima-nova, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 29px;
    font-weight: bold;
    /*20150422 Title Bold cplamann*/
}
body.page-product-category #main-content > div.resourcelib {
    background: none repeat scroll 0 0 #ffffff;
    /*20150422 White backgroundcplamann*/
}
.resourceLibrary .lrTitle .arrow {
    margin-left: -40px;
    padding-right: 10px;
}
.resourceLibrary .lidisplay,
.resourceLibrary .lrReadMore {
    color: #FF0d00;
    font-size: 16px;
    /*20150422 Font Size cplamann*/
    
    font-family: proxima-nova, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding-top: 20px;
    cursor: pointer;
    font-weight: 400;
}
.resourceLibrary .lrReadMore {
    float: none;
    padding-top: 5px;
}
.resourceLibrary .lidisplay:hover {
    opacity: .8;
}
.resourceLibrary .lrShortDetail {
    margin-left: 50px;
}
.resourceLibrary .lrShortDetail .lrCategory {
    font-size: 13px;
    font-family: proxima-nova, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 25px;
}
.resourceLibrary .lrShortDetail .lrShortDesc {
    font-size: 22px;
    font-family: proxima-nova, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 25px;
    line-height: 1;
}
.resourceLibrary .lrDownloadURL {
    font-size: 16px;
}
/*20150422 Font Size cplamann*/
.resourceLibrary .lrDownloadURL span {
    margin-right: 10px;
}
.resourceLibrary .lrDownloadURL a {
    color: #FF0d00;
    font-family: proxima-nova, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.resourceLibrary .lrDownloadURL a:hover {
    opacity: .8;
}
.resourceLibrary .lrLongDetail {
    font-size: 16px;
    margin-left: 48px;
}
.resourceLibrary .rLongDetail p {
    font-size: 16px;
}
.resourceLibrary .lrLongDetail h3 {
    font-size: 1.4em;
}
.resourceLibrary .lrLongDetail h4 {
    font-size: 1.3em;
}
.resourceLibrary .lrLongDetail h5 {
    font-size: 1.2em;
}

/*add margin for sidebar content on KaselcoOverview MK 20150514*/
form .row .row .sidebar {
    padding-left: 20px;
}

/* Newsletter Page */
body {
    overflow: auto;
}
.clearfix {
    *zoom: 1;
    clear: both;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.newsBanner {
    position: relative;
    width: 1200px;
    height: 455px;
    margin: 0 auto;
}
.newsletter {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.newsBanner .bannerImg {
    position: relative;
}
.newsBanner .bannerOverlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 455px;
    background: url(../images/bannerOverlay.png) no-repeat center center;
}
.newsBanner .bannerTitle {
    position: absolute;
    z-index: 3;
    top: 25%;
    left: 55px;
    color: #FFF;
    font-size: 60px;
    font-weight: 700;
    width: 530px;
}
.newsBanner .bannerLogo {
    position: absolute;
    z-index: 3;
    bottom: 80px;
    left: 55px;
}
.articleTitle {
    position: relative;
    background: #343434 url(../images/triangles_divider.png) no-repeat;
    padding: 20px;
    height: 140px;
    margin-top: 15px;
    background-size: contain;
}
.newsletter .redBar {
    position: absolute;
    left: 0;
    top: 20px;
    width: 100px;
    background: #ef3526;
    height: 15px;
}
.articleTitle .title {
    color: #FFF;
    font-size: 33px;
    position: absolute;
    top: 34%;
    left: 55px;
    font-weight: 700;
}
.articleInfo .articleDetails,
.articleInfo .articleSidebar {
    float: left;
    box-sizing: border-box;
}
.newsletter article {
    padding-top: 0;
}
.newsArticle {
    margin-bottom: 15px;
}
.articleInfo {
    margin-top: 15px;
}
.articleInfo .articleDetails {
    width: 855px;
    padding: 95px 55px;
    color: #808285;
    font-size: 25px;
}
.articleInfo h3 {
    color: #808285;
    font-size: 29px;
    margin-bottom: 10px;
}
.articleInfo p {
    font-size: 25px;
    line-height: 1.2;
    color: #808285;
    font-size: 25px;
}
.articleInfo .articleSidebar {
    position: relative;
    width: 345px;
    background: #2f2f2f url(../images/triangles_right.png) no-repeat bottom right;
    padding: 100px 25px;
    position: relative;
    color: #FFF;
    font-size: 20px;
}
.articleInfo .articleSidebar p {
    color: #FFF;
}
.articleInfo .articleSidebar .trianglesBG {
    position: absolute;
}
.articleInfo .articleSidebar h3 {
    font-size: 33px;
    color: #FFF;
}
.articleInfo .articleSidebar small {
    font-size: 12px;
}
.margin-b-15 {
    margin-bottom: 15px;
}
.newsArticle.oneCol .articleInfo {
    margin-top: 50px;
    padding: 0 55px;
}