		/* ============ DEFAULT DISPLAY/HIDE CSS =================== */

     .kw_mobile {
       display: none;
     }

		/* ============ SHARED CSS ======================== */

    .container_ABCDE {
      float: left;
      width: 100%;
    }

		.container_ABCDE span:before {
      font-family: bell-icon;
      content: "\e608";
      color: #003778;
      font-size: 1em;
      line-height: 2;
      position: relative;
      top: 1px;
      margin-right: 6px;
      text-decoration: none;
		}

    .city_div {
      float: left;
      padding-right:10px;
      width: 17%;
      min-width: 140px;
      max-width: 250px;
      text-align:left;
			line-height: 175%;
      border: 0px solid red;
    }

    /* ============= BEGIN MOBILE CSS ================= */

		#city_top_nav_div {
				letter-spacing: 5px;
				line-height: 200%;
				margin-bottom: 15px;
		}

		.city_single_letter_nav {
			margin-right: 15px;
			font-size: 120%;
      font-weight: bold;
		}

		.city_single_letter_target_div {
			padding-top:11px;
			margin-bottom: -3px;
		}

		.city_single_letter_target_a {
			font-size: 120%;
			font-weight: bold;
			color: #555555;
			margin-bottom: 0px;
		}

	}

  /* ============= END MOBILE CSS ================= */

	/* ============= BEGIN DESKTOP CSS ================= */

    a {
      color: #0066A4;
      text-decoration:none;
      font-size:14px !important;
    }

    a:hover {
      text-decoration:underline;
    }

		.breadcrumbs_current {
      color: #555;
			font-size: 12px;
		}
    .breadcrumbs_arrow {
      font-family: Helvetica;
      font-size: 8px;
      line-height: 13px;
      color: #bbbbbb;
    }
    H2 {
      color: #212121;
      font-size: 24px;
      font-family: Helvetica, Arial, sans-serif;
      font-weight: normal;
      margin-top:0px;
    }

	/* ============= END DESKTOP CSS ================= */


    @media screen and (max-width: 800px) {

	/* ============ DISPLAY/HIDE/CHANGE CSS =================== */

      .container_ABCDE {
          width: auto;
          float:none;
          margin-left: auto;
          margin-right: auto;
      }

			.city_div {
				float:none;
			}

      .kw_mobile {
    	  display: inline;
      }

	/* ============ DISPLAY/HIDE CSS =================== */

    }

