@charset "UTF-8";
/*
Theme Name: adac2018
Theme URI: 
Author: Chris Silich
Author URI: chris.silich
Description: 
Version: 1.1.0
License: 
License URI: 
Tags: 
Text Domain: adac2018
*/
/* this is a "zeroing" stylesheet, which puts the various browsers on a more even playing field. I think it came from YUI... */
html {
  color: #000000;
  background: #FFFFFF;
  background-color: #FFFFFF;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}
del,
ins {
  text-decoration: none;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: baseline;
}
legend {
  color: #000;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
input,
button,
textarea,
select {
  *font-size: 100%;
}
/* here is where I add my own stuff. */
a {
  outline: none;
}
/* prevents mobile safari from "fixing" text sizes */
body {
  -webkit-text-size-adjust: none;
}
.clear {
  clear: both;
}
.acelightbox {
  cursor: pointer;
  cursor: zoom-in;
}
.acelightbox_overlay {
  z-index: 100000000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: white;
  cursor: zoom-out;
}
.acelightbox_container {
  z-index: 100000000;
  position: fixed;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  overflow: hidden;
  cursor: zoom-out;
}
@media screen and (max-width: 767px) {
  .acelightbox_container {
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
  }
}
.acelightbox_container .acelightbox_content {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  cursor: default;
}
.acelightbox_container .acelightbox_content img {
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
}
.acelightbox_container .acelightbox_content img.zoomed {
  cursor: move;
  cursor: grab;
}
.acelightbox_container .acelightbox_content .acelightbox_controls {
  position: absolute;
  top: 0;
  right: 0;
  width: 132px;
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.acelightbox_container .acelightbox_content .acelightbox_controls:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.acelightbox_container .acelightbox_content .acelightbox_controls a {
  display: inline-block;
  width: 44px;
  height: 44px;
  background-size: 100%;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.acelightbox_container .acelightbox_content .acelightbox_controls a:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .acelightbox_container .acelightbox_content .acelightbox_controls a {
    width: 48px;
    height: 48px;
  }
}
.acelightbox_container .acelightbox_content .acelightbox_controls a.acelightbox_controls_plus {
  background-image: url('../images/acelightbox_plus.png');
}
.acelightbox_container .acelightbox_content .acelightbox_controls a.acelightbox_controls_minus {
  background-image: url('../images/acelightbox_minus.png');
}
.acelightbox_container .acelightbox_content .acelightbox_controls a.acelightbox_controls_close {
  background-image: url('../images/acelightbox_close.png');
}
.oldie .acelightbox_container .acelightbox_content .acelightbox_controls a.acelightbox_controls_plus {
  background-image: url('../images/acelightbox_plus-oldie.png');
}
.oldie .acelightbox_container .acelightbox_content .acelightbox_controls a.acelightbox_controls_minus {
  background-image: url('../images/acelightbox_minus-oldie.png');
}
.oldie .acelightbox_container .acelightbox_content .acelightbox_controls a.acelightbox_controls_close {
  background-image: url('../images/acelightbox_close-oldie.png');
}
@media screen and (max-width: 767px) {
  .acelightbox_container .acelightbox_content .acelightbox_controls {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: auto;
    bottom: 30px;
    width: 144px;
    left: 50%;
    margin-left: -72px;
  }
}
body.page-template-template-1col .content div.col,
body.page-template-template-flexible .content div.col {
  line-height: 200%;
  padding-top: 15px;
  width: 100%;
  max-width: 800px;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  body.page-template-template-1col .content div.col,
  body.page-template-template-flexible .content div.col {
    width: 100%;
    border: 0 !important;
    padding: 0;
  }
}
body.page-template-template-1col .content div.col.col-full-width,
body.page-template-template-flexible .content div.col.col-full-width {
  max-width: 1000000px;
}
body.page-template-template-1col .content div.image-block ul,
body.page-template-template-flexible .content div.image-block ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1040px;
  margin: 30px auto;
}
body.page-template-template-1col .content div.image-block ul li,
body.page-template-template-flexible .content div.image-block ul li {
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
  width: 31%;
}
@media screen and (max-width: 767px) {
  body.page-template-template-1col .content div.image-block ul li,
  body.page-template-template-flexible .content div.image-block ul li {
    width: 80%;
    max-width: 300px;
    margin: 10px auto;
  }
}
body.page-template-template-1col .content div.image-block ul li img,
body.page-template-template-flexible .content div.image-block ul li img {
  width: 100%;
}
body.page-template-template-2col .content div.col {
  float: left;
  line-height: 200%;
  padding-top: 15px;
  margin-top: 30px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  body.page-template-template-2col .content div.col {
    width: 100%;
    border: 0 !important;
    padding: 0;
  }
}
body.page-template-template-2col .content div.col.colleft {
  border-right: 1px solid #939598;
  padding-right: 3%;
}
body.page-template-template-2col .content div.col.colright {
  padding-left: 3%;
  margin-right: -20px;
}
body.page-template-template-3col .content div.col {
  float: left;
  line-height: 200%;
  padding-top: 15px;
  margin-top: 30px;
}
body.page-template-template-3col .content div.col.colleft,
body.page-template-template-3col .content div.col.colright {
  width: 25%;
}
body.page-template-template-3col .content div.col.colleft {
  padding-right: 2%;
}
body.page-template-template-3col .content div.col.colright {
  padding-left: 2%;
}
body.page-template-template-3col .content div.col.colmiddle {
  width: 50%;
}
body.page-about img#top {
  margin-top: 20px;
  border: 1px solid #ccc;
  width: 100%;
  height: 45.81589958%;
}
@media screen and (max-width: 767px) {
  body.page-about img#top {
    border: 0;
  }
}
body.page-about div#welcomeatlanta {
  clear: both;
  height: 100px;
  width: 100%;
  position: relative;
}
body.page-about h1#welcome {
  font-family: "bickham-script-pro", sans-serif;
  font-size: 58px;
  margin-top: 10px;
  line-height: 38px;
  top: -5px;
  left: 0px;
  text-align: center;
}
body.page-about h1#atlanta {
  font-family: "futura-pt", sans-serif;
  font-size: 43px;
  line-height: 43px;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
}
body.page-about #hline {
  border-top: 1px solid #939598;
  height: 10px;
  width: 100%;
}
body.page-about div.col img {
  width: 100%;
}
body.page-about div.col img.half {
  float: left;
  width: 50%;
  margin-right: 15px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  body.page-about div.col img.half {
    width: 100%;
    margin: 0;
  }
}
body.page-about div.col p {
  margin-bottom: 30px;
  line-height: 150%;
  color: #5f6060;
}
@media screen and (max-width: 767px) {
  body.page-about div.col p {
    padding-left: 10px;
    padding-right: 10px;
  }
}
body.page-about div.col p span.upper {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 17px;
  font-weight: 500;
}
body.page-about div.col ul {
  margin-bottom: 30px;
}
body.page-about div.col ul li {
  list-style-type: disc;
  margin-left: 30px;
  margin-bottom: 10px;
  text-indent: 0px;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  body.page-about div.col ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
body.page-about div.col h2 {
  font-size: 32px;
  font-weight: 500;
  margin-top: -5px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  body.page-about div.col h2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
body.page-about div.col h3 {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  body.page-about div.col h3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
body.page-about div.col p.q {
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 140%;
}
body.page-about div.col p.a {
  margin-bottom: 30px;
  line-height: 140%;
}
body.page-about div.col ul.a {
  margin-top: -20px;
}
body.page-about div.col ul.a li {
  margin-top: -8px;
}
.post-type-archive-adac_award_winners .page-wrap .content .year,
.tax-adac_award_years .page-wrap .content .year {
  font-size: 26px;
  text-align: center;
  font-style: italic;
  font-weight: 300;
}
.post-type-archive-adac_award_winners .page-wrap .content #stars,
.tax-adac_award_years .page-wrap .content #stars {
  position: relative;
  margin-top: 30px;
}
.post-type-archive-adac_award_winners .page-wrap .content #stars > h1,
.tax-adac_award_years .page-wrap .content #stars > h1 {
  font-size: 32px;
  letter-spacing: 1px;
}
.post-type-archive-adac_award_winners .page-wrap .content #stars p,
.tax-adac_award_years .page-wrap .content #stars p {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 12px auto;
  line-height: 150%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .post-type-archive-adac_award_winners .page-wrap .content #stars p,
  .tax-adac_award_years .page-wrap .content #stars p {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.post-type-archive-adac_award_winners .page-wrap .content #stars .star,
.tax-adac_award_years .page-wrap .content #stars .star {
  float: left;
  box-sizing: border-box;
  width: 34.20502092%;
  padding-left: 2.30125523%;
  padding-right: 2.30125523%;
  border-right: 1px solid #939598;
  margin-bottom: 80px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .post-type-archive-adac_award_winners .page-wrap .content #stars .star,
  .tax-adac_award_years .page-wrap .content #stars .star {
    width: 100% !important;
    border: 0;
    margin: 0 !important;
    padding: 0;
  }
}
.post-type-archive-adac_award_winners .page-wrap .content #stars .star.first,
.tax-adac_award_years .page-wrap .content #stars .star.first {
  padding-left: 0px;
  margin-left: 25px;
  width: 31.90376569%;
}
.post-type-archive-adac_award_winners .page-wrap .content #stars .star.last,
.tax-adac_award_years .page-wrap .content #stars .star.last {
  padding-right: 0px;
  border-right: 0px;
  width: 31.90376569%;
}
.post-type-archive-adac_award_winners .page-wrap .content #stars .star h6,
.tax-adac_award_years .page-wrap .content #stars .star h6 {
  /*award name*/
  font-size: 17px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
  font-weight: bold;
  border-bottom: 1px solid #939598;
  padding-bottom: 15px;
}
.post-type-archive-adac_award_winners .page-wrap .content #stars .star div.info h2,
.tax-adac_award_years .page-wrap .content #stars .star div.info h2 {
  /*name*/
  text-transform: uppercase;
  text-align: center;
  margin-top: 15px;
  letter-spacing: 2px;
  line-height: 100%;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .post-type-archive-adac_award_winners .page-wrap .content #stars .star div.info h2,
  .tax-adac_award_years .page-wrap .content #stars .star div.info h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .post-type-archive-adac_award_winners .page-wrap .content #stars .star div.info h2,
  .tax-adac_award_years .page-wrap .content #stars .star div.info h2 {
    font-size: 22px;
  }
}
.post-type-archive-adac_award_winners .page-wrap .content #stars .star div.info h3,
.tax-adac_award_years .page-wrap .content #stars .star div.info h3 {
  /*company*/
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 22px;
}
.post-type-archive-adac_award_winners .page-wrap .content #stars .star div.info h4,
.tax-adac_award_years .page-wrap .content #stars .star div.info h4 {
  /*city*/
  font-size: 14px;
  text-align: center;
  margin-top: 4px;
  letter-spacing: 0;
}
.post-type-archive-adac_award_winners .page-wrap .content #stars .star div.info a,
.tax-adac_award_years .page-wrap .content #stars .star div.info a {
  /*website*/
  display: block;
  font-size: 15px;
  text-align: center;
  margin-top: 20px;
  color: #5f6060;
  font-weight: 500;
}
.post-type-archive-adac_award_winners .page-wrap .content #stars .star div.info a:hover,
.tax-adac_award_years .page-wrap .content #stars .star div.info a:hover {
  color: #5f6060;
}
.post-type-archive-adac_award_winners .page-wrap .content #stars .star div.info h5,
.tax-adac_award_years .page-wrap .content #stars .star div.info h5 {
  /*phone*/
  font-size: 15px;
  text-align: center;
  margin-top: 0px;
}
.post-type-archive-adac_award_winners .page-wrap .content #stars .star .starimage,
.tax-adac_award_years .page-wrap .content #stars .star .starimage {
  width: 100%;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .post-type-archive-adac_award_winners .page-wrap .content #stars .star .starimage,
  .tax-adac_award_years .page-wrap .content #stars .star .starimage {
    border: 0;
  }
}
.post-type-archive-adac_award_winners .page-wrap .content #stars .star .starimage2,
.tax-adac_award_years .page-wrap .content #stars .star .starimage2 {
  margin-top: 30px;
}
.post-type-archive-adac_award_winners .page-wrap .content #stars .star .starimage2,
.tax-adac_award_years .page-wrap .content #stars .star .starimage2,
.post-type-archive-adac_award_winners .page-wrap .content #stars .star .starimage3,
.tax-adac_award_years .page-wrap .content #stars .star .starimage3,
.post-type-archive-adac_award_winners .page-wrap .content #stars .star .starimage4,
.tax-adac_award_years .page-wrap .content #stars .star .starimage4,
.post-type-archive-adac_award_winners .page-wrap .content #stars .star .starimage5,
.tax-adac_award_years .page-wrap .content #stars .star .starimage5 {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .post-type-archive-adac_award_winners .page-wrap .content #stars .star .starimage2,
  .tax-adac_award_years .page-wrap .content #stars .star .starimage2,
  .post-type-archive-adac_award_winners .page-wrap .content #stars .star .starimage3,
  .tax-adac_award_years .page-wrap .content #stars .star .starimage3,
  .post-type-archive-adac_award_winners .page-wrap .content #stars .star .starimage4,
  .tax-adac_award_years .page-wrap .content #stars .star .starimage4,
  .post-type-archive-adac_award_winners .page-wrap .content #stars .star .starimage5,
  .tax-adac_award_years .page-wrap .content #stars .star .starimage5 {
    width: 90%;
    margin-left: 5%;
  }
}
.post-type-archive-adac_award_winners .page-wrap .content #stars .star .starimage6,
.tax-adac_award_years .page-wrap .content #stars .star .starimage6 {
  margin-bottom: -6px;
}
.post-type-archive-adac_award_winners .page-wrap .content #archives,
.tax-adac_award_years .page-wrap .content #archives {
  width: 90%;
  margin: 25px 0 25px 5%;
  border-top: 1px solid #ddd;
  padding: 30px 0 0 0;
  clear: both;
  text-align: center;
}
.post-type-archive-adac_award_winners .page-wrap .content #archives #old,
.tax-adac_award_years .page-wrap .content #archives #old {
  float: left;
}
.post-type-archive-adac_award_winners .page-wrap .content #archives #old h3,
.tax-adac_award_years .page-wrap .content #archives #old h3 {
  letter-spacing: 1px;
  font-size: 23px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  text-align: left;
}
.post-type-archive-adac_award_winners .page-wrap .content #archives #old li,
.tax-adac_award_years .page-wrap .content #archives #old li {
  text-transform: uppercase;
  font-size: 11pt;
  text-align: left;
  margin-left: 30px;
}
.post-type-archive-adac_award_winners .page-wrap .content #archives #old li a.active,
.tax-adac_award_years .page-wrap .content #archives #old li a.active {
  text-decoration: none;
  pointer-events: none;
  color: black;
}
.post-type-archive-adac_btw_issue .page-wrap .content .text_block,
.single-adac_btw_issue .page-wrap .content .text_block {
  max-width: 900px;
  margin: 0 auto 80px auto;
}
.post-type-archive-adac_btw_issue .page-wrap .content > h2,
.single-adac_btw_issue .page-wrap .content > h2 {
  text-align: center;
  letter-spacing: 3px;
  font-size: 27px;
  font-weight: 300;
  margin: -20px 0 10px 0;
  text-transform: uppercase;
}
.post-type-archive-adac_btw_issue .page-wrap .content .blurb,
.single-adac_btw_issue .page-wrap .content .blurb {
  width: 92%;
  margin: 5px 0 0 5%;
}
.post-type-archive-adac_btw_issue .page-wrap .content .person,
.single-adac_btw_issue .page-wrap .content .person {
  width: 92%;
  /*height: 218px;*/
  margin: 25px 0 25px 5%;
  clear: both;
}
@media screen and (max-width: 767px) {
  .post-type-archive-adac_btw_issue .page-wrap .content .person,
  .single-adac_btw_issue .page-wrap .content .person {
    padding-bottom: 30px;
  }
}
.post-type-archive-adac_btw_issue .page-wrap .content .person.notfirst,
.single-adac_btw_issue .page-wrap .content .person.notfirst {
  border-top: 1px solid #ddd;
  padding: 30px 0 0 0;
}
.post-type-archive-adac_btw_issue .page-wrap .content .person .images,
.single-adac_btw_issue .page-wrap .content .person .images {
  float: left;
  margin: 0 4.18410042% 0 0;
  width: 52.30125523%;
  /*this was commented out until we get the vignette images so that the text floats next to the headshot*/
}
@media screen and (max-width: 767px) {
  .post-type-archive-adac_btw_issue .page-wrap .content .person .images,
  .single-adac_btw_issue .page-wrap .content .person .images {
    width: 100%;
  }
}
.post-type-archive-adac_btw_issue .page-wrap .content .person .images img,
.single-adac_btw_issue .page-wrap .content .person .images img {
  width: 61%;
  height: auto;
}
.post-type-archive-adac_btw_issue .page-wrap .content .person .images img.headshot,
.single-adac_btw_issue .page-wrap .content .person .images img.headshot {
  margin: 0 6% 0 0;
  float: left;
  width: 33%;
  height: auto;
}
.post-type-archive-adac_btw_issue .page-wrap .content .person .info,
.single-adac_btw_issue .page-wrap .content .person .info {
  float: left;
  position: relative;
  min-height: 100%;
  width: 43.51464435%;
  margin: 0 0 3.62694301% 0;
}
@media screen and (max-width: 767px) {
  .post-type-archive-adac_btw_issue .page-wrap .content .person .info,
  .single-adac_btw_issue .page-wrap .content .person .info {
    width: 100%;
  }
}
.post-type-archive-adac_btw_issue .page-wrap .content .person .info h2,
.single-adac_btw_issue .page-wrap .content .person .info h2,
.post-type-archive-adac_btw_issue .page-wrap .content .person .info h3,
.single-adac_btw_issue .page-wrap .content .person .info h3,
.post-type-archive-adac_btw_issue .page-wrap .content .person .info h4,
.single-adac_btw_issue .page-wrap .content .person .info h4,
.post-type-archive-adac_btw_issue .page-wrap .content .person .info h5,
.single-adac_btw_issue .page-wrap .content .person .info h5,
.post-type-archive-adac_btw_issue .page-wrap .content .person .info h6,
.single-adac_btw_issue .page-wrap .content .person .info h6 {
  display: inline-block;
  margin: 0;
  letter-spacing: 0;
}
.post-type-archive-adac_btw_issue .page-wrap .content .person .info h2,
.single-adac_btw_issue .page-wrap .content .person .info h2 {
  /* person name */
  font-weight: 700;
}
.post-type-archive-adac_btw_issue .page-wrap .content .person .info h3,
.single-adac_btw_issue .page-wrap .content .person .info h3 {
  /* company name */
}
.post-type-archive-adac_btw_issue .page-wrap .content .person .info h4,
.single-adac_btw_issue .page-wrap .content .person .info h4 {
  /* suite number */
  text-transform: uppercase;
}
.post-type-archive-adac_btw_issue .page-wrap .content .person .info h5,
.single-adac_btw_issue .page-wrap .content .person .info h5 {
  /* company url */
}
.post-type-archive-adac_btw_issue .page-wrap .content .person .info h6,
.single-adac_btw_issue .page-wrap .content .person .info h6 {
  /* phone */
  text-transform: uppercase;
}
.post-type-archive-adac_btw_issue .page-wrap .content .person .info .quote,
.single-adac_btw_issue .page-wrap .content .person .info .quote {
  font-weight: 300;
  line-height: 150%;
  margin: 15px 0 35px 0;
  max-width: 370px;
  font-size: 11pt;
  /*font-style: italic;*/
  /*text-indent: -3px;*/
}
.post-type-archive-adac_btw_issue .page-wrap .content .person .info .links,
.single-adac_btw_issue .page-wrap .content .person .info .links {
  text-transform: uppercase;
  font-weight: 500;
}
body.page-template-template-code .content div.col {
  line-height: 200%;
  padding-top: 15px;
  width: 100%;
  max-width: 800px;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  body.page-template-template-code .content div.col {
    width: 100%;
    border: 0 !important;
    padding: 0;
  }
}
body.page-template-template-code .content div.col.code {
  max-width: none;
}
body.page-template-template-code .content div.col .issuuembed {
  width: 100%;
  height: 780px;
  height: 690px;
  max-height: 95vh;
}
@media screen and (max-width: 767px) {
  body.page-template-template-code .content div.col .issuuembed {
    height: 400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  body.page-template-template-code .content div.col .issuuembed {
    height: 540px;
  }
}
@media screen and (min-width: 1221px) and (max-width: 1460px) {
  body.page-template-template-code .content div.col .issuuembed {
    height: 850px;
  }
}
@media screen and (min-width: 1461px) {
  body.page-template-template-code .content div.col .issuuembed {
    height: 1010px;
  }
}
body.page-template-template-contact .content div.col {
  float: left;
  line-height: 200%;
  padding-top: 15px;
  margin-top: 30px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  body.page-template-template-contact .content div.col {
    width: 100%;
    border: 0 !important;
    padding: 0;
  }
}
body.page-template-template-contact .content div.col.colleft {
  border-right: 1px solid #939598;
  padding-right: 3%;
}
body.page-template-template-contact .content div.col.colright {
  padding-left: 3%;
  margin-right: -20px;
}
body.page-template-template-contact .content div.col iframe {
  max-height: 70vh;
  height: 400px;
}
body.page-template-template-contact .content h2 {
  font-size: 30pt;
  text-align: center;
  margin: 25px 0 25px 0;
}
body.page-template-template-contact .content ul.employees {
  display: flex;
  flex-direction: columns;
  flex-wrap: wrap;
}
body.page-template-template-contact .content ul.employees li {
  list-style-type: none;
  display: block;
  margin: 0;
  border-right: 1px solid #c7c8ca;
  box-sizing: border-box;
  min-width: 5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.page-template-template-contact .content ul.employees li {
    flex-basis: 100%;
    padding: 0 0 40px 0;
  }
  body.page-template-template-contact .content ul.employees li:nth-child(1n+1) {
    border-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  body.page-template-template-contact .content ul.employees li {
    flex-basis: 32%;
    padding: 0 2% 40px 2%;
  }
  body.page-template-template-contact .content ul.employees li:nth-child(3n+3) {
    border-right: 0;
  }
}
@media screen and (min-width: 981px) {
  body.page-template-template-contact .content ul.employees li {
    flex-basis: 20%;
    padding: 0 1% 40px 1%;
  }
  body.page-template-template-contact .content ul.employees li:nth-child(5n+5) {
    border-right: 0;
  }
}
@media screen and (max-width: 767px) {
  body.page-template-template-contact .content ul.employees li img {
    display: block;
    max-width: 380px;
    margin: 0 auto;
  }
}
body.page-template-template-contact .content ul.employees li h2 {
  margin: 12px 0 3px 0;
  font-size: 17pt;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 115%;
}
body.page-template-template-contact .content ul.employees li h3 {
  margin: 0 0 10px 0;
  font-size: 11pt;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0;
}
body.page-template-template-contact .content ul.employees li h4 {
  text-transform: none;
  font-weight: 300;
  letter-spacing: 0;
  word-wrap: break-word;
}
body.page-template-template-contact .content ul.employees li h4 a {
  color: #5f6060;
  font-weight: 300;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
body.page-template-template-contact .content ul.employees li h4 a:hover {
  color: #5f6060;
}
#discover img {
  width: 100%;
}
.issuuembed {
  width: 100% !important;
  height: 540px !important;
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .issuuembed {
    height: 380px !important;
  }
}
@media screen and (min-width: 1221px) and (max-width: 1460px) {
  .issuuembed {
    height: 680px !important;
  }
}
@media screen and (min-width: 1461px) {
  .issuuembed {
    height: 810px !important;
  }
}
#discover img {
  width: 100%;
}
.issuuembed {
  width: 100% !important;
  height: 540px !important;
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .issuuembed {
    height: 380px !important;
  }
}
@media screen and (min-width: 1221px) and (max-width: 1460px) {
  .issuuembed {
    height: 680px !important;
  }
}
@media screen and (min-width: 1461px) {
  .issuuembed {
    height: 810px !important;
  }
}
.post-type-archive-adac_jobs .info {
  text-align: center;
}
.post-type-archive-adac_jobs #topPart {
  width: 100%;
  margin-top: 22px;
  margin-bottom: 50px;
}
.post-type-archive-adac_jobs #topPart img {
  width: 100%;
}
.post-type-archive-adac_jobs #jobs .bar {
  border-top: 1px solid #ddd;
  width: 100%;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .post-type-archive-adac_jobs #jobs .bar {
    display: none;
  }
}
.post-type-archive-adac_jobs #jobs h1 {
  margin-top: -30px;
  margin-bottom: 7px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 8px;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .post-type-archive-adac_jobs #jobs h1 {
    font-size: 32px;
    margin-top: -14px;
    letter-spacing: 3px;
    text-indent: -10px;
  }
}
.post-type-archive-adac_jobs #jobs h1 span {
  background-color: white;
  padding-left: 14px;
  padding-right: 5px;
}
.post-type-archive-adac_jobs div.col {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  line-height: 200%;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .post-type-archive-adac_jobs div.col {
    width: 100%;
    border: 0 !important;
    padding: 15px 0 0 0 !important;
  }
}
.post-type-archive-adac_jobs div.col ul {
  order: 2;
}
.post-type-archive-adac_jobs div.col ul li {
  list-style-type: none;
  margin-left: 0;
  padding-bottom: 30px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .post-type-archive-adac_jobs div.col ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.post-type-archive-adac_jobs div.col ul li h3,
.post-type-archive-adac_jobs div.col ul li h4,
.post-type-archive-adac_jobs div.col ul li h5 {
  font-size: 13pt;
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
}
.post-type-archive-adac_jobs div.col ul li h3 {
  font-weight: 700;
}
.post-type-archive-adac_jobs div.col ul li h4 {
  font-weight: 500;
}
.post-type-archive-adac_jobs div.col ul li h5 {
  font-weight: 300;
}
.post-type-archive-adac_jobs div.col ul li p {
  margin: 0px;
  line-height: 130%;
  margin-top: 4px;
  margin-bottom: 4px;
}
.post-type-archive-adac_jobs div.col ul li ul,
.post-type-archive-adac_jobs div.col ul li ol {
  padding-top: 10px;
}
.post-type-archive-adac_jobs div.col ul li ul li {
  list-style-type: disc;
}
.post-type-archive-adac_jobs div.col ul li ol li {
  list-style-type: decimal;
}
.post-type-archive-adac_jobs div.col ul li ul li,
.post-type-archive-adac_jobs div.col ul li ol li {
  padding-bottom: 2px;
  margin-left: 20px;
}
.post-type-archive-adac_jobs div.col .readMore {
  margin-left: 20px;
  font-style: italic;
  font-size: 11pt;
}
.post-type-archive-adac_jobs div.col .readMoreContent {
  display: none;
  padding-left: 20px;
}
.post-type-archive-adac_jobs .hline {
  clear: both;
  height: 1px;
  width: 100%;
  margin-left: 0%;
  border-top: 1px solid #939598;
  margin-top: 30px;
  margin-bottom: 40px;
}
.post-type-archive-adac_jobs .info {
  order: 1;
  margin-bottom: 20px;
}
.post-type-archive-adac_jobs .info p {
  line-height: 150%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .post-type-archive-adac_jobs .info p {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.post-type-archive-adac_jobs .info p .upper {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
}
body.page-events #topPart,
body.post-type-archive-adac_event #topPart {
  width: 100%;
  margin-top: 22px;
}
body.page-events #topPart img,
body.post-type-archive-adac_event #topPart img {
  width: 100%;
}
body.page-events #av,
body.post-type-archive-adac_event #av {
  height: 96px;
  width: 100%;
  text-align: center;
  font-size: 18px;
}
body.page-events #av img,
body.post-type-archive-adac_event #av img {
  padding-top: 30px;
  padding-bottom: 10px;
}
body ul.events {
  position: relative;
}
body ul.events h1 {
  margin-top: 40px;
}
body ul.events li.event {
  list-style-type: none;
  float: left;
  border-right: 1px solid #939598;
}
@media screen and (max-width: 767px) {
  body ul.events li.event {
    width: 95% !important;
    border: 0;
    padding: 0;
    height: auto !important;
    margin: 40px 2.5% 40px 2.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  body ul.events li.event {
    width: 35.15%;
    padding-left: 2.75%;
    padding-right: 2.75%;
    margin: 1.9874477% 0 2.40585774% 0;
  }
  body ul.events li.event:nth-of-type(3n+1) {
    width: 32.4%;
    padding-left: 0;
    border-left: 0;
  }
  body ul.events li.event:nth-of-type(3n) {
    width: 32.4%;
    padding-right: 0;
    border-right: 0;
  }
}
@media screen and (min-width: 980px) {
  body ul.events li.event {
    width: 20.7%;
    padding-left: 1.75%;
    padding-right: 1.75%;
    margin: 1.9874477% 0 2.40585774% 0;
  }
  body ul.events li.event:nth-of-type(5n+1) {
    width: 18.95%;
    padding-left: 0;
    border-left: 0;
  }
  body ul.events li.event:nth-of-type(5n) {
    width: 18.95%;
    padding-right: 0;
    border-right: 0;
  }
}
body ul.events li.event a.poster {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 131.25%;
  border: 1px solid #ccc;
}
body ul.events li.event a.poster.borderless {
  border: 0 !important;
}
@media screen and (max-width: 767px) {
  body ul.events li.event a.poster {
    width: 80%;
    max-width: 300px;
    height: auto;
    padding: 0;
    margin: 0 auto;
  }
}
body ul.events li.event a.poster img {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-bottom: 0.20920502%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  body ul.events li.event a.poster img {
    position: relative;
    display: block;
    height: auto;
  }
}
body ul.events li.event h2 {
  font-size: 18px;
  letter-spacing: 0px;
  text-transform: uppercase;
  line-height: 120%;
  margin: 15px 0;
}
body ul.events li.event h3 {
  font-size: 15px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 5px 0;
  line-height: 120%;
  font-weight: 500;
}
body ul.events li.event p {
  margin: 10px 0;
  font-size: 17px;
}
body ul.events li.event p a {
  text-decoration: underline;
}
/*

div.archive {
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 20px;
	margin-bottom: 30px;
}


nav.pagination {
	text-align: center;
	margin-top: 10px;
	font-size: 22px;

	h2 {
		display: none;
	}
}
*/
body.single-adac_event #eventNav {
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 20px;
  clear: both;
  width: 80%;
}
@media screen and (max-width: 767px) {
  body.single-adac_event #eventNav {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  body.single-adac_event #eventNav {
    width: 100%;
  }
}
body.single-adac_event #eventNav a {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "futura-pt", sans-serif;
  letter-spacing: 1px;
  font-size: 13px;
  color: #939598;
  text-decoration: none;
}
body.single-adac_event #eventNav a:hover {
  text-decoration: underline;
}
body.single-adac_event #eventNav a.prev {
  float: left;
}
body.single-adac_event #eventNav a.next {
  float: right;
}
body.single-adac_event #eventdetail {
  margin: 0 auto;
  padding-bottom: 40px;
  clear: both;
  width: 80%;
}
@media screen and (max-width: 767px) {
  body.single-adac_event #eventdetail {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  body.single-adac_event #eventdetail {
    width: 100%;
  }
}
body.single-adac_event #eventdetail img {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  max-width: 352px;
  border: 1px solid #ccc;
}
body.single-adac_event #eventdetail img.borderless {
  border: 0 !important;
}
@media screen and (max-width: 767px) {
  body.single-adac_event #eventdetail img {
    display: block;
    float: none;
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
  }
}
body.single-adac_event #eventdetail h2,
body.single-adac_event #eventdetail h3,
body.single-adac_event #eventdetail h4 {
  clear: none;
}
body.single-adac_event #eventdetail h2 {
  font-size: 24px;
  letter-spacing: 0px;
  text-transform: uppercase;
  line-height: 120%;
  margin: 15px 0;
}
body.single-adac_event #eventdetail h3 {
  font-size: 15px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 5px 0;
  line-height: 120%;
  font-weight: 500;
}
body.single-adac_event #eventdetail p {
  margin: 10px 0;
  font-size: 17px;
}
body.single-adac_event #eventdetail p a {
  text-decoration: underline;
}
body.single-adac_event #eventdetail a.register {
  text-transform: uppercase;
}
.home .main-slideshow {
  position: relative;
  height: 0;
  padding-bottom: 45.71129707%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home .main-slideshow {
    padding-bottom: 100%;
  }
}
.home .main-slideshow .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  border: 1px solid #ccc;
}
.home .main-slideshow .slide:first-child {
  display: block;
}
.home .main-slideshow .slidea {
  cursor: pointer;
}
.home .main-slideshow .slide img {
  position: absolute;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home .main-slideshow .slide img {
    border: 0;
  }
  .home .main-slideshow .slide img.image-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .home .main-slideshow .slide img.image-mobile {
    display: none !important;
  }
}
.home .main-slideshow .slide iframe {
  display: block;
  height: 100%;
  width: 100%;
}
.home .slideshow-dots {
  text-align: center;
}
.home .slideshow-dots a {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 10px;
  margin: 0px 3px 0 3px;
  border: 1px solid #939598;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.home .slideshow-dots a.active {
  background-color: #939598;
}
.home .blocks {
  margin-top: 40px;
  margin-bottom: 20px;
  height: 490px;
}
@media screen and (max-width: 767px) {
  .home .blocks {
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
    height: auto;
  }
}
.home .blocks .col {
  float: left;
  height: 100%;
  position: relative;
  width: 18.08%;
  margin: 0 1.2%;
}
@media screen and (max-width: 767px) {
  .home .blocks .col {
    width: 65%;
    max-width: 280px;
    margin: 20px auto 40px auto !important;
    float: none;
    height: auto;
  }
}
.home .blocks .col:nth-child(1) {
  margin-left: 0;
}
.home .blocks .col:nth-child(5) {
  margin-right: 0;
}
.home .blocks .col a.block {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  display: none;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .home .blocks .col a.block {
    position: relative;
  }
}
.home .blocks .col a.block:first-child {
  display: block;
}
.home .blocks .col a.block .images {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 132.68292683%;
  margin-bottom: 10px;
}
.home .blocks .col a.block .images img {
  border: 1px solid #ccc;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: auto;
  display: none;
}
.home .blocks .col a.block .images img:first-child {
  display: block;
}
.home .blocks .col a.block .images.borderless img {
  border: 0 !important;
}
.home .blocks .col a.block h3 {
  width: 100%;
  font-size: 17px;
  line-height: 130%;
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  color: #5f6060;
  margin-top: 0;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.home .blocks .col a.block h3 .leaveCaseAlone {
  text-transform: none;
}
.home .blocks .col a.block p {
  width: 100%;
  font-size: 16px;
  line-height: 130%;
  position: relative;
  text-decoration: none;
}
.home .blocks .col a.block p span {
  color: #5f6060;
  text-transform: uppercase;
}
.home .blocks .col a.block h4 {
  font-weight: 300;
  letter-spacing: 0;
  color: #5f6060;
  text-decoration: underline;
  font-size: 0.9em;
}
.home .blocks .col a.block:hover h4 {
  color: black;
}
body.page-legal div.col {
  float: left;
  width: 47%;
  line-height: 200%;
  padding-top: 0px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  body.page-legal div.col {
    width: 100%;
    border: 0 !important;
    padding: 0 !important;
  }
}
body.page-legal div.col.colleft {
  border-right: 1px solid #939598;
  padding-right: 3%;
}
body.page-legal div.col.colright {
  padding-left: 3%;
  margin-right: -20px;
}
body.page-legal div.col h1 {
  font-size: 31px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-top: -3px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  body.page-legal div.col h1 {
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
}
body.page-legal div.col h2 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: -6px;
}
@media screen and (max-width: 767px) {
  body.page-legal div.col h2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
body.page-legal div.col p {
  margin-bottom: 30px;
  line-height: 150%;
  color: #5f6060;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  body.page-legal div.col p {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#topPart {
  width: 100%;
  height: 438px;
  margin-top: 22px;
}
#topPart img {
  width: 100%;
  height: 438px;
}
.events {
  position: relative;
}
.events .bar {
  position: absolute;
  border-top: 1px solid #ddd;
  width: 100%;
  height: 1px;
  top: 23px;
  z-index: 90;
}
.events h1 {
  position: relative;
  z-index: 100;
  margin-top: 32px;
  margin-bottom: 7px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 8px;
  font-size: 32px;
}
.events h1 span {
  background-color: white;
  padding-left: 14px;
  padding-right: 5px;
}
.events .event {
  float: left;
  width: 160px;
  min-height: 465px;
  padding-left: 19px;
  padding-right: 19px;
  border-right: 1px solid #939598;
  margin-top: 19px;
  margin-bottom: 23px;
}
.events .event.first {
  padding-left: 0px;
}
.events .event.last {
  padding-right: 0px;
  border-right: 0;
}
.events .event img {
  width: 160px;
  height: 210px;
  margin-bottom: 2px;
}
.events .event h2 {
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 4px;
}
.events .event h3 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
  letter-spacing: 2px;
  line-height: 100%;
}
.events .event p {
  font-size: 15px;
  lline-height: 150%;
}
div#archive {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 30px;
}
div.pagination {
  text-align: center;
  margin-top: 10px;
}
div.pagination {
  font-size: 22px;
}
#issuu {
  clear: both;
  padding-top: 30px;
  width: 956px;
  height: 660px;
}
#issuu object embed {
  width: 956px;
  height: 660px;
}
body.post-type-archive-adac_press .embed-container-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.8;
}
body.post-type-archive-adac_press > .embed-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 0;
  padding-bottom: 56.25%;
}
body.post-type-archive-adac_press > .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.post-type-archive-adac_press div.col h4 {
  font-weight: 500;
}
body.post-type-archive-adac_press div.col ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0;
  padding: 0px 0 30px;
  border-bottom: 1px solid #939598;
}
body.post-type-archive-adac_press div.col ul .cf {
  width: 100%;
  text-align: center;
}
body.post-type-archive-adac_press div.col ul .cf .loading {
  width: auto;
  display: none;
  margin: 20px 0;
}
body.post-type-archive-adac_press div.col ul a.load_more {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  padding: 10px 0;
}
@media screen and (min-width: 960px) {
  body.post-type-archive-adac_press div.col ul.adactv li {
    width: 31%;
  }
}
body.post-type-archive-adac_press div.col ul li {
  position: relative;
  display: block;
  list-style-type: none;
  margin: 0;
  margin-bottom: 4%;
  width: 18%;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-adac_press div.col ul li {
    width: 100%;
    padding: 13%;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  body.post-type-archive-adac_press div.col ul li {
    width: 31%;
  }
}
body.post-type-archive-adac_press div.col ul li .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
body.post-type-archive-adac_press div.col ul li iframe {
  display: none;
}
body.post-type-archive-adac_press div.col ul li a {
  text-decoration: none;
}
body.post-type-archive-adac_press div.col ul li a:hover p {
  color: black;
}
body.post-type-archive-adac_press div.col ul li p {
  margin: 6px 0 0 0;
  line-height: 110%;
  text-decoration: none;
  transition: 0.3s;
}
body.post-type-archive-adac_press div.col ul li p:first-of-type {
  text-transform: uppercase;
}
body.post-type-archive-adac_press div.col ul li img {
  border: 1px solid #ccc;
}
#register {
  margin-top: 50px;
}
#register .bar {
  border-top: 1px solid #ddd;
  width: 100%;
  height: 1px;
}
#register h1 {
  margin-top: -30px;
  margin-bottom: 7px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 8px;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #register h1 {
    font-size: 24px;
    margin-top: -18px;
    letter-spacing: 3px;
    text-indent: -10px;
  }
}
#register h1 span {
  background-color: white;
  padding-left: 14px;
  padding-right: 5px;
}
#register div.col {
  float: left;
  width: 47%;
  line-height: 200%;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  #register div.col {
    width: 100%;
    border: 0 !important;
    padding: 15px 0 0 0 !important;
  }
}
@media screen and (max-width: 767px) {
  #register div.col p {
    line-height: 130%;
  }
}
#register div.col .hline {
  clear: both;
  height: 1px;
  width: 100%;
  margin-left: 0%;
  border-top: 1px solid #939598;
  margin-top: 30px;
  margin-bottom: 40px;
}
#register div.col input[type="submit"] {
  width: 100%;
}
/*
#stars {
	position: relative;
	margin-top: 30px;
}
	
	#stars .bar {
		position: absolute;
		border-top: 1px solid #ddd;
		width: 100%;
		height: 1px;
		top: 23px;
		z-index: 90;
	}
	
	#stars h1 {
		position: relative;
		z-index: 100;
		margin-top: 32px;
		margin-bottom: 30px;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 8px;
		font-size: 32px;
	}
	
		#stars h1 span {
			background-color: white;
			padding-left: 14px;
			padding-right: 5px;
		}
	
	
.star {
	float: left;
	width: 205px;
	padding-left: 22px;
	padding-right: 22px;
	border-right: 1px solid @grey_light;
	margin-bottom: 80px;
}

	.star.first {
		padding-left: 0px;
	}
	
	.star.last {
		padding-right: 0px;
		border-right: 0px;
	}
	
	.star h2 {
		text-transform: uppercase;
		font-size: 24px;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 0px;
		letter-spacing: 2px;
		line-height: 24px;
	}
	
	.star h3 {
		font-size: 14px;
		text-align: center;
		margin-bottom: 22px;
	}
	

.starimage {
	width: 205px;
	height: 272px;
	border: 1px solid #ddd;
}

.starimage2, .starimage3 {
	margin-bottom: 25px;
}

.starimage4 {
	margin-bottom: -6px;
}














*/
body.search-results .info {
  margin: 0 auto;
  width: 70%;
  padding-top: 40px;
  padding-bottom: 40px;
  clear: both;
}
body.search-results ul.results {
  margin: 0 auto;
  width: 70%;
}
body.search-results ul.results li {
  margin-left: 0;
  padding: 30px 0 40px 0;
  clear: both;
  list-style: none;
  border-bottom: 1px solid #939598;
}
body.search-results ul.results li img {
  max-width: 180px;
  max-height: 250px;
  width: auto;
  height: auto;
  float: right;
  margin: 0 20px 10px 20px;
  border: 1px solid #ccc;
}
body.search-results ul.results li h2 {
  margin-top: 10px;
  font-size: 36px;
  clear: none;
  line-height: 120%;
}
body.search-results ul.results li h2 a {
  color: #5f6060;
}
body.search-results ul.results li h2 a:hover {
  color: #5f6060;
  text-decoration: underline;
}
body.search-results ul.results li h3 {
  ffont-style: italic;
  font-family: "futura-pt", sans-serif;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: uppercase;
  color: #939598;
  clear: none;
}
body.search-results ul.results li p {
  font-size: 14pt;
  line-height: 150%;
  margin-top: 5px;
  clear: none;
}
@media screen and (max-width: 767px) {
  body.single-adac_showroom #backtoresults,
  body.post-type-archive-adac_showroom #backtoresults,
  body.page-showrooms #backtoresults,
  body.page-designers-and-architects #backtoresults,
  body.page-restaurants-and-catering #backtoresults {
    padding-left: 10px;
    padding-right: 10px;
  }
}
body.single-adac_showroom .search,
body.post-type-archive-adac_showroom .search,
body.page-showrooms .search,
body.page-designers-and-architects .search,
body.page-restaurants-and-catering .search {
  margin: 20px 0 55px 0;
}
body.single-adac_showroom .search .col,
body.post-type-archive-adac_showroom .search .col,
body.page-showrooms .search .col,
body.page-designers-and-architects .search .col,
body.page-restaurants-and-catering .search .col {
  width: 49%;
  float: left;
  margin-right: 2%;
}
body.single-adac_showroom .search .col:nth-child(even),
body.post-type-archive-adac_showroom .search .col:nth-child(even),
body.page-showrooms .search .col:nth-child(even),
body.page-designers-and-architects .search .col:nth-child(even),
body.page-restaurants-and-catering .search .col:nth-child(even) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  body.single-adac_showroom .search .col,
  body.post-type-archive-adac_showroom .search .col,
  body.page-showrooms .search .col,
  body.page-designers-and-architects .search .col,
  body.page-restaurants-and-catering .search .col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
body.single-adac_showroom .search h3,
body.post-type-archive-adac_showroom .search h3,
body.page-showrooms .search h3,
body.page-designers-and-architects .search h3,
body.page-restaurants-and-catering .search h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 17pt;
  font-weight: 300;
}
body.single-adac_showroom .search .showroom_search,
body.post-type-archive-adac_showroom .search .showroom_search,
body.page-showrooms .search .showroom_search,
body.page-designers-and-architects .search .showroom_search,
body.page-restaurants-and-catering .search .showroom_search {
  color: #5f6060;
  border: 1px solid #5f6060;
  background-color: white;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  padding: 5px 10px 5px 10px;
  margin: 5px 0.52301255% 5px 0;
}
body.single-adac_showroom .search .showroom_search.showroom_search_options,
body.post-type-archive-adac_showroom .search .showroom_search.showroom_search_options,
body.page-showrooms .search .showroom_search.showroom_search_options,
body.page-designers-and-architects .search .showroom_search.showroom_search_options,
body.page-restaurants-and-catering .search .showroom_search.showroom_search_options {
  display: none;
}
body.single-adac_showroom .search .showroom_search.inuse,
body.post-type-archive-adac_showroom .search .showroom_search.inuse,
body.page-showrooms .search .showroom_search.inuse,
body.page-designers-and-architects .search .showroom_search.inuse,
body.page-restaurants-and-catering .search .showroom_search.inuse {
  color: #444;
  border: 1px solid #444;
}
@media screen and (max-width: 767px) {
  body.single-adac_showroom .search .showroom_search,
  body.post-type-archive-adac_showroom .search .showroom_search,
  body.page-showrooms .search .showroom_search,
  body.page-designers-and-architects .search .showroom_search,
  body.page-restaurants-and-catering .search .showroom_search {
    box-sizing: border-box;
    width: 98%;
    margin: 1% 1%;
  }
}
body.single-adac_showroom .search .showroom_search option,
body.post-type-archive-adac_showroom .search .showroom_search option,
body.page-showrooms .search .showroom_search option,
body.page-designers-and-architects .search .showroom_search option,
body.page-restaurants-and-catering .search .showroom_search option {
  text-transform: none;
}
body.single-adac_showroom .search .showroom_search_reset,
body.post-type-archive-adac_showroom .search .showroom_search_reset,
body.page-showrooms .search .showroom_search_reset,
body.page-designers-and-architects .search .showroom_search_reset,
body.page-restaurants-and-catering .search .showroom_search_reset {
  color: white;
  text-transform: uppercase;
  border: 1px solid #5f6060;
  background-color: #5f6060;
  font-size: 17px;
  padding: 3px 10px 3px 10px;
  margin: 15px 0.52301255% 55px 1%;
  width: 15.69037657%;
  transition: all 0.3s;
}
body.single-adac_showroom .search .showroom_search_reset:hover,
body.post-type-archive-adac_showroom .search .showroom_search_reset:hover,
body.page-showrooms .search .showroom_search_reset:hover,
body.page-designers-and-architects .search .showroom_search_reset:hover,
body.page-restaurants-and-catering .search .showroom_search_reset:hover {
  background-color: #2c2d2d;
  border: 1px solid #2c2d2d;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  body.single-adac_showroom .search .showroom_search_reset,
  body.post-type-archive-adac_showroom .search .showroom_search_reset,
  body.page-showrooms .search .showroom_search_reset,
  body.page-designers-and-architects .search .showroom_search_reset,
  body.page-restaurants-and-catering .search .showroom_search_reset {
    width: auto;
    padding: 3px 30px 3px 30px;
  }
}
body.single-adac_showroom .showrooms-list,
body.post-type-archive-adac_showroom .showrooms-list,
body.page-showrooms .showrooms-list,
body.page-designers-and-architects .showrooms-list,
body.page-restaurants-and-catering .showrooms-list {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #939598;
  /*
		ul.only-buttons {
			text-align: justify;

			&:after {
				content: '';
				display: inline-block;
				width: 100%;
			}

			li {
				display: inline-block;
				border: 1px solid @grey_light;
				padding: 10px 20px;
				margin: 0;
				font-size: 11pt;
				text-transform: uppercase;
				letter-spacing: 2px;
				transition: 0.3s all;
				cursor: pointer;

				padding: 10px 20px;
				@media screen and (max-width: (@tablet - 1)) {
					// all phones
				}
				@media screen and (min-width: @tablet) and (max-width: (@small + @page_padding)) {
					// tablet to normal desktop
				}
				padding: 10px 30px;
				@media screen and (min-width: (@medium + @page_padding + 1)) and (max-width: (@large + @page_padding))  {
					// large screens
					padding: 10px 40px;
				}
				@media screen and (min-width: (@large + @page_padding + 1)) {
					// huge screens
					padding: 10px 50px;
				}

				&:hover {
					background-color: @grey_light;
					color: white;
				}
				&.active {
					background-color: @grey_medium;
					color: white;
				}
			}

			@media screen and (max-width: (@small + @page_padding)) { // tablet down
				text-align: center;

				li {
					margin-bottom: 4px;
					clear: both;
					display: block;
				}
			}
		}
		*/
}
body.single-adac_showroom .showrooms-list h1,
body.post-type-archive-adac_showroom .showrooms-list h1,
body.page-showrooms .showrooms-list h1,
body.page-designers-and-architects .showrooms-list h1,
body.page-restaurants-and-catering .showrooms-list h1 {
  text-transform: uppercase;
  letter-spacing: 8px;
  font-size: 40px;
  font-weight: 300;
  margin-top: 30px;
  text-align: left !important;
}
body.single-adac_showroom .showrooms-list h1::before,
body.post-type-archive-adac_showroom .showrooms-list h1::before,
body.page-showrooms .showrooms-list h1::before,
body.page-designers-and-architects .showrooms-list h1::before,
body.page-restaurants-and-catering .showrooms-list h1::before,
body.single-adac_showroom .showrooms-list h1::after,
body.post-type-archive-adac_showroom .showrooms-list h1::after,
body.page-showrooms .showrooms-list h1::after,
body.page-designers-and-architects .showrooms-list h1::after,
body.page-restaurants-and-catering .showrooms-list h1::after {
  display: none !important;
}
@media screen and (max-width: 767px) {
  body.single-adac_showroom .showrooms-list h1,
  body.post-type-archive-adac_showroom .showrooms-list h1,
  body.page-showrooms .showrooms-list h1,
  body.page-designers-and-architects .showrooms-list h1,
  body.page-restaurants-and-catering .showrooms-list h1 {
    font-size: 24px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 767px) {
  body.single-adac_showroom .showrooms-list h1,
  body.post-type-archive-adac_showroom .showrooms-list h1,
  body.page-showrooms .showrooms-list h1,
  body.page-designers-and-architects .showrooms-list h1,
  body.page-restaurants-and-catering .showrooms-list h1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
body.single-adac_showroom .showrooms-list h2,
body.post-type-archive-adac_showroom .showrooms-list h2,
body.page-showrooms .showrooms-list h2,
body.page-designers-and-architects .showrooms-list h2,
body.page-restaurants-and-catering .showrooms-list h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 2px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  body.single-adac_showroom .showrooms-list h2,
  body.post-type-archive-adac_showroom .showrooms-list h2,
  body.page-showrooms .showrooms-list h2,
  body.page-designers-and-architects .showrooms-list h2,
  body.page-restaurants-and-catering .showrooms-list h2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
body.single-adac_showroom .showrooms-list #back_to_search,
body.post-type-archive-adac_showroom .showrooms-list #back_to_search,
body.page-showrooms .showrooms-list #back_to_search,
body.page-designers-and-architects .showrooms-list #back_to_search,
body.page-restaurants-and-catering .showrooms-list #back_to_search {
  display: none;
  position: relative;
  top: -20px;
}
body.single-adac_showroom .showrooms-list .columnheadings,
body.post-type-archive-adac_showroom .showrooms-list .columnheadings,
body.page-showrooms .showrooms-list .columnheadings,
body.page-designers-and-architects .showrooms-list .columnheadings,
body.page-restaurants-and-catering .showrooms-list .columnheadings,
body.single-adac_showroom .showrooms-list .showroom,
body.post-type-archive-adac_showroom .showrooms-list .showroom,
body.page-showrooms .showrooms-list .showroom,
body.page-designers-and-architects .showrooms-list .showroom,
body.page-restaurants-and-catering .showrooms-list .showroom {
  width: 100%;
  padding-top: 4px;
  padding-bottom: 6px;
  clear: both;
}
body.single-adac_showroom .showrooms-list .columnheadings.hidden_by_default,
body.post-type-archive-adac_showroom .showrooms-list .columnheadings.hidden_by_default,
body.page-showrooms .showrooms-list .columnheadings.hidden_by_default,
body.page-designers-and-architects .showrooms-list .columnheadings.hidden_by_default,
body.page-restaurants-and-catering .showrooms-list .columnheadings.hidden_by_default,
body.single-adac_showroom .showrooms-list .showroom.hidden_by_default,
body.post-type-archive-adac_showroom .showrooms-list .showroom.hidden_by_default,
body.page-showrooms .showrooms-list .showroom.hidden_by_default,
body.page-designers-and-architects .showrooms-list .showroom.hidden_by_default,
body.page-restaurants-and-catering .showrooms-list .showroom.hidden_by_default,
body.single-adac_showroom .showrooms-list .columnheadings.hidden_by_search,
body.post-type-archive-adac_showroom .showrooms-list .columnheadings.hidden_by_search,
body.page-showrooms .showrooms-list .columnheadings.hidden_by_search,
body.page-designers-and-architects .showrooms-list .columnheadings.hidden_by_search,
body.page-restaurants-and-catering .showrooms-list .columnheadings.hidden_by_search,
body.single-adac_showroom .showrooms-list .showroom.hidden_by_search,
body.post-type-archive-adac_showroom .showrooms-list .showroom.hidden_by_search,
body.page-showrooms .showrooms-list .showroom.hidden_by_search,
body.page-designers-and-architects .showrooms-list .showroom.hidden_by_search,
body.page-restaurants-and-catering .showrooms-list .showroom.hidden_by_search,
body.single-adac_showroom .showrooms-list .columnheadings.hidden_by_filter,
body.post-type-archive-adac_showroom .showrooms-list .columnheadings.hidden_by_filter,
body.page-showrooms .showrooms-list .columnheadings.hidden_by_filter,
body.page-designers-and-architects .showrooms-list .columnheadings.hidden_by_filter,
body.page-restaurants-and-catering .showrooms-list .columnheadings.hidden_by_filter,
body.single-adac_showroom .showrooms-list .showroom.hidden_by_filter,
body.post-type-archive-adac_showroom .showrooms-list .showroom.hidden_by_filter,
body.page-showrooms .showrooms-list .showroom.hidden_by_filter,
body.page-designers-and-architects .showrooms-list .showroom.hidden_by_filter,
body.page-restaurants-and-catering .showrooms-list .showroom.hidden_by_filter {
  display: none !important;
}
body.single-adac_showroom .showrooms-list .columnheadings div,
body.post-type-archive-adac_showroom .showrooms-list .columnheadings div,
body.page-showrooms .showrooms-list .columnheadings div,
body.page-designers-and-architects .showrooms-list .columnheadings div,
body.page-restaurants-and-catering .showrooms-list .columnheadings div,
body.single-adac_showroom .showrooms-list .showroom div,
body.post-type-archive-adac_showroom .showrooms-list .showroom div,
body.page-showrooms .showrooms-list .showroom div,
body.page-designers-and-architects .showrooms-list .showroom div,
body.page-restaurants-and-catering .showrooms-list .showroom div {
  float: left;
}
body.single-adac_showroom .showrooms-list .columnheadings div.name,
body.post-type-archive-adac_showroom .showrooms-list .columnheadings div.name,
body.page-showrooms .showrooms-list .columnheadings div.name,
body.page-designers-and-architects .showrooms-list .columnheadings div.name,
body.page-restaurants-and-catering .showrooms-list .columnheadings div.name,
body.single-adac_showroom .showrooms-list .showroom div.name,
body.post-type-archive-adac_showroom .showrooms-list .showroom div.name,
body.page-showrooms .showrooms-list .showroom div.name,
body.page-designers-and-architects .showrooms-list .showroom div.name,
body.page-restaurants-and-catering .showrooms-list .showroom div.name {
  width: 60%;
}
body.single-adac_showroom .showrooms-list .columnheadings div.suite,
body.post-type-archive-adac_showroom .showrooms-list .columnheadings div.suite,
body.page-showrooms .showrooms-list .columnheadings div.suite,
body.page-designers-and-architects .showrooms-list .columnheadings div.suite,
body.page-restaurants-and-catering .showrooms-list .columnheadings div.suite,
body.single-adac_showroom .showrooms-list .showroom div.suite,
body.post-type-archive-adac_showroom .showrooms-list .showroom div.suite,
body.page-showrooms .showrooms-list .showroom div.suite,
body.page-designers-and-architects .showrooms-list .showroom div.suite,
body.page-restaurants-and-catering .showrooms-list .showroom div.suite {
  width: 20%;
}
body.single-adac_showroom .showrooms-list .columnheadings div.phone,
body.post-type-archive-adac_showroom .showrooms-list .columnheadings div.phone,
body.page-showrooms .showrooms-list .columnheadings div.phone,
body.page-designers-and-architects .showrooms-list .columnheadings div.phone,
body.page-restaurants-and-catering .showrooms-list .columnheadings div.phone,
body.single-adac_showroom .showrooms-list .showroom div.phone,
body.post-type-archive-adac_showroom .showrooms-list .showroom div.phone,
body.page-showrooms .showrooms-list .showroom div.phone,
body.page-designers-and-architects .showrooms-list .showroom div.phone,
body.page-restaurants-and-catering .showrooms-list .showroom div.phone {
  width: 20%;
}
@media screen and (max-width: 767px) {
  body.single-adac_showroom .showrooms-list .columnheadings div.name,
  body.post-type-archive-adac_showroom .showrooms-list .columnheadings div.name,
  body.page-showrooms .showrooms-list .columnheadings div.name,
  body.page-designers-and-architects .showrooms-list .columnheadings div.name,
  body.page-restaurants-and-catering .showrooms-list .columnheadings div.name,
  body.single-adac_showroom .showrooms-list .showroom div.name,
  body.post-type-archive-adac_showroom .showrooms-list .showroom div.name,
  body.page-showrooms .showrooms-list .showroom div.name,
  body.page-designers-and-architects .showrooms-list .showroom div.name,
  body.page-restaurants-and-catering .showrooms-list .showroom div.name {
    width: 100%;
    font-size: 24px;
  }
  body.single-adac_showroom .showrooms-list .columnheadings div.suite,
  body.post-type-archive-adac_showroom .showrooms-list .columnheadings div.suite,
  body.page-showrooms .showrooms-list .columnheadings div.suite,
  body.page-designers-and-architects .showrooms-list .columnheadings div.suite,
  body.page-restaurants-and-catering .showrooms-list .columnheadings div.suite,
  body.single-adac_showroom .showrooms-list .showroom div.suite,
  body.post-type-archive-adac_showroom .showrooms-list .showroom div.suite,
  body.page-showrooms .showrooms-list .showroom div.suite,
  body.page-designers-and-architects .showrooms-list .showroom div.suite,
  body.page-restaurants-and-catering .showrooms-list .showroom div.suite,
  body.single-adac_showroom .showrooms-list .columnheadings div.phone,
  body.post-type-archive-adac_showroom .showrooms-list .columnheadings div.phone,
  body.page-showrooms .showrooms-list .columnheadings div.phone,
  body.page-designers-and-architects .showrooms-list .columnheadings div.phone,
  body.page-restaurants-and-catering .showrooms-list .columnheadings div.phone,
  body.single-adac_showroom .showrooms-list .showroom div.phone,
  body.post-type-archive-adac_showroom .showrooms-list .showroom div.phone,
  body.page-showrooms .showrooms-list .showroom div.phone,
  body.page-designers-and-architects .showrooms-list .showroom div.phone,
  body.page-restaurants-and-catering .showrooms-list .showroom div.phone {
    width: 50%;
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  body.single-adac_showroom .showrooms-list .columnheadings div.name,
  body.post-type-archive-adac_showroom .showrooms-list .columnheadings div.name,
  body.page-showrooms .showrooms-list .columnheadings div.name,
  body.page-designers-and-architects .showrooms-list .columnheadings div.name,
  body.page-restaurants-and-catering .showrooms-list .columnheadings div.name,
  body.single-adac_showroom .showrooms-list .showroom div.name,
  body.post-type-archive-adac_showroom .showrooms-list .showroom div.name,
  body.page-showrooms .showrooms-list .showroom div.name,
  body.page-designers-and-architects .showrooms-list .showroom div.name,
  body.page-restaurants-and-catering .showrooms-list .showroom div.name {
    width: 60%;
  }
  body.single-adac_showroom .showrooms-list .columnheadings div.suite,
  body.post-type-archive-adac_showroom .showrooms-list .columnheadings div.suite,
  body.page-showrooms .showrooms-list .columnheadings div.suite,
  body.page-designers-and-architects .showrooms-list .columnheadings div.suite,
  body.page-restaurants-and-catering .showrooms-list .columnheadings div.suite,
  body.single-adac_showroom .showrooms-list .showroom div.suite,
  body.post-type-archive-adac_showroom .showrooms-list .showroom div.suite,
  body.page-showrooms .showrooms-list .showroom div.suite,
  body.page-designers-and-architects .showrooms-list .showroom div.suite,
  body.page-restaurants-and-catering .showrooms-list .showroom div.suite {
    width: 20%;
  }
  body.single-adac_showroom .showrooms-list .columnheadings div.phone,
  body.post-type-archive-adac_showroom .showrooms-list .columnheadings div.phone,
  body.page-showrooms .showrooms-list .columnheadings div.phone,
  body.page-designers-and-architects .showrooms-list .columnheadings div.phone,
  body.page-restaurants-and-catering .showrooms-list .columnheadings div.phone,
  body.single-adac_showroom .showrooms-list .showroom div.phone,
  body.post-type-archive-adac_showroom .showrooms-list .showroom div.phone,
  body.page-showrooms .showrooms-list .showroom div.phone,
  body.page-designers-and-architects .showrooms-list .showroom div.phone,
  body.page-restaurants-and-catering .showrooms-list .showroom div.phone {
    width: 20%;
  }
}
body.single-adac_showroom .showrooms-list .columnheadings,
body.post-type-archive-adac_showroom .showrooms-list .columnheadings,
body.page-showrooms .showrooms-list .columnheadings,
body.page-designers-and-architects .showrooms-list .columnheadings,
body.page-restaurants-and-catering .showrooms-list .columnheadings {
  height: 60px;
}
@media screen and (max-width: 767px) {
  body.single-adac_showroom .showrooms-list .columnheadings,
  body.post-type-archive-adac_showroom .showrooms-list .columnheadings,
  body.page-showrooms .showrooms-list .columnheadings,
  body.page-designers-and-architects .showrooms-list .columnheadings,
  body.page-restaurants-and-catering .showrooms-list .columnheadings {
    display: none !important;
  }
}
body.single-adac_showroom .showrooms-list .columnheadings div,
body.post-type-archive-adac_showroom .showrooms-list .columnheadings div,
body.page-showrooms .showrooms-list .columnheadings div,
body.page-designers-and-architects .showrooms-list .columnheadings div,
body.page-restaurants-and-catering .showrooms-list .columnheadings div {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
}
body.single-adac_showroom .showrooms-list .columnheadings div a,
body.post-type-archive-adac_showroom .showrooms-list .columnheadings div a,
body.page-showrooms .showrooms-list .columnheadings div a,
body.page-designers-and-architects .showrooms-list .columnheadings div a,
body.page-restaurants-and-catering .showrooms-list .columnheadings div a {
  position: relative;
  top: -8px;
  font-weight: 500;
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0px;
}
body.single-adac_showroom .showrooms-list .showroom,
body.post-type-archive-adac_showroom .showrooms-list .showroom,
body.page-showrooms .showrooms-list .showroom,
body.page-designers-and-architects .showrooms-list .showroom,
body.page-restaurants-and-catering .showrooms-list .showroom {
  display: block;
  font-size: 19px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  color: #5f6060;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  body.single-adac_showroom .showrooms-list .showroom,
  body.post-type-archive-adac_showroom .showrooms-list .showroom,
  body.page-showrooms .showrooms-list .showroom,
  body.page-designers-and-architects .showrooms-list .showroom,
  body.page-restaurants-and-catering .showrooms-list .showroom {
    border-top: 1px solid #939598;
  }
}
@media screen and (max-width: 767px) {
  body.single-adac_showroom .showrooms-list .showroom div,
  body.post-type-archive-adac_showroom .showrooms-list .showroom div,
  body.page-showrooms .showrooms-list .showroom div,
  body.page-designers-and-architects .showrooms-list .showroom div,
  body.page-restaurants-and-catering .showrooms-list .showroom div {
    padding-left: 10px;
    padding-right: 10px;
  }
}
body.single-adac_showroom .showrooms-list .showroom div span,
body.post-type-archive-adac_showroom .showrooms-list .showroom div span,
body.page-showrooms .showrooms-list .showroom div span,
body.page-designers-and-architects .showrooms-list .showroom div span,
body.page-restaurants-and-catering .showrooms-list .showroom div span {
  display: none;
}
@media screen and (max-width: 767px) {
  body.single-adac_showroom .showrooms-list .showroom div span,
  body.post-type-archive-adac_showroom .showrooms-list .showroom div span,
  body.page-showrooms .showrooms-list .showroom div span,
  body.page-designers-and-architects .showrooms-list .showroom div span,
  body.page-restaurants-and-catering .showrooms-list .showroom div span {
    display: inline;
  }
}
body.single-adac_showroom .showrooms-list .showroom:hover,
body.post-type-archive-adac_showroom .showrooms-list .showroom:hover,
body.page-showrooms .showrooms-list .showroom:hover,
body.page-designers-and-architects .showrooms-list .showroom:hover,
body.page-restaurants-and-catering .showrooms-list .showroom:hover {
  border-top: 1px solid #939598;
  border-bottom: 1px solid #939598;
  color: #5f6060;
}
body.single-adac_showroom .showrooms-list .noshowrooms,
body.post-type-archive-adac_showroom .showrooms-list .noshowrooms,
body.page-showrooms .showrooms-list .noshowrooms,
body.page-designers-and-architects .showrooms-list .noshowrooms,
body.page-restaurants-and-catering .showrooms-list .noshowrooms {
  font-size: 19px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  display: none;
}
@media screen and (max-width: 767px) {
  body.single-adac_showroom .showrooms-list .noshowrooms,
  body.post-type-archive-adac_showroom .showrooms-list .noshowrooms,
  body.page-showrooms .showrooms-list .noshowrooms,
  body.page-designers-and-architects .showrooms-list .noshowrooms,
  body.page-restaurants-and-catering .showrooms-list .noshowrooms {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.single-adac_showroom #showroomindividualtoprule {
  width: 100%;
  height: 50px;
  border-top: 1px solid #939598;
  display: none;
}
.single-adac_showroom .showroom-details .colleft {
  float: left;
  width: 42%;
  padding-right: 3%;
}
@media screen and (max-width: 767px) {
  .single-adac_showroom .showroom-details .colleft {
    width: 100%;
  }
}
@media screen and (min-width: 1221px) and (max-width: 1460px) {
  .single-adac_showroom .showroom-details .colleft {
    width: 42.5%;
  }
}
@media screen and (min-width: 1461px) {
  .single-adac_showroom .showroom-details .colleft {
    width: 35%;
  }
}
.single-adac_showroom .showroom-details .colleft h2 {
  font-weight: 500;
  font-size: 34px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .single-adac_showroom .showroom-details .colleft h2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.single-adac_showroom .showroom-details .colleft h4 {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16pt;
  margin: 20px 0 10px 0;
}
.single-adac_showroom .showroom-details .colright {
  float: right;
  width: 55%;
}
@media screen and (max-width: 767px) {
  .single-adac_showroom .showroom-details .colright {
    width: 100%;
    margin-top: 40px;
  }
}
.single-adac_showroom .showroom-details .colright img {
  display: block;
}
.single-adac_showroom .showroom-details .colright hr {
  display: block;
  border: 0;
  height: 1px;
  width: 100%;
  background-color: #939598;
  margin: 4% 0;
}
.single-adac_showroom .showroom-details .colright .photos a.view-more,
.single-adac_showroom .showroom-details .colright .ads a.view-more {
  width: 100%;
  text-align: right;
}
.single-adac_showroom .showroom-details .colright .photos a,
.single-adac_showroom .showroom-details .colright .ads a {
  display: block;
  float: left;
  width: 48%;
  margin-bottom: 4%;
}
.single-adac_showroom .showroom-details .colright .photos a:nth-child(odd),
.single-adac_showroom .showroom-details .colright .ads a:nth-child(odd) {
  margin-right: 4%;
}
.single-adac_showroom .showroom-details .colright .photos a.hidden,
.single-adac_showroom .showroom-details .colright .ads a.hidden {
  display: none;
}
.single-adac_showroom .showroom-details .colright .photos a img,
.single-adac_showroom .showroom-details .colright .ads a img {
  width: 100%;
  border: 1px solid #ccc;
}
.single-adac_showroom .showroom-details .colright #pinterest-widget > span {
  max-width: none;
}
.single-adac_showroom .showroom-details img.logo {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 260px;
  margin-bottom: 20px;
}
.single-adac_showroom .showroom-details p.detail {
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 5px;
}
.single-adac_showroom .showroom-details p.detail span {
  display: inline-block;
  width: 70px;
}
@media screen and (max-width: 767px) {
  .single-adac_showroom .showroom-details p.detail {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.single-adac_showroom .showroom-details p.social {
  margin: 5px 0;
}
.single-adac_showroom .showroom-details p.social a {
  display: inline-block;
  opacity: 0.7;
  transition: 0.3s;
}
.single-adac_showroom .showroom-details p.social a img {
  width: 24px;
}
.single-adac_showroom .showroom-details p.social a:hover {
  opacity: 1;
}
.single-adac_showroom .showroom-details div.blurb {
  margin-top: 20px;
}
body.page-template-template-special-event .content div.col {
  text-align: center;
  line-height: 200%;
  padding-top: 15px;
  width: 100%;
  max-width: 800px;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  body.page-template-template-special-event .content div.col {
    width: 100%;
    border: 0 !important;
    padding: 0;
  }
}
body.page-template-template-special-event .content div.col h2 {
  text-align: center;
  font-size: 32px;
  letter-spacing: 1px;
}
body.page-template-template-special-event .content div.col h3 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
}
body.page-template-template-special-event .content .issuuembed {
  width: 100%;
  height: 780px;
  height: 690px;
  max-height: 95vh;
}
@media screen and (max-width: 767px) {
  body.page-template-template-special-event .content .issuuembed {
    height: 400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  body.page-template-template-special-event .content .issuuembed {
    height: 540px;
  }
}
@media screen and (min-width: 1221px) and (max-width: 1460px) {
  body.page-template-template-special-event .content .issuuembed {
    height: 850px;
  }
}
@media screen and (min-width: 1461px) {
  body.page-template-template-special-event .content .issuuembed {
    height: 1010px;
  }
}
body.post-type-archive-adac_btw_issue .archives,
body.single-adac_btw_issue .archives,
body.page-template-template-special-event .archives {
  margin: 40px 0 0 0;
  text-align: center;
}
body.post-type-archive-adac_btw_issue .archives li,
body.single-adac_btw_issue .archives li,
body.page-template-template-special-event .archives li {
  margin: 10px 0 0 0;
  list-style-type: none;
}
body.post-type-archive-adac_btw_issue .archives li a,
body.single-adac_btw_issue .archives li a,
body.page-template-template-special-event .archives li a {
  font-size: 20px;
  text-decoration: none;
}
#topPart {
  width: 640px;
  height: 385px;
  margin: auto;
  margin-top: 22px;
  padding-bottom: 32px;
}
.videos {
  position: relative;
}
.videos .bar {
  position: absolute;
  border-top: 1px solid #ddd;
  width: 100%;
  height: 1px;
  top: 28px;
  z-index: 90;
}
.videos h1 {
  position: relative;
  z-index: 100;
  margin-top: 32px;
  margin-bottom: 7px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 8px;
  font-size: 40px;
  font-weight: 300;
}
.videos h1 span {
  background-color: white;
  padding-left: 14px;
  padding-right: 5px;
}
.videos .video {
  float: left;
  width: 208px;
  min-height: 350px;
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px solid #939598;
  margin-top: 20px;
  margin-bottom: 23px;
}
.videos .video.first {
  padding-left: 0px;
}
.videos .video.last {
  padding-right: 0px;
  border-right: 0;
}
.videos .video img {
  width: 208px;
  height: 156px;
  margin-bottom: 2px;
  border: 1px solid #ccc;
}
.videos .video h2 {
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 4px;
  margin-right: -20px;
  line-height: 90%;
  margin-top: 6px;
  margin-bottom: 6px;
}
.videos .video h3 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
  letter-spacing: 2px;
  line-height: 100%;
}
.videos .video p {
  font-size: 15px;
  lline-height: 150%;
}
a.recap img {
  width: 27px !important;
  height: 23px !important;
  border: none !important;
}
#topPart {
  width: 100%;
  margin-top: 22px;
  margin-bottom: 50px;
}
#topPart img {
  width: 100%;
}
#why .bar {
  border-top: 1px solid #ddd;
  width: 100%;
  height: 1px;
}
@media screen and (max-width: 767px) {
  #why .bar {
    display: none;
  }
}
#why h1 {
  margin-top: -30px;
  margin-bottom: 7px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 8px;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #why h1 {
    font-size: 32px;
    margin-top: -20px;
    letter-spacing: 3px;
  }
}
#why h1 span {
  background-color: white;
  padding-left: 14px;
  padding-right: 5px;
}
#why #leftCol {
  float: left;
  width: 23.32635983%;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #why #leftCol {
    display: none;
  }
}
#why #leftCol img {
  width: 100%;
  margin-bottom: 15px;
}
#why #middleCol {
  float: left;
  width: 49.16317992%;
}
@media screen and (max-width: 767px) {
  #why #middleCol {
    width: 100%;
  }
}
#why #middleCol p {
  margin-bottom: 20px;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  #why #middleCol p {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  #why #middleCol p {
    font-size: 15px;
  }
}
#why #middleCol p #indent {
  margin-left: 10px;
}
#why #middleCol p #capbold {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
#why #middleCol ul li {
  list-style-type: disc;
  margin-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-indent: 0px;
  line-height: 100%;
}
#why #rightCol {
  float: right;
  width: 23.22175732%;
}
@media screen and (max-width: 767px) {
  #why #rightCol {
    display: none;
  }
}
#why #rightCol img {
  width: 100%;
  margin-bottom: 15px;
}
/*
 *	General stuff
 */
* {
  box-sizing: border-box;
}
body {
  font-size: 13pt;
}
a {
  text-decoration: underline;
  color: #5f6060;
  transition: color 0.3s;
}
a:hover {
  color: black;
}
a .grayblue {
  color: #5f6060 !important;
}
a .grayblue:hover {
  color: #5f6060 !important;
}
a [href=''] {
  cursor: default;
}
a.btn,
button,
input[type="button"],
input[type="submit"] {
  display: inline-block;
  padding: 10px 25px;
  background-color: #5f6060;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0;
  text-decoration: none;
  border-radius: 6px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  text-decoration: none;
  background-color: #939598;
}
div.gform_wrapper img {
  width: auto;
  height: auto;
}
div.gform_wrapper span.gfield_required {
  display: none;
}
div.gform_wrapper ul li {
  margin-bottom: 40px;
}
div.gform_wrapper ul.gfield_radio {
  margin-left: 30px !important;
}
div.gform_wrapper .gfield_contains_required input {
  border: 1px solid #d2d2d2;
  border-left: 3px solid #cc0000;
}
div.gform_wrapper .gfield_contains_required [aria-label="Other"] {
  border-left: 1px solid #d2d2d2;
}
img {
  width: 100%;
  height: auto;
}
img.alignleft {
  float: left;
  width: 50%;
  margin-right: 15px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  img.alignleft {
    width: 100%;
    margin: 0;
  }
}
.last {
  margin-right: -20px !important;
}
.upper {
  text-transform: uppercase !important;
}
.fancybox-overlay {
  background: url('../images/fancybox_overlay.png') !important;
}
/*
 *	Specific elements
 */
body {
  color: #5f6060;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
h1 {
  font-family: "futura-pt", sans-serif;
}
.page-wrap {
  position: relative;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  background-color: white;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
  width: 960px;
}
.page-wrap.acelightbox-open {
  filter: blur(5px);
}
@media screen and (max-width: 767px) {
  .page-wrap {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .page-wrap {
    width: 748px;
  }
}
@media screen and (min-width: 1221px) and (max-width: 1460px) {
  .page-wrap {
    width: 1200px;
  }
}
@media screen and (min-width: 1461px) {
  .page-wrap {
    width: 1440px;
  }
}
header {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
header .social {
  position: absolute;
  top: 18px;
  right: 0;
  text-align: right;
}
@media screen and (max-width: 980px) {
  header .social {
    display: none;
  }
}
header .social a {
  margin-left: 4px;
}
header .social a img {
  width: 20px;
}
header nav {
  width: 100%;
  clear: both;
}
header nav .title {
  position: relative;
  display: block;
  float: left;
  width: auto;
  margin-bottom: 10px;
}
header nav .title img {
  width: auto;
  height: 60px;
}
@media screen and (max-width: 767px) {
  header nav .title img {
    height: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  header nav .title img {
    height: 50px;
  }
}
header nav ul#menu-secondary-menu {
  float: right;
  background-color: #5f6060;
  margin-top: 25px;
}
@media screen and (max-width: 980px) {
  header nav ul#menu-secondary-menu {
    display: none;
  }
}
header nav ul#menu-secondary-menu li,
header nav ul#menu-secondary-menu form {
  display: inline-block;
}
header nav ul#menu-secondary-menu li input,
header nav ul#menu-secondary-menu form input {
  width: 110px;
}
header nav ul#menu-secondary-menu li a,
header nav ul#menu-secondary-menu form a,
header nav ul#menu-secondary-menu li input,
header nav ul#menu-secondary-menu form input {
  display: inline-block;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  background-color: #5f6060;
  border: 1px solid #5f6060;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 15px;
  padding: 5px 20px;
}
header nav ul#menu-secondary-menu li a::placeholder,
header nav ul#menu-secondary-menu form a::placeholder,
header nav ul#menu-secondary-menu li input::placeholder,
header nav ul#menu-secondary-menu form input::placeholder {
  color: white;
}
header nav ul#menu-secondary-menu li a:hover,
header nav ul#menu-secondary-menu form a:hover,
header nav ul#menu-secondary-menu li input:hover,
header nav ul#menu-secondary-menu form input:hover {
  background-color: white;
  border: 1px solid white;
  color: #5f6060;
}
header nav ul#menu-secondary-menu li a:hover::placeholder,
header nav ul#menu-secondary-menu form a:hover::placeholder,
header nav ul#menu-secondary-menu li input:hover::placeholder,
header nav ul#menu-secondary-menu form input:hover::placeholder {
  color: #5f6060;
}
header nav ul#menu-secondary-menu li input:focus,
header nav ul#menu-secondary-menu form input:focus,
header nav ul#menu-secondary-menu li input:valid,
header nav ul#menu-secondary-menu form input:valid {
  background-color: white;
  color: #5f6060;
  border: 1px solid #5f6060;
  width: 200px;
}
header nav hr {
  clear: both;
  width: 100%;
}
header nav .hours {
  display: block;
  float: left;
  font-size: 16px;
  width: 100%;
}
@media screen and (min-width: 981px) {
  header nav .hours {
    width: 30%;
  }
}
@media screen and (min-width: 1221px) {
  header nav .hours {
    width: 33%;
  }
}
header nav #menu-main-nav {
  display: block;
  float: right;
  margin: -4px auto 0 auto;
  text-align: right;
}
@media screen and (max-width: 980px) {
  header nav #menu-main-nav {
    display: none;
  }
}
@media screen and (min-width: 981px) {
  header nav #menu-main-nav {
    width: 70%;
  }
}
@media screen and (min-width: 1221px) {
  header nav #menu-main-nav {
    width: 67%;
  }
}
header nav #menu-main-nav li {
  position: relative;
  display: inline-block;
  background-color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
}
header nav #menu-main-nav li a {
  display: inline-block;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  color: #5f6060;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 4px 12px 4px 13px;
  font-size: 16px;
}
header nav #menu-main-nav li a:hover {
  background-color: #5f6060;
  color: white;
}
header nav #menu-main-nav li:hover,
header nav #menu-main-nav li.current-menu-item {
  background-color: #5f6060;
}
header nav #menu-main-nav li:hover a,
header nav #menu-main-nav li.current-menu-item a {
  color: white !important;
}
@media screen and (max-width: 767px) {
  header nav #menu-main-nav li {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    width: 100%;
    float: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  header nav #menu-main-nav li {
    font-size: 14px;
  }
}
@media screen and (min-width: 1221px) and (max-width: 1460px) {
  header nav #menu-main-nav li {
    font-size: 15px;
  }
}
@media screen and (min-width: 1461px) {
  header nav #menu-main-nav li {
    font-size: 15px;
  }
}
header nav #menu-main-nav li ul.sub-menu {
  display: none;
  background-color: #eee;
  position: absolute;
  left: 0;
  top: 100%;
  width: 230px;
  z-index: 1000;
  padding: 5px 0;
}
header nav #menu-main-nav li ul.sub-menu li {
  margin: 0;
  text-align: left;
  min-width: 100%;
  background-color: inherit;
}
header nav #menu-main-nav li ul.sub-menu li:hover {
  background-color: #5f6060;
}
header nav #menu-main-nav li ul.sub-menu li a {
  display: block;
  color: #5f6060 !important;
}
header nav #menu-main-nav li ul.sub-menu li a:hover {
  color: white !important;
}
header nav #menu-main-nav li:last-child ul.sub-menu {
  left: auto;
  right: 0;
}
header nav #menu-main-nav li:hover ul.sub-menu {
  display: block;
}
header nav #menu-mobile-nav {
  display: none;
  clear: both;
  border-top: 1px solid #939598;
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
  color: #5f6060;
}
header nav #menu-mobile-nav input {
  text-align: center;
  padding: 10px 0;
}
header nav #menu-mobile-nav li {
  border-top: 1px solid #939598;
  padding: 10px 0;
}
header nav #menu-mobile-nav li a {
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  color: #5f6060;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header nav #menu-mobile-nav li ul {
  display: none;
  font-size: 15px;
  margin-top: 10px;
  text-transform: none;
}
header nav #menu-mobile-nav li ul li {
  border-top: 1px solid #ddd;
}
header nav #menu-mobile-nav li ul li a {
  color: #939598;
}
header nav #menu-mobile-nav li.menu-item-has-children.active ul {
  display: block;
}
@media screen and (max-width: 980px) {
  .mobile-nav-open header nav #menu-mobile-nav {
    display: block;
  }
}
header .hamburger {
  display: none;
  position: absolute;
  z-index: 20;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 980px) {
  header .hamburger {
    display: block;
  }
}
header .hamburger div {
  position: absolute;
  right: 5px;
  width: 30px;
  height: 3px;
  background-color: #888;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .hamburger div:nth-child(1) {
  bottom: 14px;
}
header .hamburger div:nth-child(2) {
  bottom: 25px;
  opacity: 1;
}
header .hamburger div:nth-child(3) {
  bottom: 36px;
}
.mobile-nav-open header .hamburger div {
  background-color: #888;
}
.mobile-nav-open header .hamburger div:nth-child(1) {
  bottom: 25px;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.mobile-nav-open header .hamburger div:nth-child(2) {
  opacity: 0;
}
.mobile-nav-open header .hamburger div:nth-child(3) {
  bottom: 25px;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.content {
  padding-bottom: 30px;
  clear: both;
}
.content img.header {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  width: 100%;
  height: auto;
}
.content img.header.header_under {
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .content img.header {
    border-left: 0;
    border-right: 0;
  }
  .content img.header.header_desktop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .content img.header.header_mobile {
    display: none;
  }
}
.content h1 {
  font-family: "futura-pt", sans-serif;
  font-size: 43px;
  line-height: 43px;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .content h1 {
    overflow: hidden;
  }
  .content h1:before,
  .content h1:after {
    background-color: #939598;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
  }
  .content h1:before {
    right: 20px;
    margin-left: -50%;
  }
  .content h1:after {
    left: 20px;
    margin-right: -50%;
  }
}
@media screen and (max-width: 767px) {
  .content h1 {
    font-size: 27px;
  }
}
.content h1.small {
  font-size: 27px;
  letter-spacing: 2px;
}
.content h1.image_above {
  margin-top: 0;
}
.content h2 {
  clear: both;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .content h2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.content h3 {
  clear: both;
  font-size: 32px;
  font-weight: 500;
  margin-top: -5px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .content h3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.content h4 {
  clear: both;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .content h4 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.content p {
  margin-bottom: 30px;
  line-height: 150%;
  color: #5f6060;
}
@media screen and (max-width: 767px) {
  .content p {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.content p strong,
.content p b {
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 140%;
}
.content p em,
.content p i {
  font-style: italic;
}
.content ul {
  margin-bottom: 30px;
}
.content ul li {
  list-style-type: disc;
  margin-top: -4px;
  margin-bottom: 10px;
  margin-left: 30px;
  text-indent: 0px;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .content ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.content blockquote {
  width: 90%;
  margin-left: 5%;
}
.content .issuu-iframe-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 57%;
}
.content .issuu-iframe-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.content iframe {
  width: 100%;
  height: 70vw;
}
footer {
  clear: both;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 30px 10px 60px;
  }
}
footer .logos,
footer .social {
  width: 50%;
  float: left;
}
@media screen and (max-width: 767px) {
  footer .logos,
  footer .social {
    width: 100%;
    float: none;
    text-align: center !important;
  }
}
footer .logos {
  text-align: left;
  margin-bottom: 15px;
}
footer .logos a {
  position: relative;
  width: auto;
  margin-bottom: 10px;
  text-decoration: none;
}
footer .logos a img {
  width: auto;
  height: 32px;
}
footer .logos a.logo-imc {
  margin-left: 15px;
  top: 6px;
}
footer .logos a.logo-imc img {
  height: 45px;
}
footer .social {
  text-align: right;
  padding-top: 8px;
}
footer .social a {
  margin-left: 10px;
}
footer .social a img {
  width: 32px;
}
footer hr {
  clear: both;
  width: 100%;
}
footer nav {
  float: right;
  color: #5f6060;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  footer nav {
    float: none;
  }
  footer nav span {
    display: none;
  }
}
footer nav li {
  display: inline-block;
  padding: 0px 5px;
}
@media screen and (max-width: 767px) {
  footer nav li {
    display: block;
    padding: 3px 5px;
  }
}
footer nav li a {
  text-transform: uppercase;
  color: #5f6060;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}
footer nav li a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1221px) and (max-width: 1460px) {
  footer nav li a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1461px) {
  footer nav li a {
    font-size: 16px;
  }
}
footer p {
  margin-top: 12px;
}
footer p a {
  color: #939598;
  text-decoration: underline;
}
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  float: none !important;
  *zoom: 1;
}

/*# sourceMappingURL=style.css.map */
