/*
	SBAI Live Code
	
	Theme Colors:
	Blue (Primary): #026AC0
	Dark Blue (Secondary): #013e70
	Dark Gray: #444
	
*/

@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700);

body {
    font-family: 'Oxygen', sans-serif !important;
    font-size: 1.6em;
    line-height: 1.8em;
    background-color: #fff;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'futura-pt', sans-serif;
    font-weight: 300;
    color: #00708c;
}

h6 {
    font-weight: 400;
}

section {
    margin-bottom: 0px !important;
}

.top-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

section.inverse {
    background-color: #004759;
    color: #fff;
}

iframe {
    border: 0;
}

:focus {
    outline: none !important;
}

::-moz-focus-inner {
    border: 0 !important;
}

.video iframe, .video object, .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.boxed {
    background-color: #fff;
}

.no-margin-top {
    margin-top: 0 !important;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.three_cols {
    overflow: hidden;
}

    .three_cols > li {
        float: left;
        width: 33.333%;
        padding-bottom: 2px;
        padding-top: 1px;
    }

input {
    border-radius: 0 !important;
}

textarea {
    border-radius: 0 !important;
}

.form-control:focus {
    border-color: #00708c;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0 !important;
    padding: 10px;
}

.input-group-btn .btn {
    border-radius: 0;
}

.component-element {
    margin-bottom: 40px;
}

.menu {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -ms-animation-delay: .3s;
    -o-animation-delay: .3s;
    animation-delay: .3s;
}

@media (max-width:991px) {
    .menu {
        position: static;
        margin-bottom: 40px;
    }
}

@media (min-width:992px) {
    .affix-bottom {
        position: absolute;
        top: auto;
    }

    .menu {
        top: 25px;
        width: 220px;
    }
}

@media (min-width:1200px) {
    .menu {
        top: 25px;
        width: 260px;
    }
}

.fa-15x {
    font-size: 15em;
}

.fa-10x {
    font-size: 10em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.media {
    margin-bottom: 25px;
}

    .media p {
        margin-bottom: 0;
    }

    .media small {
        font-style: oblique;
        color: #555;
        font-size: 90%;
    }

.media-heading {
    line-height: 140%;
}

.media-list > li:last-child {
    margin-bottom: 0;
}

blockquote {
    border-color: #00708c;
    border-bottom: solid 1px #00708c;
    background-color: #f1f1f1;
    overflow: hidden;
}

    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #00708c;
        border-bottom: solid 1px #00708c;
        border-left: 0;
        float: none !important;
    }

.lead {
    font-size: 2em;
    font-weight: 300;
    margin-bottom: 30px;
}

.lead-lg {
    font-size: 3em;
}

.lead strong {
    color: #00708c;
    font-weight: 300;
}

.well {
    border-radius: 0;
    border-color: #00708c;
    background-color: #f4f4f4;
}

.jumbotron {
    border-radius: 0 !important;
    background-color: #f1f1f1;
    overflow: hidden;
    border-bottom: solid 5px #00708c;
    border-top: solid 5px #00708c;
    border-left: solid 1px #00708c;
    border-right: solid 1px #00708c;
}

.alert {
    border-radius: 0;
    padding: 10px;
}

.alert-success {
    background-color: #deeedd;
    color: #005b00;
    border-left: solid 5px #097900;
    border-right: solid 5px #097900;
    border-top: solid 1px #097900;
    border-bottom: solid 1px #097900;
}

.alert-info {
    background-color: #dcecf2;
    color: #00708c;
    border-left: solid 5px #00708c;
    border-right: solid 5px #00708c;
    border-top: solid 1px #00708c;
    border-bottom: solid 1px #00708c;
}

.alert-warning {
    background-color: #ffedce;
    color: #de8e03;
    border-left: solid 5px #f89e01;
    border-right: solid 5px #f89e01;
    border-top: solid 1px #f89e01;
    border-bottom: solid 1px #f89e01;
}

.alert-danger {
    background-color: #ffd6d6;
    color: #bf0000;
    border-left: solid 5px #bf0000;
    border-right: solid 5px #bf0000;
    border-top: solid 1px #bf0000;
    border-bottom: solid 1px #bf0000;
}

.progress {
    border-radius: 0;
}

.progress-sm {
    height: 10px;
}

.progress-xs {
    height: 5px;
}

.progress-lg {
    height: 30px;
}

.progress-bar {
    background-color: #00708c;
}

.progress-bar-success {
    background-color: #005b00;
}

.progress-bar-info {
    background-color: #8300ae;
}

.progress-bar-warning {
    background-color: #de8e03;
}

.progress-bar-danger {
    background-color: #bf0000;
}

.panel {
    border-radius: 0;
}

.panel-title {
    color: #fff;
}

.panel .panel-heading, .panel .panel-footer {
    background-color: #00708c;
    color: #fff;
    border-radius: 0;
    border: 0;
}

.panel-primary .panel-heading a, .panel-primary .panel-footer a {
    color: #6aceeb;
}

    .panel-primary .panel-heading a:hover, .panel-primary .panel-footer a:hover, .panel-primary .panel-heading a:focus, .panel-primary .panel-footer a:focus {
        color: #eee;
    }

.panel .panel-footer i {
    margin-left: 8px;
}

.panel .panel-heading i, .panel .panel-footer i {
    font-size: 1.1em;
    margin-right: 5px;
}

.panel > .panel-body {
    background-color: #f7f7f7;
    margin: 0;
}

.panel-footer ~ .panel-body {
    border-color: #f00 !important;
}

.panel .list-group {
    background-color: #f7f7f7;
    border: solid 1px #00708c;
}

    .panel .list-group .list-group-item {
        background-color: #f7f7f7;
    }

.panel-default > .panel-body {
    border-color: #ddd;
}

.panel-default .panel-heading {
    border-bottom: solid 1px #ddd;
}

.panel-default .panel-footer {
    border-top: solid 1px #ddd;
}

.panel-default .panel-heading, .panel-default .panel-footer {
    background-color: #eee;
    color: #000;
}

.panel-default .panel-title {
    color: #000;
}

.panel-primary {
    border-color: #00708c;
}

    .panel-primary .panel-heading, .panel-primary .panel-footer {
        background-color: #00708c;
        color: #fff;
    }

    .panel-primary .panel-title {
        color: #fff;
    }

.panel-info {
    border-color: #8300ae;
}

    .panel-info .panel-heading, .panel-info .panel-footer {
        background-color: #8300ae;
        color: #fff;
    }

    .panel-info .panel-title {
        color: #fff;
    }

.panel-success {
    border-color: #0b9a00;
}

    .panel-success .panel-heading, .panel-success .panel-footer {
        background-color: #0b9a00;
        color: #fff;
    }

    .panel-success .panel-title {
        color: #fff;
    }

.panel-warning {
    border-color: #f89e01;
}

    .panel-warning .panel-heading, .panel-warning .panel-footer {
        background-color: #f89e01;
        color: #fff;
    }

    .panel-warning .panel-title {
        color: #fff;
    }

.panel-danger {
    border-color: #bf0000;
}

    .panel-danger .panel-heading, .panel-danger .panel-footer {
        background-color: #bf0000;
        color: #fff;
    }

    .panel-danger .panel-title {
        color: #fff;
    }

.panel-group > .panel {
    border-radius: 0;
}

    .panel-group > .panel .panel-body {
        background-color: #f7f7f7;
        border: solid 1px #00708c !important;
        margin: 0;
    }
/* Custom Panel for Branch Offices - Contact Page */
.panel-body .col-md-6 {
    padding: 0;
    display: block !important;
}

.branch h4 {
    margin-top: 0;
    padding-top: 5px;
    color: #444;
}

    .branch h4 span {
        display: none;
        font-size: 1em;
        color: #444;
    }
/* End Custom */

.panel-group > .panel a {
    color: #fff;
}

.panel-group > .panel .panel-heading {
    background-color: transparent;
    padding: 0;
    border: 0;
}

    .panel-group > .panel .panel-heading a {
        display: block;
        background-color: #00708c;
        padding: 10px 15px;
        text-decoration: none;
        font-weight: 400;
        font-size: .9em;
    }

.panel-group .panel > .panel-heading a.collapsed:before {
    font-family: 'FontAwesome';
    content: "\f067";
    font-size: 1.4em;
    margin-right: 10px;
    vertical-align: middle;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
}

.panel-group .panel > .panel-heading a:before {
    font-family: 'FontAwesome';
    content: "\f068";
    font-size: 1.4em;
    margin-right: 10px;
    vertical-align: middle;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
}

.nav-pills > li > a {
    border-radius: 0;
    color: #00708c;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #00708c;
}

.nav-pills.nav-stacked > li > a {
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
}

.nav-stacked > li + li {
    margin: 0;
}

.nav-stacked > li:last-child {
    border-bottom: solid 1px #ddd;
}

.nav-tabs {
    border-top: solid 4px #ddd;
    border-right: solid 1px #ddd;
}

    .nav-tabs li:first-child a {
        border-left: solid 1px #ddd;
    }

    .nav-tabs li a {
        margin-top: -4px;
        margin-right: 0;
        border-radius: 0;
        border-top: solid 3px #ddd;
        color: #555;
        transition: all .2s;
        -moz-transition: all .2s;
        -webkit-transition: all .2s;
        padding-right: 5px;
        padding-left: 5px;
    }

        .nav-tabs li a:hover, .nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
            border-top: solid 3px #00708c;
            background-color: #fff;
            border-left: solid 1px #ddd;
            border-right: solid 1px #ddd;
            color: #00708c;
            padding-right: 5px;
            padding-left: 5px;
        }

@media (min-width:370px) {
    .nav-tabs li a {
        padding-right: 10px;
        padding-left: 10px;
    }

        .nav-tabs li a:hover, .nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
            padding-right: 25px;
            padding-left: 25px;
        }
}

.nav-tabs + .tab-content {
    padding: 15px;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    overflow: hidden;
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #00708c;
    border-color: #00708c;
}

.btn {
    border-radius: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.btn-primary {
    background-color: #00708c;
    border-color: #004759;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-color: #004759;
        border-color: #001e26;
    }

.btn-success {
    background-color: #0b9a00;
    border-color: #097900;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        background-color: #097900;
        border-color: #075e00;
    }

.btn-danger {
    background-color: #bf0000;
    border-color: #a50000;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        background-color: #a50000;
        border-color: #820000;
    }

.btn-warning {
    background-color: #f89e01;
    border-color: #de8d01;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        background-color: #de8d01;
        border-color: #be7901;
    }

.btn-success {
    background-color: #fff;
    border-color: #eee;
    color: #444;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        background-color: #026AC0;
        border-color: #fff;
    }

.btn-info {
    background-color: #8300ae;
    border-color: #6c008f;
    color: #fff;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        background-color: #6c008f;
        border-color: #560072;
    }

.thumbnail {
    border-radius: 0;
    background-color: transparent;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #00708c;
}

.badge {
    border-radius: 2px;
    background-color: #00708c;
    margin-left: 3px;
    margin-right: 5px;
}

.label {
    border-radius: 0;
}

.label-default {
    background-color: #999;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #808080;
    }

.label-primary {
    background-color: #00708c;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #00627b;
    }

.label-success {
    background-color: #0b9a00;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #097900;
    }

.label-info {
    background-color: #8300ae;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #6c008f;
    }

.label-warning {
    background-color: #f89e01;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #de8d01;
    }

.label-danger {
    background-color: #bf0000;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #a50000;
    }

.table > thead > tr > th {
    border-bottom: 2px solid #00708c;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f4f4f4;
}

.modal-content, .popover {
    border-radius: 0;
}

.breadcrumb {
    display: inline;
    margin: 0;
    padding: 8px 5px 0 10px;
    background-color: transparent;
    border-radius: 0;
    position: absolute;
    right: 35px !important;
    top: 0;
}

    .breadcrumb > li + li:before {
        content: "\00BB";
        color: #aaa;
        margin-right: 5px;
        font-size: 1.2em;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            background-color: #eee;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            border-bottom-left-radius: 0;
            border-top-left-radius: 0;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            background-color: #00708c;
            color: #fff;
            border-color: #00708c;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        color: #fff;
        background-color: #00708c;
        border-color: #00708c;
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        background-color: #eee;
    }

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.carousel-control {
    width: 10%;
}

dt {
    color: #00708c;
}

.alignleft {
    float: left;
    margin: 0px 35px 10px 0px;
}

.alignright {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.imageborder {
    padding: 5px;
    border: solid 1px #ddd;
}

img + p {
    margin-top: 20px;
}

img.alignleft + p, img.alignright + p {
    margin-top: 0;
}

.p-lg {
    font-size: 1.1em;
    line-height: 160%;
}

.wrap-title {
    background-color: #fff;
    border-bottom: solid 1px #ccc;
    border-top: solid 1px #ccc;
    color: #000;
    padding: 20px 0;
    margin-bottom: 30px;
    position: relative;
}

.page-title {
    text-transform: capitalize;
    font-weight: 300;
    font-size: 2.2em;
    margin: 0;
    padding: 0;
    line-height: 100%;
    display: inline-block;
    color: #026AC0;
    -webkit-text-stroke: .007em;
}

.wrap-title .container {
    position: relative;
}

.section-title {
    text-transform: uppercase;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    margin-top: 0;
    padding-top: 0;
}

.well-title {
    text-transform: uppercase;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    font-size: 1.3em;
}

.section-title a, .post-title a {
    text-decoration: none;
}

.post-title {
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 0;
    padding-top: 0;
}

.img-caption {
    position: relative;
    padding: 5px;
    border: solid 1px #ddd;
    margin-bottom: 20px;
    color: #fff;
    width: 100%;
}

    .img-caption img {
        width: 100%;
    }

.caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0);
    opacity: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

    .caption .caption-content {
        width: 80%;
        height: 150px;
        left: 10%;
        top: 40%;
        margin-top: -20px;
        position: absolute;
        text-align: center;
        visibility: hidden;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .caption:hover .caption-content {
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .caption:hover {
        background-color: rgba(0,0,0,0.5);
        opacity: 1;
    }

    .caption .caption-content a {
        background-color: rgba(128,128,128,0.5);
        padding: 10px 10px 8px 10px;
        color: #fff;
        border: solid 1px #999;
        text-decoration: none;
        margin-bottom: 10px !important;
        display: inline-block;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

        .caption .caption-content a:hover {
            background-color: rgba(200,200,200,0.5);
        }

        .caption .caption-content a i {
            margin-right: 10px;
        }

    .caption .caption-content h4 {
        padding: 0;
        color: #fff;
        margin: 0 auto;
        text-align: center;
        font-size: 1.5em;
    }

.underline-title {
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
}

.syntaxhighlighter {
    overflow-y: hidden !important;
}

.animation-delay-1 {
    -webkit-animation-delay: .1s !important;
    -moz-animation-delay: .1s !important;
    -ms-animation-delay: .1s !important;
    -o-animation-delay: .1s !important;
    animation-delay: .1s !important;
}

.animation-delay-2 {
    -webkit-animation-delay: .2s !important;
    -moz-animation-delay: .2s !important;
    -ms-animation-delay: .2s !important;
    -o-animation-delay: .2s !important;
    animation-delay: .2s !important;
}

.animation-delay-3 {
    -webkit-animation-delay: .3s !important;
    -moz-animation-delay: .3s !important;
    -ms-animation-delay: .3s !important;
    -o-animation-delay: .3s !important;
    animation-delay: .3s !important;
}

.animation-delay-4 {
    -webkit-animation-delay: .4s !important;
    -moz-animation-delay: .4s !important;
    -ms-animation-delay: .4s !important;
    -o-animation-delay: .4s !important;
    animation-delay: .4s !important;
}

.animation-delay-5 {
    -webkit-animation-delay: .5s !important;
    -moz-animation-delay: .5s !important;
    -ms-animation-delay: .5s !important;
    -o-animation-delay: .5s !important;
    animation-delay: .5s !important;
}

.animation-delay-6 {
    -webkit-animation-delay: .6s !important;
    -moz-animation-delay: .6s !important;
    -ms-animation-delay: .6s !important;
    -o-animation-delay: .6s !important;
    animation-delay: .6s !important;
}

.animation-delay-7 {
    -webkit-animation-delay: .7s !important;
    -moz-animation-delay: .7s !important;
    -ms-animation-delay: .7s !important;
    -o-animation-delay: .7s !important;
    animation-delay: .7s !important;
}

.animation-delay-8 {
    -webkit-animation-delay: .8s !important;
    -moz-animation-delay: .8s !important;
    -ms-animation-delay: .8s !important;
    -o-animation-delay: .8s !important;
    animation-delay: .8s !important;
}

.animation-delay-9 {
    -webkit-animation-delay: .9s !important;
    -moz-animation-delay: .9s !important;
    -ms-animation-delay: .9s !important;
    -o-animation-delay: .9s !important;
    animation-delay: .9s !important;
}

.animation-delay-10 {
    -webkit-animation-delay: 1s !important;
    -moz-animation-delay: 1s !important;
    -ms-animation-delay: 1s !important;
    -o-animation-delay: 1s !important;
    animation-delay: 1s !important;
}

.animation-delay-11 {
    -webkit-animation-delay: 1.1s !important;
    -moz-animation-delay: 1.1s !important;
    -ms-animation-delay: 1.1s !important;
    -o-animation-delay: 1.1s !important;
    animation-delay: 1.1s !important;
}

.animation-delay-12 {
    -webkit-animation-delay: 1.2s !important;
    -moz-animation-delay: 1.2s !important;
    -ms-animation-delay: 1.2s !important;
    -o-animation-delay: 1.2s !important;
    animation-delay: 1.2s !important;
}

.animation-delay-13 {
    -webkit-animation-delay: 1.3s !important;
    -moz-animation-delay: 1.3s !important;
    -ms-animation-delay: 1.3s !important;
    -o-animation-delay: 1.3s !important;
    animation-delay: 1.3s !important;
}

.animation-delay-14 {
    -webkit-animation-delay: 1.4s !important;
    -moz-animation-delay: 1.4s !important;
    -ms-animation-delay: 1.4s !important;
    -o-animation-delay: 1.4s !important;
    animation-delay: 1.4s !important;
}

.animation-delay-15 {
    -webkit-animation-delay: 1.5s !important;
    -moz-animation-delay: 1.5s !important;
    -ms-animation-delay: 1.5s !important;
    -o-animation-delay: 1.5s !important;
    animation-delay: 1.5s !important;
}

.animation-delay-16 {
    -webkit-animation-delay: 1.6s !important;
    -moz-animation-delay: 1.6s !important;
    -ms-animation-delay: 1.6s !important;
    -o-animation-delay: 1.6s !important;
    animation-delay: 1.6s !important;
}

.animation-delay-17 {
    -webkit-animation-delay: 1.7s !important;
    -moz-animation-delay: 1.7s !important;
    -ms-animation-delay: 1.7s !important;
    -o-animation-delay: 1.7s !important;
    animation-delay: 1.7s !important;
}

.animation-delay-18 {
    -webkit-animation-delay: 1.8s !important;
    -moz-animation-delay: 1.8s !important;
    -ms-animation-delay: 1.8s !important;
    -o-animation-delay: 1.8s !important;
    animation-delay: 1.8s !important;
}

#header {
    background-color: #eee;
    color: #fff;
    height: 160px;
}

    #header a {
        text-decoration: none;
        color: #026AC0;
    }

    #header .container {
        position: relative;
    }

#header-title {
    display: inline-block;
    margin-top: 20px;
}

    #header-title img {
        height: 120px;
        width: auto;
        float: left;
    }

.top-bar {
    background: #444;
    width: 100%;
    height: 20px;
}

#header-title h1 {
    font-family: 'futura-pt', sans-serif;
    text-transform: uppercase;
    word-spacing: 0px;
    margin: 45px 0 0px 120px;
    font-size: 2.1em;
    color: #555;
    font-weight: 700px;
}

#header h3 {
    font-family: 'futura-pt', sans-serif;
    text-transform: uppercase;
    word-spacing: 0px;
    margin: 5px 35px;
    font-size: 1.2em;
    color: #444;
    font-weight: 700px;
    right: 0;
    position: absolute;
    bottom: 0;
    text-align: right;
}

#header-title h1 span {
    color: #6aceeb;
}

#header-title p {
    font-size: 1.2em;
}

#search-header {
    display: inline-block;
    width: 200px;
    position: absolute;
    right: 0px;
    margin-top: 0px;
}

    #search-header input {
        background-color: #4a6493;
        border-color: #4a6493;
        color: #fff;
    }

        #search-header input:focus {
            box-shadow: none;
            border-color: #026AC0;
        }

    #search-header .btn {
        background-color: #026AC0;
        color: #fff;
        border-color: #026AC0;
    }

    #search-header input:-moz-placeholder {
        color: #ddd;
    }

    #search-header input::-moz-placeholder {
        color: #ddd;
    }

    #search-header input:-ms-input-placeholder {
        color: #ddd;
    }

    #search-header input::-webkit-input-placeholder {
        color: #ddd;
    }

#social-header {
    position: absolute;
    top: 12px;
    left: 35px;
}

    #social-header a, #social-header p {
        font-family: 'futura-pt', sans-serif;
        font-size: .9em !important;
    }

        #social-header a:hover {
            text-decoration: none !important;
            color: #eee !important;
        }

.social-icon {
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: .5s;
    -webkit-transition-property: background;
    -webkit-transition-timing-function: ease;
    background-clip: border-box;
    background-image: none;
    background-origin: padding-box;
    color: #fff;
    cursor: auto;
    display: inline-block;
    font-size: 21px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    transition-delay: 0s;
    transition-duration: .5s;
    transition-property: background;
    transition-timing-function: ease;
    vertical-align: baseline;
    width: 35px;
    margin-left: 6px;
    border: solid 1px #576890;
}

a.social-icon:hover {
    color: #fff !important;
    background-color: #00708c;
}

.soc-twitter {
    background-color: #00acee;
}

.soc-google-plus {
    background-color: #f00;
}

.soc-facebook {
    background-color: #0173b2;
}

.soc-instagram {
    background-color: #c0b2a9;
}

.soc-pinterest {
    background-color: #cb2229;
}

.soc-linkedin {
    background-color: #0274b3;
}

.soc-github {
    background-color: #000;
}
/* Float Nav Right */
.navbar-nav {
    float: right;
    margin: 0;
}
/* Navigation and Dropdowns */

.navbar-mind .navbar-brand {
    color: #fff;
    text-transform: lowercase;
    word-spacing: -6px;
    font-family: 'futura-pt', sans-serif;
    font-size: 2.4em;
    margin-right: 20px;
}

    .navbar-mind .navbar-brand span {
        color: #6aceeb;
    }

.navbar-mind {
    background-color: #FF3C1D;
    color: #fff;
    margin: 0;
    border: 0;
}

    .navbar-mind .nav {
        font-size: 1em;
        margin-left: 0px;
    }

        .navbar-mind .nav a {
            color: #fff;
        }

            .navbar-mind .nav a:hover, .navbar-mind .nav li.active a, .navbar-mind .nav a:focus {
                background-color: #FF3C1D;
            }

.nav li.active {
    align-content: center;
    margin: 0 auto;
}

    .nav li.active span {
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ddd !important;
        margin-left: -40%;
        margin-top: 28px;
        position: absolute;
    }

.navbar-mind .nav .open > a, .navbar-mind .nav .open > a:hover, .navbar-mind .nav .open > a:focus {
    background-color: #026AC0;
    color: #fff;
}

.navbar-mind .nav a .caret {
    border-top-color: #0099bf;
    border-bottom-color: #0099bf;
}

.navbar-mind .nav .open > a .caret, .navbar-mind .nav .open > a:hover .caret, .navbar-mind .nav .open > a:focus .caret, .navbar-mind .nav .active .caret, .navbar-mind .nav a:hover .caret, .navbar-mind .nav a:focus .caret {
    border-top-color: #00708c;
    border-bottom-color: #00708c;
}

.navbar-mind .dropdown-menu {
    box-shadow: none;
    color: #444 !important;
    background-color: #fff;
    border-left: solid 1px #026AC0;
    border-right: solid 1px #026AC0;
    border-radius: 0;
}

    .navbar-mind .dropdown-menu a {
        color: #444 !important;
        padding: 7px 15px;
        background-color: #fff !important;
    }

        .navbar-mind .dropdown-menu a:hover, .navbar-mind .dropdown-menu li.active a:hover, .navbar-mind .dropdown-menu a:focus, .navbar-mind .dropdown-menu li.active a:focus, .navbar-mind .dropdown-menu li.active a {
            color: #444;
            background-color: #fff !important;
        }

.dropdown:hover .dropdown-menu {
    transition: all ease-out .6s;
}

.navbar-mind .nav .nav-divider {
    height: 2px;
    margin: 0 !important;
    overflow: hidden;
    background-color: #026AC0;
}

.navbar-mind .dropdown-header {
    color: #333;
    background-color: #ddd;
    border-bottom: solid 1px #026AC0;
    border-top: solid 1px #026AC0;
    padding: 7px 0 !important;
    text-align: center;
}

.dropdown-login {
    background-color: #fff !important;
    min-width: 280px !important;
    border-top: solid 0px #026AC0 !important;
    border-bottom: solid 1px #026AC0 !important;
    padding: 20px;
}

.dropdown-profile {
    background-color: #eee !important;
    min-width: 320px !important;
    border-top: solid 4px #026AC0 !important;
    border-bottom: solid 4px #026AC0 !important;
    padding: 20px;
    overflow: hidden;
}

.navbar-mind .dropdown-profile a {
    padding: 0 !important;
    margin: 15px 5px 0 0;
    background-color: transparent !important;
    display: inline-block;
}

    .navbar-mind .dropdown-profile a:hover, .navbar-mind .dropdown-profile a:focus {
        background-color: transparent !important;
        color: #000;
    }

.input-group-addon {
    border-radius: 0;
    background-color: #ddd;
}

.blue-bar {
    position: absolute;
    bottom: 0px;
    z-index: 1000;
    width: 100%;
    height: 150px;
    min-height: 35px;
    background: rgba(0, 0, 0, 0.7); /*rgba(2, 106, 192, 0.8);*/
    padding: 30px 30px 20px;
    overflow: hidden;
    display: none;
}

    .blue-bar span {
        font-size: 1.8em;
        color: #fff;
        width: 100%;
        line-height: 1.1em;
    }

    .blue-bar .blue-bar-more {
        font-size: 1em;
        border: 2px solid #026AC0;
        margin-left: 10px;
        padding: 2px 10px;
        text-transform: uppercase;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
        cursor: hand;
    }

        .blue-bar .blue-bar-more:hover {
            font-size: 1em;
            border: 2px solid #fff;
            background: rgba(2, 106, 192, 0.6);
        }

    .blue-bar .blue-bar-close:before {
        content: "\f057";
        font-family: FontAwesome;
        font-size: 1em;
        margin-left: 10px;
        padding: 10px;
        color: #fff;
        text-transform: uppercase;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
        cursor: hand;
        position: absolute;
        top: 0;
        right: 0;
        float: right;
    }

.carousel-mind-back-1 {
    background-size: cover;
    background-image: url(../areas/sba/content/images/back1.jpg);
    background-position: right;
}

.carousel-mind-back-2 {
    background-image: url(../areas/sba/content/images/back2.jpg);
    background-size: cover;
    background-position: right;
}

.carousel-mind-back-3 {
    background-size: cover;
    background-image: url(../areas/sba/content/images/back3.jpg);
    background-position: left;
}

.carousel-mind-back-4 {
    background-size: cover;
    background-image: url(../areas/sba/content/images/back4.jpg);
    background-position: right;
}

.carousel-mind-back-5 {
    background-size: cover;
    background-image: url(../areas/sba/content/images/back5.jpg);
    background-position: right;
}

.carousel-mind-back-6 {
    background-size: cover;
    background-image: url(../areas/sba/content/images/back6.jpg);
    background-position: right;
}

.carousel-mind-back-7 {
    background-size: cover;
    background-image: url(../areas/sba/content/images/back7.jpg);
    background-position: right;
}

.carousel-mind-back-8 {
    background-size: cover;
    background-image: url(../areas/sba/content/images/back8.jpg);
    background-position: right;
}

.carousel-mind-back-9 {
    background-size: cover;
    background-image: url(../areas/sba/content/images/back9.jpg);
    background-position: center;
}

.carousel-mind-back-10 {
    background-size: cover;
    background-image: url(../areas/sba/content/images/back10.jpg);
    background-position: left;
}
/* Top Workplace Badge SVG */
img.badge {
    background-color: transparent;
    width: 320px;
    padding-left: 70px;
}

.carousel-mind .carousel-img-wrap {
    display: table-row;
}

.carousel-mind .carousel-img {
    height: 300px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}

    .carousel-mind .carousel-img img {
        width: 100%;
        -webkit-animation-delay: .7s;
        -moz-animation-delay: .7s;
        -ms-animation-delay: .7s;
        -o-animation-delay: .7s;
        animation-delay: .7s;
    }

.carousel-mind .carousel-indicators {
    bottom: 0 !important;
    margin-bottom: -4px;
    display: none;
}

    .carousel-mind .carousel-indicators li {
        margin: 0 2px;
    }

.carousel-mind .carousel-caption {
    position: absolute;
    display: block;
    text-align: left;
    width: 100%;
    left: 0 !important;
    bottom: 0 !important;
    padding: 0 !important;
}

div.carousel-text {
    padding: 15px 35px;
    margin-top: 40px;
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    background-image: linear-gradient(left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0.4)', endColorstr='rgba(0, 0, 0, 0)', GradientType=1);
}

.carousel-text h1 {
    font-family: 'futura-pt', sans-serif;
    padding: 0px;
    margin: 0px;
    font-size: 2em;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8) !important;
    line-height: 1em;
    font-weight: 700;
}

.carousel-list {
    top: 60px;
    margin: 0 auto;
}

    .carousel-list li {
        color: #fff;
        font-size: 2em;
        margin-bottom: 10px;
        overflow: hidden;
        font-family: 'Oxygen', sans-serif;
        text-transform: uppercase;
    }

        .carousel-list li:nth-child(1) {
            -webkit-animation-delay: .3s;
            -moz-animation-delay: .3s;
            -ms-animation-delay: .3s;
            -o-animation-delay: .3s;
            animation-delay: .3s;
        }

        .carousel-list li:nth-child(2) {
            -webkit-animation-delay: .5s;
            -moz-animation-delay: .5s;
            -ms-animation-delay: .5s;
            -o-animation-delay: .5s;
            animation-delay: .5s;
        }

        .carousel-list li:nth-child(3) {
            -webkit-animation-delay: .7s;
            -moz-animation-delay: .7s;
            -ms-animation-delay: .7s;
            -o-animation-delay: .7s;
            animation-delay: .7s;
        }

        .carousel-list li span {
            background-color: rgba(0,0,0,0.6);
            padding: 18px;
        }

        .carousel-list li i {
            padding: 18px;
            margin-right: 10px;
            -webkit-background-clip: border-box;
            -webkit-background-origin: padding-box;
            -webkit-background-size: auto;
            background-clip: border-box;
            background-image: none;
            background-origin: padding-box;
            vertical-align: baseline;
            display: inline-block;
            background-color: rgba(0,0,0,0.6);
            width: 72px;
            text-align: center;
            color: #026AC0;
        }

@media (max-width:767px) {
    .carousel-list li {
        font-size: 1.6em;
        line-height: 1.75em;
    }

        .carousel-list li span {
            padding: 5px;
        }

        .carousel-list li i {
            width: 42px;
            padding: 5px;
        }
}

.mind-features-item {
    background-color: #eee;
    border: solid 1px #ccc;
    position: relative;
    overflow: hidden;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 90%;
}

    .mind-features-item .item-icon {
        text-align: center;
        padding: 0px;
    }

    .mind-features-item img {
        background-size: cover;
        background-position: 50% 50%;
        width: 100%;
        height: auto;
    }

.hover {
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.mind-features-item .item-content {
    background-color: #2891E8 !important;
    color: #FFF;
    padding: 5px 10px;
    height: 40px;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 100%;
    text-decoration: none;
}

    .mind-features-item .item-icon:hover + .item-content, .mind-features-item .item-content:hover {
        background-color: #026AC0 !important;
    }

.mind-features-item:hover .item-content, .mind-features-item.cs-hover .item-content, mind-features-item:hover + .mind-features-item .item-content h3 {
}

.mind-features-item .item-content h3 {
    font-size: 1em !important;
    text-align: center;
    font-weight: 400;
    margin: 6px 0 15px 0;
    color: #fff;
}

.mind-features-item .item-content p {
    font-size: 1.1em !important;
}

@media (min-width:768px) {
    .mind-features-item {
        width: 100%;
    }

    div.carousel-text {
    }
}

@media (min-width:768px) and (max-width:991px) {
    .mind-features-item .item-content h3 {
        font-size: 1.4em;
        margin: 0 0 15px 0;
    }
}

@media (min-width:992px) {
    .mind-features-item a.item-content {
        font-size: .9em;
        line-height: 1.6em;
        bottom: 0;
    }

    .mind-features-item i {
        font-size: 9em;
    }

    .mind-features-item a.item-content h3 {
        font-size: 1.3em;
        margin: 5px 0 20px 0;
        bottom: 0;
    }
}

@media (min-width:1200px) {
    .mind-features-item a.item-content {
        line-height: 1.7em;
    }

    .mind-features-item i {
        font-size: 9em;
    }
}

.home-post-title a {
    color: #00708c;
    text-decoration: none;
}

    .home-post-title a:hover {
        color: #000;
    }

.home-post-footer {
    margin-top: 22px;
}

.home-post-meta {
    font-size: .9em;
    background-color: #e9e9e9;
    padding: 6px 10px;
    margin-bottom: 10px;
}

    .home-post-meta i {
        color: #444;
        padding: 0 5px;
    }

.pricing-box {
    border: solid 1px #444;
    -webkit-box-shadow: 3px 3px 8px 0 #ccc;
    -moz-box-shadow: 3px 3px 8px 0 #ccc;
    box-shadow: 3px 3px 8px 0 #ccc;
    margin-bottom: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.pricign-box:hover {
    -webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,0.39);
    box-shadow: 0 0 8px 2px rgba(0,0,0,0.39);
}

.pricing-box-header {
    color: #fff;
    background-color: #444;
    padding: 10px;
}

    .pricing-box-header > h2 {
        margin: 0 0 10px 0;
        padding: 0;
        line-height: 100%;
        font-size: 2.2em;
        text-align: center;
        color: #fff;
    }

    .pricing-box-header > p {
        font-size: .9em;
        font-weight: 300;
        text-align: center;
        margin: 0;
    }

.pricing-box-price {
    padding: 10px;
    margin-bottom: 7px;
    background-color: #ededed;
    border-bottom: solid 1px #ddd;
}

    .pricing-box-price h3 {
        margin: 0;
        padding: 0;
        line-height: 100%;
        font-size: 2.6em;
        text-align: center;
    }

        .pricing-box-price h3 > sub {
            font-size: .6em;
        }

.pricing-box-content > ul {
    padding: 0;
}

    .pricing-box-content > ul > li {
        list-style-type: none;
        padding: 7px 0;
        border-bottom: dotted 1px #ddd;
        vertical-align: top;
    }

        .pricing-box-content > ul > li > i {
            margin: 0 14px;
            font-size: 1.4em;
            list-style-position: inside;
        }

.pricing-box-footer {
    margin: 10px auto;
    text-align: center;
}

.pricign-box-pro {
    border-color: #00708c;
}

    .pricign-box-pro > .pricing-box-header {
        color: #fff;
        background-color: #00708c;
    }

#footer-widgets {
    background-color: #026AC0;
    color: #fff;
    padding: 0 0 20px 0;
    margin-top: 30px;
    border-top: solid 5px #00708c;
}

.footer-widget-title {
    font-family: 'Oxygen', sans-serif;
    text-transform: uppercase;
    font-size: 1.35em;
    color: #fff;
}

#footer-widgets a {
    color: #6aceeb;
    text-decoration: none;
}

    #footer-widgets a:hover {
        color: #fff;
    }

#footer {
    background-color: #444;
    color: #eee;
    padding: 20px 35px;
    text-align: left;
    border-top: solid 4px #eee;
    font-size: 12px;
}

    #footer a {
        color: #6aceeb;
        text-decoration: none;
    }

        #footer a:hover {
            color: #fff;
        }

    #footer p {
        margin: 0;
        padding: 0;
        line-height: 100%;
    }

.footer-widget .media {
    margin-bottom: 10px;
}

    .footer-widget .media .media-heading {
        font-size: 1.2em;
    }

.footer-widget small {
    color: #bbb;
    font-style: oblique;
}

.footer-widget .thumbnail {
    border-color: #3c5177;
}

.coming {
    background-color: #026AC0;
    color: #aaa;
}

    .coming h1 {
        color: #fff;
        padding: 20px 0 20px 0;
        font-size: 4em;
        text-transform: lowercase;
        font-family: 'Oxygen', sans-serif;
    }

        .coming h1 span {
            color: #6aceeb;
        }

        .coming h1 i {
            margin-right: 20px;
        }

.coming-logo > p {
    font-size: 1.8em;
    font-weight: 300;
    line-height: 160%;
    color: #c2cadc;
}

.coming h2 {
    font-size: 4em;
    color: #fff;
    margin-top: 20px;
    padding-top: 20px;
}

.coming-info {
    margin-bottom: 40px;
}

    .coming-info p {
        color: #ccc;
        font-size: 1.1em;
        line-height: 1.7em;
    }

.coming-color {
    background-color: #6aceeb;
    background-color: rgba(95,195,255,0.8);
}

.coming-social > a {
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: background;
    -webkit-transition-timing-function: ease;
    background-clip: border-box;
    background-color: #666;
    background-image: none;
    background-origin: padding-box;
    color: #fff;
    cursor: auto;
    display: inline-block;
    font-size: 21px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: background;
    transition-timing-function: ease;
    vertical-align: baseline;
    width: 35px;
    margin-bottom: 5px;
}

.coming-social-transparent > a {
    background-color: rgba(0,0,0,0.5);
}

.coming-social > a:hover {
    background-color: #00708c;
}

.coming-copy {
    padding-top: 10px;
}

@media (min-width:768px) {
    .coming-subs {
        margin: 20px 0;
    }

    .coming-copy {
        text-align: right;
    }
}

@media (min-width:992px) {
    .coming {
        padding-top: 100px;
    }

    .coming-footer {
        margin-top: 100px;
    }

    .coming-logo {
        border-left: solid 1px #6aceeb;
        padding-left: 50px;
        margin-bottom: 0;
    }
}

@media (min-width:1200px) {
    .coming h1 {
        font-size: 6em;
    }
}

.logig-form {
    max-width: 380px;
}

.register-form {
    max-width: 500px;
}

.error-404 {
    max-width: 500px;
}

    .error-404 h1 {
        font-size: 6em;
        text-transform: uppercase;
        font-family: 'Oxygen';
    }

    .error-404 h2 {
        font-size: 3em;
        text-transform: uppercase;
    }

hr {
    border-top: 1px solid #ddd;
}

.post {
    margin-bottom: 30px;
    overflow: hidden;
}

    .post h1 {
        font-size: 2em;
        margin: 0 0 10px 0;
    }

.img-post {
    padding: 5px;
    border: solid 1px #ccc;
    background-color: #eee;
    margin: 0 auto 20px auto;
}

.post p {
    line-height: 170%;
}

.post-info {
    margin-top: 20px;
    padding: 5px 0;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    overflow: hidden;
    vertical-align: baseline;
    position: relative;
}

    .post-info span {
        color: #00708c;
    }

    .post-info .btn {
        position: absolute;
        right: 0;
        top: 3px;
    }

.pi-content {
    margin-top: 5px;
    display: inline-block;
}

.sub-comments {
    padding-left: 50px;
    border-left: dotted 1px #ddd;
}

.block {
    margin-bottom: 40px;
}

    .block .nav > li > a > i {
        font-size: 1.3em;
    }

    .block ul {
        padding: 0;
    }

        .block ul.simple li {
            list-style-type: none;
            margin: 3px 0;
        }

            .block ul.simple li a {
                border-left: solid 2px #00708c;
                padding-left: 20px;
            }

                .block ul.simple li a:hover {
                    border-color: #000;
                }

            .block ul.simple li ul {
                padding-left: 20px;
            }

.post-sidebar {
    padding: 0;
}

    .post-sidebar li {
        list-style-type: none;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .post-sidebar img {
        float: left;
        padding: 5px;
        border: solid 1px #ccd;
        background-color: #ddd;
        margin-right: 10px;
    }

    .post-sidebar h4 {
        margin: 0;
        padding: 0;
        line-height: 140%;
        font-size: 1.1em;
        font-family: 'Oxygen', sans-serif;
        font-weight: normal;
    }

    .post-sidebar .date {
        margin-top: 10px;
        color: #666;
        display: block;
    }

.tags-cloud a {
    border: solid 1px #ddd;
    padding: 3px 5px;
    margin: 2px;
    display: inline-block;
    font-size: .9em;
    color: #00708c;
    text-decoration: none;
}

    .tags-cloud a:hover {
        background-color: #00708c;
        color: #fff;
    }

.comments-sidebar {
    padding: 0;
    margin: 0;
}

    .comments-sidebar li {
        list-style-type: none;
        margin: 10px 0;
        overflow: hidden;
    }

        .comments-sidebar li:nth-child(2n) img {
            border-radius: 50px;
            float: left;
            margin-right: 10px;
        }

        .comments-sidebar li:nth-child(2n+1) img {
            border-radius: 50px;
            float: right;
            margin-left: 10px;
        }

        .comments-sidebar li h4 {
            font-size: 1em;
            font-family: 'Oxygen', sans-serif;
            font-weight: 400;
            line-height: 140%;
        }

#Grid .mix {
    opacity: 0;
    display: none;
}

.portfolio-control {
    padding: 0;
    margin-bottom: 20px;
}

    .portfolio-control > li {
        cursor: pointer;
        display: inline-block;
        padding: 8px;
        margin-right: 5px;
        border: solid 1px #ccc;
        margin-bottom: 5px;
    }

        .portfolio-control > li.active, .portfolio-control > li:hover {
            background-color: #00708c;
            color: #fff;
        }

#back-top a {
    position: fixed;
    bottom: 30px;
    right: 30px;
    color: #eee;
    background-color: rgba(0,0,0,0.3);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

    #back-top a:hover {
        background-color: rgba(0,0,0,0.7);
    }

    #back-top a i {
        font-size: 2em;
    }

.coming2 {
    background-image: url(../img/coming.jpg);
    background-size: auto !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.wrap-coming2 {
    position: relative;
    top: 20%;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.4);
    color: #fff;
    padding: 40px 0;
}

    .wrap-coming2 h1 {
        color: #fff;
        font-size: 4em;
    }

    .wrap-coming2 h2 {
        color: #eee;
    }

        .wrap-coming2 h1 span, .wrap-coming2 h2 span {
            color: #6aceeb;
        }

    .wrap-coming2 p {
        font-size: 1.2em;
        line-height: 180%;
    }

.coming-time {
    margin-top: 20px;
}

.coming-box-time {
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    text-align: center;
    padding: 25px 25px 10px 25px;
    margin-left: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

    .coming-box-time span {
        display: block;
        font-size: 4em;
        padding-bottom: 15px;
    }

.mind-features-item-transparent {
    background-color: rgba(0,0,0,0.4);
    border: none;
}

    .mind-features-item-transparent .item-content {
        background-color: rgba(0,0,0,0.5) !important;
    }

    .mind-features-item-transparent i {
        color: rgba(255,255,255,0.7) !important;
    }

    .mind-features-item-transparent .item-content h3 {
        margin-bottom: 18px;
    }

.coming2-copy {
    color: #ddd;
    padding-top: 5px;
}

@media (min-width:992px) and (max-width:1199px) {
    .coming-box-time span {
        font-size: 3em;
    }
}

@media (min-width:992px) {
    .coming2-count {
        text-align: right;
    }
}

@media (min-width:768px) {
    .timeline-left {
        border-right: solid 5px #ddd;
    }

    .timeline-right {
        padding-top: 100px;
    }

    .timeline-event-left {
        width: 97%;
        position: relative;
    }

        .timeline-event-left:before {
            content: "";
            width: 20px;
            height: 20px;
            background-color: #00708c;
            border-radius: 50px;
            border: solid 4px #ddd;
            position: absolute;
            right: -37px;
            top: 13px;
            margin-left: -12px;
            z-index: 10;
        }

    .timeline-event-right:before {
        content: "";
        width: 20px;
        height: 20px;
        background-color: #00708c;
        border-radius: 50px;
        border: solid 4px #ddd;
        position: absolute;
        left: -25px;
        top: 13px;
        margin-left: -12px;
        z-index: 10;
    }

    .timeline-event-right {
        width: 97%;
        margin-left: 3%;
        position: relative;
    }

    .timeline-event:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        top: 9px;
    }

    .timeline-event-left:after {
        border-width: 14px 0 14px 20px;
        border-color: transparent transparent transparent #00708c;
        right: -18px;
    }

    .timeline-event-right:after {
        border-width: 14px 20px 14px 0;
        border-color: transparent #00708c transparent transparent;
        left: -18px;
    }
}

@media (min-width:992px) {
    .timeline-event-left:before {
        right: -41px;
        margin-left: -12px;
    }

    .timeline-event-right:before {
        left: -29px;
        margin-left: -12px;
    }
}

@media (min-width:1200px) {
    .timeline-event-left:before {
        right: -44px;
        margin-left: -12px;
    }

    .timeline-event-right:before {
        left: -32px;
        margin-left: -12px;
    }
}

.timeline-title {
    text-align: center;
    display: block;
    margin: 0 auto 40px auto;
}

    .timeline-title span {
        background-color: #00708c;
        padding: 8px;
        color: #fff;
        border-radius: 3px;
    }

.mind-box {
    background-color: #00708c;
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

    .mind-box:hover {
        background-color: #005c73;
    }

.mind-box-success {
    background-color: #097900;
}

    .mind-box-success:hover {
        background-color: #076000;
    }

.mind-box-info {
    background-color: #8300ae;
}

    .mind-box-info:hover {
        background-color: #700095;
    }

.mind-box-warning {
    background-color: #f89e01;
}

    .mind-box-warning:hover {
        background-color: #df8e01;
    }

.mind-box-danger {
    background-color: #bf0000;
}

    .mind-box-danger:hover {
        background-color: #a60000;
    }

.mind-box-title {
    color: #fff;
    font-size: 1.5em;
}

.mind-box i {
    font-size: 4em;
    margin: 5px auto 8px auto;
}

.inverse-wrap {
    background-color: #026AC0;
    color: #fff;
    padding: 30px 0;
}

    .inverse-wrap p {
        margin: 0;
    }

    .inverse-wrap .lead {
        color: #fff;
    }

        .inverse-wrap .lead strong {
            font-weight: 300;
            color: #6aceeb;
        }

.service-list li {
    counter-increment: myIndex;
    position: relative;
    margin-bottom: 20px;
    padding: 10px 0 10px 80px;
}

    .service-list li:before {
        content: counter(myIndex);
        font-family: 'Oxygen', sans-serif;
        font-size: 4em;
        padding: 20px 15px;
        border: solid 1px #00708c;
        color: #00708c;
        border-radius: 500px;
        position: absolute;
        top: 10px;
        left: 0;
    }

@media (min-width:992px) and (max-width:1199px) {
    .service-list li {
        margin-bottom: 25px;
    }
}

.center-title {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 40px;
}

.back {
    padding: 30px 0;
    background-color: #000;
    color: #fff;
    background-image: url(../areas/sba/content/images/back_home.jpg);
    background-size: cover;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

    .back h1, .back h2, .back h3, .back h4, .back h5, .back h6 {
        color: #fff;
    }

    .back h1 {
        font-size: 3.7em;
    }

.icon-item {
    display: table;
    margin-bottom: 20px;
    padding: 20px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

    .icon-item:hover {
        background-color: rgba(255,255,255,0.2);
    }

    .icon-item i {
        -webkit-transition: all .55s ease;
        -moz-transition: all .55s ease;
        -ms-transition: all .55s ease;
        -o-transition: all .55s ease;
        transition: all .55s ease;
    }

    .icon-item:hover i {
        color: #6aceeb;
    }

    .icon-item i {
        display: table-cell;
        font-size: 5em;
        vertical-align: middle;
        padding-right: 20px;
    }

.item-content {
    display: table-cell;
}

.back .icon-item h3 {
    color: #6aceeb;
    margin: 0 0 15px 0;
}

.carousel-images .carousel-indicators {
    bottom: auto;
    top: 10px;
}

.carousel-images .carousel-control {
    position: absolute;
    top: 50%;
    bottom: auto;
    height: 50px;
    left: 20px;
    width: 50px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 2000;
}

    .carousel-images .carousel-control.left {
        background-image: none;
        background-repeat: no-repeat;
        filter: none;
    }

    .carousel-images .carousel-control.right {
        right: 0;
        left: auto;
        background-image: none;
        background-repeat: no-repeat;
        filter: none;
    }

    .carousel-images .carousel-control:hover, .carousel-images .carousel-control:focus {
        color: #fff;
        text-decoration: none;
        outline: none;
        opacity: .9;
        filter: alpha(opacity=90);
    }

.carousel-images .carousel-caption {
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    left: auto;
    right: auto;
    bottom: 0;
    padding: 20px;
}

    .carousel-images .carousel-caption h1, .carousel-images .carousel-caption h2, .carousel-images .carousel-caption h3, .carousel-images .carousel-caption h4, .carousel-images .carousel-caption h5, .carousel-images .carousel-caption h6 {
        color: #fff;
        margin: 0 0 10px 0;
    }

.icon-box {
    display: table;
    margin-bottom: 20px;
}

    .icon-box h3 {
        margin: 0 0 10px 0;
    }

    .icon-box i {
        display: table-cell;
        font-size: 3em;
        vertical-align: middle;
        background-color: #d9f7ff;
        border-left: solid 4px #00708c;
        padding: 10px 20px;
        color: #00708c;
    }

    .icon-box .icon-box-content {
        display: table-cell;
        padding: 10px;
        background-color: #edfbff;
    }

    .icon-box.icon-box-success .icon-box-content {
        background-color: #efffef;
    }

    .icon-box.icon-box-success i {
        background-color: #dbffdb;
        border-left: solid 4px #005b00;
        color: #005b00;
    }

    .icon-box.icon-box-info .icon-box-content {
        background-color: #fbf0ff;
    }

    .icon-box.icon-box-info i {
        background-color: #f8e1ff;
        border-left: solid 4px #8300ae;
        color: #8300ae;
    }

    .icon-box.icon-box-warning .icon-box-content {
        background-color: #fff7ea;
    }

    .icon-box.icon-box-warning i {
        background-color: #fff3e0;
        border-left: solid 4px #f89e01;
        color: #f89e01;
    }

    .icon-box.icon-box-danger .icon-box-content {
        background-color: #fff2f2;
    }

    .icon-box.icon-box-danger i {
        background-color: #ffd9d9;
        border-left: solid 4px #bf0000;
        color: #bf0000;
    }

    .icon-box.icon-box-inverse .icon-box-content {
        background-color: #00708c;
        color: #fff;
    }

    .icon-box.icon-box-inverse i {
        background-color: #004759;
        border-left: solid 4px #001e26;
        color: #fff;
    }

    .icon-box.icon-box-inverse h1, .icon-box.icon-box-inverse h2, .icon-box.icon-box-inverse h3, .icon-box.icon-box-inverse h4, .icon-box.icon-box-inverse h5, .icon-box.icon-box-inverse h6 {
        color: #fff;
    }

    .icon-box.icon-box-info h1, .icon-box.icon-box-info h2, .icon-box.icon-box-info h3, .icon-box.icon-box-info h4, .icon-box.icon-box-info h5, .icon-box.icon-box-info h6 {
        color: #8300ae;
    }

    .icon-box.icon-box-success h1, .icon-box.icon-box-success h2, .icon-box.icon-box-success h3, .icon-box.icon-box-success h4, .icon-box.icon-box-success h5, .icon-box.icon-box-success h6 {
        color: #005b00;
    }

    .icon-box.icon-box-warning h1, .icon-box.icon-box-warning h2, .icon-box.icon-box-warning h3, .icon-box.icon-box-warning h4, .icon-box.icon-box-warning h5, .icon-box.icon-box-warning h6 {
        color: #f89e01;
    }

    .icon-box.icon-box-danger h1, .icon-box.icon-box-danger h2, .icon-box.icon-box-danger h3, .icon-box.icon-box-danger h4, .icon-box.icon-box-danger h5, .icon-box.icon-box-danger h6 {
        color: #bf0000;
    }

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .mind-features-item .item-content h3 {
        font-size: 1em !important;
        text-align: center;
        font-weight: 400;
        margin: 5px 0 15px 0;
        color: #fff;
    }

    .mind-features-item .item-content p {
        font-size: .8em !important;
        line-height: 1.6em;
    }

    .hover {
        pointer-events: none;
    }

    .mind-features-item .item-content {
        top: 0;
        background-color: rgba(2, 106, 192, 0.9) !important;
        color: #fff;
    }

    #header-title img {
        margin: 0 auto;
    }

    #slider-login .carousel {
        display: none !important;
    }

    #slider-login .login {
        width: 100% !important;
        float: none;
    }

    .section-title {
        text-align: center;
    }
}
/* --- Custom Additions --- */

/* Slider-Login Section */
#slider-login {
    background-color: #026AC0;
    height: 302px;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
}

    #slider-login .slide {
        float: left;
        height: 300px;
        width: 70%;
    }

        #slider-login .slide .carousel-inner, #portal #portal-fund .carousel-inner {
            height: 300px;
        }

    #slider-login .login {
        float: left;
        padding: 15px 35px;
        width: 30%;
        color: #fff;
    }

        #slider-login .login h3, #slider-login .login h4, #slider-login .login h3, #slider-login .login a {
            color: #fff !important;
        }

.header-title img {
    height: auto;
}

#slider-login .login .btn-primary, .login .login-page .btn-primary {
    background-color: #2891E8 !important;
    border-color: #2891E8 !important;
    color: #FFF !important;
    font-weight: bold;
    margin-top: -37px;
}

    #slider-login .login .btn-primary:hover, .login .login-page .btn-primary:hover, #slider-login .login .btn-primary:focus, #slider-login .login .btn-primary:active, #slider-login .login .btn-primary.active, #slider-login .login .open #slider-login .login .dropdown-toggle.btn-primary {
        background-color: #fff !important;
        border-color: #fff !important;
        color: #2891E8 !important;
    }

#slider-login .login .checkbox input[type="checkbox"], .login-input .checkbox input[type="checkbox"] {
    margin-top: 8px;
}

#slider-login .login a.login-helper {
    font-size: 14px !important;
    color: #ddd !important;
    text-decoration: none !important;
    background-color: transparent !important;
    padding: 5px 0 !important;
}

    #slider-login .login a.login-helper:hover {
        color: #fff !important;
        text-decoration: none !important;
        background-color: transparent !important;
    }

#slider-login .helpers {
    margin-top: 30px;
}

#slider-login p.login-help-p {
    margin: -8px 0;
}
/* Welcome Boxes */
#welcome {
    padding: 0px 35px;
}

    #welcome article {
        padding: 0px 20px;
    }

.about, #mind-features {
    padding-bottom: 40px;
}

#welcome {
    padding-top: 40px;
    padding-bottom: 20px;
}
/*-- Bootstrap Carousel Fade Transition */

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}

html, body, .carousel, .carousel-inner, .carousel-inner .item {
    height: 100%;
}
/*Font Awesome Primary Color Override */
.fa {
    color: #fff !important;
}
/* Accent Color Elements */
.navbar-mind, .mind-features-item .item-content, .input-group-addon, #slider-login .login .btn-primary {
    background-color: #013e70 !important;
}

.input-group-addon, #slider-login .login .btn-primary {
    border-color: #013e70 !important;
}

.page-title, .navbar-mind .nav .dropdown-menu li a:hover {
    color: #013e70 !important;
}
/* Building Image on About Page */
img.building {
    width: 50%;
    height: auto;
}
/* Portal Styles */

/* Minimize SBAI Branding */

#portal .navbar-mind {
}

#portal #social-header {
}

    #portal #social-header #header-title {
        margin-top: -6px !important;
    }

        #portal #social-header #header-title img {
            height: 40px;
            width: auto;
            float: left;
            margin-left: 0 !important;
        }

        #portal #social-header #header-title > h1 {
            font-size: 1em !important;
            margin: 6px 0 0 50px;
            color: #fff !important;
        }

    #portal #social-header #header h3 {
        display: none;
    }

#portal ul, #portal ul li {
    list-style: none !important;
    list-style-type: none !important;
}

#portal #header {
    background-color: #eee;
    background-image: linear-gradient(to bottom, #ddd 0%, #eee 50%);
    height: auto !important;
    padding: 11px 0;
}

    #portal #header .container {
    }

    #portal #header #header-title {
        margin-top: 5px;
        display: inline-block;
    }
        /*#portal #header #header-title img.local {
	padding-top: 0;
	height: 130px;
	width: auto;
	float: right;
}
#portal #header #header-title img.union {
	padding-top: 0;
	height: 130px;
	width: auto;
	float: right;
	right: 0;
	position: absolute;
	margin-right: 35px;
}*/
        #portal #header #header-title h1 {
            text-align: left;
            margin: 25px 0 0 0 !important;
            padding-bottom: 10px;
            font-size: 2.4em;
            color: #013e70 !important;
        }

        #portal #header #header-title img.local {
            padding-top: 0;
            height: 180px;
            width: auto;
            float: right !important;
            right: 0 !important;
            position: absolute;
            margin-top: -140px;
            margin-right: 35px;
        }

#portal .carousel-caption {
    float: left;
    left: 0;
    width: 100%;
    display: none;
}

#portal .carousel-text {
    position: absolute;
    margin-top: -10px !important;
    margin-left: -5px;
    width: 100% !important;
}

#portal #slider-login .slide {
    /* float: right; */
}

.modal-backdrop {
    display: none !important;
}

h3#myModalLabel.modal-title {
    color: #013e70 !important;
}

#fundcontact > div > div > div.modal-body {
    color: #444;
    line-height: normal;
}

#portal #slider-login > div.login > div.greet {
}

#portal #slider-login > div.login > .greet > h3 {
    padding-bottom: 5px;
    font-size: 20px;
}

#portal #slider-login > div.login > div.greet > h3 > span > a {
    text-transform: uppercase;
    text-decoration: none;
    background-color: #013e70;
    color: #fff;
    font-size: 12px;
    padding: 6px 8px;
    display: inline-block;
    margin-left: 36px;
    vertical-align: middle;
}

    #portal #slider-login > div.login > div.greet > h3 > span > a:hover {
        text-transform: uppercase;
        text-decoration: none;
        background-color: #fff;
        color: #026AC0 !important;
        font-size: 12px;
        padding: 6px 8px;
        display: inline-block;
        margin-left: 36px;
        vertical-align: middle;
    }

#portal #slider-login > div.login > div.greet > h3 > span {
    margin-top: -3px !important;
    position: absolute;
}

#portal #slider-login > div.login > div.iwantto {
    /* border: 1px solid #fff !important; */
    padding-top: 0px;
    margin-top: 0; /* box-shadow: 2px 3px 3px rgba(0,0,0,0.4); */
}

#slider-login > div.login > div.iwantto > h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.4em;
    color: #013e70 !important;
    background-color: #fff;
    padding: 6px 10px;
    margin-top: 0px;
}

#portal #slider-login > div.login > div > ul {
    margin-top: -10px;
    margin-bottom: 0px;
    list-style: none !important;
    font-size: 16px;
    background-color: #013e70;
    padding: 0 10px;
    text-transform: uppercase;
}

    #portal #slider-login > div.login > div > ul > li {
        border-bottom: 1px solid #026AC0;
        border-top: 1px solid #013e70;
        border-left: 1px solid #013e70;
        border-right: 1px solid #013e70;
        margin-left: -10px;
        width: calc(100% + 20px) !important;
        padding: 4px 0;
        transition: all ease-in-out 200ms;
    }

        #portal #slider-login > div.login > div > ul > li:last-child {
            border-bottom: none;
        }

        #portal #slider-login > div.login > div > ul > li:first-child {
            border-top: none;
        }

        #portal #slider-login > div.login > div > ul > li:last-child:hover {
            /* border-bottom: none */
        }

        #portal #slider-login > div.login > div > ul > li:first-child:hover {
            border-top: none;
        }

        #portal #slider-login > div.login > div > ul > li:hover {
            /* background-color: #026AC0; */
            border: 1px solid #fff;
        }

#portal #slider-login div.login ul li:hover > a {
    color: #ddd !important;
}

#portal #slider-login > div.login > div > ul > li > a {
    padding-left: 10px;
}

    #portal #slider-login > div.login > div > ul > li > a:hover, #portal #slider-login > div.login > div > ul > li > a:active, #portal #slider-login > div.login > div > ul > li > a:visited, #portal #slider-login > div.login > div > ul > li > a:link {
        text-decoration: none;
    }

#portal .wrap-title {
    background-color: #fff;
    border-bottom: solid 1px #ccc;
    border-top: solid 1px #ccc;
}

#portal .links .panel-body ul {
    -webkit-padding-start: 0px !important;
}

#portal .links .panel-body ul {
}

#portal .panel.panel-primary.links .panel-body > ul > li {
    float: left;
    display: inline-block;
    padding: 2px !important;
}

#portal .links img {
    width: 77px;
    padding: 5px;
    height: auto;
    display: inline-block;
    border: solid 1px #ddd;
    transition: all ease-in-out 150ms;
}

#portal .links .panel-body ul li a {
    max-width: 150px;
}

#portal .links li img:hover {
    background-color: #fff;
    border: solid 1px #ccc !important;
}

#portal .tooltip-inner {
    background-color: #026AC0;
    color: #fff;
    font-size: 1.2em !important;
    border: 1px solid #ccc;
}

#portal .tooltip.bottom .tooltip-arrow {
    display: none;
}

#portal .alerts .panel-body > ul {
    -webkit-padding-start: 0px !important;
    padding: 10px !important;
}

    #portal .alerts .panel-body > ul > li > i {
        /* color: red !important; */
        padding-right: 8px;
    }

    #portal .alerts .panel-body > ul > li {
        list-style: none;
        line-height: normal;
        padding-bottom: 15px;
    }

        #portal .alerts .panel-body > ul > li:last-child {
            padding-bottom: 0;
        }

#portal .panel-primary .panel-heading, #portal .panel-primary .panel-footer {
    background-color: #026AC0 !important;
    border-bottom: 1px solid #ccc;
}

#portal .panel-group > .panel .panel-heading a {
    background-color: #eee !important;
    border-bottom: 1px solid #ddd;
    color: #444 !important;
    font-size: 1em;
}

#portal .panel-primary {
    border-color: #ccc !important;
}

#portal .panel-body {
    border-color: #ccc !important;
}

#portal .panel-default > .panel-heading + .panel-collapse .panel-body {
    border: none !important;
}

#portal .panel-primary .panel-title {
    color: #fff !important;
    text-transform: uppercase;
    font-family: 'futura-pt', sans-serif;
}

    #portal .panel-primary .panel-title.big {
        font-size: 20px;
        padding-bottom: 10px;
    }
/*#portal .panel-primary span {
	position: absolute;
	right: 35px;
}*/
#portal .panel-primary .panel-heading {
    color: #fff !important;
}

#portal a:hover {
    text-decoration: none;
}

#portal .panel-primary .fa, #portal .panel-primary .panel-heading a, #portal .panel-primary .panel-footer a {
    color: #026AC0 !important;
}

    #portal .panel-primary .panel-heading a:hover, #portal .panel-primary .panel-footer a:hover {
        color: #026AC0 !important;
        text-decoration: none !important;
    }

    #portal .panel-primary .fa.fa-external-link {
        color: #999 !important;
        font-size: 12px;
        padding-left: 5px;
    }

#portal #tabSelect .tab-content {
    margin-top: 10px;
    border: none !important;
}

#portal #doc-box .tab-content ul {
    -webkit-padding-start: 10px !important;
}

#portal .nav-tabs {
    border-top: none;
    border-bottom: none;
    margin-top: 0px;
}

    #portal .nav-tabs li a {
        font-size: 16px;
        text-transform: uppercase;
        font-family: 'futura-pt', sans-serif;
        border-top: none;
        border-bottom: none;
        background-color: #fff !important;
    }

        #portal .nav-tabs li a:hover, #portal .nav-tabs li.active a, #portal .nav-tabs li.active a:hover, #portal .nav-tabs li.active a:focus {
            color: #026AC0 !important;
        }

    #portal .nav-tabs > li > a {
        padding: 8px 20px;
    }

    #portal .nav-tabs + .tab-content {
        background-color: #f7f7f7 !important;
        border-top: 1px solid #ddd;
    }

    #portal .nav-tabs li a {
        border: none;
    }

    #portal .nav-tabs li:first-child a {
        border-left: none;
    }

#portal #doc-box .tab-content ul li:before {
    color: #444;
    content: "\2022" !important; /* /2022 is the numerical unicode for &bull; */
    font-size: 1.2em;
    padding-right: .5em;
    position: relative;
    top: .1em;
}

#portal #doc-box .nav-tabs.nested li:before {
    content: none !important;
}

#portal .nav-tabs.nested + .tab-content {
    padding: 15px !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    overflow: hidden;
}


/* New CSS for Registration and Login Pages */


.panel-body .form-control {
    padding-left: 10px;
}

::-webkit-input-placeholder {
}

div.form-helper-wrapper.col-md-7 {
    width: 56%;
}

div.form-helper-wrapper {
    background-color: #ddd;
    color: #444;
    display: block;
    line-height: normal;
}

p.form-helper {
    display: inline-block;
    font-size: .9em;
    background-color: #ddd;
    color: #444;
    padding: 6px 5px 0 !important;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #f7f7f7;
    margin-left: -15px;
    margin-top: 7px;
    position: absolute;
}

.panel-body a.login-helper, .checkbox.login-page label {
    font-size: 16px !important;
    color: #666 !important;
    text-decoration: none !important;
    background-color: transparent !important;
    padding: 5px 0 !important;
}

    .panel-body a.login-helper:hover, .checkbox.login-page label:hover {
        color: #222 !important;
        text-decoration: none !important;
        background-color: transparent !important;
    }

.panel-body .helpers {
    margin-top: 20px;
}

.panel-body p.login-help-p {
    margin: -8px 0;
}

.panel-body .fa {
    color: #026AC0 !important;
}

.trustlogo {
    float: right;
    margin-right: -15px !important;
    margin-top: -20px !important;
}

#portal .panel .navbar-mind {
    background-color: transparent !important;
}

#portal .panel .navbar-nav {
    float: left;
    color: #444 !important;
    background-color: #fff;
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    border-top: solid 1px #eee !important;
    border-bottom: solid 1px #eee !important;
}

#portal .panel .navbar-mind .nav a, #portal .panel .navbar-mind .nav li a, #portal .panel .navbar-mind .nav a {
    color: #444 !important;
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    border-top: solid 1px #eee !important;
    border-bottom: solid 1px #eee !important;
}

    #portal .panel .navbar-mind .nav a:hover, #portal .panel .navbar-mind .nav li a:hover, #portal .panel .navbar-mind .nav a:hover {
        color: #026AC0 !important;
        background-color: #eee !important;
    }

#portal .panel .navbar-nav > li > .dropdown-menu li, #portal .panel .navbar-nav > li > .dropdown-menu a {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
}

    #portal .panel .navbar-nav > li > .dropdown-menu li a {
        border-left: solid 1px #eee !important;
        border-right: solid 1px #eee !important;
        border-top: none !important;
        border-bottom: solid 1px #eee !important;
        padding-bottom: none !important;
        padding-left: 18px;
    }
