/* Cleaned to include only styles used by index.html */

body {
    background: #fff !important;
    background-color: #fff;
    text-align: left;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

*,
::before,
::after {
    box-sizing: border-box;
}

h1,
h2,
ul,
p {
    margin-top: 0;
}

h1,
h2 {
    margin-bottom: .5rem;
}

.tyler {
    max-width: 1366px;
    margin: 0 auto;
    background-color: #fff;
}

.tyler a,
.tyler div,
.tyler p,
.tyler small {
    font-family: TradeGothic, Sans-serif;
}

.tyler div,
.tyler p,
.tyler small {
    color: #61616b;
}

.tyler a {
    color: #1078c0;
    text-decoration: none;
}

.tyler h1,
.tyler h2 {
    color: #3c3f46;
    font-family: Amplitude, Sans-serif;
}

.tyler h1 {
    font-size: 42px;
    margin-bottom: 35px;
    font-weight: 700;
}

.tyler h2 {
    font-size: 32px;
    margin-bottom: 16px;
    font-weight: 300;
}

.tyler nav {
    background-color: #fff !important;
    border-bottom: 1px solid #eaeaea;
    padding: 0;
    min-height: 75px;
}

.tyler .banner {
    background-color:#045590; 
    padding:2rem; 
    border-radius:15px;
    margin-bottom:1rem;
}

.tyler .banner p {
    color:#fff;
    margin:0;
}

.tyler .body-content {
    position: relative;
}

.tyler .bg-blue-circles-top-right {
    background-image: url(images/bg-blue-circles-top-right.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}

@media screen and (min-width: 768px) {
    .tyler .bg-blue-circles-top-right {
        background-size: inherit;
    }
}

.tyler .dynamic-pane {
    padding: 3em 15px;
}

@media screen and (min-width: 992px) {
    .tyler .container {
        width: 1170px !important;
    }
}

.tyler .support-list {
    list-style: none !important;
    display: block;
    margin: 0 !important;
    padding: 0;
}

@media screen and (min-width: 768px) {
    .tyler .support-list {
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        -moz-column-count: 2;
        -moz-column-gap: 15px;
        column-count: 2;
        column-gap: 15px;
    }
}

.tyler .support-list li {
    color: #61616b;
    font-size: 18px;
    font-weight: 400;
    padding: 0 15px;
}

.tyler .support-list li:hover {
    background: url(images/btn-hover.png) 95% center no-repeat #f5fafc;
}

.tyler .support-list li .btn {
    padding: 15px 0;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    color: #1078c0;
    border-radius: 0;
    line-height: normal;
    white-space: normal;
}

.tyler .support-list li .btn::after {
    display: none !important;
}

.tyler .support-list li .btn:hover {
    text-decoration: none;
}

.tyler .btn {
    border-radius: 100px;
    line-height: 1.5;
    font-weight: 600;
    border: none;
    padding: 10px 50px;
    position: relative;
    transition: all 250ms ease-in-out;
    width: auto;
}

.tyler .btn::after {
    content: "";
    opacity: 0;
    display: block;
    width: 6px;
    height: 10px;
    background: url(images/btn-hover.png);
    position: absolute;
    right: 50px;
    top: 50% !important;
    transform: translateY(-50%) !important;
    transition: all .3s ease-in-out;
}

.tyler footer {
    background: #045590;
    padding: 70px 0 0;
    color: #fff;
    display: block;
}

.tyler footer p,
.tyler footer span,
.tyler footer a {
    color: #fff;
}

@media screen and (min-width: 992px) {
    .tyler footer {
        background-image: linear-gradient(to right, #045590, #045590);
        background-repeat: no-repeat;
        background-position: top right;
        background-size: 31% 100%;
    }

    .tyler footer .col-12:last-of-type {
        padding-top: 0 !important;
    }
}

.tyler footer .col-12:last-of-type {
    background: #045590;
    padding-top: 25px;
}

@media screen and (min-width: 576px) {
    .tyler footer .col-12:last-of-type {
        border-radius: 10px;
    }
}

.tyler footer .logo-footer {
    display: block;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .tyler footer .logo-footer {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .tyler footer .logo-footer {
        width: auto;
    }
}

.tyler footer .copyright {
    font-size: 12px;
    font-weight: 400;
}

.tyler footer .copyright span {
    margin-bottom: 10px;
}

.navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem;
    position: relative;
}

.navbar > .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-12,
.col-sm-6,
.col-md-3 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn-link,
.btn-link:hover {
    background-color: transparent;
}

.btn-link,
.btn-link:hover {
    color: #0056b3;
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent;
}

.btn-link.focus,
.btn-link:focus {
    box-shadow: none;
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
}
