/*
  Theme Name: Master IlluminAge Citrus 2019
  Theme URI: http://www.illuminage.com/
  Author: Ryan Stora
  Version: 2025.10.9
  Author URI: http://www.illuminage.com/
  Description: IlluminAge Base Theme. This theme was built in 2019 using HTML5 and CSS3. It is fully responsive, adjusting to various screen sizes and optimizing the view appropriately.
*/

/* FONTS */
  @import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Roboto+Condensed:300,400,700&display=swap');
  /*
    font-family: 'Roboto Condensed', sans-serif;
      300 - light
      400 - regular
      700 - bold
    font-family: 'Playfair Display', serif;
      400 - regular
      700 - bold
  */
  
/* 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;}
  article,  aside,  details,  figcaption,  figure,  footer,  header,  hgroup,  menu,  nav,  section { display: block; }
  table  { border-collapse: collapse; border-spacing: 0; }
  td, td img { vertical-align: top; }
  pre, code, kbd, samp { font-family: monospace, sans-serif; }
  html, body, form, img { border: 0; margin: 0; padding: 0;}
  html { font-size: 100%}
  ::selection { background: #fc0; color: rgba(0, 0, 0, .9); text-shadow: 0 1px 0 rgba(255, 255, 255, .25);}
  a { border: none; cursor: pointer; }
  a:hover, a:active { outline: none; }
  ol { list-style: decimal; }
  ul { list-style: disc; }
  small { font-size: 85%; }
  strong, th { font-weight: bold; }
  input[type=text], input[type=email], input[type=password], input[type=submit] { border-radius: 0; appearance: none; -webkit-appearance: none; }
  input[type=submit] { cursor: pointer; }
  input[type=text]:focus,
  #access_tools #search-widget [type=text]:focus { outline: 0 none; box-shadow:none; text-decoration: none; }

  /* WORDPRESS */
  .alignleft { clear: left; display: block; float: left; margin-right: 25px; }
  .alignright { clear: right; display: block; float: right; margin-left: 25px; }
  .aligncenter { clear: both; display: block; margin-top: 25px; margin-bottom: 25px; margin-left: auto; margin-right: auto; }
  .alignleft-nomargin { clear: left; display: block; float: left; }
  .alignright-nomargin { clear: right; display: block; float: right; }
  .hidden { display: none; visibility: hidden; }
  .invisible { visibility: hidden; }
  .clearfix { clear: both; overflow: hidden; zoom: 1; }
  .clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden; }
  .clearfix:after { clear: both; }
  img.alignleft, img.alignright, img.aligncenter, img.alignnone { /*border: 1px solid #c6c6c6;*/ max-width: 100%; width: auto; height: auto; }
  th img.alignleft, th img.alignright, th img.aligncenter, th img.alignnone,
  td img.alignleft, td img.alignright, td img.aligncenter, td img.alignnone { max-width: 90%; display: block; }

/* DOC LINK ICONS */
  a[href$=".doc"]:after, a[href$=".docx"]:after, a[href$=".pdf"]:after, a[href$=".ppt"]:after, a[href$=".xls"]:after, a[href$=".xlsx"]:after { display: inline-block; height: 12px; margin: -3px 0 0 .5em; vertical-align: middle; width: 12px; background-position: 0 0; background-repeat: no-repeat; content: ''; }
  a[href$=".doc"]:after, a[href$=".docx"]:after { background-image: url(images/icon-doc.png); }
  a[href$=".pdf"]:after { background-image: url(images/icon-pdf.gif); }
  a[href$=".ppt"]:after, a[href$=".pptx"]:after { background-image: url(images/icon-ppt.png); }
  a[href$=".xls"]:after, a[href$=".xlsx"]:after { background-image: url(images/icon-xls.png); }
  a.no_icon:after { content: none; }
  #main form { margin: 0 0 1em 0; }
  #main input[type=text], #main input[type=email], #main input[type=password], #main textarea, #main input[type=submit], #main input[type=tel]  { border: 1px solid rgba(0, 0, 0, .5); display: inline-block; vertical-align: middle; }
  #main input[type=text], #main input[type=email], #main input[type=password], #main textarea { padding: 8px; }
  #main textarea { height: 5em; }
  #main select { margin: 0; padding: .5em .6em; vertical-align: top; width: auto; background: transparent; border: 1px solid rgba(0, 0, 0, .5); }
  #main input[type=submit] { padding: 15px 30px; width: auto; cursor: pointer; }

 #main form.post-password-form input[type=submit] { padding: 8px 25px; }

/* GENERAL */
  .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; }
  p, .int .ill_quotes_quote_text, .int .ill_quotes_quote_title {
    font: normal 400 20px/30px 'Roboto Condensed', sans-serif;
    color: #444444;
    margin: 0;
    padding: 0 0 25px;
  }
  ul, ol {
    font: normal 400 20px/30px 'Roboto Condensed', sans-serif;
    color: #444444;
    margin: 0 0 25px 1em;
    padding: 0 0 0 1.5em;
  }
  li {
    padding: 4px 0;
  }
  a {
    text-decoration: none;
    color: #d08328;
  }
  a:hover {
    color: #444;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    color: #333;
    font-weight: 400;
    padding: 0;
    margin: 0 0 30px;
  }
  h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .home h1 {
    width: 90%;
    margin: 100px auto 25px auto;
    max-width: 1200px;
  }
  h2 {
    font-size: 36px;
    line-height: 46px;
  }
  h3 {
    font-size: 30px;
    line-height: 40px;
  }
  h4 {
    font-size: 24px;
    line-height: 34px;
  }
  h5 {
    font-size: 20px;
    line-height: 30px;
  }
  h6 {
    font-size: 20px;
    line-height: 30px;
  }
  .wrap {
    width: 100%;
    clear: both;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border-right: 30px solid #fff;
    border-left: 30px solid #fff;
  }
  .wrap .container {
    width: 90%;
    max-width: 1200px;
    position: relative;
    overflow: hidden;
    margin: 60px auto;
    padding: 0;
    z-index: 99;
  }
  .wrap .container.no-top-margin { margin-top: 0; }
  .wrap.int .container { margin-top: 60px; }
  .wrap .container.use_flex {
    display: flex;
    flex-direction: row;
  }
  .wrap .container.use_flex #main { width: 75%; padding-right: 25px; }
  .wrap .container.use_flex .side { width: 25%; margin-left: 32px; }
  .wrap .container.use_flex.reverse-col { flex-direction: row-reverse; }
  .wrap .container.reverse-col #main { padding-right: 0; padding-left: 25px; }
  .wrap .container.reverse-col .side { margin-left: 0; padding-left: 0; margin-right: 32px; padding-right: 25px; }
  .button, body .wp-block-button__link, body .kt-button, body .kt-button.illum_guten_button, #main .gform_wrapper .gform_button {
    font: 400 16px/16px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 15px 30px;
    display: inline-block;
    border: 2px solid #d08328;
    color: #d08328;
    background-color: transparent;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
  }
  .button:hover, body .wp-block-button__link:hover, #main .gform_wrapper .gform_button:hover {
    background-color: #d08328;
    color: #fff7e7;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
  }
  .button.dark {
    background-color: #d08328;
    color: #fff7e7;
  }
  .button.dark:hover {
    background-color: transparent;
    border: 2px solid #fff7e7;
  }
  .button.light {
    background-color: transparent;
    border: 2px solid #fff7e7;
    color: #fff7e7;
  }
  .button.light:hover {
    background-color: #fff7e7;
    color: #d08328;
  }
  .quote-container:before { 
    font-weight: 900;
    content: "\f10d";   
    color: #000;
    display: block;
    font-size: 2.5em;
    line-height: 0.8em;
    margin-bottom: 0.8em;
  }
  .home .quote-container:before { 
    color: #d08328;
  } 
  .quote-container, .container .side {
    position: relative;
    border-left: 1px solid #dfdfdf;
    padding: 0 0 0 50px;
  }
  .home .quote-container {
    color: #d08328;
    border-color: #d08328;
  }
  .home .container.reverse-col .quote-container, .home .container.reverse-col .ill_quotes_quote {
    text-align: right;
  }
  .container.reverse-col .quote-container, .container.reverse-col .side {
    border-left: none;
    border-right: 1px solid;
    padding: 0 50px 0 0;
  }
  .ill_quotes_quote { position: relative; }
  .home .quote-container .ill_quotes_quote, .home .ill_quotes_quote { font-family: 'Playfair Display', serif; font-style: italic; }
  .home .quote-container .ill_quotes_quote .ill_quotes_quote_text, .home .ill_quotes_quote .ill_quotes_quote_text {
    font-weight: 700;
    font-size: 30px;
    line-height: 48px;
  }
  .home .quote-container .ill_quotes_quote .ill_quotes_quote_title, .home .ill_quotes_quote .ill_quotes_quote_title {
    font-weight: 400;
    font-size: 20px;
    line-height: 48px;
    margin-bottom: 0.8em;
  }
  .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: .7;
    z-index: 9;
  }
  
/* HEADER */
  #logo { height: 75px; left: 0; position: absolute; top: 0; width: 34vw; background-repeat: no-repeat; background-size: contain; }
  #logo h2 { padding: 0; line-height: 0; }
  #logo a { display: block; width: 100%; height: 100%; }
  #logo a img { display: none; max-width: 100%; height: auto; }
  .wrap .border {
    border-color: #dfdfdf;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
  }
  footer .wrap .border {
    border-top-width: 1px;
    border-top-style: solid;
  }
  .home footer .wrap .border {
    border-top: none;
  }
  header .wrap.top .container {
    margin: 12px auto;
  }
  header .wrap.top .container .left {
    float: left;
    width: auto;
    box-sizing: border-box;
    margin: 0;
    padding: 0 25px 0 0;
  }
  header .wrap.top .container .right {
    float: right;
    width: auto;
    box-sizing: border-box;
    margin: 0;
    padding: 0 0 0 25px;
  }
  header .wrap.main { overflow: visible; }
  header .wrap.main .container {
    min-height: 55px;
    margin: 20px auto;
    padding: 20px 0;
    z-index: 999;
    overflow: visible;
  }
  header .wrap .container .textwidget p {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
  }
  header .wrap.top .container .right .widget_media_image {
    width: auto;
    float: right;
    margin: 0 0 0 12px;
  }
  header .wrap.main .container .widget {
    float: left;
    width: auto;
    position: relative;
  }
  header .wrap.main .container nav {
    float: right;
    width: auto;
  }

/* MENU */
  nav.utility_nav .menu-utility-container { display: inline-block; }
  nav.utility_nav ul { position: relative; padding: 0; margin: 0; list-style: none;}
  nav.utility_nav ul li {display: inline-block; font-size: 1.2em; padding: 0 10px; list-style: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; -webkit-text-size-adjust: none; }
  nav.utility_nav ul li a { display: block; text-decoration: none; color: #444; }
  nav.utility_nav ul li a:hover { opacity: 0.6; }
  nav.utility_nav ul li a .fab { display: block; font-size: 23px; }
  /* Primary Base */
  nav.primary_nav .menu-primary-menu-container { display: inline-block; }
  nav.primary_nav ul { position: relative; padding: 0; margin: 0; list-style: none;}
  nav.primary_nav ul li { display:inline-block; padding: 0; list-style: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; -webkit-text-size-adjust: none; }
  nav.primary_nav ul li a { display: block; text-decoration: none; }  
  nav.primary_nav ul li:hover a, nav.primary_nav ul li a:focus, nav.primary_nav ul li.current-menu-item a, nav.primary_nav ul li.current-menu-ancestor a, nav.primary_nav ul li.current_page_parent a, nav.primary_nav ul li ul.sub-menu { outline: none; color: #fff; }
  /* 2nd level nav */
  nav.primary_nav ul li li { padding: 0; }
  nav.primary_nav ul li ul.sub-menu { left: -9999px; position: absolute; opacity: 0; }
  nav.primary_nav ul li:hover ul.sub-menu, nav.primary_nav ul li.active ul.sub-menu, nav.primary_nav ul li a:focus + ul.sub-menu { left: auto; opacity: 1; -webkit-transition: 0s all; -moz-transition: 0s all; -ms-transition: 0s all; -o-transition: 0s all; transition: 0s all; }
  nav.primary_nav ul li.right-submenu:hover ul.sub-menu, nav.primary_nav ul li:last-child:hover ul.sub-menu, nav.primary_nav ul li.active:last-child ul.sub-menu, nav.primary_nav ul li a:last-child:focus + ul.sub-menu { left: auto; right: 0; }
  nav.primary_nav ul li ul.sub-menu li { display: block; height: auto; }
  /* 3rd level nav */
  nav.primary_nav ul li ul.sub-menu li ul.sub-menu { left: -9999em; top: 0; }
  nav.primary_nav ul li ul.sub-menu li:hover ul.sub-menu { left: 100%; opacity: 1; }
  #closenav, #navbtn { display: none; }
  nav.primary_nav {
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    float: left;
  }
  nav.primary_nav ul li {
    padding: 0;
  }
  nav.primary_nav ul li a {
    padding: 15px 10px;
    color: #333333;
    font: 400 20px/20px 'Playfair Display', serif;
    border-bottom: 5px solid #ffffff;
  }
  nav.primary_nav ul li.current-menu-item a, nav.primary_nav ul li.current-menu-ancestor a, nav.primary_nav ul li a:hover, nav.primary_nav ul li.current-menu-item:hover a, nav.primary_nav ul li.current_page_item:hover a, nav.primary_nav ul li.current-menu-ancestor:hover a {
    border-bottom-color: #333;
  }
  nav.primary_nav ul li ul.sub-menu a { border: 0 none; }
  nav.primary_nav ul li ul.sub-menu a:hover, nav.primary_nav ul li.current-menu-item:hover ul.sub-menu a, nav.primary_nav ul li.current_page_item:hover ul.sub-menu a, nav.primary_nav ul li.current-menu-ancestor:hover ul.sub-menu a {
    border: 0 none;
  }
  nav.primary_nav ul li a:hover {background-color: #444;}
  nav.primary_nav ul li.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 2px;
    position: relative;
    transform: rotate(0);
    transition: transform .75s;
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #333333;
  }
  nav.primary_nav ul li.menu-item-has-children:hover a::after {
    transform: rotate(180deg);
    transition: transform .75s;
  }
  #head-info {
    position: relative;
    float: right;
    width: auto;
    padding: 16px 0;
    margin: 0;
  }
  nav.primary_nav ul li ul.sub-menu li { float: none; }
  nav.primary_nav ul li ul li a {
    display: block;
    border-bottom: none;
    background-color: #444;
  }
  nav.primary_nav ul li ul li a:hover {
    border-bottom: none;
  }
  ul.sub-menu {
    box-shadow: 3px 3px 6px rgba(0,0,0,.1);
  }
  nav.primary_nav ul li ul li a:hover {
      background-color: #f4f4f4;
  }
  nav.primary_nav ul li ul.sub-menu {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
  }
  nav.primary_nav ul li:hover ul.sub-menu {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
  }
  /* Hamburger Menu */
  #navbtn {
    top: 50px;
    display: none;
      height: 30px;
      width: 100%;
      margin: 0;
      overflow: hidden;
      padding: 10px;
      position: absolute;
      text-decoration: none;
      cursor: pointer;
      z-index: 9999;
      background-color: #d08328;
      border-radius: 3px;
      right: 50px;
      box-sizing: border-box;
      height: 50px;
    transition: .2s all ease-out;
    -webkit-transition: .2s all ease-out;
    -moz-transition: .2s all ease-out;
    -ms-transition: .2s all ease-out;
    -o-transition: .2s all ease-out;
  }
  @media (hover: hover) {
    #navbtn:hover {
      right: 99%;
      left: auto;
      transition: .2s all ease-out;
      -webkit-transition: .2s all ease-out;
      -moz-transition: .2s all ease-out;
      -ms-transition: .2s all ease-out;
      -o-transition: .2s all ease-out;
    }
  }
  #navbtn p {
      width: auto;
      height: auto;
      text-decoration: none;
      display: block;
      float: left;
      color: #fff7e7;
      text-align: left;
      padding: 0 0 0 15px;
      margin: 0;
      font: 400 16px/28px 'Roboto Condensed', sans-serif;
      text-transform: uppercase;
      letter-spacing: .1em;
  }
  .lines.two {
    clear: both;
    overflow: hidden;
    width: 25px;
    display: block;
    margin: 3px auto;
    float: left;
    cursor: pointer;
  }
  .lines.two .line {
    height: 3px;
    background: #fff7e7;
    margin: 4px 0;
    transition: .2s all ease-out;
    -webkit-transition: .2s all ease-out;
    -moz-transition: .2s all ease-out;
    -ms-transition: .2s all ease-out;
    -o-transition: .2s all ease-out;
  }
  .lines.two .line.one {
    width: 100%;    
  }
  .lines.two .line.two {
    width: 72%;
  }
  .lines.two .line.three {
    width: 88%;
  }
  #navbtn:hover .lines.two .line.one {
    width: 88%;
  }
  #navbtn:hover .lines.two .line.two {
    width: 100%;
  } 
  #navbtn:hover .lines.two .line.three {
    width: 72%;
  }
  nav.primary_nav.open #navbtn .lines.two .line.one {
    width: 100%;
    margin: 10px 0 0 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav.primary_nav.open #navbtn .lines.two .line.two {
    display: none;
  }
  nav.primary_nav.open #navbtn .lines.two .line.three {
    margin: -3px 0 10px 0;
    width: 100%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

/* HERO */
  #hero { 
    max-height: 680px;
    overflow: hidden;
    position: relative;
  }
  .hero-wrap.wrap {
    padding: 0!important;
    overflow: visible;
  }
  #hero .info-wrap {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
  #hero .info-wrap .align {
      width: 80%;
      max-width: 1200px;
      position: relative;
      overflow: hidden;
      margin: 0 auto;
      padding: 0;
      height: 100%;
  }
  #hero .info-wrap .align .info {
      width: auto;
      max-width: 500px;
      position: absolute;
      top: 50%;
      left: 0%;
      transform: translate(0%, -50%);
  }
  #hero .ill_hero_slider {
    padding: 0;
  }
  #hero .ill_hero_slider .stage {
    padding: 0 0 75vh 0;
  }
  #hero .ill_hero_slider .stage .slide {
    /*height: 75vh;*/
    height: 100%;
    background-color: #000;
    padding: 0;
  }
  #hero .ill_hero_slider .splide__slider .stage .slide {
      height: 100%;
      background-color: #000;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      align-content: end;
      position: relative;
      clear: both;
      overflow: hidden;
      min-height: 680px;
  }
  #hero .splide__slide__container {
      opacity: .85;
      position: absolute;
      width: 100%;
      top: 0;
      height: 100%!important;
  }
  #hero .ill_hero_slider .splide__slider .stage .slide .info {
      position: relative;
      bottom: 0;
      background: transparent;
      padding-left: 4em;
      height: 100%;
  }
  #hero .splide__slide__container,
  #hero .ill_hero_slider .stage .slide .pic {
    opacity: .85;
    background-attachment: fixed;
  }
  #hero .ill_hero_slider .stage .slide .info { position: absolute; bottom: 1.5em; background: transparent; padding-left: 4em; }
  #hero .ill_hero_slider .stage .slide .title {
    padding: .5em 0;
    position: relative;
    width: auto;
    background-color: transparent;
    color: #fff7e7;
    font: 700 60px/70px 'Playfair Display', serif;
  }
  #hero .ill_hero_slider .stage .slide .caption {
    position: relative;
    width: auto;
    background-color: transparent;
    color: #fff7e7;
  }
  #hero .ill_hero_slider .stage .slide .caption p {
    color: #fff7e7;
  }
  #hero .ill_hero_slider .stage .slide .button {
    color: #fff7e7;
  }
  #hero .ill_hero_slider .prev, #hero .ill_hero_slider .next  {
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: none;
    display: block;
    width: 60px;
    height: 60px;
    background-color: rgba(255,255,255,1);
    border-radius: 100%;
    transition: .2s all ease-out;
    -webkit-transition: .2s all ease-out;
    -moz-transition: .2s all ease-out;
    -ms-transition: .2s all ease-out;
    -o-transition: .2s all ease-out;
  }
  #hero .ill_hero_slider .prev {
    left: -30px;
  }
  #hero .ill_hero_slider .prev:after {
    content: "";
    position: absolute;
    top: 19px;
    right: 25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 18px 11px 0;
    border-color: transparent #d08428 transparent transparent;
  }
  #hero .ill_hero_slider .next {
    right: -30px;
  }
  #hero .ill_hero_slider .next:after {
    content: "";
    position: absolute;
    top: 19px;
    left: 25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0px 11px 18px;
    border-color: transparent transparent transparent #d08428;
  }
  #hero:hover .ill_hero_slider .prev, #hero:hover .ill_hero_slider .next {
    transition: .2s all ease-out;
    -webkit-transition: .2s all ease-out;
    -moz-transition: .2s all ease-out;
    -ms-transition: .2s all ease-out;
    -o-transition: .2s all ease-out;
  }
  #hero:hover .ill_hero_slider .prev {
    left: 15px;
  }
  #hero:hover .ill_hero_slider .next {
    right: 15px;
  }
  #hero:hover .ill_hero_slider .prev:hover, #hero:hover .ill_hero_slider .next:hover {
    background-color: #000;
  }
  #hero .ill_hero_slider .controls {
      height: auto;
      width: auto;
      top: auto;
      left: 50%;
      transform: translate(-50%, 0%);
      padding: 15px 20px;
      line-height: 0;
      background-color: rgba(255,255,255,.4);
  }
  #hero .ill_hero_slider .controls .playback { vertical-align: middle; }
  #hero .ill_hero_slider .controls .playback .play {
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 9px solid #fff; 
  }
  #hero .ill_hero_slider .controls .playback .pause {
    border-color: #fff;
  }
  #hero .ill_hero_slider .controls .dots .dot {
    background-color: #fff;
    border: 1px solid #fff;
  }
  #hero .ill_hero_slider .controls .dots .dot.active {
    background-color: #d08328;
  } 
  
/* CONTENT */
  .home section.wrap.editor .container .wp-block-columns.has-2-columns .wp-block-column:first-child {
    flex-basis: 50%;
  }
  section.wrap.pods {
    background-attachment: fixed!important;
      background-position: center center!important;
      background-repeat: no-repeat!important;
      background-size: cover!important;
  }
  section.wrap.pods .container {
    width: 93%;
    max-width: 1260px;
  }
  section.wrap.pods .pod {
    float: left;
    margin: 0 2% 20px;
    background: rgba(246,242,233,.2);
    text-align: center;
    box-sizing: border-box;
    /*padding: 25px 30px 40px;*/
    padding: 10px 0 40px;
    border-radius: 3px;
  }
  section.wrap.pods .pod figure {
    position: relative;
  }
  section.wrap.pods .pod figure:before {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 27%;
    height: 1px;
    top: 40px;
    left: 0;
  } 
  section.wrap.pods .pod figure:after{
    content: '';
    position: absolute;
    background-color: #fff;
    width: 27%;
    height: 1px;
    top: 40px;
    right: 0;
  } 
  section.wrap.pods .pod .editor {
    padding: 0 50px 10px 50px;
    box-sizing: border-box;
  }
  section.wrap.pods .pod .btn {
    position: relative;
    margin: 0 40px;
  }
  section.wrap.pods .pod .btn:before {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 15%;
    height: 1px;
    top: 25px;
    left: 0;
  }
  section.wrap.pods .pod .btn:after{
    content: '';
    position: absolute;
    background-color: #fff;
    width: 15%;
    height: 1px;
    top: 25px;
    right: 0;
  }
  section.wrap.pods .pod .editor h1, section.wrap.pods .pod .editor h2, section.wrap.pods .pod .editor h3, section.wrap.pods .pod .editor h4, section.wrap.pods .pod .editor h5, section.wrap.pods .pod .editor h6 {
    color: #fff7e7;
    margin: 0 0 15px;
  }
  section.wrap.pods .pod .editor p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
  }
  section.wrap.posts {
    background-color: #f0f0f0;
  }
  section.wrap.posts .entries {
    position: relative;
    overflow: hidden;
    padding: 40px 0 0 0;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 40px;
    display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
  }
  section.wrap.posts .entries .entry {
    width: 30%;
    margin-bottom: 30px;
  }
  section.wrap.posts .entries .entry .date-box {
    margin: 0 20px 10px 0;
    position: relative;
    float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
    background-color: #d08328;
  }
  section.wrap.posts .entries .entry .date-box  img {
    width: 100%;
    height: auto;
    opacity: .3;
  }
  section.wrap.posts .entries .entry .date-box .date {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px;
    cursor: pointer;
  }
  section.wrap.posts .entries .entry .date-box .date .month {
    font: 700 18px/24px 'Playfair Display', serif;
    color: #fff;
  }
  section.wrap.posts .entries .entry .date-box .date .day {
    font: 700 48px/24px 'Playfair Display', serif;
    color: #fff;
  }
  section.wrap.posts .entries .entry .excerpt h5 {
    margin-bottom: 10px;
  }
  section.wrap.posts .entries .entry .excerpt h5 a {
    color: #333;
  }
  section.wrap.posts .entries .entry .excerpt h5 a:hover {
    color: #d08328;
  }
  section.wrap.posts .entries .entry .excerpt p {
    font-size: 18px;
    line-height: 24px;
  }
  section.wrap.posts .button {
    float: right;
  }
  section.wrap.monials .monial {
    text-align: center;
  }
  section.wrap.monials .monial figure {
    margin: 0px auto -70px auto;
    padding: 0 30px;
    width: 150px;
    height: 150px;
    position: relative;
    background-color: #fff;
    z-index: 1;
  }
  section.wrap.monials .monial figure img {
    width: 100%;
    height: auto;
    border-radius: 150px;
  }
  section.wrap.monials .quote-container:before, section.wrap.monials .ill_quotes_quote:before {
    content: none;
  }
  section.wrap.monials .monial p, section.wrap.monials .monial .ill_quotes_quote .ill_quotes_quote_text {
    font-weight: 400; 
    font-size: 24px;
    line-height: 40px;
    color: #666666;
    font-style: italic;
    padding: 110px 100px;
    border: 1px solid #e0e0e0;
  }
  section.wrap.monials .monial .name {
    margin: -65px 0 0 0;
    background: transparent;
  }
  section.wrap.monials .monial .name p {
    font: 400 20px/30px 'Roboto Condensed', sans-serif;
    letter-spacing: .1em;
    color: #222222;
    padding: 0 30px;
    margin: 0;
    text-transform: uppercase;
    display: inline-block;
    background-color: #fff;
    border: none;
  }
  section.wrap.monials .monial .ill_quotes_quote .ill_quotes_quote_title {
    font: 400 20px/30px 'Roboto Condensed', sans-serif;
    letter-spacing: .1em;
    color: #222222;
    padding: 0 30px;
    margin: -50px 0 0 0;
    background: transparent;
    text-transform: uppercase;
    display: inline-block;
    background-color: #fff;
    border: none;
  }
  section.wrap.monials .monial .name p::before, section.wrap.monials .monial .ill_quotes_quote_title:before {
    font-weight: 900;
    content: "\f10d";
    display: block;
    height: 30px;
    font-size: 35px;
    padding: 0 0 20px;
    width: auto;
    color: #d08328;
  }
  section.wrap.home-second-content { text-align: center; }
  section.wrap.cta {
    background-attachment: fixed!important;
      background-position: center center!important;
      background-repeat: no-repeat!important;
      background-size: cover!important;   
  }
  section.wrap.cta .overlay {
    background-color: #d08328;
    opacity: .85;
  }
  section.wrap.cta .container {
    margin: 80px auto 90px;
  }
  section.wrap.cta .container .text {
    float: left;
    position: relative;
    overflow: hidden;
    width: auto;
  }
  section.wrap.cta .container .text h2 {
    font-size: 60px;
    line-height: 75px;
    color: #fff7e7;
    margin: 0;
    padding: 0;
  }
  section.wrap.cta .container .text p {
    color: #fff7e7;
    font-weight: 300;
    margin: 0;
    padding: 0; 
  }
  section.wrap.cta .container a.button {
      position: absolute;
      top: 50%;
      right: 0%;
      transform: translate(0%, -50%); 
  }
  section.wrap.hero.int {
      background-position: center center!important;
      background-repeat: no-repeat!important;
      background-size: cover!important;
      background-attachment: fixed!important;
  }
  section.wrap.hero.int .overlay {
    opacity: .4;
  }
  section.wrap.hero.int .container { margin: 370px auto 5px auto; }
  section.wrap.hero.int .container h1 {
    color: #fff7e7;
    font-size: 72px;
  }
  section.wrap.hero.int .container h1 span {
    color: #fff;
  }
  section.wrap.editor .container .wp-block-columns.has-2-columns .wp-block-column:first-child {
    flex-basis: 80%;
  }
  .page .int .ill_quotes_quote { padding: 15px 15px 10px 15px ; margin-bottom: 25px; }

/* SERVICES PODS */
  section.wrap.pods .container .pod.pod-one { width: 100%; margin-left: 0; margin-right: 0; }
  section.wrap.pods .container .pod.pod-two { width: 46%; }
  section.wrap.pods .container .pod.pod-three { width: 29.333%; }
  #main .wp-caption-text  { font-size: 1em; line-height: 1.5em; }

/* SIDEBAR */
  section.wrap.posts.int aside {
      width: 33%;
      float: left;
      position: relative;
      overflow: hidden;
      padding: 0 0 0 40px;
      margin: 40px 0;
      box-sizing: border-box;
  }
  .wrap.posts.int .container aside .widget {
    margin: 0 0 40px;
  }
  .wrap.posts.int .container aside .widget.widget_recent_entries ul, .wrap.posts.int .container aside .widget.widget_categories ul, .wrap.posts.int .container aside .widget.widget_archive ul {
    margin: 0;
    padding: 0 0 0 2px;
  }
  .wrap.posts.int .container aside .widget.widget_recent_entries ul li, .wrap.posts.int .container aside .widget.widget_categories ul li, .wrap.posts.int .container aside .widget.widget_archive ul li {
    list-style: none;
      font: 400 18px/28px 'Roboto Condensed', sans-serif;
      margin: 0;
      padding: 0 0 5px;
  }
  .wrap.posts.int .container aside .widget.widget_categories ul li, .wrap.posts.int .container aside .widget.widget_archive ul li {
    color: #d08328;
  }
  .wrap.posts.int .container aside .widget.widget_recent_entries ul li a, .wrap.posts.int .container aside .widget.widget_categories ul li a, .wrap.posts.int .container aside .widget.widget_archive ul li a {
    color: #444;
  }
  .wrap.posts.int .container aside .widget.widget_recent_entries ul li a:hover, .wrap.posts.int .container aside .widget.widget_categories ul li a:hover, .wrap.posts.int .container aside .widget.widget_archive ul li a:hover {
    color: #d08328;
  }

/* BLOG */
  section.wrap.posts.int {
    background-color: #fff;
  }
  section.wrap.posts.int .entries {
    width: 66%;
    float: left;
    position: relative;
    overflow: hidden;
    border-top: none;
    border-bottom: none;
    box-sizing: border-box;
      padding: 40px 40px 40px 0;
      margin: 0;
      border-right: 1px solid #d0d0d0;
  }
  section.wrap.posts.int .container .title {
    border-bottom: 1px solid #d0d0d0;
    margin: 0;
    padding: 0 0 30px; 
  }
  section.wrap.posts.int .entries article.post {
    clear: both;
    overflow: hidden; 
    padding: 0 0 40px; 
    width: 100%;
  }
  section.wrap.posts.int .entries article.post figure {
    float: left;
    position: relative;
    margin: 0 30px 0 0;
    width: 50%;
    max-width: 200px;
    overflow: hidden;
  }
  section.wrap.posts.int .entries article.post figure:after {
    content: "";
    display: block;
    padding-bottom: 100%;
    position: absolute;
    top: 0;
  }
  section.wrap.posts.int .entries article.post figure img {
    width: 100%;
  }
  section.wrap.posts.int .entries article.post h3 {
    margin: 0 0 10px;
  }
  section.wrap.posts.int .entries article.post h3 a {
    color: #444;
  }
  section.wrap.posts.int .entries article.post h3 a:hover {
    color: #d08328;
  }
  section.wrap.posts.int .entries article.post .published { 
      font: 400 16px/26px 'Roboto Condensed', sans-serif;
      letter-spacing: .1em;
      color: #d08328;
      text-transform: uppercase;
  }
  section.wrap.posts.int .entries article.post a.more {
      font: 400 16px/26px 'Roboto Condensed', sans-serif;
      letter-spacing: .1em;
      text-transform: uppercase;
  }

/* FOOTER */
  section.wrap.foot .container.top {
    margin: 100px auto 80px;
  }
  section.wrap.foot .container.top .widget {
      float: left;
      width: 32%;
      margin-bottom: 30px;
  }
  section.wrap.foot .container.top .widget:nth-child(3n+2) {
      margin-right: 2%;
      margin-left: 2%;
  }
  section.wrap.foot .container.top .widget h6 {
      font-weight: 400;
      font-family: 'Roboto Condensed', sans-serif;
      letter-spacing: .1em;
      color: #444444;
      text-transform: uppercase;
  }
  section.wrap.foot .container.top .widget p {
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 15px;
  }
  section.wrap.foot .container.top .widget ul.menu, section.wrap.foot .container.top .widget.widget_recent_entries ul {
    margin: 0;
    padding: 0;
  }
  section.wrap.foot .container.top .widget ul.menu li, section.wrap.foot .container.top .widget.widget_recent_entries ul li {
    list-style: none;
    padding: 0 0 15px;
    float: left;
    clear: both;
  }
  section.wrap.foot .container.top .widget ul li a {
      padding: 0 0 15px;
      font: 400 18px/24px 'Roboto Condensed', sans-serif;
      color: #444444;
      margin: 0;
  }
  section.wrap.foot .container.top .widget ul li a:hover {
    color: #d08328;
  }
  section.wrap.foot .container.top .widget.widget_recent_entries a {
    float: left;
    clear: both;
    padding: 0;
  }
  section.wrap.foot .container.top .widget.widget_recent_entries span.post-date {
    clear: both;
    display: block;
    float: left;
    color: #d08328;
    font-size: 14px;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
  }
  section.wrap.foot .brand {
    margin: 50px auto;
    position: relative;
    overflow: hidden;
  }
  section.wrap.foot .brand .left {
    width: auto;
    position: relative;
    float: left;
    text-align: left;
  }
  section.wrap.foot .brand .left .widget_media_image {
    max-width: 100px;
  }
  section.wrap.foot .brand .right {
    width: auto;
    position: absolute;
    right: 0;
    top: 40%;
  }
  section.wrap.foot .brand .right .widget_media_image {
      width: auto;
      float: right;
      margin: 0 12px 0 0;
  }
  section.wrap.foot .brand .copy {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  section.wrap.foot .brand .copy p {
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
  }
  nav.footer_social_nav { display: inline-block; }
  nav.footer_social_nav ul { position: relative; padding: 0; margin: 0; list-style: none;}
  nav.footer_social_nav ul li {display: inline-block; font-size: 1.2em; padding: 0 5px; list-style: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; -webkit-text-size-adjust: none; }
  nav.footer_social_nav ul li a { display: block; text-decoration: none; color: #444; }
  nav.footer_social_nav ul li a:hover { opacity: 0.6; }
  nav.footer_social_nav ul li a .fab { display: block; font-size: 21px; }

/* PUBLICATIONS */
  .ill_pubs_issues {
    clear: both;
    overflow: hidden;
    margin: 30px auto;
  }
  .ill_pubs_issues .ill_pub {
    clear: both;
    overflow: hidden;
  }
  #cont .ill_pubs_issues .ill_pub h2 {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font: normal 700 20px/30px 'Roboto Condense', sans-serif;
    color: #002e5d;
    padding: 20px!important;
    background-color: #f6f6f6;
    border-bottom: 3px solid #007682;
    margin: 15px 0;
  }
  .ill_pubs_issues .ill_pub h2 a {
    text-decoration: none;
  }
  .ill_pubs_issues .ill_pub ul {
    margin: 30px 0 30px 45px;
  }
  .ill_pubs_article,
  .ill_pubs_articles article {
    clear: both;
    overflow: hidden;
    padding: 30px 0;
    border-bottom: 1px solid #d1d1d1;
  }
  #cont .ill_pubs_article h2,
  #cont .ill_pubs_articles article h2 {
    padding-top: 0;
  }
  .more_break {
    clear: both;
    overflow: hidden;
    display: block;
    margin: 0 0 20px 0;
  }
  a.ill_pubs_article_read_more {
    display: inline-block;
    margin: 20px 5px 0 0;
    background: #002e5d;
    color: #fff;
    text-transform: uppercase;
    font: normal 300 13px/13px 'Roboto Condense', sans-serif;
    padding: 10px;
    text-decoration: none;
  }
  a.ill_pubs_article_read_more:hover {
    background: #799a3f;
  }
  img.ill_pubs_pub_banner {
    max-width: 100%;
    height: auto;
    width: auto;
  }
  article .categories {
    clear: both;
    overflow: hidden;
    background: #f6f6f6;
    padding: 10px;
    margin: 20px 0;
  }
  .ill_pubs_breadcrumb .ill_pubs_btn {
    background: #002e5d;
    color: #fff;
    text-transform: uppercase;
    font: normal 300 14px/14px 'Roboto Condense', sans-serif;
    padding: 15px 20px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    text-decoration: none;
  }
  .ill_pubs_breadcrumb .ill_pubs_btn:hover {
    background: #799a3f;
  }
  .ill_pubs_sidebar .ill_pubs_pub_content .membersuite-message {
    display: none;
  }

/* FACILITY FINDER */
  .ill_directory {
    padding: 0 5% 50px 5%;
    width: 100%!important;
    background: #fff;
    background: -moz-linear-gradient(top, #ffffff 64%, #e3e3e3 99%);
    background: -webkit-linear-gradient(top, #ffffff 64%,#e3e3e3 99%);
    background: linear-gradient(to bottom, #ffffff 64%,#e3e3e3 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 );
  }
  .ill_directory #ill_directory_form {
    margin-bottom: 30px;
  }
  .ill_directory #ill_directory_form input[type=text] {
    background: #fff;
    border: 1px solid #d1d1d1;
    padding: 16px;
    font: normal 300 15px/25px 'Roboto Condense', sans-serif;
    color: #3e3e3e;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  #ill_directory_form ul.ill_directory_hybrid_dropdown > li {
    background: #fff!important;
    border: 1px solid #d1d1d1!important;
    padding: 15px!important;
    font: normal 300 15px/25px 'Roboto Condense', sans-serif!important;
    color: #3e3e3e!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    -ms-border-radius: 0!important;
    -o-border-radius: 0!important;
    border-radius: 0!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    -ms-box-shadow: none!important;
    -o-box-shadow: none!important;
    box-shadow: none!important;
  }
  .ill_directory #ill_directory_form input[type=submit], .ill_directory #ill_directory_form button, .ill_directory .ill_directory_btn {
    background: #002e5d;
    color: #fff;
    text-transform: uppercase;
    font: normal 300 14px/14px 'Roboto Condense', sans-serif;
    padding: 10px 20px!important;
    height: auto;
    margin: 0;
    border: 0!important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .ill_directory .ill_directory_btn {
    margin-top: 20px;
  }
  .ill_directory #ill_directory_form input[type=submit]:hover, .ill_directory #ill_directory_form button:hover, .ill_directory .ill_directory_btn:hover {
    background: #799a3f;
  }
  .ill-directory-facility-finder #content .inner #main { 
    width: 84%; 
    margin: 0 auto; 
    clear: both; 
    overflow: hidden; 
    padding: 70px 35px 50px 35px;
  }
  #ill_directory_list h2 {
    font-size: 25px;
  }
  #ill_directory_list h2::before {
    display: none;
  }
  .ill_directory #ill_directory_list .ill_directory_list_block.ill_directory_list_az {
    background: #f6f6f6;
    border: 0;
    border-top: 3px solid #007682;
    padding: 2em!important;
    min-height: 13em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  #ill_directory_list .ill_directory_list_block {
    border: 0;
    border-top: 3px solid #007682;
    padding: 0!important;
  }
  #ill_directory_list .ill_directory_list_block h3 {
    background: #eee;
    padding: 15px;
  }
  #ill_directory_list .ill_directory_list_block h3 a {
    color: #002e5d;
    text-decoration: none;
    font-weight: bold;
  }
  #ill_directory_list .ill_directory_list_block ul {
      margin: 1em 1em 2em 2.2em!important;
      line-height: 1.5em!important;
  }
  .ill_directory_breadcrumb {
    padding: 0 0 2.5em 0!important;
  }
  .ill-directory-facility-finder #content .inner #main h1 { 
    width: 80%; 
  } 
  .ill-directory-facility-finder #content .inner #main a.ill_directory_btn { 
    background-color: #007681; 
  } 
  .ill-directory-facility-finder #content .inner #main a.ill_directory_btn:hover { 
    color: #fff;
    background-color: #7a9609; 
  }

/* COLLAPSE-O-MATIC */
  .collapseomatic {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font: normal 400 20px/30px 'Roboto Condense', sans-serif;
    color: #002e5d;
    padding: 20px 20px 20px 50px!important;
    background-color: #f6f6f6;
    border-bottom: 3px solid #007682;
    margin: 15px 0;
    background-position: 15px center;
  }
  .collapseomatic_excerpt, .collapseomatic_content {
    padding: 20px 0!important;
  }
  h2.c-accordion__title { padding: 20px; margin-bottom: 12px; font-size: 32px; line-height: 32px; }
  h2.c-accordion__title:after { right: 15px; }

/* IlluminAge CALENDAR */
  ul.ill_calendar_simple { list-style: none; position: relative; float: left; width: 100%; display: block; margin-bottom: 30px; margin-left: 0; padding: 0 0 1em 0; }
  ul.ill_calendar_simple li a:hover { text-decoration: none; color: #0f1434; }
  ul.ill_calendar_simple li { display: block; clear: both; margin: 30px 0 0 0; position: relative; float: left; }
  ul.ill_calendar_simple li a { text-decoration: none; }
  ul.ill_calendar_simple li:first-child { margin-top: 0; }
  ul.ill_calendar_simple .date { background: #ed3237; color: #fff; font: normal bold 28px/38px serif;text-transform: uppercase; text-align: center; padding: 10px 25px; float: left; width: 106px; margin-right: 25px; }
  ul.ill_calendar_simple .title { color: #384283; font-size: 18px; }
  .ill_calendar .ill_calendar_event_info { clear: none; }
  .ill_calendar .ill_calendar_event { margin: 30px 0!important; }
  .ill_calendar .ill_calendar_date_box .ill_calendar_month { background-color: #002e5d!important; }

/* GRAVITY FORMS */
  #main .gform_wrapper { font: normal 400 20px/30px 'Roboto Condensed', sans-serif;color: #444444; }
  #main .gform_wrapper .ginput_complex label { margin: 0 0 10px 0 !important; }
  #main .gform_wrapper legend.gfield_label { font-weight: 700; }
  #main .gform_wrapper.gravity-theme .gfield_label { font: normal 700 20px/30px 'Roboto Condensed', sans-serif;color: #444444; }
  #main .gform_wrapper input[type=text], #main .gform_wrapper input[type=password], #main .gform_wrapper textarea, #main .gform_wrapper select, #main .gform_wrapper.gravity-theme .gfield input.large, #main .gform_wrapper.gravity-theme .gfield select.large { width: 97%; }
  #main .gform_wrapper input[value="Other"][type=text] { width: 80%; }
  #main .gform_wrapper textarea { height: 10em; }
  #main .gform_wrapper .gform_button { border-radius: 3px; }
  #main .gform_wrapper.gravity-theme .gfield_required { line-height: 1em; }
  legend.gfield_label.gform-field-label, label.gfield_label.gform-field-label, label.gform-field-label.gform-field-label--type-sub, .ginput_container span.gfield_description, #main .gform_wrapper .ginput_container input, #main .gform_wrapper .ginput_container label.gform-field-label {font-size: 18px;}

/* RESPONSIVE VIDEO */
  .ill_video_container.vright {
    float: right;
    width: 45%;
    margin: 0 0 30px 5%;
  }
  .ill_video_container.vleft {
    float: left;
    width: 45%;
    margin: 0 5% 30px 0;
  }
  .ill_responsive_video {
    margin: 0;
    padding: 0 0 56.25% 0; /* creates 16:9 size video area */
    position: relative;
  }
  .ill_responsive_video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .ill_responsive_video br { display: none; }
  .ill_flex_box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row; 
  }
  .ill_flex_box .ill_inner_box { width: 100%; padding: 0 10px;}
  .ill_flex_box.count-2 .ill_inner_box { width: 50%; }
  .ill_flex_box.count-3 .ill_inner_box { width: 33.3%; }
  .ill_flex_box.count-4 .ill_inner_box { width: 25%; }

/* SHARE */
  #share, #search-widget {  font: 400 24px/28px 'Roboto Condensed', sans-serif; letter-spacing: .1em; color: #fff7e7; margin: 0 auto; overflow: hidden; padding: 0; width: 5.5em; font-size: 16px; text-align: right; text-transform: uppercase; white-space: nowrap; transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); }
  #share.active, #search-widget.active { width: 11.5em; }
  #share div { line-height: 27px; text-align: left; padding: 9px 10px 9px; float: left;}
  #share div:before { line-height: 0; color: #fff7e7; display: inline-block; margin: 0 10px 0 0; vertical-align: middle; content: "\f237"; font-weight: bold; font: 31px 'dashicons'; }
  #access_tools #share a { float: left; display: inline-block; margin: 11px 5px; padding: 0; line-height: 0; vertical-align: middle; font-weight: bold; cursor: pointer; opacity: .5; text-decoration: none; }
  #share a span { display: none; }
  #share a:first-child { margin: 0; }
  #access_tools #share a:hover { opacity: 1; }
  #share a:after { display: inline-block; font: 20px 'dashicons'; line-height: 1.3; }
  #share a.facebook:after { content: "\f305"; }
  #share a.twitter:after { content: "\f301"; }
  #share a.email:after { content: "\f466"; }

/* ACCESS TOOLS */
  #access_tools { position: fixed; margin: 0; top: 210px; left: 100%; z-index: 999; width: 230px; }
  #access_tools a { width: auto; height: auto; text-decoration: none; display: block; vertical-align: middle; color: #fff7e7; text-align: left; padding: 9px 20px 10px 10px; margin: 0; font: 400 16px/28px 'Roboto Condensed', sans-serif; text-transform: uppercase; letter-spacing: .1em; }  
  #access_tools a#textsize { color: #fff7e7; background-color: #d08328; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
  #access_tools a#textsize span.small { margin-left: 2px; text-transform: uppercase; font: 400 16px/16px 'Playfair Display', serif; }
  #access_tools a#textsize span.big { text-transform: uppercase; font: 700 24px/24px 'Playfair Display', serif; margin-right: 10px; }
  #access_tools a#highcontrast { line-height: 30px; padding: 11px 20px 9px 50px; background: url(images/icon-contrast.png) 10px 50% no-repeat; background-color: #d08328; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
  #access_tools .screen-reader { position: absolute; right: 50px; width: 100%; transition: .2s all ease-out; -webkit-transition: .2s all ease-out; -moz-transition: .2s all ease-out; -ms-transition: .2s all ease-out; -o-transition: .2s all ease-out; }
  #access_tools .screen-reader.font { top: 0; }
  #access_tools .screen-reader.contrast { top: 55px; }
  #access_tools .screen-reader.share,
  #access_tools .screen-reader.search-widget
   { top: 110px; line-height: 31px; padding: 0; cursor: pointer; background-color: #d08328; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
  #access_tools .screen-reader.search-widget label { display:none; } 
  #access_tools #search-widget form.search { padding: 7px 0 6px 10px; }
  #access_tools #search-widget [type="text"] { width: 180px; padding: 10px 15px;}
  #access_tools #search-widget input[type="submit"] { background: url(images/search-btn.png) no-repeat center center; color: #fff; width: 35px; height: 35px; float: left; border: 0; padding: 0; margin: 0; font-size: 0; }

  #access_tools .screen-reader:hover { right: 99%; left: auto; transition: .2s all ease-out; -webkit-transition: .2s all ease-out; -moz-transition: .2s all ease-out; -ms-transition: .2s all ease-out; -o-transition: .2s all ease-out; }
  #access_tools #search { float: left; background: none; height: 42px; }
  #access_tools #search fieldset { height: 42px; }
  #access_tools #search label { display: none; }
  #access_tools #search input[type="text"] { background: #fff; padding: 12px 0; height: auto; width: 0; overflow: hidden; float: left; }
  #access_tools #search fieldset:hover input[type="text"] { width: 200px; padding: 12px; }
  #access_tools #search input[type="submit"] { background: url(images/search-btn.png) no-repeat center center; color: #fff; width: 50px; height: 42px; }

/* GUTENBERG */
  .alignwide, .alignfull { margin: 32px calc(50% - 50vw); max-width: 100vw; width: 100vw; }


  /* FOCUS */
    a:focus-visible, #logo a:focus-visible, nav.utility_nav ul li li a:focus-visible, nav.utility_nav ul li:focus-visible ul.sub-menu,  nav.primary_nav ul li:focus-visible ul.sub-menu,  nav.primary_nav ul li a:focus-visible + ul.sub-menu, nav.primary_nav ul li a:focus-visible, nav.primary_nav ul li:focus-visible a, nav.primary_nav ul li a:focus-visible,  nav.primary_nav ul li.current-menu-item a:focus-visible,  nav.primary_nav ul li.current-menu-ancestor a:focus-visible,  nav.primary_nav ul li.current_page_parent a:focus-visible, #navbtn:focus-visible, .lines:focus-visible, .pods-wrap .pods .pod a.absolute:focus-visible, nav.utility_nav ul li a:focus-visible, nav.footer_social_nav ul li a:focus-visible,  footer #access_tools a:focus-visible, footer #access_tools a#textsize:focus-visible, #hero .splide__arrow.splide__arrow--next:focus-visible, #hero .splide__arrow.splide__arrow--prev:focus-visible, #hero .splide__pagination__page:focus-visible, #hero .splide__pagination__page.is-active:focus-visible, #hero .splide__toggle.controls:focus-visible, #hero .splide__toggle.controls.is-active:focus-visible, section .collapseomatic:focus-visible, h2.c-accordion__title:focus-visible  { outline: 4px solid #ff5722; outline-offset: 4px; box-shadow: 0 0 0 4px #ffeb3b; text-decoration: underline; }
  .button:focus-visible, .wp-block-button__link:focus-visible { background-color: #e0d1c3; color: #202020; outline: 4px solid #ff5722; outline-offset: 4px; box-shadow: 0 0 0 4px #ffeb3b; text-decoration: underline; }
  nav.utility_nav ul li a:focus-visible, nav.footer_social_nav ul li a:focus-visible { opacity: 1; outline: 4px solid #ff5722; outline-offset: 4px; box-shadow: 0 0 0 4px #ffeb3b; text-decoration: underline; }
  nav.primary_nav ul li ul li a:focus-visible { color: #fff; background-color: #938a82; outline: 4px solid #ff5722; outline-offset: 4px; box-shadow: 0 0 0 4px #ffeb3b; text-decoration: underline; }
  .pods-wrap .pods .pod:focus-visible .overlay { opacity: .9!important; outline: 4px solid #ff5722; outline-offset: 4px; box-shadow: 0 0 0 4px #ffeb3b; text-decoration: underline; }
  #access_tools .screen-reader:focus-visible { right: 99%; left: auto; } 
  #access_tools a:focus-visible { opacity: 1; outline: 4px solid #ff5722; outline-offset: 4px; box-shadow: 0 0 0 4px #ffeb3b; text-decoration: underline; }

  .gform_wrapper .gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-visible, .gform_wrapper .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-visible, .gform_wrapper .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-visible, .gform_wrapper .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-visible, .gform_wrapper .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-visible, .gform_wrapper .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-visible, .gform_wrapper .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-visible, .gform_wrapper .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-visible, .gform_wrapper .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-visible, .gform_wrapper .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-visible, .gform_wrapper .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-visible, .gform_wrapper .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-visible, .gform_wrapper .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-visible, .gform_wrapper .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-visible, .gform_wrapper .gfield .ginput_password:focus-visible, .gform_wrapper .gfield input:focus-visible, .gform_wrapper .gfield select:focus-visible { outline: 4px solid #ff5722; outline-offset: 4px; box-shadow: 0 0 0 4px #ffeb3b; }
  .gform_wrapper .gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform_wrapper .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform_wrapper .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform_wrapper .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform_wrapper .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform_wrapper .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform_wrapper .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform_wrapper .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform_wrapper .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform_wrapper .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform_wrapper .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform_wrapper .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform_wrapper .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform_wrapper .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform_wrapper .gfield .ginput_password:focus, .gform_wrapper .gfield input:focus, .gform_wrapper .gfield select:focus { outline: 3px solid #22b6ff; outline-offset: 1px; box-shadow: 0 0 0 1px #2234ff; }
  .gform_wrapper .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-visible { text-decoration: none; color: #fff; background: #14424c; outline: 4px solid #ff5722; outline-offset: 4px; box-shadow: 0 0 0 4px #ffeb3b; }
    footer form.search input[type="text"]:focus, .copyright p a:focus, ul.ill_calendar_simple li a:focus, form.post-password-form input[type=password]:focus,  form.search input[type="text"]:focus, form.search.show input[type="text"]:focus { outline: 3px solid #22b6ff; outline-offset: 1px; box-shadow: 0 0 0 1px #2234ff; }

    footer form.search input[type="submit"]:focus-visible ,form.post-password-form input[type=submit]:focus-visible,
    form.search input[type="submit"]:focus-visible { text-decoration: none; color: #fff; background: #14424c; outline: 4px solid #ff5722; outline-offset: 4px; box-shadow: 0 0 0 4px #ffeb3b; }
  
/* CONTRAST */
  .high_contrast header, .high_contrast header * { background: #fff; color: #000; }
  .high_contrast header .wrap .container .textwidget a, .high_contrast nav.utility_nav ul li a, .high_contrast nav.primary_nav ul li a { color: #000; }
  .high_contrast nav.primary_nav ul li.menu-item-has-children > a::after { border-top-color: #000; }
  .high_contrast nav.primary_nav ul li.menu-item-has-children:hover a::after { border-top-color: #fff; }
  .high_contrast nav.primary_nav ul li:hover a, .high_contrast nav.primary_nav ul li.active a, .high_contrast nav.primary_nav ul li a:focus, .high_contrast nav.primary_nav ul li.current-menu-item a, .high_contrast nav.primary_nav ul li.current-menu-ancestor a, .high_contrast nav.primary_nav ul li.current_page_parent a { background-color: #000; color: #fff; }
  .high_contrast nav.primary_nav ul li.current-menu-item a, .high_contrast nav.primary_nav ul li.current-menu-ancestor a, .high_contrast nav.primary_nav ul li a:hover, .high_contrast nav.primary_nav ul li.current-menu-item:hover a, .high_contrast nav.primary_nav ul li.current_page_item:hover a, .high_contrast nav.primary_nav ul li.current-menu-ancestor:hover a { border-color: #000; }
  .high_contrast nav.primary_nav ul li:hover > a, .high_contrast nav.primary_nav ul li.current-menu-item a, .high_contrast nav.primary_nav ul li.current-menu-ancestor a, .high_contrast nav.primary_nav ul li a:hover, .high_contrast nav.primary_nav ul li.current-menu-item:hover a, .high_contrast nav.primary_nav ul li.current_page_item:hover a, .high_contrast nav.primary_nav ul li.current-menu-ancestor:hover a { border-color: #000; }
  .high_contrast nav.primary_nav ul li ul.sub-menu li:hover > a, .high_contrast nav.primary_nav ul li ul.sub-menu li a:hover, .high_contrast nav.primary_nav ul li ul.sub-menu li a:focus, .high_contrast nav.primary_nav ul li ul.sub-menu li.current-menu-item a { background-color: #737373; }
  .high_contrast header #logo a {background: transparent!important; }
  .high_contrast #access_tools *, .high_contrast #access_tools a#textsize, .high_contrast #access_tools a#highcontrast, .high_contrast #access_tools #share { background-color: #000; color: #fff; }
  .high_contrast .content-wrap, .high_contrast .content-wrap *, .high_contrast #main, .high_contrast #main * { background: #fff; color: #000; }
  .high_contrast section.wrap.hero.int .container h1 { color: #fff!important; }
  .high_contrast h1, .high_contrast h2, .high_contrast h3, .high_contrast h4 { color: #000!important; }
  .high_contrast #hero .ill_hero_slider .prev:after { border-right-color: #000!important; }
  .high_contrast #hero .ill_hero_slider .next:after { border-left-color: #000!important; }
  .high_contrast #hero:hover .ill_hero_slider .prev:hover, .high_contrast #hero:hover .ill_hero_slider .next:hover { background-color: #fff; }
  .high_contrast .pod h2, .high_contrast .pod h3, .high_contrast .pod h4, .high_contrast .pod h5, .high_contrast .pod h6, .high_contrast .pod p { color: #fff!important; }
  .high_contrast .button.dark, .high_contrast .button.dark:hover { background-color: #000; color: #fff; border-color: #000; }
  .high_contrast section.wrap.posts .entries .entry .date-box { background-color: #000!important; color: #fff!important; }
  .high_contrast section.wrap.posts .entries .entry .date-box .date .month, .high_contrast section.wrap.posts .entries .entry .date-box .date .day { color: #fff!important; }
  .high_contrast section.wrap.monials * { color: #000; }
  .high_contrast.home .quote-container:before, .high_contrast section.wrap.monials .monial .name p:before, .high_contrast.home section.wrap.monials .monial .ill_quotes_quote_title:before{ color: #000!important; }
  .high_contrast section.wrap.cta { background: #000!important; }
  .high_contrast section.wrap.cta .overlay { background-color: #000!important; }
  .high_contrast section.wrap.cta .container .text h2 { color: #fff!important; }
  .high_contrast section.wrap.cta .button.light { background: #fff; color: #000!important; }
  .high_contrast section.wrap.foot .container.top .widget.widget_recent_entries span.post-date { color: #000!important; }
  .high_contrast footer, .high_contrast footer * { background: #fff; color: #000; }
  .high_contrast section.wrap.foot .container.top .widget ul li a,
  .high_contrast footer a { color: #000; }
  .high_contrast footer .wrap .border { background-color: #fff; }
  .high_contrast #hero .ill_hero_slider .stage .slide .pic { opacity: .2 }
  .high_contrast main a.button, .high_contrast main .button, .high_contrast main .button a { background-color: #000; color: #fff!important; border-color: #000; }
  .high_contrast a.button:hover, .high_contrast main a.button:hover, .high_contrast main .button:hover, .high_contrast main .button a:hover { background-color: #000; }
  .high_contrast .has-background { background-color: #fff!important; }
  .high_contrast #main .gform_wrapper .gform_button { color:#000!important; }
  .high_contrast #main .wp-block-pb-accordion-item.c-accordion__item h2 { background: #000; color: #fff!important; }
  
/* FONT SIZE */
  /* BIG */
  .big .button, body.big .wp-block-button__link, body.big .kt-button, body.big .kt-button.illum_guten_button { font-size: 18px; }
  .big footer .foot .ill_quotes_quote .ill_quotes_quote_text, .big footer .foot .ill_quotes_quote .ill_quotes_quote_title, .big header .wrap .container .textwidget p, .big section.wrap.posts.int .entries article.post .published { font-size: 18px; line-height: 28px; }
  .big section.wrap.foot .container.top .widget p, .big section.wrap.foot .container.top .widget ul li a, .big section.wrap.posts .entries .entry .excerpt p, .big .wrap.posts.int .container aside .widget.widget_recent_entries ul li, .big .wrap.posts.int .container aside .widget.widget_categories ul li { font-size: 20px; line-height: 30px; }
  body.big, .big section.wrap.pods .pod .editor p, .big section.wrap.monials .monial .ill_quotes_quote .ill_quotes_quote_title, .big p, .big #hero .caption p, .big input, .big #search input[type=text], .big ul, .big ol { font-size: 22px; line-height: 32px; }
  .big section.wrap.monials .monial .ill_quotes_quote .ill_quotes_quote_text { font-size: 26px; line-height: 42px; }
  .big h1, .big #hero .title { font-size: 60px; line-height: 70px; }
  .big h2 { font-size: 38px; line-height: 48px; }
  .big h3 { font-size: 32px; line-height: 42px; }
  .big h4 { font-size: 26px; line-height: 36px; }
  .big h5 { font-size: 24px; line-height: 34px; }
  .big h6 { font-size: 22px; line-height: 32px; }
  /* BIGGER */
  .bigger .button, body.bigger .wp-block-button__link, body.bigger .kt-button, body.bigger .kt-button.illum_guten_button { font-size: 20px; }
  .bigger footer .foot .ill_quotes_quote .ill_quotes_quote_text, .bigger footer .foot .ill_quotes_quote .ill_quotes_quote_title, .bigger header .wrap .container .textwidget p, .bigger section.wrap.posts.int .entries article.post .published  { font-size: 20px; line-height: 30px; }
  .bigger section.wrap.foot .container.top .widget p, .bigger section.wrap.foot .container.top .widget ul li a, .bigger section.wrap.posts .entries .entry .excerpt p, .bigger .wrap.posts.int .container aside .widget.widget_recent_entries ul li, .bigger .wrap.posts.int .container aside .widget.widget_categories ul li { font-size: 22px; line-height: 32px; }
  body.bigger, .bigger section.wrap.pods .pod .editor p, .bigger section.wrap.monials .monial .ill_quotes_quote .ill_quotes_quote_title, .bigger p, .bigger #hero .caption p, .bigger input, .bigger #search input[type=text], .bigger ul, .bigger ol { font-size: 24px; line-height: 34px; }
  .bigger section.wrap.monials .monial .ill_quotes_quote .ill_quotes_quote_text { font-size: 28px; line-height: 44px; }
  .bigger h1, .big #hero .title { font-size: 60px; line-height: 70px; }
  .bigger h2 { font-size: 40px; line-height: 50px; }
  .bigger h3 { font-size: 34px; line-height: 44px; }
  .bigger h4 { font-size: 28px; line-height: 38px; }
  .bigger h5 { font-size: 26px; line-height: 36px; }
  .bigger h6 { font-size: 24px; line-height: 34px; }
  /* BIGGEST */
  .biggest .button, body.biggest .wp-block-button__link, body.biggest .kt-button, body.biggest .kt-button.illum_guten_button { font-size: 22px; }
  .biggest footer .foot .ill_quotes_quote .ill_quotes_quote_text, .biggest footer .foot .ill_quotes_quote .ill_quotes_quote_title, .biggest header .wrap .container .textwidget p, .biggest section.wrap.posts.int .entries article.post .published  { font-size: 22px; line-height: 32px; }
  .biggest section.wrap.foot .container.top .widget p, .biggest section.wrap.foot .container.top .widget ul li a, .biggest section.wrap.posts .entries .entry .excerpt p, .biggest .wrap.posts.int .container aside .widget.widget_recent_entries ul li, .biggest .wrap.posts.int .container aside .widget.widget_categories ul li { font-size: 24px; line-height: 34px; }
  body.biggest, .biggest section.wrap.pods .pod .editor p, .biggest section.wrap.monials .monial .ill_quotes_quote .ill_quotes_quote_title, .biggest p, .biggest #hero .caption p, .biggest input, .biggest #search input[type=text], .biggest ul, .biggest ol { font-size: 26px; line-height: 36px; }
  .biggest section.wrap.monials .monial .ill_quotes_quote .ill_quotes_quote_text { font-size: 30px; line-height: 46px; }
  .biggest h1, .biggest #hero .title { font-size: 60px; line-height: 70px; }
  .biggest h2 { font-size: 42px; line-height: 52px; }
  .biggest h3 { font-size: 36px; line-height: 46px; }
  .biggest h4 { font-size: 30px; line-height: 40px; }
  .biggest h5 { font-size: 28px; line-height: 38px; }
  .biggest h6 { font-size: 26px; line-height: 36px; }

/* RESPONSIVE */
  /*@media all and (min-width: 1800px) { 
    #hero .ill_hero_slider .stage { padding: 0; height: 680px; } 
  }
  @media all and (min-width: 1600px) { 
    .hero-wrap #hero .ill_hero_slider .stage .slide .info { padding: 0; left: 0; right: 0; margin-left: auto; margin-right: auto; width: 65%}
  }*/
  @media all and (max-width: 1160px) {
    nav.primary_nav ul li a { font-size: 16px; }
  }
  @media all and (max-width: 1000px) {
    header .wrap.main { overflow: visible; }
    header .wrap.main .container { overflow: visible; }
    header .wrap.main .container .widget { float: none; }
    #navbtn { display: block; }
    header .wrap.main .container nav { position: fixed; margin: 0; top: 105px; left: 100%; z-index: 999; width: 230px; }
    header nav.primary_nav .menu-primary-container { position: fixed; top: 0; left: 0; right: 0; bottom: 0; display: none; opacity: 0; box-sizing: border-box; width: 100%; background-color: #fff; border-right: 30px solid #fff; border-left: 30px solid #fff; }
    header nav.primary_nav.open .menu-primary-container { display: block; opacity: 1; transition: .2s opacity ease-out, .2s opacity ease-out; -webkit-transition: .2s opacity ease-out, .2s opacity ease-out; -moz-transition: .2s opacity ease-out, .2s opacity ease-out; -ms-transition: .2s opacity ease-out, .2s opacity ease-out; -o-transition: .2s opacity ease-out, .2s opacity ease-out; overflow-y: scroll; }
    header nav.primary_nav .menu-primary-container .menu { position: relative; width: 90%; margin: 160px auto 0; }
    header nav.primary_nav .menu li { float: none; clear: both; overflow: hidden; margin: 0; padding: 0; background: rgba(0, 0 ,0, 1); display: block; text-align: left; width: 100%; }
    header nav.primary_nav .menu li a, header nav.primary_nav .menu li a:link, header nav.primary_nav .menu li a:visited { padding: 20px 20px; display: block; border-bottom: 1px solid #ddd; margin: 0!important; color: #fff; }   
    html nav.primary_nav .menu-primary-container, header nav.primary_nav .menu li a, header nav.primary_nav ul li ul.sub-menu li a { background-color: #000; }
    header nav.primary_nav .menu li ul, header nav.primary_nav .menu li ul li ul { background: rgba(21, 21 ,23, .9); width: 100%; position: relative; left: auto!important; opacity: 1; border: 0px; padding: 0; margin: 0; }
    header nav.primary_nav ul li ul li a { padding: 20px 20px 20px 40px!important; }
    header nav.primary_nav ul li ul li a::before { content: "-"; margin: 0 6px 0 0; }
    nav.primary_nav ul li.menu-item-has-children > a::after { content: none; }
    section.wrap.pods .pod { width: 100%!important; margin-left: 0!important; margin-right: 0!important; }
    section.wrap.posts .entries .entry { width: 48%; }
    section.wrap.cta .container a.button { position: relative; top: auto; right: auto; transform: none; float: left; clear: both; margin: 20px 0 0 0; }
    .wrap .container.use_flex { flex-direction: column; }
    .wrap .container.use_flex #main { width: 100%; padding: 10px 10px 25px 10px; }
    .wrap .container.use_flex .side{ width: 100%; margin-left: 0; border: 0; padding: 0; }
    section.wrap.pods,
    section.wrap.cta { background-attachment: unset!important; }
  }
  @media (max-width: 920px) {
    .alignwide { margin: 32px calc( ( 767px - 920px ) / 2 ); max-width: 920px; width: 920px; }
    .home h1, h1 { font-size: 40px; line-height: 40px; }
    h2 {
      font-size: 26px;
      line-height: 36px;
    }
    h3 {
      font-size: 20px;
      line-height: 30px;
    }
    h4 {
      font-size: 18px;
      line-height: 28px;
    }
    h5 {
      font-size: 17px;
      line-height: 27px;
    }
    h6 {
      font-size: 16px;
      line-height: 26px;
    }
  }
  @media (max-width: 900px) {
    section.wrap.foot .container.top { margin: 70px auto 30px; }
  }
  @media (max-width: 800px) {
    body .mapp-layout { width: 100%!important; }
    .mapp-layout.mapp-align-right {
      float: none;
      margin: 25px 0;
    }
  }
  @media all and (max-width: 781px) {
    .wp-block-column { flex-basis: 100%!important; margin-right: 0!important; margin-left: 0!important; }
    .wp-block-columns { gap: 0; }
  }
  @media all and (max-width: 700px) {
    #logo { width: 100%; }
    #hero .ill_hero_slider .prev, #hero .ill_hero_slider .next { display: none; }
    p, ul, ol { font-size: 16px; line-height: 26px; }
    .alignleft, .alignright, .alignleft-nomargin, .alignright-nomargin, .wp-block-image .alignleft, body .wp-block-image .alignright, body .wp-block-image .alignleft-nomargin, .wp-block-image .alignright-nomargin { float: none; margin: 10px auto; }
    .home section.wrap.editor p, .home section.wrap.editor li { font-size: 18px; line-height: 28px; }
    .wp-block-quote.is-large, .wp-block-quote.is-style-large { margin: 0 0 8px; }
    .wp-block-quote.is-large, .wp-block-quote.is-style-large p { font-size: 20px!important; line-height: 30px!important; }
    #hero .ill_hero_slider .stage { padding: 0; height: 400px; }
    #hero .ill_hero_slider .stage .slide { height: 100%; }
    #hero .ill_hero_slider .stage .slide .pic { background-attachment: scroll; }
    #hero .ill_hero_slider .stage .slide .title { font-size: 30px; line-height: 40px; }
    #hero .button { font-size: 12px; line-height: 12px; padding: 10px; }
    #hero .ill_hero_slider .controls { padding: 5px; }
    section.wrap.hero.int .container h1 { font-size: 48px; line-height: 56px; }
    section.wrap.hero.int { background-attachment: scroll!important; }
    section.wrap.hero.int .container { margin-top: 200px; }
    .ill_flex_box { -webkit-flex-direction: column; flex-direction: column; }
    .ill_flex_box.count-2 .ill_inner_box, .ill_flex_box.count-3 .ill_inner_box, .ill_flex_box.count-4 .ill_inner_box { width: 100%; }
    section.wrap.posts .entries { flex-direction: column; }
    section.wrap.posts .entries .entry { width: 100%; }
    section.wrap.monials .monial p, section.wrap.monials .monial .ill_quotes_quote .ill_quotes_quote_text { font-size: 20px; line-height: 25px; padding: 62px 15px 62px 15px; }
    section.wrap.monials .monial .ill_quotes_quote .ill_quotes_quote_title { font-size: 15px; line-height: 20px; }
    section.wrap.cta .container .text h2 { font-size: 48px; line-height: 58px; }
    section.wrap.cta .container .text p { font-size: 20px; line-height: 30px; }
    section.wrap.foot .container.top .widget { width: 100%; text-align: center; }
    section.wrap.foot .container.top .widget:nth-child(3n+2) { margin-right: 0; margin-left: 0; }
    section.wrap.foot .container.top .widget ul.menu li, section.wrap.foot .container.top .widget.widget_recent_entries ul li { float: none; text-align: center; }
    section.wrap.foot .container.top .widget.widget_recent_entries a { float: none; }
    section.wrap.foot .container.top .widget.widget_recent_entries span.post-date { float: none; }
    section.wrap.foot .brand .left, section.wrap.foot .brand .right { float: none; position: static; margin: 0 auto 15px auto; text-align: center; width: 100%; }
    section.wrap.foot .brand .left .widget_media_image { margin: 0 auto; }
    nav.footer_social_nav { margin:10px auto 20px auto; }
    section.wrap.foot .brand .copy { position: relative; top: auto; left: auto; transform: none; float: left; clear: both; width: 100%; margin: 0; }
    section.wrap.posts.int .entries { width: 100%; border-right: none; border-bottom: 1px solid #d0d0d0; padding: 40px 0; }
    section.wrap.posts.int aside { width: 100%; padding: 0; margin: 40px 0 0 0; }
    .home h1, h1 { font-size: 25px; line-height: 28px; margin: 25px auto; }
        h2 {
      font-size: 22px;
      line-height: 32px;
    }
    h3 {
      font-size: 18px;
      line-height: 28px;
    }
    h4 {
      font-size: 17px;
      line-height: 27px;
    }
    h5 {
      font-size: 16px;
      line-height: 26px;
    }
    h6 {
      font-size: 14px;
      line-height: 24px;
    }
  } 
  @media all and (max-width: 600px) {
    header .wrap.top .container { margin: 0 auto; }
    nav.utility_nav ul li.menu-item-home { display:none; }
    header .wrap.top .container .left {  padding-right: 5px; }
    header .wrap.top .container .right {  padding-left: 5px; }
    header .wrap .container .textwidget p,
    nav.utility_nav ul li a .fab, nav.utility_nav ul li a { font-size: 17px; }
  }
  @media all and (max-width: 500px) {
    .home section.wrap.monials .monial .ill-quotes-navpag-wrapper { width: 80%; }
    .home .wrap.editor .container, .wrap.posts .container, .wrap.int .container  { padding-right: 2em; }
    .wrap { border-left: none; border-right: none; }
    #hero .ill_hero_slider .prev, #hero .ill_hero_slider .next { width: 40px; height: 40px; }
    #hero .ill_hero_slider .prev { background-position: 8px center; }
    #hero .ill_hero_slider .prev:after { top: 10px; right: 15px; }
    #hero .ill_hero_slider .next { background-position: 14px center; }
    #hero .ill_hero_slider .next:after { top: 10px; left: 15px; }
    #hero .ill_hero_slider .stage .slide .title { font-size: 30px; line-height: 40px; }
    .button { padding: 10px 20px; font-size: 14px; line-height: 14px; }
    section.wrap.pods .pod .editor p { font-size: 16px; line-height: 26px; }
    section.wrap.posts .entries .entry .excerpt p { font-size: 16px; line-height: 26px; }
    section.wrap.posts.int .entries article.post figure { width: 100%; max-width: 100%; }
    section.wrap.cta .container .text h2 { font-size: 38px; line-height: 48px; }
  }

/* PRINT */
  @media only print {

    * { overflow: visible!important; }
    header .wrap.top, nav.primary_nav, #hero, body .button, .wrap.pods, .wrap.monials, .wrap.cta, .wrap.posts, .wrap .container .side, #access_tools, footer .widget_nav_menu, footer .widget_recent_entries, footer .left, footer .right, .illi-intruder-wrap { display: none; }
    body { background-color: #ffffff !important; color: #000000 !important; }
    #logo a img { display: block; }
    .wrap .border { border: 0 none; }
    .wrap.hero.int { background: none!important; background-color: #fff!important; }
    section.wrap.hero.int .container { margin: 0; }
    section.wrap.hero.int .container h1 { color: #000!important; padding-top: 50px;}
    section.wrap.hero.int .overlay { opacity: 0!important; }
    .collapseomatic_excerpt, .collapseomatic_content { display: block!important; }
    form { display: block!important; }
    .ill_calendar_tools, .ill_calendar_btn { display: none!important; }
    section.wrap.foot .container.top .widget {float: none; width: 100%;}
    .grecaptcha-badge {display:none !important; }
  }