﻿

body {
    background-color: #232223;
}

html {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #232223;
    font-size: 100%;
    max-width: 1900px;
    margin: 0 auto;
    background: #eee; /* Fills the page */
    position: relative; /* Fix for absolute positioning */
}

a, a:visited {
    text-decoration: none !important;
}

    a:hover {
        color: #FCB31C !important;
        cursor: pointer !important;
    }

.pageHeader {
    height: 102px;
    background: #f1f1ea;
    padding: 0;
    max-width: 1900px;
    position: fixed;
    z-index: 100;
    box-shadow: 0 1px 6px rgba(0,0,0,.3);
    margin: 0 auto;
}

.pageContent {
    border: solid 0px red;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.contentHdrNav {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

    .contentHdrNav img {
        width: 100%;
        max-width: 100%;
        max-height: 288.453px;
        min-height: 288.453px;
    }

.contentMain {
    padding: 10px !important;
    margin-top: 10px !important;
}

    .contentMain .row {
        margin-right: -10px !important;
    }

.contentFtr {
    padding: 0 10px 0 10px !important;
}

.contentArea {
    min-height: 650px;
    background: #fff;
    margin-top: 102px !important;
}

.sfPageEditor .contentArea .sf_2cols_2in_67 {
    margin-left: 42px !important;
}

.pageHeader a[href],
.pageHeader a[href]:hover,
.pageHeader a[href]:visited,
.pageHeader a[href]:active {
    color: #464442;
    text-decoration: none;
    font-weight: normal;
}

.pageFooter a[href],
.pageFooter a[href]:hover, .pageFooter a[href]:focus,
.pageFooter a[href]:visited,
.pageFooter a[href]:active {
    color: #fff;
    text-decoration: none;
}

.pageFooter {
    color: #fff;
    background-color: #232323;
    bottom: 0;
}

    .pageFooter ul.columns {
        list-style-type: none;
        margin-left: 5px;
    }

    .pageFooter .socialMediaIcons a[href], .pageHeader .socialMediaIcons a[href] {
        display: inline-block !important;
        padding-right: 6px !important;
    }

.pageTitle {
    margin: 0 0 10px 0;
    color: #036080;
    font-size: 3.5em;
    font-weight: bold;
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    letter-spacing: 4px;
}

.pageSectionHeader {
    color: #036080;
    border-bottom: 3px solid #FCB31C;
    font-size: 1.5em;
    margin-top: .5em;
    text-transform: uppercase;
    font-weight: bold;
}

.fixed {
    position: fixed;
}

.float-left {
    float: left;
}

.float-right {
    float: right !important;
}
/*-----------------------------*/
/* Global Left Navigation */
/*-----------------------------*/
.siteMenu {
    background: #232223;
    /*position: fixed;*/
    /*float: left;*/
    margin-top: 102px !important;
    height: 100%;
    max-width: 285px;
}

    .siteMenu > ul {
        display: table-row-group;
        margin: 0;
        padding: 0;
    }

    .siteMenu li {
        display: table-row;
        padding: 0 !important;
        margin: 0 !important;
    }

    .siteMenu a[href] {
        display: table-cell;
        height: 52px;
        padding: 0 0 0 50px;
        font-size: 11px;
        letter-spacing: 3px;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        border-bottom: 3px solid #424244;
        background: #232223 !important;
        text-transform: uppercase;
        vertical-align: middle;
        border-radius: 0 !important;
        width: 100%;
    }

        .siteMenu a[href]:hover, .siteMenu a[href]:focus {
            background: #5a5a5a url(/App_Themes/KDOLRedesign/Images/Menu_Hover_BG.png) repeat-y left top !important;
        }

/*---------------------------------------*/
/* Top Sub-Site Menu */
/*---------------------------------------*/
.siteMenuTop, .siteMenuTop .sfNavHorizontalDropDown {
    background: #B73537;
    border-collapse: collapse;
    float: left;
    width: 100%;
}

    .siteMenuTop li {
        display: block !important;
        padding: 0;
        vertical-align: middle !important;
        border-width: 0 !important;
    }

    .siteMenuTop a[href] {
        line-height: 1.75em !important;
        padding: 0 15px;
        font-size: 13px;
        color: #ededed !important;
        text-decoration: none;
        font-weight: 600;
        border-right: 2px solid #fff;
        background: #B73537 !important;
        text-transform: none;
        border-radius: 0 !important;
    }

        .siteMenuTop a[href]:hover, .siteMenu a[href]:active /*, .siteMenuTop a.k-state-active */ {
            background: #5a5a5a !important;
        }

    .siteMenuTop .k-icon {
        background-image: none !important;
        display: inline-block;
        margin-left: 3px !important;
        width: 0;
        height: 0;
        margin: 0 5px !important;
        vertical-align: middle;
        border-top: 4px dashed;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

    /*Kendo UI nav widget - dropdown menu */
    .siteMenuTop .k-menu-group {
        border-width: 0 !important;
        width: auto;
        white-space: normal !important;
    }

        .siteMenuTop .k-menu-group a[href] {
            border-width: 0 !important;
        }

        .siteMenuTop .k-menu-group .k-item {
            border-bottom: solid 1px #BE494B !important;
        }

        .siteMenuTop .k-menu-group .k-link {
            padding-left: 20px !important;
        }

    /* NOT USED Feather Navigation widget - dropdown menu */
    .siteMenuTop .dropdown-menu {
        background-color: #B73537 !important;
        border-radius: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border-width: 0 !important;
    }

        .siteMenuTop .dropdown-menu a[href] {
            display: table-cell;
            vertical-align: middle;
            height: 42px;
            min-width: 160px;
            padding: 0 25px;
            font-size: 110%;
            letter-spacing: .5px;
            color: #ededed !important;
            text-decoration: none;
            font-weight: 600;
            border-width: 0 !important;
            background: #B73537 !important;
            text-transform: none;
            border-radius: 0 !important;
        }

            .siteMenuTop .dropdown-menu a[href]:hover,
            .siteMenuTop .dropdown-menu li:hover {
                background-color: #5a5a5a !important;
            }

.wc_newsletter {
    background-color: #036080;
    color: #fff;
    padding: 5px;
}

.graybackground, .gray-background {
    background-color: #F3F3EE;
}

.bluebackground, .blue-background {
    background-color: #e9faf8; /*#D5E9F6;*/
}

.darkgray-background {
    background-color: #333;
}

.rounded {
    border-radius: 5px;
}

.border-right {
    border-right: 1px solid #ccc;
}

.border-left {
    border-left: 1px solid #ccc;
}

.pageFooterCopy {
    color: #a0a0a2;
}

.card400 {
    min-height: 350px;
}

.highVisibilityItem {
    background-color: #333;
    padding-top: 1.5em;
    color: #c2c2c2;
    background-image: url(Images/human-traffic-image.jpg);
    background-repeat: no-repeat;
    background-position: 90%;
    width: 80%;
    margin: 40px auto;
    box-sizing: inherit;
    font-size: 1.5em;
    padding-bottom: .5em;
    padding-left: .5em;
    background-size: 15%;
}

.card {
    position: relative;
}

    .card:hover {
        /*background-color: #FCB31C;*/
    }

    .card .jumbotron {
        padding-left: 0 !important;
        height: 220px;
        margin-bottom: 0px !important;
    }

        .card .jumbotron p.card-text {
            text-align: center;
            background: rgba(85, 85, 85, 0.8);
            width: 100%;
            margin: 0 !important;
            border: solid 1px #666666;
            position: absolute !important;
            bottom: 0px !important;
        }

            .card .jumbotron p.card-text a {
                font-weight: normal;
                letter-spacing: 1px;
                font-size: 20px;
                line-height: 25px;
                color: #ffffff;
                padding: 3px 0;
                display: inline-block;
                text-decoration: none !important;
            }

.sidebar-group {
    margin: 10px 0px 20px 0px;
    background-color: #F3F3EE;
    padding-bottom: 10px;
    /*padding: 5px 5px 8px 5px;*/
}

    .sidebar-group ul {
        list-style-type: square;
    }

    .sidebar-group a {
        font-size: 18px;
        text-decoration: none;
        color: #046180;
    }

.sidebar-link {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    width: 99%;
    border: solid 3px #046180;
    margin-bottom: 15px;
    padding: 0;
}

.sidebar-link-img {
    display: table-cell;
    vertical-align: middle;
    background-color: #046180;
    text-align: center;
    width: 60px;
}

    .sidebar-link-img img {
        height: 50px;
    }

.sidebar-link-link {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
}

    .sidebar-link-link a {
        text-decoration: none;
        font-size: 18px;
        color: #046180;
    }

    .sidebar-link-link:hover {
        background-color: #CCE1E8;
        cursor: pointer;
    }



/* Override bootstrap stuff */
.container {
    padding: 0 !important;
    margin: 0 !important;
    /*width:100% !important;*/
}

/* Sitefinity Web Forms widgets customizations */
.sfnewsListItem {
    border-bottom: 1px solid #F2F2EE;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.sfnewsTitle {
    font-size: 18px;
    margin-bottom: 5px !important;
    font-weight: bold;
}

    .sfnewsTitle > a {
        text-decoration: none !important;
        color: #555 !important;
    }

.sfnewsMetaInfo {
    font-style: italic;
    color: #555;
    font-size: 12px;
}

.sfnewsFullStory {
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
}

div .bodyRS {
    font-family: Helvetica, sans-serif;
    background-color: rgba(85, 85, 85, 0.9);
    box-sizing: border-box;
    color: red;
}

/** {
					box-sizing: border-box
				}*/

#errorFormat {
    background: #ffffff;
    padding: .5em;
    background-color: #E8CF66;
    color: red;
    margin-left: 5em;
    font-size: .8em;
    font-weight: bold;
    position: relative;
    top: -1.25em;
}

#customers,
.captionRS {
    padding: 2px 5px;
}

/* Full-width input fields */

.inputRS[type=text],
.inputRS[type=email],
.inputRS[type=number],
.selectRS {
    width: 100%;
    padding: 10px;
    margin: 5px 0 15px 0;
    display: inline-block;
    border: none;
    background-color: #F3F3EE;
}

.labelRS {
    font-weight: bold;
    color: #428bca;
}

.optionRS {
    background-color: #F3F3EE;
    font-weight: bold;
}

.inputRS[type=text]:focus,
.labelRS:focus,
.selectRS:focus {
    background-color: #ddd;
    outline: none;
}

#buttonSave {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: .9;
    font-size: 1.25em;
}

    #buttonSave:hover {
        opacity: 1;
    }

#buttonCheckout {
    background-color: #426DAE;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
    font-size: 1.25em;
}

    #buttonCheckout:hover {
        opacity: 1;
    }

/*#buttonSave {
				  position: absolute;
				  right: 20%;
				  margin-top: 5px;
				}*/

/* Extra styles for the cancel button */

.cancelbtn {
    padding: 14px 20px;
    background-color: #f44336;
}

/* ----------------------------------------------------------------------------------- */

/* Float cancel and signup buttons and add an equal width */

.cancelbtn,
.signupbtn {
    float: left;
    width: 50%;
}

/* Add padding to container elements */

/*.container {
			padding: 16px;
		}*/

/* Clear floats */

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}




.captionRS {
    text-align: left;
    color: black;
    font-size: 1.2em;
    background-color: white;
    font-weight: bold;
}

.tableRS {
    border: 3px solid white;
    font-family: Helvetica, sans-serif;
}

#customers {
    border-collapse: collapse;
    width: 100%;
    background-color: #ffffff;
    font-size: .8em;
}

    #customers td,
    #customers th {
        border: 1px solid #ddd;
        padding: 4px;
    }

    #customers tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #customers tr:hover {
        background-color: #ddd;
    }

    #customers th {
        padding-top: 2px;
        padding-bottom: 2px;
        text-align: left;
        background-color: #003E7E;
        color: white;
    }

.aRS {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

    .aRS:hover {
        text-decoration: none;
        color: #FDB924;
    }


/* Change styles for cancel button and signup button on extra small screens */

@media screen and (max-width: 300px) {
    .pageTitle {
        font-size: 2.5em !important;
        letter-spacing: 2px !important;
    }

    .cancelbtn, .signupbtn {
        width: 100%;
    }

    div#Contentplaceholder1_ctl30_T6A639F41038_Col00,
    div#Contentplaceholder1_ctl30_T6A639F41038_Col01,
    div#Contentplaceholder1_ctl30_T6A639F41038_Col02,
    div#Contentplaceholder1_ctl30_T6A639F41038_Col03,
    div#Contentplaceholder1_T6A639F41038_Col00,
    div#Contentplaceholder1_T6A639F41038_Col01,
    div#Contentplaceholder1_T6A639F41038_Col02,
    div#Contentplaceholder1_T6A639F41038_Col03 {
        padding: 15px !important;
    }
}

/* Media rules */
@media only screen and (min-width: 768px) {

    .container {
        width: 100% !important;
    }

    div#Contentplaceholder1_ctl30_T6A639F41038_Col00,
    div#Contentplaceholder1_ctl30_T6A639F41038_Col01,
    div#Contentplaceholder1_ctl30_T6A639F41038_Col02,
    div#Contentplaceholder1_ctl30_T6A639F41038_Col03,
    div#Contentplaceholder1_T6A639F41038_Col00,
    div#Contentplaceholder1_T6A639F41038_Col01,
    div#Contentplaceholder1_T6A639F41038_Col02,
    div#Contentplaceholder1_T6A639F41038_Col03 {
        padding: 15px !important;
    }
}

@media only screen and (max-width: 1366px) {
    .contentHdrNav img {
        display: none !important;
    }

    .siteMenu {
        display: none !important;
    }

    .socialMediaIcons {
        display: inline-block;
        position: absolute;
        top: 0px;
        right: 2px;
    }

    .searchBoxFloat {
        display: block !important;
        position: absolute;
        top: 50px;
        right: 2px;
    }

    .sfNavToggle {
        color: #ededed;
    }
    /*ul#Contentplaceholder1_TF99ABC11052_ctl00_ctl00_ctl02_ctl01_childNodesContainer,
    ul#Contentplaceholder1_TF99ABC11052_ctl00_ctl00_ctl02_ctl02_childNodesContainer,
    ul#Contentplaceholder1_TF99ABC11052_ctl00_ctl00_ctl02_ctl04_childNodesContainer,
    ul#Contentplaceholder1_TF99ABC11052_ctl00_ctl00_ctl02_ctl05_childNodesContainer,
    ul#Contentplaceholder1_TF99ABC11052_ctl00_ctl00_ctl02_ctl06_childNodesContainer,
    ul#Contentplaceholder1_TF99ABC11052_ctl00_ctl00_ctl02_ctl07_childNodesContainer,
    ul#Contentplaceholder1_TBBD885EC014_ctl00_ctl00_ctl02_ctl02_childNodesContainer,
    ul#Contentplaceholder1_TBBD885EC014_ctl00_ctl00_ctl02_ctl04_childNodesContainer,
    ul#Contentplaceholder1_TBBD885EC014_ctl00_ctl00_ctl02_ctl05_childNodesContainer,
    ul#Contentplaceholder1_TBBD885EC014_ctl00_ctl00_ctl02_ctl06_childNodesContainer,
    ul#Contentplaceholder1_TBBD885EC014_ctl00_ctl00_ctl02_ctl07_childNodesContainer,
    ul#Contentplaceholder1_T3A6E2880055_ctl00_ctl00_ctl02_ctl01_ctl02_childNodesContainer,
    ul#Contentplaceholder1_T3A6E2880055_ctl00_ctl00_ctl02_ctl01_childNodesContainer,
    ul#Contentplaceholder1_T3A6E2880055_ctl00_ctl00_ctl02_ctl02_childNodesContainer,
    ul#Contentplaceholder1_T3A6E2880055_ctl00_ctl00_ctl02_ctl03_childNodesContainer,
    ul#Contentplaceholder1_T3A6E2880055_ctl00_ctl00_ctl02_ctl04_childNodesContainer,
    ul#Contentplaceholder1_T3A6E2880055_ctl00_ctl00_ctl02_ctl05_childNodesContainer,
    ul#Contentplaceholder1_T3A6E2880055_ctl00_ctl00_ctl02_ctl07_childNodesContainer,
    ul#Contentplaceholder1_T3A6E2880055_ctl00_ctl00_ctl02_ctl08_childNodesContainer,
    ul#Contentplaceholder1_TB5756656013_ctl00_ctl00_ctl02_ctl02_childNodesContainer,
    ul#Contentplaceholder1_TB5756656013_ctl00_ctl00_ctl02_ctl03_childNodesContainer,
    ul#Contentplaceholder1_TB5756656013_ctl00_ctl00_ctl02_ctl04_childNodesContainer,
    ul#Contentplaceholder1_TB5756656013_ctl00_ctl00_ctl02_ctl05_childNodesContainer,
    ul#Contentplaceholder1_TB5756656013_ctl00_ctl00_ctl02_ctl07_childNodesContainer,
    ul#Contentplaceholder1_TB5756656013_ctl00_ctl00_ctl02_ctl08_childNodesContainer,
    ul#Contentplaceholder1_TB5756656013_ctl00_ctl00_ctl02_ctl01_childNodesContainer {
        display: none !important;
    }

    span.k-icon.k-i-arrow-60-down.k-menu-expand-arrow {
        display: none !important;
    }
    li.k-item.k-state-default.k-state-border-down {
        z-index: auto !important;
    }*/

    div#Contentplaceholder1_ctl30_T6A639F41038_Col00,
    div#Contentplaceholder1_ctl30_T6A639F41038_Col01,
    div#Contentplaceholder1_ctl30_T6A639F41038_Col02,
    div#Contentplaceholder1_ctl30_T6A639F41038_Col03,
    div#Contentplaceholder1_T6A639F41038_Col00,
    div#Contentplaceholder1_T6A639F41038_Col01,
    div#Contentplaceholder1_T6A639F41038_Col02,
    div#Contentplaceholder1_T6A639F41038_Col03 {
        padding: 15px !important;
    }
}

.searchBoxFloat {
    float: right;
}

@media only screen and (max-width: 767px) {
    .pageTitle {
        font-size: 2.5em !important;
        letter-spacing: 2px !important;
    }

    .socialMediaIcons {
        display: none !important;
    }

    .searchBoxFloat {
        display: block !important;
        position: absolute;
        top: 3px;
        right: 2px;
    }
    /*ul#Contentplaceholder1_TF99ABC11052_ctl00_ctl00_ctl02_ctl01_childNodesContainer,
    ul#Contentplaceholder1_TF99ABC11052_ctl00_ctl00_ctl02_ctl02_childNodesContainer,
    ul#Contentplaceholder1_TF99ABC11052_ctl00_ctl00_ctl02_ctl04_childNodesContainer,
    ul#Contentplaceholder1_TF99ABC11052_ctl00_ctl00_ctl02_ctl05_childNodesContainer,
    ul#Contentplaceholder1_TF99ABC11052_ctl00_ctl00_ctl02_ctl06_childNodesContainer,
    ul#Contentplaceholder1_TF99ABC11052_ctl00_ctl00_ctl02_ctl07_childNodesContainer,
    ul#Contentplaceholder1_TBBD885EC014_ctl00_ctl00_ctl02_ctl02_childNodesContainer,
    ul#Contentplaceholder1_TBBD885EC014_ctl00_ctl00_ctl02_ctl04_childNodesContainer,
    ul#Contentplaceholder1_TBBD885EC014_ctl00_ctl00_ctl02_ctl05_childNodesContainer,
    ul#Contentplaceholder1_TBBD885EC014_ctl00_ctl00_ctl02_ctl06_childNodesContainer,
    ul#Contentplaceholder1_TBBD885EC014_ctl00_ctl00_ctl02_ctl07_childNodesContainer,
    ul#Contentplaceholder1_T3A6E2880055_ctl00_ctl00_ctl02_ctl01_ctl02_childNodesContainer,
    ul#Contentplaceholder1_T3A6E2880055_ctl00_ctl00_ctl02_ctl01_childNodesContainer,
    ul#Contentplaceholder1_T3A6E2880055_ctl00_ctl00_ctl02_ctl02_childNodesContainer,
    ul#Contentplaceholder1_T3A6E2880055_ctl00_ctl00_ctl02_ctl03_childNodesContainer,
    ul#Contentplaceholder1_T3A6E2880055_ctl00_ctl00_ctl02_ctl04_childNodesContainer,
    ul#Contentplaceholder1_T3A6E2880055_ctl00_ctl00_ctl02_ctl05_childNodesContainer,
    ul#Contentplaceholder1_T3A6E2880055_ctl00_ctl00_ctl02_ctl07_childNodesContainer,
    ul#Contentplaceholder1_T3A6E2880055_ctl00_ctl00_ctl02_ctl08_childNodesContainer,
    ul#Contentplaceholder1_TB5756656013_ctl00_ctl00_ctl02_ctl02_childNodesContainer,
    ul#Contentplaceholder1_TB5756656013_ctl00_ctl00_ctl02_ctl03_childNodesContainer,
    ul#Contentplaceholder1_TB5756656013_ctl00_ctl00_ctl02_ctl04_childNodesContainer,
    ul#Contentplaceholder1_TB5756656013_ctl00_ctl00_ctl02_ctl05_childNodesContainer,
    ul#Contentplaceholder1_TB5756656013_ctl00_ctl00_ctl02_ctl07_childNodesContainer,
    ul#Contentplaceholder1_TB5756656013_ctl00_ctl00_ctl02_ctl08_childNodesContainer,
    ul#Contentplaceholder1_TB5756656013_ctl00_ctl00_ctl02_ctl01_childNodesContainer {
        display: none !important;
    }
    span.k-icon.k-i-arrow-60-down.k-menu-expand-arrow{
        display:none !important;
    }
    li.k-item.k-state-default.k-state-border-down {
        z-index: auto !important;
    }*/
    div#Contentplaceholder1_ctl30_T6A639F41038_Col00,
    div#Contentplaceholder1_ctl30_T6A639F41038_Col01,
    div#Contentplaceholder1_ctl30_T6A639F41038_Col02,
    div#Contentplaceholder1_ctl30_T6A639F41038_Col03,
    div#Contentplaceholder1_T6A639F41038_Col00,
    div#Contentplaceholder1_T6A639F41038_Col01,
    div#Contentplaceholder1_T6A639F41038_Col02,
    div#Contentplaceholder1_T6A639F41038_Col03 {
        padding: 15px !important;
    }
}

@media only screen and (max-width: 320px) {
    .socialMediaIcons {
        display: none;
    }

    .pageTitle {
        font-size: 2.5em !important;
        letter-spacing: 2px !important;
    }

    .searchBoxFloat {
        display: block !important;
        position: absolute;
        width: 100px;
        top: 3px;
        right: 2px;
    }

    div#Contentplaceholder1_ctl30_T6A639F41038_Col00,
    div#Contentplaceholder1_ctl30_T6A639F41038_Col01,
    div#Contentplaceholder1_ctl30_T6A639F41038_Col02,
    div#Contentplaceholder1_ctl30_T6A639F41038_Col03,
    div#Contentplaceholder1_T6A639F41038_Col00,
    div#Contentplaceholder1_T6A639F41038_Col01,
    div#Contentplaceholder1_T6A639F41038_Col02,
    div#Contentplaceholder1_T6A639F41038_Col03 {
        padding: 15px !important;
    }
}

@media print {
    .contentArea {
        padding: 30px !important;
        margin-top: 0px !important;
    }

    .contentMain {
        width: 100% !important;
        padding: 40px !important;
        text-align: justify !important;
    }

    .socialMediaIcons,
    .contentHdrNav img,
    .searchBoxFloat,
    .siteMenuTop,
    .siteMenuTop .sfNavHorizontalDropDown, .pageFooter {
        display: none !important;
    }
}
