:root {
    --black: #000;
    --main_color: #006699;
    --highlight: #3498DB;
    --pop_color: #00dd00;
    --light_gray: #f2f2f2;  /* #F2F2F2 */
    --medium_gray: #d9d9d9;
    --dark_gray: #808080;
    --light_blue: #AED6F1;
    --light_green: #99f199;
    --lighter_blue: #D0E2F6;
    --error_color: #FF0000;
}


* {
    font-family: 'Open Sans', sans-serif;
}

:root {
    font-size: 16px;
    /* this works with rem's */
}

.container {
    width: auto !important;
}

body {
    margin: 0;
}

h1 {
    margin: 1em 0 1em 0;
    font-size: 1.75rem;
}

h2 {
    margin: 0.8em 0 0.8em 0;
    font-size: 1.5rem;
}

h3 {
    margin: 0.8em 0 0.8em 0;
    font-size: 1.25rem;
}

h4 {
    margin: 0;
    font-size: 3rem;
}

p {
    font-size: 1rem;
}

a:link {
    color: var(--black);
}

a:visited {
    color: var(--black);
}

a:hover {
    color: var(--black);
}

a:active {
    color: var(--black);
}

.clear {
    clear: both;
}

.nav-box {
    /* needs to be set height and width */
    position: relative;
    width: auto;
    background-color: var(--main_color);
    right: 0px;
    left: 0px;
    height: 55px;
    z-index: 10;
    text-align: right;
}

.nav-btn {
    /* visibility: hidden; */
    position: relative;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    margin-top: 30px;
    margin-right: 9px;
}

.nav-btn:before {
    content: url('../i/menu_lines.png');
}

.nav {
    /*First UL */
    display: none;
    position: absolute;
    margin-left: 0px;
    margin-top: 30px;
    padding: 0px 1% 1% 1%;
    text-align: left;
    background-color: var(--highlight);
}

.nav li {
    /*margin-top: -40px;
			display: inline-block;*/
    float: none;
    /* width breaks cell display */
    text-align: left;
    list-style-type: none;
    padding: 5px 5px 5px 5px;
}

.nav li a {
    display: block;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    text-decoration: none;
    /* padding: 5px 5px 5px 5px; */
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.nav li a:hover {
    /* padding: 5px 5px 5px 5px; */
    border-bottom-style: solid;
    border-bottom-width: 1px;
    background-color: var(--highlight);
}

/* add on for 2nd tier //////////////////////////////*/
.nav li ul {
    display: block;
    list-style-type: none;
}

.nav li:hover ul {
    display: block;
    list-style-type: none;

}

.nav li ul li a {
    display: block;
    list-style-type: none;

}

.nav li ul li a:hover {
    display: block;
    list-style-type: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    background-color: var(--highlight);
}

/* Second Navigation system */

.right_nav_btn {
    font-size: 1rem;
    position: fixed;
    bottom: .3em;
    right: .3em;
    padding: 4px 2px 2px 1px;
    background-color: var(--pop_color);
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    text-align: center;
}

.right_nav_btn:hover {
    background-color: var(--highlight);
}

.right_nav_btn:before {
    content: url('../assets/i/menu_plus.png');
}

.transform {
    /*used to rotate + */
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.right_nav_box {
    /* div box */
    display: none;
    position: fixed;
    /*absolute*/
    bottom: 5px;
    right: 5px;
    color: #ffffff;
    background-color: var(--main_color);
}

.right_nav {
    /* first ul */
    background-color: var(--main_color);
    margin: 0px 0px 40px 0px;
    padding: 0px;
    text-decoration: none;
    list-style-type: none;
    color: #ffffff;
}

.right_nav li {
    padding: 5px 15px 5px 10px;
}

.right_nav li:hover {
    background-color: var(--highlight);

}

.right_nav li a {
    text-decoration: none;
    color: #fff;
}

#logo {
    /* needs to be a set height and width */
    position: absolute;
    z-index: 15;
    top: 5px;
    left: .0px;
    padding-left: .5em;
    width: 200px;
    height: 40px;
}

.page_header {
    background-color: var(--highlight);
    padding: .3em .3em .3em .7em;
    color: #fff;
    font-size: 1.25rem;
    text-decoration: none;
    right: 0px;
    left: 0px;
}

.container {
    padding: .75em .75em 2em .75em;
}

.left_body {
    width: 100%;
}

#footer {
    clear: both;
    width: 100%;
    height: 40px;
    background-color: #ffffff;
    margin-top: 5%;
}

/* Responsive Home Page */
#slider {
    width: 100%;
    height: 500px;
    margin-top: 77.4px;
    margin-bottom: 20px;
    background-color: #95A5A6;
}

.box {
    display: inline-block;
    width: 30%;
    height: 350px;
    margin-left: 2.5%;
    margin-bottom: 2.5%;
    background-color: var(--highlight);
}

.container_inline {
    display: inline-block;
}

/* 	Responsive Secondary Page	*/
#buildingprofiles {
    margin-left: 3%;
    margin-right: 3%;
}

.column {
    display: inline-block;
    width: 17%;
    height: 250px;
    margin-top: 2%;
    margin-left: 125px;
    margin-bottom: 2%;
    background-color: var(--highlight);
}

.column_x2 {
    width: 96%;
    padding: 1%;
}

.column_x3 {
    width: 96%;
    padding: 1%;
    float: left;
}

.buckets {
    width: 96%;
    padding: 1%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
}

/* Split Div into right side left side */
.left_div {
    width: 50%;
    float: left;
}

.right_div {
    width: 50%;
    float: right;
}

.left_icon {
    width: 28%;
    float: left;
}

.icon_status {
    font-size: 2rem;
    margin-right: .2em;
    margin-bottom: .2em;
    margin-top: .1em;
    background-color: var(--pop_color);
    /* border-radius: 50%; */
    float: left;
    padding: .2em;
    text-align: center;
    color: #fff;
    width: 1.5em;
    height: auto;
}

.right_name {
    float: left;
    text-align: left;
}

.right_name h2 {
    margin: .1em;
    padding: 0px;
}

.right_name h3 {
    margin: .1em;
    padding: .0px;
}

/* Responsive Content Page */
#clear {
    clear: both;
}

#content {
    float: left;
    width: 98%;
    /* height: 910px; */
    padding: 1% 1% 1% 2%;
    background-color: #FFFFFF;
    overflow: auto;
}

#sidebar {
    float: left;
    width: 13%;
    /* height: 910px; */
    margin-top: 77.4px;
    /*margin-left: 60px;*/
    background-color: var(--light_gray);
    padding: 1% 1% 1% 2%;
    overflow: auto;
}

.form_label {
    /* width: 98%; */
    padding: .5em .1em .1em 0;
    font-size: 1.1rem;
}

label {
    /* width: 98%; */
    display: block;
    padding: .5em .1em .1em 0;
    font-size: 1.1rem;
}

.form_field {
    /* width: 98%; */
    padding: .1em .1em .1em 0;

}

.form_field input {
    width: 100%;
    padding: .1em .1em;
    margin: .1em 0;
    box-sizing: border-box;
    font-size: 1rem;
}

.form_field textarea {
    width: 100%;
    margin-top: .3em;
}

.form_field select {
    padding: .1em .1em;
    margin: .1em 0;
    font-size: 1rem;
}

.form_submit {
    /* width: 98%; */
    padding: .5em .1em .1em 0;
    font-size: 1rem;
}

.form_error {
    color: var(--error_color);
}

.button {
    font-size: 1rem;
    text-decoration: none;
    color: white;
    background-color: var(--highlight);
    border: 0.0625em solid #FFFFFF;
    border-radius: 1.5em;
    font-weight: bold;
    display: inline-block;
    margin: 0.5em 0 0.5em 0;
    padding: 0.4em 0.8em;
    /*margin: 0.25em 0.4em  0.25em 0.4em;
	 padding:0.25em 0.5em 0.25em 0.5em;*/
}

.button.disabled {
    background-color: #ccc;
    color: #fff;
    cursor: not-allowed;
    border: 0.0625em solid #fff;
    display: inline-block;
}

a.button {
    color: white;
    text-decoration: none;
    display: inline-block;
}

.button a {
    color: white;
    text-decoration: none;
}

.button:hover {
    color: #666;
    background-color: #FFFFFF;
    border: 0.0625em solid #ccc;
    cursor: pointer;
}

.button.disabled:hover {
    background-color: #ccc;
    color: #fff;
    cursor: not-allowed;
    border: 0.0625em solid #fff;
}

.information_area {
    padding: 1em 0;
}

.info_name2 {
    /* buyer_information */
    color: var(--main_color);
    font-weight: bold;
    width: 100%;
    float: left;
}

.info_content2 {
    width: 100%;
    float: left;
    margin-bottom: .6em;
}

.info_container {
    width: 100%;
    margin-top: .5em;
    margin-bottom: 1em;
}

.info_content {
    float: left;
    margin-bottom: .6em;
    margin-right: 2em;
}

.info_line {
    content: " ";
    border: .02em solid var(--light_gray);
    margin-top: .6em;
    margin-bottom: .9em;
    max-width: 13em;
}

.info_bar_1 {
    font-size: 1.1rem;
    padding: .3em;
    background: var(--light_gray);
    color: #000000;
}

.info_bar_2 {
    font-size: 1.1rem;
    padding: .3em;
    background: var(--light_blue);
    color: var(--black);
}

.info_head {
    font-size: 1rem;
    margin-top: .5em;
    padding: .5em .5em 0 .5em;
    border-top-color: #fff;
    border-top-style: solid;
    border-top-width: .1em;
}

.info_highlight {
    font-style: italic;
}

.info_notes {
    padding: .3em;
    font-size: 1rem;
    background: #fff;
    margin-bottom: .05em;
    color: var(--black);
}

.sender_box {
    background-color: var(--light_green);
    font-size: 1rem;
    padding: .5em;
    float: left;
    /* width: 75%; */
    margin: .5em;
    border-radius: .5em;
}

.receiver_box {
    /* width: 75%; */
    background-color: var(--light_blue);
    font-size: 1rem;
    text-align: right;
    padding: .5em;
    float: right;
    margin: .5em;
    border-radius: .5em;
}

.about_box {
    /* width: 75%; */
    background-color: var(--light_gray);
    font-size: 1rem;
    text-align: center;
    padding: .5em;
    width: 70%;
    margin: .5em auto .5em auto;
    /*makes it center */
    border-radius: .5em;
}

.message_highlight {
    /* font-weight:bold; */
    font-size: 1.2rem;
    vertical-align: sub;
}

.message_text {
    font-style: italic;
    font-size: 0.8rem;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 820px) {
    :root {
        font-size: 18px;
        /* this works with rem's */
    }

    .nav {
        display: block;
        position: absolute;
        /*dup*/
        margin-left: 240px;
        margin-top: 22px;
        padding: 0px;
        list-style: none;
        border: 0px;
        text-align: left;
        /*dup*/
        background-color: transparent;
    }

    .nav li {
        float: left;
        /* width:100px; */
        /*This spreads menu but keeps sub panels displaying down */
        text-align: left;
        /*dup*/
        list-style-type: none;
        /*dup*/
        padding: 0px 8px 0px 8px;
        background-color: transparent;
        position: relative;
    }

    .nav li a {
        display: inline-block;
        padding: 0px 8px 0px 8px;
        color: #fff;
        /*dup*/
        font-size: 18px;
        text-decoration: none;
        /*dup*/
        /* border:0px; */
        border-color: transparent;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }

    .nav li a:hover {
        background-color: var(--highlight);
        /*dup*/
        color: #fff;
        padding: 0px 8px 0px 8px;
        list-style-type: none;
        border: 0px;
        border-bottom-style: solid;
        /*dup*/
        border-bottom-width: 1px;
        /*dup*/
    }

    /*///////////// 2nd Tier /////////////////// */
    .nav li ul {
        display: none;
        list-style-type: none;
        /*dup*/
        position: absolute;
        padding: 0px;
        margin: 0px;
        width: 180px;
    }

    .nav li:hover ul {
        display: block;
        /*dup*/
        /* position: absolute; */
        list-style-type: none;
        /*dup*/
        /* color: transparent; */
        text-align: left;
        width: 180px;
        /* controls width of drop down list */
        margin: 0px;
        padding-left: 0px;
        padding-bottom: 10px;
        background-color: var(--highlight);
            /* border-bottom-style: solid;
			border-bottom-width:5px; */
    }

    .nav li ul li {
        /* not sure what this is - it's not above */
        padding: 1px;
        width: 180px;
    }

    .nav li ul li a {
        /* display: none;*/
        color: #fff;
        list-style-type: none;
        /*dup*/
        font-size: 14px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: transparent;
        padding: 4px 8px 4px 8px;
    }

    .nav li ul li a:hover {
        /* .nav li:hover ul li a:hover!!!!!!!!! */
        display: block;
        list-style-type: none;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        background-color: var(--highlight);
        padding: 4px 8px 4px 8px;
    }

    /*///////////// 3rd Tier /////////////////// */
    .nav li ul li ul {
        display: none;
        left: 100%;
        top: 0;
        position: absolute;
        margin: 165px;
        /*this pushes it to the right */
    }

    .nav li ul li:hover ul {
        display: block;
        /*dup*/
        list-style-type: none;
        /*dup*/
    }

    .nav li ul li ul li a {
        display: none;
        list-style-type: none;
        /*dup*/
    }

    .nav li ul li ul li a:hover {
        display: block;
        /*dup*/
        list-style-type: none;
        /*dup*/
        border-bottom-style: solid;
        /*dup*/
        border-bottom-width: 1px;
        /*dup*/
        background-color: var(--highlight);
        /*dup*/
    }

    .nav-btn {
        display: none;
    }

    .right_nav_box {
        display: block;
        position: fixed;
        top: 0px;
        right: 0px;
        bottom: 0px;
        padding-top: 55px;
        padding-left: .5em;
        width: 25%;
        /*dup*/
    }

    .right_nav_btn {
        display: none;
    }

    .container {
        padding: .75em 2em 2em .75em;
    }

    .left_body {
        width: 75%;
        float: left;
    }

    .column_x2 {
        width: 47%;
    }

    .column_x3 {
        width: 31%;
    }

    .buckets {
        width: 47%;
        /* 2 buckets */
    }

    .info_name2 {
        width: auto;
        margin-left: .4em;
    }

    .info_content2 {
        width: auto;
        margin-left: .4em;
    }

    .receiver_box {
        width: 65%;
    }

    .sender_box {
        width: 65%;
    }

    .about_box {
        width: 65%;
        margin: .25em .25em .25em 12.5%;
    }

    .form_field input {
        width: 80%;
    }

    .form_field textarea {
        width: 80%;
    }
}

/* //////////////////////////////////////////////////////////////// */


.report_table table,
th,
td {
    border: 1px solid black;
    border-collapse: collapse;
}

.report_table th,
td {
    /* position: relative ; */
    padding: 8px;
    text-align: left;
}

.report_table table {
    width: 100%;
    overflow-x: auto;
}

.report_table th {
    background-color: #2973bc;
}

.report_table tr {
    background-color: #ffffff;
}

.report_table tr:hover {
    background-color: #B0C4DE;
}


/* //////////////////////////////////////////////////////////////// */


.compare_row {
    display: flex;
    justify-content: center;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.compare_column {
    /* flex: 50%; */
    padding: 15px;
}


/* //////////////////////////////////////////////////////////////// */


.compare_table table,
th,
td {
    border: 1px solid black;
    border-collapse: collapse;
}

.compare_table th,
td {
    padding: 8px;
    text-align: left;
}

.compare_table table {
    width: 100%;
}

.compare_table tr:nth-child(odd) th {
    background-color: #81a1ca;
}

.compare_table tr:nth-child(odd) td {
    background-color: #7eaacd;
}

.compare_table tr:nth-child(even) th {
    background-color: #c8dbe9;
}

.compare_table tr:nth-child(even) td {
    background-color: #c9d7e8;
}


.compare_table tr:hover {
    background-color: #f2f2f2;
}


/* //////////////////////////////////////////////////////////////// */


.report_break table,
th,
td {
    border: 1px solid black;
    border-collapse: collapse;
}

.report_break th,
td {
    /* position: relative ; */
    padding: 8px;
    text-align: left;
}

.report_break table {
    width: 100%;
}


/* //////////////////////////////////////////////////////////////// */


.report_head table,
th,
td {
    border: 1px solid black;
    border-collapse: collapse;
}

.report_head th,
td {
    /* position: relative ; */
    padding: 8px;
    text-align: left;
}

.report_head table {
    width: 100%;
}


/* //////////////////////////////////////////////////////////////// */


@media screen and (min-width: 1024px) {
    .container {
        padding: .75em 2em 2em 2em;
    }

    .left_body {
        width: 77%;
    }

    .right_nav_box {
        width: 20%;
    }

    .buckets {
        width: 30%;
        /* 3  buckets */
    }

    .receiver_box {
        width: 75%;
    }

    .sender_box {
        width: 75%;
    }

    .about_box {
        width: 75%;
    }

    .form_field input {
        width: 60%;
    }

    .form_field textarea {
        width: 60%;
    }
}

@media screen and (min-width: 1224px) {
    .container {
        padding: .75em 3em 2em 3em;
    }

    .buckets {
        width: 22%;
        /* 4 buckets */
    }
}

@media screen and (min-width: 1424px) {
    .container {
        padding: .75em 4em 2em 4em;
    }

    .buckets {
        width: 17%;
        /* 5 buckets */
    }
}




