@font-face {
    font-family: 'Japandi';
    src: url('fonts/Japandi-Light.eot');
    src: url('fonts/Japandi-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Japandi-Light.woff2') format('woff2'), url('fonts/Japandi-Light.woff') format('woff'), url('fonts/Japandi-Light.ttf') format('truetype'), url('fonts/Japandi-Light.svg#Japandi') format('svg');
}

body {
    color: #FFF;
    font-size: 100%;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    height: 100%;
    clear: both;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

section[main] {
    background: transparent;
}

.page-surface {
    background: #fff;
    display: flow-root; /* stops margin collapse and contains floats */
}

    .page-surface h1:first-child,
    .page-surface h2:first-child,
    .page-surface h3:first-child,
    .page-surface p:first-child {
        margin-top: 0;
    }

/* Fixed background behind the entire site */
.bg-fixed {
    position: fixed;
    inset: 0;
    z-index: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Foreground content sits above the fixed background */
.site-foreground {
    position: relative;
    z-index: 1;
    padding-top: 90px; /* matches header height */
}

/* IMPORTANT: make the main scrolling content opaque by default,
   otherwise your fixed background will show through everywhere. */
section[main] {
    background: transparent; /* allow reveal-gap to show through */
    color: #13161d;
}


/* Keep header above everything */
header, .navbar {
    position: relative;
    z-index: 2000;
}

.content {
    width: 100%;
    height: 100%;
    float: left;
    color: #13161d;
}

.clear {
    clear: both;
}

.content-contain {
    width: 70%;
    margin: auto;
    max-width: 1200px;
    display: block;
    margin-bottom: 40px;
}

.content-contain2 {
    width: 70%;
    margin: auto;
    max-width: 1200px;
}

.content-contain img {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.content-contain2 img {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.margin80up {
    margin-top: 80px;
}

.parallax {
    background: url("https://www.etharius.com/images/backgrounds/Gundam.jpg") fixed 100%;
    min-height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.parallax-inner {
    padding-top: 10%;
}

hr {
    border: 0;
    height: 1px;
    background: #0d4f96;
    margin-top: 10px;
    margin-bottom: 20px;
}

}
/*Images*/
.cover {
    object-fit: cover;
}

.nocover {
    object-fit: none;
    max-height: 400px;
}

img {
    width: 100%;
    height: 100%;
}

.block-image-gallery {
    height: 150px;
    width: 100%;
}

.border-radius {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.gallery-text {
    display: block;
    height: 40px;
}

position: relative;
border: 1px solid #333;
margin: 2% 2% 2% 0;
overflow: hidden;
width: 540px;
}

.item img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.item:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/*Standards*/
.screen {
    display: block;
    visibility: visible;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

svg {
    max-width: 400px; /* Example: Maximum width */
    max-height: 100px; /* Example: Maximum height */
    height: auto; /* Ensure aspect ratio is maintained */
}

.shrink-0 {
    flex-shrink: 0;
}

.hidden {
    display: none;
}

.padding-vertical {
    padding: 20px 0 20px 0;
}

.padding-horizontal {
    padding: 0 20px 0 20px;
    ;
}
/*Text and Headers*/
.greytext {
    color: #7a7a7a;
}

.smalltext {
    font-size: 14px;
}

.smallertext {
    font-size: 10px;
}

.text-left {
    width: 100%;
    text-align: left;
}

.text-right {
    width: 100%;
    text-align: right;
}

.center {
    text-align: center;
}

h1 {
    font-size: 18px;
    margin-bottom: 4px;
    color: white;
}

h2 {
    font-size: 30px;
    margin-bottom: 4px;
    color: #7A7A7A;
    font-family: 'Japandi', sans-serif;
    letter-spacing: 6px;
}

h3 {
    font-size: 24px;
    margin-bottom: 4px;
    padding-top: 40px;
    color: #7A7A7A;
    font-family: 'Japandi', sans-serif;
}

h4 {
    font-size: 30px;
    padding-bottom: 24px;
    color: #7A7A7A;
    font-family: 'Japandi', sans-serif;
    line-height: 30px;
}
h5 {
    font-size: 30px;
    margin-bottom: 4px;
    color: #FFF;
    font-family: 'Japandi', sans-serif;
    letter-spacing: 6px;
}
.textspace {
    margin: 5px 0;
}

.hidemobile {
    display: contents;
}

.showmobile {
    display: none;
}

.upper {
    text-transform: uppercase;
}
.nobanner {
    display: block;
    width: 100%;
    height: 90px;
}
a.whitelink:link {
    color: #FFF !important;
    text-decoration: none;
    font-weight: normal !important;
}

a.whitelink:visited {
    color: #FFF !important;
    text-decoration: none;
}

a.whitelink:hover {
    color: #FE9808 !important;
    text-decoration: none;
}

.bigmargin-top {
    margin-top: 5vh;
}

.margin-top {
    margin-top: 20px;
}
/*Header*/
.header-bar {
    width: 100%;
    background-color: #000000;
    text-align: center;
    color: #FFF;
    min-height: 120px;
    line-height: 110px;
    opacity: 0.8;
    margin-top: 0vh;
}

header.whiteback {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 90px;
    z-index: 2000;
}

.logo-padding {
    padding-left: 60px;
}
/*Language*/
.languagebox {
    padding: 6px;
    font-size: 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #FFF !important;
    text-align: right !important;
    font-weight: bold;
    background-color: grey;
    z-index: 999;
    position: relative;
}

.launguagebox .a {
    color: #FFF !important;
    font-weight: bold;
    text-decoration: none;
}

/*Interest Box*/
.interestbox {
    width: 50%;
    color: #FFF;
    background-color: rgba(0, 0, 0, .8);
    padding: 10px;
    border-radius: 5px;
    position: absolute; /* key change */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* true centering */
}


/*Body*/
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    flex: 1 0 auto;
}

p a {
    color: #ff6a00 !important;
    font-weight: bold;
    text-decoration: none;
}

    p a:hover {
        color: #3a989a !important
    }

.opacity a:hover {
    opacity: 0.1;
}

.colcenter {
    margin: auto;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.colcenter2 {
    margin: auto;
    width: 80%
}

@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;
    }
}

/*--------------------Scrolling Banner Gap-----------------------*/
.content-contain::after,
.content-contain2::after {
    content: "";
    display: block;
    clear: both;
}

.reveal-gap {
    height: 45vh; /* “banner sized” window */
    min-height: 320px;
    background: transparent; /* this is the reveal */
}

/* Optional: soft fades at top/bottom so it blends like Subalpino */
.reveal-gap {
    position: relative;
}

    .reveal-gap::before,
    .reveal-gap::after {
        background: none !important;
        height: 0 !important;
    }


    .reveal-gap::before {
        top: 0;
        background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0));
    }

    .reveal-gap::after {
        bottom: 0;
        background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));
    }

@media (max-width: 800px) {
    .reveal-gap {
        height: 32vh;
        min-height: 220px;
    }
}


/*--------------------Content Pages-----------------------*/
.frontbanner {
    width: 100%;
    height: 100vh;
    /* Keep your positioning if you need it */
    position: relative; /* key change: contains the overlay + text */
    margin-top: -90px; /* slides under fixed header */
    background-size: cover;
    background-position: center top;
    overflow: hidden; /* prevents any large text overflow issues */
}

    /* Overlay as a pseudo-element (simplest + no extra markup) */
    .frontbanner::before {
        content: "";
        position: absolute;
        inset: 0; /* top/right/bottom/left = 0 */
        background: rgba(0, 0, 0, 0.4);
        z-index: 1;
    }

/* Content layer above the overlay */
.banner-content {
    position: relative;
    z-index: 2;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; /* vertical centering */
    text-align: center;
    /* If you have a fixed header and want to nudge down */
    padding-top: 90px; /* replaces margin-top hacks on text */
    box-sizing: border-box;
}

.banner-logo {
    width: clamp(280px, 36vw, 660px);
    margin-bottom: clamp(12px, 2vh, 32px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

    .banner-logo img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: contain;
    }

/* Keeps spacing predictable as screen height changes */
.banner-content {
    gap: clamp(8px, 1.2vh, 18px);
}

/* Big text */
.banner-largetext {
    line-height: 1;
    color: rgba(255, 255, 255, 0.30);
    /* More controlled scaling than raw vw */
    font-size: clamp(150px, 60vw, 720px);
    font-family: "Cormorant", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

/* Smaller text (your “Established…” line) */
.banner-subtext {
    margin-top: 0.75rem;
    color: rgba(255, 255, 255, 0.85);
    font-size: clamp(14px, 1.6vw, 20px);
    letter-spacing: 0.04em;
}

/*Backgrounds*/
.greyback {
    background: rgba(44,47,53, 0.8);
    color: #FFF;
}

.lightgreyback {
    margin-top: 60px;
    background: #f1f1f1;
    padding-top: 40px;
}

.contentbanner {
    margin-top: -90px;
    top: 0;
    width: 100%;
    height: 70vh;
    max-height: 620px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center top;
}

    /* Dark transparent layer */
    .contentbanner::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.35); /* adjust opacity to taste */
        z-index: 1;
    }

/* Centered title */
.contentbanner-title {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 5vw; /* keeps it readable on narrow screens */
    text-align: center;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: clamp(24px, 3vw, 54px);
}


.middlebanner {
    width: 100%;
    height: 30vh;
    max-height: 500px;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    margin-bottom: 40px;
    margin-top: 40px;
    display: block;
}

.maintext {
    width: 80%;
    float: right;
    text-align: left;
    color: #FFF;
    opacity: 0.8;
    margin-right: 5%;
    background-color: #000;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    top: 300px;
    z-index: 99999;
    position: relative;
    margin-bottom: 50px;
}

.lower-bar {
    width: 100%;
    background-color: #000000;
    color: #FFF;
    padding-top: 20px;
    opacity: 0.7;
    display: block;
    position: fixed;
    bottom: 0;
    margin-bottom: 200px;
}

.lower-bar2 {
    width: 100%;
    background-color: #000000;
    text-align: center;
    color: #FFF;
    min-height: 40px;
    opacity: 0.8;
    margin-top: 0;
    float: left;
}

.banner {
    width: 100%;
    height: 92vh;
    max-height: 10000px;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    line-height: 100%;
    font-size: 1.2em;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #014f99;
    opacity: 0.8;
}

.footer2 {
    bottom: 0;
    width: 100%;
    height: 420px;
    background-color: #014f99;
    color: #CCC;
    margin: auto;
    padding: 40px;
}
    /* Footer menu links: force vertical list */
    .footer2 .column3 a.whitelink {
        display: block;
        width: 100%;
        margin: 6px 0;     
    }
    /* Make footer column headings align */
    .footer2 .column3 strong,
    .footer2 .column4 strong {
        display: block;
        margin: 0; /* kill any default spacing differences */
        line-height: 1.2; /* consistent heading line box */
    }
    .footer2 .column4 p {
        margin: 0;
    }

    /* Make BR behave like single-line breaks, not big gaps */
    .footer2 .column4 br {
        display: block;
        content: "";
        margin: 0.25em 0; /* tweak: 0.15em–0.35em */
    }

        /* Specifically collapse the double <br><br> into a single break */
        .footer2 .column4 br + br {
            margin-top: 0;
        }

.footer3 {
    display: none;
}

.footbold {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}

.icons {
    width: 26px;
    height: 26px;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    opacity: 0.6;
}
/*Fields & Forms*/
/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 100%;
}

/*SELECT*/
select {
    color: #FFF;
    width: 100%;
    padding: 5px 35px 5px 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #444444;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    select select {
        background-color: #FFF;
    }

textarea {
    font-family: inherit;
    width: 90%;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #fe9808;
    color: #FFF;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    min-width: 200px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
}

/*--------------------Content Pages-----------------------*/


.middlebanner {
    width: 100%;
    height: 30vh;
    max-height: 500px;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    margin-bottom: 40px;
    margin-top: 40px;
    display: block;
}

.maintext {
    width: 80%;
    float: right;
    text-align: left;
    color: #FFF;
    opacity: 0.8;
    margin-right: 5%;
    background-color: #000;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    top: 300px;
    z-index: 99999;
    position: relative;
    margin-bottom: 50px;
}


/*Column Master Set*/
/*--------------------Columns-----------------------*/
.column00 {
    width: 2%;
    margin: 6px 0 10px 0px;
}

.column1 {
    width: 10%;
}

.column1-template {
    width: 4%;
    margin: 10px 0 10px 0px;
}

.column2 {
    width: 16.66666667%;
    margin: 10px 0 10px 0;
}

.column2b {
    width: 18.33%;
    margin: 10px 0 10px 0;
}

.column2c {
    display: none;
}

.column2-gallery {
    width: 18%;
    margin: 10px 1% 20px 1%;
}

.column3 {
    width: 25%;
    margin: 0px 0 10px 0;
}

.column3-gallery {
    width: 23%;
    margin: 10px 1% 20px 1%;
}

.column3bare {
    width: 23%;
}

.column4 {
    width: 31.33333333%;
    margin: 0 1% 0 1%;
}

.column4feature {
    width: 31.33333333%;
    margin: 0 1% 0 1%;
    float: left;
}

    /* Ensure the image is clipped to its card shape */
    .column4feature a {
        display: block;
        overflow: hidden;
        border-radius: 14px; /* match your card corners */
        position: relative;
    }

        .column4feature a::after {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(0,0,0,0);
            transition: background 0.6s ease;
        }

    /* Base image state */
    .column4feature img {
        display: block;
        width: 100%;
        height: auto;
        transition: transform 0.6s cubic-bezier(.25,.8,.25,1);
        will-change: transform;
    }

    /* Hover zoom */
    .column4feature a:hover img {
        transform: scale(1.1);
    }

    .column4feature a:hover::after {
        background: rgba(0,0,0,0.08);
    }

.column4image {
    width: 31.33333333%;
}


.column5 {
    width: 39.66666667%;
    margin: 0 1% 0 1%;
}

.column6 {
    width: 50%;
}

.column6f {
    width: 48%;
}

.column6b {
    width: 45%;
    margin: 0 2% 0 2%;
}

.column7 {
    width: 58.33333333%;
}

.column8 {
    width: 66.66666667%;
}

.column8-news {
    width: 66.66666667%;
    margin: 10px 0 10px 0;
}

.column9 {
    width: 75%;
    margin: 10px 0 10px 0;
}

.column10 {
    width: 80%;
}

.column11 {
    width: 91.66666667%;
    margin: 10px 0 10px 0;
}

.column11a {
    width: 91.66666667%;
    margin: 20px 0 10px 10px;
}

.column12 {
    width: 100%;
}

.column-button {
    width: 16.66666667%;
    margin: 10px 0 10px 0;
}

.column-search {
    width: 83.33333333%;
    margin: 10px 0 10px 0;
}


.column99 {
    width: 96%;
}

.ml-embedded{

}
/*Mobile*/
/* Mobile */
@media only screen and (max-width: 800px) {
    /* Visibility helpers */
    .hidemobile {
        display: none;
        visibility: hidden;
    }

    .showmobile {
        display: contents;
    }
    /* General */
    .banner {
        font-size: 3vw;
    }

    .banner-logo {
        width: clamp(380px, 46vw, 860px);
        margin-bottom: clamp(12px, 2vh, 32px);
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
    }

    .lower-bar {
        min-height: auto;
        overflow: hidden;
        position: relative;
        top: 100px;
    }

    .contentbanner {
        top: 0;
        height: 45vh;
        max-height: 420px;
    }

    .content-contain {
        width: 90%;
        margin: auto;
        max-width: 1200px;
        display: block;
        margin-bottom: 40px;
    }

    .maintext {
        width: 80%;
        margin: auto;
        margin-bottom: 82px;
    }
    /*Interest Box*/
    .interestbox {
        width: 90%;
        color: #FFF;
        background-color: rgba(0, 0, 0, .8);
        padding: 10px;
        border-radius: 5px;
        position: absolute; /* key change */
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); /* true centering */
    }
    /* Footer background must remain solid on mobile */
    .footer2 {
        width: 100%;
        height: auto;
        background-color: #014f99; /* keep the blue */
        color: #CCC;
        padding: 20px 15px;
    }
    /* Slightly tighten vertical rhythm */
    /* removes stacked <br> gaps if you prefer a cleaner grid */
    /* Improve readability and consistency */
    .footer2 {
        line-height: 1.5;
    }
        /* Footer menu links: force vertical list */
        .footer2 .column3 a.whitelink {
            margin: 6px 0;
            text-align: center;
        }

        .footer2 .smalltext {
            letter-spacing: 0.02em;
        }
        /* Center the whole first footer column (logo + tagline) */
        .footer2 .column5 {
            width: 100%;
            float: none;
            margin: 0;
            padding: 0 10px;
            text-align: center;
        }

            .footer2 .column5 .column3 {
                width: 100%;
                float: none;
                margin: 0 auto 10px;
                padding: 0;
                text-align: center;
            }

                .footer2 .column5 .column3 img {
                    width: 30%; /* 70% smaller */
                    max-width: 160px;
                    height: auto;
                    display: block;
                    margin: 0 auto;
                }

            .footer2 .column5 .footbold {
                text-align: center;
                margin: 10px 0;
            }
        /* Center Menu + Address columns (and remove floats from desktop) */
        .footer2 .column3,
        .footer2 .column4 {
            width: 100%;
            float: none;
            padding: 0 10px;
            text-align: center;
        }
        /* Center icons row */
        .footer2 .icons {
            float: none;
            display: inline-block;
            margin: 10px;
        }
    /* Utility */
    .mobilecenter {
        text-align: center;
    }
    /* Optional: keep footer3 as you had it */
    .footer3 {
        width: 100%;
        background-color: #13161d;
        float: left;
        display: block;
        flex: 0 0 50px;
        margin-top: auto;
        color: #fff;
        text-align: center;
    }
    /* Your column stacking overrides */
    .column3,
    .column4,
    .column5,
    .column8,
    .column6b,
    .column3-gallery {
        width: 100%;
        padding: 0 10px;
    }

    .column4feature {
        width: 90%;
        margin: auto;
        float: none !important;
    }

    .block-image-gallery {
        height: 200px;
        width: 100%;
        overflow: hidden;
    }

    .navbar,
    header,
    .site-header {
        position: relative;
        z-index: 2000;
    }

    .contentbanner::before {
        pointer-events: none;
    }
}
/* Make the bar height feel like Navik */
.navbar {
    min-height: 90px;
    background-color: rgba(0, 51, 118, 0.8);
    z-index: 999;
}

    /* Improve vertical centering */
    .navbar .nav-link {
        font-family: 'Fira Sans', sans-serif;
        letter-spacing: 0.04em;
        font-size: 15px;
    }

/* Optional: hover behaviour similar to your previous design */
.navbar-dark .navbar-nav .nav-link:hover {
    opacity: 0.85;
}

@media (max-width: 991px) {
    .navbar-collapse {
        background-color: rgba(0, 51, 118, 0.8);
        padding: 10px 0 20px;
    }

    .navbar-nav .nav-link {
        padding: 14px 0;
        text-align: center;
    }
}

@media (max-width: 991.98px) {
    .margin-top, .bigmargin-top {
        margin-top: 0 !important;
    }
}


/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/*Fields & Forms*/
/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-weight: 600;
    float: left;
}

    label.checkbox {
        display: block;
        float: left;
        max-width: 50px;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 100%;
}



select {
    color: #FFF;
    width: 100%;
    padding: 5px 35px 5px 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #444444;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    select select {
        background-color: #FFF;
    }

textarea {
    font-family: inherit;
    width: 90%;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    padding: 5px;
    max-width: 300px;
    color: #FFF;
    display: block;
    background: #5F9AD6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto 0 auto;
    border: none;
    font-size: 14px;
    height: 40px;
}

div.input-group input[type=text] {
    height: 30px;
    margin: 0;
    border-radius: 0;
    border: 1px solid #eee;
    border-left: 0;
}


div.input-group input[type="submit"],
input[type="button"],
button {
    height: 34px;
    max-width: 300px;
    min-width:200px;
    color: #FFF;
    display: block;
    background: #fe9808;
    margin: 0;
    border: none;
    font-size: 14px;
    padding: 0;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

    div.input-group input[type="submit"]:hover,
    input[type="button"]:hover,
    button {
        background: #ff6a00;
        cursor: pointer;
    }

.input-group {
    float: left;
    width: 100%;
    height: 35px;
    line-height: 34px;
    margin-bottom: 20px;
}

.input-group-btn {
    padding: 5px;
    max-width: 300px;
    color: #FFF;
    display: block;
    background: #fe9808;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto 0 auto;
    border: none;
    font-size: 14px;
}






/*Table Code for Functional Areas*/

.row {
    clear: both;
    margin: 0 auto 0 auto;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

    .panel-body:before, .panel-body:after {
        content: " ";
        display: table;
    }

    .panel-body:after {
        clear: both;
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
    color: inherit;
}

    .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    font-size: 12px;
    font-weight: bold;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #710000;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #710000;
        border-color: #710000;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #710000;
        }

        .panel-primary > .panel-heading .badge {
            color: #710000;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #710000;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }


.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
        font-size: 12px;
        text-align: left;
    }

    .table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"], table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}


div.input-group input[type=text] {
    height: 30px;
    margin: 0;
    border-radius: 0;
    border: 1px solid #eee;
    border-left: 0;
}


div.input-group input[type="submit"],
input[type="button"],
button {
    height: 34px;
    max-width: 300px;
    color: #FFF;
    display: block;
    background: #fe9808;
    margin: 0;
    border: none;
    font-size: 14px;
    padding: 0;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

    div.input-group input[type="submit"]:hover,
    input[type="button"]:hover,
    button {
        background: #ff6a00;
        cursor: pointer;
    }

.input-group {
    float: left;
    width: 100%;
    height: 35px;
    line-height: 34px;
    margin-bottom: 20px;
}

.element1 {
    width: 20%;
    display: block;
    text-align: center;
    background: #EEE;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid #eee;
    border-right: 0;
}

.element2 {
    width: 40%;
    display: block;
    margin-bottom: 20px;
    height: 34px;
}

.input-group-btn {
    padding: 5px;
    max-width: 300px;
    color: #FFF;
    display: block;
    background: #fe9808;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto 0 auto;
    border: none;
    font-size: 14px;
}

.pricing-box {
    width: 100%;
    float: left;
    font-size: 18px;
}

.details-box {
    width: 100%;
    float: left;
}

A.button:link {
    padding: 5px;
    max-width: 200px;
    color: #FFF;
    display: block;
    background: #5f9ad6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 20px 10px 0 0;
    text-align: center;
}

A.button:visited {
    padding: 5px;
    color: #FFF;
    display: block;
    background: #5f9ad6;
}

A.button:hover {
    background: #0e2849;
}

A.button2:link {
    padding: 5px;
    max-width: 200px;
    color: #FFF;
    display: block;
    background: #5f9ad6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 20px 10px 0 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: normal;
}

A.button2:visited {
    padding: 5px;
    color: #FFF;
    display: block;
    background: #5f9ad6;
}

A.button2:hover {
    background: #0e2849;
}

A.button3:link {
    padding: 5px;
    max-width: 200px;
    color: #FFF;
    display: block;
    background: #fe9808;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 20px 10px 0 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

A.button3:visited {
    padding: 5px;
    color: #FFF;
    display: block;
    background: #fe9808;
}

A.button3:hover {
    background: #f59ad6;
}

.titleoverlay-main {
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #FFF;
    background: rgba(207, 0, 15, 0.5);
    padding: 1px 0px 10px 10px;
    font-size: 1.3em;
    text-align: center;
}

.titleoverlay-large {
    position: absolute;
    width: 100%;
    bottom: 14px;
    color: #FFF;
    background: rgba(207, 0, 15, 0.5);
    padding: 1px 0px 10px 10px;
    font-size: 1.3em;
    text-align: center;
}

.titleoverlay {
    position: absolute;
    width: 99%;
    bottom: 0;
    color: #FFF;
    background: rgba(0, 0, 0, 0.5);
    padding: 1px 0px 10px 10px;
    font-size: 1.0em;
}

.titleoverlay-contain {
    width: 90%;
}

.checkout-buttons {
    width: 40%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

A.interestbutton:link {
    padding: 5px;
    max-width: 300px;
    min-width:200px !important;
    color: white !important;
    display: block;
    background: #fe9808;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto 20px auto;
    text-align: center;
    text-transform: uppercase;
}

A.interestbutton:visited {
    padding: 5px;
    color: white !important;
    display: block;
    background: #fe9808;
}

A.interestbutton:hover {
    background: #ff6a00;
    color: white !important;
}

A.interestbutton2:link {
    padding: 5px;
    max-width: 300px;
    color: white !important;
    background-color: #1D6A8B;
    display: block;
    border: solid 1px #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto 20px auto;
    text-align: center;
}

A.interestbutton2:visited {
    padding: 5px;
    color: white !important;
    display: block;
}

A.interestbutton2:hover {
    background: #5F9AD6;
    color: white !important;
}

/* MailerLite: stack checkbox options vertically */
.ml-form-embedContainer label,
.ml-form-embedContainer .ml-form-fieldRow label {
    display: block !important;
    width: 100%;
    margin: 6px 0;
}

/* If MailerLite uses inline wrappers around each checkbox row */
.ml-form-embedContainer .ml-form-checkboxRow,
.ml-form-embedContainer .ml-form-checkboxRow > * {
    display: block !important;
}