@import url(http://fonts.googleapis.com/css?family=Gentium+Book+Basic:400,400italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Noticia+Text:400,400italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);
.clearfix,
.clear {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.clear:before,
.clear:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.clear:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'titilliumtext25l800_wt';
  src: url('fonts/titilliumtext25l001-webfont.eot');
  src: url('fonts/titilliumtext25l001-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/titilliumtext25l001-webfont.woff') format('woff'), url('fonts/titilliumtext25l001-webfont.ttf') format('truetype'), url('fonts/titilliumtext25l001-webfont.svg#titilliumtext25l800_wt') format('svg');
  font-weight: normal;
  font-style: normal;
}
.gfont-serif {
  font-family: 'Gentium Book Basic', serif;
}
.font-titillium {
  font-family: 'titilliumtext25l800_wt';
}
.gfont-sans {
  font-family: 'Open Sans', sans-serif;
}
.font-large {
  font-size: 3em;
  line-height: 1.3em;
}
.width-45 {
  width: 45%;
}
.width-22 {
  width: 22%;
}
.small-title {
  font-weight: normal;
  font-size: 20px;
}
.dash-border {
  border-bottom: 1px dashed #aaa;
}
.xac-wrapper {
  width: 100%;
  -webkit-box-shadow: 0 0 3px #555555;
  -moz-box-shadow: 0 0 3px #555555;
  box-shadow: 0 0 3px #555555;
}
.xac-trigger {
  padding: 6px 0;
  margin: 0;
  line-height: 36px;
}
.xac-trigger span.xac-trigger-title {
  color: #444;
  background: url("../images/accordion.png") no-repeat 10px -50px;
  text-decoration: none;
  display: block;
  padding: 0 10px 0 52px;
  font-size: 20px;
  font-family: 'titilliumtext25l800_wt';
  cursor: pointer;
}
.xac-trigger span.xac-trigger-title:hover,
.xac-trigger span.xac-trigger-title:focus,
.xac-trigger span.xac-trigger-title:active {
  outline: none;
}
.xac-trigger.active span.xac-trigger-title {
  background-position: 10px 11px;
}
.xac-container {
  padding: 10px;
  margin: 0;
  overflow: hidden;
  clear: both;
}
@media only screen and (max-width: 479px) {
  .xac-wrapper {
    max-width: 390px;
    width: 100%;
  }
}
@media only screen and (min-width: 478px) and (max-width: 735px) {
  .xac-wrapper {
    max-width: 730px;
    width: 100%;
  }
}
@media only screen and (min-width: 736px) and (max-width: 985px) {
  .xac-wrapper {
    max-width: 800px;
    width: 100%;
  }
  .xac-trigger span.xac-trigger-title {
    background-position: 3px -50px;
    font-size: 13px;
    font-weight: normal;
    padding: 0 1px 0 39px;
  }
  .xac-trigger.active span.xac-trigger-title {
    background-position: 3px 11px;
  }
  .xac-container {
    font-size: 12px;
  }
}
.basic.xac-wrapper {
  border: 1px solid #eee;
}
.basic .xac-trigger,
.basic .xac-container {
  border-bottom: 1px solid #eee;
}
.basic .xac-trigger.active {
  background-color: #f5f5f5;
}
.line .xac-trigger {
  border-bottom: 1px solid #eee;
}
.elegant .xac-trigger {
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top,#fff,#eee);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#eee));
  background-image: -webkit-linear-gradient(top,#fff,#eee);
  background-image: -o-linear-gradient(top,#fff,#eee);
  background-image: linear-gradient(to bottom,#fff,#eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  -webkit-box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3), 1px 0 0 0 rgba(255, 255, 255, 0.9) inset, 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3), 1px 0 0 0 rgba(255, 255, 255, 0.9) inset, 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3), 1px 0 0 0 rgba(255, 255, 255, 0.9) inset, 0 2px 2px rgba(0, 0, 0, 0.1);
  text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.elegant .xac-trigger.active {
  border-bottom: 1px solid #fff;
}
.elegant .xac-container {
  background: #e5e3e3;
  border-top: 1px solid #C4C4C4;
}
.faq .xac-trigger {
  border-bottom: 1px dashed #eee;
}
.faq .xac-trigger span {
  background: url(../images/question.png) no-repeat 0 50%;
  padding-left: 20px;
}
