﻿/*     global start     */
body,
.normal {
    color: #666;
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

a, a:visited {
    color: #0cbdef;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        text-decoration: underline;
        cursor: pointer;
    }



.wrapper {
    clear: both;
    display: block;
    margin: 0 auto;
    width: 940px;
    padding-left: 10px;
    padding-right: 10px;
}

    .wrapper ul,
    .wrapper ul li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

.minwidth {
    width: 100%;
    min-width: 960px;
}

.line-through {
    text-decoration: line-through;
}

h1, h2, h3, h4, h5, h6, .header, .subheader, .section-header, .feature-header, .giga {
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    line-height: 1.4;
}

.giga {
    font-size: 4.2857em; /* 60px */
}

h1, .alpha {
    font-size: 3.57em; /* 50px */
}

h2, .beta {
    font-size: 2.2857em; /* 32px */
}

h3, .gamma {
    font-size: 1.714em; /* 24px */
}

h4, .delta {
    font-size: 1.2857em; /* 18px */
}

h5, .epsilon {
    font-size: 1.143em; /* 16px */
}

h6, .zeta {
    font-size: 1em; /* 14px */
}

.milli {
    font-size: 0.9286em; /* 13px */
}

.micro {
    font-size: 0.857em; /* 12px */
}

small, .nano {
    font-size: 0.786em; /* 11px */
}

.little {
    font-size: 0.642em; /* 9px */
}

.pico {
    font-size: 0.714em; /* 10px */
}

.bold {
    font-weight: bold;
}

.font-weight-normal {
    font-weight: normal;
}

.caps {
    text-transform: uppercase;
}

.normal-caps {
    text-transform: none;
}

.breakword {
    word-wrap: break-word;
    word-break: normal;
}

.header {
    color: #0cbdef;
    font-size: 3.57em; /* 50px */
    font-weight: 700;
    text-transform: uppercase;
}

.subheader {
    color: #252525;
    font-size: 2.2857em; /* 32px */
    font-weight: normal;
}

.section-header {
    color: #999;
    font-size: 1.143em; /* 16px */
    font-weight: bold;
    margin: 30px 0 20px 0;
    text-transform: uppercase;
}

.feature-header {
    /*color: #0cbdef;*/
    font-size: 2.2857em; /* 32px */
    margin: 20px 0 30px 0;
    text-transform: uppercase;
}

.feature-subheader {
    color: #252525;
    font-size: 1.7142em; /* 24px */
    font-weight: normal;
    line-height: 1.25em;
    margin: 30px 0 0.8em 0;
}

h1.corporate-header {
    margin: 0;
    color: #252525;
    text-transform: uppercase;
    font-family: Raleway;
    line-height: 1.1;
    font-size: 3em;
}

h2.corporate-subheader {
    font-family: Raleway;
    margin: 0;
    font-size: 2.5em;
    font-weight: normal;
    letter-spacing: 1px;
    color: #252525;
    text-transform: uppercase;
    line-height: 1.1;
}


input:-moz-placeholder {
    text-transform: uppercase;
}

input::-moz-placeholder {
    text-transform: uppercase;
}

input:-ms-input-placeholder {
    text-transform: uppercase;
}

input::-webkit-input-placeholder {
    text-transform: uppercase;
}


.corporate-feature-header {
    display: block;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    margin-left: -10px;
    text-transform: uppercase;
    font-size: 1.0em;
    margin-top: 0;
    margin-bottom: 1.2em;
    color: #666;
    letter-spacing: 1px;
}

.corporate-feature-subheader {
    margin-bottom: 0.3em;
    font-size: 0.8571em;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #666;
}

    .corporate-feature-header + p, .corporate-feature-subheader + p {
        margin-top: 0.5em;
    }

.corporate-feature-header + .corporate-feature-subheader {
    margin-top: 0;
}

.header-container {
    margin: 0 auto;
    width: 960px;
    overflow: hidden;
}

.header-image {
    margin-bottom: 30px;
    overflow: hidden;
    text-align: right;
}


.bg-newsletter {
    background: url(/content/images/header_newsletter.jpg) center no-repeat;
}

.bg-contact {
    background: url(/content/images/header_contact.jpg) center no-repeat;
}

.bg-feedback {
    background: url(/content/images/header_feedback.jpg) center no-repeat;
}

.bg-sitemap {
    background: url(/content/images/header_sitemap.jpg) center no-repeat;
}

.bg-careers {
    background: url(/content/images/header_careers.jpg) center no-repeat;
}

.bg-404 {
    background: url(/content/images/header_404.jpg) center no-repeat;
}

.bg-adaptor {
    background: url(/content/images/header_adaptor.jpg) center no-repeat;
}


.price {
    color: #999;
    font-weight: bold;
    margin: 0;
}

.product-name, .product-name:visited {
    color: #252525;
    font-weight: bold;
    font-family: Raleway;
}

.promo-product-name {
    color: #252525;
    font-family: Raleway;
}


.specs-header {
    font-family: Raleway;
    font-size: 0.857em;
    font-weight: bold;
    color: #252525;
}

.font-raleway {
    font-family: Raleway;
}

input[type=text], input[type=password], input[type=email], input[type=tel] {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #666;
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-size: 12px;
    /*font-weight: bold;*/
    letter-spacing: 1px;
    height: 30px;
    padding-left: 5px;
    box-sizing: border-box;
}

    input[type=text].error, input[type=password].error, input[type=email].error, input[type=tel].error {
        border: 1px solid #e31721;
    }

input[type=submit], input[type=button] {
    padding: 0 15px;
}

input[type=checkbox].square, input[type=radio].square {
    opacity: 0;
    width: 0;
}

    input[type=checkbox].square + label span, input[type=radio].square + label span, .square-unchecked {
        display: inline-block;
        width: 11px;
        height: 11px;
        margin-right: 5px;
        background: url(/content/images/checkbox_sprite.png) no-repeat;
        background-position: top right;
        cursor: pointer;
        vertical-align: text-top;
    }

    input[type=checkbox].square:checked + label span, input[type=radio].square:checked + label span, .square-checked {
        background-position: top left;
        cursor: pointer;
    }

textarea {
    border: 1px solid #ddd;
    color: #666;
}

.radio-list {
    list-style: none;
    list-style-position: outside;
    padding-left: 0;
}

    .radio-list li {
        display: block;
        overflow: hidden;
    }


    .radio-list label {
        float: left;
        cursor: pointer;
        clear: right;
        display: block;
    }

input[type="radio"] {
    margin-right: 5px;
    float: left;
}

.peach {
    color: #ec7c7b;
}

.bg-error, .bg-peach {
    background-color: #ec7c7b;
}


.red, .error {
    color: #e31721;
}

p.error {
    margin-top: 0.3em;
}

.black {
    color: #000;
}

.grey,
.grey:visited {
    color: #999;
}

.light-grey,
.hover-light-grey:hover,
.light-grey:visited {
    color: #666;
}

.light-grey-hover:hover {
    color: #000;
}

.dark-grey,
.hover-dark-grey:hover,
.dark-grey:visited {
    color: #252525;
}

.white-grey {
    color: #CCC;
}

.blue,
.hover-blue:hover {
    color: #0cbdef;
}

.green {
    color: green;
}

.white,
.white:visited,
.hover-white:hover {
    color: #fff;
}

.bg-blue,
.hover-bg-blue:hover {
    background-color: #00afd7;
}

.dark-blue {
    color: #3c5a98;
}

.bg-dark-blue,
.bg-dark-blue:hover {
    background-color: #3c5a98;
}

.bg-blue-hover:hover {
    background-color: #a2d5e4;
}

.bg-red {
    background-color: #e31721;
}

.bg-red-hover:hover {
    background-color: #FF8888;
}

.bg-pink {
    background-color: #e37121;
    opacity: 0.9;
}

.bg-grey,
.bg-dark-grey-hover:hover {
    background-color: #999;
}

.bg-grey-hover:hover {
    background-color: #ddd;
}

.bg-dark-grey {
    background-color: #252525;
}

.bg-black {
    background-color: #000;
}

.bg-black-hover:hover {
    background-color: #504d4d;
}

.bg-white {
    background-color: #fff;
}

.bg-light-grey {
    background-color: #F1F1F1;
}

.border-light-grey {
    border: 1px solid #d9d9d9;
}

.border-grey {
    border: 1px solid #ddd;
}

.border-top-grey {
    border-top: 1px solid #ddd;
}

.border-bottom-grey {
    border-bottom: 1px solid #ddd;
}

.border-left-grey {
    border-left: 1px solid #ddd;
}

.border-right-grey {
    border-right: 1px solid #ddd;
}


.bold {
    font-weight: bold;
}

.button-small, .button-medium, .button-large, .button-mini,
a.button-small, a.button-medium, a.button-large, a.button-mini,
a.button-small:visited, a.button-medium:visited, a.button-large:visited, a.button-mini:visited {
    color: #fff;
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

    .button-small:hover, .button-medium:hover, .button-large:hover, .button-mini:hover, .button-hover {
        opacity: 0.6;
    }

.button-mini {
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 0 10px;
}

.button-small {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    letter-spacing: 1px;
}

.button-medium {
    font-size: 16px;
    height: 40px;
    letter-spacing: 2px;
    line-height: 40px;
    letter-spacing: 1px;
}

.button-large {
    font-size: 16px;
    height: 50px;
    letter-spacing: 2px;
    line-height: 50px;
}

.link-button {
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
}

.outline-black {
    outline: 1px solid #333 !important;
    color: #333 !important;
}

    .outline-black:hover {
        background: #333 !important;
        color: #fff !important;
    }

.small-tweet-button, .small-tweet-button:visited {
    display: inline-block;
    padding: 0 8px 0 20px;
    background: url(/content/images/twitter-icon.png) #fff no-repeat 3px 0;
    font-size: 10px;
    color: #252525;
    border: 1px solid #ccc;
    height: 18px;
    line-height: 18px;
    text-transform: uppercase;
}

.small-facebook-button, .small-facebook-button:visited {
    display: inline-block;
    padding: 0 8px 0 20px;
    background: url(/content/images/fb_icon_white.png) #637bad no-repeat 3px 0;
    font-size: 10px;
    color: #fff;
    height: 18px;
    line-height: 18px;
    text-transform: uppercase;
}


/* top start */
.global-header {
    position: relative;
    width: 100%;
    z-index: 8000;
}

.top-bar {
    box-shadow: 0px -1px 10px #999999;
    color: #666;
    height: 40px;
    padding: 10px 0;
    webkit-box-shadow: 0px -1px 10px #999999;
    width: 100%;
}

    .top-bar .logo-img {
        float: left;
    }

        .top-bar .logo-img > a {
            display: block;
        }

#country-dropdown .select2-container .select2-choice span {
    line-height: 1.8em;
}

#country-dropdown .select2-container .select2-choice {
    width: 190px;
}

#country-dropdown > div > a:first-child {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    text-align: left;
    filter: none;
}

    #country-dropdown > div > a:first-child span {
        padding: 0;
        margin: 0;
        text-align: left;
        color: #666;
        display: inline;
        padding-right: 15px;
        background: url('/content/Images/icon.png') no-repeat right 5px;
    }

        #country-dropdown > div > a:first-child span:hover {
            color: #252525;
            background: url('/content/Images/icon.png') no-repeat right -75px;
        }

    #country-dropdown > div > a:first-child > div {
        display: none;
    }

.country-menu .select2-results {
    max-height: 200px;
}

    .country-menu .select2-results .select2-highlighted {
        background-color: #EAEAEA;
        color: #00afd7;
    }

.country-menu.select2-drop.select2-drop-above {
    border-bottom: 1px solid #aaa;
}

.country-menu.select2-drop.select2-drop-active {
    border-top: 1px solid #aaa;
    padding-top: 5px;
}

.top-bar .store-login {
    float: right;
    width: 730px;
}

    .top-bar .store-login > ul > li.login {
        text-transform: uppercase;
    }

    .top-bar .store-login > ul > li > span > a:hover {
        color: #252525;
        text-decoration: underline;
    }

    .top-bar .store-login > ul > li.login.little > span {
        display: inline-flex;
        max-width: 190px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


/*.top-bar .store-login ul > li*/
.search, .cart, .login {
    float: right;
    font-family: raleway;
    letter-spacing: 1px;
    color: #666;
}

/*.top-bar .store-login ul li > a*/
.top-bar .login a {
    text-decoration: none;
    color: #666;
}

.top-bar .store-login ul li.cart {
    padding: 5px 10px 0 0;
    position: relative;
}

    .top-bar .store-login ul li.cart > a {
        color: #666;
        padding-right: 15px;
        position: relative;
    }

        .top-bar .store-login ul li.cart > a span {
            background-color: #e31721;
            color: #FFF;
            display: none;
            font-family: Arial;
            font-size: 1em;
            padding: 1px 4px;
            /*position: absolute;    
top: -2px;*/
            margin-left: 5px;
        }

.top-bar .store-login ul li.login {
    padding: 11px 20px 0 0;
    position: relative;
    z-index: 210;
}

    .top-bar .store-login ul li.login .login-dropdown {
        display: none;
        left: -20px;
        position: absolute;
        top: 50px;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,2);
        moz-box-shadow: 0 0 10px rgba(0,0,0,2);
        webkit-box-shadow: 0 0 10px rgba(0,0,0,2);
        padding: 0 10px 10px 10px;
    }

        .top-bar .store-login ul li.login .login-dropdown .dropdown-body {
            background-color: #FFF;
            width: 240px;
        }

        .top-bar .store-login ul li.login .login-dropdown .dropdown-blank {
            background-color: #FFF;
            height: 15px;
            left: 0px;
            position: absolute;
            top: -15px;
            width: 100%;
        }

.top-bar .store-login ul li.search {
    padding-top: 2px;
    float: right;
}

#fb-login {
    color: #fff;
}

.top-bar .store-login ul li.search .global-search {
    padding-right: 30px;
    position: relative;
}

    .top-bar .store-login ul li.search .global-search label {
        cursor: text;
        font-weight: normal;
        left: 8px;
        letter-spacing: 1px;
        position: absolute;
        top: 5px;
        z-index: 10;
    }

    .top-bar .store-login ul li.search .global-search .keywords {
        border: 1px solid #ddd;
        /*height: 28px;*/
        letter-spacing: 0.1em;
        /*line-height: 28px;*/
        margin: 0;
        padding: 0 6px;
        width: 190px;
        box-sizing: content-box;
    }

    .top-bar .store-login ul li.search .global-search div.button {
        background: url('/Content/Images/icon.png') no-repeat scroll -24px -685px transparent;
        background-color: #252525;
        height: 32px;
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
        z-index: 9;
    }

        .top-bar .store-login ul li.search .global-search div.button:hover {
            background-color: #00afd8;
        }

        .top-bar .store-login ul li.search .global-search div.button input {
            background-color: transparent;
            border: 0px currentColor;
            cursor: pointer;
            height: 100%;
            margin: 0px;
            border: none;
            moz-box-sizing: border-box;
            padding: 0px;
            width: 100%;
        }

.mini-login-or-box {
    margin: 0 auto;
    background: url(/content/images/grey-dot.gif) repeat-x;
    background-position: center;
    height: 10px;
    clear: both;
}

.mini-login-or {
    background: #fff;
    width: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
}
/* menu start */
.top-menu {
    position: absolute;
    width: 100%;
}

.top-menu-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 42px;
    background-color: #FFF;
    opacity: 0.4;
}

.top-menu-container > ul {
    height: 50px;
}

    .top-menu-container > ul > li {
        float: left;
        line-height: 42px;
    }

        .top-menu-container > ul > li > a {
            position: relative;
            display: block;
            letter-spacing: 2px;
            text-decoration: none;
            z-index: 150;
            padding-right: 50px;
        }

            .top-menu-container > ul > li > a > span.arrow {
                position: absolute;
                bottom: -1px;
                left: 20%;
                border-style: solid;
                border-width: 8px;
                border-color: transparent transparent #FFF transparent;
                height: 0;
                width: 0;
                font-size: 0;
            }

        .top-menu-container > ul > li > div {
            display: none;
            overflow: visible;
            width: 100%;
            background-color: #FFF;
            box-shadow: 0px 1px 10px rgba(0, 0, 0, 2);
            position: absolute;
            left: 0;
            webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 2);
        }

        .top-menu-container > ul > li.menu-hover:hover > div {
            display: block;
        }

        .top-menu-container > ul > li > div > ul {
            margin: 0 auto;
        }

            .top-menu-container > ul > li > div > ul > li {
                float: left;
                padding-right: 50px;
            }

                .top-menu-container > ul > li > div > ul > li > a {
                    letter-spacing: 2px;
                    text-decoration: none;
                    text-transform: uppercase;
                }

        .top-menu-container > ul > li > div {
            padding: 0;
        }

        .top-menu-container > ul > li.top-menu-subcat > div {
            padding: 15px 0;
        }

        .top-menu-container > ul > li > div > ul.menu-subcat li {
            height: 150px;
            margin: 0;
            margin-right: 30px;
            padding: 0;
            width: 150px;
        }

            .top-menu-container > ul > li > div > ul.menu-subcat li a {
                display: block;
                height: 100%;
                position: relative;
                width: 100%;
            }

                .top-menu-container > ul > li > div > ul.menu-subcat li a span.img {
                    left: 10px;
                    filter: alpha(opacity=100);
                    moz-opacity: 1;
                    opacity: 1;
                    position: absolute;
                    top: 0;
                }

                .top-menu-container > ul > li > div > ul.menu-subcat li a:hover span.img {
                    filter: alpha(opacity=50);
                    moz-opacity: 0.5;
                    opacity: 0.5;
                }

                .top-menu-container > ul > li > div > ul.menu-subcat li a span.title {
                    top: 130px;
                    left: 0;
                    line-height: 1.1em;
                    position: absolute;
                    text-align: center;
                    width: 100%;
                    text-transform: uppercase;
                }
/* footer start  */
.global-footer {
    background-color: #F9F9F9;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 50px 0;
    margin-top: 40px;
}

    .global-footer .footer-links ul {
        float: left;
        margin-right: 100px;
        width: 140px;
    }

        .global-footer .footer-links ul.last {
            margin-right: 0;
        }

        .global-footer .footer-links ul li {
            padding: 2px 0;
            font-size: 0.857em; /* 12px */
            font-family: Raleway;
            line-height: 1.25em;
            white-space: nowrap;
        }

            .global-footer .footer-links ul li a {
                text-decoration: none;
            }

            .global-footer .footer-links ul li span.title {
                white-space: nowrap;
                text-transform: uppercase;
                letter-spacing: 1px;
            }

            .global-footer .footer-links a, .footer-links a:visited {
                color: #666;
            }


.global-footer .footer-links a.title {
    font-family: Raleway;
    font-weight: bold;
}

    .global-footer .footer-social {
        padding: 48px 0;
        text-align: center;
    }

.footer-copyright {
    color: #999;
    font-size: 0.8571em;
    text-align: center;
}

.footer-recycle {
    color: #999;
    font-size: 0.8571em;
    text-align: center;
    margin-bottom: 10px;
}

    .footer-recycle span {
        margin-left: 15px;
    }

.footer-social a {
    letter-spacing: 0.2em;
    padding: 6px 20px;
    text-decoration: none;
    text-transform: uppercase;
}

    .footer-social a:first-child {
        padding-left: 30px;
    }

    .footer-social a:last-child {
        padding-left: 30px;
    }

.footer-social .email, .spotlightbutton .email {
    background: url('/Content/Images/icon.png') no-repeat -25px -413px;
    padding-left: 32px;
}

.footer-social a.facebook {
    background: url('/Content/Images/icon.png') no-repeat -25px -484px;
    padding-left: 28px;
}

.footer-social a.twitter {
    background: url('/Content/Images/icon.png') no-repeat -25px -613px;
    padding-left: 28px;
}

.footer-social a.youtube {
    background: url('/Content/Images/icon.png') no-repeat -25px -545px;
    padding-left: 28px;
}

.footer-copyright a {
    color: #999;
}

    .footer-copyright a:hover {
        color: #252525;
    }

.country-selector {
    float: right !important;
    margin-right: 80px !important;
}


.faq dt {
    font-weight: bold;
    margin-top: 1em;
}

.faq dd {
    margin-left: 1.25em;
}

.centered {
    margin: 0 auto;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.product-info-row {
    margin-bottom: 60px;
}

.feature-image {
    display: block;
}

.no-top-margin {
    margin-top: 0;
}

.no-bottom-margin {
    margin-bottom: 0;
}

.no-left-margin {
    margin-left: 0;
}

.no-right-margin {
    margin-right: 0;
}

.valign-top {
    display: table-cell;
    vertical-align: top;
}

.valign-middle {
    display: table-cell;
    vertical-align: middle;
}

.valign-bottom {
    display: table-cell;
    vertical-align: bottom;
}

.valign-middle h4:first-child {
    margin-top: 0;
}

.valign-middle p:last-child {
    margin-bottom: 0;
}

.dashed {
    list-style-type: none;
    padding: 0 0 0 10px;
    margin-top: 5px;
}

    .dashed li:before {
        content: "-";
        position: relative;
        left: -5px;
    }

    .dashed li {
        text-indent: -5px;
    }

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-right-10 {
    margin-right: 10px;
}

.padding-10 {
    padding: 10px;
}

.stretch {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

label {
    color: #252525;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

    label + span.star {
        display: none;
    }

    label.required + span.star {
        display: inline;
        color: red;
    }

        label.required + span.star:before {
            content: " ";
        }

.widget {
    border: 1px solid #ddd;
}


.widget-title {
    background: #000;
    color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 1px;
    font-family: Raleway;
    height: 20px;
    line-height: 20px;
    text-transform: uppercase;
}

.widget-body {
    padding: 10px;
    font-size: 12px;
}

    .widget-body a {
        color: #666;
    }

        .shoppingcart-container .widget-body a,
        .widget-body a:hover {
            color: #0cbdef;
        }

    .widget-body ul > li {
        margin-bottom: 3px;
    }

.widget-body-link {
    list-style: none;
    padding: 0;
    margin: 0;
}


.double-lined-header {
    display: block;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    /*margin-left: -10px;*/
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
}

.light-grey-header {
    display: block;
    padding: 10px;
    margin-left: -10px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
    background: #f4f4f4;
}

.bulleted, .bulleted li {
    list-style: disc !important;
    list-style-position: inside !important;
}

.bulleted {
    margin: 1em !important;
}

.breadcrumbs {
    padding-bottom: 20px;
    font-size: 12px;
}

.no-bullets {
    list-style: none;
}


/*newsletter*/
.newsletter-content h1 {
    font-size: 1.6em;
}


.arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ec7c7b;
}


/* SlidesJS styles */

.slides-flexibility ul.slidesjs-pagination,
.slides-perfect-audio ul.slidesjs-pagination,
.slides-span8 ul.slidesjs-pagination,
.slides-grid12 ul.slidesjs-pagination,
.slides-grid8 ul.slidesjs-pagination,
.slides-grid6 ul.slidesjs-pagination,
.slides-grid4 ul.slidesjs-pagination,
.slidesjs-pagination {
    display: block;
    margin: 10px auto;
    width: 60px;
    padding: 0;
    list-style: none;
}

.slidesjs-pagination-item {
    display: inline;
}


    .slidesjs-pagination-item a, .slidesjs-pagination-item:visited {
        color: #fff !important;
        font-size: 1px;
    }


    .slidesjs-pagination-item a {
        color: #fff;
        width: 8px;
        height: 8px;
        border-radius: 4px;
        border: 1px solid #999;
        background-color: #fff;
        margin-right: 5px;
        display: inline-block;
        overflow:hidden;
    }

        .slidesjs-pagination-item a.active {
            background-color: #999;
            color: #999 !important;
            padding: 0;
        }


.slidesjs-previous, .slidesjs-next {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 180px;
    z-index: 2;
}

.slidesjs-previous {
    left: 0;
    z-index: 30;
    display: none;
}

.slidesjs-next {
    right: 0;
    z-index: 30;
}


#response-bar, .response-bar {
    background: #ec7c7b;
    padding: 10px;
    letter-spacing: 1px;
    color: white;
    font-weight: bold;
    font-size: 0.8571em;
    text-transform: uppercase;
    position: relative;
    display: none;
}

    #response-bar #message {
        padding-right: 10px;
    }


.announcement-bar {
    background: #ec7c7b;
    padding: 10px;
    letter-spacing: 1px;
    color: white;
    font-weight: bold;
    font-size: 0.8571em;
    text-transform: uppercase;
    position: relative;
    min-width: 940px;
}

    .announcement-bar .message {
        width: 960px;
        margin: 0 auto;
        text-align: center;
    }

a.notificationclose, a.notificationclose:visited, a.notificationclose {
    /*background: url("/Content/images/icon.png") no-repeat scroll -21px -1900px;*/
    border: medium none;
    display: block;
    height: 13px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 8px;
    top: 5px;
    width: 12px;
    color: #eee;
    text-decoration: none;
}



.leftnav-container {
    margin-top: 10px;
}


    .leftnav-container p, .leftnav-container ul,
    .leftnav-container ul li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .leftnav-container .leftnav {
        border: 1px solid #D9D9D9;
        border-top: none;
        float: left;
        width: 208px;
    }

        .leftnav-container .leftnav > ul {
            overflow: hidden;
        }

        .leftnav-container .leftnav a {
            text-decoration: none;
        }


/* .leftnav-container .leftnav > ul > li:not(:first-child) > a*/
.leftnav-item a {
    display: block;
    padding: 8px 10px 8px 20px;
    color: #666;
    position: relative;
    font-size: 0.8751em;
    line-height: 1em;
    font-family: Raleway;
}

.leftnav-container .leftnav > ul > li:first-child > a {
    color: #666;
    padding: 0;
}


.leftnav-container .leftnav > ul li a > span.checkbox {
    border: 1px solid #999;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 8px;
    left: 10px;
    background-color: #FFF;
}

.leftnav-container .leftnav > ul li a.selected > span.checkbox,
.leftnav-container .leftnav > ul li a:hover span.checkbox {
    border: 1px solid #666;
}

.leftnav-container .leftnav > ul li a.selected > span > span {
    display: block;
    border: 1px solid #FFF;
    width: 7px;
    height: 7px;
    background-color: #000;
}

.leftnav-container .leftnav > ul li.title {
    background-color: #F4F4F4;
    border-bottom: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
    height: auto;
    letter-spacing: 2px;
    line-height: 1em;
    margin-bottom: 8px;
    padding: 8px 29px 8px 10px;
    position: relative;
}

    .leftnav-container .leftnav > ul li.title:last-child {
        margin-bottom: 0;
        border-bottom: none;
    }


    .leftnav-container .leftnav > ul li.title .close {
        border-left: 1px solid #DDD;
        display: block;
        height: 100%;
        position: absolute;
        right: 0px;
        text-align: center;
        top: 0px;
        width: 28px;
    }

        .leftnav-container .leftnav > ul li.title .close a {
            background: url('/Content/images/icon.png') no-repeat -14px -1604px;
            display: block;
            height: 100%;
            padding: 0;
            width: 100%;
        }

            .leftnav-container .leftnav > ul li.title .close a:hover {
                background-color: #E9E9E9;
            }

            .leftnav-container .leftnav > ul li.title .close a.closed {
                background-position: -14px -1694px;
            }

.leftnav-item > ul {
    margin: 0 10px 10px 10px;
}

    .leftnav-item > ul a, .leftnav-item > ul a:visited {
        font-size: 0.8751em;
        color: #666;
    }

.leftnav-item a:hover {
    color: #252525;
    text-decoration: underline;
}



.share-email {
    float: right;
    padding-top: 13px;
    margin-right: 10px;
}

    .share-email a.email {
        padding: 6px 10px 6px 32px;
        letter-spacing: 0.2em;
        text-decoration: none;
        font-family: Raleway, sans-serif;
        text-transform: uppercase;
        color: #999;
        font-size: 0.714em;
    }

        .share-email a.email:hover {
            color: #252525;
            text-decoration: underline;
        }

.fixed {
    position: fixed;
    top: 0;
}


/* EU Cookie Law Cookie Notice Styles Begin */
#cookieNoticeDiv {
    background-color: #fff;
    margin: 0 auto 5px;
    font-size: 14px;
    color: #252525;
    width: 400px;
    /*padding: 0px 15px 5px 20px;*/
    margin: 0;
    position: relative;
    display: none;
    float: right;
    border: 1px solid #eee;
}

    #cookieNoticeDiv > .title {
        color: #fff;
        height: 24px;
        line-height: 24px;
        padding: 0 10px;
        letter-spacing: 1px;
        font-weight: bold;
        font-size: 12px;
        text-transform: uppercase;
    }

#closeCookieNotice {
    text-align: right;
    display: block;
    width: 20px;
    float: right;
    clear: both;
    text-decoration: none !important;
    position: absolute;
    top: 0;
    right: 10px;
}

#cookieNoticeDiv a {
    color: #fff;
    text-decoration: underline;
}

#cookieNoticeDiv p {
    font-size: 12px;
}

#cookieNoticeDiv input[type=checkbox] {
    margin-right: 5px;
    vertical-align: middle;
}

#cookieNoticeDiv .orange {
    background: #f78d1d;
    opacity: 1;
}

#cookieNoticeContainer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 2000;
}

#cookieMsg {
    padding: 10px;
}

.cookieTable {
    border-collapse: collapse;
    font-size: 0.9em;
}

    .cookieTable th, .cookieTable td {
        border: 1px solid #ccc;
    }

    .cookieTable td {
        padding: 3px;
    }

#cookieConfirmMsg, #cookiePrefSavedMsg {
    padding: 10px;
    display: none;
}

.cookieLightbox {
    font-size: 12px;
}

    .cookieLightbox li {
        list-style-type: disc;
        list-style-position: inside;
        margin: 0.5em;
    }

    .cookieLightbox p {
        margin: 0.5em 0;
    }
/* EU Cookie Law Cookie Notice Styles End */


.sitemap-links {
    list-style-position: inside;
    list-style: none;
    margin-bottom: 24px;
    width: 100%;
    padding-left: 0;
}

    .sitemap-links li {
        font-size: 0.8571em;
        padding-left: 10px;
        line-height: 24px;
        height: 24px;
        border-bottom: 1px solid #ccc;
    }

        .sitemap-links li a, .sitemap-links li a:visited {
            color: #666;
        }

        .sitemap-links li:first-child {
            background: #000;
            color: #fff;
            list-style: none;
            text-transform: uppercase;
            border: none;
            letter-spacing: 1px;
        }

            .sitemap-links li:first-child a, .sitemap-links li:first-child a:visited {
                color: #fff;
            }

/*let mini login widget*/
#miniloginform .formErrorContent {
    max-width: 177px;
}


#win10-message {
    padding: 10px;
    background: #00AEF0;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

    #win10-message img {
        margin-right: 10px;
    }

    #win10-message > a {
        color: #fff;
    }

    #win10-message:hover {
        text-decoration: underline;
    }
