/**
  New Layout - 2020
**/

/* FONT AWESOME CALL */
  .ill_mobiledir_icon_vcard:before,
  .ill_mobiledir_icon_print::before,
  .ill_mobiledir_icon_csv::before,
  .sidebar .expand .info ul li input[type="checkbox"]:checked::before {
    font-family: 'Font Awesome 6 Free';
  }

/* RESET */
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea { border: 0; margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; }
  article,  aside,  details,  figcaption,  figure,  footer,  header,  hgroup,  menu,  nav,  section { display: block; }
  .screen-reader-text { display: none; }

/* GENERAL */
  body {
    clear: both;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
  }
  p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    padding: 0 0 20px 0;
    margin: 0;
  }
  a {
    text-decoration: underline;
    font-style: normal;
    transition: .35s all;
  }
  a:hover {
    text-decoration: none;
  }
  a.button {
    padding: 12px 15px;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: inline-flex;
    flex-direction: row;
    text-decoration: none;
    transition: .35s all;
  }
  a.button i {
    width: 20px;
    line-height: 24px;
    margin: 0 5px 0 0;
    line-height: 24px;
    vertical-align: middle;
  }
  a.button span {
    width: auto;
  }
  h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    padding: 0;
  }

/* HEADER */
  header {
    clear: both;
  }
  header .head-wrap {
    clear: both;
  }
  header .head-wrap::after {
    content: " ";
    display: block;
    clear: both;
    overflow: hidden;
  }
  #logo {
    width: 300px;
    height: auto;
    float: right;
    padding: 10px;
    text-align: right;
  }
  #logo img {
    float: right;
  }
  #nav {
    float: left;
    width: calc(100% - 300px);
  }
  #nav #search {
    float: left;
    width: calc(100% - 90px);
    padding: 18px;
  }
  #nav #search label {
    display: none;
  }
  #nav #search input {
    background: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 6px 10px;
    border: 0;
    width: 100%;
  }
  #nav #search input::placeholder {
    opacity: .8;
  }
  #nav #search button {
    padding: 10px;
    font-size: 0;
    float: left;
    border: 0;
    background: url(../img/icon-search.png) no-repeat center center;
    width: 17px;
    height: 14px;
    box-sizing: content-box;
  }
  #nav #search span.twitter-typeahead {
    width: calc(100% - 41px);
    max-width: 60%;
  }
  .tt-menu {
    padding: 20px;
    color: #202020;
      background: #fff;
  }

/* MENU */
  #primary_nav {
    clear: both;
    overflow: hidden;
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 999;
    width: 0;
    z-index: -1;
  }
  .open #primary_nav {
    top: 112px;
    width: 100%;
    z-index: 999999;
  }
  .menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
    background: #fff;
    padding: 20px 0;
  }
  .menu li {
    text-align: center;
  }
  .menu li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 20px 40px;
  }
  .menu li a:hover {
    background: #ccc;
  }
  .menu li.current-menu-item a {
    background: #ccc; 
  }
  .menu li.menu-item-has-children > a:after { font-family: "Font Awesome 6 Pro"; font-size: 1em; content: "\f0d7"; position: absolute; right: 5px; display: inline-block; vertical-align: middle; font-weight: 900; }
  .menu li.menu-item-has-children.show > a:after { content: "\f0d8"; }
  .menu li ul.sub-menu { position: relative; height: 0; overflow: hidden; opacity: 0; }
  .menu li.show > ul.sub-menu,
  .menu li.current_page_ancestor > ul.sub-menu { height: auto; opacity: 1; }

  /* LINES */
  .lines {
    width: 20px;
    height: 14px;
    float: left;
    display: block;
    padding: 30px 35px 36px 35px;
    box-sizing: content-box;
    transition: .35s all;
  }
  .lines .line {
    height: 2px;
    transition: .35s all;
  }
  .lines .line.one {
    width: 100%;
  }
  .lines .line.two {
    width: 100%;
    margin: 4px 0;
  }
  .lines .line.three {
    width: 65%;
  }
  #menu_btn .lines:hover .line.one {
    width: 100%;
  }
  #menu_btn .lines:hover .line.two {
    width: 85%;
  }
  #menu_btn .lines:hover .line.three {
    width: 100%;
  }
  #menu_btn span {
      display: none;
  }
  .open #menu_btn .lines .line.one,
  .open #menu_btn .lines .line.three {
    width: 100%;
  }
  .open #menu_btn .lines .line.one {
    transform: rotate(45deg);
    margin: 4px 0 -2px 0;
  }
  .open #menu_btn .lines .line.three {
    transform: rotate(-45deg);
  }
  .open #menu_btn .lines .line.two {
    display: none;
  }

/* SECONDARY NAV */
  /*.ill_mobiledir #nav #secondary_nav {
    height: 50px;
    padding: 15px 0 0 0;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #ddd;
  }
  .ill_mobiledir #nav #secondary_nav ul {
    font-size: 0;
    list-style-type: none;
    text-align: center;
  }
  .ill_mobiledir #nav #secondary_nav ul li {
    border-left: 1px solid rgba(0, 0, 0, .25);
    display: inline-block;
  }
  .ill_mobiledir #nav #secondary_nav ul li:first-child {
    border: 0 none;
  }
  .ill_mobiledir #nav #secondary_nav ul li a {
    display: block;
    padding: .25em .75em;
    color: #222;
    font-size: 12px;
    line-height: 1;
  }*/
  .menu li.menu-item-ill-mobiledir-download { display: none; }
  /*.ill_mobiledir #nav #secondary_nav ul li.menu-item-ill-mobiledir-home a:before {
    display: inline-block;
    padding: 0 .15em 0 0;
    vertical-align: middle;
    content: "\f102";
    font: 20px/0 'dashicons';
    text-decoration: none;  
  }*/

/* HERO */
  .hero-wrap {
    clear: both;
    overflow: hidden;
    padding: 50px 0;
    margin: 0 auto;
    width: 100%;
  }
  .hero {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    clear: both;
    overflow: hidden;
  }
  .hero img {
    border: 20px solid #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    max-width: 100%;
    height: auto;
  }
  .ill_mobiledir_landing_ads {
    position: relative;
    clear: both;
    overflow: hidden;
    margin: 20px 0;
  }

/* LOGIN */
  .login-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 9999;
    display: none;
  }
  .login-wrap.open {
    display: block;
  }
  .login-wrap #ill_mobiledir_signin_form {
    width: 50%;
    margin: 0 auto;
    padding: 250px 0 0 0;
    text-align: center;
  }
  .login-wrap #ill_mobiledir_signin_form input[type="password"] {
    background: #fff;
    border: 2px solid #f0f0f0;
    color: #222;
    padding: 20px;
    margin: 0 5px 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }
  .login-wrap #ill_mobiledir_signin_form input[type="submit"] {
    background: #222;
    border: 2px solid #222;
    color: #fff;
    padding: 18px 20px 22px 20px;
    text-transform: uppercase;
    transition: .35s all;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }
  .login-wrap #ill_mobiledir_signin_form input[type="submit"]:hover {
    background: #000;
  }

/* HEADING */
  .heading-wrap {
    clear: both;
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 99;
  }
  .heading {
    clear: both;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    padding: 70px 0 50px 0;
    max-width: 1200px;
  }
  .heading::after {
    content: " ";
    display: block;
    clear: both;
    overflow: hidden;
  }
  .heading .left {
    width: 40%;
    float: left;
  }
  .heading .right {
    width: 40%;
    float: right;
  }
  .heading h1 {
    font-size: 48px;
    line-height: 58px;
    padding: 0 0 30px 0;
    font-weight: 400;
  }
  .heading img {
    max-width: 100%;
    height: auto;
    border: 1px solid #e0e0e0;
  }
  .heading h1.ill_mobiledir_member,
  .heading h1.ill_mobiledir_prospective {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
  }
  .heading .col p i {
    float: left;
    font-size: 18px;
    line-height: 18px;
    margin: 5px 10px 0 0;
  }
  .heading .col p a {
    text-decoration: none;
    display: block;
    float: left;
  }

/* CONTENT */
  .content-wrap {
    clear: both;
    overflow: hidden;
    width: 100%;
    padding: 50px 0;
    position: relative;
    z-index: 1
  }
  .content {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
    clear: both;
    overflow: hidden;
    max-width: 1200px;
  }
  .custom_container_wrap {
    clear: both;
    overflow: hidden;
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 1
  }
  .custom_container {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    clear: both;
    overflow: hidden;
    max-width: 1200px;
  }
  .body-content {
    width: 70%;
    float: right;
  }
  .body-content.full {
    width: 100%;
    float: none;
    clear: both;
    overflow: hidden;
  }
  .search-wrap {
    width: 100%;
    background: #fff;
    border: 1px solid #f0f0f0;
    clear: both;
    overflow: hidden;
  }
  .search-wrap input {
    background: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-transform: none;
    padding: 20px;
    border: 0;
    width: 100%;
  }
  .search-wrap input::placeholder {
    opacity: .8;
  }
  .search-wrap button {
    padding: 20px;
    font-size: 0;
    float: left;
    border: 0;
    background: url(../img/icon-search-dark.png) no-repeat center center;
    width: 24px;
    height: 24px;
    box-sizing: content-box;
    border-right: 1px solid #e9e9e9;
  }
  .search-wrap button span.twitter-typeahead {
    width: calc(100% - 48px);
    max-width: 60%;
  }
  .listing {
    clear: both;
    overflow: hidden;
    margin: 20px 0 0 0;
  }
  .listing #ill_mobiledir_anchors {
    clear: both;
    overflow-y: hidden;
    overflow-x: scroll;
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 20px;
  }
  .listing #ill_mobiledir_anchors ul {
    list-style: none;
    display: inline;
  }
  .listing #ill_mobiledir_anchors ul li {
    margin: 0 20px 0 0;
    list-style: none;
    display: inline;
  }
  .listing #ill_mobiledir_anchors ul li:last-child {
    margin-right: 0;
  }
  .listing #ill_mobiledir_anchors ul li a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
  .listing table {
    clear: both;
    overflow: hidden;
    margin: 20px 0 0 0;
    width: 100%;
    border-spacing: 0;
  }
  .listing table tr th {
    padding: 5px 20px;
    border: 0;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
  }
  .listing table tr td {
    padding: 15px 20px;
    background: #fff;
    border: 0;
    border-bottom: 6px solid #f0f0f0;
  }
  .listing table tr.title td {
    height: 0;
    overflow: hidden;
    padding: 0;
    line-height: 0;
    font-size: 0;
    border: 0!important;
  }
  .listing table tr.title:hover td {
    background: #fff;
  }
  .listing table tr td h2 {
    font-size: 0;
  }
  .listing table tr td p {
    padding-bottom: 0;
    font-size: 15px;
    line-height: 24px;
  }
  .listing table tr td p a.ill_mobiledir_phone_link,
  .listing table tr td p a.ill_mobiledir_location_link {
    text-decoration: none;
  }
  .listing table tr td p a.ill_mobiledir_title {
    text-decoration: none;
  }
  .ill_mobiledir_details .left {
    width: 47%;
    float: left;
    margin: 0 3% 3% 0;
  }
  .ill_mobiledir_details .right {
    width: 47%;
    float: right;
    margin: 0 0 3% 3%;
  }
  .ill_mobiledir_details .full {
    clear: both;
    overflow: hidden;
    margin: 0 0 3% 0;
  }
  .ill_mobiledir_details h2 {
    background: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    padding: 15px 20px;
    border: 1px solid;
    letter-spacing: 0.1em;
  }
  .ill_mobiledir_details .info {
    background: #fff;
    padding: 20px;
    border: 1px solid #f0f0f0;
    max-height: 550px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .ill_mobiledir_details .info p {
    font-size: 15px;
    line-height: 20px;
  }
  .ill_mobiledir_details .info ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .ill_mobiledir_details .info ul li {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 15px;
    line-height: 20px;
  }
  .ill_mobiledir_details .info ul li a {
    text-decoration: none;
    font-weight: 600;
  }
  .ill_mobiledir_details .afix h3 {
    padding-bottom: 10px;
  }
  .ill_mobiledir_details .afix a {
    text-decoration: none;
  }
  .vcard-wrap {
    width: 90%;
    margin: -50px auto 0 auto;
    max-width: 1200px;
  }
  .vcard-wrap.right {
    text-align: right;
  }
  .ill_mobiledir_icon_vcard,
  .ill_mobiledir_icon_print,
  .ill_mobiledir_icon_csv {
    font-size: 14px;
  }
  .ill_mobiledir_icon_vcard:before {
    content: "\f2bb";
    font-weight: 900;
    margin: 0 10px 0 0;
  }
  .ill_mobiledir_icon_print::before {
    content: "\f02f";
    font-weight: 900;
    margin: 0 10px 0 0;
  }
  .ill_mobiledir_icon_csv::before {
    content: "\f0ce";
    font-weight: 900;
    margin: 0 10px 0 0;
  }

/* CACHE */
  #ill_mobiledir_cache_info {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    background-color: rgba(0, 0, 0, .75);
    color: #fff;
  }
  #ill_mobiledir_cache_info .ill_mobiledir_progress_box {
    height: 2rem;
    left: 50%;
    margin: -1rem 0 0 -150px;
    position: absolute;
    top: 50%;
    width: 300px;
    background-color: #000;
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
  }
  #ill_mobiledir_cache_info .ill_mobiledir_progress_bar {
    height: 100%;
    overflow: visible;
    padding: .6em 0 0 0;
    width: 100%;
    background-color: #08f;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    transition: width .1s ease-out;
    -moz-transition: width .1s ease-out;
    -ms-transition: width .1s ease-out;
    -webkit-transition: width .1s ease-out;
  }
  #ill_mobiledir_cache_info .ill_mobiledir_progress_bar:after {
    display: inline-block;
    padding: .1em 0 0 1em;
    content: "Downloading...";
  }

/* BREADCRUMB */
  .breadcrumb {
    width: 90%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    max-width: 1200px;
  }
  .breadcrumb .menu {
    list-style: none;
    display: inline;
    position: relative;
    width: 100%;
    background: none;
    padding: 0;
    height: auto;
    left: unset;
    top: unset;
  }
  .breadcrumb .menu li {
    margin: 0 20px 0 0;
    list-style: none;
    display: inline;
    text-align: center;
  }
  .breadcrumb .menu li a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    font-weight: 700;
    display: inline-block;
    padding: 0;
  }
  .breadcrumb .menu li a:hover {
    background: none;
  }
  .breadcrumb .menu li.current-menu-item a {
    background: none;
  }

/* COLUMNS */
  .col {
    width: 29.3%;
    margin: 0 3%;
    float: left;
  }
  .col.first {
    margin-left: 0;
    clear: both;
    overflow: hidden;
  }
  .col.last {
    margin-right: 0;
  }
  .col p {
    clear: both;
    overflow: hidden;
    padding-bottom: 0;
  }

/* SIDEBAR */
  .sidebar {
    width: 25%;
    float: left;
    background: #fff;
    border: 1px solid #f0f0f0;
  }
  .sidebar h2 {
    font-size: 18px;
    line-height: 20px;
    padding: 20px;
    border-bottom: 1px solid #e9e9e9;
  }
  .sidebar h2.floating {
    width: 100%;
    clear: both;
    overflow: hidden;
  }
  .sidebar h2.floating span {
    float: left;
  }
  .sidebar h2.floating a {
    float: right;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
  }
  .sidebar .expand {
    position: relative;
    border-bottom: 1px solid #e9e9e9;
  }
  .sidebar .expand h4 {
    padding: 20px;
    font-weight: 400;
    position: relative;
  }
  .sidebar .expand h4::after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 12px;
    line-height: 20px;
    margin-top: -10px;
    transition: .5s all;
  }
  .sidebar .expand .info {
    padding: 0 20px;
    height: 0;
    overflow: hidden;
    transition: .5s all;
  }
  .sidebar .expand .info ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
  }
  .sidebar .expand .info ul li {
    list-style: none;
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 15px;
    line-height: 24px;
    display: block;
    clear: both;
    overflow: hidden;
  }
  .sidebar .expand .info ul li input[type="checkbox"] {
    float: left;
    margin: 0 10px 0 0;
    border: 2px solid #e9e9e9;
    border-radius: 0;
    width: 14px;
    height: 14px;
    appearance: none;
    outline: none;
  }
  .sidebar .expand .info ul li input[type="checkbox"]:checked::before {
    content: "\f00c";
    font-weight: bold;
    display: block;
    margin: -3px 0 0 0;
    background: none!important;
  }
  .sidebar .expand .info ul li label {
    float: left;
    line-height: 1;
  }
  /* OPEN */
  .sidebar .expand.open h4::after {
    transform: rotate(180deg);
  }
  .sidebar .expand.open .info {
    padding: 20px;
    height: auto;
  }

/* FOOTER */
  footer {
    clear: both;
    overflow: hidden;
    background: #fff;
    width: 100%;
    padding: 30px 5%;
  }
  footer p.copyright {
    padding: 0;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    color: #505050;
  }
  footer p.copyright a {
    color: #505050!important;
    text-decoration: none;
  }
  
/* RESPONSIVE */
  @media all and (max-width: 1200px) {
    .menu {
      width: 40%;
    }
  }
  @media all and (max-width: 1000px) {
    .menu {
      width: 40%;
    }
  }
  @media all and (max-width: 900px) {
    .hero .ill_hero_slider .stage .slide {
      left: 15%;
      width: 70%;
    }
    .heading .left {
      width: 60%;
    }
    .col {
      width: 100%;
      margin: 0 0 10px 0;
    }
  }
  @media all and (max-width: 700px) {
    #logo {
      width: 160px;
    }
    #nav {
      width: calc(100% - 160px);
    }
    .menu {
      width: 60%;
    }
    .body-content {
      width: 100%;
    }
    .sidebar {
      width: 100%;
      margin-bottom: 20px;
    }
    .ill_mobiledir_details .left,
    .ill_mobiledir_details .right {
      width: 100%;
      float: none;
      margin: 0 0 3% 0;
    }
  }
  @media all and (max-width: 600px) {
    .hero .ill_hero_slider .prev {
      left: 0;
    }
    .hero .ill_hero_slider .next {
      right: 0;
    }
    .hero .ill_hero_slider .stage .slide {
      left: 5%;
      width: 90%;
    }
    .heading .left,
    .heading .right {
      width: 100%;
    }
    .breadcrumb {
      display: none;
    }
    .vcard-wrap {
      display: none;
    }
  }
  @media only screen and (max-width: 600px) {
    .menu li.menu-item-ill-mobiledir-download { display: block; border-left: 1px solid rgba(0, 0, 0, .25); }
    .menu li.menu-item-ill-mobiledir-download a:before { display: inline-block; padding: 0 .15em 0 0; vertical-align: middle; content: "\f316"; font: 20px/0 'dashicons'; text-decoration: none; }
  }
  
/* PRINT */
  @media print {
    header,
    .heading img,
    .vcard-wrap,
    .breadcrumb,
    .sidebar,
    .search-wrap,
    .listing #ill_mobiledir_anchors {
      display: none;
    } 
    .heading-wrap {
      box-shadow: none;
    }
    .content-wrap,
    .content {
      padding: 0;
    }
  }