@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

.section-main
{
    background-image: none;
}

html, body
{
    background: white;
    font-family: 'Open Sans', sans-serif !important;
}



footer
{
    background-color: #231F20;
    background-image: none;
    min-height: 350px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 200px;
}

footer a, footer a:visited
{
    color: black;
}

footer a:hover
{
    text-decoration: underline;
}

.section-2 {
    display: none;
}

.section-3 {
    display: none;
}

.section-4 {
    display: none;
}

.top-header-orange {
    background: #F57F22;
}

.top-header-login a {
    color: #FFFFFF;
}

a:hover, .top-header-login a:hover {
    color: #231F20;
}

a#home-send-top:hover {
    background: #F59E34;
    color: white;
}

#home-send-top {
    background: #F57F22;
}

#home-send-bottom a:hover {
    background: #F59E34;
}

#main-tt-block button[type=submit] {
    color: #F57F22;
}

.main-pricing-block-price-go {
    background: #F57F22;
    color: white;
}

#fly-account-form button[type="submit"] {
    color: #F57F22;
}

ul#side-menu > li.active-parent {
    border-left: 5px solid #F57F22;
}

#main-banner-pgp
{
    min-height: 300px;
}

@media (max-width: 440px) {
    #main-banner-pgp
    {
        min-height: 120px;
    }
}

#home-contact-form button[type=submit] {
    color: #f29d01;
    border: 0;
    background: none;
    font-size: 70px;
    position: relative;
    right: 0;
    bottom: 0;
    font-family: Impact, Charcoal, sans-serif;
    display: inline-block;
    line-height: 40px;
    margin-top: -5px;
}

#home-contact-form button[type=submit]:hover {
    right: -5px;
}

#home-tt-form button[type=submit] {
    color: #f29d01;
    border: 0;
    background: none;
    font-size: 70px;
    position: relative;
    right: 0;
    bottom: 0;
    font-family: Impact, Charcoal, sans-serif;
    display: inline-block;
    line-height: 30px;
    margin-top: -5px;
}

#home-tt-form button[type=submit]:hover {
    right: -5px;
}

#home-contact-form a
{
    color: black;
}

#fly-account-form {
    position: absolute;
    top: 63px;
    right: 26px;
}

#fly-account-form input[type=text], #fly-account-form input[type=password] {
    width: 200px;
}

#fly-account-form button[type="submit"] {
    margin-top: 0;
    position: relative;
}

@media (max-width: 440px) {
    #main-banner-pgp
    {
        min-height: 120px;
    }
}

#bar1
{
    position: absolute; top: 55px; left: 0; right: 0; height: 62px; background: #DF8D36; z-index: 5;
}

#bar2
{
    position: absolute; top: 55px; left: 0; right: 50%; height: 62px; background: white; z-index: 6;
}

#btn-wrapper-panel
{
    padding: 20px 50px;
    background: #231F20;
    display: inline-block;
    font-size: 16px;
    position: relative;
    bottom: 0;
    vertical-align: top;
}


.top-header-account {
    background: #DF8D36 !important;
    margin-right: -25px;
    padding-bottom: 2px !important;
    padding-top: 0;
    width: 250px;

}

.top-header-orange
{
    background: #DF8D36 !important;
}

.top-header-login
{
    background: #DF8D36 !important;
    color: white;
    font-size: 16px;
    padding: 20px 50px;
    text-align: right;
    margin-right: -25px;
}

#brn-wrapper-login
{
    display: inline-block;

}

@media (max-width: 1199px) {

    #bar1, #bar2
    {
        display: none;
    }

    #btn-wrapper-panel
    {
        padding: 20px 5px;
    }

    #brn-wrapper-login
    {
        padding: 20px 5px;
    }

    #fly-account-form input[type=text], #fly-account-form input[type=password] {
        width: 150px;
    }

    #fly-account-form {
        right: -10px;
    }
}

@media (max-width: 991px) {
    #pgp-logo
    {
        margin: 0 auto;
    }


    #btn-wrapper-panel
    {
        display: block;
        text-align: center;
    }

    #brn-wrapper-login
    {
        display: block;
        text-align: center;
        margin-right: 0;
    }

    .top-header-login
    {
        text-align: center;
    }

    #fly-account-form {
        position: absolute;
        top: 115px;
        right: 15px;
        left: 15px;
        text-align: center;
    }

}

@media (max-width: 576px) {
    #home-tt-form > div > div
    {
        width: 100% !important;
        float: none !important;
    }

    #home-tt-form > div > div:last-child
    {
        text-align: center  !important;
    }

}

#brn-wrapper-login
{
    background: #DF8D36;
}

#panel-content
{
    background-image: none;
    background-color: #F4F4F4;
}

.panel-content-overlay
{
    background: none;
}