
body {
    background: #fff;
    font-family: "proxima-nova", sans-serif;
}

/*
this
*/
.container {
    padding: 0;
}
#ub_logo {
    max-width: 120px;
    vertical-align: top;
}

.text-center{
    text-align: center;
}

.header{
    font-size: 0;
    padding: 0 15px;
    min-height: 100px;
}

.header .phone{
    text-align: right;
    font-size: 16px;
    color: #313131;
    padding: 30px 0;
}
.header .col-xs-6{
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0;
}

.alert-logo{
    width: 150px;
    margin-bottom: 20px;
}

.alert-logo svg{
    width: 100%;
}

/*#ub_custom_image{*/
    /*display: none;*/
/*}*/

.main-content{
    max-width: 600px;
    margin: auto;
}

@media screen and (max-width: 769px) {
    #ub_logo {
        max-width: 90px;
    }
}

h1 {
    color: #313131;
    line-height: 45px;
    margin-bottom: 40px;
}

.message{
    color: #313131;
}

.message p{
    margin-bottom: 30px;
}

.headerText {
    font-weight: bold;
}

.panel-default {
    color: #313131;
    font-weight: 100;
}

.panel-body {
    padding: 0;
}
.container .table-wrap {
    display: table;
    width: 100%;
}

.container .full-height-col {
    display: table-cell;
    width: 100%;
    height: 100vh;
    vertical-align: middle;
    padding: 40px 0;
}

#ub_address, #ub_contact_phone {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

.panel-default .message {
    font-size: 14px;
    color: #313131;
    margin-top: 40px;
    margin-bottom: 30px;
}

.panel-default .message p {
    margin-bottom: 25px;
}


.btn-browser {
    padding: 12px 50px;
    font-weight: 100;
    border-radius: 40px;
    border: 1px solid #000;
    color: #313131;
    background-color: #000;
}

.btn-browser:hover {
    background-color: transparent;
    color: #000;
}

.browser-list {
    font-weight: 100;
    margin: 20px 0 0 0;
    padding: 0;
}

.browser-list li {
    display: inline-block;
    text-align: center;
    margin-right: 25px;
}

.browser-list li img {
    max-width: 55px;
}

.browser-list li a {
    display: block;
}

.browser-list li p {
    color: #313131;
    font-size: 12px;
    margin: 10px 0 0 0;
    font-weight: bold;
}
body.white-text .message{
    color: #ffffff;
}
body.white-text h1{
    color: #ffffff;
}
body.white-text .header .phone{
    color: #ffffff;
}
body.white-text .browser-list li p{
    color: #ffffff;
}

.graphic-wrap img {
    max-width: 100%;
    vertical-align: top;
}
