/*Thanks for visiting! Let's talk :) */


/* Structure and View ------------------------------------*/

* {
    box-sizing: border-box;
    margin: 0;
}


body {
    background-color: /*#f2f4f1*/ #232223 /*#e6e6e0*/;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -.01rem;
}


.wrapper {
    background-color: #fff;
    margin: 0.8rem auto 0 auto;
    max-width: 980px;
    /*border: 6px solid #c2c0b9;*/
}


header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    min-height: 30px;
    margin: 10px 0px;
}


main {
    margin: 3% 18% 1% 18%;
    display: flex;
    flex-direction: column;
    flex-flow: column;
    align-items: center;
    text-align: center;
}


.clickable {
    cursor: pointer;
}


.hide {
    display: none;
}

.show {
    display: flex;
}

.logo {
    margin: 4rem 0 3rem 0;
}




/* Document structure & primary fonts--------------------*/


.profitable {
    font-size: 1.2rem;
    font-weight: 400;
    color: hsl(110,90%,80%);
    margin: 0.4rem 0 1.6rem 0;
    padding: 1rem 1.4rem;
    background-color: #4b3a24;
    /*background-image: linear-gradient(#effff0, #dbffdd);
    border: 2px solid #c6ffca;
    box-shadow: 0 1px 2px 1px #bbb;*/
    border-radius: 6px;
    letter-spacing: -0.1px;
}



/*.profitable {
    font-size: 1.2rem;
    font-weight: 600;
    color: #4b3a24;
    margin: 0.4rem 0 1.6rem 0;
    padding: 1rem 1.4rem;
    background-color: #4b3a24;
    background-image: linear-gradient(#effff0, #dbffdd);
    border: 2px solid #c6ffca;
    box-shadow: 0 1px 2px 1px #bbb;
    border-radius: 6px;
    letter-spacing: -0.1px;
}*/


.pro-details {
    margin: 2% 5% 8% 5%;
    padding: 8% 6%;
    background-color: #fbfbfb;
    border: 2px solid #c2c0b9;
}

.pro-details p {
    padding-bottom: 2.2rem;
}

.pro-details h3 {
    padding: 0.4rem 0 1rem 0;
}

.pro-details strong {
    font-style: normal;
}



.details {
    color: #232323;
    line-height: 1.6;
    width: 80%;
    margin: 0 5% 12% 5%;
    padding: 4% 6% 1% 6%;
    background-color: #fbfbfb;
    border: 1px solid #c2c0b9;
    cursor: pointer;
}

.details-close {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 1px solid #c2c0b9;
    background-color: #fbfbfb;
}


.hisee {
    font-size: 1.2rem;
    font-weight: 400;
    color: hsl(110,90%,80%)/* #c6ffca; #4b3a24; #4b3a24*/;
    margin: 2rem 0;
    padding: 0.6rem 2rem;
    background-color: #4b3a24;
    /*background-image: linear-gradient(#effff0, #dbffdd);
    border: 2px solid #c6ffca;
    box-shadow: 0 1px 2px 1px #bbb;
    */
    border-radius: 6px;
    letter-spacing: -0.1px;
}


.left {
    text-align: left;
}


.footnotes {
    font-size: 0.9rem;
    margin: 2rem 0;
    padding: 5% 5%;
    background-color: #f4f4f4;
    line-height: 1.8rem;
}

cite {
    font-size: 0.9rem;
}

sup{
    line-height: 0.1rem;
}

sup a {
    padding: 0 5px 0 3px;
}

/*.hisee {
    background-color: #e7145e;
    border-radius: 8px;
    color: white;
    padding: 0.6rem 2rem;
    margin: 2rem 0;
    
}*/


/* .details {
    font-size: 1rem;
    color: #232323;
    line-height: 1.6;
    width: 77%;
    margin: -0.8rem 1rem 3rem 1rem;
    background-color: #f5f3e7;
    padding: 20px 20px 2px 20px;
    border: 1px solid #e4e2d3 /*#dedede*/;
    /*border-radius: 5px;
    cursor: pointer;
}
    
    .masthead, nav {
    display: flex;
    align-items: center;
    width: 100%;  
}

.skipnav {
    display: flex;
    justify-content: center;
}


.skipnav a {
    margin: 4px auto;
    font-size: 12px;
    font-weight: 100;
    color: #fff;
    text-align: center;
}
        

.skipnav a:focus {
    width: 70%;
    background-color: #43475c;  		
    border-radius: 4px;
    font-size: 24px;
    font-weight: 600;
}*/


#sitename {
    padding-left: 30px;
    padding-right: 12px;
    margin-right: 12px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.3px;
    color: #999;
    text-decoration: none;
}


#menu a:hover {
    text-decoration: underline;
}


#navbtn {
    cursor: pointer;
    padding: 1px 7px;
    margin: 12px 0 10px 0;
    background-color: #ddd;
    border-top: 2px solid #c2c2c2;
    border-bottom: 2px solid #c2c2c2;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    text-align: center;
    font-size: 2px;
    color: #fff;
    outline-color: #ddd;
}


#coming-soon {
    font-size: 32px;
    font-weight: 400;
    text-align: center;
}

		
.dropdown-content {
    display: none;
    width: 84%;
    margin: 10px auto 0 auto;
    border: 3px double #aaa;
    background-color: #f4f4f4;
    text-align: center;
}


.dropdown-content ol {
    padding-left: 0px;
}


.dropdown-content li {
    display: block;
    padding: 0.5rem;
    text-decoration: none;
}


.dropdown-content a {
    font-size: 16px;
    color: #4b4745;
    text-decoration: none;
}


.dropdown-content li:first-child {
    padding-top: 30px;
}


.dropdown-content li:last-child {
    padding-bottom: 10px;
}


.updated {
    padding-top: 4rem;
    font-size: 0.7rem;
    color: #888;
}


footer {
    display: flex;
    flex-wrap: wrap;
    background-color: #efefef;
}


.footer-nav {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}


.footer-nav ul {
    padding: 0;
}


.footer-nav li {
    display: inline-block;
    text-decoration: none;
    padding: 10px;
}


.footer-nav a {
    font-size: 11px;
    /*font-weight: 600;*/
    color: #7e7e7e; /*#8d004b #7f0030; #75462c*/;
    text-decoration: none;
}


.copyright {
    font-size: 11px;
    color: #7e7e7e/*#5c5856*/;
    padding: 20px;
    text-align: center;
 }

		



.long-list-head {
    font-style: italic;
    font-weight: 700;
    padding-bottom: .4rem;
    padding-top: 1.1rem; 
}


.long-list li {
    line-height: 1.8rem;
    padding-left: 5px;
}


.figure-flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}


.figure-flex-row-reverse {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
}







/*Main Text Styles--------------------*/

header, main, nav, footer {
    color: /*#4b4745*/ #130d0b;
    font-weight: 400;
}


main {
    font-size: 1.1rem;
    line-height: 2rem;
}

main a {
    text-decoration: none;
    color: #4f85c3 /*#ff005f /*#ff0089*/;
    
}


h1 {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: -.8px;
    line-height: normal;
    padding-bottom: 2rem;
}


h2 {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -.5px;
    line-height: normal;
    padding-top: 3rem;
    padding-bottom: 2rem;
}


h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 1.2rem;
}


h4 {
    letter-spacing: -.02rem;
}


p {
    padding-bottom: 1.4rem;
    widows: 3;
    orphans: 3;
}


ul, li {
    list-style-type: disc;
    padding-bottom: 1.3rem;
}


li:last-child {
    padding-bottom: 1.6rem;
}


strong {
    font-style: oblique;
    letter-spacing: -.02rem;
}



#location {
    color: #8c8c8c;
    font-size: .98rem;
    margin: 2rem 0 0 0;
    padding: 0;
}


#dynamic {
    font-size: .98rem;
    margin: 0 0 4rem 0;
    padding: 0;
}


caption {
    font-size: 0.8rem;
}






.center {
    text-align: center;
}


.ext {
    color: #008695 /*#005380*/;
}


.oomph {
    font-weight: 600;
    letter-spacing: -.03rem;
}


.extra-oomph {
    font-weight: 700;
    letter-spacing: -.03rem;
}


.de-oomph {
    font-weight: 400;
    letter-spacing: -.03rem;
}





.emg {
    list-style-type: square;
}


.straight {
    font-style: normal;
}


.nodec li {
    list-style-type: none;
}


.moretop {
    padding-top: 60px;
}


.no-orphan {
    white-space: nowrap;
}


.essentials {
    font-size: inherit;
    font-weight: 700;
    letter-spacing: -0.02rem;
}


.availability {
    border: 2px dashed #f0cc87;
    border-radius: 4px;
    background-color: #fff1df;
    font-size: 1rem;
    padding: 20px;
    text-align: center;
}


abbr {
    border-bottom: none;
    text-decoration: none;
}


/*Figures and Images--------------------*/

img {
    max-width: 100%;
    }


.right-float {
    float: right;
    margin-left: 1.5rem;
    width: 50%;
}


figure {
    display: flex;
    align-items: center;
    flex-flow: column wrap;
    margin: 1.4rem 0 3rem 0;
}


figcaption {
    align-self: flex-end;
    padding-top: 16px;
    font-size: 60%;
}


.mid {
    width: 80%;
    margin: .5rem auto 2rem auto;
}


.w-100 {
    width: 100%;
}


.w-45 {
    width: 45%;
}




/* Forms--------------------*/

#div-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 12rem;
}


#div-contact div {
    display: flex;
    justify-content: flex-end;
}


#div-contact p {
    color: #666;
    font-size: 0.8rem;
    padding: 0;
    margin: 2px;
}


.btn {
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: inherit;
    font-size: 1rem;
    margin: 20px 0 0 20px;
    padding: 10px 30px;
}


.reset {
    background-color: #fff;
    color: #666;
}


.success {
    display: block;
    background-color: #e6ffe3;
    border: 1px solid #afccab;
    border-radius: 3px;
    font-family: inherit;
    font-size: .95rem;
    padding: 10px;
}


.alert {
    display: block;
    background-color: #ffe2e2;
    border: 1px solid #ccacac;
    border-radius: 3px;
    font-family: inherit;
    font-size: .95rem;
    padding: 10px;
}


textarea {
    border: 1px solid #ddd;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 10px;
    width: 100%;
}





/* Asides--------------------*/

aside {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 30px;
    margin: 20px 0px 40px 0px;
}


aside p {
    color: #777;
    padding: 10px 0px;
    text-align: center;
}





aside a {
    display: block;
    color: dodgerblue /*#00a7ff*/;
    background-color: #eee;
    border-radius: 4px;
    font-size: .95rem;
    margin: 16px 16px;
    padding: 12px 16px;
    text-align: center;
    min-width: 120px;
}


aside a:hover {
    background-color: dodgerblue/*#dedede*/;
    color: white;
}


.wave1 {
    /*height: 48px;*/
    border: 1px solid hsl(232,100%,89%);
    width: 16px;
    max-height: 60px;
    /*background-color: rgba(200, 236, 246, 1);*/
}

.wave2 {
    /*height: 48px;*/
    border: 1px solid hsl(110,42%,80%);
    width: 16px;
    max-height: 60px;
    /*background-color: rgba(200, 236, 246, 1);*/
}

#waves {
    height: 60px;
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: space-around;
}





/* Media Queries--------------------*/

@media screen and (max-width: 768px) {
  
    h1 {
        font-size: 2.2rem;
    }
    
    main {
        padding: 0 10%;
        margin: 4% auto;        
    }
}    


@media screen and (max-width: 736px) {
  
    main {
        line-height: 1.8;       
    }
} 


@media screen and (max-width: 620px) {
  
    .figure-flex-row {
    flex-wrap: wrap;
    }

    .figure-flex-row-reverse {
    flex-wrap: wrap;
    }
    
    main {
        padding: 0px 20px;
        margin: 4% auto;        
    }
    
    .details {
    width: 95%;
}


}


@media screen and (max-width: 560px) {
   
    main {
        padding: 0px 30px;
        margin: 4% auto;        
    }
    
    
    .right-float {
    float: right;
    margin-left: 1.5rem;
    width: 100%;
    }

}
   

@media screen and (max-width: 507px) {
   
    main {
        line-height: 1.7;
        padding: 0px 30px;
        margin: 4% auto;        
    }
    
    .skipnav {
        height: 24px;
    }
    
    .skipnav:focus {
        height: 24px;
        font-size: 16px;
    }
    
    table th, tr, td {
        font-size: .6rem;
    }
    
    table#t6 th, table#t6 tr, table#t6 td {
        font-size: 0.5rem;
        padding: 0.3rem;
    }
    
    table#t7 th, table#t7 tr, table#t7 td {
        font-size: 0.5rem;
        padding: 0.3rem;
    }
    
    
    p, ol, li {
        word-break: hyphenate;
    }
    
    .w-45 {
        width: 100%;
    }
    
    .right-float {
    float: right;
    margin-left: 1.5rem;
    width: 100%;
    }
}


/*Table Styles--------------------*/

/*table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 2% auto 8% auto;
    table-layout: auto;
    text-align: left;
}

thead, tbody,th, tr, td {
    border: 1px solid #ccc;
    border-collapse: collapse;
    line-height: normal;
    padding: 10px;
    font-size: .97rem;
}

tbody tr:nth-child(odd) {
    background-color: #eee;   
}

.fixed {
    width: 40%;
}

table#t7 th, table#t7 tr, table#t7 td {
    font-size: .9rem;
}

.dark {
    background-color: #777;
    color: #fff;
}

.light {
    background-color: #eee;
}

.borderless {
    border-left-style: none;
    border-right-style: none;
}

table#t7 tbody tr:nth-child(odd) {
    background-color: #fff;
}

.fixed-7 {
    width: 46%;
}*/
