html {
font-size:16px;
}

body {
    font-family: 'Lato', sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    color: #000;
}

article{
    margin-bottom:3rem;
}

@media all and (min-width: 0) and (max-width: 600px) {

    body {
        font-size: 1.25rem;
    }
}

.sticky-top {
    top: 116px;
}

@media all and (min-width: 0) and (max-width: 600px) {

    .sticky-top {
        top: 56px;
    }
}

.text-shadow {
    text-shadow: 0px 0px 8px rgba(0,0,0,0.75);
}

.bg-shadow {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.5);
}

/*! -------------------- CONTAINERS, GRID & HEIGHTS --------------------*/

.row {
    margin-right: -1rem;
    margin-left: -1rem;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 1rem;
    padding-left: 1rem;
}

.container {
    max-width: 1100px !important;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto;
}

.max-w-800, .max-w-800-nested > .div-target {
    max-width: 800px;
    width: 100%;
}

.max-w-600, .max-w-600-nested > .div-target {
    max-width: 600px;
    width: 100%;
}

.max-w-400 {
    max-width: 400px;
    width: 100%;
}

.min-h-100 {
    min-height: 100vh;
}

.min-h-80 {
    min-height: 80vh;
}

.min-h-60 {
    min-height: 60vh;
}

.min-h-40 {
    min-height: 40vh;
}

.Half {
    min-height: calc(50vh - 7.8rem);
}

.ThreeQuarters {
    min-height: calc(75vh - 7.8rem);
}

.Full {
    min-height: calc(100vh - 7.8rem);
}

.Auto {
    min-height: auto;
}

.full-width{
    width:100%;
    min-width:100%;
}

/*! -------------------- COLORS & BORDERS --------------------*/

.lgrey-bg {
    background-color: #f7f7f7;
}

.primary-gradient::after {
    content: "";
    opacity: 0.8;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to bottom, #ffffff 0%,#818181 100%);
}

.color-change {
    animation: color-change 6s linear infinite alternate both;
}

@keyframes color-change {
    0% {
        background: #f3a21b;
    }

    100% {
        background: #ce6617;
    }
}

.bg-red {
    background: #EB1D22;
}

.text-red {
    color: #EB1D22;
}

.bg-white {
    background: #ffffff;
}

.bg-gray, .bg-secondary {
    background: #E5E5E5 !important;
}

.bg-blue {
    background: #0b2459;
    color: #fff;
}

    .bg-blue a, .bg-blue a:hover, .bg-blue a:visited {
        color: #fff !important;
    }

.bg-g-purple {
    background: rgb(91,42,96);
    background: linear-gradient(90deg, rgba(91,42,96,1) 0%, rgba(128,52,121,1) 50%, rgba(91,42,96,1) 100%);
    color: #fff;
}

.bg-g-green {
    background: rgb(0,71,71);
    background: linear-gradient(90deg, rgba(0,71,71,1) 0%, rgba(0,108,116,1) 50%, rgba(0,71,71,1) 100%);
    color: #fff;
}

.bg-g-blue {
    background: rgb(11,37,90);
    background: linear-gradient(90deg, rgba(11,37,90,1) 0%, rgba(15,62,127,1) 50%, rgba(11,37,90,1) 100%);
    color: #fff;
}

.bg-dgray {
    background-color: #8f9092;
    color: #fff;
}

.bg-magenta {
    background-color: #a82d6b;
    color: #fff;
}

.bg-cyan {
    background-color: #0094a9;
    color: #fff;
}

.bg-yellow {
    background-color: #eed345;
}

.bg-orange {
    background-color: #e38038;
    color: #fff;
}

.bg-g-blue a, .bg-g-green a, .bg-g-purple a, .bg-g-blue a:hover, .bg-g-green a:hover, .bg-g-purple a:hover, .bg-g-blue a:visited, .bg-g-green a:visited, .bg-g-purple a:visited, {
    color: #fff !important;
}


.text-blue {
    color: #2484AE;
}

.border-all {
    border: 1px solid #000000 !important;
}

.border-top {
    border-top: 1px solid #000000 !important;
}

.border-bottom {
    border-bottom: 1px solid #000000 !important;
}

.border-right {
    border-right: 1px solid #000000 !important;
}

.border-left {
    border-left: 1px solid #000000 !important;
}

.img-circle, .img-circle img {
    border-radius: 50%;
}

/*! -------------------- HEADERS --------------------*/

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'hightower-text', 'Lato', sans-serif;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.h1, h1 {
    font-size: 5rem;
}

.h2, h2 {
    font-size: 3rem;
    color: #ad175d;
}

.h3, h3 {
    font-size: 2rem;
}

.h4, h4 {
    font-size: 2rem;
}

.h5, h5 {
    font-size: 1.75rem;
}

.h6, h6 {
    font-size: 1.5rem;
}

p {
font-size: 1rem;
}

ul li {
font-size:1rem;
}

.main-content ul {
    background-color: #e3e3e3;
    padding: 1.5rem 2.5rem;
    border-radius: 1rem;
}

.main-content footer ul {
    background-color: rgba(255, 255, 255, 0);
    padding: 0;
    border-radius: 0;
}

@media all and (min-width: 0) and (max-width: 1200px) {

    .h1, h1 {
        font-size: 3rem;
    }

    .h2, h2 {
        font-size: 2.5rem;
    }

    .h3, h3 {
        font-size: 2rem;
    }

    .h4, h4 {
        font-size: 1.75rem;
    }

    .h5, h5 {
        font-size: 1.5rem;
    }

    .h6, h6 {
        font-size: 1.25rem;
    }
}

@media all and (min-width: 0) and (max-width: 600px) {

    .h1, h1 {
        font-size: 2rem;
    }

    .h2, h2 {
        font-size: 1.75rem;
    }

    .Half {
        min-height: calc(50vh - 6.36rem);
    }

    .Full {
        min-height: calc(100vh - 6.36rem);
    }
}

/*! -------------------- LINKS & BUTTONS --------------------*/

a {
    color: #0b2459;
    transition: .25s ease-in-out;
}

    a:hover, a:visited, a:active, a:focus {
        color: #1F4388;
        text-decoration: none;
    }

    a:active {
    }

.btn, .Grey .btn {
    color: #fff;
    font-size: 1.25rem;
    position: relative;
    border-radius: 2rem;
    padding: .5rem 1rem;
    border: 0px;
    font-weight: 600;
    letter-spacing: 1px;
    word-spacing: .25rem;
}

.btn.primary{
    
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.5rem;
    padding: .25rem 1rem;
    font-size: 1rem;
    background: #7a17ad;
    color: #fff;
    font-weight: 700;
    transition: .25s ease-in-out;
    margin-right: .5rem;
    border: 0px;
    position: relative;
    border-radius: 0px;
    margin-top: 1rem;

}

.btn.primary:hover{
    background-color:#510a75;
}

.btn-primary {
    background: #5b2b5f;
}

    .btn-primary:visited {
        color: #fff;
        background: #5b2b5f;
        border: 4px solid #000;
    }

    .btn-primary:hover {
        background: #0b2459;
        border: 0px solid #000;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,.5);
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        background: #818181;
        border: 4px solid #818181;
    }

.btn-secondary {
    background: #2484AE;
}

    .btn-secondary:visited {
        color: #fff;
        background: #2484AE;
        border: 4px solid #000;
    }

    .btn-secondary:hover {
        background: #000;
        border: 4px solid #000;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,.5);
    }

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        background: #818181;
        border: 4px solid #818181;
    }

button:focus {
    outline: 1px dotted;
}

.banner-text .btn {
    color: #fff;
    background-color: #7a17ad;
    border-radius: 0;
    margin: 0 .25rem;
    z-index:1000;
}

    .banner-text .btn:hover {
        color: #fff;
        background-color: #510a75;
        border-radius: 0;
        margin: 0 .25rem;
    }


/*! -------------------- FORMS & INPUTS --------------------*/

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: .5rem;
    color: #495057;
    background-color: #fff;
    border: solid thin #777;
    border-radius: 0;
    transition: .25s ease-in-out;
}

    .form-control:hover, .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #522f5e;
        outline: 0;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,.5);
    }

/*! -------------------- MODAL --------------------*/

.modal {
    background: rgba(255, 255, 255, .8);
}

.modal-content {
    border: 1px solid #000;
    border-radius: 0;
}

.modal-header {
    position: relative;
    border-bottom: 1px solid #000;
    padding: 0 1rem;
}

    .modal-header button {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 2rem;
        height: 2em;
        top: -1rem;
        right: -1rem;
        border: 1px solid #000;
        color: #000;
        background: #E5E5E5;
        padding: 0;
        margin: 0;
        font-family: 'Slabo 27px', serif;
        font-size: 1rem;
        transition: all .15s ease-in-out;
    }

        .modal-header button:hover {
            color: #fff;
            background: #000;
            box-shadow: 0 4px 8px 0 rgba(0,0,0,.5);
        }

.quote-modal .modal-body {
    height: 800px;
    overflow: auto;
}

/*! -------------------- FORMS --------------------*/

.umbraco-forms-field-wrapper {
    margin-bottom:1rem;
}

.umbraco-forms-field-wrapper input[type="text"]{
    width:100%;
    padding:.5rem;
}

form .btn {
    color: #fff;
    font-size: 1rem;
    position: relative;
    border-radius: 0rem;
    padding: .5rem 1rem;
    border: 0px;
    font-weight: 600;
    letter-spacing: 1px;
    word-spacing: .25rem;
    background-color:#7a17ad;
}

form .btn:hover{
    background-color:#510a75;
}

.umbraco-forms-form .umbraco-forms-field-wrapper  input.text, .umbraco-forms-form .umbraco-forms-field-wrapper  textarea {
    max-width: 100% !important;
    padding: .75rem;
    display: block;
    width: 100%;
}

.umbraco-forms-form fieldset {
    padding: 0!important;
    margin: 0!important;
    border: none !Important;
}        