﻿.map line{stroke:#c5c5c5;pointer-events:none;}.map text{fill:#575757;pointer-events:none;}.map path{fill:#fafafa;stroke:#c5c5c5;}.map path:hover{cursor:pointer;fill:#dedede;}.options-section,.options-inner{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;}.options-box{overflow:hidden;}.school{border:1px solid rgba(0,0,0,.075);border-radius:.25rem;padding:.5rem;width:calc(33% - .5rem);height:fit-content;line-height:1.3;}.school .school-name{font-weight:600;}.school .school-location{font-style:italic;color:#888;}.school:hover{cursor:pointer;background-color:rgba(168,0,0,.9);color:#fff;}.school:hover .school-location{color:#fff;}.counselor,.school-search{display:none;z-index:999;position:fixed;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.85);}.counselor hr,.school-search hr{width:calc(100% - 1rem);align-self:center;margin:0;}.counselor.visible,.school-search.visible{display:flex;}.counselor .counselor-inner{display:flex;flex-direction:column;margin:auto;background:#fff;border-radius:.25rem;}.counselor .counselor-inner .counselor-top-bar{display:flex;flex-direction:row;justify-content:space-between;padding:.75rem;align-items:center;}.counselor .counselor-inner .counselor-top-bar span{line-height:.75rem;}.counselor .counselor-inner .counselor-top-bar .counselor-name{font-weight:500;font-size:1.25rem;}.counselor .counselor-inner .counselor-content{display:flex;flex-direction:row;gap:.5rem;padding:.5rem;font-size:1rem;}.counselor .counselor-inner .counselor-content img{border-radius:.25rem;height:7rem;width:7rem;}.counselor .counselor-inner .counselor-content .counselor-info{display:flex;flex-direction:column;gap:.5rem;line-height:1.3;align-self:center;}.counselor .counselor-inner .counselor-content .counselor-info .counselor-button{border:2px solid #a80000;border-radius:.25rem;padding:.25rem .75rem;width:fit-content;font-weight:500;background:#a80000;color:#fff;}.school-search .search-outer{margin:auto;padding:0 2rem;}.school-search .search-outer .search-inner{display:flex;flex-direction:column;width:100%;gap:1rem;}.school-search .search-outer .search-inner .search-box{display:flex;flex-direction:row;background:#fff;border-radius:.25rem;padding:.5rem;gap:1rem;}.school-search .search-outer .search-inner .search-box .form-field{width:calc(100% - 2.5rem);}.school-search .search-outer .search-inner .search-box .form-field .field-label{width:fit-content;}.school-search .search-outer .search-inner .search-box .form-field .field-control{width:100%;}.school-search .search-outer .search-inner .options-box{background:#fff;border-radius:.25rem;padding:.5rem;width:70vw;height:70vh;}.close-button{font-weight:600;font-size:1.5rem;}.close-button:hover{color:#a80000;cursor:pointer;}@media screen and (min-width:768px) and (max-width:991px){.form-block{min-height:80vh;}.school{width:calc(50% - .5rem);}}@media screen and (max-width:767px){.school{width:100%;}}