/* Vars ----------------------------------------------------*//* Mixins ----------------------------------------------------*/.entry-content {
  /* DIVIDER -------------------------------------------------*/

  /* PRE ------------------------------------------------------------*/

  /* COLUMNS LAYOUT----------------------------------------------------------*/

  /* VIDEOS ------------------------------------------------------------*/

  /* DROPCAP ------------------------------------------------------------*/

  /* INFOBOXES ------------------------------------------------------------*/

  /* LISTS ------------------------------------------------------------*/

  /* PULLQUOTES ------------------------------------------------------------*/

  /* HIGHLIGHT ------------------------------------------------------------*/

  /* Link buttons ------------------------------------------------*/

  /* Link buttons red ------------------------------------------------*/

  /* Link buttons green ------------------------------------------------*/

  /* Link buttons blue ------------------------------------------------*/

  /* ACCORDION -------------------------------------------------*/

  /* TOGGLE -------------------------------------------------*/

  /* TABS -------------------------------------------------*/

  /* root element for tabs  */

  /* single tab */

  /* link inside the tab. uses a background image */

  /* when mouse enters the tab move the background image */

  /* active tab uses a class name "current". its highlight is also done by moving the background image. */

  /* initially all panes are hidden */
}
.entry-content .hr {
  border-bottom: 5px solid #656360;
  padding-top: 40px;
  padding-bottom: 20px;
}
.entry-content pre {
  white-space: pre;
  background: #fff;
  font-size: 14px;
  padding: 10px;
  border: 2px dotted #656360;
  font-family: Consolas,monospace;
  word-break: break-word;
}
.entry-content .one-half,
.entry-content .one-third,
.entry-content .one-fourth {
  float: left;
  margin-bottom: 40px;
  margin-right: 2.1276%;
  position: relative;
}
.entry-content .one-half {
  width: 48.9361%;
}
.entry-content .one-third {
  width: 200px;
  margin-left: 75px;
}
.entry-content .one-fourth {
  width: 23.4042%;
}
.entry-content .last {
  clear: right;
  margin-right: 0 !important;
}
.entry-content .block-divider {
  border-bottom: 1px solid #656360;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.entry-content .video-wrapper {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 25px;
}
.entry-content .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.entry-content .video-container iframe,
.entry-content .video-container object,
.entry-content .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.entry-content .dropcap:first-letter {
  font-size: 3.571em;
  line-height: 0.76em;
  padding: 0.2em 0.2em 0 0;
  float: left;
  display: block;
  color: #656360;
}
.entry-content .dropcap.dark:first-letter {
  display: block;
  float: left;
  font-size: 30px;
  line-height: 40px;
  margin: 0 8px 0 0;
  padding: 10px 10px;
  background: #656360;
  color: #dcd2be;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.entry-content .infobox-info,
.entry-content .infobox-warning,
.entry-content .infobox-success,
.entry-content .infobox-error {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.entry-content .infobox-info {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url('../img/info-blue.png');
}
.entry-content .infobox-warning {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url('../img/info-yellow.png');
}
.entry-content .infobox-success {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image: url('../img/info-green.png');
}
.entry-content .infobox-error {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url('../img/info-red.png');
}
.entry-content .lists-check ul,
.entry-content .lists-arrow ul,
.entry-content .lists-plus ul,
.entry-content .lists-star ul,
.entry-content .lists-heart ul {
  margin-bottom: 30px;
  margin-left: 20px;
}
.entry-content .lists-check ul li {
  list-style-image: url(../img/bullets/check.png);
  line-height: 1.5em;
}
.entry-content .lists-arrow ul {
  list-style-image: url(../img/bullets/arrow.png);
  line-height: 1.5em;
}
.entry-content .lists-plus ul {
  list-style-image: url(../img/bullets/plus.png);
  line-height: 1.5em;
}
.entry-content .lists-star ul {
  list-style-image: url(../img/bullets/star.png);
  line-height: 1.5em;
}
.entry-content .lists-heart ul {
  list-style-image: url(../img/bullets/heart.png);
  line-height: 1.5em;
}
.entry-content .pullquote-right,
.entry-content .pullquote-left {
  border-left: #555555 2px solid;
  float: right;
  font-size: 16px;
  line-height: 1.5em;
  margin: 20px 0px 20px 20px;
  width: 33%;
  font-style: italic;
}
.entry-content .pullquote-left {
  float: left;
  margin: 20px 20px 20px 0px;
  padding: 0 0 0 20px;
}
.entry-content .pullquote-right {
  border-left: none;
  border-right: #555555 2px solid;
  padding: 0 20px 0 0px;
}
.entry-content .highlight {
  background: #fbe471;
}
.entry-content .theme-link-button {
  display: inline-block;
  padding: 10px;
  background: #cb5432;
  color: #f8f5f2;
}
.entry-content .link-button {
  display: inline-block;
  background-color: #cb5432;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fe8300), to(#c46500));
  /* Saf4+, Chrome */

  background-image: -webkit-linear-gradient(top, #fe8300, #c46500);
  background-image: -moz-linear-gradient(top, #fe8300, #c46500);
  background-image: -ms-linear-gradient(top, #fe8300, #c46500);
  background-image: -o-linear-gradient(top, #fe8300, #c46500);
  background-image: linear-gradient(top, #fe8300, #c46500);
  border: 1px solid #c46500;
  border-bottom: 1px solid #fe8300;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #fe8300;
  -moz-box-shadow: inset 0 1px 0 0 #fe8300;
  -ms-box-shadow: inset 0 1px 0 0 #fe8300;
  -o-box-shadow: inset 0 1px 0 0 #fe8300;
  box-shadow: inset 0 1px 0 0 #fe8300;
  color: #703a00;
  font-weight: bold;
  line-height: 1;
  padding: 8px 10px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
.entry-content .link-button:hover {
  color: #703a00;
  background-color: #ff9627;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9627), to(#c46500));
  /* Saf4+, Chrome */

  background-image: -webkit-linear-gradient(top, #ff9627, #c46500);
  background-image: -moz-linear-gradient(top, #ff9627, #c46500);
  background-image: -ms-linear-gradient(top, #ff9627, #c46500);
  background-image: -o-linear-gradient(top, #ff9627, #c46500);
  background-image: linear-gradient(top, #ff9627, #c46500);
}
.entry-content .link-button.fullwidth {
  display: block;
  width: 97%;
  margin: 0 auto;
}
.entry-content .list-buttons {
  display: block;
}
.entry-content .list-buttons li {
  display: block;
  float: left;
  margin-right: 5px;
  margin-bottom: 20px;
}
.entry-content .link-button.red {
  color: #530909;
  background-color: #e4504c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e4504c), to(#a61b1b));
  /* Saf4+, Chrome */

  background-image: -webkit-linear-gradient(top, #e4504c, #a61b1b);
  background-image: -moz-linear-gradient(top, #e4504c, #a61b1b);
  background-image: -ms-linear-gradient(top, #e4504c, #a61b1b);
  background-image: -o-linear-gradient(top, #e4504c, #a61b1b);
  background-image: linear-gradient(top, #e4504c, #a61b1b);
  border: 1px solid #6e0606;
  border-bottom: 1px solid #6e0606;
  -webkit-box-shadow: inset 0 1px 0 0 #f95c59;
  -moz-box-shadow: inset 0 1px 0 0 #f95c59;
  -ms-box-shadow: inset 0 1px 0 0 #f95c59;
  -o-box-shadow: inset 0 1px 0 0 #f95c59;
  box-shadow: inset 0 1px 0 0 #f95c59;
}
.entry-content .link-button.red:hover {
  color: #530909;
  background-color: #89cc54;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8380), to(#b40e0e));
  /* Saf4+, Chrome */

  background-image: -webkit-linear-gradient(top, #ff8380, #b40e0e);
  background-image: -moz-linear-gradient(top, #ff8380, #b40e0e);
  background-image: -ms-linear-gradient(top, #ff8380, #b40e0e);
  background-image: -o-linear-gradient(top, #ff8380, #b40e0e);
  background-image: linear-gradient(top, #ff8380, #b40e0e);
}
.entry-content .link-button.green {
  color: #223613;
  background-color: #7fbf4d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7fbf4d), to(#426825));
  /* Saf4+, Chrome */

  background-image: -webkit-linear-gradient(top, #7fbf4d, #426825);
  background-image: -moz-linear-gradient(top, #7fbf4d, #426825);
  background-image: -ms-linear-gradient(top, #7fbf4d, #426825);
  background-image: -o-linear-gradient(top, #7fbf4d, #426825);
  background-image: linear-gradient(top, #7fbf4d, #426825);
  border: 1px solid #63a62f;
  border-bottom: 1px solid #5b992b;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  -moz-box-shadow: inset 0 1px 0 0 #96ca6d;
  -ms-box-shadow: inset 0 1px 0 0 #96ca6d;
  -o-box-shadow: inset 0 1px 0 0 #96ca6d;
  box-shadow: inset 0 1px 0 0 #96ca6d;
}
.entry-content .link-button.green:hover {
  color: #223613;
  background-color: #89cc54;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#89cc54), to(#426825));
  /* Saf4+, Chrome */

  background-image: -webkit-linear-gradient(top, #89cc54, #426825);
  background-image: -moz-linear-gradient(top, #89cc54, #426825);
  background-image: -ms-linear-gradient(top, #89cc54, #426825);
  background-image: -o-linear-gradient(top, #89cc54, #426825);
  background-image: linear-gradient(top, #89cc54, #426825);
}
.entry-content .link-button.blue {
  color: #2c4358;
  background-color: #97b2c9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#97b2c9), to(#4e7da5));
  /* Saf4+, Chrome */

  background-image: -webkit-linear-gradient(top, #97b2c9, #4e7da5);
  background-image: -moz-linear-gradient(top, #97b2c9, #4e7da5);
  background-image: -ms-linear-gradient(top, #97b2c9, #4e7da5);
  background-image: -o-linear-gradient(top, #97b2c9, #4e7da5);
  background-image: linear-gradient(top, #97b2c9, #4e7da5);
  border: 1px solid #b9d3e9;
  border-bottom: 1px solid #2c4358;
  -webkit-box-shadow: inset 0 1px 0 0 #b9d3e9;
  -moz-box-shadow: inset 0 1px 0 0 #b9d3e9;
  -ms-box-shadow: inset 0 1px 0 0 #b9d3e9;
  -o-box-shadow: inset 0 1px 0 0 #b9d3e9;
  box-shadow: inset 0 1px 0 0 #b9d3e9;
}
.entry-content .link-button.blue:hover {
  color: #2c4358;
  background-color: #89cc54;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#89bde8), to(#3771a2));
  /* Saf4+, Chrome */

  background-image: -webkit-linear-gradient(top, #89bde8, #3771a2);
  background-image: -moz-linear-gradient(top, #89bde8, #3771a2);
  background-image: -ms-linear-gradient(top, #89bde8, #3771a2);
  background-image: -o-linear-gradient(top, #89bde8, #3771a2);
  background-image: linear-gradient(top, #89bde8, #3771a2);
}
.entry-content .accordion-trigger {
  text-decoration: none;
  color: #444;
  font-weight: bold;
  padding: 5px 10px;
  cursor: pointer;
  border: 1px solid #ccc;
  background: #f8f5f2;
  font-size: 14px;
}
.entry-content .accordion-trigger.active {
  border-bottom: 1px solid #ccc;
}
.entry-content .accordion-trigger:hover {
  background: #f8f5f2;
}
.entry-content .accordion-container {
  margin-bottom: 0px;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.entry-content .accordion-container p {
  margin: 10px;
}
.entry-content .toggle-trigger {
  text-decoration: none;
  color: #444;
  font-weight: bold;
  padding: 5px 10px 5px 25px;
  cursor: pointer;
  border: 1px solid #ccc;
  background: #f1f1f1 url(../img/toggle.png) no-repeat 5px 7px;
  font-size: 14px;
}
.entry-content .toggle-trigger.active {
  border-bottom: 1px solid #ccc;
  background: #f8f5f2 url(../img/toggle.png) no-repeat 5px -78px;
}
.entry-content .toggle-trigger:hover {
  background-color: #f8f5f2;
}
.entry-content .toggle-container {
  margin-bottom: 0px;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.entry-content .toggle-container p {
  margin: 10px;
}
.entry-content .tabs {
  list-style: none;
  margin: 0 !important;
  padding: 0px;
  height: 33px;
}
.entry-content body.home .tabs {
  padding: 0px 30px;
}
.entry-content ul.tabs li {
  display: block;
  float: left;
  text-indent: 0;
  padding: 0;
  margin: 2px 5px 0px 0px !important;
  list-style-image: none !important;
  border-top: 1px solid #656360;
  border-right: 1px solid #656360;
  border-left: 1px solid #656360;
}
.entry-content ul.tabs a {
  display: block;
  font-size: 13px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  padding: 0px 0px 0px 10px;
  position: relative;
  top: 0px;
}
.entry-content ul.tabs a span {
  display: block;
  height: 100%;
  padding-right: 10px;
}
.entry-content ul.tabs a {
  text-decoration: none;
  color: #656360;
  background: #f8f5f2;
}
.entry-content ul.tabs a:active {
  outline: none;
}
.entry-content ul.tabs li:hover a,
.entry-content ul.tabs a.current {
  background: #f3f3f3;
  color: #444;
  border-bottom: 1px solid #f1f1f1;
}
.entry-content ul.tabs a.current,
.entry-content ul.tabs a.current:hover,
.entry-content ul.tabs li.current a {
  cursor: default !important;
  color: #444 !important;
  display: block;
  text-decoration: none;
}
.entry-content .panes .pane {
  display: none;
}
.entry-content .panes > div {
  display: none;
  min-height: 200px;
  border: 1px solid #656360;
  padding: 15px;
  background: #f1f1f1;
}
