.Help_Center {
    width: 100%;
    height: 205px;
    max-height: 2015px;
    background-image: url(../images/HCpic.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    }
.HelpSection {
    padding: 1px 0px;
}
.GN_MainLogo {
    position: absolute;
    top: 30px;
    left: 10%;
    width:90px;
    height: 140px;
    z-index: 2;
}
.GN_MainLogo img {
    width: 100%;
}
.GN_InsideLogo {
    width:90px;
    height: 140px;
    margin-right: 15px;
    float: left;
}
.GN_InsideLogo img {
    width: 100%;
    float: left;
}
.HelpC {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-shadow: 2px 2px #000000;
    margin: 0 auto;
    text-align: center;
    font-size: 65px;
    padding: 30px 0 20px 0;
}
.subclass {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
    font-size: 17px;
    line-height: 20px;
    max-width: 450px;
}
.Main_LinksContainer {
    max-width: 1000px;
    display: block;
    margin: 3% auto 0 auto;
    text-align: center;
}
.Links_LeftSize {
    max-width: 500px;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
    padding: 0 5%;
    border-right: 1px solid #8c8c8c;
}
.Links_RightSize {
    max-width: 500px;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
    padding: 0 0 0 10%;
}
section {background: var(--grayBg);}
section h3 {
    color: #3a3a3a;
    min-width: 350px;
    margin-bottom: 30px
}
section h3 a {
	font-size: 24px;
	margin: 15px 0;
    text-decoration: none;
    cursor: pointer;
    color: #3a3a3a;
}
section h3 a:hover {color:#000}
.Contact_Fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #211f20;
    min-height: 105px;
    padding: 10px 0;
}
.Contactenos {
    position: absolute;
    font-size: 24px;
    margin: 5px 0;
    top: 10px;
    left: 35%;
}
.Contactenos a {
    cursor: pointer;
    color: #fff
}
.Contactenos a:hover {
    text-decoration: underline;
    color: #999;
}
.Contactenos span {
    position: absolute;
    color: #999;
    top: 40px;
    font-size: 10px;
    font-weight: 400;
    height: 12px;
}
.White {color: #fff}
.ContactUL {
    position: absolute;
    font-size: 15px;
    margin: 5px 0;
    top: 10px;
    left: 55%;
    color: #fff;
    line-height: 24px;
}
.ContactUL a {
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    cursor: pointer
}
.Back {
    font-size: 16px;
    color: #000;
    line-height: 19px;
    margin-top:40px
}
.Back a {
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    color: #252525;
    text-transform: uppercase;
}
.Back a:hover {
    color: #000;
    text-decoration: underline
}
.floatleft {
    float: left
}
.Clear {
    clear: both
}
section h1 {
    margin-bottom: 40px
}
section p {
    text-align: left;
    color: #444444;
}
section p a {
    color: var(--accentColor);
    font-weight: 400;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
}
section p a:hover {
    cursor: pointer;
    color: #000;
    
}
section img {
    margin: 0 auto;
    text-align: center;
}
.finalizador {
   margin: 1px 0px 70px 0px;
}
/*ACCORDION MODIFICATIONS*/
.accordion__list {
    padding: 5px 0px 75px 0px
}
.accordion__list .__item > .accordion-button {
    margin: 1px auto 8px auto;
    border-radius: 5px;
}
.accordion__list .__item.active .accordion-button.active + .inner {
    text-align: center
}
.accordion__list .__item > .accordion-button:after {
    content: '';
    position: absolute;
    right: 0;
    margin: auto 15px;
    width: 10px;
    height: 10px;
    border: 1px solid #FFF;
    transform: rotate(45deg);
    border-left: 0;
    border-top: 0;
    transition: 0.2s;
}
/*MOBILES */
@media screen and (max-width: 450px) {
section .content {width: 98%}
.HelpSection {min-height: 600px}
.GN_MainLogo {left: 5%}
.subclass {font-size: 13px; line-height: 16px; padding: 0 15%; text-align: center}
.GN_MainLogo, .GN_InsideLogo {width: 65px}
.HelpC {font-size: 45px; line-height: 47px; max-width: 250px;text-align: left; margin: 0 10% 0 28%}
.Back {width: 270px; font-size:14px;margin: 5px 0px 0px 0px}
section h1 {font-size: 30px; line-height: 33px; width: 335px}
section h3 {margin: 10px 0px}
section h3 a {margin-bottom: 5px; font-size: 20px}
section p a {font-size: 13px}
section img {max-width: 350px}
.Contact_Fixed {min-height: 70px}
.Contactenos {font-size: 20px;left: 4%; top:4%}
.Contactenos span {top;29px}
.ContactUL {font-size: 12px; top:2%; left: 43%;line-height: 19px;}
.top {bottom: 9px}
.finalizador {margin: 1px 0px 45px 0px;}
.accordion__list {padding: 5px 0px 45px 0px}
.Links_LeftSize {border-right: none}
.Links_RightSize {padding: 0 5%;}
}

/*TABLETS  */
@media (min-width: 450px) and (max-width: 800px) {
.GN_MainLogo {left: 5%}
.HelpC {font-size: 55px; line-height: 57px; margin: 0 10% 0 28%; margin: inherit}
.Links_LeftSize {border-right: none}
.Links_RightSize {padding: 0 5%;}
.Contactenos {left: 25%}
.Contactenos span {top;29px}
.ContactUL {left: 50%;}
}
    

/* AVERAGE LAPTOS SIZES */
@media (min-width: 1000px) and (max-width: 1499px) {
section img {max-width: 600px}
.Contact_Fixed {min-height: 70px}
.Contactenos {font-size: 20px;left: 40%; top:4%}
.Contactenos span {top;29px}
.ContactUL {font-size: 12px; top:2%; left: 55%;line-height: 19px;}
.top {bottom: 5px}  
}

/*HUGE DESKTOPS*/
@media (min-width: 1500px) {
section img {max-width: 900px}
.finalizador {margin: 1px 0px 30px 0px;}
}































