.alert_icon {
    display: inline-block;
    vertical-align: top;
}

.alert_close {
    padding-left: 5px;
    display: inline-block;
    cursor: pointer;
    color: #5A6781;
    right: 0;
    font-family: ProximaNova-Bold;
    font-size: 13px;
    line-height: 14px;
    text-transform: uppercase;
    text-align: center;
    border-left: solid 1px #5A6781;
    z-index: 999 !important;
    position: relative;
}

    .alert_close .fa {
        display: block;
        color: #5A6781;
        font-size: 40px;
        margin-top: 8px
    }

    .alert_close .fa-times-circle {
    	color:red;
    }

    .alert_close div {
        display: inline-block;
        margin-left: 10px;
    }

.alert_blurbs {
    display: inline-block;
    width: 90%;
}

.alert_full_width {
    display: block;
    width: 100%;
    background: #BDDADF;
    height: auto;
    color: #1C2C4C;
    padding-left: 30px !important;
}

    .alert_full_width .alert_each {
        padding-bottom: 10px;
    }

        .alert_full_width .alert_each:first-child {
            padding-top: 20px
        }

    .alert_full_width .fa-exclamation-circle {
        font-size: 70px;
        color: #1C2C4C;
        margin-left: 5px;
    }

    .alert_full_width .main_text {
        font-size: 18px;
        display: inline-block;
    	margin-left: 10px;
    	padding-bottom: 10px;
    }

        .alert_full_width .main_text a,
        .alert_full_width .main_text a:visited {
            color: #1C2C4C !important;
            text-decoration: underline
        }

            .alert_full_width .main_text a:hover {
                color: #1C2C4C !important;
                text-decoration: none
            }

.alert_each {
    margin-left: -20px;
}

.alert_each_wrap {    
    display: inline-block;
    float: none;
}

.alert_close_wrap {
    display: inline-block;
    float: right;
    margin-top: -25px;
    margin-right: 10px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.clearbreak {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
}

.nav-primary {
	position: inherit !important;
	top: auto !important;
}
.admin-bar .nav-primary {
	top: auto !important;
}