.footer02 {
  background: #12233a;
  padding: 7px 0;
  margin: 50px 0 0;
  border-top: 5px solid #ff5300;
  border-bottom: 5px solid #ff5300;
}
@media only screen and (min-width: 734px) {

#pg_sitemap {
	display: grid;
    grid-template-columns: repeat(4, minmax(220px, 1fr));
    gap: 16px;
}
footer h3>a {
    padding: 0;
}	
}
@media screen and (min-width: 64em) {
.footer_contact {
    font-size: 16px;
    color: #fff;
    background: #ff5300;
    padding: 0px 20px;
    margin-top: -7px;
    margin-bottom: -7px;
}

.footer_contact .sitemap_title a{
    border-bottom: 1px solid #ffffff;
    padding-top: 28px;
}

.pcode_H902_SEND form[name="pegasus_contactus"] {
    padding: 30px;
    background: #fff;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.pcode_H801_LOGIN .term_of_use_str {
  display: none;
}

.contactus_fields_cnt {
    margin-top: 0;
}
}

.contactus_fields_cnt tr {
    display:flex;
    flex-direction: column;
}
#contactus_submit {
    width: 100%;
    font-size: 17px;
}

.contactus_fields_cnt .terms_of_use_str, .contactus_fields_cnt .cus_str  {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.contactus_fields_cnt .terms_of_use_str .contact_label.check, 
.contactus_fields_cnt .cus_str .contact_label.check {
    order: 2;
}


footer ul, footer ol {
    list-style: none;
    padding: 0;
}
footer h3 {
	color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}
.fsitemap {  border-bottom: 1px solid #dcdcdc;}


footer h3 > a {
  color: #fff;
  display: block;
  position: relative;
  padding: 24px 24px 10px 0;
  border-bottom: 1px solid #ff5300;
  display: inline-block;
  margin: 0 0 24px;
}
footer h3>a:before, .footer h3>a:after {
    display: inline-block;
    margin-right: 0.2em;
    width: 1em;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    line-height: 1em;
    font-family: "FontPro";
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-variant: normal;
    font-style: normal;
    speak: none;
}

footer h3>a:before {
	position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    content: "\f107";
    right: 0;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    color: #999;
    font-size: 13px;
}

footer h3.active>a:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
	.fsitemap {border-bottom: none;}
@media only screen and (min-width: 734px) {

	/*.fsitemap {border-bottom: none;}	*/
	
footer h3>a:before {
		display:none;
}	
	
footer h3 {
	border-bottom: none;
    font-size: 18px;
    line-height: 23px;
    margin: 0 0 24px;
    pointer-events: none;
}
	/*.footer h3 .icon:before, .footer h3 .icon:after {
		display: none;
	}*/
	
}

.fsubmap li a {
    color: #fff;
	display: block;
	font-size: 16px;
    line-height: 21px;
    margin-bottom: 16px;
}

.closed {display:none;}


@media (max-width: 992px) { 
    
    .fsitemap {
        border-bottom: none !important;
    }
    footer h3 > a { 
        display: block;
    }
   
}

