@charset "utf-8";

@font-face {
    font-family: 'Yantramanav';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/yantramanav-v11-latin-regular.eot');
    src: local(''), url('../fonts/yantramanav-v11-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/yantramanav-v11-latin-regular.woff2') format('woff2'), url('../fonts/yantramanav-v11-latin-regular.woff') format('woff'), url('../fonts/yantramanav-v11-latin-regular.ttf') format('truetype'), url('../fonts/yantramanav-v11-latin-regular.svg#Yantramanav') format('svg');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); 
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), 
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), 
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), 
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); 
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-700.eot'); 
  src: local(''),
       url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), 
       url('../fonts/open-sans-v34-latin-700.woff') format('woff'),
       url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), 
       url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); 
}

@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300.eot');
  src: url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'),
       url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), 
       url('../fonts/open-sans-v34-latin-300.woff') format('woff'),
       url('../fonts/open-sans-v34-latin-300.ttf') format('truetype')
       url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg')
}


:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 0.9063rem;
    line-height: 1.3;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 0.0625rem #000;
}

a {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 1.625rem;
}

h1 {
    font-size: 2rem;
    margin: 1.562rem 0 1.875rem;
    font-weight: normal;
    color: #2F5496
}

h2 {
    color:#fff;
    font-size: 1.812rem;
    line-height: 1.2;
    position: absolute;
    bottom: .937rem;
    left: 1.875rem;
    font-weight: 300;

}

h2 strong {
font-weight: bold;}

h3 {
    font-size: 1rem;
    font-weight: 100;
    color: #1F3864;
    margin: 0 0 0.9375rem;
}

ul {
    list-style: none;
    margin: 0 0 1.637rem;
    padding: 0;
}

ul li {
    padding-left: 2.812rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.25rem;
    font-size: 1.5rem;
    line-height: 1;
}

header {
    position: relative;
}

article {
    padding: 1.25rem 4.375rem 0;
}

footer {
    padding: 0 4.375rem 0.625rem;
    position: relative;
}

footer p {
    margin: 0 0 0.5rem;
}

footer h3 {
    color: #2F5496;
}

.logo {
    position: absolute;
    right: 1.25rem;
    top: .937rem;
}

@media only screen and (max-width: 49.937rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    .logo {
        bottom: 20%;
        right: 20%;
    }

    p {
        margin: 0 0 .375rem;
    }

    article {
        padding: .625rem .625rem 0;
    }

    h1 {
        margin: .5rem 0;
        font-size: 1.062rem;
    }

    h2 {
        position: static;
        color: #000;
        text-align: center;
        font-size: 1.562rem;
        margin: 0.625rem 0;
    }

    h3,
    h3:last-of-type {
        font-size: 1em;
        margin: 0 0 .312rem;
    }

    ul {
        margin: 0 0 .375rem;
    }

    ul li {
        padding-left: 1.25rem;
    }

    footer {
        padding: .625rem;
    }
}

@media only screen and (max-width: 31.187rem) {
    .logo {
        position: static;
    }

    .logo img {
        display: block;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 23.437rem) {

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}