body {
    background: #fafafa;
    color: #333333;
    padding-top: 3rem;
}

body, html {
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: #444444;
}

ul {
    margin: 0;
}

.bg-steel {
    background-color: dodgerblue;
}

.site-header .navbar-nav .nav-link {
    color: #ffffff;
}

.site-header .navbar-nav .nav-link:hover {
    color: #ffffff;
}

.site-header .navbar-nav .nav-link.active {
    font-weight: 500;
}

.content-section {
    background: #ffffff;
    padding: 10px 20px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-bottom: 20px;
}

.article-title {
    color: #444444;
}

a.article-title:hover {
    color: #428bca;
    text-decoration: none;
}

.article-content {
    white-space: pre-line;
}

.article-img {
    height: 65px;
    width: 65px;
    margin-right: 16px;
}

.article-metadata {
    padding-bottom: 1px;
    margin-bottom: 4px;
    border-bottom: 1px solid #e3e3e3
}

.article-metadata a:hover {
    color: #333;
    text-decoration: none;
}

.article-svg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.account-img {
    height: 125px;
    width: 125px;
    margin-right: 20px;
    margin-bottom: 16px;
}

.account-heading {
    font-size: 2.5rem;
}

/*
    All courses
*/

.grey-tooltip+.tooltip>.tooltip-inner {
    background-color: darkgray;
}

/*
    Home Restyle
*/

.hero-wrapper {
    padding: 0;
    max-height: 703px
}

.hero-wrapper {
    display: grid;
    grid-template-columns: [left-gutter] 1fr [content] 12fr [right-gutter] 1fr;
    position: relative;
    height: calc(419px);
    width: 100vw;
    padding: 0
}

.hero {
    grid-column: content/content;
    position: relative;
    z-index: 2;
    margin-top: 5vh;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-items: center;
    text-align: center
}

.content {
    max-width: 925px;
    margin: 3vh auto
}

.content {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    justify-items: center;
    align-content: center;
    position: relative;
    margin-bottom: 3vh
}

.headline {
    color: dodgerblue
}

.content-item {
    width: 100%;
    margin: 0 auto
}

.content-item>span {
    font-weight: 700;
    font-size: 36px;
    line-height: 43px
}

.content-item>span {
    font-weight: 700;
    font-size: 32px;
    line-height: 116%
}

div.jsx-531695520, span.jsx-531695520 {
    font-size: 40px;
    font-weight: 700;
    font-family: Graphik, Helvetica, Arial, sans-serif;
    line-height: 1
}

.fade-up.visible {
    opacity: 1;
    transform: none
}

.headline2 {
    transition-delay: 2s
}

.visible {
    opacity: 1
}

.fade-up {
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 1s;
    transform: translateY(100px)
}

.headline2 {
    transition-delay: 2s
}

.content-item {
    width: 100%;
    margin: 0 auto
}

.email-form {
    width: 100%;
    transition-delay: 3s
}

.email-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative
}

.email-form__input-wrapper {
    -webkit-flex: 999 0 0;
    -ms-flex: 999 0 0;
    flex: 999 0 0;
    width: 100%
}

.email-form__submit {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.email-form__submit--black-fill {
    background-color: dodgerblue;
    border: 2px solid dodgerblue;
    color: #fff
}

.email-form__input, .email-form__submit {
    padding: 12px 21px
}

.email-form__input {
    min-width: 210px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    line-height: 1.4
}

.email-form__input {
    width: 100%;
    outline: 0;
    border: 2px solid;
    color: dodgerblue;
    border-radius: 6px;
    font-size: 15px;
    line-height: unset
}

.email-form__input {
    line-height: 1.4
}

.email-form__input {
    min-width: 210px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    line-height: 1.4
}

.content-item>span {
    font-size: 60px;
    line-height: 72px;
}

.email-form__input {
    width: 100%;
    outline: 0;
    border: 2px solid;
    border-color: dodgerblue;
    color: #181818;
    border-radius: 6px;
    font-size: 15px;
    line-height: unset
}

.email-form__input, .email-form__submit {
    padding: 12px 21px
}

.email-form.jsx-987616843 {
    margin: 3vh auto;
    max-width: 500px;
    transition-delay: 3.5s
}

.email-form__input {
    min-width: 210px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    line-height: 1.4
}

.email-form__submit--black-fill {
    background-color: dodgerblue;
    border: 2px solid dodgerblue;
    color: #fff
}

.email-form__submit {
    border-radius: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: inline-block;
    padding: 10px 21px;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 700;
    position: relative
}

.email-form__submit--black-fill:hover {
    background-color: #fff;
    border: 2px solid dodgerblue;
    color: dodgerblue
}

input {
    font: inherit;
    margin: 0;
    padding: 0
}

div.get-started, span.get-started {
    font-size: 15px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.4
}

/*
    Hero
*/

.medium {
    font-weight: 600 !important;
}

.bold {
    font-weight: bold;
}

.blue-theme {
    color: white;
    background-color: #042c53;
}

.blue-theme h1 {
    color: white;
}

.btn-blue {
    color: #fff;
    background-color: dodgerblue;
    border-color: dodgerblue;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}

.btn-blue:hover {
    color: #fff;
    background-color: #77CBB9;
    border-color: #77CBB9;
}

.jumbotron {
    background-color: #042c53;
    color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.jumbotron h1 {
    color: white;
}

.jumbotron hr {
    color: white;
    border-top: 1px solid;
}

.jumbotron .content .form-control {
    height: 50px;
    border-color: #ffffff;
    border-radius: 0;
}

.jumbotron .content.form-control:focus {
    box-shadow: none;
    border: 2px solid #73BFB8;
}

.jumbotron .content .btn {
    min-height: 50px;
    border-radius: 0;
    background: #3DA5D9;
    color: #fff;
    font-weight: 600;
}