 /*
 * Persona downgrade
 */

body, html {
	padding:0px; 
	margin:0px; 
	color: #333;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    font-size: 12px;
    line-height: 1.7;
	font-style: normal;
	font-weight: normal;
	
	width: 100%; 
	height: 100%; 
	-webkit-text-size-adjust: none;	
	-webkit-font-smoothing: antialiased;

	background: #fff;
	position: relative;
}

body {
	background-repeat: repeat-y;
	background-position: 0;
    padding: 60px;
}

body.mobile {
    padding: 30px;
}

.hometext {
    position: absolute;    
    font-weight: normal;
    z-index: 2;
	max-width: 800px;
}

.cargo_link {
    text-decoration: none;
    color: #0055ff;
    font-size: 1.7rem;
    width: 23px;
    display: inline-block;
    margin-top: -4px;
    position: relative;
    height: 35px;
    z-index: 9999;
    position: absolute;
    right: 0;
    top: 0;
}

#blink {
    position: absolute;
    float: left; 
    width: 23px; 
    height: 35px; 
    margin-top: -2px; 
    margin-right: 20px;
}

.cargo_link img {
    width: auto;
    height: 100%;
}

.outage-thanks {
    margin-left: 4.3rem;
}

.outage-message-wrapper{
    max-width: 585px;
    min-width: 300px;
    margin-left: 4.3rem !important;
    text-align: left;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    font-size: 1.8rem;
}

.outage-social-media{
}

.outage-underline{
    border-bottom: 1px solid rgba(51, 51, 51, .85);
    text-decoration: none;
    color: rgba(51, 51, 51, 1);
}

/*@media only screen and (max-width: 500px) {
    body {
        margin-left: -4.5rem;
        margin-top: -2.5rem;
    }
    #blink {
        left: -2px;
    }
    .outage-message-wrapper{
        margin-left: 3rem !important;
    }
}*/
@media only screen and (max-width: 500px) {
    #blink{
        bottom: 0rem;
        left: 0;
    }
      .outage-message-wrapper{
        margin-left: -4.7rem !important;
        font-size: 1.68rem;
        min-width: 350px;
    }
}
}