/*@import url(https://fonts.googleapis.com/css?family=Montserrat);*/

@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
@import 'https://fonts.googleapis.com/css?family=Roboto';
@font-face {
    font-family: 'tradegothicbold';
    src: url('../fonts/tradegothic-bold5-webfont.eot');
    src: url('../fonts/tradegothic-bold5-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/tradegothic-bold5-webfont.svg#tradegothicbold_5') format('svg'), url('../fonts/tradegothic-bold5-webfont.woff') format('woff'), url('../fonts/tradegothic-bold5-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TradeGothic';
    src: url('../fonts/tradegothic-condeighteen-webfont.eot');
    src: url('../fonts/tradegothic-condeighteen-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/tradegothic-condeighteen-webfont.svg#tradegothicbold_5') format('svg'), url('../fonts/tradegothic-condeighteen-webfont.woff') format('woff'), url('../fonts/tradegothic-condeighteen-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'entypo';
    src: url('../fonts/entypo.eot');
    src: url('../fonts/entypo.eot?#iefix') format('embedded-opentype'), url('../fonts/entypo.woff') format('woff'), url('../fonts/entypo.ttf') format('truetype'), url('../fonts/entypo.svg#entypo') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    margin-top: 0px!important;
}

body,
p,
u,
li {
    font-family: "proxima-nova";
}

.nowrap {
    white-space: nowrap;
}

#content h1 {
    font-family: "TradeGothicBold";
    font-weight: 200;
    margin-bottom: 20px;
}

#content h2 {
    font-family: "TradeGothicBold";
    font-weight: 200;
    margin-bottom: 20px;
}

#content h3 {
    font-family: "TradeGothicBold";
    font-weight: 200;
    margin-bottom: 20px;
}

a sub {
    bottom: 0px!important;
}

.lb-data {
    display: none !important;
}

ul.sitemap li a {
    font-family: "TradeGothic";
    font-weight: 200;
    margin-bottom: 4px;
    font-size: 20px
}

ul.expanded {
    padding-left: 15px;
    margin-top: 30px;
}

ul.expanded li {
    padding-bottom: 30px;
}

a:focus {
    outline: none!important;
}

.stoneBackground {
    background-image: url('../images/greyBackground.png');
}

.stoneBackgroundLine {
    background-image: url('../images/stoneBackgroundLine.png');
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: 0px -100px;
}

.blueLineBackground {
    background-image: url('../images/oval.png');
    min-height: 800px;
    opacity: 0.2;
    position: absolute;
    top: 200px;
    z-index: 99999999;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat: width: 1982px;
}

.logoBackground {
    background-image: url('../images/shot-logo-wd40.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.logoBackground .internalTitle {
    color: #fff;
}

.logoBackground .internalText {
    color: #fff;
}

.total-rewards-perks-container {
    background-image: url('../images/shot-logo-wd40-wMike.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    max-height: 513px;
    overflow: hidden;
}

.total-rewards-perks-container .total-rewards-left {
    width: 55% !important;
}

.total-rewards-right {
    width: 45% !important;
    padding-left: 0 !important;
}

.total-rewards-perks-container .container {
    margin-top: 0;
    width: 80%;
}

.total-rewards-left .genText {
    font-weight: normal;
    font-size: 18px;
}

.total-rewards-left .genTitle1 {
    line-height: 36px;
}

.total-rewards-left .genTitle1.yellow.paddingBottom {
    padding-bottom: 10px;
}

.total-rewards-left .col-sm-12 .container-fluid .col-sm-6,
.total-rewards-left .col-sm-12 .container-fluid .col-sm-6 ul {
    padding-left: 3px !important;
}

.total-rewards-right img {
    border-left: 1px solid #CFD5E1;
}

.total-rewards-left .total-rewards-list-divider {
    border-top: 1px solid #CFD5E1;
    padding-top: 1.5em;
    margin-top: 1em;
}

.whiteBox {
    background-color: white;
    border: 1px solid rgba(150, 150, 150, 0.5);
    border-radius: 4px;
    font-family: "proxima-nova";
    padding: 20px;
}

.whiteBox .borderBottom {
    border-bottom: 1px solid #efefef;
}

.whiteBackground {
    background-color: #fff;
}

.whiteBackground2 {
    background-color: white;
    border: 1px solid rgba(150, 150, 150, 0.5);
    border-radius: 4px;
    font-family: "proxima-nova";
}

.greyBackground {
    background-color: #f8f8f8;
}

.greyBackground2 {
    background-color: #eaeaea;
}

.whiteHighlight {
    /*opacity: 0.7;*/
    background-color: #FBFBFB;
    border: 2px solid rgba(19, 60, 139, 0.15);
    border-radius: 4px;
}

.vcenter {
    vertical-align: middle;
}

.reducedPadding {
    padding-top: 5%!important;
}

.centeredText {
    text-align: center;
}

.centeredAuto {
    margin-left: auto;
    margin-right: auto;
}

.centeredWithPadding {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

.formTitle {
    color: #5e6977;
    font-family: TradeGothic;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    padding: 20px 0px
}

#content label {
    font-family: TradeGothic;
    font-size: 14px;
    line-height: 14px;
    display: block;
    color: #5e6977;
    opacity: 0.7;
}

#content input,
textarea {}

#content select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f0f4f7;
    border-radius: 6px;
    padding: 10px 20px;
    width: 100%;
    color: #5e6977;
    font-family: TradeGothic;
    font-size: 12px;
    line-height: 12px;
    border: 0px solid #fff;
    background-image: url(small-arrow-down.png);
    background-repeat: no-repeat;
    background-position-y: right;
    background-position: 95%;
    cursor: pointer;
    outline: none;
}

#content input {
    color: #5e6977;
    font-family: TradeGothic;
    font-size: 12px;
    line-height: 12px;
    background-color: white;
    border: 2px solid #e1e8ee;
    border-radius: 6px;
    padding: 8px 14px;
    width: 100%;
    outline: none;
}

#content textarea {
    background-color: white;
    border: 2px solid #e1e8ee;
    border-radius: 6px;
    width: 100%;
    color: #5e6977;
    font-family: TradeGothic;
    font-size: 12px;
    line-height: 12px;
    min-height: 150px;
    outline: none;
}

#content input[type=submit] {
    background-color: #24408e;
    border-radius: 6px;
    color: white;
    font-family: TradeGothic;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
}

#content input[type=checkbox] {
    width: auto;
    margin-right: 10px;
}

.parsley-error {
    background-color: #F2DEDE!important;
    border-color: red!important;
}

.parsley-errors-list {
    margin-left: 0px;
    padding-left: 0px;
}

.parsley-required {
    color: red;
    list-style-type: none;
}

.yellow {
    color: #fff200;
}

.yellowBg {}

.marginBottom {
    margin-bottom: 20px;
}

.largeMarginTop {
    margin-top: 40px;
}

.largeMarginBottom {
    margin-bottom: 40px;
}

.marginTop {
    margin-top: 20px;
}

.backgroundPosition100 {
    background-position: 0px 104px;
}

.marginTopHero100 {
    margin-top: 104px;
}

.marginTop100 {
    margin-top: 100px;
}

.marginTop200 {
    margin-top: 200px;
}

.paddingTop100 {
    padding-top: 100px;
}

.negativeLargeMarginTop {
    margin-top: -40px;
}

.negativeMargin100 {
    margin-top: -100px;
}

.negativeMargin150 {
    margin-top: -150px;
}

.paddingBottom {
    padding-bottom: 20px;
}

.extraPaddingLeft {
    padding-left: 30px!important;
}

.largePaddingBottom {
    padding-bottom: 40px;
}

.paddingTop {
    padding-top: 20px;
}

.largePaddingTop {
    padding-top: 40px;
}

.largeBoxPadding {
    padding: 40px 60px;
}

.smallBoxPadding {
    padding: 20px 20px;
}

.widthalign {
    width: 45% !important;
}

.middleBoxPadding {
    padding: 40px 30px!important;
}

.paddingSides {
    padding-left: 20px;
    padding-right: 20px;
}

.marginRight {
    margin-right: 20px;
}

.paddingRight {
    padding-right: 20px;
}

.width100 {
    width: 100%;
}

.verySmall {
    font-size: 0.8em;
}

.largerContainer {
    width: 90%;
}

.hiddenVideo {
    display: none;
}

.closeVideo {
    float: right;
}

.smallPadding {
    padding: 10px 20px;
}

.smallPadding2 {
    padding: 10px 10px;
}

.positionRelative {
    position: relative
}

.positionAbsolute {
    position: absolute;
    z-index: 1
}

.largePadding {
    padding: 40px 60px;
}

.genTitle1 {
    color: #f8e71c;
    font-family: TradeGothic;
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
}

.genTitle2 {
    color: #f8e71c;
    font-family: "proxima-nova";
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}

.genTitle3 {
    color: #173b8b;
    font-family: TradeGothicBold;
    font-size: 36px;
    font-weight: 200;
    line-height: 43px;
}

.genTitle4 {
    color: #666;
    font-family: TradeGothic;
    font-size: 24px;
    font-weight: 700;
    line-height: 21px;
}

.genTitle5 {
    color: #43484d;
    font-family: Roboto;
    font-size: 21px;
    font-weight: 300;
    line-height: 34px;
}

.genText {
    font-family: "proxima-nova";
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.genTextLarge {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
    font-family: "proxima-nova";
    font-size: 26px;
    font-weight: 600;
    line-height: 31px;
}

.genTextSmall {
    color: #133c8b;
    font-family: "proxima-nova";
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
}

.whiteFont {
    color: #fff
}

.grayFont {
    color: #6c6c6c;
}

.grayFont2 {
    color: #4a4a4a;
}

.blueFont {
    color: #173b8b;
}

.blueFont2 {
    color: #337ab7;
}

.tradeGothicFont {
    font-family: TradeGothic;
}

.noMarginRight {
    margin-right: 0px;
    padding-right: 0px!important;
}

.noPadding {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.noPaddingForce {
    padding: 0px 0px 0px 0px!important;
}

.noPaddingLeft {
    padding-left: 0px!important;
}

.noPaddingRight {
    padding-right: 0px!important;
}

.extraPadding {
    padding: 20px!important;
}

.displayNone {
    display: none;
}

.ceroOpacity {
    opaciy: 0;
}

.borderRight {
    border-right: 2px solid #d3d3d0;
}

.borderRight2 {
    border-right: 1px solid #efefef;
}

.borderBottom2 {
    border-bottom: 1px solid #efefef;
}

.maxWidth200 {
    max-width: 200px;
}

.maxWidth300 {
    max-width: 300px;
}

.maxWidth1300 {
    max-width: 1300px;
}

.minHeight400 {
    min-height: 400px!important;
}

.closeVideo a {
    color: #fff!important;
    font-size: 20px;
    border: 1px solid #666;
    padding: 5px 10px;
    background-color: #0d2a62;
    display: block;
}

.labelImageContainer {
    position: relative;
}

.imageLabel {
    position: absolute;
    right: 0px;
    bottom: 2px;
    color: #fff;
    background-color: #000;
    opacity: 0.7;
    padding: 5px;
    font-family: "proxima-nova";
}

a.restoredLink {
    text-decoration: underline;
    color: #133c8b!important;
}

a.button {
    background-color: #133c8b;
    color: white;
    font-family: TradeGothic;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.4px;
    line-height: 12px;
    padding: 10px 40px;
    text-transform: uppercase;
}

a.button:hover {
    color: #fff;
}

a.button.capitalize {
    text-transform: capitalize;
}

a.circleButton {
    background-color: #fff200;
    border-radius: 50px;
    padding: 20px 25px;
    color: #fff;
    font-size: 25px;
    border: 3px solid #fff;
    opacity: 0.89;
}

a.button.altButton2 {
    background-color: #ffe700;
    color: #133c8b;
}

a.button.altButton3 {
    background-color: #fef035;
    border-radius: 1.840000033378601px;
    color: #133c8b;
    font-family: TradeGothic;
    font-size: 14px;
    line-height: 26px;
    text-transform: none;
}

a.button.altButton {
    opacity: 0.9;
    background-color: #fff200;
    color: #133c8b;
    font-size: 14px;
    letter-spacing: 1.88px;
    line-height: 15px;
    width: 100%;
    display: block;
    text-align: center;
}

.borderRadius {
    border-radius: 4px;
}

.bottomLeftBackground {
    background-repeat: no-repeat;
    background-position: 1% 100%;
    background-size: 50%;
}

.container-fluid-5-columns {
    width: 100%;
    overflow: hidden;
}

.container-fluid-5-columns .column {
    width: 20%;
    float: left;
}

a.button.redButton {
    background-image: linear-gradient(180deg, #f10d42 0%, #c4031a 100%);
    border: 2px solid #cd0921;
    border-radius: 4px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
    color: white;
    font-family: TradeGothic;
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
}

a.button.redButton:hover {
    text-decoration: none;
}

img.polaroid {
    background-color: white;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    padding: 10px;
    max-width: 100%;
}

img.polaroidnoborder {
    padding: 10px;
    max-width: 100%;
}

pre {
    background-color: transparent!important;
    border: 0px solid #ccc!important;
    padding: 0px!important;
    margin: 0px!important;
}

.title {
    text-shadow: 0 0 14px rgba(0, 0, 0, 0.21);
    color: white;
    font-family: TradeGothic;
    font-size: 125px;
    font-weight: 700;
    line-height: 116px;
    letter-spacing: -2.76px;
    padding-top: 150px;
    padding-bottom: 50px;
}

.internalTitle {
    color: #4a4a4a;
    font-family: TradeGothicBold;
    font-size: 42px;
    font-weight: 700;
    line-height: 43px;
}

.hashtag {
    color: #4a4a4a;
    font-family: TradeGothicBold;
    font-size: 20px;
    font-weight: 700;
    line-height: 43px;
    text-align: center;
}

.internalText {
    color: #4a4a4a;
    font-family: "proxima-nova";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 28px;
}

.internalText hr {
    border-top: 1px solid #999;
}

.internalText a {
    text-decoration: underline;
}

.internalText a.button {
    text-decoration: none;
}

.internalText .small {
    padding-bottom: 0px;
    font-style: italic;
    margin-bottom: 0px;
    color: #888;
}

.internalText .quote {
    font-size: 1.2em;
    padding-bottom: 30px;
}

.blueTitle {
    color: #173b8b;
    font-size: 18px;
    font-weight: 600;
}

.internalText p {
    margin: 0 0 25px;
}

header {
    position: fixed;
    width: 100%;
    z-index: 10;
}

header nav#mobile-nav {
    display: none;
    visibility: none;
}

.disabledLinks a {
    cursor: default;
}

.topBar {
    height: 27px;
    background-color: #0d2a62;
    margin-right: auto;
}

.topBar ul {
    margin: 0px;
    float: right;
    padding-right: 25px;
}

.topBar a.rightMenuButton {
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: 10px;
}

.topBar ul li {
    list-style-type: none;
    float: left;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
}

.topBar ul li:after {
    position: absolute;
    content: "|";
    right: -1px;
    top: 6px;
    color: #fff;
    font-size: 8px;
}

.topBar ul li:last-child:after {
    content: "";
}

.topBar ul li a {
    color: white;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 12px;
    text-transform: uppercase;
}

.secondTopBar {
    height: 77px;
    background-color: rgba(19, 60, 139, 0.9);
    border-bottom: 1px solid #5b5c5e;
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.14);
    position: relative;
}

.secondTopBar .logo {
    margin-top: -13px;
}

.secondTopBar .topMenu ul {
    list-style-type: none;
}

.secondTopBar .topMenu ul li {
    float: left;
    position: relative;
}

.secondTopBar .topMenu ul li a {
    color: #fff;
    font-family: TradeGothic;
    text-transform: uppercase;
    padding: 20px 10px;
    display: block;
    font-size: 12px;
    letter-spacing: 1.5px;
    line-height: 12px;
    font-weight: 700;
    position: relative;
    margin-right: 20px;
}

.secondTopBar .topMenu ul li.menu-item-has-children a::after {
    content: "▼";
    font-size: 0.6em;
    padding-left: 7px;
}

.secondTopBar .topMenu ul li.menu-item-has-children a:hover {
    text-decoration: none;
}

.secondTopBar .topMenu ul li a i.fa {
    position: absolute;
    right: -10%;
    top: 70%;
}

.secondTopBar .topMenu ul.sub-menu {
    display: none;
    position: absolute;
    opacity: 0.96;
    background-color: white;
    border-radius: 2px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    padding: 0px;
    margin-left: 0px;
    min-width: 200px;
}

.secondTopBar .topMenu ul.sub-menu li {
    display: block;
    float: none;
}

.secondTopBar .topMenu ul.sub-menu li a {
    color: #4a4a4a;
    font-family: TradeGothic;
    font-size: 12px;
    line-height: 29px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    border-bottom: 1px solid rgba(178, 178, 178, 0.17);
    padding: 10px;
    text-transform: none;
    width: 100%;
}

.secondTopBar .topMenu ul.sub-menu li a:hover {
    background-color: rgba(178, 178, 178, 0.17);
}

.secondTopBar .topMenu ul.sub-menu li a::after {
    content: "";
}

td.gsc-input {
    padding-right: 0px!important;
}

.gsc-input input {
    background-image: none!important;
    box-sizing: border-box;
    background-color: white;
    border: 1px solid #b1b3b6!important;
    border-radius: 4px 0 0 4px!important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.23);
    color: #4a4a4a!important;
    font-family: "proxima-nova"!important;
    font-size: 14px!important;
    font-weight: 400!important;
    line-height: 17px!important;
    padding: 10px!important;
    min-width: 320px;
    max-width: 320px!important;
    vertical-align: middle;
}

td.gsc-search-button {
    margin-left: 0px;
}

input.gsc-search-button {
    text-indent: -199px;
    min-height: 38px;
    border-radius: 0 4px 4px 0;
    background-image: url(../images/magnifying-glass.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 17px 10px;
    background-color: #133C8B!important;
    border-color: #133C8B!important;
    margin: 0px!important;
}

.gsc-clear-button {
    display: none;
}

.gsc-completion-container td {
    color: #4a4a4a!important;
    font-family: "proxima-nova"!important;
    font-size: 14px!important;
}

.gcsc-branding-text {
    display: none;
}

.searchButtonContainer {
    position: absolute;
    right: 0px;
}

.searchButton {
    color: #fff;
    background-color: #405e97;
    display: block;
    padding: 24px 26px;
    max-width: 70px;
    font-size: 20px;
}

.searchButton:hover {
    color: #fff;
}

.searchButton:active {
    color: #fff;
}

.searchButton:visited {
    color: #fff;
}

.searchBar {
    background-color: rgba(177, 179, 182, 0.9);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.24);
    /*padding: 10px;*/
    padding: 5px 10px 1px 0px;
    text-align: right;
    width: 100%;
    display: none;
}

.searchBar input {
    background-color: white;
    border: 1px solid #b1b3b6;
    border-radius: 4px 0 0 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.23);
    color: #4a4a4a;
    font-family: "proxima-nova";
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    padding: 10px;
    min-width: 320px;
    vertical-align: middle;
}

nav .mobileSearchBar {
    display: none;
}

.searchBarButton {
    background-color: #133c8b;
    border-radius: 0 4px 4px 0;
    color: #fff;
    padding: 6px 20px;
    font-size: 19px;
    margin-left: -5px;
    vertical-align: middle;
    border: 0px solid #fff;
}

.bodyExpanded {
    width: 120%;
}

.mapContainer {
    width: 100%;
    min-height: 500px;
}

div.masonry_post_gallery {
    margin-top: -150px;
}

.CM_area {
    margin-top: -230px;
}

.chart span {
    color: #43484d;
    font-family: "proxima-nova";
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
}

.chartbox p {
    color: #133c8b;
    font-family: TradeGothicBold;
    font-size: 21px;
    font-weight: 200;
    line-height: 19px;
    text-transform: uppercase!important;
    position: absolute;
    width: 100%;
    top: 115px;
}

.chartbox {
    position: relative;
}

.smallChartExplain {
    color: #4a4a4a;
    font-family: "proxima-nova";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    min-height: 90px;
}

.smallerChartExplain {
    color: #4a4a4a;
    font-family: "proxima-nova";
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    /*margin-bottom: 140px;*/
}

a.masonry_brick_a:hover:after,
div.masonry_brick_a:hover:after {
    font-family: FontAwesome;
    content: "\f002";
    color: #fff;
    font-size: 40px;
    position: absolute!important;
    width: 100%;
    height: 100%;
    top: 0!important;
    left: 0;
    background: rgba(0, 0, 0, 0.6)!important;
    opacity: 0.7!important;
    transition: all 1s!important;
    -webkit-transition: all 1s!important;
    margin: auto auto;
    min-height: 100%;
    line-height: 100%;
    padding-top: 30%;
}

img.masonry_brick_img {
    width: 100%;
    vertical-align: top;
}

img.masonry_brick_img:hover {
    opacity: 1!important;
}

div#MPG_Loader_Color {
    opacity: 0.5;
    font-family: TradeGothic;
    text-align: center;
    max-width: 200px;
    font-size: 15px;
}

div#MPG_Loader,
div#MPG_Spin_Box {
    margin-left: -120px!important;
}

.lb-outerContainer {
    border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    -ms-border-radius: 0px!important;
    -o-border-radius: 0px!important;
    height: 100%!important;
}

.lb-dataContainer {
    background-color: #fff;
    -moz-border-radius-bottomleft: 0px!important;
    -webkit-border-bottom-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
    -moz-border-radius-bottomright: 0px!important;
    -webkit-border-bottom-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
}

.lb-data {
    padding-bottom: 30px!important;
}

.lb-nav {
    display: none!important;
}

.lb-close {
    float: right;
    color: rgb(255, 255, 255);
    margin: 5px;
    cursor: pointer;
    border: 2px solid rgb(102, 102, 102);
    background-color: rgb(102, 102, 102);
    border-radius: 8px;
    width: 18px;
    height: 18px;
    text-align: center;
}

.lb-close:hover {
    color: #fff!important;
}

.lb-image {
    webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    -ms-border-radius: 0px!important;
    -o-border-radius: 0px!important;
    border-radius: 0px!important;
}

.lb-caption {
    color: #4a4a4a;
    font-family: TradeGothicBold;
    font-size: 28px;
    font-weight: 700;
    line-height: 27px;
}

#rightMenu {
    display: none;
    top: 0px;
    right: 0px;
    position: absolute;
    background-color: #f3f2f2;
    max-width: 330px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
    float: right;
    z-index: 20;
    min-height: 100%;
}

#rightMenu .rightMenuTitle {
    opacity: 0.93;
    color: white;
    font-family: TradeGothic;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    background-color: #0d2a62;
    padding: 5px 8px;
}

#rightMenu .rightMenuTitle #closeRightMenu {
    float: right;
}

#rightMenu .rightMenuTitle #closeRightMenu:hover,
#rightMenu .rightMenuTitle #closeRightMenu:visited {
    color: #fff;
}

#rightMenu .rightMenuDescription {
    background-color: #133c8b;
    font-family: "proxima-nova";
    padding: 10px 15px;
    color: #fff;
}

#rightMenu .rightMenuImageContainer a {
    padding: 20px;
    display: block;
    float: left;
    /* border: 1px solid; */
    background-color: #fff;
    max-height: 84px;
    max-width: 100px;
    min-width: 100px;
    min-height: 84px;
    margin: 4px;
}

#rightMenu .rightMenuImageContainer img {
    max-width: 75px;
    max-height: 65px
}


/*body.page #heroContainer #heroImage {
    display: none;
}*/

#content #heroContainer {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.page #content #heroContainer {
    /*height: 460px;*/
    /*max-height: 650px;*/
    overflow: hidden;
}


#content #heroContainer #heroTextContainer {
    padding: 0 5%;
    min-width: 100%;
}

#content #heroContainer #heroTextContainer.internalHeader {
    margin-top: 90px;
}

#content #heroContainer #heroTextContainer.internalHeader .breadCrumb {
    color: white;
    font-family: TradeGothic;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    <!--text-transform: capitalize;
    -->
}

#content #heroContainer #heroTextContainer.internalHeader .breadCrumb a {
    color: white;
    font-family: TradeGothic;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}

#content #heroContainer #heroTextContainer .mainText {
    text-shadow: 0 0 14px rgba(0, 0, 0, 0.21);
    color: white;
    font-family: TradeGothicBold;
    font-size: 125px;
    font-weight: 200;
    line-height: 116px;
    letter-spacing: -2.76px;
    padding-top: 0px;
    padding-bottom: 30px;
}

#content #heroContainer #heroTextContainer .mainText h1 {
    text-shadow: 0 0 14px rgba(0, 0, 0, 0.21);
    color: white;
    font-family: TradeGothicBold;
    font-size: 125px;
    font-weight: 200;
    line-height: 116px;
    letter-spacing: -2.76px;
    padding-top: 0px;
    padding-bottom: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin: 0px 0px;
}

#content #heroContainer #heroTextContainer.internalHeader .mainText {
    /*
    letter-spacing: -1.59px;
    line-height: 70px;
    padding-bottom: 10px;
    padding-top: 10px;*/
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.21);
    color: white;
    font-family: TradeGothicBold;
    font-size: 72px;
    font-weight: 200;
    padding-bottom: 0px;
    padding-top: 0px;
    line-height: 100px;
}

#content #heroContainer #heroTextContainer.internalHeader .mainText h1 {
    /*
    letter-spacing: -1.59px;
    line-height: 70px;
    padding-bottom: 10px;
    padding-top: 10px;*/
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.21);
    color: white;
    font-family: TradeGothicBold;
    font-size: 72px;
    font-weight: 200;
    padding-bottom: 0px;
    padding-top: 0px;
    line-height: 100px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin: 0px 0px;
}

#content #heroContainer #heroTextContainer.internalHeader .secondText {
    text-shadow: 0 3px 4px rgba(0, 0, 0, 0.21);
    font-family: TradeGothic;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    max-width: 740px;
}

#content #heroContainer #heroTextContainer .secondText {
    text-shadow: 0 0 14px rgba(0, 0, 0, 0.21);
    font-family: TradeGothicBold;
    font-size: 48px;
    font-weight: 200;
    line-height: 47px;
    color: white;
    margin-bottom: 100px;
}

#content #heroContainer #heroTextContainer #arrowContainer {
    width: 100%;
    text-align: center;
    margin-top: 0%;
}

#content #heroContainer #heroTextContainer #arrowContainer .downArrow {
    color: white;
    font-size: 78px;
    font-weight: 400;
    line-height: 78px;
    text-align: center;
}

#content #heroContainer #heroTextContainer #arrowContainer .downArrow i {
    display: inline-block;
    border-radius: 80px;
    box-shadow: 0px 0px 5px #333;
    border: 4px solid #fff;
    width: 88px;
    height: 88px;
}

#content #heroContainer .arrow {
    background-image: url('../images/arrowMask.png');
    position: absolute;
    width: 100%;
    min-height: 100px;
    bottom: -10px;
    z-index: 9;
    background-size: 100%;
}

#content .socialNetworkIconsContainer {
    position: relative;
}

#content .leftSocialNetworkIcons {
    position: absolute;
    left: -50px
}

#content .leftSocialNetworkIcons a {
    display: block;
    font-size: 21px;
    color: #777;
    opacity: 0.4;
    margin-bottom: 7px;
}

#content .divider {
    background-color: #fff200;
    min-height: 4px;
}

#content .dividerAlt {
    background-color: #133c8b;
    min-height: 4px;
}

#content .secondGrayBackground {
    background-color: #EBE1DE!important;
    background-image: none!important;
}

.applyBanner {
    background-color: #efefef;
    background-image: url('../images/apply-now-bg.jpg');
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.applyBannerContainer {}

.blueBanner {
    background-color: #163690;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.blueBannerContainer {}

#content .fullWidthBanner {
    background-color: #efefef;
    background-image: url('../images/greyBackground.png');
    text-align: center;
    border-top: 1px solid #ccc;
}

.fullWidthBanner .mobileBanner {
    display: none;
}

#content .fullWidthBanner img {
    width: 100%;
}

#content .fullWidthBanner100 {
    background-color: #efefef;
    text-align: center;
}

#content .fullWidthBanner100 img {
    width: 100%;
}

.adjustHeightToImageReference {
    width: 100%;
}

.adjustHeightToImage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
}

.adjustHeightToImage .container,
.adjustHeightToImage .genContainer,
.adjustHeightToImage .largerContainer,
.adjustHeightToImage .smallContainer,
.fakeContainer {
    margin: auto auto;
}

.padTop {
    margin: auto auto;
}

.corporate-responsibility .fullBox .adjustHeightToImage .container {
    margin: 5% auto;
}

.boxesArea .col-sm-4 .box .adjustHeightToImage .container {
    margin: 10% auto;
}

.home .who-we-are .adjustHeightToImage .largerContainer {
    margin: 7% auto;
}
.page-who-we-are #heroContainer{
    max-height: 650px;
}

.whiteBox .sliderBullets a {
    background-color: #ccc;
    width: 12px;
    height: 12px;
    border: 2px solid #ccc;
    opacity: 1;
    margin-right: 7px;
}

.whiteBox .sliderBullets a.selected {
    background-color: #fff;
}

.sliderBullets a {
    outline: none;
    width: 13px;
    height: 13px;
    text-indent: -4000px;
    background-color: #fff;
    opacity: 0.5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}

.sliderBullets a.selected {
    opacity: 1;
}

#content .thumbnailSlider .slide {
    position: relative;
}

#content .quickSlider .slide {
    display: none;
}

#content .quickSlider .slideTitle {
    min-height: 175px;
}

#content #ourValuesSlider .slide {
    display: none;
}

#content .thumbnailSlider .pauseButton {
    color: #fff;
    right: 30px;
    cursor: pointer;
    position: absolute;
    font-size: 40px;
    z-index: 1;
    opacity: 0.8;
}

#content .thumbnailSlider .pauseButton2 {
    color: #fff;
    right: 0px;
    cursor: pointer;
    position: absolute;
    font-size: 40px;
    z-index: 1;
    opacity: 0.6;
    background-color: #000;
    padding: 0px 20px;
}

#content .thumbnailSlider .slide .slideInfo {
    color: white;
    font-family: "proxima-nova";
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}

#content .thumbnailSlider .slide .slideArrowRight {
    margin-left: -160px;
}

#content .thumbnailSlider .slide .arrowNav {
    background-color: #fff;
    opacity: 0.5;
    padding: 20px;
}

#content .thumbnailSlider .slide .slideName {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.63px;
    line-height: 25px;
}

#content .thumbnailSlider .slide .slidePosition {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.42px;
    line-height: 17px;
}

#content .thumbnailSlider .slide .slideSince {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.39px;
    line-height: 17px;
}

#content .thumbnailSlider .slide .slideTitle {
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.11);
    color: #f8e71c;
    font-family: TradeGothicBold;
    font-size: 42px;
    font-weight: 200;
    line-height: 41px;
}

#content .thumbnailSlider .slide .slideDescription {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.27);
    color: white;
    font-family: "proxima-nova";
    font-size: 14px;
    line-height: 18px!important;
    font-weight: 600;
    line-height: 28px;
}

#content .thumbnailSlider .slide .slideDescription a {
    text-shadow: 0 0 10px rgba(250, 250, 250, 0.8);
}

#content .thumbnailSlider .slide .slideDescription2 {
    color: white;
    font-family: "proxima-nova";
    font-size: 21px;
    font-weight: 400;
    line-height: 27px;
}

#content .thumbnailSlider .slide .slideSmallContent {
    color: white;
    font-family: "proxima-nova";
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

#content .thumbnailSlider .slide .slideSmallContent a {
    color: white;
    text-decoration: underline;
}

#content .thumbnailSlider .slide .slideLink a {
    color: white;
    font-family: TradeGothic;
    font-size: 14px;
    font-weight: 700;
    line-height: 13px;
}

#content .thumbnailSlider .slideThumbnailContainer {
    position: relative;
}

#content .thumbnailSlider .slideThumbnailInnerContainer {
    position: absolute;
    top: -50px;
    left: 30px;
}

#content .thumbnailSlider .slideThumbnailInnerContainer .slidethumb {
    cursor: pointer;
    width: 15%;
    float: left;
    border: 2px solid #fff;
    position: relative;
}

#content .thumbnailSlider .slideThumbnailInnerContainer .slidethumb.selected:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

#content .thumbnailSlider .slideThumbnailInnerContainer .slidethumb .slideThumbImage {
    background-repeat: no-repeat;
    min-height: 147px;
    max-height: 147px;
}

#content .thumbnailSlider .slideThumbnailInnerContainer .slidethumb .slideThumbText {
    color: white;
    font-family: TradeGothic;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    padding: 40px 10px 10px 10px;
    background-color: #133c8b;
    opacity: 0.7;
    min-height: 147px;
    max-height: 147px;
}

#content .thumbnailSlider .slideThumbnailInnerContainer .slidethumb.selected .slideThumbText {
    background-color: transparent!important;
}

#content .slideThumbnailContainer2 {
    padding-left: 30px;
    padding-right: 30px;
}

#content .slideThumbnailContainer2 .slidethumb {
    background-repeat: no-repeat;
    min-height: 100px;
    max-height: 100px;
    padding-left: 0px;
    padding-right: 0px;
    border: 2px solid #fff;
    cursor: pointer;
    opacity: 0.9;
    background-color: #133c8b;
}

#content .slideThumbnailContainer2 .slidethumb .slideThumbImage {
    background-repeat: no-repeat;
    min-height: 100px;
    max-height: 100px;
    position: relative;
}

#content .slideThumbnailContainer2 .slidethumb .slideThumbText {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    color: white;
    font-family: "proxima-nova";
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.36px;
    line-height: 14px;
    position: absolute;
    padding-top: 45%;
    width: 100%;
    height: 100%;
    opacity: 0.67;
    background-color: #133c8b;
    border: 1px solid #133c8b;
}

#content .slideThumbnailContainer2 .slidethumb.selected .slideThumbText {
    padding-top: 4px;
    padding: 4px;
    bottom: 0px;
    height: auto;
}

#content .testimonials .testimonial {
    background-color: white;
    border: 1px solid rgba(221, 221, 221, 0.6);
    border-radius: 4px;
    padding: 20px;
    margin-right: 20px;
    margin-left: 20px;
    min-height: 550px;
}

#content .testimonials .testimonial.maxWidth {
    max-width: 450px;
}

#content .testimonials .testimonial.alignRight {
    margin-left: auto
}

#content .testimonials .testimonial .testimonialImage {
    margin-top: -100px;
}

#content .testimonials .testimonial .testimonialImage img {
    max-width: 160px;
    border-radius: 80px;
    border: 3px solid #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

#content .testimonials .testimonial .testimonialPosition {
    color: #515356;
    font-family: TradeGothic;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}

#content .testimonials .testimonial .testimonialTitle {
    color: #4a4a4a;
    font-family: TradeGothicBold;
    font-size: 28px;
    font-weight: 200;
    line-height: 27px;
}

#content .testimonials .testimonial .testimonialContent {
    color: #666;
    font-family: "proxima-nova";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 26px;
}

#content .tribeArea .topLink {
    position: absolute;
    background-color: #EFEFEF;
    right: 0px;
    padding: 10px 50px;
    top: 0px;
}

#content .tribeArea .tribeImage img {
    border-radius: 85px;
    border: 2px solid #0D2A62;
    max-width: 150px;
}

#content .tribeArea .tribeTitle {
    color: #1f1f23;
    font-family: TradeGothicBold;
    font-size: 28px;
    font-weight: 200;
    line-height: 27px;
}

#content .tribeArea .tribePosition {
    color: #515356;
    font-family: TradeGothic;
    font-size: 14px;
    line-height: 20px!important;
    font-weight: 700;
    line-height: 13px;
}

#content .tribeArea .tribeDescription {
    color: #666;
    font-family: "proxima-nova";
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

#content .tribeArea .tribeDescription2 {
    color: #666;
    font-family: "proxima-nova";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

#content .tribeArea hr {
    border-top: 1px solid #979797;
}

#content .tribeArea .tribeLink a {
    font-family: "proxima-nova";
    font-size: 11px;
    color: #0D2A62;
}

#content .tribeArea .tribeLink a i {
    background-color: #0D2A62;
    color: #fff;
    display: block;
    float: left;
    margin-right: 5px;
    padding: 8px;
}

#content .tribeArea .tribeLink a span {
    display: block;
    padding: 5px 5px;
    border: 1px solid #0D2A62;
    max-width: 100px;
    text-align: center;
    border-radius: 0px 4px 4px 0px;
}

#content .tribeArea .biographyArea {
    display: none;
    background-color: #fafafa;
    border: 1px solid #efefef;
    border-radius: 0 2px 2px;
    color: #666;
    font-family: "proxima-nova";
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

#content .tribeArea .biographyArea p {
    padding-bottom: 20px;
}

#content .tribeArea .biographyLink.selected {
    display: block;
    width: 100%;
    color: #fff;
    background-color: #0D2A62;
}

#content .tribeArea .altLeaderPicture {
    background-repeat: no-repeat;
    background-size: cover;
}

#content .tribeArea .thingsNotKnown {
    background-color: #133c8b;
    padding: 20px;
}

#content .tribeArea .thingsNotKnown .thingsNotKnownTitle {
    color: #fff200;
    font-family: TradeGothic;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
}

#content .tribeArea .thingsNotKnown .thingsNotKnownContent {
    color: white;
    font-family: "proxima-nova";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

#content .photoContent {
    position: relative;
}

#content .photoContent .photoContentTextContainer .mainText {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    color: white;
    font-family: TradeGothic;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -1.6px;
    line-height: 63px;
    padding-bottom: 15px;
}

#content .photoContent .photoContentTextContainer .altMainText {
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.17);
    color: white;
    font-family: TradeGothic;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
}

#content .photoContent .photoContentTextContainer .secondText {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 20px;
}

#content .photoContent .photoContentTextContainer .secondText2 {
    text-shadow: 0 0 9px rgba(0, 0, 0, 0.21);
    font-family: TradeGothic;
    font-size: 38px;
    font-weight: 700;
    line-height: 44px;
    padding-bottom: 70px;
}

.page #content.our-vision .photoContent .photoContentTextContainer .secondText2 {
    padding-bottom: 23px;
}

#content .photoContent .photoContentTextContainer .altSecondText {
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.19);
    color: white;
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
}

#content .photoContent2 .photoContentTextContainer .buttonContainer {
    text-align: center;
}

#content .boxesArea {
    padding-top: 70px;
    padding-bottom: 70px;
}

#content .boxesArea .box {
    border: 10px solid #fff;
    position: relative;
}

#content .boxesArea .box .mainText,
#content .boxesArea .fullBox .mainText {
    color: white;
    font-family: TradeGothic;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    padding: 5px 10px 20px 10px;
}

#content .boxesArea .box .secondText,
#content .boxesArea .fullBox .secondText {
    color: white;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.45px;
    line-height: 22px;
    text-align: center;
    padding: 0px 20px;
}

#content .boxesArea .box .buttonContainer,
#content .boxesArea .fullBox .buttonContainer {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.page #content.our-vision .photoContent .photoContentTextContainer .buttonContainer {
    display: inline-block;
    clear: both;
    overflow: hidden;
    padding: 28px;
    margin: 0 auto;
}

#content .boxesArea .fullBox {
    border: 10px solid #fff;
    position: relative;
    margin-top: 35px;
}

.home #content .boxesArea .corporate-responsibility .fullBox {
    background: url('/wp-content/uploads/images/corpResponsibility.jpg') no-repeat;
    background-position: center;
}

#content .imageContentArea {
    padding-top: 70px;
    padding-bottom: 70px;
}

#content .imageContentArea .textImagecontainer {
    display: table;
    width: 100%;
}

#content .imageContentArea .textImagecontainer .imageArea {
    display: table-cell;
    width: 50%
}

#content .imageContentArea .textImagecontainer .imageArea img {
    width: 100%;
}

#content .imageContentArea .textImagecontainer .textArea {
    height: 100%;
    width: 50%;
    display: table-cell;
}

#content .imageContentArea .textImagecontainer .textArea .textContainer {
    width: 100%;
}

#content .imageContentArea .textImagecontainer .textArea .textContainer .mainText {
    color: #333;
    font-family: TradeGothic;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -0.9px;
    line-height: 44px;
    text-align: center;
    margin-top: 20px;
    padding: 20px;
}

#content .imageContentArea .textArea .textContainer .secondText {
    color: #777;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 0.53px;
    line-height: 27px;
    text-align: center;
    padding: 0px 20px;
}

#content .imageContentArea .textArea .textContainer .buttonContainer {
    margin-top: 20px;
    text-align: center;
}

#content .brandsArea {
    background-image: url('../images/greyBackground.png');
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    margin-bottom: 40px;
}

#content .brandsArea .mainText {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    color: #444448;
    font-family: TradeGothic;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -1.05px;
    line-height: 41px;
}

#content .brandsArea .secondText {
    color: #4a4a4a;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    padding-top: 20px;
    padding-bottom: 30px;
    font-family: "proxima-nova";
}

#content .brandsArea .brandLogos {
    padding-top: 20px;
    padding-bottom: 20px;
}

#content .brandsArea .brandLogos img {
    padding-left: 20px;
    padding-right: 20px;
}

#content .newsArea {
    background-color: #F3F3F3;
    border: 1px solid rgba(155, 154, 155, 0.52);
    padding: 20px;
}

#content .newsArea .newsAreaInner {
    padding: 40px 40px 60px 40px;
    background-color: #fff;
}

#content .newsArea .mainText {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    color: #4a4a4a;
    font-family: TradeGothic;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -1.2px;
    line-height: 46px;
    padding-bottom: 20px;
}

#content .newsArea .newsItem {
    border-top: 1px solid rgba(155, 154, 155, 0.52);
    padding-top: 20px;
}

#content .newsArea .newsItem .newsTitle {
    color: #333;
    font-family: TradeGothic;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.43px;
    line-height: 16px;
    /*padding-bottom:20px;*/
}

#content .newsArea .newsItem .newsContent {
    color: #444448;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 20px;
}

#content .newsArea .newsItem .linkMoreContainer {
    padding-bottom: 20px;
    padding-top: 10px;
}

#content .newsArea .newsItem .linkMoreContainer a {
    color: #4a90e2;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 13px;
    text-transform: uppercase;
}

#content .newsArea .newsItem .newsImage {
    float: left;
    margin-right: 20px;
}

#content .boxCardArea {
    padding-top: 40px;
    padding-bottom: 40px;
}

#content .boxCardArea .subtitle {
    color: #43484d;
    font-family: Lato;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    padding-bottom: 8px;
    letter-spacing: -0.5px;
}

#content .boxCardArea .boxCardAreaTitle {
    color: #133c8b;
    font-family: TradeGothicBold;
    font-size: 38px;
    font-weight: 200;
    line-height: 42px;
    padding-bottom: 40px;
}

#content .boxCardArea .cards {}

#content .boxCardArea .cards .firstItem {
    padding-left: 0px;
}

#content .boxCardArea .cardItem {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
}

#content .boxCardArea .cardItem .photo {
    min-height: 200px;
    background-size: 100%;
    background-repeat: no-repeat;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

#content .boxCardArea .cardItem .cardContent {
    padding: 15px;
    min-height: 250px;
}

#content .boxCardArea .cardItem .cardContent.lessHeight {
    min-height: 130px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#content .boxCardArea .cardItem .cardContent.lessHeight2 {
    min-height: 170px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#content .boxCardArea .cardItem .cardContent .cardTitle {
    color: #133c8b;
    font-family: TradeGothicBold;
    font-size: 38px;
    font-weight: 200;
    line-height: 42px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

#content .boxCardArea .cardItem .cardContent .cardTitle a {
    color: #133C8B;
}

#content .listElement {
    border-bottom: 2px solid #ebebeb;
}

#content .listElement.noBorderBottom {
    border-bottom: 0px solid #ebebeb;
}

#content .listElement .date {
    color: #4a4a4a;
    font-family: "proxima-nova";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

#content .listElement .link a {
    color: #4a4a4a;
    font-family: "proxima-nova";
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

#content .boxCardArea .cardItem .cardContent .description {
    color: #4a4a4a;
    font-family: "proxima-nova";
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
}

#content .boxCardArea .cardItem .cardLink {
    border-top: 1px solid #ccc;
    margin: 15px;
}

#content .boxCardArea .cardItem .cardLink a {
    text-transform: uppercase;
    color: #133c8b;
    font-family: TradeGothic;
    font-size: 17px;
    line-height: 20px;
    display: block;
    padding-bottom: 20px;
    padding-top: 20px;
    letter-spacing: 0.7px;
}

#content .genericBox {}

#content .genericBox .genericBoxTitle {
    background-color: #133c8b;
    border-radius: 0px 0px 0 0;
}

#content .genericBox .genericBoxContentNoPadding {
    padding: 0px 0px!important;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

#content .genericBox .genericBoxContent {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding: 30px 20px;
}

#content .genericBox .genericBoxContent ul {
    margin: 0px;
    padding-left: 10px
}

#content .genericBox .genericBoxContent ul li {
    padding-bottom: 10px;
}

#content .genericBox2 .genericBoxTitle {
    background-color: #133c8b;
    border-radius: 4px 4px 0 0;
    color: white;
    font-family: Lato;
    font-size: 21px;
    font-weight: 700;
    line-height: 27px;
}

#content .genericBox2 .genericBoxTitle.proxima {
    font-family: "proxima-nova"
}

#content .genericBox2 .genericBoxTitle .smaller {
    font-size: 16px;
}

#content .genericBox2 .genericBoxContentNoPadding {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding: 5px 0px;
}

#content .genericBox2 .genericBoxContent {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding: 15px 10px;
}

#content .genericBox2 .genericBoxContent a {
    color: #133c8b;
    font-family: TradeGothic;
    font-weight: 700;
    letter-spacing: -0.1px;
    line-height: 32px;
    text-decoration: underline;
}

#content .genericBox2 .genericBoxContent .fa {
    padding-right: 5px;
    color: #D94A5C;
    font-weight: bold;
}

#content .genericBox2 .genericBoxContent ul {
    margin: 0px;
    padding-left: 10px
}

#content .genericBox2 .genericBoxContent ul li {
    padding-bottom: 10px;
}

.iconTitleBoxContainer .col-sm-3 {
    padding-left: 0px;
    padding-right: 0px;
}

#content .iconTitleContainer {
    border-right: 1px solid #efefef;
    padding-left: 15px;
    padding-right: 15px;
}

#content .iconTitleContainer .iconTitle {
    color: #4a4a4a;
    font-family: TradeGothic;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}

#content .iconTitleContainer .iconLink {
    padding-bottom: 20px;
}

#content .iconTitleContainer .iconLink a {
    color: #133c8b;
    font-family: "proxima-nova";
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
}

#content .iconTitleContainer.last {
    border-right: 0px solid #fff;
}

#content .accordion .accordionItem {
    margin-bottom: 15px;
}

#content .accordion .accordionItem.lessPadding {
    margin-bottom: 5px!important;
}

#content .MsoNormal span {
    font-size: 16px!important;
}

#content .sdsContainer .accordion .accordionItem {
    margin-bottom: 2px;
}

#content .accordion.accordionStyle2 .accordionHead {
    background-color: #fff;
    color: #133c8b;
}

#content .accordion .accordionHead {
    background-color: #133c8b;
    color: white;
    font-family: TradeGothic;
    font-size: 21px;
    font-weight: 700;
    line-height: 43px;
    padding: 5px 30px;
    cursor: pointer;
    position: relative;
}

#content .sdsContainer a {
    text-decoration: underline;
}

#content .sdsContainer .accordion .accordionHead {
    font-family: "proxima-nova";
    font-weight: 500;
}

#content .accordion .accordionHead:after {
    content: "▼";
    position: absolute;
    right: 35px;
    font-size: 11px;
}

#content .accordion .accordionHead.opened:after {
    content: "▲";
}

#content .accordion .accordionContent {
    color: #4a4a4a;
    font-family: "proxima-nova";
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 28px;
    display: none;
    background-color: #fff;
    padding: 40px 30px 20px 30px;
}

#content .sdsContainer .accordion .accordionContent {
    font-family: TradeGothic;
    padding: 10px 30px;
    background-color: #F8F8F8;
    font-weight: bold;
}

#content .sdsContainer .accordion .accordionContent ul {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}

#content .sdsContainer .accordion .accordionContent li,
#content .sdsContainer .accordion .accordionContent a {
    font-family: TradeGothic;
}

#content .sdsContainer .accordion .accordionContent .fa {
    padding-right: 5px;
    color: #D94A5C;
    font-weight: bold;
}

#content .sdsContainer .accordion .accordionContent a {
    color: #163E89;
}

#content .sdsContainer .accordion .accordionContent a sup {
    display: inline-block;
    border-bottom: 1px solid #000;
    padding-bottom: 11.5px;
}

#content .accordion .accordionContent h3,
#content .accordion .accordionContent h4 {
    color: #4a4a4a;
    font-family: TradeGothicBold;
    font-weight: 200;
    line-height: 43px;
}

#content .accordion .accordionContent h3 {
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#content .accordion .accordionContent h4 {
    font-size: 23px;
    font-weight: 700;
    font-style: italic;
}

#content .expandableTextContainer {
    position: relative
}

#content .expandableText {
    position: absolute;
    background-color: #fff;
    padding: 5px 10px;
    bottom: -30px;
    max-width: 75%;
    left: 10%;
    display: table;
}

#content .expandableText .expandableTextContentFull {
    display: none;
}

#content .expandableText .expandableTextTitle {
    color: #0d2a62;
    font-family: TradeGothic;
    font-size: 40px;
    font-weight: 700;
}

#content .expandableText .leftExpandable {
    display: table-cell;
    width: 80%;
    vertical-align: top;
    padding-right: 8px;
}

#content .expandableText .rightExpandable {
    display: table-cell;
    width: 20%;
    height: 100%;
    background-color: #0d2a62;
    vertical-align: middle;
}

#content .expandableText .expandableTextContent,
#content .expandableText .expandableTextContentFull {
    color: #4a4a4a;
    font-family: "proxima-nova";
}

#content .expandableText .expandableTextLink {
    display: block;
    cursor: pointer;
    color: #fff;
    text-align: center;
    font-size: 24px;
}

#content .genericBrowser {}

#content .selectBar {
    background-image: linear-gradient(to top, #ccc 0%, #efefef 100%);
    border-radius: 2px 2px 0 0;
    padding: 20px 30px;
}

#content .genericBrowser label {
    color: #4a4a4a;
    font-family: TradeGothic;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
}

#content .genericBrowser select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #77777a;
    border-radius: 6px;
    padding: 10px 20px;
    width: 100%;
    color: #5e6977!important;
    font-family: TradeGothic!important;
    font-size: 14px!important;
    line-height: 15px!important;
}

.newsletterSignup input {
    background-color: white;
    border: 1px solid rgba(155, 154, 155, 0.63);
    color: #444448;
    font-family: Lato;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 21px;
    padding: 2px 4px;
}

.newsletterSignup input[type=submit] {
    color: white;
    font-family: TradeGothic;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 9px;
    background-color: #77777a;
    border-radius: 0 0 2px 2px;
    padding: 9px 20px;
    text-transform: uppercase;
    border: none;
}

.timeline .tl-attribution {
    display: none;
}

.timeline h3.tl-headline-date {
    font-family: TradeGothic!important;
    margin-bottom: 20px!important;
}

.timeline .tl-headline {
    font-family: TradeGothic;
    margin-bottom: 20px;
}

#content #cd-timeline .cd-timeline-content {
    background-color: white;
    border: 1px solid rgba(150, 150, 150, 0.3);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    background: white;
    padding: 8px;
}

#content #cd-timeline::before {
    background-color: #4a4a4a;
}

#content #cd-timeline .cd-timeline-img {
    width: 10px;
    height: 10px;
    left: 50%;
    margin-left: -1px;
    cursor: default;
    margin-left: -5px;
    background-color: #4a4a4a!important;
    top: 45px;
}

#content #cd-timeline .cd-timeline-img span {
    display: none;
}

#content #cd-timeline .cd-timeline-content {
    min-height: 250px
}

#content .cd-timeline-block.timeline-announcement-left .cd-timeline-content::before {
    border-left-color: #fff;
}

#content .cd-timeline-block.timeline-announcement-right .cd-timeline-content::before {}

#content .cd-timeline-content::before {
    border: 25px solid transparent;
}

#content .cd-timeline-block:nth-child(2n) .cd-timeline-content::before {
    border-color: transparent #fff transparent transparent;
}

#content #cd-timeline .cd-timeline-content .cd-timeline-item-title {
    background-color: #133c8b;
    border-radius: 4px 4px 0 0;
    color: #f8e71c;
    font-family: TradeGothic;
    font-size: 36px;
    font-weight: 700;
    line-height: 33px;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

#content #cd-timeline .cd-timeline-content .timeline-date {
    display: none;
}

#content #cd-timeline .cd-timeline-content .the-excerpt {
    color: #777;
    font-family: TradeGothic;
    font-size: 18px;
    line-height: 24px;
}

#content #cd-timeline .cd-timeline-content .the-excerpt p {
    color: #777;
    font-family: TradeGothic;
    font-size: 18px;
    line-height: 24px;
}

#content #cd-timeline .cd-timeline-content .the-excerpt .timeline-express-read-more-link {
    display: none;
}

#content #brandsDisplay .brandItem {
    width: 100%;
    background-color: rgb(255, 255, 255);
    text-align: center;
    cursor: pointer;
    height: 220px;
    line-height: 220px;
    margin-top: 20px;
    border: 0.92px solid #979797;
    border-radius: 1.84px;
}

#content #brandsDisplay .brandItem .closeButton {
    display: none;
    width: 20px;
    height: 21px;
    background-color: #133c8b;
    border-radius: 92px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    padding-top: 2px;
}

#content #brandsDisplay .brandItem.selected {
    position: relative;
}

#content #brandsDisplay .brandItem.selected .closeButton {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
}

.brandExtractContainer {
    display: none;
}

#content #brandsDisplay .brandExtract {
    background-color: white;
    border: 1px solid #9b9b9b;
    border-radius: 2px;
    margin-top: 20px;
    padding-right: 20px;
}

#content #brandsDisplay .brandExtractTop {
    border: 5px solid #fff;
}

#content #brandsDisplay .brandTitle {
    color: #4a4a4a;
    font-family: TradeGothic;
    font-weight: 700;
    font-size: 40px;
    line-height: 35px;
}

#content #brandsDisplay .brandLink select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #5e6977;
    font-family: "proxima-nova"!important;
    font-size: 14px;
    font-weight: 400;
    line-height: 12px;
    max-width: 300px;
    background-color: white;
    border: 1px solid #9b9b9b!important;
    border-radius: 6px;
}

#content #brandsDisplay hr {
    border-top: 1px solid #666;
}

#content #brandsDisplay .connectTitle {
    color: #4a4a4a;
    font-family: "proxima-nova";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.4px;
    line-height: 19px;
}

#content #brandsDisplay .connectIcons a {
    padding-right: 10px;
    font-size: 24px;
}

#content #brandsDisplay .connectIcons .fa-facebook-square {
    color: #43619c;
}

#content #brandsDisplay .connectIcons .fa-twitter {
    color: #24a9e6;
    ;
}

#content #brandsDisplay .connectIcons .fa-youtube {
    color: #CC181E;
}

#content #brandsDisplay .connectIcons .fa-instagram {
    color: #000000;
}

#content #brandsDisplay .connectIcons .fa-vine {
    color: #00D9A3;
}

#content #brandsDisplay .connectIcons .fa-tumblr {
    color: #314358;
}

#content #brandsDisplay .brandImage {
    padding-top: 10px;
}

#content #brandsDisplay .brandTitle sub {
    font-size: 12px;
}

#content #brandsDisplay .brandDescription {
    color: #4a4a4a;
    font-family: "proxima-nova";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

#content #brandsDisplay .brandExtractContainer {
    display: none;
}

#content #brandsDisplay .brandExtract {}

#content #brandsDisplay .brandExtract .brandExtractTop {
    background-image: linear-gradient(-46deg, #e5e5e5 0%, #f8f8f8 100%);
    border-radius: 1.840000033378601px;
}

#content #brandsDisplay .brandItem img {
    max-height: 150px;
    margin: auto;
    vertical-align: middle;
}

#content #brandsDisplay .brandExtract .filterAreaContainer {
    background-color: #fbfbfb;
    border: 5px solid #fff;
    padding-left: 0px!important;
    padding-right: 0px!important;
}

#content #brandsDisplay .brandExtract .filterAreaContainer hr {
    border-top: 1px solid #ddd;
    width: 97%;
    margin-top: 5px;
    margin-bottom: 5px;
}

#content #brandsDisplay .brandExtract .filterAreaContainer .filter {
    color: #4a4a4a;
    font-family: "proxima-nova";
    line-height: 15px;
    font-weight: 400;
    letter-spacing: 0.45px;
    line-height: 24px;
}

#content #brandsDisplay .brandExtract .filterAreaContainer .container-fluid {
    padding: 10px;
}

#content #brandsDisplay .brandExtract .filterAreaContainer .container-fluid div {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

#content #brandsDisplay .brandExtract .filterAreaContainer .headFilter {
    color: #666;
    font-family: TradeGothic;
    font-weight: 900;
    line-height: 25px;
    font-size: 21px;
    letter-spacing: -0.67px;
}

#content #brandsDisplay .brandExtract .filterAreaContainer .headFilter div {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

#content #brandsDisplay .brandExtract .filterAreaContainer .descriptionFilter {
    color: #4a4a4a;
    font-family: "proxima-nova";
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

#content #brandsDisplay .brandExtract .filterAreaContainer .helpText .subject {
    height: 19px;
    color: #4a4a4a;
    font-family: "proxima-nova";
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
}

#content #brandsDisplay .brandExtract .filterAreaContainer .genTitle4 {
    font-family: TradeGothicBold;
}

#content #brandsDisplay .brandExtract .filterAreaContainer .helpText p {
    margin: 0 0 25px;
}

#content #brandsDisplay .brandExtract .filterAreaContainer .helpText .smaller {
    font-family: "proxima-nova";
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #4a4a4a;
}

#content #brandsDisplay .brandExtract .filterAreaContainer .helpText ul {
    padding-left: 20px;
}

#content #brandsDisplay .brandExtract .filterAreaContainer .helpText ul li {
    padding-left: 20px;
    font-size: 0.8em;
    font-size: 0.9em;
    margin-bottom: 10px;
}

#content #brandsDisplay .brandExtract .product,
#content #brandsDisplay .brandExtract .logo,
#content #brandsDisplay .brandExtract .clipart {
    min-height: 290px;
}

#content #brandsDisplay .brandExtract .brand-image-thumb {
    max-height: 80px;
    min-height: 70px;
    max-width: 90px;
    padding-right: 5px;
}

#content .collapse-body {
    display: none;
}

#content #brandsDisplay .brandExtract .productText p:first-of-type {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-family: "proxima-nova";
    color: #888;
}

#content #brandsDisplay .brandExtract .productImage {
    text-align: center;
    min-height: 120px;
    margin-top: 15px;
    /*background-color:#efefef;*/
    border: 1px solid #efefef;
}

#content #brandsDisplay .brandExtract .productImage a {
    line-height: 120px;
}

#content #brandsDisplay .brandExtract .productText h4 {
    color: #515356;
    font-family: TradeGothic;
    line-height: 16px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0px;
}

#content #brandsDisplay .brandExtract .productText p {
    color: #515356;
    font-family: TradeGothic;
    line-height: 16px;
    font-weight: 300;
    margin-bottom: 0px;
    font-size: 10px;
    margin: 0 0 4px;
}

#content #brandsDisplay .brandExtract .productText a {
    font-family: TradeGothic;
    line-height: 16px;
    margin-bottom: 0px;
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 11px;
    letter-spacing: 2px;
}

.bottomArea {
    margin-bottom: 40px;
}

.page-id-47 .searchCareersBackground {
    background-image: url('/wp-content/uploads/images/careers/searchCareers.png');
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 50%;
}

.page.page-id-61 #content #contactForm .col-sm-3.pick-a-brand,
.page.page-id-61 #content #contactForm .col-sm-3.pick-a-product {
    display: none;
}

footer {
    border-top: 1px solid rgba(155, 154, 155, 0.52);
    padding-top: 20px;
}

footer .divider {
    background-color: #fff200;
    min-height: 3px;
}

footer .interactOptions {
    margin-bottom: 20px;
}

footer .socialArea .socialIcons a {
    color: #9b9b9b;
    font-size: 23px;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 5px;
    display: inline-block;
    border-radius: 40px;
    border: 2px solid #9b9b9b;
    width: 45px;
    height: 45px;
    margin-left: 7px;
}

footer .socialArea .socialIcons a img {
    max-height: 24px;
    //padding-left: 3px;
}

footer .interactOption {
    border-right: 1px solid rgba(155, 154, 155, 0.52);
}

footer .interactOptions .mainText {
    color: #4a4a4a;
    font-family: TradeGothic;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.8px;
    line-height: 20px;
    margin-bottom: 20px;
}

footer .socialArea .mainText {
    text-align: center;
}

footer .newsletterSignup form {
    padding-top: 12px;
}

footer .newsletterSignup input {
    float: left;
}

footer .newsletterSignup input[type="text"] {
    min-width: 235px;
}

footer .fanClubLogo {
    float: left;
    margin-right: 10px;
}

footer .fanClubText {
    color: #4a4a4a;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

footer .fanClubText a {
    color: #133c8b;
    font-family: TradeGothic;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 18px;
}

footer .companyValue {
    background-image: url('../images/footerWD40CompanyValue.jpg');
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 20px;
}

footer .companyValue .mainText {
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    font-family: TradeGothicBold;
    font-weight: 700;
    letter-spacing: -0.8px;
    line-height: 30px;
    font-weight: bold;
    font-size: 32px;
    padding-top: 5px;
}

footer .companyValue .secondText {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.34px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
    font-family: "proxima-nova";
}

footer .footerMenu {
    background-color: rgba(0, 0, 0, 0.61);
    color: #fff;
    font-family: TradeGothic;
    font-size: 12px;
    line-height: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
}

footer .footerMenu li {
    list-style-type: none;
}

footer .footerMenu .menu-header-menu-container>ul>li {
    width: 15%;
    border-right: 1px solid #7B7B7B;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    float: left;
    min-height: 120px;
}

footer .footerMenu .menu-header-menu-container>ul>li:last-child {
    border-right: 0px solid #7B7B7B;
}

footer .footerMenu .menu-header-menu-container>ul>li>a {
    text-transform: uppercase;
    color: white;
    font-family: TradeGothicBold;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 10px;
    padding-bottom: 15px;
    display: block;
    letter-spacing: 1px;
    font-size: 12px;
}

footer .footerMenu .menu-header-menu-container>ul>li ul li a {
    color: white;
    font-family: TradeGothic;
    font-size: 12px;
    line-height: 22px;
    font-weight: 100;
}

footer .footerMenu li ul {
    padding-left: 0px;
}

footer .footerMenu a {
    color: #fff;
    font-family: TradeGothic;
    font-size: 12px;
    line-height: 22px;
}

footer .footerMenu .copy {
    font-family: TradeGothic;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14px;
    line-height: 22px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

footer .footerMenu .supplyChain a {
    font-size: 16px !important;
}

footer .footerMenu .copy a {
    text-decoration: underline;
    padding-left: 5px;
    padding-right: 5px;
}

footer .footerMenu .footerMenuOption {
    border-right: 1px solid #7B7B7B;
    margin-top: 10px;
    margin-bottom: 10px;
}

footer .footerMenu .footerMenuOption:last-child {
    border-right: 0px solid #7B7B7B;
}

footer .footerMenu .footerMenuOption ul {
    padding-left: 0px;
}

footer .footerMenu .footerMenuOption ul li {
    list-style-type: none;
    margin-left: 0px;
}

footer .footerMenu .footerMenuOption a.menuTitle {
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 10px;
}

footer .brandsArea {
    text-align: center;
}

footer .brandsArea .brandLogos {
    padding-top: 20px;
    padding-bottom: 20px;
}

footer .brandsArea .brandLogos img {
    padding-left: 20px;
    padding-right: 20px;
}

.desktopHide {
    display: none;
}

.desktopAdHide {
    display: none;
}

@media (max-width: 1380px) {
    .total-rewards-perks-container .total-rewards-left {
        width: 65% !important;
    }
    .total-rewards-perks-container .container {
        width: 90%;
    }
    .total-rewards-perks-container .genTitle1 {
        font-size: 30px;
    }
    .total-rewards-perks-container .genTitle2,
    .total-rewards-perks-container .genText {
        font-size: 15px;
    }
    .total-rewards-perks-container .paddingBottom {
        padding-bottom: 8px;
    }
    .total-rewards-left .total-rewards-list-divider {
        padding-top: 1em;
        margin-top: .5em;
    }
    .total-rewards-left .largePadding {
        padding: 30px 10px;
    }
}

@media (max-width: 1200px) {
    .applyBannerContainer img {
        width: 100%;
    }
    #content #heroContainer .arrow {
        min-height: 40px;
    }
    .blueBannerContainer img {
        width: 100%;
    }
    .secondTopBar .topMenu ul li a {
        margin-right: 0px;
    }
    #heroContainer #heroImage {
        opacity: 0;
    }
    #heroContainer .adjustHeightToImage {
        height: auto!important;
    }
    .page #content #heroContainer #heroTextContainer.internalHeader .mainText {
        /*font-size: 105px;
        padding: 30px 0 5px;
        font-size: 60px;
        line-height: 96px;*/
    }
    #content #heroContainer #heroTextContainer {
        margin: 13% auto;
    }
    #content #heroContainer #heroTextContainer .mainText h1 {
        font-size: 100px;
    }
    #content #heroContainer #heroTextContainer .secondText {
        font-size: 38px;
    }
    #content .photoContent .photoContentTextContainer,
    #content .photoContent2 .photoContentTextContainer {
        padding-top: 10%;
    }
    .home #content .photoContent.who-we-are .photoContentTextContainer {
        padding-top: 0;
    }
    footer .newsletterSignup input[type="text"] {
        min-width: 175px;
    }
    footer .socialArea .socialIcons a {
        margin-left: 5px;
    }
    footer .brandsArea .brandLogos img,
    #content .brandsArea .brandLogos img {
        padding-left: 10px;
        padding-right: 10px;
    }
    .page-id-47 .largeMarginTop .col-sm-6 {
        float: none;
        width: 100%;
        padding-top: 15px;
    }
    .page-id-47 .stoneBackgroundLine .bottomLeftBackground {
        background-image: none !important;
    }
    .page-id-47 .car {
        text-align: center !important;
    }
}


/*/mediaquery*/

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    #content #heroContainer #heroTextContainer {
        margin-top: 190px;
    }
}

@media (max-width: 1024px) {
    .page #content.our-values div#ourValuesSlider .slideThumbnailInnerContainer {
        top: 3px !important;
    }
    #content .imageContentArea .textImagecontainer .imageArea img {
        height: 67% !important;
    }
    .home #content .imageContentArea .textImagecontainer .imageArea img {
        height: auto !important;
    }
    #content .photoContent .photoContentTextContainer .secondText2 {
        line-height: 18px;
        padding-bottom: 0px;
        font-size: 18px;
    }
    #content .imageContentArea .textImagecontainer .textArea .textContainer .mainText {
        line-height: 24px;
        margin-top: 0px;
        padding: 0px;
        line-height: 44px;
    }
    #content .photoContent .photoContentTextContainer .mainText {
        padding-bottom: 0px;
        font-size: 48px;
    }
    body.page #content #heroContainer #heroTextContainer.internalHeader {
        margin-top: 17%;
    }
    body.page #content #heroContainer {
        overflow: hidden;
        height: 380px;
    }
    .total-rewards-perks-container {
        background-image: url('../images/shot-logo-wd40.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
    }
    .total-rewards-perks-container .total-rewards-left {
        width: 85% !important;
        margin: 0 auto;
        float: none;
    }
    .secondTopBar .container {
        width: 100%;
        padding: 0;
    }
    .secondTopBar {
        height: 104px;
        top: -1px;
    }
    .secondTopBar .logo {
        margin-top: 11px;
        float: left;
        z-index: 600;
    }
    .secondTopBar .topMenu,
    .secondTopBar .searchButtonContainer {
        display: none;
    }
    .secondTopBar .topMenu ul li {
        float: none;
    }
    .mobile-show {
        display: block;
    }
    header nav.mobile-nav {
        display: none;
    }
    header nav .searchBar {
        display: inherit;
    }
    .mean-nav ul li.menu-item-has-children a.mean-expand:after {
        content: "▼";
        font-size: 0.6em;
        padding-left: 7px;
    }
    .mean-nav ul li.menu-item-has-children a.mean-expand.mean-clicked:after {
        content: "▲";
    }
    nav.mean-nav .mobileSearchBar {
        background-color: rgba(177, 179, 182, 0.9);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.24);
        padding: 10px 9px;
        text-align: right;
        width: 98%;
    }
    nav.mean-nav .mobileSearchBar form {
        padding: 5px;
        text-align: center;
        width: 100%;
    }
    nav.mean-nav .mobileSearchBar input {
        background-color: white;
        border: 1px solid #b1b3b6;
        border-radius: 4px;
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.23);
        color: #4a4a4a;
        font-family: "proxima-nova";
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
        padding: 10px;
        min-width: 300px;
        width: 90%;
        vertical-align: middle;
    }
    nav.mean-nav .mobileSearchBar button.searchBarButton {
        position: absolute;
        right: 3%;
        background-color: transparent;
        color: #333;
        padding: 6px 20px;
        font-size: 19px;
        margin-left: -5px;
        vertical-align: middle;
    }
    .home .who-we-are .adjustHeightToImage .largerContainer {
        margin: 5% auto 0
    }
    #content #heroContainer #heroTextContainer .mainText {
        /*font-size: 79px;
        line-height: 79px;*/
        margin-top: 0;
    }
    #content #heroContainer #heroTextContainer {
        margin: 19% auto;
        /*padding: 0 5%;*/
    }
    body.page #content #heroContainer #heroTextContainer.internalHeader .mainText {
        margin: 20px 0 0;
        padding-bottom: 0;
        line-height: 75px;
    }
    #content #heroContainer #heroTextContainer .mainText h1,
    #content #heroContainer #heroTextContainer.internalHeader .mainText h1 {
        font-size: 65px;
        line-height: 65px;
        padding-bottom: 10px;
    }
    #content #heroContainer #heroTextContainer .secondText {
        margin-bottom: 50px;
    }
    #content #heroContainer #heroTextContainer #arrowContainer .downArrow i {
        width: 66px;
        height: 66px;
        font-size: 60px;
    }
    #content .photoContent .photoContentTextContainer .secondText {
        font-weight: 400;
    }
    #content .photoContent .photoContentTextContainer {
        padding-top: 0;
    }
    .backgroundPosition100 {
        background-position: 0 0;
    }
    .page #content .thumbnailSlider .slide-background {
        height: auto;
    }
    .page #content.our-history .thumbnailSlider .slide .adjustHeightToImage .container {
        padding: 18px 0;
    }
    .page #content.our-tribe-leaders .tribeArea .container-fluid .col-sm-10 {
        clear: both;
    }
    footer .socialArea .socialIcons {
        text-align: center;
    }
    footer .socialArea .socialIcons a {
        font-size: 28px;
        width: 50px;
        height: 50px;
        margin-left: 10px;
        margin-right: 10px;
        display: inline-block;
        margin-bottom: 20px;
    }
}


/*/mediaquery*/

@media (max-width: 995px) {
    #content .testimonials .testimonial {
        margin-top: 75px;
    }
    #content #brandsDisplay .brandItem img {
        max-width: 95%;
    }
    #content #brandsDisplay .brandExtract .productImage img {
        max-width: 95% !important;
    }
    #content #brandsDisplay .brandExtract .product,
    #content #brandsDisplay .brandExtract .logo,
    #content #brandsDisplay .brandExtract .clipart {
        min-height: 320px;
    }
    .filterAreaContainer img {
        max-width: 95%;
    }
}

@media (max-width: 991px) {
    #content .boxesArea .box .secondText,
    #content .boxesArea .fullBox .secondText {
        font-size: 14px;
        padding: 0px 12px;
    }
    #content .imageContentArea .textArea .textContainer {
        padding-top: 5%;
    }
    footer .brandsArea .brandLogos img,
    #content .brandsArea .brandLogos img {
        padding-left: 5px;
        padding-right: 5px;
    }
    #content .photoContent2 .photoContentTextContainer .secondText {
        font-size: 15px;
        line-height: 22px;
        margin-top: 16px;
    }
    #content .photoContent2 .photoContentTextContainer .mainText {
        font-size: 34px;
    }
    #content #heroContainer #heroTextContainer .mainText h1 {
        font-size: 90px;
        line-height: 80px;
        padding-bottom: 10px;
    }
}

@media (max-width: 990px) {
    #content .thumbnailSlider .slide .slideInfo {
        padding-top: 50%;
    }
    .col-sm-12 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .col-sm-5 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    hr {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #content .thumbnailSlider .slide .slideArrowRight {
        margin-left: 0px;
    }
    .padTop {
        margin: 0%;
        margin-top: 25% !important;
    }
    .fa {
        display: inline;
    }
    .page #content .thumbnailSlider .slide {
        height: 600px;
        background-size: cover;
        background-color: #0d2a62;
        width: 100%;
    }
    .page #content .funFact .slide {
        background-size: cover;
        height: 620px;
        background-color: transparent !important;
    }
    .page #content .funFact .slide .slideInfo {
        padding-top: 0% !important;
    }
    .page #content .thumbnailSlider .slide .slideDescription2 {
        font-size: 20px;
        font-weight: 300;
        line-height: 20px;
    }
    #content .slideThumbnailContainer2 {
        display: none;
    }
    #content .thumbnailSlider .slide .arrowNav {
        padding: 6px;
    }
    #ourValuesSlider .col-sm-5 {
        width: 100%;
    }
}

@media (max-width: 908px) {
    #content #heroContainer #heroTextContainer {
        /*margin: 160px auto;*/
    }
    #content #heroContainer #heroTextContainer .mainText {
        font-size: 79px;
        line-height: 79px;
        margin-top: 99px;
        padding-bottom: 15px;
    }
    .home #content #heroContainer #heroTextContainer .mainText {
        margin-top: 0;
    }
    body.page #content #heroContainer #heroTextContainer .mainText {
        padding-top: 0;
    }
    body.page #content #heroContainer #heroTextContainer.internalHeader .mainText {
        margin: 20px 0 0;
        padding-bottom: 0;
        line-height: 75px;
    }
    #content #heroContainer #heroTextContainer .mainText h1 {
        font-size: 80px;
    }
    #content #heroContainer #heroTextContainer .secondText {
        margin-bottom: 0;
        font-size: 30px;
    }
    #content #heroContainer #heroTextContainer #arrowContainer {
        margin-top: 0;
    }
    #content .photoContent .photoContentTextContainer,
    #content .photoContent2 .photoContentTextContainer {
        padding-top: 5%;
    }
    footer .brandsArea .brandLogos img,
    #content .brandsArea .brandLogos img {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
    }
    footer .newsletterSignup input[type="text"] {
        width: 125px;
        min-width: 125px;
    }
    .fullWidthBanner.mobileFix img {
        display: none;
    }
    .fullWidthBanner.mobileFix.largeHeight .mobileBanner {
        height: 500px;
        background-position: 51% 0%;
        background-repeat: no-repeat;
        background-size: auto;
    }
    .fullWidthBanner.mobileFix.middleHeight .mobileBanner {
        background-position: 60% 30%;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .fullWidthBanner.mobileFix .mobileBanner {
        display: block;
        background-position: 59.5% 45%;
        height: 170px;
        background-repeat: no-repeat;
        background-size: 500%;
    }
}

@media (max-width: 768px) {
    .page #content.our-values div#ourValuesSlider .slide {
        height: 920px;
    }
    .page #content.our-values div#ourValuesSlider {
        /*display: none;*/
    }
    .page #content.our-values div#ourValuesSlider .slideThumbnailInnerContainer {
        display: none;
    }
    #content .thumbnailSlider .slide .quickSlider {
        height: 400px !important;
        background-size: cover;
        background-color: transparent !important;
        width: 100%;
        position: relative;
        padding-top: 0px !important
    }
    .minHeight400 {
        min-height: auto!important;
    }
    #content .thumbnailSlider .slide .slideInfo {
        padding-top: 50%;
    }
    .col-sm-12 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .col-sm-5 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    hr {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #content .thumbnailSlider .slide .slideArrowRight {
        margin-left: 0px;
    }
    .padTop {
        margin: 0%;
        margin-top: 25% !important;
    }
    .fa {
        display: inline;
    }
    .page #content .thumbnailSlider .slide {
        height: 600px;
        background-size: cover;
        background-color: #0d2a62;
        width: 100%;
    }
    .page #content .funFact .slide {
        background-size: cover;
        height: 620px;
        background-color: transparent !important;
    }
    .page #content .funFact .slide .slideInfo {
        padding-top: 0% !important;
    }
    .page #content .thumbnailSlider .slide .slideDescription2 {
        font-size: 20px;
        font-weight: 300;
        line-height: 20px;
    }
    #content .slideThumbnailContainer2 {
        display: none;
    }
    #content .thumbnailSlider .slide .arrowNav {
        padding: 6px;
    }
    #content .boxCardArea .cardItem .photo {
        min-height: 175px;
    }
    #content .boxCardArea .cardItem .cardContent {
        min-height: auto;
    }
    #content #cd-timeline .cd-timeline-content {
        min-height: auto;
        width: 80%;
    }
    #content .thumbnailSlider slide {
        height: 650px;
    }
    body.page #heroContainer #heroImage {
        width: 110%;
    }
    body.page .adjustHeightToImage .container {
        /*margin: auto 1%;*/
    }
    body.page #content #heroContainer #heroTextContainer.internalHeader {
        margin-top: 160px;
    }
    .total-rewards-perks-container .total-rewards-left {
        width: 100% !important;
    }
    .total-rewards-left .col-sm-6 {
        width: 50% !important;
        display: inline-block;
        float: left;
    }
    .boxesArea .col-sm-4 {
        width: 33%;
        float: left;
    }
    #content .boxesArea .box .secondText,
    #content .boxesArea .fullBox .secondText {
        font-size: 12px;
        line-height: 15px;
    }
    #content .imageContentArea .imageArea {
        display: none;
    }
    #content .imageContentArea {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #content .imageContentArea .textArea {
        height: auto;
    }
    #content .imageContentArea .textArea img {
        display: none;
    }
    #content .imageContentArea .textArea .textContainer {
        position: relative;
        padding-bottom: 20px;
    }
    #content .photoContent2 img {
        display: none;
    }
    #content .photoContent2 .photoContentTextContainer {
        position: relative;
    }
    #content .photoContent2 .photoContentTextContainer .mainText {
        color: #333;
        text-shadow: none;
        font-size: 42px;
    }
    #content .photoContent2 .photoContentTextContainer .secondText {
        color: #777;
        font-size: 21px;
        text-shadow: none;
    }
    #content #heroContainer #heroTextContainer .mainText {
        padding-bottom: 10px;
    }
    #content #heroContainer #heroTextContainer .mainText h1,
    #content #heroContainer #heroTextContainer.internalHeader .mainText h1 {
        font-size: 65px;
        line-height: 65px;
    }
    #content #heroContainer #heroTextContainer .secondText {
        margin-bottom: 5%;
    }
    #content #heroContainer #heroTextContainer #arrowContainer {}
    .page #content.our-vision .photoContentImage {
        width: auto;
        max-height: 500px;
        max-width: 768px;
    }
    #content .boxCardArea .cards .firstItem {
        padding-left: inherit;
    }
    #content .thumbnailSlider .slide .slideTitle {
        font-size: 38px;
    }
    #content .thumbnailSlider .slide .slideSmallContent {
        font-size: 15px;
        line-height: 24px;
    }
    .page #content.distributors-retailers .socialNetworkIconsContainer .cards .col-sm-6:nth-child(odd) {
        clear: left;
    }
    .page #content.get-social .internalTitle+.internalText {
        font-size: 16px;
    }
    footer .interactOption {
        border: none;
    }
    footer .interactOptions .mainText {
        text-align: center;
        line-height:
    }
    footer .newsletterSignup input[type="text"] {
        width: 60%;
        float: left;
    }
    .newsletterSignup {
        text-align: center;
        padding-left: 12%;
    }
    footer .newsletterSignup input {
        float: left;
    }
    footer .socialArea .socialIcons a {
        font-size: 28px;
        width: 50px;
        height: 50px;
        margin-left: 10px;
        margin-right: 10px;
        display: inline-block;
        margin-bottom: 20px;
    }
    .socialIcons {
        text-align: center;
    }
    footer .footerMenu .footerMenuOption {
        float: left;
        min-height: 170px;
        border: none;
        width: 50%;
    }
}

@media (max-width: 767px) {
    #content #brandsDisplay .brandExtract .product,
    #content #brandsDisplay .brandExtract .logo,
    #content #brandsDisplay .brandExtract .clipart {
        min-height: 0px;
    }
    #ourValuesSlider {
        /*display: none;*/
    }
    .page-id-57 .internalTitle.marginBottom.centeredText {
        display: none;
    }
    .page #content.our-values div#ourValuesSlider .slide {
        height: 730px;
    }
}

@media (max-width: 745px) {
    .mean-container .mean-bar {
        position: relative!important;
        margin-top: -110px!important;
    }
    .mean-container .mean-nav {
        margin-top: 95px !important;
        overflow-y: hidden;
        overflow-x: hidden;
    }
    header {
        position: relative!important;
    }
    .boxesArea .col-sm-4 .box .adjustHeightToImage .container {
        margin: 10% auto;
    }
    #content .boxesArea .box .mainText,
    #content .boxesArea .fullBox .mainText {
        padding: 5px 10px 10px;
        font-size: 30px;
    }
    #content .boxesArea .box {
        border: 2px solid #FFFFFF;
    }
    .brandItemContainer {
        position: absolute!important;
        z-index: 5;
        padding-left: 0px!important;
    }
}

@media (max-width: 669px) {
    .page #content.our-values #heroContainer {
        background-position-x: -200px;
        /*background-position-y: 129px;*/
    }
    .home #content #heroContainer {
        height: 450px !important;
    }
    .tribeImage {
        text-align: left !important;
    }
    .extraPaddingLeft {
        padding-left: 0px!important;
    }
    .mobileHide {
        display: none;
    }
    #content .thumbnailSlider .slide .slideInfo {
        padding-top: 50%;
    }
    .paddingNeeded {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .col-sm-2 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .col-sm-12 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .col-sm-5 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    hr {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #content .thumbnailSlider .slide .slideArrowRight {
        margin-left: 0px;
    }
    .padTop {
        margin: 0%;
        margin-top: 25% !important;
    }
    .fa {
        display: inline;
    }
    .page #content .thumbnailSlider .slide {
        height: 600px;
        background-size: cover;
        background-color: #0d2a62;
        width: 100%;
    }
    .page #content .funFact .slide {
        background-size: cover;
        height: 620px;
        background-color: transparent !important;
    }
    .page #content .funFact .slide .slideInfo {
        padding-top: 0% !important;
    }
    .page #content .thumbnailSlider .slide .slideDescription2 {
        font-size: 20px;
        font-weight: 300;
        line-height: 20px;
    }
    #content .slideThumbnailContainer2 {
        display: none;
    }
    #content .thumbnailSlider .slide .arrowNav {
        padding: 6px;
    }
    #content .imageContentArea .textImagecontainer .imageArea img {
        height: 75% !important;
    }
    .home #content .imageContentArea .textImagecontainer .imageArea img {
        height: auto !important;
    }
    #content .imageContentArea .textImagecontainer .textArea .textContainer .mainText {
        line-height: 24px;
        margin-top: 0px;
        padding: 0px;
        line-height: 50px;
        font-size: 24px;
    }
    #content .tribeArea .tribeDescription {
        font-weight: 500;
        font-size: 24px;
    }
    .leadershipBoard {
        padding-top: 50px !important;
    }
    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }
    .largeBoxPadding {
        padding: 10px 10px;
    }
    #content .expandableText {
        bottom: 15px;
    }
    #content #heroContainer #heroTextContainer #arrowContainer {}
    .page #content.our-vision .photoContentImage {
        width: auto;
        max-height: 500px;
        max-width: 100%;
    }
    #content .testimonials .testimonial {
        margin-right: 0px;
        margin-left: 0px;
        min-height: auto;
    }
    .internalText {
        letter-spacing: 1px;
    }
    .internalTitle {
        margin-top: 2px;
    }
    .centeredWithPadding {
        padding-bottom: 100px;
    }
    .borderRight {
        border-right: none;
    }
    .largeMarginBottom {
        margin-bottom: 0px !important;
    }
    .largePaddingBottom {
        padding-bottom: 0px !important;
    }
    .largePaddingTop {
        padding-top: 0px !important;
    }
    .paddingBottom {
        padding-bottom: 10px !important;
    }
    #content #heroContainer {
        height: 390px !important;
    }
    body.page #content #heroContainer {
        overflow: hidden;
        height: 380px;
    }
    body.page #heroContainer #heroImage {
        width: 100%;
    }
    #content #heroContainer #heroTextContainer .mainText {
        font-size: 69px;
    }
    #content .boxesArea .box .mainText,
    #content .boxesArea .fullBox .mainText {
        font-size: 26px;
        line-height: 21px;
        margin-top: 10px;
        padding: 10px;
    }
    #content .boxesArea .box .buttonContainer,
    #content .boxesArea .fullBox .buttonContainer {
        white-space: nowrap;
    }
}

@media (max-width: 650px) {
    #content #heroContainer #heroTextContainer #arrowContainer {}
    .page #content.our-vision .photoContentImage {
        max-width: 650px;
    }
    #content .photoContent .photoContentTextContainer .mainText {
        font-size: 55px;
        line-height: 55px;
        padding-bottom: 10px;
    }
    #content #heroContainer #heroTextContainer .secondText {
        font-height: 34px;
        margin-bottom: 20px;
    }
    #content #heroContainer #heroTextContainer #arrowContainer {
        margin-top: 30px;
    }
    .page #content.our-history img.polaroid {
        margin-bottom: 20px !important;
        width: 100%;
        border-radius: 0px;
        padding: 0px;
        background-color: transparent;
        border: none;
    }
    .whiteBox {
        padding: 0px;
        background-color: transparent;
        border: none;
    }
    #content .thumbnailSlider .slide .slideSmallContent {
        font-size: 15px;
        line-height: 22px;
    }
}

@media (max-width: 642px) {
    #content #heroContainer #heroTextContainer .mainText h1,
    #content #heroContainer #heroTextContainer.internalHeader .mainText h1 {
        font-size: 59px;
        line-height: 51px;
    }
    #content #heroContainer #heroTextContainer #arrowContainer {}
    .page #content.our-vision .photoContentImage {
        max-width: 642px;
    }
    .home #content #heroContainer #heroTextContainer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 613px) {
    #content #heroContainer #heroTextContainer #arrowContainer {}
    .page #content.our-vision .photoContentImage {
        max-width: 613px;
    }
    body.page #heroContainer #heroImage {
        width: 120%;
    }
    #content #heroContainer #heroTextContainer .mainText {
        font-size: 47px;
        line-height: 50px;
    }
    #content #heroContainer #heroTextContainer .secondText {
        font-size: 25px;
    }
    #content #heroContainer #heroTextContainer #arrowContainer .downArrow i {
        width: 64px;
        height: 64px;
    }
    #content #heroContainer #heroTextContainer #arrowContainer .downArrow {
        font-size: 54px;
        line-height: 54px;
    }
    #content .photoContent .photoContentTextContainer .mainText {
        line-height: 23px;
        font-size: 42px;
    }
    #content .boxesArea .box .mainText,
    #content .boxesArea .fullBox .mainText {
        font-size: 20px;
    }
    #content .boxesArea .box .secondText,
    #content .boxesArea .fullBox .secondText {
        font-size: 11px;
        line-height: 13px;
    }
}

@media (max-width: 600px) {
    #content #heroContainer #heroTextContainer #arrowContainer {}
    .page #content.our-vision .photoContentImage {
        max-width: 100%;
    }
    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }
    .largeMarginBottom {
        margin-bottom: 10px !important;
        padding-left: 0px! important;
        padding-right: 0px !important;
    }
    .largePaddingBottom {
        padding-bottom: 10px !important;
    }
    .largePaddingTop {
        padding-top: 0px !important;
    }
    .paddingBottom {
        padding-bottom: 10px !important;
    }
    .mobilewidth {
        width: 100% !important;
    }
    .col-sm-6 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .col-sm-4 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    header {
        position: fixed;
    }
    #content .newsArea .newsAreaInner {
        padding: 0px;
    }
    #content #heroContainer {
        height: 380px !important;
    }
    .bottomArea {
        padding-right: 0px;
        padding-left: 0px;
    }
    #content .newsArea {
        padding: 0px;
        border: none;
    }
    body.page #content #heroContainer .adjustHeightToImage>.container {
        width: 100%;
    }
    body.page #content #heroContainer #heroTextContainer.internalHeader {
        /*margin-top: 160px;*/
    }
    body.page #heroContainer {
        background-position: center 0px;
    }
    body.page #heroContainer #heroImage {
        /*width: 130%;*/
        display: none;
    }
    .home #content .photoContent.who-we-are {
        background: url('/wp-content/uploads/images/who-we-are/broads3-mobile.png') no-repeat 0 0;
        height: 600px;
        background-size: cover;
        background-position: center;
    }
    .home #content .photoContent.who-we-are img {
        display: none;
    }
    #content #heroContainer #heroTextContainer {
        padding-top: 0;
        /*margin: 35% auto;*/
    }
    .home #content #heroContainer #heroTextContainer {
        padding: 0 16%;
        /*margin: 150px auto;*/
    }
    #content #heroContainer #heroTextContainer .mainText {
        font-size: 77px;
        line-height: 60px;
        padding-bottom: 10px;
        margin: 0 auto 0 auto;
    }
    .home #content #heroContainer #heroTextContainer .mainText {
        font-size: 55px;
        line-height: 80px;
        padding-top: 0;
        margin-top: 30px;
    }
    #content #heroContainer #heroTextContainer.internalHeader .mainText h1 {
        float: left;
    }
    .page #content #heroContainer #heroTextContainer .mainText h1 span.nowrap,
    .page #content #heroContainer #heroTextContainer.internalHeader .mainText h1 span.nowrap {
        margin-left: 3px !important;
    }
    #content #heroContainer #heroTextContainer .mainText span {
        line-height: inherit;
        margin-left: -8px;
    }
    .home #content #heroContainer #heroTextContainer .mainText span {
        font-size: inherit;
        line-height: inherit;
        margin-left: -8px;
        float: left;
    }
    #content #heroContainer #heroTextContainer .secondText {
        font-size: 40px;
        line-height: 50px;
        width: 100%;
        clear: both;
    }
    /*
    #content #heroContainer #heroTextContainer .secondText .yellow {
        display: block;
        clear: both;
    }
    */
    .home #content #heroContainer #heroTextContainer .secondText {
        font-size: 33px;
        line-height: 35px;
        letter-spacing: 3px;
        margin: 12px auto;
        width: 100%;
        float: left;
    }
    #content #heroContainer #heroTextContainer #arrowContainer {
        margin-top: 36px;
        float: left;
    }
    #content .photoContent .photoContentTextContainer .mainText {
        font-size: 60px;
        padding-bottom: 5px;
        text-align: center;
    }
    #content .photoContent .photoContentTextContainer .secondText {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 12px;
        text-align: center;
        margin-top: 1em;
    }
    .home #content .photoContent .photoContentTextContainer .buttonContainer {
        margin: 3em auto 0;
        text-align: center;
    }
    s .home #content .photoContent .photoContentTextContainer .buttonContainer a.button {
        font-size: 18px;
    }
    .boxesArea .col-sm-4 {
        width: 100%;
    }
    .home .adjustHeightToImage .container {
        margin: 9% auto;
    }
    .home #content .boxesArea .box {
        margin-bottom: 2em;
    }
    #content .boxesArea .box .mainText,
    #content .boxesArea .fullBox .mainText {
        font-size: 35px;
    }
    #content .boxesArea .box .secondText,
    #content .boxesArea .fullBox .secondText {
        font-size: 21px;
        line-height: 23px;
    }
    .home #content .boxesArea .box .secondText,
    #content .boxesArea .fullBox .secondText {
        line-height: 27px;
        margin-top: 1em;
    }
    #content .boxesArea .box .mainText,
    #content .boxesArea .fullBox .mainText {
        font-size: 23px;
    }
    .home #content .boxesArea .box .mainText,
    #content .boxesArea .fullBox .mainText {
        font-size: 43px;
        line-height: 43px;
    }
    .heroImage {
        width: 217%;
        margin-left: -353px;
    }
    .home #heroContainer .adjustHeightToImageReference {
        width: 100%;
        margin-left: -342px;
    }
    #heroContainer .adjustHeightToImage .genContainer {
        margin: 31% auto 0 auto;
    }
    .home #content .boxesArea .corporate-responsibility .fullBox {
        background: url('/wp-content/uploads/images/corpResponsibility-mobile.jpg') no-repeat;
        background-position: center;
        background-size: cover;
        height: 686px;
    }
    .home #content .boxesArea .corporate-responsibility .fullBox img.adjustHeightToImageReference {
        display: none;
    }
    .home .container.what-we-do {
        background: url('/wp-content/uploads/images/what-we-do/what-we-do-mobile.jpg') no-repeat;
        background-position: center;
        background-size: cover;
        height: 686px;
        margin-bottom: 2em;
    }
    .home .container.join-our-tribe {
        background: url('/wp-content/uploads/images/what-we-do/secret-success/secret-success5.jpg') no-repeat;
        background-position: center;
        background-size: cover;
        height: 686px;
    }
    .our-vision .container.we-exist {
        background: url('/wp-content/uploads/images/ourVisionPhoto1.jpg') no-repeat;
        background-position: center;
        background-size: cover;
        height: 686px;
    }
    .our-vision .container.we-create {
        background: url('/wp-content/uploads/images/ourVisionPhoto2.jpg') no-repeat;
        background-position: center;
        background-size: cover;
        height: 686px;
    }
    .our-vision .container.our-mission {
        background: url('/wp-content/uploads/images/ourVisionPhoto3.jpg') no-repeat;
        background-position: center;
        background-size: cover;
        height: 686px;
    }
    .home #content .imageContentArea .container.what-we-do .textImagecontainer .imageArea,
    .home #content .imageContentArea .container.join-our-tribe .textImagecontainer .imageArea,
    .container.we-exist .textImagecontainer .imageArea,
    .container.we-create .textImagecontainer .imageArea,
    .container.our-mission .textImagecontainer .imageArea {
        display: none;
    }
    .home #content .imageContentArea .container.what-we-do .textImagecontainer .stoneBackground,
    .home #content .imageContentArea .container.join-our-tribe .textImagecontainer .stoneBackground,
    .container.we-exist .textImagecontainer .whiteBackground,
    .container.we-create .textImagecontainer .whiteBackground,
    .container.our-mission .textImagecontainer .whiteBackground {
        background: transparent;
    }
    .home #content .imageContentArea .container.what-we-do .textImagecontainer .stoneBackground .mainText {
        margin-top: 50%;
    }
    .container.we-exist .textImagecontainer .whiteBackground .mainText,
    .container.we-create .textImagecontainer .whiteBackground .mainText,
    .container.our-mission .textImagecontainer .whiteBackground .mainText {
        margin-top: 90px !important;
    }
    .home #content .imageContentArea .container.what-we-do .textImagecontainer .stoneBackground .mainText,
    .home #content .imageContentArea .container.what-we-do .textImagecontainer .stoneBackground .secondText,
    .home #content .imageContentArea .container.join-our-tribe .textImagecontainer .stoneBackground .mainText,
    .home #content .imageContentArea .container.join-our-tribe .textImagecontainer .stoneBackground .secondText,
    .container.we-exist .textImagecontainer .whiteBackground .mainText,
    .container.we-create .textImagecontainer .whiteBackground .mainText,
    .container.our-mission .textImagecontainer .whiteBackground .mainText {
        color: #fff !important;
    }
    #content .newsArea {
        margin-bottom: 20px;
    }
    #content .newsArea .newsItem .newsTitle {
        line-height: inherit;
    }
    #content .testimonials .testimonial {
        /*margin-top: 115px;*/
    }
    .car,
    .skills ul {
        text-align: center;
    }
    .logoBackground .internalTitle {
        padding: 0 7px;
        padding-top: 10px;
    }
    .international-careers-column-list .column {
        width: 100%;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .international-careers-column-list .column .col-sm-3 {
        width: 20%;
        float: left;
    }
    .international-careers-column-list .column .col-sm-9 {
        width: 80%;
        padding-top: 8px;
        float: left;
    }
    footer .newsletterSignup input[type="text"] {
        width: 60%;
    }
    footer .socialArea .socialIcons a {
        margin-left: 5px;
        margin-right: 5px;
        height: 35px;
        width: 35px;
        font-size: 18px;
    }
    footer .footerMenu .menu-header-menu-container>ul {
        padding-left: 0;
        overflow: hidden;
        margin-bottom: 20px;
    }
    footer .footerMenu .menu-header-menu-container>ul>li {
        width: 50%;
        height: 160px;
        min-height: 160px;
        overflow: visible;
    }
    footer .footerMenu .menu-header-menu-container>ul>li:nth-child(even) {
        border-right: none;
    }
    footer .footerMenu .menu-header-menu-container>ul>li>a {
        font-size: 20px;
        line-height: 23px;
    }
    footer .footerMenu .menu-header-menu-container>ul>li ul li a {
        font-size: 15px;
        line-height: 28px;
    }
    .fullWidthBanner.mobileFix .mobileBanner {
        display: block;
        background-position: 59.5% 45%;
        height: 170px;
        background-repeat: no-repeat;
        background-size: auto;
    }
    .desktopAdHide {
        display: block;
    }
    .mobileAdHide {
        display: none;
    }
}

@media (max-width: 546px) {
    #content #heroContainer #heroTextContainer #arrowContainer {}
    .page #content.our-vision .photoContentImage {
        max-width: 100%;
    }
    #content #heroContainer #heroTextContainer .mainText h1,
    #content #heroContainer #heroTextContainer.internalHeader .mainText h1 {
        font-size: 57px;
        line-height: 51px;
    }
}

@media (max-width: 532px) {
    #content #heroContainer #heroTextContainer #arrowContainer {}
    .page #content.our-vision .photoContentImage {
        max-width: 532px;
    }
    #content #heroContainer #heroTextContainer .mainText h1,
    #content #heroContainer #heroTextContainer.internalHeader .mainText h1 {
        font-size: 50px;
    }
}

@media (max-width: 500px) {
    #content #heroContainer #heroTextContainer #arrowContainer {}
    .page #content.our-vision .photoContentImage {
        max-width: 500px;
    }
    .home #content #heroContainer #heroTextContainer .mainText {
        font-size: 99px;
        line-height: 81px;
        padding-top: 0;
        margin-top: 30px;
    }
    #content #heroContainer #heroTextContainer .mainText h1,
    #content #heroContainer #heroTextContainer.internalHeader .mainText h1 {}
    .home #content #heroContainer #heroTextContainer .mainText span {
        font-size: inherit;
        line-height: inherit;
        margin-left: -8px;
    }
    .home #content #heroContainer #heroTextContainer .secondText {
        font-size: 27px;
        line-height: 33px;
        letter-spacing: 3px;
        width: 100%;
    }
    #content .thumbnailSlider .slide .slideTitle {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 8px;
    }
    .page #content .thumbnailSlider .slide-background {
        height: 900px;
    }
    .home .who-we-are .adjustHeightToImage .largerContainer {
        margin: 10% auto 0;
    }
    .fullWidthBanner.mobileFix.largeHeight .mobileBanner {
        background-size: 280%;
    }
    .page-id-47 .searchCareersBackground {
        background-image: url('/wp-content/uploads/images/careers/searchcareers-map_mobile.png');
    }
}

@media (max-width: 470px) {
    #content #heroContainer #heroTextContainer .mainText h1,
    #content #heroContainer #heroTextContainer.internalHeader .mainText h1 {
        font-size: 42px;
        line-height: 37px;
    }
}

@media (max-width: 414px) {
    body.page #content #heroContainer #heroTextContainer.internalHeader {
        margin-top: 0px;
    }
    .page #content.our-values #heroContainer {
        background-position-x: -400px;
        /*background-position-y: 129px;*/
    }
    #content .thumbnailSlider .slide .slideInfo {
        padding-top: 50%;
    }
    #content .boxCardArea .cardItem .cardContent {
        min-height: auto !important;
    }
    .mobileHide {
        display: none;
    }
    .home #content #heroContainer #heroTextContainer {
        /*margin: 145px auto;*/
        padding: 0 12%;
    }
    body.page #content #heroContainer {
        height: 380px;
    }
    .page #content .thumbnailSlider .slide-background {
        height: 360px;
        width: auto;
    }
    .page #content .thumbnailSlider .slide .slideSmallContent {
        font-size: 20px;
        line-height: 29px;
    }
    .home #content #heroContainer #heroTextContainer .mainText {
        font-size: 67px;
        line-height: 55px;
        padding-top: 0;
        margin-top: 0px;
        letter-spacing: 1px;
    }
    body.page #content #heroContainer #heroTextContainer.internalHeader .mainText {
        /*margin: 0;*/
    }
    .home #content #heroContainer #heroTextContainer .mainText h1 {
        margin: 17px 0;
    }
    .page #content #heroContainer #heroTextContainer .mainText h1,
    .page #content #heroContainer #heroTextContainer.internalHeader .mainText h1 {
        font-size: 49px;
        line-height: 46px;
        margin: 17px 0;
    }
    .page #content.product-catalog #heroContainer #heroTextContainer .mainText h1 {
        font-size: 65px;
        line-height: 68px;
    }
    .page #content.consumer-product-safety #heroContainer #heroTextContainer.internalHeader .mainText h1 {
        font-size: 43px;
        line-height: 48px;
    }
    .home #content #heroContainer #heroTextContainer .mainText span {
        font-size: inherit;
        line-height: inherit;
        margin-left: -8px;
        letter-spacing: 1px;
        float: left;
        clear: both;
        padding-left: 9px;
    }
    .home #content #heroContainer #heroTextContainer .secondText {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 3px;
        width: 100%;
        float: left;
        margin: 17px auto;
    }
    .largeBoxPadding {
        padding: 0px 0px;
    }
    .home .container.box-overlay-text {
        margin: 5px auto;
    }
    .home .container.box-overlay-text .altMainText {}
    .home #content #heroContainer #heroTextContainer #arrowContainer {
        margin-top: 0;
    }
    .home #content .photoContent .photoContentTextContainer .secondText {
        font-size: 22px;
    }
    .home #content .photoContent .photoContentTextContainer .altSecondText {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 15px;
        margin-top: 15px;
        padding-left: 7px;
        padding-right: 7px;
    }
    #content .testimonials .container>div {
        margin-top: 115px;
    }
    #content .testimonials .container>div:first-child {
        margin-top: 0;
    }
    .car,
    .skills ul {
        text-align: center !important;
    }
    div#ourValuesSlider {
        /*display: none;*/
    }
    .page #content .imageContentArea .textImagecontainer .imageArea,
    .page #content .imageContentArea .textImagecontainer .textArea {
        display: block;
        margin-top: 20px;
        width: 100%;
    }
    .page.page-id-15 #content .photoContent .photoContentTextContainer .mainText {
        font-size: 35px;
    }
    .page.page-id-15 #content .photoContent .photoContentTextContainer .secondText2 {
        font-size: 18px;
        line-height: 28px;
    }
    .page #content.secret-to-our-success .expandables-container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .page #content.secret-to-our-success img.polaroid,
    .page #content.secret-to-our-success .leftExpandable .expandableTextContent,
    .page #content.secret-to-our-success .expandableText .rightExpandable {
        display: none !important;
    }
    .page #content.our-history img.polaroid {
        margin-bottom: 20px !important;
        border-radius: 0px;
        padding: 0px;
        background-color: transparent;
        border: none;
    }
    .page #content.our-vision img.polaroid {
        margin-bottom: 20px !important;
        border-radius: 0px;
        padding: 0px;
        background-color: transparent;
        border: none;
    }
    .page #content.who-we-are img.polaroid {
        margin-bottom: 20px !important;
        border-radius: 0px;
        padding: 0px;
        background-color: transparent;
        border: none;
    }
    .page #content.secret-to-our-success .expandableText {
        position: relative !important;
        width: 100 !important;
        max-width: 100% !important;
        left: 0 !important;
        margin-top: 30px;
    }
    .page #content.secret-to-our-success .expandableText .expandableTextContentFull {
        display: block !important;
        font-size: 20px;
    }
    .page .total-rewards-perks-container {
        max-height: 600px;
    }
    .page .total-rewards-perks-container .container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .page #content .boxCardArea .cardItem .photo,
    .page #content.our-tribe-leaders .tribeLink,
    .page #content.corporate-responsibility .thumbnailSlider {}
    .page #content.become-a-dealer img.products-image {
        width: 100%;
    }
    .page #content.become-a-dealer #contactForm .col-sm-3 {
        margin-top: 15px;
    }
    /*
    .page #content .thumbnailSlider .slide-background {
        height: 360px;
        width: auto;
    }
    .page #content.our-history .thumbnailSlider .slide-background {
        height: 1700px;
    }
    */
    .page #content .thumbnailSlider img.slide-background {
        display: none;
    }
    .col-sm-12 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .col-sm-5 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    hr {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #content .thumbnailSlider .slide .slideArrowRight {
        margin-left: 0px;
    }
    .padTop {
        margin: 0%;
        margin-top: 25% !important;
    }
    .fa {
        display: inline;
    }
    .page #content .thumbnailSlider .slide {
        height: 600px;
        background-size: cover;
        background-color: #0d2a62;
        width: 100%;
    }
    .page .page-id-38 .container-fluid {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .page #content .funFact .slide {
        background-size: cover;
        height: 300px;
        background-color: transparent !important;
    }
    .page #content .funFact .slide .slideInfo {
        padding-top: 0% !important;
    }
    .page #content .thumbnailSlider .slide .slideDescription2 {
        font-size: 20px;
        font-weight: 300;
        line-height: 20px;
    }
    .page #content.our-history .thumbnailSlider .slide {
        height: 1700px;
    }
    .page #content .thumbnailSlider .slide .slideTitle {
        font-size: 21px;
        line-height: 38px;
    }
    .page #content .thumbnailSlider .slide .quickSlider {
        /*top: 20px;
        position: absolute;*/
    }
    .page #content .thumbnailSlider .slide .centeredText.sliderBullets.paddingTop {
        position: absolute;
        bottom: 12px;
        margin: 0 auto;
        width: 100%;
    }
    .page #content.product-catalog .container.socialNetworkIconsContainer .positionAbsolute {
        display: none;
    }
    .page #content.product-catalog .accordion .accordionHead {
        font-size: 18px;
    }
    .page #content.our-vision .photoContentImage {
        width: 100%;
        max-width: 414px;
        max-height: 400px;
        height: 400px;
    }
    nav.mean-nav .mobileSearchBar {
        padding: 4px;
    }
    nav.mean-nav .mobileSearchBar form {
        padding: 0;
        margin: 0 auto;
    }
    nav.mean-nav .mobileSearchBar input {
        min-width: 280px;
    }
}

@media (max-width: 375px) {
    .home #content #heroContainer #heroTextContainer {}
    .home #content #heroContainer #heroTextContainer .mainText h1 {
        font-size: 45px;
        line-height: 45px;
        margin: 17px 0;
    }
    .page #content #heroContainer #heroTextContainer .mainText h1,
    .page #content #heroContainer #heroTextContainer.internalHeader .mainText h1 {}
    .page #content.product-catalog #heroContainer #heroTextContainer.internalHeader .mainText h1 {
        font-size: 60px;
        line-height: 65px;
    }
    .page #content.consumer-product-safety #heroContainer #heroTextContainer.internalHeader .mainText h1 {
        font-size: 40px;
        line-height: 45px;
    }
    .home #content #heroContainer #heroTextContainer .secondText {
        font-size: 16px;
    }
    .page #content #heroContainer #heroTextContainer.internalHeader .secondText {
        font-size: 21px;
    }
    .page .total-rewards-perks-container {
        max-height: 630px;
    }
    .page #content.product-catalog .accordion .accordionHead {
        font-size: 15px;
    }
    .page #content .thumbnailSlider .slide .slideSmallContent {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 360px) {
    .page #content #heroContainer #heroTextContainer .mainText h1,
    .page #content #heroContainer #heroTextContainer.internalHeader .mainText h1 {
        font-size: 64px;
        line-height: 68px;
    }
    .page #content.product-catalog #heroContainer #heroTextContainer.internalHeader .mainText h1 {
        font-size: 56px;
        line-height: 65px;
    }
    .home #content #heroContainer #heroTextContainer .secondText {
        font-size: 14px;
        line-height: 20px;
        margin: 6px auto 17px;
    }
    .page .total-rewards-perks-container {
        max-height: 650px;
    }
    .page #content.product-catalog .accordion .accordionHead {
        font-size: 13px;
    }
    .page #content .thumbnailSlider .slide .slideSmallContent {
        font-size: 17px;
        line-height: 28px;
    }
}

@media (max-width: 320px) {
    a.button.redButton {
        font-size: 30px;
    }
    .page #content .boxCardArea .cardItem .photo {
        min-height: 133px;
    }
    .borderRight {
        border-right: none;
    }
    .largeMarginBottom {
        margin-bottom: 10px !important;
    }
    .largePaddingBottom {
        padding-bottom: 10px !important;
    }
    .largePaddingTop {
        padding-top: 10px !important;
    }
    .paddingBottom {
        padding-bottom: 10px !important;
    }
    #content .expandableTextContainer {
        margin-top: 30px;
    }
    #content .expandableText {
        padding: 0px;
    }
    .container-fluid {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .container {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    body.page #content #heroContainer #heroTextContainer.internalHeader {
        margin-top: 0px;
        padding: 0;
    }
    .leadershipBoard {
        padding-top: 55px !important;
    }
    #slide-background {
        width: 320px !important;
    }
    body.page #content #heroContainer #heroTextContainer.internalHeader .mainText h1 {
        font-size: 41px;
        line-height: 45px;
    }
    .page #content.product-catalog #heroContainer #heroTextContainer.internalHeader .mainText h1 {
        font-size: 50px;
        line-height: 57px;
    }
    .home #content #heroContainer #heroTextContainer {}
    .home #content #heroContainer #heroTextContainer .secondText {
        font-size: 14px;
        line-height: 18px;
    }
    .page #content #heroContainer #heroTextContainer .secondText {
        font-size: 21px;
        line-height: 23px;
    }
    .home #content .photoContent .photoContentTextContainer,
    #content .photoContent2 .photoContentTextContainer {
        padding-top: 0px;
    }
    .home #content .photoContent .photoContentTextContainer .secondText {
        font-size: 20px;
        line-height: 26px;
    }
    .home #content .photoContent .photoContentTextContainer .altSecondText {
        letter-spacing: 1px;
        line-height: 16px;
        margin-top: 12px;
        margin-bottom: 20px;
    }
    .home #content .photoContent .photoContentTextContainer .altMainText {
        font-size: 30px;
        line-height: 32px;
    }
    .home #content .photoContent .photoContentTextContainer .buttonContainer {
        margin: 0;
    }
    .home #content .newsArea .newsAreaInner {
        padding: 40px 10px 60px 10px;
    }
    .page .total-rewards-perks-container .container .genText {
        font-size: 14px;
        line-height: 22px;
    }
    .page #content.product-catalog .accordion .accordionHead {
        font-size: 11px;
    }
    .page #content.consumer-product-safety #heroContainer #heroTextContainer.internalHeader .mainText h1 {
        font-size: 35px;
        line-height: 40px;
    }
    .page #content .thumbnailSlider .slide .slideTitle {
        font-size: 19px;
        line-height: 36px;
    }
    .page #content .thumbnailSlider .slide .slideSmallContent {
        font-size: 16px;
        line-height: 25px;
    }
    footer .footerMenu .menu-header-menu-container>ul>li {
        height: 180px;
        min-height: 180px;
    }
    footer .footerMenu .menu-header-menu-container>ul>li ul li a {
        font-size: 13px;
    }
    footer .interactOptions .mainText {
        font-size: 16px;
    }
    footer .socialArea .socialIcons a {
        height: 31px;
        width: 31px;
        margin-left: 4px;
        margin-right: 4px;
        padding-left: 1%;
    }
}