
/* ================================================================
   PRIMARY LAYOUT STYLES 
   ================================================================ */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.siteWrap .container {
    margin: 0 auto;
    position: relative;
    padding: 0;
    min-width: 16em;
    max-width: 1176px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

.nestedRow:before, .nestedRow:after {
    content: " ";
    display: table;
}

.nestedRow:after {
    clear: both;
}

.nestedRow {
    *zoom: 1;
}

h1 {
    font-size: 26px;
    font-size: 1.6rem;
    font-weight: 600;
}

h2 {
    font-size: 26px;
    font-size: 1.6rem;
    font-weight: 600;
}

h3 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
}

h4 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
}

@media (min-width:768px) {
    h1 {
        font-size: 38px;
        font-size: 2.4rem;
        font-weight: 600;
    }

    h2 {
        font-size: 32px;
        font-size: 2rem;
        font-weight: 600;
    }

    h3 {
        font-size: 24px;
        font-size: 1.5rem;
        font-weight: 600;
    }
}

.siteWrap a {
    color: #ED1C27;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .siteWrap a:hover, .siteWrap a:focus {
        color: #222;
    }


/* HEADER CONTENT
   ================================================================ */

/* TOP HEADER CONTENT */

.mainHeader {
    position: relative;
    z-index: 3000;
    border-bottom: 2px solid #e6353d;
    background: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.js-subMenu-active .mainHeader {
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
}

.mainHeader .topContent {
    padding: 10px 0;
    text-align: center;
}

.topContent.profile .mod-productDetail {
    margin: 20px 0;
}

.logo {
    display: inline-block;
    vertical-align: middle;
    margin: 7px auto 15px;
    max-width: 100%;
    min-height: 35px;
}

    .logo img {
        max-width: 100%;
        height: auto !important;
    }

.siteSearch {
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 2px;
    padding: 13px;
    width: 100%;
    background: #F7F7F7;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: right 0.3s ease-out;
    -moz-transition: right 0.3s ease-out;
    -o-transition: right 0.3s ease-out;
    transition: right 0.3s ease-out;
}

    .siteSearch .searchForm {
        display: table;
        width: 100%;
    }

.searchForm .input {
    display: table-cell;
    width: 70%;
    vertical-align: top;
}

.searchForm .submit {
    display: table-cell;
    width: 30%;
    vertical-align: top;
}

.searchForm input[type=text] {
    display: block;
    margin: 0;
    border: 2px solid #ebebeb;
    padding-left: 10px;
    width: 100%;
    height: 36px;
    vertical-align: middle;
    font-size: 14px;
    font-size: .9rem;
    color: #888;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .searchForm input[type=text]::-webkit-input-placeholder {
        color: #888;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .searchForm input[type=text]:focus {
        outline: 0;
        border-color: #d7d7d7;
        color: #222;
        background: #ebebeb;
    }

        .searchForm input[type=text]:focus::-webkit-input-placeholder {
            color: #222;
        }

.searchForm .btn {
    display: block;
    width: 100%;
    border: 0;
    border-left: 3px solid #fff;
    background: #e8e8e8;
    outline: 0;
}

    .searchForm .btn:after {
        background: #d7d7d7;
    }

.toolLinks {
    padding-left: 38px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .toolLinks ul {
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .toolLinks li {
        display: inline-block;
        margin: 0 3px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .toolLinks > ul > li > a {
        display: block;
        position: relative;
        z-index: 10;
        border-radius: 100%;
        width: 36px;
        height: 36px;
        line-height: 1;
        color: #888888;
        background: #ebebeb;
        -webkit-box-shadow: 1px 1px 0 0 transparent;
        box-shadow: 1px 1px 0 0 transparent;
    }

    .toolLinks [class|="icon"] {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -.53em 0 0 -.48em;
        font-size: 1.4em;
    }

    .toolLinks .icon-user img {
        position: absolute;
        top: -6px;
        left: -6px;
    }

    .toolLinks .icon-question {
        margin: -.54em 0 0 -.3em;
        font-size: 2em;
    }

    .toolLinks .icon-important {
        top: 0;
        left: auto;
        right: -4px;
        margin: 0;
        padding: 4px 5px 2px;
        font-size: .6em;
        color: #fff;
        background: #e6353d;
    }

    .toolLinks > ul > li > a:hover, .toolLinks > ul > li > a:focus,
    .toolLinks > ul > li > a:active, .toolLinks > ul > li > .active {
        color: #222;
        background: #D7D7D7;
        -webkit-box-shadow: 0 0 0 3px #888;
        box-shadow: 0 0 0 3px #888;
    }

.toggle-linkList > a:before {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    border: 11px solid transparent;
    border: 11px solid rgba(255,255,255,0);
    border-right-color: #ebebeb;
    border-bottom-color: #ebebeb;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.toggle-linkList > a:hover:before, .toggle-linkList > a:focus:before,
.toggle-linkList > a:active:before, .toggle-linkList > .active:before {
    bottom: -3px;
    right: 7px;
    border-right-color: #d7d7d7;
    border-bottom-color: #d7d7d7;
    -webkit-box-shadow: 3px 3px 0 0 #888;
    box-shadow: 3px 3px 0 0 #888;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.toggle-linkList > a:after {
    content: " ";
    position: absolute;
    bottom: 4px;
    right: 4px;
    border: 4px solid transparent;
    border: 4px solid rgba(255,255,255,0);
    border-right-color: #aeaeae;
    border-bottom-color: #aeaeae;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.toggle-linkList > a:hover:after, .toggle-linkList > a:focus:after,
.toggle-linkList > a:active:after, .toggle-linkList > .active:after {
    bottom: -3px;
    right: 14px;
    border-right-color: #444;
    border-bottom-color: #444;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.toolLinks .linkList {
    display: none;
    position: absolute;
    right: 0;
    top: 54px;
    padding: 0 3px 3px;
    width: 100%;
    font-size: .85em;
    background: #888;
    -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.3);
    box-shadow: 2px 3px 5px rgba(0,0,0,.3);
}

    .toolLinks .linkList li {
        display: block;
        margin: 0;
        padding-top: 3px;
        background: #bbb;
    }

        .toolLinks .linkList li:first-child {
            padding-top: 0;
        }

    .toolLinks .linkList a {
        display: block;
        padding: 5px 10px;
        background: #e7e7e7;
    }

@media (min-width:380px) {
    .toolLinks {
        padding-left: 0;
    }

        .toolLinks li {
            margin: 0 5px;
        }
}

@media (min-width:768px) {
    .logo {
        width: 272px;
    }
}

@media (min-width:992px) {
    .mainHeader .topContent {
        padding-bottom: 15px;
        z-index: 1500;
    }

    .logo {
        float: left;
        margin: 0;
    }

    .toggle-search {
        display: none !important;
    }

    .siteSearch {
        display: block !important;
        position: static;
        margin: 0 auto;
        padding: 6px 0 0 0;
        width: 40%;
        background: none;
        -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0);
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0);
    }

    .toolLinks {
        position: absolute;
        top: 0;
        right: 0;
    }

        .toolLinks > ul {
            padding: 10px 10px 13px;
        }

    .mainHeader.toggled-list .toolLinks {
        right: 0;
    }

        .mainHeader.toggled-list .toolLinks > ul {
            background: #f7f7f7;
            -webkit-box-shadow: 2px 0 5px rgba(0,0,0,.3);
            box-shadow: 2px 0 5px rgba(0,0,0,.3);
        }

    .toolLinks > ul > li > a {
        width: 48px;
        height: 48px;
    }

    .toolLinks [class|="icon"] {
        margin: -.53em 0 0 -.48em;
        font-size: 1.8em;
    }

    .toolLinks .icon-question {
        margin: -.54em 0 0 -.3em;
        font-size: 2.55em;
    }

    .toolLinks .icon-important {
        right: -3px;
        margin: 0;
        padding: 3px 5px;
        font-size: .8em;
    }

    .toolLinks .linkList {
        top: 85%;
        padding: 3px;
        background: #f7f7f7;
    }

        .toolLinks .linkList li {
            background: transparent;
        }

            .toolLinks .linkList li a:hover, .toolLinks .linkList li:focus {
                color: #fff;
                background: #bbb;
            }

    .toggle-linkList > a:before {
        border-width: 14px;
    }

    .toggle-linkList > a:after {
        border-width: 6px;
    }

    .toggle-linkList > a:hover:before, .toggle-linkList > a:focus:before,
    .toggle-linkList > a:active:before, .toggle-linkList > .active:before {
        bottom: -4px;
        right: 10px;
    }

    .toggle-linkList > a:hover:after, .toggle-linkList > a:focus:after,
    .toggle-linkList > a:active:after, .toggle-linkList > .active:after {
        bottom: -4px;
        right: 18px;
    }
}

@media (min-width:1172px) {
    .toolLinks {
        right: -14px;
    }
}

/* BOTTOM HEADER CONTENT (AKA NAV): is in nav.css*/


/* MAIN CONTENT
   ================================================================ */

#mainContent {
    position: relative;
    z-index: 100;
    outline: 0;
    background: #f2f2f2;
}

.mainWrap .topContent {
    background: #fff;
}

.mod-pageHeading {
    position: relative;
    z-index: 90;
}

.topContent .pageTools {
    text-align: right;
}

.pageTools {
    min-height: 40px;
    font-size: 1.8em;
}

    .pageTools a {
        display: inline-block;
        vertical-align: middle;
        color: #d8d8d8;
    }

        .pageTools a:hover, .pageTools a:focus, .pageTools .active {
            color: #e0c401;
        }

    .pageTools .icon-list {
        font-size: 1.4em;
    }

    .pageTools .btn {
        margin-bottom: 15px;
    }

.topContent .breadcrumbs {
    margin-bottom: 18px;
}

.breadcrumbs {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
    width: 100%;
    font-size: .8em;
    color: #b8b8b8;
    overflow: hidden;
}

    .breadcrumbs ol {
        margin: 0;
        padding: 0;
        list-style: none;
        display: table;
        width: auto;
    }

    .breadcrumbs li {
        display: table-cell;
        vertical-align: middle;
        white-space: nowrap;
    }

        .breadcrumbs li a:after {
            content: ">";
            display: inline-block;
            vertical-align: middle;
            margin: 0 5px;
            padding-bottom: 3px;
            font-size: .8em;
        }

    .breadcrumbs a {
        color: #b8b8b8;
        font-weight: bold;
    }

    .breadcrumbs .icon-home {
        font-size: 1.2em;
    }

    .page-utility .legend-icons {
    float: right;
}

.page-utility .breadcrumbs {
    float: left;
    width: 75%;
    margin-top: 15px;
}

.page-utility:before,.page-utility:after {
    content: " ";
    display: table;
}

.page-utility:after {
    clear: both;
}

.page-utility .legend-icons.opened {
    width: 100%;
    margin-top: 10px;
}

.page-utility {
    position: relative;    padding: 1px 0;    margin-bottom: 20px;
}
.siteWrap .mainContent {
    padding-bottom: 20px;
}

.page-landing {
    padding: 30px 0;
    background: #fff;
}

    .page-landing .title {
        color: #cfcfcf;
    }

    .page-landing .itemList .item {
        margin-bottom: 0;
        border: 1px solid #ddd;
        color: #333;
        background: #f1f1f1;
    }

    .page-landing .item .content .title {
        color: #333;
    }

    .page-landing .itemList .btnGroup .btn {
        color: #bbb;
        background: #f1f1f1;
        border-color: #ddd;
    }

        .page-landing .itemList .btnGroup .btn:first-child {
            border-left: 1px solid #ddd;
        }

        .page-landing .itemList .btnGroup .btn + .btn {
            border-right: 1px solid #ddd;
        }

        .page-landing .itemList .btnGroup .btn:hover, .page-landing .itemList .btnGroup .btn:focus {
            color: #e0c401;
            border-bottom-color: #e0c401;
        }

        .page-landing .itemList .btnGroup .btn.active {
            color: #06b007;
            border-bottom-color: #06b007;
        }

.siteWrap .col1 {
    border-top: 3px solid #e8e8e8;
    padding-top: 15px;
}

.memberBar {
    float: right;
}

.legend-icons {
    clear: right;
    margin-top: -10px;
    border: 1px solid #e8e8e8;
    padding: 10px;
    max-width: 100%;
    max-height: 36px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out 0.2s, max-height 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out 0.2s, max-height 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out 0.2s, max-height 0.3s ease-in-out;
    transition: all 0.3s ease-in-out 0.2s, max-height 0.3s ease-in-out;
}

    .legend-icons a {
        display: block;
        position: relative;
        margin-top: -3px;
        text-transform: uppercase;
        font-size: .85em;
        font-weight: 600;
        color: #888;
    }

        .legend-icons a:after {
            content: "+";
            position: absolute;
            right: 0;
            top: 0;
            border: 1px solid #e8e8e8;
            width: 16px;
            text-align: center;
            background: #fff;
        }

    .legend-icons ul {
        margin: 0;
        padding: 0;
        list-style: none;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out .3s;
        -moz-transition: all 0.3s ease-in-out .3s;
        -o-transition: all 0.3s ease-in-out .3s;
        transition: all 0.3s ease-in-out .3s;
    }

    .legend-icons li {
        float: left;
        width: 33.333%;
    }

        .legend-icons li:nth-child(3n+1) {
            clear: left;
        }

    .legend-icons.opened {
        border-color: #e8e8e8;
        max-width: 100%;
        max-height: 800px;
        padding: 10px;
        -webkit-transition: all 0.3s ease-in-out, max-height 0.3s ease-in-out 0.2s;
        -moz-transition: all 0.3s ease-in-out, max-height 0.3s ease-in-out 0.2s;
        -o-transition: all 0.3s ease-in-out, max-height 0.3s ease-in-out 0.2s;
        transition: all 0.3s ease-in-out, max-height 0.3s ease-in-out 0.2s;
    }

        .legend-icons.opened a:after {
            content: "-";
        }

        .legend-icons.opened ul {
            opacity: 1;
        }

.no-opacity .legend-icons a:after {
    display: none;
}

.no-opacity .legend-icons.opened a:after {
    display: block;
}

.legend-icons .key {
    display: table;
    width: 100%;
}

    .legend-icons .key > span {
        display: table-cell;
        vertical-align: middle;
        height: 34px;
    }

        .legend-icons .key > span:first-child {
            width: 25px;
            text-align: center;
        }

    .legend-icons .key .text {
        font-size: .85em;
        line-height: 1.2;
    }

.pageTitle {
    position: relative;
}

    .pageTitle h1 {
        margin: 0 0 6px;
        color: #ED1C27;
    }

        .pageTitle h1 .indicator {
            display: none;
            position: relative;
            vertical-align: middle;
            border-radius: 100%;
            margin: 12px 0 15px;
            padding: 2px 0 0;
            width: 50px;
            height: 50px;
            text-align: center;
            font-size: 1.45em;
            line-height: 1.35;
            background: #f2f2f2;
        }

            .pageTitle h1 .indicator img {
                position: absolute;
                top: 50%;
                left: 50%;
                margin-left: -20px;
                margin-top: -20px;
                border-radius: 100%;
            }

    .pageTitle p {
        margin-bottom: 3em;
    }

    .pageTitle .extraTools .btn {
        display: block;
        margin-bottom: 20px;
    }

    .pageTitle dl {
        overflow: hidden;
        margin-bottom: 60px;
    }

    .pageTitle dt {
        display: block;
        margin: 0 0 8px;
        min-width: 85px;
        font-weight: 600;
    }

    .pageTitle dd {
        display: block;
        margin: 0 0 8px 10px;
        word-wrap: break-word;
    }

.mainCol > .content {
    padding-bottom: 2em;
}

    .mainCol > .content h2:first-child {
        margin-top: 0;
    }

@media (min-width:640px) {

    .pageTools {
        position: absolute;
        z-index: 50;
        top: 30px;
        right: 5px;
    }

    .topContent .pageTools {
        top: auto;
        bottom: -35px;
    }

    .pageTitle h1 .indicator {
        display: inline-block;
    }

    .pageTitle .hasIndicator {
        display: table;
        width: 85%;
    }

        .pageTitle .hasIndicator > span {
            display: table-cell;
            vertical-align: middle;
        }

            .pageTitle .hasIndicator > span:first-child {
                width: 70px;
                vertical-align: top;
            }

    .pageTitle .extraTools {
        position: absolute;
        right: 0;
        top: 16px;
    }

    .pageTitle dt {
        clear: left;
        float: left;
    }

    .pageTitle dd {
        float: left;
        margin: 0 0 8px 40px;
        max-width: 215px;
    }

    .memberBar {
        position: absolute;
        top: 0;
        right: 10px;
    }

    .legend-icons {
        border-color: transparent;
        margin-top: 10px;
        padding: 10px 0;
        max-width: 100px;
        -webkit-transition: all 0.3s ease-in-out 0.6s, max-width 0.3s ease-in-out 0.2s, max-height 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out 0.6s, max-width 0.3s ease-in-out 0.2s, max-height 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out 0.6s, max-width 0.3s ease-in-out 0.2s, max-height 0.3s ease-in-out;
        transition: all 0.3s ease-in-out 0.6s, max-width 0.3s ease-in-out 0.2s, max-height 0.3s ease-in-out;
    }

        .legend-icons a:after {
            opacity: 0;
        }

        .legend-icons.opened {
            margin-top: 70px;
            -webkit-transition: all 0.3s ease-in-out, max-width 0.3s ease-in-out 0.2s, max-height 0.3s ease-in-out 0.4s;
            -moz-transition: all 0.3s ease-in-out, max-width 0.3s ease-in-out 0.2s, max-height 0.3s ease-in-out 0.4s;
            -o-transition: all 0.3s ease-in-out, max-width 0.3s ease-in-out 0.2s, max-height 0.3s ease-in-out 0.4s;
            transition: all 0.3s ease-in-out, max-width 0.3s ease-in-out 0.2s, max-height 0.3s ease-in-out 0.4s;
        }

            .legend-icons.opened a:after {
                opacity: 1;
            }

    .no-cssanimations .legend-icons {
        height: 36px;
    }

        .no-cssanimations .legend-icons.opened {
            height: auto;
        }

    .siteWrap .topContent + .mainContent .col1 {
        border-top: 0;
        padding-top: 2em;
    }
}

@media (min-width:768px) {
    .siteWrap .home .mainCol:nth-child(odd) {
        padding-right: 20px;
    }

    .siteWrap .home .mainCol:nth-child(even) {
        padding-left: 20px;
    }

    .col3 > .rail {
        padding-right: 25px;
    }

    .siteWrap .col1 {
        padding-top: 25px;
    }

    .page-home .m_full .grid_6:nth-child(2n+1) {
        clear: left;
    }

    .pageTitle h1 .indicator {
        width: 70px;
        height: 70px;
    }

    .pageTitle .hasIndicator > span:first-child {
        width: 90px;
    }

    .pageTitle .extraTools {
        top: 26px;
    }

    .pageTitle dd {
        max-width: 380px;
    }
}

@media (min-width:768px) and (max-width:959px) {
    .col3 > .rail {
        width: 35%;
        left: -65%;
    }

    .col3 > .mainCol {
        width: 65%;
        left: 35%;
    }

    .col3 > .rail:first-child {
        left: 0;
    }

        .col3 > .rail:first-child + .mainCol {
            left: 0;
        }
}

@media (min-width:960px) {
    .col3 > .rail {
        padding-right: 10px;
    }

    .col3 .mainCol .rail {
        padding-left: 25px;
    }

    .pageTitle dd {
        max-width: 500px;
    }
}

@media (min-width:992px) {
    /* Switched but there is a pull and push invovled */
    .page-landing .nestedRow .grid_6:nth-child(even) {
        padding-right: 20px;
    }

    .page-landing .nestedRow .grid_6:nth-child(odd) {
        padding-left: 20px;
    }
}

@media (min-width:1024px) {
    .col3 > .rail {
        padding-right: 25px;
    }
}

/* FOOTER CONTENT
   ================================================================ */

.mainFooter {
    position: relative;
    z-index: 100;
    font-size: .9em;
    color: #979797;
    background: #d2d2d2;
}

    .mainFooter a {
        color: #ce161e;
    }

    .mainFooter ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .mainFooter ul a {
            color: #222;
        }

            .mainFooter ul a:hover, .mainFooter ul a:focus {
                color: #ce161e;
            }

    .mainFooter li {
        margin: 10px 0;
    }

.siteWrap .footerTop {
    padding-top: 15px;
}

.footerTop .backTop h4 {
    border-top: 0;
}

.footerTop .backTop a {
    color: #222;
}

.footerTop .siteLinks {
    padding: 0 8%;
}

.footerTop ul {
    display: none;
}

.footerTop h4 {
    display: table;
    border-top: 3px solid #c7c7c7;
    margin: 0;
    width: 100%;
    height: 55px;
    font-size: 1.1em;
}

    .footerTop h4 a {
        display: table-cell;
        vertical-align: middle;
    }

.siteWrap .footerBottom {
    border-top: 3px solid #c7c7c7;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
}

.footerBottom ul li {
    display: inline-block;
    margin: 10px;
}

@media (min-width:768px) {
    .mainFooter {
        font-size: .8em;
    }

    .siteWrap .footerTop {
        padding-bottom: 20px;
    }

    .footerTop .backTop {
        display: none;
    }

    .footerTop .siteLinks {
        padding: 0 5px;
    }

    .footerTop ul {
        display: block !important;
    }

    .footerTop h4 {
        margin: 1.33em 0;
        border-top: 0;
        border-bottom: 2px solid #e4e4e4;
        padding-bottom: 6px;
        height: 46px;
        text-transform: uppercase;
    }

    .siteWrap .footerBottom {
        border-top: 2px solid #e4e4e4;
        padding-top: 0;
    }

    .footerBottom ul li {
        display: inline-block;
        margin: 10px 15px;
    }
}


/* LOGIN PAGE STYLES
   ================================================================ */

#mainContent.login {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background: #a2a2a2;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.login .mod-login {
    position: absolute;
    top: 5%;
    right: 5%;
    bottom: 5%;
    left: 5%;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mod-login .modHead {
    padding-bottom: 20px;
    border-bottom-color: #e6353d;
    text-align: center;
}

.mod-login .modContent {
    position: absolute;
    top: 93px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f2f2f2;
    overflow-y: auto;
}

.login .modContent .inputTable {
    display: table;
    width: 100%;
    height: 100%;
}

.login .modContent .inputRow {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10%;
}

.login .modContent .inputCol {
    display: inline-block;
    position: relative;
    padding: 0 0 5%;
    width: 100%;
}

.mod-login input {
    padding: 15px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .mod-login input:focus {
        border: 2px solid #e0c401;
        outline: 0;
    }

.js .mod-login label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 10px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0.2s, background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: all 0.3s ease-in-out 0.2s, background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.js .mod-login .hint + label,
.js .mod-login input:focus + label {
    top: -6px;
    left: 0;
    padding: 1px 10px;
    width: 25%;
    font-size: .55em;
    background: #E0C401;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out, background 0.3s ease-in-out 0.2s, color 0.3s ease-in-out 0.2s;
    transition: all 0.3s ease-in-out, background 0.3s ease-in-out 0.2s, color 0.3s ease-in-out 0.2s;
}

.js .mod-login input:-webkit-autofill + label {
    top: -6px;
    left: 0;
    padding: 1px 10px;
    width: 25%;
    font-size: .55em;
    background: #E0C401;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out, background 0.3s ease-in-out 0.2s, color 0.3s ease-in-out 0.2s;
    transition: all 0.3s ease-in-out, background 0.3s ease-in-out 0.2s, color 0.3s ease-in-out 0.2s;
}

.js .mod-login .hint + label {
    background: #a9a9a9;
}

.js .mod-login .hint:focus + label {
    background: #E0C401;
}

.js .mod-login .error .hint + label {
    background: #e6353d;
}

.submit-row .submit-col .btn,
.submit-row .submit-col .fauxBtn {
    display: block;
    margin-bottom: 10px;
    border: 0;
    width: 100%;
    line-height: 1.4;
}



@media (min-width:600px) {
    .login .mod-login {
        top: 18%;
        right: 10%;
        bottom: 18%;
        left: 10%;
    }

    .login .modContent .inputRow {
        display: table-cell;
        vertical-align: middle;
        padding: 0 20%;
    }
}

@media (min-width:960px) {
    .login .mod-login {
        top: 20%;
        right: 20%;
        bottom: 20%;
        left: 20%;
    }

    .submit-row {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

        .submit-row .submit-col {
            display: table-cell;
            vertical-align: top;
            border: 0;
        }

            .submit-row .submit-col + .submit-col {
                padding-left: 10px;
            }
}

@media (min-width:960px) and (min-height:1024px) {
    .login .mod-login {
        top: 25%;
        right: 20%;
        bottom: 25%;
        left: 20%;
    }
}

/* ================================================================
   GLOBAL STYLES 
   ================================================================ */

iframe {
    max-width: 100%;
}

.borderless {
    border: 0;
}



/* BUTTON STYLES
   ================================================================ */

a.btn, .btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-size: .9rem;
    font-weight: bold;
    color: #888888;
    background: #dad8d9;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .btn:after, .fauxBtn:after {
        content: " ";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        background: #b3b3b3;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    a.btn:hover, a.btn:focus,
    .btn:hover, .btn:focus {
        color: #222;
        background: #d7d7d7;
    }

        .btn:hover:after, .btn:focus:after {
            height: 5px;
            background: #888;
        }

a.altBtn, .altBtn {
}

    a.altBtn:hover, a.altBtn:focus,
    .altBtn:hover, .altBtn:focus {
    }

.fauxBtn {
    display: inline-block;
    position: relative;
}

    .fauxBtn input, .inputRow .fauxBtn input {
        display: block;
        margin: 0;
        border: 0;
        padding: 10px;
        width: 100%;
        font-size: 14px;
        font-size: .9rem;
        vertical-align: middle;
        line-height: 1.4;
        text-transform: uppercase;
        font-weight: bold;
        color: #888888;
        background: #dad8d9;
        outline: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .fauxBtn input:hover, .fauxBtn input:focus,
        .inputRow .fauxBtn input:hover, .inputRow .fauxBtn input:focus {
            border: 0;
            color: #222;
            background: #d7d7d7;
        }

    .fauxBtn:hover:after, .fauxBtn:focus:after {
        height: 5px;
        background: #888;
    }

/* EXPANDERS 
   ================================================================ */

.expander-item {
    position: relative;
    margin-bottom: 40px;
    padding-top: 3px;
    min-height: 10px;
}

    .expander-item:after {
        content: " ";
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 3px;
        background: #e9e9e9;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .expander-item.opened:after, .expander-item.pre-opened:after {
        width: 100%;
    }

    .expander-item > .title {
        margin: -3px 30px 0 0;
        line-height: 1.1;
        font-size: 1.75em;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

.expander-group > .title {
    margin-top: -8px;
}

.expander-group.opened > .title, .expander-group.pre-opened > .title {
    margin-top: 8px;
}

.expander {
    position: absolute;
    top: 0;
    right: 0;
    border: 3px solid #e9e9e9;
    width: 26px;
    height: 26px;
}

    .expander:before {
        content: " ";
        position: absolute;
        top: 9px;
        right: 4px;
        width: 12px;
        height: 2px;
        background: #888;
        -webkit-transition: background 0.3s ease-out, right 0.3s ease-out 0.1s, width 0.3s ease-out 0.1s;
        transition: background 0.3s ease-out, right 0.3s ease-out 0.1s, width 0.3s ease-out 0.1s;
    }

    .expander:after {
        content: " ";
        position: absolute;
        top: 4px;
        right: 9px;
        width: 2px;
        height: 12px;
        background: #888;
        -webkit-transition: background 0.3s ease-out, top 0.3s ease-out 0.1s, height 0.3s ease-out 0.1s;
        -moz-transition: background 0.3s ease-out, top 0.3s ease-out 0.1s, height 0.3s ease-out 0.1s;
        -o-transition: background 0.3s ease-out, top 0.3s ease-out 0.1s, height 0.3s ease-out 0.1s;
        transition: background 0.3s ease-out, top 0.3s ease-out 0.1s, height 0.3s ease-out 0.1s;
    }

.opened > .expander:before, .pre-opened > .expander:before {
    right: 3px;
    width: 14px;
    background: #a1a1a1;
}

.opened > .expander:after, .pre-opened > .expander:after {
    top: 10px;
    height: 0;
    background: #a1a1a1;
}

.expander:hover:before, a.expander:hover:before, a.expander:focus:before, .opened .expander:before,
.expander:hover:after, a.expander:hover:after, a.expander:focus:after, .opened .expander:after {
    background: #333;
}

.expandable {
    display: none;
    padding: 0;
    outline: 0;
}

.pre-opened > .expandable {
    display: block;
}

.expander-group > .expandable {
    padding: 15px 0;
}

.no-js .expandable {
    display: block;
    overflow: hidden;
    -webkit-animation: slideDown 1s ease-in both .3s;
    -moz-animation: slideDown 1s ease-in both .3s;
    animation: slideDown 1s ease-in both .3s;
}

.expandable .linkList {
    font-size: 1em;
}

    .expandable .linkList li {
        margin: 0;
        border-bottom: 2px solid #f2f2f2;
    }

        .expandable .linkList li a {
            display: block;
            position: relative;
            padding: 17px 0;
            font-weight: 600;
            color: #000;
        }

            .expandable .linkList li a:after {
                content: " ";
                position: absolute;
                top: 100%;
                left: 0;
                width: 0;
                height: 1px;
                background: #ED1C27;
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

            .expandable .linkList li a:hover, .expandable .linkList li a:focus {
                color: #ED1C27;
            }

                .expandable .linkList li a:hover:after, .expandable .linkList li a:focus:after {
                    width: 100%;
                }

/* Expander List styles */
.expander-list .expander-item + .expander-item {
    margin-top: 47px;
}

.expander-list .expander-item > .title {
    font-size: 1.2em;
}

    .expander-list .expander-item > .title a {
        display: block;
        position: relative;
        padding: 17px 0;
        font-weight: 600;
        color: #000;
        border-bottom: 2px solid #f2f2f2;
    }

        .expander-list .expander-item > .title a:after {
            content: " ";
            position: absolute;
            top: 100%;
            left: 0;
            width: 0;
            height: 1px;
            background: #ED1C27;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .expander-list .expander-item > .title a:hover, .expander-list .expander-item > .title a:focus {
            color: #ED1C27;
        }

            .expander-list .expander-item > .title a:hover:after, .expander-list .expander-item > .title a:focus:after {
                width: 100%;
            }


.expander-list .expander-item > .expander {
    top: 15px;
}

.expander-list .expander-item.opened > .expander,
.expander-list .expander-item.pre-opened > .expander {
    top: 0;
}

.expander-list .expandable .linkList li a {
    padding: 17px 10px;
}

.expander-item > .more {
    margin-top: 10px;
}

    .expander-item > .more .btn {
        display: block;
    }

/* Expander Box styles */
.expander-box:after {
    background: #888;
}

.expander-box .expander {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    border: 0;
    padding: 10px 30px 10px 10px;
    width: 100%;
    height: auto;
    background: #ebebeb;
}

    .expander-box .expander h3 {
        margin: 0;
        color: #888;
        font-size: 1.2em;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .expander-box .expander:hover h3, .expander-box .expander:focus h3 {
        color: #333;
    }

    .expander-box .expander:before {
        top: 24px;
        right: 10px;
        width: 13px;
        height: 3px;
    }

    .expander-box .expander:after {
        top: 19px;
        right: 15px;
        width: 3px;
        height: 13px;
    }

.expander-box.opened > .expander:before, .expander-box.pre-opened > .expander:before {
    right: 9px;
    width: 16px;
    background: #888;
}

.expander-box.opened > .expander:after, .expander-box.pre-opened > .expander:after {
    top: 25px;
    height: 0;
    background: #888;
}

.expander-box.opened > .expander:hover:before, .expander-box.pre-opened > .expander:hover:before,
.expander-box.opened > .expander:focus:before, .expander-box.pre-opened > .expander:focus:before,
.expander-box.opened > .expander:hover:after, .expander-box.pre-opened > .expander:hover:after,
.expander-box.opened > .expander:focus:after, .expander-box.pre-opened > .expander:focus:after {
    background: #333;
}

.expander-box .expandable {
    border: 2px solid #ebebeb;
    border-top: 0;
    padding: 20px;
}

    .expander-box .expandable p {
        margin-top: 0;
    }

/* SiteLinks Adjustments */

.siteLinks .expander-box .expander {
    background: transparent;
    padding: 0 30px 0 0;
}

.siteLinks .expander-box .expander:before {
    top: 50%;
    height: 2px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.siteLinks .expander-box .expander:after {
    top: 50%;
    width: 2px;
    right: 16px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.siteLinks .expander:hover:before, 
.siteLinks .expander:focus:before,
.siteLinks .expander:hover:after,
.siteLinks .expander:focus:after {
    background: #ce161e;
}

.siteLinks .expander-box.opened > .expander:hover:before, 
.siteLinks .expander-box.pre-opened > .expander:hover:before, 
.siteLinks .expander-box.opened > .expander:focus:before, 
.siteLinks .expander-box.pre-opened > .expander:focus:before,
.siteLinks .expander-box.opened > .expander:hover:after, 
.siteLinks .expander-box.pre-opened > .expander:hover:after, 
.siteLinks .expander-box.opened > .expander:focus:after, 
.siteLinks .expander-box.pre-opened > .expander:focus:after { background: #ce161e; }

.siteLinks .expander-box {
    margin-bottom: 0;
}

.siteLinks .expander-box .expandable {
    padding: 3px 0 3px 10px;
    border: 0;
}

.siteLinks .expander-item:after {
    height: 2px;
    background: #aaa;
    top: -2px;
    display: none;
}

.siteLinks .expandable ul {
    display: block;
}

.siteLinks .expandable li {
    margin: 5px 0;
}

@-webkit-keyframes slideDown {
    0% {
        max-height: 0;
    }

    50% {
        max-height: 0;
    }

    100% {
        max-height: 1000px;
    }
}

@-moz-keyframes slideDown {
    0% {
        max-height: 0;
    }

    100% {
        max-height: 1000px;
    }
}

@keyframes slideDown {
    0% {
        max-height: 0;
    }

    100% {
        max-height: 1000px;
    }
}

@media (min-width:768px) {
    .expander-item {
        margin-bottom: 20px;
    }

    .expander-group > .title,
    .expander-group.opened > .title, .expander-group.pre-opened > .title {
        margin: 0 0 0;
    }

    .expander-group:after, .expander-group:after {
        display: none;
    }

    .expander-group > .expander {
        display: none;
    }

    .expander-group > .expandable {
        display: block !important;
    }
}


/* FORM STYLES
   ================================================================ */

.inputRow input,
.inputRow textarea,
.inputRow select {
    border: 1px solid #a9a9a9;
    width: 100%;
}

    .inputRow input:focus,
    .inputRow textarea:focus,
    .inputRow select:focus {
        border: 1px solid #e0c401;
        outline: 0;
    }

.error input {
    border: 1px solid #e6353d;
}

.inputRow label {
    text-align: left;
}

/* ITEMS STYLES
   ================================================================ */

.item img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto !important;
}

.item .indicator {
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
    color: #cbcbcb;
}

.facet {
    display: inline-block;
    border: 1px solid #e7e7e7;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

    .facet.theme-1 {
        color: #06b007;
    }
    /* Spreadsheet */
    .facet.theme-2 {
        color: #865705;
    }
    /* Image */
    .facet.theme-3 {
        color: #b20604;
    }
    /* PDF */
    .facet.theme-4 {
        color: #93b104;
    }
    /* Presentation */
    .facet.theme-5 {
        color: #8e06b0;
    }
    /* Video */
    .facet.theme-6 {
        color: #0311b0;
    }
    /* Word */
    .facet.theme-7 {
        color: #0ba6c5;
    }
    /* Product */
    .facet.theme-8 {
    }
/* Brand */

.facets {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .facets li {
        display: inline-block;
        margin: 0 5px 5px 0;
        border: 1px solid #dad8d9;
        border-radius: 2px;
        padding: 2px 5px;
        font-size: 12px;
        text-transform: uppercase;
        color: #888;
    }

.infoItem {
    display: table;
    border-bottom: 3px solid #e4e4e4;
    width: 100%;
    font-size: 1.05em;
}

    .infoItem .aside, .infoItem .content {
        display: table-cell;
        vertical-align: top;
    }

    .infoItem .aside {
        color: #cecece;
    }

    .infoItem .content {
        padding-bottom: 10px;
    }

    .infoItem .type {
        margin: 0;
        font-weight: 400;
        font-size: 1em;
        color: #000;
        text-transform: uppercase;
    }

    .infoItem .date {
        color: #888;
    }

    .infoItem p {
        margin: 0 0 6px;
        color: #000;
    }

/* LIST STYLES
   ================================================================ */

.itemList, .infoList, .linkList {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .itemList:before, .itemList:after {
        content: " ";
        display: table;
    }

    .itemList:after {
        clear: both;
    }

.itemList {
    *zoom: 1;
}

    .itemList li {
        position: relative;
    }

    .itemList .item {
        display: block;
        position: relative;
        margin-bottom: 20px;
        padding: 10px;
        color: #222;
        background: #fff;
    }
    
    .itemList.altView .item {
    overflow: hidden;
}

        .itemList .item.hasFacets {
            padding-top: 35px;
        }

        .itemList .item:after {
            content: " ";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 0;
            background: #fff;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .itemList .item:hover, .itemList .item:focus {
            color: #666;
        }

            .itemList .item:hover:after, .itemList .item:focus:after {
                height: 5px;
                background: #888;
            }

        .itemList .item .aside {
            display: table;
            table-layout: fixed;
            margin: 10px 0;
            width: 100%;
            height: 130px;
        }

            .itemList .item .aside .image {
                display: table-cell;
                vertical-align: middle;
                text-align: center;
            }

            .itemList .item .aside img {
                max-height: 130px;
            }

.image-default {
    margin: 0 auto;
    border: 1px solid #ccc;
    width: 130px;
    height: 130px;
    text-align: center;
    color: #aaa;
    background: #f4f4f4;
}

    .image-default .icon-user {
        display: block;
        margin: 8px 6px;
        font-size: 123px;
    }

.folderIcon {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 130px;
    text-align: center;
    color: #666;
}

    .folderIcon .icon-folder {
        position: absolute;
        z-index: -1;
        top: -3px;
        left: 50%;
        margin-left: -.5em;
        height: 100%;
        font-size: 8em;
        color: #e8e8e8;
        opacity: .65;
    }

    .folderIcon .text {
        display: block;
        padding: 45px 6px 0 0;
        line-height: 1;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 1.8em;
    }

        .folderIcon .text span {
            display: block;
            margin-top: 5px;
            font-size: .75em;
        }

.altView .folderIcon {
    width: 70px;
    height: 70px;
}

    .altView .folderIcon .icon-folder {
        font-size: 4em;
    }

    .altView .folderIcon .text {
        padding: 20px 6px 0 0;
        font-size: 1em;
    }

.itemList .item .itemInfo {
    position: absolute;
    top: 8px;
    left: 8px;
}

.itemList .item .indicator {
    font-size: .7em;
}

.itemList .item .facet {
    font-size: 9px;
}

.itemList .item .infoBtn {
}

.itemList .item .content .title,
.itemList .item .content .date {
    display: block;
    margin: 5px 0 15px;
}

.itemList .item.altView:after {
    clear: left;
}

.itemList .item.altView .aside {
    float: left;
    width: 80px;
    height: 70px;
    padding-right: 10px;
}

    .itemList .item.altView .aside .image {
        vertical-align: top;
        max-width: 70px;
    }

    .itemList .item.altView .aside img {
        max-height: 70px;
    }

.itemList .item.altView .content .title,
.itemList .item.altView .content .date,
.itemList .item.altView .alertText {
    font-weight: normal;
    padding-left: 80px;
}

.itemList .btnGroup {
    display: table;
    margin-bottom: 20px;
    border-top: 2px solid #f1f1f1;
    width: 100%;
    table-layout: fixed;
}

    .itemList .btnGroup .btn {
        display: table-cell;
        border-left: 1px solid #f1f1f1;
        border-bottom: 3px solid #fff;
        padding: 5px 5px 1px;
        vertical-align: middle;
        text-align: center;
        font-size: 1.3em;
        line-height: 1;
        color: #e3e3e3;
        background: #fff;
    }

        .itemList .btnGroup .btn:after {
            display: none;
        }

        .itemList .btnGroup .btn:first-child {
            border-left: 0;
            border-right: 1px solid #f1f1f1;
        }

        .itemList .btnGroup .btn:last-child {
            border-right: 0;
        }

        .itemList .btnGroup .btn:hover, .itemList .btnGroup .btn:focus {
            color: #E0C401;
            border-bottom-color: #E0C401;
        }

        .itemList .btnGroup .btn.active {
            color: #06b007;
            border-bottom-color: #06b007;
        }

    .itemList .btnGroup .icon-list {
        font-size: 1.45em;
    }

.mainCol .itemList {
    margin: 0 -5px;
}

    .mainCol .itemList > li {
        float: left;
        width: 50%;
        margin-bottom: 20px;
        padding: 0 5px;
    }

        .mainCol .itemList > li a {
            margin-bottom: 0;
        }

        .mainCol .itemList > li:nth-child(odd) {
            clear: left;
        }

    .mainCol .itemList.altView li {
        width: 100%;
        padding: 0 10px;
    }

.itemList .btnGroup .btn .text {
    display: inline-block;
    vertical-align: middle;
    font-size: .8em;
}

.itemList .btnGroup .btn-remove {
    padding-bottom: 6px;
}

    .itemList .btnGroup .btn-remove span {
        vertical-align: middle;
        font-size: .9em;
    }

/* CATEGORY LISTS */

.list-categories {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .list-categories > li {
        margin: 20px 0 30px;
    }

    .list-categories .media {
        position: relative;
        z-index: 10;
        overflow: hidden;
        background: #000;
    }

        .list-categories .media a {
            display: block;
            position: relative;
            font-weight: 600;
            color: #fff;
        }

            .list-categories .media a:before {
                content: " ";
                position: absolute;
                z-index: 2;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0,0,0,.5);
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

            .list-categories .media a:after {
                content: " ";
                position: absolute;
                z-index: 2;
                top: 50%;
                left: 50%;
                width: 0;
                height: 0;
                background: rgba(0,0,0,.4);
                -webkit-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

        .list-categories .media .text {
            display: table;
            position: absolute;
            z-index: 5;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: 100%;
            height: 100%;
            text-align: center;
        }

        .list-categories .media img {
            -webkit-backface-visibility: hidden;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .list-categories .media a:hover:after, .list-categories .media a:focus:after {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .list-categories .media a:hover img, .list-categories .media a:focus img {
            -webkit-transform: scale(1.5);
            -moz-transform: scale(1.5);
            transform: scale(1.5);
        }

.lt-ie9 .list-categories .media img {
    filter: alpha(opacity=50);
}

.list-categories .linkList {
    margin: 15px 0;
}

    .list-categories .linkList li {
        border: 0;
    }

        .list-categories .linkList li a {
            padding: 14px 0;
        }

@media (min-width:400px) {
    .itemList .item .indicator {
        font-size: 1em;
    }

    .itemList .item .facet {
        font-size: 11px;
    }

    .list-categories {
        margin: 20px -20px;
    }

        .list-categories > li {
            float: left;
            padding: 0 20px;
            width: 50%;
        }

            .list-categories > li:nth-child(odd) {
                clear: left;
            }
}

@media (min-width:540px) {
    .mainCol .itemList {
        margin: 0 -10px;
    }

        .mainCol .itemList > li {
            width: 33.333%;
            padding: 0 10px;
        }

            .mainCol .itemList > li:nth-child(odd) {
                clear: none;
            }

            .mainCol .itemList > li:nth-child(3n+1) {
                clear: left;
            }

        .mainCol .itemList.altView > li {
            width: 50%;
            padding: 0 10px;
        }

            .mainCol .itemList.altView > li:nth-child(3n+1) {
                clear: none;
            }

            .mainCol .itemList.altView > li:nth-child(odd) {
                clear: left;
            }
}

@media (min-width:640px) {
    .itemList .item .facet {
        font-size: 12px;
    }
}

@media (min-width:768px) {
    .mainCol .itemList > li {
        width: 50%;
    }

        .mainCol .itemList > li:nth-child(3n+1) {
            clear: none;
        }

        .mainCol .itemList > li:nth-child(odd) {
            clear: left;
        }
}

@media (min-width:992px) {
    .mainCol .itemList > li {
        width: 33.333%;
    }

        .mainCol .itemList > li:nth-child(odd) {
            clear: none;
        }

        .mainCol .itemList > li:nth-child(3n+1) {
            clear: left;
        }

    .mainCol .itemList.altView > li {
        width: 50%;
        padding: 0 10px;
    }

        .mainCol .itemList.altView > li:nth-child(3n+1) {
            clear: none;
        }

        .mainCol .itemList.altView > li:nth-child(odd) {
            clear: left;
        }

    .list-categories > li {
        width: 33.33%;
    }

        .list-categories > li:nth-child(odd) {
            clear: none;
        }

        .list-categories > li:nth-child(3n+1) {
            clear: left;
        }
}



/* MODULE STYLES
   ================================================================ */

.mod {
    margin-bottom: 20px;
}

.modHead {
    position: relative;
    border-bottom: 3px solid #e4e4e4;
    margin: 25px 0 20px;
    padding-bottom: 10px;
}

    .modHead.alt-view {
        margin-bottom: 10px;
        border-bottom: 0;
        padding-bottom: 0;
    }

    .modHead .title {
        display: inline-block;
        margin: 0;
        font-size: 1.6em;
        font-weight: 600;
        color: #ED1C27;
    }

    .modHead .indicator {
        display: inline-block;
        border-radius: 100%;
        padding: 4px 0;
        width: 32px;
        height: 32px;
        text-align: center;
        font-size: .85em;
        background: #fff;
    }

        .modHead .indicator span {
            display: inline-block;
            width: 26px;
            overflow: hidden;
        }

        .modHead .indicator .icon-document {
            padding-left: 2px;
        }

.modContent img {
    max-width: 100%;
    height: auto !important;
}

.rail {
    color: #888;
}

    .rail .modHead .title {
        padding-top: 12px;
        font-size: 1.6em;
        color: #888;
    }

    .rail ul {
        margin: 0;
        padding: 0;
        list-style-position: inside;
        font-size: .9em;
    }

    .rail li {
        margin-bottom: 14px;
    }

    .rail p {
        font-size: .9em;
    }

.modContent .more .btn {
    display: block;
    width: 100%;
    text-align: center;
}

@media (min-width:768px) {
    .modHead .title {
        font-size: 2em;
    }

    .modHead .indicator {
        padding: 4px;
        width: 40px;
        height: 40px;
    }

    .modContent .more .btn {
        width: 48%;
    }

    .landing .modContent .more .btn {
        width: 100%;
    }
}

@media (min-width:960px) {
    .landing .modContent .more .btn {
        width: 48%;
    }
}


/* PAGINATION 
   ================================================================ */

.pagination {
    margin-top: 10px;
    border-top: 3px solid #e8e8e8;
    padding-top: 20px;
    overflow: hidden;
    color: #888;
}

    .pagination .resultInfo {
        margin: 5px 10px;
        text-align: center;
    }

    .pagination .pagers {
        position: relative;
        padding-bottom: 33px;
        margin-bottom: 25px;
    }

        .pagination .pagers a {
            display: block;
            position: relative;
            text-align: center;
            border-left: 1px solid #F1F1F1;
            border-bottom: 3px solid #fff;
            padding: 5px 8px 2px;
            color: #888;
            background: #fff;
        }

            .pagination .pagers a:hover, .pagination .pagers a:focus, .pagination .pagers .active a {
                color: #E0C401;
                border-bottom-color: #E0C401;
            }

    .pagination .inactive a:hover, .pagination .inactive a:focus {
        cursor: default;
        color: #888;
        border-bottom-color: #fff;
    }

.pagers .bar > a {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25%;
}

    .pagers .bar > a + a {
        left: 25%;
    }

.pagers .pages + a {
    left: 50%;
}

    .pagers .pages + a + a {
        left: 75%;
    }

.pagers .bar > a span {
    position: relative;
    display: inline-block;
}

    .pagers .bar > a span:before, .pagers .bar > a span:after {
        content: " ";
        position: absolute;
        top: 50%;
        margin-top: -2px;
        border: 4px solid transparent;
        border-color: rgba(255,255,255,0);
        -webkit-transform: scale(0.98);
        -moz-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.pagers .bar .first span {
    padding-left: 19px;
}

    .pagers .bar .first span:before, .pagers .bar .first span:after {
        border-right-color: #888;
    }

    .pagers .bar .first span:before {
        left: 0;
    }

    .pagers .bar .first span:after {
        left: 5px;
    }

.pagers .bar .prev span {
    padding-left: 16px;
}

    .pagers .bar .prev span:before {
        left: 3px;
        border-right-color: #888;
    }

    .pagers .bar .prev span:after {
        display: none;
    }

.pagers .bar .last span {
    padding-right: 19px;
}

    .pagers .bar .last span:before, .pagers .bar .last span:after {
        border-left-color: #888;
    }

    .pagers .bar .last span:before {
        right: 0;
    }

    .pagers .bar .last span:after {
        right: 5px;
    }

.pagers .bar .next span {
    padding-right: 16px;
}

    .pagers .bar .next span:after {
        right: 3px;
        border-left-color: #888;
    }

    .pagers .bar .next span:before {
        display: none;
    }

.pagers .bar .first:hover span:before, .pagers .bar .first:focus:before,
.pagers .bar .first:hover span:after, .pagers .bar .first:focus:before,
.pagers .bar .prev:hover span:before, .pagers .bar .prev:focus:before,
.pagers .bar .prev:hover span:after, .pagers .bar .prev:focus:before {
    border-right-color: #E0C401;
}

.pagers .bar .last:hover span:before, .pagers .bar .last:focus span:before,
.pagers .bar .last:hover span:after, .pagers .bar .last:focus span:before,
.pagers .bar .next:hover span:before, .pagers .bar .next:focus span:before,
.pagers .bar .next:hover span:after, .pagers .bar .next:focus span:before {
    border-left-color: #E0C401;
}

.pagers .bar > a.inactive {
    cursor: default;
    color: #ccc;
    border-bottom-color: #fff;
}

.pagers .bar .first.inactive span:before, .pagers .bar .prev.inactive span:before,
.pagers .bar .first.inactive span:after, .pagers .bar .prev.inactive span:after {
    border-right-color: #ccc;
}

.pagers .bar .last.inactive span:before, .pagers .bar .next.inactive span:before,
.pagers .bar .last.inactive span:after, .pagers .bar .next.inactive span:after {
    border-left-color: #ccc;
}

.pagination .pages ul {
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.pagination .pages li {
    display: table-cell;
    vertical-align: middle;
}

.pagination .pages ul a {
    padding: 5px 3px 2px;
}

.pagination .pages .inactive a:hover, .pagination .pages .inactive a:focus {
    cursor: default;
    color: #888;
    border-bottom-color: #fff;
}


@media (min-width:960px) {
    .pagination .resultInfo {
        float: left;
    }

    .pagination .pagers {
        float: right;
        max-width: 70%;
    }

    .pagination .bar {
        display: table;
        width: 100%;
    }

        .pagination .bar > a {
            position: static;
            margin: 0;
            border-bottom-color: transparent;
            width: auto;
            background: none;
        }

            .pagination .bar > a:hover, .pagination .bar > a:focus {
                border-bottom-color: transparent;
            }

            .pagination .bar > a.inactive {
                cursor: default;
                color: #ccc;
                border-bottom-color: transparent;
            }

        .pagination .bar > a, .pagination .pagers .pages {
            display: table-cell;
            vertical-align: middle;
            width: auto;
        }

    .pagination .pages ul {
        width: auto;
    }

        .pagination .pages ul a {
            padding: 5px 6px 2px;
        }
}


/* TAB STYLES / FILTER STYLES
   ================================================================ */

.tabList, .filterList {
    position: relative;
}

    .filterList .dropdown {
        margin: 5px 0 12px;
    }

        .filterList .dropdown select {
            margin: 0;
            padding: 5px;
            border: 1px solid #E8E8E8;
        }

    .filterList > .label {
        display: none;
        margin: 0 15px 0 0;
        font-size: .9em;
        color: #888;
    }

    .filterList .adjustField {
        display: none;
        position: absolute;
        top: 1px;
        right: 0;
        font-size: .9em;
        color: #888;
    }

        .filterList .adjustField label {
            cursor: pointer;
        }

        .filterList .adjustField select {
            border: 2px solid #dcdcdc;
            color: #666;
            background: #f2f2f2;
            outline: 0;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .filterList .adjustField select:hover, .filterList .adjustField select:focus {
                border-color: #ccc;
                background: #fff;
            }

.toggle-filters {
    overflow: hidden;
    padding: 10px;
    background: #fff;
}

    .toggle-filters .activeTab {
        float: left;
        border: 1px solid #ebebeb;
        border-radius: 2px;
        margin: 0;
        padding: 5px 10px;
        font-weight: 600;
    }

    .toggle-filters .menuLink {
        display: block;
        float: right;
        position: relative;
        border-radius: 5px;
        margin: 0;
        width: 33px;
        height: 33px;
        background: #ededed;
    }

        .toggle-filters .menuLink > span {
            display: block;
        }

            .toggle-filters .menuLink:before,
            .toggle-filters .menuLink:after,
            .toggle-filters .menuLink > span:before {
                content: " ";
                position: absolute;
                left: 15%;
                width: 70%;
                height: 3px;
                background: #888;
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

        .toggle-filters .menuLink:before {
            top: 8px;
        }

        .toggle-filters .menuLink:after {
            top: 15px;
        }

        .toggle-filters .menuLink > span:before {
            top: 22px;
        }

        .toggle-filters .menuLink:hover, .toggle-filters .menuLink:focus, .toggle-filters .menuLink.active {
            background: #d7d7d7;
            -webkit-box-shadow: 0 0 0 3px #888;
            box-shadow: 0 0 0 3px #888;
        }

            .toggle-filters .menuLink:hover:before,
            .toggle-filters .menuLink:hover:after,
            .toggle-filters .menuLink:hover > span:before,
            .toggle-filters .menuLink:focus:before,
            .toggle-filters .menuLink:focus:after,
            .toggle-filters .menuLink:focus > span:before,
            .toggle-filters .menuLink.active:before,
            .toggle-filters .menuLink.active:after,
            .toggle-filters .menuLink.active > span:before {
                background: #222;
            }

.filterList .filters {
    display: none;
    position: relative;
    z-index: 10;
    background: #fff;
}

    .filterList .filters a {
        display: block;
        border-top: 1px solid #ebebeb;
        position: relative;
        padding: 10px 20px;
        color: #888;
    }

        .filterList .filters a:after {
            content: " ";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 0;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .filterList .filters a:hover,
        .filterList .filters a:focus {
            color: #000;
        }

    .filterList .filters .active {
        color: #bc9627;
    }

    .filterList .filters a:hover:after,
    .filterList .filters a:focus:after {
        height: 3px;
        background: #888;
    }

    .filterList .filters .active:after {
        height: 3px;
        background: #dfc300;
    }

.filterList .panel {
    display: none;
    padding: 20px 0 0;
}

    .filterList .panel.active {
        display: block;
    }

@media(min-width:768px) {
    .toggle-filters {
        display: none;
    }

    .filterList > .label {
        display: inline-block;
    }

    .filterList .filters {
        display: block !important;
        font-size: .85em;
        background: transparent;
    }

        .filterList .filters:before {
            content: " ";
            z-index: -1;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: #e8e8e8;
        }

        .filterList .filters a {
            display: inline-block;
            border: 0;
            margin-right: 12px;
            padding: 0 0 7px;
        }

            .filterList .filters a:after {
                width: 0;
                height: 3px;
            }

            .filterList .filters a:hover,
            .filterList .filters a:focus,
            .filterList .filters .active {
                color: #bc9627;
            }

                .filterList .filters a:hover:after,
                .filterList .filters a:focus:after {
                    background: transparent;
                }

                .filterList .filters .active:after {
                    width: 100%;
                    background: #dfc300;
                }
}

@media (min-width:992px) {
    .filterList .adjustField {
        display: block;
    }
}

/* HELPER INFO TOGGLES
   ================================================================ */

.toggle-info {
    display: inline-block;
    position: absolute;
    z-index: 100;
    top: -12px;
    right: -5px;
    margin-left: 3px;
}

    .toggle-info .toggle {
        display: block;
        position: relative;
        color: #DFC300;
    }

        .toggle-info .toggle:hover, .toggle-info .toggle:focus, .toggle-info.opened .toggle {
            color: #BBB;
        }

        .toggle-info .toggle:after {
            content: " ";
            position: absolute;
            left: 50%;
            top: 120%;
            margin: -10px 0 0 -10px;
            border: 10px solid transparent;
            border: 10px solid rgba(255,255,255,0);
            opacity: 0;
            border-bottom-color: #fff;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

    .toggle-info.opened .toggle:after {
        opacity: 1;
        top: 100%;
    }

.no-opacity .toggle-info .toggle:after {
    display: none;
}

.no-opacity .toggle-info.opened .toggle:after {
    display: block;
}

.toggle-info .content {
    display: none;
    position: absolute;
    left: 0;
    top: 140%;
    margin-left: -186px;
    padding: 0 10px;
    width: 200px;
    font-size: .9em;
    background: #fff;
    -webkit-transition: left 0.2s ease-in-out, margin 0.2s ease-in-out;
    transition: left 0.2s ease-in-out, margin 0.2s ease-in-out;
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,.2);
    box-shadow: 0px 2px 4px rgba(0,0,0,.2);
}

    .toggle-info .content:after {
        content: " ";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 5px;
        background: #888;
    }

@media (min-width:330px) {
    .toggle-info {
        right: auto;
    }
}

@media (max-width:959px) {
    .toggle-info .toggle {
        right: 5px;
    }
}

@media (min-width:960px) {
    .toggle-info {
        position: relative;
        top: -8px;
    }

        .toggle-info .content {
            left: 50%;
            margin-left: -125px;
        }
}


/* ================================================================
   SPECIFIC MODULE STYLES 
   ================================================================ */

/* ALERTS CALLOUTS / LISTINGS
   ================================================================ */

.mod-alerts {
    position: relative;
    z-index: 95;
}

    .mod-alerts .expander-item {
        float: right;
        margin-top: -35px;
        margin-bottom: 0;
        width: 70%;
        z-index: 40;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .mod-alerts .expander-item > .title {
            display: block;
            position: relative;
            z-index: -1;
            margin-top: 2px;
            margin-right: 35px;
            text-align: right;
            font-size: 1em;
            color: #888;
            opacity: 1;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .mod-alerts .expander-item.opened,
        .mod-alerts .expander-item.pre-opened {
            width: 100%;
        }

        .mod-alerts .expander-item.opened,
        .mod-alerts .expander-item.pre-opened {
            margin-top: 0;
        }

            .mod-alerts .expander-item.opened > .title,
            .mod-alerts .expander-item.pre-opened > .title {
                opacity: 0;
            }

    .mod-alerts .expander-item {
        min-height: 40px;
    }

    .mod-alerts .expandable {
        padding: 0;
    }

    .mod-alerts .modHead {
        margin-top: 15px;
        padding-bottom: 0;
        border-bottom: 0;
    }

        .mod-alerts .modHead .title {
            color: #888888;
        }

        .mod-alerts .modHead .indicator {
            color: #b8b8b8;
        }

@media (min-width:640px) {
    .mod-alerts .expander-item {
        margin-top: 0;
    }
}

@media (min-width:768px) {
    .mod-alerts .modHead .title {
        font-size: 1.8em;
    }

    .mod-alerts .modHead .indicator {
        font-size: .95em;
    }
}

@media (min-width:992px) {
    .mod-alerts .mainCol:nth-child(odd) {
        padding-right: 20px;
    }

    .mod-alerts .mainCol:nth-child(even) {
        padding-left: 20px;
    }

    .mod-alerts .modHead {
        margin-top: 0;
    }
}

/* FAQ LIST
   ================================================================ */

.faq-question {
    margin-bottom: 50px;
}

.faq-list {
    margin: 20px 0;
}

.expander-tools {
    margin: 10px 0;
    text-align: right;
}

    .expander-tools a + a {
        position: relative;
        margin-left: 15px;
    }

    .expander-tools .active {
        color: #333;
    }

    .expander-tools a + a:before {
        content: " ";
        position: absolute;
        left: -9px;
        top: 5px;
        width: 1px;
        height: 12px;
        background: #888;
    }

.listing-icons {
    margin-right: 30px;
}

    .listing-icons .title {
        color: #555;
    }

    .listing-icons ul {
        margin: 0 -10px;
        padding: 0;
        list-style: none;
        overflow: hidden;
    }

        .listing-icons ul li {
            float: left;
            width: 50%;
            padding: 5px 10px;
            text-align: center;
        }

            .listing-icons ul li:nth-child(odd) {
                clear: left;
            }

    .listing-icons [class^="icon-"] {
        display: block;
        border: 1px solid #e8e8e8;
        padding: 10px;
        font-size: 2em;
    }

/* PRODUCT FINDER
   ================================================================ */

.mod-facetSearch .sort-facets .toggle-filters {
    margin: 0 -10px;
    padding: 10px 15px;
}

.filter-facets {
    color: #888;
}

    .filter-facets legend {
        margin-bottom: 28px;
        font-size: 1.2em;
        line-height: 1.1;
        font-weight: 600;
    }

    .filter-facets.expander-group {
        margin: 0 -10px;
        background: #DAD8D9;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .filter-facets.expander-group:after {
            display: none;
        }

        .filter-facets.expander-group > .title {
            margin: 3px 30px 5px 0;
            padding: 5px 15px;
            font-size: 1em;
            line-height: 1.1;
            font-weight: 600;
            text-transform: uppercase;
        }

        .filter-facets.expander-group.opened,
        .filter-facets.expander-group.pre-opened {
            margin: 0;
            border: 0;
            background: transparent;
            -webkit-box-shadow: inset 0 0 0 0 transparent;
            box-shadow: inset 0 0 0 0 transparent;
        }

    .filter-facets .expander-item {
        margin-bottom: 20px;
        padding: 0;
        border: 3px solid #E9E9E9;
    }

        .filter-facets .expander-item:after {
            display: none;
        }

        .filter-facets .expander-item > .title {
            margin: 10px 30px 10px 10px;
            font-size: 1em;
            font-weight: 600;
            text-transform: uppercase;
            color: #888;
        }

    .filter-facets .expander {
        border: 0;
        width: 100%;
        height: 34px;
    }

        .filter-facets .expander:before {
            top: 17px;
            right: 10px;
        }

        .filter-facets .expander:after {
            top: 12px;
            right: 15px;
        }

    .filter-facets .opened > .expander:before, .filter-facets .pre-opened > .expander:before {
        right: 9px;
    }

    .filter-facets .opened > .expander:after, .filter-facets .pre-opened > .expander:after {
        top: 17px;
    }

    .filter-facets .expander-item .expandable {
        padding: 10px;
    }

    .filter-facets .toggle-filters,
    .filter-facets .filterList .filters {
        margin: 0 -10px;
    }

.checkList {
    margin: 0;
    padding: 0;
    list-style: none;
}

.siteSearch .checkList {
    text-align: left;
    margin: 5px 0 0;
}

.rail .checkList li {
    margin-bottom: 10px;
}

.checkList .checkbox.disabled, .checkList label.disabled {
    cursor: default;
    color: #999;
}

    .checkList .checkbox.disabled:before, .checkList label.disabled:before {
        background: #e4e4e4;
    }

.checkList .checkbox, .checkList label {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #666;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .checkList .checkbox:hover, .checkList .checkbox:focus, .checkList label:hover, .checkList label:focus {
        color: #BC9627;
    }

    .checkList .checkbox.disabled:hover, .checkList .checkbox.disabled:focus,
    .checkList label.disabled:hover, .checkList label.disabled:focus {
        color: #999;
    }

    .checkList .checkbox:before, .checkList label:before {
        content: " ";
        position: absolute;
        top: 2px;
        left: 0;
        border: 1px solid #d8d8d8;
        border-radius: 2px;
        width: 14px;
        height: 14px;
        background: #fff;
        -webkit-box-shadow: 0 0 1px rgba(0,0,0,.1);
        box-shadow: 0 0 1px rgba(0,0,0,.1);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.checkList [type="checkbox"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .checkList [data-selected].checkbox, .checkList [type="checkbox"]:checked + label {
        color: #BC9627;
    }

        .checkList [data-selected].checkbox:before, .checkList [type="checkbox"]:checked + label:before {
            background-color: #dfc300;
            -webkit-box-shadow: 0 0 0 rgba(0,0,0,.1);
            box-shadow: 0 0 0 rgba(0,0,0,.1);
        }

        .checkList [data-selected].checkbox:after, .checkList [type="checkbox"]:checked + label:after {
            content: "\2713";
            position: absolute;
            top: 3px;
            left: 1px;
            width: 14px;
            height: 14px;
            text-indent: -9999em;
            color: #fff;
            background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDQwIDQwIj4KPGcgaWQ9Imljb21vb24taWdub3JlIj4KPC9nPgo8cGF0aCBkPSJNMTYuNTkgMzRjLTAuODcgMC0xLjY5NC0wLjQwNi0yLjIyMi0xLjEwNmwtNy4xNDgtOS40MzZjLTAuOTMtMS4yMjgtMC42ODgtMi45NzYgMC41NC0zLjkwNiAxLjIzLTAuOTMyIDIuOTc2LTAuNjg4IDMuOTA2IDAuNTRsNC43MDIgNi4yMDggMTEuODI0LTE4Ljk4MmMwLjgxNC0xLjMwNiAyLjUzNC0xLjcwNiAzLjg0Mi0wLjg5MiAxLjMwNiAwLjgxMiAxLjcwNiAyLjUzNCAwLjg5IDMuODRsLTEzLjk2NiAyMi40MmMtMC40ODYgMC43ODItMS4zMjQgMS4yNzItMi4yNDIgMS4zMTItMC4wNDIgMC4wMDItMC4wODQgMC4wMDItMC4xMjYgMC4wMDJ6IiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+Cjwvc3ZnPgo=");
            background-size: 100% 100%;
        }

.search-heading {
    position: relative;
    margin: 0 -10px 15px;
    padding: 15px;
    text-align: center;
    background: #fff;
}

.col1 .search-heading {
    margin-top: -15px;
}

.search-heading .title {
    margin: 0 0 6px;
}

    .search-heading .title .btn {
        display: inline-block;
    }

    .search-heading .title input[type="text"] {
        max-width: 100%;
    }

.search-heading .resultInfo {
    margin-top: 0;
    color: #888;
}

.search-heading .btn {
    display: block;
    margin: 0 auto;
    padding: 7px 12px;
    max-width: 200px;
}

.mod-facetSearch .itemList .altView .aside {
    float: none;
    width: 100%;
    height: 130px;
    padding: 0;
}

    .mod-facetSearch .itemList .altView .aside .image {
        vertical-align: middle;
    }

        .mod-facetSearch .itemList .altView .aside .image img {
            max-height: 130px;
        }

.mod-facetSearch .itemList .item.altView .content .title,
.mod-facetSearch .itemList .item.altView .content .date,
.mod-facetSearch .itemList .item.altView .alertText {
    padding-left: 0;
}

.mod-facetSearch .itemList .item.altView .content .title {
    font-weight: 600;
}


@media (min-width:480px) {
    .search-heading {
        overflow: hidden;
        text-align: left;
    }

        .search-heading .title {
            display: inline-block;
            margin-right: 30px;
        }

            .search-heading .title .btn {
                margin-left: 10px;
            }

        .search-heading .resultInfo {
            display: inline-block;
        }

        .search-heading .btn {
            margin: 0;
        }
}

@media (min-width:640px) {
    .search-heading .btn {
        position: absolute;
        top: 18px;
        right: 10px;
    }

    .search-heading .title .btn {
        position: relative;
        top: 0;
        right: auto;
    }
}

@media (min-width:768px) {
    .mod-facetSearch .rail {
        padding-right: 25px;
    }

    .mod-facetSearch .mainCol .filters {
        display: inline-block !important;
    }

        .mod-facetSearch .mainCol .filters:before {
            display: none;
        }

    .filter-facets.expander-group {
        margin: 0;
        background: none;
    }

        .filter-facets.expander-group > .title {
            margin-top: 0;
            padding-top: 0;
            font-size: 1.2em;
            text-transform: none;
        }

    .filter-facets .filterList .filters {
        margin-top: -8px;
    }

        .filter-facets .filterList .filters:after {
            content: " ";
            float: left;
            margin: 0 0 0 10px;
            min-width: 1px;
            min-height: 5px;
        }

    .search-heading {
        margin: 0 0 20px;
        padding: 0 0 10px;
        background: none;
    }

    .col1 .search-heading {
        margin-top: -15px;
    }

    .search-heading .btn {
        top: 8px;
        right: 0;
    }
}

@media (min-width:820px) {
    .filter-facets .filterList .filters:after {
        content: "Show:";
        margin: 0 10px;
    }
}


@media (min-width:768px) and (max-width:959px) {
    .mod-facetSearch .rail {
        width: 35%;
    }

    .mod-facetSearch .mainCol {
        width: 65%;
    }
}

@media (min-width:940px) {
    .filter-facets .filterList .filters:after {
        content: " ";
        margin: 0 0 0 10px;
    }
}


@media (min-width:960px) {
    .mod-facetSearch .rail {
        padding-right: 10px;
    }
}

@media (min-width:992px) {
    .mod-facetSearch .itemList > li {
        width: 25%;
    }

        .mod-facetSearch .itemList > li:nth-child(odd),
        .mod-facetSearch .itemList > li:nth-child(3n+1) {
            clear: none;
        }

        .mod-facetSearch .itemList > li:nth-child(4n+1) {
            clear: left;
        }
}

@media (min-width:1024px) {
    .mod-facetSearch .rail {
        padding-right: 25px;
    }
}

@media (min-width:1160px) {
    .filter-facets .filterList .filters:after {
        content: "Show:";
        margin: 0 10px;
    }
}

@media (min-width:1280px) {
    .mod-facetSearch .itemList > li {
        width: 20%;
    }

        .mod-facetSearch .itemList > li:nth-child(odd),
        .mod-facetSearch .itemList > li:nth-child(3n+1),
        .mod-facetSearch .itemList > li:nth-child(4n+1) {
            clear: none;
        }

        .mod-facetSearch .itemList > li:nth-child(5n+1) {
            clear: left;
        }
}


/* PRODUCT PAGE
   ================================================================ */

.mod-productList .modContent {
    overflow: hidden;
}

.mod-productList .item p, .mod-staffList .item p, .mod-resultList .item p {
    margin-top: 0;
    font-size: .9em;
}

.mod-productDetail .item {
    margin-bottom: 30px;
}

.mod-productDetail .aside {
    margin: 5px 0 20px;
    padding: 20px 0;
    border: 1px solid #e7e7e7;
    border-width: 1px 0 1px 0;
    text-align: center;
}

    .mod-productDetail .aside a {
        display: block;
        position: relative;
        left: -10px;
        margin: 0 auto;
        width: 200px;
    }

        .mod-productDetail .aside a:after {
            content: " ";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 3px;
            background: #B3B3B3;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

    .mod-productDetail .aside .text {
        display: block;
        margin-top: 5px;
        padding: 10px;
        font-size: .9em;
        font-weight: 600;
        text-transform: uppercase;
        color: #888;
        background: #d8d8d8;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .mod-productDetail .aside a:hover:after, .mod-productDetail .aside a:focus:after {
        height: 5px;
        background: #888;
    }

    .mod-productDetail .aside a:hover .text, .mod-productDetail .aside a:focus .text {
        color: #222;
        background: #d7d7d7;
    }

.mod-productDetail .title {
    margin-top: 10px;
    margin-bottom: 20px;
}

.mod-productDetail .facet {
    font-size: 14px;
}

.mod-productDetail dl {
    overflow: hidden;
}

.mod-productDetail dt {
    display: block;
    margin: 0 0 8px;
    min-width: 85px;
    font-weight: 600;
}

.profile .mod-productDetail dt {
    min-width: 120px;
}

.mod-productDetail dd {
    display: block;
    margin: 0 0 8px 10px;
    word-wrap: break-word;
}

.mod-productDetail p {
    line-height: 1.5;
}

@media (min-width:600px) {
    .mod-productDetail .item {
        display: table;
        width: 100%;
        color: #666;
    }

    .mod-productDetail .aside, .mod-productDetail .content {
        display: table-cell;
        vertical-align: top;
    }

    .mod-productDetail .aside {
        margin: 0;
        padding: 0;
        border: 0;
        width: 220px;
    }

        .mod-productDetail .aside .image {
            display: inline-block;
            margin-right: 20px;
            width: 200px;
            text-align: center;
        }

        .mod-productDetail .aside > a {
            margin-right: 20px;
        }

    .mod-productDetail dt {
        clear: left;
        float: left;
    }

    .mod-productDetail dd {
        float: left;
        margin: 0 0 8px 40px;
        max-width: 215px;
    }
}

@media (min-width:768px) {
    .mod-productDetail dd {
        max-width: 380px;
    }
}

@media (min-width:960px) {
    .mod-productDetail dd {
        max-width: 500px;
    }
}



/* ================================================================
   THEME STYLES
   ================================================================ */

/*
/********************************************************************

Project: Formee - http://www.formeeee.org
Launched: 
Version: 3.1
Authors: Bernard De Luna - http://www.bernarddeluna.com
         Daniel Araujo - http://www.dnlaraujo.com.br
		 Marcello Manso - http://www.marcellomanso.com.br

********************************************************************
Structure
********************************************************************/

/* fix  ff bugs */
.formee:after, .formee div:after, .formee ol:after, .formee ul:after, .formee li:after, .formee dl:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

/* Form Structure */

.formee {
    margin: 0;
    padding: 0;
}

    .formee ul {
        margin: 0px;
        padding: 0px;
    }

    .formee fieldset {
        border: 1px solid #d4d4d4;
        position: relative;
        height: 100%;
        padding: 1.2em 0;
        margin: 0 0 4em;
    }

    .formee legend {
        margin-left: 1%;
        margin-right: 1%;
        padding: 0.5% 0.5% 0.8%;
    }

    .formee h3 {
        margin: 2em 1% .8%;
        padding: 0.5% 0.5% 0.8%;
    }

    /* clear */ .formee .clear {
        clear: both;
    }
/* input without label */ .formee-no-lbl {
    position: relative;
    padding-bottom: 0;
}
    /* input without label */ .formee-no-lbl input, .formee-no-lbl label, .formee-no-lbl span, .formee-no-lbl ul, .formee-no-lbl p {
        position: absolute;
        bottom: 0;
    }

/* hide element */ .formee-hidden {
    display: none !important;
    visibility: hidden !important;
}

/* multiple containers inside field-grid */
.formee .floatLeft {
    clear: none;
    float: left !important;
    margin-right: 0.3em !important;
}

.formee .floatRight {
    clear: none;
    float: right !important;
    margin-left: 0.3em !important;
}

/* form elements  */
.formee-lbl, .formee label {
    display: block;
    height: auto;
    margin: 0.2em 0 0.3em;
}

/*EP - this broke matrix controls. don't think we need this anyway. got mike a's blessing.
    .formee td label {
	display: inline-block !important;
}*/

.formee .formee-txt,
.formee input[type="text"],
.formee input[type="search"],
.formee input[type="email"],
.formee input[type="url"],
.formee input[type="tel"],
.formee input[type="number"],
.formee input[type="range"],
.formee input[type="date"],
.formee input[type="month"],
.formee input[type="week"],
.formee input[type="time"],
.formee input[type="datetime"],
.formee input[type="datetime-local"],
.formee input[type="color"],
.formee input[type="password"],
.formee input[type="file"],
.formee textarea,
.formee select {
    margin-bottom: 15px;
    vertical-align: middle;
    /*line-height: 1.1em;*/
    width: 100%;
    /*padding:10px;*/
    border-style: solid;
    border-width: 1px;
    /*ie7*/
    *width: 99%;
}

.formee textarea {
    height: 10em;
}

.formee select {
    /*padding:9px;
    height:2.7em;*/
}

.formee-req {
    position: relative;
    top: 3px;
}

.formee-list {
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .formee-list li, .formee-list li {
        margin: 0 0.6em 0.8em;
        float: left;
        display: inline-block;
        list-style: none;
    }

    .formee-list input {
        margin-right: 0.2em;
    }

.formee-list-vertical {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .formee-list-vertical li {
        float: none;
        display: block;
    }

/* input size */
.formee-small {
    width: 30% !important;
    float: left;
    margin-right: 10px;
    display: inline;
    /*ie7*/
    *width: 25% !important;
}

.formee-medium {
    width: 50% !important;
    float: left;
    margin-right: 10px;
    display: inline;
    /*ie7*/
    *width: 45% !important;
}



/********************************************************************

Project: Formee - http://www.formeeee.org
Last Updated: 
Version: 3.1
Authors: Bernard De Luna - http://www.bernarddeluna.com
         Daniel Araujo - http://www.dnlaraujo.com.br
		 Marcello Manso - http://www.marcellomanso.com.br
			 

********************************************************************
Style
********************************************************************/

.formee fieldset {
    background: #fff;
    /*corner*/
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}


/* Form legend and titles */
.formee legend, .formee h3 {
    font-size: 3em;
    line-height: 1.2em;
    letter-spacing: -.035em;
    color: #2b2b2b;
    font-weight: normal;
}

/* form elements  */
.formee-lbl, .formee label {
    color: #2b2b2b;
    /*font-size:1.4em;
	line-height: 1.3em;*/
    font-weight: normal;
    vertical-align: middle;
}

.formee-bold {
    font-weight: bold !important;
}

.formee-list .formee-lbl, .formee-list label {
    display: inline;
    height: auto;
    margin: 0.5em 0 0.8em 2px;
    vertical-align: top !important;
}

em.formee-req {
    font-weight: bold;
    font-style: normal;
    color: #390;
    font-size: 1.2em;
    line-height: .85em;
}

.formee .formee-txt,
.formee input[type="text"],
.formee input[type="search"],
.formee input[type="email"],
.formee input[type="url"],
.formee input[type="tel"],
.formee input[type="number"],
.formee input[type="range"],
.formee input[type="date"],
.formee input[type="month"],
.formee input[type="week"],
.formee input[type="time"],
.formee input[type="datetime"],
.formee input[type="datetime-local"],
.formee input[type="color"],
.formee input[type="password"],
.formee input[type="file"],
.formee select {
    border-color: #c6c6c6 #dadada #eaeaea;
    background: #fafafa;
    color: #242424;
    font-size: 14px;
    font-size: .9rem;
    font-family: inherit;
    /*corner*/
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 10px 10px 9px;
    height: 40px;
}

.formee textarea,
.formee select {
    padding: 9px 10px 8px;
    border-color: #c6c6c6 #dadada #eaeaea;
    background: #fafafa;
    color: #242424;
}

    .formee .formee-txt:hover,
    .formee input[type="text"]:hover,
    .formee input[type="search"]:hover,
    .formee input[type="email"]:hover,
    .formee input[type="url"]:hover,
    .formee input[type="tel"]:hover,
    .formee input[type="number"]:hover,
    .formee input[type="range"]:hover,
    .formee input[type="date"]:hover,
    .formee input[type="month"]:hover,
    .formee input[type="week"]:hover,
    .formee input[type="time"]:hover,
    .formee input[type="datetime"]:hover,
    .formee input[type="datetime-local"]:hover,
    .formee input[type="color"]:hover,
    .formee input[type="password"]:hover,
    .formee input[type="file"]:hover,
    .formee textarea:hover,
    .formee select:hover {
        color: #666;
        background: #fff none;
        border-color: #c6c6c6;
    }

    .formee .formee-txt:focus,
    .formee input[type="text"]:focus,
    .formee input[type="search"]:focus,
    .formee input[type="email"]:focus,
    .formee input[type="url"]:focus,
    .formee input[type="tel"]:focus,
    .formee input[type="number"]:focus,
    .formee input[type="range"]:focus,
    .formee input[type="date"]:focus,
    .formee input[type="month"]:focus,
    .formee input[type="week"]:focus,
    .formee input[type="time"]:focus,
    .formee input[type="datetime"]:focus,
    .formee input[type="datetime-local"]:focus,
    .formee input[type="color"]:focus,
    .formee input[type="password"]:focus,
    .formee input[type="file"]:focus,
    .formee textarea:focus,
    .formee select:focus {
        color: #333;
        background: #fff none;
        border-color: #659ec9 #70aedd #a8cfec;
        outline: 0;
    }


/* form msg status  */

.formee-msg-note {
    display: block;
    margin: -10px 0 0.8em;
    padding: 0 7px 1px;
    font-size: 0.875em;
    color: #acacac;
}

.formee-msg-info, .formee-msg-warning, .formee-msg-error, .formee-msg-success {
    display: block;
    height: auto;
    margin: 0 0 15px;
    padding: 10px 7px 1px;
    font-size: 0.875em;
    clear: both;
    color: #2b2b2b;
    /*corner*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.formee-msg-info-small, .formee-msg-warning-small, .formee-msg-error-small, .formee-msg-success-small {
    padding: 5px 20px 0;
    border: 1px solid #ccc;
    display: block;
    height: auto;
    margin: 0 0 15px;
    clear: both;
    color: #2b2b2b;
    /*corner*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 0.7em;
}

.formee-msg-info ul, .formee-msg-warning ul, .formee-msg-error ul, .formee-msg-success ul {
    margin: 0px 0px 10px 27px;
}

.formee-msg-info li, .formee-msg-warning li, .formee-msg-error li, .formee-msg-success li {
    list-style: none;
    padding: 0;
    margin-bottom: .4%;
    font-size: 1.0em;
    line-height: 1.1em;
    vertical-align: top;
}

.formee-msg-info h3, .formee-msg-warning h3, .formee-msg-error h3, .formee-msg-success h3 {
    font-size: 1.1em;
    line-height: 1.5em;
    letter-spacing: -.02em;
    padding: 0;
    margin: 0 0 .3em 0;
}

.formee-msg-info-small h3, .formee-msg-warning-small h3, .formee-msg-error-small h3, .formee-msg-success-small h3 {
    font-size: 1.4em;
    line-height: 1em;
    letter-spacing: -.02em;
    padding: 0;
    margin: 0 0 .3em 0;
}


.formee-msg-info {
    border-color: #bcdfef;
    background-color: #d1ecf7;
}

    .formee-msg-info h3 {
        background: url(/cms/images/forms/form-ic-info.png) no-repeat 0px 3px;
        padding-left: 25px;
    }

.formee-msg-info-small {
    border-color: #bcdfef;
    background-color: #d1ecf7;
}

    .formee-msg-info-small h3 {
        background: url(/cms/images/forms/form-ic-info-small.png) no-repeat 0px 0px;
        padding-left: 25px;
    }

.formee-msg-warning {
    border-color: #fceb77;
    background-color: #fff6bf;
}

    .formee-msg-warning h3 {
        background: url(/cms/images/forms/form-ic-warning.png) no-repeat 0px 3px;
        padding-left: 25px;
    }

.formee-msg-warning-small {
    border-color: #fceb77;
    background-color: #fff6bf;
}

    .formee-msg-warning-small h3 {
        background: url(/cms/images/forms/form-ic-warning-small.png) no-repeat 0px 0px;
        padding-left: 25px;
    }

.formee-msg-error {
    border-color: #f6abab;
    background-color: #fad0d0;
}

    .formee-msg-error h3 {
        background: url(/cms/images/forms/form-ic-error.png) no-repeat 0px 3px;
        padding-left: 25px;
    }

.formee-msg-error-small {
    border-color: #f6abab;
    background-color: #fad0d0;
}

    .formee-msg-error-small h3 {
        background: url(/cms/images/forms/form-ic-error-small.png) no-repeat 0px 0px;
        padding-left: 25px;
    }

.formee-msg-success {
    border-color: #d0f1a6;
    background-color: #e5f8ce;
}

    .formee-msg-success h3 {
        background: url(/cms/images/forms/form-ic-success.png) no-repeat 0px 3px;
        padding-left: 25px;
    }

.formee-msg-success-small {
    border-color: #d0f1a6;
    background-color: #e5f8ce;
}

    .formee-msg-success-small h3 {
        background: url(/cms/images/forms/form-ic-success.png) no-repeat 0px 3px;
        padding-left: 25px;
    }

.formee-msg-success strong, .formee-msg-success a {
    color: #62b548;
}

.formee-msg-info strong, .formee-msg-info a {
    color: #11689e;
}

.formee-msg-warning strong, .formee-msg-warning a {
    color: #957210;
}

.formee-msg-error strong, .formee-msg-error a {
    color: #b01717;
}

.formee-msg-error-label {
    color: #B01717 !important;
}

/* form validation */
input.formee-error,
select.formee-error,
textarea.formee-error {
    border-color: #FAD0D0 !important;
    color: #b01717 !important;
    /* shadow */
    -moz-box-shadow: 0 0 3px 0 rgba(176,23,23,.4);
    -webkit-box-shadow: 0 0 3px 0 rgba(176,23,23,.4);
    box-shadow: 0 0 3px 0 rgba(176,23,23,.4);
}

label.formee-error,
label.formee-red,
label.formee-error em.formee-req,
label.formee-red em.formee-req {
    font-weight: bold;
    font-style: normal;
    color: #b01717 !important;
}

    label.formee-error em,
    em.formee-error,
    em.formee-red {
        font-weight: bold;
        font-style: normal;
        color: #b01717 !important;
        font-size: 1.2em;
        line-height: .85em;
    }


/********************************************************************
    Magnific Popup CSS 
********************************************************************/

.popup-white {
    background: #FFF;
    padding: 20px 30px;
    text-align: center;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #CCC;
    }

        .mfp-preloader a:hover {
            color: #FFF;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

    .mfp-close:hover, .mfp-close:focus {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover, .mfp-arrow:focus {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after, .mfp-arrow .mfp-a {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before, .mfp-arrow .mfp-b {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
        border-right: 17px solid #FFF;
        margin-left: 31px;
    }

    .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
        margin-left: 25px;
        border-right: 27px solid #3F3F3F;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
        border-left: 17px solid #FFF;
        margin-left: 39px;
    }

    .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
        border-left: 27px solid #3F3F3F;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #000;
    }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444;
    }

    .mfp-figure small {
        color: #BDBDBD;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}


/**
* Fade-move animation for second dialog
*/

/* at start */
.mfp-slide-in .popup-animate {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
}

/* animate in */
.mfp-slide-in.mfp-ready .popup-animate {
    opacity: 1;
    -webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    -moz-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    -ms-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    -o-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    transform: translateY(0) perspective( 600px ) rotateX( 0 );
}

/* animate out */
.mfp-slide-in.mfp-removing .popup-animate {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
    -moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
    -ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
    -o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
    transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
}

/* Dark overlay, start state */
.mfp-slide-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
/* animate in */
.mfp-slide-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
/* animate out */
.mfp-slide-in.mfp-removing.mfp-bg {
    opacity: 0;
}


/* ================================================================
   MULTI SELECT PLUGIN STYLES
   ================================================================ */

.ms-container {
    background: transparent url('../img/switch.png') no-repeat 50% 50%;
    width: 100%;
}

    .ms-container:after {
        content: ".";
        display: block;
        height: 0;
        line-height: 0;
        font-size: 0;
        clear: both;
        min-height: 0;
        visibility: hidden;
    }

    .ms-container .ms-selectable, .ms-container .ms-selection {
        background: #fff;
        color: #555555;
        float: left;
        width: 45%;
    }

    .ms-container .ms-selection {
        float: right;
    }

    .ms-container .ms-list {
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
        -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
        -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
        -o-transition: border linear 0.2s, box-shadow linear 0.2s;
        transition: border linear 0.2s, box-shadow linear 0.2s;
        border: 1px solid #ccc;
        border-radius: 3px;
        position: relative;
        height: 200px;
        padding: 0;
        overflow-y: auto;
    }

        .ms-container .ms-list.ms-focus {
            border-color: rgba(82, 168, 236, 0.8);
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
            outline: 0;
            outline: thin dotted \9;
        }

    .ms-container ul {
        margin: 0;
        list-style-type: none;
        padding: 0;
    }

    .ms-container .ms-optgroup-container {
        width: 100%;
    }

    .ms-container .ms-optgroup-label {
        margin: 0;
        padding: 5px 0px 0px 5px;
        cursor: pointer;
        color: #999;
    }

    .ms-container .ms-selectable li.ms-elem-selectable,
    .ms-container .ms-selection li.ms-elem-selection {
        border-bottom: 1px #eee solid;
        padding: 2px 10px;
        color: #555;
        font-size: 14px;
    }

    .ms-container .ms-selectable li.ms-hover,
    .ms-container .ms-selection li.ms-hover {
        cursor: pointer;
        color: #fff;
        text-decoration: none;
        background-color: #08c;
    }

    .ms-container .ms-selectable li.disabled,
    .ms-container .ms-selection li.disabled {
        background-color: #eee;
        color: #aaa;
        cursor: text;
    }

    .date-spacer{
        width:118px;
    }