/* Common */
/* Layout */
body,
table,
input,
select,
textarea {
  font-family: 'Verdana', Arial, sans-serif;
  font-size: 100%;
  line-height: 1.125em;
}
body {
  background: url('../../include/resources/culturalplace/images/i-bg.png') top repeat-x #651012;
  width: 100%;
  margin: 0;
  padding: 0;
}
#container {
  width: 100%;
  margin: 0;
  padding: 0;
  background: url('../../include/resources/culturalplace/images/i-bg-round.png') top center;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
}
button {
  padding: 2px 6px 3px;
  border: 2px outset buttonface;
}
body {
  color: #000;
}
dl.col dt {
  float: left;
  width: 6em;
  font-weight: bold;
}
dl.col dd {
  margin-left: 7em;
}
.clear:after {
  content: ".";
  height: 1px;
  display: block;
  clear: both;
  visibility: hidden;
}
.clr {
  clear: both;
}
.right {
  float: right;
}
.left {
  float: left;
}
#constrain {
  width: 990px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  #constrain {
    width: 100%;
  }
}
.c-top {
  height: 195px;
}
@media only screen and (max-width: 1000px) {
  .c-top {
    position: fixed !important;
    top: 0px;
    width: 100%;
    z-index: 999999999999999;
    height: 100px;
    background-color: #7b1316;
    background-image: url('../../include/resources/culturalplace/images/i-bg-round.png');
  }
}
#header {
  z-index: 1;
}
#header .welcome {
  z-index: 200;
  position: absolute;
  left: 30px;
  top: 15px;
}
@media only screen and (max-width: 1000px) {
  #header #welcome {
    width: 56px;
    height: 112px;
  }
}
#header .logo {
  z-index: 200;
  position: absolute;
  left: 170px;
  top: 45px;
}
@media only screen and (max-width: 1000px) {
  #header .logo {
    top: 0px;
    left: 100px;
  }
}
@media only screen and (max-width: 1000px) {
  #header .logo img {
    width: 175px;
    position: relative;
  }
}
@media only screen and (max-width: 350px) {
  #header .logo img {
    width: 120px;
    position: relative;
  }
}
#header #contact-top {
  position: absolute;
  right: 0;
  top: 80px;
}
#header #contact-top #fb-like {
  float: right;
}
#header #contact-top .address {
  text-align: right;
  padding-top: 15px;
  clear: both;
}
#header #contact-top .address p {
  color: white;
  font-size: 13px;
}
#hero {
  position: absolute;
  top: 120px;
  z-index: 2;
}
#hero #hero-overlay {
  position: absolute;
  background: url('../../include/resources/culturalplace/images/i-hero-overlay.png') no-repeat;
  width: 990px;
  height: 160px;
  z-index: 100;
}
#hero #hero-container {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: 3;
}
#nav {
  font-family: 'Roboto Condensed', sans-serif;
  background-color: #cc7b16;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#d28922),to(#c16a11));
  background-image: linear-gradient(to bottom,#d28922,#c16a11);
  background-image: -ms-linear-gradient(top,#d28922 0%,#c16a11 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d28922',endColorstr='#c16a11');
  -ms-filter:  "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d28922', endColorstr='#c16a11')";
  display: block;
  margin: 6px 0;
  text-align: center;
  height: 51px;
}
@media only screen and (max-width: 1000px) {
  #nav {
    display: none;
  }
}
#nav ul li {
  background-color: #cc7b16;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#d28922),to(#c16a11));
  background-image: linear-gradient(to bottom,#d28922,#c16a11);
  background-image: -ms-linear-gradient(top,#d28922 0%,#c16a11 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d28922',endColorstr='#c16a11');
  -ms-filter:  "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d28922', endColorstr='#c16a11')";
  display: block;
  float: left;
  position: relative;
  color: white;
}
#nav ul li a {
  display: block;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0px 19px 0 16px;
  line-height: 51px;
  border-left: 1px solid #d49344;
  border-right: 1px solid #bd7a1e;
}
@media only screen and (max-width: 1000px) {
  #nav ul li a {
    text-align: left;
  }
}
#nav ul li a.has_children {
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%224%22%20width%3D%2217%22%3E%3Cpolygon%20points%3D%220%2C0%206%2C0%203%2C4%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E');
}
#nav ul li:first-child {
  margin-left: 6px;
}
@media only screen and (max-width: 1000px) {
  #nav ul li:first-child {
    margin: 0px;
  }
}
#nav ul li:last-child {
  margin-right: 6px;
}
@media only screen and (max-width: 1000px) {
  #nav ul li:last-child {
    margin: 0px;
  }
}
#nav ul li:first-child:before {
  width: 1px;
  height: 51px;
  float: left;
  content: "";
  margin-left: -2px;
  border-right: 1px solid #bd7a1e;
}
#nav ul li:last-child:after {
  width: 1px;
  height: 51px;
  float: right;
  content: "";
  margin: -51px -2px;
  border-left: 1px solid #d49344;
}
#nav ul li:hover,
#nav ul li.sfhover,
#nav ul li.over {
  background-color: #cc7b16;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#c16a11),to(#d28922));
  background-image: linear-gradient(to bottom,#c16a11,#d28922);
  background-image: -ms-linear-gradient(top,#c16a11 0%,#d28922 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#c16a11',endColorstr='#d28922');
  -ms-filter:  "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#c16a11', endColorstr='#d28922')";
}
#nav ul ul {
  position: absolute;
  z-index: 100;
  left: -10000px;
  opacity: 0;
  /* open animation will start at this point */
  top: 40px;
  min-width: 150px;
  width: auto;
  height: auto;
  border: 0;
  /* invisible padding to make accidental mouse-outs less likely */
  overflow: hidden;
  margin-left: -40px;
  padding: 0 40px 40px 40px;
}
#nav ul li.sfhover ul,
#nav ul li:hover ul,
#nav ul li.over ul {
  left: 0;
  /* open animation will end at this point */
  top: 46px;
  opacity: 1;
  transition: top 0.2s ease-in;
  -moz-transition: top 0.2s ease-in;
  -webkit-transition: top 0.2s ease-in;
  -o-transition: top 0.2s ease-in;
}
#nav ul ul li {
  float: none;
  border: 0;
  margin: 0;
  background-color: #cc7b16;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#d28922),to(#c16a11));
  background-image: linear-gradient(to bottom,#d28922,#c16a11);
  background-image: -ms-linear-gradient(top,#d28922 0%,#c16a11 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d28922',endColorstr='#c16a11');
  -ms-filter:  "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d28922', endColorstr='#c16a11')";
  color: #fff;
  border: 1px solid #d49344;
  border-top: 0;
}
#nav ul ul li:first-child:before {
  display: none;
  margin: 0;
}
#nav ul ul li:last-child:after {
  display: none;
  margin: 0;
}
#nav ul ul li:first-child {
  margin: 0;
}
#nav ul ul li:last-child {
  margin: 0;
}
#nav ul li ul li a,
#nav ul li.current ul li a,
#nav ul li.sfhover ul li a,
#nav ul li:hover ul li a,
#nav ul li.over ul li a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  white-space: nowrap;
  border: 0;
  font-size: 13px;
  text-align: left;
  display: block;
  line-height: 26px;
  padding: 3px 20px 2px 18px;
  margin: 0;
}
#nav ul li ul li:hover,
#nav ul li.current ul li:hover {
  background-color: #fff !important;
}
#content {
  margin: 6px 0;
  height: 100%;
  overflow: hidden;
  background-color: white;
}
@media only screen and (max-width: 1000px) {
  #content {
    background: none;
  }
}
#content h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  color: #7e1417;
  font-size: 22px;
  padding: 30px 33px 0 33px;
}
#content p,
#content ul {
  font-size: 13px;
  color: #000;
  padding: 0 33px;
  line-height: 21px;
}
#content li {
  font-size: 13px;
  color: #000;
  line-height: 21px;
}
#content dl {
  font-size: 13px;
  color: #000;
  padding: 0 33px;
  line-height: 21px;
  margin: 21px 0;
}
#content dl dt {
  float: left;
  width: 6em;
  font-weight: bold;
}
#content dl dd {
  margin-left: 7em;
}
#content dl dd em {
  display: block;
  width: 220px;
  float: left;
  font-style: normal;
}
#content #main-content {
  background: white;
  width: 640px;
  height: 100%;
  padding-bottom: 20px;
  border-right: 5px solid #651012;
}
@media only screen and (max-width: 1000px) {
  #content #main-content {
    width: 100%;
    padding-top: 10px;
  }
}
#content #main-content ul.downloads {
  list-style: none;
  margin: 0;
  padding: 0 33px;
}
#content #main-content ul.downloads li {
  line-height: 120%;
  border-bottom: 1px solid #dbdbdb;
  border-top: 1px solid #fff;
  display: block;
  margin: 0;
  background: #f2f2f2;
}
#content #main-content ul.downloads li a {
  display: block;
  text-decoration: none;
  height: 35px;
  line-height: 35px;
  margin-left: 15px;
  padding-left: 35px;
  background: url('../../include/resources/culturalplace/images/i-pdf.svg') left center no-repeat;
}
#content #main-content ul.downloads li:hover {
  background: #e5e5e5;
}
#content #main-content #cta {
  padding: 0 33px;
}
#content .block-element {
  background-color: #efefef;
  font-weight: normal;
  padding: 2px;
}
#content .block-element p {
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
}
#content .block-element p strong {
  color: #7e1417;
}
#content #sub-content {
  float: right;
  text-align: center;
  width: 344px;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 1000px) {
  #content #sub-content {
    float: none;
    width: 100%;
    margin-top: 130px;
    background-color: white;
    padding: 20px;
    box-sizing: border-box;
  }
}
#content #sub-content .media-thumbnail {
  padding: 6px;
  display: block;
}
#content #sub-content img {
  margin-bottom: 0.75em;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}
#content #sub-content img.no-border {
  padding: 0em;
  border: none;
}
#footer #trading-partner-head {
  display: block;
}
#footer #trading-partner-head h2 {
  background: #cc7b16;
  padding: 0 28px;
  line-height: 33px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: white;
  margin: 0;
  display: block;
}
#footer #trading-partners {
  border-top: 4px solid #cc7b16;
  background: white;
  padding: 20px;
  font-size: 9px;
}
@media only screen and (max-width: 1000px) {
  #footer #trading-partners {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-items: center;
  }
}
@media only screen and (max-width: 600px) {
  #footer #trading-partners {
    grid-gap: 20px;
    grid-template-columns: 1fr;
  }
}
#footer #trading-partners div {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 2px;
  vertical-align: middle;
  margin-right: -0.333333334em;
  text-align: center;
  line-height: 1.5em;
  margin-right: 50px;
  height: auto;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  #footer #trading-partners div {
    margin-right: 0px;
  }
}
#footer #trading-partners div img {
  max-width: 100%;
}
#footer #trading-partners .rightlogo {
  text-align: right;
}
#footer #trading-partners .rightlogo.workways-logo {
  width: 200px;
  position: absolute;
  right: 210px;
  bottom: 146px;
}
#footer #footer-nav {
  margin: 6px 0;
  background: black;
  height: 34px;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  #footer #footer-nav {
    height: auto;
  }
}
#footer #footer-nav ul li {
  display: inline-block;
  height: 34px;
}
@media only screen and (max-width: 1000px) {
  #footer #footer-nav ul li {
    width: 100%;
  }
}
#footer #footer-nav ul li a {
  text-decoration: none;
  font-size: 12px;
  padding: 1px 18px;
  border-left: 1px solid #666;
  color: white;
  line-height: 34px;
}
@media only screen and (max-width: 1000px) {
  #footer #footer-nav ul li a {
    border: none !important;
  }
}
#footer #footer-nav ul li:last-child a {
  border-right: 1px solid #666;
}
#footer p#author,
#footer p#members {
  display: inline-block;
  font-size: 11px;
  padding: 14px 0 23px 0;
}
@media only screen and (max-width: 1000px) {
  #footer p#author,
  #footer p#members {
    margin: 0px 10px;
  }
}
#footer p#author a,
#footer p#members a {
  color: #a37f80;
  text-decoration: none;
}
#footer p#author {
  float: right;
}
#mobile-nav {
  display: none;
  position: fixed;
  top: 150px;
  width: 100%;
  z-index: 999999999999;
}
@media (min-width: 1000px) {
  #mobile-nav {
    display: none !important;
  }
}
#mobile-nav ul {
  display: flex;
  flex-direction: column;
}
#mobile-nav ul li {
  width: 100%;
  background-color: #cc7b16;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#d28922),to(#c16a11));
  background-image: linear-gradient(to bottom,#d28922,#c16a11);
  background-image: -ms-linear-gradient(top,#d28922 0%,#c16a11 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d28922',endColorstr='#c16a11');
  -ms-filter:  "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d28922', endColorstr='#c16a11')";
  display: block;
  float: left;
  position: relative;
  color: white;
}
#mobile-nav ul li a {
  display: block;
  text-align: left;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0px 19px 0 16px;
  line-height: 51px;
  border-left: 1px solid #d49344;
  border-right: 1px solid #bd7a1e;
}
.expand-mobile-nav {
  display: block !important;
}
.mobile-nav-toggle {
  width: 100%;
  height: 50px;
  font-family: 'Roboto Condensed', sans-serif;
  background-color: #cc7b16;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#d28922),to(#c16a11));
  background-image: linear-gradient(to bottom,#d28922,#c16a11);
  background-image: -ms-linear-gradient(top,#d28922 0%,#c16a11 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d28922',endColorstr='#c16a11');
  -ms-filter:  "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d28922', endColorstr='#c16a11')";
  display: none;
  text-align: center;
  position: fixed;
  top: 100px;
  z-index: 999999999;
}
@media only screen and (max-width: 1000px) {
  .mobile-nav-toggle {
    display: block;
  }
}
.mobile-nav-icon {
  z-index: 999999999999999;
  width: 25px;
  height: auto;
  position: absolute;
  top: 13px;
  right: 10px;
  fill: white !important;
  cursor: pointer;
}
#mobile-nav-close,
#mobile-nav-open {
  display: none;
}
#library-content {
  display: flex;
  flex-direction: row;
}
#library-content .one-half-fluid {
  width: 50%;
  display: inline-block;
}
#library-content .one-half-fluid-last {
  width: 50%;
  display: inline-block;
}
#library-content li.nav {
  list-style: none;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #bbb;
  border-top: 0px;
  border-collapse: collapse;
  margin-bottom: 0px !important;
  margin-right: 1em;
}
#library-content li.nav a {
  text-decoration: none;
}
#library-content li.nav:first-child {
  border-top: 1px solid #bbb;
}
#library-content li.nav:nth-child(odd) {
  background: #efefef;
}
