/* Hide the default MF header for help pages */
.support #header {
    display: none;
}

#header_help_center {
    display: flex;
    align-items: center;
    height: 70px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 45;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 960px) {
    #header_help_center {
        position: static;
    }
}

#header_help_center .wrap {
  display: flex;
  align-items: center;
}

@media (max-width: 960px) {
    #header_help_center .wrap {
        width: 100%;
        padding: 0 20px;
    }
}

#header_help_center .logo {
    display: flex;
    align-items: center;
    margin-right: auto;
}

#header_help_center .logo a {
    display: block;
    width: 190px;
    height: 26px;
}

@media (max-width: 575px) {
    #header_help_center .logo a {
        width: 48px;
        overflow: hidden;
    }
}

.support #container {
    display: flex;
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
}

.support #content_container {
    background-color: #fff;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.support #mainContentWrap {
    padding-bottom: 100px;
}

.support #footer {
    margin-top: auto;
    min-height: auto;
}

.main-content{
    display: flex;
    max-width: 960px;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .main-content {
        display: block;
    }
}

.column-1 {
    width: 180px;
    margin-top: 30px;
    padding: 0 30px 30px;
    flex-shrink: 0;
}

@media (max-width: 600px) {
    .column-1 {
        position: relative;
        min-height: 50px;
        width: auto;
        padding-bottom: 0;
    }
}

.menu li ul {
    margin: .5rem 0 0 10px;
}

.menu li ul a {
    color: #222835;
    color: var(--mf-gray2);
}

@media (max-width: 600px) {
    .menu .section {
        height: 50px;
        overflow: hidden;
        background: #fff;
        position: absolute;
        left: 30px;
        right: 30px;
        top: 0;
        margin-top: 0 !important;
        box-shadow: 0 0 0 1px rgba(0,0,0,.15), 0 3px 0 0 rgba(0,0,0,.1 );
        border-radius: 5px;
        z-index: 1;
    }

    .menu .section:hover {
        height: auto;
        box-shadow: 0 3px 7px 1px rgba(0,0,0,.25), 0 0 0 1px rgba(0,0,0,.05);
    }

    .menu .section > ul {
        padding: 40px 20px 20px;
    }

    .menu .section > ul:before {
        content: "Go to...";
        position: absolute;
        top: 0;
        left: 20px;
        right: 0;
        height: 50px;
        line-height: 50px;
        color: color: #72767E;;
        color: var(--mf-gray5);
    }

    .menu .section > ul:after {
        content: "";
        position: absolute;
        right: 20px;
        top: 23px;
        border-style: solid;
        border-color: #000 transparent transparent;
        border-width: 5px;
    }

    .menu a {
        padding: 10px;
        display: block;
    }
}

.column-2 {
    margin-top: 30px;
    padding: 0 30px 30px;
    border-left: 1px solid #E9EAEB;
    border-left: 1px solid var(--mf-gray10);
}

.help-links a {
    display: block;
}

.supportPayPalEmail,
.supportPayPal {
    display: none;
}

form.search-wrap {
    display: inline-block;
    margin-left: 20px;
    float: right;
    line-height: 66px;
}

form input.st-search-input {
    font-size: 14px;
    display: inline-block;
    width: 120px;
    background: #fff url(/images/backgrounds/developers/search.png) no-repeat 9px 7px;
    -webkit-transition: width 0.5s ease 0s;
    -moz-transition: width 0.5s ease 0s;
    transition: width 0.5s ease 0s;
    box-shadow: none;
    height: 32px;
    padding: 4px 9px 4px 32px;
    line-height: 18px;
}

#ticket_form {
    max-width: 375px;
}

@media (max-width: 600px) {
    #ticket_form {
        max-width: none;
    }
}