@charset "utf-8";

/* CSS Document */
html {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    overflow: auto;
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    overflow: auto;
    font-family: "Roboto Condensed", "Segoe UI", Arial, Helvetica, sans-serif;
}
p {
    margin: 0;
    padding: 0;
}
a {
    color: #54a25e;
    font-size: 20px;
    text-decoration: none;
}
a:hover {
    color: #64a76c;
}
sup {
    margin: 0;
    padding: 0;
    font-size: .5em;
}
#header-wrapper {
    margin: 0;
    padding: 0px;
}
#content-wrapper {
    /* page container */
    margin: 0;
    padding: 0;
    padding-top: 110px;
}

/* NAVIGATION */
#nav-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    padding: 0;
    margin: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    z-index: 100;
}
#nav-bg {
    position: absolute;
    background-color: #333;
    width: 100%;
    height: 45px;
    opacity: 0.9;
}
#nav-title {
    color: white;
    padding: 11px 0 0 20px;
    font-weight: 400;
    font-size: 19px;
    float: left;
}
#nav-feedback {
    color: #ccc;
    float: right;
    background: rgba(0,0,0,.25);
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    margin-top: 8px;
    margin-right: 15px;
    cursor: pointer;
}
#nav-feedback:hover {
    color: #eee;
    background: rgba(0,0,0,.7);
}

/* BODY */
.content-box {
    width: 100%;
    padding: 0;
    margin: 0;
}
.content-width {
    width: 90%;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1340px;
}
.title {
    color: #2C2C2C;
    font-family: "Roboto Condensed", "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 52px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
}
.sub-title {
    color: #333;
    font-family: "Roboto Condensed", "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 33px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0;
    margin-top: 0px;
    padding-left: 0px;
}
.tag-line {
    color: #333;
    font-family: "Roboto Condensed", "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 25px;
    margin: 50px 0 0 0;
    padding: 0;
    max-width: 850px;
    text-align: left;
}

/* CONTENT */
#site-content, #site-content * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}
#site-content {
    font-family: "Roboto Condensed", "Segoe UI", Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 19px;
    line-height: 27px;
    font-weight: normal;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 90px;
    border-bottom: 5px solid #fff;
    overflow: hidden;
}
#legend {
    width: 80%;
    color: #333;
    font-size: 16px;
    margin-top: 60px;
    margin-left: 5px;
    padding-left: 10px;
    border-left: 18px solid #c2e59b;
}
.content-section-title {
    padding: 25px 15px 15px 25px;
    display: inline-block;
    background-color: #e4e4e4;
    cursor: pointer;
    font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-align: left;
    font-size: 32px;
    color: #000;
    float: left;
    border-color: #fff;
    border-style: solid;
    box-sizing: border-box;
    border-width: 8px 4px 0 4px;
    transition: all linear 0.15s;
    -moz-transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
}
.content-section-title:hover {
    background-color: #000;
    color: #fff;
}
.content-section-title-bill-of-rights {
    background-color: #c2e59b;
}
@media all and (min-width: 300px) {
    .content-section-title {
        width: 100%;
    }
}
@media all and (min-width: 680px) {
    .content-section-title {
        width: 50%;
    }
}
@media all and (min-width: 1000px) {
    .content-section-title {
        width: 33.333%;
    }
}
@media all and (min-width: 1350px) {
    .content-section-title {
        width: 25%;
    }
}
.content-section-title span {
    background: rgba(255,255,255,.6);
    position: absolute;
    border-radius: 8px;
    padding: 1px 5px 1px 6px;
    margin-left: 10px;
    margin-top: 0px;
    font-size: 17px;
    font-weight: 400;
    pointer-events: none;
}
.content-section-title.sub {
    border-top-right-radius: 0;
    width: 100%;
    color: #000;
    padding: 17px 15px 10px 30px;
    transition: all linear 0.15s;
    border: 0;
    display: inline-block;
    background-color: #f4f4f4;
    cursor: pointer;
    text-align: center;
    font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 28px;
    text-align: left;
    border-top: 2px solid white;
}
.content-section-sub-title {
    pointer-events: none;
    padding: 0;
    padding-bottom: 5px;
    font-size: 17px;
    font-weight: 400;
    color: #999;
}
.content-section:last-child .content-section-title {
    border-bottom: none;
}
.content-section-content {
    padding: 0;
    color: #000;
    background-color: #93ccf5;
    text-align: left;
    display: none;
}
.content-section-content p {
    padding: 1rem;
    padding-left: 4rem;
    padding-right: 5rem;
    padding-bottom: 0.5rem;
}
.content-section-content p:last-child {
    padding-bottom: 2.5rem;
}

/* FOOTER */
.footer-wrapper {
   clear: both;
    width: auto;
    height: 25px;
    margin: 0;
    margin-top: 65px;
    padding: 45px;
    background-color: #ddd;
    text-align: center;
}
.footericon {
    margin-left: auto;
    margin-right: auto;
    padding-top: 11px;
    text-align: center;
}
.footerlink {
    padding: 0;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #999;
    font-weight: normal;
    text-decoration: none;
}
.footerlink a {
    color: #666;
}
.footerlink:visited {
    color: #666;
}
.footerlink:active {
    color: #666;
}

/* MODAL WINDOW */
#modal-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.70);
    z-index: 500;
    display: none;
}
#modal-container {
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: inline-block;
    background: #fff;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 25px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 25px 10px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 25px 10px rgba(0,0,0,0.5);
}
.modal-size {
    width: 80%;
    max-width: 1100px;
    height: 85%;
    transition: height 0.15s;
    transition: width 0.15s;
}

/* MODAL FULL SCREEN STYLE */
.modal-size-full-screen {
    width: 100%;
    height: 100%;
    border: 8px solid #212121;
    box-sizing: border-box;
    transition: height 0.15s;
}
#modal-header {
    width: 100%;
    text-align: left;
    display: inline-block;
    border-bottom: 1px solid #ddd;
    box-shadow: 0px 8px 16px rgba(0,0,0,.15);
}
#modal-title {
    width: 70%;
    height: auto;
    margin: 16px 0 16px 20px;
    font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-align: left;
    font-size: 32px;
    color: #000;
}
.modal-button {
    position: absolute;
    top: 14px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    box-sizing: border-box;
    cursor: pointer;
}
.modal-button:last-child {
    right: 15px;
}
#modal-close {
    background-image: url("../images/close.svg");
    background-size: cover;
}
#modal-sections-container {
    width: 100%;
    padding: 0;
    text-align: center;
    display: inline-block;
    background: #fff;
    box-shadow: 0px 8px 16px rgba(0,0,0,.15);
}
#modal-sections-container span {
    height: 45px;
    display: inline-block;
    font-size: 20px;
    padding: 10px 16px 0 16px;
    background-color: #fff;
    box-sizing: border-box;
    cursor: pointer;
}
@media all and (max-width: 420px) {
    #modal-sections-container span {
        padding-left: 0;
        padding-right: 0;
        width: 10%;
    }
}
#modal-sections-container span:hover {
    color: #fff;
    background-color: #000;
}
#modal-area {
    /* HEIGHT CALCULATE BY JAVASCRIPT */
    border-top: 1px solid #ccc;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #e4e4e4;
}
#modal-area p {
    /* HEIGHT CALCULATE BY JAVASCRIPT */
    margin-bottom: 40px;
}
div::-webkit-scrollbar {
    background: #666;
    width: 10px;
    border: 0;
}
div::-webkit-scrollbar-track {
    background: #e4e4e4;
    border: 0;
}
div::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
}
#modal-area-content {
    position: relative;
    left: 15%;
    width: 70%;
    margin-top: 55px;
    margin-bottom: 70px;
    font-size: 32px;
    text-align: left;
}
@media all and (max-width: 420px) {
    #modal-area-content {
        left: 8%;
        width: 84%;
        font-size: 20px;
    }
}
#modal-area-content h3 {
    margin: 0;
    padding: 0 0 50px 0;
    color: #999;
    font-size: 20px;
    font-weight: normal;
    display: inline-block;
}
#modal-area-content span {
    background: #ff0;
}
.modal-area-size {
    margin: 0;
}
#modal-footer {
    width: 100%;
    height: 39px;
    background: #fff;
    border-top: 1px solid #ccc;
    display: inline-block;
    text-align: left;
    padding-top: 17px;
    color: #999;
    font-size: 20px;
    font-weight: normal;
}
#modal-footer-share {
    height: 25px;
    margin-top: -4px;
    margin-left: 20px;
    padding: 4px 20px;
    border-radius: 25px;
    color: white;
    background: #000;
    float: left;
    cursor: pointer;
}
#modal-footer-share:hover {
    background: #666;
}
#modal-footer-nav {
    margin-right: 20px;
    float: right;
}
.modal-content-btns {
    float: left;
    margin-top: -4px;
    padding: 4px;
    margin-left: 4px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background: #000;
}
.modal-content-btns:hover {
    background: #666;
    cursor: pointer;
}
[data-title] {
    position: relative;
}
[data-title]:hover::before {
    content: attr(data-title);
    position: absolute;
    top: -40px;
    display: inline-block;
    padding: 5px 10px;
    background: #000;
    color: #fff;
    font-size: 20px;
    white-space: nowrap;
}
[data-title]:hover::after {
    content: '';
    position: absolute;
    top: -7px;
    left: 20px;
    display: inline-block;
    color: #fff;
    border: 10px solid transparent;
    border-top: 10px solid #000;
}
#share-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    background: rgba(0,0,0,.6);
    z-index: 999;
    display: none;
}
#share-form-container {
    width: 85%;
    max-width: 700px;
    height: 300px;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 8px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 25px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 25px 10px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 25px 10px rgba(0,0,0,0.2);
}
#share-header {
    width: 100%;
    height: 70px;
    background: #fff;
    text-align: left;
    border-bottom: 1px solid #ddd;
    box-shadow: 0px 8px 16px rgba(0,0,0,.15);
}
#share-header span {
    width: 70%;
    height: auto;
    margin: 16px 0 16px 20px;
    font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-align: left;
    font-size: 32px;
    color: #000;
    display: inline-block;
}
#share-close {
    border: 1px solid red;
    height: 15px;
    width: 15px;
    float: right;
    background: white;
    margin-top: 14px;
    margin-right: 16px;
    width: 40px;
    height: 40px;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    background-image: url("../images/close.svg");
    background-size: cover;
}
#share-form {
    width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.share-field-row {
    margin-top: 35px;
    background: white;
}
#share-title {
    font-family: "Roboto Condensed", "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #666;
    width: 100%;
    margin-top: 18px;
    margin-right: 16px;
    margin-bottom: 10px;
}
input {
    width: calc(100% - 32px);
    border: 0;
    font-family: "Roboto Condensed", "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-bottom: 0;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #e4e4e4;
}
#share-cta {
    width: 200px;
    padding: 10px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-family: "Roboto Condensed", "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-align: center;
    border-radius: 25px;
    background: #333;
    cursor: pointer;
}
#share-cta:hover {
    background: #666;
    font-family: "Roboto Condensed", "Segoe UI", Arial, Helvetica, sans-serif;
}
