.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix: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;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active,
a:focus {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  header,
  #portal-column-one,
  #portal-column-two,
  #edit-bar,
  footer {
    display: none !important;
  }
  #portal-column-wrapper {
    margin: 0 !important;
  }
  .documentActions {
    display: none;
  }
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #222;
  border: 3px solid #fff;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #fff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
p {
  margin: 0 0 10px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  text-rendering: optimizelegibility;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
.documentFirstHeading {
  padding-bottom: 9px;
  border-bottom: 1px solid #eee;
}
.discreet,
.formHelp {
  color: #999;
  font-size: 11.9px;
}
.documentByLine {
  color: #999;
  font-size: 11.9px;
}
.documentDescription {
  margin-bottom: 20px;
  font-size: 17.5px;
  font-weight: 400;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333;
  border-radius: 4px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
table.listing,
table.plain,
table.invisible,
table.vertical,
table.grid {
  width: 100%;
  margin-bottom: 20px;
}
table.listing th,
table.plain th,
table.invisible th,
table.vertical th,
table.grid th,
table.listing td,
table.plain td,
table.invisible td,
table.vertical td,
table.grid td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table.listing th,
table.plain th,
table.invisible th,
table.vertical th,
table.grid th {
  font-weight: bold;
}
table.listing thead th,
table.plain thead th,
table.invisible thead th,
table.vertical thead th,
table.grid thead th {
  vertical-align: bottom;
}
table.listing caption + thead tr:first-child th,
table.plain caption + thead tr:first-child th,
table.invisible caption + thead tr:first-child th,
table.vertical caption + thead tr:first-child th,
table.grid caption + thead tr:first-child th,
table.listing caption + thead tr:first-child td,
table.plain caption + thead tr:first-child td,
table.invisible caption + thead tr:first-child td,
table.vertical caption + thead tr:first-child td,
table.grid caption + thead tr:first-child td,
table.listing colgroup + thead tr:first-child th,
table.plain colgroup + thead tr:first-child th,
table.invisible colgroup + thead tr:first-child th,
table.vertical colgroup + thead tr:first-child th,
table.grid colgroup + thead tr:first-child th,
table.listing colgroup + thead tr:first-child td,
table.plain colgroup + thead tr:first-child td,
table.invisible colgroup + thead tr:first-child td,
table.vertical colgroup + thead tr:first-child td,
table.grid colgroup + thead tr:first-child td,
table.listing thead:first-child tr:first-child th,
table.plain thead:first-child tr:first-child th,
table.invisible thead:first-child tr:first-child th,
table.vertical thead:first-child tr:first-child th,
table.grid thead:first-child tr:first-child th,
table.listing thead:first-child tr:first-child td,
table.plain thead:first-child tr:first-child td,
table.invisible thead:first-child tr:first-child td,
table.vertical thead:first-child tr:first-child td,
table.grid thead:first-child tr:first-child td {
  border-top: 0;
}
table.listing tbody + tbody,
table.plain tbody + tbody,
table.invisible tbody + tbody,
table.vertical tbody + tbody,
table.grid tbody + tbody {
  border-top: 2px solid #ddd;
}
table.listing .table,
table.plain .table,
table.invisible .table,
table.vertical .table,
table.grid .table {
  background-color: #fff url('../images/bg.png');
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
tbody tr:hover > td,
tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: inline-block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  border-radius: 4px;
  vertical-align: middle;
}
textarea,
input[type="text"],
input[type="password"],
input[type="email"] {
  width: 100%;
  height: 30px;
  box-sizing: border-box;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0 5px 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
textarea {
  height: auto;
  resize: vertical;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  box-shadow: 0 0 6px #f8b9b7;
}
.field {
  margin-top: 10px;
}
input[type="text"].searchField,
#searchGadget {
  width: auto;
  margin-bottom: 0;
}
#content .field input[type="text"][name$=".title"],
#archetypes-fieldname-title input {
  font-size: 28px;
  font-weight: normal;
  height: 40px;
}
.plone_jscalendar select {
  width: auto;
}
body.mceContentBody {
  padding: 15px;
  box-sizing: border-box;
}
.suppressVisualEditor a {
  border-bottom: 0 none !important;
  display: block;
  font-size: 11px;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-top: -22px;
}
.mceEditor.ploneSkin .mceEditorFocus .mceIframeContainer {
  background: #fff;
}
.mceEditor.ploneSkin .mceIframeContainer {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear .2s, box-shadow linear .2s;
}
.mceEditor.ploneSkin table.mceLayout td.mceStatusbar {
  border: 0;
  position: relative;
}
.mceEditor.ploneSkin table.mceLayout td.mceStatusbar a.mceResize {
  position: absolute;
  right: 4px;
  top: -24px;
}
.queryindex,
.addIndex {
  clear: both;
}
.criteria {
  position: relative;
}
.criteria .removecriteria {
  border: 0 !important;
  color: #999 !important;
  font-size: 11.9px !important;
  position: absolute;
  right: 0;
  top: 25px;
}
#login_form {
  margin: 0 auto;
  width: 250px;
}
#login-forgotten-password {
  margin-left: 15px;
  margin-top: 30px;
}
.formControls {
  margin-top: 20px;
}
.error .control-label,
.error .help-block,
.error .help-inline,
.error .fieldErrorBox {
  color: #b94a48;
}
.error .checkbox,
.error .radio,
.error input,
.error select,
.error textarea {
  color: #b94a48;
}
.error input,
.error select,
.error textarea {
  border-color: #b94a48;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.error input:focus,
.error select:focus,
.error textarea:focus {
  border-color: #953b39;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.error .input-prepend .add-on,
.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../images/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
  width: 16px;
}
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
.icons-on [class^="contenttype-"] img {
  display: none;
}
.icons-on [class^="contenttype-"]:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  background-image: url("../images/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
.icons-on .contenttype-document:before {
  background-position: -96px -72px;
}
.icons-on .contenttype-event:before {
  background-position: -48px -24px;
}
.icons-on .contenttype-folder:before {
  background-position: -408px -120px;
  width: 16px;
}
.icons-on .contenttype-link:before {
  background-position: -336px -144px;
}
.icons-on .contenttype-news-item:before {
  background-position: -264px -24px;
}
.icons-on .contenttype-collection:before {
  background-position: -25px -48px;
}
.icons-on .contenttype-file:before {
  background-position: -24px -24px;
}
.icons-on .contenttype-image:before {
  background-position: -456px -48px;
}
.icons-on .contenttype-plone-site:before {
  display: none;
}
body {
  background: #fff url('../images/bg.png');
  color: #555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
a {
  color: #44afce;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #29839c;
  text-decoration: underline;
}
#container {
  background: transparent;
}
div.row {
  float: left;
  width: 100%;
  display: block;
  position: relative;
}
div.cell {
  position: relative;
  float: left;
  left: 100%;
}
.ie6 div.cell {
  float: none;
}
div.width-1 {
  width: 4%;
}
div.width-2 {
  width: 10.25%;
}
div.width-3 {
  width: 16.5%;
}
div.width-4 {
  width: 22.75%;
}
div.width-5 {
  width: 29%;
}
div.width-6 {
  width: 35.25%;
}
div.width-7 {
  width: 41.5%;
}
div.width-8 {
  width: 47.75%;
}
div.width-9 {
  width: 54%;
}
div.width-10 {
  width: 60.25%;
}
div.width-11 {
  width: 66.5%;
}
div.width-12 {
  width: 72.75%;
}
div.width-13 {
  width: 79%;
}
div.width-14 {
  width: 85.25%;
}
div.width-15 {
  width: 91.5%;
}
div.width-16 {
  width: 97.75%;
}
div.position-0 {
  margin-left: -98.875%;
}
div.position-1 {
  margin-left: -92.625%;
}
div.position-2 {
  margin-left: -86.375%;
}
div.position-3 {
  margin-left: -80.125%;
}
div.position-4 {
  margin-left: -73.875%;
}
div.position-5 {
  margin-left: -67.625%;
}
div.position-6 {
  margin-left: -61.375%;
}
div.position-7 {
  margin-left: -55.125%;
}
div.position-8 {
  margin-left: -48.875%;
}
div.position-9 {
  margin-left: -42.625%;
}
div.position-10 {
  margin-left: -36.375%;
}
div.position-11 {
  margin-left: -30.125%;
}
div.position-12 {
  margin-left: -23.875%;
}
div.position-13 {
  margin-left: -17.625%;
}
div.position-14 {
  margin-left: -11.375%;
}
div.position-15 {
  margin-left: -5.125%;
}
div.width-1\3a 2 {
  width: 47.75%;
}
div.width-1\3a 4 {
  width: 22.75%;
}
div.width-3\3a 4 {
  width: 72.75%;
}
div.width-full {
  width: 97.75%;
}
div.position-1\3a 2 {
  margin-left: -48.875%;
}
div.position-1\3a 4 {
  margin-left: -73.875%;
}
div.position-3\3a 4 {
  margin-left: -23.875%;
}
div.width-1\3a 3 {
  width: 31.08%;
}
div.width-2\3a 3 {
  width: 64.42%;
}
div.position-1\3a 3 {
  margin-left: -65.545%;
}
div.position-2\3a 3 {
  margin-left: -32.205%;
}
div.position-00 {
  margin-left: -100%;
}
body {
  margin: 0;
  width: 100%;
}
#container {
  margin: 0 auto;
  width: 100%;
  max-width: 1088px;
  word-wrap: break-word;
}
.ie7 #container,
.ie8 #container {
  width: 1088px;
}
#portal-header,
#visual-portal-wrapper,
footer {
  margin: 0 13px;
}
#portal-header {
  position: relative;
  z-index: 2;
}
#portal-column-main {
  display: block;
  float: left;
  margin-right: -330px;
  position: relative;
  width: 100%;
}
#portal-column-wrapper {
  margin-left: 330px;
  margin-right: 330px;
}
#portal-column-one {
  display: block;
  float: left;
  margin-left: -100%;
  position: relative;
  width: 300px;
}
#portal-column-two {
  display: block;
  float: left;
  margin-left: 30px;
  position: relative;
  width: 300px;
}
.tablet-right-down #portal-column-one {
  padding-left: 330px;
}
.no-right-column #portal-column-main {
  margin-right: 0;
}
.no-right-column #portal-column-wrapper {
  margin-right: 0;
}
.no-right-column #portal-column-one {
  padding-left: 0;
}
.no-left-column #portal-column-wrapper {
  margin-left: 0;
}
.sidebars-right #portal-column-wrapper {
  margin-left: 0;
  margin-right: 660px;
}
.sidebars-right #portal-column-main {
  margin-right: -660px;
}
.sidebars-right #portal-column-one {
  margin-left: 30px;
  padding-left: 0;
}
.sidebars-right .tablet-left-down #portal-column-one {
  margin-left: -630px;
}
.sidebars-right .tablet-left-down #portal-column-two {
  margin-left: 360px;
}
.sidebars-right .no-right-column #portal-column-wrapper {
  margin-right: 330px;
}
.sidebars-right .no-right-column #portal-column-main {
  margin-right: -330px;
}
.sidebars-right .no-right-column #portal-column-one {
  margin-left: 30px;
}
.sidebars-right .no-left-column #portal-column-wrapper {
  margin-right: 330px;
}
.sidebars-right .no-left-column #portal-column-main {
  margin-right: -330px;
}
.sidebars-right .no-left-column #portal-column-two {
  margin-left: 30px;
}
.sidebars-right .no-right-column.no-left-column #portal-column-wrapper {
  margin-right: 0;
}
.sidebars-right .no-right-column.no-left-column #portal-column-main {
  margin-right: 0;
}
#portal-logo {
  display: inline-block;
  margin: 20px 0 20px 0;
}
#portal-personaltools {
  position: absolute;
  z-index: 3;
  /* personaltools should be above #portal-header (with z-index: 2) */
  top: 0;
  right: 0;
  padding: 0.25em 0.5em;
  margin: 0;
  list-style: none;
  border: 1px solid #d4d4d4;
  border-bottom-right-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
  background-color: #f7f7f7;
  background-image: linear-gradient(to bottom, #f2f2f2, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffffffff', GradientType=0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
#portal-personaltools .actionMenuHeader a {
  font-size: 11.9px;
}
#portal-personaltools .actionMenuContent a {
  display: block;
  padding: 8px 12px;
  line-height: 20px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
#portal-personaltools .actionMenuContent a:hover {
  text-decoration: none;
  background-color: #eee;
  border-color: #eee #eee #ddd;
}
#portal-personaltools a {
  color: #555;
}
#portal-personaltools dt {
  font-weight: normal;
}
#portal-personaltools dt.actionMenuHeader a:after {
  content: " ▼";
}
#portal-personaltools dd {
  right: 0;
  left: auto;
}
#search-and-links {
  position: absolute;
  top: 5px;
  right: 30px;
  z-index: 20;
}
#search-and-links #quicklinks,
#search-and-links #languages {
  font-size: 10.5px;
  margin: 5px 0;
}
#search-and-links #quicklinks li,
#search-and-links #languages li {
  white-space: nowrap;
}
#search-and-links #languages li {
  margin-right: 5px;
}
#search-and-links #languages li:last-child {
  margin-right: 0;
}
#search-and-links #portal-searchbox {
  text-align: left;
}
#search-and-links #portal-searchbox form {
  white-space: nowrap;
}
#portal-searchbox {
  display: none;
}
@media only screen and (max-width: 480px) {
  #search-and-links {
    position: fixed;
    right: 13px !important;
  }
  #search-and-links #mobile-menu,
  #search-and-links #search-icon {
    display: inline-block !important;
  }

  #portal-searchbox {
    position: fixed !important;
    z-index: 1100;
  }
}

.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  border-radius: 0;
}
.navbar.affix,
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar.affix .navbar-inner,
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar.affix .navbar-inner,
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.navbar.affix,
.navbar-fixed-top {
  top: 0;
}
.navbar.affix .navbar-inner,
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
}
@media only screen and (max-width: 480px) {
  .navbar {
    position: fixed !important;
  }
}
#portal-globalnav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
  list-style: none;
}
#portal-globalnav.pull-right {
  float: right;
  margin-right: 0;
}
#portal-globalnav > li {
  float: left;
}
#portal-globalnav > li > a {
  display: block;
  float: none;
  padding: 10px 15px 10px;
  color: #777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
#portal-globalnav > li > a:focus,
#portal-globalnav > li > a:hover {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}
#portal-globalnav > li > a > img {
  max-width: none;
}
#portal-globalnav > .selected a,
#portal-globalnav > .selected a:hover,
#portal-globalnav > .selected a:focus {
  color: #555;
  text-decoration: none;
  background-color: #e5e5e5;
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar.affix #portal-globalnav {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  float: none;
}
.actionMenu {
  white-space: nowrap;
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
}
.actionMenu a,
.actionMenu div {
  display: block !important;
  text-decoration: none;
  white-space: nowrap;
}
.actionMenu dt {
  font-weight: normal;
}
.actionMenu.deactivated dd {
  display: none;
}
.actionMenu.activated dd {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1100;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.actionMenu.activated dd ul {
  list-style: none;
  margin-left: 0;
}
.actionMenu.activated dd ul a {
  margin-right: 0 !important;
}
.actionMenu.activated#plone-contentmenu-workflow dd {
  right: 0;
  left: auto;
}
.actionSeparator > div {
  background: #f5f5f5;
  border-bottom: 1px solid #DDDDDD;
  padding: 5px 0;
  text-align: center;
}
#edit-bar,
.formTabs {
  border-bottom: 1px solid #ddd;
  margin-left: 0;
  position: relative;
  *zoom: 1;
}
#edit-bar:before,
.formTabs:before,
#edit-bar:after,
.formTabs:after {
  display: table;
  content: "";
  line-height: 0;
}
#edit-bar:after,
.formTabs:after {
  clear: both;
}
.contentViews,
#contentActionMenus,
.formTabs {
  list-style: none;
  margin-bottom: 0;
}
.contentViews > li,
#contentActionMenus > li,
.formTabs > li {
  float: left;
  margin-bottom: -1px;
}
.contentViews > li a,
#contentActionMenus > li a,
.formTabs > li a {
  display: block;
  padding: 8px 12px;
  line-height: 20px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  margin-right: 2px;
}
.contentViews > li a:hover,
#contentActionMenus > li a:hover,
.formTabs > li a:hover {
  text-decoration: none;
  background-color: #eee;
  border-color: #eee #eee #ddd;
}
.contentViews > li a > img,
#contentActionMenus > li a > img,
.formTabs > li a > img {
  max-width: none;
}
.contentViews .selected a,
#contentActionMenus .selected a,
.formTabs .selected a,
.contentViews .selected a:hover,
#contentActionMenus .selected a:hover,
.formTabs .selected a:hover {
  color: #555;
  background-color: transparent;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.formTabs .selected,
.formTabs .selected:hover {
  color: #555;
  background-color: transparent;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
  text-decoration: none;
}
.formTabs a.required span:after {
  content: "■";
  color: #9d261d;
  padding-left: 10px;
}
.contentActions {
  position: absolute;
  right: 0;
  background: transparent url('../images/glyphicons-halflings.png') no-repeat -432px 0;
  width: 15px;
  height: 15px;
  margin-top: 15px;
}
.contentActions:hover #contentActionMenus {
  border: 1px solid #AAA;
  visibility: visible;
  opacity: 1;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
#contentActionMenus {
  position: absolute;
  background: #fff;
  padding-bottom: 1px;
  right: 0;
  width: 385px;
  visibility: hidden;
  z-index: 1010;
  border-radius: 4px;
  transition: opacity .2s linear .3s, border .2s linear .7s, box-shadow .2s linear .7s;
  box-shadow: inset 0 0 0 #FFF, 0 0 0 #FFF;
  border: 1px solid #DDD;
  opacity: 0;
}
#contentActionMenus > li {
  float: right;
}
#plone-contentmenu-workflow .state-private {
  padding: 0 0.5em;
  background-color: #FF0000;
  border: 0.1em solid #FF0000;
  color: #FFF !important;
  border-radius: 4px;
}
#plone-contentmenu-workflow .state-visible {
  padding: 0 0.5em;
  background-color: #74AE0B;
  border: 0.1em solid #74AE0B;
  color: #FFF !important;
  border-radius: 4px;
}
#plone-contentmenu-workflow .state-published {
  padding: 0 0.5em;
  background-color: #436976;
  border: 0.1em solid #436976;
  color: #FFF !important;
  border-radius: 4px;
}
#plone-contentmenu-workflow .state-pending {
  padding: 0 0.5em;
  background-color: #FFA500;
  border: 0.1em solid #FFA500;
  color: #FFF !important;
  border-radius: 4px;
}
#portal-breadcrumbs {
  padding: 8px 15px;
  margin: 0 0 20px;
  background-color: #F5F5F5;
  border-radius: 4px;
}
#portal-breadcrumbs > span {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #fff;
}
#portal-breadcrumbs > span > .breadcrumbSeparator {
  padding: 0 5px;
  color: #ccc;
}
#portal-breadcrumbs #breadcrumbs-current {
  color: #999;
}
#breadcrumbs-you-are-here {
  display: none !important;
}
.listingBar {
  color: #999;
  margin: 20px 0;
  text-align: center;
}
.listingBar a {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  color: #FFF;
  padding: 4px 12px;
  text-decoration: none;
  background-color: #EC2027;
  border: 1px solid #C52323;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.listingBar a:hover {
  background-color: #C52323;
}
.listingBar .previous {
  float: left;
}
.listingBar .next {
  float: right;
}
.overlay {
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  outline: none;
  width: auto;
  height: auto;
  /* initially overlay is hidden */
  display: none;
  /* some padding to layout nested elements nicely  */
  padding: 15px;
}
.overlay .close {
  background-image: url('../images/pb_close.png');
  position: absolute;
  left: -14px;
  top: -14px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  opacity: 1;
}
.overlay .close span {
  display: block;
  height: 1px;
  margin: -1px 0 0 -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
}
.overlay-ajax,
.overlay-iframe {
  min-height: 100px;
  z-index: 2500;
  /* overlays should be above everything */
}
.overlay-iframe {
  height: 60%;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 4px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.portalMessage {
  color: #3a87ad;
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  border-radius: 4px;
}
.portalMessage dt,
.portalMessage dd {
  display: inline;
}
.portalMessage.error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.portalMessage.warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
input[type="submit"],
input[type="button"],
input[type="reset"],
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  *margin-left: .3em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 3px;
  *padding-bottom: 3px;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
.btn:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
.btn:focus,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active,
.btn:active,
input[type="submit"].active,
input[type="button"].active,
input[type="reset"].active,
.btn.active,
input[type="submit"].disabled,
input[type="button"].disabled,
input[type="reset"].disabled,
.btn.disabled,
input[type="submit"][disabled],
input[type="button"][disabled],
input[type="reset"][disabled],
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active,
.btn:active,
input[type="submit"].active,
input[type="button"].active,
input[type="reset"].active,
.btn.active {
  background-color: #cccccc \9;
}
input[type="submit"]:first-child,
input[type="button"]:first-child,
input[type="reset"]:first-child,
.btn:first-child {
  *margin-left: 0;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
.btn:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
.btn:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="submit"].active,
input[type="button"].active,
input[type="reset"].active,
.btn.active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active,
.btn:active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
input[type="submit"].disabled,
input[type="button"].disabled,
input[type="reset"].disabled,
.btn.disabled,
input[type="submit"][disabled],
input[type="button"][disabled],
input[type="reset"][disabled],
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
.btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input.context {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #449dce;
  background-image: linear-gradient(to bottom, #44afce, #4481ce);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff44afce', endColorstr='#ff4481ce', GradientType=0);
  border-color: #4481ce #4481ce #295c9c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #4481ce;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  margin-right: 5px;
}
input.context:hover,
input.context:focus,
input.context:active,
input.context.active,
input.context.disabled,
input.context[disabled] {
  color: #fff;
  background-color: #4481ce;
  *background-color: #3474c5;
}
input.context:active,
input.context.active {
  background-color: #2e68b1 \9;
}
.portlet {
  margin-top: 0;
  margin-bottom: 30px;
}
.portlet a:hover {
  text-decoration: none;
}
.portlet a .portletItemDetails {
  color: #999;
  font-size: 11.9px;
}
.portlet .portletHeader {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.portlet .portletItem {
  margin: 5px 0;
}
.portlet .portletFooter {
  margin-left: 0;
  text-align: center;
  font-size: 11.9px;
}
.portletNavigationTree .portletHeader {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.portletNavigationTree .portletItem a {
  color: #44afce;
}
.portletNavigationTree .portletItem .navTreeLevel0 {
  margin-left: 0;
  list-style: none;
}
.portletNavigationTree .portletItem .navTreeLevel0 > li {
  margin-bottom: -1px;
  border: 1px solid #ddd;
}
.portletNavigationTree .portletItem .navTreeLevel0 > li:hover {
  background-color: #eee;
  border-color: #ddd;
  color: #29839c;
  z-index: 2;
}
.portletNavigationTree .portletItem .navTreeLevel0 > li:hover a,
.portletNavigationTree .portletItem .navTreeLevel0 > li:hover .navTreeCurrentItem {
  color: #29839c;
}
.portletNavigationTree .portletItem .navTreeLevel0 > li:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.portletNavigationTree .portletItem .navTreeLevel0 > li:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.portletNavigationTree .portletItem .navTreeLevel0 > li > a,
.portletNavigationTree .portletItem .navTreeLevel0 > li > div > a {
  display: block;
  padding: 8px 12px;
  line-height: 20px;
}
.portletNavigationTree .portletItem .navTreeLevel0 > li > a.navTreeCurrentItem,
.portletNavigationTree .portletItem .navTreeLevel0 > li > div > a.navTreeCurrentItem {
  background-color: #eee;
  border-color: #ddd;
  cursor: default;
}
.portletNavigationTree .portletItem .navTreeLevel0 > img {
  max-width: none;
}
.portletNavigationTree .portletItem .navTreeLevel0 .navTree > li {
  position: relative;
}
.portletNavigationTree .portletItem .navTreeLevel0 .navTree > li:before {
  content: "-";
  left: -10px;
  position: absolute;
}
.portletNavigationTree .portletItem .navTreeLevel0 .navTree > li:last-child {
  margin-bottom: 10px;
}
.portletNavigationTree .portletItem .navTreeLevel0 .navTree .navTreeCurrentItem {
  color: #555;
}
.portletNavigationTree .portletItem .navTreeCurrentItem {
  color: #555;
}
.portletNavigationTree .portletItem .navTreeItem > a > img {
  display: none;
}
.portletCalendar {
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: center;
}
.portletCalendar .portletHeader {
  font-size: 17.5px;
  margin-bottom: 15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.portletCalendar .ploneCalendar {
  width: 100%;
}
.portletCalendar .calendarPrev {
  float: left;
  margin-left: 5px;
}
.portletCalendar .calendarNext {
  float: right;
  margin-right: 5px;
}
.portletCalendar .weekdays {
  font-size: 11.9px;
}
.portletCalendar .event,
.portletCalendar .todayevent {
  background-color: #eee;
}
#dashboard-portlets1,
#dashboard-portlets2,
#dashboard-portlets3,
#dashboard-portlets4 {
  display: block;
  float: left;
  width: 22.75%;
  margin: 0 1.125%;
}
#dashboard-portlets1 {
  margin-left: 0;
}
#dashboard-portlets4 {
  margin-right: 0;
}
.portlets-manager .portletAssignments {
  border: 1px solid #ddd;
  padding: 5px 15px;
  margin: 10px 0;
  border-radius: 4px;
}
.portlets-manager .portletAssignments h4 {
  margin: 5px 0;
}
.portlets-manager .portletAssignments .formControls {
  text-align: center;
}
.portletAssignments .portletHeader {
  padding: 0.42em 1em;
  background: #eee;
}
.portletAssignments .managedPortlet {
  margin: 10px 0;
}
.portletAssignments .managedPortletActions {
  float: right;
}
.portletAssignments .managedPortletActions a {
  margin: 0 0.25em;
  border: none;
  text-decoration: none;
}
.blockedPortlet .portletHeader {
  background: transparent;
  border: 1px dashed #ddd;
  margin: -1px;
}
.blockedPortlet .portletHeader a {
  color: #999;
}
.managePortletsLink a,
.managePortletsFallback {
  display: block;
  border-top: 1px solid #ddd;
  color: #999;
  font-size: 11.9px;
  text-align: center;
  padding: 5px;
}
.portlet-action {
  float: left;
  margin-bottom: 0;
}
.managedPortlet button {
  background: transparent;
  border: 0;
  font-size: 10.5px;
  padding: 2px 5px;
  line-height: 15px;
}
.portlet-random-quote .portlet-random-quote-quote {
  font-style: italic;
  margin-bottom: 0;
  text-align: center;
}
.portlet-random-quote .portlet-random-quote-name {
  text-align: right;
  margin-bottom: 0;
}
.portlet-random-quote .share-line {
  border: none;
  padding-top: 0;
}
.portlet-random-quote .share-line .tw-share {
  float: right;
}
#search-field {
  text-align: center;
}
#search-field .searchPage {
  height: 40px;
}
#search-field input[type="text"] {
  font-size: 28px;
  line-height: 40px;
  width: 60%;
}
.searchPage .documentFirstHeading {
  font-weight: normal;
  line-height: 60px;
  float: left;
}
#rss-subscription {
  float: left;
  line-height: 85px;
  margin-left: 10px;
}
#search-results-bar {
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  font-size: 11.9px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
#search-results-bar dl.actionMenu {
  margin: 0 15px;
}
#search-results-bar dt.actionMenuHeader a:after {
  content: " ▼";
}
#search-results-bar > * {
  float: left;
}
#searchResultsSort {
  float: right;
}
#search-filter {
  margin: 0 10px;
}
#search-filter legend {
  margin-bottom: 0;
}
.searchResults dt {
  margin-top: 15px;
}
#LSResult,
.LSResult {
  position: absolute;
  right: 0;
  background: transparent;
  margin-top: 3px;
  z-index: 1990;
}
#LSResult fieldset,
.LSResult fieldset {
  padding: 5px 0 0;
}
#LSResult .LSDescr,
.LSResult .LSDescr {
  font-size: 11.9px;
  color: #666;
}
#LSResult img,
.LSResult img,
#LSResult [class^="contenttype-"]:before,
.LSResult [class^="contenttype-"]:before {
  display: none;
}
#livesearchLegend {
  background-color: #ddd;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 0;
  text-align: center;
  border-radius: 4px;
}
.livesearchContainer {
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.LSRow,
#LSNothingFound {
  display: block;
  padding: 0.5em 1em;
  white-space: normal;
  width: 28em;
}
.LSHighlight {
  background: #ddd;
}
.LSTable {
  margin-left: 0;
}
.cloud1 {
  font-size: 1em;
}
.cloud2 {
  font-size: 1.2em;
}
.cloud3 {
  font-size: 1.4em;
}
.cloud4 {
  font-size: 1.6em;
}
.cloud5 {
  font-size: 1.8em;
}
.cloud6 {
  font-size: 1.9em;
}
.cloud7 {
  font-size: 2.0em;
}
.portletTagCloudPortlet {
  word-wrap: break-word;
}
footer {
  text-align: center;
  font-size: 11.9px;
  padding: 30px 0;
  margin-top: 70px;
  border-top: 1px solid #e5e5e5;
}
#portal-colophon ul {
  list-style: none;
}
#portal-siteactions {
  list-style: none;
}
#portal-siteactions li {
  display: inline;
  margin-right: 10px;
}
.configlets {
  list-style: none;
  margin-left: 0;
}
.configlets > li {
  margin: 10px 0;
}
/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */
.cc-cookies {
  position: fixed;
  width: 90%;
  left: 0;
  top: 0;
  padding: 0.5em 5%;
  background: #565656;
  background: rgba(86, 86, 86, 0.95);
  font-size: 13px;
  font-weight: 700;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  z-index: 99999;
  text-align: center;
  color: #fff;
}
.cc-cookies a,
.cc-cookies a:hover {
  color: #fff;
  text-decoration: underline;
}
.cc-cookies a:hover {
  text-decoration: none;
}
.cc-overlay {
  height: 100%;
  padding-top: 25%;
}
.cc-cookies-error {
  float: left;
  width: 90%;
  text-align: center;
  margin: 1em 0 2em 0;
  background: #fff;
  padding: 2em 5%;
  border: 1px solid #ccc;
  font-size: 18px;
  color: #333;
}
.cc-cookies a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline,
.cc-cookies a.cc-cookie-reset {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #7DAF3B;
  padding: 0.5em 0.75em;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  -o-transition: background 0.5s ease-in;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
}
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline {
  background: #af3b3b;
  margin-left: 0.5em;
}
.cc-cookies a.cc-cookie-reset {
  background: #f15b00;
}
.cc-cookies a:hover.cc-cookie-accept,
.cc-cookies-error a:hover.cc-cookie-accept,
.cc-cookies a:hover.cc-cookie-decline,
.cc-cookies-error a:hover.cc-cookie-decline,
.cc-cookies a:hover.cc-cookie-reset {
  background: #000;
  -o-transition: background 0.5s ease-in;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
}
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-decline {
  display: block;
  margin-top: 1em;
}
.cc-cookies.cc-discreet {
  width: auto;
  padding: 0.5em 1em;
  left: auto;
  top: auto;
}
.cc-cookies.cc-discreet a.cc-cookie-reset {
  background: none;
  text-shadow: none;
  padding: 0;
  text-decoration: underline;
}
.cc-cookies.cc-discreet a:hover.cc-cookie-reset {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .cc-cookies a.cc-cookie-accept,
  .cc-cookies a.cc-cookie-decline,
  .cc-cookies a.cc-cookie-reset {
    display: block;
    margin: 1em 0;
  }
}
@media screen and (max-width: 480px) {
  .cc-cookies {
    position: relative;
    float: left;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.text-center {
  text-align: center !important;
}
.documentFirstHeading {
  font-size: 34px;
}
#container,
footer {
  margin: 0;
  width: 100%;
  max-width: none;
}
#container {
  margin-top: 40px;
}
.admin-bar #top-links-wrapper {
  top: 32px;
}
.ie7 #container,
.ie8 #container {
  margin: 40px auto 0;
}
#top-links-inner,
#portal-header,
.navbar,
#subnav,
#main,
#portal-footer-wrapper,
#portal-siteactions {
  margin: 0 auto;
  width: 100%;
  max-width: 1088px;
  word-wrap: break-word;
}
#top-links,
#portal-header-inner,
.navbar-inner {
  margin: 0 13px;
}
#top-links {
  padding-right: 240px;
}
#portal-column-content {
  *zoom: 1;
}
#portal-column-content:before,
#portal-column-content:after {
  display: table;
  content: "";
  line-height: 0;
}
#portal-column-content:after {
  clear: both;
}
#portal-logo {
  float: left;
  position: relative;
  z-index: 2;
  margin-left: -15px;
}
#header-banner-wrapper {
  display: block;
  float: left;
  margin-left: -135px;
  position: relative;
  width: 100%;
  z-index: 1;
}
#header-banner {
  margin: 20px 0 20px 0;
  margin-left: 150px;
  margin-right: -50px;
  text-align: center;
}
#header-banner img {
  max-width: auto;
}
#portal-top {
  border-bottom: 1px solid #E2E2E2;
}
#portal-top .menu .separator:last-child {
  display: none;
}
embed {
  max-width: 100%;
}
#navbar-wrapper {
  background-color: #fafafa;
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.navbar-inner {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 17px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  padding-left: 0px;
  padding-right: 0px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0);
  border: 0;
  border-radius: 0;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
#subnav {
  *zoom: 1;
}
#subnav:before,
#subnav:after {
  display: table;
  content: "";
  line-height: 0;
}
#subnav:after {
  clear: both;
}
#subnav .navTreeItem {
  float: left;
  padding: 5px 10px;
}
#top-links-wrapper {
  background-color: #292929;
  background-image: linear-gradient(to bottom, #434343, #020202);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff434343', endColorstr='#ff020202', GradientType=0);
  color: #bbbbbb;
  font-size: 11.9px;
  font-weight: bold;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 1050;
  height: 40px;
  overflow: hidden;
}
#top-links-wrapper a {
  display: inline-block;
  color: #bbbbbb;
  padding: 10px;
}
#top-links-wrapper #portal-logo-mobile {
  display: none;
}
@media only screen and (max-width: 470px) {
  #top-links-wrapper #portal-logo-mobile {
    position: relative;
    display: inline-block;
    left: 13px;
  }
  #top-links-wrapper #portal-logo-mobile a {
    padding: 5px 5px 5px 0;
  }
}
#top-links-inner {
  position: relative;
}
.social {
  position: absolute;
  right: 0;
  top: -1px;
}
.social .social-btn {
  display: block;
  height: 20px;
  width: 20px;
}
.social .facebook-btn {
  background: transparent url('../images/facebook.png') center center no-repeat;
}
.social .facebook-btn:hover {
  background: #3D599B url('../images/facebook_hover.png') center center no-repeat;
}
.social .twitter-btn {
  background: transparent url('../images/twitter.png') center center no-repeat;
}
.social .twitter-btn:hover {
  background: #00aced url('../images/twitter_hover.png') center center no-repeat;
}
.social .linkedin-btn {
  background: transparent url('../images/linkedin.png') center center no-repeat;
}
.social .linkedin-btn:hover {
  background: #0077b5 url('../images/linkedin_hover.png') center center no-repeat;
}
.social .rss-btn {
  background: transparent url('../images/rss.png') center center no-repeat;
}
.social .rss-btn:hover {
  background: #EE802F url('../images/rss_hover.png') center center no-repeat;
}
.social .email-btn {
  background: transparent url('../images/email.png') center center no-repeat;
}
.social .email-btn:hover {
  background: #EC2028 url('../images/email_hover.png') center center no-repeat;
}
.social .phone-btn {
  background: transparent url('../images/phone.png') center center no-repeat;
}
.social .phone-btn:hover {
  background: transparent url('../images/phone_hover.png') center center no-repeat;
}
header {
  background: #fff;
}
#portal-column-content {
  background: #fff;
  border: 1px solid #e2e2e2;
  padding: 10px 30px;
}
#global-cta {
  background: #fff;
  border: 1px solid #e2e2e2;
  margin: 30px 0 20px;
  padding: 0 10px;
  line-height: 25px;
  font-size: 11.9px;
}
#global-cta #global-cta-header {
  display: inline-block;
  background: #ec2028;
  border: 1px solid #c52323;
  color: #fff;
  padding: 0 10px;
  margin-right: 10px;
  text-transform: uppercase;
  position: relative;
  left: -10px;
}
#global-cta #global-cta-header:before,
#global-cta #global-cta-header:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 14px 0 14px 14px;
  border-color: transparent transparent transparent #c52323;
  position: absolute;
  right: -15px;
  top: -1px;
}
#global-cta #global-cta-header:after {
  border-color: transparent transparent transparent #ec2027;
  right: -13px;
  top: -1px;
}
#global-cta #global-cta-text {
  display: inline;
  color: #818181;
}
#author-line {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  *zoom: 1;
}
#author-line:before,
#author-line:after {
  display: table;
  content: "";
  line-height: 0;
}
#author-line:after {
  clear: both;
}
#author-line #author-info {
  float: left;
}
#author-line .comment-count {
  float: right;
}
#viewlet-below-content-title .share-line div {
  display: inline-block;
  margin-top: 4px !important;
}
.share-line {
  border-bottom: 1px solid #eee;
  padding-top: 10px;
  margin-bottom: 5px;
}
.share-line div {
  float: left;
}
.share-line .fb-like,
.share-line .fb-share-button,
.share-line .tweet {
  margin-right: 35px;
}
.tag-prodajna-stran #viewlet-below-content-body .share-line {
  display: none;
}
h3 {
  border-left: 4px solid #ec2028;
  padding-left: 10px;
}
.tileImage {
  display: block;
  margin: 0.5em auto;
}
@media (min-width: 610px) {
  .tileImage {
    float: right;
    width: 230px;
    margin: 0.3em 0 0.5em 0.5em;
  }
}
@media (min-width: 801px) {
  .tileImage {
    float: none;
    width: 330px;
    margin: 0.5em auto;
  }
}
@media (min-width: 965px) {
  .tileImage {
    float: right;
    width: 230px;
    margin: 0.3em 0 0.5em 0.5em;
  }
}
.newsImageContainer {
  float: none;
  margin: 1em 0;
  text-align: center;
}
.portlet,
.portletEmbed {
  margin-top: 0;
  margin-bottom: 30px;
}
.portlet .portletHeader {
  font-size: 20px;
  line-height: 25px;
  font-weight: normal;
}
.portletSearch .portletHeader,
.portletSearch .portletFooter {
  display: none;
}
.portletSearch .portletItem {
  background: #fff;
  border: 1px solid #E2E2E2;
  padding: 5px;
  border-radius: 4px;
}
.portletSearch .portletItem form {
  margin-bottom: 0;
}
.portletSearch .portletItem .searchField {
  border: 0;
  width: 240px;
  box-shadow: none;
}
.portletSearch .portletItem .searchButton {
  display: inline-block;
  width: 47px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #449dce;
  background-image: linear-gradient(to bottom, #44afce, #4481ce);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff44afce', endColorstr='#ff4481ce', GradientType=0);
  border-color: #4481ce #4481ce #295c9c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #4481ce;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-image: url("../images/search.png");
  background-position: 14px 6px;
  background-repeat: no-repeat;
  text-indent: -99999px;
}
.portletSearch .portletItem .searchButton:hover,
.portletSearch .portletItem .searchButton:focus,
.portletSearch .portletItem .searchButton:active,
.portletSearch .portletItem .searchButton.active,
.portletSearch .portletItem .searchButton.disabled,
.portletSearch .portletItem .searchButton[disabled] {
  color: #fff;
  background-color: #4481ce;
  *background-color: #3474c5;
}
.portletSearch .portletItem .searchButton:active,
.portletSearch .portletItem .searchButton.active {
  background-color: #2e68b1 \9;
}
.portletTabs {
  border-bottom: 1px solid #ddd;
  margin-left: 0;
  position: relative;
  list-style: none;
  margin-bottom: 0;
  font-size: 14px;
  *zoom: 1;
}
.portletTabs:before,
.portletTabs:after {
  display: table;
  content: "";
  line-height: 0;
}
.portletTabs:after {
  clear: both;
}
.portletTabs > li {
  float: left;
  margin-bottom: -1px;
}
.portletTabs > li a {
  display: block;
  padding: 8px 12px;
  line-height: 20px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  margin-right: 2px;
}
.portletTabs > li a:hover {
  text-decoration: none;
  background-color: #eee;
  border-color: #eee #eee #ddd;
}
.portletTabs > li a > img {
  max-width: none;
}
.portletTabs .selected,
.portletTabs .selected:hover {
  color: #555;
  background: #fff url('../images/bg.png');
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.portletTabGenerated table {
  width: 100%;
}
.portletTabGenerated tbody tr {
  vertical-align: top;
}
.portletTabGenerated tbody tr td label {
  margin-top: 4px;
  font-size: 11.9px;
}
.portletTabGenerated tbody tr:hover td {
  background-color: transparent;
}
.portletTabGenerated input[type="submit"] {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #449dce;
  background-image: linear-gradient(to bottom, #44afce, #4481ce);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff44afce', endColorstr='#ff4481ce', GradientType=0);
  border-color: #4481ce #4481ce #295c9c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #4481ce;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.portletTabGenerated input[type="submit"]:hover,
.portletTabGenerated input[type="submit"]:focus,
.portletTabGenerated input[type="submit"]:active,
.portletTabGenerated input[type="submit"].active,
.portletTabGenerated input[type="submit"].disabled,
.portletTabGenerated input[type="submit"][disabled] {
  color: #fff;
  background-color: #4481ce;
  *background-color: #3474c5;
}
.portletTabGenerated input[type="submit"]:active,
.portletTabGenerated input[type="submit"].active {
  background-color: #2e68b1 \9;
}
div.BelowPortletManager1 {
  position: static;
  width: 100%;
  margin-left: 0;
  float: none;
}
.portletCollection .portletItem ul,
.portletTabGenerated .portletItem ul {
  list-style: none;
  margin-left: 0;
}
.portletCollection .portletItem ul li,
.portletTabGenerated .portletItem ul li {
  border-bottom: 1px solid #FFF;
  *zoom: 1;
}
.portletCollection .portletItem ul li:before,
.portletTabGenerated .portletItem ul li:before,
.portletCollection .portletItem ul li:after,
.portletTabGenerated .portletItem ul li:after {
  display: table;
  content: "";
  line-height: 0;
}
.portletCollection .portletItem ul li:after,
.portletTabGenerated .portletItem ul li:after {
  clear: both;
}
.portletCollection .portletItem ul li .tile,
.portletTabGenerated .portletItem ul li .tile {
  color: #7F7F7F;
  font-weight: bold;
  font-size: 11.9px;
  display: block;
  padding-top: 5px;
  border-bottom: 1px solid #D7D7D7;
  min-height: 50px;
}
.portletCollection .portletItem ul li .tile img,
.portletTabGenerated .portletItem ul li .tile img {
  float: left;
  margin-right: 15px;
  padding-top: 5px;
}
.eventDetails {
  float: right;
  width: 30%;
  min-width: 200px;
  margin: 1em 0 1em 1em;
}
.eventDetails .event-image-caption {
  display: block;
}
.eventDetails table.listing {
  border: 1px solid #ddd;
  margin: 0;
}
.eventDetails table.listing td.eventImageContainer {
  text-align: center;
}
#home-carousel {
  background: #333;
  color: #B3B3B3;
  line-height: 26px;
  padding: 25px;
  margin-bottom: 40px;
}
#home-carousel a {
  color: #FFF;
}
.carousel-image {
  display: block;
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
  max-height: 180px;
  position: relative;
}
.carousel-image img {
  margin: 0 auto;
}
.carousel-date {
  font-size: 12px;
}
.carousel-title {
  font-size: 24.5px;
  margin-top: -5px;
  line-height: 25px;
  font-size: 20px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.carousel-more {
  font-size: 11px;
}
@media only screen and (max-width: 480px) {
  .carousel-title {
    display: block;
    float: left;
  }
  .carousel-more {
    display: block;
    float: left;
  }
}
.carousel-nav {
  margin-bottom: -55px;
}
.carousel-nav .carousel-indicators {
  position: relative;
  right: auto;
  top: auto;
  text-align: center;
}
.carousel-nav .carousel-indicators li {
  background: #555555;
  display: inline-block;
  float: none;
  cursor: pointer;
}
.carousel-nav .carousel-indicators .active {
  background: #E92431;
}
.template-home #portal-column-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.template-home .tileImg {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.template-home .tileImg:hover {
  text-decoration: none;
}
.template-home .item-type {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2px 12px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border-top-right-radius: 5px;
}
.template-home .item-type-Stran {
  background: #85B519;
}
.template-home .item-type-Novica {
  background: #EC1F28;
}
.template-home .item-type-Dogodek {
  background: #16948A;
}
.template-home .item-type-Razpis {
  background: #4481ce;
}
.template-home .tileDate {
  color: #DCDCDC;
  font-size: 12px;
}
.template-home .tileHeadline {
  font-size: 20px;
  line-height: 25px;
  margin-top: 0;
  min-height: 55px;
}
.template-home .tileHeadline a {
  color: #333;
}
.template-home .tileBody {
  line-height: 21px;
}
.template-home .tileBody .description {
  display: block;
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.template-home .subTileImg {
  display: block;
  margin-bottom: 5px;
}
.other-items {
  list-style: none;
  margin-left: 0;
  clear: both;
}
.other-items li {
  float: left;
  margin-right: 1%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1051px) {
  .other-items li {
    max-width: 19%;
  }
  .other-items li:nth-child(5n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1050px) {
  .other-items li {
    max-width: 24%;
  }
  .other-items li:nth-child(4n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 481px) and (max-width: 900px) {
  .other-items li {
    max-width: 32%;
  }
  .other-items li:nth-child(3n+1) {
    clear: left;
  }
}
.other-items .subTileHeadline {
  color: #555;
  font-weight: bold;
  line-height: 12px;
  font-size: 12px;
}
.subHeading {
  display: block;
}
.subHeading h3 {
  border-left: 0;
  padding-left: 0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}
.subHeading:hover {
  text-decoration: none;
}
.subHeading-type-novice h3 {
  color: #ec2028;
  border-bottom: 2px solid #ec2028;
}
.subHeading-type-dogodki h3 {
  color: #16948A;
  border-bottom: 2px solid #16948A;
}
.subHeading-type-clanki h3 {
  color: #85B519;
  border-bottom: 2px solid #85B519;
}
.portaltype-folder #viewlet-below-content-title > .documentByLine,
.portaltype-collection #viewlet-below-content-title > .documentByLine,
.portaltype-link #viewlet-below-content-title > .documentByLine {
  display: none;
}
.required:before {
  content: "* ";
  color: #9d261d;
}
.form-horizontal .control-group {
  margin-bottom: 10px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  padding-top: 5px;
  text-align: right;
  width: 160px;
}
.form-horizontal .controls {
  margin-left: 180px;
}
.overlay-social {
  text-align: center;
}
table.plain {
  clear: both;
}
footer {
  float: left;
  background: #fff;
  margin-top: 30px;
  text-align: left;
}
footer h3 {
  border-left: 0;
  font-size: 17.5px;
  padding-left: 0;
  text-transform: uppercase;
}
footer ul {
  list-style: none;
  margin-left: 0;
}
#portal-footer {
  margin-bottom: 20px;
}
.footer-box li {
  font-size: 14px;
  line-height: 28px;
}
#portal-siteactions {
  display: block;
  margin-top: 10px;
  text-align: center;
}
#portal-colophon {
  margin-bottom: -20px;
  display: table;
  width: 100%;
  background-color: #323232;
  background-image: linear-gradient(to bottom, #272727, #434343);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff272727', endColorstr='#ff434343', GradientType=0);
  color: #fff;
  border-top: 4px solid #060606;
  padding: 10px 0;
  font-size: 11.9px;
  text-align: center;
  *zoom: 1;
}
#portal-colophon:before,
#portal-colophon:after {
  display: table;
  content: "";
  line-height: 0;
}
#portal-colophon:after {
  clear: both;
}
#portal-colophon a {
  color: #999;
}
#content-textads {
  height: 90px;
  width: 610px;
  font-size: 12px;
  text-align: center;
}
#content-textads span.link-external a {
  background: none;
  padding: 0;
}
#content-textads dl.ad {
  float: left;
  width: 152px;
}
#content-textads dd {
  margin-bottom: 0;
}
.fb-box-count,
.twitter-box {
  float: right;
  margin-left: 1em;
}
#portal-floatingbanner {
  height: 200px;
  width: 80px;
  z-index: 10001 !important;
  position: fixed;
  top: 30%;
  right: 0px;
  background-color: transparent;
}
#portal-floatingbanner a {
  height: 200px;
  width: 80px;
  display: block;
  text-decoration: none;
  background-color: transparent;
}
#content .discreet {
  color: #666666;
  font-size: 85%;
  font-weight: normal;
}
#content .visualHighlight {
  background-color: #FFFFBB;
}
#content .pullquote {
  clear: right;
  width: 35%;
  color: #444444;
  float: right;
  font-size: 15px;
  line-height: 1.25em;
  margin: 0 1em 0.5em 20px;
  padding: 0 0 0 15px;
  border-left: 5px solid #eee;
}
#content .callout {
  background: none repeat scroll 0 0 #EEEEEE;
  border-left: 1em solid #CCCCCC;
  clear: both;
  padding: 1em;
}
#content .highlight {
  padding: 16px 1em 10px;
  margin-bottom: 0;
}
.highlight + :not(.highlight) {
  margin-top: 15px;
}
p.highlight + p.highlight {
  margin-top: -15px !important;
}
#content .highlight.blue,
#content .listHighlight {
  background-color: #DAF1FF;
}
#content .highlight.pink,
#content .listHighlight.pink {
  background-color: #FBEBE8;
}
#content .highlight.grey,
#content .listHighlight.grey {
  background-color: #EDEDE2;
}
#content .highlight.yellow,
#content .listHighlight.yellow {
  background-color: #F9C933;
}
#content ul.listHighlight {
  margin-left: 0;
  padding: 16px 1em 10px;
  list-style-position: inside;
}
.image-left {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.image-right {
  float: right;
  margin: 0.5em;
}
.image-inline {
  float: none;
}
#content div.newsImageContainer p.discreet {
  margin: .25em 0 1em;
  max-width: none;
}
#content .newsImageContainer figcaption {
  color: #666;
  font-size: 85%;
  margin: .25em 0 1em;
  max-width: none;
}
#category {
  display: block;
  margin-bottom: 20px;
  *zoom: 1;
}
#category:before,
#category:after {
  display: table;
  content: "";
  line-height: 0;
}
#category:after {
  clear: both;
}
.cc-cookies {
  position: fixed;
  top: auto;
  right: auto;
  bottom: 50px;
  left: 0;
  float: none;
  width: 120px;
  padding: 20px;
}
.cc-cookies .cc-cookie-accept {
  margin-top: 1em;
}
.myForm .required:before {
  content: none;
}
#newsletter-signup-viewlet {
  background-color: #555555;
  color: #ffffff;
}
#newsletter-signup-viewlet h4 {
  color: #ffffff;
  margin: 0;
  padding: 0.5em;
}
#newsletter-signup-viewlet .row {
  background-color: #555555;
}
#newsletter-signup-viewlet .row .cell {
  height: 70px;
}
#newsletter-signup-viewlet p {
  margin: 0 0 5px;
}
#newsletter-signup-viewlet #newsletter-signup-form-labels p {
  padding-top: 2px;
}
#newsletter-signup-viewlet #newsletter-signup-form-radios p {
  padding-top: 2px;
}
#newsletter-signup-viewlet #newsletter-signup-form-buttons {
  height: 60px;
  margin-bottom: 10px;
}
#newsletter-signup-viewlet #newsletter-signup-form-buttons input {
  font-size: 150%;
  height: 100%;
  width: 100%;
}
.collapsibleHeader {
  border-radius: 4px;
  transition: border-radius 0.5s ease-in-out;
  background: #f2f2f2;
  border: black 1px solid;
  clear: both;
  cursor: pointer;
  display: block;
  padding: 3px 5px;
}
.collapsibleHeader.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.collapsibleEnd {
  display: none;
}
.collapsibleBody {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #f2f2f2;
  padding: 15px;
}
.gallery dl {
  margin: 0 !important;
}
.gallery img {
  border: none !important;
}
.size-large {
  max-width: 100%;
}
.wp-caption {
  max-width: 100%;
}
/*
 * Responsive embeds
 * Based on: https://gist.github.com/Kevinlearynet/2371542
 */
.entry-content-asset {
  position: relative !important;
  padding-bottom: 56.25% !important;
  /* 16/9 ratio */
  padding-top: 30px !important;
  /* IE6 workaround*/
  height: 0 !important;
  overflow: hidden !important;
}
.entry-content-asset iframe,
.entry-content-asset object,
.entry-content-asset embed {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body.single #content p,
body.single #content ul {
  line-height: 1.5;
  font-size: 15px;
  margin-bottom: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Contextual related */
.crp_related,
.crp_related_widget {
  clear: both;
  margin: 10px 0;
}
.crp_related h3,
.crp_related_widget h3 {
  margin: 0 !important;
}
.crp_related ul,
.crp_related_widget ul {
  list-style: none;
  float: left;
  margin: 0 !important;
  padding: 0 !important;
}
.crp_related li,
.crp_related a,
.crp_related_widget li,
.crp_related_widget a {
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.crp_related li,
.crp_related_widget li {
  margin: 5px !important;
  border: 1px solid #ddd;
  padding: 6px;
}
.crp_related li:hover,
.crp_related_widget li:hover {
  background: #eee;
  border-color: #bbb;
}
.crp_related a,
.crp_related_widget a {
  box-shadow: none !important;
  text-decoration: none !important;
}
.crp_related a:hover,
.crp_related_widget a:hover {
  text-decoration: none;
}
.crp_related .crp_title,
.crp_related_widget .crp_title {
  color: #fff !important;
  position: absolute;
  display: block;
  bottom: 0;
  padding: 3px;
  color: #fff;
  font-size: .9em;
  text-shadow: 1000 .1em .1em .2em;
  background: #010101;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 7px;
}
.crp_related li:hover .crp_title,
.crp_related_widget li:hover .crp_title {
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
}
.crp_related li,
.crp_related_widget li {
  vertical-align: bottom;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  border-radius: 7px;
}
.crp_clear {
  clear: both;
}
.crp_title:visited {
  color: #fff !important;
}
/* Widgets */
.widget-mastertag-posts .widget-post-item {
  margin-bottom: 15px;
}
.widget-salespage-related {
  margin-top: 15px;
}
.widget-eventtag .widget-post-item {
  margin-bottom: 30px;
}
.widget-title {
  margin-bottom: 15px;
}
.widget-post-item.highlight a {
  color: red;
}
@media only screen and (max-width: 667px) {
  #portal-header {
    display: none;
  }
  .social {
    display: none;
  }
  #global-cta-header,
  #global-cta-text {
    display: none !important;
  }
}
/* Reviews */
.portlet .review {
  margin-bottom: 30px;
}
.review-thumb {
  float: left;
  max-width: 150px;
  margin-right: 15px;
  border-radius: 200px;
}
.star-icon {
  display: inline-block;
  color: #ddd;
  font-size: 1.5em;
  position: relative;
}
.star-icon.full:before {
  color: #e7711b;
  content: '\2605';
  /* Full star in UTF-8 */
  position: absolute;
  left: 0;
}
.star-icon.half:before {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
  color: #e7711b;
  content: '\2605';
  /* Full star in UTF-8 */
  position: absolute;
  left: 0;
  width: 50%;
  overflow: hidden;
}
.portal-content + .portal-content {
  margin-top: 30px;
}
/* Authors/users */
.user-thumb {
  float: right;
  max-width: 150px;
  margin-left: 15px;
  border-radius: 200px;
  overflow: hidden;
}
.author-byline {
  background-color: #f5f5f5;
  padding: 15px 15px 1px 15px;
}
.author-byline__thumb {
  float: left;
  margin-right: 15px;
  background-size: cover;
  height: 100px;
  width: 100px;
  background-position: center center;
  border-radius: 200px;
}
.startup-items {
  padding: 20px 0;
}
.ml-form-embedContent h4 {
  line-height: normal !important;
}
.ml-form-interestGroupsRow {
  text-align: left;
}
#content .gform_wrapper {
  padding: 10px 20px 20px;
  background-color: #F5C135;
  border-radius: 4px;
  color: #000000;
}
#content .gform_wrapper a {
  color: #000000;
  text-decoration: underline;
}
#content .gform_wrapper .gfield_checkbox li label,
#content .gform_wrapper .gfield_radio li label {
  max-width: 95% !important;
}
#content .gform_wrapper li.gfield.gfield_error,
#content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: rgba(255, 223, 224, 0.75);
}
#content .gform_wrapper .gform_button.button {
  background: #333333;
  border: none;
  border-radius: 9px;
  box-shadow: none;
  color: #ffffff !important;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 15px !important;
  font-weight: 700;
  line-height: 20px;
  padding: 10px !important;
  width: 100%;
  box-sizing: border-box;
  text-shadow: none;
}
.event-excerpt {
  padding: 16px 1em 10px;
  margin-bottom: 35px;
  margin-top: 25px;
  background-color: #fadb65;
  border-radius: 5px;
  color: #000000;
}
.event-excerpt a {
  color: #3a889f;
}
.event-excerpt .thumb {
  float: left;
}
.button-readmore {
  background-color: #FFF;
  border: 1px solid #000;
  border-radius: 4px;
  float: right;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 5px 10px;
}
.button-readmore:hover,
.button-readmore:focus,
.button-readmore:active {
  background-color: #3a889f;
  color: #FFFFFF;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.visible {
  display: block!important;
  visibility: visible!important;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.hiddenStructure {
  display: block;
  background: transparent;
  background-image: none;
  border: none;
  height: 0.1em;
  overflow: hidden;
  padding: 0;
  margin: -0.1em 0 0 -0.1em;
  width: 1px;
}
.ie6 .hiddenStructure,
.ie7 .hiddenStructure {
  position: absolute;
}
.visualNoMarker {
  list-style: none;
  margin-left: 0;
}
.visualClear {
  clear: both;
}
dl.collapsible {
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
}
dl.collapsible .collapsibleHeader {
  float: left;
  margin: -11px 0 0 20px;
  padding-left: 23px;
  cursor: pointer;
}
dl.collapsible .collapsibleContent {
  margin: 0;
  padding: 0 10px;
  clear: both;
}
dl.collapsedBlockCollapsible,
dl.collapsedInlineCollapsible {
  border: 1px solid transparent;
}
dl.collapsedBlockCollapsible .collapsibleHeader,
dl.collapsedInlineCollapsible .collapsibleHeader {
  background: #fff url('../images/treeCollapsed.png') no-repeat 0.5em 50%;
}
dl.collapsedBlockCollapsible .collapsibleContent,
dl.collapsedInlineCollapsible .collapsibleContent {
  display: none;
}
dl.collapsedInlineCollapsible {
  display: inline;
}
dl.collapsedInlineCollapsible .collapsibleHeader {
  display: inline;
}
dl.expandedBlockCollapsible .collapsibleHeader,
dl.expandedInlineCollapsible .collapsibleHeader {
  background: #fff url('../images/treeExpanded.png') no-repeat 0.5em 50%;
}


.woocommerce-result-count{
	display: none;
}
.woocommerce-ordering{
	display: none;
}

.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
    color: #888;
    width: 25px;
    padding-right: 8px;
    top: 7px;
}


.cart-contents:hover {
    text-decoration: none;
}

.cart-contents-count {
    position: absolute;
    top: 5;
    right: 0;
    transform: translateY(-105%) translateX(25%);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    height: 18px;
    width: 18px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background: #888;
    border-radius: 50%;
    padding: 1px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #333;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: red;
}
.woocommerce-product-gallery__trigger {
	display:none;
} 
.woocommerce-product-gallery__image.flex-active-slide {
    pointer-events: none !important;
}
.shared-counts-wrap {
  max-width: 60% !important;
}

