:root {
  --gs1-blue: #002c6c;
  --gs1-dark-gray: #454545;
  --gs1-dark-medium-gray: #888b8d;
  --gs1-light-gray-shade: #d8d8d8;
  --gs1-light-medium-gray: #b1b3b3;
  --gs1-link: #008dbd;
  --gs1-orange: #f26334;
  --gs1-sky: #00b6de;
  --gs1-slate: #89aadb;
}

html {
    box-sizing: border-box;
    height: 100%;
}

body {
    background-color: #fbfbfb;
    min-height: 100%;
    position: relative;
}

.toolkit a {
    text-decoration: underline;
}
.toolkit nav a {
    text-decoration: none;
}
.toolkit h1 {
    line-height: 1.32;
    font-size: 34px;
    font-weight: bold;
    margin: 50px 0 40px 0;
}
.toolkit h2 {
    color: var(--gs1-dark-gray);
    line-height: 1.2;
}
.toolkit h3 {
    color: var(--gs1-dark-gray);
    font-weight: 500;
    line-height: 1.2;
}
.toolkit p {
    color: var(--gs1-dark-gray);
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

/* forms */
.toolkit a.btn, .toolkit button.btn {
    font-size: 18px;
    font-weight: 500;
    height: 45px;
}
.toolkit a.btn[disabled], .toolkit button.btn[disabled] {
    cursor: not-allowed;
    pointer-events: all;
}
.toolkit input.form-control, .toolkit textarea.form-control, .toolkit select.form-control {
    border: solid 1px var(--gs1-dark-medium-gray);
    color: var(--gs1-dark-gray);
    font-size: 18px;
}
.toolkit input.form-control, .toolkit select.form-control {
    height: 45px;
}
.toolkit textarea.form-control {
    border: solid 1px var(--gs1-light-medium-gray);
}
.toolkit .input-group input {
    border-right: none;
}
.toolkit .form-group .help-block {
    color: var(--gs1-dark-gray);
    font-size: 15px;
    font-weight: normal;
    line-height: 1.33;
    margin-top: 16px;
}
.toolkit .form-group .help-block.error {
    color: #f00;
    font-weight: bold;
}

/* jumbotron */
.toolkit .jumbotron-background {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, 0)), url(/static/images/hero.jpg);
    height: 450px;
}
.toolkit .jumbotron-background h1, .toolkit .jumbotron-background p {
    color: #fff;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
.toolkit .jumbotron-background h1 {
    font-size: 43px;
    font-weight: 500;
    margin-top: 85px;
}
.toolkit .jumbotron-background p {
    font-size: 22px;
}

/* content module */
.toolkit .content-module-wrapper {
    border-top-width: 4px;
    box-shadow: 0 2px 46px 0 rgba(0, 0, 0, 0.05);
}
.toolkit .content-module {
    border: none;
    padding: 20px;
}
.toolkit .top-border-sky-opaque {
    border-top-color: rgba(0, 182, 222, .75) !important;
}

/* footer */
.toolkit .wrapper {
    padding-bottom: 250px;
    position: relative;
    min-height: 100%;
}
.toolkit footer {
    position: absolute;
    bottom: 0;
    height: 220px;
    width: 100%;
}

.btn{
    outline: none!important;
}
