﻿body {
    font-size: 13px;
    line-height: 16px;
    font-family: "Trebuchet MS";
}


.header-margin {
    margin: 20px auto 12px auto;
}

    .header-margin.alternate {
        margin: 267px auto 12px auto
    }

.HideTextBox {
    display: none;
}

.siteWrapper {
    transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    webkit-backface-visibility: hidden;
    position: relative;
    left: 0;
}

.siteHeader {
    /*background: transparent url(/Resources/images/header_background.png) top left repeat-x;*/
    background-color: #013013;
    width: 100%;
    margin: 0 auto;
    display: block;
    z-index: 10;
}

.headerBlock {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 10;
}

.logo {
    background: transparent url(/Resources/images/logo.png) top left no-repeat;
    text-indent: -9999em;
    display: inline-block;
    width: 100%;
    height: 76px;
    margin: 26px 0;
    vertical-align: top;
}

.siteNavigation {
    display: inline-block;
    width: 100%;
    text-align: right;
    margin-right: 0;
}


.secondayNav-container {
    padding-right: 0;
    text-align: right;
}


.secondaryNav {
    display: inline-block;
    width: 100%;
    margin: 0 0 33px 0;
    padding-right: 0;
    padding-left: 0;
}

    .secondaryNav ul {
        margin: 0;
        padding: 10px 15px;
        list-style-type: none;
        background: #005f27;
        display: inline-block;
        float: left;
        position: relative;
        vertical-align: top;
        border-radius: 0 0 2px 2px;
        -moz-border-radius: 0 0 2px 2px;
        -webkit-border-radius: 0 0 2px 2px;
        -o-border-radius: 0 0 2px 2px;
    }

        .secondaryNav ul li {
            display: inline-block;
            margin-right: 13px;
        }

            .secondaryNav ul li a {
                font-family: "Trebuchet MS";
                line-height: 20px;
                font-size: 12px;
                color: #fff;
                text-decoration: none;
                font-weight: normal;
                -webkit-font-smoothing: antialiased;
                transition: all 250ms ease-in;
                -webkit-transition: all 250ms ease-in;
                -moz-transition: all 250ms ease-in;
                -o-transition: all 250ms ease-in;
                -ms-transition: all 250ms ease-in;
                transform: translate3d(0,0,0);
                -webkit-transform: translate3d(0,0,0);
                -moz-transform: translate3d(0,0,0);
                -o-transform: translate3d(0,0,0);
                -ms-transform: translate(0,0);
            }

.mainNav {
    display: inline-block;
    width: 100%;
    text-align: right;
    padding-right: 0;
}

    .mainNav ul {
        padding: 0;
        list-style-type: none;
        display: inline-block;
        float: left;
        position: relative;
        vertical-align: top;
        border-radius: 0 0 2px 2px;
        -moz-border-radius: 0 0 2px 2px;
        -webkit-border-radius: 0 0 2px 2px;
        -o-border-radius: 0 0 2px 2px;
        margin-left: -30px;
    }

        .mainNav ul li.home {
            position: relative;
            margin-right: 12px;
        }

            .mainNav ul li.home a {
                background: transparent url(/Resources/images/elements.png) -312px -4px no-repeat;
                width: 30px;
                height: 19px;
                display: inline-block;
                vertical-align: top;
            }

        .mainNav ul li {
            display: inline-block;
            margin-right: 12px;
            vertical-align: top;
        }

        .mainNav ul.buttonNav li a {
            border: none;
            font-family: 'PT Sans Narrow';
            font-size: 14px;
            line-height: 1em;
            color: #fff;
            vertical-align: top;
            padding: 10px 15px 8px 15px;
            display: inline-block;
            position: relative;
            background: #15800a;
            background: -moz-linear-gradient(top, #15800a 1%, #005f27 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #15800a), color-stop(100%, #005f27));
            background: -webkit-linear-gradient(top, #15800a 1%, #005f27 100%);
            background: -o-linear-gradient(top, #15800a 1%, #005f27 100%);
            background: -ms-linear-gradient(top, #15800a 1%, #005f27 100%);
            background: linear-gradient(to bottom, #15800a 1%, #005f27 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#15800a', endColorstr = '#005f27', GradientType = 0);
            -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
            -moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
            -o-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
            box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            -o-border-radius: 2px;
            margin: 0;
        }

        .mainNav ul li a {
            font-family: "PT Sans Narrow";
            -webkit-font-smoothing: antialiased;
            line-height: 20px;
            font-size: 20px;
            font-weight: bold;
            text-transform: uppercase;
            color: #fff;
            text-decoration: none;
            border-top: 2px solid transparent;
            padding-top: 8px;
            transition: color 250ms ease-in;
            -webkit-transition: color 250ms ease-in;
            -moz-transition: color 250ms ease-in;
            -o-transition: color 250ms ease-in;
            -ms-transition: color 250ms ease-in;
        }

            .mainNav ul li a:hover {
                color: #cecece;
                text-decoration: none;
            }

        .mainNav ul.contentNav {
            margin-left: 0;
        }

            .mainNav ul.contentNav li a {
                color: #b7a673;
            }

                .mainNav ul.contentNav li a:hover {
                    color: #cecece;
                }

                .mainNav ul.contentNav li a.active {
                    border-color: #b7a673;
                }

        .mainNav ul.buttonNav {
            float: right;
            width: auto;
        }

            .mainNav ul.buttonNav li.noDesktop {
                display: none;
            }

            .mainNav ul.buttonNav li {
                margin: -6px 5px -6px 0;
                vertical-align: top;
            }

            .mainNav ul.buttonNav li {
                margin: -6px 5px -6px 0;
                vertical-align: top;
                margin-right: 0;
            }

                .mainNav ul.buttonNav li a.alertsNavButton {
                    border: none;
                    font-family: 'PT Sans Narrow';
                    font-size: 14px;
                    line-height: 1em;
                    color: #fff;
                    vertical-align: top;
                    padding: 10px 15px 8px 15px;
                    display: inline-block;
                    position: relative;
                    background: #F3C030;
                    background: -moz-linear-gradient(top, #F3C030 1%, #C98D2A 100%);
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #C98D2A), color-stop(100%, #C98D2A));
                    background: -webkit-linear-gradient(top, #F3C030 1%, #C98D2A 100%);
                    background: -o-linear-gradient(top, #F3C030 1%, #C98D2A 100%);
                    background: -ms-linear-gradient(top, #F3C030 1%, #C98D2A 100%);
                    background: linear-gradient(to bottom, #F3C030 1%, #C98D2A 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#F3C030', endColorstr = '#005f27', GradientType = 0);
                    -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
                    -moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
                    -o-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
                    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
                    border-radius: 2px;
                    -moz-border-radius: 2px;
                    -webkit-border-radius: 2px;
                    -o-border-radius: 2px;
                    margin: 0;
                }


/* NOTIFICATIONS STYLING */
.siteNotification {
    transition: z-index 500ms ease-in 500ms, opacity 500ms ease-in;
    -webkit-transition: z-index 500ms ease-in 500ms, opacity 500ms ease-in;
    -moz-transition: z-index 500ms ease-in 500ms, opacity 500ms ease-in;
    -o-transition: z-index 500ms ease-in 500ms, opacity 500ms ease-in;
    -ms-transition: z-index 500ms ease-in 500ms, opacity 500ms ease-in;
    height: auto;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #2f8f00;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .siteNotification.footerNotification {
        top: auto;
        bottom: 0;
    }


    .siteNotification.visible {
        opacity: 1;
        filter: alpha(opacity=100);
        z-index: 99999;
        transition: z-index 500ms ease-in, opacity 500ms ease-in 500ms;
        -webkit-transition: z-index 500ms ease-in, opacity 500ms ease-in 500ms;
        -moz-transition: z-index 500ms ease-in, opacity 500ms ease-in 500ms;
        -o-transition: z-index 500ms ease-in, opacity 500ms ease-in 500ms;
        -ms-transition: z-index 500ms ease-in, opacity 500ms ease-in 500ms;
    }

    .siteNotification.error {
        background: #c00;
    }

    .siteNotification.info {
        background: #de8800;
    }


    .siteNotification.footerNotification {
        background: #333;
        background: rgba(0, 0, 0, 0.8);
    }

.notificationContent {
    width: 960px;
    padding: 10px 0;
    margin: 0 auto;
    position: relative;
}

    .notificationContent p {
        font-size: 20px;
        font-family: "PT Sans Narrow";
        color: #fff;
        line-height: 30px;
        margin: 0;
        padding-left: 30px;
    }

        .notificationContent p a {
            color: #003399;
            text-decoration: none;
        }

.footerNotification p a {
    color: #fff;
    text-decoration: underline;
}

.siteNotification p span {
    background: transparent url(/Resources/images/elements.png) 0 -579px no-repeat;
    display: inline-block;
    width: 30px;
    height: 22px;
    text-indent: -9999em;
    margin-left: -30px;
}

.siteNotification.info p span {
    background-position: 0 -466px;
}


.siteNotification.footerNotification.info p span {
    background: transparent url(/Resources/images/footer_info.png) 4px 5px no-repeat;
}


.siteNotification.error p span {
    background-position: 0 -520px;
}

.siteNotification p span.pinCount {
    text-indent: 0;
    margin-left: 0;
    background: none;
    width: auto;
    height: auto;
}

a.closeNotification {
    background: #0e6d00 url(/Resources/images/elements.png) -926px -397px no-repeat;
    position: absolute;
    width: 17px;
    height: 17px;
    right: 6px;
    top: 7px;
    display: block;
    z-index: 99;
    text-indent: -9999em;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
}

.siteNotification.error a.closeNotification {
    background-color: #ad0000;
}

.siteNotification.info a.closeNotification {
    background-color: #d46400;
}

.siteNotification.footerNotification.info a.closeNotification {
    background-color: transparent;
}

/* SITE NOTIFICATION CURRENCY STYLING */
/* CURRENCY SELECTOR STYLING */

.siteNotification .currencyOption {
    display: inline-block;
    position: relative;
}

    .siteNotification .currencyOption .currencySelector {
        right: -27px;
        left: auto;
        top: 25px;
    }

    .siteNotification .currencyOption > a {
        color: #fff;
        font-style: normal;
        background: transparent url(/Resources/images/indicator.png) right 6px no-repeat;
        padding-right: 16px;
        font-weight: normal;
        font-size: 13px;
        line-height: 30px;
        font-family: "Trebuchet MS";
    }

    .siteNotification .currencyOption.currencyOpen > a {
        background-position: right -39px;
    }


.siteNotification .currencySelector p {
    margin: -24px 9px;
}

.siteNotification .currencyOption > a:hover {
    color: #fff;
    font-weight: normal;
}

.siteNotification .currencyOption .currencySelector.all {
    right: -27px;
    left: auto;
    top: 25px;
}

    .siteNotification .currencyOption .currencySelector.all p {
        display: none;
    }

.siteNotification .currencyOption .currencySelector ul {
    margin: 0;
    padding: 5px 5px 20px 5px;
}

    .siteNotification .currencyOption .currencySelector ul li ul {
        padding: 0;
    }

        .siteNotification .currencyOption .currencySelector ul li ul li a, .siteNotification .currencyOption .currencySelector p a {
            font-style: normal;
        }

.siteNotification .currencyOption .currencySelector .indicator {
    padding: 0;
}

.siteWrapper .currencySelector {
    height: 0;
    width: 60px;
    position: absolute;
    right: 50%;
    top: 35px;
    overflow: hidden;
    display: block;
    transition: height 250ms ease-in;
    -webkit-transition: height 250ms ease-in;
    -moz-transition: height 250ms ease-in;
    -o-transition: height 250ms ease-in;
    -ms-transition: height 250ms ease-in;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    /* IE9 DOES NOT SUPPORT translate3d */
    -ms-transform: translate(0,0);
    z-index: 1;
}

    .siteWrapper .currencySelector.visible {
        height: 145px;
    }

    .siteWrapper .currencySelector.all {
        width: 170px;
    }

        .siteWrapper .currencySelector.all .indicator {
            background-position: -125px 1px;
        }

    .siteWrapper .currencySelector .indicator {
        background: transparent url(/Resources/images/elements.png) -149px 1px no-repeat;
        width: 50%;
        height: 5px;
        text-indent: -9999em;
        display: block;
        margin: 0 auto -1px auto;
        position: relative;
        z-index: 1;
        padding: 0;
    }

    .siteWrapper .currencySelector > ul, .siteWrapper .siteContent .currencySelector > ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        background: #fff;
        border: 1px solid #cecece;
        padding: 5px 5px 20px 5px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        overflow: visible;
    }

    .siteWrapper .currencySelector.all > ul, .siteWrapper .siteContent .currencySelector.all > ul {
        padding: 5px;
    }

    .siteWrapper .currencySelector > ul li, .siteWrapper .siteContent .currencySelector > ul li {
        margin: 0;
        vertical-align: top;
    }

        .siteWrapper .currencySelector > ul li a, .siteWrapper .siteContent .currencySelector > ul li a {
            font-family: 'Trebuchet MS';
            font-size: 12px;
            line-height: 16px;
            color: #333;
            text-align: left;
            text-decoration: none;
            display: block;
            padding: 4px;
            cursor: pointer;
        }

            .siteWrapper .currencySelector > ul li a:hover, .siteWrapper .siteContent .currencySelector > ul li a:hover {
                color: #15800a;
                background: #ebebeb;
                border-radius: 2px;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                -o-border-radius: 2px;
            }

        .siteWrapper .currencySelector > ul li ul, .siteWrapper .siteContent .currencySelector > ul li ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

    .siteWrapper .currencySelector.all > ul > li, .siteWrapper .siteContent .currencySelector.all > ul > li {
        width: 31%;
    }

    .siteWrapper .currencySelector > ul > li, .siteWrapper .siteContent .currencySelector > ul > li {
        width: 100%;
        display: inline-block;
    }

    .siteWrapper .currencySelector > ul li.hidden, .siteWrapper .siteContent .currencySelector > ul li.hidden {
        display: none;
    }

    .siteWrapper .currencySelector.all ul li ul li.hidden, .siteWrapper .siteContent .currencySelector.all ul li ul li.hidden {
        display: block;
    }

    .siteWrapper .currencySelector.all li.hidden, .siteWrapper .siteContent .currencySelector.all li.hidden {
        display: inline-block;
    }

    .siteWrapper .currencySelector p, .siteWrapper .siteContent .currencySelector p {
        margin: -19px 9px;
        font-size: 13px;
    }

        .siteWrapper .currencySelector p a, .siteWrapper .siteContent .currencySelector p a, .siteWrapper .searchOptions .currencySelector p a {
            color: #003399;
            font-weight: bold;
        }


/* END SITE NOTIFICATION CURRENCY STYLING */

.siteContent {
    position: relative;
    display: block;
    width: 100%;
    background: white;
}

    .siteContent h4, .siteContent .h4 {
        font-family: "Trebuchet MS";
        -webkit-font-smoothing: antialiased;
        font-size: 16px;
        line-height: 16px;
        margin: 5px 0 12px 0;
        color: #333;
        font-weight: normal;
    }

    .siteContent h3, .siteContent .h3 {
        font-family: "PT Sans Narrow";
        -webkit-font-smoothing: antialiased;
        font-size: 24px;
        line-height: 22px;
        margin: 5px 0 12px 0;
        color: #005f27;
        font-weight: normal;
    }

        .siteContent h3.link-blue {
            color: #003399;
        }

    .siteContent h2, .siteContent .h2 {
        font-family: "PT Sans Narrow";
        -webkit-font-smoothing: antialiased;
        font-size: 24px;
        line-height: 22px;
        margin: 5px 0 12px 0;
        color: #005f27;
        font-weight: normal;
    }

    .siteContent h1, .siteContent .h1, .searchdescription {
        font-family: "PT Sans Narrow";
        -webkit-font-smoothing: antialiased;
        font-size: 36px;
        line-height: 40px;
        color: #005f27;
        font-weight: normal;
        margin-bottom: 0;
        display: inline;
    }



    .siteContent p {
        font-family: "Trebuchet MS";
        font-size: 13px;
        line-height: 18px;
        margin: 12px 0;
    }

.container-fluid {
    max-width: 960px;
}


/*TABLET MENU CSS*/

.mainNav ul.buttonNav li.noDesktop {
    display: none;
}

    .mainNav ul.buttonNav li.noDesktop a {
        color: #333;
        color: rgba(51,51,51,.8);
        font-size: 14px;
        padding-right: 35px;
        background: #cdcdcd url(/Resources/images/elements.png) -356px 9px no-repeat; /* Old browsers */
        background: url(/Resources/images/elements.png) -356px 9px, -moz-linear-gradient(top, #ffffff 1%, #cdcdcd 100%); /* FF3.6+ */
        background: url(/Resources/images/elements.png) -356px 9px, -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(100%, #cdcdcd)); /* Chrome,Safari4+ */
        background: url(/Resources/images/elements.png) -356px 9px, -webkit-linear-gradient(top, #ffffff 1%, #cdcdcd 100%); /* Chrome10+,Safari5.1+ */
        background: url(/Resources/images/elements.png) -356px 9px, -o-linear-gradient(top, #ffffff 1%, #cdcdcd 100%); /* Opera 11.10+ */
        background: url(/Resources/images/elements.png) -356px 9px, -ms-linear-gradient(top, #ffffff 1%, #cdcdcd 100%); /* IE10+ */
        background: url(/Resources/images/elements.png) -356px 9px, linear-gradient(to bottom, #ffffff 1%, #cdcdcd 100%); /* W3C */
    }

        .mainNav ul.buttonNav li.noDesktop a:hover {
            background: #fff url(/Resources/images/elements.png) -356px 9px no-repeat; /* Old browsers */
        }

.navBlockOpen .mainNav ul.buttonNav li.noDesktop a {
    background: #cdcdcd url(/Resources/images/elements.png) -347px -41px no-repeat; /* Old browsers */
    background: url(/Resources/images/elements.png) -347px -41px, -moz-linear-gradient(top, #ffffff 1%, #cdcdcd 100%); /* FF3.6+ */
    background: url(/Resources/images/elements.png) -347px -41px, -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(100%, #cdcdcd)); /* Chrome,Safari4+ */
    background: url(/Resources/images/elements.png) -347px -41px, -webkit-linear-gradient(top, #ffffff 1%, #cdcdcd 100%); /* Chrome10+,Safari5.1+ */
    background: url(/Resources/images/elements.png) -347px -41px, -o-linear-gradient(top, #ffffff 1%, #cdcdcd 100%); /* Opera 11.10+ */
    background: url(/Resources/images/elements.png) -347px -41px, -ms-linear-gradient(top, #ffffff 1%, #cdcdcd 100%); /* IE10+ */
    background: url(/Resources/images/elements.png) -347px -41px, linear-gradient(to bottom, #ffffff 1%, #cdcdcd 100%); /* W3C */
}

#slideColumn {
    width: 192px;
    height: 100%;
    position: fixed;
    right: -193px;
    top: 0;
    overflow-y: scroll;
    transition: all 250ms ease-in;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    /* transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    */ /* IE9 DOES NOT SUPPORT translate3d */ /*
    -ms-transform: translate(0,0);*/
    background: #012710;
}


.breadcrumbs {
    width: 100%;
    padding: 7px 0;
    margin: 0 auto;
    background: #e8e8e8;
}

    .breadcrumbs a {
        font-size: 1em;
        color: #003399;
        text-decoration: none;
        font-weight: bold;
    }

    .breadcrumbs ul {
        display: block;
        margin: 0 auto;
        max-width: 960px;
        padding: 0;
    }

        .breadcrumbs ul li {
            display: inline-block;
            font-family: "Trebuchet MS";
            font-size: 13px;
            line-height: 20px;
            color: #333;
            font-weight: bold;
            font-style: italic;
            margin: 0 5px 0 0;
        }

            .breadcrumbs ul li span {
                font-size: 16px;
                position: relative;
                top: 1px;
                left: 2px;
                color: #5d5d5d;
            }

            .breadcrumbs ul li.last {
                color: #7c7c7c;
            }


.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}


.form-control {
    border-radius: 2px;
    background: #fff;
    border: 1px solid #d2d1d1;
    box-shadow: none;
    -webkit-box-shadow: none;
    height: auto;
    line-height: 17px;
    font-size: 13px;
    font-family: "Trebuchet MS";
    font-weight: bold;
    padding: 6px 10px;
}

    .form-control:focus {
        border: 1px solid #005f27;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

label {
    color: #656565;
    font-weight: bold;
    font-size: 13px;
    display: block;
}

.btn {
    text-transform: uppercase;
}

.full-width {
    width: 100% !important;
    margin-bottom: 15px !important;
}


.no-pad {
    padding: 0;
}

.no-pad-left {
    padding-left: 0;
}

.no-pad-right {
    padding-right: 0;
}

.float-right {
    float: right;
}

.full-height {
    height: 100% !important;
}

.no-mar-bottom {
    margin-bottom: 0 !important;
}

.mar-bottom {
    margin-bottom: 15px;
}

.mar-top {
    margin-top: 15px;
}

.mar-bottom-5 {
    margin-bottom: 5px;
}

.mar-top-5 {
    margin-top: 5px;
}

.pad-top {
    padding-top: 15px !important;
}

.pad-left-10 {
    padding-left: 10px;
}

.btn-primary {
    border: none;
    font-family: 'PT Sans Narrow';
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
    color: #fff !important;
    text-decoration: none;
    vertical-align: top;
    padding: 9px 15px 9px 15px;
    display: inline-block;
    position: relative;
    background: #005f27; /* Old browsers */
    background: -moz-linear-gradient(top, #15800a 1%, #005f27 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #15800a), color-stop(100%, #005f27)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #15800a 1%, #005f27 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #15800a 1%, #005f27 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #15800a 1%, #005f27 100%); /* IE10+ */
    background: linear-gradient(to bottom, #15800a 1%, #005f27 100%); /* W3C */
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    margin: 0;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,.4);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,.4);
    -o-box-shadow: 0px 1px 2px 0px rgba(0,0,0,.4);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,.4);
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
        background: #005f27 !important;
        cursor: pointer;
        border-color: none;
        box-shadow: 0px 1px 2px 0px rgba(0,0,0,.4) !important;
        transition: none !important;
    }

.btn-secondary {
    border: none;
    font-family: 'PT Sans Narrow';
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
    color: #656565;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 15px 9px 15px;
    display: inline-block;
    position: relative;
    background: #f3f3f3; /* Old browsers */
    background: -moz-linear-gradient(top, #f3f3f3 1%, #cecece 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f3f3f3), color-stop(100%, #cecece)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f3f3f3 1%, #cecece 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f3f3f3 1%, #cecece 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f3f3f3 1%, #cecece 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f3f3f3 1%, #cecece 100%); /* W3C */
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    margin: 0;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,.4);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,.4);
    -o-box-shadow: 0px 1px 2px 0px rgba(0,0,0,.4);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,.4);
}

    .btn-secondary:hover, .btn-secondary.active, .btn-secondary:focus {
        background: #cecece !important;
        color: #656565 !important;
        border-color: none;
        box-shadow: 0px 1px 2px 0px rgba(0,0,0,.4) !important;
        transition: none !important;
    }

    .btn-secondary.active {
        background: #a6a6a6 !important;
        color: white !important;
    }

a.btn-secondary {
    color: #656565 !important;
}


.btn-tertiary {
    border: none;
    font-family: 'PT Sans Narrow';
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
    color: #005f27;
    vertical-align: top;
    text-decoration: none;
    display: inline-block;
    position: relative;
    background: #f5f5f5;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    margin: 0;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    outline: 0;
    padding: 13px 10px;
    border-bottom: 1px solid #dbdbdb;
}

.btn.full {
    width: 100%;
    text-align: left;
}

.btn.btn-with-arrow {
    right: 0;
    top: 0;
    padding: 11px 95px 9px 15px;
    font-family: 'PT Sans Narrow';
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 1em;
    text-align: left;
    color: #656565;
    cursor: pointer;
    text-decoration: none;
    margin: 20px 0 12px 0;
    z-index: 1;
    vertical-align: top;
    background: #cecece url(/Resources/images/elements.png) 203px -323px no-repeat;
    background: url(/Resources/images/elements.png) 203px -323px no-repeat, -moz-linear-gradient(top, #f3f3f3 1%, #cecece 100%);
    background: url(/Resources/images/elements.png) 203px -323px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f3f3f3), color-stop(100%, #cecece));
    background: url(/Resources/images/elements.png) 203px -323px no-repeat, -webkit-linear-gradient(top, #f3f3f3 1%, #cecece 100%);
    background: url(/Resources/images/elements.png) 203px -323px no-repeat, -o-linear-gradient(top, #f3f3f3 1%, #cecece 100%);
    background: url(/Resources/images/elements.png) 203px -323px no-repeat, -ms-linear-gradient(top, #f3f3f3 1%, #cecece 100%);
    background: url(/Resources/images/elements.png) 203px -323px no-repeat, linear-gradient(to bottom, #f3f3f3 1%, #cecece 100%);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,.4);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,.4);
    -o-box-shadow: 0px 1px 2px 0px rgba(0,0,0,.4);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,.4);
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    text-transform: uppercase;
}

    .btn.btn-with-arrow:hover {
        background: #cecece url(/Resources/images/elements.png) 203px -323px no-repeat !important;
        text-decoration: none;
        transition: none !important;
    }


a.secondary-link {
    padding: 10px;
}

.container-fluid a {
    color: #042c86;
    font-weight: bold;
}

.form-control.has-error, .form-control.has-error:focus {
    border: 2px solid #c00;
}

    .form-control.has-error::-webkit-input-placeholder, .filter-locations.has-error input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: #c00;
    }

    .form-control.has-error:-moz-placeholder, .filter-locations.has-error input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #c00;
        opacity: 1;
    }

    .form-control.has-error::-moz-placeholder, .filter-locations.has-error input::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #c00;
        opacity: 1;
    }

    .form-control.has-error:-ms-input-placeholder, .filter-locations.has-errorinput:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #c00;
    }

    .form-control.has-error:placeholder-shown, .filter-locations.has-error input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
        color: #c00;
    }

.dropdown-toggle.has-error {
    border: 2px solid #c00 !important;
    color: #c00 !important;
}

span.has-error-message, small.has-error-message {
    display: none;
}

.message span.has-error-message, .message small.has-error-message {
    display: inline-block;
}

.tt-dropdown-menu {
    position: absolute !important;
    margin-top: 0;
    display: block;
    width: 100%;
    left: 0 !important;
    background: #fff;
    border: 1px solid #cecece;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    left: 0;
    display: block;
}

    .tt-dropdown-menu .tt-suggestion {
        padding: 8px 10px;
    }


    .tt-dropdown-menu .tac-item {
        position: relative;
        list-style: none;
    }

        .tt-dropdown-menu .tac-item a {
            font-family: 'Trebuchet MS';
            color: #333;
            font-weight: normal;
            font-size: 13px;
            line-height: 18px;
            text-decoration: none;
            display: block;
        }

    .tt-dropdown-menu .tt-suggestion:hover, .tt-dropdown-menu .tt-suggestion.tt-is-under-cursor {
        background: #ebebeb;
    }

    .tt-dropdown-menu .tt-suggestion {
        padding: 8px 10px;
    }

.typeahead.tt-hint {
    border: none !important;
    top: 1px !important;
    left: 1px !important;
}

.pager-wrapper {
    background: #e2e2e2;
    padding: 15px;
    margin-bottom: 30px;
}

    .pager-wrapper em {
        line-height: 34px;
    }

    .pager-wrapper .pager-container {
        padding-left: 0;
        padding-right: 0;
    }

.pagination {
    display: inline-block;
    margin-left: 65px;
    float: right;
    margin: 0 5px 0 0;
}

    .pagination a {
        font-family: "Trebuchet MS";
        font-size: 16px;
        display: inline-block;
        color: #808080;
        padding: 5px 5px !important;
        line-height: 24px;
    }

    .pagination span {
        font-family: "Trebuchet MS";
        font-size: 16px;
        display: inline-block;
        color: #808080;
    }

    .pagination a.selected, .pagination a:hover {
        background-color: #9a9a9a;
        color: #fff;
        text-decoration: none;
    }

    .pagination .next.secondaryButton, .pagination .prev.secondaryButton {
        border: 1px solid #b2b2b2;
        cursor: pointer;
        line-height: 16px;
    }

    .pagination .next:hover, .pagination .prev:hover {
        background: #cecece;
    }

.content-loader {
    /* background: transparent url(/Resources/images/pgp-loader.gif) 50% 50% no-repeat; */
    position: inherit;
    height: 165px;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: center;
}

.search-loader {
    position: relative;
    line-height: 25px;
    height: 44px;
    clear: both;
    margin-top: -1px;
    padding: 5px 0px !important;
    text-align: center;
}

.location-wrap p {
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    position: relative;
}


/* LOADER */
.Spinner {
    height: 28px;
    left: 50%;
    margin-left: -14px;
    position: relative;
    top: 45%;
    width: 28px;
    /* Spins external container */
    animation: container-rotate 1600ms linear infinite;
    -webkit-animation: container-rotate 1600ms linear infinite;
    -moz-animation: container-rotate 1600ms linear infinite;
    -ms-animation: container-rotate 1600ms linear infinite;
    -o-animation: container-rotate 1600ms linear infinite;
}

    .Spinner.Big {
        height: 110px;
        width: 110px;
        top: 42%;
        left: 50%;
        margin-left: -55px;
    }

.Spinner-line {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.Spinner-line--1 {
    border-color: #e2e2e2;
    animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-1-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-1-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-1-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -ms-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-1-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-1-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.Spinner-line--2 {
    border-color: #15800a;
    animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-2-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-2-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-2-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -ms-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-2-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-2-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.Spinner-line--3 {
    border-color: #e2e2e2;
    animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-3-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-3-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-3-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -ms-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-3-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-3-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.Spinner-line--4 {
    border-color: #005f27;
    animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-4-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-4-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-4-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -ms-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-4-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-4-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.headerContent .Spinner-line--1, .headerContent .Spinner-line--3 {
    border-color: #b5b5b5;
}

.headerContent .Spinner-line--2, .headerContent .Spinner-line--4 {
    border-color: #fff;
}

.Spinner-line-cog {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

.Spinner-line-cog-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 200%;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-border-radius: 50%;
    -moz-box-sizing: border-box;
    -ms-border-radius: 50%;
    -ms-box-sizing: border-box;
    -o-border-radius: 50%;
    -o-box-sizing: border-box;
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
}

.Spinner-line-cog-inner--left {
    border-right-color: transparent;
    transform: rotate(129deg);
    -webkit-transform: rotate(129deg);
    -moz-transform: rotate(129deg);
    -ms-transform: rotate(129deg);
    -o-transform: rotate(129deg);
    animation: left-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -webkit-animation: left-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    ;
    -moz-animation: left-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    ;
    -ms-animation: left-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    ;
    -o-animation: left-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    ;
}

.Spinner-line-cog-inner--right {
    left: -100%;
    border-left-color: transparent;
    transform: rotate(-129deg);
    -webkit-transform: rotate(-129deg);
    -moz-transform: rotate(-129deg);
    -ms-transform: rotate(-129deg);
    -o-transform: rotate(-129deg);
    animation: right-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -webkit-animation: right-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: right-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -ms-animation: right-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: right-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.Spinner-line-cog-inner--center {
    width: 1000%;
    left: -450%;
}

.Spinner-line-ticker {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

select.selectelment {
    width: 100%;
    display: block;
    background: #fff url(/Resources/images/formIcon_customDrop_arrow.png) right -140px no-repeat;
    padding: 6px 64px 8px 8px;
}

select.selectelment {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.sort-container {
    background: #e2e2e2;
    padding: 10px;
    margin-top: 34px;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

    .sort-container label {
        line-height: 37px;
        margin-right: 15px;
        margin-bottom: 0;
        width: auto;
        display: inline;
    }

    .sort-container select {
        width: auto !important;
        display: inline;
        width: auto !important;
        display: inline;
        background: #fff url(/Resources/images/formIcon_customDrop_arrow.png) right -140px no-repeat;
        padding: 6px 64px 8px 8px;
    }

    .sort-container select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .sort-container .filters, .sort-container .actions {
        display: inline;
    }

.no-results-container {
    padding: 20px;
    background: #e2e2e2;
}


.search-property-item a {
    text-decoration: none;
}



.search-links h3 img {
    display: inline-block;
    margin: 0px 5px 0 0;
    position: relative;
}

.search-links ul.linksList {
    margin: 1em 0;
    padding: 0;
    color: #003399;
    font-size: 13px;
    font-family: "Trebuchet MS";
    line-height: 25px;
    overflow: hidden;
    list-style-type: none;
}

.search-links ul li a {
    font-size: 12px;
    font-weight: normal !important;
}

.ratesContainer {
    display: inline-block !important;
    cursor: pointer !important;
}

.rates {
    display: inline-block !important;
    padding: 3px 2px 4px 4px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    margin: 0 6px 8px 0;
    position: relative;
    background: transparent;
}

a.rates, a.rates:hover {
    border: 1px solid #a89660;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    padding: 1px 7px 1px 7px;
    color: #a89660 !important;
    font-weight: normal;
    line-height: 16px;
    text-decoration: none !important;
}

.ratestoolTip {
    display: none !important;
    background: #000;
    background: rgba(0,0,0,.7);
    padding: 10px;
    width: 240px;
    position: absolute;
    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 13px;
    z-index: 10;
    margin: -70px 0px 0px 140px;
}

    .ratestoolTip.srl {
        display: none;
        background: #000;
        background: rgba(0,0,0,.7);
        padding: 10px;
        width: 240px;
        position: absolute;
        color: #fff;
        font-family: "Trebuchet MS";
        font-size: 13px;
        z-index: 10;
        margin: -70px 0px 0px -120px;
    }


    .ratestoolTip.visible {
        display: block !important;
    }

    .ratestoolTip .ratesindicator {
        text-indent: -9999em;
        display: block;
        background: transparent url(/Resources/images/elements.png) -59px 0 no-repeat;
        position: absolute;
        bottom: -9px;
        left: 48%;
        height: 10px;
        width: 10px;
    }


.promotional-banner {
    background: transparent url(/Resources/images/header_background.png) top left repeat-x;
}

    .promotional-banner .container-fluid {
        max-width: 1100px;
        width: 100%;
        margin: 0 auto;
        display: block;
        position: relative;
    }

        .promotional-banner .container-fluid .banner-image-wrapper {
            padding-left: 0;
            padding-right: 0;
        }

            .promotional-banner .container-fluid .banner-image-wrapper img {
                width: 100%;
            }

.campaign-sub-heading {
    font-family: 'PT Sans Narrow' !important;
    font-size: 24px !important;
    margin-top: 15px !important;
    margin-bottom: 0 !important;
    line-height: 24px !important;
}


/***********************************MEDIA *******************************************/
@media only screen and (max-width: 1023px) {
    #slideColumn #contextMenu {
        height: auto;
        opacity: 1;
        overflow: hidden;
    }

    .headerBlock .headerContent, .logo, .siteNavigation, .galleryWrapper {
        position: relative;
        z-index: 0;
    }

    .siteWrapper.navBlockOpen .siteContent {
        position: static;
    }

    .logo {
        width: 162px;
        height: 62px;
        background-size: 100%;
        margin: 12px 17px 16px 23px;
    }

    .headerBlock .headerContent {
        width: 100%;
    }

    .siteNavigation {
        width: 312px;
        float: right;
        position: relative;
        right: 25px;
    }

    .mainNav {
        width: 100%;
        margin-bottom: 3px;
    }

    .secondaryNav {
        width: 100%;
        margin-bottom: 15px;
    }

    .mainNav ul.buttonNav li.noDesktop {
        display: inline-block;
    }

    .mainNav ul.browseNav {
        display: none;
    }

    .mainNav ul.contentNav {
        display: none;
    }

    .secondaryNav ul {
        display: none;
    }

    #contextMenu .tabletNav {
        display: block;
        width: 100%;
    }

        #contextMenu .tabletNav p {
            margin: 0;
            padding: 31px 0 10px 28px;
            font-family: "PT Sans Narrow";
            -webkit-font-smoothing: antialiased;
            font-size: 15px;
            color: #cecece;
            line-height: 20px;
            text-align: left;
        }

        #contextMenu .tabletNav ul {
            width: 100%;
            display: block;
            margin: 0;
            padding: 0;
        }

            #contextMenu .tabletNav ul li {
                width: 100%;
                display: block;
                margin: 0;
                background: #013013;
                border-bottom: 1px solid #062510;
                padding: 13px 0 15px 20px;
                top: 0;
            }

                #contextMenu .tabletNav ul li a {
                    font-size: 30px;
                    border: none;
                    text-align: left;
                    display: block;
                }

                #contextMenu .tabletNav ul li.home a {
                    background-position: -320px 4px;
                }

                    #contextMenu .tabletNav ul li.home a:hover {
                        background-position: -320px -50px;
                    }

            #contextMenu .tabletNav ul.secondaryNav li {
                background: #0a4f1d;
                border-bottom: 1px solid #013013;
                text-align: center;
                padding: 4px 0 12px 20px;
                position: relative;
            }

                #contextMenu .tabletNav ul.secondaryNav li a {
                    font-size: 16px;
                    text-transform: none;
                }


    .mainNav ul.buttonNav li.noDesktop {
        display: inline-block;
    }
}


.siteWrapper.navBlockOpen #slideColumn {
    right: 0;
    transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
}

.siteWrapper #slideColumn {
    transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    /*display: none!important;*/
}


@media only screen and (max-width: 992px) {

    .breadcrumbs {
        padding-left: 15px !important;
    }

        .breadcrumbs ul {
            margin: 0 15px !important;
        }
}

@media only screen and (max-width: 768px) {

    .breadcrumbs ul {
        margin: 0 15px !important;
    }

    .pager-wrapper em {
        line-height: 34px;
    }
}


@media only screen and (max-width: 576px) {

    .header-margin {
        margin: 15px auto 30px auto;
        margin-top: 15px !important;
    }

    .sort-container {
        padding: 15px;
    }

    .breadcrumbs ul {
        margin: 0 15px !important;
    }

    .pagination {
        margin-top: 15px !important;
    }


    .mainNav ul.buttonNav li.alertsNavHolder {
        display: none;
    }

    .agent-search-tabs .row .col-sm-6:nth-child(2) {
        margin-top: 15px;
    }

    .pgp-logo, .secondayNav-container {
        margin: 0;
        padding: 0;
        width: 50% !important;
    }

    .siteNavigation {
        width: auto;
        /* right: -15px; */
        /* text-align: left; */
        position: absolute;
        right: 15px;
    }
}
