@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,300,700,600');
@import url("//cloud.typography.com/7309474/656068/css/fonts.css");

body, html {
    margin:0px; padding:0px;
    color:#5f6062;
    font-family: 'Montserrat', sans-serif;
    font-size:11pt;
    font-weight:300;
    line-height:17pt;
}
.main-container, .footer-container {
    width:1260px;
    margin:0 auto;
}

h1 {
    font-size:24px;
    font-weight:600;
    margin-bottom:0.7em;
}

h2 {
    font-size:22px;
    font-weight:400;
}

.logo {
  width:250px;
  max-width: 300px;
  min-width: 100px;
  min-height: 44px;
  padding: 5px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.main-header {
    border-bottom:solid 1px #f6f6f6;
    text-align:left;
}

@media only screen and (max-width: 1024px) {
    .logo {
    max-width: 300px;
    min-height:90px;
    width:150px;
    text-align:center;
    }
    .borderbtm {
    border-bottom:none;
    }
    .main-header {
    border-bottom:none;
    text-align:center;
    }
    .main-container, .footer-container {
    width:90%;
    margin:0 auto;
    }
    .textcenter {
        text-align:center;
    }
    .status{
    font-family: 'Montserrat', sans-serif;
         font-size:23pt;
         font-weight:300;
         color:#5f6062;
         line-height:40pt;
    }
    .version {
        font-size:14pt;
        font-weight:400;
    }
    a {
        color:#23527c;
        text-decoration:none;
    }
    p.btmspace {
        padding-bottom:15pt;
    }
}

h1.headerTxt {
    color:#5f6062 !important;
    font-size:24px;
    font-weight:700;
    font-family: 'Open Sans', sans-serif;
}

.policy ul{
    margin:0px;
}

.policy ul li{
    color:#5f6062;
    font-style:italic;
}

.policy ul li a {
    color:#5f6062;
    font-style:italic;
    text-decoration:none;
    line-height:40px;
}

.policy ul li a:hover {
    color:#5f6062;
    font-style:italic;
    text-decoration:underline;
}

h3 {
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 25px;
    color: #5f6062;
    font-family: 'Open Sans', sans-serif;
}
