@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');
@import url('https://use.typekit.net/sdt4dli.css');

body {
    background: url("../images/bg.gif") repeat transparent;
    /* font-family: Arial, "Lucida Grande", sans-serif; */
    /* font-size: 12px; */
    font-family: almaq-refined,sans-serif; /* added */
    font-weight: 400; /* added */
    font-style: normal; /* added */
    letter-spacing: 1.00px; /* changed from 0.78px to 1.00 px */
    line-height: 20px; /* Changed from 22 to 20 */
    color: #000; /* Changed from #333 to #000 */
    position: relative;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    background-size: cover;
}

a,
a:link {
    color: rgb(36, 47, 35); /* Changed from  #2b5e8d to rgb(36, 47, 35) oce-1446 */
    text-decoration: none;
}
a:visited,
a:hover,
a:active {
     text-decoration: underline;
}

.row {
    background-color: white;
}

#header {
    width: 100%;
    text-align: left;
    padding: 25px 0 0 0;
    margin: 0 0 15px 0;
}

#header #mobileMenuSearchBtns {
    position: relative;
    float: left;
    display: none;
}

#header #mobileMenuSearchBtns #mobileMenuBtn {
    float: left;
    width: 41px;
    height: 40px;
    display: block;
    background: url("../images/button_menu.jpg") no-repeat transparent;
    background-size: cover;
}

#header #mobileMenuSearchBtns #mobileMenuBtn.active {
    background-position: 0 -40px !important;
}

#header #mobileMenuSearchBtns #mobileMenuBtn span {
    display: none;
}

#header #mobileMenuSearchBtns ul#mobileMenu {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 235px;
    z-index: 1001;
}

#header #mobileMenuSearchBtns ul#mobileMenu  li {
    margin: 0;
    display: block;
}

#header #mobileMenuSearchBtns ul#mobileMenu  li a {
    display: block;
    text-transform: uppercase;
    color: #333;
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
    background-color: #fff; /* Changed colour from #eee to #fff oce-1446 */
    border-bottom: 1px solid #6d6d6e;
    border-left: 1px solid #6d6d6e;
    border-right: 1px solid #fff; /* Changed to #fff from #6d6d6e oce-1446 */
}

#header #mobileMenuSearchBtns ul#mobileMenu  li a:hover {
    background-color: #fff; /* Changed from #d93b18 to #fff oce-1446 */
    color: #d93b18; /* Changed from white to #d93b18 oce-1446 */
    text-decoration: none;
}

#header #mobileMenuSearchBtns #mobileSearchBtn {
    float: left;
    width: 40px;
    height: 40px;
    display: block;
    background: url("../images/button_search.jpg") no-repeat transparent;
    background-size: cover;
    margin-left: 20px; /* added oce-1446 */
}

#header #mobileMenuSearchBtns #mobileSearchBtn.active {
    background-position: 0 -40px !important;
}

#header #mobileMenuSearchBtns #mobileSearchBtn span {
    display: none;
}

#header #logoArea {
    float: left;
    width: 76%;
}

#header img#logo {
    padding: 0 0 15px 15px; /* Changed bottom from 0 to 15px and right from 25px to 15px oce-1446 */
    
}

#header #desktopSearch {
    float: right;
    width: 270px;
    margin-right: 25px;
    margin-bottom: 10px; /* added oce-1446 */
}

#header #desktopSearch form {
    margin: 0;
}

#header #desktopSearch form input.search {
    border: 1px solid #ccc;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 9px 7px 10px;
    outline: 0;
    -webkit-appearance: none;
    width: 225px;
}

#header #desktopSearch form input#goBtn {
    background: url("../images/btn_go.gif") no-repeat transparent;
    width: 36px;
    height: 36px;
    color: white;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    margin: 0px 0 0 0; /* Changed top from 2px to 0px - oce-1446 */
    background-size: cover;
    -webkit-background-size: 36px 36px!important; /* added oce-1446 */
}

@-moz-document url-prefix() {
    #header #desktopSearch form input#goBtn {
        margin: 0!important;
    }
}

#navBar #navNorm {
    position: relative;
    list-style-type: none;
    margin: 15px 0 15px 15px; /* chnaged top from 7px to 15px oce-1446 */
    /* padding: 10px 10px 25px 7px; */ /* commented oce-1446 */
    width: 100%;
}

#navBar #navNorm a {
    color: black;
    font-size: 18px; /* Changed from 16px to 18px */
    font-weight: 500; /* Chnaged from 800 to 500 oce-1446 */
    letter-spacing: 0.54px; /* added oce-1446 */
}

#navBar #navNorm a:hover { /* added oce-1446 */
    color: #D93B18 !important;
    text-decoration: none !important;
}

#navBar #navNorm a:link {
    text-decoration: none;
}
#navBar #navNorm a:visited,
#navBar #navNorm a:hover,
#navBar #navNorm a:active {
     text-decoration: underline;
}

#navBar #navNorm li {
    float: left;
    padding: 2px 55px 2px 0; /* changed right from 115px to 55px and top bottom to 2px oce-1446 */
    text-transform: none;
    font-size: 18px;
}

#navBar #searchBtnspot {
    display: none;
    padding-right: 0;
    width: 41px !important;
    float: right!important;
    margin: 10px 15px 10px 0; /* changed top from 0 to 5px and bottom from 15px to 5px oce-1446 */
}

#navBar #mobileSearchBtnNav {
    display: block;
    width: 41px;
    height: 41px;
    background: url("../images/button_search.jpg") no-repeat transparent;
    background-size: cover;
}

#navBar #mobileSearchBtnNav.active {
    background-position: 0 -41px !important;
}

#navBar #mobileSearchBtnNav span {
    display: none;
}

#navSearch {
    display: none;
    background-color: transparent;
}

#navSearch #mobileSearch {
    float: right;
    width: 420px;
    margin: 10px 25px 10px 0;
}

#navSearch #mobileSearch form {
    margin: 0;
}

#navSearch #mobileSearch form input.search {
    border: 1px solid #ccc;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 9px 7px;
    outline: 0;
    -webkit-appearance: none;
    width: 375px;
    font-size: 13px;
}

#navSearch #mobileSearch form input#goBtn {
    background: url("../images/btn_go.gif") no-repeat transparent;
    width: 36px;
    height: 36px;
    color: white;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    margin: 0px 0 0 0; /*Changed top from 2px to 0px oce-1446 */
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-size: cover;
    -webkit-background-size: 36px 36px!important; /* added oce-1446 */
}

#navBar p {
    margin: 7px 0 0 0;
}

.normalContain {
    padding: 0px 0 0 0; /* Changed padding top from 25px to 0px - oce-1446 */
}

.margin {
    margin: 0 15px; /* Changed left and right from 25px to 15px oce-1446 */
}

.margin.left {
    margin: 0 0 0 25px;
}

.margin.right {
    margin: 0 25px 0 0;
}

#mobileNav {
    display: none;
    width: 100%;
}

#mobileNav .mobileButton {
    width: 100%;
    padding: 15px 0 15px 0;
    color: white;
    text-align: center;
    margin-bottom: 10px;
    background: url("../images/down-arrows.png") no-repeat 98% 50% #92d050;
    cursor: pointer;
    position: relative;
    background-size: cover;
}

#mobileNav .mobileButton:hover {
    background-color: #84bb49;
}

#mobileNav #productList {
    position: relative;
}

#mobileNav #productList img.thumbImg {
    float: left;
    margin: 0 20px 10px 0;
}

#mobileNav #productList p {
    position: relative;
    top: 30px;
}
#wheretoBuy {
    font-size: 14px;
}

#mobileNav #searchMobile, #mobileNav #wheretobuysearchMobile {
    margin: 0 0 25px 0;
}

#mobileNav #searchMobile, #mobileNav #wheretobuysearchMobile p {
    text-align: center;
}

#mobileNav #searchMobile .input-text, #mobileNav #wheretobuysearchMobile .input-text {
    width: 75%;
    font-size: 14px;
    margin-right: 10px;
}

#footer {
    /* background-color: transparent!important; */
    background-color: rgb(36, 47, 35) !important; /* added oce-1446 */
}

#footerBar {
    color: white;
    text-transform: uppercase;
    padding: 40px 1px 0; /* Changed top from 0px to 40px oce-1446 */
    text-align: center;
}

#footerBar a {
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 5px;
}

#footerBar a:hover { /* added oce-1446 */
    text-decoration: underline;
}

#footerBar a:active {
    background: url("/images/footerLinkSupressed.png") repeat-x transparent;
    background-size: cover;
}

#footerBar span {
    margin: 0;
}

.footerCopyright {
    text-transform: none;
    text-align: center;
    font-size: 12px !important; /* added oce-1446 */
    margin-bottom: 40px; /* added oce-1446 */
    font-family: upgrade-lights,sans-serif !important; /* added oce-1446 */
    font-weight: normal !important; /* added oce-1446 */
    letter-spacing: 0.24px !important; /* added oce-1446 */
}

.footerWarehousePromoStripe {
    font-family: upgrade,sans-serif; /* added */
    font-weight: 400; /* added */
    font-style: normal; /* added */
    text-transform: none; /* added */
    letter-spacing: 0px; /* added */
    background-color: #d93b18;
    padding: 18px 18px;
    text-align: left;
    margin-bottom: 12px;
    color: white;
    font-size: 22px;
    line-height: calc(4/3);
}

.footerWarehousePromoStripe a.block > *:first-child {
    margin-top: 0;
}

.footerWarehousePromoStripe a.block > *:last-child {
    margin-bottom: 0;
}

.footerWarehousePromoStripe a.block {
    display: block;
    color: inherit;
}

.footerWarehousePromoStripe a.block:hover,
.footerWarehousePromoStripe a.block:focus {
    color: inherit;
    opacity: 0.9;
}

.footerWarehousePromoStripe .callToAction {
    display: block;
    text-transform: uppercase;
    font-weight: 600; /* Changed from bold to 600 oce-1446 */
}

.footerWarehousePromoStripe .withDollarIcon {
    position: relative;
    padding-left: 40px;
}

.footerWarehousePromoStripe .withDollarIcon .dollarIcon {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    width: calc(1em * 4/3);
    line-height: calc(4/3);
    background-color: white;
    color: #d93b18;
    font-weight: bold;
    border-radius: 4px;
}

@media only screen and (min-width: 600px) {
    .footerWarehousePromoStripe {
        text-align: center;
    }
    .footerWarehousePromoStripe .withDollarIcon {
        padding-left: 0;
    }
    .footerWarehousePromoStripe .withDollarIcon .dollarIcon {
        position: relative;
        top: 0;
        margin-right: 14px;
    }
    .footerWarehousePromoStripe .callToAction {
        display: inline-block;
    }
    .footerWarehousePromoStripe .callToAction::before {
        content: '\a0|\a0\a0';
        font-weight: normal;
    }
}

#productLanding h1 {
    margin: 25px 0 10px 0; /* Changed margin-top from 0px to 20px */
    font-size: 36px; /* added */
    letter-spacing: 1.08px; /*added */
    color: #151515; /* added */
    font-weight: normal; /*added */
}

#productLanding p.normalText {
    font-size: 16px; /* Changed from 18px to 16px oce-1446 */
    color: #000; /* Changed from #555 to #000 */
    line-height: 22px;
    max-width: 800px;
}

#productLanding p.normalText {
    font-family: upgrade,sans-serif; /* added */
    font-weight: 400; /* added */
    font-style: normal; /* added */
    text-transform: none; /* added */
    letter-spacing: 0px; /* added */
    margin: 0;
}

/* 4-up block grid */
#productLanding .itemContain {
    width: calc(25% - 2rem);
}
#productLanding .itemContain:nth-of-type(1n)   { clear: none; }
#productLanding .itemContain:nth-of-type(4n+1) { clear: both; }

#productLanding .itemContain {
    text-align: center;
    font-size: 14px; /* Changed from 15px to 14px oce-1446 */
    margin: 0 2rem 60px 0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    min-height: 260px;
}

#productLanding .itemContain img {
    margin: 0 0 20px 0;
}

#productLanding .itemContain span {
    display: block;
    color: rgb(36, 47, 35);
    font-family: upgrade-lights,sans-serif;
    font-weight: 600;
}

#productLanding.cat .itemContain img {
    width: 80%;
}

/* 3-up block grid */
#productLanding.main .itemContain {
    width: calc(100% / 3 - 2rem);
}
#productLanding.main .itemContain:nth-of-type(1n)   { clear: none; }
#productLanding.main .itemContain:nth-of-type(3n+1) { clear: both; }

#productLanding.main .itemContain {
    margin: 0 2rem 0 0;
    min-height: 468px;
}

#productLanding.main .itemContain img {
    max-width: 300px;
}

#productLanding.main h1 {
    margin: 25px 0 60px 0; /* added */
    text-transform: uppercase; /* added */
    font-size: 36px; /* added */
    letter-spacing: 1.08px; /* added */
    color: #151515; /* added */
    font-weight: normal; /*added */
}

#productLanding.main .list {
    position: relative;
    margin: -45px 0 15px 0;
}

#productLanding.main .list h3 {
    font-size: 26px; /* Changed from 18px to 26px oce-1446 */
    margin: 10px 0 15px 0;
    color: black;
    font-weight: normal !important; /* added oce-1446 */
    letter-spacing: 0.78px;
}

#productLanding.main .list > a:hover { /* added oce-1446 */
    color: #D93B18 !important;
    text-decoration: none !important;
}

#productLanding.main .list a h3 {
    color: #000; /* Changed from black to #000 oce-1446 */
    text-decoration: none;
    font-weight: normal !important; /* added oce-1446 */
    letter-spacing: 0.78px;
    font-size: 26px !important;
}

#productLanding.main .list > a > h3:hover { /* added oce-1446 */
    color: #D93B18 !important;
}

#productLanding.main ul {
    list-style-type: none;
    position: relative;
}

#productLanding.main ul li {
    list-style-type: none;
    text-align: center;
    margin: 5px 0 25px 0; /* top chnaged from 0 to 5 and bottom from 15 to 25 oce-1446 */
    font-family: upgrade,sans-serif; /* added */
    font-weight: 400; /* added */
    font-style: normal; /* added */
    text-transform: none; /* added */
    letter-spacing: 0px; /* added */
    font-size: 16px; /* added */
    color: #000000; /* added */
}

#productLanding.main ul li a {
    color: #000000; /* added */
}

#productLanding.main ul li a: hover {
    /* color: rgb(36, 47, 35); added */ 
    /* font-family: upgrade-lights,sans-serif; added */
    /* font-weight: 600; added */
    color: #3E513D;
}

#hero-video-section .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 40px;
    margin-top: 25px;
}

#hero-video-section .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#hotpointVersus h2 {
    font-weight: normal !important;
    letter-spacing: 0.78px;
    font-size: 32px !important;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#hotpointVersus p {
    font-family: upgrade,sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 100px;
}

#hotpointVersus .images{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

#hotpointVersus .images .column.three{
    width: 23.679%;
}

#hotpointVersus img.responsive {
    vertical-align: middle;
}

@media only print, only screen and (max-width: 599px) {
    #hotpointVersus .images .column.three{
        width: 48.679%;
        flex-grow: 1;
        flex-shrink:0;
        flex-basis:calc(50% - 10px);
        margin: 5px;
        margin-bottom: 15px;
        margin-top: 0;
    }
    #hotpointVersus .images .column.three:nth-child(odd) {
        margin-left: 0;
    }
    #hotpointVersus .images .column.three:nth-child(even) {
        margin-right: 0;
    }
}

#message h1 {
    margin: 0 0 40px;
}

#message .normalContain p {
    font-size: 18px;
    color: #555;
    margin: 0 0 40px 0;
    line-height: 22px;
}

#message a.greenBtn {
    display: inline-block;
    margin: 0 0 40px;
}

/* 4-up block grid */
#message .itemContain {
    width: calc(25% - 2rem);
}
#message .itemContain:nth-of-type(1n)   { clear: none; }
#message .itemContain:nth-of-type(4n+1) { clear: none; }

#message .itemContain {
    text-align: center;
    font-size: 16px;
    margin: 0 2rem 60px 0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    min-height: 260px;
}

#message .itemContain img {
    margin: 0 0 20px 0;
}

#message .itemContain span {
    display: block;
}

#message.cat .itemContain img {
    width: 80%;
}

#message.main .itemContain {
    margin: 0 2rem 0 0;
    min-height: 450px;
}

#message.main h1 {
    margin: 0 0 60px 0;
}

#message.main .list {
    position: relative;
    margin: -45px 0 15px 0;
}

#message.main .list h3 {
    font-size: 18px;
    margin: 0 0 15px 0;
    color: black;
}

#message.main .list a h3 {
    color: black;
    text-decoration: none;
}

#message.main ul {
    list-style-type: none;
    position: relative;
}

#message.main ul li {
    list-style-type: none;
    text-align: center;
    margin: 0 0 15px 0;
}

#wheretoBuy h1 {
    margin: 25px 0 20px; /* top changed 0px to 25px oce-1446 */
    text-transform: uppercase; /* added oce-1446 */
    color: #151515; /* added oce-1446 */
    font-size: 36px; /* added oce-1446 */
    letter-spacing: 1.08px; /*added */
    font-weight: normal; /*added */
}

#wheretoBuy h5 {
    margin: 0 0 30px 0;
    font-weight: bold;
}

#wheretoBuy p {
    font-size: 16px; /* Changed from 18px to 16px */
    /* color: #333; */
    margin: 0 250px 35px 0; /* Changed right from 0 to 250px */
    line-height: 22px;
    font-family: upgrade,sans-serif; /* added */
    font-weight: 400; /* added */
    font-style: normal; /* added */
    text-transform: none; /* added */
    letter-spacing: 0px; /* added */
    color: #000; /* changed from #333 to #000 oce-1446 */
}

#wheretoBuy .row .columns > .margin {
    margin-bottom: 20px;
}

#wheretoBuy .wtb-button {
    text-align: left;
    background: none repeat scroll 0% 0% #FFF;
    color: #d93b18;
    font-size: 1.14286em;
    padding: 0.875em 0.625em 0.9375em;
    padding-right: 1em;
    padding-left: 2em;
    max-width: 100%;
    text-decoration: none !important;
    display: inline-block;
    margin: 0px 0px 1em;
    border: 1px solid #222;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    border-radius: 0;
    transition: background-color 300ms ease-out 0s;
}

#wheretoBuy .wtb-button:after {
    content: "";
    display: block;
    background: url('/images/common/icon-chevron-green-left.png') no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    margin-top: -8.5px;
    left: 0.5em;
    height: 17px;
    width: 10px;
}

#wheretoBuy .wtb-button:hover {
    color: #d93b18;
}

#wheretoBuy #findLocation {
    margin: 0 0 200px 7%;
    float: left;
}

#wheretoBuy #findLocation #WTBForm td {
    padding-bottom: 5px;
}

#wheretoBuy #findLocation #WTBForm td.first {
    text-align: right;
    padding: 0 10px 0 0;
    font-size: 15px;
}

#wheretoBuy #findLocation #WTBForm input.greenBtn {
    padding: 10px 15px;
    display: inline;
}

#wheretoBuyResults #topTable {
    width: 60%;
}

#wheretoBuyResults #topTable.mobile {
    width: 100% !important;
}

#wheretoBuyResults #topTable td {
    padding: 0 0 10px 0;
    vertical-align: top;
}

#wheretoBuyResults #topTable td.left {
    text-align: left;
}

#wheretoBuyResults #topTable td.right {
    text-align: right;
}

#wheretoBuyResults #topTable a.aquaBtn {
    top: 7px;
    padding: 12px 15px;
}

#wheretoBuyResults #bottomTable {
    width: 100%;
}

#wheretoBuyResults #bottomTable td {
    padding: 0 7px 10px 0;
    vertical-align: middle;
}

#wheretoBuyResults #bottomTable td a.greenBtn {
    padding: 15px 30px;
    width: 110px;
    display: block;
    margin: 0 30px 0 0;
}

#wheretoBuyResults #bottomTable td img.floatLeft {
    margin: 0 10px 0 0;
}

#wheretoBuyResults #bottomTable td span.nexttoImg {
    font-size: 11px;
    line-height: 12px !important;
    display: inline-block;
    width: 80%;
}

#wheretoBuyResults #resultsTable {
    width: 100%;
    table-layout: auto;
    margin: 20px 0 60px 0;
    border-left: 2px solid #404041;
    border-right: 2px solid #404041;
    border-bottom: 2px solid #404041;
}

#wheretoBuyResults #resultsTable tr th.main {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 15px;
    background-color: #79a60e;
}

#wheretoBuyResults #resultsTable tr th.main.first {
    text-align: left;
}

#wheretoBuyResults #resultsTable tr th.main.last {
    text-align: right;
}

#wheretoBuyResults #resultsTable tr td.main {
    padding: 0 5px 0 15px;
    border-right: 2px solid #404041;
}

#wheretoBuyResults #resultsTable .resultstableIndividual {
    font-size: 11px;
    line-height: 13px;
    width: 100%;
    margin: 0 0 25px 0;
    table-layout: fixed;
}

#wheretoBuyResults #resultsTable .resultstableIndividual tr th {
    font-size: 13px;
    padding: 10px 5px 15px 0;
    text-align: left;
}

#wheretoBuyResults #resultsTable .resultstableIndividual tr td a {
    text-decoration: underline;
}

#wheretoBuyResults #resultsTable .resultstableIndividual tr td a.greenBtn {
    text-decoration: none;
    padding: 15px 10px;
    font-size: 13px;
    top: 15px;
}

#wheretoBuyResults #resultsTable .resultstableIndividual tr td .nexttoImg {
    margin: 0 0 0 6px;
    top: 5px;
    position: relative;
    text-decoration: underline;
    font-style: italic;
}

#wheretoBuyResults .resultstableMobile {
    position: relative;
    width: 100%;
    margin: 15px 0 20px 0;
    table-layout: fixed;
}

#wheretoBuyResults .resultstableMobile tr {
}

#wheretoBuyResults .resultstableMobile tr th {
    text-align: left;
    padding: 0 0 6px 0;
    font-size: 14px;
}

#wheretoBuyResults .resultstableMobile tr td {
    font-size: 12px;
    padding: 0 0 10px 0;
    line-height: 16px;
}

#wheretoBuyResults .resultstableMobile tr td a {
    text-decoration: underline;
}

#wheretoBuyResults .resultstableMobile tr td a.nexttoImg {
    margin: 0 0 0 6px;
    font-style: italic;
    position: relative;
    top: 3px;
}

#wheretoBuyResults .resultstableMobile tr td a.greenBtn {
    display: block;
    padding: 6px 10px;
    font-size: 13px;
    top: 10px;
    text-decoration: none;
}

#support h1 {
    margin: 25px 0 20px 0; /* changed top from 0px to 25px */
    text-transform: uppercase; /* added oce-1446 */
    color: #151515; /* added oce-1446 */
    font-size: 36px; /* added oce-1446 */
    letter-spacing: 1.08px; /* added */
    font-weight: normal;  /* added */
}

#support p {
    font-size: 16px; /* Changed from 18px to 16px oce-1446 */
    color: #000;
    margin: 0 0 0px; /* Changed bottom from 20px to 0px oce-1446 */
    line-height: 22px;
    font-family: upgrade,sans-serif; /* added */
    font-weight: 400; /* added */
    font-style: normal; /* added */
    text-transform: none; /* added */
    letter-spacing: 0px; /* added */
    
}

#support p.normalText {
    margin: 0 0 70px 0;
}

/* 4-up block grid */
#support .itemContain {
    width: calc(30% - 2rem);
}
#support .itemContain:nth-of-type(1n)   { clear: none; }
#support .itemContain:nth-of-type(4n+1) { clear: both; }
#support .itemContain:first-of-type { margin-left: 35px; }

#support .itemContain {
    text-align: left;
    font-size: 16px;
    margin: 0 5rem 60px 0px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    min-height: 260px;
    color: #000;
}

#support .itemContain img.itemImage {
    max-width: 100%;
    /* width: 65%; */ /* Commented - oce-1446 */
    margin-bottom: 15px;
    display: block;
}

#support .itemContain p.smallText {
    font-size: 14px;
    line-height: 18px;
    margin: 30px 0;
}

#support .itemContain p span.main {
    display: inline-block;
    margin: 0 0 26px;
    font-family: almaq-refined,sans-serif; /* added */
    font-weight: 500; /* changed from bold to 500 oce-1446 */
    font-style: normal; /* added */
    letter-spacing: 1.00px; /* added */
    text-transform: uppercase; /* added */
    font-size: 26px; /* added */
    
}

#support .itemContain a.dottedLink {
    margin: 0 0 1.5rem auto;
}

#home .homepagesmallBox {
    position: relative;
    width: 194px;
}

#home .homepagesmallBox.first {
    margin: 0 0 160px 8%;
}

#home .homepagesmallBox.second {
    position: absolute;
    top: 0;
    left: 43%;
}

#home .homepagesmallBox.third {
    margin: 0 8% 160px 0;
}

#home .homepagesmallBox img {
    width: 100%;
}

#ourStory h1, #proPage h1  {
    margin: 25px 0 0 0; /* top changed 0px to 25px oce-1446 */
    text-transform: uppercase; /* added oce-1446 */
    color: #151515; /* added oce-1446 */
    font-size: 36px; /* added oce-1446 */
    letter-spacing: 1.08px; /*added */
    font-weight: normal; /*added */
}

#ourStory .hotpoint-history{
    max-width: 1000px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 50px;
}

#ourStory #imgCol {
    margin: 0 75px 0 0; /* Changed from 25px to 75px oce-1446 */
    padding: 0 0 0 6%;
    position: relative;
    width: 25%; /* Changed from 15% to 25% oce-1446 */
}

#ourStory #imgCol img {
    max-width: 100%;
    margin: 0 0 80px 0;
}

#ourStory #textCol {
    position: relative;
    width: 50%; /* Changed from 63% to 50% oce-1446 */
}

#ourStory #textCol img.showat480 {
    display: none;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 15px;
}

#ourStory .normalContain p, #proPage .normalContain p {
    font-family: upgrade,sans-serif; /* added */
    font-weight: 400; /* added */
    font-style: normal; /* added */
    text-transform: none; /* added */
    letter-spacing: 0px; /* added */
    font-size: 16px; /* added */
    color: #000; /* changed from #333 to #000 oce-1446 */
}

#ourStory .normalContain p.larger {
    font-family: upgrade,sans-serif; /* added */
    font-weight: 400; /* added */
    font-style: normal; /* added */
    text-transform: none; /* added */
    letter-spacing: 0px; /* added */
    font-size: 18px;
    margin: 0 0 7rem;
    line-height: 22px;
    width: 90%;
}

#ourStory .normalContain ul {
    color: #333;
    list-style-type: none;
    margin: 25px 0 80px 45px;
    position: relative;
    font-family: upgrade,sans-serif; /* added */
    font-weight: 400; /* added */
    font-style: normal; /* added */
    text-transform: none; /* added */
    letter-spacing: 0px; /* added */
}

#ourStory .normalContain ul li {
    font-size: 16px;
    list-style-type: none;
    margin: 0 0 35px 0;
}

#ourStory .normalContain #storyContain {
    width: 100%;
}

#storyContain h2 {
    font-weight: normal !important;
    letter-spacing: 0.78px;
    font-size: 32px !important;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#ourStory #storyContain > p.main{
    margin: 0 0 25px !important; /* added oce-1446 */
    max-width: 1000px;
}

#ourStory #storyContain > p.sub{
    margin: 0 0 50px !important; /* added oce-1446 */
}

#ourStory #textCol > p {
    margin: 0 0 25px !important; /* added oce-1446 */
}

a.dottedLink {
    border-bottom: 1px dotted #6B6C6D;
    border-top: 1px dotted #6B6C6D;
    display: block;
    font-size: 15px;
    font-weight: 400; /* Changed from bold to 400 oce-1446 */
    margin: 7px 0 0;
    padding: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    background-color: #242F23; /* Chnaged from #2b5e8d to #242F23 oce-1446 */
    color: #fff;
}

a.dottedLink:hover {
    background-color: #3E513D; /* added oce-1446 */
}

a.homeLink {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin: 7px 0 0;
    padding: 11px 10px;
    position: relative;
    text-align: center;
    text-transform: none;
    color: #333;
}

a.homeLink:link {
    text-decoration: none;
}
a.homeLink:visited,
a.homeLink:hover,
a.homeLink:active {
     text-decoration: underline;
}

.showat480 {
    display: none;
}

a.orangeBtn {
    background-color: #d93b18;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: white;
    text-transform: uppercase;
    padding: 10px 30px;
    font-weight: bold;
    position: relative;
    display: block;
}

a.orangeBtn:hover { /* added oce-1446 */
   background-color: #000000; 
}

input.greenBtn {
    background-color: #2b5e8d;
    border-radius: 5px 5px 5px 5px;
    border-style: none;
    color: white;
    cursor: pointer;
    font-weight: bold;
    padding: 6px 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-appearance: none;
}

a.greenBtn {
    background-color: #242F23; /* Changed colour from #2b5e8d to #242F23 oce-1446 */
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: white;
    text-transform: uppercase;
    padding: 10px 30px;
    font-weight: bold;
    position: relative;
    text-align: center;
}

a.greenBtn:hover { /* added oce-1446 */
   background-color: #3E513D; 
}

a.aquaBtn {
    background-color: #009c9b;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: white;
    text-transform: uppercase;
    padding: 6px 30px;
    font-weight: bold;
    position: relative;
    text-align: center;
}

.clear {
    clear: both;
}

.tooltipDiv {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    border: 1px solid #fff;
    font-size: 11px;
}

.tooltipDiv .wrapper {
    border: solid #343434;
    border-width: 3px 4px 6px;
    padding: 12px 10px;
}

.tooltipDiv .tooltipTitle {
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    table-layout: auto;
}

.tooltipDiv .tooltipTitle .button {
    text-align: right;
    margin-top: 0;
    padding-left: 10px;
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    border: 0;
    cursor: pointer;
    padding: 2px 8px 2px;
    background-color: #79a60e;
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.tooltipDiv .tooltipTitle .button a {
    color: white;
}

.tooltipDiv .tooltipTitle .button a:hover {
    color: white;
}

.oo_feedback_float {
    display: none;
}

/* CSS for search results application page */

body#searchResults {
    background-color: white;
    background-image: none!important;
}

#mainBody {
    background-color: white;
    display: block;
    height: 3000px;
    position: relative;
    top: -5px;
}

#mainBody .button {
    background-color: #79a60e;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: white;
    text-transform: uppercase;
    padding: 4px 30px;
    font-weight: bold;
    position: relative;
    text-align: center;
    border: none;
    cursor: pointer;
}

#mainBody .searchHeaderOrFooter .paginationFloatingRight {
    float: right;
    text-transform: uppercase;
    font-weight: bold;
}

#mainBody .searchHeaderOrFooter {
    margin: 5px 0 25px 0;
}

#mainBody .pagination .current, .pagination a.current:link, .pagination a.current:visited {
    color: black;
}

#mainBody .searchResults .singleResult {
    margin-bottom: 1.5em;
}

#mainBody .searchResults.withThumbnails .singleResult img.thumbnail {
    float: left;
}

#mainBody .searchResults.withThumbnails .singleResult div.blurb {
    float: right;
    width: 92%;
}

#mainBody .pagination .box {
    border-right: 1px solid black;
    padding: 0 10px;
}

#mainBody .pagination .box:first-child {
    border-left: 1px solid black;
}

#mainBody .pagination .box:last-child {
    border-right: 0;
}

#mainBody .searchForm {
    display: none;
}

#mainBody .clearBoth {
    clear: both;
    line-height: 0;
    height: 0;
    font-size: 0;
}
.staticSearchPage {
    font-size: 14px;
}

.staticSearchPage.focusOnProductSearch .iframeContainer.forProductSearch.onLeftSide iframe {
    height: 1000px;
}

.staticSearchPage h1 {
    padding: 0 0 20px 0;
    margin: 0 0 15px 0;
}

/* hotpoint WhereToBuy spacing fix */
@media all and (max-width: 600px) {
    .ps_HeaderStyle {
        height: 10px !important;
    }
}

@media all and (min-width: 770px) and (max-width: 1300px) {
    #footerBar {
        font-size: 1vw;
    }
}

/* swatches */
.swatch-block {
    display: inline-block;
    width: 45px;
    height: 45px;
    border: 1px solid #000;
}
.swatch-white {
    background-color: #fff;
}
.swatch-black {
    background-color: #000;
}
.swatch-bisque {
    background-color: #f4efdf;
}
.swatch-stainless-steel {
    background-image: url('/images/common/swatch-stainless-steel.png');
    background-repeat: repeat-y;
    background-size: cover;
}
.swatch-harvest-gold {
    background-color: #da9100;
}
.swatch-avocado-green {
    background-color: #568203;
}

/**************** BEGIN: PRIVACY POLICY UPDATE NOTICE ****************/
/* shared across geappliances.com, monogram.com, and hotpoint.com with
   very few differences across the sites. */
.privacyPolicyUpdateNotice {
    box-sizing: border-box;
    color: white;
    background-color: #c54b25;
    padding: 24px;
    position: fixed;
    z-index: 999998;			/* above the .oo_feedback_float. */
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    font-family: Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    min-height: 72px;
}
.privacyPolicyUpdateNotice a.closeLink {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 150%;
    line-height: 100%;
    text-decoration: none;
    color: white;
}
.privacyPolicyUpdateNotice a.policyLink {
    display: block;
    text-align: center;
    margin: 0 32px;		 /* be sure to make room for the close link */
    color: white;
    text-decoration: none;
    font-family: inherit;
    font-size: 100%;
}
@media only print, only screen and (max-width: 599px) {
    .privacyPolicyUpdateNotice {
        padding: 16px;
        min-height: 56px;
    }
    .privacyPolicyUpdateNotice a.closeLink {
        top: 16px;
        right: 16px;
    }
    .privacyPolicyUpdateNotice a.policyLink {
        text-align: left;
        margin: 0 32px 0 0;	/* again, be sure to make room for the close link on the right */
    }
}
/**************** END: PRIVACY POLICY UPDATE NOTICE ****************/

/* new modal box */

#SurveyModal {
    display: none;
}

.new-modal {
    background-color: #fff;
    border: 3px solid #79a60e;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 1em;
    position: absolute;
    top: 10%;
    width: 70%;
    z-index: 9999;
}

.new-modal-bg {
    background-color: #444;
    opacity: 0.4;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
}

.close-new-modal {
    top: 5px;
    z-index: 9999;
    right: 10px;
    font-size: 1.5rem;
    position: absolute;
    cursor: pointer;
}

@media only screen and (min-width: 600px){
    .new-modal {
        width: 50%;
        top: 25%;
    }
}
@media only screen and (min-width: 960px){
    .new-modal {
        width: 30%;
        top: 30%;
    }
}

@media print {
    .new-modal {display: none !important;}
}

/************/

/*
 * Home > mainBox
 */
#mainBox {
    margin: 0;
    background-color: #d93b18;
    color: #fff;
}
#mainBox > div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#mainBox > div > div {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
#mainBox > div > div:nth-child(1) {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
#mainBox > div > div:nth-child(2) {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
#mainBox img {
    width: 100%;
    float: left;
}
#mainBox > div > div:nth-of-type(2) > div {
    padding: .5rem 1.5rem;
}
#mainBox h1 {
    font-size: 1.75em;
    padding: 0 0 .25rem 0;
    font-weight: 600;
    display: block;
    color: #fff;
}
#mainBox h2 {
    display: inline;
    font-size: 14px;
    margin: 0 0 0 1.75rem;
    position: relative;
    text-transform: uppercase;
    position: relative;
    color: #fff;
}
#mainBox h2:before {
    content: url("/images/common/icon_black_arrow_right.gif");
    position: absolute;
    width: 20px;
    height: 20px;
    left: -1.7rem;
    background-size: cover;
}
#mainBox p {
    padding: .5rem 0 0 0;
    font-size: 16px;
    line-height: 20px;
}
/* Large and up */
@media screen and (min-width: 35.5em) {
    #mainBox {
        margin: 0px 0 80px; /* Changed top from 5px to 0px - oce-1446 */
    }
}
/* Large and up */
@media screen and (min-width: 59.5em) {
    #mainBox {
        margin: 0px 0 80px; /* Changed top from 5px to 0px - oce-1446 */
    }
    #mainBox > div {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    #mainBox > div > div:nth-child(1) {
        -webkit-flex: 1 1 65%;
        -ms-flex: 1 1 65%;
        flex: 1 1 65%;
    }
    #mainBox > div > div:nth-child(2) {
        -webkit-flex: 1 1 35%;
        -ms-flex: 1 1 35%;
        flex: 1 1 35%;
    }
    #mainBox h1 {
        padding: 0 0 1rem 0;
        font-size: 2em;
    }
    #mainBox h2,
    #mainBox p {
        font-size: 14px;
    }
}

/* Large and up */
@media screen and (min-width: 64em) {
    #mainBox {
        margin: 0px 0 80px; /* Changed top from 5px to 0px - oce-1446 */
    }
    #mainBox h1 {
        display: block;
        font-size: 2.5em;
        padding: 0 0 1rem 0;
    }
    #mainBox h2,
    #mainBox p {
        font-size: 16px;
    }
}

/* OCE-995 Changes */
.container {
    background-color: #F6E6D2 !important;   
}

img.responsive#logo {
    max-width: 85% !important;
}
.footerWarehousePromoStripe p {
    text-align: center !important;
}

#footerBar p {
    font-weight: normal !important; /* Changed from 800 to normal oce-1446 */
    font-size: 15px; /* added oce-1446 */
    letter-spacing: 0.45px; /* added oce-1446 */
}

.new-mobile-Btns{
    width: 100%;
    background-color: #d93b18;
}
.show-for-large{
    display: block !important;
}
.show-for-small{
    display: none !important;
}
.footerWarehousePromoStripe .removePipe {
    text-transform: none !important;
}

.footerWarehousePromoStripe .removePipe::before {
    content: '' !important;
    font-weight: normal;
}

.navSearchMobile {
    width: 100% !important;
    background-color: #000 !important;
}

.navSearchTab {
    width: 98% !important;
    background-color: #000 !important;
}

#productLanding .carouselview { 
      background-color: #fff !important;
      margin: auto !important;
      padding: 30px 30px 40px 30px !important;
}

#productLanding .carouselview .slick-slider {
    text-align: center !important;
}

#productLanding .carouselview .slick-slider .slick-prev, #productLanding .carouselview .slick-slider .slick-next{
    height: 40px !important;
}

#support-text {
    background-color:#d93b18; 
    text-align:center;
}

#support-text p {
    font-family: upgrade-lights,sans-serif !important; /* added oce-1446 */
    font-weight: 600 !important; /* added oce-1446 */
    font-style: normal !important; /* added oce-1446 */ 
    font-size: 18px; /* added oce-1446 */ 
}


@media only screen and (max-width: 599px) {
    #mainBox .banner-non-mobile-view {
            display: none !important;
    }
    #mainBox .banner-mobile-view {
            display: block !important;
    }
    #productLanding .divWidth {
            width: calc(100% - 2rem)!important;
        
    }
    /* oce-1446 changes */
    #appliances .hideat480 {
        display: none!important;
    }
    #support .itemContain img.itemImage {
        width: 100% !important;
        float: none !important; 
        display: block !important;
    }
    #support .itemContain {
        text-align: center;
        margin: 0 0 60px !important;
    }
    #support .itemContain img.itemImage.middle {
        padding-bottom: 0px !important;
    }
    #support .itemContain img.itemImage.last {
        padding-bottom: 0px !important;
    }
    #support .itemContain p span.main {
        margin: 20px 0 20px !important;
    } 
    #support .normalText {
        display: block !important;
        margin: 0 0 60px !important;
    }
    #support .itemContain a.dottedLink {
        font-weight: 400 !important;
    }
    #support #support-text {
        padding: 20px 20px 20px 20px;
    }
    #support .europeContainer .margin {
        margin: 20px 10px 0px 10px !important; 
    }
    #support .europeContainer .itemContain {
        text-align: left !important;
    }
    #ourStory #storyContain > p.sub{
        margin: 0 !important; /* added oce-1446 */
    }
    #ourStory #textCol {
        width: 100% !important;
    }
    #ourStory .hideat480 {
        display: none !important;
    }
    #ourStory .showat480 {
        display: block !important;
    }
    #lineBreak {
        display: none !important;
    }
    .show-for-small{
        display: block !important;
    }
    .show-for-large{
        display: none !important;
    }
    .small-mobile-view{
        width: 100% !important;
    }
    #header img#logo {
        max-width: 100% !important;
    }
    #header #logoArea {
        padding-left: 50px;
    }
    #header {
     padding: 0!important;
     margin: 0!important;   
    }
    #header img#logo {
        padding: 10px 0 10px 25px !important;
    }
    #navBar, #navBar #navNorm {
        display: none !important;
    }
    #navBar {
        background-color: #F8F8F8!important;
    }
    #header #mobileMenuSearchBtns {
        display: block!important;
    }
    #mainBox {
        margin: 5px 0 0 0px !important;
    }
    #productLanding .gridview {
      display: none !important;  
    }
    #productLanding .carouselview {
      display: block !important;
    }
    .navSearchTab#navSearch {
        display: none!important;
    }
    
}

@media only screen and (min-width: 600px) and (max-width: 959px){
    #mainBox .banner-non-mobile-view {
            display: block !important;
    }
    #mainBox .banner-mobile-view {
            display: none !important;
    }
    #productLanding .divWidth {
            width: calc(50% - 2rem)!important;
        
    }
    #productLanding .divWidth:nth-of-type(1n)   { clear: none !important; }
    #productLanding .divWidth:nth-of-type(2n+1) { clear: both !important; }
    
    #navBar {
        background-color: #F8F8F8 !important;  /* oce-1446 */
    }
    #support #support-text {
        padding: 20px 80px 20px 80px;
    }
    
}

@media only screen and (min-width: 960px){
    #mainBox .banner-non-mobile-view {
            display: block !important;
    }
    #mainBox .banner-mobile-view {
            display: none !important;
    }
    #navBar {
        background-color: #F8F8F8 !important;  /* oce-1446 */
    }
    #support #support-text {
        padding: 20px 150px 20px 150px;
    }
}


@media only screen and (min-width: 600px) and (max-width: 843px) {
    /* #support .itemContain {
        margin: 0 2rem 60px 0!important;
        width: 28%!important;
    } */
    #support .itemContain { /* keep above for all three itemContain in a row else use this for one item-contain per row */
        width: 100%!important;
    }
    #support .europeContainer .itemContain {
        margin: 0 5rem 60px 0rem !important;
        width: 40% !important;
    }
    #ourStory #imgCol {
        margin: 0px 30px 0 0;
        width: 30%;
    }
    #ourStory #textCol {
        width: 58%;
    }
    .navSearchMobile#navSearch {
        display: none!important;
    }
    #support .itemContain img.itemImage {
        width: 100% !important;
        float: none !important; 
        display: block !important;
    }
    #support .itemContain {
        text-align: center;
        margin: 0 0 60px !important;
    }
    #support .itemContain img.itemImage.middle {
        padding-bottom: 0px !important;
    }
    #support .itemContain img.itemImage.last {
        padding-bottom: 0px !important;
    }
    #support .itemContain p span.main {
        margin: 20px 0 20px !important;
    } 
    #support .normalText {
        display: block !important;
        margin: 0 0 60px !important;
    }
    #support .itemContain a.dottedLink {
        font-weight: 400 !important;
    }
    #support #support-text {
        padding: 20px 20px 20px 20px;
    }
    
}
@media only screen and (min-width: 843px) {
    #support .europeContainer .itemContain {
        margin: 0 5rem 60px 0rem !important;
    }
    .navSearchMobile#navSearch {
        display: none!important;
    }
}

@media only screen and (min-width: 768px) {
    .navSearchTab#navSearch {
        display: none!important;
    }
    
}

@media only screen and (max-width: 767px) {
    #navBar #searchBtnspot {
        margin: 5px 15px 5px 0!important;
    }
}

/* OCE-1446 Changes */

/*--- Dishwasher Page Styles -----*/
.dishwasher-product {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 120px;
}
.dishwasher-product img{
    max-width: 180px;
}
.dishwasher-product .btn-block {
    margin-top: 50px;
}

/*--- Button Styles -----*/

.btn {
    font-family: almaq-refined,sans-serif;
    font-weight: 100;
    font-size: 16px;
    text-align: center;
    white-space: normal;
    word-break: break-word;
    word-wrap: break-word;
    padding: 10px 30px;
    display: inline-block;
}

.btn-primary {
    background-color: #d93b18;
    color: #ffffff !important;
}

.btn-primary:hover,
.btn-primary:active {
    background-color: #000;
    transition: background-color 0.5s linear;

}

.btn-block {
    display: block;
}

/*---Utility Classes---*/
.d-block {
    display: block;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-60 {
    margin-bottom: 60px;
}

@media only screen and (max-width: 479px) {
    .mx-sm-15 {
        margin-left: 15px;
        margin-right: 15px;
    }
}
 /* For OCE-13170 */
a.bodewellMastheadLink {
	font-size: 15px;
	color:white;
	text-transform: uppercase;
}

/* New classes for OCE-15120 and OCE-14167 */
a.primaryBtn {
	font-family: almaq-refined, sans-serif;
    font-size: 16px;
	background-color: #d93b18;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;	
	color: white;
	text-transform: uppercase;
	padding: 10px 20px;
	font-weight: bold;
	position: relative;
	display: block;
	margin: 20px auto 0 auto;
	letter-spacing: 1px;
	width: 195px;
	text-align: center;
}
a.primaryBtn:hover {
	background-color: #000000; 
}
a.secondaryBtn {
	font-family: almaq-refined, sans-serif;
    font-size: 16px; 
	background-color: #242F23;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: white;
	text-transform: uppercase;
	padding: 10px 20px;
	font-weight: bold;
	position: relative;
	display: block;
	margin: 20px auto 0 auto;
	letter-spacing: 1px;
	width: 195px;
	text-align: center;
}
a.secondaryBtn:hover {
    background-color: #3E513D; 
}
@media only screen and (max-width: 820px) {
    a.primaryBtn, a.secondaryBtn {
        font-size: 12px !important;
		width: auto;
    }
}
