
html {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body{
    width: 100%;
    position: relative;
    margin: 0;
    min-height: 100%;
    font-family: 'Source Sans Pro', sans-serif;
}

h1{
    font-size: 24pt;
    color: #004676;
    font-weight: 400;
    line-height: 30pt;
}

p{
    font-size: 12pt;
    color:#555555;
    text-align: justify;
}

.header-logo{
    display: block;
    max-width:270px;
    max-height:80px;
    width: auto;
    height: auto;
    /* margin: auto; If need to center logo*/
    padding-top:8px;
}
.header{
    max-width: 1024px;
    margin: auto;
}
.header-container{ 
    width: 100%;
    height: 80px;
    border-bottom: 2px solid #5FC323;
    padding-top:15px;
}

.main-container{
    position: relative;
    max-width: 1024px;
    padding-left: 30px;
    padding-right: 30px;
    margin: auto;
}

.client-name{
    text-align: center;
    padding-top: 100px;
    padding-bottom: 40px;
}

.irm-error-message{
    text-align: left;
    padding-top: 100px;
    padding-bottom: 40px;
}

.client-placeholder{
    display:flex;
    flex-flow: row wrap;
    position: relative;
    padding: 20px;
    max-width: 100%;
    min-height: 80px;
    background-color: #004676;
    border-radius: 4px;
    margin: auto;
    font-weight: 300;
}

.img-placeholder{
    max-width:270px;
    max-height:80px;
    margin:auto;
    padding:20px;
    text-align: center;
}

.content-placeholder{
    color: white;
    font-size: 14pt;
    margin:auto;
    text-align: center; 
}

.client-verbiage{
    padding-top: 50px;

}

.links{
    color:#2074E5;
}
.button{
    width: auto;
    height: 30px;
    margin-right: 20px;
    border-radius: 3px;  
    background-color:white;
    border: 1px solid #bebebe;
    color: #666666;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    padding: 0px 30px;
}
.button:hover{
    background-color:white;
    border: 1px solid #1db4db;
}
.client-verbiage-links{
    padding-top: 50px;
    display: flex;
    flex-flow: row wrap;
}

.client-verbiage-links span{
    padding-right:20px;
    margin-bottom: 20px;
}

.client-verbiage-links .button{
    margin-bottom: 20px;
}

.privacy-information{
    padding-top: 30px; 
    padding-bottom: 13rem;
    color:#555555;
    text-align: justify;
}

.privacy-information h1{
    text-align: left;
    padding-bottom: 25px;
}

.footer{
    width: 100%;
    font-size: 12px;
    height: 30px;
    text-align: center;
    padding-top:20px;
    margin: auto;
    color:#555555;
}
.footer-container{
    width: 100%;
    background-color: #F7F8FF;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}
.footer span{
    padding-right:10px;
}

@media screen and (max-width: 986px) {
    
    .content-placeholder{
        padding-bottom: 15px;
    }
    .img-placeholder{
        width:200px;
        height:70px;
        padding:15px;
    }
}

@media screen and (max-width: 414px){
   
    .header-logo{
        margin: auto;
    }
}