/*! CSS Used from: https://francis-press.com/css/app.css */
sup {
    vertical-align: baseline;
}

hr {
    border: 0;
}

label {
    max-width: 100%;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -.5em;
}

hr {
    box-sizing: content-box;
    height: 0;
}

button,
input {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

@media print {

    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.btn,
.btn:active,
.form-control {
    background-image: none;
}

*,
:after,
:before {
    box-sizing: border-box;
}

button,
input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #3097D1;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #216a94;
    text-decoration: underline;
}

a:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border-top: 1px solid #eee;
}

h2,
h3 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h2,
h3 {
    margin-top: 22px;
    margin-bottom: 11px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

p {
    margin: 0 0 11px;
}

label {
    font-weight: 700;
}

ul {
    margin-top: 0;
}

ul {
    margin-bottom: 11px;
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

.container:after {
    clear: both;
}

.container:after,
.container:before {
    display: table;
    content: " ";
}

.container {
    margin-right: auto;
    margin-left: auto;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

label {
    display: inline-block;
    margin-bottom: 5px;
}

input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

.form-control {
    font-size: 16px;
    line-height: 2;
    color: #555;
    display: block;
}

input[type=checkbox]:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

.form-control {
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccd0d2;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    max-width: 100%;
}

.form-control:focus {
    border-color: #98cbe8;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(152, 203, 232, .6);
}

.form-group {
    margin-bottom: 15px;
}

.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkbox input {
    border: 0;
}

.checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.checkbox input[type=checkbox] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9;
    appearance: auto;
    height: auto;
    width: auto;
}

/* 
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
} */

.btn:active:focus,
.btn:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

.btn:focus,
.btn:hover {
    color: #636b6f;
    text-decoration: none;
}

.btn:active {
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-success {
    color: #fff;
    background-color: #2ab27b;
    border-color: #259d6d;
}

.btn-success:focus {
    color: #fff;
    background-color: #20895e;
    border-color: #0d3625;
}

.btn-success:active,
.btn-success:hover {
    color: #fff;
    background-color: #20895e;
    border-color: #196c4b;
}

.btn-success:active:focus,
.btn-success:active:hover {
    color: #fff;
    background-color: #196c4b;
    border-color: #0d3625;
}

.btn-success:active {
    background-image: none;
}

.pagination {
    display: inline-block;
}

.pagination {
    padding-left: 0;
    margin: 22px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.6;
    text-decoration: none;
    color: #3097D1;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination>li:last-child>a {
    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 {
    z-index: 2;
    color: #216a94;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #3097D1;
    border-color: #3097D1;
    cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

/*! CSS Used from: https://francis-press.com/css/all.css */
h2 {
    margin: 0;
    padding: 1.2rem 0;
    font-size: 2.6rem;
    font-weight: bold;
    color: #464646;
    line-height: 4rem;
}

h3 {
    margin: 0;
    padding: 1.0rem 0;
    font-size: 1.8rem;
    font-weight: bold;
    color: #464646;
    line-height: 3rem;
}

p {
    margin: 0;
    padding: 0.8rem 0;
    font-size: 1.6rem;
    line-height: 3rem;
    color: #464646;
}

ul,
li {
    margin: 0;
    font-size: 1.6rem;
    line-height: 3rem;
    color: #464646;
}

a:link,
a:visited {
    color: #000000;
}

a:hover {
    color: red;
}