html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

.link, a {
  color: #0d3857;
  text-decoration: none;
  border: none; }
  .link:hover, a:hover {
    cursor: pointer; }

.page-template-maps-template-php .uk-container {
  padding: 0 25px; }

.page-template-maps-template-php h1, .page-template-maps-template-php h2, .page-template-maps-template-php h3, .page-template-maps-template-php h4 {
  text-transform: none;
  letter-spacing: 1;
  font-weight: bold; }

.page-template-maps-template-php h4 {
  margin-bottom: 10px; }

.page-template-maps-template-php p {
  margin-bottom: 10px; }

.page-template-maps-template-php .link, .page-template-maps-template-php a {
  color: #0d3857;
  text-decoration: none;
  border: none;
  background-color: transparent;
  padding: 0;
  display: block; }

.input-group {
  display: block;
  position: relative; }
  .input-group input[type="radio"], .input-group input[type="checkbox"] {
    margin-right: 2px;
    opacity: 0; }
  .input-group input[type="radio"]:checked + label:before {
    content: "\f111"; }
  .input-group input[type="checkbox"]:checked + label:before {
    content: "\f14a"; }
  .input-group label:before {
    font-family: FontAwesome;
    content: "\f1db";
    position: absolute;
    left: 0;
    color: #0d3857; }
  .input-group label.checkbox:before {
    content: "\f096"; }

input[type="button"]:hover {
  cursor: pointer; }

.page-template-maps-template .tm-main {
  padding: 0 15px 0 40px; }

.title-container {
  font-size: 48px;
  font-weight: bold;
  color: #0d3857; }

.hide, .outside-radius {
  display: none !important; }

.disabled {
  pointer-events: none;
  opacity: .5; }

.map-template {
  max-width: 1200px;
  margin: 0 auto; }
  .map-template .filter-table {
    border: 1px solid #ccc;
    padding: 25px 25px 10px;
    width: 100%;
    overflow: hidden; }
    .map-template .filter-table .filter {
      max-width: 25%;
      margin-bottom: 15px;
      float: left;
      margin-right: 25px; }
      .map-template .filter-table .filter.distance-filter .input-group {
        display: inline-block;
        width: 22%;
        width: 44px; }
      .map-template .filter-table .filter.program-filter .input-group {
        display: inline-block;
        padding-right: 7px; }
      .map-template .filter-table .filter h4 {
        margin-bottom: 2px; }
    .map-template .filter-table h4 {
      letter-spacing: 1px;
      font-weight: bold; }
  .map-template .list-container {
    width: 33%;
    width: calc(100%/3);
    padding: 0 15px 0 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    min-height: 200px; }
    .map-template .list-container .container-header {
      margin: 0;
      line-height: 1;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1; }
    .map-template .list-container h3 {
      border: 1px solid #ccc;
      border-bottom: 0;
      margin: 0;
      padding: 7px;
      background-color: white;
      position: relative; }
      .map-template .list-container h3 span {
        float: right;
        font-size: initial; }
        .map-template .list-container h3 span:hover {
          cursor: pointer; }
    .map-template .list-container .sort-dd {
      position: absolute;
      top: 18px;
      background-color: white;
      right: 16px;
      padding: 15px;
      list-style-type: none;
      font-size: 14px;
      -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
      text-align: right;
      display: none; }
      .map-template .list-container .sort-dd li {
        padding-bottom: 5px; }
        .map-template .list-container .sort-dd li:last-child {
          padding-bottom: 0; }
        .map-template .list-container .sort-dd li .distance-sort {
          display: none; }
        .map-template .list-container .sort-dd li a {
          display: block;
          width: 100%;
          padding: 5px; }
          .map-template .list-container .sort-dd li a.active {
            color: white;
            background-color: #0D3857; }
    .map-template .list-container input {
      padding: 7px;
      font-size: 15px;
      padding-right: 0;
      position: relative;
      text-overflow: ellipsis;
      line-height: 1;
      letter-spacing: 1px;
      width: 100%;
      border: 1px solid #ccc;
      border-bottom: 0; }
    .map-template .list-container .list-overlow-container {
      overflow: auto;
      position: relative;
      border: 1px solid #ccc;
      max-height: inherit; }
      .map-template .list-container .list-overlow-container::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5; }
      .map-template .list-container .list-overlow-container::-webkit-scrollbar {
        width: 3px;
        background-color: #F5F5F5; }
      .map-template .list-container .list-overlow-container::-webkit-scrollbar-thumb {
        background-color: #000000;
        border: 2px solid #555555; }
      .map-template .list-container .list-overlow-container .list-overlow-content {
        height: 100%; }
  .map-template ul.map-list {
    width: 100%;
    margin: 0;
    padding: 0; }
    .map-template ul.map-list::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #F5F5F5; }
    .map-template ul.map-list::-webkit-scrollbar {
      width: 3px;
      background-color: #F5F5F5; }
    .map-template ul.map-list::-webkit-scrollbar-thumb {
      background-color: #000000;
      border: 2px solid #555555; }
    .map-template ul.map-list li {
      list-style-type: none;
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #ccc;
      border-top: 0; }
      .map-template ul.map-list li:hover {
        cursor: pointer; }
      .map-template ul.map-list li.school-item.open .school-info-dd {
        max-height: 500px; }
      .map-template ul.map-list li.school-item.open .list-header .minus {
        display: initial;
        color: #b0dee1; }
      .map-template ul.map-list li.school-item.open .list-header .plus {
        display: none;
        color: #b0dee1; }
      .map-template ul.map-list li h4 {
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        padding-right: 0;
        position: relative;
        width: calc( 100% - 25px);
        text-overflow: ellipsis;
        line-height: 1;
        letter-spacing: 1px;
        text-transform: initial; }
      .map-template ul.map-list li p {
        margin: 0 0 7px 0; }
      .map-template ul.map-list li .list-header {
        width: 100%;
        position: relative;
        padding: 10px; }
        .map-template ul.map-list li .list-header h4 span {
          position: relative;
          top: initial;
          color: initial;
          padding-left: 5px;
          font-size: 12px;
          right: initial; }
        .map-template ul.map-list li .list-header span {
          position: absolute;
          right: 15px;
          top: 6px;
          color: #b0dee1; }
        .map-template ul.map-list li .list-header .minus {
          display: none; }
      .map-template ul.map-list li .school-info-dd {
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        background-color: #eee;
        max-height: 0;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        .map-template ul.map-list li .school-info-dd .info-container {
          padding: 10px; }
  .map-template .map-content {
    padding-top: 15px; }

.gm-style-iw p {
  margin: 0; }

.map-container {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  width: 66%;
  width: calc( (100% / 3) * 2);
  position: relative;
  display: inline-block;
  float: right; }
  .map-container:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .map-container > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .map-container #map {
    height: 100%;
    opacity: 0; }

.acf-map {
  height: 100%;
  margin: 0;
  border: #ccc solid 1px; }

.acf-map img {
  max-width: 150px;
  float: left;
  border-radius: 6px; }

.acf-map h3, .acf-map address {
  color: #15397f; }

#addressModal, #initializeModal {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000000;
  text-align: center;
  display: block;
  background-color: rgba(255, 255, 255, 0.5); }
  #addressModal .modal-container, #initializeModal .modal-container {
    background-color: white;
    border-radius: 4px;
    -webkit-box-shadow: 5px;
            box-shadow: 5px;
    display: inline-block;
    margin-top: 25%;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    min-width: 350px;
    text-align: left;
    visibility: hidden;
    position: relative; }
    #addressModal .modal-container .close, #initializeModal .modal-container .close {
      position: absolute;
      top: 8px;
      right: 15px; }
      #addressModal .modal-container .close:hover, #initializeModal .modal-container .close:hover {
        cursor: pointer; }
    #addressModal .modal-container .address-container, #initializeModal .modal-container .address-container {
      display: none; }
    #addressModal .modal-container.enter-address .start-container, #initializeModal .modal-container.enter-address .start-container {
      display: none; }
    #addressModal .modal-container.enter-address .address-container, #initializeModal .modal-container.enter-address .address-container {
      display: block; }
    #addressModal .modal-container h4, #initializeModal .modal-container h4 {
      margin-top: 0; }
    #addressModal .modal-container input, #initializeModal .modal-container input {
      width: 100%;
      display: block;
      padding: 6px;
      font-size: 12px; }
      #addressModal .modal-container input[type="button"], #initializeModal .modal-container input[type="button"] {
        margin-top: 10px;
        padding: 9px;
        background-color: #0d3857;
        color: #b0dee1;
        border: 0;
        text-transform: uppercase;
        font-weight: bold; }

#initializeModal {
  display: block; }

.pac-container {
  z-index: 9999; }

.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0.0; }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1; } }

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0.0; }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1; } }

#mapLoader {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.8); }
  #mapLoader .loader-container {
    position: relative;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #mapLoader .loader-container p {
      margin-top: 15px;
      font-size: 18px;
      font-weight: bold;
      text-align: center; }

.page-template-participation-template h2 {
  margin: 0 auto 35px;
  color: #555555;
  text-align: center;
  font-size: 48px; }

.participating-template {
  display: inline-block;
  margin-top: 25px; }
  .participating-template .a-z-filter ul {
    list-style-type: none;
    margin: 0 0 50px;
    padding: 0; }
    .participating-template .a-z-filter ul li {
      display: inline-block; }
      .participating-template .a-z-filter ul li a {
        color: #555555;
        padding: 0 7px;
        border: 1px solid #eeeeee;
        border-radius: 2px;
        width: 33px;
        height: 33px;
        text-transform: uppercase;
        display: block;
        line-height: 33px;
        text-align: center;
        margin-bottom: 10px; }
      .participating-template .a-z-filter ul li.view-all a {
        width: initial; }
  .participating-template .a-z-listings h4, .participating-template .a-z-listings p, .participating-template .a-z-listings a {
    color: #555555; }
  .participating-template .a-z-listings h4, .participating-template .a-z-listings p {
    margin: 0; }
  .participating-template .a-z-listings .address {
    position: relative; }
    .participating-template .a-z-listings .address:before {
      position: absolute;
      content: '';
      left: -25px;
      height: 20px;
      width: 20px;
      top: 7px;
      background-size: cover;
      background-position: center;
      background-image: url("https://www.chooseyourschoolwi.org/wp-content/uploads/location-scw.png"); }
  .participating-template .a-z-listings h4 {
    margin-bottom: 5px; }
    .participating-template .a-z-listings h4 a {
      font-weight: bold; }
      @media only screen and (max-width: 768) {
        .participating-template .a-z-listings h4 a {
          letter-spacing: normal; } }
  .participating-template .a-z-listings ul {
    list-style-type: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .participating-template .a-z-listings ul li {
      width: 50%;
      margin-bottom: 50px;
      padding-right: 25px; }
    .participating-template .a-z-listings ul.MPCP .MPCP {
      display: inline-block; }
    .participating-template .a-z-listings ul.RPCP .RPCP {
      display: inline-block; }
    .participating-template .a-z-listings ul.WPCP .WPCP {
      display: inline-block; }
    .participating-template .a-z-listings ul.SNSP .MPCP {
      display: inline-block; }
  .participating-template .a-z-listings .info-container {
    background-color: #e7e6e6;
    padding: 40px;
    text-align: left; }
    @media only screen and (max-width: 768) {
      .participating-template .a-z-listings .info-container {
        padding: 25px; } }
    .participating-template .a-z-listings .info-container .info-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid #555555;
      position: relative; }
      .participating-template .a-z-listings .info-container .info-wrap:before {
        position: absolute;
        content: '';
        left: -25px;
        height: 20px;
        width: 20px;
        top: 7px;
        background-size: cover;
        background-position: center;
        background-image: url("https://www.chooseyourschoolwi.org/wp-content/uploads/contact-scw.png"); }
      @media only screen and (max-width: 768) {
        .participating-template .a-z-listings .info-container .info-wrap {
          display: block; } }
      .participating-template .a-z-listings .info-container .info-wrap a {
        margin-right: 15px; }

@media only screen and (max-width: 1050px) {
  .page-template-participation-template .uk-container {
    padding: 0 25px !important; }
  .page-template-participation-template h2 {
    font-size: 35px; } }

@media only screen and (max-width: 960px) {
  .map-template .list-container {
    width: 100%;
    padding: 0; }
  .map-template .map-content {
    display: block;
    max-height: none; }
  .map-container {
    width: 100%;
    margin-bottom: 15px; } }

@media only screen and (max-width: 768px) {
  .map-template .filter-table {
    padding: 0;
    border: 0; }
    .map-template .filter-table .filter {
      max-width: 100%;
      width: 100%;
      margin-bottom: 15px;
      margin-right: 0;
      border: 1px solid #ccc;
      padding: 15px; }
  .title-container {
    padding: 15px;
    font-size: 36px; }
  .participating-template .a-z-listings ul {
    list-style-type: none;
    overflow: hidden; }
    .participating-template .a-z-listings ul li {
      width: 100%;
      margin-bottom: 30px;
      display: block;
      padding-right: 0; }
  .page-template-participation-template h2 {
    margin: 0 auto 15px;
    font-size: 30px; } }

@media only screen and (max-width: 600px) {
  .map-template ul.map-list li h4 {
    font-size: 12px; }
  .map-template .list-container h3 {
    font-size: 18px;
    height: 34px; }
  .map-template .list-container .list-overlow-container {
    padding-top: 34px; } }

.page-template-county-template article {
  padding-left: 25px;
  padding-right: 25px; }

@media only screen and (max-width: 768px) {
  .page-template-county-template .uk-article-title {
    font-size: 30px !important;
    line-height: 40px !important; } }

@media only screen and (max-width: 768px) {
  .page-template-county-template .uk-article-title h2, .page-template-county-template .uk-article-title .uk-h2 {
    font-size: 22px; } }
