a {color: #269abc;}

h1 {
    font-weight: 500;
    margin-top: 18px;
    margin-bottom: 8px;
}

h2 {
    font-size: 26px;
    font-weight: 500;
}

h3.topSN {
    color: #269ABC;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 8px;
}

h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 4px;
}

h4 {
    font-size: 14px;
}

h6 {
    color: #8b8b8b;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

p {
    font-size: 14px;
    font-weight: 400;
}

div.big-link a p {
    color: #000;
    font-size: 13px;
    font-weight: 500;
}
img.visible-desktop {
    padding: 5px;
    margin-top: 12px;
}
.events {
    font-weight: 500;
    margin-top: 16px;
    font-size: 22px;
    text-align: center;
}
.events a:hover {
    text-decoration: none;
}
.events-box {
    margin-top: 16px;
    text-align: center;
}
div.big-link a:hover {
    text-decoration: none;
}
.btn-flat {
    background:#269ABC !important;
}
.btn-flat:active {
    background: transparent;
}
#aboutPills li {
    margin: 0 12px 0 0;
}
#aboutPills li a {
    height: 50px;
    width: 120px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    padding: 0;
    border-right: 100px;
}
#img-icon {
    height: 80px;
    width: 80px;
    float: left;
    line-height:80px;
    font-size: 80px;
}
a.nohover:hover {
    text-decoration: none;
}
.docList {
    font-weight: 400;
    font-size: 16px;
}
tr.docList a {
    color: #1C1E22;
}
.grey {
    color: #999;
}
.nav-pills {
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
}
.nav>li>a {
    padding: 6px 12px;
}
.nav .divider {
    height: 1px;
    margin: 8px 8px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #ffffff;
    background-color: #269ABC;
}
code {
    font-family: Consolas, Monaco, Lucida Console, "Courier New", monospace;
    padding: 2px 4px;
    font-size: 90%;
    color: #151c22;
    background-color: #e0f0f7;
    border-radius: 0;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border-top: none;
}
img {
    max-width: 100%;
    height: auto;
}
.well-cite {
    min-height: 16px;
    padding: 8px;
    margin-bottom: 12px;
    background-color: #f8fbff;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
ul.compact-list {
    padding-left:20px;
    font-size: 12px;
}
.darker-box a {
    color: white;
    font-weight: 500;
    font-size: 14px;
}
div.darker-box{
    background-color: #269ABC;
    font-size: 14px;
}
.dropdown-menu>li>a {
    color:white;
}
.alert-warning hr {
    border-top-color: white;
}
.alert-warning p {
    line-height: 1.3;
}
.alert-warning h4{
    font-size: 16px;
    line-height: 2;
}
.darker_warning {
    background-color: #e99002;
    color: white;
}
.darker_warning li>a:hover, .darker_warning li>a:focus, .darker_warning a:hover {
    text-decoration: none;
    color: white;
    background-color: #b67102;
}
a.darker_warning a:hover, a.darker_warning a:focus {
    text-decoration: none;
    color: white;
    background-color: #b67102;
}
.hide_me_php {
    display: none;
}
ul.well-cozy {
    padding-left: 20px;
}
.well-lightblue {
    background-color: #f8fbff;
    border: none;
}
.well-lightblue-embed {
    background-color: #f8fbff;
    border: none;
    margin: 50px;
}
.well-gatkblue {
    background-color: #269ABC;
    color: white;
}