.header_break {
    display: none;
}

main {
    padding-top: 0;
}

.help,
.help *,
.help:after,
.help:before,
.help *:after,
.help *:before {
    box-sizing: border-box;
    font-size: 100%;
    vertical-align: baseline;
}

.help-se:before {
    background: rgba(0, 0, 0, .28);
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.help-se {
    background: #0072ba !important;
    box-sizing: border-box;
    display: table;
    padding: 30px 20px;
    position: relative;
    text-align: center;
    width: 100%;
}

help-se h3 {
    color: #fff;
}

.help-wrapper {
    display: table-cell;
    margin: 0 auto;
    position: relative;
    /*text-align: left;*/
    /*width: 56%;*/
}

.help-wrapper img {
    float: left;
}

.help-wrapper h3, .help-wrapper h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
}

.help-wrapper p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 5px;
}

.help-wrapper__inner {
    display: inline-block;
    text-align: center;
}

.help-headline {
    background: #fafafa none repeat scroll 0 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 10px 0;
    position: relative;
    z-index: 3;
}

.help-headline h1 {
    color: #333;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin: 0 auto;
    max-width: 1400px;
}

.help-intro {
    /*background: #fafafa none repeat scroll 0 0;*/
    /*border-bottom: 1px solid #eee;*/
    /*border-top: 1px solid #eee;*/
    /*margin-bottom: 30px;*/
    /*position: relative;*/
    text-align: center;
}

.help-intro h2 {
    color: #0c577f;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
}

.help-intro__message {
    color: #0072ba;
    font-size: 20px;
    line-height: 1.5;
}

.help-intro__wrapper {
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
}

.help-intro__column {
    display: inline-block;
    margin: 0 auto;
    /*max-width: 80%;*/
}

.help-intro__column h4 {
    color: #0c577f;
    font-size: 20px;
    margin: 0 0 10px;
}

.help {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
    overflow: hidden;
}

div.help-button {
    border: 2px solid #fff;
    border-radius: 5px;
    display: inline-block;
    margin-right: 5px;
}

a.help-button {
    /*background: rgba(255, 255, 255, .7);*/
    /*color: #29527c;*/
    color: #fff;
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    transition: all .2s ease 0s;
    vertical-align: top;
}

.help-button:hover {
    background: #fff;
    border-color: #fff;
    color: #0c577f;
}

.help-button.tracking {
    display: block;
    margin-bottom: 15px;
    width: 527px;
}

.help-button.tracking [data-icon]:before {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.help-button.tracking strong {
    display: inline-block;
}

.help-button strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.help-button [data-icon]:before {
    display: block;
    font-size: 35px;
    font-weight: normal;
    margin: 0 auto 5px;
    text-align: center;
}

.help-button.mobile-home {
    display: none;
}

.help.mobile {
    width: 100%;
    padding: 25px;
}

.list {

}

.help .main {
    vertical-align: top;
    display: table-cell;
    width: 80%;
    padding: 40px 0 0 45px;
}

.help .main hr.dash {
    border: 0;
    border-bottom: 1px dashed #eee;
}

.help .main .examples:after {
    content: "";
    clear: both;
    display: table;
}

.help .main .examples > p {
    font-weight: 700;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 16px;
    padding: 9px 150px 7px 22px;
    margin: -6px 0 20px;
    vertical-align: middle;
}

.help .main a#view-examples {
    display: inline-block;
    margin: 0 0 20px 100px;
    background: #aaa;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    padding: 15px 22px 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: background 0.3s ease-in-out;
}

.help .main a#view-examples:hover,
.help .main a#view-examples.expanded {
    background: #666;
}

.help .main a#view-examples > i {
    vertical-align: middle;
    font-size: 0.85em;
    font-weight: 700;
}

.help .main a#view-examples > i:before {
    display: inline-block;
    transition: transform 0.2s ease;
}

.help .main a#view-examples.expanded > i:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media only screen and (max-width: 1052px) {
    .help .main a#view-examples {
        margin-left: 0;
    }
}

#top ul {
    margin: 30px 0;
    padding: 0 0 0 25px;
}

#top ul.bullets {
    padding: 0 0 0 35px;
    margin: 15px 0 30px;
}

#top li:before {
    color: #8ab6d0;
    content: '\e628';
    font-family: 'sw-icons';
    position: absolute;
    left: 0;
}

#top li {
    font-size: 16px;
    list-style: none;
    line-height: 1.5;
    padding: 5px 5px 5px 25px;
    position: relative;
}

#top ul.bullets li {
    list-style: disc;
    padding: 5px 5px 5px 0;
    font-size: 15px;
    font-weight: 600;
}

#top ul.bullets li:before {
    display: none;
}

.help.spec .main {
    width: 100%;
    display: block;
    padding: 0;
}

.help.spec .header {
    margin: 0;
}

.help.mobile .main {
    width: 100%;
}

.help.mobile .main ul {
    margin: 0 15px;
    padding: 10px 0;
    list-style: disc;
}

.help .main h1 {
    font-size: 45px;
    margin: 0 0 15px 0;
    line-height: 50px;
    color: #0b416b;
}

.help .main h2 {
    font-size: 22px;
    margin: 20px 0 5px 0;
    font-weight: 300;
    color: #0b416b;
}

.help .main p {
    font-size: 16px;
    line-height: 1.5;
    margin: 5px 0 15px;
}

.help .main p.text {
    font-size: 14px;
    margin: 0;
    padding: 0 0 40px 0;
    color: #444;
    line-height: 18px;
    display: inline-block;
}

.help .main .checklist {
    margin: 0;
    padding: 0;
    clear: both;
}

.help .main .checklist li {
    list-style: none;
    padding: 0 0 25px;
}

.help .main .checklist .icon {
    font-size: 40px;
    color: #a7a7a7;
    padding: 5px 15px 0 0;
    width: 5%;
    min-width: 60px;
    max-width: 60px;
    vertical-align: top;
    display: table-cell;
}

.help .main .text {
    display: inline-block;
}

.help .main .checklist h3 {
    font-size: 18px;
    color: #444;
    margin: 0 0 5px 0;
}

.help .main .checklist p {
    font-size: 12px;
    color: #444;
    line-height: 18px;
}

.help .main .checklist .text {
    display: table-cell;
    vertical-align: top;
    width: 95%;
}

.help .main .how-to-list li, .privacy-policy li {
    margin: 0 0 20px 0;
}

.help .header {
    margin-top: 10px;
}

.help .header h4 {
    text-align: center;
    background-image: url(/help/images/redbar.png);
    background-color: #ba0e17;
    background-position: 0 0;
    background-repeat: repeat-x;
    margin: 25px 0;
}

.help .header h4 a {
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 0 #a00c14;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 26px;
    transition: all .2s ease;
    padding: 10px 0;
    display: block;
    border: 2px solid transparent;
}

.help .header h4 a:hover {
    border-color: #700c11;
    box-shadow: 0 0 10px #700c11;
}

.help .here-to-help {
    color: #0b416b;
    text-shadow: 0 1px 0 #fff;
    background: #c7e5ff;
    display: table-cell;
    vertical-align: top;
    margin: 0 auto;
    position: relative;
    width: 80%;
}

.help .here-to-help .image {
    vertical-align: top;
    display: table-cell;
    height: 110px;
    width: 140px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: -27px -7px;
    background-image: url(/include/footer/images/se-2014/dean-geyer.png);
    background-repeat: no-repeat;
}

.help .here-to-help .text {
    padding: 0 15px 0 140px;
    vertical-align: middle;
    display: table-cell;
    height: 110px;
}

.help .aside ul.sublist a:after {
    color: #c0c0c0;
    content: "";
    font-family: "sw-icons";
    font-size: 18px;
    position: absolute;
    right: 11px;
    top: 9px;
    transition: all 0.1s ease 0s;
}

.help .here-to-help h5 {
    font-size: 24px;
    margin: 5px 0;
}

.help .here-to-help p {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}

.help .sweetcare {
    background: url(/help/images/sweetcare.jpg) no-repeat #c7e5ff;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 110px;
    width: 20%;
    min-width: 341px;
    line-height: 1;
}

.help .sweetcare p {
    margin: 0;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 -1px 0 #010101;
    font-size: 12px;
    position: absolute;
}

.help .sweetcare p.top {
    top: 14px;
    left: 51px;
}

.help .sweetcare p.bot {
    top: 70px;
    left: 53px;
    text-align: center;
    line-height: 16px;
}

.help .sweetcare span {
    background: #136291;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    color: #fff;
    font-size: 24px;
    text-shadow: 0 -1px 0 #010101;
    padding: 0 5px;
    transition: .2s all ease;
    height: 110px;
    line-height: 116px;
}

.help .sweetcare a {
    display: block;
    height: 110px;
    width: 100%;
    margin: 0 0 0 30px;
}

.help .sweetcare a:hover span {
    background: #0c496d;
}

.help .aside {
    border-right: 1px solid #eee;
    display: table-cell;
    min-width: 350px;
    padding: 40px 0 0;
    width: 20%;
}

.help .aside a {
    text-decoration: none;
    transition: all .1s ease;
}

div.back-btn {
    border: 1px solid;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 20px;
}

a.back-btn:before {
    content: '\e64b';
    font-family: 'sw-icons';
    font-weight: normal;
    margin-right: 10px;
    /*transition: margin-right .2s ease;*/
}

a.back-btn {
    color: #29527c;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 25px;
    vertical-align: top;
    /*width: 80%;*/
}

a.back-btn:hover:before {
    /*margin-right: 18px;*/
}

a.back-btn:hover {
    background: #29527c;
    border-color: #29527c;
    color: #fff;
}

.help .aside h5 {
    margin: 0;
    font-size: 20px;
}

.help .aside h5 a {
    border-bottom: 0 none;
    color: #29527c;
    display: block;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    padding: 10px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    text-transform: uppercase;
    vertical-align: baseline;
}

.help .aside h5 a:hover {
    /*background:#D6E8FE;*/
}

.help .aside h5 a:hover:after {
    background: #a7c5e9;
    color: #29527c;
}

.help .aside ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.help .aside.home {
    border-right: 0;
}

.help .aside.home ul.lists {
    border: none;
    background: transparent;
    -moz-column-count: 3;
    -moz-column-gap: 25px;
    -webkit-column-count: 3;
    -webkit-column-gap: 25px;
    column-count: 3;
    column-gap: 25px;
    width: 100%;
}

.help .aside.home li.list {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 25px 0;
}

.help .aside ul.sublist {
    border: none;
}

.help .aside ul.sublist a {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 10px 8px 25px;
    position: relative;
    text-decoration: none;
}

.help .aside ul.sublist a:after {
    content: '\e601';
    font-family: 'sw-icons';
    opacity: 0;
    position: absolute;
    top: 9px;
    color: #c0c0c0;
    right: 11px;
    font-size: 18px;
    transition: all .1s ease;
}

.help .aside ul.sublist a:hover {
    /*background:#E1EDF7;*/
    color: #2d84cc;
}

.help .aside ul.sublist a:hover:after {
    color: #2d84cc;
    opacity: 1;
}

.help .aside ul.sublist li:first-child a {
    /*border-top:1px solid #E4E5E9;*/
}

.se-box {
    background: #eeebe7;
    display: block;
    font-size: 16px;
    line-height: 1.48;
    padding: 10px 10px 10px 150px;
    position: relative;
    width: 100%;
}

.se-box .SE {
    background-color: #fff;
    background-position: right bottom;
    background-size: cover;
    border-radius: 100px;
    height: 115px;
    position: absolute;
    bottom: 12px;
    left: 15px;
    width: 115px;
}

.help .se-box p {
    font-size: 15px;
    margin-bottom: 5px;
}

.se-box h4 {
    color: #333;
    font-size: 30px;
    font-weight: 100;
    line-height: 1.2;
    margin: 0 0 5px;
}

.se-box h5 {
    olor: #333;
    font-size: 18px;
    font-weight: 600;
    margin: 5px 0 0;
}

.se-box .tel a {
    color: #005887;
}

.se-box .btn {
    font-size: 13px;
    height: 23px;
    line-height: 23px;
    padding: 0 10px;
    vertical-align: baseline;
}

.main .page-chapter {
    padding: 10px 0;
    color: #444;
    background: transparent;
    /*margin:0 0 15px 0;*/
    position: relative;
}

.help .returns-exchanges #how-to-return-examples {

}

.help .returns-exchanges #how-to-return-examples > .col {
    float: left;
    width: 50%;
    padding: 0 0.75em;
}

.help .main .page-chapter h3 {
    font-size: 30px;
    line-height: 24px;
    margin: 0 0 10px;
    color: #0072ba;
    font-weight: 400;
}

.help .main .page-chapter h4 {
    font-size: 16px;
    margin: 15px 0 0 0;
}

.help .returns-exchanges #how-to-return-examples h4 {
    font-size: 22px;
    font-weight: 600;
    color: #777;
    margin: 15px 0;
    line-height: 1.1em;
}

.help .returns-exchanges #how-to-return-examples ul.bullets {
    margin: 0;
    padding: 0;
}

.help .returns-exchanges #how-to-return-examples ul.bullets li {
    list-style-type: none;
}

.help .returns-exchanges #how-to-return-examples ul.bullets li > p {
    max-width: 320px;
    font-size: 0.92em;
    font-weight: 600;
    line-height: 1.35em;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.help .returns-exchanges #how-to-return-examples ul.bullets li > p > strong {
    font-weight: 700;
    color: #444;
    font-style: normal;
    display: block;
    padding-bottom: 4px;
    text-decoration: underline;
}

.help .returns-exchanges #how-to-return-examples img {
    width: 100%;
    max-width: 100%;
}

.help .main .go-to {
    background: #0f4b6e;
    padding: 10px 15px 10px 35px;
    color: #fff;
    position: relative;
    font-size: 18px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    position: fixed;
    right: -152px;
    bottom: 50px;
    height: 40px;
    margin: 0;
    box-shadow: 0 0 3px 0 #000;
    border: 2px solid #0f4b6e;
    transition: all .3s ease;
    cursor: pointer;
    display: block;
    text-decoration: none;
    z-index: 3000;
}

.help .main .go-to:hover {
    background: #0072ba
}

.help .main .go-to.active {
    right: -2px;
}

.help .main .go-to:after {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
    content: '\e645';
    font-family: 'sw-icons';
}

.help.spec .wrapper {
    position: relative;
}

.help.spec .tabs {
    position: relative;
    width: 100%;
    clear: both;
    margin: 30px 0 0 0;
    font-size: 14px;
    line-height: 22px;
}

.help.spec .tabs label {
    display: table-cell;
    width: 10%;
    padding: 10px;
    text-align: center;
    color: #29527c;
    background: #fafafa;
    border-width: 1px 1px 1px 0;
    border-color: #e4e5e9;
    border-style: solid;
    font-size: 17px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.help.spec .tabs label i {
    position: relative;
    top: 1px;
    left: -6px;
}

.help.spec input[type="radio"] {
    display: none;
}

.help.spec .tabs label:hover {
    background: #e7e7e7;
}

.help.spec .tabs .chrome {
    border-left: 1px solid #e4e5e9;
}

.help.spec .tab-wrapper {
    position: relative;
    z-index: 1;
}

.help.spec .tab {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: #fff;
    border: 1px solid #e4e5e9;
    margin-top: -1px;
    overflow: hidden;
}

.help.spec .tab .windows,
.help.spec .tab .all {
    padding: 0 0 20px 0;
}

.help.spec .tab span {
    font-size: 16px;
    display: inline-block;
    margin: 0 0 3px 0;
    padding: 2px;
}

.help.spec .tab strong i {
    font-size: 20px;
    position: relative;
    top: 4px;
    line-height: 17px;
}

.help.spec .tab ol {
    margin: 0 0 0 25px;
    padding: 0;
    list-style: decimal;
}

.help.spec .tab li {
    padding: 0 0 5px 0;
    font-size: 15px;
}

.help.spec .tab h3 {
    margin: 0 -15px 15px -35px;
    color: #fff;
    background: #000;
    display: inline-block;
    font-weight: 300;
    font-size: 18px;
    padding: 5px 15px 5px 40px;
}

.help.spec .tabs input:checked + label {
    position: relative;
    z-index: 2;
    color: #fff;
}

.help.spec .tabs input#chrome:checked ~ .tab-wrapper > .chrome,
.help.spec .tabs input#firefox:checked ~ .tab-wrapper > .firefox,
.help.spec .tabs input#ie:checked ~ .tab-wrapper > .ie,
.help.spec .tabs input#safari:checked ~ .tab-wrapper > .safari,
.help.spec .tabs input#ios:checked ~ .tab-wrapper > .ios,
.help.spec .tabs input#android:checked ~ .tab-wrapper > .android {
    position: relative;
    opacity: 1;
    z-index: 1;
}

.help.spec .tabs input#chrome:checked + label {
    background: #0266c8;
    border-color: #0266c8;
}

.help.spec .tab.chrome {
    border-color: #0266c8;
}

.help.spec .tab.chrome h3 {
    background: #0266c8;
}

.help.spec .tabs input#firefox:checked + label {
    background: #e66000;
    border-color: #e66000;
}

.help.spec .tab.firefox {
    border-color: #e66000;
}

.help.spec .tab.firefox h3 {
    background: #e66000;
}

.help.spec .tabs input#ie:checked + label,
.help.spec .tab.ie h3 {
    background: #37a5e2;
    border-color: #37a5e2;
}

.help.spec .tab.ie {
    border-color: #37a5e2;
}

.help.spec .tab.ie h3 {
    background: #37a5e2;
}

.help.spec .tabs input#safari:checked + label,
.help.spec .tab.safari h3 {
    background: #999;
    border-color: #999;
}

.help.spec .tab.safari {
    border-color: #999;
}

.help.spec .tab.safari h3 {
    background: #999;
}

.help.spec .tabs input#ios:checked + label,
.help.spec .tab.ios h3 {
    background: #333;
    border-color: #333;
}

.help.spec .tab.ios {
    border-color: #333;
}

.help.spec .tab.ios h3 {
    background: #333;
}

.help.spec .tabs input#android:checked + label,
.help.spec .tab.android h3 {
    background: #a4c639;
    border-color: #a4c639;
}

.help.spec .tab.android {
    border-color: #a4c639;
}

.help.spec .tab.android h3 {
    background: #a4c639;
}

@font-face {
    font-family: 'tabs';
    src: url('/help/css/fonts/tabs.eot?-9opwph');
    src: url('/help/css/fonts/tabs.eot?#iefix-9opwph') format('embedded-opentype'),
    url('/help/css/fonts/tabs.woff?-9opwph') format('woff'),
    url('/help/css/fonts/tabs.ttf?-9opwph') format('truetype'),
    url('/help/css/fonts/tabs.svg?-9opwph#tabs') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'tabs';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-apple:before {
    content: "\eabf";
}

.icon-android:before {
    content: "\eac1";
}

.icon-windows:before {
    content: "\eac3";
}

.icon-chrome:before {
    content: "\eae5";
}

.icon-firefox:before {
    content: "\eae6";
}

.icon-IE:before {
    content: "\eae7";
}

.icon-safari:before {
    content: "\eae9";
}

.filter_list .items {
    padding: 0;
}

.page_header {
    position: relative;
    padding: 10px 15px;;
    text-align: center;
}

.page_header h2 {
    display: inline;
}

.page_header #filter_toggle {
    font-size: 13px;
    margin-top: -15px;
    padding: 0 6px 0 32px;
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 200;
}

.page_header #filter_toggle:before {
    left: 3px;
}

.page_header a {
    text-decoration: none;
}

.filters ul {
    margin: 0;
}

.filters li {
    margin: 0;
}

.filters li a {
    min-height: 0;
    padding: 4px 3px 4px 16px;
}

.filters li a:before {
    height: 20px;
    top: -1px;
    width: 12px;
    font: 11px/23px 'sw-icons';
}

.filters li.list {
    margin: 0 0 6px 0;
}

.filters h5 {
    font-size: 16px;
    margin: 0 0 4px 8px;
    color: #fff;
    font-weight: 400;
    border-radius: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
    z-index: 40;
}

.filters h5 a {
    margin: 0;
    position: relative;
    z-index: 50;
    padding: 0;
    border-radius: 0;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
}

.filters h5 a:before {
    display: none;
}

.filters h5:after {
    content: '\e601';
    font-family: 'sw-icons';
    position: absolute;
    right: 8px;
    top: 1px;
}

.filters ul.sublist {
    margin: 0 5px 0 15px;
    transition: all .2s ease;
}

.no-csscolumns .help .aside.home ul.lists {
    text-align: center;
}

.no-csscolumns .help .aside.home li.list {
    width: 31%;
    text-align: left;
    margin: 0 25px 25px 0;
}

.no-csscolumns .help .aside.home li.list:nth-child(3n) {
    margin: 0 0 25px 0;
}

.no-mediaqueries .help {
    max-width: 930px;
    padding: 0 15px;
}

.no-mediaqueries .help .header {
    margin-top: 0;
}

.no-mediaqueries .help .header h4 {
    margin: 15px 0;
}

.no-mediaqueries .help .here-to-help p {
    font-size: 13px;
    line-height: 17px;
}

.no-mediaqueries .help .aside.home ul.lists {
    text-align: center;
}

.no-mediaqueries .help .aside.home li.list {
    margin: 0 7.5px 15px 7.5px;
    text-align: left;
    width: 292px;
}

.no-mediaqueries .help .aside h5 a {
    padding: 8px;
    font-size: 18px;
}

.no-mediaqueries .help .aside h5 a:after {
    padding: 8px;
}

.no-mediaqueries .help .aside ul.sublist a {
    font-size: 13px;
    padding: 8px;
}

.no-mediaqueries .help .aside ul.sublist a:after {
    font-size: 16px;
    top: 8px;
}

.no-mediaqueries .spec.help .tabs label {
    display: none;
}

.no-mediaqueries .spec.help .tab {
    position: relative;
    margin: 0 0 20px 0;
}

@media only screen and (max-width: 1445px) {
    .help-se {
        background: #000 url(https://media.sweetwater.com/help/images/bkg-help.jpg) no-repeat scroll center center / cover;
    }
}

@media only screen and (max-width: 1200px) {
    .help {
        padding: 0 20px;
    }

    .help.mobile {
        padding: 20px;
    }

    .help .header {
        margin-top: 5px;
    }

    .help .here-to-help h5 {
        font-size: 20px;
    }

    .help .here-to-help p {
        font-size: 13px;
        line-height: 17px;
    }

    .help .header h4 {
        margin: 20px 0;
    }

    .help .main {
        font-size: 13px;
        line-height: 17px;
        padding: 35px 0 0 20px;
    }

    .help .main h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .help .main .page-chapter h3 {
        font-size: 20px;
        margin: 0 0 10px 0;
    }

    .help .aside {
        min-width: 300px;
    }

    .help .aside h5 a {
        padding: 8px;
        font-size: 18px;
    }

    .help .aside h5 a:after {
        padding: 8px;
    }

    .help .aside ul.sublist a {
        font-size: 13px;
        padding: 8px;
    }

    .help .aside ul.sublist a:after {
        font-size: 16px;
        top: 8px;
    }

    .help .aside.home ul.lists {
        -moz-column-gap: 20px;
        -webkit-column-gap: 20px;
        column-gap: 20px;
    }

    .help .aside.home li.list {
        margin: 0 0 20px 0;
    }

    .no-csscolumns .help .aside.home li.list {
        margin: 0 20px 20px 0;
    }

    .no-csscolumns .help .aside.home li.list:nth-child(3n) {
        margin: 0 0 20px 0;
    }
}

@media only screen and (max-width: 950px) {
    .help-se {
        background-color: #000;
        background: #000 url(https://media.sweetwater.com/help/images/bkg-help-mobile.jpg) no-repeat scroll center center / cover;
    }

    .help {
        padding: 0 15px;
    }

    .help.mobile {
        padding: 15px;
    }

    .help .header h4 {
        margin: 15px 0;
    }

    .help .main {
        /*padding:0 0 0 15px;*/
    }

    .help .main h1 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 5px 0;
    }

    .help .main h2 {
        font-size: 18px;
        margin: 5px 0;
    }

    .help .main p.text {
        font-size: 13px;
        line-height: 17px;
    }

    .help .main .page-chapter {
        padding: 5px 0;
        margin: 0 0 5px;
    }

    .help .main .page-chapter h3 {
        font-size: 18px;
        margin: 0 0 5px;
    }

    .help .main .page-chapter h4 {
        font-size: 14px;
        margin: 5px 0 0 0;
    }

    .help .main .checklist li {
        padding: 0 0 25px;
    }

    .help .aside.home ul.lists {
        -moz-column-count: 2;
        -moz-column-gap: 15px;
        -webkit-column-count: 2;
        -webkit-column-gap: 15px;
        column-count: 2;
        column-gap: 15px;
    }

    .help .aside.home li.list {
        margin: 0 0 15px 0;
    }

    .help .here-to-help {
        width: 100%;
        display: block;
        border-bottom: 1px solid #136291;
    }

    .help .here-to-help .text {
        padding: 15px;
        height: auto;
    }

    .help .here-to-help .image {
        vertical-align: bottom;
        position: relative;
        background-position: -27px 0;
        bottom: 0;
        top: auto;
    }

    .help .sweetcare {
        width: 100%;
        display: block;
        background: #176ea3;
        background: linear-gradient(to right, #075e93, #176ea3);
        position: relative;
        height: auto;
    }

    .help .sweetcare a {
        text-decoration: none;
        height: auto;
        background: url(/help/images/sweetcare.png) no-repeat center 34px;
        min-height: 110px;
        width: 100%;
        margin: 0 auto;
    }

    .help .sweetcare p.top,
    .help .sweetcare p.bot {
        line-height: 17px;
        font-size: 14px;
        z-index: 1000;
    }

    .help .sweetcare p.top {
        top: 10px;
        left: 50%;
        margin-left: -146px;
    }

    .help .sweetcare p.bot {
        bottom: 10px;
        left: 50%;
        margin-left: -141px;
    }

    .help .se-box {
        font-size: 13px;
        line-height: 17px;
    }

    .help .se-box h4 {
        font-size: 18px;
        margin: 0 0 6px;
    }

    .help .se-box h5 {
        font-size: 14px;
        margin: 6px 0 0 0;
    }

    .help .aside {
        min-width: 250px;
    }

    .help .aside h5 a {
        padding: 6px;
        font-size: 16px;
    }

    .help .aside h5 a:after {
        padding: 6px;
    }

    .help .aside ul.sublist a {
        font-size: 12px;
        padding: 6px;
    }

    .help .aside ul.sublist a:after {
        font-size: 14px;
        top: 6px;
        right: 7px;
    }

    .no-csscolumns .help .aside.home li.list {
        margin: 0 15px 15px 0;
    }

    .no-csscolumns .help .aside.home li.list:nth-child(3n) {
        margin: 0 0 15px 0;
    }
}

@media only screen and (max-width: 870px) {
    .help-se {
        padding: 40px 20px;
    }

    .help-intro__column {
        display: block;
    }

    .help-button [data-icon]::before {
        display: inline-block;
        font-size: 25px;
        margin: 0 5px 5px;
        vertical-align: middle;
    }

    div.help-button {
        display: block;
        margin: 5px;
    }

    a.help-button {
        display: block;
    }

    .help-button strong {
        writing-mode: horizontal-tb;
    }

    .help-wrapper {
        /*width: 60%;*/
    }

    .help-wrapper h3 {
        font-size: 35px;
    }

    .help-wrapper p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 931px) {
    .help .returns-exchanges #how-to-return-examples img {
        max-width: 320px;
    }

    .help .returns-exchanges #how-to-return-examples ul.bullets li {
        min-height: 340px;
    }
}

@media only screen and (min-width: 701px) and (max-width: 930px) {
    .help .returns-exchanges #how-to-return-examples > .col {
        width: 100%;
    }
}

@media only screen and (max-width: 700px) {
    .help {
        padding: 0 10px;
    }

    .help .main h1 {
        font-size: 20px;
        line-height: 26px;
    }

    .help.mobile {
        padding: 10px;
    }

    .help .header {
        margin: 0;
    }

    .help .header h4 {
        margin: 10px 0;
    }

    .help .header h4 a {
        padding: 5px 0;
        font-size: 22px;
    }

    .help-button.mobile-home {
        display: block;
    }

    .help .main {
        display: block;
        padding: 25px;
        width: 100%;
    }

    .help .aside {
        display: none;
    }

    .help .aside.home {
        display: block;
        width: 100%;
    }

    .help .aside.home ul.lists {
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        column-count: 1;
        column-gap: 0;
    }

    .help .aside.home li.list {
        margin: 0 0 10px 0;
    }

    .help .here-to-help .text {
        padding: 10px;
    }

    .help .sweetcare p.top,
    .help .sweetcare p.bot {
        line-height: 16px;
        font-size: 13px;
    }

    .help .se-box {
        font-size: 12px;
        line-height: 16px;
        padding: 10px 10px 10px 145px;
    }

    .help .se-box h4 {
        font-size: 16px;
        margin: 0 0 6px;
    }

    .help .se-box h5 {
        font-size: 13px;
        margin: 4px 0 0 0;
    }

    .help .here-to-help p {
        font-size: 12px;
        line-height: 16px;
    }

    .help.spec .tab {
        padding: 10px;
    }

    .help.spec .tab li {
        font-size: 13px;
        padding: 0 0 3px 0;
    }

    .help.spec .tabs label {
        padding: 5px;
        font-size: 14px;
    }

    .help.spec .tabs label i {
        display: none;
    }

    .help.spec .tab span {
        font-size: 14px;

    }

    .no-csscolumns .help .aside.home li.list {
        margin: 0 10px 10px 0;
    }

    .no-csscolumns .help .aside.home li.list:nth-child(3n) {
        margin: 0 0 10px 0;
    }

}

@media only screen and (max-width: 550px) {
    .help-wrapper h3 {
        font-size: 25px;
    }

    .help-wrapper p {
        font-size: 13px;
    }

    .help .returns-exchanges #how-to-return-examples > .col {
        width: 100%;
    }

    .help .returns-exchanges #how-to-return-examples ul.bullets li {
        min-height: 0;
    }
}

@media only screen and (max-width: 450px) {
    .help.spec .tabs label {
        padding: 10px;
        display: block;
        border-width: 1px 1px 0 1px;
        border-color: #e4e5e9;
        border-style: solid;
        width: 100%;
        font-size: 17px;
    }

    .help.spec .tabs label i {
        display: inline-block;
        top: 0;
    }
}

@media only screen and (max-width: 420px) {
    .help-se {
        background: #0072ba;
    }

    .help-wrapper {
        width: 100%;
    }

    .help-wrapper__inner {
        display: block;
    }

    .help.mobile {
        width: 95%;
    }
}

/* Website Accessibility (ADA) page */

#ada-page {
    display: table-cell;
    padding: 40px 0 0 45px;
    vertical-align: top;
    width: 80%;
}

.ada-content-wrap {
    ` width: 100%;
}

.ada-content {
    color: #3e4144;
}

.ada-content h1 {
    color: #0b416b;
    font-size: 45px;
    line-height: 50px;
    margin: 0 0 15px 0;
}

.ada-content h2 {
    color: #0c577f;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
}

.ada-content h2 {
    margin-bottom: 1em;
}

.ada-contact {
    background: #dbf2fd;
    border-radius: 20px;
    color: #00526b;
    margin-top: 30px;
    width: 100%;
}

.ada-contact-text {
    padding: 40px;
}

.ada-link-wrap {
    padding: 0 40px 40px 40px;
    text-align: center;
}

a.ada-phone-link {
    color: #00526b;
    display: inline-block;
    padding: 15px 40px 15px 90px;
    position: relative;
    text-decoration: none;
    transition: .2s;
}

.ada-phone-icon {
    border-radius: 50%;
    height: 40px;
    left: 40px;
    position: absolute;
    width: 40px;
}

.ada-phone-icon path {
    fill: #fff;
}

.ada-phone-icon circle {
    fill: #00526b;
}

@keyframes ring {
    0% {
        box-shadow: 0 0 0 #fff;
        transform: rotate(10deg)
    }
    10% {
        transform: rotate(-10deg)
    }
    20% {
        transform: rotate(10deg)
    }
    30% {
        transform: rotate(-10deg)
    }
    40% {
        transform: rotate(10deg)
    }
    45% {
        box-shadow: 0 0 15px #fff;
        transform: rotate(0deg)
    }
    100% {
        box-shadow: 0 0 105px #fff;
        transform: rotate(0deg)
    }
}

a.ada-phone-link:hover {
    background: #1373a8;
    color: #fff;
}

.ada-phone-link:hover .ada-phone-icon {
    animation: ring 1s infinite;
}

a.ada-phone-link:hover circle {
    fill: #fff;
}

a.ada-phone-link:hover path {
    fill: #00526b;
}

@media screen and (max-width: 1000px) {

    .ada-content-wrap {
        flex-wrap: wrap;
    }

    .ada-content, .ada-contact-wrap, .ada-contact {
        box-sizing: border-box;
        width: 100%;
    }

}

@media only screen and (max-width: 700px) {

    #ada-page {
        padding: 20px;
        display: block;
        width: 100%;
    }

    a.ada-phone-link {
        padding: 1em;
        font-size: .9em;
    }

    a.ada-phone-link svg {
        display: none;
    }

}

/* PRODUCT-INFORMATION */

@media all and (max-width: 567px) {
    #used-gear.page-chapter {
        margin: -80px 0 5px;
        padding: 80px 0 5px;
    }
}
