/*body {
	font-size: 12px;
	color: #333333;
	font-family : Verdana, Arial, sans-serif;
	text-align: center;
	padding-top: 20px;
	background-color: #FFF;
	color: #333;
}

body img {
	display: block;
	margin: auto;
	padding: 10px;
}
a:link      { color : #336600; }
a:visited   { color : #336600; }
a:active    { color : #FF9900; }

#contact {
	font-size: 13px;
	line-height: 20px;
	color: #000000;
	padding-top: 20px;
}

#contact .emphasis {
	font-weight: bold;
}

#contact-time {
	font-size: 10px;
	padding-top: 10px;
}

#copyright {
	font-weight: bold;
	padding-top: 10px;
	font-size: 10px;
}*/

/*----------------Updated styles for telex outage-----------------
body{
	background: url(../maintenance/pattern.png) no-repeat 50% 50% fixed;
	-webkit-background-size: cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.site-maintenance-container *{
	padding:0px;
	margin:0px;

}

.site-maintenance-container{
	 font-family: "brandon-grotesque";
	 width:970px;
	 margin-left:auto;
	 margin-right:auto;
}

.site-maintenance-header{
	margin-top:80px;
	position: relative;
	z-index: 10;
}

.site-maintenance-eggs{
	margin-top:-202px;
	margin-left:60px;

}
.site-maintenance-copy{
	margin-top:-720px;
	margin-left:36px;
	font-size:27px;
	width:440px;
}
.site-maintenance-copy p{
	margin-bottom:15px;
	color:#484848;
	line-height:32px;
}
.site-maintenance-copy a{
	text-decoration:none;
	color:#484848;
}

.site-maintenance-copy p:nth-child(4){
	line-height:20px;
	font-size:15px;
	font-weight: bold;

}*/

/*----------------Updated styles for new maint page-----------------*/

body {
    background: url(../maintenance/backgroundegg.png) no-repeat 50% 50% fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

html,
body {
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    margin: 0;
}

.site-maintenance-container * {
    padding: 0;
    margin: 0;
}

.site-maintenance-container h1 {
    max-width: 100%;
    width: 100%;
}
.site-maintenance-container h1 img {

    vertical-align: middle;
    margin-bottom: 36px
}

.site-maintenance-container {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: stretch;
    font-family: "brandon-grotesque";
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../maintenance/crackedegg-crop.png");
    background-position: 130% 0;
    background-size: 80% auto;
    background-repeat: no-repeat;
}

.site-maintenance-copy {
    box-sizing: border-box;
    width: 100%;
    padding: 80px 12px 0;
    font-size: 27px;
    position: relative;
    z-index: 10;

}

.site-maintenance-copy p {
    margin-bottom: 15px;
    color: #484848;
    line-height: 32px;
}

.site-maintenance-copy a {
    text-decoration: none;
    color: #484848;
}

.content,
.footer {
    max-width: 440px
}

.footer p {
    line-height: 20px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 30px;
}

.site-maintenance-eggs {
    display: none;
    background-image: url("../maintenance/crackedegg-crop.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    flex-grow: 1;
}

@media screen and (max-width: 767px) {

    .site-maintenance-container {
        background-image: none;
    }

    .site-maintenance-eggs {
        display: block;
        max-height: 350px;
    }

    .site-maintenance-container {
        background-size: 100% auto;
        background-position: bottom center;
    }

    .site-maintenance-copy {
        padding: 12px;
        display: flex;
        flex-direction: column;
    }

    .footer {
        max-height: 140px;
    }
}
