
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 18px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #999
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 18px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 7px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #7e8b95;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 17px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 18px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #999;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label[href]:focus,
.label[href]:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #999
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: grey
}

.label-primary {
    background-color: #00b1cd
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #00859a
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #00b1cd
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #00859a
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.nav-pills>.active>a>.badge,
a.list-group-item.active>.badge {
    color: #000;
    background-color: #fff
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 200
}

.container .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 58.5px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 18px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
    margin-left: auto;
    margin-right: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #000
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 18px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable {
    padding-right: 35px
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 18px;
    margin-bottom: 18px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    background-color: #00b1cd;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #00b1cd
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media,
.media .media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-object {
    display: block
}

.media-heading {
    margin: 0 0 5px
}

.media>.pull-left {
    margin-right: 10px
}

.media>.pull-right {
    margin-left: 10px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover {
    text-decoration: none;
    background-color: #f5f5f5
}

a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #00b1cd;
    border-color: #00b1cd
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading {
    color: inherit
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text {
    color: #9af1ff
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 18px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit
}

.panel-title>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 18px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #00b1cd
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #00b1cd;
    border-color: #00b1cd
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #00b1cd
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #00b1cd
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ebccd1
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 19.5px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0), color-stop(rgba(0, 0, 0, .0001) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0), color-stop(rgba(0, 0, 0, .5) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important;
    visibility: hidden!important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-md,
.visible-print,
.visible-sm,
.visible-xs {
    display: none!important
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

.logged-in #cookie-bar {
    margin-top: 29px
}

#cookie-bar {
    background: #eee;
    line-height: 28px;
    color: #3296dc;
    text-align: center;
    padding: 3px 0
}

#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000
}

#cookie-bar p {
    margin: 0;
    padding: 0
}

#cookie-bar a {
    color: #fff;
    display: inline-block;
    border-radius: 0;
    text-decoration: none;
    padding: 0 6px;
    margin-left: 8px
}

#cookie-bar .cb-disable,
#cookie-bar .cb-disable:hover,
#cookie-bar .cb-enable,
#cookie-bar .cb-enable:hover,
#cookie-bar .cb-policy,
#cookie-bar .cb-policy:hover {
    background: #3296dc;
    line-height: 24px
}

#forum ul {
    padding-left: 0;
    list-style: none
}

#forum a:active,
#forum a:hover,
#forum a:link,
#forum a:visited {
    color: #00b1cd;
    text-decoration: none
}

#forum a:hover {
    color: #eee
}

#forum ul.forums li.header .forum-titles {
    display: table;
    margin-bottom: 7px;
    padding: 0 20px;
    width: 100%
}

#forum ul.forums li.header .forum-titles li {
    display: table-cell;
    float: left;
    padding: 0 10px 0 0;
    position: relative
}

#forum ul.forums li.header .forum-titles li.forum-title {
    width: 55%
}

#forum ul.forums li.header .forum-titles li.post-title,
#forum ul.forums li.header .forum-titles li.topics-title {
    width: 10%
}

#forum ul.forums li.header .forum-titles li.lastpost-title {
    padding-right: 0;
    width: 25%
}

#forum ul.forums li.body ul[id*=forum-list-] {
    border: 1px solid #eee;
    display: table;
    margin-bottom: 15px;
    padding: 15px;
    position: relative;
    width: 100%
}

#forum ul.forums li.body ul[id*=forum-list-] li {
    display: table-cell;
    float: left;
    padding-right: 10px
}

#forum ul.forums li.body ul[id*=forum-list-] li.forum-info {
    width: 55%
}

#forum ul.forums li.body ul[id*=forum-list-] li.forum-reply-count,
#forum ul.forums li.body ul[id*=forum-list-] li.forum-topic-count {
    width: 10%
}

#forum ul.forums li.body ul[id*=forum-list-] li.forum-freshness {
    padding-right: 0;
    width: 25%
}

#forum ul.forums li.body ul[id*=forum-list-] li h4 {
    margin: 0
}

#forum ul.forums li.body ul[id*=forum-list-] li h4 a:active,
#forum ul.forums li.body ul[id*=forum-list-] li h4 a:hover,
#forum ul.forums li.body ul[id*=forum-list-] li h4 a:link,
#forum ul.forums li.body ul[id*=forum-list-] li h4 a:visited {
    text-decoration: none
}

#forum ul.forums li.body ul[id*=forum-list-] li h4 a:hover {
    color: #eee
}

#forum ul.forum-topics li.header .topics-titles {
    display: table;
    margin-bottom: 7px;
    padding: 0 20px;
    width: 100%
}

#forum ul.forum-topics li.header .topics-titles li {
    display: table-cell;
    float: left;
    padding: 0 10px 0 0;
    position: relative
}

#forum ul.forum-topics li.header .topics-titles li.topics-title {
    width: 50%
}

#forum ul.forum-topics li.header .topics-titles li.reply-title {
    width: 15%
}

#forum ul.forum-topics li.header .topics-titles li.lastreply-title {
    padding-right: 0;
    width: 35%
}

#forum ul.forum-topics li.body ul[class*=forum-] {
    border: 1px solid #eee;
    display: table;
    margin-bottom: 15px;
    padding: 15px;
    position: relative;
    width: 100%
}

#forum ul.forum-topics li.body ul[class*=forum-] li {
    display: table-cell;
    float: left;
    padding-right: 10px
}

#forum ul.forum-topics li.body ul[class*=forum-] li.topic-title {
    width: 50%
}

#forum ul.forum-topics li.body ul[class*=forum-] li.topic-moved {
    padding-right: 0;
    width: 50%
}

#forum ul.forum-topics li.body ul[class*=forum-] li.topic-replies {
    width: 15%
}

#forum ul.forum-topics li.body ul[class*=forum-] li.topic-lastreply {
    padding-right: 0;
    width: 35%
}

#forum ul.forum-topics li.body ul[class*=forum-] li h4 {
    margin: 0
}

#forum ul.forum-topics li.body ul[class*=forum-] li h4 a:active,
#forum ul.forum-topics li.body ul[class*=forum-] li h4 a:hover,
#forum ul.forum-topics li.body ul[class*=forum-] li h4 a:link,
#forum ul.forum-topics li.body ul[class*=forum-] li h4 a:visited {
    text-decoration: none
}

#forum ul.forum-topics li.body ul[class*=forum-] li h4 a:hover {
    color: #eee
}

article section .field-slideshow-wrapper .field-slideshow {
    width: 100%!important
}

article section .field-slideshow-wrapper .field-slideshow .field-slideshow-slide {
    float: none;
    margin: 0 auto;
    width: 745px!important
}

article section .field-slideshow-wrapper .field-slideshow .field-slideshow-slide img {
    display: block;
    height: auto!important;
    max-height: 320px;
    max-width: 100%;
    min-height: 320px;
    margin: 0 auto;
    width: auto!important
}

article section .field-slideshow-wrapper .field-slideshow .field-slideshow-slide img.image-dimensions-portrait {
    float: none!important;
    margin: 0 auto!important
}

article section .field-slideshow-wrapper .field-slideshow-controls {
    position: relative;
    top: -160px;
    z-index: 1000
}

article section .field-slideshow-wrapper .field-slideshow-controls a:active,
article section .field-slideshow-wrapper .field-slideshow-controls a:hover,
article section .field-slideshow-wrapper .field-slideshow-controls a:link,
article section .field-slideshow-wrapper .field-slideshow-controls a:visited {
    color: #000;
    text-decoration: none;
    font-size: 30px;
    background-color: rgba(255, 255, 255, .4);
    padding: 0 5px
}

article section .field-slideshow-wrapper .field-slideshow-controls a:hover {
    color: #7e8b95
}

article section .field-slideshow-wrapper .field-slideshow-controls a.prev {
    float: left
}

article section .field-slideshow-wrapper .field-slideshow-controls a.next {
    float: right
}

article section .field-slideshow-wrapper .field-slideshow-pager {
    padding-left: 0;
    list-style: none;
    margin: 0 auto;
    text-align: center;
    width: 100%
}

article section .field-slideshow-wrapper .field-slideshow-pager>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

article section .field-slideshow-wrapper .field-slideshow-pager li {
    height: 100px;
    overflow-y: hidden;
    padding: 0;
    margin: 0 5px 10px
}

article section .field-slideshow-wrapper .field-slideshow-pager li img {
    width: 177px
}

article section .field-slideshow-wrapper .field-slideshow-pager li img.image-dimensions-portrait {
    width: 177px!important
}

.block-poll .poll .title {
    color: #00b1cd;
    font-size: 13px;
    margin-bottom: 7px
}

.block-poll .poll .choices .form-item {
    margin-bottom: 5px
}

.block-poll .poll .choices .form-item label {
    font-weight: 400;
    margin: 0 0 5px
}

.block-poll .poll .graph {
    border: 1px solid #00b1cd;
    border-width: 0 0 1px 1px;
    display: block;
    margin-bottom: 5px;
    padding: 0 0 5px 5px
}

.block-poll .poll .graph .option {
    width: 100%
}

.block-poll .poll .graph .option:after,
.block-poll .poll .graph .option:before {
    content: " ";
    display: table
}

.block-poll .poll .graph .option:after {
    clear: both
}

.block-poll .poll .graph .option .text {
    margin-bottom: 2px
}

.block-poll .poll .graph .option .results {
    background-color: #eee;
    margin-bottom: 5px;
    width: 100%
}

.block-poll .poll .graph .option .results:after,
.block-poll .poll .graph .option .results:before {
    content: " ";
    display: table
}

.block-poll .poll .graph .option .results:after {
    clear: both
}

.block-poll .poll .graph .option .results .percent {
    background-color: #fff;
    color: #00b1cd;
    display: inline-block;
    float: left!important;
    width: 15%
}

.block-poll .poll .graph .option .results .bar {
    display: inline-block;
    padding-right: 5px;
    float: left!important;
    width: 85%
}

.block-poll .poll .graph .option .results .bar:after,
.block-poll .poll .graph .option .results .bar:before {
    content: " ";
    display: table
}

.block-poll .poll .graph .option .results .bar:after {
    clear: both
}

.block-poll .poll .graph .option .results .bar .foreground {
    background-color: #00b1cd;
    float: left!important
}

.block-poll .poll .total {
    float: right!important
}

.block-poll .pollanon-poll-results .graph {
    border: 1px solid #00b1cd;
    border-width: 0 0 1px 1px;
    display: block;
    margin-bottom: 5px;
    padding: 0 0 5px 5px
}

.block-poll .pollanon-poll-results .graph .option {
    width: 100%
}

.block-poll .pollanon-poll-results .graph .option:after,
.block-poll .pollanon-poll-results .graph .option:before {
    content: " ";
    display: table
}

.block-poll .pollanon-poll-results .graph .option:after {
    clear: both
}

.block-poll .pollanon-poll-results .graph .option .text {
    margin-bottom: 2px
}

.block-poll .pollanon-poll-results .graph .option .results {
    background-color: #eee;
    margin-bottom: 5px;
    width: 100%
}

.block-poll .pollanon-poll-results .graph .option .results:after,
.block-poll .pollanon-poll-results .graph .option .results:before {
    content: " ";
    display: table
}

.block-poll .pollanon-poll-results .graph .option .results:after {
    clear: both
}

.block-poll .pollanon-poll-results .graph .option .results .percent {
    background-color: #fff;
    color: #00b1cd;
    display: inline-block;
    float: left!important;
    width: 15%
}

.block-poll .pollanon-poll-results .graph .option .results .bar {
    display: inline-block;
    padding-right: 5px;
    float: left!important;
    width: 85%
}

.block-poll .pollanon-poll-results .graph .option .results .bar:after,
.block-poll .pollanon-poll-results .graph .option .results .bar:before {
    content: " ";
    display: table
}

.block-poll .pollanon-poll-results .graph .option .results .bar:after {
    clear: both
}

.block-poll .pollanon-poll-results .graph .option .results .bar .foreground {
    background-color: #00b1cd;
    float: left!important
}

.block-poll .pollanon-poll-results .graph .total {
    margin: 10px 0 0
}

.block-poll .links {
    display: none!important;
    padding-left: 0;
    list-style: none;
    margin: 5px 0 0
}

.block-poll .links>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

.block-poll .links li {
    padding: 0
}

.block-poll .links li a:active,
.block-poll .links li a:hover,
.block-poll .links li a:link,
.block-poll .links li a:visited {
    color: #000;
    text-decoration: none
}

.block-poll .links li a:hover {
    color: #7e8b95
}

.block-poll .links li:before {
    color: #00b1cd;
    content: "|";
    margin-right: 5px
}

.block-poll .links li:nth-child(1):before {
    content: "";
    margin-right: 0
}

.block-aggregator ul,
.block-cck-blocks ul,
.block-facetapi ul {
    margin: 0;
    padding: 0
}

.block-aggregator ul li,
.block-cck-blocks ul li,
.block-facetapi ul li {
    border-top: 1px solid #eee;
    margin-top: 5px;
    padding-top: 5px
}

.block-aggregator ul li:nth-child(1),
.block-cck-blocks ul li:nth-child(1),
.block-facetapi ul li:nth-child(1) {
    border-top: none;
    margin-top: none;
    padding-top: none
}

.block-aggregator ul li a:active,
.block-aggregator ul li a:hover,
.block-aggregator ul li a:link,
.block-aggregator ul li a:visited,
.block-cck-blocks ul li a:active,
.block-cck-blocks ul li a:hover,
.block-cck-blocks ul li a:link,
.block-cck-blocks ul li a:visited,
.block-facetapi ul li a:active,
.block-facetapi ul li a:hover,
.block-facetapi ul li a:link,
.block-facetapi ul li a:visited {
    color: #000;
    font-size: 13px;
    text-decoration: none
}

.block-aggregator ul li a:hover,
.block-cck-blocks ul li a:hover,
.block-facetapi ul li a:hover {
    color: #7e8b95
}

.block-aggregator ul li a:before,
.block-cck-blocks ul li a:before,
.block-facetapi ul li a:before {
    color: #eee;
    content: '\f054';
    font-family: FontAwesome;
    font-size: 11px;
    margin-right: 10px
}

.block-aggregator .more-link a:active,
.block-aggregator .more-link a:hover,
.block-aggregator .more-link a:link,
.block-aggregator .more-link a:visited,
.block-cck-blocks .more-link a:active,
.block-cck-blocks .more-link a:hover,
.block-cck-blocks .more-link a:link,
.block-cck-blocks .more-link a:visited,
.block-facetapi .more-link a:active,
.block-facetapi .more-link a:hover,
.block-facetapi .more-link a:link,
.block-facetapi .more-link a:visited {
    color: #000;
    font-size: 13px;
    margin-top: 5px;
    float: right!important;
    text-decoration: none;
    text-transform: lowercase
}

.block-aggregator .more-link a:hover,
.block-cck-blocks .more-link a:hover,
.block-facetapi .more-link a:hover {
    color: #7e8b95
}

.not-logged-in article .region .node-product form.commerce-add-to-cart .controls #edit-quantity[disabled] {
    background-color: #eee;
    color: #999
}

.not-logged-in article .region .node-product form button.btn[disabled] {
    background-color: #eee;
    color: #999;
    cursor: not-allowed
}

.not-logged-in article .region .node-product form .alert {
    margin-top: 10px
}

.not-logged-in article .region .node-product .view {
    border: 0!important;
    color: #FFF!important;
    border-radius: 0!important;
    margin: 0 0 0 10px!important
}

.not-logged-in article .region .node-product .view a:active,
.not-logged-in article .region .node-product .view a:hover,
.not-logged-in article .region .node-product .view a:link,
.not-logged-in article .region .node-product .view a:visited {
    background-image: none;
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 7px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}

#sitewrap {
    position: fixed;
    width: 100%;
    height: 1600px;
    margin-left: auto;
    margin-right: auto;
    top: -80px;
    left: 0;
    z-index: 1
}

.region-ad-wallpaper {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0
}

.region-ad-wallpaper~.container {
    margin-top: 80px
}

.ad {
    background: #eee;
    padding: 15px
}

.ad-bottom,
.side-ad-top {
    margin-bottom: 20px
}

.block-dfp.item {
    text-align: center
}

.block-dfp.item .slug {
    display: block;
    font-size: 11px;
    margin-bottom: 8px;
    text-align: left
}

.block-dfp.item .slug:after {
    content: "\f08e";
    font-family: FontAwesome;
    margin-left: 4px
}

.block-dfp iframe {
    max-width: 100%
}

.leaderboard {
    text-align: right
}

.skyscraper-ads {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0
}

.skyscraper-ads .container {
    background-color: transparent;
    border: none;
    height: 1px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: -100
}

.skyscraper-ads .block-dfp iframe {
    max-width: none
}

.skyscraper-ads .ad-right {
    position: absolute;
    right: -15px;
    top: 40px;
    z-index: 10
}

.skyscraper-ads .ad-right iframe {
    position: absolute;
    left: 0;
    top: 0
}

.ad-left {
    position: absolute;
    left: -15px;
    top: 40px;
    z-index: 10
}

.ad-left iframe {
    position: absolute;
    right: 0;
    top: 0
}

.top-ad {
    margin: 20px 0
}

.top-ad .container {
    background-color: transparent
}

.social-wrapper {
    display: table;
    text-align: right;
    float: right
}

.social-wrapper ul {
    display: table-cell;
    height: 35px;
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 21px;
    vertical-align: middle
}

.social-wrapper ul li {
    display: inline;
    font-size: 80%;
    margin-left: 7px
}

.social-wrapper ul li:first-child {
    margin-left: 0
}

.social-wrapper ul li a {
    text-decoration: none
}

.social-wrapper ul li a span {
    display: none
}

.social-wrapper ul li a.twitter:before {
    color: #55acee;
    font-family: FontAwesome;
    content: '\f081';
    font-size: 28px
}

.social-wrapper ul li a.google-plus:before {
    color: #dd4c3b;
    font-family: FontAwesome;
    content: '\f0d4';
    font-size: 28px
}

.social-wrapper ul li a.facebook:before {
    color: #3b5998;
    font-family: FontAwesome;
    content: '\f082';
    font-size: 28px
}

.social-wrapper ul li a.linkedin:before {
    color: #0e76a8;
    font-family: FontAwesome;
    content: '\f08c';
    font-size: 28px
}

.social-wrapper ul li a.rss:before {
    color: #f60;
    font-family: FontAwesome;
    content: '\f143';
    font-size: 28px
}

.page-search img {
    margin: 0 10px 20px 0
}

@media (min-width:992px) and (max-width:1199px) {
    #edit-search-block-form--2 {
        width: 208px!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    #edit-search-block-form--2,
    #search-block-form button {
        width: 100%!important
    }
}

.region-sidebar section#block-views-exp-search-page {
    border: none;
    padding: 0
}

.region-sidebar section#block-views-exp-search-page .control-group {
    margin: 0
}

.region-sidebar section#block-views-exp-search-page .form-text {
    float: left;
    line-height: 18px;
    width: 293px
}

.region-sidebar section#block-views-exp-search-page .btn-search {
    width: 66px;
    position: relative;
    height: 34px
}

.region-sidebar section#block-views-exp-search-page .navbar-form {
    height: 35px;
    margin: 0;
    padding: 0
}

@media (min-width:992px) and (max-width:1199px) {
    #block-views-exp-search-page .form-text {
        width: 206px!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    #block-views-exp-search-page {
        height: 100px
    }
    #block-views-exp-search-page .form-text {
        width: 100%!important
    }
    #block-views-exp-search-page .btn-search {
        width: 100%!important;
        position: relative;
        top: 0
    }
}

@media (max-width:767px) {
    #block-views-exp-search-page .form-text {
        margin-left: 15px;
        border-radius: 0
    }
}

form.search-form div {
    display: none
}

article h1 {
    position: relative
}

article h1>img {
    position: absolute;
    right: 0;
    top: 10px
}

article .nav-tabs {
    margin-bottom: 8px
}

article h1.page-header {
    background-color: transparent;
    border-bottom: 2px solid #00b1cd;
    color: #000;
    font-size: 30px;
    margin: 0 0 7px;
    padding: 7px
}

article .region-content section .view-content ul li {
    border-top: none!important
}

article .region-content section#block-system-main {
    margin-bottom: 20px
}

article .region .sponsored-header {
    background-color: transparent;
    border-bottom: 2px solid #00b1cd;
    color: #000;
    font-size: 30px;
    margin: 0 15px 7px
}

article .region .sponsored-header:after,
article .region .sponsored-header:before {
    content: " ";
    display: table
}

article .region .sponsored-header:after {
    clear: both
}

article .region .sponsored-header .view-content {
    margin: 0
}

article .region .sponsored-header .view-content h1 {
    margin: 7px 0
}

article .region .sponsored-header .views-row-last img {
    margin-right: -15px;
    float: right!important
}

article .region .item {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 15px
}

article .region .item h2,
article .region .item h3 {
    margin: 0
}

article .region .item h2 a:active,
article .region .item h2 a:hover,
article .region .item h2 a:link,
article .region .item h2 a:visited,
article .region .item h3 a:active,
article .region .item h3 a:hover,
article .region .item h3 a:link,
article .region .item h3 a:visited {
    background-color: transparent;
    border-bottom: 1px solid #bbb4bf;
    border-radius: 0;
    color: #000;
    display: block;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 8px;
    padding: 7px 7px 7px 0;
    text-decoration: none
}

article .region .item h2 a:hover,
article .region .item h3 a:hover {
    color: #7e8b95
}

article .region .item h2.block-title a:active,
article .region .item h2.block-title a:hover,
article .region .item h2.block-title a:link,
article .region .item h2.block-title a:visited,
article .region .item h3.block-title a:active,
article .region .item h3.block-title a:hover,
article .region .item h3.block-title a:link,
article .region .item h3.block-title a:visited {
    color: #000
}

article .region .field-type-taxonomy-term-reference {
    display: none
}

article .region .field-type-taxonomy-term-reference .field-item {
    background-color: #eee;
    color: #000;
    display: inline-block;
    margin: 0 0 8px;
    padding: 2px 4px
}

article .region .field-type-taxonomy-term-reference .field-item a:active,
article .region .field-type-taxonomy-term-reference .field-item a:hover,
article .region .field-type-taxonomy-term-reference .field-item a:link,
article .region .field-type-taxonomy-term-reference .field-item a:visited {
    background-color: inherit;
    color: inherit
}

article .region .field-type-taxonomy-term-reference .field-item a:hover {
    color: #7e8b95
}

article .region .field-name-field-embedded-media {
    margin-bottom: 7px;
    text-align: center
}

article .region .field-name-field-embedded-media iframe {
    border: 2px solid #eee;
    max-width: 749px
}

article .region .node-full .field-type-embedded-media,
article .region .node-full .field-type-image {
    text-align: center
}

article .region .node-full .field-type-embedded-media iframe,
article .region .node-full .field-type-embedded-media img,
article .region .node-full .field-type-image iframe,
article .region .node-full .field-type-image img {
    border: 2px solid #eee;
    margin-bottom: 7px;
    max-width: 749px;
    width: 100%
}

article .region .node-full .field-type-embedded-media img,
article .region .node-full .field-type-image img {
    height: auto;
    float: none;
    width: 100&
}

article .region .node-full .field-type-embedded-media img.image-dimensions-portrait,
article .region .node-full .field-type-embedded-media img.image-dimensions-unknown,
article .region .node-full .field-type-image img.image-dimensions-portrait,
article .region .node-full .field-type-image img.image-dimensions-unknown {
    margin: 0 10px 10px 0;
    max-height: 325px;
    float: left!important;
    width: auto
}

article .region .node-full .field-name-body iframe {
    border: 1px solid #eee;
    border-width: 1px 0;
    margin: 0 auto 7px;
    padding: 7px 0;
    text-align: center
}

article .region section.block-block .block-title,
article .region section.block-views .block-title {
    border-bottom: 1px solid #eee;
    border-radius: 0;
    color: #999;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 7px;
    padding: 5px 0;
    text-decoration: none
}

article .region section.block-block .block-title a:active,
article .region section.block-block .block-title a:hover,
article .region section.block-block .block-title a:link,
article .region section.block-block .block-title a:visited,
article .region section.block-views .block-title a:active,
article .region section.block-views .block-title a:hover,
article .region section.block-views .block-title a:link,
article .region section.block-views .block-title a:visited {
    color: #000;
    margin: 0
}

article .region section.block-block .block-title a:hover,
article .region section.block-views .block-title a:hover {
    color: #7e8b95
}

article .region section .view-content {
    margin-bottom: 10px
}

article .region section .view-content ul {
    margin: 0;
    padding: 0
}

article .region section .view-content ul.links li a:before {
    content: '';
    margin: 0
}

article .region section .view-content ul li {
    border-top: 1px solid #eee;
    margin-top: 5px;
    padding-top: 5px
}

article .region section .view-content ul li:nth-child(1) {
    border-top: none;
    margin-top: none;
    padding-top: none
}

article .region section .view-content ul li a:active,
article .region section .view-content ul li a:hover,
article .region section .view-content ul li a:link,
article .region section .view-content ul li a:visited {
    color: #000;
    font-size: 13px;
    text-decoration: none
}

article .region section .view-content ul li a:hover {
    color: #7e8b95
}

article .region section .view-content ul li a:before {
    color: #eee;
    content: '\f054';
    font-family: FontAwesome;
    font-size: 11px;
    margin-right: 10px
}

article .region section.block-commentsblock h2.title {
    border-bottom: 1px solid #eee;
    border-radius: 0;
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0 0;
    padding: 5px 0;
    text-decoration: none
}

article .region section#block-views-comments-block {
    margin-top: 10px
}

article .region a:active,
article .region a:hover,
article .region a:link,
article .region a:visited {
    color: #000;
    text-decoration: none
}

article .region a:hover {
    color: #7e8b95
}

article .region .node-article .date,
article .region .node-blog .date,
article .region .node-sponsored-article .date {
    background-color: #eee;
    color: #000;
    display: block;
    font-size: 12px;
    margin: 0 0 7px;
    padding: 4px
}

article .region .node-article .content .field-name-field-summary,
article .region .node-article .date .author,
article .region .node-article .date .taxonomy,
article .region .node-blog .content .field-name-field-summary,
article .region .node-blog .date .author,
article .region .node-blog .date .taxonomy,
article .region .node-sponsored-article .content .field-name-field-summary,
article .region .node-sponsored-article .date .author,
article .region .node-sponsored-article .date .taxonomy {
    font-weight: 700
}

article .region .node-article .content h1,
article .region .node-article .content h2,
article .region .node-article .content h3,
article .region .node-article .content h4,
article .region .node-article .content h5,
article .region .node-article .content h6,
article .region .node-blog .content h1,
article .region .node-blog .content h2,
article .region .node-blog .content h3,
article .region .node-blog .content h4,
article .region .node-blog .content h5,
article .region .node-blog .content h6,
article .region .node-sponsored-article .content h1,
article .region .node-sponsored-article .content h2,
article .region .node-sponsored-article .content h3,
article .region .node-sponsored-article .content h4,
article .region .node-sponsored-article .content h5,
article .region .node-sponsored-article .content h6 {
    color: #00b1cd
}

article .region .node-article .content table,
article .region .node-blog .content table,
article .region .node-sponsored-article .content table {
    width: 100%;
    margin-bottom: 18px;
    border: 1px solid #ddd
}

article .region .node-article .content table>tbody>tr>td,
article .region .node-article .content table>tbody>tr>th,
article .region .node-article .content table>tfoot>tr>td,
article .region .node-article .content table>tfoot>tr>th,
article .region .node-article .content table>thead>tr>td,
article .region .node-article .content table>thead>tr>th,
article .region .node-blog .content table>tbody>tr>td,
article .region .node-blog .content table>tbody>tr>th,
article .region .node-blog .content table>tfoot>tr>td,
article .region .node-blog .content table>tfoot>tr>th,
article .region .node-blog .content table>thead>tr>td,
article .region .node-blog .content table>thead>tr>th,
article .region .node-sponsored-article .content table>tbody>tr>td,
article .region .node-sponsored-article .content table>tbody>tr>th,
article .region .node-sponsored-article .content table>tfoot>tr>td,
article .region .node-sponsored-article .content table>tfoot>tr>th,
article .region .node-sponsored-article .content table>thead>tr>td,
article .region .node-sponsored-article .content table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top
}

article .region .node-article .content table>thead>tr>th,
article .region .node-blog .content table>thead>tr>th,
article .region .node-sponsored-article .content table>thead>tr>th {
    vertical-align: bottom
}

article .region .node-article .content table>caption+thead>tr:first-child>td,
article .region .node-article .content table>caption+thead>tr:first-child>th,
article .region .node-article .content table>colgroup+thead>tr:first-child>td,
article .region .node-article .content table>colgroup+thead>tr:first-child>th,
article .region .node-article .content table>thead:first-child>tr:first-child>td,
article .region .node-article .content table>thead:first-child>tr:first-child>th,
article .region .node-blog .content table>caption+thead>tr:first-child>td,
article .region .node-blog .content table>caption+thead>tr:first-child>th,
article .region .node-blog .content table>colgroup+thead>tr:first-child>td,
article .region .node-blog .content table>colgroup+thead>tr:first-child>th,
article .region .node-blog .content table>thead:first-child>tr:first-child>td,
article .region .node-blog .content table>thead:first-child>tr:first-child>th,
article .region .node-sponsored-article .content table>caption+thead>tr:first-child>td,
article .region .node-sponsored-article .content table>caption+thead>tr:first-child>th,
article .region .node-sponsored-article .content table>colgroup+thead>tr:first-child>td,
article .region .node-sponsored-article .content table>colgroup+thead>tr:first-child>th,
article .region .node-sponsored-article .content table>thead:first-child>tr:first-child>td,
article .region .node-sponsored-article .content table>thead:first-child>tr:first-child>th {
    border-top: 0
}

article .region .node-article .content table>tbody+tbody,
article .region .node-blog .content table>tbody+tbody,
article .region .node-sponsored-article .content table>tbody+tbody {
    border-top: 2px solid #ddd
}

article .region .node-article .content table .table,
article .region .node-blog .content table .table,
article .region .node-sponsored-article .content table .table {
    background-color: #fff
}

article .region .node-article .content table>tbody>tr>td,
article .region .node-article .content table>tbody>tr>th,
article .region .node-article .content table>tfoot>tr>td,
article .region .node-article .content table>tfoot>tr>th,
article .region .node-article .content table>thead>tr>td,
article .region .node-article .content table>thead>tr>th,
article .region .node-blog .content table>tbody>tr>td,
article .region .node-blog .content table>tbody>tr>th,
article .region .node-blog .content table>tfoot>tr>td,
article .region .node-blog .content table>tfoot>tr>th,
article .region .node-blog .content table>thead>tr>td,
article .region .node-blog .content table>thead>tr>th,
article .region .node-sponsored-article .content table>tbody>tr>td,
article .region .node-sponsored-article .content table>tbody>tr>th,
article .region .node-sponsored-article .content table>tfoot>tr>td,
article .region .node-sponsored-article .content table>tfoot>tr>th,
article .region .node-sponsored-article .content table>thead>tr>td,
article .region .node-sponsored-article .content table>thead>tr>th {
    border: 1px solid #ddd
}

article .region .node-article .content table>thead>tr>td,
article .region .node-article .content table>thead>tr>th,
article .region .node-blog .content table>thead>tr>td,
article .region .node-blog .content table>thead>tr>th,
article .region .node-sponsored-article .content table>thead>tr>td,
article .region .node-sponsored-article .content table>thead>tr>th {
    border-bottom-width: 2px
}

article .region .node-article .content table>tbody>tr:hover>td,
article .region .node-article .content table>tbody>tr:hover>th,
article .region .node-blog .content table>tbody>tr:hover>td,
article .region .node-blog .content table>tbody>tr:hover>th,
article .region .node-sponsored-article .content table>tbody>tr:hover>td,
article .region .node-sponsored-article .content table>tbody>tr:hover>th {
    background-color: #f5f5f5
}

article .region .node-article .content ul,
article .region .node-blog .content ul,
article .region .node-sponsored-article .content ul {
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 25px
}

article .region .node-article .content dl dd,
article .region .node-blog .content dl dd,
article .region .node-sponsored-article .content dl dd {
    padding-left: 25px
}

article .region .node-article .content blockquote,
article .region .node-blog .content blockquote,
article .region .node-sponsored-article .content blockquote {
    border-color: #00b1cd;
    border-style: solid;
    border-width: 4px 0;
    float: right;
    margin: 0 30px 20px 20px;
    padding: 17px 9px;
    width: 35%
}

article .region .node-article .content blockquote p,
article .region .node-blog .content blockquote p,
article .region .node-sponsored-article .content blockquote p {
    font-size: 15px;
    font-style: italic;
    line-height: 22px
}

article .region .node-article .content [id*=twitter-widget],
article .region .node-blog .content [id*=twitter-widget],
article .region .node-sponsored-article .content [id*=twitter-widget] {
    margin: 20px auto!important;
    max-width: 749px!important
}

article .region .tags .view-content ul {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
    margin-left: 0
}

article .region .tags .view-content ul>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

article .region .tags .view-content ul li {
    margin: 0;
    padding: 0
}

article .region .tags .view-content ul li a:active,
article .region .tags .view-content ul li a:hover,
article .region .tags .view-content ul li a:link,
article .region .tags .view-content ul li a:visited {
    color: #000;
    text-decoration: none
}

article .region .tags .view-content ul li a:hover {
    color: #7e8b95
}

article .region .tags .view-content ul li a:before {
    color: #555;
    content: "|";
    font-size: 13px;
    margin-right: 5px
}

article .region .tags .view-content ul li:nth-child(1) {
    margin-left: 0
}

article .region .tags .view-content ul li:nth-child(1) a:before {
    color: #555;
    content: "";
    margin-right: 0
}

article .region .tags .view-content ul:before {
    color: #555;
    content: "\f02c";
    font-family: FontAwesome;
    font-size: 15px;
    margin-right: 5px
}

article .region .categories .view-content ul {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
    margin-left: 0
}

article .region .categories .view-content ul>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

article .region .categories .view-content ul li {
    margin: 0;
    padding: 0
}

article .region .categories .view-content ul li a:active,
article .region .categories .view-content ul li a:hover,
article .region .categories .view-content ul li a:link,
article .region .categories .view-content ul li a:visited {
    color: #000;
    text-decoration: none
}

article .region .categories .view-content ul li a:hover {
    color: #7e8b95
}

article .region .categories .view-content ul li a:before {
    color: #555;
    content: "|";
    font-size: 13px;
    margin-right: 5px
}

article .region .categories .view-content ul li:nth-child(1) {
    margin-left: 0
}

article .region .categories .view-content ul li:nth-child(1) a:before {
    color: #555;
    content: "";
    margin-right: 0
}

article .region .categories .view-content ul:before {
    color: #555;
    content: "\f02d";
    font-family: FontAwesome;
    font-size: 15px;
    margin-right: 5px
}

.column-view .view-content:after,
.column-view .view-content:before {
    content: " ";
    display: table
}

.column-view .view-content:after {
    clear: both
}

.column-view .view-content .group-header {
    margin: 5px 0 8px
}

.column-view .view-content .group-header a:active,
.column-view .view-content .group-header a:hover,
.column-view .view-content .group-header a:link,
.column-view .view-content .group-header a:visited {
    background-color: #eee;
    border-radius: 0;
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding: 5px;
    text-decoration: none
}

.column-view .view-content .group-header a:hover {
    color: #7e8b95
}

.column-view .view-content h2,
.column-view .view-content h3 {
    margin: 0
}

.column-view .view-content h2 a:active,
.column-view .view-content h2 a:hover,
.column-view .view-content h2 a:link,
.column-view .view-content h2 a:visited,
.column-view .view-content h3 a:active,
.column-view .view-content h3 a:hover,
.column-view .view-content h3 a:link,
.column-view .view-content h3 a:visited {
    background-color: transparent;
    border-radius: 0;
    color: #000;
    display: block;
    font-size: 15px;
    line-height: 18px;
    margin: 0;
    font-weight: 600;
    text-decoration: none
}

.column-view .view-content h2 a:hover,
.column-view .view-content h3 a:hover {
    color: #7e8b95
}

.column-view .view-content img {
    border: 1px solid #999;
    display: block;
    height: auto;
    margin-bottom: 7px;
    width: 100%
}

.column-view .view-content img.image-dimensions-portrait {
    float: left!important;
    height: auto;
    margin-right: 15px;
    width: 100px
}

.column-view .view-content iframe {
    width: 100%
}

.column-view .view-content .date {
    color: #000;
    display: block;
    font-size: 11px;
    margin: 4px 0
}

.column-view .view-content .content,
.column-view .view-content .summary {
    margin-bottom: 15px
}

.column-view .view-content .content p,
.column-view .view-content .summary p {
    margin-left: 0;
    font-weight: 400
}

.column-view.split:after,
.column-view.split:before {
    content: " ";
    display: table
}

.column-view.split:after {
    clear: both
}

.column-view.split:nth-child(1) {
    border-top: none;
    margin-top: 0;
    padding-top: 0
}

.column-view.split .row {
    margin-top: 10px
}

.column-view.split .row:nth-child(1) {
    margin-top: 0
}

.column-view.split .row .col h2,
.column-view.split .row .col h3 {
    margin: 0
}

.column-view.split .row .col h2 a:active,
.column-view.split .row .col h2 a:hover,
.column-view.split .row .col h2 a:link,
.column-view.split .row .col h2 a:visited,
.column-view.split .row .col h3 a:active,
.column-view.split .row .col h3 a:hover,
.column-view.split .row .col h3 a:link,
.column-view.split .row .col h3 a:visited {
    margin: 0 0 0 115px;
    padding: 0
}

.column-view.split .row .col img {
    float: left;
    height: auto;
    width: 100px
}

.column-view.split .row .col .content,
.column-view.split .row .col .date,
.column-view.split .row .col .summary {
    margin-left: 115px
}

.column-view.list .view-content .row h2,
.column-view.list .view-content .row h3 {
    border-top: 1px solid #eee;
    margin-top: 5px;
    padding-top: 5px
}

.column-view.list .view-content .row h2 a:before,
.column-view.list .view-content .row h3 a:before {
    color: #eee;
    content: '\f054';
    font-family: FontAwesome;
    font-size: 11px;
    margin-right: 10px
}

.column-view.list .view-content .row .date {
    margin-left: 17px
}

.column-view.list .view-content .row:nth-child(1) h2,
.column-view.list .view-content .row:nth-child(1) h3 {
    border-top: 0;
    margin-top: 0;
    padding-top: 0
}

footer {
    border-top: 1px solid #eee;
    font-size: 11px;
    margin-top: 30px
}

footer .region-footer #block-views-external-websites-block h3 {
    background: url(../img/dods-footer-logo.png) left 8px no-repeat;
    border: 1px solid #00b1cd;
    border-width: 1px 0;
    color: #000;
    cursor: pointer;
    display: block;
    padding: 7px 7px 7px 50px;
    position: relative;
    font-size: 18px;
    line-height: 24px
}

footer .region-footer #block-views-external-websites-block h3 a:active,
footer .region-footer #block-views-external-websites-block h3 a:hover,
footer .region-footer #block-views-external-websites-block h3 a:link,
footer .region-footer #block-views-external-websites-block h3 a:visited {
    text-decoration: none
}

footer .region-footer #block-views-external-websites-block h3 a:hover {
    color: #c6c6c6;
    text-decoration: none
}

footer .region-footer #block-views-external-websites-block h3:after {
    content: '\f067';
    float: right;
    font-family: FontAwesome
}

footer .region-footer #block-views-external-websites-block.visible h3:after {
    content: '\f068';
    float: right;
    font-family: FontAwesome
}

footer .region-footer #block-views-external-websites-block .footer-products {
    border-bottom: 1px solid #eee;
    margin-bottom: 7px;
    padding-bottom: 8px
}

footer .region-footer #block-views-external-websites-block .footer-products h4 a:active,
footer .region-footer #block-views-external-websites-block .footer-products h4 a:hover,
footer .region-footer #block-views-external-websites-block .footer-products h4 a:link,
footer .region-footer #block-views-external-websites-block .footer-products h4 a:visited {
    border-radius: 0;
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    text-decoration: none
}

footer .region-footer #block-views-external-websites-block .footer-products h4 a:hover {
    color: #7e8b95
}

footer .region-footer #block-views-external-websites-block .footer-products p a:active,
footer .region-footer #block-views-external-websites-block .footer-products p a:hover,
footer .region-footer #block-views-external-websites-block .footer-products p a:link,
footer .region-footer #block-views-external-websites-block .footer-products p a:visited {
    color: #333;
    cursor: default;
    text-decoration: none
}

footer .region-footer #block-menu-menu-footer,
footer .region-footer .block-credits {
    float: left;
    width: 50%
}

footer .region-footer #block-menu-menu-footer ul.nav {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
    text-align: right
}

footer .region-footer #block-menu-menu-footer ul.nav>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

footer .region-footer #block-menu-menu-footer ul.nav>li>a:active,
footer .region-footer #block-menu-menu-footer ul.nav>li>a:hover,
footer .region-footer #block-menu-menu-footer ul.nav>li>a:link,
footer .region-footer #block-menu-menu-footer ul.nav>li>a:visited {
    background-color: transparent;
    margin-left: 5px;
    padding: 0
}

footer .region-footer #block-menu-menu-footer ul.nav>li>a:active:after,
footer .region-footer #block-menu-menu-footer ul.nav>li>a:hover:after,
footer .region-footer #block-menu-menu-footer ul.nav>li>a:link:after,
footer .region-footer #block-menu-menu-footer ul.nav>li>a:visited:after {
    content: "|";
    margin-left: 15px;
    color: #00b1cd
}

footer .region-footer #block-menu-menu-footer ul.nav>li>a:hover:after {
    color: #00b1cd;
    content: "|";
    margin-left: 15px
}

footer .region-footer #block-menu-menu-footer ul.nav>li.first a:active,
footer .region-footer #block-menu-menu-footer ul.nav>li.first a:hover,
footer .region-footer #block-menu-menu-footer ul.nav>li.first a:link,
footer .region-footer #block-menu-menu-footer ul.nav>li.first a:visited {
    margin-left: 0
}

footer .region-footer #block-menu-menu-footer ul.nav>li.last a:after {
    content: "";
    margin-left: 0
}

.webform-client-form {
    clear: both;
    padding: 15px 0
}

.control-group,
.webform-component-email,
.webform-component-radios,
.webform-component-textfield {
    margin: 0 0 20px
}

.webform-component--accept-terms--conditions>label {
    display: none
}

button {
    border-radius: 0!important
}

button[type=submit] {
    color: #000!important;
    background: #eee!important;
    border: 1px solid #ccc!important
}

.navbar-default[role=navigation] {
    background-color: transparent;
    border: none;
    min-height: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 15px
}

.navbar-default[role=navigation] section:nth-child(1) {
    background-color: #fff;
    border-bottom: 1px solid #00b1cd;
    border-top: 1px solid #00b1cd;
    padding-top: 0
}

.navbar-default[role=navigation] ul.nav {
    margin: 0 0 -1px;
    padding-top: 7px;
    padding-bottom: 4px
}

.navbar-default[role=navigation] ul.nav>li>a:active,
.navbar-default[role=navigation] ul.nav>li>a:hover,
.navbar-default[role=navigation] ul.nav>li>a:link,
.navbar-default[role=navigation] ul.nav>li>a:visited {
    color: #000;
    font-weight: 400;
    line-height: 18px;
    margin: 0 7px;
    padding: 0 5px 5px
}

.navbar-default[role=navigation] ul.nav>li:first-child>a:active,
.navbar-default[role=navigation] ul.nav>li:first-child>a:hover,
.navbar-default[role=navigation] ul.nav>li:first-child>a:link,
.navbar-default[role=navigation] ul.nav>li:first-child>a:visited {
    margin: 0 7px 0 0
}

.navbar-default[role=navigation] ul.nav>li>a:hover {
    background-color: transparent;
    color: #7e8b95;
    font-family: Roboto, Verdana, Arial, sans-serif;
    font-weight: 400;
    padding-bottom: 5px
}

.navbar-default[role=navigation] ul.nav>li a:before {
    color: #00b1cd;
    content: "|";
    left: -9px;
    position: absolute
}

.navbar-default[role=navigation] ul.nav>li:first-child a:before {
    content: none
}

.navbar-default[role=navigation] ul.nav>li.active-trail>a:active,
.navbar-default[role=navigation] ul.nav>li.active-trail>a:hover,
.navbar-default[role=navigation] ul.nav>li.active-trail>a:link,
.navbar-default[role=navigation] ul.nav>li.active-trail>a:visited,
.navbar-default[role=navigation] ul.nav>li.active>a:active,
.navbar-default[role=navigation] ul.nav>li.active>a:hover,
.navbar-default[role=navigation] ul.nav>li.active>a:link,
.navbar-default[role=navigation] ul.nav>li.active>a:visited {
    color: #000;
    font-family: Roboto, Verdana, Arial, sans-serif;
    font-weight: 700;
    line-height: 18px!important;
    padding-bottom: 5px;
    text-decoration: none;
    background: 0 0
}

.navbar-default[role=navigation] ul.nav>li.active-trail>a:hover,
.navbar-default[role=navigation] ul.nav>li.active>a:hover {
    background-color: transparent;
    color: #7e8b95;
    padding-bottom: 5px
}

.navbar-default[role=navigation] section {
    background: #eee;
    border-top: none;
    margin-top: 6px
}

ul.topics {
    font-size: 3px;
    margin: 0;
    padding: 5px 5px 0
}

ul.topics>li {
    display: block;
    float: left;
    padding: 0 5px 5px 0
}

ul.topics>li:after {
    color: #00b1cd;
    content: "|";
    font-size: 13px;
    margin-left: 7px
}

ul.topics>li.last:after {
    content: "";
    margin-left: 0
}

ul.topics>li>a:active,
ul.topics>li>a:hover,
ul.topics>li>a:link,
ul.topics>li>a:visited {
    color: #555;
    font-size: 13px;
    padding: 5px;
    text-decoration: none
}

ul.topics>li>a:hover {
    background-color: #eee
}

ul.topics>li.active>a:active,
ul.topics>li.active>a:hover,
ul.topics>li.active>a:link,
ul.topics>li.active>a:visited {
    background-color: #eee;
    padding: 5px
}

ul.topics>li.active>a:hover {
    cursor: default
}

.break:before {
    content: "|";
    padding-right: 10px
}

.icon-bar,
.navbar-toggle {
    border: 1px solid #00b1cd!important;
    color: #00b1cd!important
}

.region-sidebar button#edit-submit-search {
    background: #eee;
    border: 1px solid #ccc;
    color: #000
}

.region-sidebar section {
    border: 2px solid #eee;
    border-radius: 0;
    display: block;
    margin-bottom: 15px;
    padding: 8px;
    position: relative
}

.region-sidebar section .block-title {
    font-size: 14px;
    margin: -8px -8px 8px;
    background-color: transparent;
    border-bottom: 1px solid #00b1cd;
    border-radius: 0;
    color: #000;
    cursor: default;
    display: block;
    padding: 8px 15px 10px 10px
}

.region-sidebar section .block-title a:active,
.region-sidebar section .block-title a:hover,
.region-sidebar section .block-title a:link,
.region-sidebar section .block-title a:visited {
    color: #000;
    text-decoration: none;
    font-weight: 700
}

.region-sidebar section .block-title a:hover {
    color: #7e8b95
}

.region-sidebar section .column-view .view-content h2,
.region-sidebar section .column-view .view-content h3,
.region-sidebar section .column-view.split .view-content h2,
.region-sidebar section .column-view.split .view-content h3 {
    font-size: 13px;
    font-weight: 400
}

.region-sidebar section .column-view .view-content h2 a:active,
.region-sidebar section .column-view .view-content h2 a:hover,
.region-sidebar section .column-view .view-content h2 a:link,
.region-sidebar section .column-view .view-content h2 a:visited,
.region-sidebar section .column-view .view-content h3 a:active,
.region-sidebar section .column-view .view-content h3 a:hover,
.region-sidebar section .column-view .view-content h3 a:link,
.region-sidebar section .column-view .view-content h3 a:visited,
.region-sidebar section .column-view.split .view-content h2 a:active,
.region-sidebar section .column-view.split .view-content h2 a:hover,
.region-sidebar section .column-view.split .view-content h2 a:link,
.region-sidebar section .column-view.split .view-content h2 a:visited,
.region-sidebar section .column-view.split .view-content h3 a:active,
.region-sidebar section .column-view.split .view-content h3 a:hover,
.region-sidebar section .column-view.split .view-content h3 a:link,
.region-sidebar section .column-view.split .view-content h3 a:visited {
    font-size: 13px;
    font-weight: 400;
    font-weight: 700
}

.region-sidebar section .column-view .view-content h2 a>span,
.region-sidebar section .column-view .view-content h3 a>span,
.region-sidebar section .column-view.split .view-content h2 a>span,
.region-sidebar section .column-view.split .view-content h3 a>span {
    color: #000;
    font-weight: 300
}

.region-sidebar section .column-view .view-content a:active,
.region-sidebar section .column-view .view-content a:hover,
.region-sidebar section .column-view .view-content a:link,
.region-sidebar section .column-view .view-content a:visited,
.region-sidebar section .column-view.split .view-content a:active,
.region-sidebar section .column-view.split .view-content a:hover,
.region-sidebar section .column-view.split .view-content a:link,
.region-sidebar section .column-view.split .view-content a:visited {
    color: #000;
    text-decoration: none;
    font-weight: 700
}

.region-sidebar section .column-view .view-content a:hover,
.region-sidebar section .column-view.split .view-content a:hover {
    color: #7e8b95
}

.region-sidebar section .column-view .view-content .views_slideshow_slide img,
.region-sidebar section .column-view.split .view-content .views_slideshow_slide img {
    border: none;
    float: none!important;
    height: auto;
    margin: 0 auto;
    min-width: 180px;
    max-width: 180px
}

.region-sidebar section .column-view .view-content .views_slideshow_slide img.portrait,
.region-sidebar section .column-view.split .view-content .views_slideshow_slide img.portrait {
    float: none;
    margin: 0 auto
}

.region-sidebar section[id*=extra-panels] {
    border: none;
    padding: 0
}

.region-sidebar section[id*=extra-panels] .field-items>.field-item .content {
    background-color: #fff;
    border: 2px solid #eee;
    border-radius: 0;
    display: block;
    font-size: 14px;
    margin-bottom: 30px;
    padding: 7px;
    position: relative
}

.region-sidebar section[id*=extra-panels] .field-items>.field-item .content .field-name-field-extra-text-title {
    border-bottom: 1px solid #00b1cd;
    clear: both;
    color: #00b1cd;
    font-family: Roboto, Verdana, Arial, sans-serif;
    font-weight: 500;
    margin: -8px -8px 8px;
    padding: 8px 15px 10px 10px
}

.region-sidebar section[id*=extra-panels] .field-items>.field-item .content .field-name-field-extra-text-body {
    font-size: 13px
}

.region-sidebar section#block-system-user-menu {
    border: 0;
    padding: 0
}

.region-sidebar section#block-system-user-menu .block-title {
    display: none
}

.region-sidebar section#block-system-user-menu ul {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
    margin-right: 2px;
    text-align: right
}

.region-sidebar section#block-system-user-menu ul>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

.region-sidebar section#block-system-user-menu ul li {
    padding: 0
}

.region-sidebar section#block-system-user-menu ul li a:active,
.region-sidebar section#block-system-user-menu ul li a:hover,
.region-sidebar section#block-system-user-menu ul li a:link,
.region-sidebar section#block-system-user-menu ul li a:visited {
    background-color: transparent;
    color: #000;
    font-size: 12px;
    margin-left: 7px;
    padding: 0;
    font-weight: 700
}

.region-sidebar section#block-system-user-menu ul li a:hover {
    color: #7e8b95
}

.region-sidebar section#block-system-user-menu ul li a:before {
    color: #000;
    content: "|";
    margin-right: 7px
}

.region-sidebar section#block-system-user-menu ul li:first-child a {
    margin-left: 0
}

.region-sidebar section#block-system-user-menu ul li:first-child a:before {
    content: "";
    margin-right: 0
}

.region-sidebar section#block-user-login {
    background-color: #eee
}

.region-sidebar section#block-user-login ul {
    list-style: none;
    margin: 0 0 8px;
    padding-left: 0
}

.region-sidebar section#block-user-login ul>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

.region-sidebar section#block-user-login ul li:nth-child(1) {
    margin-left: 0
}

.region-sidebar section#block-user-login ul li:nth-child(1):after {
    color: #000;
    content: "|";
    margin-left: 10px
}

.region-sidebar section#block-user-login ul li a:active,
.region-sidebar section#block-user-login ul li a:hover,
.region-sidebar section#block-user-login ul li a:link,
.region-sidebar section#block-user-login ul li a:visited {
    color: #000;
    font-weight: 700
}

.region-sidebar section#block-user-login ul li a:hover {
    color: #7e8b95
}

.region-sidebar section#block-user-login button {
    background-color: #eee;
    color: #fff
}

.region-sidebar section#block-user-login button:hover {
    background-color: #c6c6c6;
    color: #fff
}

.region-sidebar section#block-user-login .form-type-password {
    margin-top: 7px
}

.region-sidebar section#block-user-login .control-group {
    margin-bottom: 5px
}

.region-sidebar section#block-search-form {
    border: none;
    padding: 0
}

.region-sidebar section#block-search-form .search-query {
    color: #000;
    float: left;
    line-height: 18px;
    padding-bottom: 8px;
    width: 294px
}

.region-sidebar section .rendered_rss_field_formatter_rss_wrapper .rendered_rss_field_formatter_rss_item:before {
    color: #eee;
    content: '\f054';
    font-family: FontAwesome;
    font-size: 11px;
    float: left;
    padding-top: 3px
}

.region-sidebar section .rendered_rss_field_formatter_rss_wrapper .rendered_rss_field_formatter_rss_item a {
    margin-left: 18px;
    display: block;
    text-decoration: none;
    font-weight: 700
}

.region-sidebar section .rendered_rss_field_formatter_rss_wrapper .rendered_rss_field_formatter_rss_item a:after:after,
.region-sidebar section .rendered_rss_field_formatter_rss_wrapper .rendered_rss_field_formatter_rss_item a:after:before {
    content: " ";
    display: table
}

.region-sidebar section .rendered_rss_field_formatter_rss_wrapper .rendered_rss_field_formatter_rss_item a:after:after {
    clear: both
}

.region-sidebar section .rendered_rss_field_formatter_rss_wrapper .rendered_rss_field_formatter_rss_item p {
    margin-left: 17px
}

.region-sidebar section .field-label {
    color: #555;
    padding-bottom: 2px;
    font-weight: 700
}

.region-sidebar section .field-label:before {
    color: #eee;
    content: '\f054';
    font-family: FontAwesome;
    font-size: 11px;
    margin-right: 5px
}

.region-sidebar section .about-us .company-title {
    margin-left: 130px;
    font-weight: 700
}

.region-sidebar section .about-us .company-title:after,
.region-sidebar section .about-us .company-title:before {
    content: " "
}

.region-sidebar section .about-us .company-title:after {
    clear: both
}

.region-sidebar section .about-us .company-title:after,
.region-sidebar section .about-us .company-title:before {
    display: none
}

.region-sidebar section .about-us .address {
    margin-left: 110px
}

.region-sidebar section .about-us .address:after,
.region-sidebar section .about-us .address:before {
    content: " ";
    display: table
}

.region-sidebar section .about-us .address:after {
    clear: both
}

.region-sidebar section .about-us .address:before {
    color: #00b1cd;
    content: '\f0f7';
    font-family: FontAwesome;
    font-size: 12px;
    margin-right: 5px;
    float: left;
    padding-top: 2px;
    width: 15px
}

.region-sidebar section .about-us .address>div,
.region-sidebar section .about-us .address>span {
    margin-left: 20px
}

.region-sidebar section .about-us .address div.addressfield-container-inline:after {
    display: none
}

.region-sidebar section .about-us .telephone {
    margin-left: 110px
}

.region-sidebar section .about-us .telephone:after,
.region-sidebar section .about-us .telephone:before {
    content: " ";
    display: table
}

.region-sidebar section .about-us .telephone:after {
    clear: both
}

.region-sidebar section .about-us .telephone:before {
    color: #00b1cd;
    content: '\f095';
    font-family: FontAwesome;
    font-size: 12px;
    margin-right: 5px;
    float: left;
    padding-top: 2px;
    width: 15px
}

.region-sidebar section .about-us .email {
    margin-left: 110px
}

.region-sidebar section .about-us .email:after,
.region-sidebar section .about-us .email:before {
    content: " ";
    display: table
}

.region-sidebar section .about-us .email:after {
    clear: both
}

.region-sidebar section .about-us .email:before {
    color: #00b1cd;
    content: '\f003';
    font-family: FontAwesome;
    font-size: 12px;
    margin-right: 5px;
    float: left;
    padding-top: 2px;
    width: 15px
}

.region-sidebar section .about-us .website:after,
.region-sidebar section .about-us .website:before {
    content: " ";
    display: table
}

.region-sidebar section .about-us .website:after {
    clear: both
}

.region-sidebar section .about-us .website:before {
    color: #00b1cd;
    content: '\f0ac';
    font-family: FontAwesome;
    font-size: 12px;
    margin-right: 5px;
    float: left;
    padding-top: 2px;
    width: 15px
}

.region-sidebar section .about-us .twitter:after,
.region-sidebar section .about-us .twitter:before {
    content: " ";
    display: table
}

.region-sidebar section .about-us .twitter:after {
    clear: both
}

.region-sidebar section .about-us .twitter:before {
    color: #00b1cd;
    content: '\f099';
    font-family: FontAwesome;
    font-size: 12px;
    margin-right: 5px;
    float: left;
    padding-top: 2px;
    width: 15px
}

.region-sidebar section .about-us .facebook:after,
.region-sidebar section .about-us .facebook:before {
    content: " ";
    display: table
}

.region-sidebar section .about-us .facebook:after {
    clear: both
}

.region-sidebar section .about-us .facebook:before {
    color: #00b1cd;
    content: '\f09a';
    font-family: FontAwesome;
    font-size: 12px;
    margin-right: 5px;
    float: left;
    padding-top: 2px;
    width: 15px
}

.region-sidebar section .about-us .google-plus:after,
.region-sidebar section .about-us .google-plus:before {
    content: " ";
    display: table
}

.region-sidebar section .about-us .google-plus:after {
    clear: both
}

.region-sidebar section .about-us .google-plus:before {
    color: #00b1cd;
    content: '\f0d5';
    font-family: FontAwesome;
    font-size: 12px;
    margin-right: 5px;
    float: left;
    padding-top: 2px;
    width: 15px
}

.region-sidebar section .about-us .linked-in:after,
.region-sidebar section .about-us .linked-in:before {
    content: " ";
    display: table
}

.region-sidebar section .about-us .linked-in:after {
    clear: both
}

.region-sidebar section .about-us .linked-in:before {
    color: #00b1cd;
    content: '\f0e1';
    font-family: FontAwesome;
    font-size: 12px;
    margin-right: 5px;
    float: left;
    padding-top: 2px;
    width: 15px
}

.region-sidebar section .about-us .youtube:after,
.region-sidebar section .about-us .youtube:before {
    content: " ";
    display: table
}

.region-sidebar section .about-us .youtube:after {
    clear: both
}

.region-sidebar section .about-us .youtube:before {
    color: #00b1cd;
    content: '\f167';
    font-family: FontAwesome;
    font-size: 12px;
    margin-right: 5px;
    float: left;
    padding-top: 2px;
    width: 15px
}

.region-sidebar section .about-us .partner-logo img {
    padding: 0
}

.region-sidebar section .fa-envelope-o {
    color: #00b1cd;
    font-size: 60px;
    float: left!important;
    margin-right: 10px;
    margin-bottom: 20px
}

.node-type-event .region-content .field-name-field-image {
    float: left!important;
    margin: 0 20px 10px 0;
    width: 250px!important
}

.node-type-event .region-content .field-name-field-image img.image-dimensions-landscape {
    width: 250px!important;
    border: none
}

div.panel-pane:after,
div.panel-pane:before {
    content: " ";
    display: table
}

div.panel-pane:after {
    clear: both
}

div.panel-pane.pane-panels-header-pane {
    margin: 15px 0
}

div.panel-pane.pane-panels-header-pane .panels-header-pane {
    background-color: transparent;
    border-bottom: 2px solid #00b1cd;
    border-radius: 0;
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 7px;
    text-decoration: none
}

div.panel-pane.pane-panels-header-pane .panels-header-pane a:active,
div.panel-pane.pane-panels-header-pane .panels-header-pane a:hover,
div.panel-pane.pane-panels-header-pane .panels-header-pane a:link,
div.panel-pane.pane-panels-header-pane .panels-header-pane a:visited {
    color: #000
}

div.panel-pane.pane-panels-header-pane .panels-header-pane a:hover {
    color: #7e8b95
}

.highlighted-content {
    border: 2px solid #eee;
    border-radius: 0;
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 7px;
    position: relative
}

.highlighted-content h2 {
    font-size: 22px
}

.highlighted-content h3 {
    font-size: 16px
}

.highlighted-content h2,
.highlighted-content h3 {
    background-color: transparent;
    border-bottom: 1px solid #00b1cd;
    font-weight: 500;
    margin: -7px -7px 8px
}

.highlighted-content h2 a:active,
.highlighted-content h2 a:hover,
.highlighted-content h2 a:link,
.highlighted-content h2 a:visited,
.highlighted-content h3 a:active,
.highlighted-content h3 a:hover,
.highlighted-content h3 a:link,
.highlighted-content h3 a:visited {
    background-color: transparent;
    border-radius: 0;
    color: #000;
    display: block;
    margin: 0;
    padding: 7px;
    text-decoration: none
}

.highlighted-content h2 a:hover,
.highlighted-content h3 a:hover {
    background-color: transparent;
    color: #7e8b95
}

.highlighted-content img {
    background-color: #fff;
    border: 2px solid #eee;
    display: block;
    float: none;
    margin: 0 auto 8px;
    text-align: center;
    width: 100%
}

.highlighted-content img.image-dimensions-landscape,
.highlighted-content img.image-dimensions-portrait {
    width: 100px
}

.highlighted-content h4 {
    border-bottom: 1px solid #00b1cd;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 4px;
    padding-bottom: 3px
}

.highlighted-content h4 a:active,
.highlighted-content h4 a:hover,
.highlighted-content h4 a:link,
.highlighted-content h4 a:visited {
    color: #000;
    text-decoration: none
}

.highlighted-content h4 a:hover {
    color: #7e8b95
}

.highlighted-content .date {
    color: #000;
    font-size: 11px;
    margin: 0
}

.highlighted-content .summary {
    margin-bottom: 0
}

.lead-wrapper {
    background-color: #eee;
    margin: 0 15px;
    padding-top: 15px
}

.promoted-content {
    background-color: #eee;
    padding: 10px
}

.promoted-content .view-content {
    border: 2px solid #00b1cd;
    padding: 7px
}

.promoted-content .view-content:after,
.promoted-content .view-content:before {
    content: " ";
    display: table
}

.promoted-content .view-content:after {
    clear: both
}

.promoted-content h2 {
    border-bottom: 2px solid #00b1cd;
    margin: 0 -7px 7px;
    padding: 0 0 5px 7px
}

.promoted-content h2:hover {
    background-color: transparent
}

.promoted-content h2:hover a:active,
.promoted-content h2:hover a:hover,
.promoted-content h2:hover a:link,
.promoted-content h2:hover a:visited {
    background-color: transparent;
    color: #000;
    text-decoration: none
}

.promoted-content h2:hover a:hover {
    background: 0 0;
    color: #7e8b95
}

.promoted-content h2 a:active,
.promoted-content h2 a:hover,
.promoted-content h2 a:link,
.promoted-content h2 a:visited {
    background: 0 0;
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none
}

.promoted-content h2 a:hover {
    background: 0 0;
    color: #7e8b95
}

.promoted-content img {
    width: 100%
}

.promoted-content img.image-dimensions-portrait {
    float: left!important;
    height: auto;
    margin-right: 15px;
    width: 45%
}

.promoted-content iframe {
    width: 100%
}

.promoted-content .date {
    color: #000;
    font-size: 11px;
    margin: 7px 0 4px
}

.promoted-content .summary {
    font-size: 15px;
    line-height: 19px;
    margin: 0
}

.people-page .views-row {
    clear: both;
    margin: 0 0 10px;
    padding: 0 0 10px;
    display: inline-block;
    width: 100%
}

.people-page .views-row:last-child {
    border-bottom: none
}

.people-page .views-field-field-logo img {
    float: left;
    width: 110px;
    height: auto;
    margin: 0 15px 0 0
}

.people-page .views-field.views-field-body {
    float: left;
    width: 75%
}

.people-page h3 {
    font-weight: 400;
    font-size: 26px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee
}

.people-page h4 {
    font-weight: 400;
    font-size: 22px
}

.speakers-page .views-row {
    clear: both;
    margin: 0 0 10px;
    padding: 0 0 10px;
    display: inline-block;
    width: 100%
}

.speakers-page .views-row:last-child {
    border-bottom: none
}

.speakers-page .views-field-field-logo img {
    float: left;
    width: 110px;
    height: auto;
    margin: 0 15px 0 0
}

.speakers-page .views-field.views-field-body {
    float: left;
    width: 75%
}

.speakers-page h3 {
    font-weight: 400;
    font-size: 26px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee
}

.speakers-page h4 {
    font-weight: 400;
    font-size: 22px
}

.node-person img {
    width: 200px!important
}

.view-comments {
    margin: -10px 0 0
}

.view-comments .views-row {
    border-bottom: 1px solid #eee
}

.comment {
    padding: 15px
}

.comment h3 {
    display: inline-block;
    margin: 0 15px 20px 0;
    padding: 0
}

.comment .date {
    margin: 0 0 20px;
    color: #00b1cd;
    font-size: 11px
}

.comment .links {
    font-size: 16px
}

.indent-10 {
    padding: 0 0 0 10px
}

.indent-10 h3 {
    display: inline-block;
    margin: 0 15px 20px 0
}

.indent-10 h3:before {
    font-family: FontAwesome;
    content: '\f112';
    padding: 0 10px 0 0;
    font-size: 16px
}

.indent-20 {
    padding: 0 0 0 20px
}

.indent-20 h3 {
    display: inline-block;
    margin: 0 15px 20px 0
}

.indent-20 h3:before {
    font-family: FontAwesome;
    content: '\f112';
    padding: 0 10px 0 0;
    font-size: 16px
}

.indent-30 {
    padding: 0 0 0 30px
}

.indent-30 h3 {
    display: inline-block;
    margin: 0 15px 20px 0
}

.indent-30 h3:before {
    font-family: FontAwesome;
    content: '\f112';
    padding: 0 10px 0 0;
    font-size: 16px
}

.indent-40 {
    padding: 0 0 0 40px
}

.indent-40 h3 {
    display: inline-block;
    margin: 0 15px 20px 0
}

.indent-40 h3:before {
    font-family: FontAwesome;
    content: '\f112';
    padding: 0 10px 0 0;
    font-size: 16px
}

.indent-50 {
    padding: 0 0 0 50px
}

.indent-50 h3 {
    display: inline-block;
    margin: 0 15px 20px 0
}

.indent-50 h3:before {
    font-family: FontAwesome;
    content: '\f112';
    padding: 0 10px 0 0;
    font-size: 16px
}

.indent-60 {
    padding: 0 0 0 60px
}

.indent-60 h3 {
    display: inline-block;
    margin: 0 15px 20px 0
}

.indent-60 h3:before {
    font-family: FontAwesome;
    content: '\f112';
    padding: 0 10px 0 0;
    font-size: 16px
}

.indent-70 {
    padding: 0 0 0 70px
}

.indent-70 h3 {
    display: inline-block;
    margin: 0 15px 20px 0
}

.indent-70 h3:before {
    font-family: FontAwesome;
    content: '\f112';
    padding: 0 10px 0 0;
    font-size: 16px
}

.indent-80 {
    padding: 0 0 0 80px
}

.indent-80 h3 {
    display: inline-block;
    margin: 0 15px 20px 0
}

.indent-80 h3:before {
    font-family: FontAwesome;
    content: '\f112';
    padding: 0 10px 0 0;
    font-size: 16px
}

.page-comment-reply section #block-system-main .comment-by-viewer {
    padding: 0
}

.page-comment-reply section #block-system-main .comment-by-viewer .links {
    display: none
}

.submitted a {
    color: #eee
}

.comment .user-picture {
    margin: 3px 10px 0 -5px;
    border: 1px solid #eee
}

.reply {
    margin-left: 100px
}

.reply-comment {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    padding-left: 5px;
    margin-bottom: 10px
}

#block-views-comments-block {
    margin-bottom: 20px
}

.btn-comment {
    margin: 10px 0
}

.comment_forbidden,
.view-comments .ajax-progress {
    display: none
}

#block-views-comments-block .user-picture {
    float: left;
    margin-top: 17px;
    margin-right: 7px;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px
}

#block-views-comments-block div.submitted {
    font-size: 11px;
    color: #999;
    margin-top: -7px;
    margin-bottom: 2px
}

#block-views-comments-block div.submitted a.permalink {
    display: none
}

#block-views-comments-block ul.links {
    margin: 10px 0;
    padding: 0
}

#block-views-comments-block ul.links li {
    display: inline;
    font-size: .75em
}

.comment-form .fieldset-legend .fieldset-title {
    display: none
}

.username {
    font-size: 13px;
    margin: 0
}

#edit-author--2 {
    display: none!important
}

ul.breadcrumb {
    border-radius: 0;
    padding: 4px 15px
}

.container {
    background-color: #fff;
    border: 1px solid #eee;
    margin: 40px auto;
    padding: 10px 15px;
    position: relative;
    z-index: 1000
}

[id*="-warning"] {
    border: 0;
    margin: 0 auto;
    padding: 0;
    text-align: center
}

.admin [id*="-warning"] {
    margin-top: 55px
}

.media_embed {
    text-align: center
}

.page-search h1 img {
    margin: 0
}

a {
    text-decoration: none!important;
    font-weight: 700
}

span.divider {
    display: none
}

.navbar-collapse {
    padding: 0
}

.region-sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

ul {
    padding-left: 0;
    list-style: none
}

.pagination li.active a {
    color: #FFF
}

.navbar-default[role=navigation] ul.nav>li.active-trail>a:link {
    line-height: 20px
}

.form-search .btn span.element-invisible {
    height: 32px;
    position: relative!important
}

button.btn {
    border: none;
    margin-top: 8px;
    color: #fff;
    background-color: #00b1cd;
    border-color: #009bb4;
    margin-top: 0
}

.open .dropdown-togglebutton.btn,
button.btn.active,
button.btn:active,
button.btn:focus,
button.btn:hover {
    color: #fff;
    background-color: #008ea4;
    border-color: #006676
}

.open .dropdown-togglebutton.btn,
button.btn.active,
button.btn:active {
    background-image: none
}

button.btn.disabled,
button.btn.disabled.active,
button.btn.disabled:active,
button.btn.disabled:focus,
button.btn.disabled:hover,
button.btn[disabled],
button.btn[disabled].active,
button.btn[disabled]:active,
button.btn[disabled]:focus,
button.btn[disabled]:hover,
fieldset[disabled] button.btn,
fieldset[disabled] button.btn.active,
fieldset[disabled] button.btn:active,
fieldset[disabled] button.btn:focus,
fieldset[disabled] button.btn:hover {
    background-color: #00b1cd;
    border-color: #009bb4
}

button.btn .badge {
    color: #00b1cd;
    background-color: #fff
}

ol.apachesolr_search-results {
    list-style-type: none;
    padding: 0;
    margin: 0
}

ol.apachesolr_search-results li {
    border-top: 1px solid #eee;
    padding: 0 0 15px
}

.partner-logo img {
    display: block;
    margin: 0 auto;
    padding: 15px 0
}

div#myViewerContent object {
    min-height: 500px;
    width: 100%;
    margin: 15px 0
}

.block-print-ui {
    margin: 15px 0
}

.block-print-ui span {
    margin: 0 15px 0 0
}

.p-zone-banner img {
    width: 100%;
    margin: 0
}

.region-sidebar section .rendered_rss_field_formatter_rss_wrapper .rendered_rss_field_formatter_rss_item p {
    display: none
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #000!important;
    background-color: #eee;
    border-color: #ccc
}

ul.topics>li>a:active,
ul.topics>li>a:hover,
ul.topics>li>a:link,
ul.topics>li>a:visited {
    font-weight: 400
}

ul.topics>li>a:hover {
    color: #7e8b95
}

ul.topics>li.active>a:active,
ul.topics>li.active>a:hover,
ul.topics>li.active>a:link,
ul.topics>li.active>a:visited {
    color: #000;
    font-weight: 700
}

