body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #71a5cc !important;
    background-color: #000000 !important;
}
hr {
    border-top: 1px solid #c0e7ff !important;
    color: #c0e7ff !important;
}
nav {
    margin-top: 20px;
    font-size: 16px;
}
nav a {
    color: #c0e7ff;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #00244c;
    color: #c0e7ff;
}
nav li.active a {
    color: #71a5cc;
}
.navbar-toggle {
    background-color: #71a5cc;
}
.zicon-bar {
    color: #ffffff !important;
}

#header{
    background-repeat:no-repeat !important;
    -webkit-background-size:cover !important;
    -moz-background-size:cover !important;
    -o-background-size:cover !important;
    background-size:cover !important;
    background-position:center !important;
    background-image: url('/assets/img/header.png');
}

.bold {
    font-weight: bold;
}

.columnStyle1 {
    border: 1px solid #999999;
    border-bottom: 0px;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 5px 0px 5px 0px;
}
.columnStyle1.bottom-border {
    border-bottom: 1px solid #999999 !important;
}

.columnStyle2 {
    border: 1px solid #666666;
    border-bottom: 0px;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 5px 0px 5px 0px;
    /*color: #23527c !important;*/
    color: #000000 !important;
}
.columnStyle2.bottom-border {
    border-bottom: 1px solid #666666 !important;
}

.columnStyle3 {
    border: 1px solid #666666;
    border-bottom: 0px;
    background-color: #71a5cc;
    margin: 0px;
    padding: 5px 0px 5px 0px;
    /*color: #23527c !important;*/
    color: #000000 !important;
}
.columnStyle3.bottom-border {
    border-bottom: 1px solid #666666 !important;
}

.columnStyle4 {
    border: 1px solid #666666;
    border-bottom: 0px;
    background-color: #a1b6c5;
    margin: 0px;
    padding: 5px 0px 5px 0px;
    /*color: #23527c !important;*/
    color: #000000 !important;
}
.columnStyle4.bottom-border {
    border-bottom: 1px solid #666666 !important;
}

.fallacy {
    color: #337ab7;
    text-decoration: none;
}
.fallacy:hover,
.fallacy:focus {
    color: #23527c;
    text-decoration: none;
    cursor: pointer;
}

.collapsed_div {
    padding: 10px;
    background-color: #f5f5f5;
}

.none {
    display: none;
}

.searchBox {
    background-color: #cccccc !important;
    color: #000000;
    height: 26px;
}

.red {
    color: red;
}
.darkred {
    color: darkred;
}

.smallfont {
    font-size: small;
}
.largefont {
    font-size: large;
}
.largerfont {
    font-size: larger;
}

.mar0 {
    margin: 0px !important;
}
.mar5 {
    margin: 5px !important;
}
.mar5top {
    margin-top: 5px !important;
}
.mar5rt {
    margin-right: 5px !important;
}
.mar5btm {
    margin-bottom: 5px !important;
}
.mar5lt {
    margin-left: 5px !important;
}
.mar10 {
    margin: 10px !important;
}
.mar10top {
    margin-top: 10px !important;
}
.mar10rt {
    margin-right: 10px !important;
}
.mar10btm {
    margin-bottom: 10px !important;
}
.mar10lt {
    margin-left: 10px !important;
}
.mar20 {
    margin: 20px !important;
}
.mar20top {
    margin-top: 20px !important;
}
.mar20rt {
    margin-right: 20px !important;
}
.mar20btm {
    margin-bottom: 20px !important;
}
.mar20lt {
    margin-left: 20px !important;
}

.pad0 {
    padding: 0px !important;
}
.pad5 {
    padding: 5px !important;
}
.pad5top {
    padding-top: 5px !important;
}
.pad5rt {
    padding-right: 5px !important;
}
.pad5btm {
    padding-bottom: 5px !important;
}
.pad5lt {
    padding-left: 5px !important;
}
.pad10 {
    padding: 10px !important;
}
.pad10top {
    padding-top: 10px !important;
}
.pad10rt {
    padding-right: 10px !important;
}
.pad10btm {
    padding-bottom: 10px !important;
}
.pad10lt {
    padding-left: 10px !important;
}
.pad20 {
    padding: 20px !important;
}
.pad20top {
    padding-top: 20px !important;
}
.pad20rt {
    padding-right: 20px !important;
}
.pad20btm {
    padding-bottom: 20px !important;
}
.pad20lt {
    padding-left: 20px !important;
}

.home_title {
    color: #71a5cc;
    text-decoration: none !important;
}
.mobilenav_toggle {
    padding-top:0px;
    padding-bottom:10px;
}
.mobilenav_button1 {
    color:#ffffff;
    line-height:1px;
}
.mobilenav_button8 {
    color:#ffffff;
    line-height:8px;
}

.flex_vertical_align {
    display: flex;
    align-items: center;
}

.hide0 {
    display: none;
}

