.home-wrapper {display:flex;flex-direction:column;margin:30px 20px 10px 20px;justify-content: center;align-items:center}
.home-top-wrapper {display: flex;flex-direction: row;grid-gap:40px;margin-bottom:20px}
.home-main {display:flex;flex-direction:column;width:60%}
.home-section-1 {padding:15px;width:20%;display:flex;flex-direction:column;font-size:23px;grid-gap:10px;background-color:#eeeeee;border:2px solid #aaaaaa;border-radius:10px}
.home-section-1 B {margin-bottom: 10px}
.home-section-1 A,.home-section-2 A {color:blue}
.home-section-1 A:hover {background-color:yellow}
.home-section-1 LI {list-style-type:none}
.home-section-1 LI::before {content:"+ ";pointer-events:none}
.home-section-2 {padding:15px;width:20%;display:flex;flex-direction:column;font-size:23px;grid-gap:10px;background-color:#eeeeee;border:2px solid #aaaaaa;border-radius:10px}
.home-section-2 B {margin-bottom: 10px}
.home-section-2 A:hover {background-color:yellow}
.home-section-2 LI {list-style-type:none}
.home-section-2 LI::before {content:"+ ";pointer-events:none}
.home-logo {display:flex;flex-direction: row;grid-gap:50px;width:100%;font-size:18px;align-items:center;line-height:1.4;justify-content: center;}
.home-logo   IMG {height: 145px;width: 145px;text-align: center;border: 2px solid #aaaaaa;margin-bottom:5px}
.home-logo A {color:blue;font-weight:bold}
.home-logo-img {text-align: center}
.home-search {margin-top:50px;margin-bottom:50px;display:flex;flex-direction: row;align-items:center;width:100%;justify-content: center;position:relative}
.home-search INPUT {font-size:28px;padding:10px 15px;width:100%;font-weight:bold;border:2px solid black;border-radius:10px}
.home-search-results {position:absolute;overflow:auto;max-height:200px;border-bottom:2px solid #aaaaaa;box-shadow: 2px 2px black;top:88%;z-index: 1000;left:0;width:100%;border-top: 2px solid #555555;}

.home-reasons {margin-top:0px;font-size:19px;width:100%;background-color:#f5eca2;border:2px solid #aaaaaa;padding:20px;border-radius:5px;line-height:1.42}
.home-reasons H2 {margin-bottom:6px;font-size:21px}
.home-reasons LI {margin-left:20px}
.home-reasons A {color:blue}
.reasons-hidden {display:none}
.show-reasons {text-decoration:underline;font-weight:bold;cursor:pointer}

.home-toc {margin-top:20px;font-size:20px}
.home-toc B {margin-right:15px}
.home-toc A {color:blue;margin-left:5px;margin-right:5px}
.home-toc A:hover {background-color:#f5eca2}

.home-tiles {margin-top:50px;display:flex;flex-direction: row;grid-gap:25px;flex-wrap:wrap;justify-content: space-between;}
.home-tiles>DIV {border:1px solid #aaaaaa;border-radius:10px;padding:15px 25px;width:400px;align-items: center;border-top:10px solid navy;border-bottom:25px solid navy;background-color:#eeeeee}
.home-tiles>DIV:hover {background-color:#cccccc}
.home-tiles .tile-head {margin-bottom:16px}
.home-tiles P {line-height:1.4;font-size:16px}
.home-tiles LI {margin-left:15px;font-size:19px;margin-bottom:3px}
.home-tiles LI A,.home-tiles P A {color:blue}
.home-tiles .tile-head A {color:blue;font-weight:bold;font-size:22px}

.home-full-content {margin-top:60px;width:100%}
.home-full-content H2 {font-size:24px;font-weight:bold;margin-bottom:10px}
.home-fc-tiles {display:flex;flex-direction: row;flex-wrap:wrap;grid-gap:20px}
.home-fc-tiles H3 {margin-bottom:8px}
.home-fc-tiles A {margin-left:5px;color:blue}
.home-fc-tiles A:hover {background-color:#f5eca2}
.home-fc-tiles>DIV {padding:12px;border:1px solid #aaaaaa;width:300px}

@media (max-width:1220px){
    .home-top-wrapper {flex-direction: column;grid-gap:10px}
    .home-main {order:1;width:100%;}
    .home-section-1 {order:2;width:100%;flex-direction: row;background-color:transparent;flex-wrap:wrap;font-size:16px;border:none;padding:10px 3px;margin-top:15px}
    .home-section-1 LI::before {content:"";pointer-events:none}
    .home-section-2 {order:3;width:100%;flex-direction: row;background-color:transparent;flex-wrap:wrap;font-size:16px;border:none;padding:10px 3px}
    .home-section-2 LI::before {content:"";pointer-events:none}
    .home-reasons {margin-left:2%;margin-right:2%;width:96%}
    .home-tiles {margin-top:10px}
    .home-tiles>DIV {flex-grow:1}
    .home-section-1 B,.home-section-2 B {margin-bottom: 0px}
    .home-fc-tiles {grid-gap:20px;justify-content: space-between;}
    .home-fc-tiles>DIV {flex-grow:1}
}
@media(max-width:800px){

.home-fc-tiles>DIV {width:100%;margin-left:2%;margin-right:2%;line-height:1.6;padding:25px}
.home-logo {flex-direction: column;width:99%;grid-gap:30px}
.home-logo>DIV {text-align:center}
.home-search {width:100%}
.home-tiles>DIV {margin-left:2%;margin-right:2%}
.home-toc {margin-left:3%;margin-right:3%}
.home-wrapper {margin-left:1%;margin-right:1%}
    .home-full-content H2 {margin-left:2%}
}