@font-face {
    font-family: 'MinionPro-Regular';
    src: url("../fonts/MinionPro-Regular.otf") format('opentype');
}

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto-Regular.ttf") format('truetype');
}

@font-face {
    font-family: 'Roboto-Black';
    src: url("../fonts/Roboto-Black.ttf") format('truetype');
}

@font-face {
    font-family: 'Vollkorn';
    src: url("../fonts/vollkorn-regular.ttf") format('truetype');
}

html, body {
    width: 100%;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.6;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    background-color: #ffffff;
}

p {
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 1rem;
}

hr {
    border-top: 1px solid #d4d6d9;
    box-sizing: content-box;
    height: 0;
    border: 0;
    overflow: visible;
}

a {
    position: relative;
    text-decoration: none;
    background-color: transparent;
}

script {
    display: none !important;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:Roboto;
    font-weight:400;
    line-height:1.4
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{
    position:relative;
    width:100%;
    padding-right:15px;
    padding-left:15px
}

dl,ol,ul{
    margin-top:0;
    margin-bottom:1rem
}

.body-container {
    border-left: 14px solid #A12843;
}

.footer {
    background: #0e1524;
    color: #fff;
    overflow-x: hidden;
}

.footer .container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{
    max-width:100%;
    margin-right:auto;
    margin-left:auto
}

.footer h3 {
    font-family: 'Arsenal', sans-serif;
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.footer-menu-1 p {
    font-family: 'Roboto_Bold', sans-serif;
    margin-top: 8px;
}

.footer-menu-1 ul,
.footer-menu-2 ul {
    list-style: none;
    padding-inline-start: 0;
    padding-left: 0;
}

.footer-menu-2 ul li {
    display: inline-block;
    margin-right: 24px;
}

.footer-menu-1 ul li {
    margin-bottom: 1rem;
}

.footer-menu-1 .col-md-6 ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}

.hr-line {
    margin: 24px 0;
}

.hr-line hr {
    margin: 0;
}

.footer-menu-1 ul li a,
.footer-menu-2 ul li a {
    font-size: 15px;
    color: #fff;
    padding-bottom: 2px;
    border-bottom: 1px solid #51565f;
}

.footer-menu-1 ul li a:hover,
.footer-menu-2 ul li a:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff !important;
}

.footer-menu-1 ul li a[target=_blank]::after {
    content: '';
    padding-left: 6px;
    vertical-align: middle;
}

.footer-menu-2 ul li a[target=_blank]::after {
    content: url(../images/asset/external-link-white.svg);
    padding-left: 6px;
    vertical-align: middle;
}
.footer-menu-2 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
div#Body_T5754B57C034_Col02 {
    display: flex;
    justify-content: flex-end;
}

.copyright p {
    font-size: 15px;
    text-align: right;
    margin-bottom: 0;
}

.scroll-top {
    display: none;
    position: fixed;
    width: 49px;
    height: 49px;
    background: #a02842;
    border: 1px solid #751c24;
    border-radius: 4px;
    bottom: 2.5rem;
    right: 2.5rem;
    z-index: 9;
    cursor: pointer;
}

.scroll-top::before {
    font-weight: 900;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
}

/* ---------------------sticky menu bar---------------------*/
#sticky-menu-container,
#sticky-menu-bar {
    padding-right: 15px;
    padding-left: 15px;
}
#sticky-menu-container{
    box-sizing: border-box;
    position: relative;
    z-index: 999;
    background: #ffffff;
    display: none;
}
#sticky-menu-container.sticky{
	position: fixed;
	top: 0;
	right: 0;
	left: 14px;
	height: 85px;
    display: unset;
}

#sticky-menu-container .sticky-menu-list,
#sticky-menu-bar .sticky-menu-list {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 300px;
    height: 100%;
    box-shadow: rgba(100, 100, 100, 0.2) 6px 2px 10px;
    z-index: 9;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
    background-color: #88142E;
    padding: 100px 30px 0;
}

#menu-container .menu-list li:first-of-type,
#sticky-menu-container .sticky-menu-list li:first-of-type,
#sticky-menu-bar .sticky-menu-list li:first-of-type {
    border-top: 0;
}

#menu-container .menu-list .menu-item,
#sticky-menu-container .sticky-menu-list .menu-item,
#sticky-menu-bar .sticky-menu-list .menu-item {
    font-size: 16px;
    margin-bottom: 24px;
}

#menu-container .menu-list .menu-item a,
#sticky-menu-container .sticky-menu-list .menu-item a,
#sticky-menu-bar .sticky-menu-list .menu-item a {
    color: #fff;
}

a.logo-title img, a.logo-title p{ cursor: pointer;}
a.logo-title:hover{ color: #a12843;}

#menu-container .logo-title, #sticky-menu-container .logo-title, #sticky-menu-bar .logo-title {
    cursor: initial;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

#menu-container .logo-title img,
#sticky-menu-container .logo-title img,
#sticky-menu-bar .logo-title img {
    height: 55px;
    width: auto;
}

#menu-container .logo-title p,
#sticky-menu-container .logo-title p,
#sticky-menu-bar .logo-title p {
    height: 10px;
}

#menu-wrapper,
#sticky-menu-wrapper {
    overflow: hidden;
    max-width: 100%;
    max-height: 85px;
    display: grid;
    grid-template-columns: auto auto auto;
}

#menu-wrapper #hamburger-menu,
#sticky-menu-wrapper #hamburger-menu {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 30px 0;
}
.hamburger-icon{
cursor: pointer;
}
#sticky-menu-wrapper .hamburger-icon.open span {
    position: fixed !important;
    width: 30px !important;
    height: 30px;
    margin: 30px 0;
    left: 26px !important;
    z-index: 99;
}

#menu-wrapper #hamburger-menu span,
#sticky-menu-wrapper #hamburger-menu span {
    opacity: 1;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    background-color: #88142E;
    position: absolute;
    transform: rotate(0deg);
    /* transition: .5s ease-in-out; */
    transition: auto;
    z-index: 99;
}

#menu-wrapper #hamburger-menu span:nth-child(1),
#sticky-menu-wrapper #hamburger-menu span:nth-child(1) {
    top: 0;
}

#menu-wrapper #hamburger-menu span:nth-child(2),
#sticky-menu-wrapper #hamburger-menu span:nth-child(2) {
    top: 9px;
}

#menu-wrapper #hamburger-menu span:nth-child(3),
#sticky-menu-wrapper #hamburger-menu span:nth-child(3) {
    top: 18px;
}

#menu-wrapper #hamburger-menu.open span:nth-child(1),
#sticky-menu-wrapper #hamburger-menu.open span:nth-child(1) {
    background-color: #fff;
    transform: translateY(9px) rotate(135deg);
}

#menu-wrapper #hamburger-menu.open span:nth-child(2),
#sticky-menu-wrapper #hamburger-menu.open span:nth-child(2) {
    background-color: #fff;
    opacity: 0;
    transform: translateX(-60px);
}

#menu-wrapper #hamburger-menu.open span:nth-child(3),
#sticky-menu-wrapper #hamburger-menu.open span:nth-child(3) {
    background-color: #fff;
    transform: translateY(-9px) rotate(-135deg);
}

/* ---------------------documents links---------------------*/
.doc-links {
    background-image: linear-gradient(to top right, #A12843, #7B122A);
    display: grid;
    grid-template-columns: 28% 28% 28%;
    justify-content: space-between;
    padding: 50px 50px 30px;
}

.doc-links a {
    color: #fff;
    font-size: 20px;
}

.doc-links ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.doc-links ul li.download-link {
    background-image: url("../images/asset/down-to-line.png");
    background-repeat: no-repeat;
    padding-right: 30px;
    width: 100%;
    background-position: right;
    border-bottom: 2px solid #A12843;
    margin-bottom: 15px;
    cursor: pointer;
}

.doc-links .download-link a[target=_blank]:after, 
li.menu-item a[target=_blank]:after,
.icon-bar a[target=_blank]:after,
.highlights-heading a[target=_blank]:after{
    display: none !important;
}

/* ---------------------social sharing icons---------------------*/
.icon-bar {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
}

.icon-bar button {
    border: none;
    display: block;
    text-align: center;
    margin: 15px;
    color: white;
    font-size: 20px;
    border-radius: 50%;
}

.icon-bar a {
    visibility: hidden;
    display: none;
    text-align: center;
    margin: 15px;
    transition: all 0.2s;
    color: white;
    font-size: 25px;
    border-radius: 50%;
}

.icon-bar a.open {
    visibility: visible;
    display: block;
}

.icon-bar a:hover {
    background-color: #000;
}

.facebook,
.twitter,
.email,
.whatsapp,
.share {
    background: #C70F34;
    color: white;
    width: 42px;
    height: 42px;
}

.col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.copyright {
    width: 41.66666667%;
}

@media only screen and (max-width: 1025px){

    .body-container {
        border-left: none !important;
    }
    #sticky-menu-container.sticky, #sticky-menu-bar.sticky {
        top: 0;
        left: 0;
        right: 0;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .doc-links {
        display: grid;
        grid-template-columns: 29% 29% 29%;
        justify-content: space-between;
        padding: 50px 30px 30px;
    }

}

@media only screen and (max-width: 769px) {
    #sticky-menu-container.sticky, #sticky-menu-bar.sticky {
        top: 0;
        left: 0;
        right: 0;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .doc-links {
        display: grid;
        grid-template-columns: 43% 43%;
        justify-content: space-between;
        padding: 50px 50px 30px;
    }
}

/* ---------------------mobile devices view---------------------*/
@media only screen and (max-width: 426px) {
    .body-container {
        border-left: none !important;
    }

    #sticky-menu-container.sticky,
    #sticky-menu-bar.sticky {
        top: 0;
        left: 0;
        right: 0;
    }

    #menu-container .logo-title img,
    #sticky-menu-container .logo-title img,
    #sticky-menu-bar .logo-title img {
        height: 45px;
        width: auto;
        padding: 0 30px;
    }

    #menu-container .logo-title p,
    #sticky-menu-container .logo-title p,
    #sticky-menu-bar .logo-title p {
        height: unset;
        padding-left: 30px;
        margin: 0;
    }

    .doc-links {
        display: grid;
        grid-template-columns: auto;
        padding: 50px 50px 30px;
    }

    .doc-links ul {
        width: 100%;
    }

    .doc-links ul li.download-link {
        width: 100%;
        margin-bottom: 20px;
    }

    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
        padding: 0 20px;
    }

    div#Body_T5754B57C034_Col02 {
        display: unset;
    }

    .footer-menu-1 ul, .footer-menu-2 ul {
        display: grid;
        grid-template-columns: 48% 48%;
        justify-content: space-between;
    }

    .footer-menu-1 p {
        border-bottom: 2px solid #939599;
    }

    .copyright{width: 100%;}

    .copyright p {
        text-align: center;
        margin: 30px 0;
    }

    .footer-menu-2 ul li {
        margin-right: unset;
    }
    .col-lg-3, .col-lg-6, .col-lg-9 {
        -ms-flex:unset;
        flex: unset;
        max-width: unset;
    }

}
