/* =========================================================================
 *	Telligent Theme Override on Base styles
	 ========================================================================= */
body {
  font-family: 'Ubuntu', sans-serif;
}
.composer-mentionable-selector li {
  font-family: 'Ubuntu', sans-serif;
}
.composer-hashtag-selector li {
  font-family: 'Ubuntu', sans-serif;
}
.footer-fragments {
  border-top: none;
}
.content-fragment {
  font-family: 'Ubuntu', sans-serif;
}
/* =========================================================================
 *	Custom Bootstrap - including only the components that we actually need
	 ========================================================================= */
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #839499;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #d58e53;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #b0682b;
  text-decoration: none;
}
a:focus {
  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: 1px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 1px;
  -webkit-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;
}
[role="button"] {
  cursor: pointer;
}
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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .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,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 28px;
}
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: #839499;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #697b80;
}
.text-success {
  color: #70d4aa;
}
a.text-success:hover,
a.text-success:focus {
  color: #49c893;
}
.text-info {
  color: #5d7ee6;
}
a.text-info:hover,
a.text-info:focus {
  color: #315bdf;
}
.text-warning {
  color: #d58e53;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #c57430;
}
.text-danger {
  color: #e76c6c;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e04040;
}
.bg-primary {
  color: #fff;
  background-color: #839499;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #697b80;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  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,
ol ul,
ul ol,
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.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@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.42857143;
  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.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.btn,
.header-button-author-space,
.header-button-register-subscribe,
.header-button-subscribe {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 5px 25px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #839499;
  border-color: #75888d;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #697b80;
  border-color: #3b4548;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #697b80;
  border-color: #59686c;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #697b80;
  border-color: #59686c;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #59686c;
  border-color: #3b4548;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #839499;
  border-color: #75888d;
}
.btn-primary .badge {
  color: #839499;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #70d4aa;
  border-color: #5cce9e;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #49c893;
  border-color: #28835d;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #49c893;
  border-color: #37b681;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #49c893;
  border-color: #37b681;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #37b681;
  border-color: #28835d;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #70d4aa;
  border-color: #5cce9e;
}
.btn-success .badge {
  color: #70d4aa;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5d7ee6;
  border-color: #476ce3;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #315bdf;
  border-color: #173593;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #315bdf;
  border-color: #2049cd;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #315bdf;
  border-color: #2049cd;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #2049cd;
  border-color: #173593;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5d7ee6;
  border-color: #476ce3;
}
.btn-info .badge {
  color: #5d7ee6;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #d58e53;
  border-color: #d0813f;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #c57430;
  border-color: #73431c;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #c57430;
  border-color: #a86329;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #c57430;
  border-color: #a86329;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #a86329;
  border-color: #73431c;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #d58e53;
  border-color: #d0813f;
}
.btn-warning .badge {
  color: #d58e53;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #e76c6c;
  border-color: #e35656;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #e04040;
  border-color: #a01a1a;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #e04040;
  border-color: #d92323;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #e04040;
  border-color: #d92323;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #d92323;
  border-color: #a01a1a;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #e76c6c;
  border-color: #e35656;
}
.btn-danger .badge {
  color: #e76c6c;
  background-color: #ffffff;
}
.btn-link {
  color: #d58e53;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #b0682b;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 7px 40px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 1px;
}
.btn-sm {
  padding: 4px 20px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}
.btn-xs {
  padding: 2px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}
.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%;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 1px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 5px 25px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #839499;
  background-color: #ffffff;
  border: 1px solid #bbc4c7;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #d7dcde;
  border-color: #bbc4c7;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #bbc4c7;
  border-color: #bbc4c7;
  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: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 7px 40px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 4px 20px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.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-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.content-fragment-page > .layout .alc-container:before,
.content-fragment-page > .layout .alc-container:after,
.alc-container:before,
.alc-container:after,
.content-fragment-page > .layout .alc-container-fluid:before,
.content-fragment-page > .layout .alc-container-fluid:after,
.alc-container-fluid:before,
.alc-container-fluid:after,
.alc-row:before,
.alc-row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.content-fragment-page > .layout .alc-container:after,
.alc-container:after,
.content-fragment-page > .layout .alc-container-fluid:after,
.alc-container-fluid:after,
.alc-row: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;
}
.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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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;
  }
}
.form-style {
  color: #839499;
  width: 100%;
  font-family: 'Ubuntu', sans-serif;
  font-size: .85em;
  font-weight: 500;
  padding: .6em 1em .6em 1em;
  border: 1px solid #bbc4c7;
  border-radius: 0;
  -webkit-transition: all ease-out 0.3s;
          transition: all ease-out 0.3s;
}
.form-style:focus {
  border-color: #d58e53;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(213, 142, 83, 0.6);
}
.form-style:hover {
  border-color: #d58e53;
}
.form-style::-webkit-input-placeholder {
  color: #bbc4c7;
}
.form-style::-moz-placeholder {
  color: #bbc4c7;
}
.form-style:-ms-input-placeholder {
  color: #bbc4c7;
}
.form-style:-moz-placeholder {
  color: #bbc4c7;
}
/* =========================================================================
 *	Site defaults
	 ========================================================================= */
h1,
.h1 {
  font-family: 'Trocchi', serif;
  color: #d58e53;
  font-weight: normal;
}
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 h6,
.h6 {
  color: #343f49;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
fieldset h1 {
  font-family: 'Trocchi', serif;
  font-size: 36px;
  color: #d58e53;
}
fieldset h2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 28px;
  color: #343f49;
}
fieldset h3 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 24px;
  color: #343f49;
}
fieldset h1,
fieldset .h1,
fieldset h2,
fieldset .h2,
fieldset h3,
fieldset .h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
fieldset h4,
fieldset .h4,
fieldset h5,
fieldset .h5,
fieldset h6,
fieldset .h6 {
  font-family: 'Ubuntu', sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #343f49;
}
p {
  font-size: 1.1em;
  line-height: 1.42857143;
  margin: 0 0 20px;
}
button,
.btn,
.header-button-author-space,
.header-button-register-subscribe,
.header-button-subscribe {
  font-family: 'Ubuntu', sans-serif;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="input"] {
  color: #839499;
  width: 100%;
  font-family: 'Ubuntu', sans-serif;
  font-size: .85em;
  font-weight: 500;
  padding: .6em 1em .6em 1em;
  border: 1px solid #bbc4c7;
  border-radius: 0;
  -webkit-transition: all ease-out 0.3s;
          transition: all ease-out 0.3s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="input"]:focus {
  border-color: #d58e53;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(213, 142, 83, 0.6);
}
select:hover,
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover,
input[type="input"]:hover {
  border-color: #d58e53;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
input[type="input"]::-webkit-input-placeholder {
  color: #bbc4c7;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
input[type="input"]::-moz-placeholder {
  color: #bbc4c7;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
input[type="input"]:-ms-input-placeholder {
  color: #bbc4c7;
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
input[type="input"]:-moz-placeholder {
  color: #bbc4c7;
}
fieldset select,
fieldset textarea,
fieldset input[type="text"],
fieldset input[type="password"],
fieldset input[type="datetime"],
fieldset input[type="datetime-local"],
fieldset input[type="date"],
fieldset input[type="month"],
fieldset input[type="time"],
fieldset input[type="week"],
fieldset input[type="number"],
fieldset input[type="email"],
fieldset input[type="url"],
fieldset input[type="search"],
fieldset input[type="tel"],
fieldset input[type="color"],
fieldset input[type="input"] {
  color: #839499;
  width: 100%;
  font-family: 'Ubuntu', sans-serif;
  font-size: .85em;
  font-weight: 500;
  padding: .6em 1em .6em 1em;
  border: 1px solid #bbc4c7;
  border-radius: 0;
  -webkit-transition: all ease-out 0.3s;
          transition: all ease-out 0.3s;
}
fieldset select:focus,
fieldset textarea:focus,
fieldset input[type="text"]:focus,
fieldset input[type="password"]:focus,
fieldset input[type="datetime"]:focus,
fieldset input[type="datetime-local"]:focus,
fieldset input[type="date"]:focus,
fieldset input[type="month"]:focus,
fieldset input[type="time"]:focus,
fieldset input[type="week"]:focus,
fieldset input[type="number"]:focus,
fieldset input[type="email"]:focus,
fieldset input[type="url"]:focus,
fieldset input[type="search"]:focus,
fieldset input[type="tel"]:focus,
fieldset input[type="color"]:focus,
fieldset input[type="input"]:focus {
  border-color: #d58e53;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(213, 142, 83, 0.6);
}
fieldset select:hover,
fieldset textarea:hover,
fieldset input[type="text"]:hover,
fieldset input[type="password"]:hover,
fieldset input[type="datetime"]:hover,
fieldset input[type="datetime-local"]:hover,
fieldset input[type="date"]:hover,
fieldset input[type="month"]:hover,
fieldset input[type="time"]:hover,
fieldset input[type="week"]:hover,
fieldset input[type="number"]:hover,
fieldset input[type="email"]:hover,
fieldset input[type="url"]:hover,
fieldset input[type="search"]:hover,
fieldset input[type="tel"]:hover,
fieldset input[type="color"]:hover,
fieldset input[type="input"]:hover {
  border-color: #d58e53;
}
fieldset select::-webkit-input-placeholder,
fieldset textarea::-webkit-input-placeholder,
fieldset input[type="text"]::-webkit-input-placeholder,
fieldset input[type="password"]::-webkit-input-placeholder,
fieldset input[type="datetime"]::-webkit-input-placeholder,
fieldset input[type="datetime-local"]::-webkit-input-placeholder,
fieldset input[type="date"]::-webkit-input-placeholder,
fieldset input[type="month"]::-webkit-input-placeholder,
fieldset input[type="time"]::-webkit-input-placeholder,
fieldset input[type="week"]::-webkit-input-placeholder,
fieldset input[type="number"]::-webkit-input-placeholder,
fieldset input[type="email"]::-webkit-input-placeholder,
fieldset input[type="url"]::-webkit-input-placeholder,
fieldset input[type="search"]::-webkit-input-placeholder,
fieldset input[type="tel"]::-webkit-input-placeholder,
fieldset input[type="color"]::-webkit-input-placeholder,
fieldset input[type="input"]::-webkit-input-placeholder {
  color: #bbc4c7;
}
fieldset select::-moz-placeholder,
fieldset textarea::-moz-placeholder,
fieldset input[type="text"]::-moz-placeholder,
fieldset input[type="password"]::-moz-placeholder,
fieldset input[type="datetime"]::-moz-placeholder,
fieldset input[type="datetime-local"]::-moz-placeholder,
fieldset input[type="date"]::-moz-placeholder,
fieldset input[type="month"]::-moz-placeholder,
fieldset input[type="time"]::-moz-placeholder,
fieldset input[type="week"]::-moz-placeholder,
fieldset input[type="number"]::-moz-placeholder,
fieldset input[type="email"]::-moz-placeholder,
fieldset input[type="url"]::-moz-placeholder,
fieldset input[type="search"]::-moz-placeholder,
fieldset input[type="tel"]::-moz-placeholder,
fieldset input[type="color"]::-moz-placeholder,
fieldset input[type="input"]::-moz-placeholder {
  color: #bbc4c7;
}
fieldset select:-ms-input-placeholder,
fieldset textarea:-ms-input-placeholder,
fieldset input[type="text"]:-ms-input-placeholder,
fieldset input[type="password"]:-ms-input-placeholder,
fieldset input[type="datetime"]:-ms-input-placeholder,
fieldset input[type="datetime-local"]:-ms-input-placeholder,
fieldset input[type="date"]:-ms-input-placeholder,
fieldset input[type="month"]:-ms-input-placeholder,
fieldset input[type="time"]:-ms-input-placeholder,
fieldset input[type="week"]:-ms-input-placeholder,
fieldset input[type="number"]:-ms-input-placeholder,
fieldset input[type="email"]:-ms-input-placeholder,
fieldset input[type="url"]:-ms-input-placeholder,
fieldset input[type="search"]:-ms-input-placeholder,
fieldset input[type="tel"]:-ms-input-placeholder,
fieldset input[type="color"]:-ms-input-placeholder,
fieldset input[type="input"]:-ms-input-placeholder {
  color: #bbc4c7;
}
fieldset select:-moz-placeholder,
fieldset textarea:-moz-placeholder,
fieldset input[type="text"]:-moz-placeholder,
fieldset input[type="password"]:-moz-placeholder,
fieldset input[type="datetime"]:-moz-placeholder,
fieldset input[type="datetime-local"]:-moz-placeholder,
fieldset input[type="date"]:-moz-placeholder,
fieldset input[type="month"]:-moz-placeholder,
fieldset input[type="time"]:-moz-placeholder,
fieldset input[type="week"]:-moz-placeholder,
fieldset input[type="number"]:-moz-placeholder,
fieldset input[type="email"]:-moz-placeholder,
fieldset input[type="url"]:-moz-placeholder,
fieldset input[type="search"]:-moz-placeholder,
fieldset input[type="tel"]:-moz-placeholder,
fieldset input[type="color"]:-moz-placeholder,
fieldset input[type="input"]:-moz-placeholder {
  color: #bbc4c7;
}
hr {
  border-top: 1px solid #bbc4c7;
}
.copyright {
  font-size: .75em;
  text-align: center;
}
/* =========================================================================
 *	Telligent Theme Override on Specific Components
 *	these styles are for overriding telligent default styles 
 *	without directly editing their base (less) files
 *	this problem exist because of their high specificity styling, 
 *	which affects specific components
 *	styles and selectors here will retain their ugly format 
 *	for simplicity of overriding
	 ========================================================================= */
.user-defined-markup .site-links__list,
.user-defined-markup .extra-links__list,
.user-defined-markup .social-icons__list,
.user-defined-markup .journey-box {
  list-style: none;
  padding: 0;
  margin: 0;
}
.content-fragment-page .layout-region.content .layout-region-inner .content-fragment .content-fragment-content {
  margin-top: 0;
}
.content-fragment.with-spacing {
  padding: 0;
}
.content-fragment-page > .layout {
  padding-top: 20px;
}
.header-fragments .layout .header-top-content .layout-region.header {
  padding: 1em 0;
  background: #f5f5f5;
}
.header-fragments .layout .header-top-content.with-adaptable-elements .layout-region.header,
.header-fragments .layout .header-top-content.with-adaptable-elements .layout-region.content {
  background: #f5f5f5;
}
@media only screen and (max-width: 570px) {
  .banner.site {
    background: #f5f5f5;
  }
}
.header-fragments .layout .header-top-content.scrolled .layout-region.header {
  padding: 0;
}
.header-fragments .layout .header-top-content.scrolled .layout-region.header .layout-region-inner {
  padding: 0;
}
.header-fragments .layout .layout-content .layout-region.header .layout-region-inner {
  margin-left: auto;
  margin-right: auto;
  min-width: 570px;
  max-width: 1170px;
  padding-left: 0;
  padding-right: 0;
}
.layout-region .header .avatar img {
  max-height: none !important;
  max-width: none !important;
}
.banner.site .avatar {
  padding: 0;
}
@media (min-width: 992px) {
  .banner.site .avatar {
    padding-right: 2em;
  }
}
@media (min-width: 1200px) {
  .banner.site .avatar {
    padding-right: 5em;
  }
}
.banner.site .navigation-list.site-links {
  padding-right: 1em;
}
.banner.site .navigation-list ul a {
  color: #839499;
}
.banner.site .navigation-list ul a:hover {
  color: #5e6d72;
}
.banner.site fieldset {
  padding-top: 1em;
}
.banner.site fieldset ul {
  width: 90%;
  margin: 0;
}
.banner.site fieldset ul li {
  margin: 0;
}
.banner.site fieldset ul li .field-item-input {
  margin: 0;
}
.banner.site fieldset ul li .field-item-input:after {
  top: 3px;
}
.banner.site fieldset ul li .field-item-input input,
.header-fragments:hover .banner.site fieldset ul li .field-item-input input {
  color: #839499;
  width: 100%;
  font-family: 'Ubuntu', sans-serif;
  font-size: .85em;
  font-weight: 500;
  padding: .6em 1em .6em 1em;
  border: 1px solid #bbc4c7;
  border-radius: 0;
  -webkit-transition: all ease-out 0.3s;
          transition: all ease-out 0.3s;
  padding: .6em 1em .6em 3em;
}
.banner.site fieldset ul li .field-item-input input:focus,
.header-fragments:hover .banner.site fieldset ul li .field-item-input input:focus {
  border-color: #d58e53;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(213, 142, 83, 0.6);
}
.banner.site fieldset ul li .field-item-input input:hover,
.header-fragments:hover .banner.site fieldset ul li .field-item-input input:hover {
  border-color: #d58e53;
}
.banner.site fieldset ul li .field-item-input input::-webkit-input-placeholder,
.header-fragments:hover .banner.site fieldset ul li .field-item-input input::-webkit-input-placeholder {
  color: #bbc4c7;
}
.banner.site fieldset ul li .field-item-input input::-moz-placeholder,
.header-fragments:hover .banner.site fieldset ul li .field-item-input input::-moz-placeholder {
  color: #bbc4c7;
}
.banner.site fieldset ul li .field-item-input input:-ms-input-placeholder,
.header-fragments:hover .banner.site fieldset ul li .field-item-input input:-ms-input-placeholder {
  color: #bbc4c7;
}
.banner.site fieldset ul li .field-item-input input:-moz-placeholder,
.header-fragments:hover .banner.site fieldset ul li .field-item-input input:-moz-placeholder {
  color: #bbc4c7;
}
.banner.site fieldset ul li .field-item-input input:focus:focus,
.header-fragments:hover .banner.site fieldset ul li .field-item-input input.active:focus {
  border-color: #d58e53;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(213, 142, 83, 0.6);
}
.banner.site .navigation-list {
  width: 50%;
}
@media (min-width: 768px) {
  .banner.site .navigation-list {
    width: 35%;
  }
}
@media (min-width: 992px) {
  .banner.site .navigation-list {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .banner.site .navigation-list {
    width: 27%;
  }
}
.banner-subscriptionlink {
  display: inline-block;
}
.banner.site .navigation-list ul {
  display: inline-block;
  width: 6em;
}
@media only screen and (max-width: 570px) {
  .banner.site > .avatar {
    margin: 5px 10px;
  }
  .banner.site > .navigation-list.handheld {
    padding-top: 0;
    margin: 7px 5px;
  }
  .banner.site > .navigation-list.handheld ul {
    margin: 0;
  }
  .banner.site > .navigation-list.handheld ul a,
  .banner.site .container.handheld .user-links ul a {
    color: #343f49;
    -webkit-text-fill-color: #343f49;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: transparent;
  }
  .banner.site > .navigation-list.handheld ul a.popup-list-count,
  .banner.site .container.handheld .user-links ul a.popup-list-count {
    -webkit-text-fill-color: #fff;
  }
  .banner.site > .navigation-list.handheld ul a.active,
  .banner.site .container.handheld .user-links ul a.active {
    color: #d58e53;
    -webkit-text-fill-color: #d58e53;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: transparent;
  }
  .banner.site .container.handheld .search .field-item-input:after {
    top: 1px;
  }
  .banner.site fieldset ul {
    width: 100%;
  }
  .banner.site .container.handheld .search input:hover,
  .banner.site .container.handheld .search input:focus {
    border: 1px solid #d58e53;
  }
  .banner-subscriptionlink {
    display: block;
    margin: 0 auto;
    width: 150px;
    padding: 1em 0;
  }
  .banner.site .container.handheld .user-links ul {
    width: 150px;
  }
}
.header-button-author-space,
.header-button-register-subscribe,
.header-button-subscribe {
  color: #ffffff;
  background-color: #d58e53;
  border-color: #d0813f;
}
.header-button-author-space:focus,
.header-button-register-subscribe:focus,
.header-button-subscribe:focus,
.header-button-author-space.focus,
.header-button-register-subscribe.focus,
.header-button-subscribe.focus {
  color: #ffffff;
  background-color: #c57430;
  border-color: #73431c;
}
.header-button-author-space:hover,
.header-button-register-subscribe:hover,
.header-button-subscribe:hover {
  color: #ffffff;
  background-color: #c57430;
  border-color: #a86329;
}
.header-button-author-space:active,
.header-button-register-subscribe:active,
.header-button-subscribe:active,
.header-button-author-space.active,
.header-button-register-subscribe.active,
.header-button-subscribe.active,
.open > .dropdown-toggle.header-button-author-space,
.open > .dropdown-toggle.header-button-register-subscribe,
.open > .dropdown-toggle.header-button-subscribe {
  color: #ffffff;
  background-color: #c57430;
  border-color: #a86329;
}
.header-button-author-space:active:hover,
.header-button-register-subscribe:active:hover,
.header-button-subscribe:active:hover,
.header-button-author-space.active:hover,
.header-button-register-subscribe.active:hover,
.header-button-subscribe.active:hover,
.open > .dropdown-toggle.header-button-author-space:hover,
.open > .dropdown-toggle.header-button-register-subscribe:hover,
.open > .dropdown-toggle.header-button-subscribe:hover,
.header-button-author-space:active:focus,
.header-button-register-subscribe:active:focus,
.header-button-subscribe:active:focus,
.header-button-author-space.active:focus,
.header-button-register-subscribe.active:focus,
.header-button-subscribe.active:focus,
.open > .dropdown-toggle.header-button-author-space:focus,
.open > .dropdown-toggle.header-button-register-subscribe:focus,
.open > .dropdown-toggle.header-button-subscribe:focus,
.header-button-author-space:active.focus,
.header-button-register-subscribe:active.focus,
.header-button-subscribe:active.focus,
.header-button-author-space.active.focus,
.header-button-register-subscribe.active.focus,
.header-button-subscribe.active.focus,
.open > .dropdown-toggle.header-button-author-space.focus,
.open > .dropdown-toggle.header-button-register-subscribe.focus,
.open > .dropdown-toggle.header-button-subscribe.focus {
  color: #ffffff;
  background-color: #a86329;
  border-color: #73431c;
}
.header-button-author-space:active,
.header-button-register-subscribe:active,
.header-button-subscribe:active,
.header-button-author-space.active,
.header-button-register-subscribe.active,
.header-button-subscribe.active,
.open > .dropdown-toggle.header-button-author-space,
.open > .dropdown-toggle.header-button-register-subscribe,
.open > .dropdown-toggle.header-button-subscribe {
  background-image: none;
}
.header-button-author-space.disabled:hover,
.header-button-register-subscribe.disabled:hover,
.header-button-subscribe.disabled:hover,
.header-button-author-space[disabled]:hover,
.header-button-register-subscribe[disabled]:hover,
.header-button-subscribe[disabled]:hover,
fieldset[disabled] .header-button-author-space:hover,
fieldset[disabled] .header-button-register-subscribe:hover,
fieldset[disabled] .header-button-subscribe:hover,
.header-button-author-space.disabled:focus,
.header-button-register-subscribe.disabled:focus,
.header-button-subscribe.disabled:focus,
.header-button-author-space[disabled]:focus,
.header-button-register-subscribe[disabled]:focus,
.header-button-subscribe[disabled]:focus,
fieldset[disabled] .header-button-author-space:focus,
fieldset[disabled] .header-button-register-subscribe:focus,
fieldset[disabled] .header-button-subscribe:focus,
.header-button-author-space.disabled.focus,
.header-button-register-subscribe.disabled.focus,
.header-button-subscribe.disabled.focus,
.header-button-author-space[disabled].focus,
.header-button-register-subscribe[disabled].focus,
.header-button-subscribe[disabled].focus,
fieldset[disabled] .header-button-author-space.focus,
fieldset[disabled] .header-button-register-subscribe.focus,
fieldset[disabled] .header-button-subscribe.focus {
  background-color: #d58e53;
  border-color: #d0813f;
}
.header-button-author-space .badge,
.header-button-register-subscribe .badge,
.header-button-subscribe .badge {
  color: #d58e53;
  background-color: #ffffff;
}
fieldset a.submit-form,
fieldset input[type="button"],
fieldset a.save-form,
fieldset .button {
  height: auto;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 5px 25px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Ubuntu', sans-serif;
  -webkit-transition: all ease-out 0.3s;
          transition: all ease-out 0.3s;
  color: #ffffff;
  background-color: #839499;
  border-color: #75888d;
}
fieldset a.submit-form:focus,
fieldset input[type="button"]:focus,
fieldset a.save-form:focus,
fieldset .button:focus,
fieldset a.submit-form:active:focus,
fieldset input[type="button"]:active:focus,
fieldset a.save-form:active:focus,
fieldset .button:active:focus,
fieldset a.submit-form.active:focus,
fieldset input[type="button"].active:focus,
fieldset a.save-form.active:focus,
fieldset .button.active:focus,
fieldset a.submit-form.focus,
fieldset input[type="button"].focus,
fieldset a.save-form.focus,
fieldset .button.focus,
fieldset a.submit-form:active.focus,
fieldset input[type="button"]:active.focus,
fieldset a.save-form:active.focus,
fieldset .button:active.focus,
fieldset a.submit-form.active.focus,
fieldset input[type="button"].active.focus,
fieldset a.save-form.active.focus,
fieldset .button.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
fieldset a.submit-form:hover,
fieldset input[type="button"]:hover,
fieldset a.save-form:hover,
fieldset .button:hover,
fieldset a.submit-form:focus,
fieldset input[type="button"]:focus,
fieldset a.save-form:focus,
fieldset .button:focus,
fieldset a.submit-form.focus,
fieldset input[type="button"].focus,
fieldset a.save-form.focus,
fieldset .button.focus {
  color: #333333;
  text-decoration: none;
}
fieldset a.submit-form:active,
fieldset input[type="button"]:active,
fieldset a.save-form:active,
fieldset .button:active,
fieldset a.submit-form.active,
fieldset input[type="button"].active,
fieldset a.save-form.active,
fieldset .button.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
fieldset a.submit-form.disabled,
fieldset input[type="button"].disabled,
fieldset a.save-form.disabled,
fieldset .button.disabled,
fieldset a.submit-form[disabled],
fieldset input[type="button"][disabled],
fieldset a.save-form[disabled],
fieldset .button[disabled],
fieldset[disabled] fieldset a.submit-form,
fieldset[disabled] fieldset input[type="button"],
fieldset[disabled] fieldset a.save-form,
fieldset[disabled] fieldset .button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
afieldset a.submit-form.disabled,
afieldset input[type="button"].disabled,
afieldset a.save-form.disabled,
afieldset .button.disabled,
fieldset[disabled] afieldset a.submit-form,
fieldset[disabled] afieldset input[type="button"],
fieldset[disabled] afieldset a.save-form,
fieldset[disabled] afieldset .button {
  pointer-events: none;
}
fieldset a.submit-form__icon,
fieldset input[type="button"]__icon,
fieldset a.save-form__icon,
fieldset .button__icon {
  font-size: .75em;
  padding-right: 1em;
}
fieldset a.submit-form:focus,
fieldset input[type="button"]:focus,
fieldset a.save-form:focus,
fieldset .button:focus,
fieldset a.submit-form.focus,
fieldset input[type="button"].focus,
fieldset a.save-form.focus,
fieldset .button.focus {
  color: #ffffff;
  background-color: #697b80;
  border-color: #3b4548;
}
fieldset a.submit-form:hover,
fieldset input[type="button"]:hover,
fieldset a.save-form:hover,
fieldset .button:hover {
  color: #ffffff;
  background-color: #697b80;
  border-color: #59686c;
}
fieldset a.submit-form:active,
fieldset input[type="button"]:active,
fieldset a.save-form:active,
fieldset .button:active,
fieldset a.submit-form.active,
fieldset input[type="button"].active,
fieldset a.save-form.active,
fieldset .button.active,
.open > .dropdown-togglefieldset a.submit-form,
.open > .dropdown-togglefieldset input[type="button"],
.open > .dropdown-togglefieldset a.save-form,
.open > .dropdown-togglefieldset .button {
  color: #ffffff;
  background-color: #697b80;
  border-color: #59686c;
}
fieldset a.submit-form:active:hover,
fieldset input[type="button"]:active:hover,
fieldset a.save-form:active:hover,
fieldset .button:active:hover,
fieldset a.submit-form.active:hover,
fieldset input[type="button"].active:hover,
fieldset a.save-form.active:hover,
fieldset .button.active:hover,
.open > .dropdown-togglefieldset a.submit-form:hover,
.open > .dropdown-togglefieldset input[type="button"]:hover,
.open > .dropdown-togglefieldset a.save-form:hover,
.open > .dropdown-togglefieldset .button:hover,
fieldset a.submit-form:active:focus,
fieldset input[type="button"]:active:focus,
fieldset a.save-form:active:focus,
fieldset .button:active:focus,
fieldset a.submit-form.active:focus,
fieldset input[type="button"].active:focus,
fieldset a.save-form.active:focus,
fieldset .button.active:focus,
.open > .dropdown-togglefieldset a.submit-form:focus,
.open > .dropdown-togglefieldset input[type="button"]:focus,
.open > .dropdown-togglefieldset a.save-form:focus,
.open > .dropdown-togglefieldset .button:focus,
fieldset a.submit-form:active.focus,
fieldset input[type="button"]:active.focus,
fieldset a.save-form:active.focus,
fieldset .button:active.focus,
fieldset a.submit-form.active.focus,
fieldset input[type="button"].active.focus,
fieldset a.save-form.active.focus,
fieldset .button.active.focus,
.open > .dropdown-togglefieldset a.submit-form.focus,
.open > .dropdown-togglefieldset input[type="button"].focus,
.open > .dropdown-togglefieldset a.save-form.focus,
.open > .dropdown-togglefieldset .button.focus {
  color: #ffffff;
  background-color: #59686c;
  border-color: #3b4548;
}
fieldset a.submit-form:active,
fieldset input[type="button"]:active,
fieldset a.save-form:active,
fieldset .button:active,
fieldset a.submit-form.active,
fieldset input[type="button"].active,
fieldset a.save-form.active,
fieldset .button.active,
.open > .dropdown-togglefieldset a.submit-form,
.open > .dropdown-togglefieldset input[type="button"],
.open > .dropdown-togglefieldset a.save-form,
.open > .dropdown-togglefieldset .button {
  background-image: none;
}
fieldset a.submit-form.disabled:hover,
fieldset input[type="button"].disabled:hover,
fieldset a.save-form.disabled:hover,
fieldset .button.disabled:hover,
fieldset a.submit-form[disabled]:hover,
fieldset input[type="button"][disabled]:hover,
fieldset a.save-form[disabled]:hover,
fieldset .button[disabled]:hover,
fieldset[disabled] fieldset a.submit-form:hover,
fieldset[disabled] fieldset input[type="button"]:hover,
fieldset[disabled] fieldset a.save-form:hover,
fieldset[disabled] fieldset .button:hover,
fieldset a.submit-form.disabled:focus,
fieldset input[type="button"].disabled:focus,
fieldset a.save-form.disabled:focus,
fieldset .button.disabled:focus,
fieldset a.submit-form[disabled]:focus,
fieldset input[type="button"][disabled]:focus,
fieldset a.save-form[disabled]:focus,
fieldset .button[disabled]:focus,
fieldset[disabled] fieldset a.submit-form:focus,
fieldset[disabled] fieldset input[type="button"]:focus,
fieldset[disabled] fieldset a.save-form:focus,
fieldset[disabled] fieldset .button:focus,
fieldset a.submit-form.disabled.focus,
fieldset input[type="button"].disabled.focus,
fieldset a.save-form.disabled.focus,
fieldset .button.disabled.focus,
fieldset a.submit-form[disabled].focus,
fieldset input[type="button"][disabled].focus,
fieldset a.save-form[disabled].focus,
fieldset .button[disabled].focus,
fieldset[disabled] fieldset a.submit-form.focus,
fieldset[disabled] fieldset input[type="button"].focus,
fieldset[disabled] fieldset a.save-form.focus,
fieldset[disabled] fieldset .button.focus {
  background-color: #839499;
  border-color: #75888d;
}
fieldset a.submit-form .badge,
fieldset input[type="button"] .badge,
fieldset a.save-form .badge,
fieldset .button .badge {
  color: #839499;
  background-color: #ffffff;
}
fieldset a.submit-form .btn__icon,
fieldset input[type="button"] .btn__icon,
fieldset a.save-form .btn__icon,
fieldset .button .btn__icon {
  color: #d7dcde;
}
.content-fragment .content.full .actions .navigation-list-item.primary a,
.popup-list .content.full .actions .navigation-list-item.primary a,
.navigation-list.links a,
.pager .previous,
.pager .next,
.poll.voting .poll-content .button.poll-vote,
.content-fragment.conversation-banner .banner.context .delete,
.scrolled .content-fragment.conversation-banner .banner.context .delete,
.content-fragment.media-gallery-post .actions.download .download-attachment.button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 5px 25px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Ubuntu', sans-serif;
  -webkit-transition: all ease-out 0.3s;
          transition: all ease-out 0.3s;
  color: #ffffff;
  background-color: #839499;
  border-color: #75888d;
}
.content-fragment .content.full .actions .navigation-list-item.primary a:focus,
.popup-list .content.full .actions .navigation-list-item.primary a:focus,
.navigation-list.links a:focus,
.pager .previous:focus,
.pager .next:focus,
.poll.voting .poll-content .button.poll-vote:focus,
.content-fragment.conversation-banner .banner.context .delete:focus,
.scrolled .content-fragment.conversation-banner .banner.context .delete:focus,
.content-fragment.media-gallery-post .actions.download .download-attachment.button:focus,
.content-fragment .content.full .actions .navigation-list-item.primary a:active:focus,
.popup-list .content.full .actions .navigation-list-item.primary a:active:focus,
.navigation-list.links a:active:focus,
.pager .previous:active:focus,
.pager .next:active:focus,
.poll.voting .poll-content .button.poll-vote:active:focus,
.content-fragment.conversation-banner .banner.context .delete:active:focus,
.scrolled .content-fragment.conversation-banner .banner.context .delete:active:focus,
.content-fragment.media-gallery-post .actions.download .download-attachment.button:active:focus,
.content-fragment .content.full .actions .navigation-list-item.primary a.active:focus,
.popup-list .content.full .actions .navigation-list-item.primary a.active:focus,
.navigation-list.links a.active:focus,
.pager .previous.active:focus,
.pager .next.active:focus,
.poll.voting .poll-content .button.poll-vote.active:focus,
.content-fragment.conversation-banner .banner.context .delete.active:focus,
.scrolled .content-fragment.conversation-banner .banner.context .delete.active:focus,
.content-fragment.media-gallery-post .actions.download .download-attachment.button.active:focus,
.content-fragment .content.full .actions .navigation-list-item.primary a.focus,
.popup-list .content.full .actions .navigation-list-item.primary a.focus,
.navigation-list.links a.focus,
.pager .previous.focus,
.pager .next.focus,
.poll.voting .poll-content .button.poll-vote.focus,
.content-fragment.conversation-banner .banner.context .delete.focus,
.scrolled .content-fragment.conversation-banner .banner.context .delete.focus,
.content-fragment.media-gallery-post .actions.download .download-attachment.button.focus,
.content-fragment .content.full .actions .navigation-list-item.primary a:active.focus,
.popup-list .content.full .actions .navigation-list-item.primary a:active.focus,
.navigation-list.links a:active.focus,
.pager .previous:active.focus,
.pager .next:active.focus,
.poll.voting .poll-content .button.poll-vote:active.focus,
.content-fragment.conversation-banner .banner.context .delete:active.focus,
.scrolled .content-fragment.conversation-banner .banner.context .delete:active.focus,
.content-fragment.media-gallery-post .actions.download .download-attachment.button:active.focus,
.content-fragment .content.full .actions .navigation-list-item.primary a.active.focus,
.popup-list .content.full .actions .navigation-list-item.primary a.active.focus,
.navigation-list.links a.active.focus,
.pager .previous.active.focus,
.pager .next.active.focus,
.poll.voting .poll-content .button.poll-vote.active.focus,
.content-fragment.conversation-banner .banner.context .delete.active.focus,
.scrolled .content-fragment.conversation-banner .banner.context .delete.active.focus,
.content-fragment.media-gallery-post .actions.download .download-attachment.button.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.content-fragment .content.full .actions .navigation-list-item.primary a:hover,
.popup-list .content.full .actions .navigation-list-item.primary a:hover,
.navigation-list.links a:hover,
.pager .previous:hover,
.pager .next:hover,
.poll.voting .poll-content .button.poll-vote:hover,
.content-fragment.conversation-banner .banner.context .delete:hover,
.scrolled .content-fragment.conversation-banner .banner.context .delete:hover,
.content-fragment.media-gallery-post .actions.download .download-attachment.button:hover,
.content-fragment .content.full .actions .navigation-list-item.primary a:focus,
.popup-list .content.full .actions .navigation-list-item.primary a:focus,
.navigation-list.links a:focus,
.pager .previous:focus,
.pager .next:focus,
.poll.voting .poll-content .button.poll-vote:focus,
.content-fragment.conversation-banner .banner.context .delete:focus,
.scrolled .content-fragment.conversation-banner .banner.context .delete:focus,
.content-fragment.media-gallery-post .actions.download .download-attachment.button:focus,
.content-fragment .content.full .actions .navigation-list-item.primary a.focus,
.popup-list .content.full .actions .navigation-list-item.primary a.focus,
.navigation-list.links a.focus,
.pager .previous.focus,
.pager .next.focus,
.poll.voting .poll-content .button.poll-vote.focus,
.content-fragment.conversation-banner .banner.context .delete.focus,
.scrolled .content-fragment.conversation-banner .banner.context .delete.focus,
.content-fragment.media-gallery-post .actions.download .download-attachment.button.focus {
  color: #333333;
  text-decoration: none;
}
.content-fragment .content.full .actions .navigation-list-item.primary a:active,
.popup-list .content.full .actions .navigation-list-item.primary a:active,
.navigation-list.links a:active,
.pager .previous:active,
.pager .next:active,
.poll.voting .poll-content .button.poll-vote:active,
.content-fragment.conversation-banner .banner.context .delete:active,
.scrolled .content-fragment.conversation-banner .banner.context .delete:active,
.content-fragment.media-gallery-post .actions.download .download-attachment.button:active,
.content-fragment .content.full .actions .navigation-list-item.primary a.active,
.popup-list .content.full .actions .navigation-list-item.primary a.active,
.navigation-list.links a.active,
.pager .previous.active,
.pager .next.active,
.poll.voting .poll-content .button.poll-vote.active,
.content-fragment.conversation-banner .banner.context .delete.active,
.scrolled .content-fragment.conversation-banner .banner.context .delete.active,
.content-fragment.media-gallery-post .actions.download .download-attachment.button.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.content-fragment .content.full .actions .navigation-list-item.primary a.disabled,
.popup-list .content.full .actions .navigation-list-item.primary a.disabled,
.navigation-list.links a.disabled,
.pager .previous.disabled,
.pager .next.disabled,
.poll.voting .poll-content .button.poll-vote.disabled,
.content-fragment.conversation-banner .banner.context .delete.disabled,
.scrolled .content-fragment.conversation-banner .banner.context .delete.disabled,
.content-fragment.media-gallery-post .actions.download .download-attachment.button.disabled,
.content-fragment .content.full .actions .navigation-list-item.primary a[disabled],
.popup-list .content.full .actions .navigation-list-item.primary a[disabled],
.navigation-list.links a[disabled],
.pager .previous[disabled],
.pager .next[disabled],
.poll.voting .poll-content .button.poll-vote[disabled],
.content-fragment.conversation-banner .banner.context .delete[disabled],
.scrolled .content-fragment.conversation-banner .banner.context .delete[disabled],
.content-fragment.media-gallery-post .actions.download .download-attachment.button[disabled],
fieldset[disabled] .content-fragment .content.full .actions .navigation-list-item.primary a,
fieldset[disabled] .popup-list .content.full .actions .navigation-list-item.primary a,
fieldset[disabled] .navigation-list.links a,
fieldset[disabled] .pager .previous,
fieldset[disabled] .pager .next,
fieldset[disabled] .poll.voting .poll-content .button.poll-vote,
fieldset[disabled] .content-fragment.conversation-banner .banner.context .delete,
fieldset[disabled] .scrolled .content-fragment.conversation-banner .banner.context .delete,
fieldset[disabled] .content-fragment.media-gallery-post .actions.download .download-attachment.button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.content-fragment .content.full .actions .navigation-list-item.primary a.disabled,
a.popup-list .content.full .actions .navigation-list-item.primary a.disabled,
a.navigation-list.links a.disabled,
a.pager .previous.disabled,
a.pager .next.disabled,
a.poll.voting .poll-content .button.poll-vote.disabled,
a.content-fragment.conversation-banner .banner.context .delete.disabled,
a.scrolled .content-fragment.conversation-banner .banner.context .delete.disabled,
a.content-fragment.media-gallery-post .actions.download .download-attachment.button.disabled,
fieldset[disabled] a.content-fragment .content.full .actions .navigation-list-item.primary a,
fieldset[disabled] a.popup-list .content.full .actions .navigation-list-item.primary a,
fieldset[disabled] a.navigation-list.links a,
fieldset[disabled] a.pager .previous,
fieldset[disabled] a.pager .next,
fieldset[disabled] a.poll.voting .poll-content .button.poll-vote,
fieldset[disabled] a.content-fragment.conversation-banner .banner.context .delete,
fieldset[disabled] a.scrolled .content-fragment.conversation-banner .banner.context .delete,
fieldset[disabled] a.content-fragment.media-gallery-post .actions.download .download-attachment.button {
  pointer-events: none;
}
.content-fragment .content.full .actions .navigation-list-item.primary a__icon,
.popup-list .content.full .actions .navigation-list-item.primary a__icon,
.navigation-list.links a__icon,
.pager .previous__icon,
.pager .next__icon,
.poll.voting .poll-content .button.poll-vote__icon,
.content-fragment.conversation-banner .banner.context .delete__icon,
.scrolled .content-fragment.conversation-banner .banner.context .delete__icon,
.content-fragment.media-gallery-post .actions.download .download-attachment.button__icon {
  font-size: .75em;
  padding-right: 1em;
}
.content-fragment .content.full .actions .navigation-list-item.primary a:focus,
.popup-list .content.full .actions .navigation-list-item.primary a:focus,
.navigation-list.links a:focus,
.pager .previous:focus,
.pager .next:focus,
.poll.voting .poll-content .button.poll-vote:focus,
.content-fragment.conversation-banner .banner.context .delete:focus,
.scrolled .content-fragment.conversation-banner .banner.context .delete:focus,
.content-fragment.media-gallery-post .actions.download .download-attachment.button:focus,
.content-fragment .content.full .actions .navigation-list-item.primary a.focus,
.popup-list .content.full .actions .navigation-list-item.primary a.focus,
.navigation-list.links a.focus,
.pager .previous.focus,
.pager .next.focus,
.poll.voting .poll-content .button.poll-vote.focus,
.content-fragment.conversation-banner .banner.context .delete.focus,
.scrolled .content-fragment.conversation-banner .banner.context .delete.focus,
.content-fragment.media-gallery-post .actions.download .download-attachment.button.focus {
  color: #ffffff;
  background-color: #697b80;
  border-color: #3b4548;
}
.content-fragment .content.full .actions .navigation-list-item.primary a:hover,
.popup-list .content.full .actions .navigation-list-item.primary a:hover,
.navigation-list.links a:hover,
.pager .previous:hover,
.pager .next:hover,
.poll.voting .poll-content .button.poll-vote:hover,
.content-fragment.conversation-banner .banner.context .delete:hover,
.scrolled .content-fragment.conversation-banner .banner.context .delete:hover,
.content-fragment.media-gallery-post .actions.download .download-attachment.button:hover {
  color: #ffffff;
  background-color: #697b80;
  border-color: #59686c;
}
.content-fragment .content.full .actions .navigation-list-item.primary a:active,
.popup-list .content.full .actions .navigation-list-item.primary a:active,
.navigation-list.links a:active,
.pager .previous:active,
.pager .next:active,
.poll.voting .poll-content .button.poll-vote:active,
.content-fragment.conversation-banner .banner.context .delete:active,
.scrolled .content-fragment.conversation-banner .banner.context .delete:active,
.content-fragment.media-gallery-post .actions.download .download-attachment.button:active,
.content-fragment .content.full .actions .navigation-list-item.primary a.active,
.popup-list .content.full .actions .navigation-list-item.primary a.active,
.navigation-list.links a.active,
.pager .previous.active,
.pager .next.active,
.poll.voting .poll-content .button.poll-vote.active,
.content-fragment.conversation-banner .banner.context .delete.active,
.scrolled .content-fragment.conversation-banner .banner.context .delete.active,
.content-fragment.media-gallery-post .actions.download .download-attachment.button.active,
.open > .dropdown-toggle.content-fragment .content.full .actions .navigation-list-item.primary a,
.open > .dropdown-toggle.popup-list .content.full .actions .navigation-list-item.primary a,
.open > .dropdown-toggle.navigation-list.links a,
.open > .dropdown-toggle.pager .previous,
.open > .dropdown-toggle.pager .next,
.open > .dropdown-toggle.poll.voting .poll-content .button.poll-vote,
.open > .dropdown-toggle.content-fragment.conversation-banner .banner.context .delete,
.open > .dropdown-toggle.scrolled .content-fragment.conversation-banner .banner.context .delete,
.open > .dropdown-toggle.content-fragment.media-gallery-post .actions.download .download-attachment.button {
  color: #ffffff;
  background-color: #697b80;
  border-color: #59686c;
}
.content-fragment .content.full .actions .navigation-list-item.primary a:active:hover,
.popup-list .content.full .actions .navigation-list-item.primary a:active:hover,
.navigation-list.links a:active:hover,
.pager .previous:active:hover,
.pager .next:active:hover,
.poll.voting .poll-content .button.poll-vote:active:hover,
.content-fragment.conversation-banner .banner.context .delete:active:hover,
.scrolled .content-fragment.conversation-banner .banner.context .delete:active:hover,
.content-fragment.media-gallery-post .actions.download .download-attachment.button:active:hover,
.content-fragment .content.full .actions .navigation-list-item.primary a.active:hover,
.popup-list .content.full .actions .navigation-list-item.primary a.active:hover,
.navigation-list.links a.active:hover,
.pager .previous.active:hover,
.pager .next.active:hover,
.poll.voting .poll-content .button.poll-vote.active:hover,
.content-fragment.conversation-banner .banner.context .delete.active:hover,
.scrolled .content-fragment.conversation-banner .banner.context .delete.active:hover,
.content-fragment.media-gallery-post .actions.download .download-attachment.button.active:hover,
.open > .dropdown-toggle.content-fragment .content.full .actions .navigation-list-item.primary a:hover,
.open > .dropdown-toggle.popup-list .content.full .actions .navigation-list-item.primary a:hover,
.open > .dropdown-toggle.navigation-list.links a:hover,
.open > .dropdown-toggle.pager .previous:hover,
.open > .dropdown-toggle.pager .next:hover,
.open > .dropdown-toggle.poll.voting .poll-content .button.poll-vote:hover,
.open > .dropdown-toggle.content-fragment.conversation-banner .banner.context .delete:hover,
.open > .dropdown-toggle.scrolled .content-fragment.conversation-banner .banner.context .delete:hover,
.open > .dropdown-toggle.content-fragment.media-gallery-post .actions.download .download-attachment.button:hover,
.content-fragment .content.full .actions .navigation-list-item.primary a:active:focus,
.popup-list .content.full .actions .navigation-list-item.primary a:active:focus,
.navigation-list.links a:active:focus,
.pager .previous:active:focus,
.pager .next:active:focus,
.poll.voting .poll-content .button.poll-vote:active:focus,
.content-fragment.conversation-banner .banner.context .delete:active:focus,
.scrolled .content-fragment.conversation-banner .banner.context .delete:active:focus,
.content-fragment.media-gallery-post .actions.download .download-attachment.button:active:focus,
.content-fragment .content.full .actions .navigation-list-item.primary a.active:focus,
.popup-list .content.full .actions .navigation-list-item.primary a.active:focus,
.navigation-list.links a.active:focus,
.pager .previous.active:focus,
.pager .next.active:focus,
.poll.voting .poll-content .button.poll-vote.active:focus,
.content-fragment.conversation-banner .banner.context .delete.active:focus,
.scrolled .content-fragment.conversation-banner .banner.context .delete.active:focus,
.content-fragment.media-gallery-post .actions.download .download-attachment.button.active:focus,
.open > .dropdown-toggle.content-fragment .content.full .actions .navigation-list-item.primary a:focus,
.open > .dropdown-toggle.popup-list .content.full .actions .navigation-list-item.primary a:focus,
.open > .dropdown-toggle.navigation-list.links a:focus,
.open > .dropdown-toggle.pager .previous:focus,
.open > .dropdown-toggle.pager .next:focus,
.open > .dropdown-toggle.poll.voting .poll-content .button.poll-vote:focus,
.open > .dropdown-toggle.content-fragment.conversation-banner .banner.context .delete:focus,
.open > .dropdown-toggle.scrolled .content-fragment.conversation-banner .banner.context .delete:focus,
.open > .dropdown-toggle.content-fragment.media-gallery-post .actions.download .download-attachment.button:focus,
.content-fragment .content.full .actions .navigation-list-item.primary a:active.focus,
.popup-list .content.full .actions .navigation-list-item.primary a:active.focus,
.navigation-list.links a:active.focus,
.pager .previous:active.focus,
.pager .next:active.focus,
.poll.voting .poll-content .button.poll-vote:active.focus,
.content-fragment.conversation-banner .banner.context .delete:active.focus,
.scrolled .content-fragment.conversation-banner .banner.context .delete:active.focus,
.content-fragment.media-gallery-post .actions.download .download-attachment.button:active.focus,
.content-fragment .content.full .actions .navigation-list-item.primary a.active.focus,
.popup-list .content.full .actions .navigation-list-item.primary a.active.focus,
.navigation-list.links a.active.focus,
.pager .previous.active.focus,
.pager .next.active.focus,
.poll.voting .poll-content .button.poll-vote.active.focus,
.content-fragment.conversation-banner .banner.context .delete.active.focus,
.scrolled .content-fragment.conversation-banner .banner.context .delete.active.focus,
.content-fragment.media-gallery-post .actions.download .download-attachment.button.active.focus,
.open > .dropdown-toggle.content-fragment .content.full .actions .navigation-list-item.primary a.focus,
.open > .dropdown-toggle.popup-list .content.full .actions .navigation-list-item.primary a.focus,
.open > .dropdown-toggle.navigation-list.links a.focus,
.open > .dropdown-toggle.pager .previous.focus,
.open > .dropdown-toggle.pager .next.focus,
.open > .dropdown-toggle.poll.voting .poll-content .button.poll-vote.focus,
.open > .dropdown-toggle.content-fragment.conversation-banner .banner.context .delete.focus,
.open > .dropdown-toggle.scrolled .content-fragment.conversation-banner .banner.context .delete.focus,
.open > .dropdown-toggle.content-fragment.media-gallery-post .actions.download .download-attachment.button.focus {
  color: #ffffff;
  background-color: #59686c;
  border-color: #3b4548;
}
.content-fragment .content.full .actions .navigation-list-item.primary a:active,
.popup-list .content.full .actions .navigation-list-item.primary a:active,
.navigation-list.links a:active,
.pager .previous:active,
.pager .next:active,
.poll.voting .poll-content .button.poll-vote:active,
.content-fragment.conversation-banner .banner.context .delete:active,
.scrolled .content-fragment.conversation-banner .banner.context .delete:active,
.content-fragment.media-gallery-post .actions.download .download-attachment.button:active,
.content-fragment .content.full .actions .navigation-list-item.primary a.active,
.popup-list .content.full .actions .navigation-list-item.primary a.active,
.navigation-list.links a.active,
.pager .previous.active,
.pager .next.active,
.poll.voting .poll-content .button.poll-vote.active,
.content-fragment.conversation-banner .banner.context .delete.active,
.scrolled .content-fragment.conversation-banner .banner.context .delete.active,
.content-fragment.media-gallery-post .actions.download .download-attachment.button.active,
.open > .dropdown-toggle.content-fragment .content.full .actions .navigation-list-item.primary a,
.open > .dropdown-toggle.popup-list .content.full .actions .navigation-list-item.primary a,
.open > .dropdown-toggle.navigation-list.links a,
.open > .dropdown-toggle.pager .previous,
.open > .dropdown-toggle.pager .next,
.open > .dropdown-toggle.poll.voting .poll-content .button.poll-vote,
.open > .dropdown-toggle.content-fragment.conversation-banner .banner.context .delete,
.open > .dropdown-toggle.scrolled .content-fragment.conversation-banner .banner.context .delete,
.open > .dropdown-toggle.content-fragment.media-gallery-post .actions.download .download-attachment.button {
  background-image: none;
}
.content-fragment .content.full .actions .navigation-list-item.primary a.disabled:hover,
.popup-list .content.full .actions .navigation-list-item.primary a.disabled:hover,
.navigation-list.links a.disabled:hover,
.pager .previous.disabled:hover,
.pager .next.disabled:hover,
.poll.voting .poll-content .button.poll-vote.disabled:hover,
.content-fragment.conversation-banner .banner.context .delete.disabled:hover,
.scrolled .content-fragment.conversation-banner .banner.context .delete.disabled:hover,
.content-fragment.media-gallery-post .actions.download .download-attachment.button.disabled:hover,
.content-fragment .content.full .actions .navigation-list-item.primary a[disabled]:hover,
.popup-list .content.full .actions .navigation-list-item.primary a[disabled]:hover,
.navigation-list.links a[disabled]:hover,
.pager .previous[disabled]:hover,
.pager .next[disabled]:hover,
.poll.voting .poll-content .button.poll-vote[disabled]:hover,
.content-fragment.conversation-banner .banner.context .delete[disabled]:hover,
.scrolled .content-fragment.conversation-banner .banner.context .delete[disabled]:hover,
.content-fragment.media-gallery-post .actions.download .download-attachment.button[disabled]:hover,
fieldset[disabled] .content-fragment .content.full .actions .navigation-list-item.primary a:hover,
fieldset[disabled] .popup-list .content.full .actions .navigation-list-item.primary a:hover,
fieldset[disabled] .navigation-list.links a:hover,
fieldset[disabled] .pager .previous:hover,
fieldset[disabled] .pager .next:hover,
fieldset[disabled] .poll.voting .poll-content .button.poll-vote:hover,
fieldset[disabled] .content-fragment.conversation-banner .banner.context .delete:hover,
fieldset[disabled] .scrolled .content-fragment.conversation-banner .banner.context .delete:hover,
fieldset[disabled] .content-fragment.media-gallery-post .actions.download .download-attachment.button:hover,
.content-fragment .content.full .actions .navigation-list-item.primary a.disabled:focus,
.popup-list .content.full .actions .navigation-list-item.primary a.disabled:focus,
.navigation-list.links a.disabled:focus,
.pager .previous.disabled:focus,
.pager .next.disabled:focus,
.poll.voting .poll-content .button.poll-vote.disabled:focus,
.content-fragment.conversation-banner .banner.context .delete.disabled:focus,
.scrolled .content-fragment.conversation-banner .banner.context .delete.disabled:focus,
.content-fragment.media-gallery-post .actions.download .download-attachment.button.disabled:focus,
.content-fragment .content.full .actions .navigation-list-item.primary a[disabled]:focus,
.popup-list .content.full .actions .navigation-list-item.primary a[disabled]:focus,
.navigation-list.links a[disabled]:focus,
.pager .previous[disabled]:focus,
.pager .next[disabled]:focus,
.poll.voting .poll-content .button.poll-vote[disabled]:focus,
.content-fragment.conversation-banner .banner.context .delete[disabled]:focus,
.scrolled .content-fragment.conversation-banner .banner.context .delete[disabled]:focus,
.content-fragment.media-gallery-post .actions.download .download-attachment.button[disabled]:focus,
fieldset[disabled] .content-fragment .content.full .actions .navigation-list-item.primary a:focus,
fieldset[disabled] .popup-list .content.full .actions .navigation-list-item.primary a:focus,
fieldset[disabled] .navigation-list.links a:focus,
fieldset[disabled] .pager .previous:focus,
fieldset[disabled] .pager .next:focus,
fieldset[disabled] .poll.voting .poll-content .button.poll-vote:focus,
fieldset[disabled] .content-fragment.conversation-banner .banner.context .delete:focus,
fieldset[disabled] .scrolled .content-fragment.conversation-banner .banner.context .delete:focus,
fieldset[disabled] .content-fragment.media-gallery-post .actions.download .download-attachment.button:focus,
.content-fragment .content.full .actions .navigation-list-item.primary a.disabled.focus,
.popup-list .content.full .actions .navigation-list-item.primary a.disabled.focus,
.navigation-list.links a.disabled.focus,
.pager .previous.disabled.focus,
.pager .next.disabled.focus,
.poll.voting .poll-content .button.poll-vote.disabled.focus,
.content-fragment.conversation-banner .banner.context .delete.disabled.focus,
.scrolled .content-fragment.conversation-banner .banner.context .delete.disabled.focus,
.content-fragment.media-gallery-post .actions.download .download-attachment.button.disabled.focus,
.content-fragment .content.full .actions .navigation-list-item.primary a[disabled].focus,
.popup-list .content.full .actions .navigation-list-item.primary a[disabled].focus,
.navigation-list.links a[disabled].focus,
.pager .previous[disabled].focus,
.pager .next[disabled].focus,
.poll.voting .poll-content .button.poll-vote[disabled].focus,
.content-fragment.conversation-banner .banner.context .delete[disabled].focus,
.scrolled .content-fragment.conversation-banner .banner.context .delete[disabled].focus,
.content-fragment.media-gallery-post .actions.download .download-attachment.button[disabled].focus,
fieldset[disabled] .content-fragment .content.full .actions .navigation-list-item.primary a.focus,
fieldset[disabled] .popup-list .content.full .actions .navigation-list-item.primary a.focus,
fieldset[disabled] .navigation-list.links a.focus,
fieldset[disabled] .pager .previous.focus,
fieldset[disabled] .pager .next.focus,
fieldset[disabled] .poll.voting .poll-content .button.poll-vote.focus,
fieldset[disabled] .content-fragment.conversation-banner .banner.context .delete.focus,
fieldset[disabled] .scrolled .content-fragment.conversation-banner .banner.context .delete.focus,
fieldset[disabled] .content-fragment.media-gallery-post .actions.download .download-attachment.button.focus {
  background-color: #839499;
  border-color: #75888d;
}
.content-fragment .content.full .actions .navigation-list-item.primary a .badge,
.popup-list .content.full .actions .navigation-list-item.primary a .badge,
.navigation-list.links a .badge,
.pager .previous .badge,
.pager .next .badge,
.poll.voting .poll-content .button.poll-vote .badge,
.content-fragment.conversation-banner .banner.context .delete .badge,
.scrolled .content-fragment.conversation-banner .banner.context .delete .badge,
.content-fragment.media-gallery-post .actions.download .download-attachment.button .badge {
  color: #839499;
  background-color: #ffffff;
}
.content-fragment .content.full .actions .navigation-list-item.primary a .btn__icon,
.popup-list .content.full .actions .navigation-list-item.primary a .btn__icon,
.navigation-list.links a .btn__icon,
.pager .previous .btn__icon,
.pager .next .btn__icon,
.poll.voting .poll-content .button.poll-vote .btn__icon,
.content-fragment.conversation-banner .banner.context .delete .btn__icon,
.scrolled .content-fragment.conversation-banner .banner.context .delete .btn__icon,
.content-fragment.media-gallery-post .actions.download .download-attachment.button .btn__icon {
  color: #d7dcde;
}
.content-fragment.media-gallery-post .actions.download .download-attachment.button {
  height: auto;
}
.navigation-list.links a {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.banner.context .navigation-list.new {
  width: auto;
}
.banner.context .navigation-list.new ul a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 5px 25px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Ubuntu', sans-serif;
  -webkit-transition: all ease-out 0.3s;
          transition: all ease-out 0.3s;
  padding: 10px 24px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 1px;
  border-style: solid;
  border-width: 5px;
  text-align: left;
  color: #ffffff;
  background-color: #343f49;
  border-color: #788c9e;
  width: auto;
}
.banner.context .navigation-list.new ul a:focus,
.banner.context .navigation-list.new ul a:active:focus,
.banner.context .navigation-list.new ul a.active:focus,
.banner.context .navigation-list.new ul a.focus,
.banner.context .navigation-list.new ul a:active.focus,
.banner.context .navigation-list.new ul a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.banner.context .navigation-list.new ul a:hover,
.banner.context .navigation-list.new ul a:focus,
.banner.context .navigation-list.new ul a.focus {
  color: #333333;
  text-decoration: none;
}
.banner.context .navigation-list.new ul a:active,
.banner.context .navigation-list.new ul a.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.banner.context .navigation-list.new ul a.disabled,
.banner.context .navigation-list.new ul a[disabled],
fieldset[disabled] .banner.context .navigation-list.new ul a {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.banner.context .navigation-list.new ul a.disabled,
fieldset[disabled] a.banner.context .navigation-list.new ul a {
  pointer-events: none;
}
.banner.context .navigation-list.new ul a__icon {
  font-size: .75em;
  padding-right: 1em;
}
.banner.context .navigation-list.new ul a:focus,
.banner.context .navigation-list.new ul a.focus {
  color: #ffffff;
  background-color: #1f252b;
  border-color: #3f4c58;
}
.banner.context .navigation-list.new ul a:hover {
  color: #ffffff;
  background-color: #1f252b;
  border-color: #5a6d7f;
}
.banner.context .navigation-list.new ul a:active,
.banner.context .navigation-list.new ul a.active,
.open > .dropdown-toggle.banner.context .navigation-list.new ul a {
  color: #ffffff;
  background-color: #1f252b;
  border-color: #5a6d7f;
}
.banner.context .navigation-list.new ul a:active:hover,
.banner.context .navigation-list.new ul a.active:hover,
.open > .dropdown-toggle.banner.context .navigation-list.new ul a:hover,
.banner.context .navigation-list.new ul a:active:focus,
.banner.context .navigation-list.new ul a.active:focus,
.open > .dropdown-toggle.banner.context .navigation-list.new ul a:focus,
.banner.context .navigation-list.new ul a:active.focus,
.banner.context .navigation-list.new ul a.active.focus,
.open > .dropdown-toggle.banner.context .navigation-list.new ul a.focus {
  color: #ffffff;
  background-color: #101316;
  border-color: #3f4c58;
}
.banner.context .navigation-list.new ul a:active,
.banner.context .navigation-list.new ul a.active,
.open > .dropdown-toggle.banner.context .navigation-list.new ul a {
  background-image: none;
}
.banner.context .navigation-list.new ul a.disabled:hover,
.banner.context .navigation-list.new ul a[disabled]:hover,
fieldset[disabled] .banner.context .navigation-list.new ul a:hover,
.banner.context .navigation-list.new ul a.disabled:focus,
.banner.context .navigation-list.new ul a[disabled]:focus,
fieldset[disabled] .banner.context .navigation-list.new ul a:focus,
.banner.context .navigation-list.new ul a.disabled.focus,
.banner.context .navigation-list.new ul a[disabled].focus,
fieldset[disabled] .banner.context .navigation-list.new ul a.focus {
  background-color: #343f49;
  border-color: #788c9e;
}
.banner.context .navigation-list.new ul a .badge {
  color: #343f49;
  background-color: #ffffff;
}
.header-top-content.with-adaptable-elements.scrolled .banner.context .navigation-list.new ul a {
  padding: 5px 24px;
  font-size: 14px;
  border-width: 3px;
}
.banner.context .navigation-list.new ul a:before,
.banner.context .navigation-list.new ul a .ie7_before {
  top: 0;
}
.banner.context .navigation-list.new {
  top: 16px;
}
@media only screen and (max-width: 767px) {
  .banner.context {
    position: relative;
    height: auto;
    overflow: visible;
    padding-left: 80px;
  }
  .banner.context .navigation-list.new {
    position: relative;
    top: 0;
    left: 0;
    float: none;
    clear: both;
    margin: 0 auto 15px;
    width: 10em;
  }
  .scrolled .banner.context .navigation-list.new {
    position: absolute;
    top: 5px;
    right: 0;
    float: right;
    clear: none;
    margin: 0;
    width: auto;
  }
  .banner.context .navigation-list.new ul li {
    float: none;
  }
  .scrolled .banner.context .navigation-list.new ul li {
    float: right;
  }
  .banner.context .navigation-list.new ul a {
    height: auto;
    text-indent: 0;
  }
  .banner.context .navigation-list.new ul a:before,
  .banner.context .navigation-list.new ul a .ie7_before {
    width: 15px;
    height: 15px;
    display: inline-block;
    content: "\e816";
    font-family: Entypo;
    font-size: 15px;
    line-height: 15px;
    margin-right: 10px;
    position: relative;
    top: 0px;
  }
  .banner.context .navigation-list.new ul a:before {
    left: auto;
  }
}
@media only screen and (max-width: 570px) {
  .banner.context .navigation-list.new {
    width: 10em !important;
  }
}
.uiselect:hover {
  background-color: #d58e53 !important;
  color: white !important;
  border-color: #d0813f !important;
}
.uiselect:hover > span,
.uiselect.options > div > div:hover,
.uiselect.options > div > div.selected {
  background-color: #d58e53 !important;
  color: white !important;
}
.uiselect.options > div {
  border: 1px solid #d58e53 !important;
}
.uiselect.options > div > div {
  color: #d58e53 !important;
}
@media only screen and (max-width: 570px) {
  .filter-selector div select:hover,
  .filter-selector div select:focus {
    background-color: #d58e53;
    color: white !important;
  }
}
.user-info-popup-content .recent-activity .internal-link.recent-activity:hover {
  color: #d58e53;
}
.banner.context .navigation-list.applications ul a:hover {
  color: #d58e53;
  border-color: #d58e53;
}
.links-popup-panel ul {
  border: 1px solid #d58e53;
}
.links-popup-panel ul > li > span > a,
.links-popup-panel ul a {
  color: #d58e53;
}
.links-popup-panel ul > li > span > a:hover,
.links-popup-panel ul a:hover {
  color: #FFFFFF;
  background-color: #d58e53;
}
.links-popup-panel ul > li > span > a.selected,
.links-popup-panel ul a.selected {
  color: #343f49;
}
.links-popup-panel ul > li > span > a.add-application:hover,
.links-popup-panel ul a.add-application:hover,
.links-popup-panel ul > li > span > a.add-group:hover,
.links-popup-panel ul a.add-group:hover {
  color: #FFFFFF;
  background-color: #d58e53;
}
.banner.site .navigation-list ul a.active {
  color: #d58e53;
}
.popup-list .multiple-column-list {
  border: 1px solid #d58e53;
}
.popup-list.bookmarks .content-list .content-item.unread,
.popup-list.notifications .content-list .content-item.unread,
.popup-list.conversations .content-list .content-item.unread,
.popup-list.user .content-list .content-item.unread,
.popup-list.site .content-list .content-item.unread,
.popup-list.bookmarks .content-list .content-item:hover,
.popup-list.notifications .content-list .content-item:hover,
.popup-list.conversations .content-list .content-item:hover,
.popup-list.user .content-list .content-item:hover,
.popup-list.site .content-list .content-item:hover,
.popup-list.bookmarks .content-list .content-item.selected,
.popup-list.notifications .content-list .content-item.selected,
.popup-list.conversations .content-list .content-item.selected,
.popup-list.user .content-list .content-item.selected,
.popup-list.site .content-list .content-item.selected {
  background-color: #d58e53;
  color: #fff;
}
.content-fragment .content .name a,
.popup-list .content .name a {
  color: #d58e53;
}
.content-fragment .content .name a:hover,
.popup-list .content .name a:hover {
  color: #b0682b;
}
.right-sidebar .content-fragment.conversation-list .content-list.content .content-item.unread,
.left-sidebar .content-fragment.conversation-list .content-list.content .content-item.unread,
.right-sidebar .content-fragment.conversation-list .content-list.content .content-item:hover,
.left-sidebar .content-fragment.conversation-list .content-list.content .content-item:hover,
.right-sidebar .content-fragment.conversation-list .content-list.content .content-item.selected,
.left-sidebar .content-fragment.conversation-list .content-list.content .content-item.selected {
  background: #343f49;
}
.content-fragment.conversation-banner .banner.context .name .new,
.scrolled .content-fragment.conversation-banner .banner.context .name .new {
  background: #343f49;
}
.content-fragment.conversation-banner .banner.context .name .new:hover,
.scrolled .content-fragment.conversation-banner .banner.context .name .new:hover {
  background-color: #1f252b;
}
.glow-lookuptextbox {
  color: #839499;
  width: 100%;
  font-family: 'Ubuntu', sans-serif;
  font-size: .85em;
  font-weight: 500;
  padding: .6em 1em .6em 1em;
  border: 1px solid #bbc4c7;
  border-radius: 0;
  -webkit-transition: all ease-out 0.3s;
          transition: all ease-out 0.3s;
}
.glow-lookuptextbox:focus {
  border-color: #d58e53;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(213, 142, 83, 0.6);
}
.glow-lookuptextbox:hover {
  border-color: #d58e53;
}
.glow-lookuptextbox::-webkit-input-placeholder {
  color: #bbc4c7;
}
.glow-lookuptextbox::-moz-placeholder {
  color: #bbc4c7;
}
.glow-lookuptextbox:-ms-input-placeholder {
  color: #bbc4c7;
}
.glow-lookuptextbox:-moz-placeholder {
  color: #bbc4c7;
}
.glow-lookuptextbox:hover,
.glow-lookuptextbox:focus {
  border-color: #d58e53 !important;
}
.content-fragment .content-list.tabular .content-item .cell a,
.banner.context .name a,
.banner.context .description a,
.header-fragments:hover .banner.context.home .navigation-list.applications ul a,
.banner.context.home .navigation-list.applications ul a,
.scrolled .banner.context .name a,
.scrolled .banner.context .description a,
.banner.context .parent-navigation ul a,
.content-fragment.event-list .content-list.content li.content-item a {
  color: #343f49;
  font-weight: 500;
}
.content-fragment .content-list.tabular .content-item .cell a:hover,
.banner.context .name a:hover,
.banner.context .description a:hover,
.header-fragments:hover .banner.context.home .navigation-list.applications ul a:hover,
.banner.context.home .navigation-list.applications ul a:hover,
.scrolled .banner.context .name a:hover,
.scrolled .banner.context .description a:hover,
.banner.context .parent-navigation ul a:hover,
.content-fragment.event-list .content-list.content li.content-item a:hover,
.content-fragment .content-list.tabular .content-item .cell a:focus,
.banner.context .name a:focus,
.banner.context .description a:focus,
.header-fragments:hover .banner.context.home .navigation-list.applications ul a:focus,
.banner.context.home .navigation-list.applications ul a:focus,
.scrolled .banner.context .name a:focus,
.scrolled .banner.context .description a:focus,
.banner.context .parent-navigation ul a:focus,
.content-fragment.event-list .content-list.content li.content-item a:focus {
  color: #14181c;
}
.banner.context .parent-navigation ul a {
  font-weight: 600;
}
.banner.context.home .name,
.banner.context.home .description {
  line-height: 88px;
}
.banner.context.home .navigation-list.applications {
  top: -27px;
}
@media only screen and (max-width: 570px) {
  .banner.context.home {
    padding-top: 0;
    padding-bottom: 0;
  }
  .banner.context .name {
    line-height: 45px;
  }
  .banner.context.home .name {
    vertical-align: middle;
    white-space: normal;
    padding-top: 25px;
    line-height: 1.2;
  }
  .banner.context.home .navigation-list.applications {
    top: 0;
  }
  .banner.context .navigation-list.new {
    padding: 15px 0;
  }
}
.scrolled .banner.context .name,
.scrolled .banner.context .description {
  line-height: 44px;
}
.banner.context.home .parent-navigation {
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .banner.context .parent-navigation {
    float: none;
  }
  .scrolled .banner.context .parent-navigation {
    float: left;
  }
}
@media only screen and (max-width: 570px) {
  .banner.context.home .parent-navigation {
    top: 35px;
  }
}
.banner.context .description a:before,
.banner.context .parent-navigation ul a:hover:before {
  color: #d58e53;
  top: 1px;
}
.content-fragment .content-list.tabular .content-item .cell {
  vertical-align: middle;
}
.content-fragment.event-list .content-list.content li.content-item .content.abbreviated h3.name {
  font-family: 'Ubuntu', sans-serif;
  font-size: 24px;
  color: #343f49;
  margin: 20px 0 20px;
}
.content-fragment .content.full .attributes.top {
  margin: 0;
}
.content-fragment .content.full .content-tags .tag-list .tag-item a,
.popup-list .content.full .content-tags .tag-list .tag-item a {
  color: #343f49;
}
.content-fragment .content.full .content-tags .tag-list .tag-item a:hover,
.popup-list .content.full .content-tags .tag-list .tag-item a:hover,
.content-fragment .content.full .content-tags .tag-list .tag-item a:active,
.popup-list .content.full .content-tags .tag-list .tag-item a:active {
  background: #d58e53;
}
.rating .star-on-left,
.rating .star-on-right {
  color: #5d7ee6;
}
.content-fragment .content-fragment-header,
.banner.context .name,
.banner.context .description {
  font-family: 'Ubuntu', sans-serif;
}
.wiki-title h1,
.wiki-title .h1,
.group-title h1,
.group-title .h1 {
  color: #343f49;
}
.tag-list.cloud .tag-item.level-1 a {
  color: #70d4aa;
}
.tag-list.cloud .tag-item.level-1 a:hover {
  color: #39be86;
}
.tag-list.cloud .tag-item.level-2 a {
  color: #d58e53;
}
.tag-list.cloud .tag-item.level-2 a:hover {
  color: #b0682b;
}
.tag-list.cloud .tag-item.level-3 a {
  color: #e76c6c;
}
.tag-list.cloud .tag-item.level-3 a:hover {
  color: #dc2a2a;
}
.tag-list.cloud .tag-item.level-4 a {
  color: #5d7ee6;
}
.tag-list.cloud .tag-item.level-4 a:hover {
  color: #214cd6;
}
.tag-list.cloud .tag-item.level-5 a {
  color: #b0673e;
}
.tag-list.cloud .tag-item.level-5 a:hover {
  color: #77462a;
}
.tag-list.cloud .tag-item.level-6 a {
  color: #343f49;
}
.tag-list.cloud .tag-item.level-6 a:hover {
  color: #14181c;
}
.content-fragment .content.thumbnail[data-url]:hover,
.popup-list .content.thumbnail[data-url]:hover {
  background: #343f49;
}
fieldset select {
  margin: 0;
  max-width: none;
}
.user-defined-markup ul {
  list-style-type: disc;
  padding-left: 40px;
}
.content-fragment .content.full.text .name,
.popup-list .content.full.text .name {
  font-size: 36px;
}
.content-fragment .content.comment .actions a:hover,
.popup-list .content.comment .actions a:hover {
  color: #d58e53;
}
@media only screen and (max-width: 570px) {
  .filter-selector div select:hover,
  .filter-selector div select:focus {
    background-color: #d58e53;
    color: white !important;
  }
}
.tab-set table a:hover {
  color: #d58e53 !important;
  border-bottom: 2px solid #d58e53;
}
div.modal .modal-close-wrapper .modal-close:hover {
  color: #d58e53;
}
.content-fragment .content.thumbnail,
.popup-list .content.thumbnail {
  min-height: 205px;
}
.left-sidebar .filter-selector,
.right-sidebar .filter-selector {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bbc4c7;
}
@media only screen and (max-width: 570px) {
  .content-fragment .content.full .actions,
  .popup-list .content.full .actions {
    float: none;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 570px) {
  .hide-nav-sm {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .forgotten-password {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .forgotten-password {
    width: 40%;
  }
}
/* =========================================================================
 *	Helper classes
 *	styles that usually do one thing only - single-responsibility classes
 *	so the use of !important is justifiable here
	 ========================================================================= */
/* colored text */
.text-darkblue {
  color: #343f49 !important;
}
.text-grayblue {
  color: #839499 !important;
}
.text-orange {
  color: #d58e53 !important;
}
.text-darkorange {
  color: #b0673e !important;
}
.text-red {
  color: #e76c6c !important;
}
.text-teal {
  color: #70d4aa !important;
}
.text-blue {
  color: #5d7ee6 !important;
}
.text-white {
  color: #ffffff !important;
}
/* font family */
.font-primary {
  font-family: 'Trocchi', serif !important;
}
.font-secondary {
  font-family: 'Ubuntu', sans-serif !important;
}
/* put padding top and bottom on an element */
.spaced {
  padding-top: 1.5em !important;
  padding-bottom: 1.5em !important;
}
/* condensed left and right padding on columns */
.col-condensed {
  padding-left: 1px !important;
  padding-right: 1px !important;
}
/* remove padding */
.no-padding {
  padding: 0 !important;
}
/* for the carousel and banner to stick to header */
.negative-margin {
  margin-top: -20px !important;
}
@media only screen and (max-width: 570px) {
  .negative-margin {
    margin-top: 0 !important;
  }
}
/* orange hr line */
hr.line-orange {
  border-top: 1px solid #d58e53;
}
/* links color variations */
.link-orange {
  color: #d58e53 !important;
}
.link-orange:hover {
  color: #b0682b !important;
}
.link-red {
  color: #e76c6c !important;
}
.link-red:hover {
  color: #dc2a2a !important;
}
.link-teal {
  color: #70d4aa !important;
}
.link-teal:hover {
  color: #39be86 !important;
}
.link-blue {
  color: #5d7ee6 !important;
}
.link-blue:hover {
  color: #214cd6 !important;
}
.link-darkblue {
  color: #343f49 !important;
}
.link-darkblue:hover {
  color: #14181c !important;
}
.Teaser-Text {
  font-family: 'Trocchi', serif;
  color: #fff;
  text-align: center;
  border: 3px solid #697b80;
  margin: 1em 0;
  padding: 2em 1em;
  background: #839499;
}
.Teaser-Text .alc-ribbon {
  padding: 1em 0 1em 1em;
}
@media (min-width: 768px) {
  .Teaser-Text .alc-ribbon {
    width: 20em;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .Teaser-Text .alc-ribbon {
    width: 20em;
  }
}
.Teaser-Text .alc-ribbon__img {
  top: 12px;
}
@media (min-width: 992px) {
  .Teaser-Text .alc-ribbon__img {
    top: 12px;
  }
}
.Teaser-Text .alc-ribbon__link {
  font-size: 16.8px;
  padding: .75em 0 .75em .75em;
  border: 3px solid #d58e53 !important;
}
@media (min-width: 992px) {
  .Teaser-Text .alc-ribbon__link {
    font-size: 17.5px;
  }
}
.ALCImg {
  border: 1px solid #e6e9ea;
  border-radius: 4px;
  padding: 4px;
  box-shadow: 2px 2px 2px 0 #f5f5f5;
  background-color: #fff;
}
.margin-bottom {
  margin-bottom: 30px !important;
}
/* =========================================================================
 *	A utility element to check mediaquery/breakpoint in JS
 *	Be sure to add the ff. div on the page that you want to check:
 *	<div id="js-mediaquery"></div>
	 ========================================================================= */
#js-mediaquery {
  display: none !important;
  content: "xs";
}
@media (min-width: 768px) {
  #js-mediaquery {
    content: "sm";
  }
}
@media (min-width: 992px) {
  #js-mediaquery {
    content: "md";
  }
}
@media (min-width: 1200px) {
  #js-mediaquery {
    content: "lg";
  }
}
/* =========================================================================
 *	custom bootstrap grid classes
	 ========================================================================= */
.content-fragment-page > .layout .alc-container,
.alc-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .content-fragment-page > .layout .alc-container,
  .alc-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .content-fragment-page > .layout .alc-container,
  .alc-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .content-fragment-page > .layout .alc-container,
  .alc-container {
    width: 1170px;
  }
}
.content-fragment-page > .layout .alc-container-fluid,
.alc-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.alc-row {
  margin-left: -15px;
  margin-right: -15px;
}
/* =========================================================================
 *	search-bar section
	 ========================================================================= */
.search-bar-wrap {
  display: inline-block;
}
.search-bar {
  position: relative;
}
.search-bar__label {
  position: absolute;
  top: 6px;
  left: 12px;
  color: #bbc4c7;
}
.search-bar__input {
  color: #839499;
  width: 100%;
  font-size: .85em;
  font-weight: 500;
  padding: .6em 1em .6em 3em;
  border: 1px solid #bbc4c7;
}
.search-bar__input:focus:focus {
  border-color: #d58e53;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(213, 142, 83, 0.6);
}
.search-bar__input::-webkit-input-placeholder {
  color: #bbc4c7;
}
.search-bar__input::-moz-placeholder {
  color: #bbc4c7;
}
.search-bar__input:-ms-input-placeholder {
  color: #bbc4c7;
}
.search-bar__input:-moz-placeholder {
  color: #bbc4c7;
}
/* =========================================================================
 *	user-nav section
	 ========================================================================= */
.user-nav-wrap {
  display: inline-block;
}
.user-nav {
  display: inline-block;
}
.user-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.user-nav__item {
  color: #bbc4c7;
  display: inline-block;
  font-size: 1.5em;
  padding: 0 .25em;
}
.user-nav__link {
  color: #bbc4c7;
}
/* =========================================================================
 *	alc-carousel section
	 ========================================================================= */
@media (min-width: 768px) {
  .alc-carousel__item {
    background-size: cover;
    min-height: 350px;
    max-height: 350px;
  }
}
.alc-carousel__item--1 {
  background: #343f49;
}
@media (min-width: 768px) {
  .alc-carousel__item--1 {
    background: url('https://www.authorlearningcenter.com/cfs-filesystemfile/__key/themefiles/s-3fc3f82483d14ec485ef92e206116d49-files/Slide1.jpg?_=638338563999644722');
  }
}
.alc-carousel__item--2 {
  background: #343f49;
}
@media (min-width: 768px) {
  .alc-carousel__item--2 {
    background: url('https://www.authorlearningcenter.com/cfs-filesystemfile/__key/themefiles/s-3fc3f82483d14ec485ef92e206116d49-files/Slide2.jpg?_=638338563999800978');
  }
}
.alc-carousel__item--3 {
  background: #343f49;
}
@media (min-width: 768px) {
  .alc-carousel__item--3 {
    background: url('https://www.authorlearningcenter.com/cfs-filesystemfile/__key/themefiles/s-3fc3f82483d14ec485ef92e206116d49-files/Slide3.jpg?_=638096752963440122');
  }
}
.alc-carousel__text {
  color: #fff;
  padding: 4em 2em 1em;
}
@media (min-width: 992px) {
  .alc-carousel__text {
    padding: 6em 2em 0;
    display: inline-block;
    width: 65%;
  }
}
@media (min-width: 1200px) {
  .alc-carousel__text {
    padding: 5em 2em 0 8em;
    display: inline-block;
    width: 68%;
  }
}
.alc-carousel__text-upper {
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .alc-carousel__text-upper {
    font-size: 1.25em;
    letter-spacing: .05em;
  }
}
.alc-carousel__text-middle {
  font-family: 'Trocchi', serif;
  font-size: 3em;
  line-height: 1.1;
}
@media (min-width: 1200px) {
  .alc-carousel__text-middle {
    font-size: 4em;
  }
}
.alc-carousel__text-link {
  text-decoration: none;
  color: #fff;
}
.alc-carousel__text-link:hover {
  color: #d58e53;
}
.alc-carousel__text-lower {
  padding-top: 0.5em;
}
@media (min-width: 1200px) {
  .alc-carousel__text-lower {
    font-size: 1.25em;
    letter-spacing: .05em;
  }
}
.alc-carousel__ribbon {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 1em 0 3em 1em;
}
@media (min-width: 768px) {
  .alc-carousel__ribbon {
    width: 23em;
    margin-left: 2em;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .alc-carousel__ribbon {
    margin-left: 0;
    display: inline-block;
    position: absolute;
    top: 40%;
  }
}
@media (min-width: 1200px) {
  .alc-carousel__ribbon {
    width: 25em;
  }
}
.alc-carousel__ribbon-img {
  position: absolute;
  top: 8px;
  left: -10px;
}
@media (min-width: 992px) {
  .alc-carousel__ribbon-img {
    top: 10px;
  }
}
.alc-carousel__ribbon-link {
  display: block;
  font-size: 1.2em;
  color: #e5e9ea;
  background: #343f49;
  padding: .75em 0 .75em 2em;
  text-align: center;
  border: 3px solid #d58e53;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .alc-carousel__ribbon-link {
    font-size: 1.25em;
    letter-spacing: .05em;
  }
}
.alc-ribbon {
  font-family: 'Ubuntu', sans-serif;
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 1em 0 3em 1em;
}
@media (min-width: 768px) {
  .alc-ribbon {
    width: 23em;
    margin-left: 2em;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .alc-ribbon {
    width: 25em;
  }
}
.alc-ribbon__img {
  position: absolute;
  top: 8px;
  left: -10px;
}
@media (min-width: 992px) {
  .alc-ribbon__img {
    top: 10px;
  }
}
.alc-ribbon__link {
  display: block;
  font-size: 1.2em;
  color: #e5e9ea;
  background: #343f49;
  padding: .75em 0 .75em 2em;
  text-align: center;
  border: 3px solid #d58e53;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .alc-ribbon__link {
    font-size: 1.25em;
    letter-spacing: .05em;
  }
}
/* =========================================================================
 *	Full-width Banner section
	 ========================================================================= */
.alc-banner {
  display: block;
  max-width: 100%;
  height: auto;
  text-align: center;
  padding: 6em 1em;
  background: #839499;
  min-height: 310px;
  max-height: 310px;
}
@media (min-width: 768px) {
  .alc-banner {
    background: url('http://placehold.it/1600x350/EEEEEE/eeeeee');
    background-size: cover;
  }
}
.alc-banner__icon {
  font-size: 2.5em;
  margin-bottom: .5em;
}
.alc-banner__subheader {
  font-size: 1em;
  font-weight: 700;
}
@media (min-width: 768px) {
  .alc-banner__subheader {
    font-size: 1.2em;
  }
}
.alc-banner__header {
  font-size: 2em;
  font-family: 'Trocchi', serif;
}
@media (min-width: 768px) {
  .alc-banner__header {
    font-size: 4em;
  }
}
.writing-banner {
  background: url('/cfs-file/__key/themefiles/g-3HyBTdNdmEqJQ7gmH45Xiw-3fc3f82483d14ec485ef92e206116d49-files/WritingBanner.jpg');
}
.publishing-banner {
  background: url('/cfs-file/__key/themefiles/g-3HyBTdNdmEqJQ7gmH45Xiw-3fc3f82483d14ec485ef92e206116d49-files/PublishingBanner.jpg');
}
.editing-banner {
  background: url('/cfs-file/__key/themefiles/g-3HyBTdNdmEqJQ7gmH45Xiw-3fc3f82483d14ec485ef92e206116d49-files/EditingBanner.jpg');
}
.marketing-banner {
  background: url('/cfs-file/__key/themefiles/g-3HyBTdNdmEqJQ7gmH45Xiw-3fc3f82483d14ec485ef92e206116d49-files/MarketingBanner.jpg');
}
.travel-banner {
  background: url('/cfs-file/__key/themefiles/g-3HyBTdNdmEqJQ7gmH45Xiw-3fc3f82483d14ec485ef92e206116d49-files/TravelwFriendsBanner.jpg');
}
.map-banner {
  background: url('/cfs-file/__key/themefiles/g-3HyBTdNdmEqJQ7gmH45Xiw-3fc3f82483d14ec485ef92e206116d49-files/MapYourJourneyBanner.jpg');
}
/* =========================================================================
 *	line menu/navigation section
	 ========================================================================= */
.line-menu-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
.line-menu-wrap:after {
  content: " ";
  display: block;
  border-bottom: 1px solid #bbc4c7;
  margin: 0 auto;
  width: 90%;
}
.menu {
  line-height: 1;
  margin: 2em auto 2em;
}
.menu__list {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu__item {
  display: block;
  margin: 1em 0;
}
.menu__link {
  font-size: 1em;
  text-transform: uppercase;
  display: block;
  padding: 1em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.menu__link:hover,
.menu__link:focus {
  outline: none;
}
.menu--alonso .menu__item {
  margin: 0;
}
.menu--alonso .menu__link {
  width: 180px;
  height: 3em;
  text-align: center;
  color: #839499;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.menu--alonso .menu__link:hover,
.menu--alonso .menu__link:focus {
  color: #e9c4a5;
}
.menu--alonso .menu__item--current .menu__link {
  color: #d58e53;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.menu--alonso .menu__line {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  height: 1px;
  pointer-events: none;
  border: 1px solid #fff;
  border-width: 0 45px;
  background: #d58e53;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
  transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
}
.menu--alonso .menu__item:nth-child(1).menu__item--current ~ .menu__line {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.menu--alonso .menu__item:nth-child(2).menu__item--current ~ .menu__line {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.menu--alonso .menu__item:nth-child(3).menu__item--current ~ .menu__line {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}
.menu--alonso .menu__item:nth-child(4).menu__item--current ~ .menu__line {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}
.menu--alonso .menu__item:nth-child(5).menu__item--current ~ .menu__line {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}
@media screen and (max-width: 767px) {
  .menu--alonso .menu__line {
    top: 3em;
  }
  .menu--alonso .menu__item:nth-child(1).menu__item--current ~ .menu__line {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .menu--alonso .menu__item:nth-child(2).menu__item--current ~ .menu__line {
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
  }
  .menu--alonso .menu__item:nth-child(3).menu__item--current ~ .menu__line {
    -webkit-transform: translate3d(0, 6em, 0);
    transform: translate3d(0, 6em, 0);
  }
  .menu--alonso .menu__item:nth-child(4).menu__item--current ~ .menu__line {
    -webkit-transform: translate3d(0, 9em, 0);
    transform: translate3d(0, 9em, 0);
  }
  .menu--alonso .menu__item:nth-child(5).menu__item--current ~ .menu__line {
    -webkit-transform: translate3d(0, 12em, 0);
    transform: translate3d(0, 12em, 0);
  }
}
.menu--francisco .menu__item {
  margin: 0 1.5em;
}
.menu--francisco .menu__link {
  position: relative;
  overflow: hidden;
  height: 3em;
  padding: 1em 0;
  text-align: center;
  color: #839499;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.menu--francisco .menu__link:hover,
.menu--francisco .menu__link:focus {
  color: #e9c4a5;
}
.menu--francisco .menu__item--current .menu__link {
  color: #d58e53;
}
.menu--francisco .menu__link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  background: #d58e53;
  -webkit-transform: translate3d(0, -3em, 0);
  transform: translate3d(0, -3em, 0);
  -webkit-transition: -webkit-transform 0s 0.3s, opacity 0.2s;
  transition: transform 0s 0.3s, opacity 0.2s;
}
.menu--francisco .menu__item--current .menu__link::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.1s;
  transition: transform 0.3s, opacity 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.menu--francisco .menu__helper {
  display: block;
  pointer-events: none;
}
.menu--francisco .menu__item--current .menu__helper {
  -webkit-animation: anim-francisco 0.3s forwards;
  animation: anim-francisco 0.3s forwards;
}
@-webkit-keyframes anim-francisco {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-francisco {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.menu--prospero .menu__link {
  position: relative;
  display: block;
  margin: 0 1.5em;
  padding: 0.75em 0;
  text-align: center;
  color: #839499;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.menu--prospero .menu__link:hover,
.menu--prospero .menu__link:focus {
  color: #e9c4a5;
}
.menu--prospero .menu__item--current .menu__link {
  color: #d58e53;
}
.menu--prospero .menu__link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d58e53;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
}
.menu--prospero .menu__item--current .menu__link::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.menu--trinculo .menu__item {
  margin: 0 1.75em;
}
.menu--trinculo .menu__link {
  position: relative;
  padding: 1em 0.1em;
  text-align: center;
  color: #839499;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.menu--trinculo .menu__link:hover,
.menu--trinculo .menu__link:focus {
  color: #e9c4a5;
}
.menu--trinculo .menu__link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  background: #d58e53;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform 0s 0.2s, opacity 0.2s;
  transition: transform 0s 0.2s, opacity 0.2s;
}
.menu--trinculo .menu__item--current .menu__link::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.1s;
  transition: transform 0.2s, opacity 0.1s;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.menu--trinculo .menu__helper {
  display: block;
  pointer-events: none;
}
.menu--trinculo .menu__item--current .menu__helper {
  -webkit-animation: anim-trinculo 0.6s forwards;
  animation: anim-trinculo 0.6s forwards;
}
@-webkit-keyframes anim-trinculo {
  50% {
    opacity: 0;
    color: #839499;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  51% {
    opacity: 0;
    color: #d58e53;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    opacity: 1;
    color: #d58e53;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-trinculo {
  50% {
    opacity: 0;
    color: #839499;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  51% {
    opacity: 0;
    color: #d58e53;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    opacity: 1;
    color: #d58e53;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 767px) {
  .menu__list {
    display: block;
    margin: 0 auto;
  }
}
/* =========================================================================
 *	Core Owl Carousel CSS style
 *	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;
  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: rgba(0, 0, 0, 0);
}
/* 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 Custom Theme
	 ========================================================================= */
.line-menu-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
.line-menu-wrap:after {
  content: " ";
  display: block;
  border-bottom: 1px solid #bbc4c7;
  margin: 0 auto;
  width: 90%;
}
.owl-theme .owl-controls {
  margin: 1em auto 1em;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #D58E53;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}
@media (min-width: 768px) {
  .owl-theme .owl-controls.menu,
  .user-defined-markup .owl-theme .owl-controls.menu {
    line-height: 1;
    margin: 2em auto 2em;
  }
  .menu__list,
  .user-defined-markup ol.menu__list,
  .user-defined-markup ul.menu__list {
    position: relative;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .owl-theme .owl-controls .owl-page.menu__item,
  .user-defined-markup .owl-theme .owl-controls ol.owl-page.menu__item,
  .user-defined-markup .owl-theme .owl-controls ul.owl-page.menu__item {
    display: block;
  }
  .owl-theme .owl-controls.menu--francisco .owl-page.menu__item,
  .user-defined-markup .owl-theme .owl-controls.menu--francisco ol.owl-page.menu__item,
  .user-defined-markup .owl-theme .owl-controls.menu--francisco ul.owl-page.menu__item {
    margin: 0 1.5em;
  }
  .owl-theme .owl-controls .owl-page span.menu__link {
    width: auto;
    height: auto;
    margin: 0;
    filter: alpha(opacity=100);
    /*IE7 fix*/
    opacity: 1;
    border-radius: 0;
    background: 0;
    font-size: 1em;
    text-transform: uppercase;
    display: block;
    padding: 1em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .owl-theme .owl-controls.menu--francisco .owl-page span.menu__link {
    position: relative;
    overflow: hidden;
    height: 3em;
    padding: 1em 0;
    text-align: center;
    color: #839499;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .owl-theme .owl-controls.menu--francisco .menu__item--current.owl-page.active span.menu__link {
    color: #d58e53;
  }
  .owl-controls.menu--francisco .menu__item--current.owl-page span.menu__link::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.1s;
    transition: transform 0.3s, opacity 0.1s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .owl-controls.menu--francisco .owl-page .menu__helper {
    width: auto;
    height: auto;
    margin: 0;
    filter: alpha(opacity=100);
    /*IE7 fix*/
    opacity: 1;
    border-radius: 0;
    background: 0;
  }
  .owl-controls.menu--francisco .menu__item--current.owl-page .menu__helper {
    -webkit-animation: anim-francisco 0.3s forwards;
    animation: anim-francisco 0.3s forwards;
  }
}
/* =========================================================================
 *	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%;
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-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;
  }
}
@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%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            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);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
            transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
/* =========================================================================
 *	btn-special section
	 ========================================================================= */
.btn-special {
  padding: 10px 24px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 1px;
  border-style: solid;
  border-width: 5px;
  text-align: left;
}
.btn-special--orange {
  color: #ffffff;
  background-color: #d58e53;
  border-color: #f3dfce;
}
.btn-special--orange:focus,
.btn-special--orange.focus {
  color: #ffffff;
  background-color: #c57430;
  border-color: #da9b67;
}
.btn-special--orange:hover {
  color: #ffffff;
  background-color: #c57430;
  border-color: #e7be9d;
}
.btn-special--orange:active,
.btn-special--orange.active,
.open > .dropdown-toggle.btn-special--orange {
  color: #ffffff;
  background-color: #c57430;
  border-color: #e7be9d;
}
.btn-special--orange:active:hover,
.btn-special--orange.active:hover,
.open > .dropdown-toggle.btn-special--orange:hover,
.btn-special--orange:active:focus,
.btn-special--orange.active:focus,
.open > .dropdown-toggle.btn-special--orange:focus,
.btn-special--orange:active.focus,
.btn-special--orange.active.focus,
.open > .dropdown-toggle.btn-special--orange.focus {
  color: #ffffff;
  background-color: #a86329;
  border-color: #da9b67;
}
.btn-special--orange:active,
.btn-special--orange.active,
.open > .dropdown-toggle.btn-special--orange {
  background-image: none;
}
.btn-special--orange.disabled:hover,
.btn-special--orange[disabled]:hover,
fieldset[disabled] .btn-special--orange:hover,
.btn-special--orange.disabled:focus,
.btn-special--orange[disabled]:focus,
fieldset[disabled] .btn-special--orange:focus,
.btn-special--orange.disabled.focus,
.btn-special--orange[disabled].focus,
fieldset[disabled] .btn-special--orange.focus {
  background-color: #d58e53;
  border-color: #f3dfce;
}
.btn-special--orange .badge {
  color: #d58e53;
  background-color: #ffffff;
}
.btn-special--orange .btn-special__icon {
  color: #f3dfce;
}
.btn-special--darkblue {
  color: #ffffff;
  background-color: #343f49;
  border-color: #788c9e;
}
.btn-special--darkblue:focus,
.btn-special--darkblue.focus {
  color: #ffffff;
  background-color: #1f252b;
  border-color: #3f4c58;
}
.btn-special--darkblue:hover {
  color: #ffffff;
  background-color: #1f252b;
  border-color: #5a6d7f;
}
.btn-special--darkblue:active,
.btn-special--darkblue.active,
.open > .dropdown-toggle.btn-special--darkblue {
  color: #ffffff;
  background-color: #1f252b;
  border-color: #5a6d7f;
}
.btn-special--darkblue:active:hover,
.btn-special--darkblue.active:hover,
.open > .dropdown-toggle.btn-special--darkblue:hover,
.btn-special--darkblue:active:focus,
.btn-special--darkblue.active:focus,
.open > .dropdown-toggle.btn-special--darkblue:focus,
.btn-special--darkblue:active.focus,
.btn-special--darkblue.active.focus,
.open > .dropdown-toggle.btn-special--darkblue.focus {
  color: #ffffff;
  background-color: #101316;
  border-color: #3f4c58;
}
.btn-special--darkblue:active,
.btn-special--darkblue.active,
.open > .dropdown-toggle.btn-special--darkblue {
  background-image: none;
}
.btn-special--darkblue.disabled:hover,
.btn-special--darkblue[disabled]:hover,
fieldset[disabled] .btn-special--darkblue:hover,
.btn-special--darkblue.disabled:focus,
.btn-special--darkblue[disabled]:focus,
fieldset[disabled] .btn-special--darkblue:focus,
.btn-special--darkblue.disabled.focus,
.btn-special--darkblue[disabled].focus,
fieldset[disabled] .btn-special--darkblue.focus {
  background-color: #343f49;
  border-color: #788c9e;
}
.btn-special--darkblue .badge {
  color: #343f49;
  background-color: #ffffff;
}
.btn-special--darkblue .btn-special__icon {
  color: #788c9e;
}
.btn-special--highlight {
  color: #ffffff;
  background-color: #343f49;
  border-color: #d58e53;
}
.btn-special--highlight:focus,
.btn-special--highlight.focus {
  color: #ffffff;
  background-color: #1f252b;
  border-color: #875021;
}
.btn-special--highlight:hover {
  color: #ffffff;
  background-color: #1f252b;
  border-color: #bd6f2e;
}
.btn-special--highlight:active,
.btn-special--highlight.active,
.open > .dropdown-toggle.btn-special--highlight {
  color: #ffffff;
  background-color: #1f252b;
  border-color: #bd6f2e;
}
.btn-special--highlight:active:hover,
.btn-special--highlight.active:hover,
.open > .dropdown-toggle.btn-special--highlight:hover,
.btn-special--highlight:active:focus,
.btn-special--highlight.active:focus,
.open > .dropdown-toggle.btn-special--highlight:focus,
.btn-special--highlight:active.focus,
.btn-special--highlight.active.focus,
.open > .dropdown-toggle.btn-special--highlight.focus {
  color: #ffffff;
  background-color: #101316;
  border-color: #875021;
}
.btn-special--highlight:active,
.btn-special--highlight.active,
.open > .dropdown-toggle.btn-special--highlight {
  background-image: none;
}
.btn-special--highlight.disabled:hover,
.btn-special--highlight[disabled]:hover,
fieldset[disabled] .btn-special--highlight:hover,
.btn-special--highlight.disabled:focus,
.btn-special--highlight[disabled]:focus,
fieldset[disabled] .btn-special--highlight:focus,
.btn-special--highlight.disabled.focus,
.btn-special--highlight[disabled].focus,
fieldset[disabled] .btn-special--highlight.focus {
  background-color: #343f49;
  border-color: #d58e53;
}
.btn-special--highlight .badge {
  color: #343f49;
  background-color: #ffffff;
}
.btn-special--highlight .btn-special__icon {
  color: #788c9e;
}
.btn-special__icon {
  padding-right: 1em;
}
.btn-special__icon--right {
  float: right;
  padding-top: 4px;
  padding-right: 0;
  padding-left: 1em;
}
.btn,
.header-button-author-space,
.header-button-register-subscribe,
.header-button-subscribe {
  -webkit-transition: all ease-out 0.3s;
          transition: all ease-out 0.3s;
}
.btn__icon {
  font-size: .75em;
  padding-right: 1em;
}
.btn-primary .btn__icon {
  color: #d7dcde;
}
.btn-success .btn__icon {
  color: #e6f7f0;
}
.btn-info .btn__icon {
  color: #e2e8fa;
}
.btn-warning .btn__icon {
  color: #f3dfce;
}
.btn-danger .btn__icon {
  color: #fcf0f0;
}
/* =========================================================================
 *	featured-boxes section
	 ========================================================================= */
.featured {
  background: #343f49;
  padding: 1.25em 1.25em 2em;
  margin: 1.5em auto;
}
@media (min-width: 992px) {
  .featured {
    min-height: 37em;
    margin: 0 auto;
  }
}
.featured--secondary {
  background: #fff;
}
.featured--secondary .featured__img {
  max-width: 37%;
  border: none;
}
.featured--secondary .featured__title {
  color: #455461;
}
.featured--secondary .featured__title-wrap {
  max-width: 61%;
  width: 61%;
}
.featured--secondary .featured__header {
  border-top: 1px solid #bbc4c7;
  color: #455461;
}
.featured--secondary .featured__subheader {
  margin-bottom: 1em;
}
.featured--secondary .featured__excerpt {
  font-size: 1.3em;
  line-height: 1.3em;
  margin-bottom: 1em;
}
.featured__img {
  max-width: 53%;
  height: auto;
  display: inline-block;
  border: 4px solid #fff;
}
.featured__title-wrap {
  display: inline-block;
  max-width: 45%;
  width: 45%;
  vertical-align: middle;
  position: relative;
}
.featured__title {
  padding-left: .5em;
  color: #e5e9ea;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
}
.featured__tag {
  color: #e5e9ea;
  padding-left: .5em;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
}
.featured__header {
  font-family: 'Trocchi', serif;
  font-weight: normal;
  font-size: 1.6em;
  line-height: 1.3em;
  color: #e5e9ea;
  border-top: 1px solid #839499;
  padding-top: 1em;
  margin-top: 1em;
  margin-bottom: .2em;
}
.featured__subheader {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: normal;
  color: #d58e53;
  margin-top: .2em;
  margin-bottom: 1.5em;
}
/* =========================================================================
 *	journey section
	 ========================================================================= */
.journey-header {
  background: #343f49;
  padding: 1em;
  text-align: center;
}
@media (min-width: 992px) {
  .journey-header {
    padding: 2.5em 1em;
  }
}
.journey-header__lead {
  color: #e5e9ea;
  margin: 0 0 .5em;
  font-size: 1.6em;
  font-family: 'Trocchi', serif;
}
@media (min-width: 992px) {
  .journey-header__lead {
    display: inline-block;
    font-size: 2em;
    margin: 0;
    padding: 0 .75em;
    border-right: 1px solid #d58e53;
    line-height: 1.4;
  }
}
@media (min-width: 1200px) {
  .journey-header__lead {
    font-size: 2.3em;
    line-height: 1.5;
  }
}
.journey-header__sublead {
  color: #e5e9ea;
  margin: 0;
}
@media (min-width: 992px) {
  .journey-header__sublead {
    display: inline-block;
    padding: 0 1em;
  }
}
@media (min-width: 1200px) {
  .journey-header__sublead {
    font-size: 1.1em;
    letter-spacing: .05em;
  }
}
.journey-body {
  background: #5e7285;
  background: url('/cfs-filesystemfile/__key/themefiles/s-3fc3f82483d14ec485ef92e206116d49-files/MapBackground.jpg');
  background-size: cover;
}
.journey-logo-wrap {
  padding: 3em 0 3em 0;
}
.journey-box-wrap {
  padding: 2em 1em;
}
@media (min-width: 992px) {
  .journey-box-wrap {
    padding: 6em 1em 2em;
  }
}
.journey-box {
  padding: 0;
  margin: 0;
  list-style: none;
}
.journey-box__item {
  display: inline-block;
  width: 49%;
  text-align: center;
  background: #3f4c58;
  padding: 2em 0;
  border-bottom: 3px solid #839499;
  margin-top: .2em;
  -webkit-transition: all ease-out 0.4s;
          transition: all ease-out 0.4s;
}
.journey-box__item:hover,
.journey-box__item:focus {
  position: relative;
  top: -2px;
  left: 2px;
  box-shadow: -5px 5px 10px 2px rgba(0, 0, 0, 0.25);
}
.journey-box__item:focus {
  outline: 0;
}
@media (min-width: 768px) {
  .journey-box__item {
    width: 24%;
  }
}
.journey-box__item--writing {
  border-color: #d58e53;
}
.journey-box__item--writing .journey-box__icon,
.journey-box__item--writing:hover .journey-box__link,
.journey-box__item--writing:focus .journey-box__link {
  color: #d58e53;
}
.journey-box__item--editing {
  border-color: #e76c6c;
}
.journey-box__item--editing .journey-box__icon,
.journey-box__item--editing:hover .journey-box__link,
.journey-box__item--editing:focus .journey-box__link {
  color: #e76c6c;
}
.journey-box__item--publishing {
  border-color: #70d4aa;
}
.journey-box__item--publishing .journey-box__icon,
.journey-box__item--publishing:hover .journey-box__link,
.journey-box__item--publishing:focus .journey-box__link {
  color: #70d4aa;
}
.journey-box__item--marketing {
  border-color: #5d7ee6;
}
.journey-box__item--marketing .journey-box__icon,
.journey-box__item--marketing:hover .journey-box__link,
.journey-box__item--marketing:focus .journey-box__link {
  color: #5d7ee6;
}
.journey-box__icon {
  display: block;
  font-size: 2em;
  margin-bottom: .2em;
  color: #839499;
}
.journey-box__text {
  font-family: 'Trocchi', serif;
  color: #e5e9ea;
  font-size: 1.4em;
  margin-bottom: 1.5em;
}
.journey-box__link {
  text-transform: uppercase;
  color: #839499;
  font-size: .9em;
  -webkit-transition: all ease-out 0.3s;
          transition: all ease-out 0.3s;
}
.journey-box__link--footer {
  color: #e5e9ea;
  display: block;
  padding-top: 1.25em;
}
.journey-box__link--footer:hover,
.journey-box__link--footer:focus {
  color: #ffffff;
}
@media (min-width: 768px) {
  .journey-box__link--footer {
    float: right;
    padding-top: 4px;
    display: inline-block;
  }
}
.journey-box__footer {
  background: #839499;
  padding: 1.25em 2em;
  margin-top: .2em;
  width: 99%;
  text-align: center;
}
@media (min-width: 768px) {
  .journey-box__footer {
    width: 97.7%;
    text-align: left;
  }
}
.journey-box__help {
  font-size: 1.2em;
  color: #e5e9ea;
  display: block;
  margin: 0;
  letter-spacing: .05em;
}
@media (min-width: 768px) {
  .journey-box__help {
    display: inline-block;
  }
}
/* =========================================================================
 *	travel section
	 ========================================================================= */
.travel-box-wrap {
  text-align: center;
}
@media (min-width: 768px) {
  .travel-box-wrap {
    text-align: left;
  }
}
.travel-box {
  border: 5px solid #839499;
  text-align: left;
}
@media (min-width: 992px) {
  .travel-box {
    border: 6px solid #839499;
  }
}
.travel-box__upper {
  background: #fff;
  padding: 1em;
}
@media (min-width: 992px) {
  .travel-box__upper {
    padding: 1.5em;
  }
}
.travel-box__header {
  font-family: 'Trocchi', serif;
  font-size: 1.6em;
  margin: 0 0 .25em;
}
@media (min-width: 992px) {
  .travel-box__header {
    font-size: 2.5em;
  }
}
.travel-box__desc {
  font-size: .9em;
  margin: 0;
}
@media (min-width: 992px) {
  .travel-box__desc {
    font-size: 1.1em;
  }
}
.travel-btn {
  margin: 1em auto;
}
@media (min-width: 768px) {
  .travel-btn {
    float: right;
  }
}
/* =========================================================================
 *	author-goal section
	 ========================================================================= */
.author-goal-wrap {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .author-goal-wrap {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .author-goal-wrap {
    float: left;
    width: 25%;
  }
}
.author-goal {
  text-align: center;
  padding: .5em 0;
}
.author-goal__img {
  padding: 1.5em 2em;
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.author-goal__name {
  color: #343f49;
  font-size: 1.2em;
  line-height: 1.2;
  font-weight: bold;
}
.author-goal__title {
  font-size: 1.2em;
  line-height: 1.2;
  padding: 0 .5em .2em;
}
.author-goal__subtitle {
  font-size: .9em;
  text-transform: uppercase;
  color: #d58e53;
}
.author-goal__subtitle:after {
  content: " ";
  display: block;
  border-bottom: 1px solid #bbc4c7;
  margin: 0 auto;
  width: 50%;
  padding: .3em 0;
}
/* =========================================================================
 *	pagination section
	 ========================================================================= */
.pagination-wrap {
  margin-top: 3em;
  text-align: center;
}
.pagination > li > a,
.pagination > li > span {
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.pagination > .active > a {
  color: #fff;
}
.pagination > li > a,
.pagination > li > span {
  color: #839499;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  border: 1px solid #bbc4c7;
}
/* =========================================================================
 *	resources section
	 ========================================================================= */
.resources-section-wrap {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .resources-section-wrap {
    position: relative;
    float: left;
    width: 49%;
    margin-right: 1px;
  }
}
.resources-wrap {
  background: #383F49;
  display: block;
  padding: 1.5em;
}
@media (min-width: 992px) {
  .resources-wrap {
    min-height: 66em;
  }
}
@media (min-width: 1200px) {
  .resources-wrap {
    min-height: 43em;
  }
}
.resources-empty-message {
  color: #e5e9ea;
  font-size: 1.1em;
}
.resource {
  background: #fff;
  border-bottom: 3px solid #839499;
  padding: .75em;
  margin-bottom: 1.5em;
}
.resource__img {
  display: block;
  max-width: 100%;
}
@media (min-width: 768px) {
  .resource__img {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .resource__img {
    display: block;
  }
}
@media (min-width: 1200px) {
  .resource__img {
    display: inline-block;
    max-width: 140px;
  }
}
.resource__content {
  display: block;
  vertical-align: middle;
  position: relative;
  height: auto;
}
@media (min-width: 768px) {
  .resource__content {
    display: inline-block;
    max-width: 63%;
    width: 63%;
    padding-left: .5em;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .resource__content {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .resource__content {
    display: inline-block;
    max-width: 63%;
    width: 63%;
    height: 140px;
  }
}
.resource__content-upper {
  margin: 1em auto 1em;
}
@media (min-width: 768px) {
  .resource__content-upper {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .resource__content-upper {
    margin: 1em auto 1em;
  }
}
@media (min-width: 1200px) {
  .resource__content-upper {
    margin: 0;
  }
}
.resource__tag {
  text-transform: uppercase;
  font-size: .9em;
}
.resource__title {
  font-family: 'Trocchi', serif;
  font-size: 1.5em;
  line-height: 1.2;
  color: #343f49;
}
@media (min-width: 992px) {
  .resource__title {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
.resource__subtitle {
  color: #d58e53;
  font-size: .9em;
}
@media (min-width: 768px) {
  .resource__content-lower {
    position: absolute;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .resource__content-lower {
    position: relative;
  }
}
@media (min-width: 1200px) {
  .resource__content-lower {
    position: absolute;
    bottom: 0;
  }
}
.resource__btn {
  text-transform: uppercase;
}
.resource__btn--remove {
  background: #fff;
  color: #839499;
  border: 0;
}
.resource__btn--remove:hover,
.resource__btn--remove:focus {
  color: #e76c6c;
  outline: 5px auto #e76c6c;
  outline-offset: -2px;
}
.resource--writing {
  border-color: #d58e53;
}
.resource--writing .resource__tag {
  color: #d58e53;
}
.resource--marketing {
  border-color: #5d7ee6;
}
.resource--marketing .resource__tag {
  color: #5d7ee6;
}
.resource--publishing {
  border-color: #70d4aa;
}
.resource--publishing .resource__tag {
  color: #70d4aa;
}
.resource--editing {
  border-color: #e76c6c;
}
.resource--editing .resource__tag {
  color: #e76c6c;
}
/* =========================================================================
 *	ALC sidebar
	 ========================================================================= */
.alc-sidebar {
  width: auto;
  margin: 0 auto;
  background: #f5f5f5;
  border-top: 6px solid #d58e53;
}
.alc-sidebar__header {
  margin: 0 auto;
  padding: 1em;
  font-family: 'Trocchi', serif;
  font-size: 1.1em;
  color: #343f49;
  border-bottom: 1px solid #bbc4c7;
}
.alc-sidebar__list {
  padding: 1em 1.5em 1.5em;
  margin: 0 auto;
  list-style: none;
}
.alc-sidebar__item {
  padding: .3em 0;
}
.alc-sidebar__link {
  font-size: 13px;
  color: #839499;
}
.alc-sidebar__link:hover,
.alc-sidebar__link:focus {
  color: #b0682b;
}
/* =========================================================================
 *	Sidebar - Profile section
	 ========================================================================= */
.sidebar-profile {
  width: 187px;
}
.glass {
  margin: 0 auto;
  height: 116px;
  width: 100%;
  position: relative;
  border-style: none;
  border-width: 0;
  border-color: lightgray;
  border-radius: 0;
}
.glass__img {
  position: relative;
  z-index: 2;
}
.water {
  width: 100%;
  height: 0%;
  background-color: #ecd7c8;
  bottom: 0;
  position: absolute;
  opacity: 1;
}
.watercontainer {
  height: 53px;
  width: 100px;
  bottom: 40px;
  position: absolute;
  z-index: 1;
}
.percentText {
  z-index: 3;
  color: #ac623c;
  font-weight: bolder;
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 40px;
}
/* =========================================================================
 *	Upcoming events section
	 ========================================================================= */
.alc-event {
  padding: 1em 0;
  border-bottom: 1px solid #d7dcde;
  margin-bottom: 2em;
}
.alc-event__title {
  padding-bottom: .2em;
  margin: 0;
}
.alc-event__sched {
  font-size: 1.1em;
  color: #d58e53;
  padding-bottom: .2em;
}
.alc-event__desc {
  padding-bottom: .5em;
  margin: 0;
}
.alc-event__img {
  display: inline-block;
}
.alc-event__name {
  display: inline-block;
  padding-left: .3em;
  color: #343f49;
  font-weight: 500;
}
.alc-card {
  border: 1px solid #e6e9ea;
  padding: 4px;
  box-shadow: 2px 2px 2px 0 #f5f5f5;
  background-color: #fff;
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: inline-block;
  border-bottom: 3px solid #d58e53;
}
@media (min-width: 768px) {
  .alc-card {
    width: 500px;
  }
}
.alc-card__img {
  display: block;
  max-width: 100%;
  height: auto;
}
.alc-card__caption {
  padding: 1em;
  background: #f5f5f5;
  text-align: center;
  margin: 0;
}
/* =========================================================================
 *	book preview section
	 ========================================================================= */
.book-preview {
  margin: 1em 0;
}
.book-preview__img {
  display: inline-block;
  max-width: 120px;
  width: 120px;
  max-height: 160px;
  height: 160px;
  vertical-align: middle;
}
.book-preview__content {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 1em;
  height: 160px;
}
.book-preview__header {
  margin: .25em 0 .25em;
}
.book-preview__content-lower {
  position: absolute;
  bottom: 0;
}
/* =========================================================================
 *	author thumbnails section
	 ========================================================================= */
.author-thumbnails-wrap {
  margin: 1em 0;
  padding: .5em 0;
  width: 230px;
}
.author-thumbnail {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  background: #f5f5f5;
  vertical-align: middle;
  display: inline-block;
  margin: 5px 5px 5px 0;
}
/* =========================================================================
 *	footer section
	 ========================================================================= */
footer
 {
  border-top: 1px solid #bbc4c7;
  border-bottom: 1px solid #bbc4c7;
  padding: 2.5em 0;
  margin-top: 4em;
}
@media (min-width: 992px) {
  footer
   {
    display: table;
    width: 100%;
  }
}
footer .alc-logo-wrap,
.alc-logo-wrap {
  text-align: center;
  margin-bottom: 2em;
}
@media (min-width: 992px) {
  footer .alc-logo-wrap,
   .alc-logo-wrap {
    margin-bottom: 0;
    display: table-cell;
    width: 25%;
  }
}
/* =========================================================================
 *	site-links section
	 ========================================================================= */
.site-links-wrap {
  text-align: center;
}
@media (min-width: 992px) {
  .site-links-wrap {
    display: table-cell;
    width: 50%;
  }
}
.site-links__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-links__item {
  text-transform: uppercase;
  color: #839499;
  padding: .2em 0;
}
.site-links__link {
  text-transform: uppercase;
  color: #839499;
}
.site-links__link:hover,
.site-links__link:focus {
  color: #d58e53;
}
@media (min-width: 768px) {
  .site-links__item {
    display: inline-block;
    padding: 0 1em;
  }
}
/* =========================================================================
 *	social-icons section
	 ========================================================================= */
.social-icons-wrap {
  text-align: center;
  margin-top: 2em;
}
@media (min-width: 992px) {
  .social-icons-wrap {
    margin-top: 0;
    display: table-cell;
    width: 25%;
  }
}
.social-icons__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-icons__item {
  padding: 0 .3em;
  color: #839499;
  display: inline-block;
  font-size: 1.5em;
}
.social-icons__link {
  color: #839499;
}
.social-icons__link:hover,
.social-icons__link:focus {
  color: #d58e53;
}
/* =========================================================================
 *	extra-links section
	 ========================================================================= */
.extra-links-wrap {
  margin: 2em 0 1em;
  text-align: center;
}
@media (min-width: 992px) {
  .extra-links-wrap {
    margin-top: 4em;
  }
}
.extra-links__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.extra-links__item {
  color: #d58e53;
  font-size: .9em;
  display: inline-block;
  border-right: 1px solid #d58e53;
  padding-right: .3em;
  padding-left: .1em;
  line-height: 1;
}
.extra-links__item:last-child {
  border-right: none;
}
.extra-links__link {
  color: #d58e53;
}
.extra-links__link:hover,
.extra-links__link:focus {
  color: #b0682b;
}
/* =========================================================================
 *	Hacks and other stuff..
	 ========================================================================= */
/* force a div to take full width */
.full-width-fix {
  position: absolute !important;
  left: 0 !important;
  width: 100% !important;
}

#fragment-1639_content {
    overflow: visible !important; 
}

