@font-face {
  font-family: 'harlie_wfregular';
  src: url("../fonts/harliewf-webfont.eot");
  src: url("../fonts/harliewf-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/harliewf-webfont.woff2") format('woff2'), url("../fonts/harliewf-webfont.woff") format('woff'), url("../fonts/harliewf-webfont.ttf") format('truetype'), url("../fonts/harliewf-webfont.svg#harlie_wfregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  margin: 20px 0 0 0;
  background-image: linear-gradient(to bottom, #34312a 75%, #5b9a8f 75%, #5b9a8f 93%, #d12d2d 93%);
  background-size: 100% 22px;
  background-position: 30% 0%;
  background-repeat: no-repeat;
  background-color: #e6e3de;
  font-style: normal;
  font-family: "proxima-nova", "Lucida Grande", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif";
  font-weight: 400;
  font-smoothing: antialiased;
  font-size: 14px;
  line-height: 2em;
}
h1#cclogo {
  display: block;
  text-indent: -9999px;
  width: 297px;
  height: 50px;
  background: url("../images/cc_logo.svg");
  background-size: 297px auto;
  background-repeat: no-repeat;
  text-align: center;
  text-transform: lowercase;
  margin: 20px auto 0px auto;
}
h2 {
  font-family: "harlie_wfregular", "Lucida Grande", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif";
  font-size: 2.8em;
  text-transform: lowercase;
  color: #5b9a8f;
  font-weight: normal;
  margin-bottom: 5px;
  line-height: 0.9em;
}
h2 a {
  color: #5b9a8f;
  border-bottom: 0;
}
a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #bbb;
}
a.cc_subtle_link {
  text-decoration: none;
  border: 0;
}
.plone-nav, 
#nav {
  list-style: none;
  display: flex;
  flex-flow: row-wrap;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 5px;
  margin-top: 20px;
}
.plone-nav li a,
#nav li a {
  text-decoration: none;
  border: 0;
  display: block;
  width: 150px;
  text-transform: uppercase;
  color: #000;
}
.plone-nav li.selected a, 
#nav li a.active {
  color: #5b9a8f;
}
.plone-nav li:before, 
#nav li:before {
  content: none;
}
#ccc {
  display: flex;
  flex-flow: row-wrap;
  justify-content: center;
}
#ccc div {
  padding: 30px;
  padding-bottom: 0;
  margin-bottom: 0;
  width: 240px;
}
#ccc div#coding-block {
  width: 230px;
}
#ccc h2 {
  text-align: center;
  padding-top: 55px;
  background-size: 45px auto;
  background-repeat: no-repeat;
  background-position: top center;
  margin-bottom: 0;
  margin-top: 0;
}
#cc_hero_avl {
  background-image: url(../images/avl.jpg);
  }
#ccc #coding {
  background-image: url("../images/isotope.svg");
}
#ccc #contact {
  background-image: url("../images/contact.svg");
}
#ccc #consulting {
  background-image: url("../images/computer.svg");
}
.cc_standard {
  display: flex;
  justify-content: center;
}
.cc_standard div {
  padding: 25px 75px;
  max-width: 800px;
}
dl {
  margin-top: 30px;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-left: 0;
}

h1.documentFirstHeading {
  text-align:center;
}

.documentByLine,
#content-core {
  max-width: 800px;
  margin: 0px auto;
}
#content ul {
  padding-left: 10px;
  list-style-type: none;
}
#content ul li:before {
  content: "-";
  position: relative;
  left: -5px;
}
#content ul li {
  text-indent: -5px;
}
#content ul.cc_nodec li:before {
  content: none;
}
#content {
  flex: 1;
}
.cc_hero {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 505px;
  background-position: top;
  background-size: cover;
  margin-bottom: 5px;
}
.cc_hero h2 {
  width: 65%;
  font-size: 2.3em;
  margin: 0 auto;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.1em;
}
#footer {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 2px;
  border-top: 1px solid #34312a;
  margin-bottom: 30px;
  margin-top: 5px;
  padding: 5px 0 0 0;
}
@media all and (max-width: 850px) {
  #ccc {
    flex-direction: column;
  }
  #ccc div {
    width: auto;
  }
  #ccc div#coding-block {
    width: auto;
  }
}
@media all and (max-width: 640px) {
  .plone-nav,
  #nav {
    text-align: center;
  }
  .plone-nav li a, 
  #nav li a {
    font-size: 1em;
    width: 90px;
  }
  .cc_hero h2 {
    font-size: 3em;
  }
  .cc_standard div {
    padding: 35px;
  }
}
