@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,400i,600,600i,700,700i");
body {
    color: #0b0c0c;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    min-height: 100vh;
}

main section.container:first-child {
    padding-top: 3rem;
    flex: 1 0 auto;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
    font-weight: bold;
}

p {
    line-height: 1.5;
}

section {
    margin-bottom: 10px;
}

a:link {
  color: #8427E2;
}

a:visited {
  color: #8427E2;
}

a:hover {
  color: #360065;
}

a:active {
  color: #8427E2;
}

.btn-outline-primary, .btn-outline-primary:visited {
    border-color: #8427E2 !important;
}

.btn-outline-primary:hover, .btn-outline-primary:active {
	border-color: #8427E2 !important;
	background-color: #8427E2 !important;
}

.a-card-footer {
    color: gray;
    text-decoration: underline;
}

/* a:focus {
    background-color: #ffbf47;
    outline: 3px solid #ffbf47;
} */

/* a:link {
    color: #005ea5;
    text-decoration: underline;
} */

/* a:hover {
    color: #2e8aca;
}

a:visited {
    color: #4c2c92;
} */

/* a.btn {
    color: #fff;
    text-decoration: none;
}

.btn {
    background-color: #00823b;
    border: 3px solid #00823b;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 0 #003618;
    box-shadow: 0 2px 0 #003618;
    color: #fff;
    font-weight: 600;
}

.btn:hover {
    background-color: #00692f;
    border: 3px solid #00692f;
    color: #fff;
}

.btn.active, .btn.active.focus, .btn.active:active, .btn.active:focus, .btn.focus, .btn:active, .btn:active.focus, .btn:active:focus, .btn:focus {
    background-color: #00692f;
    border: 3px solid #ffbf47;
    color: #fff;
    outline: none;
    outline-offset: 0;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    border: 0;
} */

.quick-card {
    border-top: 5px solid #005ea5;
    padding-top: 3px;
    margin-bottom: 60px;
}

.tweets ul {
    list-style-type: none;
}

.tweets ul>li {
    display: inline-block;
    padding: 16px;
    margin-bottom: 10px;
    max-width: 468px;
    background-color: #d5e8f3;
}

.tweets ul>li a {
    font-weight: 600;
}

.tweets>.not-first {
    display: none;
}

.tweets .recent-tweets {
    border-right: 5px solid #0b0c0c;
    padding: 10px 10px 20px;
    background-color: #005ea5;
    color: #fff;
}

.tweets .recent-tweets a {
    color: #fff;
}

.tweets .more {
    padding-left: 40px;
}

aside {
    margin-top: 20px;
    padding-top: 1rem;
}

.dropdown-menu {
    border-radius: 0;
}

.dropdown-menu>li>a {
    color: #0b0c0c;
    font-weight: 600;
    font-size: 16px;
}

.dropdown-menu>li>a:hover {
    text-decoration: underline;
    background-color: transparent;
}

/* .btn-group {
    margin-bottom: 10px;
}

.btn-apply {
    padding: 20px;
    background-color: #28a197;
    color: #fff;
    text-align: center;
}

.btn-apply a {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    font-size: 24px;
    background-color: transparent;
}

.btn-apply a:active, .btn-apply a:focus, .btn-apply a:hover {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    font-size: 24px;
    background-color: transparent;
} */

.form {
    margin-top: 20px;
}

.checkbox label {
    cursor: pointer;
}

.checkbox label .block-label {
    padding-left: 35px;
}

.checkbox label:hover label .block-label {
    border: 1px solid #0b0c0c;
}

.checkbox label span {
    line-height: 24px;
}

.checkbox label span::before {
    margin-right: 4px;
    padding-left: 2px;
    padding-top: 2px;
    width: 21px;
    height: 21px;
    border: 1px solid #6f777b;
    display: inline-block;
    line-height: 15px;
    content: '';
    float: left;
}

.checkbox label input [type='checkbox'] {
    display: none;
}

.checkbox label input [type='checkbox']:checked+span::before {
    font-family: 'Glyphicons Halflings';
    content: '';
    color: #0b0c0c;
}

.form-control {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "nta", Arial, sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
    line-height: 1.5;
    width: 50%;
    border-radius: 0;
    padding: 5px 4px 4px;
    border: 2px solid #0b0c0c;
}

.form-control:focus {
    outline: 3px solid #ffbf47 !important;
    border: 2px solid #0b0c0c !important;
    outline-offset: 0;
}

/* .input-group-btn:last-child.btn {
    height: 37px;
} */

.phase-tag-beta {
    background-color: #f47738;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.1428571429;
    margin: 0 8px 0 0;
    padding: 2px 5px 2px 0;
    text-decoration: none;
    text-transform: uppercase;
}

.phase-tag-alpha {
    background-color: #d53880;
    color: #fff;
    display: inline-block;
    font-family: 'nta', Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.1428571429;
    margin: 0 8px 0 0;
    padding: 2px 5px 2px 0;
    text-decoration: none;
    text-transform: uppercase;
}

code {
    background-color: #f8f8f8;
    color: #6f777b;
}

pre {
    border-radius: 0;
}

input {
    outline: none !important;
}

.well {
    background-color: #f5f2f0;
    border: 1px solid #ccc;
    border-radius: 0;
}

.block-label {
    background-color: #dee0e2;
    border: 1px solid #dee0e2;
    line-height: 29px;
    padding: 10px 30px 12px 35px;
    vertical-align: middle;
}

.block-label .checked {
    background-color: #fff;
    border: 1px solid #0b0c0c;
}

.block-label:hover {
    border: 1px solid #0b0c0c;
}

.block-label input [type=radio] {
    height: 29px;
    margin-right: 10px;
    position: relative;
    vertical-align: bottom;
    width: 29px;
}

.block-label input [type=checkbox] {
    height: 29px;
    margin-right: 10px;
    position: relative;
    vertical-align: bottom;
    width: 29px;
}

.block-label input [type=checkbox]:checked+label {
    background-color: #fff;
}

.js-hidden {
    display: none;
}

.panel-left {
    border-left: 5px solid #bfc1c3;
    padding-left: 20px;
}

/* .btn-start, .btn-start:active, .btn-start:focus {
    background-image: url("../../Styles/images/icon-pointer.png");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    font-weight: 700;
    padding-right: 3.157895em;
    text-transform: none;
} */

header {
    background-color: #360065;
    width: 100% !important;
    max-width: 100% !important;
}

.navbar .navbar-brand {
    white-space: pre-line;
    text-decoration: none;
}

.navbar a {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
}

.navbar a:active {
    color: #fff;
}

.navbar a:visited {
    color: #fff;
}

.navbar a:focus {
    color: #fff;
    background-color: transparent;
    outline: 3px solid #ffbf47;
}

.navbar .navbar-toggler {
    color: #fff;
    border-radius: 0;
    border: 1px solid #0b0c0c;
}

.navbar .navbar-toggler:active, .navbar .navbar-toggler:focus {
    border-color: #0b0c0c;
    outline: 0;
}

.navbar .nav-item .nav-link {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.navbar .navbar-collapse.collapsing {
    display: block;
    width: 100%;
    margin-top: 0;
}

.hero-banner {
    background-color: #005ea5;
    color: #fff;
    margin-bottom: 10px;
}

.hero-banner .row {
    margin-bottom: 0;
}

.hero-banner .upcoming-events {
    background-color: #0b0c0c;
    margin-top: 30px;
    padding: 15px 15px 30px;
}

.hero-banner .upcoming-events ul {
    list-style-type: none;
    padding-left: 0;
}

.hero-banner .upcoming-events ul .date {
    color: #ccc;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 5px;
}

.hero-banner .upcoming-events ul li>a {
    color: #fff;
    font-weight: 700;
}

/* .hero-banner .btn {
    background-color: #0b0c0c;
    border: 1px solid #0b0c0c;
    color: #fff;
}

.hero-banner .btn:focus {
    background-color: #0b0c0c;
    color: #fff;
} */

.hero-banner .form {
    margin-top: 20px;
}

.hero-banner .form-inline {
    position: absolute;
}

.hero-banner .form-control, .hero-banner .form-group {
    float: right;
    font-size: 1.1em;
    height: 40px;
    line-height: 1.2em;
}

.hero-banner .form-control button, .hero-banner .form-group button {
    width: 40px;
    border: 0;
    border-radius: 0;
}

.hero-banner .form-control .input-group, .hero-banner .form-group .input-group {
    width: 100%;
}

.hero-banner .form-control .input-group-addon, .hero-banner .form-group .input-group-addon {
    padding: 0;
    border: 0;
    width: 40px;
}

.hero-banner aside {
    bottom: 0;
    height: 410px;
    background-color: #000;
    margin-top: 4rem !important;
}

.hero-banner aside a {
    color: #fff;
}

.content {
    margin: auto;
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.promo-banner {
    background-color: #ffbf47;
    margin-bottom: 15px;
    padding: 20px 0 15px;
    margin-top: -10px;
}

.promo-banner strong {
    display: block;
    font-weight: 600;
}

.banner {
    margin-top: -10px;
}

.side-bar {
    border-right: 1px solid #dee0e2;
    padding-right: 5px;
}

.side-bar .bg-primary span a {
    color: #fff;
    font-size: 15px;
}

.side-bar-right {
    border-left: 1px solid #dee0e2;
    border-right: 0;
    padding-left: 5px;
}

.sidebar-category {
    margin-bottom: 20px;
}

.nav-pills>li>a {
    border-radius: 0;
}

.nav-pills>li>a:hover {
    background-color: #dee0e2;
}

.sidebar-category {
    margin-bottom: 20px;
}

form {
    width: 100%;
}

.form-group {
    float: none;
    padding-right: 1em;
    text-align: left;
    width: 100%;
}

.form-group label {
    display: inline-block;
    text-align: left;
}

.form-group input {
    display: block;
    max-width: 100%;
    height: auto;
    outline-offset: 0;
    font-size: 1.2em;
    line-height: 1.5;
    vertical-align: top;
    text-align: left;
}

.form-group button {
    height: 40px;
    display: inline-block;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000;
    color: #fff;
    border: 0;
    overflow: hidden;
    padding: 6px;
    font-size: 1.1em;
}

.form-group p {
    text-align: left;
}

aside .inverse {
    background-color: #000;
    display: block;
    padding-left: 1em;
}

.form-check-input {
    margin-top: .4rem;
}

.footer {
    border-top: 5px solid #8427E2;
    background-color: #360065;
    margin-top: 30px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 30px;
}

.footer a {
    text-decoration: underline;
    font-weight: normal;
    color: #454a4c;
}

.footer a:hover {
    color: #454a4c;
    text-decoration: underline;
    font-weight: normal;
}

.footer a:focus {
    color: #454a4c;
    text-decoration: underline;
    font-weight: normal;
}

.footer a:visited {
    text-decoration: underline;
    font-weight: normal;
}

.footer .footer-top {
    border-bottom: 1px solid #bfc1c3;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.footer .footer-top ul {
    list-style-type: none;
    padding-left: 0;
}

.footer .footer-top ul>li {
    margin-bottom: 10px;
}

.scroll-top {
    font-size: 15px;
    font-weight: normal;
}

.footer-top {
    border-bottom: 1px solid #bfc1c3;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.footer-top h4 {
    border-bottom: 1px solid #bfc1c3;
    padding: 0 0 20px;
}

.footer-top ul {
    list-style-type: none;
    padding-left: 0;
}

.footer-top ul>li {
    margin-bottom: 10px;
}

@media(max-width:767px) {
    .hero-banner aside {
        margin-right: 15px;
        height: auto;
        background-color: transparent;
    }
    .hero-banner aside a {
        font-size: 16px;
    }
    .navbar-collapse.collapsing {
        display: block;
        width: 100%;
        margin-top: 50px;
    }
    .tweets ul {
        padding-left: 0;
    }
    .tweets .more {
        padding-left: 0;
    }
}

@media(min-width:1140px) {
    .navbar>.navbar-wrapper {
        padding-left: 0;
    }
}

@media(min-width:640px) {
    p {
        font-size: 18px;
    }
}

.bg-primary {
    padding: 10px;
    background-color: #005ea5;
}

.bg-primary>a {
    color: #fff;
    text-decoration: none;
}

.bg-primary>a:active, .bg-primary>a:focus, .bg-primary>a:hover {
    color: #fff;
    text-decoration: none;
}

.banner {
    background-color: #d5e8f3;
    padding-top: 10px;
    padding-bottom: 10px;
}

.banner strong {
    display: block;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 15px;
}

.phase-tag-beta {
    display: inline-block;
    margin: 0 8px 0 0;
    padding: 2px 5px;
    font-size: 14px;
    line-height: 1.1428571429;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    background-color: #f47738;
}

.phase-tag-alpha {
    display: inline-block;
    margin: 0 8px 0 0;
    padding: 2px 5px;
    font-family: 'nta', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.1428571429;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    background-color: #d53880;
}

.login-form {
    margin: 0 auto;
    max-width: 500px;
    margin-top: 20px;
    padding: 15px 30px;
    background-color: #f8f8f8;
}

.well {
    background-color: #f5f2f0;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-top: 10px;
}

.block-label {
    vertical-align: middle;
    line-height: 29px;
    background-color: #dee0e2;
    border: 1px solid #dee0e2;
    padding: 10px 30px 12px 35px;
}

.block-label.checked {
    background-color: #fff;
    border: 1px solid #0b0c0c;
}

.block-label:hover {
    border: 1px solid #0b0c0c;
}

.block-label input[type=radio] {
    position: inherit;
    vertical-align: bottom;
    height: 29px;
    width: 29px;
    margin-right: 10px;
}

.block-label input[type=checkbox] {
    position: relative;
    vertical-align: bottom;
    height: 29px;
    width: 29px;
    margin-right: 10px;
}

.block-label input[type=checkbox]:checked+label {
    background-color: #fff;
}

.checkbox label.block-label {
    padding-left: 35px;
}

.checkbox label.block-label:hover {
    border: 1px solid #0b0c0c;
}

.js-hidden {
    display: none;
}

.panel-left {
    border-left: 5px solid #bfc1c3;
    padding-left: 20px;
}

/* .btn-start {
    background-image: url("../../img/icon-pointer.png");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    padding-right: 3.157895em;
    font-weight: 700;
    text-transform: none;
}

.btn-start:active, .btn-start:focus {
    background-image: url("../../img/icon-pointer.png");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    padding-right: 3.157895em;
    font-weight: 700;
    text-transform: none;
} */

dd {
    margin-bottom: 1em;
}

dd img {
    margin-top: .5em;
}

.clickable-row {
    cursor: pointer;
}

.row-margin-bottom {
    margin-bottom: 25px;
}

.control-label {
    font-weight: 700;
}

.dropdown-item {
    color: #0b0c0c !important;
    font-weight: 400 !important;
    font-size: 18px !important;
}

.collapse-margin-bottom {
    margin-bottom: 1em;
}

.nav-user {
    text-decoration: none !important;
}