﻿html, body {
    height: 100%;
}

body {
    margin: 0px auto;
    overflow-x: hidden;
    width: 100%;
    -webkit-text-size-adjust: none;
    min-width: 320px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 125%;
    color: #000;
}


a {
    color: #575756;
    text-decoration: none; 
    transition: all 0.25s;
    font-weight: 700;
}

a:hover {
    color:  #d53b39;
    transition: all 0.25s;
}

a.btn {
    font-family: 'Roboto';
    background-color: #d53b39;
    border: 1px solid #d53b39;
    color: #fff;
    display: inline-block;
    padding: 15px 30px;
    text-decoration: none;
    transition: all 0.25s;
}

a.btn:hover {
    background-color: #fff;
    border: 1px solid #d53b39;
    color: #d53b39;
    transition: all 0.25s;
}

img {
    -webkit-transform: translate3d(0, 0, 0);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    line-height: 150%;
    color: #000000;
}

h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
    color: #ffffff;
}

h1.red-top:before, h2.red-top:before, h3.red-top:before,
h4.red-top:before, h5.red-top:before, h6.red-top:before {
    content: "";
    display: block;
    height: 9px;
    width: 35px;
    margin-bottom: 20px;
    background-color: #df292d;
}

h1.white-top:before, h2.white-top:before, h3.white-top:before,
h4.white-top:before, h5.white-top:before, h6.white-top:before {
    content: "";
    display: block;
    height: 9px;
    width: 35px;
    margin-bottom: 20px;
    background-color: #fff;
}

h1 {
    font-size: 287.5%;
    margin: 20px 0;
    font-weight: 400;
}

h2 {
    font-size: 218.75%;
    margin: 20px 0;
    font-weight: 500;
}

h3 {
    font-size: 22px;
    margin: 0px 0;
}

h4 {
    font-size: 18px;
    margin: 10px 0;
}

h5 {
    font-size: 16px;
    margin: 10px 0;
}

h6 {
    font-size: 12px;
    margin: 10px 0;
}

table {
    table-layout: fixed;
    border-collapse: collapse;
    margin: 10px 0 25px;
}

table tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    color: #575756;
}

table tr td {
    display: table-cell;
    vertical-align: inherit;
    border: 1px solid #cccccc;
}

table.publications tr td {border: none;}
table.agm-egm tr td {border: none;}

table tr th {
    padding: 7px 15px;
    border: 1px solid #fff;
    background-color: #00aeef;
    color: #fff;
}

.lft {
    float: left;
}

.rgt {
    float: right;
}

.clear {
    clear: both;
}

body * {
    box-sizing: border-box;
}

footer {
    background: #ffffff;
    padding: 20px 0 10px;
    color: #575756;
    position: relative;
    top: 80px;
}

footer .max-width-container {
position: relative;
}

footer .other-opt hr {
border-top: 1px solid #575756;
}

footer .other-opt {
width: 100%;
padding-top: 10px;
position: relative;
font-size: 12px;
box-sizing: border-box;
padding: 0 70px;
}

footer .links-inline {
padding-top: 0px;
padding-left: 0;
}

footer .other-opt p {
padding-top: 10px;
color: #575756;
font-weight: 500;
font-size: 14px;
font-family: 'Roboto';
position: relative;
}

footer .connect-link {
position: absolute;
right: 70px;
bottom: 30px;
font-weight: 500;
font-size: 14px;
font-family: 'Roboto';
}

footer .connect-link a {
display: inline-block;
height: 28px;
width: 26px;
vertical-align: bottom;
margin-left: 5px;
background: url(../image/linked-in-logo.png) no-repeat left;
background-size: contain;
}

footer .links-inline li:first-child {
margin-left: 0;
}

footer .links-inline li {
display: inline-block;
margin: 0 10px 0 20px;
font-size: 14px;
}

footer .links-inline li::before {
    content: '|';
    margin-right: 10px;
    margin-left: -20px;
}

footer .links-inline li:first-child:before {
    content: unset;
}

footer .links a, footer .links-inline a {
color: #575756;
font-weight: 500;
font-family: 'Roboto';
}
footer .links a, footer .links-inline a:hover {color: #da2128;}
    

footer .other-opt .links-inline li::marker {
unicode-bidi: isolate;
font-variant-numeric: tabular-nums;
transform: none;
text-indent: 0px !important;
text-align: start !important;
text-align-last: start !important;
}

.hide {display:none;}

.dnone {
    display: none;
    padding: 10px 0;
}

#btnConfirm, #btnBack {color: #fff !important; padding: 7px 20px; background-color: #da2128;border:1px solid #da2128; text-decoration: none !important; font-weight: 500; transition:all 0.25s; cursor: pointer; display:inline-block;}
#btnConfirm:hover, #btnBack:hover {color: #da2128 !important; background-color: transparent;border:1px solid #da2128; transition:all 0.25s;}


@media screen and (max-width: 1700px) {
}

@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1550px){
    footer {
        padding: 0 0 10px;
    }
}

@media screen and (max-width: 1360px){
    a.btn {
    padding: 11px 20px;
    font-size: 15px;
    }
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1060px) {
    a.btn {
        padding: 8px 20px;
        font-size: 13px;
    }
}

@media screen and (max-width: 1024px) {
	
    footer {
        top: 80px;
    }

    footer .connect-link {
        bottom: 32px;
    }
}

@media screen and (max-width: 960px) {
    footer .connect-link {
        bottom: 53px;
    }
}

@media screen and (max-width: 840px) {

    footer .other-opt p {
        font-size: 13px;
    }

    footer .connect-link {
        font-size: 13px;
    }

    footer .links-inline li {

        font-size: 13px;
    }

}

@media screen and (max-width: 769px) {

    footer .other-opt hr {position: relative;}

    footer .connect-link {
        position: absolute;
        right: unset;
        bottom: 90px ;
        left: 50px ;
    }

    footer {
        top: 60px;
    }

    footer .other-opt {
        padding: 0 50px;
    }

    footer .connect-link {
        bottom: 90px;
    }

}


@media screen and (max-width: 640px) {
    footer .connect-link {
        position: absolute;
        right: unset;
        bottom: 93px;
        left: 50px;
    }
}

@media screen and (max-width: 560px) {
    footer .connect-link {
        position: absolute;
        right: unset;
        /* bottom: 107px;
        left: 50px; */
    }
}

@media screen and (max-width: 512px) {
    footer .connect-link {
        position: absolute;
        right: unset;
        bottom: 93px ;
        left: 50px;
        font-size: 12px;
    }

    footer .links a, footer .links-inline a {
        font-size: 12px;
    }

    footer .other-opt p {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    footer .other-opt {
        padding: 0 30px;
    }

    footer .connect-link {
    bottom: 90px;
    left: 30px;
}
}

@media screen and (max-width: 415px) {
    footer .other-opt {
        padding: 0 25px;
    }

    footer .connect-link {
        position: absolute;
        right: unset;
        bottom: 110px ;
        left: 30px ;
    }
}

@media screen and (max-width: 375px) {
footer .connect-link {
    bottom: 135px;
}
}

@media screen and (max-width: 360px) {
    footer .connect-link {
        top: -20px;
    }

}
