@charset "UTF-8";
/* Bootstrap */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  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;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #ff9900;
  text-decoration: none;
}
a:hover, a:focus {
  color: #b36b00;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #ff9900;
}

a.text-primary:hover {
  color: #cc7a00;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #ff9900;
}

a.bg-primary:hover {
  background-color: #cc7a00;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container, .article-page .newsletter-bar, .article-page .newsletter-bar.fixed {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .article-page .newsletter-bar:before, .article-page .newsletter-bar.fixed:before, .container:after, .article-page .newsletter-bar:after, .article-page .newsletter-bar.fixed:after {
  content: " ";
  display: table;
}
.container:after, .article-page .newsletter-bar:after, .article-page .newsletter-bar.fixed:after {
  clear: both;
}
@media (min-width: 768px) {
  .container, .article-page .newsletter-bar, .article-page .newsletter-bar.fixed {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container, .article-page .newsletter-bar, .article-page .newsletter-bar.fixed {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container, .article-page .newsletter-bar, .article-page .newsletter-bar.fixed {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }

  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn {
    line-height: 30px;
  }

  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn, .form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn, .form-group-sm .form-control,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn, .form-group-sm .form-control {
  height: auto;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn, .form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn, .form-group-lg .form-control,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn, .form-group-lg .form-control {
  height: auto;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #ff9900;
  border-color: #e68a00;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #cc7a00;
  border-color: #a86500;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #ff9900;
  border-color: #e68a00;
}
.btn-primary .badge {
  color: #ff9900;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #ff9900;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #b36b00;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #ff9900;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #ff9900;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #ff9900;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header, .article-page .newsletter-bar > .navbar-header,
.container > .navbar-collapse,
.article-page .newsletter-bar > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header, .article-page .newsletter-bar > .navbar-header,
  .container > .navbar-collapse,
  .article-page .newsletter-bar > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .article-page .navbar > .newsletter-bar .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
@media screen and (max-width: 767px) {
  .pagination > li {
    text-align: center;
    display: inline-block;
  }
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #ff9900;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #b36b00;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #ff9900;
  border-color: #ff9900;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #ff9900;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #cc7a00;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #ff9900;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .article-page .newsletter-bar .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container, .jumbotron .article-page .newsletter-bar, .article-page .jumbotron .newsletter-bar {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron, .article-page .newsletter-bar .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #ff9900;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #ff9900;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #ff9900;
  border-color: #ff9900;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #ffebcc;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #ff9900;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #ff9900;
  border-color: #ff9900;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ff9900;
}
.panel-primary > .panel-heading .badge {
  color: #ff9900;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ff9900;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.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-inner {
  max-width: 200px;
  padding: 3px 8px;
  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.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -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;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform .6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.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: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Base files */
/* All the fonts */
@font-face {
  font-family: 'Apex Sans';
  src: url("../fonts/ApexNew-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ApexNew-Light.otf") format("opentype"), url("../fonts/ApexNew-Light.woff") format("woff"), url("../fonts/ApexNew-Light.ttf") format("truetype"), url("../fonts/ApexNew-Light.svg#ApexNew-Light") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Apex Sans';
  src: url("../fonts/ApexSans-BookItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ApexSans-BookItalic.otf") format("opentype"), url("../fonts/ApexSans-BookItalic.woff") format("woff"), url("../fonts/ApexSans-BookItalic.ttf") format("truetype"), url("../fonts/ApexSans-BookItalic.svg#ApexSans-BookItalic") format("svg");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Apex Sans';
  src: url("../fonts/ApexNew-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/ApexNew-Book.otf") format("opentype"), url("../fonts/ApexNew-Book.woff") format("woff"), url("../fonts/ApexNew-Book.ttf") format("truetype"), url("../fonts/ApexNew-Book.svg#ApexNew-Book") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Apex Sans';
  src: url("../fonts/ApexNew-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/ApexNew-Medium.otf") format("opentype"), url("../fonts/ApexNew-Medium.woff") format("woff"), url("../fonts/ApexNew-Medium.ttf") format("truetype"), url("../fonts/ApexNew-Medium.svg#ApexNew-Medium") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Apex Sans';
  src: url("../fonts/ApexSansBoldT.eot?#iefix") format("embedded-opentype"), url("../fonts/ApexSansBoldT.woff") format("woff"), url("../fonts/ApexSansBoldT.ttf") format("truetype"), url("../fonts/ApexSansBoldT.svg#ApexSansBoldT") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Apex Sans';
  src: url("../fonts/ApexNew-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/ApexNew-Heavy.otf") format("opentype"), url("../fonts/ApexNew-Heavy.woff") format("woff"), url("../fonts/ApexNew-Heavy.ttf") format("truetype"), url("../fonts/ApexNew-Heavy.svg#ApexNew-Heavy") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'wca-iconfont';
  src: url("../fonts/icons/wca-iconfont.eot");
  src: url("../fonts/icons/wca-iconfont.eot") format("embedded-opentype"), url("../fonts/icons/wca-iconfont.woff") format("woff"), url("../fonts/icons/wca-iconfont.ttf") format("truetype"), url("../fonts/icons/wca-iconfont.svg#wca-iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="wca-"], [class*=" wca-"] {
  font-family: 'wca-iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'wca-iconfont2';
  src: url("../fonts/icons/wca-iconfont2.eot?2r1h9f");
  src: url("../fonts/icons/wca-iconfont2.eot?#iefix2r1h9f") format("embedded-opentype"), url("../fonts/icons/wca-iconfont2.ttf?2r1h9f") format("truetype"), url("../fonts/icons/wca-iconfont2.woff?2r1h9f") format("woff"), url("../fonts/icons/wca-iconfont2.svg?2r1h9f#wca-iconfont2") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="wca-explore-"], [class*=" wca-explore-"] {
  font-family: 'wca-iconfont2';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'wca-mobile-icons';
  src: url("../fonts/icons/wca-mobile-icons.eot?2mmy4t");
  src: url("../fonts/icons/wca-mobile-icons.eot?2mmy4t#iefix") format("embedded-opentype"), url("../fonts/icons/wca-mobile-icons.ttf?2mmy4t") format("truetype"), url("../fonts/icons/wca-mobile-icons.woff?2mmy4t") format("woff"), url("../fonts/icons/wca-mobile-icons.svg?2mmy4t#wca-mobile-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="wca-mobile-"], [class*=" wca-mobile-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wca-mobile-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wca-mobile-submenu:before {
  content: "\e902";
}

.wca-mobile-close:before {
  content: "\e900";
}

.wca-mobile-menu:before {
  content: "\e901";
}

/* Ie icons definitions */
.wca-feature-event {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe635;');
}

.wca-statements {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe632;');
}

.wca-youtube {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe634;');
}

.wca-blog {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe630;');
}

.wca-media {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe631;');
}

.wca-uncategorized {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe633;');
}

.wca-big-arrow-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe62c;');
}

.wca-big-arrow-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe62d;');
}

.wca-big-arrow-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe62e;');
}

.wca-big-arrow-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe62f;');
}

.wca-wca-ext-contents {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe629;');
}

.wca-wca-ext-archive {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe62a;');
}

.wca-wca-extract-logo {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe62b;');
}

.wca-arrow-helper2 {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe628;');
}

.wca-arrow-helper {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe627;');
}

.wca-mini-news {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe626;');
}

.wca-vimeo {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe600;');
}

.wca-twitter {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe601;');
}

.wca-facebook {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe602;');
}

.wca-googleplus {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe603;');
}

.wca-linkedin {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe604;');
}

.wca-resources {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe605;');
}

.wca-member {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe606;');
}

.wca-energy {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe607;');
}

.wca-coal-spaced {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe608;');
}

.wca-download-light {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe609;');
}

.wca-chat {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe60a;');
}

.wca-stories {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe60b;');
}

.wca-profile-main {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe60c;');
}

.wca-star-big {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe60d;');
}

.wca-event {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe60e;');
}

.wca-webpage {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe60f;');
}

.wca-small-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe610;');
}

.wca-small-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe611;');
}

.wca-mini-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe612;');
}

.wca-small-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe613;');
}

.wca-mini-star {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe614;');
}

.wca-small-calendar {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe615;');
}

.wca-mini-close {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe616;');
}

.wca-small-circle {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe617;');
}

.wca-switch-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe618;');
}

.wca-switch-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe619;');
}

.wca-switch-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe61a;');
}

.wca-switch-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe61b;');
}

.wca-bullet-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe61c;');
}

.wca-bullet-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe61d;');
}

.wca-arrow-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe61e;');
}

.wca-arrow-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe61f;');
}

.wca-quote {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe620;');
}

.wca-coal-basic {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe621;');
}

.wca-search {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe622;');
}

.wca-profile {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe623;');
}

.wca-download-solid {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe624;');
}

.wca-play {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe625;');
}

/* IE icon fix */
.wca-explore-media:before {
  content: "\e600";
}

.wca-explore-environ:before {
  content: "\e601";
}

.wca-explore-co2:before {
  content: "\e602";
}

.wca-youtube:before {
  content: "\e634";
}

.wca-blog:before {
  content: "\e630";
}

.wca-media:before {
  content: "\e631";
}

.wca-statements:before {
  content: "\e632";
}

.wca-uncategorized:before {
  content: "\e633";
}

.wca-big-arrow-right:before {
  content: "\e62c";
}

.wca-big-arrow-up:before {
  content: "\e62d";
}

.wca-big-arrow-down:before {
  content: "\e62e";
}

.wca-big-arrow-left:before {
  content: "\e62f";
}

.wca-ext-contents:before {
  content: "\e629";
}

.wca-ext-archive:before {
  content: "\e62a";
}

.wca-extract-logo:before {
  content: "\e62b";
}

.wca-arrow-helper2:before {
  content: "\e628";
}

.wca-arrow-helper:before {
  content: "\e627";
}

.wca-mini-news:before {
  content: "\e626";
}

.wca-vimeo:before {
  content: "\e600";
}

.wca-twitter:before {
  content: "\e601";
}

.wca-facebook:before {
  content: "\e602";
}

.wca-googleplus:before {
  content: "\e603";
}

.wca-linkedin:before {
  content: "\e604";
}

.wca-resources:before {
  content: "\e605";
}

.wca-member:before {
  content: "\e606";
}

.wca-energy:before {
  content: "\e607";
}

.wca-coal-spaced:before {
  content: "\e608";
}

.wca-download-light:before {
  content: "\e609";
}

.wca-chat:before {
  content: "\e60a";
}

.wca-stories:before {
  content: "\e60b";
}

.wca-profile-main:before {
  content: "\e60c";
}

.wca-star-big:before {
  content: "\e60d";
}

.wca-event:before {
  content: "\e60e";
}

.wca-webpage:before {
  content: "\e60f";
}

.wca-small-left:before {
  content: "\e610";
}

.wca-small-right:before {
  content: "\e611";
}

.wca-mini-up:before {
  content: "\e612";
}

.wca-small-down:before {
  content: "\e613";
}

.wca-mini-star:before {
  content: "\e614";
}

.wca-small-calendar:before {
  content: "\e615";
}

.wca-mini-close:before {
  content: "\e616";
}

.wca-small-circle:before {
  content: "\e617";
}

.wca-switch-left:before {
  content: "\e618";
}

.wca-switch-down:before {
  content: "\e619";
}

.wca-switch-up:before {
  content: "\e61a";
}

.wca-switch-right:before {
  content: "\e61b";
}

.wca-bullet-right:before {
  content: "\e61c";
}

.wca-bullet-left:before {
  content: "\e61d";
}

.wca-arrow-left:before {
  content: "\e61e";
}

.wca-arrow-right:before {
  content: "\e61f";
}

.wca-quote:before {
  content: "\e620";
}

.wca-coal-basic:before {
  content: "\e621";
}

.glyphicon-search {
  font-family: 'wca-iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-search:before {
  content: "\e622";
}

.wca-search:before {
  content: "\e622";
}

.wca-profile:before {
  content: "\e623";
}

.wca-download-solid:before {
  content: "\e624";
}

.wca-play:before {
  content: "\e625";
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

/* All variables for the WCA theme */
/* cms style helpers */
body .modal-body .panels-section-column-1 a.panels-modal-add-config,
body .modal-body .panels-section-column-2 a.panels-modal-add-config {
  font-size: 14px;
}

body .modal-body .panels-categories-box a:nth-child(7) {
  background-color: #ff9900 !important;
  color: #fff !important;
}

body .modal-body .panels-section-column-1 a.panels-modal-add-config, body .modal-body .panels-section-column-2 a.panels-modal-add-config {
  font-size: 14px;
}

/* site search autocomplete */
.search-form .ui-autocomplete-field-group,
.search-form .ui-autocomplete-field-name {
  display: none;
}
.search-form .ui-corner-all {
  border-radius: 0px !important;
}
.search-form .ui-widget-content {
  background: #ffffff;
  border: 0px;
  color: #3e3e3e;
}
.search-form .ui-autocomplete {
  margin-left: 2px;
  background-color: #fff !important;
  color: #3e3e3e;
}
.search-form .ui-autocomplete .ui-menu-item {
  border-top: 1px solid #ededed;
  text-align: left;
}
.search-form .ui-autocomplete .ui-menu-item .ui-autocomplete-field-title {
  font-size: 13px !important;
}
.search-form .ui-autocomplete .ui-menu-item .ui-autocomplete-field-comment_count {
  display: none;
}
.search-form .ui-autocomplete .ui-menu-item:last-child {
  border-top: 1px solid #ededed;
  text-align: left;
  background: #ff9d00;
  color: #ffffff !important;
}
.search-form .ui-autocomplete .ui-menu-item:last-child a {
  text-align: center;
  color: #ffffff !important;
  font-size: 14px !important;
}
.search-form .ui-autocomplete .ui-menu-item:last-child:hover, .search-form .ui-autocomplete .ui-menu-item:last-child:focus, .search-form .ui-autocomplete .ui-menu-item:last-child:active {
  background: #dd8800 !important;
}
.search-form .ui-autocomplete .ui-menu-item:last-child:hover a, .search-form .ui-autocomplete .ui-menu-item:last-child:focus a, .search-form .ui-autocomplete .ui-menu-item:last-child:active a {
  color: #2e2e2e !important;
}
.search-form .ui-autocomplete .ui-menu-item-first a {
  font-style: italic;
}
.search-form .ui-autocomplete a {
  color: #3e3e3e;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 12px;
  border: 0px !important;
  padding: 10px 7px !important;
  margin: 0px !important;
  cursor: pointer;
  color: #3e3e3e;
  font-size: 14px;
  border: 0px !important;
  padding: 12px 25px !important;
  margin: 0px !important;
  cursor: pointer;
  font-weight: 300;
  font-style: normal !important;
  font-weight: 300 !important;
}
.search-form .ui-autocomplete a:hover {
  background-color: #e8e8e8 !important;
}

/* _base.scss - Main elements */
body {
  background-color: #eeeeee;
  font-size: 14px;
  font-family: "Apex Sans", "Helvetica", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  -webkit-backface-visibility: hidden;
  width: 100%;
  overflow-x: hidden;
}

.max-width {
  max-width: 1280px;
}

/* Wysiwyg cms styles */
.panels-ipe #modalContent .form-item-override-title,
.panels-ipe #modalContent .description,
.panels-ipe #modalContent .form-item-override-title-text {
  display: none;
}

.panels-ipe-editing div.panels-ipe-portlet-wrapper, .panels-ipe-placeholder {
  width: 96%;
  margin-left: 2%;
}

.panels-ipe-linkbar .style {
  display: none;
}

body.cke_editable, .wizzyeditor-body {
  background-color: #fff !important;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  /*p {
  	font-size: 18.2px;
  	line-height: 1.8;
  	color: $black-text-default;
  	img {
  		float: left;
  		margin: 40px;
  	}
  }
  ul {
  	font-size: 18.2px;
  	line-height: 1.8;
  	margin-left: 20px;
  	padding-left: 15px;
  	float: left;
  }*/
}
body.cke_editable img, .wizzyeditor-body img {
  max-width: 100%;
  height: auto !important;
  margin-bottom: 30px;
}
body.cke_editable h1, body.cke_editable .h1, body.cke_editable h2, body.cke_editable .h2, body.cke_editable h3, body.cke_editable .h3, .wizzyeditor-body h1, .wizzyeditor-body .h1, .wizzyeditor-body h2, .wizzyeditor-body .h2, .wizzyeditor-body h3, .wizzyeditor-body .h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: 300;
}
body.cke_editable h5, .wizzyeditor-body h5 {
  text-transform: uppercase;
}
body.cke_editable h2, .wizzyeditor-body h2 {
  padding-top: 20px;
  padding-bottom: 15px;
}
body.cke_editable h3, .wizzyeditor-body h3 {
  margin-top: 5px;
  font-size: 19.6px;
}
body.cke_editable h4, .wizzyeditor-body h4 {
  margin-top: 10px;
  font-size: 15.4px;
  color: #ff9900;
}
body.cke_editable p, .wizzyeditor-body p {
  margin-bottom: 35px;
}
body.cke_editable .btn, .wizzyeditor-body .btn {
  padding: 18px 65px 16px 65px;
  margin-top: 20px;
  color: white;
  background-color: #ff9900;
  border-color: #ff9900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
body.cke_editable .btn:hover, .wizzyeditor-body .btn:hover {
  color: white;
  background-color: #cc7a00;
  border-color: #c27400;
}
body.cke_editable li, .wizzyeditor-body li {
  font-size: 14px;
  font-weight: 300;
  color: #777777;
  list-style: none;
  margin-left: 0px;
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
}
body.cke_editable li:before, .wizzyeditor-body li:before {
  content: "\e611";
  font-family: 'wca-iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 30px;
  color: #FD9826;
  position: absolute;
  top: -6px;
  left: -5px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.cke_editable ul, .wizzyeditor-body ul {
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 30px;
  margin-top: 20px;
  float: none;
}
body.cke_editable blockquote, .wizzyeditor-body blockquote {
  padding: 10px 20px 0px 0px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 0px solid #eeeeee;
  float: none !important;
  display: block !important;
}
@media screen and (max-width: 767px) {
  body.cke_editable blockquote, .wizzyeditor-body blockquote {
    width: 100%;
  }
}
body.cke_editable blockquote p, .wizzyeditor-body blockquote p {
  float: none !important;
  display: block !important;
  color: #fd9826;
  font-size: 28px !important;
  line-height: 32px !important;
  font-weight: 200;
  font-style: italic;
}
@media screen and (max-width: 991px) {
  body.cke_editable blockquote p, .wizzyeditor-body blockquote p {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  body.cke_editable blockquote p, .wizzyeditor-body blockquote p {
    font-size: 18px;
  }
}
body.cke_editable table, .wizzyeditor-body table {
  width: 100% !important;
  border: 1px solid #ccc;
  margin-bottom: 15px !important;
}
body.cke_editable table td, body.cke_editable table th, .wizzyeditor-body table td, .wizzyeditor-body table th {
  border: 1px solid #ccc;
  padding: 20px;
  vertical-align: middle;
}
body.cke_editable table th, .wizzyeditor-body table th {
  background-color: #EEEEEE;
  font-weight: 500;
}

.wizzyeditor-module .col-lg-4 blockquote p, .wizzyeditor-module .col-md-4 blockquote p {
  min-width: 100px;
}

/* end of wysiwyg styles */
.ui-theme-minimal.ui-autocomplete-input {
  background-image: none;
}

.ui-autocomplete-loading {
  background-image: url("../img/ajax-loader.gif") !important;
  background-color: #fff !important;
  background-position: 98% center !important;
  background-repeat: no-repeat !important;
}

.ajax-progress.ajax-progress-throbber {
  display: block !important;
  background: url("../img/ajax-loader.gif") center center no-repeat #fff !important;
  width: 45px !important;
  height: 32px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: fixed;
  top: 49%;
  z-index: 5000;
  left: 50%;
  border: 8px solid #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  margin-left: -23px;
}

.ajax-progress-throbber .message,
.ajax-progress-throbber .throbber,
.ajax-progress-throbber i {
  display: none !important;
}

.page-resources .text-center {
  text-align: center;
  clear: both;
}

.page-content-box {
  background-color: #fff;
  padding: 60px;
  margin-bottom: 50px;
}

.panels-flexible-region {
  width: 100%;
  padding: 0;
}

.pagination {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 0;
  margin-top: 30px;
  margin-bottom: 120px;
}
.pagination .progress-disabled {
  float: left;
}
.pagination .active a {
  background-color: #FF9900;
  color: #fff;
  border: 1px solid #FF9900;
}
.pagination li a, .pagination li span {
  padding: 12px 20px;
  color: #37393F;
  text-transform: uppercase;
  font-size: 14.4px;
}
.pagination li:first-child a {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination li:last-child a {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.animated {
  -webkit-animation-duration: 0.15s;
  -moz-animation-duration: 0.15s;
  -o-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.headline-font {
  font-family: "Apex Sans", "Helvetica", sans-serif;
}

.no-paddings, #media-events-carousel-widget .single-article, #media-events-carousel-widget .single-event, #features-carousel-widget .single-feature, #coal-counter-widget .title-box {
  padding: 0;
}

a, a:link {
  color: #FF9900;
}

a:hover, a:active, a:focus {
  color: #878787;
  text-decoration: none;
}

blockquote {
  display: inline;
  float: left;
  padding: 10px 35px;
}
blockquote p {
  float: left;
  display: block;
  min-width: 300px;
  max-width: 350px;
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  blockquote p {
    width: 100%;
    max-width: initial;
    padding-top: 0;
  }
}
blockquote p:before {
  font-family: 'wca-iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e620";
  font-size: 52px;
  color: #FF9900;
  display: block;
  position: absolute;
  top: 25px;
  left: -12px;
}
@media screen and (max-width: 767px) {
  blockquote p:before {
    top: -50px;
    left: -6px;
  }
}
blockquote p.rteright {
  float: right;
}
blockquote p.rteright:before {
  top: 25px;
  right: -12px;
}

p {
  font-size: font-size-base;
  /*@include font-color-default();*/
  color: #666;
}

h1 {
  font-size: 36px;
  color: #37393F;
}

h2 {
  font-size: 30px;
  color: #37393F;
}

h3 {
  font-size: 24px;
  color: #37393F;
}

h4 {
  font-size: 18px;
  color: #37393F;
}

h5 {
  font-size: 14px;
  color: #37393F;
}

h6 {
  font-size: 12px;
  color: #37393F;
}

.front .panel-flexible .panel-separator {
  margin: 0;
}

.container, .article-page .newsletter-bar, .article-page .newsletter-bar.fixed {
  width: 1650px !important;
}
@media screen and (min-width: 1920px) {
  .container, .article-page .newsletter-bar, .article-page .newsletter-bar.fixed {
    width: 1650px !important;
  }
}
@media screen and (max-width: 1750px) {
  .container, .article-page .newsletter-bar, .article-page .newsletter-bar.fixed {
    width: 1280px !important;
  }
}
@media screen and (max-width: 1380px) {
  .container, .article-page .newsletter-bar, .article-page .newsletter-bar.fixed {
    width: 1024px !important;
  }
}
@media screen and (max-width: 1124px) {
  .container, .article-page .newsletter-bar, .article-page .newsletter-bar.fixed {
    width: 992px !important;
  }
}
@media screen and (max-width: 991px) {
  .container, .article-page .newsletter-bar, .article-page .newsletter-bar.fixed {
    width: 100% !important;
  }
}

::selection {
  background: #FF9900;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #FF9900;
  /* Gecko Browsers */
  color: #fff;
}

.container input[type='radio'], .article-page .newsletter-bar input[type='radio'], .container input[type='checkbox'], .article-page .newsletter-bar input[type='checkbox'] {
  display: inline-block;
  float: left;
  margin-right: 15px;
}

strong {
  font-weight: 300;
}

.editor-menu {
  padding: 0;
}
.editor-menu .tabs--primary {
  background-color: transparent;
  background: none;
}
.editor-menu .tabs--primary > li > a {
  font-weight: 300;
}

.column-content + .column-content {
  margin-top: 40px;
}

.front .editor-menu {
  padding: 0;
}
.front .editor-menu .tabs--primary {
  background-color: transparent;
  background: none;
  border-top: 1px solid #4A4D55;
  border-bottom: 0 !important;
  margin-top: 2px;
}
.front .editor-menu .tabs--primary > li > a {
  border-radius: 0 0 4px 4px;
  font-weight: 300;
}

.admin-menu .main-nav-menu nav li .dropdown-menu {
  top: 209px !important;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.front #main-block > section {
  padding: 0;
}
.front .breadcrumb-bg {
  display: none;
}

header {
  padding-top: 25px;
}
header > .container, .article-page header > .newsletter-bar, .article-page header > .newsletter-bar.fixed {
  padding: 0 0 0 0;
}
header .main-logo {
  padding: 0 0 0 0;
  float: left;
}
header .main-logo img {
  width: 220px;
  height: auto;
}
header .main-header-right {
  float: right;
  padding: 0 0 0 0;
  margin-top: 3px;
}
header .main-header-right .user-links {
  padding-top: 22px;
}
header .main-header-right .user-links nav {
  list-style: none;
  float: right;
}
header .main-header-right .user-links nav li {
  position: relative;
  display: inline-block;
  float: left;
  margin-left: 5px;
}
header .main-header-right .user-links nav li.opinion {
  bottom: 12px;
}
header .main-header-right .user-links nav li.opinion #opinion-link {
  text-decoration: none;
}
header .main-header-right .user-links nav li.link {
  margin-right: 25px;
}
@media screen and (max-width: 1280px) {
  header .main-header-right .user-links nav li.link {
    margin-right: 10px;
  }
}
header .main-header-right .user-links nav li.link a:link {
  text-decoration: underline;
  color: #878787;
}
header .main-header-right .user-links nav li.link a:hover {
  color: #FF9900;
  border-color: #eeeeee;
}
header .main-header-right .user-links nav li.social-icon {
  width: 30px;
  height: 30px;
  margin: 0 4px;
}
@media screen and (max-width: 1280px) {
  header .main-header-right .user-links nav li.social-icon {
    width: 26px;
  }
}
header .main-header-right .user-links nav li.social-icon a {
  color: #fff !important;
  text-decoration: none;
  padding: 8px 8px;
}
header .main-header-right .user-links nav li.social-icon a:hover, header .main-header-right .user-links nav li.social-icon a:active, header .main-header-right .user-links nav li.social-icon a:focus, header .main-header-right .user-links nav li.social-icon a:visited {
  color: #fff !important;
}
header .main-header-right .user-links nav li.social-icon a:before {
  color: #fff !important;
}
header .main-header-right .user-links nav li.social-icon::before {
  position: absolute;
  font-family: "wca-iconfont";
  content: "\e621";
  bottom: -2px;
  left: -4px;
  z-index: -1;
  font-size: 36px;
  color: #FF9900;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
header .main-header-right .user-links nav li.social-icon:hover::before {
  color: #ffad33;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
header .main-header-right .main-search {
  padding: 0 0 0 0;
}
header .main-header-right .main-search > div {
  padding: 0 0 0 0;
}
header .main-header-right .main-search .btn-wca-search {
  color: #fff;
  background-color: #6B737B;
  border-color: #6B737B;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
header .main-header-right .main-search .btn-wca-search:hover, header .main-header-right .main-search .btn-wca-search:focus, header .main-header-right .main-search .btn-wca-search.focus, header .main-header-right .main-search .btn-wca-search:active, header .main-header-right .main-search .btn-wca-search.active, .open > header .main-header-right .main-search .btn-wca-search.dropdown-toggle {
  color: #fff;
  background-color: #535a60;
  border-color: #4f545a;
}
header .main-header-right .main-search .btn-wca-search:active, header .main-header-right .main-search .btn-wca-search.active, .open > header .main-header-right .main-search .btn-wca-search.dropdown-toggle {
  background-image: none;
}
header .main-header-right .main-search .btn-wca-search.disabled, header .main-header-right .main-search .btn-wca-search.disabled:hover, header .main-header-right .main-search .btn-wca-search.disabled:focus, header .main-header-right .main-search .btn-wca-search.disabled.focus, header .main-header-right .main-search .btn-wca-search.disabled:active, header .main-header-right .main-search .btn-wca-search.disabled.active, header .main-header-right .main-search .btn-wca-search[disabled], header .main-header-right .main-search .btn-wca-search[disabled]:hover, header .main-header-right .main-search .btn-wca-search[disabled]:focus, header .main-header-right .main-search .btn-wca-search[disabled].focus, header .main-header-right .main-search .btn-wca-search[disabled]:active, header .main-header-right .main-search .btn-wca-search[disabled].active, fieldset[disabled] header .main-header-right .main-search .btn-wca-search, fieldset[disabled] header .main-header-right .main-search .btn-wca-search:hover, fieldset[disabled] header .main-header-right .main-search .btn-wca-search:focus, fieldset[disabled] header .main-header-right .main-search .btn-wca-search.focus, fieldset[disabled] header .main-header-right .main-search .btn-wca-search:active, fieldset[disabled] header .main-header-right .main-search .btn-wca-search.active {
  background-color: #6B737B;
  border-color: #6B737B;
}
header .main-header-right .main-search .btn-wca-search .badge {
  color: #6B737B;
  background-color: #fff;
}
header .main-header-right .main-search input[type='text'] {
  border-radius: 0px;
  padding: 25px 25px;
  height: 60px;
  border: none;
  box-shadow: none;
  width: 100%;
  background-image: none;
}
header .main-header-right .main-search .btn {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  border-radius: 0px;
  padding: 15px 15px;
  height: 60px;
  width: 60px;
  color: #fff;
  background-color: #6B737B;
  border-color: #6B737B;
}
header .main-header-right .main-search .btn:hover, header .main-header-right .main-search .btn:focus, header .main-header-right .main-search .btn.focus, header .main-header-right .main-search .btn:active, header .main-header-right .main-search .btn.active, .open > header .main-header-right .main-search .btn.dropdown-toggle {
  color: #fff;
  background-color: #535a60;
  border-color: #4f545a;
}
header .main-header-right .main-search .btn:active, header .main-header-right .main-search .btn.active, .open > header .main-header-right .main-search .btn.dropdown-toggle {
  background-image: none;
}
header .main-header-right .main-search .btn.disabled, header .main-header-right .main-search .btn.disabled:hover, header .main-header-right .main-search .btn.disabled:focus, header .main-header-right .main-search .btn.disabled.focus, header .main-header-right .main-search .btn.disabled:active, header .main-header-right .main-search .btn.disabled.active, header .main-header-right .main-search .btn[disabled], header .main-header-right .main-search .btn[disabled]:hover, header .main-header-right .main-search .btn[disabled]:focus, header .main-header-right .main-search .btn[disabled].focus, header .main-header-right .main-search .btn[disabled]:active, header .main-header-right .main-search .btn[disabled].active, fieldset[disabled] header .main-header-right .main-search .btn, fieldset[disabled] header .main-header-right .main-search .btn:hover, fieldset[disabled] header .main-header-right .main-search .btn:focus, fieldset[disabled] header .main-header-right .main-search .btn.focus, fieldset[disabled] header .main-header-right .main-search .btn:active, fieldset[disabled] header .main-header-right .main-search .btn.active {
  background-color: #6B737B;
  border-color: #6B737B;
}
header .main-header-right .main-search .btn .badge {
  color: #6B737B;
  background-color: #fff;
}
header .main-header-right .main-search .btn i {
  font-size: 30px;
}
header .main-nav-menu {
  background-color: #fff;
  margin-top: 18px;
  font-weight: 300;
  height: 61px;
}
header .main-nav-menu > .container, header .article-page .main-nav-menu > .newsletter-bar, .article-page header .main-nav-menu > .newsletter-bar {
  padding: 0;
}
@media screen and (max-width: 991px) {
  header .main-nav-menu .level2-parent:after {
    content: '\002B';
    float: right;
    position: relative;
    top: -28px;
    display: inline;
    right: 10px;
    height: 0;
    color: #888;
  }
}
header .main-nav-menu .dropdown-right-list-level-2 {
  padding-left: 0px;
}
header .main-nav-menu .dropdown-right-list-level-2 li {
  border-left: 0 !important;
}
header .main-nav-menu .dropdown-right-list-level-2 li a:before {
  content: '-';
  margin-right: 10px;
  text-decoration: none;
}
header .main-nav-menu .dropdown-right-list-level-2 li a {
  border-color: #eeeeee !important;
}
header .main-nav-menu .dropdown-right-list-level-2 li a:link {
  border-bottom: 1px solid #eeeeee;
  border-left: 0 !important;
  border-right: 0 !important;
  padding: 12px 18px;
  text-decoration: none;
  transition: all 0.3s linear;
  border-top: 0;
  border-color: #eeeeee !important;
}
header .main-nav-menu .dropdown-right-list-level-2 li a:hover {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0;
  border-color: #eeeeee !important;
}
header .main-nav-menu .dropdown-right-list-level-1 {
  padding-left: 0;
  list-style: none;
}
header .main-nav-menu .dropdown-right-list-level-1 > li a:link {
  padding: 10px 15px 7px 15px;
  background: #eeeeee;
  color: #202124;
  font-size: 14px;
  border-right: 0;
  margin-bottom: 2px;
  display: block;
  transition: all 0.3s linear;
}
header .main-nav-menu .dropdown-right-list-level-1 > li a:hover, header .main-nav-menu .dropdown-right-list-level-1 > li a:active, header .main-nav-menu .dropdown-right-list-level-1 > li a:active {
  background: #dadada;
  border-right: 0px;
  color: #202124;
  text-decoration: none;
  transition: all 0.3s linear;
}
header .main-nav-menu .mega-menu-latest-article {
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}
header .main-nav-menu .mega-menu-latest-article img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
header .main-nav-menu .mega-menu-latest-article a.active {
  display: none;
}
header .main-nav-menu .mega-menu-latest-article .title {
  margin-top: 0;
  padding: 0;
}
header .main-nav-menu .mega-menu-latest-article .title a {
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
  color: #37393F;
  display: block;
}
header .main-nav-menu .mega-menu-latest-article .article-type {
  color: #FF9900;
  font-weight: 300;
  margin-bottom: 0;
  font-size: 14px;
}
header .main-nav-menu nav li.open {
  transition: all 0.1s ease-in-out;
}
header .main-nav-menu nav li.open > a {
  color: #fff;
  background-color: #37393F;
}
header .main-nav-menu nav li.open > a:link {
  color: #fff;
  border-left: 1px solid #37393F;
  border-right: 1px solid #37393F;
}
header .main-nav-menu nav li.open > a:hover, header .main-nav-menu nav li.open a:focus {
  color: #fff;
  text-decoration: none;
  border-left: 1px solid #37393F;
  border-right: 1px solid transparent;
  background-color: #37393F;
}
header .main-nav-menu nav li.open .dropdown-menu {
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}
header .main-nav-menu nav li {
  display: inline-block;
  float: left;
  position: static;
}
@media screen and (max-width: 991px) {
  header .main-nav-menu nav li {
    display: block;
    float: none;
  }
}
header .main-nav-menu nav li:first-child a:link, header .main-nav-menu nav li:first-child a:visited, header .main-nav-menu nav li:first-child a:active {
  border-left: 1px solid #eeeeee;
}
header .main-nav-menu nav li > a:link, header .main-nav-menu nav li a:visited, header .main-nav-menu nav li a:active {
  transition: all 0.2s ease-in-out;
  display: block;
  padding: 21px 23px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid transparent;
  color: #37393F;
  text-decoration: none;
}
@media screen and (max-width: 1380px) {
  header .main-nav-menu nav li > a:link, header .main-nav-menu nav li a:visited, header .main-nav-menu nav li a:active {
    padding: 21px 13px;
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  header .main-nav-menu nav li > a:link, header .main-nav-menu nav li a:visited, header .main-nav-menu nav li a:active {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  header .main-nav-menu nav li > a:link, header .main-nav-menu nav li a:visited, header .main-nav-menu nav li a:active {
    border-color: none !important;
    border-left: none !important;
    border-right: none !important;
    border-top: 1px solid #ededed;
  }
}
header .main-nav-menu nav li a:hover, header .main-nav-menu nav li a:focus {
  color: #FF9900;
  text-decoration: underline;
  border-color: #eeeeee;
  border-right: 1px solid #eeeeee;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  header .main-nav-menu nav li a:hover, header .main-nav-menu nav li a:focus {
    border-color: transparent !important;
    border-left: none;
    border-right: none;
    background-color: #f3f3f3;
  }
}
header .main-nav-menu nav li .dropdown-menu {
  float: none;
  display: block;
  visibility: hidden;
  opacity: 0;
  right: 0;
  left: 0;
  top: 200px;
  margin: 0 auto;
  color: #202124;
  padding: 60px 60px 60px 60px;
  position: absolute;
  width: 1650px !important;
  border-radius: 0;
  border: none;
  border-top: 11px solid #37393F;
  margin-top: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 2020px) {
  header .main-nav-menu nav li .dropdown-menu {
    width: 1650px !important;
  }
}
@media screen and (max-width: 1750px) {
  header .main-nav-menu nav li .dropdown-menu {
    width: 1280px !important;
  }
}
@media screen and (max-width: 1380px) {
  header .main-nav-menu nav li .dropdown-menu {
    width: 1024px !important;
  }
}
@media screen and (max-width: 1124px) {
  header .main-nav-menu nav li .dropdown-menu {
    width: 992px !important;
  }
}
header .main-nav-menu nav li .dropdown-menu a:link, header .main-nav-menu nav li .dropdown-menu a:visited, header .main-nav-menu nav li .dropdown-menu a:active {
  border-left: 1px solid transparent;
}
header .main-nav-menu nav li .dropdown-menu .column.inside {
  padding: 0 25px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
header .main-nav-menu nav li .dropdown-menu .column.column-inside-first, header .main-nav-menu nav li .dropdown-menu .column.column-inside-last {
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}
header .main-nav-menu nav li .dropdown-menu li {
  display: block;
  float: none;
  border: 0;
}
header .main-nav-menu nav li .dropdown-menu .dropdown-header {
  padding: 10px 15px 7px 15px;
  background: #eeeeee;
  color: #202124;
  font-size: 14px;
  margin-bottom: 2px;
}
header .main-nav-menu nav li .dropdown-menu h4 {
  font-weight: 200;
  color: #6B737B;
  font-size: 25.2px;
  margin-left: -2px;
}
header .main-nav-menu nav li .dropdown-menu p {
  font-weight: 200;
  font-size: 15.4px;
  line-height: 28px;
  /*text-align: justify;*/
}
@media screen and (max-width: 1380px) {
  header .main-nav-menu nav li .dropdown-menu p {
    font-size: 12.6px;
    line-height: 21px;
  }
}
header .main-nav-menu nav li .dropdown-menu p a {
  text-decoration: underline;
  padding: 0px !important;
  margin: 0px !important;
  background-color: transparent !important;
  border: 0px !important;
  display: inline !important;
}
header .main-nav-menu nav li .dropdown-menu .thumbnail {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #e3e3e3;
}
header .main-nav-menu nav li .dropdown-menu .thumbnail h4 {
  color: #FF9900;
  font-size: 13.3px;
}
header .main-nav-menu nav li .dropdown-menu .thumbnail h3 {
  font-size: 15.75px;
  line-height: 21px;
  font-weight: 300;
}
header .main-nav-menu nav li .dropdown-menu .thumbnail .caption {
  padding: 10px 20px 10px 20px;
}
header .main-nav-menu nav li .dropdown-menu > div {
  border-right: 1px solid #f0f0f0;
  padding: 0 30px 0 30px;
}
header .main-nav-menu nav li .dropdown-menu > div:nth-child(3) {
  border-right: 0;
}
header .main-nav-menu nav li.dropdown.open {
  position: static;
}
header .main-nav-menu nav li.dropdown.open .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  right: 0;
  left: 0;
  top: 180px;
  margin: 0 auto;
}
header .main-nav-menu nav li.dropdown.open > a {
  color: #fff;
  border-right: 1px solid transparent;
}
header .main-nav-menu nav li.dropdown.open .dropdown-menu {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
header .main-nav-menu nav li.members-area {
  transition: all 0.3s ease-in-out;
  background: #FF9900;
  float: right;
  border: none;
  height: 61px;
}
header .main-nav-menu nav li.members-area a {
  color: #fff;
  text-decoration: underline;
  position: relative;
  border-right: 0;
  /* Hello */
  padding-left: 60px;
  text-decoration: none;
}
header .main-nav-menu nav li.members-area a:hover {
  background-color: #50535C;
}
header .main-nav-menu nav li.members-area a span {
  font-size: 36px;
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 13px;
}
header .main-nav-menu nav li.members-area:hover {
  background: #37393F;
}

#page-breadcrumbs {
  margin-left: -15px;
}
#page-breadcrumbs .breadcrumb {
  background: none;
  padding-left: 25px;
  padding-top: 20px;
  font-size: 12.6px;
  font-weight: 300;
  margin-bottom: 10px;
}
#page-breadcrumbs .breadcrumb li a:link, #page-breadcrumbs .breadcrumb li a:active, #page-breadcrumbs .breadcrumb li a:focus {
  color: #fff;
}
#page-breadcrumbs .breadcrumb li a:hover {
  text-decoration: underline;
}
#page-breadcrumbs .breadcrumb li + li:before {
  content: '\003E';
  padding: 0 8px 2px 5px;
  font-size: 9.8px;
}

.user-quote-author .face {
  float: left;
}
.user-quote-author .face .face-coal {
  background-image: url(../../img/core/face-shaper.png);
  background-size: 59px 59px;
  background-repeat: no-repeat;
  width: 59px;
  height: 59px;
  position: absolute;
  z-index: 1;
}
.user-quote-author .face img {
  position: relative;
  z-index: 0;
  width: 59px;
  height: 59px;
}
.user-quote-author .quote-icon {
  color: #FF9900;
  font-size: 54px;
  /* 54px */
  margin-top: 0;
  padding: 0;
  margin-left: -8px;
}
.user-quote-author .caption {
  float: left;
  font-weight: 200;
  font-size: 12.6px;
  /* 12.6px */
}
.user-quote-author .caption p {
  line-height: 20px;
  /* 20px */
  margin-top: 13px;
  /* 13px */
  margin-left: 10px;
  /* 10px */
}
.user-quote-author .caption span {
  font-weight: 300;
}

.surface-link {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  color: transparent;
}

/* Widgets headline bar */
h3.widget-title {
  position: relative;
  background: #FF9900;
  color: #fff;
  margin: 0;
  padding: 15px 54px;
  font-size: 17px;
  font-weight: 300;
}
h3.widget-title:nth-child(2) {
  border-left: 1px solid #ffa31a;
}
@media screen and (max-width: 1024px) {
  h3.widget-title {
    padding: 20px;
  }
}
@media screen and (min-width: 1650px) {
  h3.widget-title {
    font-size: 21.6px;
  }
}
h3.widget-title span {
  position: absolute;
  font-size: 9.8px;
  float: left;
  left: 40px;
  top: 37px;
}

.carousel {
  margin-bottom: 60px;
}

/* Single downloadable file */
.single-file {
  position: relative;
  /*width: 250px;*/
  display: block;
  height: auto;
  float: left;
  padding-left: 30px;
  /* 30px */
  padding-right: 30px;
  /* 30px */
  box-sizing: padding-box;
}
.single-file img {
  width: 100%;
  height: auto;
}
.single-file .label {
  color: #37393F;
  font-weight: 300;
  padding: 0;
  font-size: 13.3px;
  /* 13.3px */
}
.single-file h3 {
  font-size: 14px;
  /* 14px */
  font-weight: 200;
  margin: 0;
}
.single-file .thumbnail {
  border: none;
  position: relative;
  padding: 0;
  margin: 0;
  height: auto;
}
.single-file .thumbnail:before {
  content: ' ';
  width: 70px;
  height: 70px;
  background-image: url("../img/core/file-corner.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}
.single-file .thumbnail .down-icon {
  position: absolute;
  bottom: -8px;
  left: 5px;
  color: #FF9900;
  font-size: 42px;
  /* 42px */
}
.single-file .thumbnail .down-icon:before {
  content: ' ';
  display: block;
  background: #fff;
  width: 30px;
  height: 30px;
  z-index: 0;
  left: 5px;
  top: 9px;
  position: absolute;
}
.single-file .thumbnail .down-icon span {
  position: relative;
  z-index: 2;
}

/* Call to action - */
.btn-wca-orange {
  color: #fff;
  background-color: #FF9900;
  border-color: #FF9900;
  padding: 11px 20px 8px 20px;
  text-transform: uppercase;
  font-size: 14px;
  /* 14px */
  border: 0;
  display: inline-block;
  color: #fff !important;
  letter-spacing: 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.btn-wca-orange:hover, .btn-wca-orange:focus, .btn-wca-orange.focus, .btn-wca-orange:active, .btn-wca-orange.active, .open > .btn-wca-orange.dropdown-toggle {
  color: #fff;
  background-color: #cc7a00;
  border-color: #c27400;
}
.btn-wca-orange:active, .btn-wca-orange.active, .open > .btn-wca-orange.dropdown-toggle {
  background-image: none;
}
.btn-wca-orange.disabled, .btn-wca-orange.disabled:hover, .btn-wca-orange.disabled:focus, .btn-wca-orange.disabled.focus, .btn-wca-orange.disabled:active, .btn-wca-orange.disabled.active, .btn-wca-orange[disabled], .btn-wca-orange[disabled]:hover, .btn-wca-orange[disabled]:focus, .btn-wca-orange[disabled].focus, .btn-wca-orange[disabled]:active, .btn-wca-orange[disabled].active, fieldset[disabled] .btn-wca-orange, fieldset[disabled] .btn-wca-orange:hover, fieldset[disabled] .btn-wca-orange:focus, fieldset[disabled] .btn-wca-orange.focus, fieldset[disabled] .btn-wca-orange:active, fieldset[disabled] .btn-wca-orange.active {
  background-color: #FF9900;
  border-color: #FF9900;
}
.btn-wca-orange .badge {
  color: #FF9900;
  background-color: #fff;
}

a.call-to {
  color: #FF9900;
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
  /* 14px */
}
a.call-to:after {
  margin-left: 6px;
  content: '\e61f';
  font-family: 'wca-iconfont';
  speak: none;
  font-style: normal;
  font-weight: 300;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.panels-flexible-region-20-center {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

.panels-flexible-region-23-center {
  width: 100%;
}

.img-left {
  float: left;
  clear: left;
  margin-top: 30px;
  margin-right: 40px;
  margin-bottom: 30px;
}

.img-right {
  float: right;
  clear: right;
  margin-top: 30px;
  margin-left: 40px;
  margin-bottom: 30px;
}

/* Drupal adjustments */
.newsletter-bar {
  display: none;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  position: fixed;
  width: 600px;
  z-index: 5;
  text-align: center;
  /* margin: 0 auto; */
  left: 0;
  right: 0;
  margin: auto;
}

.navbar-nav {
  margin: 0;
}
@media screen and (max-width: 1280px) {
  .navbar-nav {
    margin: 0;
  }
}

.hide-video-btn {
  background-color: #ff9900;
  padding: 20px;
  color: white;
  position: absolute;
  bottom: 0;
  bottom: 35px;
  right: 0px;
  width: 120px;
  z-index: 9999;
}

/* auto complete */
.ui-autocomplete {
  font-family: "Apex Sans", "Helvetica", sans-serif;
  font-weight: normal;
  -webkit-box-shadow: 5px 5px 5px -5px #7f7f7f, -5px 5px 5px -5px #7f7f7f, 0 5px 5px -5px #7f7f7f;
  box-shadow: 5px 5px 5px -5px #7f7f7f, -5px 5px 5px -5px #7f7f7f, 0 5px 5px -5px #7f7f7f;
  -webkit-box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.3), -5px 5px 5px -5px rgba(0, 0, 0, 0.3), 0 5px 5px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.3), -5px 5px 5px -5px rgba(0, 0, 0, 0.3), 0 5px 5px -5px rgba(0, 0, 0, 0.3);
  width: 100% !important;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-right: 3px;
  border-radius: 0;
  margin-right: 0;
  padding: 0;
  border: 0;
  width: 99.5% !important;
}

.ui-autocomplete-field-title {
  font-size: 14.5px;
  font-weight: 300 !important;
}

.ui-autocomplete-field-name {
  display: none !important;
}

#ui-theme-minimal .ui-autocomplete-field-group {
  color: #FF9900 !important;
  padding: 5px 15px !important;
  text-transform: uppercase !important;
  padding-top: 12px !important;
}
#ui-theme-minimal .ui-autocomplete-field-comment_count {
  display: none !important;
}

#ui-theme-minimal .ui-menu-item-first {
  border-color: #eeeeee !important;
}

.ui-menu-divider {
  background: #fff !important;
  padding: 0 !important;
  margin: 0 !important;
}

#ui-theme-minimal.ui-menu .ui-menu-item {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 200 !important;
}
#ui-theme-minimal.ui-menu .ui-menu-item a {
  padding: 5px 15px !important;
  margin: 0 !important;
  color: #76767b !important;
  cursor: pointer !important;
  font-weight: 300 !important;
}
#ui-theme-minimal.ui-menu .ui-menu-item .ui-state-focus {
  font-weight: 300 !important;
  background-color: #e3e3e3 !important;
  background-image: none !important;
  color: #37393F !important;
  border: none !important;
  transition: all 0.1s linear !important;
  -webkit-transition: all 0.1s linear !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#ui-theme-minimal.ui-menu .ui-menu-item .ui-autocomplete-field-term,
#ui-theme-minimal.ui-menu .ui-menu-item b {
  font-family: "Apex Sans", "Helvetica", sans-serif !important;
  font-weight: 300 !important;
}
#ui-theme-minimal.ui-menu .ui-menu-item .ui-autocomplete-fields {
  padding: 0 !important;
  margin: 4px 0 !important;
}

/*
.ui-widget-content {
	top: 61px!important;
	padding: 0px;  
	left: initial !important;
	right: 0 !important;
	background: $white-color; 
	background-image: none;
	border: 0;
}*/
#sliding-popup {
  background-color: #FF9900 !important;
  padding: 20px 0 !important;
}
#sliding-popup #popup-text p {
  font-weight: 300 !important;
}
#sliding-popup #popup-text a {
  color: #37393F !important;
}
#sliding-popup #popup-text a:hover {
  color: #428bca !important;
}
@media screen and (max-width: 1280px) {
  #sliding-popup #popup-text {
    max-width: 100% !important;
  }
  #sliding-popup #popup-buttons {
    float: left !important;
    max-width: 100% !important;
  }
}
#sliding-popup button {
  background-image: none !important;
  background-color: transparent !important;
  border: 1px solid white !important;
  color: white !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  padding: 10px 30px !important;
  margin: 10px 15px !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  font-family: "Apex Sans", "Helvetica", sans-serif !important;
  transition: all .3s ease;
}
#sliding-popup button:hover {
  background-color: #37393F !important;
  border: 1px solid #37393F !important;
}

#main-banner {
  position: relative;
  background-image: url(../img/core/banner-pattern.png);
  background-size: 100%, cover;
  background-repeat: repeat, no-repeat;
  overflow: hidden;
  height: 600px;
  width: 100%;
}
@media screen and (max-width: 1320px) {
  #main-banner {
    height: 450px;
  }
}
@media screen and (max-width: 1064px) {
  #main-banner {
    height: 350px;
  }
}
@media screen and (max-width: 991px) {
  #main-banner {
    background-size: 300%, cover;
  }
}
#main-banner img {
  width: 100%;
  min-width: 1024px;
  height: auto;
  position: relative;
  z-index: -1;
}
#main-banner .container, #main-banner .article-page .newsletter-bar, .article-page #main-banner .newsletter-bar {
  position: relative;
}
#main-banner .btn-wca-banner {
  color: #000;
  background-color: rgba(255, 255, 255, 0.75);
  border-color: rgba(255, 255, 255, 0);
  width: auto;
  text-transform: uppercase;
  padding: 12px 20px 12px 35px;
  margin-left: 6px;
  margin-top: 10px;
  font-weight: 300;
  letter-spacing: 1px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#main-banner .btn-wca-banner:hover, #main-banner .btn-wca-banner:focus, #main-banner .btn-wca-banner.focus, #main-banner .btn-wca-banner:active, #main-banner .btn-wca-banner.active, .open > #main-banner .btn-wca-banner.dropdown-toggle {
  color: #000;
  background-color: rgba(230, 230, 230, 0.75);
  border-color: rgba(224, 224, 224, 0);
}
#main-banner .btn-wca-banner:active, #main-banner .btn-wca-banner.active, .open > #main-banner .btn-wca-banner.dropdown-toggle {
  background-image: none;
}
#main-banner .btn-wca-banner.disabled, #main-banner .btn-wca-banner.disabled:hover, #main-banner .btn-wca-banner.disabled:focus, #main-banner .btn-wca-banner.disabled.focus, #main-banner .btn-wca-banner.disabled:active, #main-banner .btn-wca-banner.disabled.active, #main-banner .btn-wca-banner[disabled], #main-banner .btn-wca-banner[disabled]:hover, #main-banner .btn-wca-banner[disabled]:focus, #main-banner .btn-wca-banner[disabled].focus, #main-banner .btn-wca-banner[disabled]:active, #main-banner .btn-wca-banner[disabled].active, fieldset[disabled] #main-banner .btn-wca-banner, fieldset[disabled] #main-banner .btn-wca-banner:hover, fieldset[disabled] #main-banner .btn-wca-banner:focus, fieldset[disabled] #main-banner .btn-wca-banner.focus, fieldset[disabled] #main-banner .btn-wca-banner:active, fieldset[disabled] #main-banner .btn-wca-banner.active {
  background-color: rgba(255, 255, 255, 0.75);
  border-color: rgba(255, 255, 255, 0);
}
#main-banner .btn-wca-banner .badge {
  color: rgba(255, 255, 255, 0.75);
  background-color: #000;
}
#main-banner .btn-wca-banner span {
  margin-left: 15px;
  font-size: 36px;
  line-height: 0;
  position: relative;
  top: 10px;
}
#main-banner .btn-wca-banner:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: rgba(255, 255, 255, 0.75);
  color: #FF9900;
}
#main-banner .banner-text-block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 300px;
  width: 30%;
  width: 1650px !important;
}
#main-banner .banner-text-block.banner-bg-black {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 30px;
}
#main-banner .banner-text-block.banner-bg-grey {
  background-color: rgba(107, 115, 123, 0.8);
  padding: 30px;
}
#main-banner .banner-text-block.banner-bg-orange {
  background-color: rgba(255, 153, 0, 0.5);
  padding: 30px;
}
#main-banner .banner-text-block.banner-bg-white {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px;
}
#main-banner .banner-text-block.banner-bg-white h1, #main-banner .banner-text-block.banner-bg-white p {
  color: #000 !important;
}
@media screen and (min-width: 1920px) {
  #main-banner .banner-text-block {
    width: 1650px !important;
  }
}
@media screen and (max-width: 1750px) {
  #main-banner .banner-text-block {
    width: 1280px !important;
  }
}
@media screen and (max-width: 1380px) {
  #main-banner .banner-text-block {
    width: 1024px !important;
  }
}
@media screen and (max-width: 1124px) {
  #main-banner .banner-text-block {
    width: 992px !important;
  }
}
@media screen and (max-width: 991px) {
  #main-banner .banner-text-block {
    width: 100% !important;
    text-align: center;
  }
}
@media screen and (max-width: 1280px) {
  #main-banner .banner-text-block {
    width: 100%;
    top: 20%;
    /* text-align: center; */
    transform: none !important;
  }
}
#main-banner .banner-text-block h1 {
  font-size: 90px;
  color: #fff;
  font-weight: 200;
  margin-top: 0;
}
@media screen and (max-width: 1280px) {
  #main-banner .banner-text-block h1 {
    font-size: 54px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main-banner .banner-text-block h1 {
    font-size: 40px;
  }
}
#main-banner .banner-text-block p.lead {
  font-size: 36px;
  line-height: 130%;
  color: #fff;
  font-weight: 200;
  padding-left: 5px;
}
@media screen and (max-width: 1280px) {
  #main-banner .banner-text-block p.lead {
    font-size: 24px;
  }
}

/* Footer - _footer.scss */
footer {
  width: 100%;
  overflow: hidden;
  background-color: #202124;
  padding: 40px 0 0 0;
}
footer #copyright {
  padding: 20px 0 20px 0;
  margin-top: 50px;
  background-color: #000;
  width: 100%;
}
footer #copyright p {
  margin: 0;
  color: #fff;
  font-weight: 300;
}
footer #footer-links {
  margin-bottom: 150px;
}
@media screen and (max-width: 991px) {
  footer #footer-links {
    padding: 0 15px;
  }
}
footer #footer-links h2 {
  font-weight: 200;
  color: #eeeeee;
  margin-bottom: 60px;
}
@media screen and (max-width: 1280px) {
  footer #footer-links h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  footer #footer-links h2 {
    font-size: 19.5px;
  }
}
footer #footer-links ul {
  list-style: none;
  padding-left: 0;
  color: #fff;
}
footer #footer-links ul li {
  font-size: 16px;
  margin-bottom: 10px;
}
footer #footer-links ul.contact-details li span {
  color: #FF9900;
  margin-right: 10px;
}
footer #footer-links a {
  color: #e3e3e3;
  padding-bottom: 5px;
  padding-top: 5px;
}
footer #footer-links a:hover {
  color: #FF9900;
  text-decoration: none;
}
footer #footer-links ul.social-media {
  padding-left: 10px;
  padding-top: 10px;
  display: block;
}
footer #footer-links ul.social-media li {
  float: left;
  width: 50px;
  height: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer #footer-links ul.social-media li {
    text-align: left;
  }
}
footer #footer-links ul.social-media li a {
  position: relative;
  z-index: 1;
  color: #fff;
}
footer #footer-links ul.social-media li a span {
  font-size: 22px;
}
footer #footer-links ul.social-media li::before {
  font-family: "wca-iconfont";
  content: "\e621";
  font-size: 50px;
  position: absolute;
  top: -25px;
  left: -15px;
  color: #FF9900;
  z-index: 0;
}
footer #footer-links ul.social-media li:hover::before {
  color: #cc7a00;
}
footer #footer-links h4 {
  text-transform: uppercase;
  color: #e3e3e3;
  font-size: 13px;
  letter-spacing: 1px;
}
footer .cornerstone-logo {
  display: block;
  background-image: url("../img/content/cornerstone-logo.png");
  background-size: 307px 36px;
  background-repeat: no-repeat;
  width: 307px;
  height: 36px;
}
@media screen and (max-width: 1280px) {
  footer .cornerstone-logo {
    background-size: 220px auto;
  }
}

/* Partials for Pages */
/* Article page styles */
.feature-page.article-page .pane-node-field-start-date {
  display: block;
}
.feature-page.article-page .pane-node-field-start-date:before {
  content: ' ';
  background-color: #F6F6F6;
  display: block;
  width: 25px;
  height: 20px;
  position: absolute;
  top: -10px;
  border-radius: 10px;
}
.feature-page.article-page .subpage-block .plain-text {
  padding-top: 0px;
}
.feature-page.article-page .pane-node-created {
  padding-top: 40px;
}

.node-type-article .view-most-popular-articles {
  margin-top: 35px;
}

.article-page > section {
  padding-left: 0;
  padding-right: 0;
}
.article-page .panels-bootstrap-article {
  overflow: hidden;
}
.article-page .pane-node-field-start-date {
  display: none;
}
.article-page p {
  line-height: 1.8;
  margin-top: 25px;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-page p em {
  line-height: 1.6;
}
.article-page p em a {
  letter-spacing: 0.5px;
}
.article-page p b, .article-page p strong {
  font-family: "Apex Sans", "Helvetica", sans-serif;
  font-weight: 300;
}
.article-page p a {
  font-family: "Apex Sans", "Helvetica", sans-serif;
  font-weight: 300;
}
.article-page p img.alignleft {
  float: left;
  margin-right: 35px;
  margin-bottom: 35px;
  margin-top: 30px;
  margin-left: 0;
}
.article-page p img.alignright {
  float: right;
  margin-left: 35px;
  margin-bottom: 35px;
  margin-top: 30px;
  margin-right: 0;
}
.article-page .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.article-page .video-container iframe,
.article-page .video-container object,
.article-page .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article-page .page-header {
  display: none;
  border: 0;
}
.article-page .article-full-bg,
.article-page .breadcrumb-bg {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .article-page .article-full-bg,
  .article-page .breadcrumb-bg {
    padding: 0;
  }
}
.article-page header {
  padding-top: 0;
}
.article-page .article-banner {
  width: 100%;
  height: auto;
  min-height: 335px;
}
.article-page .video-trigger {
  position: absolute;
}
.article-page .article-image-holder {
  height: 360px;
  overflow: hidden;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1650px) {
  .article-page .article-image-holder {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1650px) {
  .article-page .article-image-holder {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1280px) {
  .article-page .article-image-holder {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .article-page .article-image-holder {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .article-page .article-image-holder {
    width: 100%;
    height: auto;
  }
}
.article-page .article-image-holder img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .article-page .article-image-holder img {
    min-height: initial;
  }
}
.article-page .main-page-title {
  font-size: 36px;
  font-weight: 200;
  letter-spacing: 0;
  color: #37393F;
  position: static;
  margin-top: -90px;
  width: 100%;
  padding: 80px 60px 0px 60px;
  margin-bottom: 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .article-page .main-page-title {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .article-page .main-page-title {
    padding: 60px 30px 0px 30px;
  }
}
@media screen and (max-width: 767px) {
  .article-page .main-page-title {
    padding: 40px 10px 0px 10px;
  }
}
.article-page .main-page-title.no-cut {
  margin-top: 0;
}
.article-page .pane-node-created {
  padding: 10px 60px 0px 60px;
  font-size: 17px;
  color: #ff9900;
}
@media screen and (max-width: 991px) {
  .article-page .pane-node-created {
    padding: 10px 30px 0px 30px;
  }
}
@media screen and (max-width: 767px) {
  .article-page .pane-node-created {
    padding: 10px 10px 0px 10px;
  }
}
.article-page .subpage-block > div {
  padding: 0;
}
.article-page .article-bottom-links.subpage-block {
  padding: 0;
  background-color: #f8f8f8;
  border-top: 1px solid #eeeeee;
  margin-bottom: 60px;
}
.article-page .article-bottom-links.subpage-block > div:first-child {
  border-right: 0;
  padding: 0;
}
.article-page .article-bottom-links.subpage-block .article-footer-box {
  /*@include paddings(30px, 60px, 30px, 60px);*/
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 30px 30px 30px 60px;
  /*height: 370px;*/
  border-right: 1px solid #eeeeee;
}
@media (min-width: 768px) {
  .article-page .article-bottom-links.subpage-block .article-footer-box {
    float: left;
    width: 33.33333%;
  }
}
@media screen and (max-width: 767px) {
  .article-page .article-bottom-links.subpage-block .article-footer-box {
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #eeeeee;
    padding: 30px 30px 30px 30px;
  }
}
@media screen and (max-width: 1280px) {
  .article-page .article-bottom-links.subpage-block .article-footer-box {
    height: auto;
  }
}
.article-page .article-bottom-links.subpage-block .article-footer-box:nth-child(1), .article-page .article-bottom-links.subpage-block .article-footer-box:nth-child(2) {
  border-right: 1px solid #eeeeee;
}
.article-page .article-bottom-links.subpage-block .article-footer-box.last {
  border-right: 0;
  border-left: 1px solid #eeeeee;
}
.article-page .article-bottom-links.subpage-block .single-file {
  width: 150px;
  padding-left: 0;
  padding-right: 15px;
  margin-top: 20px;
}
.article-page .article-bottom-links.subpage-block .single-file .thumbnail {
  margin-bottom: 20px;
}
.article-page .article-bottom-links.subpage-block .single-file .thumbnail:before {
  background-image: url(../img/core/file-corner-gray.png);
}
@media screen and (min-width: 1650px) {
  .article-page .article-bottom-links.subpage-block .single-file {
    width: 50%;
    padding-left: 0;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 1280px) {
  .article-page .article-bottom-links.subpage-block .single-file {
    width: 50%;
    padding-left: 0;
    padding-right: 20px !important;
  }
  .article-page .article-bottom-links.subpage-block .single-file .thumbnail:before {
    background-image: none;
  }
}
@media screen and (max-width: 1024px) {
  .article-page .article-bottom-links.subpage-block .single-file {
    width: 50%;
    padding-left: 0;
    padding-right: 20px;
  }
  .article-page .article-bottom-links.subpage-block .single-file .thumbnail:before {
    background-image: none;
  }
}
.article-page .newsletter-bar {
  display: block;
  /*height: 60px;*/
  background-color: #37393F;
  width: 100%;
  display: block;
  padding: 12px 15px 15px 15px;
  color: #fff;
}
.article-page .newsletter-bar.fixed {
  position: fixed;
  top: 0px;
  z-index: 10;
}
.article-page .newsletter-bar .webform-client-form-5013 {
  display: none;
}
.article-page .newsletter-bar label, .article-page .newsletter-bar .mailchimp-signup-subscribe-form {
  font-weight: 300;
  font-size: 17.5px;
}
.article-page .newsletter-bar label label, .article-page .newsletter-bar .mailchimp-signup-subscribe-form label {
  display: none;
}
.article-page .newsletter-bar .form-control {
  background-color: #1f2024;
  border-color: #202124;
  height: 40px;
  margin-top: -3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12.6px;
}
.article-page .newsletter-bar .form-control:focus {
  box-shadow: 0px 0px 1px gray;
}
.article-page .newsletter-bar form {
  text-align: right;
}
.article-page .newsletter-bar form.form-inline input {
  margin-right: 15px;
  margin-left: 15px;
}
.article-page .newsletter-bar .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields {
  display: inline-block;
  margin-left: 20px;
}
.article-page .newsletter-bar .mailchimp-signup-subscribe-form .form-control {
  display: inline-block;
  max-width: 450px;
  min-width: 300px;
  color: #fff;
}
.article-page .newsletter-bar .mailchimp-signup-subscribe-form .form-submit {
  padding: 11px 20px 8px 20px;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  top: -2px;
  color: white;
  background-color: #ff9900;
  border-color: #e68a00;
}
.article-page .newsletter-bar .mailchimp-signup-subscribe-form .form-submit:hover {
  background-color: #cc7a00;
  border-color: #a86500;
}
.article-page .newsletter-bar .mailchimp-signup-subscribe-form .form-group {
  margin-bottom: 0px;
}
.article-page ol.breadcrumb {
  padding-left: 10px;
}
.article-page ol.breadcrumb li a {
  color: #6B737B;
}
.article-page .subpage-block {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  margin-bottom: 0;
}
.article-page .subpage-block .plain-text {
  font-size: 15.4px;
  border-bottom: 1px solid #eeeeee;
  background-color: #fff;
  padding: 40px 60px 30px 60px;
}
.article-page .subpage-block .plain-text .post-date {
  position: absolute;
  top: -40px;
  margin-top: 0;
  font-size: 12.6px;
  font-weight: 300;
  color: #FF9900;
}
.article-page .subpage-block .plain-text .post-date.no-cut {
  top: 50px;
}
.article-page .subpage-block .plain-text table {
  width: 100% !important;
  border: 1px solid #ccc;
  margin-bottom: 15px !important;
}
.article-page .subpage-block .plain-text table td, .article-page .subpage-block .plain-text table th {
  border: 1px solid #ccc;
  padding: 20px;
  vertical-align: middle;
}
.article-page .subpage-block .plain-text table th {
  background-color: #EEEEEE;
  font-weight: 500;
}
.article-page .subpage-block .plain-text ul li, .article-page .subpage-block .plain-text ol li {
  margin-top: 12px;
  margin-bottom: 12px;
}
.article-page .subpage-block .plain-text ul li b, .article-page .subpage-block .plain-text ul li strong, .article-page .subpage-block .plain-text ol li b, .article-page .subpage-block .plain-text ol li strong {
  font-family: "Apex Sans", "Helvetica", sans-serif;
  font-weight: 300;
  font-size: 19.8px;
}
.article-page .subpage-block .plain-text.last {
  border-bottom: 0px;
}
@media screen and (max-width: 991px) {
  .article-page .subpage-block .plain-text {
    padding: 40px 30px 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .article-page .subpage-block .plain-text {
    padding: 40px 10px 30px 10px;
  }
}
.article-page .subpage-block .plain-text img {
  margin-right: 35px;
  margin-bottom: 35px;
  margin-top: 30px;
  margin-left: 35px;
}
@media screen and (max-width: 1280px) {
  .article-page .subpage-block .plain-text img {
    width: 100% !important;
    height: auto !important;
  }
}
.article-page .subpage-block .plain-text img.alignleft {
  float: left;
  margin-right: 35px;
  margin-bottom: 35px;
  margin-top: 30px;
  margin-left: 0;
}
.article-page .subpage-block .plain-text img.alignright {
  float: right;
  margin-left: 35px;
  margin-bottom: 35px;
  margin-top: 30px;
  margin-right: 0;
}
.article-page .subpage-block .plain-text h4, .article-page .subpage-block .plain-text h5, .article-page .subpage-block .plain-text h6, .article-page .subpage-block .plain-text h7 {
  font-weight: 200;
}
.article-page .subpage-block .plain-text p img.alignleft {
  float: left;
  margin-right: 35px;
  margin-bottom: 35px;
  margin-top: 30px;
  margin-left: 0;
}
.article-page .subpage-block .plain-text p img.alignright {
  float: right;
  margin-left: 35px;
  margin-bottom: 35px;
  margin-top: 30px;
  margin-right: 0;
}
.article-page .subpage-block .plain-text h2 {
  font-weight: 200;
  margin-bottom: 30px;
}
.article-page .subpage-block .plain-text h2:first-child {
  margin-top: 0;
}
.article-page .subpage-block .plain-text h3 {
  font-weight: 200;
  margin-bottom: 30px;
}
.article-page .subpage-block .plain-text h1.page-header {
  display: none;
}
.article-page .subpage-block .plain-text blockquote {
  border: none;
  width: 300px;
  /*height: 200px;*/
  padding: 0 0 10px 0;
  margin: 10px;
  text-align: left;
  position: relative;
  display: inline-block;
}
.article-page .subpage-block .plain-text blockquote .quote-icon {
  color: #FF9900;
}
.article-page .subpage-block .plain-text blockquote p.quote {
  font-style: italic;
  font-size: 14px;
}
.article-page .subpage-block .plain-text blockquote.quote-right {
  float: right;
  clear: right;
  text-align: right;
}
.article-page .subpage-block .plain-text blockquote.quote-right .face {
  float: right;
}
.article-page .subpage-block .plain-text blockquote.quote-right .caption {
  text-align: right;
  float: right;
  padding-right: 15px;
}
.article-page .subpage-block .plain-text blockquote.quote-left {
  float: left;
  clear: left;
  text-align: left;
}
.article-page .subpage-block .plain-text blockquote.quote-left .face {
  float: left;
}
.article-page .subpage-block .plain-text blockquote.quote-left .caption {
  text-align: left;
  float: left;
  padding-left: 15px;
}
.article-page .subpage-block .article-sidebar {
  position: relative;
  height: 100%;
  padding: 0;
}
.article-page .subpage-block .article-sidebar .author-info {
  width: 100%;
  display: block;
  padding: 60px 60px 60px 60px;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .article-page .subpage-block .article-sidebar .author-info {
    padding: 60px 35px 60px 35px;
  }
}
@media screen and (max-width: 767px) {
  .article-page .subpage-block .article-sidebar .author-info {
    padding: 60px 30px 60px 30px;
  }
}
.article-page .subpage-block .article-sidebar .author-info img {
  border: 1px solid #ededed;
  width: 120px;
  height: auto;
}
.article-page .subpage-block .article-sidebar .author-info .name {
  margin-top: 25px;
}
.article-page .subpage-block .article-sidebar .author-info .name strong {
  font-weight: 300;
  display: block;
}
.article-page .subpage-block .article-sidebar .author-info .description {
  margin-top: 25px;
  margin-bottom: 25px;
}
.article-page .subpage-block .article-sidebar .author-info .profile-link {
  text-decoration: none;
  color: #FF9900;
  line-height: 0;
  display: block;
  margin-top: 15px;
  float: none;
  margin-left: -10px;
  height: 20px;
}
.article-page .subpage-block .article-sidebar .author-info .profile-link span {
  font-size: 49px;
  margin-top: -26px;
  display: block;
  float: left;
}
.article-page .subpage-block .article-sidebar .author-info .clearfix {
  height: 20px;
}
.article-page .subpage-block .article-sidebar .pane-article-categories {
  padding: 60px 60px 60px 60px;
  background-color: #fff;
}
.article-page .subpage-block .article-sidebar .pane-article-tags-by-article {
  padding: 30px 60px 30px 60px;
  background-color: #fff;
}
.article-page .subpage-block .article-sidebar .sidebar-links {
  padding: 0px 60px 60px 60px;
}
.article-page .subpage-block .article-sidebar .sidebar-links .box-title {
  margin-top: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .article-page .subpage-block .article-sidebar .files-list h3.box-title {
    padding: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .article-page .subpage-block .article-sidebar .files-list .single-file {
    padding-left: 0;
    padding-right: 0;
  }
}
.article-page .subpage-block .article-sidebar h3 {
  text-transform: uppercase;
  font-size: 18.9px;
  margin-bottom: 20px;
  padding: 0;
  margin-top: 0;
}
.article-page .subpage-block .article-sidebar-links {
  /*ul.tags {
  	padding-left: 0;
  	margin: 0;
  	margin-top: -24px;
  	.single-tag {
  		@include paddings(8px, 0px, 8px, 10px);
  		margin-right: 15px;
  		background-color: $black-secondary-color;
  		color: $white-color;
  		font-weight: $font-medium;
  		min-width: 35px;
  		width: auto;
  		border-radius: 3px 0 0 3px;
  		display: inline;
  		&:after {
  			content: '\e627';
  			font-family: 'wca-iconfont';
  			font-size: ceil($font-size-base*2.6);
  			position: relative;
  			left: 11px;
  			line-height: 1.5em;
  			top: 12px;
  			color: $black-secondary-color;
  		}
  	}
  }*/
}
.article-page .subpage-block .article-sidebar-links h3.box-title {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 17.5px;
  margin-bottom: 20px;
}
.article-page .subpage-block .article-sidebar-links .single-file {
  width: 150px;
  padding-left: 0;
  padding-right: 15px;
}
.article-page .subpage-block .article-sidebar-links .single-file .thumbnail:before {
  background-image: url(../img/core/file-corner-gray.png);
}
@media screen and (min-width: 1650px) {
  .article-page .subpage-block .article-sidebar-links .single-file {
    width: 50%;
    padding-left: 0;
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 1280px) {
  .article-page .subpage-block .article-sidebar-links .single-file {
    width: 50%;
    padding-left: 0;
    padding-right: 15px;
  }
  .article-page .subpage-block .article-sidebar-links .single-file .thumbnail:before {
    background-image: none;
  }
}
@media screen and (max-width: 1024px) {
  .article-page .subpage-block .article-sidebar-links .single-file {
    width: 94px;
    padding-left: 0;
    padding-right: 14px;
  }
  .article-page .subpage-block .article-sidebar-links .single-file .thumbnail:before {
    background-image: none;
  }
}
.article-page .subpage-block .article-sidebar-links ul.categories {
  list-style: none;
  padding-left: 0;
}
.article-page .subpage-block .article-sidebar-links ul.categories li {
  position: relative;
  height: 50px;
  line-height: 3.7em;
  padding-left: 30px;
  border-bottom: 1px solid #eeeeee;
  font-weight: 300;
}
.article-page .subpage-block .article-sidebar-links ul.categories li:first-child {
  border-top: 1px solid #eeeeee;
  padding-top: 0;
}
.article-page .subpage-block .article-sidebar-links ul.categories li span {
  font-size: 33px;
  position: absolute;
  left: -8px;
  top: 8px;
}
.article-page .subpage-block h3.box-title {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 17.5px;
  margin-bottom: 20px;
}
.article-page .subpage-block ul.tags {
  padding-left: 0;
  margin: 0;
  margin-top: -24px;
  display: inline;
}
.article-page .subpage-block ul.tags .single-tag {
  padding: 6px 0px 8px 10px;
  margin-right: 15px;
  background-color: #37393F;
  color: #fff;
  font-weight: 300;
  min-width: 35px;
  width: auto;
  border-radius: 3px 0 0 3px;
  height: 35px;
  line-height: 1px;
  font-size: 14px;
  display: block;
  margin-bottom: 20px;
  margin-right: 20px;
  float: left;
}
.article-page .subpage-block ul.tags .single-tag:after {
  content: '\e627';
  font-family: 'wca-iconfont';
  font-size: 35px;
  position: relative;
  left: 8.25px;
  top: 11px;
  color: #37393F;
}
.article-page .subpage-block ul.tags .single-tag:hover {
  background-color: #FF9900;
}
.article-page .subpage-block ul.tags .single-tag:hover:after {
  color: #FF9900;
}
.article-page .subpage-block ul.categories {
  list-style: none;
  padding-left: 0;
}
.article-page .subpage-block ul.categories li {
  position: relative;
  height: 50px;
  line-height: 3.7em;
  padding-left: 30px;
  border-bottom: 1px solid #eeeeee;
  font-weight: 300;
}
.article-page .subpage-block ul.categories li:first-child {
  border-top: 1px solid #eeeeee;
  padding-top: 0;
}
.article-page .subpage-block ul.categories li span {
  font-size: 30px;
  position: absolute;
  left: -8px;
  top: 10px;
}
.article-page .subpage-block .divider {
  border-top: 1px solid #eeeeee;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: -60px;
  margin-right: -60px;
}

.article-video-trigger {
  position: relative;
  text-align: center;
  width: 100%;
  top: -300px;
  z-index: 3;
}
@media screen and (max-width: 1280px) {
  .article-video-trigger {
    top: -310px;
  }
}
.article-video-trigger div {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
.article-video-trigger div span {
  cursor: pointer;
  font-size: 150px;
  color: #FF9900;
}
.article-video-trigger div span:before {
  content: '\e625';
}
.article-video-trigger.opened {
  position: relative;
  text-align: center;
  width: 100%;
  top: 12px;
  z-index: 3;
}
.article-video-trigger.opened div {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
.article-video-trigger.opened div span {
  transition: all 0.3 linear;
  color: #fff;
  font-size: 14px;
  font-family: "Apex Sans", "Helvetica", sans-serif;
  background-color: #FF9900;
  padding: 12px 20px 15px 20px;
}
.article-video-trigger.opened div span:before {
  content: 'Hide video';
}

.page-node-5695 .pane-node-created, .page-node-5695 .article-bottom-links {
  display: none;
}

/* Feature page styles */
#feature-page-header {
  position: relative;
}

.feature-page {
  position: relative;
}
.feature-page .banner-bg-black.main-page-title {
  background-color: rgba(0, 0, 0, 0.7) !important;
  padding: 30px !important;
}
@media screen and (max-width: 891px) {
  .feature-page .banner-bg-black.main-page-title {
    margin-bottom: 20px !important;
  }
}
.feature-page .banner-bg-grey.main-page-title {
  background-color: rgba(107, 115, 123, 0.8) !important;
  padding: 30px !important;
}
@media screen and (max-width: 891px) {
  .feature-page .banner-bg-grey.main-page-title {
    margin-bottom: 20px !important;
  }
}
.feature-page .banner-bg-orange.main-page-title {
  background-color: rgba(255, 153, 0, 0.5) !important;
  padding: 30px !important;
}
@media screen and (max-width: 891px) {
  .feature-page .banner-bg-orange.main-page-title {
    margin-bottom: 20px !important;
  }
}
.feature-page .banner-bg-white.main-page-title {
  background-color: rgba(255, 255, 255, 0.5) !important;
  padding: 30px !important;
}
.feature-page .banner-bg-white.main-page-title h1, .feature-page .banner-bg-white.main-page-title p {
  color: #000 !important;
}
@media screen and (max-width: 891px) {
  .feature-page .banner-bg-white.main-page-title {
    margin-bottom: 20px !important;
  }
}
.feature-page .text-box {
  display: none;
}
.feature-page .panels-bootstrap-article {
  overflow-y: hidden;
}
.feature-page .pane-downloads-footer-content {
  width: 100%;
  height: auto;
}
.feature-page .pane-downloads-footer-content .single-file {
  width: 16.65% !important;
  padding-right: 3% !important;
  padding-bottom: 25px;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .feature-page .pane-downloads-footer-content .single-file {
    width: 25% !important;
  }
}
@media screen and (max-width: 767px) {
  .feature-page .pane-downloads-footer-content .single-file {
    width: 50% !important;
  }
}
@media screen and (max-width: 479px) {
  .feature-page .pane-downloads-footer-content .single-file {
    width: 50% !important;
  }
}
.feature-page .pane-downloads-footer-content .single-file .label {
  font-weight: 200;
  display: none;
}
.feature-page .pane-downloads-footer-content .single-file h3 {
  font-weight: 300;
  line-height: 130%;
}
.feature-page .article-sidebar .pane-downloads-footer-content .single-file {
  width: 50% !important;
}
.feature-page .resources-page-widget {
  margin-top: 20px;
}
.feature-page .pane-addtoany-addtoany-button .pane-content {
  margin-left: 15px;
}
@media screen and (max-width: 991px) {
  .feature-page .pane-addtoany-addtoany-button .pane-content {
    margin-left: 0;
  }
}
.feature-page p {
  line-height: 1.8;
  margin-top: 25px;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}
.feature-page p em {
  line-height: 1.6;
}
.feature-page p strong {
  font-family: "Apex Sans", "Helvetica", sans-serif;
  font-weight: 300;
}
.feature-page p a {
  font-family: "Apex Sans", "Helvetica", sans-serif;
  font-weight: 300;
}
.feature-page p img.alignleft {
  float: left;
  margin-right: 35px;
  margin-bottom: 35px;
  margin-top: 30px;
  margin-left: 0;
}
.feature-page h1.page-header {
  display: none;
}
.feature-page h1.main-page-title {
  background-color: transparent !important;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  padding-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 1150px) {
  .feature-page h1.main-page-title {
    padding-left: 60px;
  }
}
.feature-page .video-banner-wrapper {
  width: 100%;
  height: auto;
  background-color: #37393F;
  position: relative;
  z-index: 10;
}
.feature-page .pane-node-field-start-date {
  background-color: #f6f6f6;
  padding: 40px 60px 30px 60px;
  color: #37393f;
  position: relative;
}
.feature-page .pane-node-field-start-date h2 {
  color: #37393f;
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.feature-page .pane-node-field-start-date h2 span {
  color: #999;
  display: inline-block;
  min-width: 65px;
}
.feature-page .pane-node-field-start-date:before {
  content: ' ';
  background-color: #F6F6F6;
  display: block;
  width: 25px;
  height: 20px;
  position: absolute;
  top: -10px;
  border-radius: 10px;
}
.feature-page .pane-node-field-start-date:after {
  content: "\e615";
  font-family: 'wca-iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: -25px;
  left: 45px;
  font-size: 55px;
}
.feature-page .author-info {
  display: none;
}
.feature-page .feature-banner {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: auto;
}
.feature-page .relative {
  position: relative;
}
.feature-page .article-full-bg {
  padding: 0;
  width: 100%;
}
.feature-page .article-footer-box {
  width: 100% !important;
}
.feature-page .article-image-holder {
  top: -1px;
  height: 540px;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 1920px) {
  .feature-page .article-image-holder {
    height: 540px;
  }
}
@media screen and (max-width: 1650px) {
  .feature-page .article-image-holder {
    height: 430px;
  }
}
@media screen and (max-width: 1280px) {
  .feature-page .article-image-holder {
    height: 420px;
  }
}
.feature-page .article-image-holder img {
  width: 100%;
  min-height: 420px;
}
.feature-page #feature-page-header {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  visibility: visible;
  opacity: 1;
  height: 540px;
  overflow: hidden;
  vertical-align: middle;
}
.feature-page #feature-page-header.hidden-banner {
  visibility: hidden;
  opacity: 0;
  height: 0px;
}
.feature-page #feature-page-header.hidden-banner .header-article {
  display: none;
}
.feature-page #feature-page-header img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1639px) {
  .feature-page #feature-page-header img {
    width: auto;
    height: 100%;
  }
}
.feature-page .header-article .main-page-title {
  visibility: hidden;
  opacity: 0;
}
.feature-page .header-article .text-box {
  position: absolute;
  bottom: 0px;
  /*height: 180px;*/
  overflow: hidden;
  float: left;
  background: #FF9900;
  padding: 30px 60px 20px 60px;
  color: #fff;
}
.feature-page .header-article .text-box p {
  font-size: 19.6px;
  color: #fff;
  font-weight: 300;
}
@media screen and (max-width: 1650px) {
  .feature-page .header-article .text-box p {
    font-size: 16.8px;
  }
}
@media screen and (max-width: 1280px) {
  .feature-page .header-article .text-box p {
    font-size: 15.4px;
  }
}
.feature-page .main-page-title {
  font-size: 81px;
  font-weight: 200;
  letter-spacing: 0;
  color: #fff;
  padding-top: 30px;
  padding-left: 0;
  left: -6px;
  position: absolute;
  top: -480px;
  width: 50%;
}
@media screen and (max-width: 1650px) {
  .feature-page .main-page-title {
    font-size: 61.2px;
    top: -410px;
  }
}
@media screen and (max-width: 1280px) {
  .feature-page .main-page-title {
    font-size: 54px;
    top: -400px;
  }
}
@media screen and (max-width: 1024px) {
  .feature-page .main-page-title {
    font-size: 54px;
    top: -470px;
  }
}
.feature-page .region-content {
  position: relative;
  /*top: -79px;*/
}
.feature-page .breadcrumb-bg {
  display: none;
}
.feature-page .downloads-speakers {
  background-color: #eee;
}
.feature-page .downloads-speakers .view-downloads-footer-content .box-title {
  display: none;
}
.feature-page .downloads-speakers .single-file {
  padding-left: 40px !important;
  padding-right: 0px !important;
}
.feature-page .subpage-block {
  margin: 0 auto;
  /*> div {
  	@include paddings(50px,30px,50px,30px);	
  }*/
}
.feature-page .subpage-block .plain-text {
  font-size: 15.4px;
}
.feature-page .subpage-block .plain-text h2 {
  font-weight: 200;
  margin-bottom: 30px;
}
.feature-page .subpage-block .plain-text h2:first-child {
  margin-top: 0;
}
.feature-page .subpage-block .plain-text h3 {
  font-weight: 200;
  margin-bottom: 30px;
}
.feature-page .subpage-block .plain-text h4, .feature-page .subpage-block .plain-text h5, .feature-page .subpage-block .plain-text h6, .feature-page .subpage-block .plain-text h7 {
  font-weight: 200;
}
.feature-page .subpage-block .plain-text img.alignleft {
  float: left;
  margin-right: 35px;
  margin-bottom: 35px;
  margin-top: 30px;
  margin-left: 0;
}
.feature-page .subpage-block .plain-text img.alignright {
  float: right;
  margin-left: 35px;
  margin-bottom: 35px;
  margin-top: 30px;
  margin-right: 0;
}
@media screen and (max-width: 1280px) {
  .feature-page .subpage-block .plain-text img {
    width: 100% !important;
    height: auto !important;
  }
}
.feature-page .subpage-block .plain-text p img.alignleft {
  float: left;
  margin-right: 35px;
  margin-bottom: 35px;
  margin-top: 30px;
  margin-left: 0;
}
.feature-page .subpage-block .plain-text p img.alignright {
  float: right;
  margin-left: 35px;
  margin-bottom: 35px;
  margin-top: 30px;
  margin-right: 0;
}
.feature-page .subpage-block .plain-text blockquote {
  border: none;
  width: 300px;
  /*height: 200px;*/
  padding: 0 0 10px 0;
  margin: 10px;
  text-align: left;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .feature-page .subpage-block .plain-text blockquote {
    width: 100%;
  }
}
.feature-page .subpage-block .plain-text blockquote .quote-icon {
  color: #FF9900;
}
.feature-page .subpage-block .plain-text blockquote p {
  font-style: italic;
  font-size: 14px;
}
.feature-page .subpage-block .plain-text blockquote.quote-right {
  float: right;
  clear: right;
  text-align: right;
}
.feature-page .subpage-block .plain-text blockquote.quote-left {
  float: left;
  clear: left;
  text-align: left;
}
.feature-page .subpage-block .plain-text ul li {
  margin-top: 12px;
  margin-bottom: 12px;
}
.feature-page .subpage-block .sign-section {
  position: relative;
  min-height: 500px;
  background-color: #fbfbfb;
  border-bottom: 1px solid #eeeeee;
  padding: 60px 60px 60px 60px;
}
.feature-page .subpage-block .sign-section h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 18.9px;
  margin-bottom: 30px;
  padding: 0;
  margin-top: 0;
}
.feature-page .subpage-block .sign-section p {
  margin-bottom: 60px;
}
.feature-page .subpage-block .sign-section button {
  text-transform: uppercase;
  font-weight: 200;
  font-size: 13.3px;
  border-radius: 2px;
  width: 180px;
  padding: 15px 0 15px 0;
}
.feature-page .summary {
  padding: 60px 60px 60px 60px;
  border-bottom: 1px solid #eeeeee;
  background-color: #fff;
}
.feature-page .summary-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.feature-page .summary-list li {
  display: block;
  margin-left: -8px;
  clear: both;
  font-size: 16.8px;
  line-height: 1.8;
  margin-bottom: 5px;
}
.feature-page .summary-list li span {
  color: #FF9900;
  font-size: 28px;
  position: relative;
  top: 0px;
  left: 3px;
  margin-right: 10px;
  float: left;
}
.feature-page .summary-list li div {
  padding-top: 12px;
}
.feature-page .summary h3 {
  margin-top: 0;
}
.feature-page .article-bottom-links.subpage-block {
  /* display: none; */
}

.feature-event-page {
  background-color: #37393F;
  padding: 60px 0 60px 0;
  margin-bottom: 0 !important;
}

body.page-news-opinion-cat .breadcrumb-bg .row {
  display: none;
}

body.page-news-opinion-cat .breadcrumb-bg #page-breadcrumbs .row {
  display: block;
}

.page-news-hub .breadcrumb-bg {
  background: rgba(255, 255, 255, 0.6);
  border-top: 1px solid #eeeeee;
}
.page-news-hub h1.page-header {
  display: none;
}
.page-news-hub header#page-header {
  padding-top: 0;
}
.page-news-hub section {
  padding-left: 0;
  padding-right: 0;
}
.page-news-hub #edit-field-article-tags-tid-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-news-hub #edit-field-article-tags-tid-wrapper {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .page-news-hub #edit-field-article-tags-tid-wrapper {
    float: left;
    width: 33.33333%;
  }
}
.page-news-hub #edit-field-article-categories-tid-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-news-hub #edit-field-article-categories-tid-wrapper {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .page-news-hub #edit-field-article-categories-tid-wrapper {
    float: left;
    width: 33.33333%;
  }
}
.page-news-hub #edit-field-article-type-value-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-news-hub #edit-field-article-type-value-wrapper {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .page-news-hub #edit-field-article-type-value-wrapper {
    float: left;
    width: 25%;
  }
}
.page-news-hub .views-submit-button {
  cursor: pointer;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}
@media (min-width: 768px) {
  .page-news-hub .views-submit-button {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .page-news-hub .views-submit-button {
    float: left;
    width: 16.66667%;
  }
}
.page-news-hub .views-submit-button button {
  padding: 20px 30px 20px 30px;
  display: block;
  margin-top: 0 !important;
  color: #37393F;
  background-color: #fff;
  border: none;
  width: 100%;
}
.page-news-hub .views-reset-button {
  cursor: pointer;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-news-hub .views-reset-button {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .page-news-hub .views-reset-button {
    float: left;
    width: 16.66667%;
  }
}
.page-news-hub .views-reset-button button {
  padding: 20px 30px 20px 30px;
  display: block;
  margin-top: 0 !important;
  color: #37393F;
  background-color: #fff;
  border: none;
  width: 100%;
}

#news-hub-page-header {
  background: rgba(255, 255, 255, 0.6);
}
#news-hub-page-header #page-breadcrumbs ol.breadcrumb {
  padding-left: 10px;
}
#news-hub-page-header #page-breadcrumbs ol.breadcrumb li a {
  color: #6B737B;
}
#news-hub-page-header .news-hub-header .title {
  padding: 8px 35px 18px 35px;
  background-color: #FF9900;
  font-weight: 200;
  color: #fff;
}
#news-hub-page-header .news-hub-header .title h2 {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #news-hub-page-header .news-hub-header .title h2 {
    font-size: 20px;
  }
}
#news-hub-page-header .btn-newshub-trigger {
  position: relative;
  background-color: #FF9900;
  padding: 36px 50px 28px 20px;
  border-left: 1px solid #fff;
  border: 0;
  border-bottom: 6px solid #e68a00;
  color: #fff;
  text-transform: uppercase;
  outline: none;
  margin-left: 1px;
}
@media screen and (max-width: 991px) {
  #news-hub-page-header .btn-newshub-trigger {
    margin-left: 0;
    border-left: 1px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  #news-hub-page-header .btn-newshub-trigger {
    padding: 32px 50px 21px 20px;
  }
}
#news-hub-page-header .btn-newshub-trigger:hover {
  background-color: #ffa31a;
}
#news-hub-page-header .btn-newshub-trigger span {
  font-size: 24px;
  position: absolute;
  top: 33px;
  right: 15px;
}
@media screen and (max-width: 767px) {
  #news-hub-page-header .btn-newshub-trigger span {
    top: 29px;
  }
}
#news-hub-page-header .btn-newshub-trigger.active {
  background-color: #6B737B;
  border-bottom: 6px solid #6B737B;
  padding: 36px 50px 29px 20px;
}
@media screen and (max-width: 767px) {
  #news-hub-page-header .btn-newshub-trigger.active {
    padding: 32px 50px 21px 20px;
  }
}
#news-hub-page-header .btn-newshub-trigger.active span {
  transform: rotate(180deg);
  top: 31px;
}
@media screen and (max-width: 767px) {
  #news-hub-page-header .btn-newshub-trigger.active span {
    top: 28px;
  }
}
#news-hub-page-header .newshub-filters {
  display: block;
  height: 0;
  overflow: hidden;
  transition: height 0.3s linear;
  -webkit-transition: height 0.3s linear;
  -moz-transition: height 0.3s linear;
  -o-transition: height 0.3s linear;
}
#news-hub-page-header .newshub-filters.opened {
  height: 150px;
}
@media screen and (max-width: 991px) {
  #news-hub-page-header .newshub-filters.opened {
    height: 290px;
  }
}
#news-hub-page-header .filters-box {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  background-color: #6B737B;
  padding: 40px 0px 40px 0px;
  clear: both;
}
@media screen and (max-width: 991px) {
  #news-hub-page-header .filters-box {
    padding: 40px 15px;
  }
}
#news-hub-page-header .form-inline .form-group {
  width: 100%;
}
#news-hub-page-header .form-inline .form-control {
  width: 100%;
  height: 60px;
  background-color: #778089;
  color: #fff;
  border: none;
  box-shadow: none;
  padding: 20px 25px 20px 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../img/core/form-select-bg.png");
  background-position: right top;
  background-size: 60px 60px;
  background-repeat: no-repeat;
}
#news-hub-page-header .btn-filter-apply {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 23px 15px 17px 15px;
  background-color: #fff;
  color: #37393F;
  border: 0;
  width: 100%;
  display: block;
  text-transform: uppercase;
  font-weight: 300;
  outline: 0;
}

#news-opinion .newshub-articles {
  margin-top: 60px;
  margin-bottom: 120px;
}
#news-opinion .newshub-articles .surface-link {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  position: absolute;
  text-indent: -9999px;
  color: transparent;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #news-opinion .newshub-articles .btn-wca-orange {
    display: block;
    width: 100%;
    padding: 25px;
  }
}
@media screen and (max-width: 991px) {
  #news-opinion .newshub-articles {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
#news-opinion .newshub-articles .single-story, #news-opinion .newshub-articles .first, #news-opinion .newshub-articles .second, #news-opinion .newshub-articles .second-xsmall {
  padding: 0;
  background-color: #fff;
  margin-bottom: 30px;
  position: relative;
  border-right: 1px solid #eeeeee;
}
@media screen and (max-width: 767px) {
  #news-opinion .newshub-articles .single-story, #news-opinion .newshub-articles .first, #news-opinion .newshub-articles .second, #news-opinion .newshub-articles .second-xsmall {
    margin-bottom: 0px;
    height: auto;
  }
}
#news-opinion .newshub-articles .image-holder {
  position: relative;
}
#news-opinion .newshub-articles .image-holder.starred:before {
  font-family: 'wca-iconfont';
  content: '\e614';
  position: absolute;
  font-size: 35px;
  right: 7px;
  top: 0;
  color: #fff;
  z-index: 1;
}
#news-opinion .newshub-articles .image-holder.event:before {
  font-family: 'wca-iconfont';
  content: '\e615';
  position: absolute;
  font-size: 35px;
  right: 7px;
  top: 0;
  color: #fff;
  z-index: 1;
}
#news-opinion .newshub-articles .image-holder.video:before {
  font-family: 'wca-iconfont';
  content: '\e625';
  position: absolute;
  font-size: 91px;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  display: block;
  line-height: 0.95em;
  width: 80px;
  height: 80px;
}
#news-opinion .newshub-articles .first .image-holder {
  float: right;
  padding: 0;
  overflow: hidden;
}
#news-opinion .newshub-articles .first .image-holder img {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1650px) {
  #news-opinion .newshub-articles .first .image-holder img {
    height: 480px;
  }
}
@media screen and (max-width: 1650px) {
  #news-opinion .newshub-articles .first .image-holder img {
    height: 430px;
    width: auto;
  }
}
@media screen and (max-width: 1280px) {
  #news-opinion .newshub-articles .first .image-holder img {
    height: 430px;
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  #news-opinion .newshub-articles .first .image-holder img {
    height: 430px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  #news-opinion .newshub-articles .first .image-holder img {
    height: auto;
    width: 100%;
  }
}
#news-opinion .newshub-articles .first .text-box {
  float: left;
  padding: 40px 40px 30px 35px;
}
@media screen and (min-width: 1650px) {
  #news-opinion .newshub-articles .first .text-box {
    height: 480px;
  }
}
@media screen and (max-width: 1650px) {
  #news-opinion .newshub-articles .first .text-box {
    height: 430px;
  }
}
@media screen and (max-width: 767px) {
  #news-opinion .newshub-articles .first .text-box {
    height: auto;
  }
}
#news-opinion .newshub-articles .first .text-box h2 {
  font-size: 17.5px;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
  font-weight: 300;
  line-height: 1.35em;
}
@media screen and (min-width: 1650px) {
  #news-opinion .newshub-articles .first .text-box h2 {
    font-size: 19.6px;
  }
}
@media screen and (max-width: 1280px) {
  #news-opinion .newshub-articles .first .text-box h2 {
    font-size: 16.8px;
  }
}
#news-opinion .newshub-articles .first .text-box .date {
  color: #FF9900;
  font-weight: 300;
}
@media screen and (min-width: 1650px) {
  #news-opinion .newshub-articles .first .text-box .desc {
    font-size: 15.75px;
  }
}
#news-opinion .newshub-articles .second, #news-opinion .newshub-articles .second-xsmall {
  height: 430px;
}
@media screen and (min-width: 1650px) {
  #news-opinion .newshub-articles .second, #news-opinion .newshub-articles .second-xsmall {
    height: 480px;
  }
}
@media screen and (max-width: 767px) {
  #news-opinion .newshub-articles .second, #news-opinion .newshub-articles .second-xsmall {
    height: auto;
  }
}
#news-opinion .newshub-articles .second .image-holder, #news-opinion .newshub-articles .second-xsmall .image-holder {
  float: none;
  display: block;
  padding: 0;
  overflow: hidden;
}
#news-opinion .newshub-articles .second .image-holder img, #news-opinion .newshub-articles .second-xsmall .image-holder img {
  height: auto;
  width: 100%;
  position: relative;
}
#news-opinion .newshub-articles .second .text-box, #news-opinion .newshub-articles .second-xsmall .text-box {
  float: none;
  display: block;
  padding: 40px 40px 30px 35px;
  background-color: #fff;
}
#news-opinion .newshub-articles .second .text-box h2, #news-opinion .newshub-articles .second-xsmall .text-box h2 {
  font-size: 17.5px;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
  font-weight: 300;
  line-height: 1.35em;
}
@media screen and (min-width: 1650px) {
  #news-opinion .newshub-articles .second .text-box h2, #news-opinion .newshub-articles .second-xsmall .text-box h2 {
    font-size: 19.6px;
  }
}
@media screen and (max-width: 1280px) {
  #news-opinion .newshub-articles .second .text-box h2, #news-opinion .newshub-articles .second-xsmall .text-box h2 {
    font-size: 16.8px;
  }
}
#news-opinion .newshub-articles .second .text-box .date, #news-opinion .newshub-articles .second-xsmall .text-box .date {
  color: #FF9900;
  font-weight: 300;
}
#news-opinion .newshub-articles .second .text-box .desc, #news-opinion .newshub-articles .second-xsmall .text-box .desc {
  display: none;
}
@media screen and (min-width: 991px) {
  #news-opinion .newshub-articles .col-xs-12.col-sm-12.col-md-3.second, #news-opinion .newshub-articles .col-xs-12.col-sm-12.col-md-3.second-xsmall {
    height: auto;
  }
}
#news-opinion .newshub-articles .four-quater {
  padding: 0;
}
@media screen and (max-width: 767px) {
  #news-opinion .newshub-articles .four-quater {
    margin-bottom: 0px;
  }
}
#news-opinion .newshub-articles .quarter {
  position: relative;
  padding: 0;
  background-color: #6B737B;
  height: 240px;
  border-right: 1px solid #778089;
  border-bottom: 1px solid #778089;
  padding: 40px 30px 40px 30px;
}
#news-opinion .newshub-articles .quarter:hover, #news-opinion .newshub-articles .quarter:active, #news-opinion .newshub-articles .quarter:focus {
  background-color: #778089;
  cursor: pointer;
}
@media screen and (max-width: 1650px) {
  #news-opinion .newshub-articles .quarter {
    height: 215px;
  }
}
@media screen and (max-width: 767px) {
  #news-opinion .newshub-articles .quarter {
    height: initial;
    height: auto;
  }
}
#news-opinion .newshub-articles .quarter .image-holder {
  display: none;
}
#news-opinion .newshub-articles .quarter .desc {
  display: none;
}
#news-opinion .newshub-articles .quarter .text-box h2 {
  font-size: 16.8px;
  font-weight: 200;
  line-height: 145%;
  color: #fff;
}
#news-opinion .newshub-articles .quarter .text-box .date {
  color: #FF9900;
  font-weight: 300;
}
#news-opinion .newshub-articles h3.widget-title {
  margin-top: 40px;
}
#news-opinion .newshub-articles .second-xsmall {
  height: 250px;
  margin-top: 60px;
}
@media screen and (max-width: 1280px) {
  #news-opinion .newshub-articles .second-xsmall {
    height: 280px;
  }
}
@media screen and (max-width: 991px) {
  #news-opinion .newshub-articles .second-xsmall {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  #news-opinion .newshub-articles .second-xsmall {
    border-top: 1px solid #ededed;
    height: initial;
    height: auto;
  }
}
#news-opinion .newshub-articles .second-xsmall .image-holder {
  display: none;
}
@media screen and (max-width: 1280px) {
  #news-opinion .newshub-articles .second-xsmall .text-box h2 {
    font-size: 16px;
  }
}

/* 	Article page partial/pages/_basic-page.scss */
.node-type-page {
  /* spacing ajustments for this page type */
  /* reset to zero */
  /* standardise */
  /* spacing ajustments for this page type :: end */
}
.node-type-page .panel-flexible .panel-separator {
  margin-bottom: 0px !important;
}
.node-type-page .subpage-block-chart {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.node-type-page .resources-page-widget {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.node-type-page .container.basic-page-selector, .node-type-page .article-page .basic-page-selector.newsletter-bar, .article-page .node-type-page .basic-page-selector.newsletter-bar {
  margin-top: 0px !important;
}
.node-type-page #media-events-carousel-widget {
  margin-top: 0px !important;
}
.node-type-page #carousel-twitter-widget.basic-page-carousel {
  padding-top: 0px !important;
}
.node-type-page #features-carousel-widget {
  margin-top: 0px;
}
.node-type-page .basic-page-widget .related-content {
  margin-bottom: 0px;
}
.node-type-page.front #features-carousel-widget {
  margin-top: 35px;
}
.node-type-page .subpage-block-chart,
.node-type-page .column-content,
.node-type-page .page-content-box,
.node-type-page #main-banner {
  margin-bottom: 35px !important;
}
.node-type-page .feature-event-page {
  padding-top: 35px !important;
}
.node-type-page #extract-magazine-widget {
  padding: 35px 0 35px 0 !important;
}
@media screen and (max-width: 991px) {
  .node-type-page #extract-magazine-widget {
    padding: 60px 30px !important;
  }
}
.node-type-page #coal-counter-widget {
  margin: 35px 0 35px 0 !important;
}
.node-type-page #media-events-carousel-widget {
  padding-bottom: 35px !important;
}
.node-type-page .basic-page-widget {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.node-type-page h2.pane-title {
  display: none;
}
.node-type-page #media-events-carousel-widget {
  padding-bottom: 0px;
}
@media screen and (max-width: 991px) {
  .node-type-page #media-events-carousel-widget {
    padding: 40px 40px 60px;
  }
}
.node-type-page #main-block > section {
  padding: 0;
}
.node-type-page h1.page-header {
  display: none;
}
.node-type-page .breadcrumb-bg {
  position: relative;
  z-index: 2;
  color: #fff;
}
.node-type-page .breadcrumb-bg a {
  color: #fff;
}
.node-type-page .panels-flexible-region-2-center {
  width: 100%;
}
.node-type-page p {
  font-size: 15.4px;
  line-height: 1.8;
  font-family: "Apex Sans", "Helvetica", sans-serif;
}
.node-type-page .panels-flexible-region {
  width: 100%;
  padding: 0;
}
.node-type-page .editor-menu {
  position: absolute;
  z-index: 10;
  margin: auto;
  left: 0;
  right: 0;
  top: -66px;
  padding: 0;
}
.node-type-page .editor-menu .nav-tabs {
  border-bottom: 1px solid #4A4D55;
}
.node-type-page .editor-menu .nav-tabs > li {
  float: right;
}
.node-type-page .editor-menu .nav-tabs > li.active a {
  color: #fff;
  background-color: #4a4d55;
  border: 1px solid #4A4D55;
  border-bottom-color: transparent;
  cursor: default;
}
.node-type-page .editor-menu .nav-tabs > li.active a:hover, .node-type-page .editor-menu .nav-tabs > li.active a:focus {
  color: #fff;
  background-color: #4a4d55 !important;
  border: 1px solid #4A4D55;
  border-bottom-color: transparent;
  cursor: pointer;
}
.node-type-page .editor-menu .nav > li > a:hover, .node-type-page .editor-menu .nav > li > a:focus {
  color: #fff;
  background-color: #4a4d55 !important;
  border: 1px solid #4A4D55;
  border-bottom-color: transparent;
  cursor: pointer;
}

.front .editor-menu {
  top: 0px;
}

#basic-page-header {
  padding-top: 55px;
  margin-top: -80px;
  position: relative;
  z-index: 0;
  background: #37393F;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #basic-page-header {
    margin-bottom: 0;
    padding-top: 0;
  }
}
#basic-page-header .header-article .dark-gray-box {
  background: #4a4d55;
}
@media screen and (max-width: 767px) {
  #basic-page-header .header-article .dark-gray-box {
    background: rgba(55, 57, 63, 0.8) !important;
  }
}
#basic-page-header .header-article .dark-gray-box .text-box h2, #basic-page-header .header-article .dark-gray-box .text-box h1 {
  color: #fff;
  max-width: 450px;
}
#basic-page-header .header-article .dark-gray-box .text-box p {
  color: #fff;
}
#basic-page-header .header-article .brand-orange {
  background: #FF9900;
}
@media screen and (max-width: 767px) {
  #basic-page-header .header-article .brand-orange {
    background: rgba(255, 153, 0, 0.8) !important;
  }
}
#basic-page-header .header-article .brand-orange .text-box h2, #basic-page-header .header-article .brand-orange .text-box h1 {
  color: #fff;
  max-width: 450px;
}
#basic-page-header .header-article .brand-orange .text-box p {
  color: #fff;
}
#basic-page-header .header-article .text-box {
  padding: 50px 60px;
  height: auto;
  min-height: 300px;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 1650px) {
  #basic-page-header .header-article .text-box {
    height: 420px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #basic-page-header .header-article .text-box {
    height: 350px;
  }
}
#basic-page-header .header-article .text-box .text-wrapper {
  position: absolute;
  bottom: 35px;
  padding-right: 70px;
}
@media screen and (max-width: 767px) {
  #basic-page-header .header-article .text-box .text-wrapper {
    padding-right: initial;
    position: static;
  }
}
#basic-page-header .header-article .text-box h2, #basic-page-header .header-article .text-box h1 {
  font-weight: 200;
  font-size: 39px;
  line-height: 130%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  #basic-page-header .header-article .text-box h2, #basic-page-header .header-article .text-box h1 {
    font-size: 27px;
    margin-bottom: 10px;
  }
}
#basic-page-header .header-article .text-box p {
  font-size: 18.9px;
  line-height: 140%;
}
@media screen and (max-width: 1280px) {
  #basic-page-header .header-article .text-box p {
    font-size: 14px;
  }
}
#basic-page-header .header-article .image-box {
  padding: 0;
  overflow: hidden;
  height: auto;
}
#basic-page-header .header-article .image-box img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0px;
}
@media screen and (max-wdth: 767px) {
  #basic-page-header .header-article .image-box img {
    position: relative;
  }
}
@media screen and (max-width: 479px) {
  #basic-page-header .header-article .image-box img {
    position: relative;
    bottom: initial;
    width: auto;
    height: 100%;
  }
}
@media screen and (min-width: 1650px) {
  #basic-page-header .header-article .image-box {
    height: 420px;
  }
}
@media screen and (max-width: 767px) {
  #basic-page-header .header-article .image-box {
    height: 350px;
    position: absolute;
    top: 0;
    z-index: -1;
  }
}

.subpage-block-one {
  margin-bottom: 25px;
  background: #fff;
  padding: 0px 30px 0px 30px;
}
.subpage-block-one > div:first-child {
  border-right: 1px solid #eeeeee;
  height: 100%;
}
.subpage-block-one > div {
  padding: 60px 30px 60px 30px;
}
.subpage-block-one .clearfix {
  padding: 0;
}

.subpage-block {
  margin-bottom: 25px;
  background: #fff;
  padding: 0px 30px 0px 30px;
}
.subpage-block > div:first-child {
  border-right: 1px solid #eeeeee;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .subpage-block > div:first-child {
    border-right: 0;
  }
}
.subpage-block > div {
  padding: 60px 30px 60px 30px;
}
@media screen and (max-width: 991px) {
  .subpage-block > div {
    padding: 30px 30px 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .subpage-block > div {
    padding: 20px 10px 20px 10px;
  }
}
.subpage-block .clearfix {
  padding: 0;
}

.subpage-block-chart {
  margin-top: 50px;
  margin-bottom: 25px;
  background: #fff;
  font-size: 21px;
  padding: 0px 30px 0px 30px;
}
.subpage-block-chart > div:first-child {
  min-height: 580px;
  display: block;
  border-right: 1px solid #eeeeee;
}
@media screen and (max-width: 767px) {
  .subpage-block-chart > div:first-child {
    min-height: initial;
    border-right: 0;
  }
}
.subpage-block-chart > div {
  padding: 60px 30px 60px 30px;
}
.subpage-block-chart .clearfix {
  padding: 0;
}
.subpage-block-chart h3 {
  font-size: 15.6px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.subpage-block-summary {
  margin-bottom: 25px;
  padding: 0;
  background: #fff;
}
.subpage-block-summary .text-box {
  padding: 60px 60px 60px 60px;
}
.subpage-block-summary .text-box h2 {
  font-weight: 300;
  margin-bottom: 30px;
}
.subpage-block-summary .summary-column {
  background-color: #f6f6f6;
  padding: 60px 60px 60px 60px;
}
.subpage-block-summary .summary-column h3 {
  position: relative;
  text-transform: uppercase;
  font-size: 18.9px;
  margin-bottom: 30px;
}
.subpage-block-summary .summary-column h3:before {
  content: '\e621';
  font-family: 'wca-iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #fff;
  display: block;
  position: absolute;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: -90px;
  top: -13px;
  font-size: 42px;
}
.subpage-block-summary .summary-column .summary-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.subpage-block-summary .summary-column .summary-list li {
  display: block;
  margin-left: -8px;
}
.subpage-block-summary .summary-column .summary-list li span {
  color: #FF9900;
  font-size: 28px;
  position: relative;
  top: 6px;
  left: 3px;
  margin-right: 10px;
}

.block-tables-widget .tables-box {
  background: #fff;
}
.block-tables-widget .tables-box h3 {
  text-transform: uppercase;
  font-size: 18.9px;
  margin-bottom: 30px;
}
.block-tables-widget .tables-box .table-description {
  display: block;
  padding: 60px 60px 60px 60px;
}
.block-tables-widget .tables-box .table-body {
  padding: 80px 0 60px 0;
  border-left: 1px solid #eeeeee;
}
.block-tables-widget .tables-box .table-body table {
  border-color: #fff;
}
.block-tables-widget .tables-box .table-body table td {
  background-color: #eeeeee;
  border-color: #fff;
  padding: 15px 15px 15px 15px;
}
.block-tables-widget .tables-box .table-body table .bold {
  font-weight: 300;
}

/* Archive page - _archive.scss */
.page-news-archive .breadcrumb-bg {
  background: rgba(255, 255, 255, 0.6);
  border-top: 1px solid #eeeeee;
}
.page-news-archive h1.page-header {
  display: none;
}
.page-news-archive header#page-header {
  padding-top: 0;
}
.page-news-archive section {
  padding-left: 0;
  padding-right: 0;
}
.page-news-archive .archive-header .title h2 {
  color: #fff;
}
.page-news-archive .pagination {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 0;
  margin-top: 30px;
  margin-bottom: 120px;
}
.page-news-archive .pagination .active a {
  background-color: #FF9900;
  color: #fff;
  border: 1px solid #FF9900;
}
.page-news-archive .pagination li a, .page-news-archive .pagination li span {
  padding: 12px 20px;
  color: #37393F;
  text-transform: uppercase;
  font-size: 14.4px;
}
.page-news-archive .pagination li:first-child a {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.page-news-archive .pagination li:last-child a {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

@media screen and (max-width: 767px) {
  .pane-magazine-issues-archived {
    margin-top: 20px;
  }
}

.archive-header .title {
  padding: 8px 35px 18px 35px;
  background-color: #6B737B;
  font-weight: 200;
  color: #fff;
  margin: 0;
}

#archive .archived-entries {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #archive .archived-entries {
    margin-top: 0;
  }
}
#archive .archived-entries h3.date-divider {
  padding: 13px 35px 13px 35px;
  background-color: #FF9900;
  color: #fff;
  margin: 0;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  #archive .archived-entries h3.date-divider {
    margin-top: 0;
  }
}
#archive .archived-entries article.single-archived {
  padding: 20px 80px 20px 35px;
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
#archive .archived-entries article.single-archived h3 {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  text-decoration: underline;
  color: #202124;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 0;
}
#archive .archived-entries article.single-archived p {
  font-size: 15.4px;
}
#archive .archived-entries article.single-archived p.date {
  color: #FF9900;
  font-size: 12.6px;
  font-weight: 300;
}
#archive .archived-entries article.single-archived .icon {
  font-size: 33.6px;
  line-height: 25px;
  color: #FF9900;
  position: absolute;
  right: 40px;
  top: 50%;
  width: 20px;
  height: 20px;
  bottom: 50%;
  margin: auto;
}
#archive .archived-entries article.single-archived:hover, #archive .archived-entries article.single-archived:focus {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Login page styles */
.login-page .login-block {
  background-color: #fff;
  padding: 0;
  margin: 0;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .login-page .login-block {
    margin-top: 0;
  }
}
.login-page .login-block .login-form {
  padding: 60px 110px 60px 110px;
}
@media screen and (max-width: 991px) {
  .login-page .login-block .login-form {
    padding: 60px 60px 60px 60px;
  }
}
@media screen and (max-width: 767px) {
  .login-page .login-block .login-form {
    padding: 60px 45px 60px 45px;
  }
}
.login-page .login-block .login-form h3 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18.9px;
  margin-bottom: 40px;
}
.login-page .login-block .login-form button {
  padding: 18px 65px 16px 65px;
  margin-top: 20px;
  color: #fff;
  background-color: #FF9900;
  border-color: #FF9900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.login-page .login-block .login-form button:hover, .login-page .login-block .login-form button:focus, .login-page .login-block .login-form button.focus, .login-page .login-block .login-form button:active, .login-page .login-block .login-form button.active, .open > .login-page .login-block .login-form button.dropdown-toggle {
  color: #fff;
  background-color: #cc7a00;
  border-color: #c27400;
}
.login-page .login-block .login-form button:active, .login-page .login-block .login-form button.active, .open > .login-page .login-block .login-form button.dropdown-toggle {
  background-image: none;
}
.login-page .login-block .login-form button.disabled, .login-page .login-block .login-form button.disabled:hover, .login-page .login-block .login-form button.disabled:focus, .login-page .login-block .login-form button.disabled.focus, .login-page .login-block .login-form button.disabled:active, .login-page .login-block .login-form button.disabled.active, .login-page .login-block .login-form button[disabled], .login-page .login-block .login-form button[disabled]:hover, .login-page .login-block .login-form button[disabled]:focus, .login-page .login-block .login-form button[disabled].focus, .login-page .login-block .login-form button[disabled]:active, .login-page .login-block .login-form button[disabled].active, fieldset[disabled] .login-page .login-block .login-form button, fieldset[disabled] .login-page .login-block .login-form button:hover, fieldset[disabled] .login-page .login-block .login-form button:focus, fieldset[disabled] .login-page .login-block .login-form button.focus, fieldset[disabled] .login-page .login-block .login-form button:active, fieldset[disabled] .login-page .login-block .login-form button.active {
  background-color: #FF9900;
  border-color: #FF9900;
}
.login-page .login-block .login-form button .badge {
  color: #FF9900;
  background-color: #fff;
}
.login-page .login-block .login-form .link-new-password {
  font-size: 15.3px;
  text-decoration: underline;
  display: block;
  margin-top: 18px;
}
.login-page .login-block .login-form form {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 992px) {
  .login-page .login-block .login-form form {
    float: left;
    width: 58.33333%;
  }
}
@media (min-width: 1200px) {
  .login-page .login-block .login-form form {
    float: left;
    width: 50%;
  }
}
.login-page .login-block .login-form form a {
  display: block;
  padding: 15px 0px 0px 0px;
  font-size: 16.8px;
  text-decoration: underline;
}
.login-page .login-block .login-form form input[type='email'], .login-page .login-block .login-form form input[type='password'], .login-page .login-block .login-form form input[type='text'] {
  padding: 20px 20px 20px 20px;
  height: 60px;
  border: 1px solid #e3e3e3;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  font-size: 15.3px;
}
.login-page .login-block .login-form form input[type='email']:focus, .login-page .login-block .login-form form input[type='password']:focus, .login-page .login-block .login-form form input[type='text']:focus {
  border-color: #cacaca;
  box-shadow: inset 0 0 3px #e3e3e3;
}
.login-page .login-block .new-member {
  padding: 0;
  background-color: #6B737B;
  color: #fff;
}
.login-page .login-block .new-member p {
  padding: 60px 45px 120px 45px;
  font-size: 19.6px;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .login-page .login-block .new-member p {
    font-size: 16.8px;
    padding: 60px 45px 40px 45px;
  }
}
.login-page .login-block .new-member .register {
  padding: 60px 28px 60px 28px;
  background-color: #50535C;
  text-align: center;
}
.login-page .login-block .new-member .register a {
  padding: 18px 25px 15px 35px;
}
.login-page .login-block .new-member .register a span {
  color: #fff;
  font-size: 35px;
  line-height: 0;
  position: relative;
  top: 10px;
}

.public_view {
  display: block;
}

.user_view {
  display: none;
}

body.logged-in .public_view {
  display: none !important;
}
body.logged-in .user_view {
  display: block !important;
}

.page-members-directory .breadcrumb-bg {
  background: rgba(255, 255, 255, 0.6);
  border-top: 1px solid #eeeeee;
  display: none;
}
.page-members-directory h1.page-header {
  display: none;
}
.page-members-directory #main-block section {
  padding: 0;
}

#members-directory-header {
  background: #798189;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #6B737B 0%, #778089 99%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #6B737B), color-stop(99%, #778089));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #6B737B 0%, #778089 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #6B737B 0%, #778089 99%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #6B737B 0%, #778089 99%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #6b737b 0%, #778089 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#798189', endColorstr='#6b737b',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  background-repeat: no-repeat;
  height: 360px;
  background-size: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #members-directory-header {
    height: 510px;
  }
}
#members-directory-header:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(../img/core/banner-pattern.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
#members-directory-header .members-header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  #members-directory-header .members-header .view-header {
    padding: 0 15px;
  }
}
#members-directory-header .members-header .title {
  background-color: #FF9900;
  padding: 30px 50px 25px 50px;
  color: #fff;
  font-size: 28px;
}
@media screen and (min-width: 1200px) {
  #members-directory-header .members-header .title {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  #members-directory-header .members-header .title {
    padding: 30px 35px 25px 35px;
  }
}
#members-directory-header .members-header .desc {
  background-color: #6B737B;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 40px 50px 30px 50px;
  font-size: 22.4px;
  height: 180px;
}
@media (min-width: 768px) {
  #members-directory-header .members-header .desc {
    float: left;
    width: 66.66667%;
  }
}
@media screen and (max-width: 991px) {
  #members-directory-header .members-header .desc {
    padding: 35px;
  }
}
@media screen and (max-width: 991px) {
  #members-directory-header .members-header .desc {
    padding: 35px;
  }
}
#members-directory-header .members-header .desc p {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  #members-directory-header .members-header .desc {
    font-size: 19.6px;
  }
}
@media screen and (max-width: 767px) {
  #members-directory-header .members-header .desc {
    height: 240px;
  }
}
#members-directory-header .members-header .sign-up {
  background-color: #50535C;
  text-align: center;
  height: 180px;
  padding: 60px 40px 60px 40px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #members-directory-header .members-header .sign-up {
    float: left;
    width: 33.33333%;
  }
}
#members-directory-header .members-header .sign-up > button {
  padding: 25px 20px 20px 20px;
}
#members-directory-header .members-header .sign-up > button span {
  font-size: 25.2px;
  line-height: 0;
  position: relative;
  top: 6px;
}

/* Members directory page styles */
#members-company-list {
  padding-bottom: 120px;
  position: static;
}
#members-company-list h2 {
  font-weight: 200;
  padding: 20px 0 20px 50px;
}

.company-list {
  list-style: none;
  padding: 0;
}
.company-list:after {
  content: ' ';
  display: block;
  clear: both;
}
.company-list .single-company {
  position: relative;
  text-align: center;
  padding: 0;
  height: 270px;
  border-left: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fff;
}
.company-list .single-company:nth-child(5), .company-list .single-company:nth-child(9), .company-list .single-company:nth-child(13), .company-list .single-company:nth-child(17), .company-list .single-company:nth-child(21), .company-list .single-company:nth-child(25), .company-list .single-company:nth-child(29), .company-list .single-company:nth-child(33) {
  clear: both;
}
.company-list .single-company.opened {
  margin-bottom: 950px;
  cursor: pointer;
  box-shadow: inset 0px 0px 35px #eeeeee;
}
@media screen and (max-width: 991px) {
  .company-list .single-company.opened {
    margin-bottom: 0;
  }
}
.company-list .single-company.opened .title {
  width: 100%;
  background-color: #FF9900;
}
.company-list .single-company.opened .title h3 {
  color: #fff;
}
.company-list .single-company.opened:after {
  content: "\e628";
  font-family: 'wca-iconfont';
  display: block;
  color: #FF9900;
  line-height: 0;
  height: 10px;
  width: 20px;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 85px;
  z-index: 1;
}
.company-list .single-company:nth-child(5), .company-list .single-company:first-child {
  border-left: 0;
}
.company-list .single-company .logo-holder {
  width: 100%;
  height: 190px;
  position: relative;
}
.company-list .single-company .logo-holder img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media screen and (max-width: 1649px) {
  .company-list .single-company .logo-holder img {
    zoom: 0.85;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1279px) {
  .company-list .single-company .logo-holder img {
    zoom: 0.65;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .company-list .single-company .logo-holder img {
    zoom: 1;
    width: initial;
    height: initial;
  }
}
.company-list .single-company .title {
  transition: all 0.3s ease-in-out;
  background-color: #f2f2f2;
  padding: 15px 0 0px 0;
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 80px;
}
.company-list .single-company .title h3 {
  color: #50535C;
  font-size: 14px;
  font-weight: 300;
  padding: 0;
  margin: 0;
  line-height: 140%;
  padding: 0 20px;
}
@media screen and (max-width: 1279px) {
  .company-list .single-company .title h3 {
    padding: 0 10px;
  }
}
.company-list .single-company:hover {
  cursor: pointer;
  box-shadow: inset 0px 0px 35px #eeeeee;
}
.company-list .single-company:hover .title {
  width: 100%;
  background-color: #FF9900;
}
.company-list .single-company:hover .title h3 {
  color: #fff;
}
.company-list .single-member.open h3 {
  background-color: #FF9900;
  color: #fff;
}

body.admin-menu .members-single-content.opened {
  margin-top: -29px;
}

.members-single-content {
  transform: all 0.3s ease-in-out;
  position: absolute;
  width: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s linear 0.5s,opacity 0.2s linear;
  padding: 60px 0 60px 0;
  background-color: #37393F;
}
.members-single-content.opened {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
@media screen and (max-width: 991px) {
  .members-single-content.opened {
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    padding: 30px 15px 60px 15px;
    overflow-y: scroll;
    height: 100%;
  }
}
.members-single-content .container, .members-single-content .article-page .newsletter-bar, .article-page .members-single-content .newsletter-bar {
  padding: 0;
}
.members-single-content .close-window {
  outline: 0;
  border: 0;
  color: #fff;
  background: none;
  display: block;
  float: right;
  margin-bottom: 15px;
}
.members-single-content .close-window span {
  display: inline-block;
  padding: 8px;
  padding-bottom: 2px;
  padding-top: 5px;
  border-radius: 4px;
  background-color: #FF9900;
  margin-left: 10px;
}
.members-single-content .member-details {
  background-color: #fff;
  padding: 0;
}
.members-single-content .member-details .people-row {
  padding: 0;
  border-left: 1px solid #eeeeee;
}
.members-single-content .member-details .about-column {
  padding: 60px 60px 60px 60px;
  height: 640px;
  margin-right: -1px;
  border-right: 1px solid #eeeeee;
}
@media screen and (max-width: 991px) {
  .members-single-content .member-details .about-column {
    height: auto;
    border-bottom: 1px solid #eeeeee;
    padding: 30px 30px 30px 30px;
  }
}
.members-single-content .member-details .about-column img {
  display: block;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .members-single-content .member-details .about-column img {
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
  }
}
.members-single-content .member-details .about-column p {
  font-size: 17.5px;
}
.members-single-content .member-details .single-person {
  padding: 50px 50px 50px 50px;
}
@media screen and (max-width: 991px) {
  .members-single-content .member-details .single-person {
    padding: 30px 30px 30px 30px;
  }
}
.members-single-content .member-details .single-person:nth-child(1) {
  border-right: 1px solid #eeeeee;
}
@media screen and (max-width: 767px) {
  .members-single-content .member-details .single-person:nth-child(1) {
    border-right: 0;
    border-bottom: 1px solid #eeeeee;
  }
}
.members-single-content .member-details .single-person:nth-child(2) {
  border-left: 1px solid #eeeeee;
  margin-left: -1px;
}
.members-single-content .member-details .single-person .title {
  color: #FF9900;
  margin-top: 25px;
  margin-bottom: 5px;
  font-weight: 300;
}
.members-single-content .member-details .single-person .title:nth-child(1) {
  margin-top: 163px;
}
@media screen and (max-width: 767px) {
  .members-single-content .member-details .single-person .title:nth-child(1) {
    margin-top: 10px;
  }
}
.members-single-content .member-details .single-person .name {
  font-weight: 500;
  margin-bottom: 0;
}
.members-single-content .member-details .single-person .job-title {
  margin-top: 0;
}
.members-single-content .member-details .single-person img {
  max-width: 100px;
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .members-single-content .member-details .single-person img {
    width: 100%;
    height: auto;
    float: left;
    margin-right: 25px;
  }
}
.members-single-content .member-details .contact-details {
  padding: 50px 50px 50px 50px;
  border-top: 1px solid #eeeeee;
}
@media screen and (max-width: 991px) {
  .members-single-content .member-details .contact-details {
    padding: 30px 30px 30px 30px;
  }
}
.members-single-content .member-details .contact-details h4 {
  color: #FF9900;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 16.8px;
}
.members-single-content .member-details .contact-details p {
  font-size: 14px;
  margin-bottom: 5px;
}

/* Resources page styles */
#resources-header {
  background: #6B737B;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #6B737B 0%, #778089 99%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #6B737B), color-stop(99%, #778089));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #6B737B 0%, #778089 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #6B737B 0%, #778089 99%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #6B737B 0%, #778089 99%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #6b737b 0%, #778089 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#798189', endColorstr='#6b737b', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  background-repeat: no-repeat;
  height: 330px;
  background-size: 100%;
  position: relative;
  clear: both;
}
#resources-header:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(../img/core/res-banner.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
#resources-header .resources-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
}
#resources-header .resources-header .title, #resources-header .resources-header .main-page-title {
  position: relative;
  float: left;
  width: 33.33333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #FF9900;
  padding: 30px 50px 25px 50px;
  color: #fff;
  font-size: 42px;
  font-weight: 200;
  border-bottom: 0;
}
#resources-header .resources-header .main-page-title {
  margin-left: -15px;
  margin-right: -15px;
}
#resources-header .resources-header .subtitle {
  color: #fff;
  text-align: right;
  padding-top: 30px;
  font-size: 18.9px;
  padding-right: 60px;
}
#resources-header .resources-header #page-breadcrumbs .breadcrumb {
  padding-left: 10px;
}
#resources-header .resources-header #page-breadcrumbs .breadcrumb .active {
  color: #50535C;
}

.resources-list .view-empty p {
  padding-left: 60px;
  padding-bottom: 60px;
  font-size: 16px;
}

.resources-container {
  padding: 0;
}
.resources-container ::-webkit-input-placeholder {
  color: #fff;
}
.resources-container :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.resources-container ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.resources-container :-ms-input-placeholder {
  color: #fff;
}
.resources-container .filters {
  padding: 50px 40px 40px 40px;
  background-color: #6B737B;
  color: #fff;
  font-size: 22.4px;
  height: 155px;
  position: relative;
  margin-top: -155px;
}
.resources-container .filters select {
  width: 100%;
  height: 60px;
  background-color: #778089;
  color: #fff;
  border: none;
  box-shadow: none;
  padding: 20px 25px 20px 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../img/core/form-select-bg.png");
  background-position: right top;
  background-size: 60px 60px;
  background-repeat: no-repeat;
}
.resources-container .filters input[type="text"] {
  width: 100%;
  height: 60px;
  background-color: #778089;
  color: #fff;
  border: none;
  box-shadow: none;
  padding: 20px 25px 20px 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.resources-container #edit-submit-resources {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 22px 10px 20px 10px;
  margin-right: 0;
  background-color: #fff;
  color: #37393F;
  border: 0;
  width: 230px;
  float: right;
  display: block;
  text-transform: uppercase;
  font-weight: 300;
  outline: 0;
}
@media screen and (max-width: 1280px) {
  .resources-container #edit-submit-resources {
    width: 100%;
  }
}
.resources-container .single-file {
  width: 20%;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 50px;
  padding-left: 55px;
  padding-right: 55px;
  padding-bottom: 110px;
  height: 400px;
}
@media screen and (max-width: 1650px) {
  .resources-container .single-file {
    height: 360px;
  }
}
@media screen and (max-width: 1280px) {
  .resources-container .single-file {
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 50px;
    height: 360px;
  }
}
@media screen and (max-width: 991px) {
  .resources-container .single-file {
    padding-left: 20px;
    padding-right: 20px;
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .resources-container .single-file {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    width: 50%;
    min-height: 400px;
    height: 300px;
  }
}
@media screen and (max-width: 479px) {
  .resources-container .single-file {
    height: 290px !important;
    min-height: 290px !important;
  }
}
.resources-container .single-file .thumbnail {
  margin-bottom: 20px;
}
.resources-container .single-file .label {
  margin-bottom: 15px;
  display: block;
  text-align: left !important;
  white-space: normal !important;
  line-height: 130% !important;
}
.resources-container .single-file h3 {
  line-height: 140%;
}
.resources-container .views-exposed-widget {
  padding: 0;
  float: right;
}
.resources-container .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0;
}
.resources-container .input-group-addon {
  padding: 6px 18px;
  color: #fff;
  text-align: center;
  background-color: #778089;
  border: 0;
}
.resources-container .resources-list {
  padding-top: 80px;
  background: #fff;
  margin-bottom: 110px;
}

/* Archive page - _archive.scss */
.search-listing-header {
  background: rgba(255, 255, 255, 0.49);
}
.search-listing-header .title {
  padding: 8px 35px 18px 35px;
  background-color: #6B737B;
  font-weight: 200;
  color: #fff;
  margin: 0;
}
.search-listing-header .title h2 {
  color: #fff;
}
.search-listing-header .desc {
  padding: 35px 0 0 30px;
}
@media screen and (max-width: 767px) {
  .search-listing-header .desc {
    padding-bottom: 20px;
  }
}

.page-search .breadcrumb-bg {
  background: rgba(255, 255, 255, 0.49);
}
.page-search #main-block > section {
  padding: 0;
}
.page-search #page-breadcrumbs + .row {
  display: none;
}

#search-results .no-entries {
  background: #fff;
  padding: 60px 35px;
  margin-bottom: 34px;
}
#search-results .no-entries ul {
  font-size: 16px;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
#search-results .search-entries {
  margin-top: 30px;
}
#search-results .search-entries h3.date-divider {
  padding: 13px 35px 13px 35px;
  background-color: #FF9900;
  color: #fff;
  margin: 0;
  margin-top: 35px;
}
#search-results .search-entries article.single-result {
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
#search-results .search-entries article.single-result.webpage .result-badge:before {
  content: "\e60f";
}
#search-results .search-entries article.single-result.webpage .result-badge:after {
  content: 'webpage';
}
#search-results .search-entries article.single-result.download .result-badge:before {
  content: "\e609";
}
#search-results .search-entries article.single-result.download .result-badge:after {
  content: 'download';
}
#search-results .search-entries article.single-result.event .result-badge:before {
  content: "\e635";
}
#search-results .search-entries article.single-result.event .result-badge:after {
  content: 'feature / event';
}
@media screen and (max-width: 767px) {
  #search-results .search-entries article.single-result {
    padding: 20px;
  }
}
#search-results .search-entries article.single-result h3 {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  text-decoration: underline;
  color: #202124;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 0;
}
#search-results .search-entries article.single-result p {
  font-size: 15.4px;
  word-break: break-word;
}
#search-results .search-entries article.single-result h3 + p {
  padding-right: 100px;
  word-break: break-word;
}
#search-results .search-entries article.single-result p.date {
  color: #FF9900;
  font-size: 12.6px;
  font-weight: 300;
}
#search-results .search-entries article.single-result .icon {
  font-size: 33.6px;
  line-height: 25px;
  color: #FF9900;
  position: absolute;
  right: 40px;
  top: 50%;
  width: 20px;
  height: 20px;
  bottom: 50%;
  margin: auto;
}
#search-results .search-entries article.single-result:hover, #search-results .search-entries article.single-result:focus {
  background-color: rgba(255, 255, 255, 0.6);
}
#search-results .search-entries article.single-result .result-badge {
  margin-right: 30px;
  width: 120px;
  height: 120px;
  float: left;
  background-color: #FF9900;
  position: relative;
}
@media screen and (max-width: 767px) {
  #search-results .search-entries article.single-result .result-badge {
    display: none;
  }
}
#search-results .search-entries article.single-result .result-badge:before {
  font-family: 'wca-iconfont';
  line-height: 0;
  content: '\e600';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 50px;
  color: #fff;
  text-align: center;
  display: block;
  position: relative;
  top: 50px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#search-results .search-entries article.single-result .result-badge:after {
  content: 'webpage';
  color: #fff;
  position: absolute;
  display: block;
  text-align: center;
  bottom: 25px;
  font-weight: 300;
  width: 100%;
}
#search-results .search-entries article.single-result .result-badge.webpage:before {
  content: "\e60f";
}
#search-results .search-entries article.single-result .result-badge.webpage:after {
  content: 'webpage';
}
#search-results .search-entries article.single-result .result-badge.download:before {
  content: "\e609";
}
#search-results .search-entries article.single-result .result-badge.download:after {
  content: 'download';
}
#search-results .search-entries article.single-result .result-badge.event:before {
  content: "\e60e";
}
#search-results .search-entries article.single-result .result-badge.event:after {
  content: 'event';
}

/* Extract magazine styles */
.view-id-magazine_issues_archived {
  max-width: 1650px;
  margin: 0px auto;
}
@media screen and (max-width: 1750px) {
  .view-id-magazine_issues_archived {
    max-width: 1280px !important;
  }
}
.view-id-magazine_issues_archived .inner-wrapper {
  background-color: #fff;
  cursor: pointer;
  margin-bottom: 30px;
}
.view-id-magazine_issues_archived .inner-wrapper .inner-wrapper-top {
  position: relative;
}
.view-id-magazine_issues_archived .inner-wrapper .inner-wrapper-top img {
  width: 100%;
  height: auto;
}
.view-id-magazine_issues_archived .inner-wrapper .inner-wrapper-top .extract-logo img {
  width: 60%;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.view-id-magazine_issues_archived .inner-wrapper .inner-wrapper-top span {
  background-color: #FF9900;
  color: #fff;
  padding: 5px 10px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.view-id-magazine_issues_archived .inner-wrapper .inner-wrapper-bottom {
  padding: 20px 24px;
}

.node-type-magazine header {
  padding-top: 0;
  margin-top: 0;
}
.node-type-magazine .left-side-bar {
  height: 10px !important;
}
.node-type-magazine .left-side-bar .container, .node-type-magazine .left-side-bar .article-page .newsletter-bar, .article-page .node-type-magazine .left-side-bar .newsletter-bar {
  display: none;
}
.node-type-magazine #extract-cover {
  margin-top: -60px;
}
@media screen and (max-width: 479px) {
  .node-type-magazine #extract-cover {
    margin-top: -80px;
  }
}

header.magazine-header {
  padding-top: 0px;
}

.open-extract-menu {
  position: absolute;
  float: right;
  z-index: 100;
  right: 0px;
  top: 0px;
  -webkit-appearance: none;
  appearance: none;
  width: 70px;
  height: 70px;
  color: #fff;
  padding: 15px;
  font-size: 32px;
  display: none;
  border: none;
  outline: 0;
  background: #37393F;
}
.open-extract-menu span {
  left: 0;
  position: relative;
  font-family: 'wca-mobile-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: left 0.2s ease;
  -webkit-transition: left 0.2s;
}
.open-extract-menu span:before {
  content: '\e901';
}
@media screen and (max-width: 767px) {
  .open-extract-menu {
    display: block;
  }
}

.view-id-magazine_archive h4 .issue_no {
  color: #FF9900;
  padding-bottom: 5px;
}
.view-id-magazine_archive h4 .issue_date {
  color: #7f8390;
  padding-top: 5px;
}

#extract-navigation {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1;
}
#extract-navigation .left-side-bar {
  height: 10px;
  width: 100%;
  background-color: #37393F;
  position: absolute;
  top: 0;
}
#extract-navigation .left-side-bar .small-extract-logo {
  display: none;
  width: 150px;
  height: 70px;
  padding-top: 15px;
}
#extract-navigation .left-side-bar .small-extract-logo img {
  width: 100%;
  height: auto;
}
#extract-navigation .right-side-bar {
  height: 70px;
  width: 32%;
  float: right;
  position: absolute;
  background-color: #37393F;
  right: 0;
  top: 0;
}
#extract-navigation nav {
  float: right;
  position: relative;
}
@media screen and (max-width: 991px) {
  #extract-navigation nav {
    display: block;
    width: 100%;
    height: 70px;
    width: 80%;
    float: right;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  #extract-navigation nav {
    overflow: hidden;
    width: 100%;
    margin-left: 0;
    float: initial;
  }
  #extract-navigation nav.opening {
    height: 210px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #extract-navigation nav.opened {
    height: 210px;
    overflow: visible;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
#extract-navigation nav li {
  font-size: 16.8px;
  color: #fff;
  padding-left: 0;
  font-weight: 300;
  padding-right: 0;
  margin: 0;
  float: left;
  margin-right: 0px;
  border-right: 1px solid #50535C;
}
@media screen and (max-width: 991px) {
  #extract-navigation nav li {
    width: 33.33%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #extract-navigation nav li {
    width: 100%;
    display: block;
    float: none;
    clear: both;
  }
}
#extract-navigation nav li:hover, #extract-navigation nav li:active, #extract-navigation nav li:focus {
  background-color: #45484f;
}
#extract-navigation nav li a {
  position: relative;
  display: block;
  padding: 23px 35px 23px 65px;
  color: #fff;
  background-color: #37393F;
}
#extract-navigation nav li a:hover, #extract-navigation nav li a:active, #extract-navigation nav li a:focus {
  background-color: #45484f;
}
#extract-navigation nav li a span {
  left: 15px;
  top: 15px;
  position: absolute;
  color: #FF9900;
  font-size: 42px;
}
#extract-navigation nav li .dropdown-menu {
  height: 0px;
  border-top: 1px solid #37393f;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  background-color: #37393F;
  padding: 0;
}
#extract-navigation nav li .dropdown-menu li {
  border: 0;
  width: 320px;
  position: relative;
  display: block;
  border-left: 3px solid #FF9900;
  margin-bottom: 1px;
  box-shadow: 0 -1px 0 #45484f;
  display: block;
  background: #45484F;
  clear: both;
  padding: 15px 20px 10px 20px;
}
@media screen and (max-width: 479px) {
  #extract-navigation nav li .dropdown-menu li {
    width: 100%;
  }
}
#extract-navigation nav li .dropdown-menu li.active {
  background-color: #1f2024;
}
#extract-navigation nav li .dropdown-menu li.active h4 {
  color: #FF9900;
}
#extract-navigation nav li .dropdown-menu li a {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
#extract-navigation nav li .dropdown-menu li h4 {
  font-size: 15.75px;
  font-weight: 200;
  color: #fff;
}
#extract-navigation nav li .dropdown-menu li .page {
  color: #5b5e68;
  font-size: 14px;
}
#extract-navigation nav .issue-info {
  position: relative;
  padding: 23px 35px 23px 65px;
  background-color: #37393F;
  cursor: pointer;
}
#extract-navigation nav .issue-info span {
  top: 17px;
  left: 15px;
  position: absolute;
  color: #fff;
  font-size: 39.2px;
}

.switcher {
  position: fixed;
  width: 80px;
  height: 170px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1000;
}
@media screen and (max-width: 991px) {
  .switcher {
    zoom: 0.8;
    padding-top: 80px;
  }
}
.switcher .nav-preview {
  opacity: 0;
  position: absolute;
  /*right:-80px;*/
  right: -350px;
}
.switcher .nav-preview h4 {
  position: absolute;
  top: 0px;
  background-color: #FF9900;
  color: white;
  display: block;
  margin: 0px;
  padding: 7px 10px 5px;
  font-weight: 300;
  font-size: 14px;
  max-width: 80%;
}
.switcher a {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
}
.switcher a.next .nav-preview {
  top: 0px;
}
.switcher a.next .nav-preview h4 {
  top: auto;
  bottom: 0px;
}
.switcher a.prev .nav-preview {
  bottom: 0px;
}
.switcher button {
  width: 80px;
  height: 80px;
  background-color: #FF9900;
  margin: 0 auto;
  display: block;
  border: none;
  outline: 0;
  position: relative;
  z-index: 2;
}
.switcher button:first-child {
  border-bottom: 2px solid #ffa31a;
}
.switcher button span {
  font-size: 49px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .switcher button span {
    font-size: 35px;
  }
}
.switcher button:hover {
  background-color: #878787;
}

#extract-cover {
  background-image: url(../img/content/extract/cover.jpg);
  -webkit-background-size: 300%;
  -moz-background-size: 300%;
  -o-background-size: 300%;
  background-size: 300%;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  min-height: 800px;
  height: auto;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  #extract-cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media screen and (max-width: 991px) {
  #extract-cover {
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  #extract-cover {
    margin-top: 200px;
  }
}
@media screen and (max-width: 480px) {
  #extract-cover {
    min-height: 400px;
  }
}
@media screen and (max-width: 992px) {
  #extract-cover > .container, .article-page #extract-cover > .newsletter-bar {
    width: 860px !important;
  }
}
@media screen and (max-width: 991px) {
  #extract-cover > .container, .article-page #extract-cover > .newsletter-bar {
    padding: 25% 10%;
    width: 100% !important;
  }
}
#extract-cover .vignette {
  width: 100%;
  height: 100%;
  position: absolute;
  box-shadow: inset 0 0 400px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 400px rgba(0, 0, 0, 0.5);
}
#extract-cover .cover-image {
  position: absolute;
  width: 100%;
  z-index: -3;
  display: block;
}
#extract-cover .white-headline, #extract-cover .small-pre-title, #extract-cover .issue-number, #extract-cover .main-title, #extract-cover .main-sub-title {
  color: #fff;
  text-shadow: 0 1px 1px #50535a;
}
#extract-cover .extract-logo {
  background-image: url("../img/core/extract-logo.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 600px;
  height: 150px;
  margin-left: -5px;
  margin-top: 155px;
}
@media screen and (max-width: 991px) {
  #extract-cover .extract-logo {
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  #extract-cover .extract-logo {
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
  }
}
#extract-cover .small-pre-title {
  font-weight: font-medium;
  position: relative;
  top: 25px;
}
@media screen and (max-width: 767px) {
  #extract-cover .small-pre-title {
    top: 100px;
  }
}
#extract-cover .issue-number {
  font-size: 32.4px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #extract-cover .issue-number {
    font-size: 20px;
    position: relative;
    margin-top: -30px;
  }
}
#extract-cover .main-title {
  font-size: 46.8px;
  letter-spacing: -2px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  #extract-cover .main-title {
    font-size: 36px;
    width: 70%;
  }
}
@media screen and (max-width: 479px) {
  #extract-cover .main-title {
    font-size: 26px;
  }
}
#extract-cover .main-sub-title {
  font-size: 18px;
}
#extract-cover .main-titles {
  margin-top: 150px;
  height: 300px;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #extract-cover .main-titles {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  #extract-cover .main-titles {
    margin-top: 50px;
  }
}
#extract-cover .bottom-stripe {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 120px;
  background: rgba(29, 29, 29, 0.5);
}
@media screen and (max-width: 479px) {
  #extract-cover .bottom-stripe {
    height: 80px;
  }
}
#extract-cover .bottom-stripe p {
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 16.8px;
  padding-top: 10px;
  margin-bottom: 6px;
}
#extract-cover .bottom-stripe button.in-this-issue {
  width: 80px;
  height: 80px;
  background-color: #FF9900;
  margin: 0 auto;
  display: block;
  border: none;
  outline: 0;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 479px) {
  #extract-cover .bottom-stripe button.in-this-issue {
    width: 40px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    padding: 5px 0;
  }
}
#extract-cover .bottom-stripe button.in-this-issue span {
  font-size: 49px;
  color: #fff;
}
@media screen and (max-width: 479px) {
  #extract-cover .bottom-stripe button.in-this-issue span {
    font-size: 29px;
  }
}

@media screen and (max-width: 767px) {
  #extract-current-issue {
    padding: 20px 30px;
  }
}
#extract-current-issue .issue-details {
  font-size: 14px;
}
#extract-current-issue .issue-details span {
  color: #81858f;
}
#extract-current-issue .snippet {
  background-color: #fff;
  padding: 0;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (min-width: 1650px) {
  #extract-current-issue .snippet {
    height: 640px;
  }
}
@media screen and (max-width: 1650px) {
  #extract-current-issue .snippet {
    height: 495px;
  }
}
@media screen and (max-width: 991px) {
  #extract-current-issue .snippet {
    height: auto;
  }
}
#extract-current-issue .snippet .caption {
  background-color: #fff;
  bottom: 0;
  left: 0;
  position: absolute;
  padding: 40px 50px 40px 50px;
}
@media screen and (max-width: 1280px) {
  #extract-current-issue .snippet .caption {
    padding: 30px 30px 20px 50px;
  }
}
@media screen and (max-width: 767px) {
  #extract-current-issue .snippet .caption {
    position: relative;
  }
}
#extract-current-issue .snippet .caption .featured {
  color: #FF9900;
  font-weight: 300;
}
#extract-current-issue .snippet .caption h3 {
  font-weight: 300;
  font-size: 21.6px;
}
#extract-current-issue .snippet .caption .desc {
  font-size: 16.8px;
  color: #383a3f;
}
#extract-current-issue .first-snippet {
  height: auto;
}
#extract-current-issue .first-snippet img {
  width: 100%;
  height: auto;
}
#extract-current-issue .second-snippet img {
  padding: 0;
}
#extract-current-issue .second-snippet .caption {
  background-color: #fff;
  bottom: 0;
  height: 100%;
  right: 0;
  left: initial;
  position: absolute;
}
@media screen and (max-width: 1280px) {
  #extract-current-issue .second-snippet .caption .desc {
    height: 99px;
    overflow: hidden;
  }
}
#extract-current-issue .second-snippet .caption:before {
  font-family: 'wca-iconfont';
  content: "\e628";
  font-size: 28px;
  transform: rotate(90deg);
  color: #fff;
  position: absolute;
  left: -30px;
  height: 40px;
  width: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#extract-current-issue .author {
  margin-top: 15px;
}
#extract-current-issue .author span {
  color: #FF9900;
  font-weight: font-bold;
  display: block;
}
#extract-current-issue .author b {
  font-weight: 300;
}
#extract-current-issue .third-snippet {
  box-shadow: inset 1px 0 0 #eeeeee;
}
#extract-current-issue .third-snippet .featured, #extract-current-issue .third-snippet .desc {
  display: none;
}
#extract-current-issue .third-snippet img {
  padding: 0;
  width: 100%;
  height: auto;
}
#extract-current-issue .third-snippet .caption {
  box-shadow: inset 1px 0 0 #eeeeee;
  position: relative;
}
#extract-current-issue .fourth-snippet {
  box-shadow: inset 1px 0 0 #eeeeee;
}
#extract-current-issue .fourth-snippet img {
  padding: 0;
}
#extract-current-issue .fourth-snippet .desc {
  display: none;
}
#extract-current-issue .fourth-snippet .caption {
  box-shadow: inset 1px 0 0 #eeeeee;
  position: relative;
}
#extract-current-issue .fourth-snippet .caption:before {
  font-family: 'wca-iconfont';
  content: "\e628";
  font-size: 28px;
  transform: rotate(180deg);
  color: #fff;
  position: absolute;
  top: -30px;
  height: 40px;
  width: 40px;
  left: 0;
  right: 0;
  margin: auto;
}

/* 
	Extract single article Styles
    ./sass/partial/pages/_extract-single.scss
*/
.extract-magazine-single .news-page .subpage-block h1.main-page-title, .extract-magazine-single .news_press-page .subpage-block h1.main-page-title {
  position: relative;
  top: auto;
  color: #333;
  font-size: 40px;
  text-shadow: 0 0px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .extract-magazine-single .news-page .subpage-block h1.main-page-title, .extract-magazine-single .news_press-page .subpage-block h1.main-page-title {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .extract-magazine-single .news-page .pane-node-created, .extract-magazine-single .news_press-page .pane-node-created {
    margin-left: 20px;
  }
}
.extract-magazine-single .news-page .article-image-holder, .extract-magazine-single .news_press-page .article-image-holder {
  max-height: 300px;
  min-height: 50px;
}
.extract-magazine-single .news-page .article-image-holder img, .extract-magazine-single .news_press-page .article-image-holder img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .extract-magazine-single .news-page .article-sidebar .files-list .single-file, .extract-magazine-single .news_press-page .article-sidebar .files-list .single-file {
    width: 85% !important;
  }
}
@media screen and (max-width: 768px) {
  .extract-magazine-single .news-page .article-sidebar .files-list .single-file, .extract-magazine-single .news_press-page .article-sidebar .files-list .single-file {
    width: 50% !important;
  }
}
.extract-magazine-single .single-file {
  width: 150px;
  padding-left: 0;
  padding-right: 15px;
  margin-bottom: 40px;
}
.extract-magazine-single .single-file .thumbnail:before {
  background-image: url(../img/core/file-corner-gray.png);
}
.extract-magazine-single .single-file h3 {
  text-transform: none;
  font-size: 14px;
  font-weight: 200;
}
.extract-magazine-single .single-file:last-child {
  margin-bottom: 40px;
}
.extract-magazine-single #extract-navigation {
  position: relative;
  z-index: 1;
  width: 100%;
}
.extract-magazine-single #extract-navigation .left-side-bar {
  height: 70px;
  width: 100%;
  background-color: #37393F;
  position: absolute;
  top: 0;
}
.extract-magazine-single #extract-navigation .right-side-bar {
  height: 70px;
  width: 32%;
  float: right;
  position: absolute;
  background-color: #37393F;
  right: 0;
  top: 0;
}
.extract-magazine-single #extract-navigation .small-extract-logo {
  display: block;
  background-image: url(../img/core/extract-logo.png);
  background-repeat: no-repeat;
  width: 110px;
  height: 32px;
  background-size: 100%;
  position: relative;
  margin-top: 20px;
  margin-left: -20px;
}
@media screen and (max-width: 991px) {
  .extract-magazine-single #extract-navigation .small-extract-logo {
    margin-left: 20px;
  }
}
.extract-magazine-single #extract-navigation .small-extract-logo a {
  display: block;
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.extract-magazine-single .header-article .text-box {
  display: none;
}
@media screen and (max-width: 992px) {
  .extract-magazine-single .feature-page .pane-node-created {
    padding: 0 30px;
  }
}
.extract-magazine-single .feature-page h1.main-page-title {
  /*margin-top: -120px !important;
  position:relative!important;*/
  font-size: 51.2px;
  visibility: visible;
  opacity: 1;
  text-align: center;
  left: 5%;
  width: 90%;
  top: 80px;
  padding: 0px;
}
@media screen and (max-width: 767px) {
  .extract-magazine-single .feature-page h1.main-page-title {
    width: 75% !important;
    font-size: 42px;
  }
}
@media screen and (max-width: 992px) {
  .extract-magazine-single .feature-page h1.main-page-title {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    color: #333;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
    -webkit-text-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
    padding: 30px 30px 0;
    width: auto;
    font-size: 42px;
  }
}
.extract-magazine-single .feature-page h1.main-page-title span {
  max-width: 1280px;
  margin: 0px auto;
  display: block;
  text-align: left;
}
@media screen and (min-width: 1280px) {
  .extract-magazine-single .feature-page h1.main-page-title span {
    max-width: 1280px;
  }
}
.extract-magazine-single .author-info {
  padding: 60px 60px 0px 60px !important;
}
.extract-magazine-single .author-info a.profile-link {
  display: none !important;
}
.extract-magazine-single .author-info > img {
  display: none;
}
.extract-magazine-single .subpage-block .main-page-title {
  position: absolute;
  top: -50%;
  color: #fff;
  font-size: 56px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  background: transparent;
}
.extract-magazine-single .subpage-block .main-page-title.no-cut {
  display: none;
}
.extract-magazine-single .feature-page.article-page .header-article .container, .extract-magazine-single .feature-page.article-page .header-article .newsletter-bar {
  margin: 0 auto;
  position: relative;
}
.extract-magazine-single .feature-page.article-page .header-article .main-page-title {
  display: none;
}
.extract-magazine-single .feature-page.article-page .subpage-block .main-page-title.no-cut {
  display: block !important;
  position: absolute;
  top: -390px;
  left: 60px;
  width: 100%;
  text-align: left;
}
.extract-magazine-single .pane-article-tags-by-article,
.extract-magazine-single .pane-article-categories {
  display: none;
}
.extract-magazine-single .pane-node-created {
  /*display: none;*/
}
@media screen and (max-width: 991px) {
  .extract-magazine-single .article-page .subpage-block .plain-text {
    padding: 40px 80px 30px 40px;
  }
}
@media screen and (max-width: 991px) {
  .extract-magazine-single .article-page .subpage-block .plain-text {
    padding: 40px 60px 30px 30px;
  }
}
.extract-magazine-single #panel-bootstrap-region-left_column {
  margin-top: -105px;
  z-index: 3;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .extract-magazine-single #panel-bootstrap-region-left_column {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .extract-magazine-single .feature-page .pane-addtoany-addtoany-button .pane-content {
    margin-left: 0;
  }
}
.extract-magazine-single .view-related-news-by-article-tags {
  display: none;
}
@media screen and (max-width: 991px) {
  .extract-magazine-single #panel-bootstrap-column-3 {
    padding: 0;
    margin: 0;
    margin-left: 0;
  }
}
.extract-magazine-single #panel-bootstrap-region-right_column {
  z-index: 3;
}
.extract-magazine-single #panel-bootstrap-region-center > .container, .extract-magazine-single .article-page #panel-bootstrap-region-center > .newsletter-bar, .article-page .extract-magazine-single #panel-bootstrap-region-center > .newsletter-bar {
  width: 100% !important;
}
.extract-magazine-single .pane-downloads-footer-content {
  width: 100% !important;
}
@media screen and (max-width: 991px) {
  .extract-magazine-single .pane-downloads-footer-content .single-file {
    width: 33.333333% !important;
  }
}
@media screen and (max-width: 767px) {
  .extract-magazine-single .pane-downloads-footer-content .single-file {
    width: 50% !important;
  }
}
.extract-magazine-single #feature-page-header, .extract-magazine-single .article-image-holder {
  position: relative;
  /*height: 692px;*/
  min-height: 450px;
  height: auto;
  max-height: 550px;
  overflow: hidden;
  background-color: #788087;
}
@media screen and (max-width: 992px) {
  .extract-magazine-single #feature-page-header, .extract-magazine-single .article-image-holder {
    min-height: 50px;
    max-height: 550px;
  }
}
.extract-magazine-single #feature-page-header img, .extract-magazine-single .article-image-holder img {
  width: 100%;
  height: auto;
  /*min-width: 1024px;
  min-height: 650px;*/
}
@media screen and (max-width: 1280px) {
  .extract-magazine-single #feature-page-header img, .extract-magazine-single .article-image-holder img {
    width: 100%;
    height: auto;
  }
}
.extract-magazine-single #feature-page-header .article-title, .extract-magazine-single .article-image-holder .article-title {
  position: absolute;
  top: 0;
  width: 100%;
  height: 250px;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 1650px) {
  .extract-magazine-single #feature-page-header .article-title, .extract-magazine-single .article-image-holder .article-title {
    padding-left: 88px;
  }
}
@media screen and (max-width: 1650px) {
  .extract-magazine-single #feature-page-header .article-title, .extract-magazine-single .article-image-holder .article-title {
    padding-left: 70px;
  }
}
.extract-magazine-single #feature-page-header .article-title h1, .extract-magazine-single .article-image-holder .article-title h1 {
  color: #fff;
  font-weight: 200;
  font-size: 64.8px;
  width: 50%;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1280px) {
  .extract-magazine-single #feature-page-header .article-title h1, .extract-magazine-single .article-image-holder .article-title h1 {
    font-size: 52.2px;
  }
}
.extract-magazine-single #feature-page-header .article-title .label, .extract-magazine-single .article-image-holder .article-title .label {
  font-size: 14px;
  color: #FF9900;
  font-weight: 300;
  margin-left: -2px;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.2);
  -webkit-text-shadow: 0 1px 3px rgba(255, 255, 255, 0.2);
}
.extract-magazine-single .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.extract-magazine-single .paddings, .extract-magazine-single .article-column, .extract-magazine-single .sidebar .downloads-widget, .extract-magazine-single .sidebar .author-widget, .extract-magazine-single .extract-pagination {
  padding: 50px 60px 50px 60px;
}
.extract-magazine-single .article-column {
  background-color: #fff;
  font-size: 16.8px;
  align-items: stretch;
}
.extract-magazine-single .article-column .label {
  color: #FF9900;
  font-weight: 300;
  margin-left: -3px;
}
.extract-magazine-single .article-column h1 {
  font-weight: 200;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 30px;
}
.extract-magazine-single .article-sidebar .files-list {
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .extract-magazine-single .article-sidebar .files-list h3.box-title {
    padding: 0 !important;
  }
}
.extract-magazine-single .article-sidebar .files-list .box-title {
  padding-left: 0 !important;
}
.extract-magazine-single .article-sidebar .files-list .single-file {
  width: 45%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .extract-magazine-single .article-sidebar .files-list .single-file {
    padding: 0;
  }
}
.extract-magazine-single .article-sidebar .view-id-downloads_footer_content {
  padding-top: 60px;
  margin-top: 0;
  background: #f8f8f8;
}
.extract-magazine-single .sidebar {
  padding: 0;
  box-shadow: inset 1px 0 0 #eeeeee;
  background-color: #fff;
  margin-top: 120px;
  align-items: stretch;
  font-size: 16.8px;
}
.extract-magazine-single .sidebar .downloads-widget {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  background-color: #f8f8f8;
}
.extract-magazine-single .sidebar .downloads-widget h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16.8px;
  margin-bottom: 20px;
}
.extract-magazine-single .sidebar .author-widget h3 {
  font-size: 14px;
  color: #FF9900;
}
.extract-magazine-single .sidebar .author-widget .name {
  font-size: 14.7px;
  font-weight: 500;
}
.extract-magazine-single .sidebar .author-widget .title {
  font-size: 14px;
}
.extract-magazine-single .extract-pagination {
  padding: 0;
  margin: 0;
  margin-top: -1px;
  border-top: 1px solid #eeeeee;
  background-color: #f8f8f8;
  margin-bottom: 120px;
}
.extract-magazine-single .extract-pagination > div {
  padding: 0;
  padding: 0.5px;
}
.extract-magazine-single .extract-pagination .single-switch {
  background-color: #FF9900;
  padding: 12px 18px;
  position: relative;
}
.extract-magazine-single .extract-pagination .single-switch a.invisible-link {
  position: absolute;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  color: transparent;
}
.extract-magazine-single .extract-pagination .single-switch.left {
  float: right;
}
.extract-magazine-single .extract-pagination .single-switch.left > span {
  float: left;
}
.extract-magazine-single .extract-pagination .single-switch.left .article-info {
  text-align: right;
}
.extract-magazine-single .extract-pagination .single-switch.left .article-info img {
  float: right;
  margin-left: 25px;
}
.extract-magazine-single .extract-pagination .single-switch.right {
  float: left;
}
.extract-magazine-single .extract-pagination .single-switch.right > span {
  float: right;
}
.extract-magazine-single .extract-pagination .single-switch.right .article-info {
  text-align: left;
}
.extract-magazine-single .extract-pagination .single-switch.right .article-info img {
  float: left;
  margin-right: 25px;
}
.extract-magazine-single .extract-pagination .single-switch > span {
  display: block;
  width: 50px;
  height: 70px;
  font-size: 49px;
  color: #fff;
  line-height: 77px;
}
.extract-magazine-single .extract-pagination .single-switch .article-info {
  width: 0;
  transition: width 0.4s ease-in-out;
  -webkit-transition: width 0.4s ease-in-out;
  overflow: hidden;
  height: 65px;
}
.extract-magazine-single .extract-pagination .single-switch .article-info img {
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 8px;
}
.extract-magazine-single .extract-pagination .single-switch .article-info h4 {
  font-size: 14px;
  color: #fff;
  padding-top: 7px;
  display: block;
  width: 100%;
}
.extract-magazine-single .extract-pagination .single-switch .article-info p {
  display: block;
  width: 100%;
  font-weight: 300;
  color: #202124;
}
.extract-magazine-single .extract-pagination .single-switch .article-info p span {
  color: #fff;
}
.extract-magazine-single .extract-pagination .single-switch:hover, .extract-magazine-single .extract-pagination .single-switch:active, .extract-magazine-single .extract-pagination .single-switch:focus {
  background-color: #ffa31a;
}
.extract-magazine-single .extract-pagination .single-switch:hover .article-info, .extract-magazine-single .extract-pagination .single-switch:active .article-info, .extract-magazine-single .extract-pagination .single-switch:focus .article-info {
  width: 350px;
}
@media screen and (max-width: 1024px) {
  .extract-magazine-single .extract-pagination .single-switch:hover .article-info, .extract-magazine-single .extract-pagination .single-switch:active .article-info, .extract-magazine-single .extract-pagination .single-switch:focus .article-info {
    width: 300px;
  }
}

/* User profile */
.page-user #main-block > section {
  padding: 0;
}
.page-user h1.page-header {
  display: none;
}
.page-user .editor-menu {
  position: absolute;
  z-index: 10;
  margin: auto;
  left: 0;
  right: 0;
  top: -66px;
  padding: 0;
}
.page-user .editor-menu .nav-tabs {
  border-bottom: 1px solid #4A4D55;
}
.page-user .editor-menu .nav-tabs > li {
  float: right;
}
.page-user .editor-menu .nav-tabs > li.active a {
  color: #fff;
  background-color: #4a4d55;
  border: 1px solid #4A4D55;
  border-bottom-color: transparent;
  cursor: default;
}
.page-user .editor-menu .nav-tabs > li.active a:hover, .page-user .editor-menu .nav-tabs > li.active a:focus {
  color: #fff;
  background-color: #4a4d55 !important;
  border: 1px solid #4A4D55;
  border-bottom-color: transparent;
  cursor: pointer;
}
.page-user .editor-menu .nav > li > a:hover,
.page-user .editor-menu .nav > li > a:focus {
  color: #fff;
  background-color: #4a4d55 !important;
  border: 1px solid #4A4D55;
  border-bottom-color: transparent;
  cursor: pointer;
}
.page-user .user-details .subpage-block {
  margin-left: 0px;
  margin-right: 0px;
}
.page-user .user-details .main-column {
  border-right: 0;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 60px 60px 40px 60px;
  margin: 0 auto;
  border-right: 1px solid #eeeeee;
}
.page-user .user-details .main-column.bullets-on {
  position: relative;
  float: left;
  width: 66.66667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 60px 30px 40px 60px;
  width: 700px;
  float: none;
  margin: initial;
  border-right: 1px solid #eeeeee;
}
.page-user .user-details .main-column p {
  font-size: 18px;
  line-height: 1.8;
}
.page-user .user-details .main-column h1, .page-user .user-details .main-column h2, .page-user .user-details .main-column h3, .page-user .user-details .main-column h4 {
  margin-bottom: 30px;
}
.page-user .user-details .wizzyeditor-body {
  padding: 50px 60px !important;
}
@media screen and (max-width: 767px) {
  .page-user .user-details .wizzyeditor-body {
    padding: 30px !important;
  }
}
.page-user .user-details .right-column {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 60px 60px 40px 30px;
}
@media (min-width: 768px) {
  .page-user .user-details .right-column {
    float: left;
    width: 41.66667%;
  }
}
@media (min-width: 992px) {
  .page-user .user-details .right-column {
    float: left;
    width: 33.33333%;
  }
}
@media screen and (max-width: 767px) {
  .page-user .user-details .right-column {
    border-top: 1px solid #ededed;
    padding: 30px !important;
  }
}
.page-user .breadcrumb-bg {
  position: relative;
  z-index: 10;
}
.page-user .user-details {
  padding: 0;
}
.page-user .subpage-block {
  margin-bottom: 25px;
  background: #fff;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .page-user .subpage-block {
    margin-bottom: 0;
  }
}
.page-user .subpage-block > div:first-child {
  height: 100%;
}
.page-user .subpage-block > div {
  padding: 60px 30px 60px 30px;
}
.page-user .subpage-block .clearfix {
  padding: 0;
}
.page-user .user-page-header {
  padding-top: 55px;
  margin-top: -80px;
  position: relative;
  z-index: 0;
  background: #37393F;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .page-user .user-page-header {
    margin-bottom: 0;
  }
}
.page-user .user-page-header .header-user .dark-gray-box {
  background: #4a4d55;
}
.page-user .user-page-header .header-user .dark-gray-box dl dt {
  float: left;
  width: 150px;
  font-size: 19.8px;
  font-weight: 300;
}
.page-user .user-page-header .header-user .dark-gray-box dl dd {
  font-size: 19.8px;
}
.page-user .user-page-header .header-user .dark-gray-box dl dd:after {
  content: ' ';
  display: block;
  clear: both;
}
.page-user .user-page-header .header-user .dark-gray-box dl dd a {
  color: #fff;
  text-decoration: underline;
}
.page-user .user-page-header .header-user .dark-gray-box .text-box h2 {
  color: #fff;
  margin-bottom: 0px;
}
.page-user .user-page-header .header-user .dark-gray-box .text-box .user-name {
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 40px;
}
.page-user .user-page-header .header-user .dark-gray-box .text-box .job-title {
  font-size: 36px;
  color: #fff;
  font-weight: 200;
  margin-top: 0;
  margin-bottom: 70px;
}
@media screen and (max-width: 991px) {
  .page-user .user-page-header .header-user .dark-gray-box .text-box .job-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .page-user .user-page-header .header-user .dark-gray-box .text-box .job-title {
    font-size: 22px;
  }
}
.page-user .user-page-header .header-user .dark-gray-box .text-box p {
  color: #fff;
}
.page-user .user-page-header .header-user .brand-orange {
  background: #FF9900;
}
.page-user .user-page-header .header-user .brand-orange .text-box h2 {
  color: #fff;
  margin-top: 50px;
}
.page-user .user-page-header .header-user .brand-orange .text-box p {
  color: #fff;
}
.page-user .user-page-header .header-user .text-box {
  padding-top: 60px;
  padding-bottom: 60px;
  height: auto;
  padding: 60px 60px 60px 60px;
  padding-bottom: 0;
  color: #fff;
}
@media screen and (min-width: 1650px) {
  .page-user .user-page-header .header-user .text-box {
    height: 420px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-user .user-page-header .header-user .text-box {
    padding: 0px 30px 30px 30px;
  }
}
.page-user .user-page-header .header-user .text-box h2 {
  font-weight: 200;
  font-size: 37.5px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1280px) {
  .page-user .user-page-header .header-user .text-box h2 {
    font-size: 27px;
  }
}
.page-user .user-page-header .header-user .text-box p {
  font-size: 18.9px;
}
@media screen and (max-width: 1280px) {
  .page-user .user-page-header .header-user .text-box p {
    font-size: 14px;
  }
}
.page-user .user-page-header .header-user .image-box {
  padding: 0;
  overflow: hidden;
  height: auto;
}
.page-user .user-page-header .header-user .image-box img {
  width: 100%;
  max-width: 300px;
  height: auto;
}
@media screen and (max-width: 1279px) {
  .page-user .user-page-header .header-user .image-box img {
    max-width: 250px;
  }
}
@media screen and (max-width: 991px) {
  .page-user .user-page-header .header-user .image-box img {
    max-width: 1000px;
  }
}

.admin-menu-search .form-text {
  padding: 5px !important;
  height: 20px !important;
}

.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  text-align: left !important;
}

.page-webform-content .form-required {
  color: #ff9900;
}
.page-webform-content .form-container .field-name-body {
  display: none;
}
.page-webform-content .form-body {
  background-color: #f7f7f7 !important;
  border-left: 1px solid #eeeeee;
}
.page-webform-content .form-body ul.social-media {
  padding-left: 10px;
  padding-top: 10px;
  display: block;
}
.page-webform-content .form-body ul.social-media li {
  float: left;
  width: 50px;
  height: 50px;
  position: relative;
  padding: 0px;
  margin: 0px;
}
.page-webform-content .form-body ul.social-media li a {
  position: relative;
  z-index: 1;
  color: #fff;
  text-decoration: none;
}
.page-webform-content .form-body ul.social-media li a span {
  font-size: 22px;
}
.page-webform-content .form-body ul.social-media li::before {
  font-family: "wca-iconfont";
  content: "\e621";
  font-size: 50px;
  position: absolute;
  top: -15px;
  left: -15px;
  color: #FF9900;
  z-index: 0;
}
.page-webform-content .form-body ul.social-media li:hover::before {
  color: #cc7a00;
}
.page-webform-content .node-webform ul {
  padding-left: 0;
  list-style: none;
}
.page-webform-content .node-webform ul li {
  padding-left: 0;
  padding-right: 0;
  display: block;
}
.page-webform-content .node-webform ul li:before {
  content: ' ';
  display: none;
}
.page-webform-content .node-webform label {
  display: block;
  font-family: "Apex Sans", "Helvetica", sans-serif;
  font-weight: 300;
  margin-bottom: 8px;
  margin-top: 15px;
  clear: both;
}
.page-webform-content .webform-client-form .form-control, .page-webform-content .webform-client-form .form-text {
  font-size: 16px;
  height: 58px;
  padding: 20px 17px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  display: block;
  width: 100%;
  margin: 6px 0;
}
.page-webform-content .webform-client-form .form-control.error, .page-webform-content .webform-client-form .form-text.error {
  border-color: #ff9900;
}
.page-webform-content .webform-client-form .webform-component-radios {
  margin-bottom: 30px;
}
.page-webform-content .webform-client-form .webform-component-radios .form-type-radio label {
  font-weight: 200;
  padding-left: 5px;
}
.page-webform-content .webform-client-form .webform-component-radios .form-type-radio input[type="radio"] {
  margin-top: 0px;
}
.page-webform-content .webform-client-form .webform-component-textarea textarea {
  border: 1px solid #e3e3e3;
  font-size: 16px;
  padding: 20px 17px;
  border-radius: 3px;
}
.page-webform-content .webform-client-form .webform-submit, .page-webform-content .webform-client-form .btn {
  background-color: #FF9900;
  padding: 15px 50px 12px !important;
  color: #fff;
  font-size: 16px;
  border-color: #FF9900;
  border: none;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-webform-content .webform-client-form select.form-control {
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  width: 100%;
  margin: 0;
}
.page-webform-content .webform-client-form .webform-component-select {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  background-image: url("../img/selectbox-bg.png");
  background-position: top right;
  background-size: 45px 58px;
  background-repeat: no-repeat;
  margin: 6px 0;
  border-radius: 4px;
}
.page-webform-content .webform-client-form .form-group {
  padding: 0;
}
.page-webform-content .webform-client-form .form-group label {
  margin-bottom: 10px;
}
.page-webform-content .webform-client-form .form-group .form-control, .page-webform-content .webform-client-form .form-group .form-text {
  position: relative;
  float: left;
  width: 66.66667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-top: 0;
  height: 58px;
  padding: 15px;
}
.page-webform-content .webform-client-form .form-group .webform-submit, .page-webform-content .webform-client-form .form-group .btn {
  position: relative;
  float: left;
  width: 33.33333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
  height: 58px;
}
.page-webform-content .webform-component-date .form-group select.form-control.form-select {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 3px;
  background-color: white;
  border: 1px solid #e3e3e3;
  margin: 6px 0;
  margin-right: 1%;
  -webkit-appearance: menulist;
  appearance: menulist;
}

.webform-progressbar-page.current, .webform-progressbar-page.completed, .webform-progressbar-inner {
  background-color: #ff9900;
}

.webform-progressbar-page {
  position: absolute;
  width: 30px;
  height: 30px;
  margin: -18px -15px;
  border: 1px solid #ff9900;
  background-color: #fff;
  border-radius: 50%;
}

.webform-progressbar-outer {
  position: relative;
  border: 3px solid #E6E6E6;
  width: 100%;
  height: 3px;
  margin: 0.35em -1px 2em;
  background-color: #E0E0E0;
}
@media screen and (max-width: 479px) {
  .webform-progressbar-outer {
    min-width: 400px;
  }
}

.webform-progressbar-page .webform-progressbar-page-label {
  position: relative;
  top: 40px;
  margin: 0 -10em;
}

.webform-progressbar {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 80px;
  margin-top: 30px;
}
@media screen and (max-width: 479px) {
  .webform-progressbar {
    overflow-x: auto;
  }
}

.resizable-textarea .form-control {
  min-height: 100px;
  margin: 5px 0 0;
}

/* =====================================
        Public user styles 

Contains styling for pages associated with public logins

- password reminder
- edit profile
- change password

======================================*/
/* misc */
.nav-tabs li.active > a:hover {
  color: #191919;
}

/* alerts */
.alert-danger {
  background-color: #ff9900;
  border-color: #ff9900;
  color: #fff;
}
.alert-danger .close {
  color: #fff;
  line-height: 80%;
}

.alert-success .close {
  color: #fff;
  line-height: 80%;
}

/* forms */
body.logged-in ul.horizontal-tabs-list {
  display: none;
}

/* hide for non admins */
body.logged-in.admin-menu ul.horizontal-tabs-list {
  display: block;
}

/* show for admins */
body.page-user.page-user- .horizontal-tabs {
  border: 0px;
}

body.page-user.page-user- .horizontal-tabs fieldset {
  border: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* user forms */
/*form#user-profile-form,
form#password-policy-password-tab,
form#user-pass,
form#user-login,*/
form#user-pass-reset {
  max-width: 1200px;
  margin: 0px auto 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}
form#user-pass-reset div.horizontal-tabs {
  margin: 0px;
}
form#user-pass-reset > div {
  padding: 0 30%;
}
@media screen and (max-width: 992px) {
  form#user-pass-reset > div {
    padding: 0 20%;
  }
}
@media screen and (max-width: 768px) {
  form#user-pass-reset > div {
    padding: 0 40px;
  }
}
form#user-pass-reset fieldset {
  margin-bottom: 0px;
}
form#user-pass-reset .form-actions {
  padding-bottom: 30px;
  padding-left: 30px;
  margin-bottom: 40px;
  background-color: #fff;
}
form#user-pass-reset .password-strength, form#user-pass-reset .password-confirm, form#user-pass-reset .form-required {
  font-family: "Apex Sans", "Helvetica", sans-serif;
  color: #ff9900;
}
form#user-pass-reset div.password-strength, form#user-pass-reset div.password-confirm {
  width: 100%;
  padding: 10px;
  min-height: 40px;
  background-color: #f6f6f6;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
form#user-pass-reset div.password-confirm {
  min-height: 0px;
}
form#user-pass-reset .password-strength-text {
  display: none;
}
form#user-pass-reset .password-indicator {
  float: right;
  width: 100px;
  height: 10px;
  background-color: #999;
  margin-top: 5px;
}
form#user-pass-reset .password-indicator .indicator {
  background-color: #ff9900;
  height: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
form#user-pass-reset .password-strength-title {
  float: left;
}
form#user-pass-reset .password-suggestions {
  font-size: 14px;
}

/*
form#user-profile-form
{
    padding-bottom:10px;
    .panel-body {
        padding-top:30px;
    }
}
form#password-policy-password-tab
{
    padding: 40px 27%;
    @media screen and (max-width: $screen-md) {
        padding: 40px 20%;
    }
    @media screen and (max-width: $screen-sm) {
        padding: 40px 40px;
    }
    >div { 
      background-color:#fff; 
      padding:30px!important; 
    }
}
form#user-pass, form#user-login {
    margin-top: 40px;
    padding-bottom: 40px;
    >div {
        margin: 0 30%;
        padding:30px;
        background-color:#fff;
        @media screen and (max-width: $screen-md) {
            margin: 0 20%;
        }
        @media screen and (max-width: $screen-sm) {
            margin: 0 40px;
        }
    }
    .placeholder {
        font-family: $font-main-family;
        color: $brand-primary;
    }
}
form#user-login, .not-logged-in.page-user-password form#user-pass{
    margin-top: 0px;
}*/
/* Partials for widgets */
#media-events-carousel-widget {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  #media-events-carousel-widget {
    padding: 40px 40px 60px;
  }
}
#media-events-carousel-widget .carousel-inner {
  background-color: rgba(255, 255, 255, 0.07);
}
#media-events-carousel-widget .single-article, #media-events-carousel-widget .single-event {
  border-left: 1px solid #eeeeee;
}
#media-events-carousel-widget .single-article .thumbnail .caption, #media-events-carousel-widget .single-event .thumbnail .caption {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #ffffff;
}
#media-events-carousel-widget .single-article:hover .thumbnail .caption, #media-events-carousel-widget .single-article:active .thumbnail .caption, #media-events-carousel-widget .single-article:focus .thumbnail .caption, #media-events-carousel-widget .single-event:hover .thumbnail .caption, #media-events-carousel-widget .single-event:active .thumbnail .caption, #media-events-carousel-widget .single-event:focus .thumbnail .caption {
  background-color: #f7f7f7;
}
#media-events-carousel-widget .single-article:first-child,
#media-events-carousel-widget .single-event:first-child {
  border-left: 1px solid transparent;
}
#media-events-carousel-widget h3.widget-title {
  background: #FF9900;
  color: #fff;
  margin: 0;
  padding: 15px 40px;
  font-size: 17px;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  #media-events-carousel-widget h3.widget-title {
    padding: 20px;
  }
}
@media screen and (min-width: 1650px) {
  #media-events-carousel-widget h3.widget-title {
    font-size: 21.6px;
  }
}
#media-events-carousel-widget .thumbnail {
  border: none;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
  position: relative;
}
#media-events-carousel-widget .thumbnail img {
  width: 100%;
  height: auto;
}
#media-events-carousel-widget .thumbnail .caption {
  height: 220px;
  padding: 40px;
}
#media-events-carousel-widget .thumbnail .caption .date {
  display: block;
  font-size: 12px;
  color: #FF9900;
  font-weight: 300;
}
#media-events-carousel-widget .thumbnail .caption h4.title {
  font-weight: 300;
}
@media screen and (max-width: 1280px) {
  #media-events-carousel-widget .thumbnail .caption h4.title {
    font-size: 16.2px;
  }
}
@media screen and (min-width: 1650px) {
  #media-events-carousel-widget .thumbnail .caption h4.title {
    font-size: 20.25px;
  }
}
#media-events-carousel-widget .thumbnail .caption .desc-location {
  font-size: 13px;
}
#media-events-carousel-widget .thumbnail .badge {
  background-color: #fff;
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 0;
  border-radius: 55%;
  height: 20px;
  width: 20px;
}
#media-events-carousel-widget .thumbnail .badge span {
  color: #FF9900;
  font-size: 24px;
  position: relative;
  left: -2px;
  top: -1px;
  -webkit-font-smoothing: antialiased;
}
#media-events-carousel-widget .thumbnail .badge span.wca-small-calendar {
  font-size: 36px;
  left: -8px;
  top: -8px;
}
#media-events-carousel-widget .single-article .desc-location, #media-events-carousel-widget .single-article .action-link {
  display: none;
}
#media-events-carousel-widget .single-article .badge .badge-event {
  display: none !important;
}
#media-events-carousel-widget .single-article .badge .badge-news {
  display: block;
}
#media-events-carousel-widget .single-event .date {
  display: none !important;
}
#media-events-carousel-widget .single-event .badge .badge-news {
  display: none !important;
}
#media-events-carousel-widget .single-event .badge .badge-event {
  display: block;
}
#media-events-carousel-widget .carousel {
  position: relative;
  margin-bottom: 0;
}
#media-events-carousel-widget .carousel-control.left,
#media-events-carousel-widget .carousel-control.right {
  transition: all 0.3s ease-in-out;
  background-image: none !important;
  position: absolute;
  height: 60px;
  width: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
  color: #FF9900;
}
@media screen and (max-width: 1280px) {
  #media-events-carousel-widget .carousel-control.left,
  #media-events-carousel-widget .carousel-control.right {
    bottom: -30px;
  }
}
#media-events-carousel-widget .carousel-control.left span,
#media-events-carousel-widget .carousel-control.right span {
  font-size: 72px;
  text-shadow: none;
  opacity: 1;
}
#media-events-carousel-widget .carousel-control.left:hover,
#media-events-carousel-widget .carousel-control.right:hover {
  color: #ffad33;
}
#media-events-carousel-widget .carousel-control.right span {
  position: absolute;
  right: -64px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #media-events-carousel-widget .carousel-control.right span {
    right: 400px;
    top: 165px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1024px) {
  #media-events-carousel-widget .carousel-control.right span {
    right: 447px;
    top: 165px;
  }
}
#media-events-carousel-widget .carousel-control.left span {
  position: absolute;
  left: -64px;
  margin: auto;
  height: 100%;
}
@media screen and (max-width: 1280px) and (min-width: 1024px) {
  #media-events-carousel-widget .carousel-control.left span {
    left: 447px;
    top: 165px;
  }
}
@media screen and (max-width: 1024px) {
  #media-events-carousel-widget .carousel-control.left span {
    left: 400px;
    top: 165px;
  }
}

#about-widget {
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  #about-widget {
    padding: 30px 0px 20px;
  }
}
#about-widget .about-widget-wrapper {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  #about-widget .about-widget-wrapper {
    margin-bottom: 0px;
  }
}
#about-widget .about-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-9 */
}
#about-widget .banner-widget-bg {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  z-index: -2;
  background-image: none;
}
@media screen and (max-width: 1320px) {
  #about-widget .banner-widget-bg {
    height: 300px;
  }
}
#about-widget .center-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#about-widget .btn-wca-banner {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0);
  width: auto;
  text-transform: uppercase;
  padding: 12px 20px 12px 35px;
  margin-left: 0px;
  font-weight: 300;
  letter-spacing: 1px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
#about-widget .btn-wca-banner:hover, #about-widget .btn-wca-banner:focus, #about-widget .btn-wca-banner.focus, #about-widget .btn-wca-banner:active, #about-widget .btn-wca-banner.active, .open > #about-widget .btn-wca-banner.dropdown-toggle {
  color: #fff;
  background-color: rgba(230, 230, 230, 0.25);
  border-color: rgba(224, 224, 224, 0);
}
#about-widget .btn-wca-banner:active, #about-widget .btn-wca-banner.active, .open > #about-widget .btn-wca-banner.dropdown-toggle {
  background-image: none;
}
#about-widget .btn-wca-banner.disabled, #about-widget .btn-wca-banner.disabled:hover, #about-widget .btn-wca-banner.disabled:focus, #about-widget .btn-wca-banner.disabled.focus, #about-widget .btn-wca-banner.disabled:active, #about-widget .btn-wca-banner.disabled.active, #about-widget .btn-wca-banner[disabled], #about-widget .btn-wca-banner[disabled]:hover, #about-widget .btn-wca-banner[disabled]:focus, #about-widget .btn-wca-banner[disabled].focus, #about-widget .btn-wca-banner[disabled]:active, #about-widget .btn-wca-banner[disabled].active, fieldset[disabled] #about-widget .btn-wca-banner, fieldset[disabled] #about-widget .btn-wca-banner:hover, fieldset[disabled] #about-widget .btn-wca-banner:focus, fieldset[disabled] #about-widget .btn-wca-banner.focus, fieldset[disabled] #about-widget .btn-wca-banner:active, fieldset[disabled] #about-widget .btn-wca-banner.active {
  background-color: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0);
}
#about-widget .btn-wca-banner .badge {
  color: rgba(255, 255, 255, 0.25);
  background-color: #fff;
}
#about-widget .btn-wca-banner span {
  margin-left: 15px;
  font-size: 36px;
  line-height: 0;
  position: relative;
  top: 10px;
}
#about-widget .caption {
  bottom: 0;
  margin-left: 10px;
  margin-top: 5%;
  position: absolute;
  top: 0;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #about-widget .caption {
    margin-left: 5px;
  }
}
#about-widget .caption p.lead {
  font-weight: 200;
  line-height: 150%;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 1280px) {
  #about-widget .caption p.lead {
    font-size: 16.2px;
  }
}
#about-widget .caption h1 {
  font-weight: 200;
  font-size: 54px;
  margin-bottom: 50px;
  color: #fff;
}
@media screen and (max-width: 1650px) {
  #about-widget .caption h1 {
    font-size: 37.8px;
    margin-bottom: 30px;
  }
}
#about-widget h3.widget-title {
  background: #FF9900;
  color: #fff;
  margin: 0;
  padding: 15px 40px;
  font-size: 17px;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  #about-widget h3.widget-title {
    padding: 20px;
  }
}
@media screen and (min-width: 1650px) {
  #about-widget h3.widget-title {
    font-size: 21.6px;
  }
}

/* Feature widget */
.surface-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  text-indent: -9999px;
  color: transparent;
}

#features-carousel-widget {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  #features-carousel-widget {
    padding: 30px;
  }
}
#features-carousel-widget .single-feature {
  border-left: 1px solid #eeeeee;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #features-carousel-widget .single-feature {
    height: 465px;
  }
}
#features-carousel-widget .single-feature .thumbnail {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #ffffff;
}
#features-carousel-widget .single-feature:hover .thumbnail, #features-carousel-widget .single-feature:active .thumbnail, #features-carousel-widget .single-feature:focus .thumbnail {
  background-color: #f7f7f7;
}
#features-carousel-widget .single-feature:first-child {
  border-left: 0;
}
#features-carousel-widget h3.widget-title {
  background: #FF9900;
  color: #fff;
  margin: 0;
  padding: 15px 40px;
  font-size: 17px;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  #features-carousel-widget h3.widget-title {
    padding: 20px;
  }
}
@media screen and (min-width: 1650px) {
  #features-carousel-widget h3.widget-title {
    font-size: 21.6px;
  }
}
#features-carousel-widget .thumbnail {
  border: none;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
  #features-carousel-widget .thumbnail {
    height: 100%;
  }
}
#features-carousel-widget .thumbnail .feature-icon {
  font-size: 64.8px;
  color: #FF9900;
  padding-top: 50px;
  padding-left: 35px;
}
#features-carousel-widget .thumbnail .caption {
  height: 220px;
  padding: 20px 40px;
}
#features-carousel-widget .thumbnail .caption .date {
  display: block;
  font-size: 12px;
  color: #FF9900;
  font-weight: 300;
}
#features-carousel-widget .thumbnail .caption h4.title {
  font-weight: 300;
  text-transform: uppercase;
}
@media screen and (max-width: 1280px) {
  #features-carousel-widget .thumbnail .caption h4.title {
    font-size: 16.2px;
  }
}
@media screen and (min-width: 1650px) {
  #features-carousel-widget .thumbnail .caption h4.title {
    font-size: 20.25px;
  }
}
#features-carousel-widget .thumbnail .caption h4.title:after {
  content: '—';
  margin-left: 10px;
}
#features-carousel-widget .thumbnail .caption .desc {
  font-size: 13px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
}
#features-carousel-widget .thumbnail .caption .action-link {
  font-weight: 300;
}
#features-carousel-widget .carousel-inner {
  background-color: rgba(255, 255, 255, 0.3);
}
#features-carousel-widget .carousel {
  position: relative;
  margin-bottom: 0px;
}
#features-carousel-widget .carousel-control.left,
#features-carousel-widget .carousel-control.right {
  transition: all 0.3s ease-in-out;
  background-image: none !important;
  position: absolute;
  height: 60px;
  width: 0px;
  top: 0;
  bottom: 0;
  line-height: 3em;
  margin: auto;
  opacity: 1;
  color: #FF9900;
}
@media screen and (max-width: 1280px) {
  #features-carousel-widget .carousel-control.left,
  #features-carousel-widget .carousel-control.right {
    bottom: -124px;
  }
}
#features-carousel-widget .carousel-control.left span,
#features-carousel-widget .carousel-control.right span {
  font-size: 72px;
  text-shadow: none;
  opacity: 1;
}
#features-carousel-widget .carousel-control.left:hover,
#features-carousel-widget .carousel-control.right:hover {
  color: #ffad33;
}
#features-carousel-widget .carousel-control.right span {
  position: absolute;
  right: -64px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #features-carousel-widget .carousel-control.right span {
    right: 400px;
    top: 165px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1024px) {
  #features-carousel-widget .carousel-control.right span {
    right: 447px;
    top: 165px;
  }
}
#features-carousel-widget .carousel-control.left span {
  position: absolute;
  left: -64px;
  margin: auto;
  height: 100%;
}
@media screen and (max-width: 1280px) and (min-width: 1024px) {
  #features-carousel-widget .carousel-control.left span {
    left: 447px;
    top: 165px;
  }
}
@media screen and (max-width: 1024px) {
  #features-carousel-widget .carousel-control.left span {
    left: 400px;
    top: 165px;
  }
}

/* Coal Counter widget || sass/partial/widgets/_carbon-counter.scss */
#coal-counter-widget {
  overflow: hidden;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  #coal-counter-widget {
    padding: 20px 30px;
  }
}
#coal-counter-widget .star {
  color: #fff;
  position: relative;
  z-index: 11;
}
#coal-counter-widget .title-box {
  background-color: #FF9900;
  height: 360px;
  color: #fff;
  position: relative;
}
#coal-counter-widget .title-box .widget-title {
  font-weight: 300;
  padding-left: 40px;
  padding-top: 40px;
}
#coal-counter-widget .title-box .coal-title {
  background-image: url(../img/core/counter-arrow.png);
  background-repeat: no-repeat;
  background-size: 277px 110px;
  background-position: -40px 0px;
  font-size: 72px;
  font-weight: 200;
  width: 100%;
  height: 110px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  padding-top: 24px;
  padding-left: 40px;
}
#coal-counter-widget .title-box .coal-title span {
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: -15px;
  left: 20px;
  font-weight: 300;
}
#coal-counter-widget .title-box .coal-title sub {
  font-size: 30px;
}
#coal-counter-widget .title-box .action-link {
  display: block;
  color: #fff;
  position: absolute;
  font-weight: 300;
  bottom: 40px;
  left: 40px;
}
#coal-counter-widget .title-box .action-link:hover {
  color: #202124;
}
#coal-counter-widget .counter-box {
  background-color: #6B737B;
  display: block;
}
#coal-counter-widget .counter-box .single {
  text-align: center;
  color: #fff;
  position: relative;
  height: 360px;
  border-right: 1px solid #858d94;
}
#coal-counter-widget .counter-box .single .overlap {
  background: -moz-linear-gradient(top, #6b737b 0%, rgba(107, 115, 123, 0) 50%, #6b737b 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6b737b), color-stop(50%, rgba(107, 115, 123, 0)), color-stop(99%, #6b737b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #6b737b 0%, rgba(107, 115, 123, 0) 50%, #6b737b 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #6b737b 0%, rgba(107, 115, 123, 0) 50%, #6b737b 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6b737b 0%, rgba(107, 115, 123, 0) 50%, #6b737b 99%);
  /* IE10+ */
  background: linear-gradient(to bottom, #6b737b 0%, rgba(107, 115, 123, 0) 50%, #6b737b 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b737b', endColorstr='#6b737b',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #coal-counter-widget .counter-box .single {
    height: 160px;
  }
}
#coal-counter-widget .counter-box .single span {
  font-size: 70px;
  height: 100px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 10px;
}
@media screen and (max-width: 1280px) {
  #coal-counter-widget .counter-box .single span {
    font-size: 55px;
  }
}
@media screen and (max-width: 767px) {
  #coal-counter-widget .counter-box .single span {
    font-size: 25px;
    letter-spacing: 0;
    height: 40px;
  }
}
@media screen and (max-width: 479px) {
  #coal-counter-widget .counter-box .single span {
    font-size: 20px;
    letter-spacing: 0;
    height: 20px;
  }
}
#coal-counter-widget .counter-box .single span sup {
  font-size: 24px;
  position: relative;
  top: -45px;
}
#coal-counter-widget .counter-box .single .star {
  position: absolute;
  bottom: 30px;
  width: 100%;
  font-size: 12px;
}
#coal-counter-widget .counter-box + .star {
  clear: both;
  display: block;
  padding: 0;
  margin: 0;
  position: static;
  background: #878787;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 300;
}

/* Extract magazine widget on homepage */
#extract-magazine-widget {
  overflow: hidden;
  background-color: #37393F;
  padding: 40px 0 40px 0;
}
@media screen and (max-width: 991px) {
  #extract-magazine-widget {
    padding: 60px 30px 65px 30px !important;
  }
}
#extract-magazine-widget h3.widget-title {
  background: #FF9900;
  color: #fff;
  margin: 0;
  padding: 15px 40px;
  font-size: 17px;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  #extract-magazine-widget h3.widget-title {
    padding: 20px;
  }
}
@media screen and (min-width: 1650px) {
  #extract-magazine-widget h3.widget-title {
    font-size: 21.6px;
  }
}
#extract-magazine-widget .widget-image-box {
  height: 390px;
  overflow: hidden;
  position: relative;
  padding: 0 0 0 0;
}
@media screen and (max-width: 1280px) {
  #extract-magazine-widget .widget-image-box {
    height: 324px;
  }
}
@media screen and (max-width: 1024px) {
  #extract-magazine-widget .widget-image-box {
    height: 295px;
  }
}
@media screen and (max-width: 767px) {
  #extract-magazine-widget .widget-image-box {
    height: auto;
  }
}
#extract-magazine-widget .widget-image-box .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.33) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(100%, rgba(0, 0, 0, 0.33)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.33) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.33) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.33) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.33) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#54000000',GradientType=0 );
  /* IE6-9 */
  z-index: 1;
}
#extract-magazine-widget .widget-image-box img {
  position: relative;
  z-index: 0;
  width: auto;
}
@media screen and (max-width: 767px) {
  #extract-magazine-widget .widget-image-box img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1750px) {
  #extract-magazine-widget .widget-image-box img {
    width: 100% !important;
    height: auto !important;
  }
}
#extract-magazine-widget .widget-image-box h4 {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 40px;
  color: #fff;
  text-shadow: 0 1px 2px #37393F;
  font-size: 24.3px;
}
#extract-magazine-widget .widget-image-box h2 {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  color: #fff;
  font-weight: 300;
  font-size: 27px;
  text-shadow: 0 1px 2px #37393F;
}
#extract-magazine-widget .widget-text-box {
  background-color: #fff;
  padding: 0 0 0 0;
  height: 390px;
}
@media screen and (max-width: 1280px) {
  #extract-magazine-widget .widget-text-box {
    height: 324px;
  }
}
@media screen and (max-width: 1024px) {
  #extract-magazine-widget .widget-text-box {
    height: 295px;
  }
}
#extract-magazine-widget .widget-text-box .btn-wide {
  display: block;
  width: 100%;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  padding-left: 40px;
  font-size: 17.5px;
  letter-spacing: 2px;
  padding: 15px 40px 15px 40px;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  #extract-magazine-widget .widget-text-box .btn-wide {
    padding: 10px 40px 10px 40px;
    font-size: 14px;
  }
}
#extract-magazine-widget .widget-text-box img {
  width: 145px;
  height: auto;
  margin-left: 40px;
}
#extract-magazine-widget .widget-text-box h4 {
  color: #FF9900;
  font-weight: 300;
  font-size: 12.6px;
  padding-top: 40px;
  padding-left: 40px;
}
#extract-magazine-widget .widget-text-box h2 {
  padding: 0 40px;
  font-size: 16.5px;
  font-weight: 300;
}

/* Basic page carousel widget */
#page-carousel-widget {
  background-color: #fff;
  padding: 60px 0 60px 0;
  margin-top: 50px;
  margin-bottom: 50px;
}
#page-carousel-widget .owl-buttons {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 40%;
}
@media screen and (max-width: 1199px) {
  #page-carousel-widget .owl-buttons {
    padding-left: 3.5px;
  }
}
#page-carousel-widget .owl-buttons > div {
  font-size: 70px;
  color: #ff9900;
}
#page-carousel-widget .owl-buttons .owl-prev {
  float: left;
  left: -62px;
  position: relative;
}
#page-carousel-widget .owl-buttons .owl-prev > span:after {
  content: ' ';
  width: 30px;
  height: 40px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 15px;
  left: 28px;
  z-index: 1;
}
#page-carousel-widget .owl-buttons .owl-prev > span:before {
  z-index: 2;
  position: relative;
}
#page-carousel-widget .owl-buttons .owl-next {
  float: right;
  right: -62px;
  position: relative;
}
#page-carousel-widget .owl-buttons .owl-next > span:after {
  content: ' ';
  width: 30px;
  height: 40px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 15px;
  right: 28px;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  #page-carousel-widget .owl-buttons .owl-next > span:after {
    right: 8px;
  }
}
#page-carousel-widget .owl-buttons .owl-next > span:before {
  z-index: 2;
  position: relative;
}
#page-carousel-widget .carousel-control.left,
#page-carousel-widget .carousel-control.right {
  transition: all 0.3s ease-in-out;
  background-image: none !important;
  position: absolute;
  height: 60px;
  width: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
  color: #FF9900;
}
#page-carousel-widget .carousel-control.left span,
#page-carousel-widget .carousel-control.right span {
  font-size: 72px;
  text-shadow: none;
  opacity: 1;
}
#page-carousel-widget .carousel-control.left:hover,
#page-carousel-widget .carousel-control.right:hover {
  color: #ffad33;
}
#page-carousel-widget .carousel-control.right span {
  position: absolute;
  right: -64px;
  margin: auto;
}
#page-carousel-widget .carousel-control.left span {
  position: absolute;
  left: -64px;
  margin: auto;
  height: 100%;
}

#carousel-twitter-widget.basic-page-carousel {
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-top: 30px;
  background-color: transparent;
}
#carousel-twitter-widget.basic-page-carousel .basic-page-version {
  float: none !important;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #carousel-twitter-widget.basic-page-carousel .basic-page-version {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
#carousel-twitter-widget.basic-page-carousel .slideshow-credit {
  width: 100%;
  text-align: center;
  background-color: #ff9900;
  padding: 10px 0;
  margin: 0px;
  color: #fff;
}

#basic-page-carousel {
  margin-bottom: 30px;
}
#basic-page-carousel .owl-item img {
  width: 100%;
  height: auto;
}

.owl-carousel .owl-wrapper-outer {
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .owl-carousel .owl-wrapper-outer {
    z-index: 0;
  }
}

@media screen and (max-width: 991px) {
  #carousel-twitter-widget {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  #carousel-twitter-widget .owl-buttons {
    bottom: -52px;
  }
}

.owl-buttons {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 40%;
}
@media screen and (max-width: 1199px) {
  .owl-buttons {
    width: 130px;
    margin: 0 auto;
    top: initial;
    bottom: -25px;
    height: 60px;
    padding-left: 3.5px;
  }
}
.owl-buttons .owl-prev {
  float: left;
  left: -62px;
  position: relative;
}
.owl-buttons .owl-prev > span:after {
  content: ' ';
  width: 30px;
  height: 40px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 15px;
  left: 28px;
  z-index: 1;
}
.owl-buttons .owl-prev > span:before {
  z-index: 2;
  position: relative;
}
.owl-buttons .owl-next {
  float: right;
  right: -62px;
  position: relative;
}
.owl-buttons .owl-next > span:after {
  content: ' ';
  width: 30px;
  height: 40px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 15px;
  right: 28px;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .owl-buttons .owl-next > span:after {
    right: 8px;
  }
}
.owl-buttons .owl-next > span:before {
  z-index: 2;
  position: relative;
}
.owl-buttons > div {
  font-size: 70px;
  color: #ff9900;
}
@media screen and (max-width: 1199px) {
  .owl-buttons > div {
    left: 0 !important;
    right: 0 !important;
    float: left !important;
    width: 50px;
    margin-right: 2px;
  }
}

/* Preload images */
body:after {
  content: url(../img/lightbox/close.png) url(../img/lightbox/loading.gif) url(../img/lightbox/prev.png) url(../img/lightbox/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.node-type-page .resources-page-widget {
  padding-top: 30px;
}

.resources-page-widget {
  padding: 40px 0 40px 0;
  margin-top: 35px;
  margin-bottom: 35px;
}
.resources-page-widget .files-list {
  padding: 40px 15px 40px 15px;
  background-color: #fff;
}
.resources-page-widget .files-list:after {
  content: ' ';
  display: block;
  clear: both;
}
.resources-page-widget .files-list .single-file img {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.resources-page-widget .files-list .single-file {
  margin-top: 20px;
}
.resources-page-widget .files-list .single-file .down-icon {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.resources-page-widget .files-list .single-file:hover {
  cursor: pointer;
}
.resources-page-widget .files-list .single-file:hover .thumbnail:before:hover {
  cursor: normal;
}
.resources-page-widget .files-list .single-file:hover .down-icon {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #000;
}
.resources-page-widget .files-list .single-file .label {
  text-align: left !important;
  white-space: normal !important;
  line-height: 130% !important;
}
.resources-page-widget .files-list .single-file h3 {
  display: none;
}
.resources-page-widget .files-list .single-file span {
  padding-bottom: 40px;
  display: block;
}
.resources-page-widget .files-list .single-file .thumbnail .wca-download-solid {
  padding-bottom: 10px;
}
.resources-page-widget h3.widget-title {
  background: #FF9900;
  color: #fff;
  margin: 0;
  padding: 15px 40px;
  font-size: 17px;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .resources-page-widget h3.widget-title {
    padding: 20px;
  }
}
@media screen and (min-width: 1650px) {
  .resources-page-widget h3.widget-title {
    font-size: 21.6px;
  }
}

.article-sidebar {
  border-left: 1px solid #ededed;
  margin-left: -1px;
}
.article-sidebar .files-list {
  padding: 0 30px;
  padding-bottom: 60px;
}
.article-sidebar .files-list:after {
  content: ' ';
  display: block;
  clear: both;
}
.article-sidebar .files-list .single-file {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .article-sidebar .files-list .single-file {
    width: 50%;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 1280px) {
  .article-sidebar .files-list .single-file .thumbnail:before {
    background-image: none;
  }
}
.article-sidebar .files-list .single-file .thumbnail {
  margin-bottom: 20px;
}
.article-sidebar .files-list .single-file img {
  margin-bottom: 0;
}
.article-sidebar .files-list .single-file span.label {
  padding-bottom: 10px;
  font-size: 14px;
}
.article-sidebar .files-list .single-file h3 {
  font-size: 14px !important;
}
.article-sidebar h3.box-title {
  padding-left: 30px !important;
}

.view-downloads-footer-content h3.box-title {
  margin-bottom: 0 !important;
}

/* The Team - Page Widget */
#team-page-widget {
  margin-bottom: 30px;
  margin-top: 30px;
}
#team-page-widget .team-box .team-single {
  padding: 60px 40px 60px 40px;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  height: 370px;
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  #team-page-widget .team-box .team-single:nth-child(4n+0) {
    border-right: 0;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  #team-page-widget .team-box .team-single:nth-child(3n+0) {
    border-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #team-page-widget .team-box .team-single {
    padding: 40px 30px;
  }
  #team-page-widget .team-box .team-single:nth-child(even) {
    border-right: 0;
  }
}
@media screen and (max-width: 479px) {
  #team-page-widget .team-box .team-single {
    width: 100% !important;
    float: left;
    border-right: 0;
    text-align: center;
    height: 350px;
  }
}
#team-page-widget .team-box .team-single .name {
  margin-top: 25px;
}
#team-page-widget .team-box .team-single .name strong {
  font-weight: 300;
  display: block;
}
#team-page-widget .team-box .team-single p {
  margin-top: 25px;
  font-size: 14px;
  height: 100px;
  overflow: hidden;
}
#team-page-widget h3.widget-title {
  background: #FF9900;
  color: #fff;
  margin: 0;
  padding: 15px 40px;
  font-size: 17px;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  #team-page-widget h3.widget-title {
    padding: 20px;
  }
}
@media screen and (min-width: 1650px) {
  #team-page-widget h3.widget-title {
    font-size: 21.6px;
  }
}
#team-page-widget .btn-wca-orange {
  margin-top: 20px;
  padding: 10px 15px;
  color: #fff;
  position: absolute;
  bottom: 50px;
}
@media screen and (max-width: 479px) {
  #team-page-widget .btn-wca-orange {
    padding-top: 18px;
    margin: 0 5%;
    padding-bottom: 15px;
    bottom: 20px;
    left: 0;
    right: 0;
  }
}

/* Carousel twitter widget at Feature/Event page */
/* Basic page carousel widget */
#carousel-twitter-widget {
  background-color: #fff;
  padding: 0px 0 40px 0;
}
#carousel-twitter-widget .carousel-inner .item img {
  width: 100%;
  height: auto;
}
#carousel-twitter-widget .carousel-control.left,
#carousel-twitter-widget .carousel-control.right {
  transition: all 0.3s ease-in-out;
  background-image: none !important;
  position: absolute;
  height: 60px;
  width: 60px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
  color: #FF9900;
  filter: none;
  background-repeat: no-repeat;
}
#carousel-twitter-widget .carousel-control.left span,
#carousel-twitter-widget .carousel-control.right span {
  font-size: 72px;
  text-shadow: none;
  opacity: 1;
}
#carousel-twitter-widget .carousel-control.left:hover,
#carousel-twitter-widget .carousel-control.right:hover {
  color: #ffad33;
}
#carousel-twitter-widget .carousel-block {
  padding: 0;
}
#carousel-twitter-widget .carousel-control.right {
  right: -49px;
}
#carousel-twitter-widget .carousel-control.right span {
  position: absolute;
  left: 0;
  height: 100%;
}
#carousel-twitter-widget .carousel-control.left {
  left: -64px;
}
#carousel-twitter-widget .carousel-control.left span {
  position: absolute;
  left: 0;
  height: 100%;
}
#carousel-twitter-widget .twitter-block {
  padding: 0;
  background: #FF9900;
  text-align: center;
  color: #fff;
  position: relative;
}
#carousel-twitter-widget .twitter-block h3 {
  margin-top: 0;
  font-weight: 200;
  font-size: 19.2px;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #ffad33;
  color: #fff;
}
#carousel-twitter-widget .twitter-block h2 {
  margin-top: 30px;
  padding: 0;
  font-size: 36px;
  color: #fff;
}
#carousel-twitter-widget .twitter-block ul {
  list-style: none;
  padding: 0;
}
#carousel-twitter-widget .twitter-block ul li:last-child {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: auto;
}
#carousel-twitter-widget .twitter-block ul li:last-child p {
  border-bottom: 0;
}
@media screen and (max-width: 1280px) {
  #carousel-twitter-widget .twitter-block ul li:last-child {
    bottom: 30px;
  }
}
#carousel-twitter-widget .twitter-block ul li p {
  padding: 15px 30px 10px 30px;
  border-bottom: 1px solid #ffad33;
  color: #fff;
  font-size: 15.4px;
}
#carousel-twitter-widget .twitter-block ul li button {
  padding: 15px 10px 12px 10px;
  width: 180px;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  color: #FF9900;
  border: 0;
  border-radius: 3px;
  margin: 0 auto;
}

/* Downloads and speakers */
.downloads-speakers .subpage-block {
  margin-bottom: 25px;
  background: #fff;
  padding: 0;
}
.downloads-speakers .subpage-block > div:first-child {
  border-right: 1px solid #eeeeee;
  height: 350px;
}
.downloads-speakers .subpage-block > div {
  padding: 0;
}
.downloads-speakers .subpage-block .clearfix {
  padding: 0;
}
.downloads-speakers .subpage-block .single-file {
  width: 200px;
  padding: 60px 40px 40px 40px;
}
.downloads-speakers .team-box {
  background-color: #fff;
  padding-right: 40px;
  padding-bottom: 40px;
}
.downloads-speakers .team-box .team-single {
  width: 20%;
  max-width: 160px;
  float: left;
  padding: 60px 0px 0px 40px;
}
.downloads-speakers .team-box .team-single img {
  width: 100%;
  height: auto;
}
.downloads-speakers .team-box .team-single:nth-child(4) {
  border-right: 0;
}
.downloads-speakers .team-box .team-single .name {
  margin-top: 25px;
}
.downloads-speakers .team-box .team-single .name strong {
  font-weight: 300;
  display: block;
}
.downloads-speakers .team-box .team-single p {
  margin-top: 25px;
}

/* AddTo Floating Share links */
#share-links-floating {
  position: fixed;
  top: 50%;
  bottom: 50%;
  left: 0;
}

/* partial/widgets/_archives

Archives widget for extract */
#extract-archives-widget {
  padding: 30px 0 60px 0;
  background-color: #37393F;
}
#extract-archives-widget h3 {
  color: #fff;
  font-weight: 300;
  padding-bottom: 30px;
  margin-left: 10px;
}
#extract-archives-widget h3 span {
  color: #FF9900;
  font-size: 43.2px;
  position: relative;
  top: 8px;
  left: 0px;
}
#extract-archives-widget .single-issue {
  padding-right: 15px;
  padding-left: 15px;
}
#extract-archives-widget .single-issue img {
  width: 100%;
  height: auto;
}
#extract-archives-widget .single-issue h4 {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16.8px;
}
#extract-archives-widget .single-issue h4 span {
  font-weight: 200;
  display: block;
  margin-top: 6px;
  font-size: 14px;
}

/* Content columns */
.wizzyeditor-module .table-wrap {
  overflow-x: auto;
}

.column-content {
  padding: 0;
}
.column-content .wizzy-title {
  margin: 0px 15px;
  font-size: 17px;
}
.column-content .single-column {
  background-color: #fff;
  padding: 55px 55px 40px;
}
.column-content .wizzyeditor-module {
  /*margin-bottom: 10px;
  margin-top: 50px;*/
}
.column-content #wizzyeditor-col2 {
  border-left: 1px solid #eeeeee;
}
@media screen and (max-width: 767px) {
  .column-content #wizzyeditor-col2 {
    border-top: 1px solid #eeeeee;
    border-left: none;
  }
}
.column-content .grey-background {
  background-color: #F7F7F7;
  position: relative;
}
.column-content #wizzyeditor-col2.grey-background:before {
  left: -1px;
  top: 70px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 20px;
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .column-content #wizzyeditor-col2.grey-background:before {
    top: 0;
  }
}
.column-content #wizzyeditor-col1.grey-background:before {
  left: 100%;
  top: 70px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 20px;
  margin-top: -20px;
}
@media screen and (max-width: 991px) {
  .column-content #wizzyeditor-col1 .pull-right {
    display: block;
    width: 100% !important;
    border-left: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 30px !important;
    float: none !important;
  }
}
.column-content img {
  max-width: 100%;
  height: auto !important;
  margin-bottom: 30px;
}
.column-content h1, .column-content .h1, .column-content h2, .column-content .h2, .column-content h3, .column-content .h3 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: 300;
}
.column-content h2 {
  padding-top: 20px;
  padding-bottom: 15px;
}
.column-content h3 {
  margin-top: 5px;
  font-size: 19.6px;
}
.column-content h4 {
  margin-top: 10px;
  font-size: 15.4px;
  color: #ff9900;
}
.column-content h5 {
  text-transform: uppercase;
}
.column-content p {
  margin-bottom: 35px;
}
.column-content .btn {
  padding: 18px 16px 16px 16px;
  margin-top: 20px;
  color: white;
  background-color: #ff9900;
  border-color: #ff9900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.column-content .btn:hover {
  color: white;
  background-color: #cc7a00;
  border-color: #c27400;
}
.column-content li {
  font-size: 14px;
  font-weight: 300;
  color: #777777;
  list-style: none;
  margin-left: 0px;
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
}
.column-content li a {
  color: #777777;
  text-decoration: underline;
}
.column-content li a:hover {
  color: #ff9900;
}
.column-content li:before {
  content: "\e611";
  font-family: 'wca-iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 30px;
  color: #FD9826;
  position: absolute;
  top: -6px;
  left: -5px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.column-content ol {
  padding-left: 20px !important;
}
.column-content ol li {
  list-style: normal !important;
  list-style-type: decimal;
  padding-left: 0px;
}
.column-content ol li:before {
  display: none;
}
.column-content .col-md-8 li:before, .column-content .col-md-6 li:before {
  font-size: 20px;
  color: #ccc;
  top: -2px;
}
.column-content .col-md-8 li, .column-content .col-md-6 li {
  padding-left: 25px;
}
.column-content .col-md-8 ol li, .column-content .col-md-6 ol li {
  padding-left: 0px;
}
.column-content ul {
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 60px;
  margin-top: 20px;
}
.column-content blockquote {
  padding: 10px 20px 0px 0px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 0px solid #eeeeee;
}
.column-content blockquote p {
  float: none !important;
  display: block !important;
  color: #fd9826;
  font-size: 28px !important;
  line-height: 34px !important;
  font-weight: 200;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .column-content blockquote p {
    font-size: 22px !important;
  }
}
@media screen and (max-width: 767px) {
  .column-content blockquote p {
    font-size: 18px !important;
  }
}
.column-content .col-lg-4 blockquote, .column-content .col-md-4 blockquote {
  float: none;
}
.column-content table {
  width: 100% !important;
  border: 1px solid #ccc;
  margin-bottom: 15px !important;
}
.column-content table td, .column-content table th {
  border: 1px solid #ccc;
  padding: 20px;
  vertical-align: middle;
}
.column-content table th {
  background-color: #EEEEEE;
  font-weight: 500;
}

.pane-addtoany-addtoany-button .pane-content {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  width: 60px;
  position: absolute;
  z-index: 10;
  top: 600px;
  bottom: 50%;
  left: initial;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 991px) {
  .pane-addtoany-addtoany-button .pane-content {
    width: 100%;
    position: fixed;
    margin: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: initial !important;
  }
}
.pane-addtoany-addtoany-button .addtoany_list {
  display: block;
  background-color: #FF9900;
}
.pane-addtoany-addtoany-button .addtoany_list .title {
  display: block;
  padding: 10px 8px;
  display: block;
  padding-top: 15px;
  color: #fff;
  font-family: "Apex Sans", "Helvetica", sans-serif;
  font-size: 14.4px;
  font-weight: 300;
  text-align: center;
  cursor: default;
}
@media screen and (max-width: 991px) {
  .pane-addtoany-addtoany-button .addtoany_list .title {
    display: inline-block;
    border-bottom: 0;
    border-right: 1px solid #eeeeee;
    padding: 8px 10px;
  }
}
.pane-addtoany-addtoany-button .addtoany_list .title > span {
  display: none;
}
.pane-addtoany-addtoany-button .addtoany_list > a {
  font-size: 32px;
  display: block;
  padding: 8px 15px;
  border-bottom: 1px solid #eeeeee;
}
.pane-addtoany-addtoany-button .addtoany_list > a:last-child:after {
  content: ' ';
  clear: both;
  display: block;
}
@media screen and (max-width: 991px) {
  .pane-addtoany-addtoany-button .addtoany_list > a {
    display: inline-block;
    border-bottom: 0;
    padding: 2px 8px;
    border-right: 1px solid #eeeeee;
  }
}
.pane-addtoany-addtoany-button .addtoany_list > a > span {
  background-image: none;
  font-family: 'wca-iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 21.6px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  display: block;
  padding-top: 12px;
  padding-bottom: 33px;
  text-align: center;
}
.pane-addtoany-addtoany-button .addtoany_list .a2a_button_facebook span::before {
  content: "\e602";
}
.pane-addtoany-addtoany-button .addtoany_list .a2a_button_twitter span::before {
  content: "\e601";
}
.pane-addtoany-addtoany-button .addtoany_list .a2a_button_linkedin span::before {
  content: "\e604";
}
.pane-addtoany-addtoany-button .addtoany_list .a2a_button_google_plus span::before {
  content: "\e603";
}

.node-type-page .basic-page-widget {
  padding-top: 30px;
}

.container.basic-page-selector, .article-page .basic-page-selector.newsletter-bar {
  margin-top: 40px;
}

.basic-page-widget {
  padding: 0 0 30px 0;
  background-color: #fff;
}
.basic-page-widget .related-content {
  margin-bottom: 20px;
}
.basic-page-widget .related-content .equal-heights {
  background-color: #f7f7f7;
}
.basic-page-widget .related-content .wrap {
  position: relative;
  width: 100%;
  height: auto;
}
.basic-page-widget .related-content .wrap span {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 20px 20px;
  border-radius: 0px;
  text-align: left !important;
  white-space: normal !important;
  line-height: 130% !important;
  font-weight: 200;
  font-size: 17px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.basic-page-widget .related-content .wrap img {
  width: 100%;
  height: auto;
}
.basic-page-widget .related-content img {
  width: 100%;
  height: auto;
}
.basic-page-widget .related-content p {
  padding: 20px;
}
.basic-page-widget .related-content:hover .label {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: rgba(255, 153, 0, 0.75);
}
.basic-page-widget h3.widget-title {
  background: #FF9900;
  color: #fff;
  margin: 0;
  padding: 15px 40px;
  font-size: 17px;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .basic-page-widget h3.widget-title {
    padding: 20px;
  }
}
@media screen and (min-width: 1650px) {
  .basic-page-widget h3.widget-title {
    font-size: 21.6px;
  }
}
.basic-page-widget .thumbnail:before {
  display: none !important;
}
.basic-page-widget .thumbnail:before .page-icon {
  color: #FF9900;
  font-size: 25px;
}

/* Helpers */
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
/* End */
/* Import responsive features */
html body.node-type-article .subpage-block .plain-text img.no-resize,
html body img.no-resize {
  width: auto !important;
  height: auto !important;
}

@media screen and (max-width: 991px) {
  #block-system-main > section, #block-system-main > div {
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  header {
    padding-bottom: 3px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  header .main-header-right .main-search {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 1001;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 65px;
    bottom: 0;
  }
  header .main-header-right .main-search.active {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 991px) {
  header .main-header-right .user-links {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  header .main-logo {
    float: none;
    text-align: center;
    margin: 0 auto;
    padding: 8px 0;
    z-index: 9999;
  }
}
@media screen and (max-width: 991px) {
  header .main-logo img {
    width: 135px;
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  header .main-nav-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    margin-top: 65px;
  }
  header .main-nav-menu.mm-active {
    visibility: visible;
    opacity: 1;
  }
  header .main-nav-menu.mm-active .dropdown-menu {
    overflow: hidden;
  }
  header .main-nav-menu > .container, header .article-page .main-nav-menu > .newsletter-bar, .article-page header .main-nav-menu > .newsletter-bar {
    background-color: #fff;
  }
}

.mobile-buttons {
  display: none;
}
@media screen and (max-width: 991px) {
  .mobile-buttons {
    display: block;
    position: absolute;
    top: 0;
    z-index: 1002;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0;
    background: #EEEEEE;
  }
  .mobile-buttons > button {
    height: 65px;
    width: 60px;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    outline: 0;
    padding: 20px;
    overflow: hidden;
    padding: 17px 14px;
    font-size: 30px;
    color: #fff;
  }
}
.mobile-buttons .menu-open {
  float: left;
  background-color: #FF9900;
}
.mobile-buttons .menu-open .mobile-menu-open {
  left: 0;
  position: relative;
  font-family: 'wca-mobile-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  overflow: hidden;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: left 0.2s ease;
  -webkit-transition: left 0.2s ease;
}
.mobile-buttons .menu-open .mobile-menu-open:before {
  content: '\e901';
}
.mobile-buttons .menu-open .mobile-menu-open-active {
  position: relative;
  right: -100px;
  font-family: 'wca-mobile-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  overflow: hidden;
  top: -42px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: right 0.2s ease;
  -webkit-transition: right 0.2s ease;
}
.mobile-buttons .menu-open .mobile-menu-open-active:before {
  content: '\e900';
}
.mobile-buttons .menu-open.active .mobile-menu-open {
  left: -100px !important;
}
.mobile-buttons .menu-open.active .mobile-menu-open-active {
  right: 0 !important;
}
.mobile-buttons .search-open {
  float: right;
  background-color: #FF9900;
}
.mobile-buttons .search-open .mobile-search-open {
  left: 0;
  position: relative;
  font-family: 'wca-iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  overflow: hidden;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: left 0.2s ease;
  -webkit-transition: left 0.2s ease;
}
.mobile-buttons .search-open .mobile-search-open:before {
  content: "\e622";
}
.mobile-buttons .search-open .mobile-search-open-active {
  position: relative;
  right: -100px;
  font-family: 'wca-mobile-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  overflow: hidden;
  top: -42px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: right 0.2s ease;
  -webkit-transition: right 0.2s ease;
}
.mobile-buttons .search-open .mobile-search-open-active:before {
  content: '\e900';
}
.mobile-buttons .search-open.active .mobile-search-open {
  left: -100px !important;
}
.mobile-buttons .search-open.active .mobile-search-open-active {
  right: 0 !important;
}

h3.widget-title {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  h3.widget-title {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  h3.widget-title {
    float: left;
    width: 25%;
  }
}

.user-links-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .container, .article-page .newsletter-bar, .article-page .newsletter-bar.fixed {
    padding: 0;
  }

  .column-content .wizzy-title {
    margin: 0;
  }

  .main-menu .dropdown-menu .panels-bootstrap-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #resources-header .resources-header .title, #resources-header .resources-header .main-page-title {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
    padding-left: 30px;
    margin-top: 74px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  #resources-header .resources-header .title, #resources-header .resources-header .main-page-title {
    float: left;
    width: 41.66667%;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  #resources-header .resources-header .title, #resources-header .resources-header .main-page-title {
    margin-left: 0;
    padding-left: 40px;
  }
}

@media screen and (max-width: 991px) {
  .banner-text-block {
    left: 0;
    text-align: left;
  }

  .user-links-mobile {
    display: block;
  }
  .user-links-mobile .social-icon {
    display: none;
  }

  .single-file .thumbnail .down-icon:before {
    top: 8px;
  }

  header .main-nav-menu nav li .dropdown-menu .column.inside {
    padding: 0;
  }

  .resources-container #edit-submit-resources {
    margin-right: 0;
  }

  #basic-page-header {
    margin-top: 16px;
    padding-top: 5px;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  #basic-page-header {
    padding-top: 0;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  #basic-page-header {
    padding-top: 0;
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .breadcrumb-bg {
    display: none;
  }

  .resources-header .breadcrumb-bg {
    display: block;
  }

  .resources-header #page-breadcrumbs {
    display: none;
  }

  .page-resources #block-system-main > div {
    overflow: visible;
  }

  .page-resources #edit-title-wrapper, .page-resources #edit-field-resource-category-tid-wrapper, .page-resources #edit-field-resource-tag-tid-wrapper, .page-resources .views-submit-button {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
    padding: 0;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .page-resources #edit-title-wrapper, .page-resources #edit-field-resource-category-tid-wrapper, .page-resources #edit-field-resource-tag-tid-wrapper, .page-resources .views-submit-button {
    float: left;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  #main-block > section.col-sm-12 {
    padding: 0;
  }

  .resources-header .subtitle {
    display: none;
  }

  .resources-container .filters {
    height: auto;
    padding: 20px 30px 20px 30px;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  .resources-container .filters {
    padding: 20px 20px 20px 20px;
  }
}

@media screen and (max-width: 991px) {
  .mobile-backdrop {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 120%;
  }
  .mobile-backdrop.active {
    visibility: visible;
    opacity: 1;
    background: rgba(107, 114, 123, 0.8);
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }

  .user-links-mobile {
    display: block;
    clear: left;
  }

  .main-menu {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
  }
  .main-menu li.dropdown {
    width: 100%;
    display: block;
    height: 62px;
  }
  .main-menu li.dropdown > a {
    background-color: #fff;
  }
  .main-menu li.dropdown > a .wca-mobile-submenu {
    text-decoration: none;
    float: right;
    font-size: 16px;
    line-height: 1em;
    color: #B1B1B1;
    margin-right: 8px;
  }
  .main-menu li.dropdown .dropdown-menu {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    display: block;
    position: static;
    width: 100% !important;
    top: 62px !important;
    background-color: #fff !important;
    box-shadow: 0 0 3px #ededed;
    visibility: hidden;
    height: 0;
    opacity: 0;
    padding: 0;
    border-top: 0;
    height: 0;
    position: static;
    padding: 15px;
  }
  .main-menu li.dropdown .dropdown-menu .close-sub-menu {
    float: right;
    margin-left: 20px;
    margin-top: 15px;
  }
  .main-menu li.dropdown .dropdown-menu .back-link {
    font-size: 18px;
    cursor: pointer;
    padding: 10px 10px 20px;
  }
  .main-menu li.dropdown .dropdown-menu .column {
    width: 100%;
    display: block;
    float: none;
  }
  .main-menu li.dropdown .dropdown-menu .column.inside {
    position: static;
  }
  .main-menu li.dropdown .dropdown-menu .dropdown-right-list-level-2 {
    visibility: hidden;
    opacity: 0;
    position: static;
    top: 0 !important;
    width: 100%;
    background-color: #fff;
    height: 0;
  }
  .main-menu li.dropdown .dropdown-menu .dropdown-right-list-level-2 .back-link {
    background-color: #ededed;
  }
  .main-menu li.dropdown .dropdown-menu .dropdown-right-list-level-2.open {
    visibility: visible;
    opacity: 1;
    height: 100%;
  }
  .main-menu li.dropdown.open {
    visibility: visible;
    opacity: 1;
    height: 100%;
  }
  .main-menu li.dropdown.open .dropdown-menu {
    height: 100%;
    position: static;
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }

  #basic-page-header {
    margin-top: 0;
  }

  .article-page .article-sidebar {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .article-page .article-sidebar {
    float: left;
    width: 33.33333%;
  }
}

@media screen and (max-width: 767px) {
  .article-page .subpage-block > div:first-child {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .article-page .subpage-block > div:first-child {
    float: left;
    width: 66.66667%;
  }
}

@media screen and (max-width: 767px) {
  .banner-text-block {
    left: 0 !important;
    text-align: center;
    padding-left: 0;
  }

  #footer-links p, #footer-links h2, #footer-links li, #footer-links h4 {
    text-align: center;
  }
  #footer-links h2 {
    margin-bottom: 10px !important;
    margin-top: 50px;
  }
  #footer-links .social-media {
    width: 165px;
    margin: 0 auto;
  }
  #footer-links .social-media li {
    display: inline-block;
    left: 10px;
    float: initial;
  }

  footer .cornerstone-logo {
    background-size: 100%;
    margin: 0 auto;
    width: 200px;
  }

  #copyright p {
    text-align: center;
  }
}
