﻿html, body {
    margin: 0;
    display: table;
    min-height: 100% !important;
    height: 100% !important;
    width: 100%;
}

.bullet-points ul li {
    line-height: 20px;
    margin-left: 50px;
    text-align: left;
}

.content-ul {
    border: 1px solid #e2e2e2;
    width: 90%;
    margin: auto !important;
    padding: 10px 10px 10px 10px;
}

.bullet-points {
    top: 0px !important;
    left: 0 !important;
}

.BannerBox {
    position: relative;
}

/*footer {
    bottom: 0 !important;
}*/

.tag {
    float: left;
    position: absolute;
    width: 550px;
    height: 290px;
    margin-left: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: white;
    background-color: rgba(255,255,255, 0.8);
    z-index: 3;
    padding: 5px 15px 15px 15px;
}

.tag2 {
    width: 415px;
    height: 540px;
    position: absolute;
    right: 50px;
    margin-top: 15px;
    background-color: white;
    /*background-color: rgba(0,0,0, 0.8);*/
    top: 0px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding-top: 10px;
    color: green;
}

.tag1 {
    /*width: 565px;*/
    width: 640px;
    /*height: 355px;*/
    height: 540px;
    position: absolute;
    left: 30px;
    margin-top: 15px;
    background-color: white;
    background-color: rgba(255,255,255, 1);
    border-radius: 5px;
    padding-right: 15px;
    /*padding-top: 20px;*/
    /*box-shadow: 1px 1px 5px #888888;*/
    border: 1px solid #e8e8e8;
    display: inline-block;
}

.opt-button {
    bottom: 15px;
}

.card-body {
    border: 0 !important;
}

.footerBackgroundHome {
    /*display: table-row !important;
    height: 1px;*/
    background-color: #2b2b2b;
    /*position: absolute;*/
    bottom: 0px;
    width: 100%;
}
.news-body {
    min-height: 65%;
    max-height: initial;
    position:relative;
}
.user-guide {
    bottom: -15px;
    position: relative;
    margin-left: 0px;
    color: white;
    font-weight: 500;
}
.user-guide:hover {
    color: whitesmoke;
    background-color: #30421d !important;
}

.green-bg {
    background-color: #3d5525 !important;
    padding-top: 4px;
}

.btn-round {
    border-radius: 25px;
    width: 100px;
    background-color: #343a40 !important;
    border: 1px groove #26292c;
}

    .btn-round:hover {
        background-color: #26292c !important;
        border: 1px groove #26292c;
    }

.building-banner {
    background-position: center;
}

/* NAV */

.navbar-links ul {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    /*top: 50% !important;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    right: 0;
    margin-top: -20px;*/
}
.mr-auto, .mx-auto {
    margin-right: auto !important;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    /* padding-left: 0; */
    margin-bottom: 0;
    list-style: none;
}

.navbar-links li {
    float: left;
}

    .navbar-links li a {
        display: block;
        color: #666;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }
    .navbar-links li a:hover:active{
        color: black !important;
    }

    .navbar-links li a:hover {
          background-color: #e9e9e9 !important;
    }
        .navbar-links:first-child.cart-li li {
            background-color: black !important;
        }

        .navbar-links li a:hover:not(.active) {
            background-color: #666;
        }

        .navbar-links li a.active {
               color: white;
            background-color: #4CAF50 !important;
        }


/* Custom Buttons */
.btn-green {
    background: #6ba86f;
    background-image: -webkit-linear-gradient(top, #6ba86f, #334c19 50%);
    background-image: -moz-linear-gradient(top, #6ba86f, #334c19 50%);
    background-image: -ms-linear-gradient(top, #6ba86f, #334c19 50%);
    background-image: -o-linear-gradient(top, #6ba86f, #334c19 50%);
    background-image: linear-gradient(to bottom, #6ba86f, #334c19);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 3px;
    font-family: Verdana;
    color: #ffffff !important;
    font-size: 14px;
    padding: 5px 15px 5px 15px;
    border: solid #3e8f3e 0.2px;
    text-decoration: none;
    font-weight: normal !important;
    letter-spacing: .05em;
}

    .btn-green:hover {
        background: #5c965e;
        background-image: -webkit-linear-gradient(top, #5c965e, #2a3d15);
        background-image: -moz-linear-gradient(top, #5c965e, #2a3d15);
        background-image: -ms-linear-gradient(top, #5c965e, #2a3d15);
        background-image: -o-linear-gradient(top, #5c965e, #2a3d15);
        background-image: linear-gradient(to bottom, #5c965e, #2a3d15);
        text-decoration: none;
        color: #ffffff !important;
    }

.indent-Paragraph p {
    text-indent: 50px;
}

.indent-Paragraph h4 {
    margin-top: 0px;
    text-align: center;
    font-weight: bold;
}

.indent-Paragraph h5 {
    margin-top: 0px;
    text-align: center;
    font-weight: bold;
}


select.frecuency {
    border: none;
    font-style: italic;
    background-color: transparent;
    cursor: pointer;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .35s ease-in;
    transition: -webkit-transform .35s ease-in;
    border-bottom: none;
}

    select.frecuency:focus {
        outline: none;
        border-bottom: 5px solid #39b3d7;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        -webkit-transition: -webkit-transform .35s ease-in;
        transition: -webkit-transform .35s ease-in;
    }

.free {
    text-transform: uppercase;
}

.input-group {
    margin: 20px auto;
    width: 100%;
}

input.btn.btn-lg,
input.btn.btn-lg:focus {
    outline: none;
    width: 60%;
    height: 60px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/*button.btn {
    width: 40%;
    height: 60px;
    /*border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}*/

.promise {
    color: #999;
}

.footerBackground {
    background-color: #2b2b2b;
    /*display: table-row !important;*/
    position: absolute;
    width: 100%;
    margin-top: 30px;
}

.footerBackgroundAddBldg {
    background-color: #2b2b2b;
    /*display: table-row !important;*/
    /*position: absolute;*/
    width: 100%;
    bottom: 0px;
}

.footerWrapper {
    padding: 10px;
    height: auto;
}

@media (max-width: 1200px) and (min-width: 1085px) {
    .tag1 {
        width: 450px;
    }

    .tag2 {
        position: absolute;
    }
    .user-guide{
        margin-top: -35px;
    }
}

@media (max-width: 1085px) {
    .tag1 {
        width: 100%;
        position: relative;
        left: unset;
        padding-left: unset;
    }
    .tag3 {
        width: 100%;
        position: relative;
        left: unset;
        padding-left: unset;
    }
    .tag2 {
        /*position: relative;
        right: unset;
        left: unset;
        width: unset;*/
        width: 100%;
        position: relative;
        left: unset;
        right: unset;
    }

    .building-banner {
        visibility: hidden;
        position: absolute;
    }

    .user-guide{
        position: unset;
        margin:auto;
        margin-top: -15px;
    }
    .column {
        float: left;
        width: 100%;
        display: block;
    }
}

/*.dropdown-menu {
    right: 5px !important;
    left: unset;
}*/


@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .tag1{
        margin-bottom: 70px;
    }
    .section3_body {
        height: 270px !important;
    }
}

@media (min-width: 992px){
    /*.home-help-buttons {
        margin-top: 20px;
        margin: auto;
    }*/
}
/* bullet list on landing page */
.section3_body li:before {
    /*content: '✔';*/
    margin-left: -1em;
    margin-right: .100em;
}

.section3_body li span {
    position: relative;
    left: 10px;
}
.section3_body ul {
    padding-left: 5px;
    text-indent: 2px;
    list-style: none;
    list-style-position: outside;
}

.section3 {
    width: 100%;
    background: url('../img/curriculam_bg.png');
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 1px;
    display: table;
}

.section3_heading {
    background: #d4eae4;
    color: #003057;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    transition: 1s ease;
}

    .section3_heading:hover {
        background: #003057;
        color: #fff;
        transition: 1s ease;
    }

        .section3_heading:hover + .section3_body {
            border-bottom: 5px solid #003057;
            transition: 1s ease;
        }



    .section3_heading h2 {
        font-weight: 900;
        text-transform: uppercase;
        margin: 0px;
    }
    #clear{
        clear: both;
    }
.section3_body {
    background: #fff;
    /*padding: 10px 10px 20px 10px;*/
    /*border-bottom: 5px solid #d4eae4;*/
    /*min-height: 200px;*/
    height: 250px;
    transition: 1s ease;
    position: relative !important;
}
.section4_body {
    background: #fff;
    /*padding: 10px 10px 20px 10px;*/
    /*border-bottom: 5px solid #d4eae4;*/
    /*min-height: 200px;*/
    /*height: 250px;*/
    transition: 1s ease;
    position: relative !important;
}
    .section3_body li {
        margin-bottom: 10px;
    }

.note {
    padding-left: 20px;
    font-size: 12px;
    font-style: italic;
}

.btn-blue {
    background: #2e81b8;
    background-image: -webkit-linear-gradient(top, #2e81b8, #1a5475);
    background-image: -moz-linear-gradient(top, #2e81b8, #1a5475);
    background-image: -ms-linear-gradient(top, #2e81b8, #1a5475);
    background-image: -o-linear-gradient(top, #2e81b8, #1a5475);
    background-image: linear-gradient(to bottom, #2e81b8, #1a5475);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 3px;
    font-family: Verdana !important;
    color: #ffffff !important;
    font-size: 14px;
    border: solid #3e8f3e 0.2px;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
}

.btn-black {
    background: black;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 3px;
    font-family: Verdana !important;
    color: #ffffff !important;
    font-size: 14px;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
}

.btn-red {
    /*background: red;*/
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 3px;
    font-family: Verdana !important;
    color: #ffffff !important;
    font-size: 14px;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
}

.btn-gray {
    background: #adaaa5;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 3px;
    font-family: Verdana !important;
    color: #0b35af !important;
    font-size: 14px;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    font-weight: bold;
}

/*Help icons*/
.navHelp {
    color: #336699 !important;
    font-size: 20px !important;
    margin-bottom: 6px !important;
}

.bigHelp {
    color: #336699 !important;
    font-size: 22px;
    margin-bottom: 5px !important;
}

    .bigHelp:hover {
        text-decoration: none !important;
    }

    .bigHelp:focus {
        text-decoration: none !important;
    }

.bigHelpBldgNav {
    color: white !important;
}

.littleHelp {
    color: #336699 !important;
    font-size: 16px;
    margin-top: 1px !important;
}


    .btn-blue:hover {
        background: #1b79a1;
        background-image: -webkit-linear-gradient(top, #1b79a1, #164461);
        background-image: -moz-linear-gradient(top, #1b79a1, #164461);
        background-image: -ms-linear-gradient(top, #1b79a1, #164461);
        background-image: -o-linear-gradient(top, #1b79a1, #164461);
        background-image: linear-gradient(to bottom, #1b79a1, #164461);
        text-decoration: none;
        color: #ffffff !important;
    }


/*.column {
    float: left;
    width: 50%;
}*/

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.userGuideText{
    padding: 15px 15px 15px 15px;
}

.newsDescription{
    background-color: #f6f6f6;
    border: 1px solid #666 !important;
    border-radius: 2px 2px 2px 2px;
}

.solid_gray_bg {
    background-color: #f1f1f1;
    color: #8a8a8a;
    min-height: 60px;
    padding: 10px 1.325rem;
    align-items: center;
    font-family: "Geomanist Book", sans-serif;
    display: flex;
    justify-content: space-between;
    font-size: 0.825rem;
    text-transform: uppercase;
}
.news_index td:nth-child(1) {
    background-color: #f6f6f6;
}
.news_index a:any-link{
    color: black;
}

.call-out-box {
    background-color: white;
    height: 90px;
    margin-top: 15px;
    border: 1px solid lightgray;
    max-width: 300px;
    margin: auto;
    border-radius: 3px;
}
.call-out-box2 {
    background-color: white;
    height: 70px;
    margin-top: 15px;
    border: 1px solid lightgray;
    max-width: 300px;
    margin: auto;
    border-radius: 3px;
}

.call-out-div{
    padding-top: 20px;
}
.sample_page{
    padding: 20px 20px 20px 20px;
}
.sample_page a:any-link{
    color: red;
}
.content-link-sample {
    margin-left: 50px;
}
.home-help-buttons a:any-link{
    margin-bottom: 5px;
}

.btn-red-transition {
    background: white;
    color: #dc3545 !important;
    font-family: Sans-serif;
    width: 150px;
    text-align: center;
    transition: all 0.3s ease 0s;
    border-radius: 3px;
    padding: 8px !important;
    font-size: 1.5rem;
    line-height: 1.5;
    border: 1px solid transparent;
    border-color: #dc3545;
}

    .btn-red-transition:hover {
        background: #dc3545 !important;
        color: white !important;
    }

.buttonCustom {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1.5rem;
    line-height: 1.5;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.login-right-box {
    margin-top: 7.6%;
    border-top: 6px solid #5c965e;
    background-color: #fff;
    padding: 20px;
    padding-bottom: 0;
    /*box-shadow: 0 10px 10px -2px rgba(0,0,0,0.12), 0 -2px 10px -2px rgba(0,0,0,0.12);*/
}

.videoCategory {
    font-size: 20px;
}

.videos {
     margin-left: 5%;
}

.questionAndAnswer-desktop {
    margin-left: 25%;
    background-color: #f2f2f2;
    padding: 10px 10px 10px 10px;
}
.questionAndAnswer-mobile {
    margin-left: 0;
    background-color: #f2f2f2;
    padding: 10px 10px 10px 10px;
}
.question-answer{
    border-collapse: collapse;
}
.td-answer td {
    margin-left: 30%;
    width: 100%;
}

.answer-plus:hover{
    cursor: pointer;
}
.answer-minus:hover {
    cursor: pointer;
}
.bg-dark {
    background-color: #343a40 !important;
}
@media (min-width: 1200px) {
    .container-nav {
        max-width: 95%;
    }
}
.link-black a{
    color: #222222 !important;
}
.link-white a{
    color: #ffffff !important;
}

.BuildingListScroll {
    max-height: 600px;
    width: auto;
    overflow: scroll;
    overflow-x: scroll;
}
    .table-hd-fixed {
        overflow: hidden;
        margin-bottom: -20px;
    }
    .table-body-scroll {
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll; 
    }
