#welcome-message .inside-padding30 {
    padding:0;
}
#welcome-message {
    position: relative;
}
#burien-welcome_bg {
     display: block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;

}
#burien-welcome_bg img {
    display: block;
    width: 100%;
  
}
#burien-welcome{
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #fff;}

#burien-welcome img{
 border-radius: 15px;
 -moz-border-radius: 15px;
 -webkit-border-radius: 15px;}

#burien-welcome p,
#burien-welcome h2{
 font-weight: 400;
    margin-bottom: 55px;
 margin: 0;}

#burien-welcome p {
    line-height: 30px;
    margin-top: 20px;
   margin-bottom: 55px;
    color: #58595b;
    font-family: 'Open Sans', sans-serif;
}

#burien-welcome h2.welcome-header{
    color: #0075c9;
    font-size: 2em;
padding-bottom: 20px;
    text-transform: uppercase;
 font-weight: 500;
 max-width: 415px;
    letter-spacing: 0.05em;
 margin: 70px auto 50px auto;
 position: relative;}

#burien-welcome h2.welcome-header span{
    color: #000;
    text-transform: uppercase;
    margin-right: 8px;}


#burien-welcome h2.welcome-header:after{
    display: block;
    content: "";
    background: #ff9f19;
    height: 5px;
    width: 105px;}


#burien-welcome h2.welcome-header:after{
position: absolute;
    bottom: 0;
    left: 36%;}

#burien-welcome p.welcome-brief{
    font-size: 1.2em;
    margin-top: 8px;
    line-height: 1.8em;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;}

#burien-welcome a.buttonAnimation{
color: #fff;
    background: #0075c9;
    opacity: 1;
    border-top: 2px solid #004e86;
    border-bottom: 2px solid #004e86;
    padding: 15px 20px;
    font-size: 0.9em;
    font-weight: 400;
    margin-bottom: 10px;
    text-decoration: none;}

#burien-welcome a.buttonAnimation:hover{
color: #0075c9;
    background: #fff;
    opacity: 1;
    padding: 15px 20px;
    font-size: 0.9em;
    font-weight: 400;
    margin-bottom: 10px;
    text-decoration: none;}

@media print, screen and (max-width: 750px){

#burien-welcome{
 width: 100%;}

#burien-welcome h2.welcome-header:before,
#burien-welcome h2.welcome-header:after{
 display: none;}

}